body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #999999;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444349;
	line-height: 1;
	text-transform: capitalize;
	/* font-family: 'Montserrat', sans-serif; */
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
@media (min-width:1200px){
	.container{
		width:1200px
	}
}
a {
	color: #444349;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #82b53f;
}
img{
	max-width: 100%; 
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #82b53f;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #82b53f;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #82b53f;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #82b53f;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #82b53f;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #82b53f;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #82b53f;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #82b53f;
}
.tooltip-inner{
	background: #82b53f;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.banner-1 .col-img img,
#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{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#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 !important;
	background-color: #82b53f !important;
}
#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;
	background: #444349 !important;
	padding: 0px 20px;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff !important;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 400;
}
#button-voucher,
#button-coupon{
	line-height: 34px;
	height: 34px;
	margin-left: 10px;
	/* border-radius: 3px; */
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
.modal-backdrop.in{
	opacity: .8;
	z-index: 30009;
}
#modal-agree{
	z-index: 30010;
}
/* header */
.top-header{
	background: #444349;
	padding: 15px 0;
}
.top-header .nav-top > ul li .btn-link i{
	margin-left: 7px;
	color: #b5b5b5;
	font-size: 12px;
}
.top-header .nav-top > ul > li > a{
	vertical-align: middle;
}
.top-header .nav-top > ul > li > a:hover,
.top-header .nav-top > ul > li .btn-link:hover{
	color: #82b53f
}
.top-header .nav-top > ul > li > a,
.top-header .nav-top > ul > li .btn-link{
	color: #b6b6b6;
	text-transform: uppercase;
	padding: 0;
	border: none;
	font-size: 12px;
	text-decoration: none !important;
	line-height: 1;
}
.top-header .nav-top > ul > li{
	display: inline-block;
	line-height: 1;
	/* padding: 3px 0; */
}
.top-header .nav-top > ul li:not(:last-child){
	border-right: 1px solid rgba(255,255,255,.2);
	padding-right: 10px;
}
.top-header .nav-top > ul li:not(:first-child){
	padding-left: 10px;
}
.top-header .nav-top > ul{
	padding: 0;
	margin: 0;
	text-align: right;
}
.top-header .nav-top > ul li .dropdown-menu{
	right: -10px;
	left: auto;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	top: 22px;
	border: none;
	border-radius: 0;
	padding: 10px 25px;
}
.top-header .nav-top > ul li .dropdown-menu li:hover .btn-link,
.top-header .nav-top > ul li .dropdown-menu li:hover a{
	text-decoration: none;
	color: #82b53f
}
.top-header .nav-top > ul li .dropdown-menu li a,
.top-header .nav-top > ul li .dropdown-menu li .btn-link{
	text-align: left;
	color: #404040;
	font-size: 12px;
	text-transform: capitalize;
}
.top-header .nav-top > ul li .dropdown-menu li:last-child{
	border: none;
}
.top-header .nav-top > ul li .dropdown-menu li{
	padding: 13px 0;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.middle-header{
	
}
.middle-header .block-right{
	/* padding-right: 0; */
	float: right;
	/* width: 30% */
}
.middle-header .block-right > *:hover i + span,
.middle-header .block-right > *:hover i{
	/* color: #82b53f; */
}
.middle-header .block-right > *:first-child{
	/* margin-right: 0; */
}
#wishlist-total{
	/* width: 26%; */
}
.middle-header .block-right > *{
	/* width: 33%; */
	/* float: right; */
	/* margin: 25px 15px 25px 0; */
	/* text-align: left; */
}
.middle-header .block-right i + span{
	/* width: calc( 100% - 34px ); */
	/* height: 34px; */
	/* display: inline-block; */
	/* vertical-align: -5px; */
	/* padding-left: 7px; */
	/* color: #363636; */
	/* font-size: 13px; */
	/* line-height: 16px; */
}
.middle-header .block-right i{
	/* font-size: 34px; */
	/* color: #363636; */
	/* height: 34px; */
	/* width: 34px; */
	/* float: left; */
}
.container-fix{
	clear: both;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.main-menu .container{
	width: 100%;
	padding: 0;
}
.main-menu{
	position: relative;
}
.logo-container{
	padding: 30px 15px;
}
.bk-txt-callus i{
	background: url('../image/bg-icon-phone.png') center no-repeat;
	width: 29px;
	height: 29px;
	font-size: 0;
	float: left;
	margin-right: 15px;
}
.bk-txt-callus .text-content{
	float: left;
}
.bk-txt-callus span span{
	font-size: 18px;
	font-weight: 700;
	display: block;
}
.bk-txt-callus{
	background: #82b53f;
	padding: 15px 20px;
	color: #fefefe;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}
/* search */
.search-containers{
	margin: 37px 0;
	padding-right: 0;
}
/* title */
.dn-title .module-title h2{
	display: none;
}
.module-title h2{
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	line-height: 1;
	display: inline-block;
	background: #444349;
	padding: 11px 20px;
}
.module-title{
	margin: 0 0 20px 0;
	position: relative;
	/* max-height: 50px; */
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.title2  .module-title{	
	
}
.title2 .module-title h2{
	background: none;
	color: #444349;
	padding-left: 0;
}
.title3  .module-title{
	margin: 30px 0 10px;
}
.title3  .module-title h2{
	text-align: center;
	font-size: 24px;
	color: #212121;
	font-weight: 900;
	margin: 0;
}
.title4  .module-title{
	margin: 0 0 5px 0;
}
.title4  .module-title::before{
	content: "";
	position: absolute;
	height: 2px;
	background: #222;
	top: 9px;
	right: 0;
	left: 0;
	z-index: -1
}
.title4  .module-title h2{
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	background: #fff;
	padding-right: 20px;
}
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	z-index: 100000 !important;
	background: #fff;
	top: 50% !important;
	left: 50% !important;
	position: fixed !important;
	padding: 50px;
	text-align: center;
	display: none;
	width: 60%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#boxes .newletter-title h2{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 0 20px;
}
#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: 0 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;
}
#popup2{
	position: absolute;
	right: 0;
	top: -25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #222;
	cursor: pointer;
	padding: 0 10px;
	color: #fff;
}
.b-modal {
    z-index: 100000 !important;
}
/* newsllter */

body:not(.common-home) .newletter-subscribe-container{
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 60px;
}
body[class^='product-product'] .newletter-subscribe-container{
	margin-top: 0;
	border-top: none;
}
.newletter-subscribe-container .container{
	width: 100%;
	/* padding: 0; */
	text-align: center;
}
.newletter-subscribe-container{
	clear: both;
	padding: 80px 0;
	margin: 0 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#dialog-normal .newsletter-des{
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	
}
#dialog-normal .newletter-title{
	font-size: 30px;
	color: #444349;
	margin: 0px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
#dialog-normal .newleter-content label{
	font-size: 12px;
	color: #999999;
}
#dialog-normal .newletter-title label{
	color: #bebebe;
	margin: 0;
}
#dialog-normal .newletter-title{
	
}
#dialog-normal .newleter-content{
    /* max-width: 770px; */
	/* margin: 0 auto; */
}
#subscribe_email{
	background: #fff;
	border: 2px solid #e5e5e5;
	/* border-bottom: 1px solid #ebebeb; */
	border-radius: 3px;
	padding: 0 20px;
	overflow: hidden;
	color: #999999;
	/* width: 100%; */
	text-transform: capitalize;
	font-size: 13px;
	line-height: 50px;
	height: 50px;
	width: 540px;
	margin-right: 15px;
	margin-top: 20px;
}
#frm_subscribe-normal #subscribe{
	position: relative;
	margin: 15px 0 0;
}
#subscribe_email::-webkit-input-placeholder{
  color: #999999;
}
#subscribe_email::-moz-placeholder{
  color: #999999;
}
#subscribe_email:-ms-input-placeholder{
  color: #999999;
}
#subscribe_email:-moz-placeholder {
  color: #999999;
}
#subscribe .btn{
	background: #444349 !important;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	padding: 0 55px;
	border-radius: 3px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -2px;
}
#subscribe .btn:hover{
	background: #82b53f !important;
	color: #fff !important;
}
#notification-normal{
	clear: both;	
	text-align: left;
}
#notification-normal div{
	color: #82b53f;
	padding: 10px 0;
}
#notification-normal div.warning{
	color: #f00;
}
/* blog */
#blog_home{
	padding: 65px 0 100px;
}
#blog_home .articles-image{
	margin-bottom: 25px;
}
#blog_home .aritcles-content{

}
#blog_home .articles-name + p i{
	margin-right: 5px;
	font-size: 12px;
}
#blog_home .articles-name + p{
	color: #999999;
	font-size: 12px;
	text-transform: capitalize;
	line-height: 1;
	margin: 8px 0 20px;
}
#blog_home .articles-name:hover{
	color: #82b53f;
}
#blog_home .articles-name{
	color: #444349;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}
#blog_home .readmore a i{
	margin-right: 5px;
}
#blog_home .readmore a{
	text-transform: capitalize;
}
#blog_home .readmore{
	margin-top: 25px;
}
#blog_home .articles-intro{
	color: #666666;
	line-height: 18px;
	font-size: 13px;
	margin: 0 0 25px 0;
}
.view_all{
	color: #7a7a7a;
	font-size: 13px;
	text-align: right;
	float: right;
	margin: 0;
	display: inline-block;
	padding-right: 15px;
}
.cart-container{
	width: 12.5%;
	padding: 35px 0;
}
#cart{
	float: right;
	margin: 37px 0;
	text-align: right;
}
#cart-total .total-price{
	/* display: none; */
}
#cart-total .txt_items{
	display: block;
}
#cart-total .txt_number{
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background: #82b53f;
	border-radius: 10px;
	width: 17px;
	height: 17px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0px;
	left: -30px;
	line-height: 17px;
}
#cart-total{
	display: inline-block;
	position: relative;
	color: #444444;
	font-size: 13px;
	text-align: left;
	line-height: 1;
}
#cart-total .total-price{
	/* font-weight: 500; */
	/* color: #82b53f; */
	font-size: 15px;
	/* text-transform: capitalize; */
	/* display: block; */
	font-weight: 700;
}
#cart > button i:last-child{
	margin-left: 20px;
	font-size: 18px;
	color: #444444;
	vertical-align: bottom;
}
#cart > button i:first-child{
	font-size: 0;
}
#cart > button{
	background: url('../image/bg-cart.png') center left no-repeat;
	background-size: 29px 28px;
	background-position: 25px;
	border: 2px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: none;
	padding: 7px 15px 7px 70px;
	display: block;
	float: right;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu::before{
	/* content: ""; */
	/* width: 0; */
	/* height: 0; */
	/* border-style: solid; */
	/* border-width: 0 7px 9px 7px; */
	/* border-color: transparent transparent #fff transparent; */
	/* top: -9px; */
	/* right: 35px; */
	/* position: absolute; */
}
#cart .dropdown-menu{
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0px;
	box-shadow: none; /* 0px 1px 5px 0px rgba(0, 0, 0, 0.2); */
	min-width: 350px;
	margin: 15px 0 0 0;
	padding: 10px;
	top: 100%;
}
#cart-total .item-cart{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #82b53f;
	border: 2px solid #fff;
	color: #fff;
	top: -8px;
	left: 32px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
}
#cart .dropdown-menu {
    padding: 0px 20px 0 20px;
}
#cart .cart-empty{
	padding: 20px 0;
}
#cart .dropdown-menu p{ 
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	padding: 20px 0;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button{
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}
#cart .cart-close i{
	font-size: 18px;
	color: #aaaaaa;
	height: 18px;
	width: 18px;
	float: left;
	/* background: url('../image/bg-btn-close-item-cart.jpg') no-repeat center; */
}
#cart .cart-quantity{
	color: #737373;
	margin: 8px 0 !important;
	font-size: 12px;
}
#cart .info-item a:hover{
	color: #82b53f;
}
#cart .info-item a{
	color: #444349;
	text-transform: capitalize;
	font-size: 15px;
	/* line-height: 28px; */
}
#cart .cart-price{
	font-size: 15px;
	font-weight: 500;
	color: #444444;
	/* font-family: 'Montserrat', sans-serif; */
}
#cart .cart-button{
	/* margin: 0 -20px !important; */
	padding: 25px 0px 10px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: #fff;
}
#cart p.cart-button a:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
#cart p.cart-button a{
	background: #aaaaaa;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 19px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	font-weight: 400;
	width: auto;
}
#cart p.cart-button a:hover{
	background: #82b53f;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	color: #434343;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px !important;
}
#cart .dropdown-menu .has-scroll tr{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#cart .dropdown-menu .has-scroll{
	max-height: 300px;
	overflow: auto
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	color: #333333;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
}
#cart .dropdown-menu tr td:last-child{
	color: #363636;
	font-size: 16px;
	font-weight: 500;
}
.unvisible{
	display: none;
}
.fix-header .horizontal-menu{
	background: none !important;
}
.fix-header .ul-top-items li{
	display: inline-block !important;
	float: none !important;
	background: none !important;
}
.fix-header .ul-top-items{
	/* text-align: center; */
}
.fix-header{
	top: 0;
	position: fixed !important;
	background: rgba(255,255,255, .95) !important;
	width: 100%;
	left: 0;
	z-index: 100000;
	margin: 0;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.fix-header-act{
	background: rgba(255,255,255, 1) !important;
	z-index: 10001;
}
/* cms block */
.col-img{
	text-align: center;
}
.banner-sidebar:hover img{
	opacity: .8
}
.banner-sidebar{
	margin-bottom: 30px;
	text-align: center
}
.logo-f{
	margin-bottom: 15px;
}
.contact-info{
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 25px 0 !important;
}
.contact-info li i{
	margin-right: 15px;
	font-size: 18px;
}
.contact-info li{
	font-size: 13px;
	color: #777777;
	line-height: 28px;
	/* padding: 5px 0; */
}
.social-footer li a:hover i{
	color: #82b53f !important;
}
.social-footer li a{
	text-align: center;
	/* padding: 0 15px; */
}
.social-footer li{
	border: none !important;
}
.social-footer li a i{
	color: #b6b6b6;
	line-height: 1;
	font-size: 13px;
	vertical-align: middle;
}
.social-footer ul{
	margin: 0;
	padding: 0;
}
.social-footer{
	/* text-align: center; */
	/* padding: 45px 0 25px; */
}
.social-footer li{
	display: inline-block;
	margin-bottom: 5px;
}
.cmsblock img:hover{
	opacity: .8;
}
.static-policy .text-content{
	text-align: center;
}
.static-policy .text-content p{
	color: #666666;
	line-height: 20px;
	margin: 0;
}
.static-policy .text-content h2{
	font-size: 18px;
	margin: 15px 0;
}
.static-policy i{
	font-size: 34px;
	text-align: center;
	line-height: 61px;
	border-radius: 100%;
	height: 61px;
	width: 61px;
	background: #444349;
	color: #fff;
}
.banner-1 .row > div:last-child{
	margin-bottom: 70px;
}
.banner-1 .row > div{
	margin-bottom: 30px;
}
.static-policy .col:last-child{
	margin-bottom: 75px;
}
.static-policy .col{
	margin-bottom: 30px;
}
.banner-3{
	padding-top: 80px;
}
.banner-3 .col-img + .col-img{
	margin-bottom: 80px;
}
.banner-3 .col-img{
	margin-bottom: 30px;
}
.contact-static{
	float: left;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 17px 0;
	margin-top: 15px;
}
.contact-static .text-content p{
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 18px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0;
}
.contact-static .col-img i{
	width: 41px;
	height: 41px;
	background: #444349;
	color: #fff;
	font-size: 24px;
	line-height: 41px;
	float: left;
	border-radius: 100%;
}
.contact-static .social-footer li:last-child{
	padding-right: 0;
}
.contact-static .social-footer li{
	padding: 0 10px;
	margin: 8px 0 0;
}
.contact-static .social-footer li a i{
	font-size: 24px;
	color: #FFF;
}
.banner-sif .col-img{
	/* margin: 0 -8px; */
}
/* #instagram_block_home .row_items a:nth-child(3n+1){ */
	/* clear: both; */
/* } */
/* #instagram_block_home .row_items a:nth-child(3n){ */
	/* padding: 0; */
/* } */
/* #instagram_block_home .row_items a img{ */
	/* max-width: 80px; */
/* } */
#instagram_block_home .row_items a:not(:last-child){
	/* padding: 0 15px 0 0; */
	/* float: left; */
	margin-bottom: 15px;
	/* width: auto; */
}
.mfp-bg{
	z-index: 100001 !important
}
.mfp-wrap{
	z-index: 100002 !important
}
.banner-4 .row{
	position: relative;
	margin-bottom: 25px;
}
.banner-4 .text-content a:hover{
	background: #82b53f;
}
.banner-4 .text-content a{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #444349;
	/* font-family: 'Montserrat', sans-serif; */
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 3px;
	margin-top: 40px;
}
.banner-4 .text-content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner-4 .text-content.abs-right li::before{
	content: "\f111";
	font-size: 6px;
	left: auto;
	right: 0;
}
.banner-4 .text-content li::before{
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 15px;
	color: #82b440;
	left: 0;
}

.banner-4 .text-content li{
	color: #666666;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	padding-left: 10px;
}
.banner-4 .text-content.abs-right li{
	padding-left: 0;
	padding-right: 10px;
}
.banner-4 .text-content h3{
	color: #444349;
	font-weight: 900;
	font-style: italic;
	font-size: 34px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0 0 45px 0;
}
.banner-4 .text-content.abs-right{
	left: auto;
	right: 8.3%;
	text-align: right;
}
.banner-4{
	padding: 70px 0 45px;
}
.banner-4 .text-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 8.3%;
	z-index: 1;
	padding-top: 100px;
}
/* owl carousel */
.owl-theme .owl-nav{
	margin: 0;
}
.owl-item.active:not(.lastActiveItem) .row_items{
	/* border-right: 1px solid #ebebeb;	 */
}
.owl-theme .owl-dots{
	position: absolute;
	bottom: 20px;
	/* width: 12px; */
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
.owl-theme .owl-dots{
	text-align: center;
}
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	line-height: 1;
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span{
	background: #fff;	
	/* border-color: #82b53f;	 */
}
.owl-theme .owl-dots .owl-dot.active span{
	/* width: 29px; */
	/* border-radius: 10px; */
}
.owl-theme .owl-dots .owl-dot span{
	width: 18px;
	height: 18px;
	background: none;
	border: 2px solid #fff;
	border-radius: 100%;
	display: inline-block;
	margin: 0 1px;
	/* border: 2px solid #909090; */
}
.owl-carousel:hover .owl-nav [class*="owl-"]{
	/* opacity: 1; */
}
.owl-theme .owl-nav [class*="owl-"]{
	position: absolute;
	top: -60px;
	margin: 0;
	background: none !important;
	width: 10px;
	height: 40px;
	text-align: center;
	color: #444349;
	/* opacity: 0; */
	border-radius: 0px;
	padding: 0;
	border: none;
}
.owl-nav > .owl-next{
	right: 0px;
}
.owl-nav > .owl-prev{
	right: 20px;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
	color: #82b53f;
	border-color: #82b53f;
}
.owl-nav [class*="owl-"] i{
	font-size: 28px;	
	line-height: 40px;
}
.owl-style2 .owl-carousel:hover .owl-nav [class*="owl-"]{
	opacity: 1;
}
.owl-style2 .owl-theme .owl-nav [class*="owl-"]{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	background: none !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0;
}
.owl-style2  .owl-nav > .owl-next{
	right: -40px;
}
.owl-style2  .owl-nav > .owl-prev{
	left: -40px;
}
/* banner-ourbrands */
.banner-ourbrands .item img{
	display: inline-block;
}
.banner-ourbrands{
	padding: 80px 0;
	margin: 0 15px;
}
.banner-ourbrands .owl-carousel .owl-item:hover img{
	opacity: .9;
	/* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
}
.banner-ourbrands .owl-carousel .owl-item{
	padding: 0;
}
.banner-ourbrands .module-title{
	/* display: none; */
}
.banner-ourbrands .owl-item.active{
	position: relative;
}
/* breadcrumbs */
.breadcrumb{
	padding: 25px 0 0;
	margin: 0 0 30px 0;
	background: none;
	display: inline-block;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #82b53f;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #999999;
	text-transform: capitalize;
	font-size: 13px;
}
.breadcrumb > li + li::before{
	content: "\00bb";
	padding: 0 12px;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs{
	clear: both;
	background: #fff;
}
/* product detail */
.block-1{
	margin-bottom: 30px;
}
.block-1 .thumbnail{
	padding: 0;
	border-radius: 0;
	border: none !important;
	margin: 0;	
}
.image-additional-container .thumbnail{
	opacity: .2
}
.image-additional-container{
	padding: 0 85px;
}
.image-additional-container .current-additional.thumbnail,
.image-additional-container .thumbnail:hover{
	/* border-color: #ebebeb; */
	/* border-radius: 3px; */
	opacity: 1;
}
.image-additional-container .thumbnail{
	/* border: 2px solid transparent; */
}
.image-additional-container .owl-item {
	padding: 0;
}
.block-2 .product-name{
	margin: 0;
	font-size: 28px;
	font-weight: 900;
	color: #444349;
	text-transform: capitalize;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box{
	display: inline-block;
	/* margin-right: 10px; */
}
.block-2 .ratings .rating-box div[class^="rating"]{
    background-position: left;
	width: 66px;
}
.block-2 .ratings span,
.block-2 .ratings a{
	font-size: 11px;
	color: #a5a5a5;
	vertical-align: bottom;
}
.block-2 .ratings a{
	margin: 0 10px
}
.block-2 .ratings{
	margin: 10px 0 15px;
	display: block;
}
.block-2 .list-unstyled hr{
	color: #ebebeb;
}
.block-2 .list-unstyled{
	color: #3f3f3f;
	clear: both;
	line-height: 36px;
	font-size: 16px;
	text-transform: capitalize;
}
.block-2 .price-product .new-price{
	margin-right: 10px;
}
.block-2 .price-product .old-price{
	font-size: 18px;
	color: #a4a4a4;
	text-decoration: line-through;
}
.block-2 .price-product .price-old{
	margin-right: 6px;
	font-size: 13px;
	color: #cc1829;
}
.block-2 .price-product{
	font-size: 20px;
	color: #444444;
	margin-bottom: 25px;
	font-weight: 500;
	/* font-family: 'Montserrat', sans-serif; */
}
.block-2 .ex-text{
	color: #82b53f;
	margin-left: 5px;
	font-weight: 400;
	/* font-family: 'Montserrat', sans-serif; */
}
.block-2 .short-des{
	margin: 25px 0 30px;
	color: #666666;
	line-height: 26px;
	font-size: 16px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    float: left;
    height: 29px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 30px;
    font-size: 20px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #5b5b5b;
	font-size: 20px;
	font-weight: 500;
}
#input-quantity2,
#input-quantity {
    width: 80px;
	height: 58px;
}
label[for='input-quantity']{
	float: left;
	line-height: 58px;
	margin-right: 30px;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 400;
}
#button-cart2 i,
#button-cart i{
	font-size: 36px;
	color: #fff;
	background: #82b53f;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -5px;
	border-radius: 3px 3px 0 0;
	width: 70px;
	line-height: 70px;
}
#button-cart2,
#button-cart{
	margin: -7px 0px 10px 0px;
	float: left;
	height: 65px;
	padding: 0 60px 0 115px;
	border-radius: 3px;
	background: #444349 !important;
	font-weight: 900;
	text-transform: capitalize;
	font-size: 24px;
	color: #fff !important;
	border: none;
	position: relative;
}
#button-cart2:hover,
#button-cart:hover{
	background: #82b53f !important;
	color: #fff !important;
	border-color: #82b53f;
}
.btn-actions{
	float: left;
	margin: 10px 0px 20px;
}
.btn-actions button:not(:last-child){
	margin-right: 10px;
}
.btn-actions button.btn-compare i, 
.btn-actions button.btn-wishlist i{
	font-size: 15px;
	margin-right: 10px;
	/* color: #bec2c7; */
}
.btn-actions button.btn-compare span,
.btn-actions button.btn-wishlist span{
	color: #666666;
	font-size: 14px;
}
.btn-actions button.btn-compare, 
.btn-actions button.btn-wishlist {
	width: auto;
	padding: 0 10px;
    border-radius: 0;
	height: 34px;
	display: inline-block;
	border: 1px solid #e5e5e5;
}
.btn-actions button.btn-compare:hover, 
.btn-actions button.btn-wishlist:hover {    
    background-color: transparent !important;
    /* border-color: #82b53f; */
}
.btn-actions button.btn-compare:hover i, 
.btn-actions button.btn-wishlist:hover i{    
	/* color: #fff; */
}
#product2,
#product{
	clear: both;
}
.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 0 20px;
	margin-top: 20px;
}
.option-container + div{
	margin: 60px 0 0;
}
.quantity-box{
	border-radius: 0px;
	width: 110px;
	/* border: 1px solid #cbcbcb; */
	float: left;
	background: #f3f3f3;
	margin-right: 10px;
}
.block-3{
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-top: 80px;
	margin-bottom: 80px;
}
.block-3 .tab-content{
	padding: 50px 40px;
	/* margin-bottom: 60px; */
	border-left: 2px solid #dddddd;
	width: 75%;
	float: left;
}
#tab-review #review i{
	color: #f9ba48;
}
#tab-review #review{
	max-height: 300px;
	overflow: auto;
}
.block-3 .tab-content .tab-pane #review,
.block-3 .tab-content .tab-pane:not(#tab-review){
	max-height: 300px;
	overflow: auto;
	padding: 0 25px;
	line-height: 28px;
}
.block-3 .tab-content .tab-pane#tab-review{
	padding: 0 25px;
}
.block-3 .nav-tabs{
	width: 25%;
	float: left;
	border: none;
	margin: 0;
}
.block-3 .nav-tabs li.active a{
	border-color: transparent transparent #82b440 transparent !important;
	border-width: 2px !important;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #82b440;
	background: none !important;
}
.block-3 .nav-tabs li a{
	color: #505050;
	border-radius: 0px;
	margin: 0;
	padding: 18px 30px;
	background: none !important;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	border: none !important;
	border-bottom: 1px solid #dddddd !important;
	/* font-family: 'Montserrat', sans-serif; */
}
.block-3 .nav-tabs li:last-child a{
	/* border-right: none !important; */
}
.block-3 .nav-tabs li{
	text-align: right;
	float: none;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
.box-timer .countdown-period{
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}
.box-timer .countdown-section:not(:last-child){
	margin-right: 1px;
}
.box-timer .countdown-section .countdown-amount{
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	line-height: 1;
	margin: 0px 0 3px;
	display: block;
}
.box-timer .countdown-section{
	float: left;
	width: 100%;
	border-radius: 0px;
	border: none;
	padding: 20px 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	text-align: center;	
	background: #82b440;
}
.product-layout:hover .box-timer{
	/* opacity: 1; */
}
.even .box-timer{
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
}
.box-timer{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	text-align: center;
	/* opacity: 0; */
}
.price-countdown2 .product-inner,
.price-countdown2 .image{
	background: #fff;
}
.price-countdown2 .tt-product .product-layout.even .product-thumb{
	padding-left: 0px;
	padding-right: 70px;
}
.price-countdown2 .tt-product .product-layout .product-thumb{
	background: none;
	position: relative;
	padding-left: 70px;
}
.price-countdown2 .tt-product{
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 21%;
}
.price-countdown2 .owl-nav > .owl-next{
	right: 70px;
}
.price-countdown2 .owl-nav > .owl-prev{
	right: 90px;
}
.price-countdown2 .module-title::before{

}
.price-countdown2 .module-title{
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: none;
	padding-left: calc(21% + 70px);
}
.price-countdown2{
	background: url('../image/bg-countdown.png') center no-repeat;
	padding: 150px 0 80px;
	min-height: 796px;
	background-size: cover;
}
/* footer */
#back-top:hover{
	background: rgba(130, 181, 63, 1)
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	background: rgba(130, 181, 63, .8);
	text-align: center;
	cursor: pointer;
	z-index: 999;
}
#back-top i{
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
footer{
	background: #f9f9fb;
}
.title-footer{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	padding-bottom: 10px;
	margin: 0 0 14px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	/* font-family: 'Montserrat', sans-serif; */
}
.col-f li a:hover{
	color: #82b53f
}
.top-footer ul{
	margin: 0;
}
.small-icon.col-f li i{
	font-size: 6px;
}
.col-f li i{
	margin-right: 7px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	vertical-align: top
}
.col-f li a{
	color: #fff;
	line-height: 24px;
}
.top-footer{
	padding: 40px 0 0;
	background: #383838;
}
.bottom-footer{	
	padding: 17px 0;
	/* float: left; */
	/* width: 100%; */
}
.copyright-text a{
	color: #999999;
}
.copyright-text{
	color: #5b5b5b;
	font-size: 13px;
	text-align: left;
	text-transform: capitalize;
	margin: 5px 0 0;
	float: left;
}
.payment{
	text-align: center;
	float: right;
}
.payment-img{
	float: right;
}
.category-module{
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 20px 15px;
}
.category-module h3{
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	width: 100%;
	padding: 0px;
	margin: 0 0 5px 0;
	line-height: 24px;
	padding-bottom: 5px;
}
.category-module ul ul{
	padding-left: 20px;
}
.category-module ul {
    margin: 0;
}
.category-module li{}
.category-module li a.active{
	color: #82b53f
}
.category-module li a{}
.category-module li{
	padding: 0;
	display: block;
	text-transform: capitalize;
	color: #6c6c6c;
	font-size: 13px;
	line-height: 35px;
}
.related-products{
	clear: both;
}
.related-products  .product-des{
	display: none;
}
.featured-cat-thumb .owl-theme .owl-nav [class*="owl-"]{
	top: -67px;
	margin-right: -300px;
	border: 1px solid #cbcbcb !important;
}
.featured-cat-thumb{
	margin: 55px 0 60px;
}
.featured-categories-container .featured-categories-contents{
	padding: 0;
	width: 48.68%
}
.featured-cat-thumb .module-title{
	margin: 0 0 35px 0;
}
.featured-categories-container .row{
	margin: 0;
}
.featured-categories-container .module-image{
	padding: 0;
	width: 25.66%;
	border: 1px solid rgba(0,0,0,.1);
	float: left;
}
.featured-categories-container .module-image.module-image2{
	float: right;
}
.owl-featured-categories .fcategory-content:last-child .content-thumb{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.owl-featured-categories .content-thumb:hover img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.owl-featured-categories .content-thumb{
	border-top: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	text-align: center;
}
.owl-featured-categories .content-thumb .name{
	display: none;
}
/* custom-category */
.products-container .two-items:nth-child(2n+1),
.products-container .three-items:nth-child(3n+1),
.products-container .four-items:nth-child(4n+1),
.products-container .five-items:nth-child(5n+1){
	clear: both;
}
.custom-category .product-grid  .product-des{
	display: none;
}
.toolbar{
	position: relative;
	float: left;
	width: calc(100% - 15px );
	margin-bottom: 25px;
	padding: 0 0 25px 0;
}
.toolbar::before{
	content: "";
	background: rgba(0,0,0,.1);
	height: 1px;
	left: 15px;
	right: 0;
	bottom: 0;
	position: absolute;
}
.toolbar .btn:hover,
.toolbar .btn.active{
	/* border-color: #212121; */
	background: #82b53f;
	color: #fff;
}
.toolbar .btn{
	width: 40px;
	height: 40px;
	color: #393939;
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.toolbar .form-group > *{
	margin: 5px 0;
	height: 30px;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.toolbar .form-group select{
	border: 1px solid #e5e5e5;
	margin-left: 10px;
	text-align: center;
}
.toolbar .form-group{
	margin: 0;
	height: 40px;
	color: #404040;
	
}
.toolbar .text-right,
.toolbar .pagination{
	margin: 50px 0 0;
	padding-right: 0;
}
.pagination{
	margin: 0;
	display: block;
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
    /* border-color: #212121 !important; */
    background-color: #82b53f !important;
    color: #fff !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 0px !important;
	background: #f5f5f5 !important;
	color: #393939 !important;
	font-size: 16px;
	padding: 0 5px;
	margin: 2px;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
}
.custom-category .products-container{
	margin: 0 -5px;
}
.custom-category .product-layout{
	padding: 0 5px;
}
.custom-category .product-list .price{
	min-height: auto;
	margin: 15px 0;
}
.custom-category .product-list .btn-compare,
.custom-category .product-list .btn-wishlist{
	/* max-width: 100px; */
	/* height: 40px; */
	/* display: inline-block; */
}
.custom-category .product-list .action-link2 button{
	float: left;
}
.custom-category .product-list .action-link2 button:not(:last-child){
	margin-right: 15px;
}
.custom-category .product-list .btn-cart{
	display: inline-block;
	width: auto;
	padding: 0 15px;
}
.custom-category .product-list .product-name{
	/* margin-bottom: 10px; */
}
.custom-category .product-list .product-name a{
	/* color: #363636; */
	font-size: 20px;
	/* font-weight: 700; */
}
.custom-category .product-list .product-thumb .product-inner{
	padding-top: 25px;
	padding-left: 30px;
}
.custom-category .product-list .product-thumb .image{
	padding-right: 0;
}
.custom-category .product-list:not(:first-child) .product-thumb::before{
	/* content: ""; */
	/* position: absolute; */
	/* background: rgba(0,0,0,.1); */
	/* height: 1px; */
	/* left: 15px; */
	/* right: 15px; */
	/* width: calc(100% - 30px); */
	/* top: 0; */
}
.custom-category .product-list:first-child .product-thumb{
	padding: 15px 0 35px 0;
}
.custom-category .product-list .product-thumb{
	margin: 0 -15px;
	padding: 30px 0;
	position: relative;
}
.custom-category .product-grid .product-thumb{
	margin: 5px 0;
}
.testimonial-container .testimonial-box{
	text-align: center;
	padding-right: 18.3%;
}
.testimonial-container .testimonial-author{
	color: #82b440;
	font-weight: 900;
	font-size: 24px;
	line-height: 20px;
	display: block;
	text-transform: capitalize;
	margin-top: 30px;
}
.testimonial-container .testimonial-text{
	font-size: 24px;
	color: #fff;
	font-style: italic;
	line-height: 28px;
}
.testimonial-container .testimonial-content{
	padding: 140px 0 100px;
	float: left;
	width: 100%;
}
.testimonial-container{
	background: url('../image/bg-testimonial.jpg') center no-repeat;
}
/* responsive */
@media(max-width: 1024px){
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	.logo-container{
		width: 100%;
		text-align: center;
		padding: 10px 15px;
	}
	#logo a{
		display: inline-block;
	}
	/* #instagram_block_home .row_items a img{ */
		/* max-width: 100%; */
	/* } */
	/* #instagram_block_home .row_items a{ */
		/* width: 33%; */
		/* padding: 0; */
		/* margin: 0; */
	/* } */
	#cart,
	.search-containers{
		margin: 0px 0 20px;
	}
	.custom-category .product-list .product-thumb .product-inner{
		padding-top: 0;
	}
}
@media(max-width: 991px){
	.container-fix{
		border-bottom: 0;
	}
	.bk-txt-callus span span{
		font-size: 12px;
	}
	#subscribe .btn{
		margin-top: 20px;
	}
	.products-container .two-items:nth-child(2n+1),
	.products-container .three-items:nth-child(3n+1),
	.products-container .four-items:nth-child(4n+1),
	.products-container .five-items:nth-child(5n+1){
		clear: none;
	}
	.products-container .product-grid.item-inner{
		width: 50%;
	}
	.products-container .item-inner:nth-child(2n+1) {
		clear: both;
	}
	.toolbar > div:nth-child(2n+1){
		clear: both;
	}
	.bk-txt-callus i{
		display: none;
	}
	.main-menu .container{
		padding-left: 0;
	}
	.contact-static .text-content p{
		font-size: 12px;
	}
	.copyright-text{
		margin-bottom: 10px;
	}
	.copyright-text,
	.payment{
		width: 100%;
		text-align: center;
	}
	#button-cart2, #button-cart{
		margin-top: 20px;
		clear: both;
	}
	.banner-4 .text-content h3{
		font-size: 20px;
		margin: 0 0 25px 0;
	}
	.banner-4 .text-content{
		padding: 0;
	}
	.banner-4 .text-content a{
		margin-top: 20px;
	}
	.price-countdown2{
		background: #f2f2f2;
		padding: 50px 0;
		min-height: auto;
	}
	.price-countdown2 .tt-product{
		padding: 0 15px;
	}
	.price-countdown2 .module-title{
		padding: 0 15px;
	}
	.price-countdown2 .owl-nav > .owl-next{
		right: 85px;
	}
	.price-countdown2 .owl-nav > .owl-prev{
		right: 105px;
	}
}
@media(max-width: 768px){
	.owl-style2 .owl-theme .owl-nav{
		display: none !important;
	}
}
@media(max-width: 767px){
	.banner-4 .text-content li::before{
		display: none;
	}
	.testimonial-container .testimonial-text{
		font-size: 14px;
	}
	.owl-theme .owl-dots,
	.owl-theme .owl-nav{
		display: none !important;
	}
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.top-footer .col-f:nth-child(2n+1){
		clear: both;
	}
	.top-footer .col-f{
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.top-footer .col-f:not(:last-child){
		/* margin-bottom: 30px; */
	}
	.search-containers{
		width: 50%;
		/* padding: 0 15px; */
	}
	.middle-header .block-right {
		width: 50%;
		padding: 0 15px;
	}
	.toolbar .text-right, .toolbar .pagination{
		width: 100%;
		clear: both;
	}
	.banner-4 .text-content{
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		text-align: center !important;
		padding: 20px 0;
	}
	.banner-4 .row-2 .pull-right{
		float: none !important;
	}
	.banner-4 .text-content.abs-right li::before{
		display: none;
	}
	.testimonial-container{
		background: #222
	}
	.testimonial-container .testimonial-content{
		padding: 50px 0;
	}
	.testimonial-container .testimonial-box{
		padding: 0 15px;
	}
}
@media(max-width: 680px){
	
}
@media(max-width: 640px){
	.top-header .nav-top > ul{
		text-align: center;
	}
	.top-header .row1 > div{
		width: 100%;
	}
	.top-header .nav-top > ul li .dropdown-menu{
		min-width: 140px;
	}
	.contact-static .row > div:last-child ul{
		text-align: left;
	}
	.contact-static .row > div{
		width: 100%;
		margin-bottom: 10px;
	}
	#subscribe_email{
		width: 100%;
		margin-right: 0;
	}
}
@media(max-width: 560px){
	.products-container .product-grid.item-inner{
		width: 100%;
	}
	.products-container .image{
		margin-bottom: 10px;
	}
	.products-container .image,
	.products-container .product-inner{
		width: 100%;
		padding: 0 15px !important;
	}
	.search-containers{
		width: 100%;
		padding: 0 15px;
	}
	.middle-header .block-right {
		width: 100%;
		padding: 0 15px;
	}
	.block-3 .nav-tabs li{
		text-align: left;
	}
	.block-3 .nav-tabs li a{
		padding: 10px 0;
	}
	.block-3 .tab-content{
		border-left: none;
		padding: 30px 0;
	}
	.block-3 .tab-content,
	.block-3 .nav-tabs{
		width: 100%;
	}
	.main-menu,
	.bk-txt-callus{
		width: 100%;
	}
	#cart{
		text-align: center;
		margin-top: 0;
	}
	#cart > button{
		float: none;
		display: inline-block;
	}
	#cart .dropdown-menu{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media(max-width: 480px){
	#cart .dropdown-menu{
		min-width: 300px;
	}
	.static-policy .col{
		width: 100%;
	}
	.top-footer .col-f{
		width: 100%;
	}
	.bk-txt-callus .text-content{
		float: none;
	}
	.bk-txt-callus{
		text-align: center;
	}
	
}
@media(max-width: 360px){
	
}