@font-face {
    font-family: 'texgyreadventorbold';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
body {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #232323;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #232323;
	line-height: 1;
	text-transform: capitalize;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #232323;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #6c8e01;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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;
}
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: #6c8e01;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #6c8e01;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #6c8e01;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #6c8e01;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #6c8e01;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6c8e01;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6c8e01;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6c8e01;
}
.tooltip-inner{
	background: #6c8e01;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.product-grid .layout1:hover .actions-link2,
.banner-ourbrands .owl-carousel .owl-item img, .tabs li:hover, .cmsblock .col-img img,
#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{
	-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: #6c8e01 !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: #ebebeb !important;
	padding: 0px 30px;
	text-transform: capitalize;
	font-size: 12px;
	color: #464646 !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	font-weight: 700;
}
#button-voucher,
#button-coupon{
	height: 34px;
	margin-left: 10px;
	border-radius: 3px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 1000000;
}
/* newsletter popup */
.b-close{
	display: block;
}
.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;
	letter-spacing: 3px;
	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: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* newsllter */
.newletter-subscribe-container{
	text-align: center;
	padding: 100px 0;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
#dialog-normal .newletter-title h3{
	font-size: 30px;
	color: #fff;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: 700;
}
#dialog-normal .newleter-content label{
	font-size: 12px;
	color: #999999;
}
#dialog-normal .newletter-title label{
	color: #bebebe;
	margin: 0;
}
#dialog-normal .newletter-title{
	vertical-align: middle;
	position: relative;
}
#dialog-normal .newleter-content{
    vertical-align: middle;
    position: relative;
	padding: 0 25%;
	margin-top: 60px;
}
#subscribe_email-normal{
	background: #303031;
	border: 1px solid #424242;
	border-radius: 40px;
	display: inline-block;
	padding: 0 190px 0 20px;
	height: 50px;
	width: 100%;
	color: #7b7b7b;
}
#subscribe_email-normal::-webkit-input-placeholder{
  color: #7b7b7b;
}
#subscribe_email-normal::-moz-placeholder{
  color: #7b7b7b;
}
#subscribe_email-normal:-ms-input-placeholder{
  color: #7b7b7b;
}
#subscribe_email-normal:-moz-placeholder {
  color: #7b7b7b;
}
#subscribe-normal .btn:hover{
	background: #444 !important;
	color: #fff !important;
}
#subscribe-normal .btn{
	border-radius: 40px;
	background: #6c8e01 !important;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 0 50px;
	height: 50px;
	color: #fff !important;
	border: none;
	float: right;
	position: relative;
	z-index: 1;
	margin-top: -50px;
}
#subscribe-normal .btn:hover{
	background: #70e114;
}
#notification-normal{
	position: absolute;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #fff;
	text-align: center
}
.wrapper{
	padding: 30px;
	position: relative;
}
header{
	padding: 30px 0;
}
.main-menu{
	margin-top: 17px;
}
@media(min-width: 1025px){
	.common-home header{
		position: absolute;
		top: 30px;
		left: 30px;
		right: 30px;
		z-index: 113;
		background: none;
	}
}
body:not(.common-home) header{
	background: url('../image/bg-header.jpg') center no-repeat;
	float: left;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
}
/* setting */
.setting{
	position: relative;
}
.setting > button{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.setting > button i{
	color: #9a9a9a;
	font-size: 17px;
	line-height: 19px;
}
.setting > button:hover i{
	color: #6c8e01;
}
/* search */
.search-container{
	float: right;
	position: relative;
	z-index: 113;
}
#search > i{
	color: #9a9a9a;
	font-size: 17px;
}
#search{
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	width: 250px;
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.01)
}
.search-container i:hover{
	color: #6c8e01 !important
}
.search-container i.pe-7s-close{
	opacity: .8
}
.search-container i{
	color: #9a9a9a;
	font-size: 17px;
	cursor: pointer;
	line-height: 21px;
}
#search > i{
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 3;
	line-height: 40px;
}
#search > input{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 40px 0 15px;
	background: none;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
#search > input::-webkit-input-placeholder{
  color: #fff;
}
#search > input::-moz-placeholder{
  color: #fff;
}
#search > input:-ms-input-placeholder{
  color: #fff;
}
#search > input:-moz-placeholder {
  color: #fff;
}
#subscribe-normal .btn:hover{
	background: #444 !important;
	color: #fff !important;
}
#search > button:hover i,
#search > i:hover{
	color: #6c8e01;
}
#search > button i{
	color: #fff;
}
#search > button{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	font-size: 25px;
	position: absolute;
	top: 5px;
	right: 10px;
	line-height: 1;
	color: #fff;
	background: none !important;
	z-index: 2;
}
#search > button.expand-search2{
	opacity: 1;
	z-index: 4;
}
#search.expand-search > i:hover{
	color: #6c8e01;
}
#search.expand-search > i{
	color: #fff
}
#search.expand-search > input{
	max-width: 250px;
	padding: 0 0 0 20px;
	background: #222;
	margin-top: -10px;
	color: #fff;
}
/* blog */
#blog_home{
	margin-bottom: 150px;
	background: url('../image/bg-blog.jpg') center;
	padding: 100px 80px;
}
#blog_home .row_items .articles-inner{
	margin: 21px 0 0 0;	
	padding-bottom: 27px;
}
@media(max-width: 1400px){
	#blog_home{
		padding: 30px 50px 0;
	}	
	#blog_home .blog-title h2{
		font-size: 30px;
	}
	#blog_home .blog-title{
		margin-bottom: 15px;
	}
	#blog_home .row_items .articles-inner{
		padding-bottom: 24px;
	}
}
#blog_home .owl-carousel .owl-item {
    padding: 0 15px;
}
#blog_home .aritcles-content .author-name{
	color: #6c8e01;
	text-transform: capitalize;
}
#blog_home .aritcles-content .articles-date{
	color: #959595;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}
#blog_home .aritcles-content .articles-intro{
	line-height: 24px;
	margin: 10px 0;
	color: #606060;
}
#blog_home .aritcles-content .readmore a:hover{
	color: #6c8e01;
}
#blog_home .aritcles-content .readmore{
	display: none;
}
#blog_home .aritcles-content .readmore a{
	color: #a4a4a4;
	font-size: 14px;
	text-transform: capitalize
}
#blog_home .aritcles-content .articles-name:hover{
	color: #6c8e01;
}
#blog_home .aritcles-content .articles-name{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #2e2e2e;
}
#blog_home .link-all i{
	font-size: 10px;
	margin-left: 3px;
}
#blog_home .link-all:hover i,
#blog_home .link-all:hover{
	color: #6c8e01;
}
#blog_home .link-all{
	float: right;
	margin-top: -40px;
	font-size: 12px;
	color: #969696;
	text-transform: capitalize;
}
#blog_home .articles-inner .articles-image{
	display: none;
}
#blog_home .row_items .articles-inner:not(:last-child){
	border-bottom: 1px solid #e7e6e6;
}
#blog_home .row_items .articles-inner:first-child{
	margin: 0;
}
#blog_home .articles-inner .articles-image img{
	border-radius: 5px;
}
#blog_home .aritcles-content{
	text-align: center;
}
#top{
	border-radius: 0;
	padding: 15px;
	margin: 0;
}
#form-language ul  li,
#form-currency ul  li{
	display: block;
}
#form-language ul button,
#form-currency ul button{
	text-align: left;
	padding: 0;
	border: none;
	margin: 0;
	color: #888;
}
#form-language ul button:hover,
#form-currency ul button:hover{
	color: #6c8e01
}
#top-links ul,
#form-language ul,
#form-currency ul{
	list-style: none;
	padding-left: 20px;
}
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #232323;	
	display: block;
}
#top > .container > ul:first-child{
	padding: 12px 0;
}
#top > .container > ul:first-child > li{
	padding: 0;
}
#top > .container > ul:first-child > li >span:not(.text-ex){
	color: #6c8e01;
}
#top > .container > ul:last-child{
}
#top.text-ex{
	padding: 12px 0px;
	margin-right: 5px;
	font-size: 13px;
}
.top-links{
	margin: 0;
}
.top-links > li:not(:last-child){
	margin-bottom: 10px;
}
#top-links a,
#top .btn-link{
	padding: 12px 0;
	border: none;
	box-shadow: none;
	color: #3d3d3d;
	font-size: 13px;
	line-height: 20px;
}
#top> li{
	padding: 0 20px;
	position: relative;
}
#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button{
	padding: 5px 0;
	display: block;
}
#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected{
	color: #6c8e01;
	text-decoration: none;
}
.logo-container{
	margin: 0;
	padding: 0 0 0 30px;
}
#logo a{
	display: inline-block;
}
#cart{
	float: right;
	width: auto;
}
#cart-total{
	font-weight: 700;
	color: #9a9a9a;
	padding-left: 10px;
	font-size: 14px;
	text-transform: capitalize;
	float: left;
	line-height: 21px;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart > button > i{
	background: url('../image/bg-cart.png') center top no-repeat;
	width: 22px;
	height: 19px;
	display: inline-block;
	float: left;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu{
	border: none;
	border-radius: 0px;
	box-shadow: 0  0 20px 5px rgba(0,0,0,.1);
	min-width: 300px;
	margin: 20px 0 0 0;
	padding: 10px;
	top: 100%;
}
#cart-total .item-cart{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #6c8e01;
	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 img{
	border: 1px solid #efefef
}
#cart .dropdown-menu {
    padding: 25px 20px 0 20px;
}
#cart .cart-empty{
	padding-bottom: 25px;
}
#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;
	color: #bababa;
	border: none;
	font-size: 14px;
	line-height: 1;
	padding: 0;
	vertical-align: top;
}
#cart .cart-quantity{
	color: #969696;
	font-size: 12px;
	margin: 8px 0 !important;
}
#cart .cart-name:hover{
	color: #6c8e01;
}
#cart .cart-name{
	color: #232323;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
#cart .cart-price{
	font-size: 20px;
	color: #6c8e01;
	font-weight: 700;
}
#cart .cart-button{
	background: #292929;
	margin: 0 -20px !important;
	padding: 40px 20px;
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button a{
	border: 2px solid #fff;
	background: none;
	color: #fff;
	height: 42px;
	line-height: 38px;
	text-align: center;
	padding: 0 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
	border-radius: 3px;
	font-weight: 700;
}
#cart p.cart-button a:hover{
	border-color: #6c8e01;
	background: #6c8e01;
}
#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,.06);
}
#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{
	font-size: 14px;
	color: #3e3d43;
	text-transform: capitalize;
	font-weight: 700;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 20px;
	color: #6c8e01;
	font-weight: 700;
}
.cart-container {
    /* padding: 40px 15px 0 0; */
}
.unvisible{
	display: none;
}
.block-right > div:not(:first-child){
	border-right: 1px solid rgba(255,255,255,.1);
	padding: 0 20px;
}
.block-right > div:last-child{
	padding-left: 0;
}
.block-right > div:first-child{
	padding-left: 20px;
}
.block-right{
	padding-right: 30px;
	margin-top: 40px;
	/* width: 270px; */
}
@media(max-width: 1400px){
	.main-menu{
		/* float: left; */
		/* width: calc(100% - 8.33333333% - 270px); */
	}
	.main-menu > .row > .container{
		width: 100%;
		padding: 0;
	}
	.main-menu > .row{
		margin: 0;
	}
}
.fix-header{
	top: 0;
	position: fixed !important;
	background: rgba(0,0,0, .9);
	width: 100%;
	left: 0;
	z-index: 9998;
	margin: 0;
}
.fix-header.fix-header-act{
	background: rgba(0,0,0, 1);
}
/* cms block */
.aboutusf-container{
	padding-left: 0;
}
.about-static-footer ul li span{
	text-transform: capitalize;
}
.about-static-footer ul li i{
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.about-static-footer ul li:not(:last-child){
	margin-bottom: 20px;
}
.about-static-footer ul li{
	color: #7b7b7b;
	letter-spacing: .025em;
}
.about-static-footer .short-about-us{
	line-height: 24px;
	color: #fff;
	letter-spacing: .025em;
	margin-bottom: 20px;
	margin-top: -5px;
}
.about-static .text-readmore i{
	margin-left: 15px;
	font-size: 20px;
	vertical-align: top;
}
.about-static .text-readmore:hover{
	background-color: #6c8e01;
	color: #fff;
}
.about-static .text-readmore{
	color: #6c8e01;
	font-size: 16px;
	border: 2px solid #6c8e01;
	border-radius: 40px;
	padding: 12px 30px;
	display: inline-block;
	font-weight: 700;
}
.about-static ul{
	list-style: none;
	padding: 0;
	margin: 0 0 45px 0;
}
.about-static ul li i{
	margin-right: 25px;
	color: #6c8e01;
	font-size: 13px;
}
.about-static ul li{
	letter-spacing: .05em;
	line-height: 30px;
}
.about-static p{
	line-height: 30px;
	margin: 0 0 20px 0;
}
.about-static h3{
	font-size: 14px;
	color: #838383;
	text-transform: uppercase;
	letter-spacing: .5em;
	margin: 25px 0 30px 0;
}
.about-static h1::before{
	content: "";
	position: absolute;
	border: 5px solid rgba(225, 225, 225, 0.5);
	width: 90px;
	height: 90px;
	bottom: 0px;
	left: -60px;
	z-index: -1;
}
.about-static h1{
	color: #232323;
	font-size: 375%;
	font-weight: 900;
	text-transform: capitalize;
	margin: 0;
	position: relative;	
	z-index: 1;
	line-height: .8;
}
.about-static h4{
	color: #6c8e01;
	font-size: 187.5%;
	font-weight: 900;
	text-transform: capitalize;
	margin: 0;
	position: relative;	
	z-index: 2;
}
.about-static .text-content{
	padding-left: 0;
	width: 40%;	
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media(min-width: 1400px){
	.about-static  > .container{
		width: 100%;
		padding: 0;
	}
	.about-static .text-content{
		padding-left: 8.33333333%;
	}
	.about-static h1::before{		
		width: 135px;
		height: 135px;
		left: -105px;
	}
}
.about-static{
	font-size: 16px;
	margin-bottom: 150px;
	position: relative;
}
.banner-3 .text-readmore i{
	margin-left: 10px;
	vertical-align: top;
	font-size: 18px;
	vertical-align: bottom;
}
.banner-3 .text-readmore:hover{
	background: #6c8e01;
	border-color: #6c8e01;
	color: #fff;
}
.banner-3 .text-readmore{
	font-weight: 700;
	color: #232323;
	border: 2px solid #232323;
	border-radius: 40px;
	padding: 9px 25px;
}
.banner-3 ul li i{
	color: #232323;
	margin-right: 20px;
}
.banner-3 ul li{
	color: #6f6f6f;
	letter-spacing: .05em;
	line-height: 30px;
}
.banner-3 ul{
	padding: 0;
	margin: 0 0 50px 0;
	list-style: none;
}
.banner-3 p{
	color: #232323;
	letter-spacing: .05em;
	line-height: 30px;	
	margin: 30px 0 20px 0;
}
.banner-3 h1{
	color: #f68803;
	font-size: 450%;
	font-weight: 900;
	line-height: 1;
	text-transform: capitalize;
	margin: 0;
}
.banner-3 h4{
	color: #232323;
	font-size: 187.5%;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	margin: 0;
}
.banner-3 .text-content{
	width: 40%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
}
@media(min-width: 1400px){
	.banner-3  > .container{
		width: 100%;
		padding: 0;
	}
	.banner-3 .text-content{
		padding-left: 8.33333333%;
	}
}
.banner-3{
	position: relative;
	margin-bottom: 150px;
}
.col-img{
	text-align: center;
}
.socialf-container{
	padding: 0;
}
.social-footer ul{
	margin: 0;
}
.social-footer .list-unstyled li:last-child i{
	margin: 0;
}
.social-footer .list-unstyled li i:hover{
	border-color: #6c8e01;
	color: #6c8e01;
}
.social-footer .list-unstyled li i{
	color: rgba(255,255,255,.5);
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid rgba(255,255,255,.4);
	font-size: 12px;
}
.social-footer .list-unstyled li{
	display: inline-block;
	text-align: center;
}
.about-static  .short-aboutus{
	margin: 25px 0 20px;
	line-height: 24px;
}
.info-contactus li span{
	font-weight: 700;
	text-transform: capitalize;
}
.info-contactus li{
	line-height: 24px;
}
.cmsblock .col-img  img{
	/* border-radius: 5px; */
}
.cmsblock .col-img:hover img{
	opacity: .8;
}
.banner-2 .col-img {
	margin-bottom: 150px;
}
.banner-1{
	margin-bottom: 140px;
}
.static-policy{
	float: left;
	width: 100%;
	background: #f3f3f3 url('../image/bg-policy.jpg') center no-repeat;
	padding: 145px 0;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	margin-bottom: 150px;
}
.static-policy .col{
	/* background: url('../image/bg-item-policy.png') center no-repeat; */
	/* background-size: contain; */
	/* min-height: 336px; */	
}
.static-policy .text-content{
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 30px;
}
.static-policy .text-content img{
	margin-bottom: 20px;
}
.static-policy .text-content p{
	text-transform: capitalize;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #a3a3a3
}
.static-policy .text-content h2{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 25px 0;
	font-weight: 700;
	text-transform: capitalize;
}
.static-policy .col-img{
	position: relative;
}
.static-policy .col:hover .text-content h2{
	color: #6c8e01;
}
.static-policy .col:hover .col-img .hover{
	opacity: 1;
}
.static-policy .col-img .hover{
	opacity: 0;
}
.static-policy .col-img img{
	/* position: absolute; */
	left: 0;
	top: 0;
}
/* owl carousel */
.owl-products .owl-carousel{
	padding: 0 70px;
}
.owl-products .owl-wrapper-outer{
	width: 100.3%;
}
.owl-products .owl-wrapper .active.first{
	border-left: 1px solid #ebebeb
}
.owl-products .owl-wrapper .active{
	border-right: 1px solid #ebebeb
}
.owl-carousel .owl-item{
	padding: 0 15px;
}
.featured-cat-thumb .owl-pagination{
	margin-top: 75px;
}
.owl-pagination{
	text-align: center;
}
.owl-pagination .owl-page{
	display: inline-block;
	line-height: 1;
}
.owl-pagination .owl-page:hover span,
.owl-pagination .owl-page.active span{
	background: #6c8e01;	
}
.owl-pagination .owl-page.active span{
	width: 30px;
	border-radius: 5px
}
.owl-pagination .owl-page span{
	width: 8px;
	height: 8px;
	background: #d7d7d7;
	border-radius: 100%;
	display: inline-block;
	margin: 0 8px;
}
.owl-carousel:hover .owl-buttons > div{
	opacity: 1;
}
.owl-buttons > div{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;	
	border-radius: 100%;
	border: 5px solid #ebebeb;
	color: #aaaaaa;
	opacity: 0;
}
.owl-products .owl-buttons > .owl-next{
	right: 45px;
}
.owl-buttons > .owl-next{
	right: 0;
}
.owl-products .owl-buttons > .owl-prev{
	left: 45px;
}
.owl-buttons > .owl-prev{
	left: 0;
}
.owl-buttons > div:hover{
	color: #6c8e01;
	border-color: #6c8e01;
}
.owl-buttons > div i{
	font-size: 18px;	
	line-height: 40px;
}
.owl-style2:hover .owl-buttons > div{
	transform: scale(1);
}
.owl-style2 .owl-buttons{
	position: static;
	width: auto;
	margin: 0;
	
}
.owl-style2 .owl-buttons > div:hover i{
	color: #6c8e01;
}
.owl-style2 .owl-buttons > div i{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
}
.owl-style2 .owl-buttons > div:hover{
	border-color: #6c8e01;	
}
.owl-style2 .owl-buttons > div{
	position: absolute;
	border: 1px solid #ebebeb;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	top: 50%;
	margin-top: -15px;
	transform: scale(0);
}
.owl-style2 .owl-buttons > div.owl-next{
	right: 0;
}
.owl-style2 .owl-buttons > div.owl-prev{
	left: 0;
}
/* porudcut layout */
.row_items .layout2:not(:last-child){
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.product-name{	
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 25px 0;
	line-height: 1;
	height: 30px;
    overflow: hidden;
}
.product-name a:hover{
	color: #6c8e01 !important;
}
.layout2 .product-name{
	margin-bottom: 10px;
}
.product-name a{
	color: #232323;
	line-height: 1;
	display: inline-block;
}
.product-grid .layout1:hover .price{
	opacity: 0;
}
.layout2 .price{
	margin: 0;
	font-size: 16px;
}
.custom-products .price{
	margin-bottom: 25px;
}
.price{
	color: #6c8e01;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 18px 0;
}
.price-old{
	color: #acacac;
	text-decoration: line-through;
	margin-left: 5px;
}
.ratings .rating-box div[class^="rating"]{
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 0;
	height: 12px;
	margin: 13px 0;
}
.product-grid .layout1 .ratings .rating-box div[class^="rating"]{
	background-position: center;
}
.ratings{
	margin-bottom: 14px;
}
.ratings .rating-box .rating0{
	background-image: url("../image/rating0.png")
}
.ratings .rating-box .rating1{
	background-image: url("../image/rating1.png")
}
.ratings .rating-box .rating2{
	background-image: url("../image/rating2.png")
}
.ratings .rating-box .rating3{
	background-image: url("../image/rating3.png")
}
.ratings .rating-box .rating4{
	background-image: url("../image/rating4.png")
}
.ratings .rating-box .rating5{
	background-image: url("../image/rating5.png")
}
.image > a{
	display: block;
}
.image > a,
.image{
	position: relative;
}
.img-r{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.layout2.product-layout:hover img{
	opacity: 1;
}
.product-layout:hover img{
	opacity: .2;
}
.product-layout:hover .img-r + img{
	opacity: 0;
}
.layout2.product-layout:hover .img-r{
	opacity: 1;
}
.product-layout:hover .img-r{
	opacity: .2;
	z-index: 0;
}
.product-list .actions-link .btn-wishlist,
.product-grid .actions-link2 .btn-wishlist,
.product-list .actions-link .btn-compare,
.product-grid .actions-link2 .btn-compare{
	display: none;
}
.actions-link{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	width: 43px;
}
.product-thumb:hover .actions-link{
	z-index: 0;
}
.btn-compare span,
.btn-wishlist span{
	display: none;
}
.btn-wishlist,
.btn-compare,
.btn-quickview{
	display: inline-block;
	width: 43px;
	height: 43px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 43px;
	border-radius: 100%;
	background: #464646;
	margin-bottom: 7px;
}
.product-list .btn-wishlist,
.product-list .btn-compare{
	background: #ebebeb;
	color: #acacac;
	float: left;
	margin-right: 15px;
}
.btn-wishlist:hover,
.btn-compare:hover,
.btn-quickview:hover{
	background: #6c8e01;
	color: #fff;
}
.btn-quickview span{
	font-size: 0;
}
.qv-button-container{
	display: inline-block;
}
.btn-quickview{
	border: none;
	padding: 0;
}
.label-product{
	position: absolute;
	width: 36px;
	height: 36px;
	background: #6c8e01;
	border-radius: 100%;
	z-index: 1;
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 36px;
	top: 5px;
	right: 5px;
}
.label-product span::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: transparent transparent transparent #6c8e01;
	left: 0;
	bottom: 0
}
.label-product.l-sale{
	background: #f68803;
}
.label-product.l-sale span::before{
	border-color: transparent transparent transparent #f68803;
}
.label-product span{
	position: relative;
	width: 36px;
	height: 36px;
	display: block;
}
.btn-cart i{
	display: none;	
}
.btn-cart{
	background: #ebebeb url('../image/bg-btn-cart.png') no-repeat 30px center !important;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	padding: 0 30px 0 55px;
}
.btn-cart:hover span{
	background: none !important;
	color: #fff !important
}
.btn-cart span{
	background: none !important;
	padding: 0
}
.btn-cart:hover{
	background: #6c8e01 url('../image/bg-btn-cart-hover.png') no-repeat 30px center !important;
	color: #fff !important;
}
.tags-product{
	display: none;
}
.product-grid .layout1:hover .actions-link2{
	opacity: 1;
	bottom: -16px;
}
.product-grid .layout1 .actions-link2{
	position: absolute;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	opacity: 0;
}
.product-grid .layout1 .product-inner{
	text-align: center;
	position: relative;
}
.layout2{
	width: 100%;
	float: left
}
.layout2 .product-inner{
	width: 70%;
	float: left;
	padding-left: 20px;
}
.layout2 .image{
	width: 30%;
	float: left;
}
.module-title4{
	font-size: 16px;
}
.module-title4 h2 .word2{
	font-size: 200%;
	color: #232323;
	display: block;
}
.module-title4 h2{
	font-size: 150%;
	text-transform: capitalize;
	text-align: center;
	font-weight: 900;
	color: #6c8e01;
	margin: 0 0 45px 0;
}
.module-title3 h2{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 40px 0;
}
.module-title2{
	margin: 0 0 75px 0;
	font-size: 16px;
}
.module-title2 h2{
	font-size: 375%;
	color: #232323;
	font-weight: 900;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
}
.module-title h2{
	color: #6c8e01;
	font-size: 187.5%;
	text-transform: capitalize;
	font-weight: 900;
	margin: 0;
	position: relative;
	display: inline-block;
}
.module-title h2 .word2{
	font-size: 200%;
	color: #232323;
	display: block;
	line-height: .8;
}
.module-title{
	position: relative;
	margin: 0 0 60px 0;
	padding-left: 140px;
	font-size: 16px;
}
.module-title.text-right{
	padding-right: 135px;
	padding-left: 0;
}
.module-title.text-right::before{
	left: auto;
	right: 30px;
}
.module-title::before{
	content: "";
	position: absolute;
	border: 5px solid rgba(225, 225, 225, 0.3);
	width: 135px;
	height: 135px;
	bottom: 5px;
	left: 30px;
	z-index: 0;
}
@media(max-width: 1400px){
	.module-title2,
	.module-title4,
	.module-title{
		font-size: 80%;
	}
}
/* banner-ourbrands */
.banner-ourbrands{
	margin-bottom: 50px;
}
.banner-ourbrands .owl-carousel .owl-item:hover img{
	opacity: .9;
}
.banner-ourbrands .owl-carousel .owl-item{
	padding: 0;
}
.banner-ourbrands .module-title{
	display: none;
}
.banner-ourbrands .owl-item.active{
	position: relative;
}
.banner-ourbrands .owl-item.active::after{
	content: "";
	background: rgba(40,40,40,0.76);
	background: -moz-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,40,40,0.76)), color-stop(100%, rgba(40,40,40,0.31)));
	background: -webkit-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: -o-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: -ms-linear-gradient(top, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	background: linear-gradient(to bottom, rgba(40,40,40,0.76) 0%, rgba(40,40,40,0.31) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#282828', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 0;
}
.banner-ourbrands .owl-item.active::before{
	content: "";
	background: rgba(40,40,40,0.31);
	background: -moz-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,40,40,0.31)), color-stop(100%, rgba(40,40,40,0.76)));
	background: -webkit-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: -o-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: -ms-linear-gradient(top, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	background: linear-gradient(to bottom, rgba(40,40,40,0.31) 0%, rgba(40,40,40,0.76) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#282828', GradientType=0 );
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 50%;
}
/* testimonial */
.testimonial-containers .testimonial-images,
.testimonial-containers .box-testimonial{
	margin-bottom: 30px;
}
.testimonial-container{
	padding: 100px 70px;
	margin-bottom: 150px;
	background: #000000 url('../image/bg-testimonial.jpg') center center no-repeat;
	background-size: cover;
	min-height: 725px;
}
.testimonial-container .testimonial-box{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	letter-spacing: .05em;
	color: #fff;
	background: url('../image/bg-item-testimonial.png') center top no-repeat;	
	padding-top: 190px
}
@media(max-width: 1400px){
	.testimonial-container{
		background-size: contain;
		padding: 25px;
		min-height: auto;
	}
	.testimonial-container .testimonial-box{
		padding-top: 155px
	}
}
.testimonial-container .module-title{
	display: none;
}
.testimonial-container .testimonial-images{
	text-align: center;
	margin-top: 60px;
	background: url('../image/bg-img-author.png') no-repeat center;
	min-height: 98px;
	position: relative;
}
.testimonial-container .testimonial-images img{
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.testimonial-container .testimonial-box a{
	color: #fff;
}
.testimonial-container .testimonial-content{
	text-align: center;
}
/* footer */
#back-top:hover{
	background: rgba(108, 142, 1, 1)
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	background: rgba(108, 142, 1, .8);
	text-align: center;
	cursor: pointer;
}
#back-top i{
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
body:not(.common-home) footer{
	margin-top: 150px;
}
footer{
	background: url('../image/bg-footer.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.top-footer{
}
.middle-footer{
	padding: 90px 0;
}
.footer-title + .list-unstyled li a:hover{
	color: #6c8e01;
}
.footer-title + .list-unstyled li a{
	font-size: 14px;
	line-height: 36px;
	position: relative;
	color: #fff;
	letter-spacing: .025em;
}
.footer-title + .list-unstyled{
	margin: 0;
	padding: 0;
	margin-top: -10px;
}
.footer-title{
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.bottom-footer{
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 35px 0 25px;
}
.copyright-text a{
	color: #6c8e01;
}
.copyright-text{
	margin: 5px 0 0;
	color: #818181;
	font-size: 13px;
	padding: 0;
}
.payment-img{
	text-align: right;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	padding: 27px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #ebebeb;
}
.breadcrumbs .breadcrumb  a:hover,
.breadcrumbs .breadcrumb li:last-child a{
	color: #6c8e01;
}
.breadcrumb > li + li::before,
.breadcrumbs .breadcrumb a{
	color: #7e7e7e;
	font-size: 12px;
	text-transform: capitalize;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumbs{
	clear: both;
	background: #fff;
	margin-bottom: 60px;
}
/* category */
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
@media(min-width: 992px){
	.custom-products .two-items:nth-child(2n+1),
	.custom-products .three-items:nth-child(3n+1),
	.custom-products .four-items:nth-child(4n+1){
		clear: both;
	}
}
.toolbar{
	float: left;
	width: 100%;
	margin: 30px 0;
	border: 2px solid #ebebeb;
	padding: 15px;
}
.toolbar3 .btn-group{
	background: #fff;
}
.toolbar3{
	padding: 0;
}
.toolbar1{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
	background: #fff;
}
#input-sort,
#input-limit{
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	box-shadow: none;
	height: 30px;
	font-size: 12px;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #6c8e01 !important;
	border-color: #6c8e01;
}
#list-view{
	margin-right: 10px;
}
#list-view,
#grid-view{
	border: 2px solid #cccccc;
	border-radius: 0px;
	color: #cccccc;
	padding: 0 7px;
	background: none;
	line-height: 28px;
}
#list-view i,
#grid-view i{
	line-height: 28px;
}
.pagination{
	margin: 0;
	background: #fff;
}
.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 {
    background-color: #6c8e01 !important;
    color: #FFF !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 100% !important;
	background: #ebebeb !important;
	color: #6a6a6a !important;
	font-size: 18px;
	padding: 0 5px;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.custom-products .product-list .layout1 .product-intro .btn-cart i{
	display: none;
}
.custom-products .product-list .layout1 .product-intro .btn-cart{
	width: auto;
	height: auto;
	float: left;
	margin-right: 15px;
}
.custom-products .product-list .layout1 .product-intro .btn-cart span{
	display: block;
	line-height: 43px;
	height: 43px;
}
.custom-products .product-list .product-name{
	/* font-size: 18px; */
}
.custom-products .product-list:last-child .product-thumb{
	border: none;
}
.custom-products .product-list .product-thumb:hover{
	box-shadow: none;
}
.custom-products .product-list .product-thumb{
	float: left;
	width: 100%;
	padding: 25px 15px 40px;
	border-bottom: 1px solid #ebebeb;
}
.custom-products .product-layout{
	margin-top: 20px;
}
.custom-products.custom-products-row{
	margin: 0;
}
.custom-products{
	margin: 0 -15px;
}
.toolbar4{	
	margin: 0;
	margin-top: 30px;
	clear: both;
	float: left;
	width: 100%;
	border-top: 2px solid #e1e1e1;
	padding-top: 20px;
}
.toolbar4  .col-sm-6{
	padding: 0;
}
.toolbar4  .text-right{
	margin-top: 0px;
	font-size: 13px;
	color: #6a6a6a;
	background: #fff;
	width: auto;
	float: right;
}
/* product detail */
.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: #6c8e01 !important;
}
.col-1{
	margin-bottom: 30px;
}
.col-1 .thumbnails{
	/* border: 1px solid #edecec; */
}
.col-1 .thumbnail{
	padding: 0;
	border-radius: 0;
	border: none;
}
.image-additional-container{
	padding: 0 15px;
	margin-top: 20px;
}
.image-additional-container .active2.thumbnail,
.image-additional-container .thumbnail:hover{
	border: 1px solid #6c8e01
}
.image-additional-container .thumbnail{
	margin: 0;
	/* border: 1px solid #edecec; */
}
.image-additional2.owl-carousel .owl-item ,
.image-additional.owl-carousel .owl-item {
    padding: 0 10px;
}
.col-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #232323;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
}
.col-2 .product-name + p{
	margin: 10px 0 0;
}
.col-2 .product-name + p a{
	text-transform: capitalize;
}
.col-2 .ratings{
	margin: 25px 0;
}
.col-2 .list-unstyled{
	color: #333333;
	clear: both;
	font-weight: 700;
	line-height: 30px;
}
.col-2 .price-product .new-price{
	margin-right: 10px;
}
.col-2 .price-product .old-price{
	font-size: 16px;
	color: #959595;
	text-decoration: line-through;
}
.col-2 .price-product{
	font-size: 24px;
	color: #6c8e01;
	font-weight: 700;
	margin-bottom: 30px;
}
.col-2 .ex-text{
	color: #898989;
	margin-left: 5px;
	font-weight: 400;
}
.col-2 .short-des{
	margin: 25px 0 30px;
	color: #898989;
	line-height: 30px;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: inline-block;
    height: 43px;
    border: none;
    box-shadow: none;
    font-weight: 700;
    text-align: center;
    width: 35px;
    font-size: 14px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #6f6f6f;
}
#input-quantity2,
#input-quantity {
    width: 35px;
}
label[for='input-quantity']{
	float: left;
	line-height: 43px;
	margin-right: 30px;
}
#button-cart2 i,
#button-cart i{
	font-size: 0;
}
#button-cart2,
#button-cart{
	margin: 30px 10px 30px 0;
	float: left;
	height: 43px;
	padding: 0 35px 0 60px;
	border-radius: 40px;
	background: #6c8e01 url('../image/bg-btn-cart-hover.png') no-repeat 35px center !important;
}
#button-cart2 span,
#button-cart span{
	color: #fff;
}
button.btn-compare span, 
button.btn-wishlist span{
	display: none;
} 
button.btn-compare:hover i, 
button.btn-wishlist:hover i{
	color: #fff;
}
button.btn-compare i, 
button.btn-wishlist i{
	font-size: 18px;
	color: #acacac;
}
button.btn-compare, 
button.btn-wishlist {
    width: 43px;
    height: 43px;
    border: none;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
	margin-bottom: 30px;
	padding: 0;
	margin-right: 8px;
	float: left;
	margin-top: 30px;
}
button.btn-compare:hover, 
button.btn-wishlist:hover {
    border-color: transparent;
    background-position: -34px 2px;
    background-color: #6c8e01;
}
#product2,
#product{
	clear: both;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.quantity-box{
	border-radius: 40px;
	width: 115px;
	border: 1px solid #ebebeb;
	float: left;
}
.col-3{
	margin: 60px 0 30px; 
}
.col-3 .tab-content{
	overflow: auto;
	border-left: 3px solid #ebebeb;
	padding: 0 25px;
	margin-bottom: 100px;
}
.col-3 .nav-tabs{
	float: left;
	margin: 0;
	width: 16.66666667%;
	border: none;
}
.col-3 .nav-tabs li:hover a,
.col-3 .nav-tabs li.active a{
	color: #484848;
	border: none;
	border-right: 3px solid #464646;
	background: none;
}
.col-3 .nav-tabs li a{
	color: #bebebe;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0 0 30px 0;
}
.col-3 .nav-tabs li{
	display: block;
	float: none;	
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: -3px;
}
.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;
}
.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des{
	display: none;
}
@media(min-width: 992px){
	.custom-products .product-grid.four-items:nth-child(4n),
	.custom-products .product-grid.two-items:nth-child(2n),
	.custom-products .product-grid.three-items:nth-child(3n){
		border-right: 1px solid transparent;
	}
	.custom-products .product-grid.four-items:nth-child(1),
	.custom-products .product-grid.four-items:nth-child(2),
	.custom-products .product-grid.four-items:nth-child(3),
	.custom-products .product-grid.four-items:nth-child(4),
	.custom-products .product-grid.two-items:nth-child(1),
	.custom-products .product-grid.two-items:nth-child(2),
	.custom-products .product-grid.three-items:nth-child(1),
	.custom-products .product-grid.three-items:nth-child(2),
	.custom-products .product-grid.three-items:nth-child(3){
		border-top: 1px solid transparent;
	}
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1),
	.custom-products .product-grid.three-items:nth-child(3n+1){
		clear: both;
	}
}
.custom-products .product-grid{
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	margin: 0;
	padding: 0;
}
.featured-product-module,
.mostviewed-module,
.random-products{
	margin-bottom: 150px;
}
.related-product  .product-des{
	display: none;
}
.text_error_instagram{
	color: #fff;
}
.instagram-container{
	padding-right: 0;
}
#instagram_block_home .row{
	margin: 0 -7px;
}
.content_block.owl-carousel .owl-item{
	padding: 0 7px;
}
#instagram_block_home .row_items .fancybox:hover img{
	opacity: .8;
}
#instagram_block_home .row_items .fancybox:not(:last-child){
	margin-bottom: 15px
}
.newproductslider .layout2 .product-name a{
	color: #fff;
}
/* responsive */
@media(max-width: 1400px){
	.block-right{
		padding-right: 20px;
	}
	.logo-container{
		width: 10%;
		padding: 0 0 0 20px;
	}	
	header > .container{
		width: 68%;
	}		
}
@media(max-width: 1024px){
	.logo-container{
		width: auto;
	}
	header > .container{
		width: 100%;
	}
	.main-menu{
		width: 100%;
		text-align: center;
		clear: both;
	}
	.common-home header{
		background: #000;
		float: left;
		width: 100%;
	}
	.common-home #content{
		clear: both;
	}
	.banner-3 .text-content,
	.about-static .text-content{
		-webkit-transform: translateY(-50%) scale(.6);
		-moz-transform: translateY(-50%) scale(.6);
		-o-transform: translateY(-50%) scale(.6);
		transform: translateY(-50%) scale(.6);
		width: 55%;
	}
	.testimonial-container {
		background-size: cover;
		background-attachment: fixed;
	}
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#search-by-category .search-container .categories-container{
		width: 30%;
	}
	#search-by-category .search-container #text-search{
		width: 70%;
	}
	.wrapper{
		padding: 15px;
	}
	.module-title::before{
		display:  none;
	}
	.module-title{
		padding: 0 !important;
	}
	.module-title h2{
		font-size: 20px;
	}
	.module-title h2 .word2{
		font-size: 40px;;
	}
	.static-policy,
	.featured-product-module, 
	.mostviewed-module, 
	.random-products,
	.banner-1,
	.banner-3,
	.banner-2 .col-img,
	.testimonial-container,
	#blog_home,
	.about-static{
		margin-bottom: 50px;
	}
	#dialog-normal .newleter-content{
		padding: 0 15%;
	}
}
@media(max-width: 991px){
	.col-3 .nav-tabs{
		width: 25%;
	}
	.qv-button-container{
		display: none;
	}
	.custom-products .product-grid:nth-child(2n){
		border-right: transparent;
	}
	.owl-products .owl-carousel .owl-wrapper{
		width: 100.3%;
	}
	.owl-products .owl-carousel{
		padding: 0 30px;
	}
	.wrapper{
		padding: 0;
	}
	.about-static .col-img:hover img,
	.banner-3 .col-img:hover img{
		opacity: 1 !important; 
	}
	.banner-3 .col-img,
	.about-static .col-img{
		position: relative;
	}
	.banner-3 .col-img::before,
	.about-static .col-img::before{
		position: absolute;
		content: "";
		background: rgba(255,255,255,.6);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.banner-3 .col-img::before{
		background: rgba(0,0,0,.01);
	}
	.banner-3 .text-content, .about-static .text-content {
		width: 100%;
		left: 30px;
		transform-origin: center left;
	}
	.custom-products .product-grid:nth-child(2n+1){
		clear: both;
	}
	#search-by-category .search-container .categories-container{
		display: none;
	}
	#search-by-category .search-container #text-search{
		width: 100%;
		border-radius: 40px;
	}
	#search-by-category{
		margin: 15px 0;
	}
	#dialog-normal{
		text-align: center;
	}
	#dialog-normal .newleter-content{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.static-policy .text-content h2{
		line-height: 1;
	}
	.static-policy .text-content p{
		margin-top: 10px;
	}	
	body:not(.common-home) footer{
		margin-top: 50px;
	}
	.col-3 .tab-content{
		margin-bottom: 50px;
	}
}
@media(max-width: 767px){
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	#back-top {	
		width: 30px;
		height: 30px;		
	}
	#back-top i {
		font-size: 20px;
		line-height: 30px;
	}
	.banner-3 .text-content, .about-static .text-content {
		
	}
	.middle-footer .container .row > div:not(:last-child){
		margin-bottom: 50px;
	}
	.social-footer{
		text-align: center;
	}
	.instagram-container,
	.aboutusf-container{		
		padding: 0 15px;
	}
	.col-3 .nav-tabs{
		width: 100%;
	}
	.col-3 .nav-tabs li{
		display: inline-block;
	}
	.col-3 .nav-tabs li:hover a, .col-3 .nav-tabs li.active a{
		border: none;
		border-bottom: 3px solid #464646;
	}
	.col-3 .nav-tabs li a{
		padding: 0 0 15px 0;
		margin-right: 20px;
	}
	.col-3 .tab-content{
		border: none;
		border-top: 3px solid #ebebeb;
		padding: 25px;
		width: 100%;
	}
	.owl-buttons{
		display: none;
	}
	.social-footer .list-unstyled{
		margin: 25px 0
	}
	.footer-title{
		margin: 0 0 15px;
	}
	.payment-img,
	.bottom-footer{
		text-align: center
	}
	.copyright-text{
		margin: 0 0 20px
	}
	.static-policy .col-img{
		display: none;
	}
	.static-policy .text-content{
		position: static;
		transform: none;
	}
	.static-policy{
		background-size: cover;
		background-attachment: fixed;
		padding: 30px 0;
	}
}
@media(max-width: 640px){
	#dialog-normal .newleter-content{
		padding: 0;
	}
	.banner-3 .text-content, .about-static .text-content{
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		font-size: 80%;
	}
	.banner-3 .col-img::before, .about-static .col-img::before{
		display: none;
	}
}
@media(max-width: 560px){
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
	}
	#dialog-normal .newletter-title h3{
		font-size: 20px;
	}
	#subscribe_email-normal{
		padding: 0 130px 0 20px;
	}
	#subscribe-normal .btn{
		padding: 0 20px;
	}
	#dialog-normal .newletter-title{
		background: none;
		padding: 0;
	}
}
@media(max-width: 480px){
	.custom-products .product-layout.product-grid{
		width: 100%;
		border-right: transparent;
	}
	.logo-container{
		width: 100%;
		text-align: center;
	}
	.static-policy .col:not(:last-child){
		margin: 0 0 20px 0;
	}
	.static-policy .col{
		width: 100%;		
	}
	.search-container,
	.search-containers{
		width: 100%;
		padding: 0 !important;
		border: none !important;
	}
	.search-containers{
		margin-top: 20px;
	}
	.search-container > i{
		display: none;
	}
	#search{
		float: left;		
		width: 100%;
		display: block !important;
		position: static;
	}
	.block-right{
		padding: 0 30px;
		width: 100%;
	}
}
@media(max-width: 320px){
	#cart .dropdown-menu{
		min-width: 260px;
	}
}
