/**************************************** commn ******************************************/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: normal;
	background-color: #ffffff;
	letter-spacing: 0.5px;
}
/* commn css*/
img{
	width: auto;
	max-width: 100%;
}
a {
	text-decoration: none
}
a:focus,
a:hover {
	color: var(--theme-custom-color);
	text-decoration: none;
}
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:hover{
	color: #ffffff;
	background-color: var(--theme-custom-color);
}
.btn-primary:hover {
	color: #ffffff;
	background-color: var(--theme-custom-color);
	border-color: transparent
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #ffffff;
	background-color: var(--theme-custom-color);
	border-color: var(--theme-custom-color)
}
.btn-outline-primary {
	color: var(--theme-custom-color);
	background-image: none;
	background-color: transparent;
	border-color: var(--theme-custom-color)
}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle {
	color: #ffffff;
	background-color: var(--theme-custom-color);
	border-color: var(--theme-custom-color)
}
.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover {
	color: #ffffff;
	background-color: var(--theme-custom-color);
	border-color: var(--theme-custom-color)
}
.btn-primary {
	color: #fff;
	background-color: #373737;
	border-color: transparent
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #373737;
	border-color: transparent;
}
.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.btn-outline-primary.dropdown-toggle.focus,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #373737;
	border-color: #175c6a
}
.tag-primary[href]:focus,
.tag-primary[href]:hover {
	background-color: #373737
}
a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #373737
}
a.text-primary:focus,
a.text-primary:hover {
	color: #373737;
}
.btn-link {
	font-weight: 400;
	color: var(--theme-custom-color);
	border-radius: 0
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: var(--theme-custom-color);
	outline: 0
}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
	color: #ffffff;
	cursor: default;
	background-color: var(--theme-custom-color)
}
.card-primary {
	background-color: var(--theme-custom-color);
	border-color: var(--theme-custom-color)
}
.card-outline-primary {
	border-color: var(--theme-custom-color)
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	background-color: var(--theme-custom-color);
	border-color: var(--theme-custom-color)
}
.page-link {
	position: relative;
	float: left;
	padding: .5rem .75rem;
	margin-left: -1px;
	color: var(--theme-custom-color);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.tag-primary {
	background-color: var(--theme-custom-color)
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #ffffff;
	text-decoration: none;
	background-color: var(--theme-custom-color);
	border-color: var(--theme-custom-color)
}
.bg-primary {
	background-color: var(--theme-custom-color)
}
.text-primary {
	color: var(--theme-custom-color)
}
.form-control:focus,
.input-group.focus {
	outline: none;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
	background: var(--theme-custom-color);
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .875rem;
	padding: .5rem 1rem
}
.custom-radio input[type=radio]:checked+span {
	display: block;
	background-color: var(--theme-custom-color);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: .125rem;
	top: .125rem
}
.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
	text-decoration: none;
	color: var(--theme-custom-color)
}
#search.page-search #content-wrapper .tvcmsheader-search.search-widget .badform button[type=button] i {
	color: #373737;
}
.search-widget .badform input[type=text]:focus+button .search {
	color: #000000;
}
.search-widget .badform button[type=button] .search:hover {
	color: #000000;
}
#header .top-menu a[data-depth="0"]:hover {
	text-decoration: none
}
.top-menu .sub-menu a:hover {
	color: var(--theme-custom-color)
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
	display: inline-block;
	margin: 0 .3125rem;
	background: #373737 none no-repeat scroll 0 0;
	color: #FFF;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
	background-color: var(--theme-custom-color);
	color: #ffffff;
}
body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
	background-color: #373737;
	color: #ffffff;
}
.page-my-account #content .links a:hover i {
	color: var(--theme-custom-color)
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
	color: var(--theme-custom-color)
}
.products-sort-order .select-list:hover {
	background: var(--theme-custom-color);
	color: #fff;
	text-decoration: none
}
.facet-dropdown.open>.select-title {
	border: 3px solid var(--theme-custom-color);
	background: #f6f6f6
}
.facet-dropdown .select-list:hover {
	background: var(--theme-custom-color);
	color: #ffffff;
	text-decoration: none
}
.pagination .current a {
	color: var(--theme-custom-color);
	text-decoration: none;
	font-size: 1.25rem
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
	color: var(--theme-custom-color)
}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
	color: var(--theme-custom-color)
}
.tabs .nav-tabs .nav-link.active {
	color: var(--theme-custom-color)
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
	border: none;
	border-bottom: 3px solid var(--theme-custom-color)
}
#product-modal .modal-content .modal-body .product-images img:hover {
	border: 3px solid var(--theme-custom-color)
}
#blockcart-modal .product-name {
	color: var(--theme-custom-color);
	font-size: 1.125rem
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
	border: 3px solid var(--theme-custom-color)
}
.product-customization .product-message:focus {
	background-color: #fff;
	outline: none;
}
.cart-grid-body a.label:hover {
	color: var(--theme-custom-color)
}
.tv-addtocart-price {
	color: #373737;
}
.block_newsletter form input[type=text]:focus {
	outline: none;
	color: #232323;
	background: #fff
}
.block_newsletter form input[type=text]:focus+button .search {
	color: var(--theme-custom-color)
}
.block_newsletter form button[type=submit] .search:hover {
	color: var(--theme-custom-color)
}

.account-list a:hover {
	color: var(--theme-custom-color)
}
#wrapper .breadcrumb li:last-child a, 
#wrapper .breadcrumb li:hover a {
	color: var(--theme-custom-color);
}
.tv-continue-shopping-btn:hover {
	background-color: var(--theme-custom-color);
	color: #ffffff;
}
.tvreviews-popup-send-btn a button, 
.tvreviews-popup-send-btn button{
	background-color: #373737;
	padding: 0 20px;
}
.page-footer a {
    background-color: var(--theme-custom-color);
    padding: 10px 15px;
    color: #ffffff;
}
#search_filters_brands .facet .tvsearch-filter-brand-wrapper li.facet-label a:hover, 
.tvserach-filter-suppliers p:hover {
	color: var(--theme-custom-color);
}
.tv-continue-shopping-btn,
.tvprocess-to-checkout {
	background-color: var(--theme-custom-color);
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
.tv-continue-shopping-btn:hover,
.tvprocess-to-checkout:hover {
	background-color: #222222;
	color: #ffffff;
}
.tabs .tab-pane{
	padding: 15px;
}
.review-send-button{
	border: none;
    box-shadow: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
}
.review-submit-button{
	border: none;
    box-shadow: none;
    background-color: var(--theme-custom-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
}
.review-send-button:hover{
	background-color: var(--theme-custom-color);
	color: #ffffff;
}
.review-submit-button:hover{
	background-color: #000000;
	color: #ffffff;
}
*::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}
*::-webkit-scrollbar-thumb{
    background-color: var(--theme-custom-color);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.tv-category-main-div,
.tvcenter-block-product-section {
	border: 1px solid #eeeeee;
}
body#checkout .custom-checkbox {
    float: left;
}
.container {
	position: relative;
}
@media (min-width: 1200px) {
	.container {
	    width: 1170px;
	    max-width: 100%;
	}
	#header .container{
		width: 100%;
		max-width: 100%;
	}
}
.badviewed-products-block .container,
.badlike-products-block .container,
.badcross-selling-products-block .container,
.badcategory-products-block .container,
.badbestseller-products-block .container,
.badnew-products-block .container,
.badfeatured-products-block .container,
.badtab-prdoducts-block .container{
	max-width: 100%;
	width: 100%;
}
/****************************************** end common *****************************************/

/****************************************** all theme common *****************************************/
#wrapper{
	background-color: #ffffff;
}
/*************************************** end all theme common *****************************************/
.badtheme-layout-option{
	overflow: hidden;
}
/****************************************** header *****************************************/
#index #header{
    color: #7a7a7a;
    z-index: 100;
    width: 100%;
}
#header{
	display: inline-block;
	background: #ffffff;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.badheader-top-left{
	 display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.badheadercurrency-block .currency-selector span,
.badheaderlanguage-block .language-selector span{
	color: #2a7d2e;
	font-size: 16px;
	padding-right: 7px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
}
.badheadercurrency-block .currency-selector i,
.badheaderlanguage-block .language-selector i{
	color: #2a7d2e;
}
.badheaderlanguage-block .badheaderlanguage-dropdown li a span{
	cursor: pointer;
	color: #222222;
	font-size: 14px;
	padding: 0;
	display: block;
	line-height: 35px;
}
.badheadercurrency-block .badheadercurrency-dropdown li a,
.badheaderlanguage-block .badheaderlanguage-dropdown li a{
	cursor: pointer;
    padding: 0 10px;
    line-height: 35px;
    font-size: 13px;
    color: #111111;
}
.badheadercurrency-block .badheadercurrency-dropdown li a:hover,
.badheaderlanguage-block .badheaderlanguage-dropdown li a:hover{
	background-color: transparent;
}
.badheadercurrency-block .badheadercurrency-dropdown,
.badheaderlanguage-block .badheaderlanguage-dropdown{
	padding: 0;
	right: 0;
    left: auto;
}
.badheader-top-center .badheader-top-logo{
	text-align: left;
}
.badheader-top-logo a{
	display: block;
}
.bedheader-Search-user-shopping-cat{
   	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:end;
    -ms-justify-content: end;
    justify-content: flex-end;
    text-align: left;
}
.badheader-top-right .badheader-user-search i{
	font-size: 18px;
	color: #ffffff;
	padding: 0 12px;
}
.badheader-top-content{
    background-color: #f7f5f3;
}
.badheader-top-content .row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;	
}
@media(max-width: 991px){
	.badheadercurrency-block .currency-selector span, .badheaderlanguage-block .language-selector span{
		font-size: 13px;
		line-height: 36px;
	}
}
@media(max-width: 575px){
	#header .logo{
		margin: 0 auto;
	}
	.badheadercurrency-block .badheadercurrency-dropdown{
		left: auto;
		right: 0;
		min-width: 0;
	}
	.badheaderlanguage-block .badheaderlanguage-dropdown{
		padding: 0;
	}
}
/************** call-info ****************/
#_desktop_contact_link,
.desktop_email_link,
.desktop_contact_link{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#_desktop_contact_link{
	margin: 0 15px;
	padding: 0 15px;
}
#_desktop_contact_link:after,
#_desktop_contact_link:before{
    background-color: #2a7d2e;
    content: '';
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
#_desktop_contact_link:after{
	right: 0;
	left: auto;
}
#_desktop_contact_link i,
.desktop_email_link i,
.desktop_contact_link i{
    font-size: 24px;
    color: #2a7d2e;
    display: inline-block;
    vertical-align: middle;	
}
#_desktop_contact_link span,
.desktop_email_link span,
.desktop_contact_link span{
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #2a7d2e;
    position: relative;
    padding-left: 5px;    
    letter-spacing: 0;
}
@media(max-width: 991px){
	#_desktop_contact_link span,
	.desktop_email_link span,
	.desktop_contact_link span{
	    line-height: 36px;
	    font-size: 13px;
	}
	#_desktop_contact_link i, .desktop_email_link i, .desktop_contact_link i{
		font-size: 18px;
	}
}
@media(max-width: 767px){
    #_desktop_contact_link, .desktop_email_link, .desktop_contact_link{
        display: block;
    }
    #_desktop_contact_link{
        margin: 0;
        padding: 0;
    }
    #_desktop_contact_link:after, #_desktop_contact_link:before{
        display: none;
    }
}
/************** end call-info ****************/
/******************* badheader-block-info ******************/
.badheader-block-info{
    text-align: right;
}
/********** badsearch--shopping-cart--user--block *************/
/********** badsearch *************/
.badsearch-block{
	cursor: pointer;
}
.search-widget .badform{
	background-color: #eeeeee;
	border-radius: 100px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.search-widget .badform input[type=text]{
    background-color: transparent;
    border: none;
    line-height: 40px;
    min-width: auto;
    padding: 0 15px;
    width: 100%;
}
.search-widget .badform input[type=text]:focus{
	outline: none;
	background-color: transparent;
}
.search-widget .badform button[type=button] {
    background-color: transparent;
    border: none;
    padding: 3px;
}	
.search-widget .form input[type=text]{
    height: 45px;
    line-height: 45px;
    border: none;
    color: #908472;
    padding: 0 15px;
    min-width: auto;	
    width: 100%;
    background: transparent;
}
/************************** 404-badsearch******************************/
#search #products #content .badsearch-content-box{
	display: block;
    position: inherit;
    border: 1px dashed #cccccc;
    width: 100%;
    height: 46px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 40px;
}
#search #products #content .badsearch-content-box-inner input{
	outline: none;
	border: none;
	width: 100%;
}
#search #products #content .badsearch-content-box-inner form button{
	border: none;
	background-color: transparent;
}
#search #products #content .badsearch-content-box-inner button i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 0;
}
/************************** end-404-badsearch******************************/
/********** badcustomer *************/
#_desktop_language_selector,
#_desktop_currency_selector{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#_desktop_language_selector{
	padding-right: 15px;
	margin-right: 10px;
}
#_desktop_language_selector:after{
    background-color: #2a7d2e;
    content: '';
    height: 20px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.badcustomer-signin-content-box{
    min-width: 8rem;
    padding: 10px;
    left: auto;
    right: 0;
    margin: 0;
    text-align: left;
}
.badcustomer-signin-login a{
	display: block;
    line-height: 24px;
}
.badcustomer-signin-login a span{
	color: #222222;
	font-size: 14px;
}
.badcustomer-signin-customer-name{
	padding-bottom: 10px;
}
/********** badshopping *************/
.badshopping-cart-content,
.badsearch-content-box-inner,
.badcustomer-signin-content-box-wrapper,
#header .badwishlist a{
	padding: 21px 0;
	display: block;
}
.badshopping-cart-content{
	position: relative;
}
.badheader-search-btn{
	display: block;
}
.badheader-search-btn i,
.badshopping-cart-btn-wrapper i,
#header .badwishlist i,
.badcustomer-signin-btn i{
	color: #2a7d2e;
    font-size: 34px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.badheader-search-btn:hover i,
.badshopping-cart-btn-wrapper:hover i,
#header .badwishlist:hover i,
.badcustomer-signin-btn:hover i{
	color:#7fba00;
	transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.badshopping_cart-title,
.badcustomer-signin-btn-login{
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	text-align: left;
}
.badshopping-cart-btn-wrapper a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:flex-start;
	position: relative;
}
.badshopping-cart-name{
    color: #124a2f;
    font-weight: 600;
    font-size: 14px;
	display: block;
	padding-top: 5px;
}
.badshopping-cart-count{
    color: #fff;
    background: #f6af14;
    width: 30px;
    text-align: center;
    line-height: 8px;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    border-radius: 15px;
	display: block;
}
.badcustomer-signin-btn-login span{
    color: #124a2f;
    font-weight: 600;
    font-size: 14px;
    display: block;
    line-height: 20px;	
}
.badshopping-cart-btn-wrapper i.lnr-cart{
	font-size: 38px;
	line-height: 30px;
}
@media(max-width: 991px){
	.badshopping-cart-btn-wrapper{
		padding: 0;
	}
}
/********** badshopping-commen *************/
.badshopping-cart-product-wrapper {
    width: 350px;
    position: absolute;
    right: 0;
    z-index: 60;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 900ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.badshopping-cart-content.open:hover .badshopping-cart-product-wrapper{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.badshopping-cart-content.open .badshopping-cart-product-wrapper{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.badshopping-cart-product-contet{
	margin-bottom: 15px;
    overflow-y: scroll;
    max-height: 197px;
    /*margin-right: -15px;*/
    border-bottom: 1px solid #eeeeee;
    scroll-behavior: smooth;
}
.badshopping-cart-product-item-img{
	border: 1px solid #eee;
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 15px;
}
.badshopping-cart-product-item-img img{
	width: 100%;
}
.badshopping-cart-product-info {
    margin-left: 80px;
}
.badshopping-cart-product-item{
	margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
	position: relative;
}
.badshopping-cart-product-remove{
	position: absolute;
	right:0px;
	top:0;
}
.badshopping-cart-noproduct-label{
	text-align: center;
}
.badproduct-star,
.badproduct-name,
.badproduct-price-and-shipping{
	margin-bottom: 15px;
}
.badshopping-cart-process-checkbout-btn{
	padding-top:20px;
    text-align: center;
}
.badshopping-cart-process-checkbout-btn a{
	border: 1px dashed #cccccc;
    padding: 10px 20px;
    color: #111111;
    font-weight: 600;
    display: block;
    width: 100%;
}
.badshopping-cart-process-checkbout-btn a:hover{
	border: 1px dashed #ffffff;
	color: #ffffff;
	background-color: var(--theme-custom-color);
}
.badshopping-cart-tax-wrapper,
.badshopping-cart-shopping-wrapper,
.badshopping-cart-total-products-wrapper{
	margin-bottom: 15px;
}
.badshopping-cart-total-payment-wrapper {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
}
.badshopping-cart-tax-title,
.badshopping-cart-total-payment-title,
.badshopping-cart-shopping-title,
.badshopping-cart-total-products-title{
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	text-align: left;
	float: left;
	width: 50%;
}
.badshopping-cart-tax-amout,
.badshopping-cart-total-payment-amout,
.badshopping-cart-shopping-amout,
.badshopping-cart-total-products-amout{
	font-size: 14px;
	color: #333333;
	font-weight:500;
	width: 50%;
	display: inline-block;
	text-align: right;
}
.badshopping-cart-product-info .badproduct-name{
	text-align: left;
}
.badshopping-cart-product-info .badproduct-name a{
	-webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.badshopping-cart-product-info .badshopping-cart-product-info-inner{
	margin-bottom: 5px;
	text-align: left;
}
.badshopping-cart-product-info .badshopping-cart-product-remove{
	text-align: left;
}
@media(max-width: 991px){
	.badproduct-star,
	.badproduct-name,
	.badproduct-price-and-shipping{
		margin-bottom: 10px;
	}										
}
/******** Start cart Css ************************/

/******** End cart Css ************************/
/************** bsearch-user-cart *****************/
#_desktop_search,
#_desktop_cart,
.badwishlist,
#_desktop_user_info{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.badwishlist-wrapper{
	position: relative;
}
.cart-wishlist-number{
    color: #fff;
    background: #f6af14;
    font-size: 12px;
    font-weight: 600;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
}
#_desktop_search,
#header .badwishlist{
	padding: 0px;
}
@media(max-width: 1199px){
	#_desktop_search,
	#header .badwishlist{
		padding: 0 10px;
	}	
	/*.badcustomer-signin-btn-login{
		display: none;
	}*/
}
@media(max-width: 991px){
	#_desktop_search,
	#header .badwishlist{
		padding: 0 5px;
	}	
}
@media(max-width: 575px){
	#_desktop_search,
	#header .badwishlist{
		padding: 0;
	}	
}
/************** end bsearch-user-cart *****************/
/******************************* main-badmenu *******************************************/
.top-menu .sub-menu.collapse{
	display: block;
}
.badmain-menu-content .badmain-menu-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    padding: 21px 0;
    margin: 0 15px;
}
.badsub-menu-item{
	width: 185px;
	float: left;
	text-align: left;
	padding-right: 10px;
}
.badmain-menu-dropdown-img-wrapper{
	padding-top: 10px;
}
.badmain-menu-dropdown-img img{
	width: 100%;
}
.badmain-menu-dropdown-link{
	position: relative;
}
.badmain-menu-content .badmain-menu-wrapper .badmenu-first{
    color: #124a2f;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    letter-spacing: 0;
}
.badmain-menu-content .badmain-menu-wrapper:hover .badmenu-first,
.top-menu a.dropdown-submenu:hover {
	color:#7fba00;
}
.badmain-menu-item{
    width: 185px;
    margin: 0;
    float: left;
    padding-right: 10px;
    position: relative;
}
.badmain-menu-icon-wrapper{
	display: inline-block;
	vertical-align: middle;
}
.badmain-menu-icon-wrapper a i{
	color: #124a2f;
	font-size: 14px;
}
.badmain-menu-dropdown .badmain-menu-item:hover .badmain-menu-icon-wrapper a i{
	color: #2a7d2e;	
}
.badmain-menu-get-child ul li a.dropdown-submenu{
    color: #666;	
}
#product-product .badquickview-producat{
	padding: 15px 0px;
	text-align: left;
}
#product-product   .badquickview-producat .form-group{
	display: block;
	width: 100%;
}
 #product-product  .badquickview-producat .badall-theme-button {
	margin-top: 30px !important;
}
/**** menu media *****/
@media(max-width: 1199px){
	.badmain-menu-content .badmain-menu-wrapper{
		margin: 0 8px;
	}
	.badmain-menu-content .badmain-menu-wrapper .badmenu-first{
		font-size: 16px;
	}
}
@media(min-width: 992px){
	#header .badmenu-has-sticky.sticky{
		top: 0;
	    position: fixed;
	    z-index: 9999;
	    box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
	    background-color: #f7f5f3;
	    width: 100%;
	    left: 0;
	    /*-webkit-animation: mySticky 1s;
	    -moz-animation: mySticky 1s;
	    animation: mySticky 1s;
	    animation-timing-function: ease-in-out;
	    -webkit-animation-timing-function: ease-in-out;
	    -moz-animation-timing-function: ease-in-out;*/
	    backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -webkit-backface-visibility: hidden;
	    transform: translateY(0);
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	    list-style: none;
	}
	.badmobile-bottom-block{
		display: none;
	}
	.badmain-menu-get-child{
		position: absolute;
	    background-color: #ffffff;
	    z-index: 60;
	    padding: 15px;
	    outline: 1px solid #eeeeee;
	    left: auto;
	    opacity: 0;
	    top: 100%;
	    visibility: hidden;
	    -webkit-transform: translateY(20px);
	    -o-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	    -moz-transform: translateY(20px);
	    transform: translateY(20px);
	}
	.badmain-menu-wrapper:hover .badmain-menu-get-child{
	    opacity: 1;
	    visibility: visible;
	    -webkit-transform: translateY(0px);
	    -o-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    -moz-transform: translateY(0px);
	    transform: translateY(0px);
	}	
	#column-left{
	position: sticky;
	top: 0px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}

}
/**** menu media *****/
/************************ mobile-All-menu ***********************/
@media(max-width: 991.98px){
	.badmobile-menu-icon{
    	width: 40px;
	    height: 40px;
	    color: #2a7d2e;
	    font-size: 14px;
	    text-align: center;
	    line-height: 40px;
	    background: #ffffff;
	    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
	    border-radius: 100%;
	    border: 1px solid #f6f6f6;	
	    padding: 0;
	}
	.badmain-menu-content{
		position: absolute;
		background-color: #ffffff;
		border: 1px solid #eeeeee;
		top: 100%;
		bottom:0;
		width: 50%;
		z-index: 9999;
		opacity: 0;
		text-align: left;
		-webkit-transition: all 0.7s ease 0.1s;
		-moz-transition: all 0.7s ease 0.1s;
		-ms-transition: all 0.7s ease 0.1s;
		-o-transition: all 0.7s ease 0.1s;
		transition: all 0.7s ease 0.1s;
		padding: 15px;
		left:-300px;
		visibility: hidden;
		height: calc(100vh - 82px);
		overflow-y: scroll;
	}
	.badmain-menu-content.open{
		opacity: 1;
   		-webkit-transition: all 0.7s ease 0.1s;
   		-o-transition: all 0.7s ease 0.1s;
   		transition: all 0.7s ease 0.1s;
   		visibility: visible;
   		left:0;
	}
	.badmobile-header-block{
		position: relative;
	    display:-webkit-box;
	    display:-ms-flexbox;
	    display:flex;
	    -webkit-box-align:center;
	    -ms-flex-align:center;
	    align-items:center;
	    padding: 0 15px;
	    background-color: #161616;
	}
	#badmobile-header-left,
	#badmobile-header-center,
	#badmobile-header-right{
		width: 33.33%;
		display: inline-block;
		vertical-align: middle;
	}
	#badmobile-header-center{
		padding: 0 15px;
	}
	.badheader-top-logo img{
		margin: 0 auto;
	}
	
	.badmain-menu-content .badmain-menu-wrapper{
		padding: 0 15px;
		margin: 0 0 10px 0;
		width: 100%;
		border: 1px solid #eeeeee;
	}
	.badmain-menu-get-child{
		display: none;
		width: 100%;
		padding: 0 10px 10px 10px;
		overflow: hidden;
	}
	.badsub-menu-item{
		width: 100%;
		padding: 0;
	}
	.badmain-menu-content .badmain-menu-wrapper .badmenu-first{
		width: 100%;
	}
	.badmain-menu-icon-wrapper{
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    text-align: right;
	}
	.badheader-search-btn i, .badshopping-cart-btn-wrapper i, #header .badwishlist i, .badcustomer-signin-btn i{
		-webkit-transform: scale(0.7);
		-o-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-moz-transform: scale(0.7);
		transform: scale(0.7);	
	}
	
}
@media(max-width: 767.98px){
    .badheader-block-info,
    .badheader-call-info{
        text-align: center;
    }
	.badshopping-cart-name{
		display: none;
	}
	.badshopping_cart-title{
		margin: 0;
		position: absolute;
	    top: 1px;
	    right: -11px;
	}
	
}
@media(max-width: 575.98px){
	.badmobile-header-block{
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		padding: 0;
	}
	#badmobile-header-center{
		
		padding: 0px 0px;
	} 
	#badmobile-header-left{
		width: auto;
		padding: 0 15px;
		float: left;
	} 
	#badmobile-header-right{
		float: right;
	}
	.badmobile-menu-icon-wrapper{
		padding: 5px 0;
	}
	.badshopping-cart-content,
	.badsearch-content-box-inner,
	.badcustomer-signin-content-box-wrapper,
	#header .badwishlist a{
		padding: 5px 0;
	}
	#_desktop_search{
		position: inherit;
	}
	.badsearch-content-wrapper,
	.badmain-menu-content{
		width: 100%;
	}
	#badmobile-header-call .row{
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		align-items: center;
	}
	.top-social-icon,.badheader-call-info{
		width: auto;
	}
	
	#badmobile-header-call .row:before, #badmobile-header-call .row:after{
		content:none !important;
	}
	.badheader-call-info{
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		align-items: center;
	}
	.badmain-menu-content{
		height: calc(100vh - 128px);
	}
	#_desktop_contact_link, .desktop_email_link, .desktop_contact_link{
		display: flex !important;
		display: -ms-flexbox;
		align-items: center;
	}
}
@media (max-width: 414.98px){
	.badmobile-header-left{
		position: absolute;
		right:0;
		top: 30px;
	}
	
}
/********************************************* bad-slider-block *********************************************/
.badhome-slider-block{
	margin-bottom: 0;
	background-color: #ffffff;
}
.badhome-slider-inner .owl-dots{
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
    z-index: 9;	
}
.badhome-slider-inner .owl-dot{
    background: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 25px;
    margin: 0 5px;
    width: 25px;
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #2a7d2e;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    border: 1px solid #f6f6f6;	
}
.badhome-slider-inner .owl-dot.active,
.badhome-slider-inner .owl-dot:hover{
    background-color: #2a7d2e;
    border-color: #2a7d2e;
    color: #fff;	
}
/********************************************* all producat design *********************************************/

/************ all producat image hover ****************/
.badtab-product-first-item{
	margin-bottom: 20px;
}
.badtab-product-list-wrapper{
	padding: 10px 0;
}
.badproduct-wrapper{
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badproduct-wrapper:hover{
	box-shadow: 0 4px 25px 0px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.badproduct-wrapper .badproduct-hover-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity:0;
	margin: 0 auto;
	transform:  scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badproduct-wrapper:hover .badproduct-hover-image{	
	opacity: 1;
	transform: scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#products.list .badproduct-image img{
	width: 100%;
}
/************ end all producat image hover ****************/
/************ all producat title ****************/
.badproductspecial-title{
    text-transform: uppercase;
}
.badproduct-name .badproduct-title a h4{
    color: #124a2f;
    line-height: normal;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    overflow: hidden;
}
.badproduct-price-and-shipping .price{
    color: #f6af14;
    font-size: 20px;
    font-weight: 600;
    margin: 0 5px;
}
.badspecial-products-content-box .badproduct-price-and-shipping .price{
	color: #f85951;
}
.badproduct-price-and-shipping .regular-price{
	color: #666666;
	font-size: 16px;
	font-weight:500;
	text-decoration: line-through;
	margin: 0 5px;
}
.badproduct-price-and-shipping .baddiscount-product{
	color: #ff5d5d;
	font-size: 12px;
	display: none;
	font-weight:400;
	margin: 0 5px;
}
.badproduct-description{
	padding: 15px 5px;
	text-align: center;
}
.badproduct-desc{
	display: none;
}
@media(max-width: 991px){
	.badproduct-name .badproduct-title a h4,
	.badproduct-price-and-shipping .price{
		font-size: 16px;
	}
	.badproduct-price-and-shipping .regular-price{
		font-size: 14px;
	}
}
/************ end all producat title ****************/

/************ product-flags ****************/
.badproduct-wrapper .badproduct-flag-wrapper{
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badproduct-wrapper:hover .badproduct-flag-wrapper{
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product-flags{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
}
.product-flags li{
	padding-bottom: 10px;
	font-size: 14px;
	color: #999999;
}
.badproduct-new-sale-flags-wrapper{
	position: absolute;
	top: 10px;
	left: 10px;
}
.badproduct-discount-pack-flags-wrapper{
	position: absolute;
	top: 10px;
	right: 10px;
}
.badproduct-flags{
	margin: 0;
}
.badproduct-flags .badproduct-flag{
    background: #7fba00;
    color: #ffffff;
    padding: 0 15px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    height: 25px;
}
@media(max-width: 991px){
	.badproduct-wrapper:hover .badproduct-flag-wrapper{
		opacity: 1;
	}
}
/************ end product-flags ****************/
/************ badtimer-wrapper ****************/
.badtimer-wrapper{
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badproduct-wrapper:hover .badtimer-wrapper{
	transform: translateY(30px);
	-webkit-transform:translateY(30px);
	-moz-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badtimer-content-inner{
	display: flex;
}
.badtimer-content{
	min-width: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.badtimer-content-inner .badtimer-content-close,
.badtimer-content-inner .badtimer-label{
	display: none;
}
.badtimer-dot{
	margin: 0 3px;
}
.badtimer-content-box{
	border-radius: 100px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 5px 10px;
}
.badtimer-content-icon{
	background-image: url(../img/sprite.png);
	background-position: 85px -714px;
	margin-right: 4px;
    width: 20px;
    height: 20px;
}
.badtimer-content-icon i{
	display: none;
}
.badtimer-time{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}
.badtimer-content-secounds-time{
	color: var(--theme-custom-color);
}
@media(max-width: 991px){
	.badtimer-wrapper{
		bottom:60px;
	}
	.badproduct-wrapper:hover .badtimer-wrapper{
		transform: translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		opacity: 1;
	}
}
/************ end badtimer-wrapper ****************/
/************* badproduct-color *****************/
.badproduct-color{
	display: none;
}
/************* end badproduct-color *****************/
/************ all producat button ****************/
.badproduct-image{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.badproduct-image .thumbnail{
	margin: 0;
	border: 0;
	padding: 0;
	border-radius: 0;
}
.badspecial-products-block .owl-carousel .owl-item img{
	width: auto;
}
.badproduct-compare,
.badproduct-quick-view,
.badproduct-wishlist,
.badproduct-add-to-cart-btn{
	background-color: #ffffff;
	border:1px solid #2a7d2e;
	display: inline-block;
    vertical-align: middle;
	margin: 0 5px;
	border-radius: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}

.badproduct-quick-view {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    margin: 0 auto;
	width: 70px;    
	-webkit-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	transform: translateY(-20%);	
}
.badproduct-wrapper:hover .badproduct-quick-view{
	opacity: 1;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);	
	transform: translateY(-50%);	
}

.badproduct-add-to-cart-btn .add-to-cart{
    padding: 0 15px;
    
}
.badproduct-add-to-cart{
	background-color: transparent;
	padding: 0;
	border: none;
}
.badproduct-add-to-cart-btn span{
	display: block;
	line-height: 38px;
	color: #2a7d2e;
	font-size: 13px;
	text-transform: uppercase;
}
.badproduct-add-to-cart-btn:hover,
.badproduct-compare:hover,
.badproduct-quick-view:hover,
.badproduct-wishlist:hover{
	background-color: #2a7d2e;
	border:1px solid #2a7d2e;
}
.badproduct-add-to-cart-btn:hover span,
.badproduct-compare:hover .badcompare i, 
.badproduct-quick-view:hover .quick-view i, 
.badproduct-wishlist:hover .badwishlist i{
	color: #ffffff;
}
.badproduct-add-to-cart-btn a,
.badproduct-compare a,
.badproduct-quick-view a,
.badproduct-wishlist a{
	display: block;
}
.badproduct-compare .badcompare i,
.badproduct-quick-view .quick-view i,
.badproduct-wishlist .badwishlist i{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    font-size: 24px;
    color: #2a7d2e;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;    
}
.badproduct-quick-view .quick-view i{
    line-height: 68px;
    height: 68px;
    width: 68px;
    font-size: 28px;
    box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.07);	
}
.badproduct-add-to-cart-btn i,
.badproduct-compare span,
.badproduct-wishlist a span,
.badproduct-quick-view .quick-view span {
    display: none
}
.product-layout.product-list .badproduct-compare,
.product-layout.product-list .badproduct-wishlist{
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
@media(min-width: 992px){
	.badproduct-compare,
	.badproduct-wishlist{
		opacity: 0;
		-webkit-transform: translateY(20%);
		-o-transform: translateY(20%);
		-ms-transform: translateY(20%);
		-moz-transform: translateY(20%);
		transform: translateY(20%);
	}
	.badproduct-wrapper:hover .badproduct-compare,
	.badproduct-wrapper:hover .badproduct-wishlist{
		opacity: 1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);	
		transform: translateY(0);	
	}	
}
@media(max-width: 991px){
	.badproduct-quick-view .quick-view i{
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
	}
	.badproduct-quick-view {
		width: 50px;
	    opacity: 1;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}																		
}
@media(max-width: 1499px){
	.badproduct-add-to-cart-btn{
		padding: 0 10px;
		margin: 0 5px;
	}
}
@media(max-width: 991px){
	.badproduct-compare,.badproduct-wishlist, .badproduct-add-to-cart-btn{
		margin: 0 1px;
	}
}
/************* producat-star-review **************/
.star i{
	font-size: 20px;
	color: #999999;
}
.badside-product-wrapper-content .star i{
	font-size: 14px;
}
.star_on i{
	color: #f6af14;
}
.nb-comments{
	display: none;
}
.comments_note .star{
	display: inline-block;
	vertical-align: middle;
}
@media(max-width: 991px){
	.badproduct-wrapper:hover .badproduct-star{
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		opacity: 1;
	}
}
/************* end producat-star-review **************/
/************ end all producat button ****************/
/************ Special Product  ****************/
.badspecial-products-block .badproduct-description{
	padding: 100px 60px;
    box-shadow: 3px 4px 25px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}
.badspecial-products-block .badproduct-wrapper{
	box-shadow: none;
}
.badspecial-products-block .badproduct-all-btn{
	position: inherit;
    bottom: 0;
    left: 0;
    right: auto;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.badspecial-products-block .badproduct-desc{
	display: block;
	font-size: 14px;
    color: #7b6d58;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom:15px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badspecial-products-block .badproduct-name{
	margin-bottom: 15px;
}
.badspecial-products-block .badproduct-star{
	position: inherit;
	bottom: auto;
	left: auto;
	right: auto;
	margin-bottom: 15px;
	display: block;
}
.badspecial-products-block .badproduct-price-and-shipping{
	margin-bottom: 15px;
}
#index .badspecial-products-block .badproduct-wrapper-content{
	display: inline-block;
	vertical-align: middle;
}
.badspecial-products-block .badproduct-wrapper-content .row{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.badspecial-products-block .badtimer-wrapper{
    left: -50px;
    text-align: center;
    top: 50%;
    bottom: auto;
    right: auto;
    margin: 0;
    background: #2a7d2e;
    border-radius: 60px;
    padding: 10px;
    display: block;
    opacity: 1;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);    
}
.badspecial-products-block .badproduct-wrapper:hover .badtimer-wrapper{
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
.badspecial-products-block .badtimer-content-inner{
	display: block;
}
.badspecial-products-block .badtimer-dot,
.badspecial-products-block .badtimer-content-icon{
	display: none;
}
.badspecial-products-block .badtimer-content-inner .badtimer-label{
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding-top: 5px;
}
.badspecial-products-block .badtimer-content-box{
	border: none;
	padding: 0;
	background-color: transparent;
}
.badspecial-products-block .badtimer-content{
	min-height:80px;
    min-width:80px;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 11px 5px;
}
.badspecial-products-block .badtimer-content-days{
	background-color: #ffffff;
}
.badspecial-products-block .badtimer-content-inner .badtimer-content-days-time,
.badspecial-products-block .badtimer-content-inner .badtimer-content-days-label{
	color: #2a7d2e;
}
.badspecial-products-block .badtimer-content-secounds{
	margin-bottom: 0;
}
.badspecial-products-block .badtimer-time{
    font-size: 28px;
    color: #ffffff;
}
.badspecial-products-block .badtimer-content-secounds-time{
	color: #f6af14;
}
.badspecial-products-block .badtimer-label{
	font-size: 13px;
	color: #666666;
	font-weight: 400;
}
.badspecial-products-block .owl-dots{
	display: none;
}
#form-review .table.table-bordered tbody tr td{
	border: 0 none;
}
#form-review .table.table-bordered tbody tr td:first-child{
	display: flex;
}
#form-review .table.table-bordered tbody tr td:first-child .comments_note{
	margin-left: 15px;
}
#form-review textarea.form-control{
	height: auto;
	resize: none;
}
#_desktop_contact_link::after, #_desktop_contact_link::before{
	background: none !important;
}
#_desktop_contact_link{
	margin:0px !important;
	padding-right: 0px !important;
}
.top-social-icon .badfooter-socialicon-content{
	background: none;
}
 .top-social-icon  .badfooter-socialicon-block::before {
	 background: none;
 }
  .top-social-icon  .badfooter-socialicon-content{
	  padding: 0px;
  }
@media(min-width: 992px){
	.badspecial-products-block .badproduct-name .badproduct-title a h4{
		font-size: 30px;
	}
	.badspecial-products-block .badproduct-desc{
	    font-size: 16px;
	}
	#column-left  .badspecial-products-block .badproduct-name .badproduct-title a h4{
	font-size: 19px !important
}
}
@media(max-width: 991px){
	.badspecial-products-block .badproduct-description{
		padding: 50px;
	}
	.badspecial-products-block .badtimer-time{
		font-size: 20px;
	}
	.badspecial-products-block .badtimer-content-inner .badtimer-label{
		font-size: 13px;
		padding: 0;
	}
	.badspecial-products-block .badtimer-content{
	    min-height: 60px;
    	min-width: 60px;
    	padding: 8px 5px;		
	}
}
@media(max-width: 767px){
	.badspecial-products-block .badproduct-description{
		padding: 15px;
		border: 1px solid #eeeeee;
		box-shadow: none;
	}	
	.badspecial-products-block .badspecial-product-list-inner .badproduct-description {
	border: 0 none;
}
	.badspecial-products-block .badproduct-all-btn{
		margin-bottom: 15px;
	}
	.badspecial-products-block .badtimer-wrapper{
		position: inherit;
		left: auto;
		top: auto;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		transform: none;
		display: inline-block;
		vertical-align: middle;
	}
	.badspecial-products-block .badtimer-content{
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	.badspecial-products-block .badproduct-wrapper-content .row{
		display: block;
	}
}
@media(max-width: 575px){
	.badspecial-products-block .badtimer-time {
	    font-size: 18px;
	}
	.badspecial-products-block .badtimer-content{
		min-height: 55px;
    	min-width: 55px;
	}
}
/************ end Special Product ****************/


/*************************** producat-tab-design *******************/
.badtab-products-title-list{
    margin-bottom:30px; 
    text-align: center;
}
.badtab-products-title-list li{
	padding: 0px 15px 0 15px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.badtab-producat-main-title > img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    text-align: center;	
}
.badtab-products-title-list li a{
    font-size: 16px;
    color: #7b6d58;
    font-weight: 400;
    position: relative;
    font-style: italic;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	align-items: center;
}
.badtab-products-title-list li.active a,
.badtab-products-title-list li a:hover{
	color: #7fba00;
}
@media(max-width:991px){
	.badtab-products-title-list{
		margin-bottom: 20px;
	}
	.badtab-products-title-list li a{
		font-size: 14px;
	}
}
@media(max-width:575px){
	.badtab-products-title-list{
		margin-bottom: 0;
	}	
	.badtab-products-title{
		text-align: center;
	}
	.badtab-products-title-list li a{
		margin-bottom:10px;
	}
	.badtab-products-title-list li{
		padding:45px 15px 15px 15px;
	}	
}
/************************************************ next-prev-pagination **********************************************/
.badhome-slider-prev-btn,
.badhome-slider-next-btn,
.bad-prev-btn,
.bad-next-btn{
	position: absolute;
    top: 50%;
    left: auto;
    right: auto;
	z-index: 1;
    cursor: pointer;
    opacity: 0;
	padding: 0;
	border: none;
    -webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    background-color: transparent;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;    
}
.badhome-slider-prev-btn,
.bad-prev-btn{
	left: 15px;
	opacity: 1;
}
.badhome-slider-next-btn,
.bad-next-btn{
	right: 15px;
	opacity: 1;
}
.badviewed-product-list-wrapper,
.badlike-product-list-wrapper,
.badcross-selling-product-list-wrapper,
.badcategory-product-list-wrapper,
.badbestseller-product-list-wrapper,
.badspecial-product-list-wrapper,
.badnew-product-list-wrapper,
.badfeatured-product-list-wrapper,
.badtab-product-list-wrapper{
	position: relative;
	margin: 0 -15px;
}
@media(min-width: 992px){
	.badhome-slider-prev-btn,
	.bad-prev-btn{
		left: 15px;
		opacity: 1;
	}
	.badhome-slider-next-btn,
	.bad-next-btn{
		right: 15px;
		opacity: 1;
	}
	/*.badhome-slider-inner:hover .badhome-slider-prev-btn,
	.badtab-products-inner:hover .bad-prev-btn,
	.badspecial-products-inner:hover .bad-prev-btn{
	    left: 15px;
	    opacity: 1;
	}
	.badhome-slider-inner:hover .badhome-slider-next-btn,
	.badtab-products-inner:hover .bad-next-btn,
	.badspecial-products-inner:hover .bad-next-btn{
	    right: 15px;
	    opacity: 1;
	}*/	
}
.badhome-slider-prev-btn i,
.bad-prev-btn i{
    background: #fff;
    color: #2a7d2e;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.badhome-slider-next-btn i,
.bad-next-btn i{
    background: #fff;
    color: #2a7d2e;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.badhome-slider-prev-btn:hover i,
.badhome-slider-next-btn:hover i,
.bad-prev-btn:hover i,
.bad-next-btn:hover i{
    background-color: #2a7d2e;
    border-color: #2a7d2e;
    color: #fff;
}
.badhome-slider-inner{
    position: relative;
}
/*.bad-all-pagination{
	display: inline-block;
	vertical-align: middle;
    width: 100%;
    margin-top:25px; 	
    text-align: center;
}
.bad-prev-btn{
	margin: 0;
	cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(../img/sprite.png);
    background-position: 199px -601px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bad-next-btn{
	margin: 0;
	cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(../img/sprite.png);
    background-position: 199px -650px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    z-index: 10;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}*/
@media(max-width: 991px){
	.badhome-slider-prev-btn i,
	.badhome-slider-next-btn i{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
/************************************ all theme title and subtitle ***************************************/
.badmain-title-wrapper{
	text-align: center;
}
.badmain-title-wrapper .badmain-title{
    font-size: 46px;
    color: #124a2f;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.badmain-title-wrapper .badmain-sub-title{
	font-size: 18px;
	font-weight:400;
	color: #7cbaff;
	display: none;
	line-height: 18px;		
	padding-bottom:10px;
}
.badtab-products-title-wrapper .badmain-title-wrapper .badmain-sub-title{
	padding-bottom: 20px;
}
.badhomeblog-content-wrapper .badmain-title-wrapper .badmain-title{
	margin-bottom: 40px;
}
@media(max-width: 991px){
	.badmain-title-wrapper .badmain-title{
		font-size: 30px;
		margin-bottom: 20px;
	}
}
/***************** All producat and badproduct-link  **************************/
.badproduct-link{
	text-align: right;
	padding-top: 5px;
}
.badproduct-link a{
	font-size: 12px;
	color: #999999;
}
.badviewed-products-block,
.badlike-products-block,
.badcross-selling-products-block,
.badcategory-products-block,
.badbestseller-products-block,
.badspecial-products-block,
.badnew-products-block,
.badfeatured-products-block,
.badtab-prdoducts-block,
.badcategoryslider-block,
.badofferbanner-block,
.badtestimonials-block,
.badbrandlist-block,
.badhomeblog-content-wrapper{
	margin-bottom: 80px;
}
.badcustomerservices-block,
.badall-multibanner{
	margin-bottom: 60px;
}
@media(max-width: 991px){
	.badviewed-products-block,
	.badlike-products-block,
	.badcross-selling-products-block,
	.badcategory-products-block,
	.badbestseller-products-block,
	.badspecial-products-block,
	.badnew-products-block,
	.badfeatured-products-block,
	.badtab-prdoducts-block,
	.badall-multibanner,
	.badcategoryslider-block,
	.badofferbanner-block,
	.badcustomerservices-block,
	.badtestimonials-block,
	.badbrandlist-block,
	.badhomeblog-content-wrapper{
		margin-bottom:30px;
	}
}
@media(max-width: 991px){
	.badviewed-products-block .container,
	.badlike-products-block .container,
	.badcross-selling-products-block .container,
	.badcategory-products-block .container{
		padding: 0;
	}
}
/***************** All producat and badproduct-link  **************************/



/********************************* footer ***************************************/
/********************** footer-newsltter **********************/
.badfooter-before-block{
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom:40px;
    position: relative;
}
.badnewsletter-content-title-wrapper .badnewsletter-content-title{
	font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
}
.badnewsletter-content-title-wrapper .badnewsletter-content-title i{
	margin-right: 15px;
}
.badnewsletter-content-box .row{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.input-wrapper input{
	width: 100%;
	height: 50px;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
.badnewsletter-block-inner{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color: #ffffff;
    border-radius: 50px;
	width: 100%;
}
.badnewsletter-block-inner .input-wrapper{
	width: 100%;
}
.input-wrapper-button input{
    height: 50px;
    line-height: 50px;
    background: #f6af14;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    text-align: center;
    text-transform: none;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0 50px 50px 0;
}
.badnewsletter-block-wrapper{
	padding: 20px 0;
	background-color: #2a7d2e;
}
@media(max-width:991px){
	.badfooter-before-block {
    	padding-bottom:15px;
	}
	.badnewsletter-content-title-wrapper .badnewsletter-content-title {
	    font-size: 22px;
	}
	.input-wrapper input{
		height: 40px;
		padding: 0 10px;
	}
	.input-wrapper-button input{
		line-height: 40px;
		height: 40px;
	}
}
@media(max-width:767px){
	.badnewsletter-content-box .row{
		display: block;
	}
	.badnewsletter-content-title-wrapper{
		margin-bottom: 15px;
	}
	.badnewsletter-content-title-wrapper .badnewsletter-content-title{
		text-align: center;
	}
}
/*********** footer-before ***********/
#footer{
    background-color: #f7f5f3;
    padding: 0;
}
.badfooter-content{
	padding: 20px 15px 0px;
}
.badimagegallery-block .badmain-title-wrapper .badmain-title,
.badfooter-title-wrapper .badfooter-title{
    color: #124a2f;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: 500;
    display: block;
}
.navbar-toggler{
	display: none;
}
.badfooter-dropdown li a{
	color: #7b6d58;
    line-height: 35px;
    font-size: 14px;
}
#footer_contact_list span,
#footer_contact_list a{
    color: #7b6d58;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;  
    width: 234px;	
}
#footer_contact_list a:hover,
.badfooter-dropdown li a:hover{
	color: #2a7d2e; 
}
#footer_contact_list i{
    font-size: 24px;
    color: #2a7d2e;
    vertical-align: middle;
    line-height: 35px;
    width: 35px;	
	text-align: center;
}
.badfooter-storeinfo-content-address a{
	font-size: 14px;
	color: #666666;
	font-weight: 400;
}
.badfooter-row-content-box{
	padding: 0px 0 20px;
}
.badfooterlogo-block .badfooterlogo-content-description{
	font-size: 13px;
	color: #666666;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 24px;
}

@media(min-width: 992px){
	.badfooter-dropdown{
		display: block;
	}
}
@media(max-width: 991px){
	.badfooter-content{
		padding:30px 15px 15px 15px;
	}
	.badimagegallery-block .badmain-title-wrapper .badmain-title, 
	.badfooter-title-wrapper .badfooter-title {
    	font-size: 18px;
    	margin: 0;
	}
	.badimagegallery-block .badmain-title-wrapper .badmain-title,
	.badfooter-title-wrapper{
		border: 1px dashed #666666;
    	margin-bottom: 15px;
    	text-align: left;
    	position: relative;
    	padding: 10px;
	}
	.badfooter-dropdown{
		padding: 0 15px;
	}
	.navbar-toggler {
	    display: block;
	    padding: 0;
	    position: absolute;
	    height: 40px;
	    width: 40px;
	    right: 0;
	    top: 0;
	    text-align: center;
	    line-height:34px;
	}
	.badfooter-title-wrapper .navbar-toggler {
		font-size: 12px;
	}
}
/****************** badimagegallery-item ************************/

.badimagegallery-content-inner .badimagegallery-item{
	margin-right: 10px;
	margin-bottom: 10px;
}
/*****************badfooter-socialicon-block*********************/
.badfooter-socialicon-content{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0;
    background-color: #f7f5f3;
    padding: 0 20px;
    position: relative;
}
.badfooter-socialicon-block{
	position: relative;
}
.badfooter-socialicon-block:before{
    content: "";
    position: absolute;
    background-color: #2a7d2e;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.badfooter-socialicon-content li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.badfooter-socialicon-content li a{
	width: auto;
	height: 40px;
    line-height: 40px;
    color: #2a7d2e;
    font-size: 28px;
    text-align: center;
    display: block;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badfooter-socialicon-content li a:hover{
	color: #f6af14;
}
@media(max-width:1199.98px){
	.lookbook-container .row{
		display: flex;
		display: -ms-flexbox;
	}
	.lookbook-container #content{
		order: 1;
	}
	#product-category.lookbook-container #column-left {
	width: 25%;
}
.badcategory-des{
	width: 100%;
}
}
@media(max-width: 991.98px){
	.badfooter-socialicon-content li a{
		font-size: 20px;
		height: auto;
	}
}
@media(max-width: 575px){
	.badfooter-socialicon-content{
		padding: 0;
	}
}
/************** badfooter-copyright-paymate-icon ***************/

.badfooter-top-to-bottom-block .badfooter-top-to-bottom-content{
	position: fixed;
	bottom:60px;
	z-index: 150;
	right: 15px;
}
.badfooter-top-to-bottom-block .badfooter-top-to-bottom-content a{
	width: 40px;
    height:40px;
    display: block;
    text-align: center;
    line-height: 55px;
    color: #2a7d2e;
    font-size: 20px;	
    background-color: #ffffff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    border: 1px solid #f6f6f6;
	-webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.badfooter-top-to-bottom-block .badfooter-top-to-bottom-content a:hover{
    border-color: #2a7d2e;
    background-color: #2a7d2e;
    color: #fff;	
}
.badfooter-row-content{
	text-align: center;
}

.badfooter-copyright-content a{
    color: #7b6d58;
    font-size: 14px;
    line-height: 20px;
}
.badpaymenticon-content-inner  .badpaymenticon-item{
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
@media(max-width:991px){
	.badfooter-row-content-box{
	    padding: 0px 0 15px;
	}
}
.badfooterlogo-block{
	padding-bottom: 30px;
}
/****************************************** All Theme left-right-penal **************************************/
.badside-product-image a{
	position: relative;
	display: block;
}
.badside-product-image a img{
	width: 100%;
}
.badside-product-wrapper{
	display: inline-block;
	padding: 10px;
}
.badcategory-maincategory,
.badside-title-wrapper .badside-title{
	background-color: #222222;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.badside-title-wrapper .badside-title a{
	font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.bedsearch_filters-content{
	padding: 15px 15px 10px 15px;
}
.bedbrands-filters-brands{
	padding: 15px;
}
.left-side .badside-product-price-and-shipping,
.left-side .star_content,
.left-side .badside-product-name{
	margin-bottom: 10px;
}
.bedbrands-filters-brands ul{
	margin: 0;
}
.bedbrands-filters-brands ul li{
	margin-bottom:5px;
}
.bedsearch_filters-content p{
	margin-bottom: 5px;
	font-size: 14px;
	color: #999999;
}
.badcategory-maincategory a{
	color: #ffffff;
}
.badcategory-tree-block,
.badnew-side-block,
.badspecial-side-block,
#search_filters_suppliers,
#search_filters_brands,
.badbestseller-side-block,
.badfeatured-side-block{
	margin-bottom:30px;
	border: 1px solid #eeeeee;
}
.badside-product-wrapper .badproduct-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    box-shadow: none;
    overflow: hidden;
}
.badside-product-wrapper .thumbnail-container{
	padding: 0;
}
.badside-product-title a{
	display: block;
}
.badside-product-title a h4{
	font-size: 15px;
    margin-bottom:0;
    color: #222222;
    font-weight:400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badside-product-price-and-shipping .price{
	font-size: 14px;
	color: #111111;
	font-weight: 700;
}
.badside-product-price-and-shipping .baddiscount-product{
	color: #ff5d5d;
    font-size: 12px;
    font-weight: 400;
}
.badside-product-price-and-shipping .regular-price{
	color: #999999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    padding-left: 5px;
}
.badside-product-image{
	padding: 0;
}
.badside-product-description{
	padding: 0 0 0 10px;
}
.badside-product-name,
.badside-product-price-and-shipping{
	padding-bottom: 10px;
}
.badside-product-wrapper-content{
	border-bottom: 1px dashed #eeeeee;
}
.badbestseller-side-link,
.badspecial-side-link,
.badnew-side-link,
.badfeatured-side-link{
	padding: 0 10px 10px 10px;
    text-align: right;
}
.badcategory-tree-inner{
	margin-bottom: 0;
}
.badcategory-subcategory{
	padding: 15px 15px 5px 15px;
}
.badcategory-tree-sub-menu li a{
	color: #111111;
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}
.badcategory-tree-sub-menu li a.category-sub-link{
	color: #999999;
	padding-left: 10px;
}
.badcategory-tree-sub-menu li{
	position: relative;
}
.badcategory-tree-sub-menu li .navbar-toggler i{
	font-size: 24px;
	color: #999999;
}
.badcategory-tree-sub-menu li .navbar-toggler{
	display: block;
    position: absolute;
    top: 0;
    padding: 0;
    right: 0;
    width: auto;
    height: auto;
}
.badcategory-tree-sub-menu li .navbar-toggler .remove{
	display: none;
}
@media(max-width: 991px){
	#content-wrapper,
	#left-column{
		padding: 0;
	}
	#left-column{
		margin-top: 30px;
	}
	.badcategory-tree-block, 
	.badnew-side-block,
	.badspecial-side-block, 
	.badbestseller-side-block, 
	.badfeatured-side-block{
		margin-bottom: 15px;
	}
	.badside-product-wrapper-all{
		width: 100%;
	}
	.badside-product-wrapper{
		width: 100%;
	}
}
/********************* grid-list-page *****************************/
.badproduct-total-products{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badproduct-view .badproduct-view-grid span,
.badproduct-view .badproduct-view-list span{
	display: none;
}
.badproduct-view .badproduct-view-grid i,
.badproduct-view .badproduct-view-list i{
	font-size: 32px;
    color: #000000;
    background-color: #ffffff;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px dashed #cccccc;
    text-align: center
}
.badproduct-view.active .badproduct-view-grid i,
.badproduct-view.active .badproduct-view-list i,
.badproduct-view:hover .badproduct-view-grid i,
.badproduct-view:hover .badproduct-view-list i{
	background-color: var(--theme-custom-color);
	color: #ffffff;
	border: 1px solid #ffffff;
}

#products .badproduct-view-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.badproduct-total-nabar-product p{
	margin:0;
	font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    color: #999999;
}
.badproduct-list-header-wrapper{
	border: 1px solid #eeeeee;
	padding: 10px;
	margin-bottom: 30px;
}
#index .badproduct-wrapper-content{
	padding: 0 15px;
}
.badviewed-products-block .badproduct-wrapper-content,
.badcross-selling-products-block .badproduct-wrapper-content,
.badlike-products-block .badproduct-wrapper-content,
.badcategory-products-block .badproduct-wrapper-content{
	padding: 0 15px;
}
#products.list .badproduct-wrapper-all{
	width: 100%;
}
#products.list .badproduct-wrapper{
	overflow: hidden;
}
#products.list .badproduct-wrapper .badproduct-image{
	width:30%;
	text-align: center;
	float: left;
}
#products.list .badproduct-wrapper .badproduct-description{
	text-align: left;
    width: 70%;
    float: left;
    position: relative;
}
#products.list .badproduct-add-to-cart-btn {
    padding-top: 0;
    margin-top: 0;
    border-top:none;
}
#products.list .badproduct-color{
	display: block;
}
#products.list .badproduct-add-to-cart-btn .badproduct-add-to-cart{
    margin: 0;
    text-align: left;
    display: inline-block;
}
#products.list .badproduct-color .variant-links,
#products.list .badproduct-price-and-shipping,
#products.list .badproduct-desc,
#products.list .badproduct-name .badproduct-title a h4{
	margin-bottom: 10px;
}
#products.list .badproduct-desc{
	display: block;
}
#products.list .badproduct-desc p{
	margin: 0;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}
.badpagination-list-block .badpagination-list li a{
	font-size: 14px;
    color: #333333;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px dashed #cccccc;
    margin: 0 2px;
    line-height: 40px;
    display: block; 
}
.badpagination-list-block .badpagination-list li.current a{
	color: var(--theme-custom-color);
	border: 1px dashed var(--theme-custom-color);
}
.badpagination-list-block .badpagination-list{
	padding: 0;
	float: right;
}
.badpagination-summary{
	text-align: left;
	font-size: 14px;
	color: #999999;
}
.badproduct-list-wrapper .badpagination-block{
	margin-bottom: 0;
	border: 1px dashed #cccccc;
	padding: 10px;
}
.badpagination-block .badpagination-list-block{
	display: block;
}
@media(max-width:575px){
	#products.list .badproduct-wrapper .badproduct-image{
		width:100%;
		text-align: center;
		float: none;
	}
	#products.list .badproduct-wrapper .badproduct-description{
		text-align: center;
	    width: 100%;
	    float: none;
	    position: relative;
	}
	#products.list .badproduct-color .variant-links{
		text-align: center;
	}
}
/******************* badfaceted-search-block ***********************/
.badfaceted-search-block{
	position: fixed;
	z-index: 1000;
	top: 200px;
	left: -290px;
	-webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.badfaceted-search-block.open{
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.badfaceted-search-btn-wrapper{
	width: 44px; 
    height: 44px;
    background-color: #222222;
    line-height: 47px;
    text-align: center;
    position: absolute;
    left: 100%;
    cursor: pointer;
    box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.30);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.badfaceted-search-btn-wrapper a i {
    font-size: 0;
    color: #FFF;
    position: relative;
    background-image: url(../img/sprite.png);
    background-position:96px -955px;
    top: 0;
    height: 45px;
    width: 45px;
    line-height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.badfaceted-search-btn-wrapper:hover{
	background-color: #ffffff;
}
.badfaceted-search-btn-wrapper:hover a i{
	background-position:48px -955px;
}
.badfaceted-search-content{
	width: 290px;
    padding: 15px 15px;
    overflow-y: scroll;
    max-height: 400px;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); 
    border: 1px dashed #ababab;
    text-align: center;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}
.badfaceted-search-block .facet-title{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: left;
}
#search_filters .badfaceted-search-title{
	font-size:20px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 700;
}
#_desktop_search_filters_clear_all .js-search-filters-clear-all{
	background-color: #000000;
    color: #ffffff;
    margin-bottom:20px;
    margin-top: 0;
    font-size: 14px;
    padding: 7px 15px;
    box-shadow: none;
}
#_desktop_search_filters_clear_all .js-search-filters-clear-all:hover{
	background-color: #ffffff;
    color: #000000;
}
#js-active-search-filters.hide{
	display: none;
}
.badsearch-filter-clearall-wrapper .badsearch-filter-clearall-btn{
    color: #111111;
    background-color: #ffffff;
    border: none;
    padding: 5px 20px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
}
#js-active-search-filters.active_filters{
	background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px dashed #cccccc;
}
#js-active-search-filters .active-filter-title{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

#js-product-list-top .badpagination-mobile-list{
	display: none;
}

@media(max-width: 767px){
	
	.products-sort-order-wrapper{
		padding-top: 15px;
		text-align: center;
	}
	.badproduct-total-products{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media(max-width: 575px){
	#js-active-search-filters .active-filter-title{
		padding-bottom: 10px;
    	display: block;
	}
	.badfaceted-search-content{
		width: 260px;
	}
	.badfaceted-search-block{
		left: -260px;
	}
}
/******************* end badfaceted-search-block ***********************/
/****************************** block-category-top ********************************/
.block-category{
	min-height: auto;
	padding: 15px;
	text-align: center;
	position: relative;
}
.badcategory-list-header{
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom:30px;
}
.badcategory-block-inner{
	margin-top: 15px;
}
.badcategory-list-header-title{
	font-size: 22px;
	color: #111111;
	padding:0 15px;
	font-weight: 700;
	margin-bottom: 15px; 	
}
#category-description p{
	font-size: 14px;
	color: #999999;
	padding:0 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.badcategory-list-header-img img{
	width: 100%;
}
.products-sort-order .select-title{
	line-height: 24px;
}
@media(max-width:630px){
	.badcategory-block-inner{
		position: inherit;
		top:0;
		left: 0;
		right:0;
		text-align: center;
		transform: none;
		-webkit-transform: none;
    	-o-transform: none;
    	-ms-transform: none;
	    -moz-transform: none;
	}
}
/************************ end block-category-top ********************************/
/********************** badhome-slider *********************/
.badhome-slider-items{
	position: relative;
}
.badhome-slider-items-content{
	text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
.badhome-slider-items-content.left{
	left: 5%;
	right: auto;
	text-align: left;
}
.badhome-slider-items-content.right{
	right: 5%;
	left: auto;
	text-align: right;
}
.badhome-slider-items-content.center{
	left: 5%;
	right: 5%;
}
.badhome-slider-items-title,
.badhome-slider-items-subtitle{
    color: #8bc018;
    font-size: 70px;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    z-index: 10;
    line-height: normal;
    margin-bottom: 0;	
}
.badhome-slider-items-sub-title{
    color: #7b6d58;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;	
    padding: 30px 0;
}
.badhome-slider-contant-btn a{
    color: #2a7d2e;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #2a7d2e;
    border-radius: 40px;
}
.badhome-slider-contant-btn a:hover{
	background-color: #2a7d2e;
    border-color: #2a7d2e;
    color: #fff;
}
@media(max-width: 991px){
	.badhome-slider-items-title, .badhome-slider-items-subtitle{
		font-size: 40px;
	}
	.badhome-slider-items-sub-title{
		font-size: 18px;
		padding: 15px 0;
	}
	.badhome-slider-contant-btn a{
		padding: 0 15px;
	    line-height: 32px;
	    font-size: 12px;
	}
}
@media(max-width:767px){
	.badhome-slider-items-title, .badhome-slider-items-subtitle{
		font-size: 30px;
	}
	.badhome-slider-items-sub-title{
		font-size: 14px;
		padding: 10px 0;
		line-height: normal;
	}
	.badhome-slider-contant-btn a{
		padding: 0 10px;
	    line-height: 26px;
	    font-size: 10px;
	}
}
@media(max-width:575px){
	.badhome-slider-items-title, .badhome-slider-items-subtitle{
		font-size: 16px;
	}
	.badhome-slider-items-sub-title{
		font-size: 10px;
	}
	.badhome-slider-contant-btn a{
	    line-height: 20px;
	}
}
/********************** badhome-slider *********************/

/********************** badhome-loader *********************/
.badpage-loader-wrapper{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 99999;
}
.badpage-loader{
	position: absolute;
	left: 50%;
	top: 50%;
	right: auto;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
}
/****************** end badhome-loader *********************/

.badbrandlist-item-img-wrapper a{
	display: block;
}

@media only screen and (min-width : 1199px){
    .laberMenu-top .search-widget .expand-more{line-height: 50px;}
    .laberMenu-top .laber-search.dropdown-menu{top: 50px;}
}
.search-widget .expand-more:hover{
    color:#f9bd39;
}
input:focus {
	outline: none;
}
#header .badsearch-content-box-inner .badsearch-content-wrapper{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 15px;
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}
#header .badsearch-content-box-inner.open .badsearch-content-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 576px){
	#header .badsearch-content-box-inner .badsearch-content-wrapper {
	    width: 390px;
	}
}
.search-widget .form {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border:1px solid #f9bd39;
    border-radius: 45px;  
    background: #ffffff;  
	overflow:hidden;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.header-top .search-widget .form input[type="text"] {
    height: 45px;
    line-height: 45px;
    border-color: #f9bd39;
    border-radius: 45px;
    color: #908472;
    padding: 0 55px 0 15px;
}

.search-widget .form button[type="submit"] {
    line-height: 50px;
    font-size: 24px;
    background: #f9bd39;
    color: #fff;
    border-radius: 0 45px 45px 0;
    padding: 0 13px;
    height: 45px;
    text-align: center;
    border: none;
}
.breadcrumb>li{
	position: relative;
}
.breadcrumb>li:after{
	display: none;
}
.badall-theme-button{
    background-color: #ffffff;
    border: 1px solid #2a7d2e;
    display:block;
    padding: 0 15px;
    line-height: 36px;
    color:#2a7d2e;
    text-transform: capitalize;
    font-size: 14px; 
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}
.badall-theme-button:hover{
    background-color: var(--theme-custom-color);
    border: 1px solid var(--theme-custom-color);
    color: #ffffff;	
}
.adlogin-wrapper-block .badall-theme-button,
.kr_blog_post_area .badall-theme-button{
	display: inline-block;
	vertical-align: middle;
}
.badheader-top-content{
	background: #161616;
}
.badmain-menu-content .badmain-menu-wrapper .badmenu-first{
	color: #fff !important;
}
.badmain-menu-icon-wrapper a i, .badheader-search-btn i, .badshopping-cart-btn-wrapper i, #header .badwishlist i, .badcustomer-signin-btn i{
	color: #fff !important;
}
.badshopping-cart-name{
	color: #fff !important;
}
.badcustomer-signin-btn-login span{
	color: #fff !important;
}
/*.badheader-top-logo a{
	width: 90px;
}*/
.badhome-slider-block .badhome-slider-inner .badhome-slider-items a img{
	width: 100%;
	object-fit: cover;
}
.badhome-slider-block .badhome-slider-items > div{
	position: absolute;
	top: 50%;
	left:30px;
	text-align: center;
	transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
}
.badhome-slider-items{
	height: 86vh;
}
.badhome-slider-items > a{
	height: 100%;
	display: block;
}
.badhome-slider-items > a > img{
	height: 100%;
}
/*.badhome-slider-items-title {
	filter: drop-shadow(3px 3px 6px rgba(20, 20, 180, 0.8));
}
.badhome-slider-items-subtitle{
	filter: drop-shadow(3px 3px 6px rgba(20, 20, 180, 0.8));
}
.badhome-slider-items-sub-title{
	filter: drop-shadow(3px 3px 6px rgba(20, 20, 180, 0.8));
}*/
.badtheme-layout-option{
	overflow: visible;
}
.desktop-whatsapp .fab.fa-whatsapp{
	font-family:"FontAwesome";
	font-style: normal;
}
html,body,section{
	overflow-x: clip;
}
.badtestimonials-block{
	background-image: url('https://dev7.ezhostlive.com/cuddle-Couture/image/cache/catalog/flat-lay-birthday-composition-with-copyspace%20(1)-1895x686.jpg');
	background-position: center;
}
.badhome-slider-inner .owl-dots{
	display: none;
}
.badheader-call-info{
  text-align: right;
}
.badPopupnewsletter-i{
	top: 50%;
	transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
}
.badnewsletterp-popup input{
	margin: 0 auto 20px auto;
}

.badrelated-prev-btn i, .badrelated-next-btn i{
	font-family:"FontAwesome";
	position:relative;
	font-size: 2rem;
}
.badrelated-prev-btn i:before, .badrelated-next-btn i:before{
	content: "\f104";
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: #fff;
	border-radius: 100%;
}
.badrelated-next-btn i:before{
content: "\f105";
}
.badcustomerservices-block .badcustomerservices-content-inner{
	margin: 20px 0px;
}
.badquickview-producat .form-group{
	position: relative;
}
.badmenu-has-sticky .badheader-top-logo img{
	width: 354px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.badmenu-has-sticky.sticky .badheader-top-logo img{
	width: 250px;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.badmenu-has-sticky.sticky   .badmain-menu-content .badmain-menu-wrapper{
	padding: 10px 0;
}
.badmenu-has-sticky.sticky  .badshopping-cart-content,.badmenu-has-sticky.sticky .badsearch-content-box-inner, .badmenu-has-sticky.sticky .badcustomer-signin-content-box-wrapper,.badmenu-has-sticky.sticky .badwishlist a{
	padding: 10px 0 !important;
}
.badtab-products-title-list li a img{
   display: block;	
}
.badquickview-producat .btn-primary:hover, .badquickview-producat .btn-primary:focus{
	border-color: #2a7d2e;
	color: #2a7d2e;
	background: transparent;
}
.badcustomerservices-block{
	margin-bottom:0px;
}
.badtestimonials-content-inner-block{
	background:rgba(255,255,255,0.5);
	padding: 15px 15px 30px;
	border-radius: 10px;
}
.badtestimonials-item-img-wrapper{
	display: none;
}
.badquickview-producat .badall-theme-button{
	margin: 0px;
}
.badquickview-producat{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.badquickview-producat h4{
	flex:0 0 auto;
	width: 100%;
	margin-bottom: 0.8rem;
}
.badquickview-producat .form-group{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	margin-right: 15px;
}
.badquickview-producat .form-group label{
	margin-bottom: 0px;
	margin-right: 10px;
}
.badquickview-producat{
	padding: 15px 15px 0px;
	border-top: 1px solid #e5e5e5;
}
#badquickview .modal-dialog{
	max-height: none !important;
	overflow-y: visible !important;
}
.bad-sub-pages-inner-content .badquickview-close-btn{
	position: absolute;
	right: 10px;
	top:-18px
}
#badquickview .modal-body{
	padding: 15px;
}
.badcategoryslider-item .badcategoryslider-item-title a{
	margin-top: 0px;
	background: #fff;
	color: #2a7d2e;
	padding: 10px;
	border: 1px solid #2a7d2e;
	font-weight: 600;
}
.badcategoryslider-item .badcategoryslider-item-title a:first-child{
	display: none;
}
.badcategoryslider-item:hover .badcategoryslider-item-title a{
	border-color: #2a7d2e;
	color: #fff !important;
	background:#2a7d2e;
}
.badfooter-top-to-bottom-block .badfooter-top-to-bottom-content a{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.star_content .star  i{
	font-family:FontAwesome
}
.star_content .star  i:before{
	content: "\f005";
}
.adbreadcrumb i.fa-home{
	font-family:FontAwesome
}
.badfooter-socialicon-content li a i{
	font-family: "Font Awesome 6 Brands" !important;
}
.badfooter-socialicon-content li a i.fa-facebook:before{
	content:"\f39e";
}
.badfooter-socialicon-content li a i.fa-twitter:before{
	content:"\e61b";
}
.badfooter-socialicon-content li a i.fa-google-plus:before{
	content:"\f0d5";
}
.badbrandlist-content-inner.owl-carousel .owl-stage {
  display: flex;
}
.badbrandlist-content-inner.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.badbrandlist-content-inner.owl-carousel .owl-item .item{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.badbrandlist-content-inner.owl-carousel .owl-item .item .badbrandlist-item-img-wrapper{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	background: #eee;
	padding: 5px;
}
#content .row.badcategory-category-filter + .row .product-layout.product-grid{
	margin-bottom: 20px;
}
#content   .row.badcategory-category-filter .badcategory-show-limit{
	display: flex;
	justify-content: flex-end;
}
#content   .row.badcategory-category-filter   .badcategory-limit-menu{
	width: 100%;
}
.header-nav.badheader-top-block .top-social-icon{
	width: auto;
}
.header-nav.badheader-top-block .badheader-call-info{
	width: auto;
}
.alternate-section{
	padding:0px !important;
}
.alternate-section .image{
	padding: 20px;
}
.badnewsletter-popup-block{
	height: 400px !important;
}
#footer .badfooter-socialicon-block .badfooter-socialicon-content li:nth-child(4) a{
	color: #FF0000 !important;
	
}
#footer .badfooter-socialicon-block .badfooter-socialicon-content li:nth-child(3) a{
	color: #0072b1 !important;
	
}
#footer .badfooter-socialicon-block .badfooter-socialicon-content li:nth-child(2) a{
	color: #3b5998 !important;
}
#footer .badfooter-socialicon-block .badfooter-socialicon-content li:nth-child(1) a{
	color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
#footer .badfooter-socialicon-block .badfooter-socialicon-content li a:hover{
	opacity:0.6;
}
.badfooter-storeinfo-content div{
	position: relative;
	padding-left: 40px;
}
.badfooter-storeinfo-content div + div{
	margin-top: 10px
}
.badfooter-storeinfo-content div i{
	position: absolute;
	left:0;
	top:0;
}
  .badfooter-storeinfo-content div span{
	  display: block !important
  }
  .badfooter-content-box{
	  display: flex;
	  display: -ms-flexbox;
	  justify-content: space-between;
  }
  .badfooter-content-box .col-lg-3{
	  width: 20%;
  }
  .badfooter-content-box .col-lg-3:last-child{
	  width: 26%;
  }
  #footer_contact_list span, #footer_contact_list a{
	  line-height: 2;
  }
  .modal{
	  z-index:9999;
  }
  .badspecial-product-list-wrapper .badhome-slider-prev-btn i,.badspecial-product-list-wrapper .bad-prev-btn i{
	  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  }
   .badspecial-product-list-wrapper   .badhome-slider-next-btn i,.badspecial-product-list-wrapper .bad-next-btn i{
	   width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
   }
   .badleftnewproduct .owl-nav button{
	   position: absolute;
	   top: 50%;
	   transform: translateY(-50%);
	     -webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
   }
   .badleftnewproduct .owl-nav button.owl-prev{
	   left: 0px;
   }
   .badleftnewproduct .owl-nav button.owl-next{
	   right: 0px;
   }
   .badleftnewproduct .owl-nav button i{
	   
	   width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 20px;
  display: inline-block;
  background: #fff !important;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  color: #2a7d2e;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
   }
   
   .badleftbestproduct .owl-nav button{
	   position: absolute;
	   top: 50%;
	   transform: translateY(-50%);
	     -webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
   }
   .badleftbestproduct .owl-nav button.owl-prev{
	   left: 0px;
   }
   .badleftbestproduct .owl-nav button.owl-next{
	   right: 0px;
   }
   .badleftbestproduct .owl-nav button i{
	   
	   width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 20px;
  display: inline-block;
  background: #fff !important;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
  color: #2a7d2e;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
   }
   #product-category .row > .badspecial-products-block .badproduct-wrapper-content .thumbnail-container > .badproduct-wrapper{
	   display: flex;
	   display: -ms-flexbox;
   }
    #product-category .row > .badspecial-products-block .badproduct-wrapper-content .badproduct-wrapper  .badproduct-wrapper{
		flex: 0 0 auto;
		width: 30%;
	}
	#product-category .row > .badspecial-products-block .badproduct-wrapper-content .badproduct-wrapper  .badproduct-wrapper img{
		width: 100%;
	}
	#product-category .row > .badspecial-products-block .badproduct-wrapper-content{
		padding: 30px !important;
	}
	#product-category .badspecial-product-list-wrapper{
		margin: 0px;
	}
	#badquickview .badquickview-producat .form-group{
		margin-bottom: 0px !important;
	}
	#_desktop_cart{
		margin-left:10px;
	}
	#_desktop_user_info{
		margin-left:10px;
	}
	#account-forgotten{
		margin-bottom: 30px;
	}
	legend{
		padding-bottom: 10px;
		margin-bottom:1rem;
	}
	.form-horizontal .control-label{
		text-align: left;
	}
	#account-account, #account-address{
		margin-top: 30px;
	}
	#account-account .adaccount-block ul li a{
		line-height: 40px;
  padding: 0 30px;
  border: 1px solid #2a7d2e;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
	}
	
	#account-account .adaccount-block h1{
		margin-bottom: 0px;
	}
	#account-account .adaccount-block h2{
		margin-bottom: 0px;
	}
	#account-account .adaccount-block ul{
		display: flex;
		flex-wrap:wrap;
	}
	#account-account .adaccount-block ul li{
		margin-top: 15px;
	}
	#account-account .adaccount-block ul li {
	margin-top: 15px;
	flex: 0 0 auto;
	padding: 0px 10px;
	width: 33.333%;
}
#account-account .adaccount-block ul{
	margin-left: -10px;
	margin-right: -10px;
}
#account-account .adaccount-block ul li a:hover{
	background-color: #2a7d2e;
	border-color: #2a7d2e;
	color: #fff;
}
.badall-theme-button{
	border-radius: 40px;
}
#account-edit, #account-wishlist, #account-order, #account-download,#account-reward,#account-return,#account-transaction,#account-affiliate,#account-newsletter,#account-recurring,#account-register{
	margin-bottom: 30px;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 1px solid #ddd !important;
}
.btn-primary{
	border-color: #2a7d2e;
	background: transparent !important;
	box-shadow: 0px 0px 0px !important;
	color: #2a7d2e !important;
	border-radius: 40px;
}
.btn-primary:hover{
	background: #2a7d2e !important;
	color: #fff !important;
}
.adwishlist-wrapper td .btn{
	border-radius: 20px;
}
#content table tbody tr td .btn{
	display: inline-block;
	border-radius: 40px;
}
#account-order .buttons.clearfix, #account-reward .buttons.clearfix, #account-transaction .buttons.clearfix{
	margin-top: 20px;
}
#account-address .buttons.clearfix .btn-default{
	background-color: #ffffff;
  border: 1px solid #2a7d2e;
  display: block;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 40px;
  color: #2a7d2e;
}
#account-address .buttons.clearfix .btn-default:hover{
	background: #2a7d2e;
	color: #fff;
}
#account-address .buttons.clearfix .btn-primary{
	background-color: #ffffff;
  border: 1px solid #2a7d2e;
  display: block;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 40px;
  color: #2a7d2e;
  box-shadow:0px 0px 0px !important;
}
#account-address .buttons.clearfix .btn-primary:hover{
	background: #2a7d2e;
	color: #fff;
}
#account-affiliate .buttons.clearfix .pull-right{
	float: none !important;
}
#account-affiliate .buttons.clearfix .pull-right .badall-theme-button{
	margin-top: 15px;
}
#checkout-checkout .buttons .pull-right{
	float: none !important;
}
#checkout-checkout #collapse-payment-method .buttons{
	margin-top: 15px;
}
#checkout-checkout #collapse-payment-method  .pull-right .badall-theme-button{
	margin-top: 15px;
}
.mfp-wrap{
	z-index: 99999;
}
.mfp-bottom-bar{
	margin-top: -45px;
}
.badrelated-prev-btn i, .badrelated-next-btn i{
	font-family: 'Linearicons-Free';
	font-size: 20px !important;
}
.badsingleimage-prev i, .badsingleimage-next i{
	font-family: 'Linearicons-Free';
	color: #2a7d2e !important;
}
.badrelated-prev-btn i:before, .badsingleimage-prev i:before{
	content: "\e875";
}
.badrelated-next-btn i:before, .badsingleimage-next i:before{
	content: "\e876";
}
.table-bordered, .table-bordered td, .table-bordered th{
	border: 1px solid #ddd;
}
#checkout-checkout select.form-control{
	margin-top: 10px;
}
#checkout-checkout  select.form-control:focus{
	background: #f1f1f1;
}
#content{
	min-height: calc(100vh - 390px);
}
#modal-agree .modal-dialog .modal-body{
	max-height: calc(100vh - 130px);
	overflow:auto;
}
#exampleModalCenter .modal-dialog .modal-body{
	max-height: calc(100vh - 130px);
	overflow:auto;
}
.badnewsletter-block .submitNewsletter.btn.btn-primary{
	background: #f6af14 !important;
  color: #fff !important;
  border-color: transparent;
  transition: all 0.5s ease-in-out 0s;
     -webkit-transition: all 0.5s ease-in-out 0s;
	 -moz-transition: all 0.5s ease-in-out 0s;
}
.badnewsletter-block .submitNewsletter.btn.btn-primary:hover{
	border-color: #f6af14 !important;
	color: #f6af14 !important;
	background: transparent !important;
}
.fancybox-opened {
	z-index: 99999 !important;
}
.fancybox-success{
	margin-bottom: 0px !important;
	padding: 10px;
}
.badshopping-cart-count{
	padding: 4px;
}
#form-review table tbody tr:last-child td{
	display: table-cell !important;
}
.badquickview-producat .input-group.date .form-control{
	width: 100%;
}
.badcategory-prodcat-block .badquickview-producat .form-group label {
	margin-bottom: 15px;
}
.mfp-bg{
	z-index: 99999 !important;
}
.adcart-wrapper .table tr td:first-child a{
	width: 150px;
	display: inline-block;
}
#checkout-cart .row{
	margin: 0px;
}
.fancybox-desktop{
	width: auto !important;
	left: 50% !important;
	transform: translateX(-50%);
}
.fancybox-desktop .fancybox-inner{
	width: auto !important;
}
.fancybox-desktop .badcategory-add-to-cart-img-block img{
	width: 100%;
}
#modal-agree  .modal-body ul{
	padding-left: 15px;
}
#account-address{
	margin-bottom: 25px;
}
#modal-agree .modal-dialog{
	max-width: 1000px;
}
#account-login .adlogin-wrapper-block .adlogin-inner-block-one .form-group{
	position: relative;
}
#account-login .adlogin-wrapper-block .adlogin-inner-block-one .form-group a{
	position: absolute;
	right:0;
	top: -10px;
}
#account-login .adlogin-wrapper-block .adlogin-inner-block-one .form-group a:hover{
	color: #2a7d2e;
}

@media (min-width: 1200px) {
	
  .badhome-slider-items-title {
    font-size: 3rem;
  }
  .badhome-slider-items-subtitle{
	  font-size: 2.5rem;  
  }
  .product-layout.product-grid.col-xl-3{
	  width: 33.333%;
  }
}
@media (max-width: 1199.98px) {
	#product-category .row{
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
	}
	#product-category #content{
		order:1;
	}
	#product-search .row.search-row{
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
}
#product-search .row.search-row #content{
	order: 1;
}
#product-search .checkbox-inline{
	display: block;
	text-align: left;
}
.adwishlist-wrapper tr td:nth-child(2){
	width: 35%;
}}
@media (max-width: 1030.98px) {
	#account-account .adaccount-block ul li{
		width: 50%;
	}
}
@media (max-width: 667.98px) {
	.badfooter-row-content-box{
		flex-direction: column;
	}
}
@media (max-width: 575.98px) {
	#badmobile-header-center{
		width: 100%;
	}
	#badmobile-header-right{
		order: 2;
	}
	#account-address table tr td{
		display: block;
		width: 100%;
	}
	#account-address table tr td.text-right{
		text-align: left;
		border-left: 0 none;
		border-right:0 none;
	}
}
@media (min-width: 992px) {
	#header .badmenu-has-sticky.sticky{
		background-color: #161616;
	}
	#product-category .row > .bad-left-category, #product-category .row > .badleft-penal-filter{
		display: none;
	}
	.badmobile-category-menu-icon {
		display:none;
	}
	.badmobile-search-menu-icon{
		display:none;
	}
	#product-search .row.search-row  > .bad-left-category{
		display: none;
	}
	.search-filter, .category-filter{
		display: none;
	}
}
@media (max-width: 991.98px) {
	.badnewsletter-popup-content-title{
		padding: 15px 10px !important;
		background: rgba(255,255,255,0.5);
	}
	.badnewsletter-popup-inner{
		width: 100%;
	}
	.badnewsletter-popup-inner{
		padding: 0px !important;
	}
	.alternate-section{
		gap: 0px;
	}
	.badsearch-product .col-sm-4{
		width: 100%;
	}
	.badsearch-product .col-sm-4 +  .col-sm-4{
		margin-top: 10px;
	}
	.badshopping-cart-product-wrapper{
		right: -100%;
	}
	.badcategory-category-filter .badcategory-sortby{
		width: auto;
		padding:0px;
	}
	.form-horizontal .col-sm-2{
		width: 30%;
	}
	.form-horizontal .col-sm-10{
		width: 70%;
	}
}
@media (max-width: 991.98px) {
	.badmain-menu-content #top-menu .badmain-menu-wrapper .badmenu-first {
	color: #2a7d2e !important;
}
.badmain-menu-content #top-menu .badmain-menu-icon-wrapper a i{
	color: #2a7d2e !important;
}
.badfooter-socialicon-content{
	display: inline-block;
	text-align: center;
}

.badhome-slider-items {
	height: auto !important;
	aspect-ratio: 1.83 / 1;
}
.badmobile-header-block.sticky{
	top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12);
    width: 100%;
    left: 0;
    -webkit-animation: mySticky 1s;
    -moz-animation: mySticky 1s;
    animation: mySticky 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(0);
    /*-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    list-style: none;
}
.badfooter-content-box{
	flex-wrap: wrap;
}
#footer .badfooter-content-box .col-lg-3{
	width: 50%;
}
#footer .collapse{
	display: block !important;
}
#footer .navbar-toggler{
	display: none !important;
}
#product-category.lookbook-container #column-left {
	width: 33.333%;
}
#product-category.lookbook-container #content{
	width: 66.667%;
	order: 1;
}
.badcategory-grid-list-wrapper{
	display: none;
}
.row.badcategory-category-filter{
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
}
.row.badcategory-category-filter:before, .row.badcategory-category-filter:after{
	content:none;
}
#product-category #content {
	order: 0;
	width: 100%;
}

/*#product-category .row{
	flex-direction: column;
}
#product-category .row.badcategory-category-filter{
	flex-direction: row;
}
#product-category .row.badcategory-category-filter + .row{
	flex-direction: row;
}*/

#product-category .row.badcategory-category-filter .badcategory-sortby{
	padding:0px;
}
#product-category .row.badcategory-category-filter .input-group .form-control.badcategory-sortby-menu{
	width: auto;
}
#product-category .row > .bad-left-category, #product-category .row > .badleft-penal-filter{
	margin-left: 15px;
	margin-right: 15px;
	
}
.badmobile-category-menu-icon {
	width: 40px;
	height: 40px;
	color: #2a7d2e;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
	border-radius: 100%;
	border: 1px solid #f6f6f6;
	padding: 0;
	position: fixed;
	top: 61px;
    left: 70px;
	z-index:9999;
	
}
.badmobile-search-menu-icon{
   width: 40px;
	height: 40px;
	color: #2a7d2e;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
	border-radius: 100%;
	border: 1px solid #f6f6f6;
	padding: 0;
	position: fixed;
	top: 61px;
    left: 70px;
	z-index:9999;	
}
.badmobile-category-menu-icon.category-mnu{
	top: 22px;
}
.bad-left-category, .badleft-penal-filter{
	width: 100%;
}
#product-category #column-left{
	width: 100%;
}
#product-category #column-left .bad-left-category{
	display: none !important;
}
#product-category.lookbook-container #column-left .bad-left-category{
	display: block !important;
}
#product-category #column-left .badleft-penal-filter{
	display: none !important;
}
.badleft-penal-product .badproduct-wrapper{
	flex-direction: column;
}
.badside-product-image{
	width: 100%;
}
.badside-product-description{
	text-align: center;
	padding-left: 0px;
	margin-top: 10px;
}
#product-search .row.search-row #content {
	order: 0;
	width: 100%;
}
#product-search #column-left{
	width: 100%;
}
#product-search  .row.search-row{
	position: relative;
}
#product-category .row > .badspecial-products-block .badproduct-wrapper-content .badproduct-wrapper .badproduct-wrapper {
	flex: 0 0 auto;
	width: 100%;
}
#product-category .row > .badspecial-products-block .badproduct-wrapper-content .thumbnail-container > .badproduct-wrapper {
	flex-direction: column;
}
 #product-category .row > .badspecial-products-block  .badproduct-description{
	 padding: 15px !important;
 }
 #product-search .row.search-row > .bad-left-category{
	 margin: 0px 15px 30px;
	 display: none;
 }
 .badmobile-search-menu-icon.search-mnu{
	 top: 21px;
 }
 .search-filter,.category-filter {
	position: fixed;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	top: 123px;
	bottom: 0;
	width: 50%;
	z-index: 999;
	opacity: 0;
	text-align: left;
	-webkit-transition: all 0.7s ease 0.1s;
	-moz-transition: all 0.7s ease 0.1s;
	-ms-transition: all 0.7s ease 0.1s;
	-o-transition: all 0.7s ease 0.1s;
	transition: all 0.7s ease 0.1s;
	padding: 15px;
	left: -300px;
	visibility: hidden;
	height: calc(100vh - 109px);
	overflow-y: scroll;
}
.search-filter.open, .category-filter.open {
	opacity: 1;
	-webkit-transition: all 0.7s ease 0.1s;
	-o-transition: all 0.7s ease 0.1s;
	transition: all 0.7s ease 0.1s;
	visibility: visible;
	left: 0;
}
.search-filter.search-mnu-open, .category-filter.category-mnu-open{
	top: 82px;
}
.category-filter .badleft-penal-filter{
	margin-bottom: 0px;
}
.form-horizontal .control-label {
	padding-top: 7px;
	
}
.adwishlist-wrapper tr td:nth-child(2) {
	width: 30%;
}
.badshopping-cart-product-wrapper{
	width: 290px;
}
.badshopping-cart-product-wrapper {
	right: 0;
}
}
@media (max-width: 850.98px) {
	.badquickview-producat .btn-primary{
		left:-5px;
		right: auto;
		top:0px;
	}
	#product-product .badquickview-producat .form-group.required + .form-group {
	padding-top: 45px;
	text-align: left;
}
.badquickview-producat .form-group{
	padding-top: 50px;
}
#badquickview .badquickview-producat .form-group {
	padding-top: 0px !important;
}
}
@media (max-width: 767.98px) {
	#_desktop_contact_link, .desktop_email_link, .desktop_contact_link {
	display: block;
	text-align: center;
}
.lookbook-container .row{
	flex-direction: column;
}
#product-category.lookbook-container #column-left {
	width: 100%;
}
#product-category.lookbook-container #content{
	width: 100%;
}
#product-category.lookbook-container #column-left .badleftcategory-title{
	display: none;
}
 #product-category.lookbook-container  .list-group.bad-left-category-block{
	 display: flex;
	 display: -ms-flexbox;
 }
 #product-category.lookbook-container .bad-left-category .list-group{
	 padding: 5px;
 }
 #product-category.lookbook-container .bad-left-category .list-group .list-group-item{
	 width: 33.333%;
	 border: 1px solid rgb(231, 229, 227);
	 height: 41px;
 }
 #product-category.lookbook-container .bad-left-category .list-group .list-group-item +  .list-group-item{
	 border-left:0 none;
 }
 .search-filter, .category-filter{
	 top: 82px;
 }
 .form-horizontal .form-group label{
	 margin-bottom: 0px;
 }
 #account-account .adaccount-block ul li {
	width: 100%;
}
#account-order .table.responsive-table tbody tr td::before, #account-wishlist tbody tr td::before {
		content: attr(data-title);
	}
	#account-order .table.responsive-table thead, #account-wishlist thead{
		position: absolute;
    left: -9999px;
    overflow: hidden;
    width: 0px;
    height: 0px;
	}
	#account-order .table.responsive-table tbody tr td, #account-wishlist table tbody tr td{
		display: block !important;
		width: 100% !important;
		white-space: normal !important;
		text-align:left;
		padding-left: 38%;
		position: relative;
		
	}
	#account-order .table.responsive-table tbody tr td::before, #account-wishlist table tbody tr td::before {
	display: inline-block;
	width: 32%;
	min-width: 100px;
	border-right: 2px dotted #999;
	margin-right: 10px;
	font-weight: bold;
	position: absolute;
	left:0;
	padding-left: 5px;
	top:0;
	bottom:0;
	font-size: 12px;
}
#account-order .table.responsive-table tbody tr td div, #account-wishlist table tbody tr td div{
	display:inline-block;
}
#account-order .table.responsive-table tbody tr:nth-child(2n+1), #account-wishlist tbody tr:nth-child(2n+1) {
	background-color: #eee;
}
#account-order .order-table tbody tr td{
	display: block;
	width: 100% !important;
}
#form-review .table.table-bordered tbody tr td:first-child{
	display: block;
}
#form-review .table.table-bordered tbody tr td:first-child .comments_note {
	margin-left: 0px;
	margin-top: 10px;
}
#form-review table tr td{
	width: auto !important;
}
#form-review table tbody tr:last-child td{
	width: 100% !important;
}

}

@media (max-width: 767.98px) {
.badquickview-producat .btn-primary{
	
	
	left:0px;
	right:auto;
}
.badquickview-producat .badall-theme-button {
	margin-top: 0px;
}
.alternate-section{
	flex-direction: column !important;
}
.alternate-section .text {
	padding: 0px 20px;
}
.wfix a small{
	font-size: 12px;
}
.wfix a{
	font-size: 40px;
}
.badmobile-category-menu-icon{
	top: 21px;
}
.badmobile-search-menu-icon{
	top: 21px;
}
.badproducatpage-rating{
	flex-wrap: wrap;
}
.badproducatpage-rating .comments_note{
	width: 100%;
	margin-bottom: 15px;
}
.badproducatpage-rating .comments_note + a{
	margin-left:0px;
}
}
@media (max-width: 667.98px) {
	.badfooter-copyright{
		margin-bottom: 10px;
	}
	.form-horizontal .col-sm-2 {
	width: 33.333%;
}
.form-horizontal .col-sm-10 {
	width: 66.667%;
}
}
@media (max-width: 649.98px) {
	.modal-dialog{
		height: 100vh;
		overflow: auto;
	}
	.badquickview-producat .form-group{
		width: 100%;
		margin-right:0px;
	}
	.badquickview-producat .form-group input.form-control{
		width: 100%;
	}
	.badquickview-producat .form-group label{
		width: 120px;
		text-align: left;
	}
	#badquickview .badquickview-producat .form-group {
	margin-bottom: 15px !important;
}
#product-product .badquickview-producat .form-group{
	display: flex;
  width: 100%;
}
#product-product .badquickview-producat .badall-theme-button{
	margin-top:0px !important;
	margin-left: 15px;
}
}
@media (max-width: 600.98px) {
	#footer .badfooter-content-box .col-lg-3 {
	width: 100%;
}
}
@media (max-width: 575.98px) {
	#header .logo{
		max-width: 345px !important;
	}
	#_desktop_contact_link{
		margin-left: 10px !important;
	}
	.badcustomerservices-inner .row.badcustomerservices-content .badcustomerservices-content-inner{
		width: 50%;
	}
	.badmobile-category-menu-icon{
		top: 82px;
	}
	.badmobile-search-menu-icon {
	top: 82px;
}
	.badmobile-category-menu-icon.category-mnu{
		top: 82px;
	}
	.badmobile-search-menu-icon.search-mnu{
		top: 82px;
	}
	#product-category .row.badcategory-category-filter .col-xs-12{
		width: auto;
	}
	.badcategory-sortby{
		margin-bottom:0px;
	}
	#product-category .product-layout.product-grid{
		width: 50% !important;
	}
	#product-category .row.badcategory-pagination:before, #product-category .row.badcategory-pagination:after{
		content:none
	}
	#product-category .row.badcategory-pagination{
		justify-content: space-between;
		
	}
	.search-filter, .category-filter {
	top: 128px;
}

.search-filter, .category-filter{
	width:100%;
	left:-100%;
}
.search-filter.open, .category-filter.open  {
	left:0;
}
#product-search .row{
	display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
#product-search .product-layout.product-grid {
	width: 50% !important;
}
.form-horizontal .form-group .col-sm-2{
	width: 100%;
	margin-bottom: 15px;
}
.form-horizontal .form-group .col-sm-10{
	width: 100%;
	
}
.badshopping-cart-product-wrapper {
	right: -100%; 
}
#content .row.badcategory-category-filter .badcategory-show-limit{
	width: 100px !important
}
.badcategory-category-filter .badcategory-sortby {
	width: 150px;
	padding: 0px;
}
}
@media (max-width: 513.98px) {
	.row.badcategory-pagination .col-sm-6.badcategory-pagination-text {
	margin-bottom: 15px;
}
#product-category .row.badcategory-pagination {
	justify-content: center;
}
}
@media (max-width: 504.98px) {
	#account-register .badall-theme-button{
		margin-top: 15px;
		width: 100%;
	}
}
@media (max-width: 480.98px) {
	#badmobile-header-call .row{
		flex-direction: column;
	}
}
@media (max-width: 414.98px) {
.badquickview-producat .btn-primary{
	
	
	left:0px;
	right:auto;
}
.badquickview-producat .badall-theme-button {
	margin-top: 55px;
}
.alternate-section .text h2{
	font-size: 20px;
}
.badcategory-add-to-cart-img-content h1 a{
	font-size: 20px;
}
#header .logo{
		max-width: 280px !important;
	}
	.badheader-call-info{
		flex-direction: column;
	}
	.badmain-menu-content{
		height: calc(100vh - 113px);
	}
	.badcustomerservices-inner .row.badcustomerservices-content .badcustomerservices-content-inner{
		width: 100%;
	}
	.badmobile-category-menu-icon {
	top: 68px;
}
.badmobile-search-menu-icon {
	top: 68px;
}
	.badmobile-category-menu-icon.category-mnu {
	top: 68px;
}
.badmobile-search-menu-icon.search-mnu{
		top: 68px;
	}
#product-category .row.badcategory-category-filter .badcategory-sortby{
	width: 100px;
}
#product-category .row.badcategory-category-filter .input-group .form-control.badcategory-sortby-menu {
	width: 100%;
}
#product-category .product-layout.product-grid{
		width: 100% !important;
	}
	#product-search .product-layout.product-grid {
	width: 100% !important;
}
	.search-filter, .category-filter{
		top: 113px;
	}
	.search-filter.search-mnu-open, .category-filter.category-mnu-open {
	top: 113px;
}
.adaccount-wrapper .adaccount-block h1, .adaccount-wrapper .adaccount-block h2 {
	font-size: 20px;
	
}
#account-order .table.responsive-table tbody tr td::before, #account-wishlist table tbody tr td::before {
	display: inline-block;
width: 38%;
}
#account-order .table.responsive-table tbody tr td, #account-wishlist table tbody tr td{
	padding-left: 42%;
}
#badquickview .badquickview-producat .badall-theme-button{
	margin-top:0px;
}
}
@media (max-width: 380.98px) {
	.adaccount-wrapper .adaccount-block .list-unstyled li a {
	font-size: 12px;
	padding: 0 20px !important;
}
#account-affiliate .pull-right{
	font-size: 13px;
}
}
@media (max-width: 334.98px) {
	#form-review .control-label{
		width: 100%;
	}
}
.badquickview-producat .d-flex{
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
	align-items: center;
}



