/*   
Theme Name: Enjoy Coffee
Theme URI: http://desi.vn
Description: Theme for ENJOY COFFEE
Author: Hoang Khoi Nguyen
Author URI: http://fb.me/juzkyte
Version: 1
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic&subset=latin,vietnamese,latin-ext);

/* MAIN CSS ---------- */
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

a[href^=tel] {
	text-decoration:inherit;
	color: inherit;
}

ul, ol {
	list-style: none;
}

html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
   	clear: both;
}

/* END MAIN CSS ---------- */

/* MENU CSS ---------- */
#d-menu,
#d-menu ul,
#d-menu ul li,
#d-menu ul li a,
#d-menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
}
#d-menu::after,
#d-menu > ul::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#d-menu #menu-button {
	display: none;
}
#d-menu {
	width: auto;
	background: #F6F6F6;
}
#d-menu > ul {
	float: right; /* new */
}
/* #d-menu.align-right > ul > li {
	float: right;
} */
#d-menu > ul > li {
	float: left;
	display: inline-block;
}
/* #d-menu.align-center > ul {
	float: none;
	text-align: center;
}
#d-menu.align-center > ul > li {
	float: none;
}
#d-menu.align-center ul ul {
	text-align: left;
} */
#d-menu > ul > li > a {
	padding: 25px 20px;
	/* border-right: 1px solid rgba(80, 80, 80, 0.12); */
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #484848;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#d-menu > ul > li:hover > a,
#d-menu > ul > li > a:hover,
#d-menu > ul > li.current-menu-item > a,
#d-menu > ul > li.current-menu-ancestor > a {
	color: #027042;
}
/* #d-menu > ul > li.has-sub > a {
	padding-right: 45px;
}
#d-menu > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #484848;
	right: 17px;
	top: 29px;
}
#d-menu > ul > li.has-sub.current-menu-item > a::after,
#d-menu > ul > li.has-sub:hover > a::after {
	border-top-color: #027042;
} */
#d-menu ul ul {
	position: absolute;
	left: -9999px;
	top: 60px;
	padding-top: 6px;
	opacity: 0;
	transition: top 0.3s, opacity 0.3s;
    -webkit-transition: top 0.3s, opacity 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s;
}
/* #d-menu.align-right ul ul {
	text-align: right;
} */
#d-menu > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #282828;
	top: -4px;
	left: 20px;
}
/* #d-menu.align-right > ul > li > ul::after {
	left: auto;
	right: 20px;
} */
#d-menu ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #282828;
	top: 16px;
	left: -4px;
}
/* #d-menu.align-right ul ul ul::after {
	border-right-color: transparent;
	border-left-color: #ffffff;
	left: auto;
	right: -4px;
} */
#d-menu > ul > li > ul {
	top: 120px;
}
#d-menu > ul > li:hover > ul {
	top: 64px;
	left: 0;
	opacity: 1;
}
/* #d-menu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
} */
#d-menu ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
/* #d-menu.align-right ul ul ul {
	padding-right: 6px;
} */
#d-menu ul ul > li:hover > ul {
	left: 185px;
	top: 0;
	opacity: 1;
}
/* #d-menu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
} */
#d-menu ul ul li a {
	text-decoration: none;
	font-weight: 400;
	padding: 15px 20px;
	width: 185px;
	color: #fff;
	background: #282828;
}
#d-menu ul ul li:hover > a/*,
#d-menu ul ul li.current-menu-item > a,
#d-menu ul ul li.current-menu-ancestor > a*/ {
	color: #027042;
}
#d-menu ul ul li:first-child > a {
}
#d-menu ul ul li:last-child > a {
}
#d-menu > ul > li > ul::after {
	position: absolute;
	display: block;
}
/* #d-menu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #fff;
  right: 17px;
  top: 17px;
}
#d-menu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#d-menu ul ul li.has-sub.current-menu-item > a::after,
#d-menu ul ul li.has-sub:hover > a::after {
  border-left-color: #027042;
} 
#d-menu.align-right ul ul li.has-sub.current-menu-item > a::after,
#d-menu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}*/
@media screen and (max-width: 999px) {
	#d-menu > ul > li > a {
		letter-spacing: 0;
	}
}
@media screen and (max-width: 799px) {
	#d-menu {
		background: #F6F6F6;
	}
	#d-menu > ul {
		display: none;
		float: none; /* new */
	}
	#d-menu > ul.open {
		display: block;
		border-top: 1px solid #D2D2D2;
	}
 /* #d-menu.align-right > ul {
    float: none;
  }
  #d-menu.align-center > ul {
    text-align: left;
  } */
	#d-menu > ul > li,
	#d-menu.align-right > ul > li {
		float: none;
		display: block;
	}
	#d-menu > ul > li > a {
		padding: 20px 20px;
		border-right: 0;
		letter-spacing: 1px;
	}
	#d-menu #menu-button {
		display: block;
		text-decoration: none;
		font-size: 14px;
		font-weight: 700;
		color: #484848;
		padding: 25px 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		cursor: pointer;
	}
	#d-menu ul ul,
	#d-menu ul li:hover > ul,
	#d-menu > ul > li > ul,
	#d-menu ul ul ul,
	#d-menu ul ul li:hover > ul,
	#d-menu.align-right ul ul,
	#d-menu.align-right ul li:hover > ul,
	#d-menu.align-right > ul > li > ul,
	#d-menu.align-right ul ul ul,
	#d-menu.align-right ul ul li:hover > ul {
		left: 0;
		right: auto;
		top: auto;
		opacity: 1;
		width: 100%;
		padding: 0;
		position: relative;
		text-align: left;
	}
	#d-menu ul ul li {
		width: 100%;
	}
	#d-menu ul ul li a {
		width: 100%;
		padding-left: 35px;
	}
	#d-menu ul ul ul li a {
		padding-left: 50px;
	}
	#d-menu ul ul li:first-child > a,
	#d-menu ul ul li:last-child > a {
		border-radius: 0;
	}
	#d-menu #menu-button::after {
		display: block;
		content: "";
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #484848;
		border-bottom: 2px solid #484848;
		right: 20px;
		top: 26px;
	}
	#d-menu #menu-button::before {
		display: block;
		content: "";
		position: absolute;
		height: 3px;
		width: 22px;
		border-top: 2px solid #484848;
		right: 20px;
		top: 36px;
	}
/*  #d-menu > ul > li.has-sub > a::after,
  #d-menu ul ul li.has-sub > a::after {
    display: none;
  } */
}
/* END MENU CSS ---------- */

/* ENJOY COFFEE CSS ---------- */
a {
	text-decoration: none;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

a:hover {
	color: #027042;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color:#282828;
	background: #FFFFFF;
}

.button {
	display: inline-block;
	padding: 10px 20px;
	margin: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #027042;
	border: 1px solid #027042;
	text-transform: uppercase;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.button:hover {
	background: #027042;
	color: #FFFFFF;
}

header {
	background: #F6F6F6;
}

header > div {
	position: relative;
}

header .logo {
	position: absolute;
	top: 16px;
	left: 19px;
	display: block;
	z-index: 99;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.pad-lr {
	padding-left: 20px;
	padding-right: 20px;
}

.pad-tb {
	padding-top: 60px;
	padding-bottom: 60px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #000000;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#introduce {
	background: #F6F6F6;
}

#introduce .column {
	float: left;
	width: 100%;
}

#introduce .column img {
	width: 100%;
	display: block;
}

#introduce .column ul {
	margin-top: 30px;
}

#introduce .column li {
	background: url(images/location.png) no-repeat;
    line-height: 20px;
    padding-left: 27px;
    margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
}

#introduce h2 {
	font-size: 22px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 20px;
	text-align: center;
}

#introduce p {
	font-size: 16px;
    color: #666;
}

#menu {
}

.menu1 {
	display: flex;
    flex-direction: column;
}

.menu1 h2 {
	font-size: 22px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 20px;
	text-align: center;
}

.menu1 .col {
	flex: 1;
}

.menu1 .content {
	padding: 60px 20px;
}

.menu1 .pic {
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-color: #F6F6F6;
}

.menu1 .pic::before {
	content: "";
    display: block;
    padding-top: 75%;
}

.menu1 .list-item {
}

.menu1 .item {
	border-bottom: 2px dotted #E3E3E3;
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.menu1 .item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.menu1 .item .info {
	flex: auto;
}

.menu1 .item .info h5 {
	font-size: 16px;
	color: #282828;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.menu1 .item .info p {
	font-size: 14px;
	color: #666;
}

.menu1 .item .price {
	flex: auto;
	font-size: 16px;
	padding-left: 20px;
	color: #027042;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

.menu2 {
}

.menu2 > div {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.menu2 > div > div {
	display: flex;
	align-items: center;
}

.menu2 > div > div > div {
	width: 100%;
}

.menu2 .bg > div {
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-color: #F6F6F6;
	height: 300px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu2 .bg h3 {
	background: #FFFFFF;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #027042;
}

.menu2 .list-item {
	width: 100%;
}

.menu2 .item {
	border-bottom: 2px dotted #e3e3e3;
	padding: 20px 0;
	display: flex;
	align-items: center;
}

.menu2 .item:last-child {
	border-bottom: 0;
}

.menu2 .item .info {
	flex: auto;
}

.menu2 .item .info h5 {
	font-size: 16px;
	color: #282828;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.menu2 .item .info p {
	font-size: 14px;
	color: #666;
}

.menu2 .item .price {
	flex: auto;
	font-size: 16px;
	padding-left: 20px;
	color: #027042;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

#featuredproducts {
}

#featuredproducts h2 {
	font-size: 22px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 50px;
	text-align: center;
}

#featuredproducts .item {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

#featuredproducts .item:hover {
	border-color: #027042;
}

#featuredproducts .item .img {
	display: block;
	width: 100%;
	position: relative;
	background-color: #F6F6F6;
	background-position: center;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#featuredproducts .item .img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

#featuredproducts .item .info {
	text-align: center;
	margin-top: 20px;
}

#featuredproducts .item .info h4 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

#featuredproducts .item .info h4 a {
	color: #484848;
	white-space: nowrap;
}

#featuredproducts .item .cate {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.5px;
	color: #a0a0a0;
}

#featuredproducts .item .cate a {
	color: #a0a0a0;
}

#featuredproducts .item .cate a:hover,
#featuredproducts .item .info h4 a:hover {
	color: #027042
}

#featuredproducts .item p {
	font-size: 16px;
	color: #027042;
    font-weight: 700;
	margin: 20px 0 10px 0;
}

#featuredproducts .view-all {
	text-align: center;
    padding-top: 30px;
}

#featuredproducts .view-all a {
	margin: 0;
}

.product {
	margin: 10px 0 20px!important;
}

.product .item {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.product .item:hover {
	border-color: #027042;
}

.product .item .img {
	display: block;
	width: 100%;
	position: relative;
	background-color: #F6F6F6;
	background-position: center;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.product .item .img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.product .item .info {
	text-align: center;
	margin-top: 20px;
}

.product .item .info h4 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .item .info h4 a {
	color: #484848;
	white-space: nowrap;
}

.product .item .cate {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.5px;
	color: #a0a0a0;
}

.product .item .cate a {
	color: #a0a0a0;
}

.product .item .cate a:hover,
.product .item .info h4 a:hover {
	color: #027042
}

.product .item p {
	font-size: 16px;
	color: #027042;
    font-weight: 700;
	margin: 20px 0 10px 0;
}

.blog {
	margin: 10px 0 20px!important;
}

.blog .item {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
}

.blog .item .img {
	display: block;
	width: 100%;
	position: relative;
	background-color: #F6F6F6;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.blog .item .img::before {
	content: "";
	display: block;
	padding-top: 50%;
}

.blog .item .img .cate {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px 10px;
	background: #027042;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 10px;
}

.blog .item .info {
	margin: 20px 0;
	height: 100px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
}

.blog .item .info h3 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.blog .item .info h3 a {
	color: #484848;
}

.blog .item .info h3 a:hover {
	color: #027042;
}

.blog .item .info p {
	color: #a0a0a0;
}

.blog .item .readmore {
	margin: 0 0 10px 0;
}

#bloghome {
	background: #1B1B1B;
}

#bloghome h2 {
	font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
	text-align: center;
}

#bloghome .list {
}

#bloghome .item {
	background: #FFFFFF;
	float: left;
	width: 100%;
	margin: 15px 0;
}

#bloghome .item .img {
	display: block;
	width: 100%;
	position: relative;
	background-color: #F6F6F6;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

#bloghome .item .img::before {
	content: "";
	display: block;
	padding-top: 50%;
}

#bloghome .item .img .cate {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px 10px;
	background: #027042;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 10px;
}

#bloghome .item .info {
	margin: 20px;
	height: 100px;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
}

#bloghome .item .info h3 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#bloghome .item .info h3 a {
	color: #484848;
}

#bloghome .item .info h3 a:hover {
	color: #027042;
}

#bloghome .item .info p {
	color: #a0a0a0;
}

#bloghome .item .readmore {
	margin: 0 0 20px 20px;
}

footer {
	background: #F6F6F6;
	padding-top: 30px;
}

footer a {
	color: #A0A0A0;
}

footer a:hover {
	text-decoration: underline;
	color: #A0A0A0;
}

footer .listbox {
	display: flex;
	flex-direction: column;
}

footer .listbox .box {
	flex: 1;
	color: #A0A0A0;
	background: #1B1B1B;
	padding: 20px;
	margin-bottom: 30px;
}

footer .listbox .box:nth-child(2) {
	display: none;
	background-image: url(images/footer.jpg);
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

footer .listbox .box h4 {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

footer .listbox .box li {
	margin-bottom: 5px;
}

footer .listbox .box li:last-child {
	margin-bottom: 0;
}

.bottom {
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
	display: flex;
}

.bottom a {
	color: #282828;
}

.bottom p {
	line-height: 20px;
	flex: auto;
}

.bottom ul {
	flex: auto;
	display: flex;
	flex-direction: row-reverse;
}

.bottom ul li {
	margin-left: 10px;
}

.bottom .icon {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.bottom .icon:hover {
	opacity: 0.7;
}

.bottom .fb {
	background-image: url(images/xh-fb.png);
}

.bottom .ig {
	background-image: url(images/xh-ig.png);
}

#heading {
	background: #1B1B1B;
}

#heading h1,
#heading p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-align: center;
}

#breadcrumbs {
	font-size: 11px!important;
	font-weight: 400!important;
	font-style: italic;
	text-transform: uppercase;
	color: #A0A0A0!important;
}

#breadcrumbs a {
	color: #A0A0A0;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs strong {
	font-weight: 600;
}

#content > div {
	padding-top: 40px;
	padding-bottom: 40px;
}

article {
}

article p {
	font-size: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
}

article p a {
	color: #db2e2e;
}

article p a:hover {
	text-decoration: underline;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	padding-top: 20px;
	margin-bottom: 15px;
}

article h1 {
	font-size: 26px;
}

article h2 {
	font-size: 24px;
}

article h3 {
	font-size: 22px
}

article h4 {
	font-size: 20px
}

article h5 {
	font-size: 18px
}

article h6 {
	font-size: 16px
}

article .aligncenter {
	display: block;
   	margin: 0 auto 0 auto;
}

article img {
	max-width: 100%;
	height: auto;
}

article ul, article ol {
	margin: 0 0 10px 30px;
	padding-top: 5px;
	font-size: 15px
}
article ul ul,
article ol ul,
article ul ol,
article ol ol {
	margin-bottom: 0;
}
article ul li {
	list-style: square;
	padding-top: 5px;
	margin-bottom: 5px;
}
article ol li {
	list-style: decimal;
	padding-top: 5px;
	margin-bottom: 5px;
}

article ul li li {
	list-style: circle;
}
article ol li li {
	list-style: lower-latin;
}

article .ytb {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 20px 0 10px 0;
}

article .ytb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article .infosp {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

article .infosp .img {
	float: left;
	width: 100%;
	background-color: #F6F6F6;
}

article .infosp .img img {
	width: 100%;
	display: block;
}

article .infosp .detail {
	float: left;
	width: 100%;
}

article .infosp .detail p {
	color: #666;
	font-size: 13px;
}

article .infosp .detail .title {
	font-size: 30px;
	color: #484848;
}

article .infosp .detail .cate {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #a0a0a0;
}

article .infosp .detail .cate a {
	color: #a0a0a0;
}

article .infosp .detail .cate a:hover {
	color: #027042
}

article .infosp .detail .price {
	font-size: 30px;
    font-weight: 600;
    color: #027042;
    margin-bottom: 10px;
}

.withsidebar {
	float: left;
	width: 100%;
	margin: 20px 0;
}

aside {
	float: right;
	width: 100%;
	margin: 20px 0;
}

aside .box {
	padding: 30px;
	margin-bottom: 30px;
	background: #F6F6F6;
}

aside .box h5 {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}
aside .box p {
	padding-top: 10px;
}

#about {
	padding: 40px 0;
}

.about {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about .col {
	margin: 20px 0;
	flex: 1;
}

.about .col p {
	font-size: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.about .bigimg {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#incontact {
	display: flex;
	flex-wrap: wrap;
}

#incontact > div {
	width: 100%;
	background-color: #1B1B1B;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}

#incontact > div::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

#incontact > div:last-child {
	position: relative;
}

#incontact > div > p {
	position: absolute;
	color: #FFFFFF;
	top: 0;
	left: 0;
	padding: 30px;
	font-style: italic;
	font-size: 20px;
}

#stores {
}

#stores h2 {
	font-size: 22px;
	font-weight: 600;
	color: #484848;
	margin-bottom: 50px;
	text-align: center;
}

#stores .store {
	display: flex;
	flex-wrap: wrap;
}

#stores .store > div {
	width: 100%;
}

#stores .store > div h3 {
	padding-top: 10px;
	color: #027042;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#stores .store > div p {
	padding-top: 5px;
	font-size: 15px;
	margin-bottom: 5px;
}

#stores .store > div:first-child {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center;
}

#stores .store > div:last-child {
	padding: 10px 0 35px 0;
}

#stores .store > div:first-child::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.wp-pagenavi {
	padding-top: 10px;
}

.wp-pagenavi .current {
	background: #1B1B1B;
	color: #fff;
	border: 1px solid #1B1B1B;
}

.wp-pagenavi a,
.wp-pagenavi span {
	background: #fff;
	border: 1px solid #e3e3e3;
	padding: 5px 10px;
	color: #484848;
	font-weight: 600;
	margin: 3px 6px 3px 0;
	display: inline-block;
}

.wp-pagenavi a:hover {
	background: #027042;
	border: 1px solid #027042;
	color: #fff;
}

@media screen and (min-width: 400px) {
	#incontact > div {
		width: 50%;
	}
}

@media screen and (min-width: 600px) {
	#introduce .column:first-child {
		width: 47%;
		margin-right: 6%;
	}
	#introduce .column:last-child {
		width: 47%;
	}
	.menu1 {
		flex-direction: initial;
	}
	.menu1 .col {
		padding: 60px 20px;
	}
	.menu1 .pic::before {
		display: none;
	}
	.menu2 .bg h3 {
		font-size: 18px;
		letter-spacing: 0;
	}
	.menu2 .menuleft {
		flex-direction: row-reverse;
	}
	.menu2 .menuleft .bg {
		flex: auto;
		margin-left: 50px;
	}
	.menu2 .menuleft .content {
		width: calc(50% - 10px);
	}
	.menu2 .menuright {
		flex-direction: row;
	}
	.menu2 .menuright .bg {
		flex: auto;
		margin-right: 50px;
	}
	.menu2 .menuright .content {
		width: calc(50% - 10px);
	}
	#featuredproducts .item {
		width: 48%;
		margin-right: 4%;
	}
	#featuredproducts .item:nth-child(2n) {
		margin-right: 0;
	}
	.product .item {
		width: 48%;
		margin-right: 4%;
	}
	.product .item:nth-child(2n) {
		margin-right: 0;
	}
	.blog .item {
		width: 48%;
	}
	.blog .item:nth-child(2n+2) {
		margin-left: 4%;
	}
	#bloghome .item:nth-child(n+2) {
		width: 48%;
	}
	#bloghome .item:nth-child(2n+3) {
		margin-left:4%;
	}
	footer .listbox {
		flex-direction: row;
	}
	footer .listbox .box:last-child {
		margin-left: 4%;
	}
	article .infosp .img {
		width: 50%;
	}
	article .infosp .detail {
		width: 46%;
		margin-left: 4%;
	}
	#stores .left {
		flex-direction: row-reverse;
	}
	#stores .right {
		flex-direction: row;
	}
	#stores .store > div {
		width: 50%;
	}
	#stores .store > div:last-child {
		padding: 10px 20px 35px 20px;
	}
	#stores .left > div {
		text-align: right;
	}
}

@media screen and (min-width: 800px) {
	body {
		padding-top: 65px;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		border-bottom: 1px solid #e3e3e3;
	}
	#introduce .column:first-child {
		width: 40%;
		margin-right: 6%;
	}
	#introduce .column:last-child {
		width: 54%;
	}
	.menu2 .bg h3 {
		letter-spacing: 2px;
	}
	#bloghome .item:first-child {
		width: 65.666%
	}
	#bloghome .item:nth-child(n+2) {
		width: 31.333%;
		margin-left: 3%;
	}
	#bloghome .item:nth-child(3) {
		margin-left: 0;
	}
	#bloghome .item:nth-child(1) .img::before {
		padding-top: 38.171%;
	}
	#bloghome .item:nth-child(2) .img::before {
		padding-top: 80%;
	}
	footer .listbox .box:last-child {
		margin-left: 3%;
	}
	article .infosp .img {
		width: 100%;
	}
	article .infosp .detail {
		width: 100%;
		margin-left: 0;
	}
	.withsidebar {
		width: 64%;
		margin-right: 2%;
	}
	aside {
		width: 34%;
	}
	.about {
		flex-direction: row-reverse;
	}
	.about.right {
		flex-direction: row;
	}
	.about .col:first-child {
		margin-left: 10%;
		flex: 8;
	}
	.about .col:last-child {
		flex: 7;
	}
	.about.right .col:first-child {
		margin-left: 0;
		margin-right: 10%;
	}
	#incontact > div {
		width: 25%;
	}
}

@media screen and (min-width: 1000px) {
	header .logo {
		left: -1px;
	}
	.container {
		max-width: 900px;
	}
	.pad-lr {
		padding-left: 0;
		padding-right: 0;
	}
	.menu1 .col {
		padding: 60px;
	}
	.menu2 .bg h3 {
		font-size: 20px;
	}
	#featuredproducts .item {
		width: 23%;
		margin-right: 2.66%;
	}
	#featuredproducts .item:nth-child(2) {
		margin-right: 2.66%;
	}
	footer .listbox .box:nth-child(2) {
		display: initial;
		margin-left: 3%;
	}
	article .infosp .img {
		width: 50%;
	}
	article .infosp .detail {
		width: 48%;
		margin-left: 2%;
	}
	.withsidebar {
		width: 70%;
	}
	aside {
		width: 28%;
	}
	.about .col p {
		font-size: 18px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1100px;
	}
	.product .item {
		width: 32%;
		margin-left: 2%;
		margin-right: 0;
	}
	.product .item:nth-child(3n+1) {
		margin-left: 0;
	}
	.blog .item {
		width: 31.333%;
		margin-right: 3%;
	}
	.blog .item:nth-child(2n+2) {
		margin-left: 0;
	}
	.blog .item:nth-child(3n+3) {
		margin-right: 0;
	}
	.blog .item .img::before {
		padding-top: 66.66%;
	}
	.withsidebar {
		width: 74%;
	}
	aside {
		width: 24%;
	}
	.about .col p {
		font-size: 20px;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1300px;
	}
}

@media screen and (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
}
/* END DESI CSS ---------- */