body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	line-height: 1;
	text-transform: capitalize;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
a {
	color: #000000;
	cursor: pointer;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #abd373;
}
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: #abd373;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #abd373;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #abd373;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #abd373;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #abd373;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #abd373;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #abd373;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #abd373;
}
.tooltip-inner{
	background: #abd373;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
.headerSpace, .sidebar-mobile,
#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, #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: #abd373 !important;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff !important;
	line-height: 40px;
	letter-spacing: .2em;
	height: 40px;
	display: inline-block;
	border-radius: 0px;
	font-weight: 300;
}
#button-voucher,
#button-coupon{
	line-height: 34px;
	height: 34px;
	margin-left: 10px;
}
#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{
	background-color: #7fad40 !important;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
.modal-backdrop.in{
	opacity: .8;
	z-index: 30009;
}
#modal-agree{
	z-index: 30010;
}
/* header */
.common-home header > .container:not(.fix-header)::after{
	left: 6px;
	top: 6px;
	right: 6px;
	z-index: -1;
}
.common-home header > .container:not(.fix-header)::before{
	left: 12px;
	top: 12px;
	right: 12px;	
	z-index: -2;
}
.common-home header > .container:not(.fix-header)::after,
.common-home header > .container:not(.fix-header)::before{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	-moz-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	background: #fff;
}
header > .container:not(.fix-header) > .row{
	padding-top: 15px;
    padding-bottom: 15px;
}
.common-home header > .container:not(.fix-header) > .row{
	background: #fff;
	padding-top: 15px;
    padding-bottom: 15px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	-moz-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
}
.common-home header > .container:not(.fix-header){
	position: relative;
}
@media(min-width: 1025px){
    .common-home header{
        left: 0;
        position: absolute;
        top: 60px;
        width: 100%;
		z-index: 100;
    }
}
header {
    
}
#logo a {
    background: none;
}
.top-right{
	display: flex;
	justify-content: flex-end;
}
/* menu */
.top-right .main-menu{
	margin-right: 25px;
}
.main-menu .container{
	width: 100%;
	padding: 0;
}
.home1 .oc-menu.oc-menu-bar {
    background: none !important;
}
.home1 .horizontal-menu .ul-top-items .li-top-item {
    background: none !important;
}
.top-right > div:not(:first-child){
	padding-top: 20px;
}
/* cart */
.top-right #cart{
	margin-right: 30px;
	padding-top: 13px;
}
#cart {
	width: auto;
}
#cart-total .txt_items{
	display: block;
}
#cart-total .txt_number {
    font-size: 15px;
    color: #fff;
    background: #abd373;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    display: block;
    position: absolute;
    top: -3px;
    left: 10px;
    line-height: 18px;
}
#cart-total{
	display: inline-block;
	color: #000;
	text-align: left;
	line-height: 16px;
	padding-left: 13px;
	vertical-align: middle;
}
#cart > button i:last-child{
	margin-left: 20px;
	font-size: 18px;
	color: #0000;
	vertical-align: bottom;
}
#cart > button {
    background:none;
    display: block;
    float: right;
    padding: 0px;
	border: none;
	border-radius: 0px;
	font-weight: 500;
	font-size: 13px;
}
#cart > button:active {
    background:  none ;
    box-shadow: 0 0 0;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart > button i{
    color: #000000;
    font-size: 18px;
	vertical-align: middle;
}
#cart .dropdown-menu{
	border-radius: 0px;
	box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	min-width: 350px;
	margin: 0;
	padding: 0px 20px;
	border: none;
}
#cart.btn-group.open .dropdown-toggle {
	box-shadow: 0 0 0 0;
}
#cart-total .item-cart{
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #abd373;
	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 .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;
}
#cart .cart-quantity{
	color: #737373;
	margin: 8px 0 !important;
	font-size: 12px;
}
#cart .info-item a:hover{
	color: #abd373;
}
#cart .info-item a {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
#cart .cart-price {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}
#cart .cart-button{
	padding: 20px 0px 15px;
	background: #fff;
}
#cart p.cart-button a:last-child{
	margin-right: 0;
	margin-bottom: 0;
}
#cart p.cart-button a{
	line-height: 1;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	width: auto;
	background: #fff;
    color: #000000;
    border: solid 1px #e8e3dd;
    border-radius: 20px;
    font-size: 15px;
    padding: 15px 30px;
    font-weight: 500;
    text-transform: capitalize;
}
#cart p.cart-button a i {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    padding: 0;
}
#cart p.cart-button a:hover{
	background: #abd373;
	border-color: #abd373;
	color: #fff;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px !important;
    vertical-align: middle;
}
#cart .dropdown-menu .has-scroll tr{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#cart .dropdown-menu .has-scroll{
	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;
}
/* search */
.top-right .search-containers{
	margin-right: 25px;
	padding-top: 18px;
	position: relative;
}
.search-content {
    border: medium none;
    margin: 0;
    padding: 0;
    left: auto;
    right: 0;
    width: 280px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.search-containers {
    padding: 0;
    text-align: center;
}
.search-containers i {
    color: #000000;
    cursor: pointer;
    font-size: 18px;
}
.search-containers > i:hover,
.setting:hover button i {
    color: #abd373;
}
/* setting */
.setting{
	padding: 0;
	padding-top: 18px;
	position: relative;
    text-align: right;
}
.setting button{
	border: none;
	background: none;
	padding: 0;
}
.setting button i {
    color: #000000;
    font-size: 18px;
}
#top {
    border-radius: 0;
    padding: 40px;
    margin: 0;
    right: 0;
    left: auto;
    border: none;
    box-shadow: 5px 5px 7px 0px rgba(41, 41, 41, 0.05);
    min-width: 300px;
}
#top .text-ex {
    color: #292929;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(55,55,55,.1);
    padding-bottom: 5px;
    text-align: left;
}
#top-links ul, #form-language ul, #form-currency ul {
    list-style: none;
    padding-left: 0px;
}
#top-links ul li, #form-language ul li, #form-currency ul li{
    text-align: left;
}
#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;
}
#top-links a, #top .btn-link {
    border: medium none;
    box-shadow: none;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 30px;
    padding: 0 !important;
}
#top-links a, #top.dropdown-menu a, #top.dropdown-menu button {
    padding: 5px 0;
    display: block;
}
#top-links a:hover, #top a:hover,
#top button:hover,
#top .item-selected {
    color: #abd373;
    text-decoration: none;
}
.top-links > li:not(:last-child) {
    margin-bottom: 20px;
}
/* fix header */
.unvisible{
	display: none;
}
.fix-header #logo a img{
	max-width: 80px;
}
.fix-header .top-right > div:not(:first-child){
	padding-top: 5px;
}
.fix-header .top-right #cart{
	padding-top: 0;
}
.fix-header .horizontal-menu .ul-top-items .li-top-item .a-top-link{
	padding: 9px 15px !important;
}
.fix-header .horizontal-menu{
	background: none !important;
	min-height: 30px !important;
}
.fix-header .ul-top-items li{
	display: inline-block !important;
	float: none !important;
	background: none !important;
}
.fix-header:hover{
	background: rgba(255,255,255, 1) !important;
}
.fix-header > .container{
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}
.fix-header{
	top: 0 !important;
	position: fixed !important;
	background: rgba(255,255,255, .85) !important;
	width: 100%;
	left: 0;
	z-index: 100000 !important;
	margin: 0;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 3.125% !important;
}
.fix-header-act{
	z-index: 10001;
}
/* title */
.dn-title .module-title h2{
	display: none;
}
.module-title{
	position: relative;
	text-align: center;
}
.module-title h2{
	text-transform: capitalize;
	font-size: 35px;
	font-weight: 500;
	margin: 0 0 65px 0;
	line-height: 1;
	display: block;
	font-family: 'Yesteryear', cursive;
}
.module-title .module-description{
    font-size: 14px;
    color: #b4b4b4;
    text-transform: uppercase;
	font-weight: 500;
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
    letter-spacing: 0.2em;
	display: inline-block;
	font-family: 'Yesteryear', cursive;
}
.module-title .module-description::before,
.module-title .module-description::after {
	content: "";
    position: absolute;
    top: 50%;
	margin-top: -1px;
    left: -45px;
    width: 30px;
    background: #abd373;
	height: 1px;
}
.module-title .module-description::before {
    right: -45px;
    left: auto;
}
/* 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{
	padding-top: 80px;
}
body[class^='product-product'] .newletter-subscribe-container{
	margin-top: 0;
	border-top: none;
}
.newletter-subscribe-container .container{
	text-align: center;
}
.newletter-subscribe-container {
	padding: 120px 0;
}
#dialog-normal .newsletter-des{
	font-size: 22px;
	color: #666666;
	margin-bottom: 45px;
}
#dialog-normal .newletter-title{
	font-size: 35px;
	color: #444349;
	margin: 0px;
	line-height: 28px;
	margin-bottom: 35px;
	font-weight: 400;
	text-transform: capitalize;
}
#dialog-normal .newleter-content label{
	font-size: 12px;
	color: #999999;
}
#dialog-normal .newletter-title label{
	color: #bebebe;
	margin: 0;
}
#dialog-normal .module-title h2{
	margin: 0 0 40px 0;
}
#dialog-normal .newleter-content{
	text-align: center;
}
#subscribe_email {
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    color: #999999;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 435px;
    margin-right: 15px;
}
#frm_subscribe-normal #subscribe{
	position: relative;
}
#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 i {
    margin-left: 15px;
}
#subscribe .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 42px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    padding-right: 22px;
}
#notification-normal{
	clear: both;	
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
}
#notification-normal div{
	color: #abd373;
	padding: 10px 0;
}
#notification-normal div.warning{
	color: #f00;
}
/* blog */
#blog_home {
    padding: 120px 0 75px;
}
#blog_home .owl-stage-outer{
}
#blog_home .module-title h2{
}
#blog_home .owl-theme .owl-dots{
}
#blog_home .aritcles-content {
    padding-left: 10px;
}
.articles-date p:last-child{
	margin: 0;
}
.articles-date {
    font-size: 11px;
    font-weight: 300;
    background: #abd373;
    color: #fff;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	padding: 40px 0;
	text-align: center;
	min-width: 100px
}
#blog_home .articles-image{
	padding-left: 15px;
}
#blog_home .articles-image img{
	border-radius: 100%;
}
#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: #abd373;
}
#blog_home .articles-name {
    color: #555555;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
}
#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;
    margin: 0 0 25px 0;
	display: none;
}
.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;
}
.author-name {
    color: #abd373;
    font-size: 14px;
	font-weight: 400;
}
#blog_home .owl-item{
}
#blog_home .owl-item .articles-inner:not(:last-child){
	border-bottom: 1px solid #f8f8fa;
}
#blog_home .owl-item .articles-inner{
    background: #fff;
	display: flex;
	align-items: center;
	justify-content: left;
}
#blog_home .articles-inner:hover .author-name b,
#blog_home .articles-inner:hover .articles-name,
#blog_home .articles-inner:hover .author-name{
	color: #fff;
}
#blog_home .articles-inner:hover{
	background: #abd373;
}
.author-name b {
    color: #999999;
    margin-right: 5px;
    font-weight: 300;
}
/* cms block */
.popular-tags{
	margin: 0 0 60px 0;
}
.popular-tags .module-title h2{
	margin: 0 0 25px 0;
	display:none;
}
.popular-tags ul li{
	display: inline-block;
	padding: 0 5px 7px 0;
}
.popular-tags ul li a:hover{
	background: #abd373;
	color: #fff;
}
.popular-tags ul li a{
	color: #555;
	font-size: 13px;
	line-height: 32px;
	background: #ebebeb;
	display: inline-block;
	padding: 0 20px;
}
.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;
}
.social-footer li a:hover i{
	color: #abd373 !important;
}
.social-footer li a{
	text-align: center;
}
.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 li{
	display: inline-block;
	margin-bottom: 5px;
}
.cmsblock img:hover{
	opacity: .8;
}
.special-img{
	background: url('../image/bg-special-row1.jpg') no-repeat center;
	padding: 120px 0 100px;
	background-size: cover;
}
.static-policy{
}
.static-policy .col:last-child{
	margin-bottom: 120px;
}
.static-policy .col{
	margin-bottom: 30px;
}
.static-policy .inner_des {
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 35px;
	display: flex;
	align-items: center;
	background: #fff;
}
.static-policy .col-img{
}
.static-policy .col-img i{
	font-size: 60px;
	text-align: center;
	line-height: 1;
	color: #abd373;
}
.static-policy .text-content{
    text-align: left;
	padding: 0 0 0 20px;
}
.static-policy .text-content h5{
    font-size: 15px;
	line-height: 20px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
	margin: 0;
}
.static-policy .text-content p{
    font-size: 11px;
	line-height: 30px;
    color: #666666;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0;
}
.static-policy .col:hover .inner_des {
	box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}
.our_history {
}
.our_history .module-title .module-description{
	margin: 0 0 70px 0;
}
.our_history .module-title h2{
	font-size: 80px;
	margin: 0 0 10px 0;
}
.our_history .text-content h5{
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	margin: 0 0 30px;
	text-transform: none;
}
.our_history .text-content p{
	margin: 0;
}
.our_history .text-content{
    font-size: 16px;
    color: #666666;
    line-height: 34px;
	padding: 0 16%;
	text-align: center;
}
.banner-1 .col-1 {
    width: 39.07%;
}
.banner-1 .col-2 {
    width: 60.93%;
}
.banner-1 .col-3 {
    width: 53.85%;
}
.banner-1 .col-4 {
    width: 46.15%;
}
.banner-1 .col-5 {
    width: 35.89%;
}
.banner-1 .col-6 {
    width: 64.11%;
}
.banner-5 .col-img-inner,
.banner-1 .col-img-inner{
	margin-bottom: 30px;
	position: relative;
}
.banner-5 .text-content ,
.banner-1 .text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffff;
    padding: 12px 30px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.banner-5 .text-content h4 ,
.banner-1 .text-content h4 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.banner-5 .text-content p ,
.banner-1 .text-content p {
    font-size: 11px;
    color: #abd373;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
	line-height: 1;
}
.banner-5 .col-img:hover,
.banner-1 .col-img:hover{
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 10px 30px 0px rgba(211, 211, 211, 1);
}
.banner-5 .col-img-inner:hover >.text-content,
.banner-1 .col-img-inner:hover >.text-content{
    background: #abd373;
    box-shadow: 0 0 0 0 #000;
}
.banner-5 .col-img-inner:hover >.text-content h4,
.banner-5 .col-img-inner:hover >.text-content p,
.banner-1 .col-img-inner:hover >.text-content h4,
.banner-1 .col-img-inner:hover >.text-content p{
    color: #fff;
}
.banner-6{
	background: #f8f8fa;
	padding: 120px 0 60px;
}
.banner-6 .col:first-child .col-img{
	text-align: right;
}
.banner-6 .col:last-child .col-img{
	text-align: left;
}
.banner-6 .col > div{
	margin-bottom: 60px;
}
.banner-6 .text-content{
	text-align: left;
}
.banner-6 .text-content strong{
	display: block;
	line-height: 1;
	color: #000000;
	font-weight: 500;
	font-size: 46px;
	margin-bottom: 25px;
}
.banner-6 .text-content > a i{
	font-size: 15px;
	margin-left: 15px;
}
.banner-6 .text-content > a:hover{
	background-color: #7fad40;
}
.banner-6 .text-content > a{
	padding: 0 30px;
	display: inline-block;
	background: #abd373;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 48px;
}
.banner-6 .text-content p{
	color: #666666;
	margin-bottom: 25px;
}
.banner-6 .text-content h6 a{
	color: #abd373;
	font-weight: 400;
}
.banner-6 .text-content h6{
	font-weight: 500;
	font-size: 14px;
}
.banner-6 .text-content h5{
	color: #555;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.deal-of-the-day{
	background: url('../image/a3.jpg') no-repeat center;
	padding: 120px 0 260px;
	margin-bottom: 30px;
}
.time-count {
    width: 100%;
    line-height: 35px;
    background: #fff;
    padding: 15px 0;
	position: relative;
	z-index: 3;
    text-align: center;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	-moz-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	display:none;
}
.time-container{
	position: relative;
	margin-bottom: 60px;
}
.time-container::after{
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 1;
}
.time-container::before{
	left: 6px;
	right: 6px;
	top: 6px;
	z-index: 2;
}
.time-container::after,
.time-container::before{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	-moz-box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
	background: #fff;
}
.deal-of-the-day li {
    display: inline-block;
    color: #555555;
}
.deal-of-the-day .col1{
	text-align: center;
	max-width: 570px;
	margin: 0 auto;
}
.deal-of-the-day .col1 h3 {
	font-size: 35px;
	margin: 0 0 45px;
	color: #000;
	font-family: 'Yesteryear', cursive;
}
.deal-of-the-day .col1 h3 font {
    font-family: 'Yesteryear', cursive;
}
.deal-of-the-day .col1 .description {
    font-size: 22px;
    font-weight: 500;
    color: #555555;
    margin: 0 0 24px 0;
}
.deal-of-the-day .price {
    font-size: 24px;
    color: #555555;
	line-height: 1;
    margin: 0 0 20px 0;
	display: block;
}
.deal-of-the-day .read-more {
    font-size: 15px;
	line-height: 48px;
	height: 48px;
    font-weight: 500;
	text-transform: capitalize;
    display: inline-block;
	letter-spacing: 0;
}
.deal-of-the-day .read-more :hover{
}
.deal-of-the-day .read-more i {
    margin-left: 13px;
    font-size: 15px;
}
.time-count ul {
    padding: 0;
    margin: 0;
    margin: 0 auto;
    clear: both;
    width: auto;
}
.deal-of-the-day .countdown-period  {
    font-size: 14px;
    color: #999999;
    text-transform: capitalize;
    font-weight: 300;
}
.deal-of-the-day .countdown-amount {
    font-size: 46px;
    font-weight: 300;
    color: #555555;
	line-height: 1;
}
.deal-of-the-day .countdown-section:not(:last-child) .countdown-period::after {
	content: ":";
    font-size: 28px;
    padding: 0 15px;
	color: #999999;
}
.banner-3 .row > div{
	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;
}
.static-middle-footer > div,
.static-middle-footer{
	display: flex;
	align-items: center;
}
.static-middle-footer p{
	font-weight: 500;
	margin: 0;
}
.static-middle-footer i {
    margin-right: 10px;
    font-size: 24px;
    color: #abd373;
}
.static-bottom-footer{
	text-align: center;
}
.static-bottom-footer .static-link{
	margin-bottom: 10px;
}
.static-bottom-footer .static-link ul li:last-child a{
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.static-bottom-footer .static-link a:hover{
	color: #abd373
}
.static-bottom-footer .static-link a{
	color: #888888;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	border-right: 1px solid #888;
	padding-right: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	display: block;
}
.static-bottom-footer .static-link ul li{
	display: inline-block;
}
.static-bottom-footer .static-link ul{
	padding: 0;
	margin: 0;
}
.static-bottom-footer .payment-method{
	margin: 0 0 40px 0;
}
.banner-sif .col-img{
}
#instagram_block_home .row_items a:not(:last-child){
	margin-bottom: 15px;
}
.mfp-bg{
	z-index: 100001 !important
}
.mfp-wrap{
	z-index: 100002 !important
}
/* owl carousel */
.owl-theme .owl-nav{
	margin: 0;
}
.owl-item.active:not(.lastActiveItem) .row_items{
}
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 25px;
}
.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;	
}
.owl-theme .owl-dots .owl-dot.active span{
  background:#000000;
}
.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: none;
    border-radius: 100%;
    display: inline-block;
    margin: 0 7px;
    border: 1px solid #000;
}
.owl-theme .owl-nav [class*="owl-"]{
	position: absolute;
	top: -60px;
	margin: 0;
	background: none !important;
	width: 10px;
	height: 40px;
	text-align: center;
	color: #444349;
	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: #abd373;
	border-color: #abd373;
}
.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 */
body:not(.common-home) .banner-ourbrands{
	margin-top: 110px;
}
.banner-ourbrands .item img{
	display: inline-block;
}
.banner-ourbrands .owl-carousel .owl-item:not(:hover) img{
	opacity: .3;
}
.banner-ourbrands .owl-carousel .owl-item{
	padding: 0;
}
.banner-ourbrands .module-title{
	/* display: none; */
}
.banner-ourbrands .owl-item.active{
	position: relative;
}
/* breadcrumbs */
.breadcrumb{
	padding: 75px 65px 75px;
	margin: 0 0 55px 0;
	border-radius: 0;
	background: url('../image/bg-breadcrumb.jpg') center left no-repeat;
	background-size: cover;
}
.breadcrumb  p + p{
	font-size: 58px;
	font-weight: 500;
	margin: 0 0 55px 0;
}
.breadcrumb  p{
	font-size: 28px;
	color: #fff;
	line-height: 1;
	margin: 0 0 5px 0;
}
.breadcrumb  a:hover{
	color: #abd373;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #fff;
	text-transform: capitalize;
	font-size: 13px;
}
.breadcrumb > li + li::before{
	content: "|";
	padding: 0 15px;
}
.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{
	opacity: 1;
}
.image-additional-container .owl-item {
	padding: 0;
}
.block-2 .txt-stock{
	font-size: 13px;
	font-weight: 500;
}
.block-2 .product-name{
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
	line-height: 28px;
}
.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;
}
.block-2 .ratings .rating-box div[class^="rating"]{
    background-position: left;
	width: 91px;
}
.block-2 .ratings span,
.block-2 .ratings a{
	font-size: 15px;
	color: #a5a5a5;
	vertical-align: bottom;
}
.block-2 .ratings a{
	margin: 0 10px
}
.block-2 .ratings{
	margin: 10px 0;
	display: block;
}
.block-2 .list-unstyled hr{
	color: #ebebeb;
}
.block-2 .list-unstyled{
	color: #000;
	clear: both;
	line-height: 30px;
	font-size: 15px;
	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;
	color: #999999;
	font-weight: 400;
}
.block-2 .price-product{
	font-size: 15px;
	color: #555555;
	margin-bottom: 25px;
	font-weight: 600;
}
.block-2 .ex-text{
	color: #abd373;
	margin-left: 5px;
	font-weight: 400;
}
.block-2 .short-des{
	margin: 25px 0 30px;
	color: #666666;
	line-height: 26px;
	font-size: 16px;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 29px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 30px;
    font-size: 16px;
    border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #666666;
}
#input-quantity2,
#input-quantity {
    width: 50px;
	height: 29px;
}
label[for='input-quantity']{
	margin-right: 30px;
	color: #999999;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
}
#button-cart2 i,
#button-cart i{
	font-size: 16px;
	color: #fff;
	background: #abd373;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -5px;
	width: 39px;
	line-height: 39px;
	display: none;
}
#button-cart2,
#button-cart{
	float: left;
	height: 39px;
	padding: 0 40px;
	border-radius: 0px;
	background: #7fad40 !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff !important;
	border: none;
	position: relative;
	letter-spacing: .2em;
	margin: 40px 15px 20px 0;
}
#button-cart2:hover,
#button-cart:hover{
	background: #abd373 !important;
	color: #fff !important;
	border-color: #abd373;
}
.btn-actions{
	margin: 40px 0 20px;
	float: left;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	display: flex;
}
.btn-actions button.btn-compare i, 
.btn-actions button.btn-wishlist i{
	font-size: 15px;
	margin: 0 15px;
	color: #555555;
}
.btn-actions button.btn-compare span,
.btn-actions button.btn-wishlist span{
	color: #666666;
	font-size: 14px;
	display:  none;
}
.btn-actions button.btn-compare, 
.btn-actions button.btn-wishlist {
	width: auto;
	padding: 0;
    border-radius: 0;
	height: 39px;
	display: inline-block;
	border: none;
}
.btn-actions button.btn-compare:hover, 
.btn-actions button.btn-wishlist:hover {    
    background-color: transparent !important;
}
.btn-actions button.btn-compare:hover i, 
.btn-actions button.btn-wishlist:hover i{    
	color: #abd373;
}
#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: 50px 0 0;
	display: flex;
	align-items: center;
}
.quantity-box{
	display: flex;
}
.block-3{
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 80px;
	margin-bottom: 85px;
}
.block-3 .tab-content{
	padding: 20px 0;
}
#tab-review #review i{
	color: #f9ba48;
}
#tab-review #review .ratings .rating-box div[class^="rating"]{
	background-position: left;
}
#tab-review #review .ratings{
	display: block
}
#tab-review #review{
	max-height: 300px;
	overflow: auto;
}
.block-3 .tab-content .tab-pane #review,
.block-3 .tab-content .tab-pane:not(#tab-review){
	overflow: auto;
	line-height: 28px;
	font-size: 13px;
}
.block-3 .nav-tabs{
	border: none;
	margin: 0;
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	border-bottom: 2px solid #82b440 !important;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	background: none !important;
}
.block-3 .nav-tabs li a{
	color: #000;
	border-radius: 0px;
	margin: 0 50px 0 0;
	padding: 10px 0;
	background: none !important;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	border: none !important;
	border-bottom: 1px solid transparent !important;
}
.block-3 .nav-tabs li:last-child a{
	margin: 0
}
.block-3 .nav-tabs li{
	text-align: center;
	float: none;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
}
.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;
	z-index: 999;
	position: relative;
}
.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: 11px;
	font-weight: 400;
	line-height: 1;
}
.box-timer .countdown-section:not(:last-child){
	margin-right: 1px;
}
.box-timer .countdown-section .countdown-amount{
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	margin: 10px 0 3px;
	display: block;
}
.box-timer .countdown-section{
	float: left;
	width: calc(25% - 1px);
	border-radius: 0px;
	border: none;
	background: #fff;
	height: 45px;
	text-align: center;	
	background: #abd373;
}
.box-timer{
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	text-align: center;
}
/* 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: #000000;
}
.top-footer{
	padding: 75px 0;
}
.top-footer .col-f li a {
    color: #999999;
    font-size: 14px;
}
.middle-footer{
	border-bottom: solid 1px rgba(255,255,255,.1);
	border-top: solid 1px rgba(255,255,255,.1);
	padding: 30px 0;
	color: #999;
}
.site-map a {
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
    font-size: 11px;
    font-weight: 500;
}
.site-map a::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 2px;
    background: #888888;
    top: 2.2px;
    right: -3px;
}
.site-map li:last-child > a::after {
    display: none;
}
.site-map li {
    display: inline-block;
}
.site-map ul {
    text-align: center;
}
.title-footer {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 30px;
	text-transform: capitalize;
}
.col-f li a:hover {
    color: #abd373;
}
.middle-footer p a {
    color: #999999;
    font-size: 15px;
}
.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;
}
.bottom-footer {
    padding: 50px 0;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu a::after {
    background: #888888 none repeat scroll 0 0;
    content: "";
    height: 75%;
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
}
.footer-menu a {
    color: #888888;
    font-size: 11px;
    padding: 0 16px;
    position: relative;
    text-transform: uppercase;
}
.account-information {
    padding-bottom: 80px;
    padding-top: 80px;
}
.account-information li {
    margin-bottom: 15px;
}
.copyright-text a {
    color: #abd373;
}
.copyright-text {
    color: #999;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.payment {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}
.payment-img{
	float: right;
}
.category-module{
	margin-bottom: 30px;
	padding: 0 20px;
}
.category-module h3{
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	width: 100%;
	padding: 0px;
    padding-bottom: 0px;
	margin-bottom: 15px;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.category-module ul ul{
	padding-left: 20px;
}
.category-module ul {
    margin: 0;
}
.category-module li a{
	color: #666;
}
.category-module li a:hover,
.category-module li a.active{
	color: #abd373
}
.category-module li{
	padding: 0;
	display: block;
	text-transform: capitalize;
	color: #666;
	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: 30px;
	padding: 0 0 10px 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{
	background: #abd373;
	color: #fff !important;
}
.toolbar .btn:not(:last-child){
	margin-right: 5px;
}
.toolbar .btn{
	width: 35px;
	height: 35px;
	color: #c9c9c9 !important;
	border: none;
	border-radius: 100% !important;
	box-shadow: none;
	font-size: 18px !important;
	line-height: 35px;
	padding: 0;
}
.toolbar .form-group > *{
	margin: 5px 0;
	height: 30px;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	font-size: 13px;
	color: #303144;
}
.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{
	padding-right: 0;
}
.toolbar .text-right{
	margin-top: 7px;
}
.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 {
    background-color: #abd373 !important;
    color: #fff !important;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 100% !important;
	background: #fff !important;
	color: #c9c9c9 !important;
	font-size: 18px;
	padding: 0 5px;
	margin: 2px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.custom-category .products-container{
	margin: 0 -5px;
}
.custom-category .product-layout.product-list{
	padding: 0 5px;
}
.custom-category .product-list .price-container{
	margin-bottom: 20px;
}
.custom-category .product-list .price{
	min-height: auto;
}
.custom-category .product-list .action-link2 button:hover{
	background: #7fad40;
}
.custom-category .product-list .action-link2 button{
	float: left;
	background: #abd373;
	color: #fff;
	height: 39px;
	line-height: 39px;
	padding: 0 30px;
}
.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-thumb .product-inner{
	padding-top: 25px;
	padding-left: 30px;
}
.custom-category .product-list .product-thumb .image{
	padding-right: 0;
}
.custom-category .product-list:first-child .product-thumb{
	padding: 0 0 30px 0;
}
.custom-category .product-list .product-thumb{
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.custom-category .product-list .product-thumb{
	padding: 30px 0;
	margin: 0;
	position: relative;
}
/* testimonial */
.testimonial-container{
	padding: 120px 0;
}
.testimonial-container:hover #sync2 .slick-arrow {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.testimonial-container .testimonial-box{
	text-align: center;
}
.testimonial-container .testimonial-author {
    color: #abd373;
    display: block;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 0;
}
.testimonial-container .testimonial-text {
    font-size: 20px;
    color: #666666;
    line-height: 30px;
}
#sync2 .slick-list{
	padding: 0 20px !important;
}
#sync2 .slick-slide{
	padding-bottom: 45px;
    position: relative;
}
#sync2 .slick-slide img {
    margin: 0 auto;
    width: 84px;
    margin-top: 33px;
}
#sync2 .slick-slide.slick-current img {
    -webkit-filter: drop-shadow(0px 12px 12px #bcbcbc);
    filter: drop-shadow(0px 12px 12px #bcbcbc);
    width: 148px;
    margin-top: 0px;
}
#sync2 .slick-slide span {
    display: none;
}
#sync2 {
    margin: 0;
    padding: 0;
}
#sync2 .slick-slide.slick-current span {
    position: absolute;
    bottom: 44px;
    z-index: 1;
    background: url('../image/icon-testimonial.png') center no-repeat;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    left: 10px;
    display: block;
}
#sync2 .slick-slide.slick-current i.playfair {
    display: none;
}
#sync2 .slick-prev{
    background: url('../image/prev.png');
}
#sync2 .slick-next{
    background: url('../image/next.png');
}
#sync2 .slick-prev:hover{
    background: url('../image/prev-h.png');
}
#sync2 .slick-next:hover{
    background: url('../image/next-h.png');
}
#sync2 .slick-arrow::before {
	display: none;
}
#sync2 .slick-arrow {
    width: 38px;
    height: 15px;
    display: block;
    font-size: 0;
    line-height: 38px;
    text-align: center;
    color: #999999;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
	margin-top: -22px;
	z-index: 1;
}
.main-row.f-product{
	margin-bottom: 70px;
}
.category-products{
	margin-top: -360px;
}
/* responsive */
@media(max-width: 1024px){
	.special-img{
		padding: 50px 0;
	}
	.static-policy .col:last-child{
		margin-bottom: 50px;
	}
	.deal-of-the-day{
		padding: 50px 0 100px;
	}
	.category-products{
		margin-top: -170px;
	}
    header{
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.module-title h2{
		margin: 0 0 40px 0;
	}
	.static-policy .inner_des{
		padding: 15px;
	}
	.static-policy .col-img i{
		font-size: 40px;
	}
    .static-policy .text-content h2 {
        font-size: 13px;
    }
	.our_history .module-title h2{
		font-size: 50px;
	}
	.our_history .module-title .module-description{
		margin: 0 0 30px 0;
	}
	.our_history .text-content{
		padding: 0 15px;
	}
    .banner-1 .text-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .banner-1 .col-1 {
        width: 100%;
    }
    .col-1 .col-img img{
        width: 100%;
    }
    .banner-1 .col-2 {
        width: 100%;
    }
	.testimonial-container{
		padding: 80px 0;
	}
    #blog_home {
        padding: 80px 0;
    }
    #blog_home .module-title h2 {
	}
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#cart,
	.custom-category .product-list .product-thumb .product-inner{
		padding-top: 0;
	}
    .our_history h2 {
        margin-top: 30px;
    }
    .our_history {
        padding-bottom: 30px;
    }
    .banner-1 .title-yesteryear {
        margin-bottom: 30px;
    }
    .deal-of-the-day .col1 .title-yesteryear {
        margin-bottom: 20px;
    }
    .deal-of-the-day .col1 .description {
        margin: 10px 0;
    }
	.newletter-subscribe-container{
		padding: 60px 15px;
	}
	.time-count{
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-3{
		margin: 50px 0;
	}
	body:not(.common-home) .banner-ourbrands {
		margin-top: 50px;
	}
}
@media(min-width: 992px){
	.container-mobile{
		display: none;
	}
}
@media(max-width: 991px){
	#blog_home {
		padding-top: 0;
	}
	.common-home header{
		padding-left: 0;
		padding-right: 0;
	}
	header > .container > .row{
		display: flex;
		margin: 0;
	}
	#cart-total .total-price,
	#cart-total .txt_items{
		display: none;
	}
	#cart-total{
		position: relative;
	}
	#cart-total .txt_number{
		left: -10px;
		top: -18px;
	}
	.top-right .main-menu{
		margin: 0;
	}
	.top-right #cart{
		margin: 0;
		padding: 0;
		height: 100%;
	}
	#cart > button{
		height: 100%;
	}
	.static-policy .inner_des{
		display: block;
	}
	.static-policy .text-content{
		text-align: center;
		padding: 10px 0 0;
	}
	.static-policy .text-content p{
		letter-spacing: 0;
	}
	#logo img{
		margin: 0 auto;
	}
	#logo a{
		display: block;
	}
	.sidebar-mobile{
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(255,255,255,.95);
		width: 260px;
		padding: 40px 10px 20px;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
		-webkit-transform: translateX(-300px);
		-moz-transform: translateX(-300px);
		-o-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	.sidebar-mobile.show{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.close-sidebar,
	.open-sidebar{
		padding: 0;
		background: none;
		border: none;
		margin: 0;
		line-height: 1;
	}
	.open-sidebar{
		height: 100%;
	}
	.close-sidebar{
		position: fixed;
		top: 10px;
		right: 20px;
	}
	.close-sidebar i,
	.open-sidebar i{
		color: #000000;
		font-size: 18px;
		vertical-align: middle;
	}
	.close-sidebar:hover i,
	.open-sidebar:hover i{
		color: #abd373;
	}
	.open-sidebar.hide{
		opacity: 0;
	}
	.sidebar-mobile .search-mobile .search-containers,
	.sidebar-mobile .search-mobile{
		float: left;
		width: 100%;
		padding: 0;
	}
	.sidebar-mobile .menu-mobile,
	.sidebar-mobile .search-mobile{
		margin-bottom: 20px;
	}
	.sidebar-mobile .mobile-menu .ul-top-items li{
		background: none !important;
	}
	.sidebar-mobile .mobile-menu .ul-top-items{
		padding: 0;
		background: none !important;
		box-shadow: none;
	}
	.sidebar-mobile .setting{
		padding: 0;
	}
	.sidebar-mobile .setting-mobile #top{
		box-shadow: none;
		padding: 0;
	}
	.sidebar-mobile .setting-mobile #top,
	.sidebar-mobile .mobile-menu .ul-top-items,
	.sidebar-mobile .search-containers .search-content{
		display: block !important;
		position: static;
		width: 100%;
		min-width: initial;
		background: none;
	}
	.sidebar-mobile .setting-mobile #setting,
	.sidebar-mobile .mobile-menu .oc-menu-bar,
	.sidebar-mobile .search-containers > i{
		display: none;
	}
    #sync2 .slick-arrow{
        display: none !important;
    }
	.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;
	}
	#button-cart2, #button-cart{
	}
	.breadcrumb{
		padding: 30px 25px 15px;
	}
}
@media(max-width: 768px){
    .banner-1 .col-img img {
        width: 100%;
    }
    .static-policy .col {
        width: 100%;
        margin-bottom: 30px;
    }
	.owl-style2 .owl-theme .owl-nav{
		display: none !important;
	}
    .banner-1 .col-3 {
        width: 100%;
        margin-bottom: 30px;
    }
    .banner-1 .col-4 {
        width: 100%;
    }
    .banner-1 .col-5 {
        width: 100%;
    }
    .banner-1 .col-6 {
        width: 100%;
    }
    .banner-1 .col-5 {
        width: 100%;
        margin-bottom: 30px;
    }
    .banner-1 .col-3 .col-img img{
        width: 100%;
    }
}
@media(max-width: 767px){
	.block-3 .nav-tabs li a{
		margin-right: 10px;
	}
	.middle-footer{
		padding: 30px 0 0;
	}
	.static-middle-footer > div{
		margin-bottom: 30px;
	}
	.static-middle-footer > div:nth-child(2n+1){
		clear: both;
	}
	.static-middle-footer {
		display: block;
	}
	.owl-theme .owl-dots,
	.owl-theme .owl-nav{
		display: none !important;
	}
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.top-footer{
		padding: 30px 0 10px;
	}
	.top-footer .col-f:nth-child(2n+1){
		clear: both;
	}
	.top-footer .col-f{
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.toolbar .text-right, .toolbar .pagination{
		width: 100%;
		clear: both;
	}
	.testimonial-container .testimonial-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	#dialog-normal .newsletter-des{
		font-size: 18px;
		margin-bottom: 25px;
	}
}
@media(max-width: 640px){
	#subscribe_email{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.deal-of-the-day .countdown-row .countdown-section{
		padding: 0 10px;
	}
	.deal-of-the-day .countdown-row{
		display: flex;
		max-width: 100%;
		justify-content: center;
	}
	.deal-of-the-day .countdown-period::after{
		display: none;
	}
	.deal-of-the-day .countdown-amount{
		font-size: 30px;
	}
	.deal-of-the-day .countdown-period{
		display: block;
	}
}
@media(max-width: 560px){
	.static-middle-footer > div{
		width: 100%;
	}
	.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;
	}
	.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%;
	}
	.module-title .module-description::before, .module-title .module-description::after{
		display: none;
	}
}
@media(max-width: 480px){
	#blog_home .articles-image{
		text-align: center;
	}
	#blog_home .articles-image img{
		width: 100%;
	}
	#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;
	}
}
.b-modal.__b-popup1__, .newletter-popup, .newsletter-popup{ 
    display: none !important;
}
.oc-menu .ul-top-items .li-top-item .a-top-link{
    padding: 20px 0px 20px 0px !important;
    font-size: 13px !important;
}
.ghost-hidden-1 li:nth-child(2), .ghost-hidden-2 {
    display: none;
}
.account-newsletter{display:none}