*{
	box-sizing: border-box;
}
:root {
	--white: #ffffff;
	--single-pro-text-color: #323232;
	--body-text: #1c1d1e;
  }
@keyframes AnimationshoW {
  from {
  	visibility: hidden;
  	opacity: 0;
  	transform: scale(0);
  }

  to {
  	visibility: visible;
	opacity: 1;
	transform: scale(1);
  }
}
.thsm-acc-popup1 .thsm-popup-simple{
	display: none;
}
.thsm-acc-popup1 .thsm-popup-simple.active{
	display: block;
}
.thsm-popup-simple .u-columns > div{
	display: none;
}
.thsm-popup-simple .u-columns > div.active{
	display: block
}
.thsm-popup-header{
	display: flex;
	justify-content: center;
	margin: -25px -25px 25px -25px;
}
.th-shop-mania-pro .thsm-popup-header .th-popup-tab{
	text-decoration: none;
	cursor: pointer;
}
.woocommerce-form-login .form-row{
	float: initial;
}
.thsm-popup-header .th-popup-tab{
	width: 125px;
	padding: 16px;
	text-align: center;
	background: #e6e9e6;
	display: block;
	flex: 2;
	font-size: 18px;
	font-weight: 500;
	outline: 0;
}
.main-header-bar .thsm-popup-header .th-popup-tab,
.main-header-bar .thsm-popup-header .th-popup-tab:hover{
	color: #111;
}
.thsm-popup-header .th-popup-tab.active{
	background: #111;
	color: #FFF;
}
.main-header-bar .thsm-popup-header .th-popup-tab.active,
.main-header-bar .thsm-popup-header .th-popup-tab.active:hover{
	color: #FFF;
}
.thsm-popup-simple{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.thsm-popup-simple .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #888888;
	opacity: 0.9;
	left: 0;
	top: 0;
	z-index: 2;
}
.thsm-popup-content{
	max-width: 350px;
	margin: 90px auto 90px auto;
	position: relative;
	background: #FFF;
	padding: 40px;
	z-index: 4;
}
.thsm-popup-content,
.thsm-popup-content a,
.thsm-popup-content input,
.main-header-bar .thsm-popup-content a{
	color: #111;
}
.thsm-acc-popup1 .thsm-popup-header{
	margin: -40px -40px 40px -40px;
}
.thsm-acc-popup1 .thsm-popup-content{
 	padding: 12px 40px ;
 }
 .thsm-acc-popup1 .thsm-popup-content .close:hover{
 		transform: scale(1.2);
 }
.thsm-popup-content .close{
	position: absolute;
	top: 9px;
	right: -27px;
}
.woocommerce .thsm-popup-simple .col2-set .col-1, 
.woocommerce .thsm-popup-simple .col2-set .col-2,
.woocommerce .thsm-popup-simple form.login,
.woocommerce .thsm-popup-simple form.register{
	width: 100%;
}
.woocommerce .thsm-popup-simple form .form-row input.input-text{
	border-radius: 7px;
}
.thsm-popup-simple .woocommerce-privacy-policy-text{
	margin: 25px 0;
}
.woocommerce .thsm-popup-simple .woocommerce-form-login .woocommerce-form-login__rememberme{
	margin-top: 18px;
}
.woocommerce .thsm-popup-simple form.login{
	margin: 0;
}
.thsm-acc-popup1 .thunk-icon-market > .account,
.thsm-acc-popup2 .thunk-icon-market > .account{
	margin-right: 0;
}
.woocommerce .thsm-popup-simple button.button{
	padding: 0;
	margin: 0;
}
.thsm-popup-simple h2{
	display: none;
}
.thsm-popup-simple .woocommerce-button.button{
	width: 100%;
	padding: 0;
	margin: 0;
}
/* thsm-acc-popup2 style  */
.thsm-acc-popup2 .thsm-popup-header .th-popup-tab{
	padding: 9px;
}
.thsm-acc-popup2 .thsm-popup-simple{
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	/*transition: all 0.4s ease;*/
}
.thsm-acc-popup2 .thsm-popup-simple.active{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all 0.4s ease;
}
.thunk-icon-market{
	position: relative;
}
.thsm-acc-popup2 .thsm-popup-simple{
	position: absolute;
	top: 21px;
	right: 0;
	left: initial;
	bottom: initial;
}
.thsm-acc-popup2 .mhdrfive .thsm-popup-simple{
		left: 0;
		right: initial;
}
.mhdrfive .thunk-icon-market > :last-child{
		margin-left: 0;
}
.thsm-acc-popup2 .thsm-popup-content{
	max-width: 400px;
	top: 39px;
	padding: 25px;
	background: #FFF;
	margin: 0;
	/*border: 1px solid #e8e4e4;*/
	border: 1px solid #F9F9F9;
	border-radius: 7px;
	box-shadow: 0 0 21px #eee;
}
.thsm-acc-popup2 .woocommerce-form .woocommerce-privacy-policy-text,
.thsm-acc-popup2 .woocommerce-form-register p:nth-of-type(2){
	font-size: 12px;
}
.thsm-acc-popup2 .overlay{
	position: relative;	
}
.thsm-acc-popup2 .woocommerce-LostPassword{
	clear: both;
}
.thsm-acc-popup2 .thsm-popup-content .close{
	position: absolute;
}
.thsm-acc-popup2 .u-column1 > h2,
.thsm-acc-popup2 .u-column2 > h2,
.thsm-acc-popup2 .thsm-popup-content .close{
	display: none;
}
.thsm-acc-popup1 .thsm-popup-header,
.thsm-acc-popup2 .thsm-popup-header{
	margin-bottom: 0;
}
.thsm-popup-simple.Popup-2{
	z-index:12;
}
/*  standard acc page style */
.woocommerce-account.thsm-acc-standard .u-columns > div{
	display: none;
}
.woocommerce-account.thsm-acc-standard .u-columns > div.active{
	display: block
}
.woocommerce-account.thsm-acc-standard .entry-content > .woocommerce{
	max-width: 509px;
    margin: 0 auto;
    padding: 25px;
    border-radius: 9px;
    background: #FFF;
}
.woocommerce-account.thsm-acc-standard .thsm-popup-header{
	margin: 25px 0;
}
.woocommerce-account.thsm-acc-standard .woocommerce .col2-set{
	display: flex;
   flex-wrap: wrap;
}
.woocommerce-account.thsm-acc-standard .th-shop-mania-site{
	background: #ABB8C3;
	position: relative;
}
.woocommerce-account.thsm-acc-standard .woocommerce .col2-set > div,
.woocommerce-account.thsm-acc-standard .woocommerce form.login,
.woocommerce-account.thsm-acc-standard .woocommerce form.register{
	width: 100%;
}
.woocommerce-account.thsm-acc-standard .u-columns.col2-set h2{
	display: none;
}
.thsm-acc-standard .woocommerce-ResetPassword{
	margin: 25px 0;
}
.thsm-acc-standard .woocommerce-ResetPassword p{
	margin: 0;
}
.thsm-acc-standard .woocommerce-ResetPassword .woocommerce-Button{
	margin-top: 25px;
}
.thsm-acc-standard.woocommerce-account .entry-content{
	height: 100vh;
}
.thsm-acc-standard .th-popup-tab{
	border-radius: 4px;
}
.thsm-acc-standard .thsm-popup-header{
	gap: 9px;
}
/* Blog Layout  */
.post-content-outer-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-content-outer-wrapper.no-thumb .thunk-posts-description{
	width: 100%;
}
.blog.thsm-blog-layout-2 .thunk-post-img-wrapper,
.blog.thsm-blog-layout-2 .thunk-posts-description{
	width: 49%;
}
.blog.thsm-blog-layout-2 .thunk-post-img-wrapper{
	order: 1;
}
.blog.thsm-blog-layout-2 .thunk-posts-description{
	order: 2;
}
.blog.thsm-blog-layout-2 .post-content-outer-wrapper{
	align-items: center;
}
.blog.thsm-blog-layout-3 .thunk-post-img-wrapper,
.blog.thsm-blog-layout-3 .thunk-posts-description{
	width: 49%;
}
.blog.thsm-blog-layout-3 .thunk-post-img-wrapper{
	order: 2;
}
.blog.thsm-blog-layout-3 .thunk-posts-description{
	order: 1;
}
.blog.thsm-blog-layout-3 .post-content-outer-wrapper{
	align-items: center;
}
.blog.thsm-blog-layout-4 .thunk-post-article{
	width: 33.33%;
	padding: 0 15px;
}
.blog.thsm-blog-layout-4 .site-main{
	display: flex;	
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.blog.thsm-blog-layout-4 .thunk-post-img-wrapper{
	margin: 0 auto 30px auto;
}
.blog.thsm-blog-layout-4 .thunk-posts-description{
	flex: 2;
}
.blog.thsm-blog-layout-5 .thunk-post-article{
	width: 50%;
	padding: 0 15px;
}
.blog.thsm-blog-layout-5 .site-main{
	display: flex;	
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.blog.thsm-blog-layout-5 .thunk-post-img-wrapper{
	margin: 0 auto 30px auto;
}
.no-thumb .thunk-posts-description {
	width: 100%;
}
.blog.thsm-blog-layout-5 .thunk-post-info,
.blog.thsm-blog-layout-4 .thunk-post-info{
	flex-grow: 2;
}
.resp-mobileh-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px;
	flex-wrap: wrap;
}
.resp-mobileh-below-header{
	width: 100%;
	margin-top: 12px;
}
.resp-mobileh-bar .logo-content{
	max-width: 108px;
	display: block;
}
.responsive-main-header.respmobile-layout-2 .cart-count-item,
.responsive-main-header.respmobile-layout-3 .cart-count-item{
	width: 18px;
    height: 18px;
    line-height: 18px;
    left: 16px;
    right: initial;
    top: -13px;
}
.responsive-main-header.respmobile-layout-2,
.responsive-main-header.respmobile-layout-3{
	padding: 12px 0;
}
.mobile-nav-bar.respmobile-layout-1 .thaps-search-box,
.mobile-nav-bar.respmobile-layout-3 .thaps-search-box{
	display: none;
}
.mobile-nav-bar.respmobile-layout-1 .tapsp-search-box,
.mobile-nav-bar.respmobile-layout-3 .tapsp-search-box{
	display: none;
}
.mobile-nav-bar.respmobile-layout-2 .tapsp-search-form,
.mobile-nav-bar.respmobile-layout-2 .thaps-from-wrap{
	margin: 9px;
}
/* 404 Page  */
.thsm-404-layout-2 .primary-content-area{
	width: 100%;
}
.thsm-404-layout-2 .thunk-content-wrap{
	display: flex;
	justify-content: center;
	text-align: center;
}
.thsm-404-layout-2 .error-heading h2{
	font-size: 90px;
	line-height: 97px;
	margin-top: 0;
}
.thsm-404-layout-2 .error-heading h3{
	font-size: 45px;
	line-height: 52px;
}
.thsm-404-layout-2 .primary-content-wrap{
	margin-bottom: 21px;
}
.thsm-404-layout-2 #searchform [type="submit"]{
	font-size: 16px;
}
.thsm-404-layout-2 .primary-content-wrap + *{
	border-top: 1px solid #CCC;
	padding-top: 30px;
}
.error-404-image{
	margin: 0 auto 39px auto;
}
.thsm-404-layout-1 .error-404-image{
	margin: 0 0 21px 0;
}
.woocommerce .elemento-addons-product-rating .star-rating{
	float: initial;
	font-size: 18px;
}
/* width */
.elemento-quickview-wrapper .description_::-webkit-scrollbar,
.alm-content-main-wrapper .woocommerce-product-details__short-description::-webkit-scrollbar{
	width: 5px;
	display: none;
}

/* Track */
.elemento-quickview-wrapper .description_::-webkit-scrollbar-track,
.alm-content-main-wrapper .woocommerce-product-details__short-description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
.elemento-quickview-wrapper .description_::-webkit-scrollbar-thumb,
.alm-content-main-wrapper .woocommerce-product-details__short-description::-webkit-scrollbar-thumb {
  background: BLACK;
  border-radius: 10px;
}
.thwbt-wrapper{
	padding-bottom: 60px;
}
.thwbt-product-list-add:nth-of-type(1) input[type=checkbox]:before{
	background-color: GREY;
}
.thwbt-product-list-add input[type=checkbox] {
         position: relative;
	       cursor: pointer;
}
.thwbt-product-list-add input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 16px;
         height: 16px;
         top: 0;
         left: 0;
         border: 2px solid #555555;
         border-radius: 3px;
         background-color: white;
}
.thwbt-product-list-add input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid black;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
}
.th-shop-mania-shop-page-layout-6{
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 12px;
	color: #4B58FF00;
	border-radius: 0;
	border: 1px solid transparent;
}
.th-shop-mania-shop-page-layout-6:hover{
	-webkit-box-shadow:  0 0 15px;
	box-shadow: 0 0 15px;
	color: #B0ADAD40;
}
.woocommerce .products .th-shop-mania-shop-page-layout-6 .star-rating{
	margin-bottom: 10px;
}
.th-shop-mania-shop-page-layout-6 .thunk-quik a.opn-quick-view-text{
	opacity: 1;
}
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .thunk-quik,
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .thunk-wishlist,
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .thunk-compare{
	margin: 0.2rem;
}
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .thunk-wishlist a, 
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .thunk-compare a, 
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .yith-wcwl-wishlistexistsbrowse,
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .yith-wcwl-wishlistaddedbrowse,
.woocommerce .shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .th_shop_mania-product-buttons a.button:hover{
	border-radius: 50%;
}
.th-shop-mania-shop-page-layout-6 .thunk-quik a.opn-quick-view-text{
	width: 40px;
	height: 40px;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 50%;
}
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .th_shop_mania-product-buttons{
	opacity: 0;
	transition: 0.5s all ease;
}
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6:hover .th_shop_mania-product-buttons{
	opacity: 1;
	transition: 0.5s all ease;
}
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .qv-text{
	display: none;
}
.woocommerce ul.products li.product .th-shop-mania-shop-page-layout-6 .woocommerce-loop-product__title{
	font-size: 1em;
    font-weight: bold;
    display: block;
    color: #444;
    line-height: normal;
    overflow: initial;
    text-overflow: initial;
    -webkit-line-clamp: initial;
    max-height: initial;
}
.th-shop-mania-shop-page-layout-6 .zta-woo-product-category{
	margin-bottom: 10px;
	color: #abb8c3;
}
.woocommerce ul.products li.product.thunk-woo-product-list .th-shop-mania-shop-page-layout-6 .price{
	color: #A8B324;
	font-weight: bold;
	margin-bottom: 10px;
}
.woocommerce ul.products li.product .th-shop-mania-shop-page-layout-6 .onsale{
	right: initial;
	left: 9px;
}
.elemento-advance-quantity,
.woocommerce .elemento-product-add-to-cart a{
	align-items: center;
	display: inline-flex;
    background: #0A472E;
    border-radius: 21px;
    margin: 0;
    padding: 0.5em 1.3em;
    color: #FFF;
    font-weight: normal;
    font-size: 0.89rem;
    line-height: normal;
    border: 1px solid;
}
.woocommerce .elemento-product-add-to-cart a:hover{
	background: #0A472E;
	color: #FFF;
}
.elemento-advance-quantity input, 
.elemento-advance-quantity button {
    width: 26px;
    text-align: center;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
}
/* Chrome, Safari, Edge, Opera */
.elemento-advance-quantity input::-webkit-outer-spin-button,
.elemento-advance-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.elemento-advance-quantity input[type=number] {
  -moz-appearance: textfield;
}
.elemento-product-add-to-cart-button{
	margin: 7px 0 12px 0;
}
.th-shop-mania-shop-page-layout-6 .thunk-wishlist a,
.th-shop-mania-shop-page-layout-6 .thunk-quik a.opn-quick-view-text,
.th-shop-mania-shop-page-layout-6 .thunk-compare a,
.woocommerce .th-shop-mania-shop-page-layout-6 .th_shop_mania-product-buttons a.button:hover,
.shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .yith-wcwl-wishlistexistsbrowse,
.woocommerce ul.products li.product .shop-page-products-layouts.th-shop-mania-shop-page-layout-6 .thunk-compare a{
	background: #EEE;
	color: #111;
}
/*th-bought-together-css*/
section.thwbt-wrapper .thwbt-content{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

section.thwbt-wrapper .thwbt-content .thwbt-content-one{
width:66%;
display: inline-flex;
padding: 1rem 0;
flex-wrap: wrap;
}
section.thwbt-wrapper .thwbt-content .thwbt-content-two{
width:34%;
padding: 1rem 0;
}

section.thwbt-wrapper .thwbt-content .thwbt-content-one > div {
padding: 0.5rem;
width: 33.33%;

}

.thwbt-product-list{
padding: 0.5rem 2rem; 
}

.thwbt-product.thwbt-inactive{
opacity:0.5;
}

.thwbt-product.thwbt-inactive .image{
position:relative;
}

.thwbt-product.thwbt-inactive .image:after{
    content:'+';
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    top: 45%;
    font-size:22px;
    text-align:center;
}
.thwbt-product h4{
margin-bottom:0.2rem;
font-size:0.87rem;
line-height:1.2;
}

.thwbt-product .image{
margin-bottom:0.7rem;
}
.thwbt-product-list-add label{
    font-size: 0.89rem;
    margin-bottom: 0.5rem;
    display: block;
}

.thwbt-product-list-add label input[type=checkbox]{
    margin-right:5px ;
    line-height: normal;
}
.thwbt-products .total-price-wrapper{

 margin:1.5rem 0;

}

.thwbt-products .total-price-wrapper .total-price{
font-size:1.3rem;
margin-bottom:0.5rem;
}

.thwbt-products .total-price-wrapper .total-order{
font-size:0.89rem;
margin-bottom:0.5rem;
}
.thwbt-add-button-form button.thwbt-add-button{
margin:0.5rem 0;
letter-spacing:0.7px;
}

.woocommerce button.button.loading.thwbt-add-button::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position:static;
    top: 0.618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 0.5rem;
}
.thwbt-add-button-form{
    display: flex;
    align-items: center;
}
.variations_form .variations.thwbt-variation .variation {
    width: 100%;
	display: inline-block;
    border-style: solid;
	border-width: 1px;
    border-color: #e5e5e5;
    padding:0;
    margin:0.5rem 0 0 0;
    max-width: 100%;
    border-radius: 2px;
	padding: 9px;
}
.variations.thwbt-variation .variation select {
    width: 100%;
    max-width:150px;
    padding:6px;
    color: #888;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.5em;
    font-size: 14px;
}

.variations.thwbt-variation .reset_variations {
margin-top: 5px;
display: block;
}

.thwbt-product-wrap .thwbt-products .thwbt-product-price span.price{
font-size:14px;
color:#111;
font-weight:normal;
}
.theme-th-shop-mania #thaps-search-button:focus,
.theme-th-shop-mania .thaps-search-autocomplete:focus,
.cat-toggle:focus{
  outline: 0!important;
}
.thwbt-variation .th-variation-swatches .variable-items-wrapper{
	gap: 12px;
}
/*  Product Layout 6 CSS Starts  */
	.th-shop-mania-shop-page-layout-6 .th-product-compare-btn{
		padding: 0!important;
		align-items: center;
		display: flex!important;
		justify-content: center;
	}
/*  Product Layout 6 CSS Ends  */
.main-header.mhdreight{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 18;
	box-shadow: 0 0 5px #a4b1a4;
}
.mhdreight .main-header-col1{
	padding: 12px 15px 12px 0;
}
.mhdreight .thunk-logo img{
	max-width: 107px;
}
.mhdreight .main-header nav{
	width: 100%;
}
.mhdreight .main-header-col1{
	min-width: initial;
}
/*.mhdreight .th-shop-mania-menu ul.sub-menu, 
.mhdreight .widget_nav_menu ul.sub-menu{
	transform: initial;
	top: 0;
}*/
.th-recent-products-canvas{
    position: fixed;
    background-color: #fff;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    top: 0;
    bottom: 0;
    max-width: 400px;
    width: 100%;
    right: -498px;
    overflow-y: auto;
    overflow-x: visible;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
}
.th-recent-products-canvas.active{
	right: 0;
}
.th-recent-products-canvas h2{
	color: #474847;
    font-size: 21px;
    line-height: 29px;
    padding: 21px;
    text-align: center;
}
.th-recent-products-canvas ul{
	display: flex;
	flex-direction: column;
}
.woocommerce .th-recent-products-canvas ul li{
	width: 100%;
}
.th-recent-prod-wrapper{
	list-style-type: none;
	margin: 0 21px;
}
.th-product-img{
	max-width: 75px;
}
.th-product-img img{
	max-width: 100%;
}
.thunk-product-list{
	display: flex;
	gap: 21px;
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb;
	align-items: center;
}
.th-product-content > a{
	font-weight: 500;
}
.th-recent-products-canvas .th-price{
	margin-top: 7px;
}
.th-rating{
	display: flex;
	margin-top: 12px;
	color: #e9c332;
}
.th-close{
	width: 32px;
	height: 32px;
	top: 12px;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 5px;
	background: #FFF;
	border: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
/* Hover effect */
.th-close:hover {
    background-color: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}
/* Click effect */
.th-close:active {
    transform: translateY(-50%) scale(0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow on click */
}
.thrv-header{
	position: relative;
	padding: 0 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.thrv-header h2{
	flex-grow: 2;
}
.th-recent-prod-wrapper li:last-child{
	border-bottom: 0;
}
.thsm-rv-btn,
#move-to-top{
	width: 54px;
    height: 54px;
    font-size: 2rem;
    border-radius: 100%;
   	display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 90px;
    box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -moz-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -webkit-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -o-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
}
.thsm-rv-btn{
	background: #FFF;
    color: #111;
    z-index: 999999999;
}
#move-to-top{
	bottom: 24px;
}
/* If there are multiple .taiowc-content you want to exclude from #th-shop-mania-mobile-bar */
/*.theme-th-shop-mania .taiowc-content:not(#th-shop-mania-mobile-bar .taiowc-content,header .taiowc-content),
.theme-th-shop-mania .taiowcp-content:not(#th-shop-mania-mobile-bar .taiowcp-content,header .taiowcp-content) {
    right: 20px;
    bottom: 156px;
}*/
.theme-th-shop-mania .cart_fixed_1 .taiowc-content,
.theme-th-shop-mania .cart_fixed_1 .taiowcp-content{
	right: 20px;
    bottom: 156px;
}
.thunk-content-wrap .entry-content a.taiowc-content,
.thunk-content-wrap .entry-content a.taiowcp-content{
	text-decoration: none!important;
}
.theme-th-shop-mania .taiowc-cart-item,
.theme-th-shop-mania .taiowcp-cart-item{
	padding: initial;
	border-radius: 100%!important;
	width: 54px;
    height: 54px;
    border-radius: 100%;
}
.theme-th-shop-mania header .taiowc-cart-item,
.theme-th-shop-mania header .taiowcp-cart-item {
    /* Reset or override the styles for .taiowc-cart-item inside header */
    padding: unset;
    border-radius: unset;
    width: auto;
    height: auto;
}
.theme-th-shop-mania header .taiowc-content,
.theme-th-shop-mania header .taiowcp-content{
    right: initial;
}
.theme-th-shop-mania .taiowc-icon .th-icon,
.theme-th-shop-mania .taiowcp-icon .th-icon{
	font-size: 2rem;
}
.thsm-rv-btn a{
	width: 100%;
    height: 100%;
    font-size: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
/* width */
.th-recent-products-canvas::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.th-recent-products-canvas::-webkit-scrollbar-track {
  background: #f7f6f6;
}

/* Handle */
.th-recent-products-canvas::-webkit-scrollbar-thumb {
  background: #e9e5e5;
}
.th-product-img{
	position: relative;
	z-index: 2;
	transition: all .5s linear;
}
.th-recent-products-canvas .thunk-quickview{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.th-recent-products-canvas .thunk-quickview a{
	color: #FFF;
}
.th-recent-products-canvas .th-product-img:hover .thunk-quickview{
	visibility: visible;
	opacity: 1;
}
.th-product-img:hover:after{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: ' ';
    background: #080808c7;
    transition: all .5s linear;
    opacity: .5;
}
.th-recent-products-canvas .opn-quick-view-text span{
	background: #FFF;
    color: #111;
    padding: 7px;
    border-radius: 100%;
    font-size: 18px;
}
.th-back-to-shop{
	background: #e56608;
    width: 154px;
    text-align: center;
    margin: 0 auto;
    padding: 9px 12px;
    color: #FFF;
   text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 21px;
    transition: all 0.3s ease;
}
.th-recent-products-canvas .th-back-to-shop:hover{
	color: #FFF;
}
/* Hover effect */
.th-back-to-shop:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Add a slightly larger shadow on hover */
    transform: translateY(-2px); /* Move the button slightly upwards on hover */
}

/* Click (active) effect */
.th-back-to-shop:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Reduce the shadow on click */
    transform: translateY(0); /* Reset the translation on click */
}
.elemento_quick_view_model .elemento-quickview-wrapper > div .right_content_{
	gap: 0!important;
}
/* Variation Gallery CSS */
.woocommerce.single-product .woocommerce-product-gallery__image a.woocommerce-product-gallery__video-link{
  position: relative;
}
.woocommerce.single-product .woocommerce-product-gallery__image a.woocommerce-product-gallery__video-link iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.th-shop-mania-shop-page-layout-6 .thwcd-countdown-wrapper,
.elemento-product-simple-inner-wrap .thwcd-countdown-wrapper{
	color: #111;
}
.thwcd-sale-bar{
	max-width: 300px;
	width: 100%;
}
.th-shop-mania-shop-page-layout-default .thwcd-sale-countdown,
.th-shop-mania-shop-page-layout-default .thwcd-bar-wrap,
#shop-page-products-layouts.th-shop-mania-shop-page-layout-4 .thwcd-sale-countdown,
#shop-page-products-layouts.th-shop-mania-shop-page-layout-4 .thwcd-bar-wrap,
#shop-page-products-layouts.th-shop-mania-shop-page-layout-5 .thwcd-sale-countdown,
#shop-page-products-layouts.th-shop-mania-shop-page-layout-5 .thwcd-bar-wrap,
.elemento-addons-post-grid-layout.elemento-product-layout-2 .thwcd-sale-countdown,
.elemento-addons-post-grid-layout.elemento-product-layout-2 .thwcd-bar-wrap,
.elemento-addons-post-grid-layout.elemento-product-layout-3 .thwcd-sale-countdown,
.elemento-addons-post-grid-layout.elemento-product-layout-3 .thwcd-bar-wrap,
.elemento-addons-post-grid-layout.elemento-product-layout-4 .thwcd-sale-countdown,
.elemento-addons-post-grid-layout.elemento-product-layout-4 .thwcd-bar-wrap,
.elemento-product-layout-5 .thwcd-sale-countdown,
.elemento-product-layout-5 .thwcd-bar-wrap,
.elemento-owl-slider-common-secript .thwcd-sale-countdown,
.elemento-owl-slider-common-secript .thwcd-bar-wrap,
.elemento-addons-post-big-image .thwcd-sale-countdown,
.elemento-addons-post-big-image .thwcd-bar-wrap{
  text-align: center;
}
.elemento-product-layout-1  .elemento-owl-slider-common-secript .thwcd-sale-countdown,
.elemento-product-layout-1 .elemento-owl-slider-common-secript .thwcd-bar-wrap{
  text-align: left;
}
#shop-page-products-layouts.th-shop-mania-shop-page-layout-2 .thwcd-timer,
#shop-page-products-layouts.th-shop-mania-shop-page-layout-3 .thwcd-timer{
  justify-content: flex-start;
}
.elemento-addons-post-grid-layout.elemento-product-layout-2 .thwcd-timer,
.elemento-addons-post-grid-layout.elemento-product-layout-3 .thwcd-timer,
.elemento-addons-post-grid-layout.elemento-product-layout-4 .thwcd-timer,
.elemento-product-layout-5 .thwcd-timer,
.elemento-owl-slider-common-secript .thwcd-timer,
.elemento-addons-post-big-image .thwcd-timer{
  justify-content: center;
}
.thwcd-countdown-wrapper{
	width: 100%;
}
.widget-footer .widget span.product-title{
	color: inherit;
}
.widget-footer .widget a:hover span.product-title{
	color: inherit;
}
body.no-scroll{
	overflow: hidden;
}
.woocommerce ul.products li.product .shop-page-products-layouts .thunk-compare .woocommerce-LoopProduct-link{
	display: none;
}
.taiowc-content:not(header .taiowc-content),
.taiowcp-content:not(header .taiowcp-content),
.thsm-rv-btn a{
  color: var(--body-text);
}
@media screen and (max-width: 1024px){
	.thunk-logo img,
	.sticky-header .logo-content img {
		max-width: 110px;
	}
.woocommerce-account.thsm-acc-standard .th-shop-mania-site{
	padding: 45px 0;
}
.blog.thsm-blog-layout-4 .thunk-post-article{
	width: 50%;
}
.thsm-acc-popup2 .thsm-popup-content .close{
	display: block;
	top: 2px;
	left: -21px;
}
header.zta-transparent-header{
	z-index: 1005;
}
}
@media screen and (max-width: 767px){
	.thunk-logo img,
	.sticky-header .logo-content img {
		max-width: 90px;
	}
.thsm-popup-header .th-popup-tab{
	padding: 12px;
}
.thsm-popup-content{
	margin: 90px 16px 90px 16px;
}
.thsm-popup-content .close{
	top: -35px;
	right: 9px;
}
.blog.thsm-blog-layout-5 .thunk-post-article,
.blog.thsm-blog-layout-4 .thunk-post-article{
	width: 100%;
}
.blog.thsm-blog-layout-4 .site-main,
.blog.thsm-blog-layout-5 .site-main{
	margin: 0;
}
.blog.thsm-blog-layout-5 .thunk-post-article,
.blog.thsm-blog-layout-4 .thunk-post-article{
	padding: 0;
}
.blog.thsm-blog-layout-2 .thunk-post-info span:nth-of-type(2),
.blog.thsm-blog-layout-3 .thunk-post-info span:nth-of-type(2){
	margin: 0;
}
.thsm-404-layout-2 .error-heading h3{
	font-size: 21px;
}
/*.respmobile-layout-2 .cart-count-item,
.respmobile-layout-3 .cart-count-item{
    top: 5px;
}*/
section.thwbt-wrapper .thwbt-content .thwbt-content-one,
section.thwbt-wrapper .thwbt-content .thwbt-content-two{
  width: 100%;
}
.thwbt-wrapper{
	padding-bottom: 30px;
}
section.thwbt-wrapper .thwbt-content .thwbt-content-one > div{
	width: 50%;
}
#move-to-top{
	bottom: 87px;
}
.thsm-rv-btn{
	bottom: 153px;
}
.theme-th-shop-mania .taiowc-content:not(#th-shop-mania-mobile-bar .taiowc-content,header .taiowc-content),
.theme-th-shop-mania .taiowcp-content:not(#th-shop-mania-mobile-bar .taiowcp-content,header .taiowcp-content){
	bottom: 219px;
}

/* Sticky MobileNavBar CSS   */

	/* Sticky Bar */
	/* #th-shop-mania-mobile-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
		padding: 10px 0;
		display: flex;
		justify-content: space-around;
		align-items: center;
		z-index: 1000;
	}
	.nav-item {
		display: flex;
		align-items: center;
		padding: 10px 15px;
		background: #ff5722;
		color: #fff;
		border-radius: 5px;
		text-decoration: none;
		font-size: 14px;
		border: none;
		cursor: pointer;
	}
	.nav-item i {
		margin-right: 5px;
	} */
	/* .woocommerce.woocommerce-checkout .wc-block-components-checkout-place-order-button{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100;
		z-index: 10008;
	} */

	.woocommerce.woocommerce-cart .wc-block-cart__submit-container {
		width: 100% !important;
        position: fixed !important;
        left: 0;
        z-index: 10008;
        margin: 0 !important;
        bottom: 0;
	}
	.woocommerce.woocommerce-checkout .wc-block-components-checkout-place-order-button,
	.woocommerce-cart .woocommerce-cart-form .wc-proceed-to-checkout>a{
		position: fixed;
		padding: 0;
		margin: 0;
		left: 0;
		width: 100%!important;
		bottom: 0;
		font-size: 15px;
		height: 21px;
		line-height: 21px;
		z-index: 10008;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	#th-shop-mania-mobile-bar {
		position: fixed;
		z-index: 9999;
		width: 100%;
		min-width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		/* box-shadow: 0px 0px 5px rgba(0, 0, 0, .2); */
		opacity: 0;
		transition: opacity 0.3s, visibility 0.2s;
		visibility: hidden;
		display: block;
		padding: 7px 20px;
		background: #FFF;
		border-top: 1px solid rgba(0, 0, 0, .2);
    	border-bottom: 1px solid rgba(0, 0, 0, .2);
		/* border-color: #eee; */
	}
	#th-shop-mania-mobile-bar li a{
		color: #9b9b9b;
	}
	.mobile-single-links{
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.woocommerce-wishlist #th-shop-mania-mobile-bar .whishlist,
	.woocommerce-account #th-shop-mania-mobile-bar .account,
	.home #th-shop-mania-mobile-bar .gethome,
	.woocommerce-cart #th-shop-mania-mobile-bar .taiowc-content,
	.woocommerce-shop #th-shop-mania-mobile-bar .shop{
		color: #111;
	}
	.mobile-single-links > *{
		width: 49%;
		padding: 7px;
		border-radius: 4px;
		font-weight: 500;
	}
	#th-shop-mania-mobile-bar .buy-now{
		background: yellow;
		color: #111;
		text-align: center;
	}
	#th-shop-mania-mobile-bar .add-to-cart{
		color: #FFF;
	}
	/* Popup Background */
	.cart-popup {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 99999999999;
		justify-content: center;
		align-items: center;
	}

	/* Popup Content */
	.th-cart-popup-content {
		background: #fff;
		padding: 20px;
		border-radius: 5px;
		width: 99%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		gap: 18px;
		position: absolute;
		bottom: 0;
		border-bottom-left-radius: 0;
    	border-bottom-right-radius: 0;
	}
	.th-cart-popup-content .th-shop-mania-quantity{
		width: max-content;
    	padding: 5px 12px;
    	margin: 0px 20px 10px 0;
	}
	.th-cart-popup-content .th-shop-mania-quantity button{
		background: none;
	}
	.th-cart-popup-content .th-shop-mania-quantity input{
		border: 0;
	}
	.th-cart-popup-content .product-info{
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	.th-cart-popup-content .mobile-add-to-cart-form{
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 18px;
		border-top: 1px solid rgba(0, 0, 0, .1);
    	padding-top: 20px;
	}
	.th-cart-popup-content .woocommerce-variation-add-to-cart .single_add_to_cart_button{
		width: 97%;
		margin-top: 21px;
	}
	.th-cart-popup-content .th-product-compare-btn-wrap{
		display: none;
	}

	/* Chrome, Safari, Edge, Opera */
	.th-cart-popup-content input::-webkit-outer-spin-button,
	.th-cart-popup-content input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

	/* Firefox */
	.th-cart-popup-content input[type=number] {
	-moz-appearance: textfield;
	}

	.close-popup {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 29px;
		cursor: pointer;
	}

	/* Product Image */
	.product-image img {
		width: 108px;
		height: auto;
		margin-bottom: 10px;
	}

	/* Product Info */
	.product-info h3 {
		font-size: 18px;
		margin: 5px 0;
	}

	.price {
		font-size: 16px;
		font-weight: bold;
	}

	.stock-status {
		font-size: 14px;
		color: #28a745;
	}
	.woocommerce-checkout #th-shop-mania-mobile-bar,
	.woocommerce-cart #th-shop-mania-mobile-bar{
		display: none;
	}
	.theme-th-shop-mania #th-shop-mania-mobile-bar .taiowc-cart-item, 
	.theme-th-shop-mania #th-shop-mania-mobile-bar .taiowcp-cart-item{
		width: auto;
	}
}



	