.thnew-popup {
--qv-text-color: #7c7c7c;
--qv-text-bold-color: #3e3e3e;
}
*{
box-sizing: border-box;
}
body.thnew-qv-open{
overflow:hidden;
touch-action:none;
}
.thnew-popup{
position:fixed;
inset:0;
z-index:999999;
display:none;
}
.thnew-popup-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.72);
backdrop-filter:blur(4px);
cursor:url(//mjlny.com/wp-content/themes/svg/close.svg);
}
.thnew-popup .thnew-popup-wrapper{
position: relative;
width: min(96%, 1020px);
margin: 2vh auto;
background: #fff;
top: 50%;
transform: translateY(-50%);
border-radius: 14px;
}
.thnew-popup-close {
position: absolute;
top: 2px;
right: 18px;
width: 36px;
height: 36px;
border: none;
border-radius: 50%;
background: transparent;
cursor: pointer;
font-size: 36px;
z-index: 9;
color: #222;
transition:
transform .2s ease,
background-color .2s ease,
box-shadow .2s ease,
color .2s ease;
outline: 0;
}
.thnew-popup-close:hover {
color: red;
}
.thnew-popup-close:active {
transform: scale(0.96);
} .thnew-popup-wrapper .thnew-qv-grid{
display:flex;
gap: 3%;
height: 650px!important;
}
.thnew-qv-left{
max-width: 720px;
width: 100%;
position: sticky;
top: 9px;
width: 49%;
}
.thnew-popup-content .thnew-qv-right{
min-width: 0;
padding: 1.5rem 2rem 0 0;
height: 100%;
display: flex;
flex-direction: column;
gap: 0;
width: 49%;
overflow-y: auto;
height: 100%;
}
.thnew-qv-left,
.thnew-popup-content,
.thnew-qv-grid,
.thnew-qv-left div,
.thnew-qv-left ul,
.thnew-qv-left li,
.thnew-qv-left li img{
height: 100%;
} .thnew-qv-gallery{
overflow:hidden;
background:#fff;
border-top-left-radius: 14px;
border-bottom-left-radius: 14px;
}
.thnew-qv-gallery .slides{
margin:0;
padding:0;
list-style:none;
}
.thnew-qv-gallery li{
margin:0;
}
.thnew-qv-gallery img{
width:100%;
display:block;
object-fit:contain;
object-position: center;
background: #FCFCFC;
}
.thnew-qv-gallery .flex-direction-nav a{
width:42px;
height:42px;
border-radius:50%;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
opacity:1;
box-shadow:0 4px 18px rgba(0,0,0,.08);
}
.thnew-qv-gallery .flex-direction-nav .flex-prev{
left:18px;
}
.thnew-qv-gallery .flex-direction-nav .flex-next{
right:18px;
}
.thnew-qv-gallery .flex-direction-nav a::before{
font-size:18px;
color:#111;
} .thnew-qv-thumbs{
overflow:hidden;
}
.thnew-qv-thumbs .slides{
display:flex;
gap:14px;
margin:0;
padding:0;
list-style:none;
}
.thnew-qv-thumbs li{
cursor:pointer;
border:2px solid transparent;
border-radius:14px;
overflow:hidden;
transition:.2s;
}
.thnew-qv-thumbs .flex-active-slide{
border-color:#5b44ff;
}
.thnew-qv-thumbs img{
width:100%;
display:block;
} .thnew-qv-title{
font-size: 27px;
line-height: 1.148148148148148em;
font-weight: 500;
letter-spacing: 0em;
}
.thnew-qv-title a{
color:inherit!important;
text-decoration:none;
}
.thnew-qv-right .thnew-qv-rating{
padding-bottom: 4px;
padding-top: 16px;
}
.thnew-qv-rating .woocommerce-product-rating{
display: flex;
align-items: center;
}
.thnew-qv-rating .woocommerce-product-rating .star-rating{
color: #686868;
font-size: 12px;
margin: 0;
}
.thnew-qv-rating .woocommerce-review-link{
color: var(--qv-text-color);
font-size: 14px;
margin-left: 4px;
}
.thnew-qv-price{
font-size: 22px;
font-weight: 700;
line-height: 25px;
padding-bottom: 16px;
padding-top: 18px;
}
.thnew-qv-price del {
margin-left: auto;
color: #9d9d9d;
font-weight: 500;
font-size: 16px;
}
.thnew-qv-description{
line-height:1.8;
color:#555;
} .thnew-qv-variation-wrap th.label{
max-width: 145px;
padding: 0;
border: 0;
}
.thnew-qv-variation-wrap table{
width:100%;
margin:0;
border:none;
margin-top: 9px;
}
.thnew-qv-variation-wrap tr{
display: flex;
margin-bottom: 12px;
flex-direction: column;
width: 70%;
}
.thnew-qv-variation-wrap td{
padding:0;
border:none;
position: relative;
}
.thnew-qv-variation-wrap tr .label{
margin-bottom: 9px;
}
.thnew-qv-variation-wrap select{
width:100%;
height:54px;
border:1px solid #e5e5e5;
border-radius:14px;
padding:0 16px;
background:#fff;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 40px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 21px center;
background-size: 12px;
padding-right: 30px !important;
} .thnew-qv-variation-wrap .single_variation_wrap{
display:none!important;
} .thnew-qv-custom-cart{
display:flex;
align-items:center;
gap:16px;
margin-top:34px;
}
.thnew-qv-qty-wrap{
display:flex;
align-items:center;
width: 90px;
height: 48px;
border:1px solid #ddd;
border-radius: 5px;
overflow:hidden;
flex-shrink:0;
padding: 0 9px;
}
.thnew-qv-minus,
.thnew-qv-plus{
width:46px;
height:56px;
border:none;
background:none;
cursor:pointer;
font-size:20px;
color: #7c7c7c;
}
.thnew-qv-minus:hover,
.thnew-qv-plus:hover{
color: #111;
}
.custom-th-qty{
width:100%;
height:56px;
border:none;
background:none;
text-align:center;
font-size:16px;
font-weight:600;
}
.custom-th-qty:focus{
outline:none;
}
.thnew-qv-add-to-cart{
flex: 1;
border: none;
background: #060b1f;
color: #fff;
cursor: pointer;
font-size: 12px;
line-height: 18px;
font-weight: 500;
letter-spacing: .06em;
text-transform: uppercase;
transition: .2s;
padding: 9px;
height: 48px;
border-radius: 5px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
box-sizing: border-box;
}
.thnew-qv-add-to-cart:hover{
opacity:.92;
}
.thnew-qv-add-to-cart.loading,
.thnew-qv-add-to-cart.disabled{
opacity:.5;
pointer-events:none;
} #th-custom-add-to-cart.loading svg {
display: none;
} #th-custom-add-to-cart.loading::before {
content: "";
width: 20px;
height: 20px;
border: 2.5px solid rgba(255,255,255,0.3);
border-top-color: #fff;
border-radius: 50%;
animation: thSpin 0.8s linear infinite;
} #th-custom-add-to-cart.loading .text {
margin-left: 4px;
}
@keyframes thSpin {
to {
transform: rotate(360deg);
}
}
.thnew-qv-right .added_to_cart.wc-forward{
display: none;
} .thnew-qv-before-cart,
.thnew-qv-after-cart{
margin-top:24px;
} .thnew-qv-meta{
padding: 0;
}
.thnew-qv-meta .product_meta{
display: flex;
flex-direction: column;
gap: 0;
padding: 0;
font-size: 16px;
line-height: 29px;
}
.thnew-qv-meta .product_meta *{
font-size: inherit;
line-height: inherit;
} .thnew-qv-loader{
width:58px;
height:58px;
border:4px solid #eee;
border-top-color:#111;
border-radius:50%;
margin:120px auto;
animation:thnewSpin .7s linear infinite;
}
@keyframes thnewSpin{
to{
transform:rotate(360deg);
}
} .thnew-qv-sr{
display: flex;
justify-content: space-between;
} .thnew-qv-qty-wrap input::-webkit-outer-spin-button,
.thnew-qv-qty-wrap input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type="number"] {
-moz-appearance: textfield;
} @media(max-width:767px){
.thnew-qv-custom-cart{
flex-direction:column;
align-items:stretch;
}
.thnew-qv-qty-wrap{
width:100%;
}
} .thnew-qv-gallery,.thnew-qv-thumbs{
position: relative;
}
.thnew-qv-gallery-wrap .flex-direction-nav{
margin:0;
padding:0;
list-style:none;
}
.thnew-qv-gallery-wrap .flex-direction-nav a{
position:absolute;
top:50%;
transform:translateY(-50%);
width:25px;
height:25px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#fff;
box-shadow: 0 6px 20px rgba(0,0,0,.12);
z-index:10;
text-decoration:none;
transition:.25s ease;
font-size: 0;
opacity: 0;
}
.thnew-qv-gallery-wrap:hover .flex-direction-nav a,
.thnew-qv-thumbs:hover .flex-direction-nav a{
opacity: 1!important;
} .thnew-qv-gallery-wrap .flex-direction-nav .flex-prev{
left:9px;
} .thnew-qv-gallery-wrap .flex-direction-nav .flex-next{
right:9px;
} .thnew-qv-gallery-wrap .flex-direction-nav a:hover{
transform:translateY(-50%) scale(1.05);
} .thnew-qv-gallery-wrap .flex-direction-nav a::before{
display:none;
} .thnew-qv-gallery-wrap .flex-prev::after,
.thnew-qv-gallery-wrap .flex-next::after{
content:'‹';
font-size: 22px;
color: #111;
display: flex;
align-items: center;
margin-bottom: 5px;
}
.thnew-qv-gallery-wrap .flex-prev::after{
margin-left: -5px;
} .thnew-qv-gallery-wrap .flex-next::after{
content:'›';
}  .thnew-cart-wrapper {
display: flex;
gap: 12px;
align-items: center;
position: sticky;
bottom: 0;
z-index: 99;
margin-top: auto;
background: #FFF;
padding-bottom: 26px;
background: linear-gradient(0deg, #FFFFFF 70%, #fefefe2e 100%);
padding-top: 34px;
}
.thnew-qv-grid.style-1 .thnew-qv-label{
display: none;
} .thnew-qv-description::-webkit-scrollbar,
.thnew-qv-right::-webkit-scrollbar,
.thnew-popup-wrapper::-webkit-scrollbar {
display: none!important;
width: 0;
height: 0;
} .thnew-qv-skeleton{
pointer-events:none;
}
.shimmer{
position:relative;
overflow:hidden;
background:#f1f1f1;
}
.shimmer::before{
content:'';
position:absolute;
top:0;
left:-150px;
width:120px;
height:100%;
background:
linear-gradient(
90deg,
rgba(255,255,255,0),
rgba(255,255,255,.7),
rgba(255,255,255,0)
);
animation:
thnewShimmer 1.2s infinite;
}
@keyframes thnewShimmer{
100%{
left:120%;
}
} .thnew-sk-image{
width:100%;
aspect-ratio:1/1.15;
border-top-left-radius: 14px;
border-bottom-left-radius: 14px;
margin-bottom:18px;
}
.thnew-sk-thumbs{
display:flex;
gap:14px;
}
.thnew-sk-thumbs span{
width:120px;
height:120px;
border-radius:0;
display:block;
} .thnew-sk-meta{
width:140px;
height:14px;
border-radius:0;
margin-bottom:18px;
}
.thnew-sk-title{
width:78%;
height:62px;
border-radius:0;
margin-bottom:24px;
}
.thnew-sk-price{
width:180px;
height:42px;
border-radius:0;
margin-bottom:28px;
}
.thnew-sk-variation{
width:100%;
height:56px;
border-radius:0;
margin-bottom:18px;
}
.thnew-sk-desc{
width:100%;
height:18px;
border-radius:0;
margin-bottom:12px;
}
.thnew-sk-desc.small{
width:72%;
}
.thnew-sk-cart{
display:flex;
gap:18px;
margin-top:40px;
}
.thnew-sk-qty{
width:150px;
height:58px;
border-radius:0;
}
.thnew-sk-button{
flex:1;
height:58px;
border-radius:5px;
} @media(max-width:767px){
.thnew-sk-thumbs span{
width:80px;
height:80px;
}
.thnew-sk-title{
height:42px;
}
}
.thnew-read-more{
margin-top:12px;
border:none;
background:none;
padding:0;
color:#111;
font-size:14px;
font-weight:600;
cursor:pointer;
outline: 0;
}
.thnew-read-more:focus{
outline: 0;
}
.thnew-qv-add-to-cart svg{
width: 16px;
}
.thnew-qv-brands {
font-size: 12px;
line-height: 1.2;
font-weight: 400;
font-style: normal;
letter-spacing: .5px;
text-transform: uppercase;
text-decoration: none !important;
color: #7c7c7c;
padding: 12px 0 5px 0;
display: inline-flex;
}
.thnew-qv-categories a,
.thnew-qv-brands a{
color: inherit!important;
}
.thnew-qv-stock.out-of-stock{
font-size: 15px;
line-height: 1.333333333333333em;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
text-transform: none;
margin-bottom: 16px;
}
.thnew-qv-stock .in-stock{
color: green;
}
.thnew-qv-stock .out-of-stock{
color: #a93232;
}
.thnew-qv-meta-label{
color: var(--qv-text-bold-color);
margin-right: 5px;
}
.thnew-qv-meta-links{
font-size: 13px;
}
.thnew-qv-tags,
.thnew-qv-sku,
.thnew-qv-stock,
.thnew-qv-categories{
display: flex;
font-size: 14px;
line-height: 1.2;
font-weight: 500;
font-style: normal;
text-decoration: none;
color: var(--qv-text-color);
position: relative;
display: flex;
align-items: center;
padding-top: 8px;
padding-bottom: 8px;
}
.thnew-qv-tags a,
.thnew-qv-sku a{
color: inherit;
}
.thnew-qv-right .social-share{
display: flex;
align-items: center;
padding-top: 8px;
padding-bottom: 12px;
}
.thnew-qv-right .social-share li{
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 9px;
}
.thnew-qv-right .social-share svg{
width: 16px !important;
height: 16px !important;
}
.thnew-qv-right .social-share ul{
margin: 0 0 0 5px;
line-height: 0;
}
.thnew-qv-right .social-share span{
font-size: 14px;
font-weight: 500;
color: var(--qv-text-bold-color);
}
.thnew-qv-right .copy-product-link{
display: inline-flex;
}
.thnew-qv-compare a{
padding: 0!important;
margin: 0!important;
}
.thnew-qv-variation-wrap .variable-items-wrapper.th-variation-slide-active{
overflow: initial!important;
} .thnew-qv-accordion{
border-bottom: 1px solid #ebebeb;
cursor: pointer;
} .thnew-qv-accordion-title{
width:100%;
display:flex;
align-items: center;
justify-content: space-between;
border: none;
background: none;
padding: 0;
cursor: pointer;
text-align: left;
outline: 0;
padding: 9px 0;
}
.thnew-qv-accordion-title span:first-child{
font-size: 16px;
line-height: 1.25em;
font-weight: 500;
font-style: normal;
letter-spacing: 0;
text-transform: none;
text-decoration: none !important;
color: var(--qv-text-bold-color);
width: 100%;
padding-right: 20px;
} .thnew-qv-accordion-icon{
color:var(--qv-text-bold-color);
font-size: 18px;
line-height:1;
transition: transform .25s ease;
padding-right: 18px;
} .thnew-qv-accordion-content{
display:none;
padding: 0 0 26px;
}
.thnew-qv-accordion.th-qv-short .thnew-qv-accordion-content{
display: block;
}
.thnew-qv-accordion-content p{
font-size: 14px;
line-height: 26px;
font-weight: 400;
font-style: normal;
text-transform: none;
color: #444;
} .thnew-qv-gallery-wrap .flex-control-nav{
position:absolute;
left:50%;
bottom:18px;
transform:translateX(-50%);
z-index:12;
display:flex;
align-items:center;
gap:8px;
margin:0;
padding:0;
list-style:none;
}
.thnew-qv-gallery-wrap .flex-control-nav li{
margin:0;
}
.thnew-qv-gallery-wrap .flex-control-paging li a{
width:7px;
height:7px;
display:block;
border-radius:50%;
background:
rgba(255,255,255,.55);
box-shadow:
0 2px 8px rgba(0,0,0,.18);
transition:
transform .25s ease,
background .25s ease;
font-size:0;
cursor:pointer;
}
.thnew-qv-gallery-wrap .flex-control-paging li a:hover{
transform:scale(1.15);
background:#fff;
}
.thnew-qv-gallery-wrap .flex-control-paging li a.flex-active{
background:#979797;
transform:scale(.7);
}
.thnew-popup .thnew-qv-sale-badge{
margin: 5px 0;
}
.thnew-popup .thnew-qv-sale-badge span{
background: green;
color: #fff;
padding: 2px 9px;
border-radius: 5px; font-size: 15px;
line-height: 18px;
}
.th-variation-swatches .thnew-popup-content .thnew-qv-right .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]::before,
.th-variation-swatches .thnew-popup-content .thnew-qv-right .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]::after{
left: 92%;
}
.th-variation-swatches .thnew-popup-content .thnew-qv-right .variable-items-wrapper .tooltip-image{
left: 54px!important;
}
.th-variation-swatches .thnew-popup-content .thnew-qv-right .variable-items-wrapper .variable-item-contents .tooltip-image:after{
left: 29px!important;
}:root {
--highlight-color: #000000;
--light-text-color1: #6a7282;
--light-text-color2: #99a1af;
--tw-shadow: 0 20px 50px #00000026;
}
*{
box-sizing: border-box;
} .tapsp-voice-btn {
background: transparent;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
margin-right: 2px;
padding: 0;
color: var(--light-text-color1);
transition: color 0.2s ease, background 0.2s ease;
flex-shrink: 0;
border-radius: 50%;
}
.tapsp-voice-btn:hover {
color: var(--highlight-color);
background: #f0f4ff;
}
.tapsp-voice-btn.tapsp-voice-listening {
color: #e53e3e;
animation: tapsp-voice-pulse 1s ease-in-out infinite;
}
@keyframes tapsp-voice-pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50%       { opacity: 0.6; transform: scale(1.15); }
}
.thaps-search-box{
max-width:550px;
}
.thaps-search-box {
position: relative;
line-height: 100%;
display: block;
width: 100%;
text-align: left;
margin: 0 auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
align-items: center;
display: flex;
}
.thaps-search-form{
margin: 0;
padding: 0;
width: 100%;
}
.thaps-search-form,
.thaps-autocomplete-suggestions {
position: relative;
animation: bounceDrop .05s linear; */
}
.thaps-from-wrap{
display: flex;
align-items: center;
background: #fff;
border-radius: 2rem;
position: relative;
border: 1px solid;
border-color: #e7f5ff;
}
.tapsp-overlay-active .thaps-from-wrap{
z-index: 9999999!important
}
.thaps-from-wrap:focus-within{ border: 1px solid var(--highlight-color);
}
.thaps-search-autocomplete:focus{
outline: 0;
}
#thaps-search-button {
background: var(--highlight-color);
width: 70px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 17px;
padding: 0;
border: 0;
margin: 0.3rem;
color: #fff;
word-break: initial;
border-radius: 16px;
}
#thaps-search-button:hover{
background:#888;
}
.thaps-search-form .thaps-search-autocomplete {
min-height: 35px;
line-height: 35px;
border: none !important;
font-size: 14px;
width: 100%;
padding: 0.3rem 0.8rem;
margin: 0;
border-radius: 2rem !important;
background: transparent;
outline: 0!important;
}
.thaps-autocomplete-suggestions {
border: 1px solid #eee;
background: #FFF;
overflow: auto;
border-radius: 1rem;
margin-top: 9px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
border-color: color-mix(in oklab, #FFF 20%, transparent);
background-color: #FFF !important;
z-index: 9999999!important;
padding-bottom: 14px;
}
.thaps-autocomplete-selected { background: #f5f5f5f7; }
.thaps-autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.thaps-autocomplete-group { padding: 0.5rem; }
.thaps-autocomplete-group strong { display: block; border-bottom: 1px solid #000; 
}
.thaps-autocomplete-suggestion{
display: flex;
overflow: hidden;
cursor: pointer;
padding: 14px 12px;
border-radius: 0px;
outline: 0 !important;
align-items: flex-start;
gap: 12px;
border-top-width: 1px;
border-top-style: solid;
border-color: #f6f3f4 !important;
}
.thaps-autocomplete-suggestion .thaps-img{
width: 32px;
height: auto;
flex-shrink: 0;
border-radius: 6px;
overflow: hidden;
margin-right: 0;
box-shadow: 0px 0px 2px 0 #b9b9b9;
}
.thaps-autocomplete-suggestion .thaps-img img{
width: 100%;
height: auto;
max-width: 100%;
transition: alL .2s linear;
}
.thaps-autocomplete-suggestion:hover .thaps-img img{
transform: scale(1.12);
transition: alL .2s linear;
}
.thaps-autocomplete-suggestion.thaps-suggestion-product .thaps-img{
width: 46px;
height: 46px;
max-height: 46px;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.thaps-autocomplete-suggestion.thaps-suggestion-product .thaps-img img{
width: max-content;
max-height: 46px;
max-width: 100%;
transition: alL .2s linear;
}
.thaps-autocomplete-suggestion .thaps-price{
font-size: 14px;
font-weight: 700;
display: block;
color: #101828 !important;
display: flex;
align-items: center;
padding: 4px 4px;
border-radius: 5px;
border: 1px solid #f3f3f3;
width: max-content;
}
.thaps-autocomplete-suggestion.thaps-suggestion-heading .thaps-title{
font-size: 9px !important;
font-weight: 700 !important;
letter-spacing: 0.09em;
text-transform: uppercase;
color: var(--light-text-color2);
}
.thaps-suggestion-heading{
margin-bottom: 0.5rem;
pointer-events: none;
}
.thaps-suggestion-taxonomy-post-cat .thaps-title,.thaps-suggestion-taxonomy-product-cat .thaps-title{
font-size:0.89rem;
}
.thaps-suggestion-taxonomy-product-cat,.thaps-suggestion-taxonomy-post-cat{
padding: 0.5rem;
}
.thaps-title{
color:#333;
font-weight: 600;
font-size: .875rem;
letter-spacing: .029px;
line-height: 1.425;
}
.thaps-suggestion-heading .thaps-title h4{
color: #555;
font-size: .875rem;
text-transform: uppercase;
font-weight: normal;
}
.thaps-title h4{
display: inline;
font-weight: inherit;
font-size: inherit;
letter-spacing: inherit;
line-height: inherit;
color: #3399FF;
}
.thaps-suggestion-more strong{
color: #333;
font-size: 1rem;
font-weight: bold;
}
.thaps-content-wrapp{
line-height:normal;
}
.thaps-price del{
color:#494949;
margin-right:0.3rem;
opacity: 0.5;
}
.thaps-price ins{
text-decoration:none;
}
.nonce_result_show{
opacity:0.5;
pointer-events: none;
}
.thaps-preloader{
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 45px;
z-index: 1;
background:none;
display: none;
}
.thaps-preloader.thaps-loading{
display: block;
}
.thaps-loading {
height: 0;
width: 0;
padding: 10px;
border: 3px solid rgba(136,136,136,0.2);
border-top-color: rgba(136,136,136,1);
border-radius: 50%;
-webkit-animation: rotate 1s infinite linear;
position: absolute;
top: 9px;
margin-right: 10px;
right: 18px!important;
}
@-webkit-keyframes rotate { 100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.submit-no-active .thaps-from-wrap .th-icon, .bar_style .th-icon,
.icon_style .thaps-from-wrap .th-icon{
position:absolute;
left:0.5rem
}
.submit-no-active .thaps-from-wrap .th-icon{
color: #111;  
}
.submit-no-active .thaps-search-autocomplete,
.bar_style .thaps-search-autocomplete,.icon_style .thaps-search-autocomplete{
padding: 0.3rem 0.3rem 0.3rem 2.8rem;
}
.submit-no-active .thaps-from-wrap, .bar_style .thaps-from-wrap,
.icon_style .thaps-from-wrap{
align-items: center;
}
.thaps-search-box.bar_style #thaps-search-button{
width:35px;
height:35px;
line-height:35px;
background:none;
cursor:pointer;
}
.thaps-search-box.bar_style #thaps-search-button .th-icon{
color:#111;
}
.thaps-search-box.bar_style .thaps-search-autocomplete{
padding:0.3rem;
}
#thaps-search-button:focus{
outline:none;
}
.thaps-suggestion-more{
border-top-width: 1px;
border-top-style: solid;
border-color: #f6f3f4 !important;
padding: 8px 15px 0px 15px;
text-align: center;
position: sticky;
bottom: 0;
margin: auto !important;
border-radius: 0;
background: #FFF !important;
}
.thaps-autocomplete-suggestion.thaps-suggestion-more .thaps-title{
color: var(--highlight-color);
}
.thaps-suggestion-more:hover .thaps-content-wrapp{
background: var(--highlight-color);
}
.thaps-autocomplete-suggestion.thaps-suggestion-more:hover .thaps-title{
color: #FFF!important;
}
.thaps-suggestion-more .thaps-content-wrapp{
justify-content: center;
padding: 9px 0;
color: var(--highlight-color);
border-radius: 99px;
line-height: normal;
text-align: center;
width: 100%;
}
.thaps-suggestion-more .thaps-content-wrapp *{
color: inherit;
}
.thaps-suggestion-more .thaps-title{
font-size: 14px;
line-height: 1.7;
font-weight: 600;
letter-spacing: -.5px;
}
.thaps-suggestion-more .thaps-title:after {
content: "";
display: inline-block;
width: 16px;
height: 16px;
position: relative;
top: 3px;
margin-left: 10px;
background-color: currentColor;
-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M4 12h14M13 6l6 6-6 6" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center / contain;
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M4 12h14M13 6l6 6-6 6" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center / contain;
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
} .thaps-suggestion-more:hover .thaps-title:after {
transform: translateX(4px);
}
.thaps-autocomplete-suggestion .thaps-title{
font-weight: 500;
font-size: .875rem;
letter-spacing: .029px;
line-height: 1.425;
display: inline;
margin-right: 4px;
color: #101828;
}
.thaps-sku{
font-size: 0.8rem;
font-weight: 500;
color: #555;
}
.thaps-desc{
font-size: 13px;
line-height: 1.25;
display: block;
margin-top: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
max-width: 100%;
color: #414141;
}
.thaps-content-right{
text-align: right;
}
.thaps-content-wrapp {
line-height: normal;
display: flex;
justify-content: space-between;
width: 100%;
gap: 14px;
}
.thaps-suggestion-more .thaps-content-wrapp {
justify-content: center;
}
.icon_style .thaps-search-form {
opacity:0;
display:none;
position: absolute;
left: 0;
top: calc(100% + 8px);
min-width:270px;
z-index: 1;
}
.icon_style.thaps-box-open .thaps-search-form{
opacity:1;
display:block;
}
.icon_style .click-icon{
height: auto;
cursor: pointer;
}
.thaps-box-open .thaps-icon-arrow {
display: block;
position: absolute;
top: calc(100% + 2px);
left: 0;
z-index: 5;
width: 15px;
height: 15px;
background: #fff;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
-webkit-transform: rotate(
45deg
);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(
45deg
);
} .thaps-autocomplete-suggestions::-webkit-scrollbar {
width: 6px;
}
.thaps-autocomplete-suggestions::-webkit-scrollbar-track {
background: transparent;
margin-block: 6px; }
.thaps-autocomplete-suggestions::-webkit-scrollbar-thumb {
background-color: #e9e4e6; border-radius: 0 1rem 1rem 0; border: 1px solid transparent;
background-clip: content-box;
transition: background 0.2s ease;
}
.thaps-autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
background-color: #e3e2e3;
}
.thaps-search-box .th-icon{
font-size:1.62rem;
} @keyframes bounceDrop {
0% {
transform: translateY(15px);
opacity: 0;
}
80% {
transform: translateY(2px); }
100% {
transform: translateY(0);
}
}
.thaps-suggestion-more:hover .thaps-content-wrapp *{
color: inherit;
} .tapsp-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.55);
display: none;
z-index:1000008;
}
#wpadminbar:hover{
z-index: 9999999;
}
@media screen and (max-width: 767px){
div.thaps-autocomplete-suggestions{
width: 95% !important;
left: 0 !important;
right: 0!important;
margin: 0 auto!important;
margin-top: 9px!important;
}
.thaps-content-right{
text-align: left;
}
}
.tapsp-overlay-active .taiowc-fixed-cart .taiowc-content,
.tapsp-overlay-active .taiowcp-fixed-cart .taiowcp-content{
z-index: 2!important;
}
.tapsp-stock{
font-size: 9px;
display: block;
margin-top: 3px;
font-weight: 700;
text-transform: capitalize;
color: #4CAF50;
}
.th-traditional .tapsp-stock{
margin: 0 0 9px 0;
} .thaps-autocomplete-suggestions > .thaps-suggestion-wrap.thaps-suggestion-product .tapsp-stock {
font-size: 9px;
display: block;
margin-top: 3px;
font-weight: 500;
}
.tapsp-sale{
background: #111;
color: #fff;
padding: 0.2rem 0.4rem;
font-size: 0.7rem;
border-radius: 0.2rem;
margin-right: 0.5rem;
margin-top: 0.2rem;
margin-bottom: 0.2rem;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 6px;
text-transform: capitalize;
}
.th-traditional .tapsp-sale{
margin-top: 0;
margin-bottom: 9px;
}
.tapsp-featured::before {
content: "\f155";
font-family: Dashicons;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-indent: 0px;
font-size:0.867rem;
color:#dab257;
margin-right:0.3rem;
}