*:active,
*:focus,
*:hover{
	outline: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
body {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}

img{
	max-width: 100%; 
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 0;
	padding: 0;
}
h1            { font-size:30px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:normal; }
h4            { font-size:14px; font-weight:normal; }
h5            { font-size:12px; font-weight:normal; }
h6            { font-size:11px; font-weight:normal; }
/* default font size */
.fa {
	font-size: 18px;
}
a {
	color: #666666;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #90133B;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.form-control,
.form-control:focus{
	box-shadow: none;
	border: 1px solid #D7D7D7;
}

/* Lists */
ul,ol         { list-style:none; margin: 0; padding: 0;}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
hr{
	border-color: #f2f2f2;
	margin: 0;
}
/* transition */
.readmore:hover, .readmore:hover a,
.hover-img3:hover::before, .hover-img3:hover::after, .hover-img2:hover::before, .hover-img1:hover::before, .readmore-page:hover,
#back-top:hover, #button-cart:hover, #button-cart i,
.searh-cart .btn-hover:hover .container-show, #top .btn-hover:hover .container-show,
.product-layout.product-list .actions-link2 .btn-cart:hover,
.product-layout.product-list .actions-link2 .btn-cart:hover i,
.product-layout2s .product-intro .actions-link a:hover,
.product-layout2s .product-intro .actions-link a:hover i,
.product-layout2s:hover .product-caption .product-intro .actions-link,
.timer-item:hover .images-container .product-image .img2,
.owl-carousel:hover .owl-controls .owl-buttons div,
.owl-controls .owl-buttons div:hover,
.owl-controls .owl-buttons div.owl-next,
.owl-controls .owl-buttons div:hover i,
.product-layout:hover .product-thumb .image .img-r, a:hover,
.product-caption .product-name a:hover,
.product-intro .actions-link a:hover i{
	-webkit-transition: ease-in-out all 0.3s;
	-moz-transition: ease-in-out all 0.3s;
	-o-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	padding: 8px 20px;
	display: inline-block;
	line-height: 20px;
	color: #FFF;
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
	background: #8ba462 !important;
	border-radius: 20px !important;
	font-weight: 700;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover,
.button:hover{
    color: #FFF;
	background: #90133B !important;
}
#button-coupon, #button-voucher{
	margin-left: 5px;
}
#top{
	background: #8ba462;
	font-size: 13px;
	line-height: 13px;
}
#top i{
	font-size: 13px;
}
.lang-cur .container-show{
	left: 0;
	right: auto !important;
}
.searh-cart .container-show,
#top .container-show{
	position: absolute;
	z-index: 218;
	right: 0;
	top: 100%;
	padding: 0 10px;
	background: #FFF;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1) !important;
}
#top .container-show li .selected{
	color: #90133B;
}
#top .container-show li{
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	min-width: 150px;
	text-transform: uppercase;
}
#top .container-show li > button{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	text-transform: uppercase;
}
#top .container-show li:hover > button{
	color: #90133B;
}
#top .btn-hover{
	position: relative;
}
#cart.btn-hover:hover .container-show,
#top .btn-hover:hover .container-show{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#cart .table > tbody > tr > td{
	border-top: none;
}
#cart .container-show{
	min-width: 250px;
	padding: 20px;
	max-height: 300px;
	overflow: auto;
}
#cart > button{
	text-transform: capitalize;
	position: relative;
	padding-right: 10px;
}
#cart > button::before{
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 20px;
	background: #E1E1E1;
}
#cart > button i{
	display: inline-block;
	color: #90133B;
	height: 20px;
	width: 20px;
	line-height: 20px;
}
#cart #cart-total{
	position: absolute;
	border-radius: 100%;
	background: #8BA462;
	width: 17px;
	height: 17px;
	left: 0px;
	bottom: 11px;
	color: #FFF;
	line-height: 15px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 900;
}
.searh-cart .btn-search{
	background: none;
	border: none;
	box-shadow: none;
	color: #333333;
	font-size: 15px;
	padding: 16px 0 16px 10px;
}
.searh-cart .btn-search i{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
}
.searh-cart #search{
	min-width: 250px;
	float: left;
	border-bottom: 1px solid #edeff3;
	padding: 10px;
	display: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#search input{
	float: left;
	border: none;
	background: none;
	padding: 0 20px 0 0;
	height: auto;
	box-shadow: none;
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
#search button{
	float: right;
	border: none;
	background: none;
	color: #8ba462;
	padding: 0;
	font-size: 14px;
	margin-top: -18px;
}
.btn-hover .btn-link{
	color: #FFF;
	text-transform: uppercase;
	padding: 16px 10px;
	border: none;
}
#top > .container > .pull-left .container-show{
	right: auto;
	left: 0;
}
#top .lang-cur .pull-left .btn-link{
	margin-right: 40px;
}
#top .lang-cur .pull-left:not(:last-child) .btn-link{
	position: relative;
	padding-right: 10px;
	margin-right: 8px;
}
#top .lang-cur .pull-left:not(:last-child) .btn-link::before{
	content: "";
	position: absolute;
	height: 13px;
	right: 0;
	background: #FFF;
	width: 1px;
}
#top > .container > a{
	text-transform: uppercase;
	color: #FFF;
	padding: 11px 0;
	display: inline-block;
}
#top > .container > a > i{
	border-radius: 100%;
	background: #FFF;
	color: #90133B;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	margin-right: 10px;
}
#top-links .list-inline{
	margin: 0;
}
header.fix-header {
    position: fixed;
    top: 0px;
    display: none;
    z-index: 1199;
	width: 100%;
	background: #FFF;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2) !important;
}
header > .container > .row{
	position: relative;
}
.searh-cart{
	right: 15px;
}
.searh-cart,
header #logo{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 15px;
	z-index: 217;
}
/* cms block */
.banner1,
.banner3{
	margin-bottom: 60px;
}
.banner2 > div{
	margin-right: -15px;
	margin-bottom: 60px;
}
/* special product */
.speical-module{
	margin: 70px 0;
}
/* price countdown */
.occountdown_module{
	position: relative;
	margin: 70px 0;
}
.des-container{
	margin-top: 160px;
	text-align: center;
}
.des-container .product-name{
	margin-top: 45px;
	display: inline-block;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}
.des-container .product-name a:hover {
	color: #90133B;
}
.des-container .product-name a{
	color: #8BA462;
}
.des-container .price-box{
	color: #90133B;
	font-size: 24px;
	margin: 25px 0;
}
.des-container .price-box .old-price{
	font-size: 18px;
	color: #333333;
}
.des-container .description{
	color: #000;
}
.des-container .actions .button{
	color: #FFF;
	margin-top: 35px;
	margin-bottom: 1px;
}
.images-container{
	text-align: center;
	position: relative;
}
.images-container .product-image .img2{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	margin: 0 auto;
}
.timer-item:hover .images-container .product-image .img2{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ratings,
.list-thumb{
	display: none;
}
.countdown-title.module-title{
	position: absolute;
	z-index: 1;
	background: none;
	padding: 0 15px 0 0;
	left: 0;
	right: 0;
	width: 41.6667%
}
.countdown-title.module-title h2{
	font-size: 89px;
	text-transform: uppercase;
	letter-spacing: -8px;
}
.countdown-title.module-title h2 .word1{
	letter-spacing: normal;
}
.countdown-title.module-title .word1{
	color: #CDC4A5;
	font-size: 32px;
	text-transform: capitalize;
}
.box-timer,
.box-timer  .countdown-row{
	float: left;
	width: 100%;
	text-align: center;
}
.box-timer .countdown-section{
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
}
.box-timer .countdown-section:last-child{
	margin-right: 0px;
}
.countdown-amount{
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 5px;
	background: #8BA462;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	line-height: 55px;
	margin-bottom: 5px;
}
.countdown-period{
	color: #333333;
}
/* product */
.product-layout.product-list .product-thumb{
	border: none;
}
.product-layout.product-list{
	margin-top: 30px;
}
.product-layout.product-list .product-thumb .image{
	border: 1px solid #EBEBEB;
}
.product-layout.product-list .product-caption .product-name{
	margin-bottom: 5px;
}
.product-layout.product-list .product-caption .product-name a{
	font-size: 24px;
}
.product-layout.product-list .product-caption .price span:not(.price-tax){
	display: inline-block;
}
.product-layout.product-list .ratings{
	display: inline-block;
	margin-bottom: 20px;
}
.product-layout.product-list .product-caption .price{
	font-size: 24px;
	float: none;
	margin-bottom: 20px;
}
.product-layout.product-list .price-old{
	font-size: 16px;
	text-decoration: line-through !important;
}
.product-layout.product-list .product-caption .product-intro{
	float: none;
	text-align: left;
}
.product-layout.product-list .actions-link{
	display: none;
}
.product-layout.product-list .actions-link2 .btn-cart{
	background: #a11032;
	display: inline-block;
	border-radius: 5px;
	color: #FFF;
	padding: 0 10px;
}
.product-layout.product-list .actions-link2 .btn-cart:hover{
	color: #FFF;
	background: #8ba462;
}
.product-layout.product-list .actions-link2 .btn-cart i{
	padding: 11px  10px 11px 0;
	border-right: 1px solid rgba(255,255,255,0.3);
	color: #FFF;
	font-size: 14px;
}
.product-layout.product-list .actions-link2 .btn-cart span{
	padding: 0px 0 0px 10px ;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.product-layout.product-list .actions-link2 a{
	margin-right: 15px;
}
.product-layout.product-list .actions-link2 a i{
	color: #333333;
}
.product-layout.product-list .actions-link2 a:not(.btn-cart):hover i{
	color: #fff;
}
.product-layout.product-list .actions-link2 a:not(.btn-cart):hover{
	background: #A11032;
	border-color: #A11032;
}
.product-layout.product-list .actions-link2 a:not(.btn-cart){
	padding: 5px 8px;
	border: 1px solid #EBEBEB;
	display: inline-block;
	border-radius: 5px;
}
.product-des{
	margin-bottom: 30px;
}
.product-layout.product-list .product-thumb .product-inner{
	background: none;
	padding-top: 0;
}
.owl-carousel .owl-item{
	padding: 0 15px 1px;
}
.product-layout{
/* 	padding: 0 15px;
	float: left; */
}
.product-layout .product-thumb{
	float: left;
	width: 100%;
}
.product-layout .product-thumb{
	border: 1px solid #EBEBEB;
	background: #fff;
}
.product-layout .product-thumb .image{
	position: relative;
	overflow: hidden;
}
.product-layout .product-thumb .image a{
	position: relative;
	display: block;
}
.product-layout .product-thumb .image img{
	margin: 0 auto;
}
.product-layout .product-thumb .image .label-product::after,
.product-layout .product-thumb .image .label-product::before{
	content: "";
	position: absolute;
	width: 0; height: 0; 
	z-index: 2;
}
.product-layout .product-thumb .image .label-product::before{
	border-bottom: 13px solid #CDC4A5; 
	border-right: 13px solid transparent;
	top: 50%;
	left: 100%;
}
.product-layout .product-thumb .image .label-product::after{
	border-top: 13px solid #CDC4A5;
	border-right: 13px solid transparent;
	top: 0px;
	left: 100%;
}
.product-layout .product-thumb .image .label-product.l-sale::before{
	border-bottom: 13px solid #90133B; 
	border-right: 13px solid transparent;
	top: 50%;
	left: 100%;
}
.product-layout .product-thumb .image .label-product.l-sale::after{
	border-top: 13px solid #90133B;
	border-right: 13px solid transparent;
	top: 0px;
	left: 100%;
}
.product-layout .product-thumb .image .label-product{
	position: absolute;
	z-index: 1;
	background: #CDC4A5;
	left: 20px;
	top: 6px;
	height: 26px;
	width: 40px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #333333;
	padding-left: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
}
.product-layout .product-thumb .image .label-product.l-sale{
	background: #90133B;
	color: #FFF;
}
.product-layout:hover .product-thumb .image .img-r{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.product-layout .product-thumb .image .img-r{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.product-layout.product-grid .product-thumb .product-inner{
	background: #F4EEE5;
	padding: 15px 20px 20px;
	float: left;
	width: 100%;
}
.product-caption{
	float: left;
	width: 100%;
}
.product-caption .product-name{
	margin-bottom: 10px;
}
.product-caption .product-name a{
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #8BA462;
	font-weight: 900;
	text-transform: uppercase;
}
.product-caption .product-name a:hover{
	color: #90133B;
}
.product-caption .price{
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #90133B;
	float: left;
	margin: 0;
	line-height: 16px;
}
.product-caption .price span{
	display: block;
}
.product-caption .price .price-tax{
	display: none;
}
.price-old{
	font-size: 12px;
	color: #333333;
	font-weight: 400;
}
.product-caption .product-intro{
	float: right;
	text-align: right;
}
.product-layout.product-grid .product-intro .actions-link2,
.product-intro .actions-link2 a:not(:first-child) span,
.product-intro .actions-link a span{
	display: none;
}
.product-intro .actions-link a{
	width: 35px;
	height: 35px;
	background: #FFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	line-height: 33px;
}
.product-intro .actions-link a i{
	font-size: 14px;
	font-weight: 400;
}
.product-intro .actions-link a:hover i{
	color: #90133B;
}
.ratings .rating-box div{
	background: url("../image/ratings.png") no-repeat;
	height: 14px;
	width: 74px;
	font-size: 0;
}
.ratings .rating-box .rating5{
	background-position: 0% 0%;
}
.ratings .rating-box .rating4{
	background-position: 0px -14px;
}
.ratings .rating-box .rating3{
	background-position: 0px -28px;
}
.ratings .rating-box .rating2{
	background-position: 0px -42px;
}
.ratings .rating-box .rating1{
	background-position: 0px -56px;
}
.ratings .rating-box .rating0{
	background-position: 100% 100%;
}
.product-layout2{
	padding: 0;
}
.row_items .product-layout2:last-child .product-thumb{
	margin-bottom: 0;
}
.product-layout2 .product-thumb{
	border: none;
	margin-bottom: 30px;
}
.product-layout2 .product-thumb .image{
	float: left;
	width: 50%;
	border: 1px solid #EBEBEB;
}
.product-layout2.product-grid .product-thumb .product-inner{
	width: 50%;
	background: transparent;
	padding: 10px 0px 0 30px;
}
.product-layout2 .product-caption .price{
	float: none;
}
.product-layout2 .product-caption .price span{
	display: inline-block;
}
.product-layout2 .product-des{
	margin: 15px 0;
	color: #666666;
}
.product-layout2 .product-intro .actions-link a{
	background: transparent;
	border: 1px solid #EBEBEB;
}
.product-layout2 .product-intro .actions-link a i{
	font-size: 14px;
}
.product-layout2 .product-caption .product-intro{
	float: left;
	text-align: left;
}
.product-layout3{
	padding: 0;
}
.product-layout3 .product-thumb{
	background: none;
}
.row_items .product-layout3:last-child .product-thumb{
	margin-bottom: 0;
}
.product-layout3 .product-thumb{
	border: none;
	margin-bottom: 30px;
}
.product-layout3 .product-thumb .image{
	float: left;
	width: 30%;
}
.product-layout3.product-grid .product-thumb .product-inner{
	float: left;
	width: 70%;
	background: transparent;
	padding: 5px 0 0 10px;
}
.product-layout3 .product-caption .product-name a{
	color: #FFF;
	font-size: 16px;
}
.product-layout3 .price-old{
	color: inherit;
}
.product-layout.product-layout2s.product-grid{
	margin-top: 0;
}
.product-layout2s .product-thumb .image{
	width: 45%;
}
.product-layout2s .product-thumb .product-inner{
	padding: 0 0 0 20px
}
.product-layout2s .product-intro .actions-link a{
	width: 30px;
	height: 30px;
	line-height: 27px;
}
.product-layout2s .product-intro{
	margin-top: 12px;
}
.product-layout2s .ratings{
	display: block;
	margin-top: 10px;
}
.product-layout2s .product-caption .price span{
	display: block;
	padding-top: 3px;
}
.product-layout2s .product-caption .product-intro .actions-link{
	visibility: hidden;
}
.product-layout2s:hover .product-caption .product-intro .actions-link{
	visibility: visible;
}
.product-layout2s .product-intro .actions-link a:hover{
	background: #90133B;
	border-color: #90133B;
}
.product-layout2s .product-intro .actions-link a:hover i{
	color: #FFF;
}
.custom-products .product-layout.product-grid:nth-child(3n+1){
	clear: both;
}
.custom-products .product-layout.product-grid{
	margin-top: 30px;
}
/* category */
.custom-products .product-layout.product-grid .product-caption .product-des{
	display: none;
}
.category-info .category-img img{
	padding: 0;
	border: none;
	border-radius: 0;
}
.category-info{
	position: relative;
}
.category-name{
	position: absolute;
	top: 50%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #952A44;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 60px;
}
#compare-total,
.category-des{
	display: none;
}
.pagination{
	margin: 40px 0 0;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 0 !important;
	background: #f6f6f6;
	color: #3F3F3F;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 14px;
	padding: 12px 18px 13px 19px;
	margin: 0 5px;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover{
	background: #952a44;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #952a44;
	color: #FFF;
}
.toolbar4  .text-right{
	margin-top: 50px;
}
.toolbar{
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f7f6f8;
}
.toolbar1, .toolbar2{
	padding: 0;
	margin-right: 15px;
}
.toolbar1 select, .toolbar2 select{
	background: #f5f5f5;
	border: none;
	text-align: center;
	box-shadow: none;
	color: #3F3F3F;
}
.toolbar3 {
	padding: 0;
	text-align: right;
}
.toolbar3 button{
	background: #f7f6f8;
	margin-right: 10px;
	border-radius: 5px !important;
	border: none;
	color: #929292;
	height: 32px;
}
.toolbar3 button:hover,
.toolbar3 button.selected{
	color: #90133b;
}
.toolbar3 button i{
	margin-top: 2px;
}
#grid-view{
	margin-right: 0;
}
/* button owl */
.owl-controls .owl-pagination{
	margin-top: 40px;
}
.owl-controls .owl-pagination .owl-page{
	background: #E1E1E1;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	margin-right: 6px;
}
.owl-controls .owl-pagination .owl-page:last-child{
	margin-right: 0;
}
.owl-controls .owl-pagination .owl-page.active{
	width: 12px;
	height: 12px;
	background: #7E5738;
}
.owl-controls .owl-buttons div{
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: none;
	border-radius: 100%;
	background: #cccccc;
	visibility: hidden;
	text-align: center;
}
.owl-carousel:hover .owl-controls .owl-buttons div{
	visibility: visible;
}
.owl-controls .owl-buttons div:hover{
	background: #90133B;
}
.owl-controls .owl-buttons div.owl-next{
	left: auto;
	right: 0px;
}
.owl-controls .owl-buttons div i{
	color: #fff;
	font-weight: 400;
}
.btn-owl2{
	position: relative;
}
.btn-owl2 .owl-controls .owl-buttons div{
	position: static;
	border: none;
	background: #CDC4A5;
	border-radius: 20px 0 0 20px;
	color: #FFF;
	visibility: visible;
	margin: 0;
	display: inline-block;
	width: 76px;
}
.btn-owl2 .owl-controls .owl-buttons{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 50px;
	text-align: center;
}
.btn-owl2 .owl-controls .owl-buttons div i{
	color: #FFF;
}
.btn-owl2 .owl-controls .owl-buttons div:hover{
	background: #90133B;
}
.btn-owl2 .owl-controls .owl-buttons div.owl-next{
	border-radius: 0px 20px 20px 0px;
	border-left: 1px solid #FFF;
}
.featured-module{
	clear: both;
	margin-bottom: 60px;
}
/* module titile */
.module-title{
	padding-top: 65px;
	background: url('../image/bg-title.png') center top no-repeat;
	text-align: center;
	margin-bottom: 35px;
}
.module-title h2{
	display: inline-block;
	color: #90133B;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	text-transform: capitalize;
	font-size: 36px;
}
.module-title .word1{
	display: block;
	font-family: 'Yesteryear', cursive;
	font-size: 21px;
	font-weight: 400;
}
.module-title2{
	background: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
.module-title2 h2{
	text-transform: uppercase;
}
.module-title3{
	background: url('../image/bg-title3.png') center top no-repeat;
}
.module-title3 h2{
	color: #FFF;
}
.module-title4{
	background: none;
	border: none;
	border-radius: 0;
	position: relative;
	margin-bottom: 40px;
}
.module-title4 h2::before,
.module-title4::before{
	content: "";
	position: absolute;
	height: 4px;
	background: #EBEBEB;
	bottom: 0;
	width: 100%;
}
.module-title4 h2{
	display: inline-block;
	position: relative;
	line-height: 24px;
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	color: #8BA462;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.module-title4 h2::before{
	background: #952A44 !important;
	z-index: 1;
}
/* new product */
.newproduct-module{
	background: url("../image/bg-newproduct.jpg") center;
	padding: 70px 0;
	margin-bottom: 60px;
}
.newproduct-module .col-left{
	float: left;
	width: 25%;
}
.newproduct-module .col-right{
	width: 75%;
	float: right;
	padding: 0 15px;
}
.newproduct-module .description-module{
	color: #FFF;
	text-align: center;
	word-break: break-all;
}
.newproduct-module .module-title3{
	margin-top: 20px;
}
/* newsletter popup */
.newletter-popup{
	background: #fff;
	top: 50% !important;
	margin-top: -179px;
	position: fixed !important;
	padding: 50px 20px;
	text-align: center;
	display: none;
}
#boxes .newletter-title h2{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-family: arial;
	letter-spacing: 3px;
}
#boxes .box-content label{
	font-weight: 400;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0;
	padding-left: 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
/* newsletter */
.newletter-subscribe{
	background: #8BA462;
	padding: 25px;
	margin-bottom: 60px;
}
#boxes-normal{
	border: 1px dashed #FFF;
	padding: 39px 40px 0;
}
#boxes-normal .newletter-title{
	display: none;
}
#boxes-normal .des-testimonial{
	color: #FFF;
}
#boxes-normal .des-testimonial h1,
#boxes-normal .des-testimonial h2,
#boxes-normal .des-testimonial h3{
	color: inherit;
}
#boxes-normal .des-testimonial h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 24px;
	text-transform: capitalize;
}
#boxes-normal .des-testimonial h2{
	font-style: italic;
	font-size: 17px;
}
#boxes-normal .des-testimonial h3{
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 35px;
	margin-bottom: 15px;
}
#boxes-normal .box-content label{
	font-size: 24px;
	font-weight: 900;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 25px 0 15px 0;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal{
	padding-bottom: 45px;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal span{
	display: none;
}
#boxes-normal  #dialog-normal{
	position: relative;
}
#subscribe_email-normal{
	border-radius: 20px;
	border: none;
	height: 36px;
	width: 70%;
	margin-right: 5px;
	padding-left: 20px;	
}
#boxes-normal #frm_subscribe-normal #subscribe-normal a{
	background: #DDD0A4 !important;
	color: #90133B;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal a:hover{
	color: #fff;
	background: #90133B !important;
}
#notification-normal{
	position: absolute;
	bottom: 10px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #90133B;
}
/* banner our brand */
.banner-module{
	border-top: 1px solid #F0F0F0;
	padding: 60px 0;
}
/* testimonial */
.row-testimonials,
.testimonial-container{
	float: left;
}
.testimonial-container .row-testimonials:not(:last-child){
	margin: 15px 0 20px 0;
}
.testimonial-name{
	text-align: right;
}
.testimonial-module{
	background: url("../image/bg-testimonial.jpg") repeat-y center;
	text-align: center;
	padding: 80px 0;
}
.testimonial-module .module-title{
	display: none;
}
.testimonial-content{
	width: 70%;
	margin: 0 auto;
}
.testimonial-images img{
	border-radius: 100%;
	margin-bottom: 20px;
}
.testimonial-author{
	display: block;
	font-weight: 700;
	font-style: italic;
	color: #8BA462;
	font-size: 20px;
	margin-bottom: 25px;
}
/* blog module */
#blog_home .articles-inner{
	padding: 0 15px 1px;
}
.articles-image{
	position: relative;
}
.articles-date{
	position: absolute;
	top: 40px;
	left: 20px;
	width: 65px;
	height: 65px;
	background: #90133B;
	color: #FFF;
	border-radius: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 8px;
}
.days{
	display: block;
	font-size: 18px;
	border: none;
}
.articles-date span:not(.days){
	padding-top: 3px;
	border-top: 1px solid rgba(255,255,255,.33);
}
.articles-name:hover{
	color: #8BA462;
}
.articles-name{
	color: #90133B;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	display: block;
}
.articles-intro{
	color: #666666;
	margin-top: 20px;
}
.articles-intro p{
	text-transform: capitalize;
}
.readmore:hover{
	border-color: #8BA462;
	color: #8BA462;
}
.readmore:hover a{
	color: #8BA462;
}
.readmore a{
	color: #90133B;
	font-size: 13px;
}
.readmore{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #90133B;
	color: #90133B;
	display: inline-block;
	margin-top: 15px;
}
/* footer */
.banner-module{
	margin-top: 60px;
}
.footer-title{
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
footer{
	background: url("../image/bg-footer.jpg") repeat-y center;
	padding-top: 75px;
}
.top-footer::before{
	position: absolute;
	content: "";
	top: 17px;
	bottom: 17px;
	left: 17px;
	right: 17px;
	border: 1px dashed #22211d;
}
.top-footer{
	background: rgba(0,0,0,.8) url("../image/bg-topfooter.png") 17px 47px no-repeat;
	padding: 45px 20px;
	float: left;
	margin-bottom: 60px;
	position: relative;
}
.top-footer-content{
	float: right;
	text-align: left;
	color: #FFF;
	width: 75%;	
}
.top-footer .footer-title{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 15px;
}
.top-footer .des-aboutus{
	font-size: 16px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
.top-footer .des-aboutus::before{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background: #FFF;
	bottom: 0;
}
.top-footer .info-shop .container .row > div{
	position: relative;
}
.top-footer .info-shop  i{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
	float: left;
}
.info-content {
	position: absolute;
	top: 50%;
	line-height: 18px;
	margin-left: 55px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.middle-footer{
	color: #CECECE;
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.middle-footer .list-unstyled{
	margin-top: -20px;
}
.middle-footer .list-unstyled li a:hover{
	color: #90133B;
}
.middle-footer .list-unstyled li a{
	color: #CECECE;
}
.middle-footer .list-unstyled li:last-child{
	border: none;
}
.middle-footer .list-unstyled li{
	line-height: 50px;
	border-bottom: 1px dashed #2A2A23;
	font-size: 13px;
}
.information-contact .openning-hours{
	line-height: 24px;
	margin: 0;
}
.openning-hours{
	line-height: 50px;
	margin-top: -20px;
}
p.payment{
	text-transform: capitalize;
	margin-top: 10px;
}
.bottom-footer{
	background: #000;
	padding: 15px 0;
}
.bottom-footer .list-unstyled{
	float: left;
}
.bottom-footer .list-unstyled li:last-child{
	padding-right: 0;
}
.bottom-footer .list-unstyled li{
	display: inline;
	padding-right: 40px;
}
.bottom-footer .list-unstyled li a:hover{
	color: #90133B;
}
.bottom-footer .list-unstyled li a{
	color: #cecece
}
.bottom-footer p{
	float: right;
	font-size: 13px;
	margin: 0;
}
.bottom-footer p a{
	color: #8BA462
}
/* breadcrums */
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs{
	background: #F7F7F7;
	font-size: 14px;
	text-transform: uppercase;
	color: #3F3F3F;
	margin-bottom: 40px;
}
.breadcrumbs .breadcrumb{
	background: none;
}
.breadcrumbs .breadcrumb > li + li::before{
	content:  "\f0da";
	font-family: FontAwesome;
	color: #3F3F3F;
	padding: 0 15px;
}
.breadcrumbs .breadcrumb{
	margin: 0;
	padding: 12px 15px;
}
/* detail product */
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #90133B !important;
}
.thumbnails .thumbnail {
    padding: 0px;
    border: 1px solid #EBEBEB;
	border-radius: 0;
    margin-bottom: 15px;
}
.thumbnails .thumbnail.active, 
.thumbnails .thumbnail:focus, 
.thumbnails .thumbnail:hover {
    border-color: #EBEBEB;
}
/* related product */
#gallery_01.owl-carousel .owl-item {
    padding: 0px;
}
.related-product-container .product-des{
	display: none;
}
.image-additional-container{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 1000;
	bottom: 35px;
	padding: 0 20%;
	left: 0;
	/* visibility: hidden; */
}
.col-1:hover .image-additional-container{
	/* visibility: visible; */
}
.image-additional-container  .thumbnail{
	padding: 0;
	margin: 0 8px;
	border-radius: 0;
}
.image-additional-container .active  .thumbnail,
.image-additional-container  .thumbnail:hover{
	border-color: #90133B;
}
.col-1{
	position: relative;
	margin-bottom: 40px;
}
.col-2{
	margin-bottom: 40px;
}
.col-2 .product-name{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #8BA462;
	font-weight: 900;
	text-transform: uppercase;
}
.col-2 .product-name:hover{
	color: #90133B;
}
.col-2 .ratings{
	display: inline-block;
	margin: 15px 0px;
}
.price-product li:first-child{
	margin-bottom: 15px;
	padding: 0;
}
.price-product li:last-child{
	margin-bottom: 15px;
}
.price-product li:first-child span{
	color: #90133B;
	font-size: 24px;
	margin-right: 10px;
	font-weight: 700;
}
.price-product .old-price{
	font-size: 16px !important;
	color: #333333 !important;
	text-decoration: line-through !important;
	font-weight: 400 !important;
}
.col-2 .list-unstyled li{
	color: #100D13;
	text-transform: capitalize;
	padding: 5px 0;
}
.col-2 .list-unstyled li .ex-text{
	color: #868686;
	padding-left: 5px;
}
#input-quantity,
#minus, #plus{
	display: inline-block;
	height: 34px;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	box-shadow: none;
	font-weight: 700;
	text-align: center;
	width: 34px;
	font-size: 14px;
}
#input-quantity{
	width: 70px;
}
#minus:hover, #plus:hover{
	border-color: #90133B;
	background: #90133B;
	color: #fff;
}
label[for="input-quantity"]{
	color: #100D13;
	margin-right: 10px;
}
.col-2 > .form-group{
	margin: 10px 0;
}
.col-2 .btn-compare:hover,
.col-2 .btn-wishlist:hover{
	color: #fff;
	background: #8BA462;
	border-color: #8BA462;
}
.col-2 .btn-compare,
.col-2 .btn-wishlist{
	height: 36px;
	width: 36px;
	background: none;
	border: 1px solid #D7D7D7;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	margin-right: 5px;
}
.col-2 .btn-compare i,
.col-2 .btn-wishlist i{
	font-size: 14px;
}
#button-cart{
	background: #8BA462 none repeat scroll 0% 0%;
	display: inline-block;
	border-radius: 5px;
	color: #FFF;
	padding: 0px 10px;
	border: none;
	margin: 30px 10px 20px 0;
}
#button-cart:hover{
	border-color: #A11032;
	background: #A11032
}
#button-cart i{
    padding: 11px 10px 11px 0px;
    border-right: 1px solid rgba(255,255,255,.42);
    color: #FFF;
	font-size: 14px;
}
#button-cart span{
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
#product{
	max-height: 400px;
	overflow: auto;
	margin-bottom: 20px;
}
.has-option{
	border: 1px solid #cecece;
	padding: 10px;
}
.short-des{
	color: #333;
}
.col-3 .nav-tabs{
	border: 1px solid #e1e1e1;
}
.col-3 .nav-tabs li{
	border-right: 1px solid #e1e1e1;
	margin-bottom: 0;
}
.col-3 .nav-tabs li a{
	border: none;
	color: #9f9f9f;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 15px;
}
.col-3 .nav-tabs li:hover a,
.col-3 .nav-tabs li.active a{
	color: #333333;
	background: none;
	border: none;
}
.tab-content{
	color: #333333;
}
.tab-content{
	margin-bottom: 50px;
}
.alert-success{
	text-align: center;
	margin: 0;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;

}
.account-account #content .list-unstyled{
	padding: 10px 0 15px;
}
#map-canvas{
	min-height: 400px;
	margin: 40px 0;
}
.article-page .article-list{
	float: left;
}
.article-page .article-item{
	float: left;
	margin-bottom: 40px;
}
.article-page .article-name{
	font-size: 18px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	color: #444444;
	line-height: 26px;
}
.articledate{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	color: #999999;
	text-transform: capitalize;
}
.intro-content{
	color: #333;
}
.readmore-page i{
	margin-right: 5px;
	display: inline-block;
	font-size: 14px;
}
.readmore-page{
	background: #8ba462;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 20px 0;
	display: inline-block
}
.readmore-page:hover{
	background: #952a44;
	color: #fff;
}
.article-title{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
	color: #333333;
	margin-bottom: 40px;
}
.article-description{
	color: #333;
	text-align: center;
}
.article-description img{
	margin-bottom: 50px;
}
.article-description p{
	text-align: left;
}
.article-date{
	text-transform: capitalize;
}
#back-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #333;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #333;
	background: #fff;
}
#back-top:hover{
	color: #fff;
	background: #952a44;
	border-color: #fff;
}
.checkout-checkout #content #accordion,
.checkout-cart #content form[enctype="multipart/form-data"]{
	margin: 15px 0;
}
.checkout-checkout #content #accordion{
	
}
.information-contact #content .panel{
	background: #f5f5f5;
	border-radius: 0;
	border: 1px solid #e1e1e1;
	box-shadow: none;
}
.information-contact #content .panel .col-sm-4{
	text-align: center;
}
.information-contact #content form .form-group{
	border: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px
}
.information-contact #content form .form-group > div textarea,
.information-contact #content form .form-group > div input{
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	line-height: 60px;
	display: inline-block;
	padding: 0;
	padding-left: 10px;
	font-size: 16px;
	box-shadow: none;
}
.information-contact #content form .form-group > div input{
	height: 60px;
}
.information-contact #content form .buttons .btn{
	background: #3f3f3f !important;
	border-radius: 0 !important;
	font-size: 15px;
	padding: 15px 20px;
}
.information-contact #content form legend{
	font-weight: 900;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	border: none;
}
.btn-menumobile{
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	padding: 0;
	margin: 0;
}
.btn-menumobile .icon-bar{
	background: #8BA462;
}
.newletter-subscribe-container{
		padding: 0;
	}
/* responsive */
@media(max-width: 1024px){
	.openning-hours{
		font-size: 12px;
	}
	body{
		font-size: 14px;
	}
	.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
		font-size: 13px !important;
	}
	.countdown-amount {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	.countdown-period{
		font-size: 14px;
		line-height: 14px;
	}
	#boxes-normal {
		padding: 31px 20px 0px;
	}
	#boxes-normal .des-testimonial h3{
		margin-top: 25px;
		margin-bottom: 5px;
	}
	#boxes-normal .box-content label{
		margin: 0px 0px 5px;
	}
	#boxes-normal #frm_subscribe-normal #subscribe-normal {
		padding-bottom: 28px;
	}
	.pt_custommenu .itemMenu.level1 a.itemMenuName.level0{
		font-size: 14px !important;
	}
	.b-modal, .newletter-popup {
		display: none !important;
	}
	.zoomWindowContainer, .zoomLens{
		display: none !important;
	}
	.image-additional-container .owl-controls .owl-buttons div{
		left: -23px;
	}
	.image-additional-container .owl-controls .owl-buttons div.owl-next {
		right: -25px;
		left: auto;
	}
/* 	.owl-controls .owl-buttons div{
		left: 15px;
	}
	.owl-controls .owl-buttons div.owl-next {
		right: 15px;
	} */
	.footer-title{
		font-size: 15px;
	}
	.product-layout3 .product-caption .product-name a{
		font-size: 14px;
	}
}
@media(max-width:991px){
	.banner2 img{
		margin-bottom: 30px;
	}
	header{
		/* padding: 20px 0; */
	}
	header #logo{
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		left: 50%;
		padding: 0px;
		top: 50%;
	}
	header #logo img{
		margin: 0 auto;
	}
	.main-menu{
		margin-left: 0;
		width: 100%;
	}
	.menu-mobile{
		background: #8BA462;
		padding: 0 10px;
	}
	header > .container > .row{
		margin: 0;
		min-height: 100px;
		height: auto;
	}
	.searh-cart{
		right: 0;
	}
	.countdown-title.module-title{
		width: 100%;
	}
	.banner7{
		margin-bottom: 40px !important;
	}
	.banner1, .banner3 {
		margin-bottom: 40px;
	}
	.occountdown_module {
		margin: 40px 0px 0;
	}
	.speical-module {
		margin: 40px 0px;
	}
	.newproduct-module{
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.newproduct-module .col-right,
	.newproduct-module .col-left {
		width: 100%;
	}
	.newproduct-module .col-right{
		margin-top: 100px;
	}
	.btn-owl2 .owl-controls .owl-buttons{
		margin-top: 20px;
	}
	.module-title{
		margin-bottom: 25px;
	}
	.newproduct-module .module-title3 {
		margin-top: 0px;
	}
	.featured-module{
		margin-bottom: 40px;
	}
	.newletter-subscribe-container{
		padding: 0 15px;
	}
	.banner2 > div{
		margin-bottom: 40px
	}
	.newletter-subscribe{
		margin-bottom: 40px
	}
	.banner-module{
		margin-top: 40px
	}
	.testimonial-module{
		padding:  50px 0;
	}
	.top-footer{
		background-image: none;
	}
	.top-footer-content{
		float: none;
		width: auto;
	}
	.middle-footer > div{
		margin-bottom: 30px;
	}
	.middle-footer > div:last-child{
		margin: 0;
	}
	.middle-footer > div:nth-child(2n+1){
		clear: both;
	}
	.banner1 .container .row > div:first-child{
		margin-bottom: 40px;
	}
	.info-shop .row > div{
		float: left;
		width: 100%;
	}
	.info-shop .row > div:not(:last-child){
		margin-bottom: 15px;
	}
	.product-layout3 .product-thumb .image{
		width: auto;
	}
	.toolbar1, .toolbar2{
		float: left;
		width: 35%;
	}
	.custom-products .product-layout.product-grid:nth-child(3n+1) {
		clear: none;
	}
	.custom-products .product-layout.product-grid:nth-child(2n+1) {
		clear: both;
	}
	#column-right .bestseller-module{
		margin-top: 30px;
	}
	.banner2 > div{
		margin: 0;
	}
	header .col-md-offset-2{
		position: absolute;
		bottom: 0;
	}
}
@media(max-width: 768px){
	.product-layout2 .product-thumb .image{
		width: 25%;
	}
	#top{
		text-align: center;
	}
	.owl-controls .owl-buttons div{
		display: none;
	}
	.bottom-footer p,
	.bottom-footer .list-unstyled {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.lang-cur{
		float: left;
		width: 100%;
		text-align: center;
	}
	.lang-cur > div{
		float: none !important;
		display: inline-block;
	}
	#top .lang-cur .pull-left .btn-link {
		margin-right: 0px;
	}
	#top .lang-cur .container-show{
		right: 50% !important;
		left: auto;
		-webkit-transform: sale(0) translateX(50%);
		-moz-transform: sale(0) translateX(50%);
		-o-transform: sale(0) translateX(50%);
		transform: sale(0) translateX(50%);
	}
	#top .lang-cur .btn-hover:hover .container-show {
		-webkit-transform: scale(1) translateX(50%);
		-o-transform: scale(1) translateX(50%);
		-moz-transform: scale(1) translateX(50%);
		transform: scale(1) translateX(50%);
	}
	.toolbar4 > div{
		text-align: center;
	}
	.toolbar4 .text-right {
		margin-top: 20px;
	}
	.fix-header{
		visibility: hidden;
		display: none !important;
	}
	.top-footer{
		padding: 45px 40px;
	}
	.zoomContainer{
		display: none;
	}
}
@media(max-width: 767px){
	.product-layout.product-list .actions-link2 a{
		margin-bottom: 10px;
	}
	.information-contact #content .panel .col-sm-4:not(:last-child){
		margin-bottom: 15px;
	}
}
@media(max-width: 640px){
	#top{
		text-align: center;
	}
	#top .lang-cur .pull-left .btn-link{
		position: relative;
		padding-right: 10px;
		margin-right: 8px;
	}
	#top .lang-cur .pull-left .btn-link::before{
		content: "";
		position: absolute;
		height: 13px;
		right: 0;
		background: #FFF;
		width: 1px;
	}
	.toolbar1, .toolbar2 {
		width: 50%;
		margin: 0;
		padding-right: 10px;
	}
	.toolbar2{
		margin: 0;
		padding-right:0;
	}
	.toolbar3{
		margin-top: 15px;
	}
}
@media(max-width: 480px){
	#subscribe_email-normal{
		margin-bottom: 10px;
		width: 100%;
	}
	header  #logo{
		width: 100%;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		text-align: center;
		margin-top: 20px;
	}
	.btn-menumobile{
		position: static;
		float: left;
		margin-top: 27px;
	}
	.searh-cart{
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		position: static;
		float: right;
	}
	#top i, #top .container-show li > button,
	#top .container-show li a,
	#top > .container > a span,
	#top .lang-cur .btn-link{
		font-size: 12px;
	}
}
@media(max-width: 320px){
	#top i, #top .container-show li > button,
	#top .container-show li a,
	#top > .container > a span,
	#top .lang-cur .btn-link{
		font-size: 10px;
	}
}
.hover-img3,
.hover-img2,
.hover-img1{
	position: relative;
}
.hover-img1::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	background: rgba(255,255,255,0.2);
	z-index: 1;
}
.hover-img1:hover::before{
	width: 100%;
}
.hover-img3,
.hover-img2{
	overflow: hidden;
}
.hover-img2::before{
	content: "";
	position: absolute;
	height: 0%;
	width: 0%;
	left: 0;
	bottom: 0;
	border-radius: 0 100% 0 0;
	background: rgba(255,255,255,0.2);
	z-index: 1;
}
.hover-img2:hover::before{
	height: 100%;
	width: 100%;
}
.hover-img3::before{
	content: "";
	position: absolute;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index: 1;
	top: 10px;
	left: 10px;
	right: 100%;
	bottom: 100%;
	opacity: 0;
}
.hover-img3::after{
	content: "";
	position: absolute;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 1;
	top: 100%;
	left: 100%;
	right: 10px;
	bottom: 10px;	
	opacity: 0;
}
.hover-img3:hover::before{
	right: 10px;
	bottom: 10px;
	opacity: 1;
}
.hover-img3:hover::after{
	top: 10px;
	left: 10px;
	opacity: 1;
}
.banner-module .item img{
	margin: 0 auto;
}
.bestseller-module{
	margin-bottom: 40px;
}
#button-search{
	margin-bottom: 20px;
}
.cmsblock{
	text-align: center;
}
.bestseller-products-slider.owl-carousel .owl-item{
	padding: 0;
}
.product-layout2.product-layout2s.product-grid .product-thumb .product-inner{
	padding: 5px 0 0 10px;
}
.special-products-slider.owl-carousel .owl-item{
	padding: 0;
} 
.random-products-slider.owl-carousel .owl-item{
	padding: 0;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
#cart .img-thumbnail{
	min-width: 57px;
}
.occountdown_module .text-empty{
	margin-top: 160px;
	float: left;
}