/* 
*   Core Owl Carousel CSS File
*   v1.3.3
*/
.owl-carousel .owl-wrapper:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel {
	display:none;
	position:relative;
	width:100%;
	-ms-touch-action:pan-y
}

.owl-carousel .owl-wrapper {
	display:none;
	position:relative;
	-webkit-transform:translate3d(0px,0px,0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow:hidden;
	position:relative;
	width:100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float:left
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor:pointer
}

.owl-controls {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}

.grabbing {
	cursor:url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0)
}
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
	padding:0;
	margin:0;
	border:0;
	outline:none;
	vertical-align:top
}

.fancybox-wrap {
	position:absolute;
	top:0;
	left:0;
	z-index:8020
}

.fancybox-skin {
	position:relative;
	background:#f9f9f9;
	color:#444;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}

.fancybox-opened {
	z-index:8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	box-shadow:0 10px 25px rgba(0,0,0,0.5)
}

.fancybox-outer,.fancybox-inner {
	position:relative
}

.fancybox-inner {
	overflow:hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling:touch
}

.fancybox-error {
	color:#444;
	font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:0;
	padding:15px;
	white-space:nowrap
}

.fancybox-image,.fancybox-iframe {
	display:block;
	width:100%;
	height:100%
}

.fancybox-image {
	max-width:100%;
	max-height:100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
	background-image:url(fancybox_sprite.png)
}

#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
	background-position:0 -108px;
	opacity:.8;
	cursor:pointer;
	z-index:8060
}

#fancybox-loading div {
	width:44px;
	height:44px;
	background:url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position:absolute;
	top:-18px;
	right:-18px;
	width:36px;
	height:36px;
	cursor:pointer;
	z-index:8040
}

.fancybox-nav {
	position:absolute;
	top:0;
	width:40%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	background:transparent url(blank.gif);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:8040
}

.fancybox-prev {
	left:0
}

.fancybox-next {
	right:0
}

.fancybox-nav span {
	position:absolute;
	top:50%;
	width:36px;
	height:34px;
	margin-top:-18px;
	cursor:pointer;
	z-index:8040;
	visibility:hidden
}

.fancybox-prev span {
	left:10px;
	background-position:0 -36px
}

.fancybox-next span {
	right:10px;
	background-position:0 -72px
}

.fancybox-nav:hover span {
	visibility:visible
}

.fancybox-tmp {
	position:absolute;
	top:-99999px;
	left:-99999px;
	visibility:hidden;
	max-width:99999px;
	max-height:99999px;
	overflow:visible!important
}

.fancybox-lock {
	overflow:hidden
}

.fancybox-overlay {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
	z-index:8010;
	background:rgba(0,0,0,0.6);

}

.fancybox-overlay-fixed {
	position:fixed;
	bottom:0;
	right:0;
	display: none !important;
}

.fancybox-lock .fancybox-overlay {
	overflow:auto;
	overflow-y:scroll;
}

.fancybox-title {
	visibility:hidden;
	font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position:relative;
	text-shadow:none;
	z-index:8050
}

.fancybox-opened .fancybox-title {
	visibility:visible
}

.fancybox-title-float-wrap {
	position:absolute;
	bottom:0;
	right:50%;
	margin-bottom:-35px;
	z-index:8050;
	text-align:center
}

.fancybox-title-float-wrap .child {
	display:inline-block;
	margin-right:-100%;
	padding:2px 20px;
	background:transparent;
	background:rgba(0,0,0,0.8);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-shadow:0 1px 2px #222;
	color:#FFF;
	font-weight:700;
	line-height:24px;
	white-space:nowrap
}

.fancybox-title-outside-wrap {
	position:relative;
	margin-top:10px;
	color:#fff
}

.fancybox-title-inside-wrap {
	padding-top:10px
}

.fancybox-title-over-wrap {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	padding:10px;
	background:#000;
	background:rgba(0,0,0,.8)
}

button {
	background:transparent;
	border:0;
	outline:none
}

ul {
	margin-bottom:0
}

a {
	color:inherit;
	text-decoration:none
}

a:hover,a:focus,a:active {
	color:inherit;
	text-decoration:none;
	outline:none
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Baomoi", Arial;
	margin:0;
	font-size:inherit
}

p {
	font-family:"Baomoi", Arial
}

.input-control {
	width:100%;
	border:solid 1px #e7e7e7;
	background:transparent;
	outline:none
}

.img-fix {
	max-width:100%
}

.text-overflow,.header-panel-mobile ul.top-linklists-mobile a,.product-grid h3,.breadcrumb h1,.widget-collection .list-products h3,.widget-collection .list-post h3,.product-list .product-info h3 {

}

.button {
	display:inline-block;
	line-height:40px;
	background:transparent;
	padding:0 25px;
	font-weight:600;
	text-transform:uppercase;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px
}

@media (max-width:767px) {
	.button {
		padding:0 20px
	}
}

.button.type_1 {
	border:2px solid #4C4C4C
}

.button.type_1:hover {
	border-color:#3c9a0d;
	color:#3c9a0d
}

.button.type_2 {
	color:#fff!important;
	border:2px solid #3c9a0d;
	background:#3c9a0d
}

.button.type_2:hover {
	filter:brightness(0.9);
	-webkit-filter:brightness(0.9);
	-moz-filter:brightness(0.9)
}

.button.type_3 {
	color:#fff;
	background:#333;
	line-height:44px
}

.button.dashed {
	color:#685e52;
	border:dashed 1px #e8e6e2
}

.button.dashed:hover,.button.dashed:active {
	color:#3c9a0d;
	border-color:#3c9a0d
}

body {
	font-size:14px;
	font-family:"Baomoi", Arial;
	color:#685e52
}

.top-header {
	font-size:13px;
	font-family:"Baomoi", Arial;
	color:#aeaeae;
	background:#39342e;
	line-height:40px
}

.top-header a:hover {
	color:#3c9a0d
}

.top-header ul.top-linklists li {
	display:inline-block;
	margin-right:19px;
	font-size:16px;
	text-align:left
}

.top-header ul.top-linklists li a {
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out
}

.top-header ul.top-linklists li.last {
	margin-right:0
}

.top-header ul.top-linklists > li:hover > a {
	color:#3c9a0d
}

.top-header .sup-online {
	text-align:right;
	position:relative
}

.top-header .sup-online .wrap-sup {
	position:absolute;
	z-index:11;
	top:100%;
	margin-top:7px;
	right:15px;
	width:500px;
	padding:0 15px 15px;
	background:#39342e;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.top-header .sup-online .wrap-sup:after {
	content:"";
	top:-7px;
	right:20px;
	position:absolute;
	width:0;
	height:0;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #39342e
}

.top-header .sup-online .wrap-sup .entry-person {
	margin-top:15px
}

.top-header .sup-online .wrap-sup .entry-person a {
	margin-right:5px;
	font-size:14px
}

.top-header .sup-online .wrap-sup .entry-person a .fa-skype {
	color:#12A5F4
}

.top-header .sup-online .wrap-sup .img-avatar {
	width:50px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	float:left
}

.top-header .sup-online .wrap-sup .info-person {
	text-align:left;
	margin-left:60px
}

.top-header .sup-online .wrap-sup .info-person h5 {
	font-weight:700
}

.top-header .sup-online:hover .wrap-sup {
	opacity:1;
	visibility:visible
}

.header-panel-mobile {
	position:relative;
	display:table;
	width:100%;
	border-bottom:solid 1px rgba(255,255,255,0.2)
}

.header-panel-mobile > a {
	display:table-cell;
	width:25%;
	height:50px;
	font-size:18px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
	border-right:solid 1px rgba(255,255,255,0.2)
}

.header-panel-mobile > a:first-child {
	border-left:solid 1px rgba(255,255,255,0.2)
}

.header-panel-mobile ul.top-linklists-mobile {
	position:absolute;
	z-index:100;
	margin-top:1px;
	top:calc(100% + 1px);
	left:0;
	width:100%;
	background:#39342e;
	line-height:22px;
	font-size:14px
}

.header-panel-mobile ul.top-linklists-mobile a {
	display:block;
	padding:15px;
}

.header-panel-mobile .sup-mobile {
	position:absolute;
	z-index:100;
	margin-top:1px;
	top:100%;
	left:0;
	width:100%;
	background:#39342e;
	font-size:14px
}

.header-panel-mobile .sup-mobile .entry-person {
	padding:15px
}

.header-panel-mobile .sup-mobile .info-person {
	margin-left:65px
}

.header-panel-mobile .sup-mobile .info-person a {
	margin-right:7px
}

.header-panel-mobile .sup-mobile .img-avatar {
	width:50px;
	float:left
}

.mid-header {
	position:relative
}

.mid-header .logo {
	display:table;
	font-size:0;
	width:100%
}

.mid-header .logo .wrap-logo {
	display:table-cell;
	vertical-align:middle;
	height:88px
}

.bottom-header form {
	width:100%;
	margin:1px auto 0;
	position:relative
}

.bottom-header form .input-control {
	height:44px;
	padding:5px 50px 5px 15px
}

.bottom-header form .input-control:focus,.bottom-header form .input-control:hover {
	border-color:#e8e6e2
}

.bottom-header form button {
	position:absolute;
	width:44px;
	height:44px;
	right:0;
	top:0;
	text-align:center
}

.bottom-header .shop-cart {
	position:relative;
	padding:1px 0;
	text-align:right
}

.bottom-header .shop-cart a:hover {
	color:#3c9a0d
}

.bottom-header .shop-cart:hover .cart-item span {
	background:#3c9a0d
}

.bottom-header .shop-cart .mini-cart-content {
	position:absolute;
	margin-top:7px;
	right:0;
	padding:15px;
	z-index:99999;
	width:310px;
	background:#39342e;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
}

.bottom-header .shop-cart .mini-cart-content:after {
	content:"";
	top:-7px;
	right:20px;
	position:absolute;
	width:0;
	height:0;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #39342e
}

.bottom-header .shop-cart .mini-cart-content .item {
	text-align:left;
	color:#aeaeae;
	padding-right:30px;
	padding-bottom:10px;
	border-bottom:solid 1px #4C4C4C;
	margin-bottom:10px
}

.bottom-header .shop-cart .mini-cart-content .item .text-overflow,.bottom-header .shop-cart .mini-cart-content .item .header-panel-mobile ul.top-linklists-mobile a,.header-panel-mobile ul.top-linklists-mobile .mid-header .shop-cart .mini-cart-content .item a,.mid-header .shop-cart .mini-cart-content .item .product-grid h3,.product-grid .mid-header .shop-cart .mini-cart-content .item h3,.mid-header .shop-cart .mini-cart-content .item .breadcrumb h1,.breadcrumb .mid-header .shop-cart .mini-cart-content .item h1,.mid-header .shop-cart .mini-cart-content .item .widget-collection .list-products h3,.widget-collection .list-products .mid-header .shop-cart .mini-cart-content .item h3,.mid-header .shop-cart .mini-cart-content .item .widget-collection .list-post h3,.widget-collection .list-post .mid-header .shop-cart .mini-cart-content .item h3,.mid-header .shop-cart .mini-cart-content .item .product-list .product-info h3,.product-list .product-info .mid-header .shop-cart .mini-cart-content .item h3 {
	display:block
}

.bottom-header .shop-cart .mini-cart-content .item img {
	float:left;
	width:50px;
	margin:0 15px 0 0
}

.bottom-header .shop-cart .mini-cart-content .item .qty {
	display:block;
	opacity:.6;
	color:#aeaeae
}

.bottom-header .shop-cart .mini-cart-content .item .remove {
	position:absolute;
	right:20px;
	color:#685e52!important;
	font-weight:300;
	font-size:20px;
	line-height:20px
}

.bottom-header .shop-cart .mini-cart-content .item .remove:hover {
	color:#ff6565!important
}

.bottom-header .shop-cart:hover .mini-cart-content {
	opacity:1;
	visibility:visible
}

.mini-cart-content .no-item {
	color:#fff;
	text-align:left
}

.bottom-header .cart-control {
	border:1px dashed #e8e6e2;
	color:#39342e;
	display:inline-block;
	font-size:16px;
	font-weight:600;
	height:48px;
	line-height:42px;
	text-align:right;
	max-width:100%;
	padding:0 15px
}

.bottom-header .cart-control .cart-item {
	position:relative
}

.bottom-header .cart-control .cart-number {
	background:#e8b11d;
	color:#fff;
	font-size:10px;
	font-weight:300;
	height:21px;
	line-height:21px;
	width:21px;
	text-align:center;
	position:absolute;
	right:4px;
	top:-18px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}

.bottom-header .cart-control .cart-price {
	margin-left:10px
}

.bottom-header {
	background:#f7f7f7;
	border-top:solid 1px #e8e6e2;
	border-bottom:solid 1px #e8e6e2;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.bottom-header.sticky {
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
	background:#f7f7f7
}

.mid-header .main-nav {
	font-family:"Baomoi", Arial;
	color:#685e52;
	text-align:left;
	font-size:14px;
	padding-top:18px
}

.mid-header .main-nav .has-mega {
	position:static
}

.mid-header .main-nav .has-mega:hover .megamenu {
	opacity:1;
	visibility:visible
}

.mid-header .main-nav .megamenu {
	position:absolute;
	z-index:20;
	padding:30px 25px 10px;
	top:130%;
	left:0;
	right:15px;
	margin-left:-15px;
	visibility:hidden;
	opacity:0;
	text-align:left;
	background:#fff;
	border:solid 1px #e8e6e2;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear
}

.mid-header .main-nav .megamenu .col-md-4 {
	margin-bottom:20px
}

.mid-header .main-nav .megamenu h3 {
	margin-bottom:10px;
	font-weight:700
}

.mid-header .main-nav .megamenu ul {
	text-transform:initial
}

.mid-header .main-nav .megamenu ul li {
	position:relative;
	line-height:34px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.mid-header .main-nav .megamenu ul li:hover {
	color:#3c9a0d;
	padding-left:15px
}

.mid-header .main-nav .megamenu ul li:hover:before {
	content:"\f105";
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	top:0;
	line-height:34px
}

.mid-header .main-nav .megamenu ul li a {
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.mid-header .main-nav > li {
	padding:10px 0;
	display:inline-block;
	position:relative;
	text-transform:uppercase;
	margin-right:5px;
	line-height:20px
}

.mid-header .main-nav > li > a {
	position:relative;
	font-weight:700;
	display:block;
	padding:5px 5px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.offset-push-right .hotline-fixed{
	display: none;
}
.mid-header .main-nav > li.active > a,.mid-header .main-nav > li:hover > a {
	color:#3c9a0d
}

.mid-header .main-nav > li.last {
	margin-right:0
}

.mid-header .main-nav .has-sub {
	position:relative
}

.mid-header .main-nav .has-sub .has-sub > a {
	display:block;
	padding-right:30px
}

.mid-header .main-nav .has-sub .has-sub .fa {
	position:absolute;
	right:15px;
	top:0;
	text-align:center;
	line-height:50px
}

.mid-header .main-nav .has-sub ul {
	position:absolute;
	z-index:20;
	top:100%;
	left:0;
	width:250px;
	opacity:0;
	visibility:hidden;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	text-align:left;
	background:#fff;
	border:solid 1px #e8e6e2
}

.mid-header .main-nav .has-sub ul li {
	text-transform:initial;
	line-height:50px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.mid-header .main-nav .has-sub ul li a {
	display:block;
	padding:0 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:solid 1px #e8e6e2;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.mid-header .main-nav .has-sub ul li:hover > a {
	color:#fff;
	background:#3c9a0d
}

.mid-header .main-nav .has-sub ul .level2 {
	top:0;
	left:100%
}

.mid-header .main-nav .has-sub:hover > ul {
	opacity:1;
	visibility:visible
}

.mid-header .main-nav li.last .level2 {
	left:auto;
	right:100%
}

.mid-header .main-nav li:nth-last-of-type(2) .level2 {
	left:auto;
	right:100%
}

.main-category {
	position:relative
}

.main-category .h2 {
	text-transform:uppercase;
	line-height:50px;
	background:#fff;
	padding:0 15px;
	color:#3c9a0d;
	border-left:solid 1px;
	border-right:solid 1px;
	border-color:#e8e6e2;
	font-weight:700;
	cursor:default;
	cursor:pointer
}

.main-category .h2 .fa {
	margin-right:5px
}

.main-category .desktop-category {
	position:absolute;
	z-index:99999;
	top:100%;
	width:100%;
	background:#fff;
	border:solid 1px #e8e6e2
}

.main-category .desktop-category.visble {
	opacity:0;
	visibility:hidden
}

.main-category .desktop-category > li {
	position:static;
	line-height:44px;
	border-bottom:solid 1px #e8e6e2;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.main-category .desktop-category > li.last,.main-category .desktop-category > li:last-child {
	border-bottom:0
}

.main-category .desktop-category > li > a {
	display:block;
	position:relative;
	padding:0 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.main-category .desktop-category > li > a:hover {
	color:#3c9a0d
}

.main-category .desktop-category > li.has-subcate > a {
	padding-right:30px
}

.main-category .desktop-category > li.has-subcate > a:after {
	content:"\f105";
	display:block;
	position:absolute;
	right:15px;
	top:0;
	line-height:39px;
	font-family:'FontAwesome';
	font-size:16px
}

.main-category .desktop-category .subcate {
	position:absolute;
	top:0;
	left:100%;
	z-index:30;
	height:100%;
	width:250px;
	border:solid 1px #e8e6e2;
	border-top:0;
	background:#fff;
	padding:10px 20px;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear
}

.main-category .desktop-category .subcate h3 {
	margin-top:20px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:700
}

.main-category .desktop-category .subcate ul {
	padding:0
}

.main-category .desktop-category .subcate li {
	position:relative;
	line-height:26px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.main-category .desktop-category .subcate li:hover {
	padding-left:10px;
	color:#3c9a0d
}

.main-category .desktop-category .subcate li:hover:before {
	font-family:'FontAwesome';
	line-height:26px;
	position:absolute;
	left:0;
	top:0
}

.main-category .desktop-category .subcate li a {
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:35px
}

.main-category .desktop-category .has-subcate:hover .subcate {
	visibility:visible;
	opacity:1
}

.main-category .mobile-category {
	background:#fff
}

.main-category .mobile-category li {
	position:relative
}

.main-category .mobile-category li ul {
	padding-left:70px
}

.main-category .mobile-category li ul ul {
	padding-left:30px
}

.main-category .mobile-category li ul a {
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.main-category .mobile-category > li {
	line-height:39px;
	border-bottom:solid 1px #e7e7e7
}

.main-category .mobile-category > li > a {
	display:block;
	position:relative;
	padding:0 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.main-category .mobile-category > li em {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	line-height:40px;
	text-align:center;
	font-size:18px
}

.has-icon > ul > li > a {
	padding-left:55px
}

.has-icon > ul > li > a:before {
	content:"";
	position:absolute;
	display:block;
	left:12px;
	top:5px;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center center
}

.has-icon > ul > li:nth-of-type(1) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-1.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(2) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-2.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(3) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-3.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(4) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-4.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(5) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-5.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(6) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-6.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(7) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-7.png?1581996670149 )
}

.has-icon > ul > li:nth-of-type(8) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-8.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(9) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-9.png?1581996670149)
}

.has-icon > ul > li:nth-of-type(10) a:before {
	background-image:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/icon-10.png?1581996670149)
}

.has-icon > ul li.lixemthem a:before {
	background-image:none!important
}

.has-icon > ul li.lirutgon a:before {
	background-image:none!important
}

.top-index .slideshow {
	width:auto;
	overflow:hidden
}

.top-index .slideshow img {
	width:100%;
	border-bottom:1px solid #fff
}

.top-index .slideshow .owl-controls {
	position:absolute;
	width:100%;
	margin-top:-20px;
	top:50%;
	pointer-events:none
}

.top-index .slideshow .owl-controls .owl-prev,.top-index .slideshow .owl-controls .owl-next {
	line-height:40px;
	width:34px;
	text-align:center;
	color:#fff;
	pointer-events:initial;
	background:#000;
	opacity:.5
}

.top-index .slideshow .owl-controls .owl-prev:hover,.top-index .slideshow .owl-controls .owl-next:hover {
	opacity:.7
}

.top-index .slideshow .owl-controls .owl-prev {
	float:left
}

.top-index .slideshow .owl-controls .owl-next {
	float:right
}

.top-index .banner {
	display:block
}

.policy {
	margin-top:20px;
	padding:25px 0
}

.policy .col-md-4 {
	border-right:solid 1px #e8e6e2
}

.policy .col-md-4.last {
	border-right:0
}

.policy .icon-box {
	padding-left:20px
}

.policy .icon-box .icons {
	float:left
}

.policy .icon-box .text {
	margin-left:47px
}

.policy .icon-box .text h4 {
	font-weight:700;
	font-size:16px;
	margin-bottom:5px;
	text-transform:uppercase
}

.policy .icon-box .text p {
	margin-bottom:0;
	color:#aeaeae
}

.special-collection {
	border:solid 1px #e8e6e2
}

.special-collection .special-product .p-image,.special-collection .special-product .p-info {
	width:50%;
	float:left
}

.special-collection .special-product .p-image {
	position:relative
}

.special-collection .special-product .p-image .p-badge {
	position:absolute;
	top:0;
	left:0;
	font-size:16px;
	padding:0 22px;
	line-height:38px;
	background:#ff6565;
	color:#fff
}

.special-collection .special-product .p-info {
	padding:30px 0 0 10px
}

.special-collection .special-product .p-info h3 {
	font-size:16px;
	line-height:1.5;
	margin-bottom:15px
}

.special-collection .special-product .p-info h3:hover {
	color:#3c9a0d
}

.special-collection .special-product .p-info .desc {
	color:#aeaeae;
	font-style:italic;
	font-size:13px;
	margin-bottom:20px;
	line-height:20px
}

.special-collection .special-product .price .amount {
	font-size:18px;
	font-weight:700;
	color:#3c9a0d
}

.special-collection .special-product .price del {
	margin-left:5px;
	color:#aeaeae
}

.special-collection .special-product .p-action {
	margin-top:15px
}

.special-collection .special-product .p-action .button {
	font-size:12px
}

.special-collection .special-product .p-action .button:hover {
	background:#8ac400;
	color:#fff;
	border-color:#fff
}

.special-collection .special-product .p-action .button .fa {
	font-size:16px
}

.special-collection .special-product .p-action .button .fa-shopping-cart {
	margin-right:5px
}

.special-collection .special-product .p-action .quickview-btn {
	width:40px;
	height:42px;
	line-height:42px;
	padding:0;
	text-align:center
}

.special-collection .wrap-collection {
}

.special-collection .wrap-collection .owl-special-collection{
	padding:0 15px
}

.special-collection .wrap-collection .owl-special-collection .owl-controls {
	position:absolute;
	right:5px;
	top:-34px
}

.special-collection .wrap-collection .owl-special-collection .owl-controls .owl-prev,.special-collection .wrap-collection .owl-special-collection .owl-controls .owl-next {
	display:inline-block;
	font-size:24px;
	padding:0 10px;
	color:#aeaeae
}

.special-collection .wrap-collection .owl-special-collection .owl-controls .owl-prev:hover,.special-collection .wrap-collection .owl-special-collection .owl-controls .owl-next:hover {
	color:#685e52
}

.three-banner {
	margin-top:40px
}

.big-collection {
	margin-top:40px
}

.collection-area {
	border:solid 1px #e8e6e2
}

.collection-area .readmore {
	display:block;
	margin-left:-7px;
	margin-right:-7px;
	margin-top:15px;
	text-align:center;
	line-height:50px;
	background:#f7f7f7
}

.collection-area .readmore:hover {
	color:#3c9a0d
}

.collection-area .control-tabs {
	margin:0 15px;
	border-bottom:solid 1px #e7e7e7
}

.collection-area .control-tabs h2 {
	float:left;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	line-height:44px
}

.collection-area .control-tabs .nav-tabs {
	border-bottom:0;
	float:right
}

.collection-area .control-tabs .nav-tabs > li > a {
	border:0;
	text-transform:uppercase;
	font-size:13px;
	color:#685e52;
	opacity:.8;
	padding:13px 10px;
	position:relative
}

.collection-area .control-tabs .nav-tabs > li > a:hover {
	color:#3c9a0d
}

.collection-area .control-tabs .nav-tabs > li > a:after {
	content:"";
	position:absolute;
	height:40%;
	right:-3px;
	width:1px;
	background:#e8e6e2;
	-webkit-transform:rotate(20deg);
	transform:rotate(20deg);
	-moz-transform:rotate(20deg)
}

.collection-area .control-tabs .nav-tabs > li:last-child a:after {
	display:none
}

.collection-area .control-tabs .nav-tabs li.active > a,.collection-area .control-tabs .nav-tabs li.active > a:focus,.collection-area .control-tabs .nav-tabs li.active > a:hover {
	border:0;
	background:transparent;
	color:#3c9a0d;
	opacity:1
}

.collection-area .control-tabs .nav-tabs li > a:hover {
	background:transparent;
	border:0
}

.collection-area .tab-content {
	padding:0 7px
}

.home-blog {
	margin-top:0px
}

.brands {
	border-top:solid 1px #e7e7e7;
	margin-top:45px
}

.brands h2 {
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:15px
}

.brands .desc {
	line-height:20px;
	font-size:13px;
	color:#aeaeae
}

.brands .item-brand {
	text-align:center;
	border:solid 1px #e8e6e2;
	padding:3px
}

.brands .owl-brands {
	padding:10px 0 10px 0px;
	border-left:solid 1px #e8e6e2
}
.brands .owl-brands .owl-item{
	padding: 0 15px;
}
#footer {
	border-top:solid 1px #e7e7e7;
	margin-top:50px
}

.form-newsletter .input {
	height:35px;
	width:300px;
	font-size:13px;
	outline:none;
	padding:0 40px 0 10px;
	border:solid 1px #e7e7e7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px
}

.form-newsletter .input:focus {
	border-color:#8bc302
}

.form-newsletter button {
	background:#39342e;
	opacity:.7;
	color:#fff;
	line-height:34px;
	padding:0 20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.form-newsletter button:hover {
	opacity:1
}

#footer .news-social {
	padding:10px 0;
	background:none!important;
	border-bottom:solid 1px #e7e7e7
}

#footer .social {
	text-align:right;
	margin-bottom: 15px;
}

#footer .social li {
	display:inline-block;
	margin-left:5px
}

#footer .social a {
	display:block;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:16px;
	text-align:center;
	border:solid 1px #e7e7e7;
	color:#aeaeae;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

#footer .social a:hover {
	border-color:#3c9a0d;
	color:#3c9a0d
}

#footer .top-footer {
	padding:40px 0;
	color:#aeaeae
}

#footer .top-footer .f-logo {
	margin-bottom:15px
}

#footer .top-footer h3 {
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#685e52
}
#footer .top-footer > div > div:last-child h3 {
	margin-bottom: 15px;
}
#footer .top-footer .about-store {
	line-height:22px;
	font-size:13px
}

#footer .top-footer .f-contact li {
	margin-bottom:15px
}

#footer .top-footer .f-contact .fa {
	float:left;
	margin: 1px 0px;
}

#footer .top-footer .f-contact span {
	display:block;
	margin-left:19px
}

#footer .top-footer .linklists li {
	margin-bottom:7px
}

#footer .top-footer .linklists li:hover {
	color:#3c9a0d
}

#footer .payments {
	background:#f7f7f7;
	text-align:center;
	padding:10px 0
}

#footer .copyright {
	padding:10px 0;
	text-align:center;
	background:#39342e;
	color:#aeaeae;
	line-height:30px;
	font-size:13px
}

#footer .copyright a {
	color:#3c9a0d
}

.title-line {
	position:relative;
	text-align:center;
	margin-bottom:15px
}

.title-line:after {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	width:100%;
	z-index:-1
}

.title-line .title {
	display:inline-block;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	padding:0 25px;
	background:#fff
}

.post-grid {
	margin-top:15px
}

.post-grid .entry-thumb {
	width:50%;
	float:left;
	padding-right:15px
}

.post-grid .entry-content {
	width:50%;
	float:left
}

.post-grid .entry-content .entry-meta {
	padding-bottom:10px;
	border-bottom:dashed 1px #e8e6e2;
	margin-bottom:10px
}

.post-grid .entry-content .entry-meta h3 {
	font-size:16px;
	line-height:26px
}

.post-grid .entry-content .entry-meta h3:hover {
	color:#3c9a0d
}

.post-grid .entry-content .entry-meta .post-meta {
	display:block;
	color:#aeaeae;
	margin-top:3px
}

.post-grid .entry-content .entry-desc {
	color:#aeaeae;
	margin-bottom:15px;
	line-height:24px
}

.post-grid .entry-content .readmore {
	color:#3c9a0d
}

.post-grid.type_2 {
	margin:0 0 20px
}

.post-grid.type_2 .entry-thumb,.post-grid.type_2 .entry-content {
	width:100%;
	float:none
}

.post-grid.type_2 .entry-meta {
	margin-top:10px
}

.pd7 {
	padding:0 7.5px
}

.pdt15 {
	padding:15px 0 0
}

.product-grid {
	position:relative;
	overflow:hidden
}
.special-collection .product-grid{
	margin-top: 13px;
}
.product-grid .product-img {
	position:relative;
	display:block;
	text-align:center
}
.product-grid .product-img img{
	width: 100%;
}
.product-grid .product-img:after {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	background:rgba(0,0,0,0.2);
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.product-grid .product-img:hover:after {
	opacity:1;
	pointer-events:none;
	visibility:visible
}

.product-grid .product-img .quickview-btn {
	position:absolute;
	z-index:12;
	font-size:12px;
	top:50%;
	left:50%;
	margin-top:-18px;
	margin-left:-50px;
	width:100px;
	height:36px;
	line-height:36px;
	padding:0;
	background:#fff;
	text-align:center;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.product-grid .product-img:hover .quickview-btn {
	opacity:1;
	visibility:visible
}

.product-grid .level-pro-sale {
	background:#3c9a0d;
	color:#fff;
	font-weight:700;
	min-width:50px;
	padding:5px 10px;
	position:absolute;
	right:0;
	text-align:center;
	text-transform:uppercase;
	top:0;
	z-index:9
}

.product-grid h3 {
	margin-top:10px;
	margin-bottom:5px;
	font-size:14px;
	line-height:20px;
	text-align:center;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	white-space: initial
}

.product-grid h3:hover {
	color:#3c9a0d
}

.product-grid .price {
	text-align:center;
	min-height:42px
}

.product-grid .price del {
	font-size:12px;
	margin-right:5px;
	color:#aeaeae
}

.product-grid .price span {
	font-size:18px;
	font-weight:700;
	color:#3c9a0d
}

.product-grid .actions {
	margin-top:10px;
	text-align:center;
	margin-bottom: 10px;
}

.product-grid .actions .button {
	font-size:12px
}

.product-grid .actions .button:hover {
	background:#8ac400;
	color:#fff;
	border-color:#fff
}

.product-grid .actions .button .fa {
	font-size:16px
}

.product-grid .actions .button .fa-shopping-cart {
	margin-right:5px
}

.offset-menu {
	width:240px;
	height:100%;
	top:0;
	z-index:1000;
	position:fixed;
	overflow-y:scroll;
	background:#3c9a0d !important;
	color:#fff;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.offset-menu .mobile-menu a {
	display:block
}

.offset-menu .mobile-menu .has-sub {
	position:relative
}

.offset-menu .mobile-menu .has-sub li {
	line-height:40px
}

.offset-menu .mobile-menu .has-sub li a {
	padding:0 20px;
	color: #fff;
}

.offset-menu .mobile-menu .has-sub li em {
	top:0
}

.offset-menu .mobile-menu .has-sub .has-sub ul {
	padding-left:15px
}

.offset-menu .mobile-menu > li {
	border-bottom:solid 1px rgba(255,255,255,0.2)
}

.offset-menu .mobile-menu > li > a {
	text-transform:uppercase;
	line-height:26px;
	color:#fff;
	padding:14px 20px;
	border-bottom:1px solid #3c9a0d
}

.offset-menu .mobile-menu > li > em {
	top:7px
}

.offset-menu .mobile-menu > li em {
	display:block;
	position:absolute;
	right:0;
	width:40px;
	line-height:40px;
	font-size:18px;
	text-align:center;
	color: #fff;
}

.breadcrumb {
	background-image:url(breadcrumb.jpg);
	background-color:#f2f2f2;
	padding:200px 0 40px;
	margin-bottom:50px;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-bottom:1px solid #e8e6e2
}

.breadcrumb h1 {
	float:left;
	padding-right:15px;
	font-size:20px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:600;
	width:50%
}

.breadcrumb .c-bread {
	float:right;
	padding-left:15px;
	width:50%
}

.breadcrumb ul {
	float:right;
	overflow:hidden;
	text-align:right
}

.breadcrumb ul li {
	float:left;
	margin-right:5px
}

.breadcrumb ul li:last-child {
	margin-right:0
}

.breadcrumb ul li.current {
	max-width:200px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}

.breadcrumb ul li.divide {
	opacity:.7
}

.breadcrumb ul li a {
	opacity:.7;
	transition:color .3s ease;
	-webkit-transition:color .3s ease;
	-moz-transition:color .3s ease;
	-o-transition:color .3s ease
}

.breadcrumb ul li a:hover {
	opacity:1
}

.toolbar {
	border:solid 1px #e8e6e2;
	padding:13px 15px

}

.toolbar .sortby {
	position:relative;
	float:left
}

.toolbar .sortby .btn-dropdown {
	text-transform:uppercase;
	font-weight:700
}

.toolbar .sortby .btn-dropdown .fa {
	display:inline-block;
	margin-left:5px;
	text-align:center;
	width:20px;
	line-height:20px;
	border:solid 1px #e8e6e2
}

.toolbar .sortby .btn-dropdown:hover {
	color:#3c9a0d
}

.toolbar .sortby #sortBy {
	position:absolute;
	padding:10px 15px;
	width:250px;
	z-index:11;
	left:0;
	top:100%;
	margin-top:5px;
	background:#fff;
	border:solid 1px #e8e6e2;
	box-shadow:0 0 15px #f7f7f7;
	-moz-box-shadow:0 0 15px #f7f7f7;
	-webkit-box-shadow:0 0 15px #f7f7f7
}

.toolbar .sortby #sortBy li {
	line-height:36px
}

.toolbar .view {
	float:right
}

.toolbar .view .grid,.toolbar .view .list {
	background:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/view-icon.png?1581996670149) no-repeat;
	width:14px;
	height:14px;
	display:inline-block;
	margin:0 3px;
	vertical-align:middle
}

.toolbar .view .grid {
	background-position:0 -14px
}

.toolbar .view .list {
	background-position:-15px -14px
}

.toolbar .view .grid:hover,.toolbar .view .active.grid {
	background-position:0 0
}

.toolbar .view .list:hover,.toolbar .view .active.list {
	background-position:-15px 0
}

.paginate li {
	display:inline-block;
	font-weight:700
}

.paginate li:after {
	content:"-";
	display:inline-block;
	margin:0 3px
}

.paginate li:last-child:after {
	display:none
}

.paginate li:hover a,.paginate li span {
	color:#3c9a0d
}

.toolbar .paginate {
	display:inline-block
}

.widget-collection {
	padding:10px 15px;
	border:solid 1px #e8e6e2;
	margin-bottom:15px
}

.widget-collection h2 {
	border-bottom:solid 1px #e8e6e2;
	text-transform:uppercase;
	line-height:40px;
	letter-spacing:1px;
	font-weight:700;
	margin-bottom:10px
}

.widget-collection .list-subcate li {
	line-height:30px;
	padding-right:30px;
	position:relative
}

.widget-collection .list-subcate li a {
	display:block
}

.widget-collection .list-subcate li .count {
	position:absolute;
	right:0;
	top:0;
	color:#aeaeae
}

.widget-collection .list-subcate li:hover a {
	color:#3c9a0d
}

.widget-collection .list-products h3 {
	margin-bottom:7px;
	line-height:1.3;
	text-overflow:initial;
	white-space:initial;
	font-family:san-serif
}

.widget-collection .list-products h3:hover {
	color:#3c9a0d
}

.widget-collection .list-products li {
	margin-bottom:10px;
	border-bottom:1px solid #eee
}

.widget-collection .list-products .image {
	display:block;
	float:left
}

.widget-collection .list-products .info {
	margin-left:80px
}

.widget-collection .list-products .info .price span {
	color:#000
}

.widget-collection .list-products .price span {
	color:#3c9a0d
}

.widget-collection .list-products .price del {
	opacity:.6
}

.widget-collection .list-post li {
	margin-bottom:10px
}

.widget-collection .list-post .image {
	display:block;
	float:left
}

.widget-collection .list-post .meta {
	margin-left:80px
}

.widget-collection .list-post h3 {
	margin-bottom:10px
}

.widget-collection .list-post h3:hover {
	color:#3c9a0d
}

.widget-collection .list-post .date {
	opacity:.7
}

.product-list {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:dashed 1px #e7e7e7
}

.product-list:last-child {
	border-bottom:0;
	padding-bottom:0
}

.product-list .product-img {
	position:relative;
	overflow:hidden;
	padding:0 15px
}

.product-list .level-pro-sale {
	background:#407ac5!important;
	color:#fff;
	font-weight:700;
	min-width:58px;
	padding:5px 10px;
	position:absolute;
	right:0;
	text-align:center;
	text-transform:uppercase;
	top:0;
	z-index:9
}

.product-list .product-info h3 {
	font-size:16px;
	margin-bottom:10px;
	line-height:1.3;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease
}

.product-list .product-info h3:hover {
	color:#3c9a0d
}

.product-list .product-info .price {
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:dashed 1px #e7e7e7
}

.product-list .product-info .price del {
	font-size:12px;
	opacity:.5;
	margin-right:5px;
	color:#685e52;
	opacity:.8
}

.product-list .product-info .price span {
	font-size:18px;
	color:#3c9a0d;
	font-weight:700;
	margin-right:10px
}

.product-list .product-info .desc {
	opacity:.9;
	font-size:14px;
	line-height:1.7;
	margin-bottom:20px
}

.product-list .product-info form .quickview-btn {
	text-align:center;
	padding:0 20px
}

.product-list .product-info form .quickview-btn .fa {
	margin-right:10px
}

.product-list .product-info form .button:hover {
	background:#8ac400;
	color:#fff;
	border-color:#fff
}

.note-page {
	line-height:40px;
	background:#f5f5f5;
	padding:0 15px;
	margin-top:20px
}

.note-page .fa {
	color:red
}

.page-article .entry-meta .entry-title {
	font-size:22px;
	margin-bottom:15px
}

.page-article .entry-meta .post-meta {
	padding-bottom:15px;
	border-bottom:dashed 1px #e7e7e7;
	margin-bottom:15px
}

.page-article .entry-meta .post-meta .comment-link {
	float:right
}

.page-article .entry-footer {
	margin-top:20px;
	padding:15px 0;
	border-top:dashed 1px #e8e6e2;
	border-bottom:dashed 1px #e8e6e2;
	margin-bottom:30px
}

.page-article .entry-footer .single-share {
	text-align:left
}

.page-article .entry-footer .single-share span {
	margin-right:7px;
	text-transform:uppercase;
	font-size:12px
}

.page-article .entry-footer .single-share .social {
	display:inline-block
}

.page-article .entry-footer .single-share .social li {
	display:inline-block
}

.page-article .entry-footer .single-share .social li a {
	display:block;
	width:30px;
	line-height:30px;
	text-align:center;
	border:solid 1px #e8e6e2;
	color:#aeaeae;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px
}

.page-article .entry-footer .single-share .social li a:hover {
	border-color:#3c9a0d;
	color:#3c9a0d
}

.page-article .comment-area h3 {
	font-size:16px;
	font-weight:700;
	margin-bottom:15px
}

.page-article .comment-area .comment-list {
	list-style:none;
	padding-left:0
}

.page-article .comment-area .comment-list .comment {
	margin-bottom:7px
}

.page-article .comment-area .comment-list .comment-avatar {
	width:70px;
	float:left;
	padding:5px;
	border:dashed 1px #e8e6e2
}

.page-article .comment-area .comment-list .comment-content {
	margin-left:85px
}

.page-article .comment-area .comment-list .comment-content .comment-meta {
	color:#aeaeae;
	margin-bottom:7px
}

.page-article .comment-area .comment-list .comment-content .comment-meta .author {
	font-weight:700;
	font-style:normal;
	color:#685e52
}

.page-article .comment-area .comment-list .comment-content .comment-meta .action-link {
	float:right;
	font-size:10px;
	display:block;
	padding:3px 10px;
	margin-left:5px;
	border:1px dashed #e8e6e2
}

.page-article .comment-area .comment-list .comment-content .comment-meta .action-link:hover {
	border-color:#3c9a0d;
	color:#3c9a0d
}

.page-article .comment-area .comment-list .comment-content .content {
	font-size:13px;
	line-height:1.4
}

.page-article .comment-area .comment-respond {
	background:#fcfcfc;
	padding:20px;
	margin-top:40px;
	overflow:hidden
}

.page-article .comment-area .comment-respond .input-control {
	height:36px;
	padding:5px 10px;
	font-size:13px
}

.page-article .comment-area .comment-respond .input-control:hover,.page-article .comment-area .comment-respond .input-control:focus {
	border-color:#3c9a0d
}

.page-article .comment-area .comment-respond textarea.input-control {
	margin-top:15px;
	margin-bottom:15px;
	height:200px
}

.product-single {
	padding-top:30px
}

.product-single .featured-image .zoomWrapper {
	overflow:hidden;
	height:auto!important;
	width:auto!important;
	text-align:center;
	max-height:570px;
	overflow:hidden
}

.product-single .featured-image #product-featured-image {
	position:relative!important;
	max-height:570px
}

.product-single .thumbnail-images {
	margin-top:10px;
	padding:0 25px
}

.product-single .thumbnail-images .owl-buttons {
	position:absolute;
	width:100%;
	margin-top:-15px;
	top:50%;
	text-align:center;
	pointer-events:none
}

.product-single .thumbnail-images .owl-buttons .owl-prev,.product-single .thumbnail-images .owl-buttons .owl-next {
	width:25px;
	line-height:30px;
	background:#f7f7f7;
	float:left;
	text-align:center;
	pointer-events:initial;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.product-single .thumbnail-images .owl-buttons .owl-prev:hover,.product-single .thumbnail-images .owl-buttons .owl-next:hover {
	background:#3c9a0d;
	color:#fff
}

.product-single .thumbnail-images .owl-buttons .owl-prev {
	float:left;
	margin-left:-30px
}

.product-single .thumbnail-images .owl-buttons .owl-next {
	float:right;
	margin-right:20px
}

.product-single .thumbnail-images .thumb-img {
	padding:0 6px;
	border:1px solid #eee
}

.product-single .product-name {
	font-size:20px;
	margin-bottom:15px
}

.product-single .product-price span {
	color:#3c9a0d;
	font-size:24px;
	font-weight:600
}

.product-single .product-price del {
	font-size:18px;
	opacity:.5;
	margin-left:10px
}

.product-single .short-desc {
	padding-top:20px;
	border-top:1px dashed #aeaeae;
	margin-bottom:20px;
	opacity:.7;
	line-height:1.7
}

.product-single .product-seller {
	padding:0 7px
}

.product-single .product-seller .seller {
	background:#fff!important;
	border:1px dashed;
	opacity:.9;
	color:#577312;
	padding:18px 15px;
	margin-bottom:15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease
}

.product-single .product-seller .seller:hover {
	opacity:1
}

.product-single .product-seller .seller a {
	display:block
}

.product-single .product-seller .img-ava {
	float:left;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%
}

.product-single .product-seller .info-seller {
	margin-left:60px;
	display:block;
	line-height:24px
}

.product-single .product-seller .info-seller b {
	font-size:16px;
	text-transform:uppercase
}

.product-single .product-actions .quantity {
	width:65px;
	height:47px;
	padding:0 10px;
	margin-right:5px;
	border-radius:4px;
	border-style:dashed;
	-webkit-border-radius:4px;
	-moz-border-radius:4px
}

.product-single .product-actions .quantity:hover,.product-single .product-actions .quantity:focus {
	border-color:#3c9a0d
}

.product-single .product-actions .group {
	margin-top:30px
}

.product-single .product-actions .button {
	line-height:45px
}

.product-single .product-actions .button.disabled {
	opacity:.6;
	cursor:not-allowed;
	border-color:transparent;
	opacity:.2;
	background:#f7f7f7
}

.product-single .product-actions .selector-wrapper {
	margin-top:20px
}

.product-single .product-actions .selector-wrapper label {
	width:110px
}

.product-single .product-actions .selector-wrapper select {
	height:35px;
	width:193px;
	padding:5px;
	border-radius:3px;
	border-color:#e8e6e2;
	outline:none;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.product-single .product-actions .selector-wrapper select:focus,.product-single .product-actions .selector-wrapper select:hover {
	border-color:#e7e7e7
}

.product-single .product-meta {
	font-size:13px;
	margin:20px 0
}

.product-single .product-meta .tagged-in {
	display:inline;
	margin-right:10px;
	margin-bottom:5px
}

.product-single .product-meta span {
	text-transform:uppercase
}

.product-single .product-meta a {
	color:#3c9a0d
}

.product-single .product-meta a:hover {
	text-decoration:underline
}

.product-single .middle-content {
	margin:30px -15px 40px
}

.product-single .product-tabs {
	border:1px solid #e8e6e2;
	padding:0 20px 20px
}

.product-single .product-tabs .navtabs {
	border-bottom:solid 1px #e8e6e2;
	margin-bottom:15px
}

.product-single .product-tabs .navtabs li {
	display:table-cell;
	text-transform:uppercase;
	border-right:1px solid #ddd
}

.product-single .product-tabs .navtabs li:first-child {
	border-left:1px solid #ddd
}

.product-single .product-tabs .navtabs li a {
	display:block;
	padding:14px 15px;
	border:1px solid transparent;
	border-bottom:2px solid transparent;
	opacity:.5;
	font-weight:700
}

.product-single .product-tabs .navtabs li.active a {
	opacity:1;
	color:#3c9a0d;
	border-bottom:2px solid #3c9a0d;
	background:#f5f5f5;
	color:#333!important
}

.product-single .product-tabs .tab-content .tab-pane {
	min-height:195px
}

.product-single .product-tabs .entry-content img {
	max-width:100%
}

.product-single .related_product {
	padding:20px;
	border:solid 1px #e8e6e2
}

.product-single .related_product h2 {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:15px;
	border-bottom:solid 1px #e8e6e2
}

.product-single .related_product .owl-theme .owl-controls {
	position:absolute;
	top:-42px;
	right:5px
}

.product-single .related_product .owl-theme .owl-controls .owl-next,.product-single .related_product .owl-theme .owl-controls .owl-prev {
	display:inline-block;
	width:30px;
	line-height:30px;
	text-align:center;
	font-size:24px;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.product-single .product-recently {
	padding-top:30px;
	margin-top:40px;
	margin-bottom:30px
}

.product-single .social-sharing .widget-title {
	display:inline-block
}

.product-single .social-sharing .social-icon a {
	display:block;
	margin-right:3px;
	opacity:.5;
	width:30px;
	line-height:30px;
	text-align:center;
	border:dashed 1px;
	color:#333;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.product-single .social-sharing .social-icon,.product-single .social-sharing .social-icon li {
	display:inline-block
}

.page-cart .table-cart > thead > tr > th {
	background:#f5f5f5;
	border-bottom:0;
	padding:15px 0
}

.page-cart .table-cart > tbody > tr > td {
	padding:15px 8px;
	border-top:0;
	border-bottom:solid 1px #EEEFF7
}

.page-cart .table-cart img {
	width:100px
}

.page-cart .table-cart .input-control {
	width:50px;
	height:34px;
	text-align:center
}

.page-cart .button-cart {
	margin-top:20px
}

.page-cart .cart_total {
	width:350px;
	margin-top:20px;
	float:right
}

.page-cart .cart_total h2 {
	margin-bottom:15px;
	font-size:18px
}

.page-cart .cart_total .total-table {
	width:100%;
	border:solid 1px #EEEFF7
}

.page-cart .cart_total .total-table td {
	padding:10px 8px
}

.page-cart .cart_total .total-table tr:nth-of-type(2n+1) {
	background:#EEEFF7
}

.page-cart .cart_total .button {
	margin-top:15px
}

.page-default .entry-content img {
	max-width:100%
}

.page-404 {
	text-align:center;
	padding-top:80px;
	padding-bottom:60px;
	border-top:solid 1px #EEEFF7
}

.page-404 h1 {
	font-size:90px;
	font-weight:700;
	text-transform:uppercase
}

.page-404 .home-link {
	margin:30px 0;
	text-transform:uppercase;
	font-weight:700;
	font-size:18px;
	letter-spacing:1px
}

.page-404 .searchform {
	width:600px;
	margin:auto
}

.page-404 .searchform .input-control {
	height:50px
}

.page-404 .searchform .button {
	height:50px;
	width:50px;
	line-height:46px
}

.page-search h1 {
	margin-top:20px;
	font-size:20px;
	margin-bottom:15px
}

.page-search .searchform {
	width:400px;
	margin:auto
}

.page-search .note {
	margin:15px 0 0
}

.page-search .no-result {
	margin-top:20px;
	background:#EEEFF7;
	padding:15px 25px;
	color:red
}

.page-search .no-result .fa {
	margin-right:5px
}

.page-search .has-result {
	margin-top:20px;
	background:#EEEFF7;
	padding:15px 25px;
	color:green
}

.page-search .has-result .fa {
	margin-right:5px
}

.page-account .page-title {
	font-size:22px;
	margin-bottom:15px
}

.page-account .userform {
	margin-bottom:20px
}

.page-account .userform .input-control {
	height:40px;
	padding:5px 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease
}

.page-account .userform .input-control:focus,.page-account .userform .input-control:hover {
	border-color:#445878
}

.page-account-detail h3.title {
	margin-top:20px;
	margin-bottom:25px;
	font-size:18px
}

.page-account-detail .img-avatar {
	width:70px;
	margin:0 15px 15px 0;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%
}

.page-account-detail .table-order,.page-account-detail .table-order tr,.page-account-detail .table-order tr td,.page-account-detail .table-order tr th {
	border:solid 1px #e6e8e7;
	border-collapse:collapse;
	margin-bottom:0
}

.page-account-detail .table-order tbody tr:nth-of-type(2n+1) {
	background-color:#EEEFF7
}

.page-account-detail .note {
	line-height:22px;
	padding:8px 15px;
	background:#EEEFF7
}

.page-account-detail .note .fa {
	color:red
}

.page-account-detail .note a {
	color:#445878;
	text-decoration:underline
}

.page-contact .block-title {
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
	letter-spacing:1px;
	text-transform:uppercase
}

.page-contact .input-control {
	height:40px;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}

.page-contact textarea.input-control {
	height:150px
}

.searchform {
	position:relative
}

.searchform .button {
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	text-align:center;
	line-height:36px;
	padding:0
}

.searchform .input-control {
	height:40px;
	padding:5px 45px 5px 10px
}

.required {
	color:red
}

.page-order .heading {
	text-align:center;
	margin-bottom:30px
}

.page-order .page-title {
	margin-bottom:15px;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase
}

.page-order .order_section_title {
	margin-bottom:15px;
	font-size:18px
}

.page-order .table-order h3 {
	font-size:18px;
	margin-bottom:15px;
	margin-top:40px
}

.table-order .table>thead>tr>th {
	border-bottom:0
}

.table-order table,.table-order table th,.table-order table td {
	border:solid 1px #e6e8e7;
	border-collapse:collapse;
	margin-bottom:0
}

.table-order table tbody .odd {
	background:#f6f6f6
}

.page-addresses .item {
	padding:10px;
	border:solid 1px #ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:15px
}

.page-addresses .input-control {
	height:36px;
	padding:5px 10px
}

.page-addresses .news-address {
	padding:10px;
	margin-top:15px;
	border:solid 1px #ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}

.tooltip-inner {
	background:#1C1D21;
	padding:5px 10px
}

.tooltip.top .tooltip-arrow {
	border-top-color:#1C1D21
}

.page-name {
	font-size:20px;
	font-weight:700;
	margin-bottom:30px;
	text-align:center;
	letter-spacing:1px
}

.banner {
	position:relative;
	display:block;
	overflow:hidden
}

.banner:after {
	content:"";
	opacity:0;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear
}

.banner:hover:after {
	content:"";
	position:absolute;
	opacity:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.1);
	pointer-events:none
}

.banner img {
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	width:100%
}

.banner:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05)
}

.btn-fixed {
	position:fixed;
	bottom:70px;
	top:auto!important;
	right:30px;
	z-index:99
}

.btn-fixed .btn {
	display:block;
	position:relative;
	width:40px;
	background:#39342e;
	font-size:16px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-top:15px;
	padding:0;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.btn-fixed .btn:hover {
	background:#8ac400
}

.btn-fixed .btn .tooltips {
	display:block;
	position:absolute;
	top:0;
	opacity:0;
	visibility:hidden;
	white-space:nowrap;
	right:100%;
	margin-right:5px;
	background:#39342e;
	color:#fff;
	line-height:40px;
	padding:0 15px;
	font-size:13px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease
}

.btn-fixed .btn .tooltips:after {
	content:"";
	position:absolute;
	left:100%;
	width:0;
	height:0;
	top:50%;
	margin-top:-5px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #39342e
}

.btn-fixed .btn:hover .tooltips {
	opacity:1;
	visibility:visible
}

.hotro {
	position:relative
}

.hotro .sup-fixed {
	position:absolute;
	width:300px;
	opacity:0;
	visibility:hidden;
	background:#39342e;
	bottom:100%;
	margin-bottom:-40px;
	margin-right:7px;
	right:100%;
	padding:10px 15px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease
}

.hotro .sup-fixed:before {
	content:"";
	position:absolute;
	left:100%;
	top:0;
	width:7px;
	height:100%;
	background:transparent
}

.hotro .sup-fixed:after {
	content:"";
	position:absolute;
	width:0;
	height:0;
	bottom:0;
	left:100%;
	margin-bottom:15px;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	border-left:7px solid #39342e
}

.hotro:hover .sup-fixed {
	opacity:1;
	visibility:visible
}

.hotro .sup-fixed .entry-person {
	padding:7px 0;
	border-bottom:solid 1px rgba(255,255,255,.1);
	color:#929292
}

.hotro .sup-fixed .entry-person:last-child {
	border-bottom:0
}

.hotro .sup-fixed .img-avatar {
	width:50px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	float:left
}

.hotro .sup-fixed .info-person {
	text-align:left;
	margin-left:60px
}

.hotro .info-person h5 {
	font-weight:700;
	margin-bottom:5px
}

.hotro .info-person a {
	margin-right:5px;
	font-size:14px
}

.quickview-template,.quick-view {
	bottom:0;
	display:none;
	left:0;
	outline:0 none;
	overflow-x:auto;
	overflow-y:scroll;
	position:fixed;
	right:0;
	top:0;
	z-index:1100
}

.quick-view .overlay {
	background:rgba(20,20,20,0.7);
	height:100%;
	width:100%;
	position:fixed
}

.quickview-template .content,.quick-view .content {
	width:992px;
	position:relative;
	margin:60px auto 0;
	background:#fff;
	padding:30px 20px
}

.quick-view .product-img-box {
	margin:0;
	float:left;
	position:relative;
	width:50%;
	padding:0 15px
}

.quick-view .product-img-box .product-photo-container {
	position:relative;
	overflow:hidden;
	text-align:center
}

.quick-view .product-img-box .product-photo-container > a {
	position:relative;
	display:block;
	width:100%
}

.quick-view .product-photo-container > a img {
	max-width:100%;
	max-height:296px
}

.quick-view .more-view-wrapper {
	margin:20px 0 0;
	padding:0 10px
}

.quick-view .more-view-wrapper ul {
	padding:0
}

.quick-view .more-view-wrapper ul li {
	padding:0 5px;
	list-style:none
}

.quick-view .more-view-wrapper .owl-theme .owl-controls {
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:100%;
	pointer-events:none
}

.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-prev,.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-next {
	width:30px;
	line-height:30px;
	height:30px;
	text-align:center;
	color:#fff;
	pointer-events:initial
}

.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-prev {
	float:left
}

.quick-view .more-view-wrapper .owl-theme .owl-controls .owl-next {
	float:right
}

.quick-view .product-shop {
	width:50%;
	float:right
}

.quick-view .product-shop .product-title {
	padding-top:14px;
	margin-bottom:10px;
	text-align:left;
	color:#000;
	display:block;
	text-transform:capitalize;
	line-height:18px
}

.product-shop .product-title h2,.product-shop .product-title a {
	font-weight:700;
	text-transform:capitalize;
	text-align:left;
	margin-bottom:0;
	line-height:30px;
	color:#000;
	text-decoration:none;
	font-size:24px
}

.quick-view .product-shop .product-description {
	margin-bottom:22px;
	padding:0;
	font-weight:400
}

.quick-view .product-shop .prices {
	font-size:20px;
	font-weight:700;
	display:block;
	margin-bottom:19px;
	color:#000
}

.quick-view .product-shop .prices .compare-price {
	text-decoration:line-through;
	color:#b5b5b5;
	font-size:16px;
	font-weight:200
}

.quick-view .product-shop .price {
	margin-bottom:20px;
	font-size:20px
}

.quick-view .product-shop .price,.quick-view .product-shop .money {
	font-weight:700
}

.quick-view .close-window {
	line-height:34px;
	height:34px;
	width:34px;
	position:absolute;
	top:-34px;
	right:0;
	background-color:#FF6029;
	color:#fff;
	cursor:pointer;
	opacity:1;
	text-align:center;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.quick-view .close-window:hover {
	transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	opacity:.9
}

.quick-view .quantity label {
	width:95px;
	display:inline-block
}

.quick-view .quantity #quickview-qty {
	width:46px;
	height:40px;
	border:solid 1px #e1e1e1;
	color:#9a9a9a;
	text-align:center;
	margin:0 -5px;
	outline:none
}

.quick-view .quantity button {
	padding:9px 14px;
	border:solid 1px #e1e1e1;
	color:#9a9a9a;
	background:transparent;
	outline:none
}

.quick-view .actions {
	margin-top:20px
}

.quick-view .actions .quickview-add-cart-btn {
	outline:none;
	margin-right:20px
}

.quick-view .content .selector-wrapper {
	margin-bottom:20px;
	font-weight:400
}

.quick-view .content .selector-wrapper label {
	width:100px;
	display:inline-block
}

.quick-view .content .selector-wrapper select {
	width:150px;
	border:solid 1px #e1e1e1;
	padding:8px
}

.ajax-success-modal .overlay {
	background:rgba(20,20,20,0.7);
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0
}

.ajax-success-modal .content {
	background:#fff;
	bottom:auto;
	left:50%;
	margin-left:-200px;
	margin-top:-100px;
	min-height:200px;
	padding:30px;
	position:fixed;
	right:auto;
	top:50%!important;
	width:400px
}

.ajax-success-modal {
	padding:10px 15px
}

.ajax-success-modal .ajax-bottom {
	margin:15px 0 0;
	padding:15px 0;
	border-top:solid 1px #D2D2D2
}

.ajax-success-modal .ajax-product-image {
	width:30%;
	float:left
}

.ajax-success-modal .ajax-top .right {
	width:70%;
	float:left;
	padding-left:30px
}

.success-message {
	color:#8b8b8b;
	margin-bottom:20px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700
}

.ajax-product-title {
	text-align:left;
	margin-bottom:20px;
	font-weight:700;
	line-height:24px;
	font-size:16px
}

.ajax-success-modal .close-modal {
	height:34px;
	line-height:34px;
	color:#fff;
	background:#FF6029;
	width:34px;
	text-align:center;
	position:absolute;
	top:-34px;
	right:0;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.ajax-success-modal .close-modal:hover {
	opacity:.9
}

#gmap {
	height:250px;
	margin-bottom:15px
}

.owl-origin {
	-webkit-perspective:1200px;
	-webkit-perspective-origin-x:50%;
	-webkit-perspective-origin-y:50%;
	-moz-perspective:1200px;
	-moz-perspective-origin-x:50%;
	-moz-perspective-origin-y:50%;
	perspective:1200px
}

.owl-fade-out {
	z-index:10;
	-webkit-animation:fadeOut .7s both ease;
	-moz-animation:fadeOut .7s both ease;
	animation:fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation:fadeIn .7s both ease;
	-moz-animation:fadeIn .7s both ease;
	animation:fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation:backSlideOut 1s both ease;
	-moz-animation:backSlideOut 1s both ease;
	animation:backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation:backSlideIn 1s both ease;
	-moz-animation:backSlideIn 1s both ease;
	animation:backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation:scaleToFade .7s ease both;
	-moz-animation:scaleToFade .7s ease both;
	animation:scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation:goDown .6s ease both;
	-moz-animation:goDown .6s ease both;
	animation:goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation:scaleUpFrom .5s ease both;
	-moz-animation:scaleUpFrom .5s ease both;
	animation:scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation:scaleUpTo .5s ease both;
	-moz-animation:scaleUpTo .5s ease both;
	animation:scaleUpTo .5s ease both
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

@font-face{font-family:BaomoiMenu;src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomomenu_gdi.eot?1581996670149);src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomomenu_gdi.eot?1581996670149) format('embedded-opentype'),
	url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomomenu_gdi.woff?1581996670149) format('woff'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomomenu_gdi.ttf?1581996670149) format('truetype')}
@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi_gdi.eot?1581996670149);src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi_gdi.eot?1581996670149) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi_gdi.woff?1581996670149) format('woff'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi_gdi.ttf?1581996670149) format('truetype')}
@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-italic_gdi.eot?1581996670149);src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-italic_gdi.eot?1581996670149) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-italic_gdi.woff?1581996670149) format('woff'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-italic_gdi.ttf?1581996670149) format('truetype');font-style:italic}
@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibold_gdi.eot?1581996670149);src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibold_gdi.eot?1581996670149) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibold_gdi.woff?1581996670149) format('woff'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibold_gdi.ttf?1581996670149) format('truetype');font-weight:700}
@font-face{font-family:Baomoi;src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibolditalic_gdi.eot?1581996670149);src:url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibolditalic_gdi.eot?1581996670149) format('embedded-opentype'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibolditalic_gdi.woff?1581996670149) format('woff'),url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/baomoi-semibolditalic_gdi.ttf?1581996670149) format('truetype');font-weight:700;font-style:italic}
body{font-family:"Baomoi", Arial;}
a, .fa {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	/*border-radius: 10px;*/
}

::-webkit-scrollbar-thumb {
	/*border-radius: 10px;*/
	background: #3c9a0d;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-track-piece {
	background: #eee;
}
.pdl0 {padding-left:0;}
.pdr0 {padding-right:0;}
.main-color {
	color: #3c9a0d;
}
#contact_block_header {
	padding-top: 22px;
}
#contact_block_header span.icon-phone {
	display: block;
	float: left;
	font-size: 40px;
	color: #3c9a0d;
	margin-right: 11px;
}
#contact_block_header p.tel {
	overflow: hidden;
}
#contact_block_header p.tel .txt1 {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	color: #3c9a0d;
	display: block;
}
#contact_block_header p.tel .txt2 {
	font-size: 24px;
	line-height: 27px;
	color: #333333;
	font-weight: 600;
}
.top-index .slideshow {
	height: auto !important;
}
.wrap-collection {
	margin-top: 25px;
}
.wrap-collection .h1 {
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	padding: 10px 15px 0 0px;
	background: white;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
}
.wrap-collection-title {
	position: relative;
	overflow: hidden;
}
.wrap-collection-title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.wrap-collection h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 30%;
	height: 3px;
	background: #3c9a0d;
	/* -webkit-border-radius: 100%; */
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	/* border-radius: 100%; */
}
.owl-special-collection2 .product-grid h3 {
	text-align: left;
	text-overflow: initial;
	white-space: initial;
	margin: 0;
}
.owl-special-collection2 .product-grid h3 a {
	padding-right: 70px;
	height: 60px;
}
.owl-special-collection2 .product-grid .product-img {
	width: 40%;
	margin: 0 auto;
	float: left;
}
.owl-controls {
	position: absolute;
	right: 0px;
	top: -23px;
	width: 73px;
	padding-left: 10px;
	background: #fff;
	z-index: 1;
}
.special-collection .owl-controls{
	right: 15px;
}
.owl-controls .owl-prev {float:left;padding:0 10px;}
.owl-controls .owl-next {float:right;padding:0 10px;}
.product-grid h3 a {
	display: block;
	overflow: hidden;
	height: 42px;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.product-grid .product-img:hover:after {
	opacity: 0;
}
.product-grid .level-pro-sale {
	background: transparent !important;
	top: auto;
	bottom: 10px;
}
.product-grid .level-pro-sale span {
	position: absolute;
	bottom: 0px;
	right: 3px;
	z-index: 3;
	padding-top: 6px;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 47px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: white;
	background: rgba(0,0,0,1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.owl-special-collection2 {
	padding: 15px 0 5px 0;
}
.owl-special-collection2 .owl-controls {
	top: -33px;
	font-size: 24px;
}
.postabcateslider {
	overflow: hidden;
	margin: 30px 0 0;
	border-top: 4px solid #3c9a0d;
}
.special-product h3.title {
	margin: 21px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.postabcateslider h3 {
	margin: 21px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
@media (min-width: 1200px) {
	.postabcateslider:hover h3 {
		color: #3c9a0d;
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
		transform: translateY(15px);
	}
}
.special-product .content_block .left_block {
	float: left;
	border: 1px solid #e5e5e5;
	margin-right: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
}
.special-product .content_block .right_block {
	overflow: hidden;
}
.special-product .content_block .right_block .sub_link {
	display: block;
	position: relative;
	padding: 0 5px 0 15px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.special-product .content_block .right_block .sub_link:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 2px;
	width: 7px;
	height: 7px;
	background: #999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.special-product .content_block .right_block a.parent_link {
	display: block;
	float: left;
	clear: both;
	margin-top: 21px;
	padding: 1px 15px;
	background: #333333;
	color: white;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.special-product .content_block .right_block a.parent_link:hover {
	background: #3c9a0d;
}
.slideshow .owl-controls {
	background: transparent;
	padding: 0;
}

.product-three-tab .header_title {
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}
.product-three-tab .header_title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 15px;
	right: 15px;
	border-top: 1px solid #e5e5e5;
}
.product-three-tab .header_title ul {
	float: left;
	position: relative;
	z-index: 2;
	background: white;
	overflow: hidden;
	margin: 0;
	border: none;
}
.product-three-tab .header_title ul li {
	float: left;
	overflow: hidden;
	margin-right: 5px;
	cursor: pointer;
}
.product-three-tab .header_title ul li .h1 {
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	padding: 0 15px;
	background: white;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
}
.product-three-tab .header_title ul li h3:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 7px;
	height: 7px;
	background: #999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.product-three-tab .header_title ul li h3 {
	color: #333;
}
.product-three-tab .header_title ul li h3:before {
	background: #3c9a0d;
}
.product-three-tab .header_title ul li a {
	border: none;
}
.product-three-tab .header_title ul li a {
	padding: 0 15px;
	overflow: hidden;
	clear: both;
	border: none;
}
.product-three-tab .header_title ul li a:hover,
.product-three-tab .header_title ul li a:focus {
	border-color: transparent;
	background: transparent;
}
.product-three-tab .header_title ul li.focus
.product-three-tab .header_title ul li.active {
	outline: none;
}

.button.solid {
	color: #685e52;
	border: solid 1px #e8e6e2;
}
.product-three-tab .product-grid h3 a {
	padding-left: 0;
	text-overflow: initial;
	white-space: normal;
	text-align: center;
	font-family: "Baomoi", Arial;
}
.product-three-tab .product-grid h3:hover a {
	color: #3c9a0d;
}
.product-three-tab .product-grid .price {
	text-align: center;
	min-height: 47px;
}
.product-three-tab .product-grid .price span {
	font-size: 18px;
	font-weight: 600;
	color: #3c9a0d;
	display: inline-block;

}
.product-three-tab .col-prod {
	margin-top: 15px;
	border: 1px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
} 
.product-three-tab .col-prod:hover {
	border: 1px solid #ddd;
}
.banner-top {
	overflow: hidden;
}
.banner-top img {
	transition: all 1s ease-in-out;
	width: 100%;
}
.banner-top .banner1 img {
	border-right: 1px solid #fff;
} 
.banner-top > div > div:before {
	position: absolute;
	top: 15px;
	right: 30px;
	bottom: 15px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	transition: all 1s;
}
.banner-top > div > div > div {
	overflow: hidden;
}
.banner-top > div > div:hover:before {
	opacity: 1;
	z-index: 9999;
}
.banner-top > div > div:hover img {
	transform: scale(1.1);
}
.banner {
	overflow: hidden;
}
.banner:hover img {
	transform: scale(1.05);
}
.banner::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
}
.banner:hover::before {
	opacity: 1;
	z-index: 9999;
}
.article_index_slide {
	clear:both;
}
.article_index_slide .owl-item{
	padding: 0 15px;
}
.post-grid {
	text-align: center;
	padding: 0;
}
.post-grid .entry-thumb {
	width: 100%;
	float: none;
	position: relative;
	padding: 0;
}
.post-grid .entry-content {
	width: 100%;
	float: none;
}
.post-grid .entry-content .readmore {
	display: inline-block;
	padding: 0;
	line-height: 23px;
	color: #319fdd!important;
	text-align: left;
	display: block;
	font-size:18px;
}
.post-grid .entry-content .readmore:hover {
	padding-left: 10px;
	font-weight: bold;
}
.post-grid .entry-content .entry-meta {
	border: none;
	text-align: left;
}
.post-grid .post-meta {
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	display: inline-block !important;
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	background: #3c9a0d;
	left: 0;
}
.post-meta-year {
	display: block;
}
.post-meta-day {
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #eae1e1;
}
.post-grid .entry-content .entry-meta h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 10px 0;
	min-height: 62px;
}
.article-content {
	font-size: 16px;
	height: 66px;
}
.brands .owl-brands {
	border: none;
}
#footer {
	margin-top: 20px;
	border-top: 1px solid #ededed;
	background: url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/bkg_footer.jpg?1581996670149) center repeat !important;
	position: relative;
	z-index: 8;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#footer .top-footer {
	color: #999 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .top-footer h3 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 25px 0;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	padding-top: 10px;
}
#footer .top-footer h3:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #3c9a0d;
	position: absolute;
	top: 0;
	left: 0;
}
#footer .top-footer .about-store {
	margin: 25px 0 0;
	font-size: 16px;
	line-height: 20px;
}
#footer .top-footer .list-unstyled li {
	position: relative;
	line-height: normal;
}
#footer .top-footer .list-unstyled li a {
	font-size: 13px;
	line-height: 27px;
	display: block;
	position: relative;
	padding: 0 0 0 15px;
	font-family: sans-serif;
}
#footer .top-footer .list-unstyled li a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	top: 50%;
	margin-top: -3.5px;
	left: 0;
	position: absolute;
	background: #757575;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
#footer .top-footer .list-unstyled li a:hover:before {
	background: #3c9a0d;
}
#footer .top-footer .f-contact .fa {
	color: #3c9a0d;
}
#footer .tags_block {
	border-top: 1px solid #e1e1e1;
	margin-top: 55px;
	overflow: hidden;
}
#footer .tags_block h4 {
	margin: 30px 0 0;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	color: #3b3b3b;
	cursor: pointer;
	text-transform: uppercase;
}
#footer .tags_block a {
	display: block;
	float: left;
	margin: 7px 9px 0 0;
	padding-right: 9px;
	border-right: 1px solid #e1e1e1;
	font-size: 12px;
	line-height: 15px;
}
#footer .tags_block a:hover {
	color: #3c9a0d;
}
#footer .social .fa {
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 35px;
}
#footer .social a .fa:hover {
	border-radius: 50%;
	transform: rotate(360deg);
	border: none;
}
#footer .social a {
	border: none !important;
}
#footer .social a:hover {
	border: none !important;
}
#footer .social .fa-facebook {background:#3a599c;}
#footer .social .fa-twitter {background:#5a8eca;}
#footer .social .fa-google-plus {background:#ce3527;}
#footer .social .fa-youtube {background:#ce3527;}   
#footer .social {text-align:left;}
#footer .form-newsletter {text-align:right;}
.news-social {
	overflow: hidden;
	padding: 20px 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.form-newsletter .input {
	height: 45px;
	width: 100%;
	background: #3b3b3b;
	border: 0;
	color: white;
	padding: 10px 95px 10px 12px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.form-newsletter button {
	position: absolute;
	top: 7px;
	right: 24px;
	padding: 2px 20px 0;
	display: block;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: white;
	background: #3c9a0d!important;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#footer .copyright {
	background: none !important;
}
.bottom-header .cart-control {
	/*-webkit-box-shadow: inset 0 0 0 2px #e5e5e5;
	-moz-box-shadow: inset 0 0 0 2px #e5e5e5;
	box-shadow: inset 0 0 0 2px #e5e5e5;*/
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}
.static_nav {
	float: left;
}
.static_nav .box_in {
	float: left;
	min-width: 200px;
	padding: 0px 15px 0px 0px;
}
.static_nav .box_in span {

	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #999;
}
.static_nav .box_in .txt ul {
	list-style-type: none;
	padding: 0;
}
.static_nav .box_in .txt ul li {
	display: inline;
}
.static_nav .box_in span:before {
	display: block;
	font-size: 24px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.static_nav .box_in .txt {
	overflow: hidden;
	color: #999;
}
.static_nav .box_in .txt .txt1 {
	text-transform: uppercase;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid;
}
.static_nav .box_in .txt .txt2 {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}
.static_nav .box_in:hover span:before {
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before {
	content: "\f087";
	font-family: Fontawesome;
}
.icon-truck:before {
	content: "\f0d1";
	font-family: Fontawesome;
}
.icon-refresh:before {
	content: "\f021";
	font-family: Fontawesome;
}
.top-header ul.top-linklists li {
}
.has-icon > ul > li > a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 59px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #e8e6e2;
	height: 100%;
}
.main-category .desktop-category > li > a {
	padding: 0 10px 0 70px;
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #444;
	text-transform: capitalize;
	line-height: 59px;
	font-size: 14px;
	font-weight: 600;
}

.main-category .desktop-category > li.has-subcate > a:after {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 59px;
	content: "\f105";
	color: #a2a2a2;
	font-size: 17px;
	font-weight: 400;
	font-family: "FontAwesome";
}
.main-category .h2 {
	position: relative;
	overflow: hidden;
	background: #3c9a0d!important;
	color: #fff !important;
	padding: 14px 20px;
	overflow: hidden;
	cursor: pointer;
	line-height: 40px;
	font-size:16px;
	margin:0;
}
.main-category .h2:before {
	display: block;
	content: "\f107";
	color: #fff;
	position: absolute;
	top: 14px;
	right: 20px;
	line-height: 40px;
	font-family: "FontAwesome";
	font-size: 21px;
	font-weight: 400;
}
.main-category .h2 .fa {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: 400;
	float: left;
	display: block;
}
.bottom-header {
	background: #fff !important;
}
.bottom-header .shop-cart {
	margin-top: 9px;
	text-align: left;
	margin-left: 42px;
}
.bottom-header form {
	margin-top: 9px;
	border: 2px solid #3c9a0d;
	border-radius: 30px;
}
.bottom-header form button {
	position: absolute !important;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
	line-height: 44px;
	color: #fff;
	background: #3c9a0d;
	padding: 0;
	border: 0;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.bottom-header .cart-control .cart-item {
	float: left;
	margin-top: 13px;
}
.bottom-header .cart-control {
	line-height: 23px;
}
.brands .item-brand {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.brands .item-brand:hover {
	border-color: #3c9a0d;
}
.product-grid .product-img .quickview-btn:hover {
	border-color: #3c9a0d;
	background: #3c9a0d;
	color: white;
}
.special-collection {
	border: none;
}
.col-left-hot {
	border: 1px dashed #aaa;
	margin: 10px 0;
	padding: 5px 0 15px 0 !important;
}
@media (min-width:992px) {
	.col-left-hot {
		min-height: 533px;
	}
}
.bottom-header.sticky {
	top: 0 !important;
}
.breadcrumb .c-bread {
	float: none;
	text-align: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.breadcrumb {
	background-image: url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/bg-green.jpg?1581996670149);
	background: none;
	padding: 0;
	border: none;
	margin: 0;

}
.breadcrumb ul {
	color: #000;
	float: none;
	text-align: left;
	font-size: 14px;
}
.breadcrumb ul li {
	float: none;
	display: inline-block;
}
.breadcrumb ul li.current {
	max-width: none;
	overflow: initial;
}
.product-grid-collection h3 {
	text-align: center;
}
.product-grid-collection h3 a {
	padding-left: 0;
	height: auto;
}
.product-grid-collection .price {
	text-align: center;
	min-height: 47px;
}
.product-grid-collection .price p {
	margin: 0;
}
.product-grid-collection .price .onsale {
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
}
.related_product .price .onsale {
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
}
.collection-grid > div > div {

	padding-bottom: 10px;
}

.collection-grid > div > div > div {
	border: 2px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	padding: 5px;
}
.collection-grid > div > div > div:hover {
	border: 2px solid #3c9a0d;
}
.owl-special-collection2 .product-grid {
	margin: 0;
	border-bottom: 1px solid #eee;
}
.owl-special-collection2 .product-grid.third {
	border: none;
}
.owl-special-collection2 .blog-img {
	width: 129px;
	float: left;
	margin-right: 5px;
}
.owl-special-collection2 .blog-img img {
	width: 100%;
}
.owl-special-collection2 .blog-info .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: block;
}
.owl-special-collection2 .item.clearfix {
	margin-bottom: 8.3px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.owl-special-collection2 .item.clearfix:nth-child(3),
.owl-special-collection2 .item.clearfix:nth-child(6) {
	border: none;
	margin:0;
	padding: 0;
}
/* top search */

.list_search {
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	top: 100%;
	min-width: 200px;
	width: auto;
	z-index: 3;
	font-weight: 400!important;
	border-radius: 0;
	right: auto;
	margin-top: 4px;
	margin-left: -2px;
	font-size: 13px;
	padding: 4px 0;
}

.list_search .search_item {
	text-align: left;
	display: block;
	padding-left: 24px;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: none;
	height: auto;
	min-height: 24px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
}

.liner_search {
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 8px 0px;
}

.list_search .search_item.active {
	background-color: #3c9a0d ;
	color: #fff!important;
}
.header_search .input-group-btn {
	position: initial !important;
}
.search_text {
	height: 44px;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	padding: 0px 20px 0px 5px;
	width: 100%;
	font-size: 14px;
	border-right: 1px solid #f6f6f6;
}
.search_text:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -1px;
}
.collection-selector {
	position: relative;
	display: inline-block;
	min-width: 70px;
}
.header_search input {
	width: calc(100% - 210px);
	width: -moz-calc(100% - 210px);
	width: -webkit-calc(100% - 210px);
	display: inline-block;
	height: 40px;
	vertical-align: top;
	border: none;
	border-radius: 0;
	color: dimgrey;
	padding: 8px 10px;
}
<!-- end search -->
.spkm .button.solid.quickview-btn {
	display: block !important;
	opacity: 1;
	visibility: visible;
	position: relative;
	position: absolute;
	bottom: -139px !important;
	top: auto !important;
	left: 70% !important;
	padding: 0px;
	line-height: 40px;
	height: 42px;
}
a.hot-gif, a.new-gif {
	width: 64px;
	top: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	padding-right: 15px;
	overflow: hidden;
}
a.new-gif {
	top: 31px;
}
a.hot-gif:before, a.new-gif:before {
	position: absolute;
	z-index: 1;
	top: -15px;
	right: 8px;
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(29deg);
	-moz-transform: rotate(29deg);
	-ms-transform: rotate(29deg);
	-o-transform: rotate(29deg);
	transform: rotate(29deg);
	background: #3c9a0d;
}
a.new-gif:before {
	background: #3c9a0d;
}
a.hot-gif span, a.new-gif span {
	display: block;
	position: relative;
	z-index: 2;
	padding: 3px 15px 0;
	line-height: 25px;
	font-size: 12px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	background: #3c9a0d;
}
a.new-gif span {
	background: #3c9a0d;
}

.spkm .product-img img {
}
.spkm .product-grid{
	margin-top: 0;
}
.spkm .col-left-hot{
	padding-top: 0 !important;
}
.spkm .xemngay {
	display: inline-block;
	line-height: 40px;
	background: transparent;
	padding: 0 25px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 12px;
	color: #685e52;
	border: solid 1px #e8e6e2;
}
.spkm .xemngay .fa {
	margin-right: 5px;
}
.spkm .add-cart,
.spkm .xemngay {
	background: #3c9a0d;
	color: #fff;
}
.spkm .add-cart:hover,
.spkm .xemngay:hover {
	background: #366c0a !important;
}
.bottom-header .shop-cart .mini-cart-content {
	background: #fff;
	max-height: 360px;
	overflow: auto;
	border: 1px solid #ddd;
}
.bottom-header .shop-cart .mini-cart-content .item {
	color: #333;
}
.bottom-header .shop-cart .mini-cart-content .item .qty {
	color: #333;
	opacity: 0.8;
}
div#sort-by {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.product-single .product-seller .seller {

}
a.jssocials-share-link {
	color: #fff !important;
}
a.jssocials-share-link:hover {
	text-decoration: none !important;
}

.entry-thumb-hover {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(203,0,0,0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.entry-thumb-hover i {
	position: absolute;
	color: #fff;
	font-size: 24px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.entry-thumb:hover .entry-thumb-hover {
	opacity: 1;
}
@media (min-width:992px) {
	.owl-special-collection112345 .col-md-3 {
		width: 20%;
	}
}

.cate_image_bg img {
	max-width: 160px;
}
.wrap-collection.spkm .level-pro-sale {top:0;bottom:auto;}
.wrap-collection.spkm .level-pro-sale span {top:0;bottom:auto;background: #407ac5;}
.wrap-collection.spkm .product-grid h3 a {
	text-align: justify;
	padding-left: 30px;
	padding-right:20px;
	height: 37px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.wrap-collection.spkm .product-summary {
	text-align: justify;
	padding-left: 30px;
	padding-right: 20px;
}
.wrap-collection.spkm .product-grid .price {
	padding-left: 30px;
	text-align: center;
}
.wrap-collection.spkm .product-grid .price > span,
.wrap-collection.spkm .product-grid .price > del {
	display: inline-block;
	margin-right: 5px;
}
.wrap-collection.spkm .product-grid .product-summary p {
	margin-bottom: 4px;
}
.product-grid .price del {
	display: block;
}
a.new-hot {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 22px;
	color: #fff;
	border-radius: 50%;
	z-index: 99;
	text-transform: uppercase;
	font-weight: bold;
}
a.new-hot img {
	width: 42px;
	height: 42px;
}
.product-three-tab .product-grid .price span.onsale {
	display: inline-block;
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
}
.special-product .product-grid .price span.onsale {
	display: inline-block;
	background: #d4232b;
	color: #fff;
	font-size: 13px;
	padding: 1px 6px;
}
i.icon-envelope-o:before {
	font-family: Fontawesome;
	content: "\f003";
}
.block-left i.icon-envelope-o {
	float: left;
	margin-right: 13px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	display: block;
	border: 1px solid white;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
}
.block-left .txt .txt1 {
	font-size: 16px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
}
.block-left .txt .txt2 {
	font-size: 12px;
	color: #999;
}
.nav>li>a:focus, .nav>li>a:hover {background:none!important;}
.main-category .desktop-category.collection {
	position:relative;
	z-index: 1;
}
.main-category .desktop-category .subcate li a:before {
	content: "\f192";
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 7px 0 1px;
	font-family: "FontAwesome";
	font-size: 13px;
	font-weight: 400;
}
.collection-image {
	margin-bottom: 10px;
}
.collection-image img {
	width: 100%;
}
.main-category .desktop-category .subcate li a:before {
	background-image: none;
}
.mini-cart-content .action-btn .button.type_1 {
	background: #fff;
}
li.has-subcate a.xemthem {
	padding: 5px 32px;
	font-size: 20px;
	font-weight: bold;
}
li.has-subcate a.xemthem:before {
	content: "+";
	margin-right: 10px;
}
.mb_header_search {
	display: none;
} 

.form-mobile-cart{
	position: fixed;
	bottom: 0;
	top: auto !important;
	display: none !important;
	display: block;
	width: 100%;
	font-size: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 99999999999;
}
.form-mobile-cart button {
	height: 50px;
	width: 50%;
	border: none !important;
	display: inline-block;
	font-size: 20px;
	border-radius: 0;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0;
}
.form-mobile-cart button.button.btn-cart.buy-now-detail.add_to_cart {
	background: #e19b22;
}
.form-mobile-cart button.button-call-now {
	background: #1f983d;
}
.form-mobile-cart-collection{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
@media(max-width: 479px){
	.cate-link{
		width: 33.33333333%;
	}
}
@media (max-width:767px) {
	.top-header {
		background: #fff !important;
		border-bottom: 1px solid #3c9a0d;
	}
	.header-panel-mobile > a {
		border-right: 1px solid #3c9a0d;
	}
	.header-panel-mobile > a:nth-child(4) {
		border: none;
	}
	.header-panel-mobile ul.top-linklists-mobile a {
		background: #ffffff;
		color: #333;
		border: 1px solid #3c9a0d;
		border-top: none;
	}
	.bottom-header form .input-control {
		padding: 0;
		width: 55%;
	}
	.main-category .h2:before {
		content: "";
	}
	.main-category .mobile-category > li > a {
		padding: 0 50px 0 75px;
	}
	.cate_image_bg img {
		max-width: 100%;
	}
	.product-three-tab .header_title ul li a {
		margin:0
	}
	.product-three-tab .owl-controls {
		top: -35px;
	}
	.product-three-tab .header_title ul li h3 {
		padding: 0 10px;
		font-size: 16px;
	}
	.product-three-tab .header_title ul li h3:before {
		top: 9px;
	}
	.form-mobile-cart.show{
		display: block !important;
		bottom: 0;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.special-product .content_block .left_block {
		float: none;
	}
	.special-collection .wrap-collection h2 {
		font-size: 15px;
	}
	.special-collection .wrap-collection .owl-special-collection .owl-controls {
		top: -31px;
	}
	.spkm .xemngay, .spkm .add-cart {
		padding: 0 15px;
	}
	#footer .social {
		text-align: center !important;
		margin: 15px;
	}
	.block-left .txt .txt1 {
		font-size: 12px;
		margin: 0;
	}
	.brands {
		margin: 0;
	}
}


.item-brand img{
	max-height: 80px;
}

.offset-push-right2 a#LeftPush {opacity:0;}
.offset-push-right .cate-link {opacity:0;}
.xemtatca {
	/*display: block;
	text-align: center;

	clear: both;
	font-size: 20px;*/
}
.xemtatca span {
	padding: 10px 15px;
}
.xemtatca:hover span {
	color: #3c9a0d;
}
@media (max-width:992px) {
	.top-header {
		background: #fff !important;
		border-bottom: 1px solid #3c9a0d;
	}
	.header-panel-mobile > a {
		border-right: 1px solid #3c9a0d;
	}
	.header-panel-mobile > a:nth-child(4) {
		border: none;
	}
	.header-panel-mobile ul.top-linklists-mobile a {
		background: #ffffff;
		color: #333;
		border: 1px solid #3c9a0d;
		border-top: none;
	}
	.mobile-cate {
		padding: 10px;
		margin-bottom: 15px;
	}
	.cate-link {
		width: 20%;
		float: left;
		text-align: center;
		font-size: 13px;
		line-height: 16px;
		padding: 15px 0;
		margin: 0;
		color: #3a3a3a;
	}
	.cate-link .cate-icon {
		display: block;
		margin-bottom: 10px;
	}
	.cate-link .cate-icon img {
		width: 40px;
		height: 40px;
	}
	.bottom-header form {
		margin: 0;
		height: 48px;
	}
	.header_search {
		padding: 5px;
	}
	.search_text {
		width: 78px;
		overflow: hidden;
	}
	.main-category {
		padding: 5px 0;
	}
	.top-index .slideshow {
		padding-top: 5px;
	}
	.list_search {
		max-height: 300px;
		overflow-y: auto;
	}
	nav#offset-menu-s2 {
		background: #fff !important;
	}
	nav#offset-menu-s2 .mobile-menu > li > a {
		color: #555;
	}
	.xemtatca {
		text-align: center;
	}
}
.special-product .product-grid .actions .button {
	font-size: 10px;
	min-width: 80px;
}
.special-product .col-md-3 {
	border-right: 1px solid #ddd;

}
.special-product .col-md-3:nth-child(4),
.special-product .col-md-3:nth-child(8) {
	border: none;
}
.special-product .col-md-3:nth-child(1),
.special-product .col-md-3:nth-child(2),
.special-product .col-md-3:nth-child(3),
.special-product .col-md-3:nth-child(4) {
	padding-bottom: 5px;
}
.special-product .col-prod{
	border-bottom: 1px solid #ddd;
}
.top-policy {
	margin-top: 10px;
}
.top-policy .col .block-wrapper {
	height: 99px;
	padding-left: 98px;
	padding-right: 15px;
}
.top-policy .col.col-1 .block-wrapper {
	background: #7cc576 url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/bkg_support.png?1581996670149) 30px center no-repeat;
}
.top-policy .col.col-2 .block-wrapper {
	background: #fbaf5d url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/bkg_return.png?1581996670149) 30px center no-repeat;
}
.top-policy .col.col-3 .block-wrapper {
	background: #00aeef url(//bizweb.dktcdn.net/100/178/049/themes/236646/assets/bkg_ship.png?1581996670149) 30px center no-repeat;
}
.top-policy .block-wrapper {}
.top-policy .block-wrapper .text-des {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	display: table-cell;
	vertical-align: middle;
	height: 99px;
	color: #fff;
}
.top-policy .block-wrapper .text-des h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	margin-bottom: 7px;
}
.top-policy .block-wrapper .text-des p {
	margin: 0;
}
.header_title .xemtatca {
	position: absolute;
	right: 15px;
	top: 21px;
	background: #fff;
	z-index: 999;
	padding-left: 10px;
}
.tab-content .owl-item{
	padding: 0 15px;
}
.bottom-header .cart-control .giohang {
	position: absolute;
	width: 65px;
	bottom: 0;
}
.blog-summary {
	font-size: 13px;
}
.website a {
	line-height:1.42857143 !important;
	padding:0 !important;
}
.website a:before {display:none;}
.website a:hover {color:#fff;}
.top-footer h4 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 5px 0;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	padding-top: 10px;
}
.top-footer h4 img {width:100%;}
.hotline-fixed {
	position: fixed;
	left: 15px;
	bottom: 20px;
	top: initial !important;
	list-style: none;
	background-color: #3c9a0d;
	border-radius: 100%;
	padding: 13px 16px;
	margin-left: 11px;
	color: #fff;
	z-index: 99999;
	height: 50px;
	width: 50px;
}
.hotline-fixed a {
	font-size: 18px;
	color: #fff;
	margin: 0;
	position: relative;
}
.hotline-fixed .fa.fa-phone {
	font-size: 26px;
}
.number {
	position: absolute;
	top: -10px;
	transition: all .5s;
	transform: rotateX(90deg);
}
.hotline-fixed:hover .number {
	margin-left: 24px;
	transform: rotateX(0deg);
	background: #3c9a0d;
	padding: 5px 15px;
	border-radius: 0 10px 10px 0;
}
.hotline-fix a {
	position: fixed;
	bottom: 40px;
	right: 75px;
	width: 200px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-size: 26px;
	top: initial!important;
	z-index: 222222;
}
.tooltip-inner {
	min-width: 95px;
}
@media (max-width:767px) {
	.product-single .product-tabs .navtabs li{
		display: block;
	}
	.product-grid .product-img img{
		width: auto;
	}
	.bottom-header form button {
		width:45px;
		height: 45px;
		line-height: 45px;
	}
	.payment-foo {width:100%;}
	.toolbar {margin-bottom:10px;}
}
a.button.solid.quickview-btn .fa-search {margin-right:5px;}
ul.list-unstyled.top-linklists-mobile.mobile-menu {display:none;}

/* responsive.css */
@media (max-width: 767px) {
	.top-header .container {
		padding-left: 0;
		padding-right: 0; }

	.product-list {
		margin-top: 30px; }

	.product-list .product-info {
		margin-top: 15px; }
	.collection-area .control-tabs .nav-tabs {margin:0 -15px}
	.product-single .product-actions .quantity {
		width: 80px; }
	.product-single .product-tabs {
		margin: 10px 0;
		padding-top: 20px; }
	.product-single .thumbnail-images {
		overflow: hidden; }
	.product-single .widget_product {
		margin-top: 30px; }
	.product-single .widget_product h2 {
		padding-right: 75px; }
	.product-single .widget_product h2 span {
		width: 100%;
		padding-left: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 18px; }
	.product-single .widget_product h2 span:before {
		display: none; }

	.main-category .mobile-category {
		left: -15px;
		right: -15px; }

	.top-index .slideshow {
		margin: 0; }

	.page-search .searchform {
		width: 100%; }

	.policy {
		margin-top: 0; }
	.policy .icon-box {
		padding: 10px 0; }

	.special-collection .special-product .p-image, .special-collection .special-product .p-info {
		width: 100%;
		float: none; }

	.special-collection .wrap-collection {
		margin-top: 20px;
		border-left: 0; }

	.three-banner {
		margin-top: 20px;
		text-align: center; }
	.three-banner img {
		margin: 5px 0; }

	.collection-area .control-tabs .nav-tabs > li {
		width: 50%;
		float: left;
		border: solid 1px #e8e6e2; }

	.big-collection, .brands {
		margin-top: 30px; }

	.brands .owl-brands {
		padding: 0; }

	.top-footer h3 {
		margin-top: 20px; }

	.collection-area .control-tabs .nav-tabs > li > a:after {
		display: none; }

	.collection-area .control-tabs .nav-tabs > li.active {
		background: #95c03e; }

	.collection-area .control-tabs .nav-tabs > li.active a, .collection-area .control-tabs .nav-tabs > li.active a:focus {
		color: #fff; }

	.collection-area .control-tabs {
		border-bottom: 0; }

	.breadcrumb {
		padding: 10px 0; }
	.page-name {
		margin-bottom: 10px;
	}
	.breadcrumb h1, .breadcrumb .c-bread {
		width: 100%;
		float: none;
		padding: 0;
		text-align: center; }
	.breadcrumb ul, .breadcrumb ul li {float:none;display:inline-block}
	.breadcrumb ul li.current {overflow:initial}
	.breadcrumb h1 {
		margin-bottom: 10px; }

	.page-article .entry-footer .single-share {
		text-align: left; }
	.page-article .comment-area .comment-list .comment {
		margin-bottom: 15px; }
	.page-article .comment-area .comment-respond {
		padding: 0;
		margin-bottom: 30px; }
	.page-article .comment-area .comment-respond form .group .input-control {
		margin-bottom: 15px; }
	.page-article .comment-area .comment-respond textarea.input-control {
		margin-top: 0; }

	.product-single .product-name {
		margin-top: 20px; }

	.product-single .middle-content {
		margin-bottom: 15px;
		margin-top: 30px; } 
	.page-cart .cart_total {width:100%;
		float:none}
	.page-cart .table-cart {min-width:800px}
	#footer {margin-top:25px}
	#footer .social {text-align:left;margin-top:0px}

}
@media (max-width: 767px) and (max-width: 567px) {
	.offset-menu {
		width: 240px; }

	.offset-menu-left {
		left: -240px; }

	.offset-push-right {
		left: 240px; }
	.offset-push-right2 {
		left: 240px; }
	.ajax-success-modal .content {
		width:98%;
		left:1%;
		margin-left:0;
		padding:15px;
	}
	.form-newsletter .input {width:100%;margin-bottom:7px}
	.ajax-success-modal .ajax-bottom .button {padding:0 15px}
	.toolbar-collection #sortBy {
		width: 200px; } }
@media (max-width: 767px) and (min-width: 568px) {
	.offset-menu {
		width: 350px; }

	.offset-push-right {
		left: 350px; }
	.offset-push-right2 {
		left: 350px; }

	.offset-menu-left {
		left: -350px; }

	.collection-area .tab-content .col-xs-12, .home-blog .col-xs-12, .collection-grid .col-xs-12, .search-result .col-xs-12 {
		width: 50%; }

	.collection-area .tab-content .col-xs-12:nth-of-type(2n+3), .home-blog .col-xs-12:nth-of-type(2n+3), .collection-grid .col-xs-12:nth-of-type(2n+3), 
	.search-result .col-xs-12:nth-of-type(2n+3) {
		clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
	.top-footer .col-md-3:nth-child(3){
		clear: both;
	}
	.offset-menu {
		width: 400px; }

	.offset-push-right {
		left: 400px; }
	.offset-push-right2 {
		left: 400px; }

	.offset-menu-left {
		left: -400px; }

	.main-category .mobile-category {
		left: 0;
		right: 0; }

	.top-index .slideshow {
		margin: 0; }

	.policy {
		margin-top: 0; }
	.policy .icon-box {
		padding: 10px 0; }

	.special-collection .wrap-collection {
		border: 0; }

	.product-single .product-name {
		margin-top: 20px; }

	.product-single .middle-content {
		margin-top: 40px; }

	.product-single .product-tabs {
		margin-bottom: 10px; }
	.home-blog .col-xs-12:nth-of-type(2n+3){clear:both}

	.collection-area .tab-content .col-xs-12:nth-of-type(2n+3), .home-blog .col-xs-12:nth-of-type(2n+3), .search-result .col-xs-12:nth-of-type(2n+3) {
		clear: both; }

	.top-footer h3 {
		margin-top: 15px; } }
@media (max-width: 991px) {
	.offset-push-right {
		position: fixed;
		width: 100%;
		overflow: hidden; }
	.offset-push-right2 {
		position: fixed;
		width: 100%;
		overflow: hidden; }

	.offset-menu-left-open {
		left: 0; }

	.mid-header .logo .wrap-logo {
		text-align: center; }

	.mid-header form {
		width: 100%;
		margin: 10px 0; }

	.main-category .h2 {
		background: transparent;
		border: 0;
		padding: 0 15px; }
	.main-category .h2 a {
		display: block; }

	.main-category .mobile-category {
		position: absolute;
		z-index: 99;
		top: 100%;
		margin-top: 1px;
		border-left: solid 1px;
		border-right: solid 1px;
		border-bottom: solid 1px;
		border-color: #e7e7e7; }

	.top-index .slideshow img, .product-list .product-img img {
		width: 100%; }
	.policy .col-md-4 {border-right:0}
	.top-index .banner, .hotro {
		display: none; }

	.post-grid .entry-thumb {
		margin-bottom: 10px; }

	.post-grid .entry-thumb, .post-grid .entry-content {
		width: 100%;
		float: none; }

	.product-grid .product-img:after, .quickview-btn {
		display: none; }

	.collection-area .control-tabs .nav-tabs, .collection-area .control-tabs h2 {
		float: none; }

	.zoomContainer {
		display: none !important; }

	.product-single h1 {
		margin-top: 30px; }

	.toolbar.foot {
		margin-bottom: 30px; }

	.brands .owl-brands {
		padding: 10px 0;
		border-left: 0; } 
	.product-single .featured-image {pointer-events:none}

}
@media (min-width: 992px) {
	.offset-menu {
		display: none; }
	.home-blog .col-xs-12:nth-of-type(2n+3){clear:both}
	.header-panel-mobile {
		display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
	.bottom-header .main-nav > li:nth-last-of-type(2) .level1 {
		left: auto;
		right: 0; }
	.bottom-header .main-nav .last.has-sub .level1 {
		left: auto;
		right: 0; }

	.mid-header form {
		width: 100%; }

	.main-category .desktop-category .subcate {
		width: 647px; }

	.collection-area .tab-content .col-xs-12:nth-of-type(4n+5), .collection-grid .col-xs-12:nth-of-type(2n+3), .search-result .col-xs-12:nth-of-type(2n+3) {
	} 


}
@media (min-width: 1200px) {
	.container {
		width: 1200px; }

	.collection-grid .col-xs-12:nth-of-type(3n+4), .search-result .col-xs-12:nth-of-type(3n+4), .collection-area .tab-content .col-xs-12:nth-of-type(6n+7) {
		clear: both; } }
@media(max-width: 1199px) and (min-width: 992px){
	.mid-header .main-nav{
		padding-top: 0;
	}
	.mid-header .main-nav > li{
		padding: 7px 0px;
	}
	.owl-special-collection2 .blog-img{
		width: 96px;
	}
	.owl-special-collection2 .blog-info .title {
		font-weight: bold;
		font-size: 13px;
		height: auto;
		line-height: 18px;
		overflow: hidden;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
.fb-comments, 
.fb-comments span, 
.fb-comments span iframe[style] { 
	width: 100% !important; 
}
#bizweb-product-reviews {
	padding: 20px 0;
}
#bizweb-product-reviews h4{
	font-size:30px;
	line-height: 1.4;
	padding-bottom: 5px;
}
.banner.point_link {
	cursor: pointer;
}
.box_product_no_tab{margin:0;     padding: 30px 0;
	border-bottom: solid 1px #717070;}

@media (max-width: 767px) {
	.tab-content img {
		max-width: 100%;
		height: auto !important;
	}
}
.post-grid .entry-thumb {
	height: 410px;
	position: relative;
}
.post-grid .entry-thumb img {
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}