
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
*{
    box-sizing: border-box;
}
.taiowc-cart-item,.taiowc-icon,.taiowc-total{
display:flex;
align-items: center;
justify-content: center;
outline: none;
}
.taiowc .taiowc-wrap{
line-height: initial;
}
.taiowc .taiowc-content{
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
}
.taiowc-cart-item{
  background: transparent;
  border-radius: 3px;
}
.taiowc-wrap .cart-count-item {
    position: absolute;
    background: #111;
    color: #fff;
    line-height: 1;
    left: 12px;
    top: -10px;
    font-size: 0.65rem;
    padding: 0;
    border-radius: 9999px;
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    box-shadow: 0 0 0 2px #FFFFFF;
    z-index: 1;
}
.taiowc-wrap .taiowc-cart-item {
    background: transparent;
    border-radius: 3px;
}
.taiowc-content .taiowc-total {
    margin-left: 0.3rem;
    font-size: 0.89rem;
    font-weight: 500;
    margin-bottom: 0;
}
.taiowc-wrap:not(.taiowc-fixed-cart){
    padding: 9px;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 0px #FFF, 0 0 0 calc(1px + 0px) rgb(0 0 0 / 0.05), 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.taiowc-wrap.cart_fixed_1 .cart-count-item {
    left: -5px;
    top: -7px;
}
.taiowc-content,
.taiowc-cart-close{
text-decoration: none!important;
}
.taiowc-content .taiowc-total{
margin-left:0.3rem;
font-size:0.89rem;
font-weight:500;
margin-bottom: 0;
}
.taiowc-icon span{
    height: auto;
    width: auto;
}

.taiowc-icon .th-icon{
font-size: 1.7rem;
}

.cart_fixed_1 .taiowc-icon .th-icon{
font-size: 2rem;
}

.taiowc-cart-model{
    position: fixed;
    background-color: #f9fafb;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    transition: right 0.5s ease, left 0.4s ease, opacity 0.3s ease;
    top:0;
    bottom:0;
    max-width: 450px;
    width:100%;
    right: -450px;
/*    overflow-y: auto;*/
    -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;
    visibility: hidden;
    opacity: 0;
}

.model-cart-active .taiowc-cart-model{
    right: 0;
    visibility: visible;
    opacity: 1;
}

.cart-heading{
 display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
        padding: 0.9rem 1.5rem;
    text-align: center;
    background: #fff;
    border-color: rgb(243 244 246 / 1);
}
.taiowc-cart-model-header .cart-heading svg{
    width: 24px;
}
.cart-heading span{
font-size: 2rem;
}
.cart-heading img{
    width:2rem;
    margin-right: 0.5rem;
}
.taiowc-cart-model-header{ 
  position: relative;
}
.taiowc-cart-model-header .cart-count-item{
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 0;
    border-radius: 100%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
    font-weight: 700;
    position: relative;
    right: initial;
    top: initial;
    left: initial;
}
.cart-heading h4 {
    margin: 0;
    font-size: .9rem;
    padding-left: 0.3rem;
    color: inherit;
    font-weight: 900;
}

.logged-in .taiowc-cart-model{
    top: 32px;
}

.taiowc-cart-model-body,.taiowc-cart-model-footer{
  display:flex;
  flex-direction: column;
  text-align: left;
}

.taiowc-cart-model-body{
    overflow-y:scroll;
    /*overflow-x: hidden;
    overflow-y: auto;*/
/*    border-bottom: 1px solid rgba(125, 87, 177, 0.1);*/
    height: 100%;
    padding-top: .7rem;
}

.taiowc .taiowc-cart-model-body .woocommerce-mini-cart {
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 0 1rem;
 
}
.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item,
.taiowc-related-product-cont ul li {
    position: relative;
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 0.4rem !important;
    background: #fff;
    margin-bottom: 1rem!important;
    display: flex;
    gap: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);

}
.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item:hover,
.taiowc-related-product-cont ul li:hover{
    border-color: rgb(229 231 235 / 1);
}
.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item:hover img{
    transform: scale(1.029);
}
.item-image-wrapper,
.taiowc-related-wrap .taiowc-product-image{
    width: 5rem;
    height: 5rem;
    border-radius: 0.75rem;
    border: 1px solid #f3f4f6;
    background-color: #f9fafb;
    flex-shrink: 0;
    overflow: hidden;
}
.taiowc-related-wrap .taiowc-product-image img{
    height: auto;
}
.item-image-wrapper img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.item-image-wrapper:hover img{
    transform: scale(1.029);
}
.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item:last-child{
    border-bottom: 0;
}
.taiowc.taiowc-contnet-wrap {
    padding: 4px 10px;
}

.taiowc-cart-model-body a.taiowc-remove-item{
    background-color: rgb(255 255 255 / 1);
    color: rgb(156 163 175 / 1);
    border: 1px solid;
    border-color: rgb(243 244 246 / 1);
    text-decoration: none;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    position: absolute;
    right: -5px;
    top: -7px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.taiowc-woocommerce-mini-cart-item:hover a.taiowc-remove-item{
    opacity: 1;
    visibility: visible;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart dl.variation {
    font-size: 0.78rem;
    margin: 0.2rem 0;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart .variation *{
    display: inline-flex;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart dd{
    margin: 5px 0;
    line-height: 16px;
    float: left;
    text-transform: capitalize;
    color: #718096;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart dt{
    margin: 5px 0;
    margin-right: 5px;
    line-height: 16px;
    float: left;
    clear: left;
    text-transform: capitalize;
     color: #4a5568; 
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart .variation > *:nth-child(odd) {
    font-size: 700;
    clear: left;
}

.taiowc-cart-model-body a.taiowc-remove-item:hover{
    background-color: rgb(254 242 242 / 1);
    color: rgb(239 68 68 / 1);
}

.taiowc .taiowc-cart-model-body a:not(.taiowc-remove-item,.woocommerce-back-to-shop){
    display: block;
    font-size: 0.875rem!important;
    line-height: 1.375rem!important;
    font-weight: 600!important;
    padding: 0!important;
    color: rgb(17 24 39 / 1);
    text-decoration: none;

}

.taiowc .taiowc-cart-model-body .quantity{
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
        font-weight: 600;
    letter-spacing: 0;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart__total {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.taiowc .taiowc-cart-model-body .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
}
.taiowc .taiowc-cart-model-body p.total{
    margin: 0px;
    border-top: 1px solid rgba(187, 187, 187,0.32)!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.taiowc-cart-model-footer .cart-button{
    text-align: center;
    margin-top: 0.7rem;
}
.taiowc-cart-model-footer .cart-button .buttons {
    width: 100%;
    display: inline-flex;
    padding: 0 0.4rem;
    box-sizing: border-box;
    margin: 0;
}
.taiowc-cart-model-body .woocommerce-mini-cart__buttons {
    padding: 0rem 1.5rem 1.5rem;
}

.taiowc-cart-model-body p.buttons a {
    padding: 12px 20px;
    color: #111;
    background-color: #ecf1f5;
    font-size: 1rem;
    border: 1px solid;
    border-color: #ecf1f5;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
.taiowc-cart-close {
    position: absolute;
    font-size: 0;
    text-align: center;
    right: 0.5rem;
    transition: 0.2s;
    opacity: 0;
    display:flex;
    top: 50%;
    transform: translateY(-50%);
}
.taiowc-cart-close:after {
    font-family: dashicons;
    content: "\f335";
    font-size: 1.5rem;
    color: #111;
}
.model-cart-active .taiowc-cart-close {
    opacity: 1;
    visibility: visible;
}

.taiowc-total-wrap{
padding: 0.7rem 1.2rem;
font-size: 0.79rem;
}
.taiowc .taiowc-total-wrap a{
font-size: 0.79rem;
padding: 0;
outline: none;
}

.item-product-wrap,
.item-product-quantity{
float:left;
width:100%;
}
.item-product-wrap h4{
    margin: 0;
}
.taiowc-cart-model-body .quantity{
display: flex;
}
.quantity .amount{
flex-grow: 2;
text-align: end;
}
/*.taiowc-cart-model-body {
    max-height: 372px;
}*/

.quantity span.quantity-text{
    font-size:0.68rem;
    margin-right:0.5rem;
    display: none;
}
.taiowc-cart-model-body del{
    font-size: .725rem;
    margin-left: auto;
    color: #9ca3af;
}
.taiowc-cart-model-body del .amount{
    font-size: inherit!important;
    color: #9ca3af;
    font-weight: 500 !important;
}
.taiowc-saved-wrap{
    font-size: .7rem;
    font-weight: 700;
    color: #9ca3af;
}
/* .taiowc-slide-right .taiowc-cart-model{
right:-400px;
left:auto;
}

.taiowc-slide-right .model-cart-active  .taiowc-cart-model{
right:0;
} */

 .fxd-left.cart_fixed_2.taiowc-wrap{
    left: 29px;
    right: initial!important;
}
/*left-slide*/
.taiowc-slide-left .taiowc-cart-model{
right:auto;
left:-450px;
}

.taiowc-slide-left .model-cart-active  .taiowc-cart-model{
left:0;
}

/*taiowc-click-dropdown*/
.taiowc-wrap{
position:relative;
}

.taiowc-click-dropdown .taiowc-model-wrap{
    position: absolute;
    top:100%;
    width: 320px;
    right: 0;
    bottom:auto;
    opacity:0;
    visibility: hidden;
    transform: translateY(20px);
}
 .taiowc-click-dropdown .cart_fixed_2 .taiowc-model-wrap .taiowc-cart-model{
     position:initial;
 }
.taiowc-click-dropdown .model-cart-active.taiowc-model-wrap{
opacity:1;
visibility: visible;
transform: translateY(0px);
z-index: 999;
}

.taiowc-cart-model-body p.buttons a.checkout{
margin-top:0.3rem;
}

.taiowc-cart-model-body p.buttons a:hover{
text-decoration: none!important;
}

.taiowc-click-dropdown .taiowc-payment-title,
.taiowc-click-dropdown .taiowc-coupon,
.taiowc-click-dropdown .taiowc-coupon-applied-coupons,
.taiowc-click-dropdown .taiowc-discount,
.taiowc-click-dropdown .taiowc-shipping,
.taiowc-click-dropdown .taiowc-related-product-cont{display:none;}

.taiowc-click-dropdown .cart-button {
    margin-bottom: 0.7rem;
}

.taiowc-click-dropdown .taiowc-total{
    margin-bottom: 0;
}
.taiowc-click-dropdown .taiowc-cart-model-body {
    max-height: 317px;
}
/*popup-style*/
.taiowc-wrap.taiowc-popup{
position:inherit;
}
.taiowc-popup .taiowc-cart-model {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width:700px;
    right: 0;
    left: 0;
    margin: auto;
    top:auto;
    bottom:15%;
    opacity: 0;
}

.taiowc-popup.model-cart-active  .taiowc-cart-model{
    opacity: 1;
}

.taiowc-popup .taiowc-cart-model-body ul {
max-height: 225px;
}
.taiowc-popup .taiowc-cart-model-body p.buttons a{
width:auto;
}
.taiowc-popup .taiowc-cart-model-body p.buttons a.checkout {
    margin-top:0;
    margin-left:0.3rem;
}

/*scroll bar style*/
/* width */
.taiowc-cart-model-body::-webkit-scrollbar,.taiowc-cart-model::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.taiowc-cart-model-body::-webkit-scrollbar-track,.taiowc-cart-model::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.taiowc-cart-model-body::-webkit-scrollbar-thumb,.taiowc-cart-model::-webkit-scrollbar-thumb{
  background: #e0e0e0; 
}

/* Handle on hover */
.taiowc-cart-model-body::-webkit-scrollbar-thumb:hover,.taiowc-cart-model::-webkit-scrollbar-thumb:hover{
  background: #e0e0e0; 
}

/*icon svg style*/
.taiowc-icon img{
width:2rem;
}

.taiowc-fixed-cart.cart_fixed_1 .taiowc-cart-item{
    min-width: 36px;
    min-height: 36px;
}
/*open fixed style1*/
.cart_fixed_1 .taiowc-content{
position:fixed;
position: fixed;
bottom: 36px;
right: 36px;
z-index: 999999999;
border-radius:100%;
box-shadow: -4px 2px 6px #dddddd1a;
    outline: none;
}

.cart_fixed_1 .taiowc-cart-item {
/*    padding: 0.4rem;*/
    padding: 0;
    background: rgba(255, 255, 255, 0.44);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.9px);
    -webkit-backdrop-filter: blur(7.9px);
    border: 1px solid rgba(255, 255, 255, 0.27);
}

.cart_fixed_1 .taiowc-cart-item .taiowc-total{
display:none;
}
.cart_fixed_1 .taiowc-cart-item {
    padding: 0.6rem;
}

/*open fixed style2*/
.taiowc-wrap.cart_fixed_2{ 
    position: fixed;
    left: 0;
    right: auto;
    bottom: -620px;
    transition: 0.5s;
    z-index: 999999999999;
}

.taiowc-click-dropdown .taiowc-wrap.cart_fixed_2.model-cart-active {
    bottom: 0;
}

.taiowc-wrap.cart_fixed_2 .taiowc-model-wrap {
    position: relative;
    background-color: #fff;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    /*top: 0;
    max-width:350px;
    width:350px!important;
    height:620px;*/
    right:auto;

}

.taiowc-wrap.cart_fixed_2 .taiowc-cart-model-header .cart-heading .th-icon{
display: none;
}
.cart_fixed_2 .taiowc-icon .th-icon{
    font-size: 2rem;
}
.cart_fixed_2 .taiowc-content h4{
   margin-right:0.5rem; 
   font-size: 1.2rem;
}
.taiowc-content h4{
display: none;
}
 .cart_fixed_2 .taiowc-content {
    display: flex;
     cursor: pointer; 
   }
    .cart_fixed_2.taiowc-wrap{
    border: 1px solid #f3f4f6;
    padding: 9px;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 0px #FFF, 0 0 0 calc(1px + 0px) rgb(0 0 0 / 0.05), 0 1px 2px 0 rgb(0 0 0 / 0.05);
   right: 29px;
   bottom: 29px;
    float: right;
   }
  
.cart_fixed_2 h3{
    display: none;
}
.cart_fixed_2 .taiowc-cart-item,
.cart_fixed_2 .taiowc-content{
align-items: center;
}
.cart_fixed_2 .taiowc-cart-item{
    width: initial!important;
    height: initial!important;
    border-radius: initial!important;

}
.cart_fixed_2 .taiowc-total {
    margin-left: 0.3rem;
    font-size: 1rem;
}
.cart_fixed_2 .taiowc-cart-item{
padding:0;
background:transparent;
}
/* .cart_fixed_2 .cart-count-item{
display:none
} */
.cart_fixed_2 .taiowc-content{

transition: 0.2s;
}
/* .cart_fixed_2 .taiowc-content:hover{
    padding-bottom: 0.75rem;
transition: 0.2s;
} */
.taiowc-wrap.cart_fixed_2 .taiowc-model-wrap{
    clear:both;
-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;
}
.taiowc-click-dropdown .taiowc-wrap.cart_fixed_2 .taiowc-cart-model{
     webkit-border-radius:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    right:auto;
}
/*close-btn*/
/* .cart_fixed_2 .taiowc-cart-close{   
    position: absolute;
    top: -68px;
    font-size: 0;
    background: #000;
    text-align: center;
    right: 0;
    left: 335px;
    opacity: 0;
    visiblility: hidden;
    transition: 0.2s;
    z-index:999;
}
.cart_fixed_2.model-cart-active .taiowc-cart-close{   
   opacity:1;
   visiblility:hidden;
}
 .cart_fixed_2 .taiowc-cart-model .taiowc-cart-close:after{
    font-family: dashicons;
    content: "\f335";
    position: absolute;
    top: 3px;
    font-size: 1rem;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
}
.cart_fixed_2  .cart-heading{
padding:0;
border:0;
position: fixed;
}
.cart_fixed_2 .cart-heading h4{
display:none;
} */
/*cart button*/
.taiowc-cart-model-footer .cart-button .buttons a{
    background: #000!important;
    padding: 0.8rem 0.5rem!important;
    font-size: .8rem!important;
    text-decoration: none!important;
    color: #fff!important;
    border: none;
    margin: 0.25rem!important;
    font-weight: 500;
    width: 100%;
    line-height: normal;
    border-radius: .75rem;
}
.taiowc-cart-model-footer .checkout:after{
    content: "→";
    margin-left: 9px;
    display: none;
}
.taiowc-cart-model-footer .checkout:hover:after{
    margin-left: 12px;
}
.back-toshop-wrap .svg-wrapper{
    background-color: rgb(243 244 246 / 1);
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;

}
.back-toshop-wrap .svg-wrapper svg{
    color: rgb(209 213 219 / 1);
}
.back-toshop-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 2;
    height: 100%;
    margin: auto;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.taiowc-cart-model-footer .cart-button .buttons a:not(.checkout):hover{
    background-color: #eff7ff!important;
}
.taiowc .taiowc-cart-model-body .woocommerce-back-to-shop{
    background: #000!important;
    padding: 0.6rem 1.5rem!important;
    text-decoration: none!important;
    color: #fff;
    border: none;
    font-weight: 500;
    margin: 0 auto!important;
    margin-bottom:1rem!important;
    font-size: 0.75rem!important;
    line-height: 1rem!important;
    border-radius: 1rem;
    text-transform: uppercase;
}
.taiowc-cart-model-footer .cart-button .button:first-child {
    background: transparent!important;
    color: #111!important;
    border: 1px solid #f3f4f6;
}
.cart-button .buttons a:hover{
  background: #000;
  color: #fff;
      text-decoration: none!important;
      opacity: 0.8;
}
.woocommerce-back-to-shop{
    width: fit-content;
    margin: auto;
    margin-bottom: 1rem;
}
.woocommerce-mini-cart__empty-message{
    text-align: center;
    margin: 1rem 0;
    font-size: .95rem;
    line-height: 1.75rem;
    font-weight: 700;
}
/*quatity add*/
/*quatity add*/
.taiowc-quantity[type="number"]::-webkit-inner-spin-button, .taiowc-quantity[type="number"]::-webkit-outer-spin-button {
    display:none;
}
.taiowc-cart-model .quantity-wrap .quantity-decrement, 
.taiowc-cart-model .quantity-wrap .quantity-increment {
    cursor: pointer;
    background-color: #FFF;
    font-size: 12px;
    user-select: none;
    height: 25px;
    line-height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 108%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border: 0;
    padding: 0;
    color: inherit;
}
.quantity-decrement:focus,
.quantity-increment:focus {
    outline: none; /* Removes the default focus outline */
    box-shadow: none; /* Removes any box shadow that might appear on focus */
}

.quantity-decrement:active,
.quantity-increment:active {
    outline: none; /* Removes the default outline when the button is active */
    box-shadow: none; /* Removes any box shadow that might appear when active */
}

.taiowc input[type=number].taiowc-quantity {
    width: 21px;
    text-align: center;
    font-size: 0.68rem;
    line-height: 25px !important;
    min-height: 25px !important;
    height: 25px;
    box-shadow: none;
    border: 0;
    background: transparent;
    font-weight: 700;
    color: #111;
    padding: 0;
}


.quantity-wrap{
display:flex;
align-items: center;
background-color: rgb(243 244 246 / 1.0);
border-radius: 99999PX;
padding: 2px;
}

.taiowc .quantity .amount{
    margin-left: 0.4rem;
    /* font-size: 0.8rem; */
     font-weight: 600; 
}
.taiowc-subtotal .taiowc-value,.taiowc-total  {
    font-size: 1rem;
    line-height: 1rem;
    color: #111;
    font-weight: 900;
    letter-spacing: 0;
}
/*loading effect*/
.taiowc-cart-model-body.loading::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#eee;
    opacity: .6;
}

/*//updated cart message*/
.taiowc-notice-box .woocommerce-message,
.taiowc-notice-box .woocommerce-error{
    position: absolute;
    font-size: 0.8rem;
    padding: 0.4rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    
}
.taiowc-notice-container{
position: absolute;
    font-size: 0.89rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    display: none;
}
.taiowc-notice-container .taiowc-notices{
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}
.taiowc-notice-container .taiowc-notices li{
    padding: 0.6rem;
}
.taiowc-notice-box .woocommerce-message,
.taiowc-notice-container .taiowc-notices li{
background: #4db359;
color: #fff;
}

.taiowc-notice-box .woocommerce-error,
.taiowc-notices li.taiowc-notice-error{
background: #b73d3d;
color: #fff;
}
.taiowc-notice-box .woocommerce-error>li {
    margin: 0;
    padding: 0;
}

/*cart coupon*/
.taiowc .taiowc-coupon{
    margin-top: 0.4rem;
    text-align: center;
}

.taiowc ul.taiowc-coupon-applied-coupons{
padding: 0 0.7rem;
font-size: 0.69rem;
display: flex;
align-items: center;
background: none!important;
    margin: 0;
}

.taiowc ul.taiowc-coupon-applied-coupons  li{
list-style: none;
}

.taiowc-coupon-remove-coupon{
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    background: #f6f7f7;
    padding: 0.3rem 0.5rem;
    margin: 0.2rem;
}

.taiowc-coupon-remove-coupon span{
color:#ef6238;
width: auto;
height: auto;
font-size: 15px;
}

/*cart total*/
.cart-total{
display: flex;
flex-direction: column;
font-size: 1rem;
margin-top: auto;
}
.taiowc-subtotal,.taiowc-discount,.taiowc-total,.taiowc-shipping,
.taiowc-tax-row{
display: flex;
justify-content: space-between;
margin-bottom: 0.7rem;
}
.cart-total .taiowc-label{
    font-size: 0.775rem;
    line-height: 1rem;
    color: #5a5a5a;
    font-weight: 500;
}
.cart-total .taiowc-total{
    border-top: 1px solid;
    border-color: rgba(129,129,129,.2);
    padding-top: 0.7rem;
    margin-bottom: 0;
}

/*coupon code list*/
.taiowc-coupon-list{
margin: 0.7rem 0.7rem;
font-size: 0.89rem;
box-sizing: border-box;
border: 1px solid rgba(125, 87, 177, 0.1);
}

.coupon-list{
    font-size: 0.89rem;
    padding: 0.8rem;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.taiowc-coupon-list .code {
    order: 2;
}
.coupon-list .taiowc-coupon-apply-btn.button{
     order: 3;
}
.taiowc-coupon-list .off{
    width: 100%;
    text-align: center;
    color: #4CAF50;
    font-weight:500;
    margin-bottom: 9px;
    order: 1;

}

.coupon-list .taiowc-coupon-apply-btn.button,
.taiowc-coupon-list .code{
    margin-left: 12px;
    min-height: 29px;
    max-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 108px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #e9e9e9;
}
.coupon-list .taiowc-coupon-apply-btn.button.added{

    opacity: 0.7;
    cursor: default;
}
.coupon-list .taiowc-coupon-apply-btn.button:hover{
   background:#fff;
   boder:1px solid #111;
  color:#fff;
}
/*slider navigation*/
.taiowc-cart-model .owl-dots {
}
.taiowc-cart-model .owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eee;
  margin: 0 3px;
}
.taiowc-cart-model .owl-dots button.owl-dot.active {
  background-color: #ddd;
}

.taiowc-cart-model .owl-carousel .owl-nav{
    opacity: 0;
}
.taiowc-cart-model .owl-carousel:hover .owl-nav{
    opacity:1
}
.taiowc-cart-model .owl-carousel .owl-nav .owl-prev{
    right: 40px;
    position: absolute;
    
    display: block;
    top:0;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0.6;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background: transparent;
    color: #111;
}
 .taiowc-cart-model .owl-carousel .owl-nav .owl-next{
    right: 12px;
    position: absolute;
    
    display: block;
    top:0;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0.6;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background: transparent;
    color: #111;
}
 .taiowc-cart-model .owl-carousel .owl-nav span{
  line-height:inherit;
font-size:0.89rem;
}


 .taiowc-cart-model .owl-carousel .owl-nav .disabled{
display:none;
}

.taiowc-cart-model .owl-carousel .owl-nav .owl-next:hover,.taiowc-cart-model .owl-carousel .owl-nav .owl-prev:hover{
background:transparent;
opacity:1;
color:#111;
}


/*shipping*/

.taiowc-shptgl-cont,#shipping_method label{
text-align:left;
font-size: 0.79rem;
margin-bottom: 1rem;
}

#shipping_method{
margin:0;
padding:0;
list-style: none;
}

.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form{
margin-top:0.8rem;
padding: 0;
display: inline-block;
}

.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p select,
.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p input{
    height: 35px!important;
    width:100%;
    max-width:100%;
    font-size: 0.89rem;
    color: #666;
    padding:0rem 0.75em;
    margin: 0;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 2px;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p{
margin-bottom:0.7rem;
}

.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form button {
    background: #fff!important;
    color: #111!important;
    font-size: 0.69rem;
    text-decoration: none!important;
    color: #fff;
    border: none;
    margin: 0;
    font-weight: 400;
    border: 1px solid;
    cursor: pointer;
    transition: all .2s linear;
    line-height: 27px;
    min-height: 27px;
    min-width: 100px;
}

.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form button:hover{
   background: #111!important;
color:#fff!important;
}

.shipping-calculator-button{
text-decoration:none;
margin-top: 10px;
display: block;
}

.taiowc-shptgl-cont{
display:none;
}
.taiowc-label .pencil{
font-size: 0.89rem;
vertical-align: sub;
}

.taiowc-shptgl-cont input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd!important;
}

.taiowc-shptgl-cont input[type=radio]:checked {
    border:0;
}

.taiowc-shptgl-cont input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 1.33px;
    top: 1.58px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dcdcde;
}
.taiowc-shptgl-cont input[type=radio]:checked:after{
    opacity:1;
}

/*related product show*/
.taiowc-related-product-cont{
padding: 0rem 1.2rem;
}
.taiowc-related-product-title{
    border-radius: 1rem;
    margin-bottom: 1rem;
    padding: 5px 0;
}
.taiowc-related-wrap{
    margin: 0;
}
.taiowc-related-wrap .amount{
    font-size: 1rem;
    margin-left: 0;
    font-weight: 600;
    letter-spacing: 0;
}
.taiowc-related-product-cont ul{
margin:0;
padding:0;
}

/*.taiowc-related-product-cont ul li{
    display: flex!important;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    font-size: 0.89rem;
    padding: 0.7rem;
    text-align: left;
    background: #fff;
    
}*/


.taiowc-related-product-right-area .price {
    font-size: 0.79rem;
}
.taiowc-related-product-right-area .price del{
    color: #a6a6a6;
}

.taiowc-related-product-cont ul li .taiowc-related-product-left-area {
    width: 24%;
    margin: 0;
    padding: 0;
}

.taiowc-related-product-cont ul li .taiowc-related-product-right-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    margin: 0;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    padding-top: 0px;
    padding-bottom: 0;
    position: initial;
}

.taiowc-related-product-right-area h4{
    font-size: 1rem;
    line-height: inherit;
}

.taiowc-related-product-title,
.taiowc-promo-code,.taiowc-payment-title {
    display: block;
    font-size: 0.89rem;
    font-weight:500;
    text-align: center;
    cursor: pointer;
    background-color: #ededed;
}

.taiowc-payment-title{
    background-color: transparent;
    font-weight: 700;
    letter-spacing: .03rem;
}

.woocommerce .taiowc-related-product-right-area .star-rating,
.taiowc-related-product-right-area .star-rating {
    font-size: 0.8em;
    margin-bottom: 0.3rem;

}

.taiowc-cart-model .taiowc-related-product-right-area .button.th-button{
     color: #fff;
    padding: 0.15rem 0.06rem 0rem .05rem;
    font-size: .5rem;
    text-decoration: none !important;
    border: none;
    margin: 0;
    font-weight: 400;
    border: 1px solid #111;
    cursor: pointer;
    transition: all .2s linear;
    position: absolute;
    top: 37%;
    right: 0.8rem;
    text-transform: capitalize;
    background: #111;
    text-decoration: none !important;
    border-radius: 5px;
}

.taiowc-cart-model .taiowc-related-product-right-area .button.th-button:hover {
    background: #fff;
    boder: 1px solid #111;
    color: #111;
    text-decoration: none!important;
}
.taiowc-show-coupon{
    font-size: 0.89rem;
    color: #03cd00;
    font-weight: 500;
    cursor:pointer;
}

.taiowc-coupon-list-content{
display:none;
}

.taiowc-related-product-right-area .dashicons-plus-alt2{
    font-size: 0.89rem;
    line-height: normal;
    vertical-align: bottom;
}

.taiowc-show-coupon{
    font-size: .79rem;
    text-decoration: none;
    color: green;
    opacity: .9;
    font-weight: 500;
    cursor: pointer;
    line-height: .95rem;
    text-align: center;
    /* min-width: 50%; */
    flex-shrink: 0;
    margin-left: 9px;
    text-transform: capitalize;

}
.taiowc-show-coupon:hover{
    opacity: 1;
}
.taiowc-related-product-right-area .dashicons-plus-alt2{
    font-size: 0.89rem;
    line-height:20px;
    vertical-align: bottom;
}

.taiowc-coupon-box{
   display: inline-flex;
    border-radius: 15px;
    background: transparent!important;
    margin-bottom: 0.5rem;
    width: 100%;
    gap: 9px;
}
.taiowc-coupon {
    margin-top: 0.4rem;
    margin: 0 0.7rem;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.taiowc-coupon input#taiowc-coupon-code {
    font-size: 0.72rem;
    color: #666;
    padding: 0.5rem .75rem;
    margin: 0;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(243 244 246 / 1);
    border-radius: .5rem;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    border: 0;
    background: #f9fafb;
    width: 100%;
    border-color: rgb(229 231 235 / 1);
    border-radius: .5rem;
    line-height: normal;
     border: 1px solid rgb(243 244 246 / 1);
}
.taiowc-coupon input#taiowc-coupon-code:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: rgb(229 231 235 / 1);
    box-shadow: 0 0 0 0px #FFF, 0 0 0 calc(1px + 0px) rgb(0 0 0 / 0.05)
, 0 0 #000;
}
.taiowc-coupon-submit {
    background-color: rgb(243 244 246 / 1);
    padding: 0 .75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: .5rem;
    font-size: 9px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taiowc-undo-item{
    cursor:pointer;
    text-decoration: underline;
    margin-left: 5px;
}
.paypal-button{
border-radius:0!important;
margin: 0.25rem!important;
}
.wcppec-cart-widget-spb{
display:block!important;
}

.woocommerce .taiowc-cart-model-body .star-rating,.taiowc-cart-model-body .star-rating {
    font-size: 0.79em;
    color: #e5a632;
    margin-top: 0.5rem;
    float: none;
}
 .star-rating {
       overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin-bottom: 0.7rem;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
/* STORE ONE CSSS STARTS   */
.taiowc .taiowc-cart-model-body a.th-preorder-btn,
.taiowc .taiowc-cart-model-body a.select-options{
    width: max-content;
    display: flex;
    align-items: center;
    padding: 0 5px 0 9px!important;
    font-size: 0.575rem!important;
}
.taiowc .taiowc-cart-model-body a.select-options{
    margin-top: 12px;
    background: #111;
    color: #FFF;
}
.taiowc-related-product-right-area a.th-preorder-btn .dashicons-plus-alt2{
    font-size: 0.599rem;
}
/* STORE ONE CSSS END   */
@media screen and (max-width:1024px) {
    .responsive-main-header .taiowc-cart-model-footer .cart-total, .sticky-header-bar .taiowc-cart-model-footer .cart-total {
        display: block!important;
    }

    .taiowc-woocommerce-mini-cart-item a.taiowc-remove-item {
    opacity: 1;
    visibility: visible;
    }
}

@media screen and (max-width:767px) {
    .logged-in .taiowc-cart-model{
        top: 47px;
    }
.item-image-wrapper, .taiowc-related-wrap .taiowc-product-image{
    width: 4rem;
    height: 4rem;
}
.taiowc-cart-model,.taiowc-slide-left .taiowc-cart-model{
max-width: 300px;
right: -300px;
}
.mobiletopslide div.taiowc-cart-model{
    width: 100%;
    max-width: 100%;
    right: 0;
    top: 100%;
    transition: all .4s ease;
}
.model-cart-active.mobiletopslide .taiowc-cart-model{
   top: 0;
}
.mobiletopslide .buttons a:not(.checkout){
    display: none;
}
.mobiletopslide .woocommerce-mini-cart,
.mobiletopslide  .taiowc-related-product-cont{
    margin: 0!important;
    padding: 1rem!important;
}
/*.mobiletopslide .woocommerce-mini-cart{
    padding: 0!important;
}*/
.taiowc-cart-close:after {
    font-size: 1.6rem;
}
.cart-heading{
    padding: 0.7rem 1.2rem;
}

.cart-heading h4 {
    margin-bottom: 0;
    font-size: 0.89rem;
}
.cart-heading img {
    width: 1.4rem;
    margin-right: 0.4rem;
}

.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item {
    padding: 0.9rem!important;
    margin-bottom: 0.5rem!important;
    margin-top: 0.5rem!important;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart{
margin: 0rem 0.5rem;
}

.taiowc .taiowc-cart-model-body img {
    margin-right: 0.7rem;
    width:3.5rem!important;
}

.taiowc .taiowc-cart-model-body a {
    font-size: 0.69rem!important;
}

input[type=number].taiowc-quantity {
    width: 35px;
    padding: 2px;
    margin-right: 0.3rem;
    font-size: 0.68rem;
    line-height: 1.5;

}
.taiowc-related-product-cont ul li .taiowc-related-product-left-area {
    width: 16%;
}
.taiowc-related-product-title, .taiowc-promo-code, .taiowc-payment-title {
    display: block;
    padding: 0.5rem;
}
.taiowc-subtotal, .taiowc-discount, .taiowc-total, .taiowc-shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.taiowc-cart-model-footer{
    padding-left: 1rem;
    padding-right: 1rem;
}
.taiowc-total-wrap {
    padding: .9rem;
    font-size: 0.69rem;
}
.taiowc-coupon-remove-coupon {
    padding: 0.2rem;
    margin: 0.2rem;
    font-size: 0.6rem;
}


.taiowc .taiowc-coupon {
    margin-top: 0;
    flex-wrap: wrap;
    gap: 9px;
}
.taiowc-show-coupon {
    font-size: 0.69rem;
}
.taiowc-coupon-submit {
    padding: 0rem 0.5rem;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-size: 0.69rem;
}

.cart-button .buttons a, .woocommerce-back-to-shop {
    padding: 0.5rem 1rem!important;
    font-size: 0.69rem!important;
    width: 100%;
}
/*.taiowc-cart-model-body {
    max-height: 233px;
 }*/

 .taiowc-wrap.cart_fixed_2 .taiowc-model-wrap{
    width:250px!important;
    max-width:250px!important;
 }
  .taiowc-wrap.cart_fixed_2 .taiowc-model-wrap.mobiletopslide{
    width:initial!important;
    max-width:initial!important;
 }
.cart_fixed_2 .taiowc-content {
    padding: 0;
}
.cart_fixed_2 .taiowc-content h4 {
    margin-right: 0.5rem;
    font-size: 0.89rem;
}

.cart_fixed_2 .taiowc-icon img {
    width: 25px;
}

.cart_fixed_2 .taiowc-content .taiowc-total {
    color: #111;
    font-size: 0.69rem;
}

.taiowc-wrap.cart_fixed_2 .taiowc-cart-model {
    max-width: 240px;
}
.taiowc-wrap.cart_fixed_2 .mobiletopslide .taiowc-cart-model{
    max-width: 100%;
}
.cart_fixed_2 .taiowc-cart-close {
 top: -57px;
left: 232px;
}

.cart_fixed_2 .mobiletopslide .taiowc-cart-close{
    top: 50%;
    transform: translateY(-50%);
    left: initial;
}
.taiowc-wrap.cart_fixed_2 .taiowc-related-product-cont ul li .taiowc-related-product-left-area {
    width: 25%;
}
.cart_fixed_2 .taiowc-total {
    margin-left: 0.3rem;
    font-size: 0.79rem;
}
.cart_fixed_2 .taiowc-show-coupon {
    font-size: 0.6rem;
}
.quantity-decrement, .quantity-increment {
    height:22px;
    line-height:22px;
    width:22px;

}


.taiowc input[type=number].taiowc-quantity {
    
    font-size: 0.60rem;
    line-height: 22px !important;
    min-height: 22px !important;
    height: 22px;
 border: none !important;  
}

.quantity-wrap{

margin-left:0.1rem;
}

}


.taiowc-cart-model-wrap{
    display: flex;
    flex-direction: column;
/*    height: 99vh;*/
    height: 100%;
    /* overflow-y: scroll; */
}
.taiowc-cart-model-footer{
    margin-top: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background: #FFF;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 -10px 40px -15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid transparent;
    border-color: rgb(238 241 239);
}
.item-product-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.taiowc-cart-model-wrap .copyright{
    text-align: center;
    font-size: .7rem;
    line-height: .5rem;
    color: #737373;
    letter-spacing: 0.03rem;
    font-weight: 400;
    opacity: .5;
    padding: 1rem;
    padding-bottom: 0;
    margin: 0;
}
.taiowc-cart-model-wrap .copyright a{
    text-decoration: none;
    color: #111;
}
.taiowc-cart-model-wrap .copyright:hover{
    opacity: 1;
}

.taiowc-model-overlay{
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(0 0 0 / 78%);
    z-index: 10000000;
    display: none;
    opacity: 0;
    /*transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;*/
}

.model-cart-active .taiowc-model-overlay{
    display: block;
    opacity: 1;
}
body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}


/*  Checkout and view loader CSS Starts  */
/* Button spinner */
.taiowc-btn-loader {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border: 2px solid #fff;
    border-top: 2px solid;
    border-color: currentColor currentColor currentColor transparent;
    border-radius: 50%;
    display: inline-block;
    animation: taiowc-spin 0.6s linear infinite;
    vertical-align: middle;
}
.cart-button .buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@keyframes taiowc-spin {
    to { transform: rotate(360deg); }
}

/* Optional full page overlay */
.taiowc-page-loader {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,0.5);
    z-index: 99999;
    pointer-events: none;
}
.mobile-menu-active .taiowc-fixed-cart .taiowc-content{
    z-index: 9;
}

.taiowc .taiowc-cart-model-body a.taiowc-continue-shop{
    background: #111;
    color: #FFF;
    text-align: center;
    padding: 9px 0 !important;
    margin: 0 1.5rem 9px 1.5rem;
    border-radius: 1rem;
}



/* Shipping Style  */
.taiowc-label .pencil{
    cursor: pointer;
}
/* Container */
.taiowc-cart-model .taiowc-shptgl-cont {
    background: #fafafa;
    padding: 16px;
    border-radius: 1rem;
}

/* Remove default list styles */
.taiowc-cart-model ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each option as card */
.taiowc-cart-model ul#shipping_method li {
    margin-bottom: 12px;
    position: relative;
}

/* Hide default radio */
.taiowc-cart-model ul#shipping_method input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Card label */
.taiowc-cart-model ul#shipping_method label {
    display: flex !important;
    align-items: center;
    padding: 14px 16px;
    border-radius: 1rem;
    border: 2px solid transparent;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.25s ease;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
}

/* Hover effect */
.taiowc-cart-model ul#shipping_method label:hover {
    background: #e5e5e5;
}

/* Active (checked) state */
.taiowc-cart-model ul#shipping_method input[type="radio"]:checked + label {
    border-color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #FFF;
}

/* Price styling */
.taiowc-cart-model .woocommerce-shipping-methods .woocommerce-Price-amount {
    margin-left: auto;
}

/* Free shipping subtle look */
.taiowc-cart-model input[value*="free_shipping"]:checked + label {
    background: #f9f9f9;
}

/* Shipping title area */
.taiowc-cart-model .taiowc-shptgl-cont > p,
.taiowc-cart-model .taiowc-shptgl-cont strong {
    ont-size: 12px;
    color: #111;
    letter-spacing: 0;
    font-weight: 600;
}

/* Change address link */
.taiowc-cart-model .shipping-calculator-button {
    display: inline-block;
    margin-top: 7px;
    font-size: 12px;
    color: #9ca3af;
    text-decoration: underline;
    cursor: pointer;
}

.taiowc-cart-model .shipping-calculator-button:hover {
    color: #005177;
}

/* Optional: add icon-like spacing */
.taiowc-cart-model ul#shipping_method label::before {
    content: "🚚";
    margin-right: 10px;
    font-size: 16px;
    display: none;
}


/* Shipping BAR css  */
.taiowc-free-shipping-wrap{
    background:#f5f4ec;
    padding:15px;
    border-radius:10px;
    margin-bottom:18px;
    margin: 0 .7rem .7rem .7rem;
}

.taiowc-free-shipping-bar{
    position:relative;
    height:6px;
    background:#e5e5e5;
    border-radius:30px;
    margin-bottom:12px;
}

.taiowc-free-shipping-fill{
    height:100%;
    background:#0e9502;
    border-radius:30px;
    transition:.3s;
}

.taiowc-free-shipping-icon{
    position:absolute;
    top:50%;
    transform:translate(-50%, -50%) scaleX(-1);
    width:32px;
    height:32px;
    border-radius:50%;
    background:#fff;
    border:2px solid #46b450;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    transition:.3s;
    z-index: 9;
}

.taiowc-free-shipping-msg{
    font-size:14px;
    line-height:1.5;
    text-align: center;
}

.taiowc-free-success-wrap{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    text-align:center;
}


/* LEFT PARTICLES */

.taiowc-free-success-wrap:before,

/* RIGHT PARTICLES */

.taiowc-free-success-wrap:after{
    content:"";
    position:absolute;
    top:50%;
    width:12px;
    height:12px;
    border-radius:50%;
    z-index:1;
    opacity:0;

    box-shadow:
        0 -30px #ff5252,
        25px -20px #ffca28,
        35px 0 #42a5f5,
        20px 25px #66bb6a,
        -10px 20px #ab47bc,
        -25px 0 #ff7043,
        -15px -20px #26c6da;

    animation:taiowcConfettiBurst 1.2s ease-out;
/*    animation:taiowcConfettiBurst 1.2s ease-out infinite;*/
}

/* LEFT SIDE */

.taiowc-free-success-wrap:before{
    left:20%;
}

/* RIGHT SIDE */

.taiowc-free-success-wrap:after{
    right:20%;
    animation-delay:.3s;
}

@keyframes taiowcConfettiBurst{

    0%{
        transform:translateY(0) scale(.2);
        opacity:1;
    }

    100%{
        transform:translateY(-40px) scale(1.4);
        opacity:0;
    }
}



/* Style-2  */
.taiowc-free-shipping-wrap.style-2 .taiowc-free-shipping-bar{
    position:relative;
    background:#e5e5e5;
}

.taiowc-free-shipping-wrap.style-2 .taiowc-free-shipping-fill{
    position:relative;
    background:linear-gradient(
        90deg,
        #2e7d32,
        #66bb6a,
        #2e7d32
    );

    background-size:200% 100%;

    animation:taiowcMovingBar 2s linear infinite;
    overflow: hidden;
}

.taiowc-free-shipping-wrap.style-2 .taiowc-free-shipping-fill:before{
    content:"";
    position:absolute;
    inset:0;

    background:repeating-linear-gradient(
        -45deg,
        rgba(255,255,255,.15) 0,
        rgba(255,255,255,.15) 10px,
        transparent 10px,
        transparent 20px
    );

    animation:taiowcStripeMove 1s linear infinite;
}

@keyframes taiowcMovingBar{

    0%{
        background-position:0% 0%;
    }

    100%{
        background-position:200% 0%;
    }
}

@keyframes taiowcStripeMove{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(30px);
    }
}


/* Style-3 */
.taiowc-free-shipping-wrap.style-3 .taiowc-free-shipping-fill{
    box-shadow:
        0 0 10px #4caf50,
        0 0 20px #4caf50;
        
    animation:taiowcGlow 1s ease-in-out infinite alternate;
}

@keyframes taiowcGlow{

    from{
        opacity:.7;
    }

    to{
        opacity:1;
    }
}

/* Style-4  */

.taiowc-free-shipping-wrap.style-4{
    position:relative;
    padding:18px;
    border-radius:18px;
    background:
        linear-gradient(
            135deg,
            rgba(25,25,35,.95),
            rgba(35,35,50,.95)
        );

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 10px 30px rgba(0,0,0,.18);
}

/* Glow Background */

/* Message */

.taiowc-free-shipping-wrap.style-4 .taiowc-free-shipping-msg{
    position:relative;
    z-index:2;
    color:#fff;
    font-size:14px;
    font-weight:500;
}

/* Success */

.taiowc-free-shipping-wrap.style-4 .taiowc-free-success{
    color:#7dff8c;
    font-weight:700;
    text-shadow:
        0 0 10px rgba(125,255,140,.8),
        0 0 20px rgba(125,255,140,.5);
}

/* Bar */

.taiowc-free-shipping-wrap.style-4 .taiowc-free-shipping-bar{
    position:relative;
    height:10px;
    margin-bottom:16px;
    background:
        rgba(255,255,255,.08);
    border-radius:999px;
    z-index:2;
}

/* Fill */

.taiowc-free-shipping-wrap.style-4 .taiowc-free-shipping-fill{
    position:relative;
    height:100%;
    border-radius:999px;
    background:
        linear-gradient(
            90deg,
            #00ff87,
            #60efff,
            #00ff87
        );
    background-size:200% 100%;
    animation:
        taiowcGradientMove 3s linear infinite,
        taiowcPulseGlow 1.5s ease-in-out infinite alternate;
    box-shadow:
        0 0 12px rgba(0,255,135,.8),
        0 0 24px rgba(96,239,255,.5);
}

/* Moving Shine */

.taiowc-free-shipping-wrap.style-4 .taiowc-free-shipping-fill:before{
    content:"";
    position:absolute;
    top:0;
    left:-40%;
    width:40%;
    height:100%;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.55),
            transparent
        );
    animation:taiowcShine 2s linear infinite;
    display: none;
}

/* Truck */

.taiowc-free-shipping-wrap.style-4 .taiowc-free-shipping-icon{
    position:absolute;
    top:50%;

    transform:
        translate(-50%, -50%)
        scaleX(-1);

    width:34px;
    height:34px;

    border-radius:50%;

    background:#10151f;

    border:2px solid #00ff87;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#00ff87;

    box-shadow:
        0 0 10px rgba(0,255,135,.8);

    z-index:3;
}
.taiowc-free-shipping-wrap.style-4 .taiowc-free-success-wrap{
    background: transparent;
}

/* ANIMATIONS */

@keyframes taiowcGradientMove{

    0%{
        background-position:0% 0%;
    }

    100%{
        background-position:200% 0%;
    }
}

@keyframes taiowcPulseGlow{

    from{
        box-shadow:
            0 0 8px rgba(0,255,135,.5),
            0 0 16px rgba(96,239,255,.3);
    }

    to{
        box-shadow:
            0 0 16px rgba(0,255,135,.95),
            0 0 28px rgba(96,239,255,.6);
    }
}

@keyframes taiowcShine{

    0%{
        left: 0%;
    }

    100%{
        left: 98%;
    }
}

@keyframes taiowcNeonRotate{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}



/*  Style-5     */
.taiowc-free-shipping-wrap.style-5{
    background:#fff9f6;
    border:1px solid #ececf3;
    border-radius: 1rem;
    padding: 12px 22px;
    position:relative;
    box-shadow:
        0 4px 14px rgba(30,35,90,.04);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

/* Heading */

.taiowc-free-shipping-wrap.style-5 
.taiowc-free-shipping-heading{
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.taiowc-free-shipping-wrap.style-5 
.taiowc-free-shipping-heading span{
    color: #ff5a12;
    font-weight: 500;
    font-size: 12px;
}

/* Progress Area */

.taiowc-progress-area{
    position:relative;
}

/* Line */

.taiowc-progress-line{
    position:relative;

    height:5px;

    border-radius:999px;

    background:#e8e9f3;

    overflow:visible;
}

/* Fill */

.taiowc-progress-fill{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    border-radius:999px;
    background: linear-gradient(90deg,#ff9a76,#ff5e3a);
    transition:.4s ease;
    box-shadow: 0 4px 14px rgba(108,99,255,.25);
}

/* Truck */

.taiowc-progress-truck{
    position:absolute;
    top:50%;
    transform:
        translate(-50%, -50%)
        scaleX(-1);
    width:29px;
    height:29px;
    border-radius:50%;
    background: linear-gradient(90deg,#ff9a76,#ff5e3a);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    box-shadow:
        0 8px 24px rgba(108,99,255,.25);

    transition:.4s ease;

    z-index:3;
}

/* Goal */

.taiowc-goal-icon{
    position:absolute;

    right:-15px;

    top:50%;

    transform:translateY(-50%);

    width:29px;
    height:29px;

    border-radius:50%;

    border:2px dashed #c8cae5;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#8d90a8;

    font-size:18px;

    background:#fff;
}

/* Labels */

.taiowc-progress-labels{
    display:flex;

    justify-content:space-between;

    margin-top:18px;

    color:#9ca0b3;

    font-size:14px;

    font-weight:600;
}

/* Success */

.taiowc-free-success{
color: #464646;
    font-weight: 500;
}

.taiowc-free-shipping-wrap.style-5  .taiowc-free-success-wrap{
    background: transparent;
}

.taiowc-milestones-marker:nth-of-type(2){
    left: 10%!important;
    transform: translate(0%,-50%)!important;
}

.taiowc-milestones-marker:nth-of-type(3) {
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
}

.taiowc-milestones-marker:nth-of-type(4) {
    left: initial!important;
    right: 0!important;
    transform: translate(0%,-50%)!important;
}

.taiowc-milestones-label-row .taiowc-milestones-label-item:nth-of-type(1){
    left: 10%!important;
    transform: translateX(-9px)!important;
}
.taiowc-milestones-label-row .taiowc-milestones-label-item:nth-of-type(2){
    left: 50%!important;
    transform: translateX(-50%)!important;
}
.taiowc-milestones-label-row .taiowc-milestones-label-item:nth-of-type(3){
    left: initial!important;
    right: 0!important;
    transform: translateX(-9px);
    text-align: right;
}
















/* COMMON */
.taiowc-milestones-label-item{
    position:absolute;
    transform:translateX(-50%);
    text-align:center;
    white-space:nowrap;
}

.taiowc-ms-price{
    display:block;
    font-weight:900;
    color:#111;
}

.taiowc-ms-label{
    display:block;
    color:#888;
}


.cart_fixed_2 .taiowc-content h4{display:block}.taiowc-wrap{background-color:} .taiowc-content .taiowc-total{color:#111; font-size:14px;} .taiowc-wrap .cart-count-item{background-color:#111; color:#fff;} .taiowc-icon img{width:24px;} .taiowc-icon{color:#111;} .taiowc-icon{width:24px;} 

.taiowc-fixed-cart .taiowc-icon,.cart_fixed_1 .taiowc-content .taiowc-icon img{width:24px;} 
.cart_fixed_1 .taiowc-cart-item,.cart_fixed_2.taiowc-wrap{border-radius:100px;} 
.cart_fixed_1 .taiowc-cart-item,.cart_fixed_2.taiowc-wrap{background-color:#ffffff70;} 
.cart_fixed_1 .taiowc-icon,
.cart_fixed_2 .taiowc-icon{color:#111;} 
.taiowc-fixed-cart .taiowc-total,.taiowc-fixed-cart .taiowc-content:hover{color:#111;}
.cart_fixed_1 .cart-count-item{background-color:#111; color:#fff;}.cart-heading{background-color:;} .cart-heading svg{color:#111;} .cart-heading h4,.cart_fixed_2 .taiowc-content h4{color:#111;} .taiowc-cart-close:after{color:#111;}.taiowc-cart-model{background-color:#f9fafb;}.taiowc .taiowc-cart-model-body div.taiowc-woocommerce-mini-cart-item,input[type=number].taiowc-quantity{background-color:#fff;}.taiowc-cart-model-body .item-product-wrap .star-rating{color:#e5a632;} .quantity-text,input[type=number].taiowc-quantity,.quantity .amount{color:#111;}input[type=number].taiowc-quantity{border:1px solid #ebebeb;}.taiowc-related-product-title{background-color:#F5F4EC;} .taiowc-related-product-title{color:#111;} .taiowc-related-product-cont ul li{background-color:#fff;} .taiowc-related-product-right-area h4 a{color:#111;} .taiowc-related-product-right-area .price{color:#111;} .taiowc-related-product-right-area .star-rating{color:#e5a632;} .taiowc-related-product-right-area a.th-button{background-color:#111!important;color:#fff!important;}color:#8b95a5;} .taiowc-cart-model{background-color:;} .taiowc-total-wrap{color:#111;} .taiowc-total-wrap a{color:#111;} .taiowc-cart-model-footer .cart-button .buttons .checkout,.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form button{background-color:#111!important;color:#fff!important; border-color:#111;} .taiowc-cart-model-footer .cart-button .button:first-child{color: #111!important;}.taiowc-cart-model-footer .cart-button .buttons a:not(.checkout){background-color:!important;
color:#111!important;}
.taiowc-cart-model-footer .cart-button .buttons a{border-radius:12px!important;}.taiowc-coupon-box{background:#f3f3f3;border-color:#f3f3f3;} .taiowc-coupon input#taiowc-coupon-code{color:#111;} .taiowc-coupon input#taiowc-coupon-code::placeholder {color:#111;} .taiowc-coupon-submit{color:;} .taiowc-show-coupon{color:#008000;} .coupon-list{background:#FFF; border-color:rgba(129,129,129,.2);} .taiowc-coupon-list .code{color:#111;border-color:#111;} .coupon-list .desc,.taiowc-cart-model .taiowc-coupon-list .owl-carousel .owl-nav .owl-next,.taiowc-cart-model .taiowc-coupon-list .owl-carousel .owl-nav .owl-prev{color:#111;} .coupon-list .off{color:#9ca3af;} .coupon-list .taiowc-coupon-apply-btn.button.added,.coupon-list .taiowc-coupon-apply-btn.button{border-color:#111; background:#111!important;color:#fff;} .taiowc-coupon-remove-coupon{background:#f6f7f7;color:#111;} .taiowc-coupon-remove-coupon span{color:#ef6238;}.taiowc-notice-box .woocommerce-message,
.taiowc-notice-container .taiowc-notices li{color:#fff;background:#4db359;} .taiowc-notice-box .woocommerce-error,
.taiowc-notices li.taiowc-notice-error{
color:#fff;background:#b73d3d;}.cart_fixed_1 .taiowc-content,.taiowc-wrap.cart_fixed_2{right:29px; bottom:36px; left:auto} 
/*# sourceURL=taiowc-style-inline-css */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 0; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/plugins/th-all-in-one-woo-cart/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
@font-face{ 
  font-family: 'th-icon';
  src:  url('/wp-content/plugins/th-all-in-one-woo-cart/th-icon/fonts/th-icon.eot?stlo25');
  src:  url('/wp-content/plugins/th-all-in-one-woo-cart/th-icon/fonts/th-icon.eot?stlo25#iefix') format('embedded-opentype'),
    url('/wp-content/plugins/th-all-in-one-woo-cart/th-icon/fonts/th-icon.ttf?stlo25') format('truetype'),
    url('/wp-content/plugins/th-all-in-one-woo-cart/th-icon/fonts/th-icon.woff?stlo25') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
 }
.th-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'th-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.th-icon-th-col:before {
  content: "\f00a";
}
.th-icon-th-list:before {
  content: "\f00b";
}
.th-icon-home1:before {
  content: "\f015";
}
.th-icon-download:before {
  content: "\f019";
}
.th-icon-calendar:before {
  content: "\f073";
}
.th-icon-twitter:before {
  content: "\f099";
}
.th-icon-facebook:before {
  content: "\f09a";
}
.th-icon-linkedin:before {
  content: "\f0e1";
}
.th-icon-comment-o:before {
  content: "\f0e5";
}
.th-icon-comments-o:before {
  content: "\f0e6";
}
.th-icon-angle-double-left:before {
  content: "\f100";
}
.th-icon-angle-double-right:before {
  content: "\f101";
}
.th-icon-angle-double-up:before {
  content: "\f102";
}
.th-icon-angle-double-down:before {
  content: "\f103";
}
.th-icon-angle-left:before {
  content: "\f104";
}
.th-icon-angle-right:before {
  content: "\f105";
}
.th-icon-angle-up:before {
  content: "\f106";
}
.th-icon-angle-down:before {
  content: "\f107";
}
.th-icon-youtube-play:before {
  content: "\f16a";
}
.th-icon-instagram:before {
  content: "\f16d";
}
.th-icon-tumblr:before {
  content: "\f173";
}
.th-icon-dribbble:before {
  content: "\f17d";
}
.th-icon-skype:before {
  content: "\f17e";
}
.th-icon-stumbleupon:before {
  content: "\f1a4";
}
.th-icon-pinterest-p:before {
  content: "\f231";
}
.th-icon-whatsapp:before {
  content: "\f232";
}
.th-icon-opencart:before {
  content: "\f23d";
}
.th-icon-vimeo:before {
  content: "\f27d";
}
.th-icon-vector-search:before {
  content: "\e92f";
}
.th-icon-home:before {
  content: "\e91a";
}
.th-icon-quickview:before {
  content: "\e91b";
}
.th-icon-user:before {
  content: "\e91c";
}
.th-icon-heartline:before {
  content: "\e91d";
}
.th-icon-Interface-Icons-14:before {
  content: "\e91e";
}
.th-icon-delete:before {
  content: "\e91f";
}
.th-icon-lock1:before {
  content: "\e920";
}
.th-icon-lock2:before {
  content: "\e921";
}
.th-icon-call:before {
  content: "\e922";
}
.th-icon-Photography-Icons-06:before {
  content: "\e923";
}
.th-icon-Shopping-Bag-Cart-Icons-01:before {
  content: "\e924";
}
.th-icon-Shopping-Bag-Cart-Icons-11:before {
  content: "\e925";
}
.th-icon-Shopping-Bag-Cart-Icons-23:before {
  content: "\e926";
}
.th-icon-Shopping_icons-01:before {
  content: "\e927";
}
.th-icon-Shopping_icons-11:before {
  content: "\e928";
}
.th-icon-Shopping_icons-16:before {
  content: "\e929";
}
.th-icon-TextEditor-Icons-01:before {
  content: "\e92a";
}
.th-icon-TextEditor-Icons-02:before {
  content: "\e92b";
}
.th-icon-search1:before {
  content: "\e930";
}
.th-icon-clear:before {
  content: "\e900";
}
.th-icon-format_align_justify:before {
  content: "\e901";
}
.th-icon-format_align_left:before {
  content: "\e902";
}
.th-icon-keyboard_arrow_left:before {
  content: "\e903";
}
.th-icon-keyboard_arrow_right:before {
  content: "\e904";
}
.th-icon-local_grocery_store:before {
  content: "\e905";
}
.th-icon-arrow_forward:before {
  content: "\e906";
}
.th-icon-check:before {
  content: "\e907";
}
.th-icon-cached:before {
  content: "\e908";
}
.th-icon-favorite:before {
  content: "\e909";
}
.th-icon-favorite_outline:before {
  content: "\e90a";
}
.th-icon-arrow-left:before {
  content: "\e90b";
}
.th-icon-arrow-right:before {
  content: "\e90c";
}
.th-icon-check1:before {
  content: "\e90d";
}
.th-icon-chevron-left:before {
  content: "\e90e";
}
.th-icon-chevron-right:before {
  content: "\e90f";
}
.th-icon-eye:before {
  content: "\e910";
}
.th-icon-headphones:before {
  content: "\e911";
}
.th-icon-heart1:before {
  content: "\e912";
}
.th-icon-lock:before {
  content: "\e913";
}
.th-icon-phone:before {
  content: "\e914";
}
.th-icon-refresh-ccw:before {
  content: "\e915";
}
.th-icon-refresh-cw:before {
  content: "\e916";
}
.th-icon-repeat:before {
  content: "\e917";
}
.th-icon-search:before {
  content: "\e918";
}
.th-icon-shopping-cart:before {
  content: "\e919";
}
.th-icon-heart2:before {
  content: "\e92c";
}
.th-icon-cart:before {
  content: "\e92d";
}
.th-icon-refresh:before {
  content: "\e92e";
}
.th-icon-heart:before {
  content: "\e9da";
}/*! This file is auto-generated */
@font-face{ font-display:swap;font-family:dashicons;src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal }.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */

ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://mmpmall.com/wp-includes/blocks/list/style.min.css */

.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://mmpmall.com/wp-includes/blocks/paragraph/style.min.css */
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1300px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */
.cpiw_main {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 15px 0px;
    padding: 14px;
    margin: 10px 0px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.cpiw_widget {
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.cpiw_inner_final{
    margin: 0px;
    display: flex;
    flex-direction: row;
}
.cpiw_inner_first {
    display: flex;
    position: relative;
    gap: 15px; 
}
.cpiw_main svg {
    width: 29px;
}

.pincode_not_availabel p {
    margin: 0px 10px;
}
.cpiw_inner_inner{
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 10px 0px;
}
.pincode_city_and_state {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0px 0px;
}

@media only screen and (max-width: 768px) {
    .pincode_city_and_state {
        align-items: flex-start;
    }
}
.inner {
    display: flex;
    justify-content: space-around;
    background: #f6f6f6;
    padding: 15px 10px 10px;
    text-align: center;
    border-radius: 0px 0px 6px 6px;
}
.cpiw_avaitxt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.cpiw_dlvrytxt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
span.cpiw_tficon {
    width: 35px;
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.cpiw_delicons {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.cpiw_tficon img,span.cpiw_delicons img {
    object-fit: cover;
}
.cpiw_main_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}
.cpiw_main_inner span {
    font-size: 18px;
    font-weight: 600;
}
.cpiw_inner_avial_section span {
    font-size: 18px;
    font-weight: 600;
}
.pincode_city_and_state p , .pincode_not_availabels p{
    margin: 0px 10px;
}
.cpiw_avaddate p , .cpiw_avacod p {
    margin: 15px 0px;
}
input.cpiwcheckbtn {
    padding: 6px 15px;
    min-width: 120px;
    min-height: 35px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.pincode_not_availabels{
    padding: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 6px;
}
.pincode_not_availabel {
    padding: 7px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 10px 0px;
    align-items: center;
}
.Disableclass {
    opacity: 0.5!important;
}

/* Modal Content */
.cpiw-modal {
    display: none; 
    position: fixed; 
    z-index: 9999999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.cpiw-modal .modal-content {
    display: block;
    position: relative;
    margin: auto;
    padding: 15px;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    z-index: 999999;
   
}
.cpiw_popup_check_div {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-items: stretch;
    gap: 15px;
}
.popup_oc_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
input.cpiwinzipsubmit {
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 14px 30px !important;
    font-size: 12px !important;
    display: block !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: initial !important;

    min-width: 120px;
    min-height: 35px;
    border: none;
    cursor: pointer;
    gap: 6px;
}
input.cpiwopuppinzip {
    width: 100%;

    padding: 10px;
    display: block;
    background: #fff;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    flex: 2 1 0%;
}
.cpiw_popup_check_div img {
    max-width: 40px !important;
}
h5.cpiw_popup_header {
    margin: 0;
    margin-bottom: 13px;
}
.cpiw_pincode_popup_class {
    display: none;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
span.close{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: -4px;
}
.popup_main {
    display: flex;
    flex-direction: column;
    padding: 35px;
    /* border-radius: 5px; */
    background-color: #fff;
    align-items: center;
}

.popuppincoderesponce p {
    background: #e9e9e9;
    padding: 7px;
    margin: 12px;
    text-align: center;
    width: 100%;
}
.wczp_empty, .wczp_invalid {
    display: none;
    font-size: 16px;
    margin-top: 10px;
}
span.wczp_empty, span.wczp_invalid {
    color: red;
    font-size: 16px;
    text-align: center;
    border: 1px solid;
    margin-top: 20px;
    padding: 8px;
}
.cpiw_loader {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 42px;
    height: 42px;
    border: 3px solid #ddd;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}
.cpiw_inner_avial_section {
    display: flex;
    flex-direction: row;
    padding: 7px;
    justify-content: space-between;
    align-items: center;
}

.cpiwc_maindiv_popup {
    width: 100%;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
    display: none; 
   /* border: 2px solid #989898dd;*/
}
.cpiwc_spinner {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-content: center;
    height: auto;
    width: 100%;
    text-align: center;
}
.cpiwc_spinner img {
    height: 50px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    align-content: center;
}
input.checkpincodebutton {
    width: 30%;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    min-width: 120px;
    min-height: 35px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
input.checkpincode {
    width: 100%;
    padding: 10px;
    display: block;
    background: #fff;
    width: 100%;
    border-width: 2px;  
    border-style: solid;
    border-color: #000;
    border-radius: 6px !important;
    box-shadow: none;
    outline: none;
    flex: 2 1 0%;
}
.woocommerce div.product form.cart .button{
    float: none !important;
}

@media only screen and (max-width: 768px) {
    .cpiw_inner_inner {
        flex-direction: column;
    }
    .inner {
        flex-direction: column;
    }
    .pincode_city_and_state{
        flex-direction: column;
    }
    .pincode_city_and_state p, .pincode_not_availabels p {
        font-size: 16px;
    }
    .popup_main {
        padding: 15px 10px 15px 10px;
    }
    input.cpiwinzipsubmit {
        padding: 14px 20px !important;
        min-width: 80px;
    }
    .cpiw_popup_check_div img {
        max-width: 40px;
    }
    .popuppincoderesponce {
        display: flex;
    }
    .cpiw-modal .modal-content {
        width: calc(100vw - 40px);
    }
}

.cpiw_inner p:empty {
    display: none !important;
}

.cpiw_main_inner p:empty {
    display: none !important;
}

.cpiw_main p:empty {
    display: none !important;
}

.pincode_not_availabel p {
    margin-right: 0px;
}
.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width: 768px){:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce table.shop_attributes tr,.woocommerce-page table.shop_attributes tr{display:block}.woocommerce table.shop_attributes tr td,.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr th{display:block;max-width:100%;width:auto;text-align:left;padding:.5em}.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr th{padding-bottom:.25em;border-bottom:0}.woocommerce table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr td{padding-top:.25em}.woocommerce table.shop_attributes tr td>:first-child,.woocommerce table.shop_attributes tr th>:first-child,.woocommerce-page table.shop_attributes tr td>:first-child,.woocommerce-page table.shop_attributes tr th>:first-child{padding-top:0;margin-top:0}.woocommerce table.shop_attributes tr td>:last-child,.woocommerce table.shop_attributes tr th>:last-child,.woocommerce-page table.shop_attributes tr td>:last-child,.woocommerce-page table.shop_attributes tr th>:last-child{padding-bottom:0;margin-bottom:0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{ font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal }@font-face{ font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal }.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .country_to_state--single{background:0 0;border:0;padding:0;appearance:none;background-image:none;font:inherit;font-weight:700;color:inherit;width:auto;pointer-events:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}:where(.woocommerce) .select2-container{width:100%}:where(.woocommerce) .select2-container .select2-selection--single{height:auto}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder{color:var(--wc-form-color-text,#444)}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}:where(.woocommerce) .select2-results__options{list-style:none;margin:0;padding:0}:where(.woocommerce) .select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid color-mix(in srgb,currentColor 20%,transparent);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-spacing:0;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{max-height:24px;vertical-align:middle;float:right;margin:0}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:24px;vertical-align:middle;float:right}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}form.has-custom-place-order-button #place_order{display:none!important}
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/wp-content/plugins/woo-variation-gallery/images/slick/ajax-loader.gif) 50% no-repeat}@font-face{ font-display:swap;font-family:slick;font-style:normal;font-weight:400;src:url(/wp-content/plugins/woo-variation-gallery/fonts/slick/slick.eot);src:url(/wp-content/plugins/woo-variation-gallery/fonts/slick/slick.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woo-variation-gallery/fonts/slick/slick.woff) format("woff"),url(/wp-content/plugins/woo-variation-gallery/fonts/slick/slick.ttf) format("truetype"),url(/wp-content/plugins/woo-variation-gallery/fonts/slick/slick.svg#slick) format("svg") }.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0px;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
:root{--wvg-thumbnail-item:1n;--wvg-thumbnail-item-gap:0;--wvg-gallery-margin:0}.woo-variation-gallery-theme-mesmerize *{min-height:0;min-width:0}.woo-variation-product-gallery{display:inline-block;float:left;margin-bottom:var(--wvg-gallery-margin);position:relative}.woo-variation-product-gallery .slick-vertical .slick-slide{border:0}.woo-variation-product-gallery.woo-variation-gallery-no-product-thumbnail .woo-variation-gallery-slider-wrapper{width:100%!important}.woo-variation-product-gallery.woo-variation-gallery-no-product-thumbnail .woo-variation-gallery-thumbnail-wrapper{display:none}.rtl .woo-variation-product-gallery{float:right}.woo-variation-gallery-wrapper{display:block;position:relative;z-index:0}.woo-variation-gallery-wrapper .woo-variation-gallery-container{-webkit-filter:none;filter:none;opacity:1;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;visibility:visible}.woo-variation-gallery-wrapper.loading-gallery:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" preserveAspectRatio="xMidYMid meet" x="1124" fill="gray"><g><path d="M10.998 22a.846.846 0 010-1.692 9.308 9.308 0 000-18.616 9.286 9.286 0 00-7.205 3.416.846.846 0 11-1.31-1.072A10.978 10.978 0 0110.998 0c6.075 0 11 4.925 11 11s-4.925 11-11 11z"/><animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 11 11" to="360 11 11" dur=".8s" calcMode="linear" repeatCount="indefinite"/></g></svg>');background-position:50%;background-repeat:no-repeat;background-size:50px 50px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container{opacity:0;visibility:hidden}.woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container.preload-style-blur{-webkit-filter:blur(5px);filter:blur(5px);opacity:.4;visibility:visible}.woo-variation-gallery-wrapper.loading-gallery .woo-variation-gallery-container.preload-style-gray{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.3;visibility:visible}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image{cursor:pointer;margin:0;opacity:.3}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.current-thumbnail,.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image:hover{opacity:1}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img{border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;margin:0!important;vertical-align:middle;width:100%}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div:after{background-color:transparent;color:#fff;content:"\f148";font-family:dashicons;font-size:30px;line-height:1;margin:0;padding:0;position:absolute;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div:before{background-color:#000;content:"";height:100%;left:0;margin:0;opacity:.2;padding:0;position:absolute;top:0;width:100%}.woo-variation-gallery-wrapper .woo-variation-gallery-slider{position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-slider:after,.woo-variation-gallery-wrapper .woo-variation-gallery-slider:before{content:" ";display:table}.woo-variation-gallery-wrapper .woo-variation-gallery-slider:after{clear:both}.woo-variation-gallery-wrapper .woo-variation-gallery-slider>.wvg-gallery-image:not(:first-child){display:none}.woo-variation-gallery-wrapper .woo-variation-gallery-slider img{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:auto;margin:0!important;max-width:100%;vertical-align:middle;width:100%}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider{position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider:after,.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider:before{content:" ";display:table}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider:after{clear:both}.woo-variation-gallery-wrapper .wvg-gallery-image{text-align:center}.woo-variation-gallery-wrapper .slick-current .wvg-gallery-image{display:block!important;position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper{margin:0;padding:0;position:relative}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper:after,.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper:before{content:" ";display:table}.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-wrapper:after{clear:both}.woo-variation-gallery-wrapper .woo-variation-gallery-trigger{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#fff;border-radius:100%;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:2em;height:36px;justify-content:center;position:absolute;right:.5em;text-decoration:none;top:.5em;width:36px;z-index:999}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-left .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-right .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-left .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-right .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-right-bottom .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-bottom-left .woo-variation-gallery-thumbnail-slider{margin-right:var(--wvg-thumbnail-item-gap)}}@media only screen and (min-width:767px){.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}}@media only screen and (max-width:767px){.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));height:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-bottom:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{margin-bottom:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-bottom:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-top:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:calc(var(--wvg-thumbnail-item-gap)/2) 0;overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper{width:80%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:20%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:30px;width:100%}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{top:0}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-container .wvg-thumbnail-next-arrow{bottom:0;top:auto}.woo-variation-gallery-thumbnail-position-bottom-right .woo-variation-gallery-thumbnail-slider{margin-left:var(--wvg-thumbnail-item-gap)}}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*1);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/2)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(2n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*2);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/3)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(3n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*3);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/4)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(4n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*4);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/5)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(5n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*5);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/6)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(6n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*6);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/7)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(7n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div{--thumb-wrapper-width:100%;--total-margin:calc(var(--wvg-thumbnail-item-gap)*7);--thumb-wrapper-margin-remove:calc(var(--thumb-wrapper-width) - var(--total-margin));width:calc(var(--thumb-wrapper-margin-remove)/8)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(8n){margin-right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-2:not(.slick-initialized)>div:nth-child(n+3),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-3:not(.slick-initialized)>div:nth-child(n+4),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-4:not(.slick-initialized)>div:nth-child(n+5),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-5:not(.slick-initialized)>div:nth-child(n+6),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-6:not(.slick-initialized)>div:nth-child(n+7),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-7:not(.slick-initialized)>div:nth-child(n+8),.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-columns-8:not(.slick-initialized)>div:nth-child(n+9){display:none}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized){clear:both;display:block}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)>div{display:inline-block;float:left;margin-right:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized{margin-left:calc(var(--wvg-thumbnail-item-gap)*-1/2);margin-right:calc(var(--wvg-thumbnail-item-gap)*-1/2)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .wvg-gallery-thumbnail-image{display:block!important}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:0 calc(var(--wvg-thumbnail-item-gap)/2);overflow:hidden}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-center.wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current .wvg-gallery-thumbnail-image,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide.slick-current.wvg-gallery-thumbnail-image{opacity:1}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{width:100%}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{height:100%;width:30px}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow:before{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow{left:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .wvg-thumbnail-next-arrow{left:auto;right:0}.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-thumbnail-slider{margin-top:var(--wvg-thumbnail-item-gap)}.woo-variation-gallery-trigger-position-top-right{right:.5em}.woo-variation-gallery-trigger-position-top-left{left:.5em;right:auto}.woo-variation-gallery-trigger-position-bottom-right{bottom:.5em;top:auto!important}.woo-variation-gallery-trigger-position-bottom-left{bottom:.5em;left:.5em;right:auto;top:auto!important}.rtl .woo-variation-gallery-trigger-position-top-right{left:.5em;right:auto}.rtl .woo-variation-gallery-trigger-position-top-left{right:.5em}.rtl .woo-variation-gallery-trigger-position-bottom-right{bottom:.5em;top:auto!important}.rtl .woo-variation-gallery-trigger-position-bottom-left{bottom:.5em;left:.5em;right:auto;top:auto!important}.woo-variation-gallery-slider-wrapper,.woo-variation-gallery-thumbnail-wrapper{overflow:hidden}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{background:rgba(0,0,0,.5);cursor:pointer;font-size:16px;height:40px;line-height:40px;margin-top:-20px;opacity:.5;position:absolute;text-align:center;top:50%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:40px;z-index:1}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before,.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before{color:#fff}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover,.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover{background:rgba(0,0,0,.9);opacity:1}.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{left:-40px}.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow{right:-40px}.woo-variation-gallery-slider-wrapper:hover .wvg-slider-prev-arrow{left:0}.woo-variation-gallery-slider-wrapper:hover .wvg-slider-next-arrow{right:0}.woo-variation-gallery-thumbnail-slider{-webkit-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.5);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:100%;justify-content:center;opacity:0;position:absolute;text-align:center;top:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:30px;z-index:1}.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before,.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before{color:#fff}.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover,.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover{background:rgba(0,0,0,.9)}.woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-next-arrow,.woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-prev-arrow{opacity:1;visibility:visible}.wvg-single-gallery-iframe-container,.wvg-single-gallery-video-container{--_video_ratio:1/1;background-color:#000;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;overflow:hidden;position:relative;z-index:0}.wvg-single-gallery-iframe-container embed,.wvg-single-gallery-iframe-container iframe,.wvg-single-gallery-iframe-container object,.wvg-single-gallery-iframe-container video,.wvg-single-gallery-video-container embed,.wvg-single-gallery-video-container iframe,.wvg-single-gallery-video-container object,.wvg-single-gallery-video-container video{aspect-ratio:var(--_video_ratio);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top;position:relative;width:100%}.pswp{z-index:9999}.pswp__button{z-index:999}.pswp .pswp__button--arrow--left:before,.pswp .pswp__button--arrow--right:before{background-color:#000!important}

:root {--wvg-thumbnail-item: 4;--wvg-thumbnail-item-gap: 0px;--wvg-single-image-size: 600px;--wvg-gallery-width: 100%;--wvg-gallery-margin: 30px;}/* Default Width */.woo-variation-product-gallery {max-width: 100% !important;width: 100%;}/* Medium Devices, Desktops *//* Small Devices, Tablets */@media only screen and (max-width: 768px) {.woo-variation-product-gallery {width: 720px;max-width: 100% !important;}}/* Extra Small Devices, Phones */@media only screen and (max-width: 480px) {.woo-variation-product-gallery {width: 320px;max-width: 100% !important;}}
/*# sourceURL=woo-variation-gallery-inline-css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face{ font-display:swap;
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/top-store/third-party/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/wp-content/themes/top-store/third-party/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/wp-content/themes/top-store/third-party/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/wp-content/themes/top-store/third-party/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/wp-content/themes/top-store/third-party/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/wp-content/themes/top-store/third-party/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
 }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*@font-face{ 
  font-family: 'th-icon';
  src:  url('/wp-content/themes/top-store/third-party/fonts/th-icon/fonts/th-icon.eot?stlo25');
  src:  url('/wp-content/themes/top-store/third-party/fonts/th-icon/fonts/th-icon.eot?stlo25#iefix') format('embedded-opentype'),
    url('/wp-content/themes/top-store/third-party/fonts/th-icon/fonts/th-icon.ttf?stlo25') format('truetype'),
    url('/wp-content/themes/top-store/third-party/fonts/th-icon/fonts/th-icon.woff?stlo25') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
 }*/

.th-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'th-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.th-icon-th-col:before {
  content: "\f00a";
}
.th-icon-th-list:before {
  content: "\f00b";
}
.th-icon-home1:before {
  content: "\f015";
}
.th-icon-download:before {
  content: "\f019";
}
.th-icon-calendar:before {
  content: "\f073";
}
.th-icon-twitter:before {
  content: "\f099";
}
.th-icon-facebook:before {
  content: "\f09a";
}
.th-icon-linkedin:before {
  content: "\f0e1";
}
.th-icon-comment-o:before {
  content: "\f0e5";
}
.th-icon-comments-o:before {
  content: "\f0e6";
}
.th-icon-angle-double-left:before {
  content: "\f100";
}
.th-icon-angle-double-right:before {
  content: "\f101";
}
.th-icon-angle-double-up:before {
  content: "\f102";
}
.th-icon-angle-double-down:before {
  content: "\f103";
}
.th-icon-angle-left:before {
  content: "\f104";
}
.th-icon-angle-right:before {
  content: "\f105";
}
.th-icon-angle-up:before {
  content: "\f106";
}
.th-icon-angle-down:before {
  content: "\f107";
}
.th-icon-youtube-play:before {
  content: "\f16a";
}
.th-icon-instagram:before {
  content: "\f16d";
}
.th-icon-tumblr:before {
  content: "\f173";
}
.th-icon-dribbble:before {
  content: "\f17d";
}
.th-icon-skype:before {
  content: "\f17e";
}
.th-icon-stumbleupon:before {
  content: "\f1a4";
}
.th-icon-pinterest-p:before {
  content: "\f231";
}
.th-icon-whatsapp:before {
  content: "\f232";
}
.th-icon-opencart:before {
  content: "\f23d";
}
.th-icon-vimeo:before {
  content: "\f27d";
}
.th-icon-vector-search:before {
  content: "\e92f";
}
.th-icon-home:before {
  content: "\e91a";
}
.th-icon-quickview:before {
  content: "\e91b";
}
.th-icon-user:before {
  content: "\e91c";
}
.th-icon-heartline:before {
  content: "\e91d";
}
.th-icon-Interface-Icons-14:before {
  content: "\e91e";
}
.th-icon-delete:before {
  content: "\e91f";
}
.th-icon-lock1:before {
  content: "\e920";
}
.th-icon-lock2:before {
  content: "\e921";
}
.th-icon-call:before {
  content: "\e922";
}
.th-icon-Photography-Icons-06:before {
  content: "\e923";
}
.th-icon-Shopping-Bag-Cart-Icons-01:before {
  content: "\e924";
}
.th-icon-Shopping-Bag-Cart-Icons-11:before {
  content: "\e925";
}
.th-icon-Shopping-Bag-Cart-Icons-23:before {
  content: "\e926";
}
.th-icon-Shopping_icons-01:before {
  content: "\e927";
}
.th-icon-Shopping_icons-11:before {
  content: "\e928";
}
.th-icon-Shopping_icons-16:before {
  content: "\e929";
}
.th-icon-TextEditor-Icons-01:before {
  content: "\e92a";
}
.th-icon-TextEditor-Icons-02:before {
  content: "\e92b";
}
.th-icon-search1:before {
  content: "\e930";
}
.th-icon-clear:before {
  content: "\e900";
}
.th-icon-format_align_justify:before {
  content: "\e901";
}
.th-icon-format_align_left:before {
  content: "\e902";
}
.th-icon-keyboard_arrow_left:before {
  content: "\e903";
}
.th-icon-keyboard_arrow_right:before {
  content: "\e904";
}
.th-icon-local_grocery_store:before {
  content: "\e905";
}
.th-icon-arrow_forward:before {
  content: "\e906";
}
.th-icon-check:before {
  content: "\e907";
}
.th-icon-cached:before {
  content: "\e908";
}
.th-icon-favorite:before {
  content: "\e909";
}
.th-icon-favorite_outline:before {
  content: "\e90a";
}
.th-icon-arrow-left:before {
  content: "\e90b";
}
.th-icon-arrow-right:before {
  content: "\e90c";
}
.th-icon-check1:before {
  content: "\e90d";
}
.th-icon-chevron-left:before {
  content: "\e90e";
}
.th-icon-chevron-right:before {
  content: "\e90f";
}
.th-icon-eye:before {
  content: "\e910";
}
.th-icon-headphones:before {
  content: "\e911";
}
.th-icon-heart1:before {
  content: "\e912";
}
.th-icon-lock:before {
  content: "\e913";
}
.th-icon-phone:before {
  content: "\e914";
}
.th-icon-refresh-ccw:before {
  content: "\e915";
}
.th-icon-refresh-cw:before {
  content: "\e916";
}
.th-icon-repeat:before {
  content: "\e917";
}
.th-icon-search:before {
  content: "\e918";
}
.th-icon-shopping-cart:before {
  content: "\e919";
}
.th-icon-heart2:before {
  content: "\e92c";
}
.th-icon-cart:before {
  content: "\e92d";
}
.th-icon-refresh:before {
  content: "\e92e";
}
.th-icon-heart:before {
  content: "\e9da";
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* --------------------------------------
/* Responsive Menu style
----------------------------------------*/
.main-header #top-store-above-menu,.below-header #top-store-above-menu{
   display:none;
}
.top-store-menu,.top-store-menu li{
    list-style: none;
    margin: 0;
    padding: 0;      
}

.top-store-menu > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
   display: inline-block;
}
.top-store-menu li a:hover,
.top-store-menu .current-menu-item a{
    color:#ff0052;
}
.top-store-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    font-size:14px;
    font-family: "Lato-Regular", sans-serif;
    padding: 12px 20px 12px 0px;
    color: #777;
}
 #top-store-above-menu.top-store-menu > li > a{
font-size: 13px;
font-family: "Lato-Regular", sans-serif;
}
.top-store-menu li a i {
    padding-right: 5px;
    font-size: 16px;
    text-shadow: none;
}
.top-store-menu li ul.sub-menu li a i {
    padding-right: 10px;
}
.top-store-menu li.on-section a {
    color:#111;
}
.top-store-menu li ul.sub-menu li a:hover{
 background:#eee;
}
.top-store-menu li .menu-active {
    position: relative;
}
.top-store-menu > li > a > .arrow:before {  
    margin-left:5px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    width: 10px;
}
.top-store-menu li ul.sub-menu li > a > .arrow:before {
    content: "\f105";
}
.top-store-menu  ul.sub-menu,
.top-store-menu .page_item_has_children .children{
position: absolute;
box-shadow: 0 4px 10px 0 rgba(3,3,3,.1);
list-style: none;
margin-bottom: 0;
line-height: 18px;
text-align: left;
min-width: 166px;
opacity: 0;
visibility: hidden;
z-index: 99;
background-color: #fff;
    margin: 0;
    -webkit-transition: -webkit-transform .3s ease,opacity .3s ease,visibility .3s ease;
    transition: transform .3s ease,opacity .3s ease,visibility .3s ease;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);

}
.top-store-menu ul.sub-menu.slide,
.top-store-menu .page_item_has_children:hover .children {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.top-store-menu li ul.sub-menu > li {
    width: 185px;
}
.top-store-menu li ul.sub-menu li a,
.top-store-menu .children li a {
    display: block;
    height: auto;
    min-height: 0 !important;
    line-height: 1.8;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: normal;
    background: none;
}
.top-store-menu > li > ul.sub-menu > li,
.top-store-menu li.page_item_has_children {
    position: relative;
    line-height: initial;
}
.top-store-menu > li > ul.sub-menu li > a > .arrow:before,
.top-store-menu li.page_item_has_children:before {
    float: right;
    margin-right: 0px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    text-shadow: none;
}
 .top-store-menu li.page_item_has_children:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "\f107";
 }
.top-store-menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    list-style: none;
    margin: 0;
}
.top-store-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    list-style: none;
}
/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
    display: none;
    width: 100%;
}
.menu-toggle h3,.bar-menu-toggle h3 {
    float: left;
    color: #FFF;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}
.menu-toggle .icon-bar{
    display: block !important;
    width: 22px;
    height: 1px;
    background-color:#090909;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin:5px;
}
.menu-toggle .menu-btn{
    float: right;
    background: transparent;
}

.top-store-menu .hide-menu {
    display: none;
}
.menu-close-btn:hover{
    cursor:pointer;
}
.menu-toggle .menu-btn:focus,.bar-menu-toggle .menu-btn:focus{
outline:0;
}

/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
    width: 250px;
}
ul[data-menu-style="accordion"] > li {    
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: none !important;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
    width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
    float: right;
    content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > a i {
    padding-right: 10px;
    color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
    position: static;
}
ul[data-menu-style="accordion"] > li {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
    content: "\f107" !important;
}
body{
transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    left: 0;
}
/****************************/
/*end hamburger menu*/
/****************************/
@media screen and (max-width: 1024px){
    .top-store-menu li,
    .top-store-menu a{
        position: relative;
    }
    .top-store-menu li ul.sub-menu li > a > .arrow:before{
        content: "\f107";
    }
.overcenter .top-store-menu{
text-align: center;
}
.main-header #top-store-above-menu,.below-header #top-store-above-menu{
   display:block;
}
.abv-two .top-header-col1 .menu-toggle .menu-btn{
float:none;
}   
.mhdfull .top-header .menu-toggle,
.mhdfull .bottom-header .menu-toggle{
display:block!important;
}
.sticky-mobile-menu-active .left,
.mobile-menu-active .sider.top-store-menu-hide.left,
.mobile-bottom-menu-active .sider.top-store-menu-hide.left{
left: -300px;
right: auto;
transition: left 0.3s ease;
}
.sticky-mobile-menu-active .right,
.mobile-menu-active .sider.top-store-menu-hide.right,
.mobile-bottom-menu-active .sider.top-store-menu-hide.right{
left: auto;
right:-300px;
transition: right 0.3s ease;
}
.mobile-menu-active .top-store-menu .searchfrom #searchform{
display:block;
position: relative;
}
.mobile-menu-active .top-store-menu  .searchfrom .search-btn{
display:none;
}
.mobile-menu-active li.menu-item.zta-custom-item{
padding:18px 0px;
    border: none;
}
.mobile-menu-active .top-store-menu .searchfrom{
float:left;
}
.main-header .menu-custom-search .content-social ul.social-icon li{

display: -webkit-inline-box;
}

.main-header .menu-custom-search .content-social ul.social-icon{
    margin: 0;
    display: block;
}
.demo{
		width:96%;
		padding:2%;
    }
    ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
    ul[data-menu-style="vertical"] li ul.sub-menu {
        width: 100% !important;
    } 
    .top-store-menu {
        float: left;
        width:100%;
    }
    .top-store-menu > li {
        position:relative;
       float: none;
    }       
    .top-store-menu > li > a i {
        padding-right: 10px;
        color: #FF5737;
    }
    .top-store-menu > li > a > .arrow:before {
        float: right;
        content: "\f107";
    }
.sider.left .top-store-menu > li, .sider.right .top-store-menu > li {
    float: none;
}
.top-store-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 10px 40px 10px 0px!important;
    text-decoration: none;
    font-weight: normal;
    background: none;
}
    li.menu-active > a > .arrow:before {
        content: "\f106";
    }
    .top-store-menu li ul.sub-menu > li {
        width: 100%;
    }
    .top-store-menu li ul.sub-menu li ul.sub-menu li a{
        padding-left: 30px;
    }  
    .top-store-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a  {
        padding-left: 50px;
    }  
    .top-store-menu > li > ul.sub-menu {
        position: static;
    }
    .top-store-menu > li > ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .top-store-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static;
    }
    .top-store-menu li ul.sub-menu li.menu-active > a > .arrow:before {
        content: "\f106";
    }
  .top-store-menu > li > a,.top-header-bar .top-store-menu > li > a, 
    .bottom-header-bar .top-store-menu > li > a {
    padding: 10px 40px 10px 0px!important;
   }   
.top-header-bar.abv-two .top-header-col1 .menu-toggle .menu-btn,
.top-header-bar.abv-three .top-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-two .bottom-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-three .bottom-header-col1 .menu-toggle .menu-btn{
float:left;
}
/*menu-advance-style*/
.logged-in.admin-bar .sider{
top:0;
}
.sider.left {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999999;
    width: 280px;
    padding: 2em 1.5em;
    max-width: 100%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.sider.left {
    left:-100%;
}
.sider.left .top-store-menu > li,
.sider.right .top-store-menu > li {
    float: none;
    line-height: initial;
    width: 100%;
    text-align: left;
}
.mobile-menu-active .sider::-webkit-scrollbar,.sider.overcenter ul#top-store-menu::-webkit-scrollbar {
    width: 5px;
}
.mobile-menu-active .sider.left,
.sticky-mobile-menu-active .sider.left,
.mobile-bottom-menu-active .sider.left{
    left:0px;
}
body{
transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    left: 0;
}
/*right-menu*/
.sider.right {
    display: block;
    position: fixed;
    top: 0;
        height: 100vh;
    z-index: 999999;
    width: 280px;
    padding: 3em 1.5em;
    max-width: 100%;
    border-right: 1px solid rgba(0,0,0,.1);
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
       -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.sider.right {
    right:-100%;
    left: auto;
}
.mobile-menu-active .sider.right,
.sticky-mobile-menu-active .sider.right,
.mobile-bottom-menu-active .sider.right {
    left:auto;
    right:0;
    transition: right 0.3s ease;
}
 /*center over menu*/
.sticky-mobile-menu-active .overcenter,
.mobile-menu-active .sider.top-store-menu-hide.overcenter,
.mobile-bottom-menu-active .sider.top-store-menu-hide.overcenter{
display:none;
}
 .mobile-menu-active .sider.overcenter,
 .sticky-mobile-menu-active .sider.overcenter,
 .mobile-bottom-menu-active .sider.overcenter{
  position:fixed;
  left:0px;
  right:0;
  top:0;
  bottom:0;
  margin:0 auto;
  height: 100vh;
background: rgba(16,18,19,.95);
  display:block;
  z-index: 9999;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        -webkit-animation: bodyfadeIn .3s;
    -moz-animation: bodyfadeIn .3s;
    -ms-animation: bodyfadeIn .3s;
    -o-animation: bodyfadeIn .3s;
    animation: bodyfadeIn .3s;
}
.mobile-menu-active .sider.overcenter,
.sticky-mobile-menu-active .sider.overcenter{
    padding: 90px 0 90px 0px!important;
}
.mobile-menu-active .sider.overcenter .top-store-menu,
.sticky-mobile-menu-active .sider.overcenter .top-store-menu,
 .mobile-bottom-menu-active .sider.overcenter .top-store-menu{
  float: none;
  max-width: 800px;
    margin: 0 auto;
  margin:auto;
}
.mobile-bottom-menu-active .sider.overcenter .menu-close-btn{
  margin-top:40px;
  margin-left:40px;
}
.sider.overcenter{
   -webkit-animation: bodyfadeIn .3s;
    -moz-animation: bodyfadeIn .3s;
    -ms-animation: bodyfadeIn .3s;
    -o-animation: bodyfadeIn .3s;
    animation: bodyfadeIn .3s;  
}
.overcenter{
  display:none;  
}
 /*close button css*/
 .menu-close-btn {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.left .menu-close,.right .menu-close{
background:#111;
}
.menu-close a:hover{
color:#fff;
}
.menu-close-btn{
    margin: 10px;
    width: 14px;
    display: block;
    text-decoration: none;
    top: .75em;
    right: 1em;
    min-width: 1em;
    min-height: 1em;
    transform-origin: center;
    transition: all .3s linear;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
    font-size: 20px;
    color:#fff;
}
.menu-close-btn:before {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    
}
.menu-close-btn:before,.menu-close-btn:after{
    content: '';
    display: block;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.menu-close-btn:after{
-webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.menu-close-btn:hover{
-webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
/*left pan*/
.mhdrleftpan .sider{
left:0;
position: inherit;
}
header.mhdrleftpan .container,
header.mhdrrightpan .container{
    width:100%;
    max-width: 100%;
    padding:0;
    margin:0;
}
.mhdrleft .top-store-menu {
    padding-left:0!important;
}
.mhdrleftpan .sider .hide-menu,.mhdrrightpan .sider .hide-menu{
display:block;
}
.mhdrleftpan .menu-toggle,
.mhdrrightpan .menu-toggle{
display:none!important;
}
.mhdrleftpan .sider .menu-close-btn,
.mhdrrightpan .sider .menu-close-btn{
display:none;
}
.mhdrleftpan .sider.left,
.mhdrleftpan .sider.right,
.mhdrrightpan .sider.left,
.mhdrrightpan .sider.right{
width: 100%;
max-width: 100%;
padding-bottom:0;
    height: auto;
}
.mhdrleftpan .sider.overcenter,
.mhdrrightpan .sider.overcenter{
    display: block;
}
body.mobile-pan-active{overflow-x: hidden;}
/*right pan*/
.mhdrrightpan .sider{
right:0;
left:auto;
position: inherit;
}
.mhdrright .top-store-menu {
    padding-right:0!important;
}
.mhdrrightpan .container{
    width:100%;
    max-width: 100%;
    padding:0;
    margin:0;
}
.menu-toggle .menu-btn{
display:flex;
}
.menu-toggle .menu-btn span{
    color:#090909;
    align-self: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
        margin-left: 8px;
}
.menu-toggle .menu-btn .icon-text{
    display: none;
}
.menu-toggle .menu-btn .text span,.bar-menu-toggle .menu-btn .text span{
margin-left:5px;
}
.top-store-menu.collapse span.arrow{
 position: absolute;
    right: 20px;
    height: 20px;
    width: 40px;
    line-height: 20px;
        top: 7px;
}
.top-store-menu.collapse li a .arrow:before{
margin-right: 12px;
font-size: 13px;
}
.top-store-menu.collapse > li > ul.sub-menu li > a > .arrow:before{
    margin-right: 10px;
    font-size: 12px;

}
.sider .sider-inner ul#top-store-menu,.top-store-menu li ul.sub-menu{
    background:transparent;
}
.sider  .sider-inner ul#top-store-menu.top-store-menu > li > a:hover{
   background:transparent;
}
.right .menu-close{
    width: 40px;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
}
.left .menu-close{
    width: 40px;
    height: 40px;
    top: 0;
    position: absolute;
    right: 0;
}
.main-header .sider-inner ul.top-store-menu li ul.sub-menu,.sider-inner #top-store-above-menu.top-store-menu > li > a:hover,
.sider-inner #top-store-above-menu.top-store-menu li ul.sub-menu,.sider-inner #top-store-above-menu.top-store-menu li ul.sub-menu li a:hover,
.sider-inner #top-store-above-menu.top-store-menu li ul.sub-menu li:hover,.main-header .main-header-container nav{
    background:transparent!important;
}
.two .main-header-col2 {
    order: 3;
    flex: none!important;
  }
/********************
Overcenter Mobile Menu 
*************************/
.sider.overcenter .sider-inner .top-store-menu li{
width:100%!important;
}
.sider.overcenter .sider-inner ul.top-store-menu li a{
font-size:20px;
color:#fff;
font-family: 'Lato-Bold';
line-height: initial;
padding: 10px 0px 10px 0px!important;

}
.sider.overcenter .top-store-menu ul.sub-menu{
opacity: inherit;
display:none;
float: none;
text-align: center;
-webkit-transform: inherit;
transform: inherit;
transition: inherit;
}
.sider.overcenter .sider-inner ul.top-store-menu li a:hover {
 background:none;
color:#ff0052;
}
.sider.overcenter .top-store-menu.collapse span.arrow{
    right:auto;
    position: absolute;
    height: 30px;
    width: 40px;
    line-height: 30px;
        top: auto;
}
.sider.overcenter .top-store-menu.collapse li a .arrow:before{
    line-height:30px;
}
.overcenter .menu-close .menu-close-btn{
    position: absolute;

}
.overcenter .menu-close-btn{
    min-width:1.5em;
    min-height:1.5em;
top:2.5em;
}
.overcenter .menu-close-btn:before, .overcenter .menu-close-btn:after{
border-top:2px solid;
}
/*Left and right pan*/
.left .menu-item-has-children ul,.right .menu-item-has-children ul{
display:none;
}
.top-store-menu li ul.sub-menu li a:hover{
    background:none;
}
.top-store-menu ul.sub-menu{
 opacity: inherit;
display:none;
float: none;
-webkit-transform: inherit;
transform: inherit;
transition: inherit;   
}
.top-store-menu ul.sub-menu.slide{
   -webkit-transform: inherit;
transform: inherit;
transition: inherit; 
}
/*mobile menu wrapper*/
.top-store-mobile-menu-wrapper {
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 1001;
}
.mobile-menu-active .top-store-mobile-menu-wrapper,
.sticky-mobile-menu-active .top-store-mobile-menu-wrapper {
    visibility: visible;
    opacity: 1;
}
@-webkit-keyframes bodyfadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
}
         
         @keyframes bodyfadeIn{
            0% {opacity: 0;}
            100% {opacity: 1;}
 }



}
@media screen and (max-width: 768px){
/*mobile pan style*/
.header-pan-icon{
    display: block;
}
.mhdrleftpan .header-pan-icon span{
    position: fixed;
    top: 10%;
    left: 0;
    background-color: #008ec2;
    color: #fff;
    font-size: 1.2em;
    width:30px;
    height:50px;
    line-height:50px;
    text-align: center;
    z-index: 10000;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
.mhdrrightpan .header-pan-icon span{
left:auto;
right:0;
position: fixed;
    top: 10%;
    background-color: #008ec2;
    color: #fff;
    font-size: 1.2em;
    width:30px;
    height:50px;
    line-height:50px;
    text-align: center;
    z-index: 10000;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.mobile-pan-active .mhdrleftpan .header-pan-icon span {
    left: 270px;
}
.mobile-pan-active .mhdrrightpan .header-pan-icon span {
    left: auto;
    right:270px;
}
.mhdrleftpan #page.open-site{
margin-left:auto!important;
}
.mhdrrightpan #page.open-site{
margin-right:auto!important;
}
 header.mhdrleftpan{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
header.mhdrrightpan{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.mobile-pan-active header.mhdrleftpan{
left: 0px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
.mobile-pan-active header.mhdrrightpan{
right: 0px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.mhdrleftpan #page.open-site {
left:0px!important;
-webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
.mhdrrightpan #page.open-site {
right:0px!important;
-webkit-transition:  right .2s ease-in-out;
    -moz-transition:  right .2s ease-in-out;
    transition:  right .2s ease-in-out;
}
.mobile-pan-active.mhdrleftpan #page.open-site {
left:270px!important;
-webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
.mobile-pan-active.mhdrrightpan #page.open-site {
right:270px!important;
-webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.open-site .mhdrleftpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mobile-pan-active .open-site .mhdrleftpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.open-site .mhdrrightpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.mobile-pan-active .open-site .mhdrrightpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mhdrleftpan .site-content #primary,
.mhdrrightpan .site-content #primary {
    margin: 0px;
}
 header.mhdrleftpan .open-cart{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
header.mhdrrightpan .open-cart{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.cart-pan-active header.mhdrleftpan .open-cart{
left: 0px!important;
right:auto;
}
.cart-pan-active header.mhdrrightpan .open-cart{
right: 0px!important;
left: auto;
}
}
@media screen and (max-width:544px) {
/*inline menu*/
.inline .open-logo img{
height:auto;
 }
.inline .two .main-header-container {
    flex-wrap: nowrap;
}
 .mhdrcenter.inline .two .main-header-container {
    flex-wrap: wrap;
}
.stack .two .main-header-col1,
.stack .two .main-header-col2{
justify-content: center;
text-align:center;
width:100%;
}
.stack .top-store-menu .menu-custom-search{
text-align:left;    
}
.main-header.mhdrright.stack .two .main-header-col1{
text-align:center;
}
.main-header.mhdrright .two .main-header-col2{
justify-content: center;
}
}

.mobile-menu-active .top-store-menu ul.sub-menu,
.sticky-mobile-menu-active .top-store-menu ul.sub-menu{
box-shadow:none;
}
/************************/
/*menu description style*/
/************************/
#top-store-above-menu .menu-item-description,
#top-store-footer-menu  .menu-item-description{
display:none;
}
nav .menu-item-description{
    position: absolute;
    top: -3px;
    left: calc(100% - 25px);
    background-color:#111;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 10px;
    color: #fff;
}
nav .menu-item-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    left: 3px;
    bottom: -4px;
}
/*red*/
.top-store-menu > li:nth-child(4n+1) .menu-item-description{
background:rgb(233, 102, 86);
}
.top-store-menu > li:nth-child(4n+1) .menu-item-description:after{
border-top: 4px solid rgb(233, 102, 86);
}
/*yellow*/
.top-store-menu > li:nth-child(4n-2) .menu-item-description{
background:rgb(243, 200, 36);
}
.top-store-menu > li:nth-child(4n+2) .menu-item-description:after{
border-top: 4px solid rgb(243, 200, 36);
}
/*green*/
.top-store-menu > li:nth-child(4n-1) .menu-item-description{
background:rgb(52, 210, 147);
}
.top-store-menu > li:nth-child(4n-1) .menu-item-description:after{
border-top: 4px solid rgb(52, 210, 147);
}
/*blue*/
.top-store-menu > li:nth-child(4n) .menu-item-description{
background:rgb(58, 176, 226);
}
.top-store-menu > li:nth-child(4n) .menu-item-description:after{
border-top: 4px solid rgb(58, 176, 226);
}
.mobile-menu-active nav .menu-item-description,
.sticky-mobile-menu-active nav .menu-item-description,
.pan-content nav .menu-item-description{
    position: relative;
    top: 0;
    left: auto;
    background-color: #111;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}/*
Theme Name: Top Store
Theme URI: https://themehunk.com/product/top-store/
Author: ThemeHunk
Author URI: https://www.themehunk.com
Description: Top Store is a sleek, powerful, and fully responsive WooCommerce WordPress theme crafted to help you build stunning online stores with ease. Designed for speed and flexibility, Top Store offers seamless integration with WooCommerce and popular page builders like Elementor, Gutenberg, and Beaver Builder, enabling you to create a professional eCommerce website without any coding.Built with SEO best practices, Top Store ensures your products rank higher on search engines and attract more customers. The theme features customizable layouts, multiple homepage designs, advanced product filters, and AJAX-powered shopping cart for a smooth user experience without page reloads. Whether you're selling electronics, fashion, accessories, cosmetics, home décor, or any niche products, Top Store adapts perfectly with retina-ready design and mobile-first responsiveness to showcase your products beautifully on all devices. Top Store also supports essential WooCommerce extensions like Product Compare, Wishlist, and Quick View, making it easier for customers to browse and shop. With translation-ready and RTL support, it's ideal for reaching global audiences. Check Out live Demo – https://wpthemes.themehunk.com/topstore/
Version: 1.7.1
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: top-store
Tags: wide-blocks, block-patterns, block-styles, editor-style, e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-image-header, featured-images, custom-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

  @package top-store
*/       
@font-face{ font-display:swap;
  font-family: 'Lato-Bold';
  src: url('/wp-content/themes/top-store/third-party/fonts/site-font/Lato-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
 }
@font-face{ font-display:swap;
  font-family: 'Lato-Regular';
  src: url('/wp-content/themes/top-store/third-party/fonts/site-font/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
 }
/***********************/
/*structure style*/
/***********************/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-family: sans-serif;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
article,
aside,
footer,
header,
nav,
section{
  display: block;
  clear:both;
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Lato-Bold", sans-serif;
    letter-spacing: 1px;
    
}
h1 {
  font-size: 24px;
  line-height:38px;
 }
h2 {
  font-size: 22px;
  line-height:35px;
 }
h3 {
  font-size: 20px;
  line-height:32px;
 }
h4 {
  font-size: 18px;
  line-height:29px;
}
h5 {
  font-size: 17px;
  line-height:27px;
 }
 h6 {
  font-size: 16px;
  line-height:25px;
}
a {
    
    text-decoration: none!important;
    cursor: pointer;
}
figcaption,
main {
  display: block;
    max-width: 100%;
}
figure {
margin: 1em 0;
}
embed, iframe, object, video {
   margin-bottom: 1.5em;
   max-width: 100%;
   vertical-align: middle;
}
iframe{
width:100%;

}
hr{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-size: 1em;
}
a:focus, button:focus ,
span:focus,.search-close-btn:focus,
#search-button:focus,#product_cat:focus,
input:focus,input[type="submit"]:focus,
.menu-toggle .menu-btn:focus,#search-button:focus{
    outline: thin dotted;
    text-decoration:none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover,a:visited { outline: none; }
a, a:hover, button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
b,strong {
  font-weight: inherit;
}
code,
kbd,
samp {
  font-family:Lato-Regular, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #111;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
    border-style: none;
    max-width: 100%;
        height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button{
  border:0;
}
button:hover{
  cursor: pointer;
}
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}
.page-links {
    clear: both;
    padding: 15px 0px;
    width: 100%;
}
textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 8px;
    text-align: left;
    border-width: 0 1px 1px 0;
}

th,th a,dt,b, strong{
    font-family: 'Lato-Bold',sans-serif;
}
table, td, th {
    border: 1px solid rgba(0,0,0,.1);
}
.top-store-light a{
 color: #666;
}
.top-store-light a:hover{
 color:#ff0052;
}
dd {
    margin: 0 1.5em 1.5em;
}
ul {
    list-style: disc;
}

ol, ul {
    margin: 0 0 1.5em 3em;
}
.top-store-light address {
    margin: 0 0 1.5em;
}

.top-store-light blockquote {
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 15px;
    font-size: 15px;
    font-style: italic;
    margin: 0 0 1.5em;
   line-height: inherit;
    position: relative;
}
.top-store-light blockquote, .top-store-light q {
    quotes: "" "";
}
.top-store-light pre {
    background: #eee;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1.6em;
}
.top-store-light code, .top-store-light kbd, .top-store-light pre, .top-store-light samp {
    font-size: 1em;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.top-store-light{
    color:#666;
    background: #f7f7f7;
    font-style: normal;
    font-size: 13px;
    line-height:21px;
    letter-spacing:0.7px;
    margin: 0;
    padding: 0;
    font-family:"Lato-Regular", sans-serif;
    font-weight: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    text-rendering: optimizeLegibility; 
    -moz-font-feature-settings: "liga" on; 
}
.entry-content form.post-password-form input[type="password"]{
    width:250px;
}

.entry-content form.post-password-form input[type="submit"]{
    background: #ff0052;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: 36px;
    margin-right: 15px;
    text-align: center;
    padding: 0 10px;
    min-width: 110px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget_block article,.single .widget_block article{
  padding:0
  }
  .widget_block ol{
  margin-top:0;
  }
  
  .widget_block .wp-block-heading,
  .top-store-widget-content .widget-title{
  margin-bottom:0.5rem;
  }
/* WordPress Gallery 
------------------------------------------ */

.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.gallery-caption {}
.bypostauthor{}
/*************/
/*Pre-loader*/
/*************/
.top_store_overlayloader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#f5f5f5;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.top-store-pre-loader img{
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-position: center;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color:#006799;
  border-radius:0;
  box-shadow: none;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 8px 25px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1350px;
    width: 100%;
    box-sizing: border-box;
}

.top-header-bar,
.main-header-bar,
.top-footer-bar,
.below-footer-bar,
.widget-footer-wrap,.widget-cs-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.below-footer .below-footer-bar{
  line-height:40px;
}
.top-header{
  border-bottom:solid;
  border-bottom-width: 1px;
  border-color: #a3afef4d;
}
.top-header,.main-header,.below-header{
position:relative;
}
.top-header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#1e2d7d;
}
.top-header .top-header-bar{
  line-height:45px;
}
/*  color css   */
.top-header .top-header-bar,
.top-header .top-header-bar a,.content-social .social-icon a,
.top-header-bar .widget.woocommerce .widget-title,
.top-header-bar .open-widget-content .widget-title,
.top-header-bar .widget-title,
.main-header-bar,
.site-title span a{
  color: #fff;
}
.top-store-menu > li > a{
  color: #666;
}
/*below header special css*/
.below-header-bar{
  display: flex;
  align-items: center;
}
.below-header-col1{
  width: 18%;
}
.below-header-col2{
  width: 57%;
}
.below-header-col3{
  width: 25%;
}
.below-header.right nav{
  text-align: right;
}
.below-header.center nav{
  text-align: center;
}
.main-header:before,.below-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e2d7d;
}
.below-header:before{
  background: #fff;
}
/*   COMMON CSS */
.thunk-icon-market .cart-contents{
  color: #fff;
}
.cart-contents{
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  position: relative;
}
.cart-contents i{
  font-size: 18px;
}
.count-item{
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    left: 14px;
    background: #008000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thunk-icon-market{
  display: flex;
  align-items: center;
  float: right;
}
.below-header-bar nav{
  padding: 4px 0;
}
.below-header-col3>a,
.below-header-col3 .header-widget-wrap{
  float: right;
}
/* mhdrfour  */
.mhdrfour .main-header-col1{
  width: 18%;
}
.mhdrfour .main-header-col2{
  width: 51%;
}
.mhdrfour .main-header-col3{
  width: 31%;
}
.mhdrfour .below-header-col1{
  width: 85%;
  display: flex;
}
.mhdrfour .below-header-col2{
  width: 15%;
}
.mhdrfour .btn-main-header,
.mhdrfour .header-widget-wrap{
  float: right;
}
.below-header.mhdrfour .menu-category-list{
  position: relative;
  max-width: 248px;
  display: none;
}
.below-header.mhdrfour .menu-category-list ul[data-menu-style="vertical"]{
  position: absolute;
  width: 100%;
  display: none;
  max-width: 248px;
  z-index: 99;
}
.below-header.mhdrfour nav{
  width: 100%;
}
/* mhdrfive */
.main-header.mhdrfive .header-icon{
  width: auto;
  align-items: center;
} 
.main-header.mhdrfive .cart-icon{
  width: auto;
  padding-left: 0;
}
.main-header.mhdrfive .cart-contents{
  display: flex;
  padding: 0;
}
.main-header.mhdrfive .cart-content{
  display: block;
}
.main-header.mhdrfive .header-icon span{
  display: initial;
}
.main-header.mhdrfive .header-icon a i,
.cart-contents i{
  margin-left: 0;
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
}
.main-header.mhdrfive .header-icon a{
  padding: 0 20px 0 0;
}
.main-header.mhdrfive .header-icon a:after{
  display: none;
}
.mhdrfive .cart-icon a:after{
  display: none;
}
.main-header.mhdrfive #search-box{
  width: 95%;
  float: left;
}
.main-header.mhdrfive #search-box form{
  width: 60%;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  margin: 0 auto;
}
.main-header.mhdrfive #search-box input[type="text"]{
  width: 100%;
}
.header-support-icon .callto-icon svg{
  color: inherit;
  vertical-align: initial!important;
}
.th-search-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    display: none;
    padding: 20px;
    z-index: 2;
    box-sizing: border-box;
}
.th-search-close{
  background: transparent;
  width: 40px;
  height: 40px;
  color: #a7a7a7;
  font-size: 21px;
  float: right;
}
.main-header.mhdrfive #search-button{
  margin-top: -2px;
}
.th-search-close:hover{
  color: #ff0000;
}
.main-header.mhdrfive .thunk-icon-market{
  justify-content: flex-end;
}
.main-header.mhdrfive.none .main-header-col2{
  width: 54%;
}
.th-search-inner{
    display: flex;
    height: 100%;
    align-items: center;
}
/*   mhdrsix */
.main-header.mhdrsix .header-icon{
  width: auto;
  align-items: center;
}
.main-header.mhdrsix .cart-icon{
  width: auto;
  padding-left: 0;
}
.main-header.mhdrsix .cart-content{
  display: block;
}
.main-header.mhdrsix .header-icon span{
  display: initial;
}
.main-header.mhdrsix .header-icon a i,
.cart-contents i{
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
}
.main-header.mhdrsix .header-icon a{
  padding: 0 20px 0 0;
}
.main-header.mhdrsix .header-icon a:after{
  display: none;
}
.main-header.mhdrsix .thunk-icon-market{
  justify-content: flex-end;
}
.main-header.mhdrsix .main-header-col1{
  padding: 22px 0;
}
.main-header.mhdrsix.none .main-header-col2{
  width: 54%;
}
.main-header.mhdrsix .th-search{
  display: none;
}
.below-header.mhdrsix .below-header-bar{
  align-items: initial;
}
.below-header.mhdrsix .toggle-cat-wrap{
  display: flex;
  height: 100%;
  align-items: center;
  border-radius: 0;
  line-height: initial;
}
.below-header.mhdrsix .cat-toggle{
  width: 100%;
}
.below-header.mhdrsix .menu-category-list{
  height: 100%;
}
.below-header.mhdrsix .toggle-title{
  font-size: 14px;
  line-height: 25px;
}
.below-header.mhdrsix .header-support-wrap{
  display: flex;
  align-items: center;
  height: 100%;
}
.below-header.mhdrsix .toggle-icon{
  display: none;
}
.below-header.mhdrsix .menu-category-list{
  position: relative;
}
.below-header.mhdrsix .menu-category-list ul[data-menu-style="vertical"]{
  position: absolute;
  width: 100%;
  max-width: 248px;
  z-index: 99;
}
.below-header.mhdrsix .below-header-col3{
  align-self: center;
}
.below-header.mhdrsix .below-header-bar nav{
  padding: 5px 35px;
}
/*  mhdrseven */
.mhdrseven .main-header-col1{
  width: 18%;
  order: 3;
  justify-content: flex-end;
}
.mhdrseven .main-header-col2{
  width: 51%;
  order: 2;
}
.mhdrseven .main-header-col3{
   width: 31%;
  order: 1;
}
.mhdrseven .header-icon a:nth-of-type(1){
  padding-left: 0;
}
.mhdrseven .header-icon{
  width: auto;
}
.mhdrseven .cart-icon{
  width: 20%;
  padding-left: 30px;
}
.mhdrseven .below-header-col1{
  width: 85%;
  order: 2;
}
.mhdrseven .below-header-col2{
  width: 15%;
  order: 1;
}
.mhdrseven .header-support-wrap{
  float: left;
}
.mhdrfour.none .below-header-col1,
.mhdrsix.none .below-header-col2,
.mhdrseven.none .below-header-col1{
  width: 100%;
}
/********************/
/*thnk-col csss*/
/********************/
.thnk-col-3 .top-header-col1,
 .thnk-col-3 .top-header-col2,
.thnk-col-3 .top-footer-col1,
 .thnk-col-3 .top-footer-col2,
.thnk-col-3 .below-footer-col1,
 .thnk-col-3 .below-footer-col2{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
 .thnk-col-3 .top-header-col2,
.thnk-col-3 .top-footer-col2,
.thnk-col-3 .below-footer-col2{
    -webkit-box-pack: center;
    -webkit-justify-content: flex-center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-center;
    text-align: center;
}
.thnk-col-3 .top-header-col3,.thnk-col-3 .top-footer-col3,.thnk-col-3 .below-footer-col3{
-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
   text-align: right;
}
.thnk-col-1 .top-header-col1,.thnk-col-1 .top-footer-col1,.thnk-col-1 .below-footer-col1{
text-align:center;
}
/*widget col style*/
.widget-footer-wrap{
  justify-content: flex-start!important;
    align-self: flex-start!important;
    align-items: baseline!important;
  }
.thnk-col-1 .widget-footer-col1{
width: 100%;
text-align:center;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-2 .widget-footer-col1,
.thnk-col-2 .widget-footer-col2{
width:50%;
padding: 0 7.5px;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-3 .widget-footer-col1,
.thnk-col-3 .widget-footer-col2,
.thnk-col-3 .widget-footer-col3{
width:33.33%;
padding: 0px 7.5px;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-4 .widget-footer-col1,
.thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3,
.thnk-col-4 .widget-footer-col4{
width: 25%;
padding: 0px 7.5px;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-3-1-2 .widget-footer-col1{
width: 50%;
padding: 0px 7.5px;
order: 1;
}
.thnk-col-3-1-2 .widget-footer-col2{
width: 20%;
padding: 0px 7.5px;
order: 2;
}
.thnk-col-3-1-2 .widget-footer-col3{
width: 20%;
padding: 0px 7.5px;
order: 3;
}
.thnk-col-3-2-1-2 .widget-footer-col1{
width: 25%;
padding: 0px 7.5px;
order: 1;
}
.thnk-col-3-2-1-2 .widget-footer-col2{
width: 50%;
padding: 0px 7.5px;
order: 2;
}
.thnk-col-3-2-1-2 .widget-footer-col3{
width: 25%;
padding: 0px 7.5px;
order: 3;
}
.thnk-col-2-1-2 .widget-footer-col1{
width:70%;
padding: 0px 7.5px;
order: 1;
}
.thnk-col-2-1-2 .widget-footer-col2{
width:30%;
padding: 0px 7.5px;
order: 2;
}
.thnk-col-2-2-1 .widget-footer-col1{
width:30%;
padding: 0px 7.5px;
order: 1;
}
.thnk-col-2-2-1 .widget-footer-col2{
width:70%;
padding: 0px 7.5px;
order: 2;
}
.main-header-col1{
 justify-content: flex-start;
 width:21%;
padding: 20px 0;
align-items: center;
display: inline-flex;
}
.main-header-col2{
-moz-box-pack:  center;
 -ms-flex-pack: center;
 justify-content: center;
 text-align:center;
 width:54%;
}
.main-header-col3{
text-align: right;
width:25%;
}
.main-area{
display: flex;
position: relative;
margin-top: 20px;
flex-wrap: wrap;
}
.primary-content-area{  
box-sizing: border-box;
}
.no-sidebar .primary-content-area{
width: 100%;
float:left;
margin:0;
}
.no-sidebar .menu-category-list ul[data-menu-style="vertical"]{
    position: absolute;
    float: none;
    width: 248px;
    z-index: 999;
    display:none;
}
.sidebar-main .menu-category-list{
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 9;
        margin-bottom: 15px;
}
.page-content .primary-content-area{
    position:relative;
    min-height: 550px;
}
.main-area.left-sidebar .sidebar-content-area{
     margin-left:0;
     margin-right: 1.5%;
}
.top-header-col1,.top-footer-col1,.below-footer-col1{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*MAIN HEADER BUTTON*/
.btn-main-header{
    color: #fff;
    background: #00badb;
    padding:8px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-main-header:hover{
    color:#fff;
}
.header-support-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
   float: right;
}
.header-support-icon{
   color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #00badb;
    font-size: 15px;
}
.header-support-icon .callto-icon,
.header-support-icon .callto-icon:hover{
    color: #fff;
}
.header-support-content{
    text-align: left;
    background: transparent;
    padding: 5px;
    margin-left: 4px;
    color: #000;
}
.header-support-content .sprt-tel,
.header-support-content .sprt-eml{
display:block;
}
.sprt-tel span{
  font-size: 11px;
  font-weight: initial;
  display: block;
}
.header-support-content a{
  color: #212121;
  font-weight: bold;
  font-size: 14px;
}
/**********************/
/*Main Header Layout***/
/**********************/

/*****************/
/*Menu Alignment*/
/*****************/
.right .main-header-col2{
text-align: end;
}
.left .main-header-col2{
text-align:start;
}
/*footer*/
.top-footer{
    border-bottom: solid;
    border-bottom-width: 0px;
    position: relative;
}
.below-footer{
    border-top: solid;
    border-bottom-width: 0px;
     position: relative;
}
.widget-footer{
  position:relative;
}
.widget-footer .widget{
  margin-bottom: 15px;
}
.top-footer:before,.below-footer:before,.widget-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffff;
}
/*footer-menu*/
ul.top-store-bottom-menu{
    margin: 0;
    list-style: none;
}
ul.top-store-bottom-menu li {
    display: inline-block;
    padding-right: 20px;
    margin: 0;
}
ul.top-store-bottom-menu .sub-menu{display:none;}
/********************/
/*Off canvas sidebar*/
/*********************/
.off-canvas-button span{
 display: block !important;
background-color: #fff;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 3px;
height: 2px;
}
.off-canvas-button span.cnv-top{
width: 22px;
}
.off-canvas-button span.cnv-mid{
width: 18px;
}
.off-canvas-button span.cnv-bot1{
width: 22px;
}
.off-canvas-button span.cnv-bot{
width: 18px;
}
.bfr-logo .logo-content {
    order: 2;
}
 .bfr-logo .canvas-icon{
    order: 1;
    margin-right: 10px;
}
.bfr-logo .main-header-col1 {
justify-content: flex-start;
}

.aftr-logo .logo-content {
    order: 1;
}
.aftr-logo .canvas-icon{
    order: 2;
    margin-left: 15px;
}

.site-title span{
  font-size:30px;
}
.thunk-product .woosw-btn:before,
.woosw-btn:before{
    content: "\f08a";
    font-family:'fontawesome';
    margin: 0;
    font-size: 11px;
}
.thunk-product .woosw-btn,
.woosw-btn,
.thunk-product .wooscp-btn,
.wooscp-btn{
    position: relative;
    justify-content: center;
    font-size: 0;
    font-weight: bold;
}
.thunk-product .woosw-added:before,
.woosw-added:before{
  content: "\f004"!important;
  margin: 0!important;
}
.thunk-product .wooscp-btn:before,
.wooscp-btn:before{
    content: "\f021"!important;
    font-family:'fontawesome';
    margin: 0!important;
    font-size:11px;
}
/***************/
/*top slider style*/
/***************/
.top-store-site section.thunk-slider-section{
margin-top:0;
padding-top:0;
}
#thunk-slider{
position:relative;
top:0;
left:0px;
width:885px;
height:430px;
overflow:hidden;
}
.slides{
cursor:default;
position:relative;
top:0px;
left:0px;
width:885px;
height:430px;
overflow:hidden;
}
.slides img {
    width: 720px!important;
}
.jssor-pagination .i {
position:absolute;cursor:pointer;
}
.jssor-pagination .i .b {
fill:#000;fill-opacity:0.5;
}
.jssor-pagination .i:hover .b {
fill-opacity:.7;
}

.jssor-pagination .iav .b {
fill-opacity: 1;
}
.jssor-pagination .i.idn {
  opacity:.3;
}
.jssora-nav{
    display:block;position:absolute;cursor:pointer;
}
.jssora-nav .a {fill:none;stroke:#fff;stroke-width:640;stroke-miterlimit:10;}
.jssora-nav:hover {opacity:.8;}
.jssora-nav.jssora-navdn {opacity:.5;}
.jssora-nav.jssora-navds {opacity:.3;pointer-events:none;}
.jssor-pagination .i{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
}
.jssor-pagination{
   position:absolute;
   bottom:12px;
   left:5px!important;
}
.jssora-nav{
    width:55px;
    height:55px;
    top:0px;
}
.jssora-nav.arrowleft{
 left:25px;
}
.jssora-nav.arrowright{
right:25px;
}
.slide-content-wrap{
   position: absolute;
    height: 300px;
    width: 300px;
    background: #fff;
    right: 6px;
    top: 15%;
    padding: 0px 25px;
display:table;
    border-radius: 5px;
}
.slide-content-wrap .slide-content{
vertical-align: middle;
display: table-cell;
text-align:center;
}
.slide-content-wrap .logo img{
    max-width: 120px;
    width: auto!important;
}
.slide-content-wrap h1{
font-size:22px;
margin-bottom:10px
}
.slide-content-wrap p{
font-size: 15px;
    margin-bottom: 8px;
}
.slides img{
width: 100%;
}
a.slide-btn:after {
    margin-left:10px;
    font-family: FontAwesome;
    content: "\f178";
    font-weight: 300;
    text-shadow: none;
-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.slide-btn:hover:after{
margin-left:15px;
}
/*second jassor slider */
#thunk-single-slider{
    position: relative;
    top: 0px;
    left: 0px;
    width: 885px;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
}
#thunk-single-slider .slides img {
    width: 100%!important;
}
#thunk-single-slider a{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.th-slide-subtitle{
  font-size: 16px;
  line-height: 23px;
  color: #111;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-family: "Lato-Regular", sans-serif;
}
.th-slide-title{
    font-size: 35px;
    line-height: 42px;
  color: #111;
  margin-bottom: 15px;
}
.th-slide-content-wrap{
   position: absolute;
   left: 60px;
    background:rgba(255, 255, 255, 0.8);
    padding:15px 70px 15px 15px;
    left:0;
    bottom:auto;
    top:50%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
        max-width: 550PX;
}
.th-slide-button {
    color:#00badb;
    font-size: 14px;
    line-height: 20px;
}
.th-slide-button:after{
font-family: FontAwesome;
content: "\f178";
color:#00badb;
margin-left: 5px;
}
/******************/
/*slider-layout-2*/
/******************/
img {
    vertical-align: middle;
    border-style: none;
}
.slide-layout-2 .thunk-widget-slider-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.slide-layout-2 .thunk-widget-slider-wrap .thunk-slider-content{
width:67%;
padding-right: 7.5px;
}
.slide-layout-2 .thunk-widget-slider-wrap .thunk-add-content{
width:33%;
padding-left: 7.5px;
}
/*slider-caption*/
.slider-content-caption{
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0;
    text-align:left;
    line-height: 1;
    z-index: 1;
    padding: 20px;
    color:#fff;
}
.slider-content-caption h2{
font-size: 30px;
 line-height: 46px;
font-family: "Lato-Bold", sans-serif;
}
.slider-content-caption p{
font-size:18px;
margin-bottom:10px;
}
.slider-content-caption a{
color:#fff;
}
/*slider navigation*/
.thunk-top2-slide.owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    height: 0;
    margin: 0 -10px;
    z-index: 2;
    font-size: 24px;
    opacity:0;
}
.thunk-widget-slider-wrap:hover .thunk-top2-slide .owl-nav,
.thunk-3col-slider-wrap:hover .thunk-top2-slide .owl-nav,
.thunk-2col-slider-wrap:hover .thunk-top2-slide .owl-nav{
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.thunk-top2-slide.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px!important;
    font-size: 17px;
    text-align: center;
    background: #fff;
    color: #a7a7a7;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.thunk-top2-slide.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left:10px;
}
.thunk-top2-slide.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right:10px;
}

.thunk-top2-slide.owl-carousel .owl-nav button:hover {
    color: #fff;
    background: #ff0052;
    border-color: #ff0052;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*********************/
/*slider layout 3*/
/*********************/
.slide-layout-3 .thunk-3col-slider-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content{
flex: 0 0 76%;
max-width: 76%;
padding-right: 7.5px;
}
.slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content{
flex: 0 0 24%;
max-width: 24%;
padding-left: 7.5px;
}
.thunk-3-add-content{
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.thunk-3-add-content .thunk-row{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
     max-width: 100%;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.thunk-3-add-content .thunk-row:last-child {
    margin-bottom: 0;
}

/*********************/
/*slider layout 4*/
/*********************/
.slide-layout-4 .thunk-2col-slider-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.slide-layout-4 .thunk-2col-slider-wrap .thunk-slider-content{
flex: 0 0 67.3%;
max-width: 67.3%;
padding-right: 7.5px;
}
.slide-layout-4 .thunk-2col-slider-wrap .thunk-add-content{
flex: 0 0 32.7%;
max-width: 32.7%;
padding-left: 7.5px;
}

/*image overlay css*/
.thunk-to2-slide-list:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0);
}
.thunk-slider-section.slide-layout-5 .slides a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0);
    /*z-index:2;*/
}
.thunk-2-add-content{
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thunk-2-add-content .thunk-row{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
     max-width: 100%;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.thunk-2-add-content .thunk-row:last-child {
    margin-bottom: 0;
}
.toggle-cat-wrap{
    width:100%;
    box-sizing: border-box;
    padding: 0px 12px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
}
.toggle-icon{
float:right;
}
.menu-category-list .toggle-title{
font-family: 'Lato-Bold',sans-serif;
}
.toggle-icon.icon-circle-arrow-down:before,.no-sidebar .toggle-icon:before {
    content: "\f107";
}
.toggle-icon:before,.no-sidebar .toggle-icon.icon-circle-arrow-down:before{
    content: "\f106";
}
.toggle-icon:before,
.toggle-icon.icon-circle-arrow-down:before,
.no-sidebar .toggle-icon.icon-circle-arrow-down:before {
height: auto;
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    font-family: 'FontAwesome';

}
.cat-icon span {
    display: block !important;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 3px;
    height: 2px;
    width: 20px;
}
.cat-toggle:hover{
    cursor: pointer;
}
.cat-toggle{ display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;}
.cat-toggle .toggle-title{
flex: 12;
    margin-left: 5px;
}
.toggle-cat-wrap .cat-icon{
  display: flex;
  align-items: center;
}
/* Vertical Menu Styles
----------------------------------------*/
.menu-category-list ul[data-menu-style="vertical"] {
    width: 100%;
    float: left;
    border: 1px solid #f1f1f1;
    border-top:0;
    background: #ffffff;
    border-radius: 0;
    position: relative;
}
.thunk-product-cat-list li:last-child  a{
border:0;
}
.menu-category-list ul[data-menu-style="vertical"]  li {
    float: none;
}
.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu  li {
    width: 100%;
}
.menu-category-list span.arrow {
    position: absolute;
    right: 10px;
    width: 50px;
    text-align: center;
    background: #eaeaea;
}
.menu-category-list ul[data-menu-style="vertical"]  li  a  .arrow:before,
.menu-category-list ul[data-menu-style="vertical"]  li.menu-active  a  .arrow:before {
    float: initial;
    content: "\f105";
    font-family: 'FontAwesome';
}
.menu-category-list ul[data-menu-style="vertical"] li.menu-active {
position:relative;
}
.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu {
    position: absolute;
    left:100%;
    top:0px;
    width:200px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    margin: 0;
    opacity: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform .3s ease,opacity .3s ease,visibility .3s ease;
    transition: transform .3s ease,opacity .3s ease,visibility .3s ease;
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
}
.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu.slide {
opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.menu-category-list ul[data-menu-style="vertical"]  li  a i {
    padding-right: 10px;
    color: #FF5737;
}
.menu-category-list ul[data-menu-style="vertical"] li  ul.sub-menu  li ul.sub-menu {
    position: absolute;
    left: 100%;
}
.menu-category-list ul[data-menu-style="vertical"]  li  ul.sub-menu  li ul.sub-menu li ul.sub-menu {
    position: absolute;
    width:200px;
    left: 200px;
}

 .thunk-product-cat-list{
    list-style: none;
    margin: 0;
    padding: 0;      
}
.thunk-product-cat-list li{
    list-style: none;
}
.thunk-product-cat-list li ul{
    display:none;
}
.thunk-product-cat-list li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: left;
}

.thunk-product-cat-list li a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    height: auto;
    min-height: 0 !important;
    line-height: 1.8;
    padding: 8px 15px;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 13px;
}

.thunk-product-cat-list > li > a i {
    text-shadow: none;
    color: #FF5737;
}

.thunk-product-cat-list > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    z-index: 99999;
}
.thunk-product-cat-list li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    text-decoration: none;
    font-weight: normal;
    background: none;
}
.thunk-product-cat-list > li > ul.sub-menu > li {
    position: relative;
        line-height: initial;
}
.thunk-product-cat-list > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0px;
    display: none;
    list-style: none;
    margin: 0;
}

.thunk-product-cat-list > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-right: 0px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    text-shadow: none;
}
.thunk-product-cat-list li ul.sub-menu {
    text-align: left;
}
/*th advance product search */
.thaps-search-box .thaps-search-form {
    margin-left: 30px;
}

/*Dropdown Cart Style*/
.top-store-quickcart-dropdown::-webkit-scrollbar {
    width: 5px;
}
.open_woo_cart{position:relative;}
.open-cart{
      text-align: left;
    height: auto;
    width: 260px;
    right: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
    background-color: #fff;
    color:#26272c;
    padding-top: 0px;
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.top-store-quickcart-dropdown{
    padding:15px;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}
.open-cart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.open-cart li {
    -ms-user-select: none;
    -mos-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.open-cart li span{
  color:#a7a7a7;
}
.woocommerce-js .open-cart  li.woocommerce-mini-cart-item {
margin-bottom: 10px;
overflow: hidden;
position: relative;
}
.open-cart a.remove {
    display: block;
    float:right;
    font-size: 1.2em!important;
    height: 1.2em!important;
    width: 1.2em!important;
    text-align: center;
    line-height: 1.2;
    border-radius: 0%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    opacity: 0.8;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.open-cart ul.cart_list li a{
    display: block;
    font-weight: 300;
    font-size: 14px;
    padding: 0;
}
.woocommerce-js .open-cart ul.cart_list li img{
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    width: 50px;
    height: auto;
    box-shadow: none;
}
.open-cart p.total, .widget p.total {
    margin: 0px;
    border-top: 1px solid rgba(187, 187, 187, 0.32);
    padding-top: 20px;
    padding-bottom: 10px;
    color: #26272c;
}
.open-cart p.buttons a{
    padding: 12px 20px;
    color: #ffffff;
    background-color: #141415;
    margin-top: 10px;
    display: inline-block;
    font-size:12px;
    border:1px solid;
    border-color:#141415;
    font-weight: normal;
}
.open-cart p.buttons a:hover{
    background-color:#ff0052;
    border-color:#ff0052;
} 
.open-cart p.buttons .checkout{
   margin-left:10px;
}
.open-cart p.buttons a:hover{
color:#fff;
}
.cart-contents:hover + .open-cart,
.open-cart:hover{
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.cart-content {
    font-size:12px;
}
.cart-content span.woocommerce-Price-amount{
    margin: 0;
    display: block;
}

.header-icon a i {
    font-size: 18px;
    line-height: inherit;
    font-weight: bold;
}
.header-icon > a:after {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid rgb(255 255 255 / 32%);
    content: '';
    height: 90%;
}
.thunk-icon .cart-icon{
    color: #fff;
    background: #ff0052;
    display: table-cell;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.thunk-icon .cart-icon a.cart-contents {
    color: #fff;
    display: block;
    text-align: left;
    position: relative;
    padding: 0 0px 0 55px;
    width: 140px;
}
.thunk-icon .cart-icon a.cart-contents i {
    position: absolute;
    left:15px;
    top: 50%;
    z-index: 9;
    padding-right: 10px;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart-content{
    display: block;
    font-size: 13px;
    line-height: 1.7;
    text-transform: none;
    margin-left: 10px;
    align-self: center;
    text-align: left;
}
.thunk-icon .cart-content span.count-iterm{
    display: block;
}
.thunk-icon .cart-content span.woocommerce-Price-amount{
  display: block;
    margin-top: 4px;
}
.header-icon{
  display: flex;
}
.cart-icon{
  padding-left: 20px;
}
.header-icon .account span{
padding-left:10px;
}
.header-icon > *{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    color: #fff;
    padding: 0px 20px 0px 20px;
    gap: 9px;
}
.header-icon > *:first-child {
  padding-left: 0;
}

.header-icon > *:last-child {
  padding-right: 0;
}


.header-icon:first-child{
  padding-left: 0;
}
.header-icon span:nth-of-type(2){
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
}
.th-whishlist-text,
.account-text:nth-of-type(1){
  color: #c9e4ff;
}
.header-icon a i{
font-size:23px;
line-height: inherit;
font-weight: normal; 
margin-left:5px;
}
/*widget css*/
.top-store-widget-content ul,.top-store-widget-content ul li{
margin:0;
padding:0;
list-style: none;
}
.widget-footer .widget-footer-wrap{
    padding: 15px 0 0 0;
        margin: 0px -7.5px;
}
.top-store-widget-content {
    padding: 15px;
    margin: 15px 0px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    position:relative;
    background: #fff;
}
#sidebar-primary .widget{
  position:relative;
}
.widget.woocommerce .widget-title,
.open-widget-content .widget-title,.widget-title{
  font-size: 14px;
  color:#111;
  line-height: 21px;
}
.widget-title{padding-bottom:10px;}
.widget.woocommerce .woocommerce-widget-layered-nav-list__item a,
.widget.woocommerce .product-categories li a{
  font-weight: 400;
  display: inline-block;
}
.open-widget-content ul li:last-child{
    margin: 0;
}
.woocommerce-widget-layered-nav span.count{
  float: right;
}
.woocommerce .widget_rating_filter ul li a{
  width: 100%;
  display: block;
}
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-handle{
  background-color: #747474;
}
.woocommerce .widget_price_filter .open-widget-content .price_slider_wrapper .ui-widget-content{
  background-color: #e4e6eb;
}
.widget.woocommerce.widget_price_filter .open-widget-content .ui-slider-horizontal{
  height: 2px;
}
.widget.woocommerce.widget_price_filter .open-widget-content .price_slider{
  margin-bottom: 30px;
    overflow-y: inherit;
    overflow-x: inherit;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  top: -0.4rem;
}
.price_slider_wrapper button[type=submit]{
  width: 100%;
  margin-top: 30px;
  outline: 0;
  padding: 20px 0;
}
.woocommerce .price_slider_amount{
  position: relative;
}
.price_slider_amount .price_label{
  width: 100%;
  position: absolute;
  top: -14px;
  text-align: center;
}
.top-store-widget-content li a{
  font-weight: 100;
}
.top-store-widget-content ul li{
  margin-bottom: 5px;
  padding: 0;
}
.woocommerce  ul.cart_list li, 
.woocommerce  ul.product_list_widget li{
margin-bottom:15px;
padding:0;
}
.woocommerce  ul.cart_list li img,
 .woocommerce  ul.product_list_widget li img{
    float:left;
    width:60px;
    margin-left:0;
    margin-right: 15px;
    border: 1px solid #eee;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
font-size:13px;
font-weight:normal;
font-family: "Lato-Bold", sans-serif;
}

.widget.woocommerce .product_list_widget .star-rating{
  display: block;
}
.widget.woocommerce .product_list_widget .star-rating,
span.product-title{
  margin-right: 10px;
}
.woocommerce  ul.cart_list li .woocommerce-Price-amount ,
 .woocommerce  ul.product_list_widget li .woocommerce-Price-amount{
    font-size: 12px;
    color: #ff0052;
}

.woocommerce  ul.cart_list li del .woocommerce-Price-amount,
.woocommerce  ul.product_list_widget li del .woocommerce-Price-amount,
.woocommerce  ul.cart_list li del ,
.woocommerce  ul.product_list_widget li del {
    color: #b8b8b8;
    margin-right:2px;
    font-family: "Lato-Bold", sans-serif;
}
.woocommerce ins {
    text-decoration: none;
  }
.woocommerce .star-rating,
.woocommerce .products .star-rating{
    position: absolute;
    top: 10px;
    right: 10px;
    left: initial;
    font-size: 10px;
    margin: 0 0 0 0;
    text-align: center;
    color: #f4a51c;
    opacity: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 5.7em;
    float: initial;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.woocommerce .thunk-product:hover .star-rating,
.woocommerce .thunk-product:hover .products .star-rating{
  opacity: 1;
  -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
/* Tag Cloud */
.widget_tag_cloud  a {
    display: inline-block;
    font-size: 11px!important;
    background: #b7b7b7;
    color: #fff;
    padding: 4px 6px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.widget.widget_categories li{
color:#a7a7a7;
}
.widget-footer .widget ul {
    margin: 0;
    list-style-type: none;
}
/* Cart */ 
.widget.woocommerce.widget_shopping_cart li a:first-child{
  left: 100%;
}
.open-widget-content li a{
  font-size: 14px;
  line-height: 20px;
}
.woocommerce .open-widget-content .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .open-widget-content .total{
  border: 0;
}
.widget_shopping_cart{
  display: flex;
  margin-top: 10px;
  font-size: 11px;
  justify-content: center;
}
/****************************/
/*Off Canvas Sidebar*/
/****************************/
.top-store-enabled-overlay  .top-store-off-canvas-sidebar-wrapper{
    visibility: visible;
    opacity: 1;
}
.top-store-off-canvas-sidebar-wrapper{
    width: 100%;
    top: 0;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 1001;
}
.top-store-enabled-overlay  .top-store-off-canvas-sidebar-wrapper .top-store-off-canvas-sidebar{
    right: 0;
}
.logged-in.admin-bar .top-store-off-canvas-sidebar {
    top: 32px;
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
}
.top-store-off-canvas-sidebar-wrapper .top-store-off-canvas-sidebar{
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: -100%;
    padding: 3.5em 1.5em;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    width: 280px;
    overflow: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
/*from left*/
.top-store-off-canvas-sidebar::-webkit-scrollbar {
    width: 5px;
}
.top-store-enabled-overlay .top-store-off-canvas-sidebar-wrapper.from-left .top-store-off-canvas-sidebar {
    left: 0;
}
.top-store-off-canvas-sidebar-wrapper.from-left .top-store-off-canvas-sidebar {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    left: -100%;
    padding: 3.5em 1.5em;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    width: 280px;
    overflow: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.logged-in.admin-bar .top-store-off-canvas-sidebar {
    top: 32px;
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
}
.top-store-off-canvas-sidebar-wrapper.from-left .close-bn {
    width: 40px;
    height: 40px;
    top: 0;
    position: absolute;
    left:auto;
    right: 0;
    background:#111;
}
.close-bn{
    width: 40px;
    height: 40px;
    top: 0;
    position: absolute;
    left: 0;
    background:#ff0052;
}
.top-store-off-canvas-sidebar-wrapper .close{
    margin: 10px;
    width: 14px;
    display: block;
    text-decoration: none;
    top: .75em;
    right: 1em;
    min-width: 1em;
    min-height: 1em;
    transform-origin: center;
    transition: all .3s linear;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.top-store-off-canvas-sidebar .open-widget-content{
    padding-top:25px;
    padding-bottom:25px;
}
.top-store-off-canvas-sidebar .widget:last-child .top-store-widget-content{
border:none;
}
.top-store-off-canvas-sidebar .widget:last-child{
  padding-bottom: 50px;
}
.top-store-off-canvas-sidebar .widget_search .form-content input[type="text"],
.top-store-off-canvas-sidebar .woocommerce-product-search input[type="search"]{ 
  width: 100%;
}
.widget_search .form-content,
.widget_product_search .woocommerce-product-search,
.top-store-off-canvas-sidebar .woocommerce-product-search{
  display: flex;
  align-items: flex-start;
}
.top-store-filter-close:before, 
.top-store-filter-close:after{
    content: '';
    display: block;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.top-store-filter-close:before{
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.top-store-filter-close:after{
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.top-store-filter-close:hover{
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.top-store-filter-close{
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/********************************/
/***********home section********/
/*******************************/
.top-store-site section .content-wrap:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.top-store-site section .content-wrap{
   padding:15px;
}
.top-store-site section{
margin: 30px 0px;
border-radius: 6px;
position: relative;
}
.content-wrap,.thunk-banner-wrap,.thunk-cat-tab{
position:relative;
}
/*section heading*/
.thunk-title .title{
position:relative;
display: inline-block;
margin-bottom:15px;
    font-size: 16px;
    line-height: 23px;
color:#111;
}
.thunk-cat-tab .thunk-title .title{
margin-bottom:0;
}
.hunk-heading{
max-width:400px;
}
/*************************/
 /*slide category section*/
 /************************/
 .thunk-category{
text-align:center;
}
.thunk-woo-product-list .woocommerce-loop-product__title a, .thunk-cat-title a{
 line-height: 20px;
    font-size: 13px;
    font-family: "Lato-Bold", sans-serif;
    color: #111;
}
.thunk-cat-text{
    display: inline-block;
    background-color: #fff;
    padding: 8px 20px 18px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 15;
}
.thunk-cat-box{
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f1f1;
  margin: 1px;
  border-radius: 50%;
}
.thunk-cat-box.no-image{
  border: 0;
}
.thunk-cat-box img{
-webkit-transition: all .5s ease 0s;
    -o-transition: all .58s ease 0s;
    transition: all .5s ease 0s;
}
.thunk-cat-box a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.thunk-slide.thunk-cat-slide .owl-stage-outer {
    padding-bottom: 20px!important;
    margin-bottom: -20px!important;
}
/*category slider layout */
.thunk-category-slide-section .cat-content{
position:relative;
display:flex;
margin:-7.5px -7.5px;
    flex-wrap: wrap;
}
.thunk-category-slide-section .cat-content .cat-list{
flex: 0 0 20%;
max-width: 20%;
padding:7.5px 7.5px;
}
.cat-list a{
position:relative;
display: block;
text-align:center;
display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cat-list a span{
position: absolute;
color:#fff;
font-size: 16px;
font-family: "Lato-Bold", sans-serif;
}
.cat-list a:after {
    position: absolute;
    display: block;
    content: "";
    background: #ff0052;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity:0;
    transition: all 0.2s linear;
}
.cat-list a:hover:after{
opacity:0.8;
}
.cat-list a span{
z-index:2;
}
/*layout-3*/
.cat-layout-3 .cat-content-3{
    overflow: hidden;
position: relative;
margin-right:-7.5px;
margin-left: -7.5px;
margin-bottom:-15px;
}
.cat-layout-3 .cat-content-3 .cat-col:nth-child(1){
width:50%;
float: left;
overflow: hidden;
position:relative;
}
.cat-layout-3 .cat-content-3 .cat-col:nth-child(1) img{
width:100%;

}
.cat-layout-3 .cat-content-3 .cat-col{
width:25%;
float: left;
padding-left: 7.5px;
padding-right: 7.5px;

margin-bottom: 15px;
position: relative;
overflow:hidden;
}
.cat-layout-3 .cat-content-3 .cat-col:nth-child(6),
.cat-layout-3 .cat-content .cat-col:nth-child(10){
clear:both;
}
.cat-layout-3 .cat-content-3 a{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.cat-layout-3 .cat-content-3 .hover-area {
position: absolute;
    right:20px;
    bottom:5px;
    left: 20px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(50%) translateZ(0);
    transform: translateY(50%) translateZ(0);
}

.cat-col:hover .hover-area{
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.cat-layout-3 .cat-content-3 .hover-area .cat-title{
font-size:16px;
font-family: "Lato-Bold", sans-serif;
color:#666;
}
.prd-total-number{
font-family: "Lato-Bold", sans-serif;
color:#666;
}
.cat-col:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cat-col-wrap{
    position: relative;
    overflow: hidden;
  /*  border: 1px solid #f1f1f1;*/
}
.top-store-woo-hover-zoom .thunk-product-image img,.cat-layout-3 img{
-webkit-transition: all .5s ease 0s;
-o-transition: all .58s ease 0s;
 transition: all .5s ease 0s;
}
/****************************/
/*woocommerce product style*/
/****************************/
.thunk-woo-product-list{
list-style:none;
text-align:center;
}
.thunk-woo-product-list .woocommerce-loop-product__title{
    line-height:21px;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}
.woocommerce .thunk-woo-product-list .price{
text-decoration:none;
font-family: "Lato-Regular", sans-serif;
}
.woocommerce .thunk-list .price{
  margin-top: 10px;
}
.woocommerce .thunk-product-content .star-rating{
    font-size:10px;
    float: none;
    margin: 0 auto;
    margin: 0;
    width: 5.7em;
}
.thunk-wishlist .yith-wcwl-add-to-wishlist{
    margin: 0;
}
.thunk-wishlist .yith-wcwl-add-button > a i{
  margin: 0;
}
.thunk-wishlist .yith-wcwl-add-button img,
#yith-wcwl-popup-message,
.feedback,
.thunk-wishlist .yith-wcwl-wishlistexistsbrowse span,
.thunk-wishlist .yith-wcwl-wishlistexistsbrowse a,
.thunk-product .yith-wcwl-wishlistaddedbrowse a{
  display:none!important;
}
.thunk-product .yith-wcwl-wishlistexistsbrowse:before,.thunk-product .yith-wcwl-wishlistaddedbrowse:before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, 
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before{
    content: "\e909";
    font-family: th-icon;
    color:#00badb;
    margin: 0;
    font-size:14px;
}
.woocommerce .thunk-woo-product-list span.onsale{
border-radius:0px;
right: 0;
top: 0;
left: auto;
padding:5px 10px;
line-height:normal;
min-height: auto;
min-width: auto;
background-color:#00badb;
margin:0;
z-index: 1;
}
.woocommerce ul.products li.product .onsale{
  margin:0;
  right: auto;
  left: 0;
}
.thunk-product-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product a img{
  margin: 0;
}
.woocommerce .thunk-woo-product-list .price del {
    color: #a7a7a7;
    margin-right: 10px;
}
.thunk-woo-product-list .thunk-quickview a,
.thunk-wishlist .yith-wcwl-add-button > a i,
.thunk-compare .compare-button a:before{
    font-size: 13px;
}

.woocommerce .thunk-product-hover a.added_to_cart{
    display:inline-block;
    position: relative;
}
.thunk-compare .compare-button a{
  width: 100%;
  background-color:transparent;
  font-size: 0;
  padding:0;
  font-weight:normal;
}
.compare-button a{
  color: #2d2f2d;
}
.thunk-compare .compare-button a:hover{
  background-color:transparent;
}

.woocommerce ul.products .thunk-product-hover .add_to_cart_button,
.woocommerce .thunk-product-hover a.th-button,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product a.button.product_type_grouped,
.woocommerce .thunk-product-hover a.th-button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce .added_to_cart.wc-forward{
    width: auto;
    font-family: "Lato-Bold", sans-serif;
    font-weight:normal;
    background-color: transparent;
    text-align: center;
    color: #a7a7a7;
    padding:0;
    text-indent: 9px;
    font-weight: normal!important;
    margin-top: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
}
.thunk-product-hover .th-button.add_to_cart_button:after,
.woocommerce ul.products .thunk-product-hover .add_to_cart_button:after,
.woocommerce ul.products li.product .product_type_variable:after,
.woocommerce ul.products li.product a.button.product_type_grouped:after,
.woocommerce .thunk-product-hover a.th-button:after,
.woocommerce ul.products li.product .add_to_cart_button:after{
   border-radius: 3px;
    font-family: th-icon;
    content: '\e919';
    font-size: 14px;
    line-height: initial;
    display: block;
    position: absolute;
    bottom: 0;
    right: initial;
    transform: translateY(-50%);
    left: -5px;
    text-align: center;
    z-index: 9;
    color: #a7a7a7;
    
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
}

.thunk-product-hover a.add_to_cart_button, 
.thunk-product-hover a.added_to_cart,
.woocommerce .thunk-product-hover a.th-button {
    padding: 3px 9px 3px 15px!important;
    border-radius: 3px;
}
ul.products .thunk-product-hover .add_to_cart_button:hover, 
.woocommerce .thunk-product-hover a.th-button:hover, 
.woocommerce ul.products li.product .product_type_variable:hover, 
.woocommerce ul.products li.product a.button.product_type_grouped:hover, 
.woocommerce .thunk-product-hover a.th-button:hover, 
.woocommerce ul.products li.product .add_to_cart_button:hover, 
.woocommerce .added_to_cart.wc-forward:hover,
ul.products .thunk-product-hover .add_to_cart_button:hover:after, 
.woocommerce .thunk-product-hover a.th-button:hover:after, 
.woocommerce ul.products li.product .product_type_variable:hover:after, 
.woocommerce ul.products li.product a.button.product_type_grouped:hover:after, 
.woocommerce .thunk-product-hover a.th-button:hover:after, 
.woocommerce ul.products li.product .add_to_cart_button:hover:after, 
.woocommerce .added_to_cart.wc-forward:hover:after{
  color: #a7a7a7;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: 1;
    padding: 0;
    margin: 0;
    position: relative;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.thunk-product-hover .th-button.add_to_cart_button.loading::after,
.woocommerce ul.products .thunk-product-hover .add_to_cart_button.loading::after,
.woocommerce ul.products li.product .product_type_variable.loading::after,
.woocommerce ul.products li.product a.button.product_type_grouped.loading::after,
.woocommerce .thunk-product-hover a.th-button.loading::after,
.woocommerce ul.products li.product .add_to_cart_button.loading::after{
    font-family: WooCommerce;
    content: "\e01c";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 1;
    position: absolute;
    right: 41%;
    transform: translate(50%,0);
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: center;
     margin-bottom: 0;
    margin-right: 5px;
    transition: initial;
}
.thunk-product-hover .th-button.add_to_cart_button.loading,
.woocommerce ul.products .thunk-product-hover .add_to_cart_button.loading,
.woocommerce .thunk-product-hover a.th-button.loading,
.woocommerce ul.products li.product .product_type_variable.loading,
.woocommerce ul.products li.product a.button.product_type_grouped.loading,
.woocommerce .thunk-product-hover a.th-button.loading,
.woocommerce ul.products li.product .add_to_cart_button.loading{
    position: relative;
    padding: initial;
}
.thunk-product-hover .th-button.add_to_cart_button.added, 
.woocommerce ul.products .thunk-product-hover .add_to_cart_button.added,
.woocommerce .thunk-product-hover a.th-button.added, 
.woocommerce ul.products li.product .product_type_variable.added, 
.woocommerce ul.products li.product a.button.product_type_grouped.added, 
.woocommerce .thunk-product-hover a.th-button.added, 
.woocommerce ul.products li.product .add_to_cart_button.added{
    display: none;
}
.woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped{
    width:auto;
}
/* disable anchor in quikview */
.thunk-quickview .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    display: none;
}
.thunk-compare .compare-button a:before{
    content: "\e917";
    font-family: th-icon!important;
    margin-left: 0;
}
.thunk-compare .woosc-btn:before{
    content: "\e917";
    font-family: th-icon!important;
    margin-left: 0;
}

.thunk-compare .woosc-btn{
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  width: 13px;

}
.thunk-wishlist,.thunk-compare,
.thunk-quik{
   width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-flex;
    background: #f7f7f7;
    color: #111;
    border-radius: 50%;
    margin: 0 3px;
    text-align: center;
    position: relative;
    justify-content: center;
}
.thunk-wishlist a:hover,.thunk-compare a:hover,
.thunk-quik a:hover{
  color:#00badb;
}
.thunk-wishlist a,.thunk-compare a,.thunk-quik a{
  font-size: 14px;
  color: #111;
}

.thunk-rating-cont{
  display: flex;
  align-items: center;
}
.thunk-icons-wrap{
    width: 90%;
    position: absolute;
    top: initial;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    justify-content: space-between;
    background: transparent;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    padding: 3px 0;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.thunk-product:hover .thunk-icons-wrap{
    opacity: 1;
}
.thunk-icons-wrap .tooltip{
  position: absolute;
  top: -29px;
  left: -7px;
  display: none;
  padding: 0 5px;
  background: #1b1b1b;
  color: #fff;
  font-size: 9px;
  line-height: 25px;
  border-radius: 3px;
  height: 25px;
  font-family: "Lato-Regular", sans-serif;
}
.thunk-icons-wrap .thunk-quik .tooltip{
  left: -13px;
}
.thunk-quik:hover .tooltip,
.thunk-wishlist:hover .tooltip,
.thunk-compare:hover .tooltip,
.product_type_simple:hover .tooltip,
.product_type_variable:hover .tooltip{
  display: block;
}
.thunk-icons-wrap .tooltip:before{
  position: absolute;
    content: '';
    bottom: -5px;
    left: 44%;
    width: 10px;
    height: 30px;
    transform: translateX(-50%);
    height: 10px;
    background: #1b1b1b;
    clip-path: polygon(52% 100%, 1% 51%, 100% 51%);
}
/*.woocommerce a.button.product_type_variable{
  font-size: 0;
}*/
.thunk-product-hover{
    position: absolute;
    display: block;
    left: 0;
    right:0;
    top:108%;
    background:#fff;
    padding-bottom: 15px;
    -webkit-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    transform: translate(0,20px);
    opacity: 0;
    visibility: hidden;
   border-radius: 0 0 3px 3px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.thunk-product:hover .thunk-product-hover{
    opacity: 1;
    border-color: #f1f1f1;
    padding-bottom:10px;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    top: 100%;
    visibility: visible;
    z-index:15;
}
.thunk-product{
    /*padding: 8px;*/
    border: 1px solid transparent;
    background: #fff;
    -webkit-transition: all .7s ease 0s;
   -moz-transition: all .7s ease 0s;
   -ms-transition: all .7s ease 0s;
   transition: all .7s ease 0s;
}
.thunk-product:hover .thunk-product-hover{
border-top:none;
}
.thunk-woo-product-list .thunk-product-wrap:hover .thunk-product{
    box-shadow: 0 0 15px #eee;
}
.thunk-product:hover .thunk-product-hover {
   box-shadow: 0 0 15px #eee;
}
.thunk-product:hover .thunk-product-hover::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height: 11px;
    background-color: #fff;
}
.thunk-list-view .thunk-product:hover .thunk-product-hover::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height:0px;
    background-color: #fff;
}
.thunk-slide .owl-stage-outer {
     padding: 0;
     margin: 0;
}
/*navigation*/
.thunk-slide .owl-nav{
    position: absolute;
    top: -58px;
    right: -15px;
    color: #a3a3a3;
}
.thunk-slide.owl-carousel .owl-nav  button.owl-prev,
.thunk-slide.owl-carousel .owl-nav  button.owl-next{
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 17px;
    text-align: center;
    background:#fff;
color:#a7a7a7;
border:1px solid #eee;
-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.thunk-slide .owl-nav  button.owl-prev:hover,
.thunk-slide .owl-nav  button.owl-next:hover,
.top-store-slide-post .owl-nav  button.owl-prev:hover,
.top-store-slide-post .owl-nav  button.owl-next:hover{
    color: #fff;
    background:#ff0052;
    border-color:#ff0052;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.thunk-slide .owl-nav button.owl-prev,.top-store-slide-post .owl-nav button.owl-prev{
margin-right:2px
}
.thunk-slide .owl-nav button.owl-next,.top-store-slide-post .owl-nav button.owl-next{
margin-left:2px;
}
.top-store-slide-post .owl-nav{
position: absolute;
   top: -40px;
    right:0px;
    color: #a3a3a3;
}
/****************************/
/*woocommerce product style*/
/****************************/

/***********************/
/*Product Tab section*/
/***********************/
/*tab style*/
.thunk-cat-tab ul{
list-style: none;
margin:0;padding:0;
}
.thunk-cat-tab ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
}
.thunk-cat-tab .tab-link li{
    display: inline-block;
    font-size:13px;
    line-height:24px;
   
}
.thunk-cat-tab .tab-link li a{
    display: block;
    padding: 15px 10px;
    color: #a7a7a7;
}
.thunk-cat-tab .tab-link li a.active,
.thunk-cat-tab .tab-link li a:hover{
color:#111;
}
.thunk-cat-tab .tab-link li:first-child a{
    padding-left: 0;
}
.thunk-cat-tab .tab-link li.active a{
color:#ff0052;
}
.thunk-heading-wrap{
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
}
.thunk-heading-wrap .thunk-heading{
width:35%;
}
.thunk-heading-wrap .tab-head{
width:65%;
text-align: right;
}
.thunk-cat-tab .thunk-heading-wrap .thunk-heading{
width:30%;
}
.thunk-cat-tab .thunk-heading-wrap .tab-head{
width:70%;
}
.thunk-heading-wrap .tab-link-wrap{
margin-right:65px;
}
/********************/
/*Product List View*/
/********************/
.thunk-product-list-section .thunk-woo-product-list,.thunk-product-tab-list-section .thunk-woo-product-list{
display:flex;
}
.thunk-product-list-section .thunk-list,
.thunk-product-tab-list-section .thunk-list{
display:flex;
flex-wrap: wrap;
text-align:left;
background: #fff;
}
.thunk-product-list-section .thunk-list .thunk-product-image,
.thunk-product-tab-list-section .thunk-list .thunk-product-image{
  width:40%;
  margin:0;
  padding:0;
} 
.thunk-product-list-section .thunk-list .thunk-product-content,
.thunk-product-tab-list-section .thunk-list .thunk-product-content{
    width: 60%;
    margin:0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
}
.thunk-product-list-section .thunk-list .thunk-product-content .star-rating,
.thunk-product-tab-list-section .thunk-list .thunk-product-content .star-rating{
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    margin-left: 10px;
    order: 1;
}
.thunk-product-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title,
.thunk-product-tab-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title{
color: #242525;
}
/******************/
/*Banner section*/
/******************/
.thunk-banner-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.thunk-banner-wrap .thunk-banner-col1,.thunk-banner-wrap .thunk-banner-col2,.thunk-banner-wrap .thunk-banner-col3{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.thnk-col-2 .thunk-banner-col1{
margin-right:15px;
}
.thnk-col-3 .thunk-banner-col1,.thnk-col-3 .thunk-banner-col2{
margin-right:15px;
}
/*banner layout 4th*/
.thunk-banner-wrap.thnk-col-5{margin-right: -7.5px;
    margin-left: -7.5px;
    margin-bottom: -15px;}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col{
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col:nth-child(2) {
    flex-grow: 1.38;
}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item{
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item{
padding: 0 7.5px 15px 7.5px;

}
.thunk-banner-wrap.bnr-layout-4  img{ width: 100%;}
/*banner layout five*/
.thunk-banner-wrap.bnr-layout-5.thnk-col-4{
margin-right: -7.5px;
margin-left: -7.5px;
margin-bottom: -15px;
}
.bnr-layout-5 .thunk-banner-col{
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
}
.bnr-layout-5 .thunk-banner-col:nth-child(1),.bnr-layout-5 .thunk-banner-col:nth-child(3) {
    flex-grow: 1.38;
}
.bnr-layout-5 .thunk-banner-col .thunk-banner-item{
padding: 0 7.5px 15px 7.5px;
}
.bnr-layout-5 .thunk-banner-col .thunk-banner-item >:first-child img{
    flex: 1 0 auto;
    width:100%; 
}
.bnr-layout-5 .thunk-banner-col:nth-child(2) .thunk-banner-item >:first-child img{
    flex: 1 0 auto;
    width:100%;
}
.top-store-site section.thunk-banner-section .content-wrap:before{
  background: none!important;
}
.top-store-site section.thunk-banner-section .content-wrap{
  padding: 0;
}
/*******************/
/*brand*/
/*******************/
.owl-carousel .owl-item .thunk-brands img{
  margin: 0 auto;
  max-width:100%;
  width:auto;
}
.thunk-slide.thunk-brand .owl-stage-outer{
    padding:0;
    margin:0;
}
.thunk-slide.thunk-brand .owl-nav{
position: absolute;
    top: calc(50% - 15px)!important;
    left: 0;
    right: 0;
    height: 0;
    margin: 0 -10px;
    z-index: 2;
    font-size:24px;
    opacity:0;
}
.thunk-slide.thunk-brand .owl-nav .owl-prev {
    float: left;
}
.thunk-slide.thunk-brand .owl-nav .owl-next {
    float:right;
}
.thunk-brand-section .content-wrap:hover .thunk-slide.thunk-brand .owl-nav{
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.thunk-slide.thunk-brand .owl-nav button.owl-prev:after{
display:none;
}
.top-store-site section.thunk-brand-section .content-wrap:before{
  background: none!important;
}
.top-store-site section.thunk-brand-section .content-wrap{
  padding: 15px 0;
}
/*****************************/
/*Highlight Featured section*/
/******************************/
.thunk-highlight-feature-wrap{
display: flex;
flex-wrap: wrap;
position: relative;
}
.thunk-highlight-col{
    width: 33.33%;
    padding: 15px 25px;
    text-align: center;
    border-right-color: #e4e9ef;
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: 10px;
}
.thunk-hglt-box{
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.thunk-hglt-box .content{
padding-left: 15px;
    text-align: left;
}
.thunk-hglt-icon{
    color: #26272c;
    font-size: 35px;
}

.thunk-hglt-box h6{
font-size:14px;
color:#666;
}
.thunk-hglt-box  p{
color:#666;
}
.thunk-highlight-col:nth-of-type(3n+3){
border:none;
}
/******************************/
/*Featured Product Section*/
/******************************/
#thunk-feature-product-tab .content-wrap{display: flex;}
#thunk-feature-product-tab .tab-content{
width:60%;
}
#thunk-feature-product-tab .content-featured-wrap{
margin-left:2%;
width:38%;
position: relative;
}
.content-featured-wrap .thunk-product-hover{
border:none;
padding-bottom: 10px;
opacity: 1;
    border-color: #f1f1f1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    top: 99%;
    visibility: visible;
    z-index: 15;
    border-top:none;
    position: relative;
}
#thunk-feature-product-tab .owl-nav {
position: absolute;
right: -70%;
color: #a3a3a3;
}
#thunk-feature-product-tab .tab-content .yith-wcwl-add-button a.add_to_wishlist,
#thunk-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse.show a{
font-size:0;
}
#thunk-feature-product-tab .tab-content .thunk-compare .compare-button a{
font-size:0;
    letter-spacing: initial;
}
#thunk-feature-product-tab .tab-content .thunk-compare .compare-button a:before{
font-size:12px;
margin:0
}
#thunk-feature-product-tab .tab-content .thunk-wishlist .yith-wcwl-add-button > a i{
margin:0;
}
#thunk-feature-product-tab .tab-content .thunk-wishlist a::after{
margin:0;
}
#thunk-feature-product-tab .tab-content .thunk-wishlist{
float:none;
}
#thunk-feature-product-tab .tab-content .thunk-compare{
float:none;
}
#thunk-feature-product-tab .tab-content .thunk-product:hover .thunk-product-hover {
    padding-bottom: 5px;
}
#thunk-feature-product-tab .content-featured-wrap .thunk-product:hover .thunk-product-hover::before{
  height:0;
}
#thunk-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse a,
#thunk-feature-product-tab .tab-content .yith-wcwl-wishlistaddedbrowse a{
display:none;
}
/**********************************/
/*custom section widget area css*/
/**********************************/
.widget-wrap{
position:relative;
display:block;
}
.cs-1-3 .widget-cs-col1, 
.cs-1-3 .widget-cs-col2, 
.cs-1-3 .widget-cs-col3,
.cs-1-2 .widget-cs-col1, 
.cs-1-2 .widget-cs-col2,
.cs-2-3 .widget-cs-col1, 
.cs-2-3 .widget-cs-col2, 
.cs-2-3 .widget-cs-col3,
.cs-2-2 .widget-cs-col1, 
.cs-2-2 .widget-cs-col2,
.cs-3-3 .widget-cs-col1, 
.cs-3-3 .widget-cs-col2, 
.cs-3-3 .widget-cs-col3,
.cs-3-2 .widget-cs-col1, 
.cs-3-2 .widget-cs-col2,
.cs-4-3 .widget-cs-col1, 
.cs-4-3 .widget-cs-col2, 
.cs-4-3 .widget-cs-col3,
.cs-4-2 .widget-cs-col1, 
.cs-4-2 .widget-cs-col2{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
position: relative;
}
.cs-1-1 .widget-cs-col1,
.cs-2-1 .widget-cs-col1,
.cs-3-1 .widget-cs-col1,
.cs-4-1 .widget-cs-col1{
width: 100%;
position: relative;
}
.cs-1-2 .widget-cs-col1,
.cs-1-2 .widget-cs-col2,
.cs-2-2 .widget-cs-col1,
.cs-2-2 .widget-cs-col2,
.cs-3-2 .widget-cs-col1,
.cs-3-2 .widget-cs-col2,
.cs-4-2 .widget-cs-col1,
.cs-4-2 .widget-cs-col2{
width:50%;
padding: 0px 7.5px;
}
.cs-1-3 .widget-cs-col1,
.cs-1-3 .widget-cs-col2,
.cs-1-3 .widget-cs-col3,
.cs-2-3 .widget-cs-col1,
.cs-2-3 .widget-cs-col2,
.cs-2-3 .widget-cs-col3,
.cs-3-3 .widget-cs-col1,
.cs-3-3 .widget-cs-col2,
.cs-3-3 .widget-cs-col3,
.cs-4-3 .widget-cs-col1,
.cs-4-3 .widget-cs-col2,
.cs-4-3 .widget-cs-col3{
width:33.33%;
padding: 0px 7.5px;
}
.widget-cs-bar.cs-1-2 .widget-cs-container,
.widget-cs-bar.cs-1-3 .widget-cs-container,
.widget-cs-bar.cs-2-2 .widget-cs-container,
.widget-cs-bar.cs-2-3 .widget-cs-container,
.widget-cs-bar.cs-3-2 .widget-cs-container,
.widget-cs-bar.cs-3-3 .widget-cs-container{
margin: 0px -7.5px;
}
/*slide navigation*/
.product-slide-widget .owl-carousel .owl-nav{
position: absolute;
      top: 30%;
    left: 0;
    right: 0;
    height: 0;
    margin: 0 -10px;
    z-index: 2;
    font-size: 24px;
    opacity:1;
}
.product-slide-widget .owl-carousel .owl-nav .owl-prev,.thunk-slide.thunk-brand .owl-nav .owl-prev{
    float: left;
    margin-left: -5px;
}
.product-slide-widget .owl-nav .owl-next,.thunk-slide.thunk-brand .owl-nav .owl-next{
 float: right;
margin-right: -5px;
}
.product-slide-widget .owl-carousel .owl-nav button,.thunk-slide.thunk-brand .owl-nav  button{
width: 30px;
    height: 30px;
    line-height: 30px!important;
    font-size: 17px;
    text-align: center;
    background:#fff;
    color:#a7a7a7;
    border:1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.product-slide-widget .owl-carousel .owl-nav button:hover,.thunk-slide.thunk-brand .owl-nav  button:hover{
color: #fff;
background:#ff0052;
border-color:#ff0052;
-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-slide-widget .owl-carousel .owl-nav button .slick-nav {
    font-size: 100%;
    line-height: normal;
}
.product-slide-widget .owl-carousel .owl-nav button .slick-nav:hover {
    color: #fff;
    cursor: pointer;
}

/*product widget single category css*/
.product-slide-one-widget {
    display: flex;
    align-items: stretch;
    margin:0;
}
.product-slide-one-widget .widget-content-wrap{
    width: 18%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-slide-one-widget .slide-wrap {
    width: calc(100% - 18%);
    position: relative;
}
.product-slide-one-widget .widget-content-wrap.right{
margin-left:15px;
}
.product-slide-one-widget .widget-content-wrap.left{
margin-right:15px;
}
/******************/
/*Tag Cloud Css*/
/*******************/
.tagcloud a,.thunk-tags-wrapper a{
    background: #f7f7f7 none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    padding: 4px 6px;
    text-transform: capitalize;
    font-size: 11px !important;
    margin: 0 4px 8px 0;
    border-radius: 50px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}
.tagcloud a:hover,.thunk-tags-wrapper a:hover {
    background: #ff0052 none repeat scroll 0 0;
    color: #fff!important;
}
/******************/
/*About us widget*/
/******************/
.widget.th-about-me .about-social-meta ul{
display:flex;
justify-content: flex-start;
}

.widget.th-about-me p{
 margin-top:15px;
 margin-bottom:5px;
}

.widget.th-about-me a.read-more{
   font-weight: normal;
    line-height:noraml;
    display:inline-block;
    color: #747474;
}
.widget.th-about-me a.read-more:hover{
color:#ff0052;
}
.widget.th-about-me li.about-social-social{
margin-right:10px;
font-size:15px
}
/********************/
/*Calender*/
/*********************/
#wp-calendar thead th,#wp-calendar table,#wp-calendar td{
border:none!important;
}
#wp-calendar {width: 100%; margin: 0;}
#wp-calendar caption { text-align:left; color:#747474; font-size: 12px; margin-bottom:10px;position:relative;}
#wp-calendar thead { font-size: 9px; }
#wp-calendar thead th { padding-bottom: 5px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f7f7f7; 
border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 9px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 9px; text-transform: uppercase; padding-top: 10px; }
/**********************/
/*price filter*/
/*********************/
.woocommerce .widget_price_filter .top-store-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .top-store-widget-content .ui-slider .ui-slider-handle{
  background-color:#ff0052;
}
.woocommerce .widget_price_filter .top-store-widget-content .price_slider_wrapper .ui-widget-content{
  background-color: #e4e6eb;

}
.widget.woocommerce.widget_price_filter .top-store-widget-content .ui-slider-horizontal{
  height: 2px;
}
.widget.woocommerce.widget_price_filter .top-store-widget-content .price_slider{
  margin-bottom: 30px;
    overflow-y: inherit;
    overflow-x: inherit;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  top: -0.4rem;
}
.woocommerce .price_slider_amount{
  position: relative;
}
.price_slider_amount .price_label{
  width: 100%;
  position: absolute;
  top: -14px;
  text-align: center;
}
/*dropdown*/
select {
    width: 100%;
max-width:250px;
    padding: 5px;
    color: #666;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.5em;
}
/**********************/
/*Post slide widget***/
/*********************/
.top-store-slide-post .title{
font-weight: 700;
}
.widget.top-store-slide-post .post-thumb{
  margin-bottom: 10px;
}
/******************/
/*Shop Page */
/*****************/
.thunk-list-grid-switcher a {
    width: 35px;
    height: 35px;
    color: #fff;
    background:#ebe9eb;
    display: block;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-right:10px;
    color: #fff!important;
}
.thunk-list-grid-switcher a.selected, .thunk-list-grid-switcher a:hover{
    background:#ff0052;
    border: 1px solid #ff0052;
}
.woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped{
    width:auto;
}
.thunk-list-view .thunk-product:hover .thunk-product-hover {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;;
    box-shadow:none;;
}
.woocommerce-page .thunk-list-view ul.products li.product {
    float:left;
    width:100%!important;
    margin-right:0%!important;
    margin-bottom: 15px!important;
}
.woocommerce .thunk-list-view ul.products li.product .onsale {
    top: 0;
    right: auto;
    left: 0;
}
.thunk-list-view .thunk-product {
    display: inline-block;
    width: 100%;
}
.thunk-list-view .thunk-product .thunk-product-image{
    margin:0!important;
    display:block;
    float:left!important;
    width:35%!important;
    max-width: 320px;
}
.thunk-list-view .thunk-product .thunk-product-content,.thunk-list-view .thunk-product .thunk-product-hover{
    width: 65%!important;
    text-align: start;
    float: left;
}
.thunk-list-view .thunk-product{
    border:none;
}
.thunk-list-view  .thunk-product-image{
    padding-bottom:0;
}
.os-product-excerpt{
    text-align:left;
    display:none;
}
.thunk-list-view .os-product-excerpt{
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}
.thunk-list-view .thunk-product .thunk-product-hover{
    position: relative;
    z-index: 0;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding-bottom:0;
    -webkit-transform:  inherit;
    -ms-transform: inherit;
    -o-transform:  inherit;
    transform: inherit;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    border: none;
    transition: none;
}
.woocommerce .thunk-list-view .thunk-product-content .star-rating{
    margin:0;
    margin-top: 10px;
}
.thunk-list-view .thunk-quik{
    display: none;
}
.thunk-list-view .thunk-wishlist, .thunk-list-view .thunk-compare {
    margin-top: 15px;
}
.thunk-list-view .thunk-icons-wrap{
    width: auto;
    opacity: 1;
}
.thunk-list-view .thunk-icons-wrap .tooltip{
    display: none;
}
.woocommerce .thunk-list-view .star-rating{
    opacity: 1;
}
.thunk-list-view .thunk-icons-wrap .tooltip{
    top: -20px;
}
.woocommerce .thunk-list-view ul.products .thunk-product-hover .add_to_cart_button, .woocommerce .thunk-list-view .thunk-product-hover a.th-button,.woocommerce .thunk-list-view ul.products .thunk-product-hover .button {
    width: auto;
    display: table;
}
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .woocommerce-loop-product__title{
    font-size:21px;
    line-height: 28px;
    padding-top:15px;
    padding-bottom: 5px;
}
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .price {
    font-size: 16px;
    margin-bottom:10px;
    width: 65%;
    padding: 0 25px;
    text-align: left;
    float: left;
}
.woocommerce ul.products li.product.thunk-woo-product-list .price,
.woocommerce .thunk-woo-product-list .price{
    font-size: 14px;
    color: #2e6ed5;
    order: 3;
    margin-bottom: 7px;
}
.woocommerce ul.products li.product.thunk-woo-product-list .price del {
    color: #b8b8b8;
    margin-right:10px;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins {
    font-weight: normal;
}
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-content, 
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
    padding: 0px 25px;
}
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {   
    margin-bottom: 15px;
}
.thunk-list-grid-switcher{
    float: right;
    margin-right:0px;
}
#shop-product-wrap select {
    width: 100%;
    padding: 5px;
    color: #666;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1.5em;
}
#shop-product-wrap ul.products{
    padding-top:15px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
 .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    line-height: 21px;
    font-size: 14px;
    font-family: "Lato-Bold", sans-serif;
    color: #111;
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}
.yith-wcwl-add-button span{
  display: none;
}
/************************/
/*Product catalog style*/
/************************/
/*Two coloum*/
.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product {
    width: 49%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    position: relative;
    margin: 0px 2% 20px 0px;
    padding: 0px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
/*three coloum*/
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 32%;
}
/*four coloum*/
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: 23.5%;
}
/*five coloum*/
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 18.4%;
}
/*Six coloum*/
.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
    width: 15%;
}
.archive.woocommerce-page .page-title{
display:none;
}
/***************************************/
/*woocommerce single product page style*/
/***************************************/
/*breadcrumb*/
.thunk-breadcrumb-wrapper{
  text-align:center;
}
.thunk-breadcrumb{
  padding-bottom:15px;
  list-style: none;
  margin: 0;
      text-align: right;
}
.thunk-breadcrumb li{
  display: inline;
  font-size: 11px;
}
/* Add a slash symbol (/) before/behind each list item */
.thunk-breadcrumb li+li:before{
  padding: 5px;
  content: "/\00a0";
}
.thunk-breadcrumb li a {
  text-decoration: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery{
    margin:0;
}
.thunk-single-product-summary-wrap {
    position: relative;
    padding: 15px;
    background: #fff;
    float: none;
    overflow: hidden;
    display: block;
}
.single-product .thunk-woo-product-list{
text-align:left;
}
.woocommerce div.product .flex-viewport {
    width: 83%;
    float: right;
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs {
    width: calc(17% - 1em);
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs {
    width:17%;
    width: -webkit-calc(17% - 1em);
    width: calc(17% - 1em);
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 1em;
    margin-bottom: 1em;
}
.single-product .summary .thunk-woo-product-list{
text-align:left;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 10px 0 0;
    float: left;
    width: 5.4em;
    line-height: normal;
}
.woocommerce div.product .product_title, 
.woocommerce div.product p.price,
.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 10px 0 0;
    float: left;
    width:6em;
    line-height: normal;
}
.woocommerce div.product .product_title, 
.woocommerce div.product p.price, 
.woocommerce-product-details__short-description, 
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom:10px;
}
.woocommerce .summary .star-rating{
    font-size: 13px;
}
.woocommerce-product-details__short-description{
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
}

.woocommerce table.shop_attributes td {
    padding: 0px 8px;
}

.woocommerce div.product .product_title,section.related.products h2, 
section.upsells.products h2,.woocommerce #reviews #comments h2{font-size: 18px;
    line-height: 25px;color:#111;}
.woocommerce div.product .product_title{
    font-size: 21px;
    line-height: 28px;
  }
/*quantity button*/
.single-product div.product form.cart button.minus { 
    display: inline-block;
    float: left;
    font-size:16px;
    font-weight: 100;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    background:transparent;
    color: #a7a7a7;
}
.single-product div.product form.cart button.plus{
    display: inline-block;
    float: left;
    font-size:16px;
    font-weight: 100;
    height: 35px;
    line-height:35px;
    text-align: center;
    width: 35px;
    background:transparent;
    color: #a7a7a7;
}
.single-product div.product form.cart input[type="number"] {
    border-color:#a7a7a7;
    border-width: 0 1px;
    color: #a7a7a7;
    float: left;
    font-size:16px;
    background: transparent;
    height:35px;
    line-height: 35px;
    padding: 0 5px;
    text-align: center;
    width:35px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-radius: 0;
    -webkit-border-radius:0;
}
.single-product .product_meta{
  width: 100%;
  clear: both;
}
.single-product.woocommerce ul.products li.product .woocommerce-loop-product__link, 
.single-product.woocommerce-page ul.products li.product .woocommerce-loop-product__link{
  margin: 0;
}
.woocommerce div.product form.cart div.quantity{
    margin:0;
}
.top-store-quantity{
    margin-right:15px;
    display: flex;
    float: left;
    border: 1px solid #a7a7a7;
}
.summary input[type=number]::-webkit-inner-spin-button, 
.summary input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
    float: left;
}
.woocommerce div.product form.cart .variations select {
    z-index: 1;
    border: none;
    height: 35px;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    position: relative;
    border: 1px solid #a7a7a7;
    padding: 0px 10px;
    width: 60%;
    margin-right: 10px;
        margin-bottom: 7.5px;
}
.woocommerce div.product form.cart .variations td.label{
vertical-align:middle;
}
.woocommerce div.product form.cart table td {
    padding-left: 0;
    padding: 0;
}
.woocommerce-variation-price,.woocommerce div.product form.cart .variations{
margin-bottom:20px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 15px 0px;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom:none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: 2;
    border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 15px 15px 15px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border: none;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    color:#a7a7a7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
   display:none;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
    text-align: start;
}
body .woocommerce-tabs .tabs li.active a::before, body .woocommerce-tabs .tabs li:hover a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
body .woocommerce-tabs .tabs li.active a, body .woocommerce-tabs .tabs li:hover a{
color:#111!important;
}
body .woocommerce-tabs .tabs li a::before {
    border-bottom: 2px solid #ff0052;
    bottom: -4px;
    left: 0;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: transform 0.5s linear 0s;
    -o-transition: -o-transform 0.5s linear 0s;
    -webkit-transition: -webkit-transform 0.5s linear 0s;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel{
background:#fff;
padding:15px;
position:relative;
    margin: 0 0 30px;
}
.product_meta {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    background:#fff;
    padding:15px;
    position:relative;
    justify-content: space-between;
}
.product_meta > span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    padding: 7px 0;
}
.product_meta > span.tagged_as{
border-right:none;
}
.woocommerce-Tabs-panel .woocommerce-Reviews{
text-align:left;
}
section.related.products h2,section.upsells.products h2{
margin-bottom:30px;
}
section.related.products .thunk-woo-product-list,section.upsells.products .thunk-woo-product-list{
text-align:center;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border:none;
}
section.related.products ul.products{
padding: 15px 15px 0px 15px;
background:#fff;
margin:0;
}
.woocommerce #reviews #comments ol.commentlist li{
    border-bottom: 1px solid #f1f1f1;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
    float: left;
    height: 50px;
    width: 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    overflow: hidden;
    padding:0;
    margin: 0 0 0 65px;
}
.comment-text .star-rating{
margin-bottom:8px;
    width: 100%;
}
.woocommerce #reviews #comments .star-rating span ,
.woocommerce p.stars a,
.woocommerce .woocommerce-product-rating .star-rating{
color:#f4a51c;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
  color:#00badb;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 0em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-style: italic;
}
.comment-form{
margin-top:10px;
width:60%;
}
.comment-form-rating{
display:flex;
line-height: normal;
margin-bottom: 10px;
}
.comment-form-comment label{
    padding-bottom: 10px;
    display: block;
}
.woocommerce #review_form #respond p.stars{
margin:0px 0px 0px 10px;
}
.comment-form textarea {
    line-height: 28px;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"] {
    line-height: 35px;
    min-height: 35px;
    background: #f7f8f9;
    border: 1px solid #f1f1f1;
}
.comment-form textarea{
    line-height:normal;
    min-height: 52px;
    background: transparent;
    border: 1px solid #f1f1f1;
          padding:10px;
}
.comment-form .form-submit [type="submit"]{
    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    transition: all .5s ease-out;
    color: #fff!important;
    background: #00badb;
    border:0;
    cursor: pointer;
    border-radius: 3px;
}
#commentform.comment-form input#submit{
  line-height: initial!important;
}
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"]{
  width:80%;
}
.comment-form textarea{
  height:200px;
}
.comment-form textarea:focus{
  outline: 1px solid #f1f1f1;
}
.comment-form  .form-submit{
  margin-top:20px;
}
.comment-respond{
  display: flow-root;
}
.woocommerce #reviews #comment {
    height: 150px;
    padding: 10px;
}
.single_add_to_cart_button.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button,
 .woocommerce input.button, .woocommerce .return-to-shop a.button{
    background: #ff0052;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    min-width: 110px;
    border-radius:3px;
        text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color:#ff0052;
    color: #fff;
    opacity: 0.9;
}
/*woocommerce meassage*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #fafafa;
    color: #292e32;
    border-top: 3px solid #292e32;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before{
display:none;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button {
    float: right;
    font-size: 13px;
font-weight:normal;
background:transparent;
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    border: 1px solid #eee;
    transition: all .5s ease-out;
border: 1px solid #ff0052;
color:#ff0052;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover{
color:#fff;
background:#ff0052;
}
/*woocommerce meassage*/
.woocommerce.woocommerce-page  .related ul.products .product, .woocommerce.woocommerce-page .upsells.products li {
    display: inline-block;
    vertical-align: top;
}
/*VERTICAL STYLE*/
.woocommerce div.product.top-store-single-product-tab-vertical .woocommerce-tabs ul.tabs {
    width: 200px;
    float: left;
    padding: 0px;
    margin: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.woocommerce div.product.top-store-single-product-tab-vertical .woocommerce-tabs ul.tabs li.active {
    z-index: 0;
    border-right-color:rgba(0,0,0,.1);
    border-bottom-color:rgba(0,0,0,.1);
}
.woocommerce div.product.top-store-single-product-tab-vertical .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin: 0px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color:rgba(0,0,0,.1);
}
.woocommerce div.product.top-store-single-product-tab-vertical .woocommerce-tabs .panel {
    margin-left: 220px;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    border-image: initial;
    border-width: 0px 0px 0px 1px;
    padding: 1.5em;
    text-align: left;
    margin-top: 30px;
}
.woocommerce div.product.top-store-single-product-tab-vertical .woocommerce-tabs ul.tabs li a{
width:100%;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    position: relative;
    margin-bottom:20px;
}
.woocommerce-variation-price{
margin-bottom:20px;
}
.woocommerce section {
    clear: both;
}
.woocommerce .entry-summary .clear{
clear: initial;
}
/************************/
/*wishlist icon*/
.summary .yith-wcwl-add-to-wishlist {
    float: left;
    margin: 0 0 17px 0;
}
.summary .yith-wcwl-add-button, .summary .yith-wcwl-wishlistaddedbrowse,
 .summary .yith-wcwl-wishlistexistsbrowse {
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    font-size: 0;
}
.summary .yith-wcwl-add-button .show {
    display: block!important;
}
.summary .yith-wcwl-add-button a, .summary .yith-wcwl-wishlistaddedbrowse a, 
.summary .yith-wcwl-wishlistexistsbrowse a,
.summary .woosw-btn, 
.summary .woosw-added{
    border: 1px solid;
    border-radius: 0;
    color: #a7a7a7;
    display: inline-block;
    font-size: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    letter-spacing: normal;
}
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before{
    content: "\f08a";
    font-family:fontawesome;
    font-size: 13px;
}
.summary .yith-wcwl-add-to-wishlist .ajax-loading {
box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 0px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    left: 12px;
    top: 12px;
}
.summary .yith-wcwl-add-to-wishlist.show .add_to_wishlist::before, 
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before, 
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before{
color:#ff0052;
content: "\f004";
}
.thunk-single-product-summary-wrap .yith-wcwl-add-button>a i{
margin:0;
}
.woocommerce table.shop_table tbody.wishlist-items-wrapper img{
max-width:60px;
}
.wishlist_table .product-add-to-cart a{
margin:0!important;
}
.wishlist_table .product-add-to-cart a.button {
line-height:inherit;
padding: 10px 12px!important;
min-width:auto;
}
/*compare style*/
.woocommerce .entry-summary a.th-product-compare-btn,
.woocommerce .entry-summary .th-wishlist-single a{
    border: 1px solid;
    border-radius: 0;
    color: #a7a7a7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background:transparent;
    text-align:center;
    margin-left:10px;
    font-weight: normal;
    min-width: auto;

}
.entry-summary .thunk-compare i,
.entry-summary .thunk-compare .text{
  display: none;
}
.woocommerce .entry-summary a.th-product-compare-btn{
  padding: 0;
}
.woocommerce .entry-summary .wooscp-btn{
  margin-left: 0;
  margin-right: 10px;
}
.woocommerce .entry-summary a.compare.button.added:before{
color:#ff0052;
}
.woocommerce .entry-summary .clear{
clear: initial;
}
/************************/
/*woocommerce cart page*/
/************************/
.woocommerce table.shop_table {
    border-style: solid;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-color:#eaeaea;
    border:0;
    font-size: initial;
}
.woocommerce table.shop_table thead th{
    border-bottom:1px solid #f1f1f1!important;
}
.woocommerce table.shop_table thead th,
.cart-subtotal,.order-total {
    font-weight:600;
    border:none;
    color:#666;
}
.woocommerce table.shop_table th {
    padding: 0.8em;
    vertical-align: middle;
}
.woocommerce table.shop_table td{
    border-bottom:1px solid #f1f1f1!important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
    border:none;
}
.woocommerce table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
    width: auto;
    max-width:90px;
    height: 100px;
}
.cross-sells h2,.cart_totals h2{
margin:40px 0px;
color:#111;
}
table.cart .product-thumbnail img {
    margin: 0 auto;
    border-radius: 3px;
}
.woocommerce table.shop_table td {
    padding: 0.8em;
    vertical-align: middle;
    text-transform: capitalize;
    border-color:#f1f1f1;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
    width: auto;
    line-height: 23px;
}
.woocommerce table.shop_table .cart-subtotal td{
    border:none!important;
    background:#f7f8f9;
}
.woocommerce table.shop_table .order-total td{
    border-bottom:none!important;
    background: #f7f8f9;
}
.cart_totals .shop_table{
    padding: 0px 20px!important;
    background:#f7f8f9;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 1em 0em;
}
.woocommerce .woocommerce-cart-form__cart-item .quantity .qty {
    height: 40px;
        background: #f7f8f9;
    border: 1px solid #eaeaea;
}
.woocommerce a.remove {
    color: #666!important;
    font-size: 15px;
    border-radius: 0;
    padding-top: 1px;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background:#666!important;
}
#add_payment_method table.cart td.actions .coupon .input-text,
 .woocommerce-cart table.cart td.actions .coupon .input-text, 
 .woocommerce-checkout table.cart td.actions .coupon .input-text {
border: 1px solid #f1f1f1;
  }
  .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, 
  .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, 
  .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
  .woocommerce button.button.disabled, .woocommerce button.button:disabled, 
  .woocommerce button.button:disabled[disabled], 
  .woocommerce input.button.disabled, 
  .woocommerce input.button:disabled,
   .woocommerce input.button:disabled[disabled] {
    padding: 0;
}
.return-to-shop{
  display: inline-block;
}
/************************/
/*woocommerce cart page*/
/************************/
/************************/
/*checkout page style*/
/************************/
.woocommerce-billing-fields {
    overflow: hidden;
}
.woocommerce-billing-fields h3 {
    margin: 0 0 30px;
}
.woocommerce-billing-fields h3,
.woocommerce-checkout h3#order_review_heading,
.woocommerce-additional-fields h3{
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 25px;
    color: #111;
}
.checkout .form-row > label {
    display: block;
    font-weight: 500;
}
.checkout input.input-text {
    background: #f7f8f9;
    border: 1px solid #eaeaea;
    color: #a7a7a7;
    width: 100%;
}
input[type="text"], input[type="email"],input[type="url"],
 textarea, input[type="password"], 
 input[type="tel"], input[type="search"] {
    border: 1px solid #eaeaea;
    border-radius: 0;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
.thunk-top2-slide.owl-carousel .owl-nav button.owl-prev{
border-radius:0px 3px 3px 0px; 
}
.thunk-top2-slide.owl-carousel .owl-nav button.owl-next{
border-radius:3px 0px 0px 3px; 
}  

.woocommerce .thunk-woo-product-list span.onsale{
  border-radius:3px;
  margin:0;
  right: auto;
  left: 0;
}  
#s{border-radius: 3px 0px 0px 3px;}

.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color:#a7a7a7;
    height: 40px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #eaeaea;
    border-radius: 0;
    background: #f7f8f9;
}
.checkout .select2-container .select2-selection--single {
    height:40px;
    line-height:40px;
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
    height: auto;
}
.woocommerce .woocommerce-checkout #customer_details p.form-row label {
    margin: 0 0 5px;
    display: block;
}
.woocommerce-checkout>.col2-set>.col-2 {
    float: none;
    width: 100%;
}
.woocommerce-checkout #order_review {
    float: right;
    width: 48%;
}
.woocommerce-checkout h3#order_review_heading {
    float: right;
    width: 48%;
}
.woocommerce #order_review table.shop_table {
    margin: 0 0 40px;
    border: none;
}
.woocommerce-checkout>.col2-set {
    float: left;
    width: 48%;
}
.woocommerce-checkout>.col2-set>.col-1 {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce .form-row-first {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
    background-color:#f7f8f9;
}
.woocommerce-checkout #payment ul.payment_methods li {
    background-color:#f7f8f9;
    text-align: left;
    border: 0;
    padding: 20px;
}
.woocommerce-checkout .thunk-content-wrap{
    overflow: hidden;
}
.woocommerce #order_review table.shop_table thead th {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px;
}
.woocommerce #order_review table.shop_table th{
    border: none;
    padding: 16px 20px;
}
.woocommerce #order_review table.shop_table thead th.product-total {
    text-align: right;
}
.woocommerce #order_review table.shop_table tbody td.product-name {
    max-width: 376px;
    text-align: left;
}
.woocommerce #order_review table.shop_table td {
    border: none;
    padding: 16px 20px;
    text-align: right;
}
.woocommerce table.shop_table td {
    padding: 0.8em 0px;
    vertical-align: middle;
    text-transform: capitalize;
    border-color: #eaeaea;
}
.woocommerce #order_review table.shop_table tfoot th {
    font-weight: 600;
}
.woocommerce #order_review table tfoot th {
    text-transform: capitalize;
}
.woocommerce-checkout-review-order-table tfoot th {
   background: #f7f8f9;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
    background-color: #f5f5f5;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding-bottom: 20px;
    padding: 0;
}
.woocommerce-checkout #payment {
    background: transparent;
}
.woocommerce-checkout #place_order {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 16px 20px;
}
.woocommerce-checkout .woocommerce-info:before {
    color: #ddd;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
    float: left;
    width: 100%;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
    float: left;
    width: 100%;
}
.woocommerce-checkout form,
.woocommerce-checkout textarea {
    line-height: 1.5;
    resize: vertical;
}
.form-row {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce-input-wrapper textarea.input-text {
    background: #f7f8f9;
    border: 1px solid #eaeaea;
    color: #898989;
    width: 100%;
}

.woocommerce-input-wrapper textarea.input-text {
    background: #f7f8f9;
    border: 1px solid #eaeaea;
    color: #898989;
    width: 100%;
}
.woocommerce form .form-row textarea{
    border-radius: 0 !important;
    padding:10px;
    -webkit-appearance: none;
    appearance: none;
}

.woocommerce-info::before {
    display:none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    margin: 0;
    margin-top: 20px;
}
#add_payment_method #payment div.form-row,
 .woocommerce-cart #payment div.form-row, 
 .woocommerce-checkout #payment div.form-row {
    padding: 1em;
    background: #f7f8f9;
}
.woocommerce form .form-row input.input-text{
    background:#f7f8f9;
    border: 1px solid #eaeaea;
        height:40px;
    width: 100%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    margin-top:0;
    padding: 0;
    border:none;
}
.form-row {
    float: left;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
/************************/
/*checkout page style*/
/************************/
/************************/
/*account-page*/
/************************/
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    margin-top: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    margin-top: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    float: left;
    width: 30%;
    padding: 0px 20px;
    background: #f7f8f9;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 15px 0;
    display: block;
    font-weight: 300;
}
.woocommerce-MyAccount-navigation ul li:last-child {
border:0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login, 
.woocommerce form.register{
    margin-top: 0;
    padding: 0;
    border: none;
    width: 50%;
}
.woocommerce form.checkout_coupon{
    border: 1px dashed;
    padding: 15px;
  }
.woocommerce-MyAccount-content .woocommerce-info {
line-height: 34px;
}
/**************/
/*Blog page*/
/***************/
.thunk-woo-product-list.post,article.thunk-post-article{
    text-align:left;
}
article.thunk-article,article.thunk-post-article,.single article,.no-results.not-found,#error-404{
background:#fff;
padding:15px;
margin-bottom:15px;
}
.thunk-post-img-wrapper{
margin-bottom:15px
}
h2.thunk-post-title,h1.thunk-post-title{
margin-bottom:5px;
font-size: 18px;
}
h2.thunk-post-title a,h1.thunk-post-title a{
  color:#111;
}
.thunk-post-meta{
margin-bottom:15px;
display: flex;
}
.entry-content p {
    margin: 17px 0 0 0;
    line-height: 1.8;
}
article.thunk-post-article .thunk-readmore.button {
    font-weight: normal;
    display: inline-block;
    padding: 0 10px;
      height: 30px;
    line-height: 30px;
    margin: 0;
    transition: all .5s ease-out;
    color: #fff!important;
    background: #00badb;
    border-radius: 3px;
}
article.thunk-post-article .thunk-readmore.button:hover{
  opacity: 0.7;
}
p.read-more{
margin-bottom:10px;
}
.thunk-comments {
    background: #000;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    min-width: 27px;
    padding: 0 4px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.thunk-comments span,.thunk-comments a{
  color:#fff;
}
.thunk-post-info{
    width: 80%;
}
.thunk-post-comments {
    width: 20%;
}
.thunk-comments:before {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    content: "";
    left: 5px;
    position: absolute;
}
.thunk-post-info span:after{
content: " ";
    width: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
}
.thunk-post-info span:last-child:after {
display:none;
}
/*post pagination*/
.navigation.pagination{
margin:30px 0px;
}
.nav-links{
  text-align:center;
}
.nav-links .page-numbers{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
        font-size: 13px;
    margin-right: 4px;
    text-align: center;
      border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
background-color:#f1f1f1;

}
.nav-links .page-numbers.current,.nav-links .page-numbers:hover{
    background-color: #ff0052;
    color:#fff;
}

.nav-links .page-numbers.next:before {
    content: "\f105";
    font-family: fontAwesome;
    line-height:inherit;
    font-size:14px;
}
.nav-links .page-numbers.prev:before {
    content: "\f104";
    font-family: fontAwesome;
    line-height:inherit;
    font-size:14px;
}
.next.page-numbers,.prev.page-numbers{
font-size:0;
}
.woocommerce nav.woocommerce-pagination ul {
    padding: 0;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 1px;
    display: contents;
    white-space: nowrap;
}
.woocommerce  nav.woocommerce-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding:0;
    font-size: 13px;
    margin-right: 4px;
    text-align: center;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color: #f1f1f1;
}
.woocommerce nav.woocommerce-pagination ul li{
    float: none;
    border-right:0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #ff0052;
    color: #fff;
}
/***********************************/
/*Post single page*/
/***********************************/
.thunk-related-links {
margin-bottom:15px;
}
.thunk-related-links .nav-links{
display: flex;
    text-align: left;
}
.thunk-related-links .nav-links .nav-previous{
-webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.thunk-related-links .nav-links  a{
font-size:15px;
font-family: "Lato-Bold", sans-serif;
color:#111;
}
.thunk-related-links .nav-links  a:hover{
  color: #ff0052;
}
h4.author-header{
color:#111;
font-size:16px;
}
/*Comment box & Author*/
.thunk-author-bio,.thunk-author-bio {
    display: flex;
}
.author-info {
    align-self: center;
    margin-left:15px;
}
.author-header a{
color:#a7a7a7;
}
.comment-list{
margin:0;
padding:0;
list-style: none;
}
.single article.comment-body{
padding:0;
}
.thunk-single-post ol.children article, 
.thunk-single-page ol.children article{
background:#f6f7f9;
}
.single article.comment-body{
background:#f6f7f9;
padding:15px;
border-radius: 4px;
}

/* comment-list css Starts */
.thunk-single-post .comment,
.thunk-single-page .comment{
  margin-bottom:15px;
}
.thunk-single-post .comment-author,
.thunk-single-page .comment-author{
  display: flex;
} 
.thunk-single-post .comment-author img,
.thunk-single-page .comment-author img
{
  margin-right: 15px;
      width: 64px;
    border: 1px solid #cecece;
    padding: 4px;
    border-radius: 5px;
}
.author-avatar img{
 width: 64px;
    border: 1px solid #cecece;
    padding: 4px;
    border-radius: 5px;
}
.thunk-single-post .comment-author .fn,
.thunk-single-page .comment-author .fn{
  margin-right: 5px;
}
.thunk-single-post .comment-author,
.thunk-single-post .comment-metadata,
.thunk-single-post .comment-content,
.thunk-single-post .reply,
.thunk-single-page .comment-author,
.thunk-single-page .comment-metadata,
.thunk-single-page .comment-content,
.thunk-single-page .reply{
  margin-bottom: 15px;
}
.thunk-single-post ol.children,
.thunk-single-page ol.children{
  list-style-type: none;
}
.thunk-single-post .comment-list,
.thunk-single-page .comment-list{
  margin: 10px 0;
  list-style-type: none;
}
/* comment-list css End */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*gallery style*/
.gallery:after {content:"";display:table;clear:both;}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block; border: 1px solid #eee;
    padding: 3px;}
.gallery figure {float:left; margin:0 2% 0.4em 0;}
.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
/*gallery style end*/

[hidden] {
  display: none;
}
/* =WordPress Core End */

#reply-title{
  padding: 10px 0;
      padding: 10px 0;
    font-size: 16px;
    line-height: 23px;
    color: #111;
}
.comment-notes{

  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

form p label{
  display: block;
  margin: 10px 0;
}
.logged-in-as{
  margin: 20px 0;
}
.logged-in-as a{
  color: #242424;
}

.thunk-single-post form p{
  color: #242424;
}
.thunk-single-post form p label,
.thunk-single-page form p label{
  display: block;
  margin: 10px 0;
}
.thunk-single-post .logged-in-as,
.thunk-single-page .logged-in-as{
  margin: 20px 0;
}
.thunk-single-post .logged-in-as a,
.thunk-single-page .logged-in-as a{
  color: #242424;
}
.thunk-single-post .logged-in-as a:nth-of-type(2),
.thunk-single-page .logged-in-as a:nth-of-type(2){

  background: #d80303;
  padding: 5px 10px;
  color: #fff;
}
#wp-comment-cookies-consent{
  width: auto;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
#searchform [type="submit"],.widget_product_search [type='submit'] {
    line-height: 30px;
    font-size: 11px;
    padding: 0px 12px;
   border:1px solid #141415;
    background: #141415;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#searchform [type="submit"]:hover{
border:1px solid #ff0052;
background: #ff0052;
cursor:pointer;
}
/*********************/
/*Pages Style*/
/*********************/
.thunk-page .thunk-content-wrap{
padding:15px;
background:#fff;
margin-bottom: 20px;
}
 .page-head{
padding-bottom:20px;
display: -webkit-box;
  display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.page-head h1{
color:#111;
font-size: 21px;
    line-height: 28px;
}
 .page-head .breadcrumb-trail.breadcrumbs{
flex:1;
}
.thunk-breadcrumb {
  padding-bottom:0;
}
.single-product .page-head .breadcrumb-trail.breadcrumbs {
  flex: initial;

}
/*//LOADER*/
.thunk-loadContainer{
  display:none;
}
.thunk-loadContainer:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: #fffffffa;
    z-index: 99;
}
.loader{ 
    position:absolute; 
    top: 50%;
    left: 50%;
    z-index: 999;
}
.loader{
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #fff;
  border-right: 4px solid #ff0052;
  border-bottom: 4px solid #ff0052;
  border-left: 4px solid #ff0052;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce .loader::before{
background:none;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Blog post loader*/
.top-store-load-more{
text-align:center;
}
.top-store-load-more button {
    font-weight: normal;
    background: transparent;
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    border: 1px solid #eee;
    transition: all .5s ease-out;
    border: 1px solid #ff0052;
    color: #ff0052;
}

.top-store-load-more button:hover {
    color: #fff;
    background: #ff0052;
}
#load-more-posts-error,.scroll-error,.opn-shop-pagination-infinite{
  text-align: center;
}
.inifiniteLoader,#load-more-posts-error{
  display:none;
  text-align: center;

}
.inifiniteLoader .loader {
    top: auto;
    left: auto;
    z-index: 999;
    margin: 0 auto;

}
.opn-shop-pagination-infinite .inifiniteLoader .loader {
    top: auto;
    left:0;
    right:0;
    z-index: 999;
    margin: 0 auto;
}
/****************************/
/*woo-product-style on hover*/
/****************************/
.woocommerce .show-on-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: blur(0);
    transition: all .2s linear;
}
.woocommerce li.product:hover .show-on-hover,.woocommerce div.product .thunk-product:hover .show-on-hover{
    opacity: 1;
    transform: scale(1) translateZ(0) translateY(0);
    pointer-events: inherit;
}
.woocommerce li.product.top-store-woo-hover-swap.top-store-shop-swap-item-hover:hover img:first-of-type{
opacity:0;
}
.woocommerce li.product.top-store-woo-hover-swap:hover img.show-on-hover{
opacity:1;
}
.woocommerce ul.products li.product.top-store-woo-hover-zoom:hover img,
.woocommerce-page ul.products li.product.opena-woo-hover-zoom:hover img,
.woocommerce ul.thunk-products-ul li.product.top-store-woo-hover-zoom:hover img,
.woocommerce-page ul.thunk-products-ul li.product.top-store-woo-hover-zoom:hover img,div.product.top-store-woo-hover-zoom .thunk-product:hover img  {
 -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce ul.thunk-products-ul li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.thunk-products-ul li.product .woocommerce-loop-product__link img{
    margin-bottom: 0px;
    backface-visibility: hidden;
    transition: filter 0.6s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-filter 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
/*social icon*/
.content-social ul.social-icon{
list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
.content-social ul.social-icon li{
padding:5px;
}   
.content-social ul.social-icon li i{
  padding:0;
}
.social-icon.original-social-icon i.fa-facebook{
color:#4867AA;
}
.social-icon.original-social-icon i.fa-google-plus{
color:#DE564A;
}
.social-icon.original-social-icon i.fa-linkedin{
color:#007BB6;
}
.social-icon.original-social-icon i.fa-twitter{
color:#00ACED;
}
.social-icon.original-social-icon i.fa-instagram{
color:#C50067;
}
.social-icon.original-social-icon i.fa-pinterest{
color:#BD081B;
}
.social-icon.original-social-icon i.fa-youtube-play{
color:#FF0000;
}
.social-icon.original-social-icon i.fa-tumblr{
color:#36465D;
}
.social-icon.original-social-icon i.fa-stumbleupon{
color:#EB4823;
}
.social-icon.original-social-icon i.fa-dribbble{
color:#EA4C89;
}
.social-icon.original-social-icon i.fa-skype{
color:#00aff0;
}
.content-social .social-icon a{
font-size: 14px;  
width: 1em;
height: 1em;
line-height:1em;
display:block;
text-align:center;
border:1px solid transparent;
color: #fff;
}
.social-icon.original-social-icon a{
background-color:transparent!important;
border:none;
display:block;
}
footer .content-social .social-icon a{
  color: #666;
}
/*social icon*/
/*.menu-close{
  display:flex;
}*/
/************************/
/*Ribbon Section*/
/************************/
section.thunk-ribbon-section .content-wrap{
margin:0;
background-color:#fff;
}
.thunk-ribbon-content{
position:relative;
display: flex;
-webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height:22px;
}
.thunk-ribbon-content-col1{
     width: 70%;
margin-right:2%;
}
.thunk-ribbon-content-col2{
       width: 28%;
      text-align: right;
}
.thunk-ribbon-content-col1 h3{
  color: #fff;
  font-size: 18px;
}
.top-store-site section.thunk-ribbon-section .content-wrap:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
.ribbon-btn{
    color: #111;
    font-size: 12px;
    padding: 7px 14px;
    background: #FFF;
    overflow: hidden;
    z-index: 99;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*404 page & no-result page*/
#no-results .page-content p, #error-404 .page-content p{
margin:15px 0px;
}
#no-results .form-content input[type="text"],#error-404 .form-content input[type="text"]{
width: 250px;
}
.error-heading h2{
font-size:50px;
margin:30px 0px
}
.error-heading h3{
font-size:30px;
}
/*404 page & no-result page*/
/***************************/
/*Sticky Header*/
/****************************/
.sticky-header:before,
.search-wrapper:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.sticky-header-bar{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.sticky-header-col1{
    justify-content: flex-start;
    width: 21%;
    padding:0px;
    align-items: center;
    display: inline-flex;
}
.sticky-header-col2{
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 54%;
}
.sticky-header-col3 {
    text-align: right;
    width: 25%;
}
.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents,
.sticky-header-col3 .header-icon a.prd-search,
.sticky-header-col3 .header-icon a.whishlist,
.sticky-header-col3 .header-icon a.account,
.sticky-header-col3 .header-icon span a{
      text-align: center;
}
.sticky-header .site-title span a{
  color:#666;
}
.sticky-header .header-icon 
 #open-cart span{
display:initial;
}
.sticky-header .header-icon 
 #open-cart a{
color:#666;
}
.sticky-header .header-icon 
 #open-cart a:hover{
color:#00badb;
}
.sticky-header .header-icon #open-cart a.button {
color:#fff;
}
.sticky-header .header-icon #open-cart .woocommerce-mini-cart a,
.sticky-header .header-icon #open-cart a.button{
    width: auto;
    height: auto;
    line-height: inherit;
}
.sticky-header .header-icon #open-cart .woocommerce-mini-cart a.remove{
  width:auto;
}
.sticky-header .header-icon #open-cart .woocommerce-mini-cart a{
  width:95%;
}
.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i,
.sticky-header .header-icon a i{
  font-size:14px;
}
.sticky-header .header-icon a:after {
border-right:0;
}
.sticky-header .header-icon .account-text,.sticky-header .header-icon .cart-content span{
display:none;
}
.sticky-header .header-icon .cart-content span.count-item{
    display: flex;
}
.sticky-header .header-icon{
justify-content: flex-end;
align-items: center;
}
.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i {
    position: relative;
    left: auto;
    top: auto;
    z-index: 9;
    padding-right: 0;
    border-right:0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    transform: inherit;
}
.sticky-header-col3 .thunk-icon .cart-icon{
background:transparent;
width: auto;
    padding: 0;
}
.sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i{
  border-right:none!important;
}
.sticky-header{
    position: fixed;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    width:100%;
    transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease;
    -webkit-animation: fadeOutUpBig .5s ease;
    animation: fadeOutUpBig .5s ease;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: none;
    animation: none;
}
.sticky-header .header-icon a, 
.sticky-header .thunk-icon .cart-icon a.cart-contents {
    color: #111;
    padding: 0 20px 0 0;
    line-height: initial;
}
.sticky-header .cart-icon .taiowc-icon .th-icon{
  color: #111;
}
.sticky-header .header-icon a i, .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i {
    font-size: 24px;
}
#tapsp-search-box.icon_style, #thaps-search-box.icon_style {
    width: auto;
    min-width: auto;
}

.sticky-header .cart-icon a, .sticky-header .thunk-icon .cart-icon .taiowc-content .taiowc-total, .sticky-header .thunk-icon .cart-icon .taiowcp-content .taiowcp-total,.sticky-header .cart-icon .taiowcp-icon .th-icon {
    color: #111;
}

.sticky-header .taiowcp-content,.sticky-header .taiowc-content{
padding:0!important;
}
.sticky-header .taiowcp-cart-close:after,
.sticky-header .taiowc-cart-close:after {
    font-family: dashicons;
    content: "\f335"!important;
    font-size: 1.5rem;
color: #111; 
position: relative;
}
.sticky-header .taiowcp-cart-close,
.sticky-header .taiowc-cart-close {
    position: absolute!important;
    font-size: 0!important;
    text-align: center!important;
    left: 0.5rem!important;
    transition: 0.2s!important;
}

.search-wrapper{
    z-index:999;
}
.sticky-header.stick{
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: fadeInDownBig .7s ease;
    animation: fadeInDownBig .7s ease;
    pointer-events: visible;
    pointer-events: unset;
     -webkit-transform: none;
    transform: none;
}
.sticky-header .logo-content{
width:100%;
padding: 10px 0px;
}
.sticky-header .logo-content img{
max-width:65%;
}
/*search wrapper*/
.search-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    -webkit-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: hidden;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.search-wrapper.open{
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.search-wrapper  .container{
    padding-top: 60px;
    padding-bottom:60px;
        width: 50%;
}
.search-wrapper #search-box form {
   width: 100%;
}
.search-wrapper  #search-box input[type="text"]{
width:100%;
}
.search-close{
float:right;
margin-bottom:25px
}
.search-close-btn {
    margin-right: -12px;
    display: block;
    text-decoration: none;
    min-width: 1.5em;
    min-height: 1.5em;
    transform-origin: center;
    transition: all .3s linear;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
       color: #666;
}
.search-close-btn:before, .search-close-btn:after {
    content: '';
    display: block;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.search-close-btn{
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-close-btn:before {
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.search-close-btn:after {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.search-close-btn:hover {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
/******************************/
        /*Responsive*/
/******************************/
/*******************/
/*text ellips css start*/
/*******************/
.thunk-woo-product-list .woocommerce-loop-product__title{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:1; 
    line-height:21px; 
    max-height:21px;
}
.thunk-list .thunk-product-content .woocommerce-LoopProduct-title{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
    font-family: "Lato-Bold", sans-serif;
    order: 2;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:1; 
    line-height:21px; 
    max-height:21px;
}
.cat-title,.slide-content-wrap p{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:1; 
   line-height:21px; 
    max-height:21px;
}
span.product-title{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:1; 
   line-height:21px; 
    max-height:42px;
}
.slide-content h2{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:1; 
   line-height:35px; 
    max-height:35px;
}
.thunk-list-view .thunk-woo-product-list .woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    line-height: inherit;
    max-height: inherit;
}
/*******************/
/*text ellips css end*/
/*******************/
.thunk-icon{
text-align:right;
text-align: -webkit-right;
}
/*off canvas sidebar*/
.top-store-off-canvas-sidebar .top-store-widget-content{
border:none;
padding:0
}
/*Back to top Start*/
#move-to-top {
position: fixed;
text-align: center;
cursor: pointer;
z-index: 9999;
width: 2em;
height: 2em;
line-height: 2;
color: #fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px; 
 right: 30px;
bottom: 152px;  
background-color:#141415;
font-size:18px;
}
#move-to-top svg{
  vertical-align: initial!important;
}
#move-to-top:not(.filling){
    opacity: 0;
    visibility: hidden;
}
#move-to-top:hover{
opacity:1;
}
/****************************/
/*post-slide-widget-style*/
/****************************/
.post-slide-widget .owl-nav {
    position: absolute;
    top: -35px;
    right: 0px;
    color: #a3a3a3;
    left: auto;
    margin: 0;
}
.post-slide-widget .owl-carousel .owl-nav button,
.top-store-slide-post .owl-carousel .owl-nav button.owl-prev, 
.top-store-slide-post .owl-carousel .owl-nav button.owl-next{
    width: 25px;
    height: 25px;
    line-height: 24px!important;
    font-size: 17px;
    font: initial;
    text-align: center;
    background: #fff;
    color: #a7a7a7;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.top-store-slide-post .owl-carousel .owl-nav button.owl-prev:hover, 
.top-store-slide-post .owl-carousel .owl-nav button.owl-next:hover{
  color: #fff;
}
.post-slide-widget .owl-carousel .owl-nav .owl-prev {
    margin-right: 5px;
}
.post-slide-widget .slide-widget-title{
line-height:normal;
}
.post-slide-widget .post-thumb{
margin-bottom:10px;
}
.post-slide-widget .title{font-size: 14px;}

/******************************/
/*extra list in drop down style*/
/******************************/
.header__cat__item.dropdown{
display: inline-flex;
    position: relative;
}
.header__cat__item.dropdown a.more-cat{
    width: 30px;
    height: 30px;
    line-height: 30px!important;
    font-size: 9px;
    text-align: center;
    background: #fff;
    color: #a7a7a7;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right:8px;
}
.header__cat__item.dropdown.open ul.dropdown-link{display:block;}
.thunk-cat-tab ul.dropdown-link{
  position: absolute;
    top: 100%;
    right: 8px;
    z-index: 1000;
    display:none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    background: #ffffff;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: 0 !important;
    padding: 0;
}
ul.dropdown-link > li >a {
    display: block;
    text-decoration: none;
    padding: 8px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
/*max-mega-menu */
.mega-menu-top-store-main-menu .main-header .sider.main{
display:block;
}
.mega-menu-top-store-main-menu .main-header .menu-toggle,
.mega-menu-top-store-main-menu .main-header .sider.main .menu-close{
display:none!important;
}
.mega-menu-top-store-sticky-menu .sticky-header .sider.main{
display:block;
}
.mega-menu-top-store-sticky-menu .sticky-header .menu-toggle,
.mega-menu-top-store-sticky-menu .sticky-header .sider.main .menu-close{
display:none!important;
}
.mega-menu-top-store-main-menu .main-header .sider.left,
.mega-menu-top-store-main-menu .main-header .sider.right{
    display: block;
    position: inherit;
    top: 0;
    height: auto;
    z-index: 999999;
    width: auto;
    padding: 0;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
   overflow-x: inherit;
    overflow-y: inherit;
    font-size: 15px;
    background-color: #fff;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.woocommerce #shop-product-wrap .woocommerce-ordering {
    width: 210px;
    text-align: right;
}
/*************************************/
/*Page Template Style*/
/*************************************/
.thunk-contactus-detail{
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.thunk-contact-col{
padding:45px 20px;
margin-top:20px;
margin-bottom:20px;
border: 1px solid #f1f1f1;
width:23.5%;
margin-right:2%;
text-align: center;
}
.thunk-contact-col:nth-child(4n+4){
margin-right:0;
}
.thunk-contact-col .fa{
    font-size: 24px;
    margin-bottom: 10px;
color: #ff0052;
display:block;
}
.page-contact .leadform-show-form h1{
display:none;
}
.thunk-contactus{
margin:50px 0px;
}
.page-contact .leadform-show-form{
    max-width: 60%;
}
.page-contact .leadform-show-form label{
    color:#ff0052;
    margin-bottom: 16px;
    line-height: 1;
    font-size: 1em;
font-family: "Lato-Bold", sans-serif;
}
 .page-contact .leadform-show-form textarea, 
  .page-contact .leadform-show-form input:not([type]), 
  .page-contact .leadform-show-form input[type="email"], 
  .page-contact .leadform-show-form input[type="number"], 
  .page-contact .leadform-show-form input[type="password"],
   .page-contact .leadform-show-form input[type="tel"], 
   .page-contact .leadform-show-form input[type="url"], 
   .page-contact .leadform-show-form input[type="text"], 
   .page-contact .leadform-show-form input[type="number"] {
    border-color: #f1f1f1;
    height: 52px;
    border-radius: 0;
    padding: 0 19px;
    box-shadow: none;
    background: transparent;
}
 .page-contact .leadform-show-form .lf-field {
    position: initial;
}
 .page-contact .leadform-show-form ::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
   .page-contact .leadform-show-form  :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
   .page-contact .leadform-show-form  ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
    .page-contact .leadform-show-form :-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
    .page-contact .leadform-show-form input::placeholder {
         color: transparent;
    }
    .page-contact .leadform-show-form textarea::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
    .page-contact .leadform-show-form textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
    .page-contact .leadform-show-form textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
    .page-contact .leadform-show-form textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
    .page-contact .leadform-show-form textarea::placeholder {
         color: transparent;
    }
  .page-contact .leadform-show-form div.lf-field {
    margin-bottom: 20px;
}

  .page-contact .leadform-show-form .lf-field:nth-of-type(1),
  .page-contact .leadform-show-form .lf-field:nth-of-type(2){
width:50%;
float:left;
}
  .page-contact .leadform-show-form .lf-field:nth-of-type(1){
padding-right:7.5px;
}

.page-contact .leadform-show-form .lf-field:nth-of-type(2){
padding-left:7.5px;
}

 .page-contact .leadform-show-form input[type="submit"]{
background:#ff0052;
border:1px solid #ff0052;
border-radius:4px
}
.google-map iframe{
margin:0;
}
/* Faq Accordion CSS */
.accordion-wrapper{
width:60%;
margin:0 auto;
margin-top:50px;
margin-bottom:50px;
}
.thunk-accordion .ac {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-top: 5px;
    margin-bottom: 15px;
}
.thunk-accordion .ac > .ac-q {
    text-decoration: none;
    cursor: pointer;
    position: relative;
     width: 100%;
    padding: 15px;
    display: inline-block;
    background: #fff;
    transition: all linear 0.15s;
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
}
.thunk-accordion .ac > .ac-q::after {
    content: "+";
    color: #ff0052;
    font-weight: 600;
    text-align: center;
    width: 15px;
    font-size: 16px;
    right: 10px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}
.thunk-accordion .ac > .ac-a {
    -o-transition-property: all;
    -o-transition-timing-function: ease;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-property: all;
    transition-timing-function: ease;
}
.thunk-accordion .ac > .ac-a p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 15px;
}
.thunk-accordion .ac.active > .ac-q::after {
    content: "-";
}
.thunk-accordion .faq-sn{
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600;
    display: none;
}
/* Services CSS Starts*/
.thunk-aboutus-page section{
margin:60px 0px;
}
.about-page-wrapper section.thunk-founder{
  margin-top: 0px;
}
.thunk-aboutus-page{
position:relative;
    overflow: hidden;
}
.thunk-aboutus-page:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}
.thunk-service-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.thunk-service-post{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.thunk-service-post:nth-of-type(3n+3){
  margin-right: 0;
}
.thunk-service-icon,
.thunk-service-title{
  text-align: center;
  margin-bottom:10px;
}
.thunk-service-icon i{
  font-size: 34px;
}
.thunk-service-title{
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}
.thunk-service-description{
  text-align: center;
}
/* Servives CSS End*/
/*Testimonial*/
.testimonial-post{
  background-color: transparent;
  min-height: 250px;
  max-width: 750px;
  margin: 0 auto;
}
.testimonial-author{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  text-align: center;
}
.testimonial-author-image img{
  border-radius: 50%;
  max-height: 70px;
  max-width: 70px;
  margin: 0 auto;
}
h3.testimonial-name{
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}
h5.testimonial-position{
  color: #a7a7a7;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0;
}
.tetsimonial-content p{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.thunk-testimonials .owl-dots{
  text-align: center;
}
.thunk-testimonials button.owl-dot{
  width: 10px;
  height: 10px;
  background: #bbbdbb;
  border-radius: 50%;
  margin-right: 5px;
  outline: none;
}
.thunk-testimonials button.owl-dot:focus,
.thunk-testimonials button.owl-dot.active{
  background: #242424;
}
.testimonial-author-image{
margin-bottom:10px;
}
/******************************/
/*thunk-team-section section start*/
/******************************/
.thunk-aboutus-page .thunk-heading{
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 30px;
}
.thunk-sub-heading{
  font-size: 21px;
  line-height: 32px;
  margin: 30px 0;
}
.thunk-team.no-slider{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.thunk-team-post{
  margin-right: 2%;
  margin-bottom: 30px;
}
.thunk-team.thunk-four .thunk-team-post{
  width: 23.5%;
}
.thunk-team.thunk-four .thunk-team-post:nth-of-type(4n+4){
  margin-right: 0;
}
.thunk-team-img{
  position: relative;
  overflow: hidden;
}
.thunk-team-img img{
  width: 100%;
}
.thunk-team-img-overlay{
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thunk-team-post:hover .thunk-team-img-overlay{
  background: rgba(0, 0, 0, 0.6);
}
.thunk-team-post:hover .thunk-team-name,
.thunk-team-post:hover .thunk-team-position{
  color: #fff;
}
.thunk-team-description{
  margin-top: 50%;
}
.thunk-team-social{
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 25px;
  justify-content: center;
  list-style-type: none;
}
.thunk-team-social li{
  cursor: pointer;
  font-size: 20px;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.thunk-team-description p{
  color: #fff;
}
.thunk-team-heading{
  background: #fff;
  margin-top: 0;
  padding: 15px 0;
  margin: -27px 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 1;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thunk-team-post:hover .thunk-team-heading{
  background: transparent;
  box-shadow: none;
}
.thunk-team-name{
  color: #242424;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 2px;
}
.thunk-team-position{
  color: #242424;
  font-size: 12px;
  text-transform: capitalize;
}
.thunk-team-social i,
.thunk-team-social li{
  color: #fff;
  opacity: 0;
   -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.thunk-team-post:hover .thunk-team-social i,
.thunk-team-post:hover .thunk-team-social li{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Counter CSS Starts*/
.thunk-counter-wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.counter-content{
  width: 23.5%;
  text-align: center;
  border: 1px dashed #cccccc;
  margin-right: 2%;
  padding: 20px;
  margin-bottom: 30px;
}
.counter-content:nth-of-type(4n+4){
  margin-right: 0;
}
.thunk-scroller{
  font-size: 35px;
  font-weight: 300;
  line-height: 2;
  color: #676b67;
}
.thunk-counter-title{
  font-size: 20px;
  line-height: 31px;
}
/************************/
/*menu description style*/
/************************/
nav .menu-item-description{
    position: absolute;
    top: -3px;
    left: calc(100% - 25px);
    background-color:#bd8348;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 10px;
    color: #fff;
}
nav .menu-item-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    left: 3px;
    bottom: -4px;
}
/*red*/
.top-store-menu > li:nth-child(4n+1) .menu-item-description{
background:rgb(233, 102, 86);
}
.top-store-menu > li:nth-child(4n+1) .menu-item-description:after{
border-top: 4px solid rgb(233, 102, 86);
}
/*yellow*/
.top-store-menu > li:nth-child(4n-2) .menu-item-description{
background:rgb(243, 200, 36);
}
.top-store-menu > li:nth-child(4n+2) .menu-item-description:after{
border-top: 4px solid rgb(243, 200, 36);
}
/*green*/
.top-store-menu > li:nth-child(4n-1) .menu-item-description{
background:rgb(52, 210, 147);
}
.top-store-menu > li:nth-child(4n-1) .menu-item-description:after{
border-top: 4px solid rgb(52, 210, 147);
}
/*blue*/
.top-store-menu > li:nth-child(4n) .menu-item-description{
background:rgb(58, 176, 226);
}
.top-store-menu > li:nth-child(4n) .menu-item-description:after{
border-top: 4px solid rgb(58, 176, 226);
}
.mobile-menu-active nav .menu-item-description,
.mobile-above-menu-active nav .menu-item-description,
.pan-content nav .menu-item-description{
    position: relative;
    top: 0;
    left: auto;
    background-color: #bd8348;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}
/*****************/
/*mobile nav bar*/
/*****************/
#top-store-mobile-bar{
  display:none;
}
/* frontpage double sidebar design start  */
.primary-content-area{
  width: 65%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  order: 2;
}
.sidebar-content-area{
  width: 16%;
}
#sidebar-primary{
order:1;
}
#sidebar-secondary{
order:3;
}
#sidebar-secondary .top-store-widget-content:first-child{
margin-top:0;
}
#sidebar-primary .top-store-widget-content:first-child {
    margin-top: 0;
}
.front .disable-left-sidebar .primary-content-area,
.page-content .disable-left-sidebar .primary-content-area{
margin-left:0;
width:75.5%;
}
.front .disable-left-sidebar .sidebar-content-area,
.page-content .disable-left-sidebar .sidebar-content-area {
width: 23%;
}
.front .disable-right-sidebar .primary-content-area,
.page-content .disable-right-sidebar .primary-content-area{
margin-right:0;
width:75.5%;
}
.front .disable-right-sidebar .sidebar-content-area,
.page-content .disable-right-sidebar .sidebar-content-area {
width: 23%;
}
.front .disable-right-sidebar #thunk-single-slider,
.front .disable-right-sidebar .slides,
.front .disable-left-sidebar #thunk-single-slider,
.front .disable-left-sidebar .slides{
  width:1000px;
}
.woocommerce .thunk-list-view ul.products li.product .woocommerce-loop-product__title{
  width: 65%;
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}
.woocommerce .thunk-list-view ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_variable{
  margin-left: 0;
}
/*   highlight widget style starts     */
.th-hlight{
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid  #f1f1f1;
}
.th-hlight:nth-of-type(5){
  border: 0;
  padding-bottom: 5px;
}
.th-hlight:nth-of-type(1){
  padding-top: 5px;
}
.th-hlight-icon{
  width: 25%;
  margin-right: 7%;
  font-size: 30px;
  text-align: center;
}
.th-hlight-text-wrap{
  width: 68%;
  align-self: center;
}
.th-hlight-title{
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #111;
}
.th-hlight-wrapper .widget-title{
  display: none;
}
/*  testimonial widget   */
.th-testimonial-list{
  display: flex;
  flex-wrap: wrap;
}
.th-testimonial-img{
  width: 100px;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.th-testimonial-title{
  width: 100%;
  margin-bottom: 7px;
  text-align: center;
  color: #111;
  line-height: 20px;
  font-size: 13px;
}
.th-testimonial-content{
  text-align: center;
  margin: 0 auto;
}
.th-testimonial .owl-nav {
    position: absolute;
    top: -35px;
    right: 0px;
    color: #a3a3a3;
    left: auto;
    margin: 0;
}
.th-testimonial .owl-carousel .owl-nav button.owl-prev, 
.th-testimonial .owl-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
    line-height: 25px!important;
    font-size: 15px;
    text-align: center;
    background: #fff;
    color: #a7a7a7;
    border: 1px solid #eee;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.th-testimonial .owl-carousel .owl-nav button.owl-next{
  margin-left: 7px;
}
.th-testimonial .owl-carousel .owl-nav button.owl-prev:hover, 
.th-testimonial .owl-carousel .owl-nav button.owl-next:hover{
  color: #fff;
}
.woocommerce .widget_rating_filter .star-rating{
  opacity: 1;
  left: 30px;
  right: initial;
  top: 4px;
  font-size: 10px;
}
.woocommerce .widget_rating_filter li{
  position: relative;
}
.ui-widget.ui-widget-content .ui-menu-item{
  cursor: pointer;
}
li.thunk-woo-product-list .thunk-product-hover .woosw-btn{display:none;}

/* sidebar widget font size*/
#sidebar-primary .top-store-widget-content .wp-block-group .wp-block-group__inner-container h2{
  font-size: 16px;
}

#sidebar-primary .widget.widget_block .top-store-widget-content h2{
  font-size: 16px;
}
#sidebar-secondary .widget.widget_block .top-store-widget-content h2{
  font-size: 16px;
}

/*footer widget font size*/
.top-footer .widget.widget_block h2, .widget-footer .widget.widget_block h2, 
.below-footer .widget.widget_block h2{
  font-size: 16px;
}


/* th advance product search */
.main-header-col2 a.plugin-active-msg, 
.search-wrapper.open a.plugin-active-msg{
    background-color: #5662eb;
    display: block;
    font-size: 14px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.main-header-col2 a.plugin-active-msg:hover, 
.search-wrapper.open a.plugin-active-msg:hover{
text-decoration: underline !important;
}


/*th product compare plugin*/
.woocommerce .entry-summary .th-product-compare-btn-wrap {
    display: inline-block;
}
  .th-product-compare-btn {
    margin: 0;
    display: inline-block;
}
.cart-plugin-active-msg{
   color: #eee;
    margin-left: 1rem;
}
.thunk-icon-market .taiowcp-cart-count{
  position: relative;
}
/*All in one woo cart */
.cart-icon .taiowc-cart-item,.cart-icon .taiowcp-cart-item {
    background: transparent;
  }
.cart-icon .taiowc-icon .th-icon, 
.cart-icon .taiowcp-icon .th-icon ,
.cart-icon .taiowcp-content .taiowcp-total,
.cart-icon .taiowc-content .taiowc-total{
    color: #fff;
}
.cart-icon a .th-icon {
    font-size: 1.5rem;
}
.woocommerce .entry-summary .th-product-compare-btn.btn_type.th-added-compare{
  font-size: 0;
}
.woocommerce .entry-summary a.th-product-compare-btn:before {
    content: "\e917";
    font-family: th-icon!important;
    display: block;
    color: #a7a7a7;
    font-size: 13px;
    padding: 0;
}
.sold-individually .top-store-quantity {
    display: none;
}
/*  Css for to prevent icons disappearing with elementor      */
.top-store-site header i.fa,
.top-store-site .sticky-header i.fa,
.top-store-site .sidebar-content-area i.fa,
.top-store-site footer i.fa{
   font-family: 'fontAwesome';
}
.theme-top-store .fa{
  font-weight: 400;
}
.wp-block-latest-comments__comment{
  line-height: inherit;
}
.wp-element-button{
  padding: 5px 12px;
}
.wp-block-search .wp-block-search__label{
  margin-bottom: 16px;
  display: block;
}
.woocommerce .woocommerce-breadcrumb{
  margin: 10px 0px;
}
.woocommerce-shop .page-head{
  justify-content: space-between;
}
.thunk-list-grid-switcher a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-element-button, .wp-block-button__link{
  outline-offset: 2px;
}
.wp-element-button:focus, .wp-block-button__link:focus{
  outline: 1px solid #111;
}
/* New Wishlist 2025  */
.summary .yith-wcwl-add-to-wishlist-button{
    border: 1px solid #9c9c9c;
    border-radius: 0;
    color: #9c9c9c;
    display:  inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: transparent;
    text-align: center;
    margin-left: 10px;
    font-weight: normal;
    min-width: auto;
}

.summary .yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.summary .yith-wcwl-add-to-wishlist-button:before{
    content: "\e912";
    font-family: th-icon;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    height: 100%;
}
.summary .yith-wcwl-add-to-wishlist-button--added:before{
    content: "\e909";
}
.summary .yith-add-to-wishlist-button-block--single{
    margin: 0;
    float: left;
    margin-left: 12px!important;
}
.theme-top-store .yith-wcwl-add-to-wishlist-button svg{
    display: none;
}
.theme-top-store .yith-wcwl-add-to-wishlist-button:before{
     content: "\e912";
    font-family: th-icon;
}
.theme-top-store .yith-wcwl-add-to-wishlist-button--added .yith-wcwl-add-to-wishlist-button__label{
    display: none;
}
.theme-top-store .yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.theme-top-store .yith-add-to-wishlist-button-block{
  margin: 0;
}
.theme-top-store .wc-block-cart,
.theme-top-store .wc-block-checkout{
  font-size: 1rem;
}
/*******************************************************
 * **    TH WISHLIST &  TH COMPARE LATEST STYLE Update
 * ****************************************************/

.thunk-wishlist .thw-add-to-wishlist-button-wrap{
  height: 100%;
}
.thw-add-to-wishlist-button-wrap.th-wishlist-single{
  float: left;
}
.thw-add-to-wishlist-button-wrap.th-wishlist-single .th-wishlist-icon-svg{
  width: 18px;
}
.single-product .summary .thw-add-to-wishlist-button *{
  color: inherit!important;
}
.single-product .thw-to-add-text,
.single-product .thw-to-browse-text,
.single-product .thunk-compare .tooltip{
  display: none;
}
.single-product .summary .thunk-compare{
  border-radius: 0;
  background: initial;
  margin: 0 0 0 12px;
}
.single-product .summary .th-product-compare-btn{
  margin: 0!important;
}
.single_add_to_cart_button.button.disabled{
  padding: 0 10px!important;
}
.thunk-wishlist .thw-add-to-wishlist-button *{
  font-size: inherit!important;
}
.thunk-wishlist .th-wishlist-icon-svg{
  width: 18px;
  display: flex;
}
.header-icon .tooltip{
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.header-icon a:hover .tooltip{
  opacity: 1;
  visibility: visible;
}
.header-icon .tooltip{
  display: none;
}
.woo-variation-swatches .variable-items-wrapper{
  gap: 9px;
}
 .thunk-single-product-summary-wrap .woocommerce-product-gallery .flex-control-nav {
        overflow-y: auto!important;
  }
   .thunk-single-product-summary-wrap .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar {
        display: none;
   }
    .single-product .woo-variation-swatches .variable-items-wrapper{
    max-width: 400px;
   }
   .cat-toggle svg{
    font-size: 21px;
   }
   header .taiowcp-wrap{
    margin-left: -9px;
   }
   .woocommerce div.product form.cart.variations_form{
  flex-direction: column;
  align-items: anchor-center;
}
@media screen and (max-width: 1300px){
  .header-icon span{
    font-size: 8px;
  }
  .header-icon span:nth-of-type(2),
  .cart-content{
    font-size: 10px;
  }
 /* .woocommerce div.product form.cart{
    float: initial;
  }
  .woocommerce .entry-summary .th-wishlist-single a {
    margin-left: 0;
  }*/
}
@media screen and (max-width: 1200px){
/*hedaer*/
  .below-header-col2{
    width:52%;
  }
  .below-header-col3{
    float: right;
  }
  /* frontpage css responsive   */
      .primary-content-area{
        width: 57%;
      }
      .sidebar-content-area,
      .sidebar-2{
        width: 20%;
      }
      .thunk-product:hover .thunk-product-hover::before{
        height: 0;
      }
      .thunk-wishlist, .thunk-compare, .thunk-quik{
        width: 25px;
        height: 25px;
        line-height: 25px;
      }
      .thunk-woo-product-list .thunk-quickview a, 
      .thunk-wishlist .yith-wcwl-add-button > a i, 
      .thunk-compare .compare-button a:before,
      .thunk-product .yith-wcwl-wishlistexistsbrowse:before, 
      .thunk-product .yith-wcwl-wishlistaddedbrowse:before{
        font-size: 11px;
        line-height: 21px;
      }
      .thunk-woo-product-list .woocommerce-loop-product__title,
      .thunk-woo-product-list .woocommerce-loop-product__title a, 
      .thunk-list .thunk-product-content .woocommerce-LoopProduct-title,
      .thunk-cat-title a{
        font-size: 12px;
        line-height: 19px;
      }
      .woocommerce .thunk-woo-product-list span.onsale{
        padding: 4px 7px;
      }
      .thunk-wishlist, .thunk-compare, .thunk-quik{
        margin: 0 2px;
      }
      .thunk-heading-wrap{
        flex-wrap: wrap;
      }
      .thunk-cat-tab .thunk-heading-wrap .thunk-heading,
      .thunk-cat-tab .thunk-heading-wrap .tab-head{
        width: 100%;
      }
      .thunk-heading-wrap .tab-head{
        text-align: left;
      }
      .thunk-hglt-box h6{
        font-size: 12px;
      }
      .thunk-highlight-col{
      padding: 15px;
      }
}

@media screen and (max-width: 1024px){
  .thunk-wishlist .th-wishlist-icon-svg{
    width: 16px;
  }
    .thunk-product .thw-icon{
    display: flex;
    align-items: center;
  }
  .woocommerce div.product .product_title{
    margin-top: 18px;
  }
  .sticky-header-col1,.sticky-header-col2,.sticky-header-col3  {
  width: auto;
}
.sticky-header-col2{
  order: 3;
  width: auto;
}
.sticky-header-col3{
  order: 2;
  flex: 12;
}
  .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents{
margin-right:5px;
}
.sticky-header{
    visibility:inherit;
    opacity:inherit;
    display:none;
}
.sticky-header.stick{
    visibility:inherit;
    opacity:inherit;
    display:block;
}
.sticky-header .count-item{
  top: -9px;
  left: 16px;
}
.sticky-header .cart-icon{
  margin-left: 0;
}
/*header icon*/
.thunk-icon .cart-icon a.cart-contents{
position: relative;
    padding: 0;
    width: auto;
    text-align:center;
    height: 49px;
    width: 49px;
    line-height: 49px;
    color:#666;
    padding:0;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
}
.thunk-icon .cart-icon a.cart-contents i {
    position: relative;
    left: auto;
    top: auto;
    z-index: 9;
    padding-right: 0;
    border-right:0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    transform: inherit;
}
.thunk-icon .cart-icon{
background:transparent!important;
}
.thunk-icon .cart-icon a.cart-contents i{
  border-right:none!important;
}
.taiowc-content .taiowc-total, .taiowcp-content .taiowcp-total {
    display: none;
}

.menu-toggle svg path,
.menu-btn svg path{
  stroke-width: 1.5px;
}
.header-icon a{
  padding: 0 20px;
}
.header-icon .th-whishlist-text,
.header-icon span.account-text,
.header-icon span.account-text:nth-of-type(2),
.header-icon span:nth-of-type(2){
  display: none;
}
#search-box input[type='text'], select#product_cat{
  width: 100%;
}
#search-box form{
  margin: 0 20px;
  width: 92%;
}
/*.vert-brd,
select#product_cat{
  display: none;
}*/
/********************/
/*product style*/
/********************/
.thunk-slide .owl-stage-outer {
    padding: 6px 6px 0px!important;
    margin: -6px -6px 0px!important;
}
.thunk-product-hover{
    position: relative;
    transform: translate(0);
    -webkit-transform: 
    translate(0);
    -ms-transform: 
    translate(0);
    -o-transform: 
    translate(0);
    opacity: 1;
    visibility: visible;
   padding-bottom: 10px;
   top:0;
    border: 0;
}
.thunk-product-hover::before {
    height:0px;

}
.thunk-product:hover .thunk-product-hover {
    top: 0;
}
.thunk-product:hover .thunk-product-hover{
box-shadow:none;
}
.thunk-quik{
  display:none;
}
#thunk-feature-product-tab .tab-content .thunk-wishlist,#thunk-feature-product-tab .tab-content .thunk-compare {
   float:none; 
}
.cat-layout-3 .cat-content-3 .hover-area {
-webkit-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
}
.thunk-cat-tab .thunk-heading-wrap .tab-head,.thunk-cat-tab .thunk-heading-wrap .thunk-heading {
    width: 100%;
text-align:left;
}
.thunk-heading-wrap {
    display: block;
}
/* topheader mhdrfour responsive   */
.mhdrfour .main-header-col1{
  width: 21%;
}
.mhdrfour .main-header-col2{
  width: 54%;
}
.mhdrfour .main-header-col3{
  width: 25%;
}
.below-header.mhdrfour .below-header-col1{
  width: 30%;
}
.below-header.mhdrfour .below-header-col2{
  width: 70%;
}
.below-header.mhdrfour nav{
  width: auto;
}
.below-header.mhdrfour .below-header-col1 nav{
 align-self: center;
}
.thunk-icons-wrap{
  opacity: 1;
}
.thunk-icons-wrap .tooltip{
  left: -11px;
}
.thunk-icons-wrap{
  bottom: 5px;
}
.thunk-list-view .thunk-product{
  padding-bottom: 20px;
}
.woocommerce ul.products li.product.thunk-woo-product-list .price, 
.woocommerce .thunk-woo-product-list .price{
  margin-bottom: 5px!important;
}

select#product_cat {
    margin-left: -2px;
}
.thmk-woocommerce-search-wrap .thmk-woocommerce-search-wrap-input input {
    background: #f7f8f9;
}


}
@media screen and (min-width: 768px) and (max-width: 980px){
.sidebar-content-area,
.below-header-col1 {
    width: 27%;
}
.primary-content-area {
    width: 70.5%;

}
#search-button{
width:45px;
}
.search-wrapper #search-button{
width:65px;
}
.thunk-highlight-col{
width:50%;
}
.thunk-highlight-col:nth-child(3n+3){
  border-right: 1px solid #e4e9ef;
}
.thunk-highlight-col:nth-child(2n+2){
border:none
}
.thunk-icon-market{
  justify-content: space-around;
}
}
@media screen and (max-width: 990px){
.below-header.mhdrfour .menu-category-list{
  display: block;
}
.sidebar-1 .menu-category-list{
  display: none;
}
.primary-content-area,
.sidebar-content-area,
.sidebar-2,
.front .disable-left-sidebar .primary-content-area,
.page-content .disable-left-sidebar .primary-content-area,
.front .disable-left-sidebar .sidebar-content-area,
.page-content .disable-left-sidebar .sidebar-content-area,
.front .disable-right-sidebar .primary-content-area,
.page-content .disable-right-sidebar .primary-content-area,
.front .disable-right-sidebar .sidebar-content-area,
.page-content .disable-right-sidebar .sidebar-content-area{
  width: 100%;
  margin: 0;
}
/*sidebar slide CSS Start  */
.sidebar-1 .widget-title+ul,
.sidebar-1 .widget-title+div,
.sidebar-1 .widget-title+form,
.sidebar-2 .widget-title+ul,
.sidebar-2 .widget-title+div,
.sidebar-2 .widget-title+form{
  display: none;
  padding: 20px 0;
}
.sidebar-1 .widget-title:after,
.sidebar-2 .widget-title:after{
  position: absolute;
  font-family: 'fontAwesome';
  content: "\f107";
  right: 10px;
}
.sidebar-1 .widget-title.open:after,
.sidebar-2 .widget-title.open:after{
  content: "\f106";
}
.sidebar-1 .widget-title,
.sidebar-2 .widget-title{
  padding-bottom: 0;
}
.primary-content-area{
  order: 1;
}
#sidebar-primary{
  order: 2;
}
.top-store-widget-content{
  cursor: pointer;
}
.th-hlight-icon{
  width: auto;
}
/*  mhdrfour responsive   */
.below-header.mhdrfour .below-header-col1{
    width: auto;
    justify-content: space-between;
    margin: 5px 0;
    flex-grow: 2;
}
.below-header.mhdrfour.none .below-header-col1{
  width: 100%;
}
.below-header.mhdrfour .below-header-col2{
  width: auto;
  margin-left: 0;
}
.below-header.mhdrfour .header-support-content{
  display: none;
}
.below-header.mhdrfour .toggle-icon{
  display: none;
}
.below-header.mhdrfour .toggle-cat-wrap{
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.cart-content span.woocommerce-Price-amount{
  display: none;
}
.th-hlight-wrapper .widget-title{
  display: block;
}
.th-testimonial .owl-nav,
.post-slide-widget .owl-nav{
 top: -24px;
 right: 20px;
}
.th-testimonial-list{
  justify-content: center;
}
.widget_price_filter .ui-widget.ui-widget-content{
  max-width: initial!important;
}
.widget_product_search [type='submit']{
  margin-top: 15px;
}
}
@media screen and (max-width: 795px){
   .below-header-col1{
      width:auto;
    }

.cat-toggle {
    display: inline-flex;
}
#search-button{
font-size: 16px;
width:45px;
}
.below-header-col2 {
     width: 57%;
    float:left;
        margin-left: 10px;
}
.below-header-col3{
float:right;

}
/*wishlist and compare icon*/
.thunk-wishlist .yith-wcwl-add-button a.add_to_wishlist, 
.thunk-wishlist .yith-wcwl-wishlistexistsbrowse.show a,
.thunk-compare .compare-button a.compare.button {
    font-size: 0;
letter-spacing: normal;
}
.thunk-wishlist .yith-wcwl-add-button > a i ,
.thunk-compare .compare-button a:before,
.thunk-product .yith-wcwl-wishlistaddedbrowse.show:before{
    font-size: 12px;
    margin:0;
     padding:0;
    line-height: 25px;
}
.thunk-wishlist a::after{
margin:0;
}
.thunk-wishlist, .thunk-compare {
    width:25px;
    height:25px;
    line-height:25px;
    text-align:center;
    margin-top:10px;
}
.thunk-wishlist a, .thunk-compare a {
    margin:0;
    display: block;
}

.thunk-wishlist{
  margin-left:0px;
}
}
@media screen and (max-width: 768px){
  

 /*typography*/
h1 {
  font-size: 22px;
  line-height:36px;
 }
h2 {
  font-size: 20px;
  line-height:33px;
 }
h3 {
  font-size: 18px;
  line-height:29px;
 }
h4 {
  font-size: 16px;
  line-height:27px;
}
h5 {
  font-size: 16px;
  line-height:25px;
 }
 h6 {
  font-size: 15px;
  line-height:23px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
   width: 49.5%;
   float: left;
   clear: both;
   margin: 0 0 0.5em;
}
/*single page*/
.page-head .breadcrumb-trail.breadcrumbs {
    flex: inherit;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary,
 .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: left;
    width: 100%;
    clear: none;
    text-align: start;
    margin-bottom:0;
}
.woocommerce div.product .flex-viewport {
    width: 100%;
    float: right;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top:1em;
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs{
  width:100%;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
}
/*checkout*/
.woocommerce-checkout>.col2-set {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.woocommerce-checkout #order_review {
    float: left;
    width: 100%;
}
.thunk-highlight-col{
  width:50%;
}
.woocommerce-checkout h3#order_review_heading{
  float: none;
}

.cat-list a span {
    font-size: 13px;
  }
.cat-layout-3 .cat-content-3 .hover-area .cat-title {
    font-size: 13px;
  }
.prd-total-number {
    font-size: 11PX;
  }
.thunk-related-links .nav-links a {
    font-size: 12px;
  }

  .prd-total-number{
    display:none;
  }
  .page-head h1{
  width:100%;
}

.woocommerce #content table.cart td.actions .coupon .input-text+.button{
  margin:0;
}
/*top-slide*/
.slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right:0;
}
.slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}
.thunk-3-add-content .thunk-row {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 100%;
    margin-bottom:0;
    padding-top:15px;
    padding-left:7.5px;
    padding-right:7.5px;
}
.slide-layout-3 .thunk-3-add-content {
    flex-wrap: inherit;
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
 .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
.thnk-col-4 .widget-footer-col1, .thnk-col-4 .widget-footer-col2,
 .thnk-col-4 .widget-footer-col3, .thnk-col-4 .widget-footer-col4 {
    width: 50%;
    margin:7.5px 0px;
}
.thnk-col-3-1-2 .widget-footer-col1,
.thnk-col-3-1-2 .widget-footer-col2,
.thnk-col-3-1-2 .widget-footer-col3,.thnk-col-3-2-1-2 .widget-footer-col1,
.thnk-col-3-2-1-2 .widget-footer-col2,
.thnk-col-3-2-1-2 .widget-footer-col3{
width:33.33%;
}
.thnk-col-2-1-2 .widget-footer-col1,
.thnk-col-2-1-2 .widget-footer-col2,
.thnk-col-2-2-1 .widget-footer-col1,
.thnk-col-2-2-1 .widget-footer-col2{
width:50%;
}
.product-slide-one-widget .slide-wrap {
    width: calc(100% - 38%);
    position: relative;
}
.product-slide-one-widget .widget-content-wrap {
    width: 38%;
  }
.cart-contents:hover + .open-cart{
    display: none;
  }
  .woocommerce div.product div.images .flex-control-thumbs{
      display: flex;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation{
    width: 100%;
    margin-bottom: 10px;
  }

  .th-wp-auto-search.ui-widget.ui-widget-content {
    max-width: 320px !important;
}
}
@media screen and (max-width: 767px){
.tapsp-search-box, .thaps-search-box {
    max-width: 100%!important;
}
.thaps-search-box .thaps-search-form {
    margin-left:0;
}
  .main-header-col2{
    width: 100%!important;
    margin: 10px 0;
    order: 3;
  }
  .main-header-col1{
    width: 50%!important;
    order: 1;
  }
  .main-header-col3{
    width: 50%!important;
    order: 2;
  }
  .header-icon a:after{
    display: none;
  }
  #search-box form{
    margin: 0 auto;
  }
  .header-icon,
  .cart-icon{
    width: auto;
    padding: 0;
    margin-right: 10px;
  }
  .thunk-icon-market .header-icon{
    margin: 0;
  }
  #search-box form{
    width: 100%;
  }
.slide-toogle{
position:absolute;
top:10px;
right:15px
}
.slide-toogle::before{
    height: auto;
    font-weight: 300;
    text-shadow: none;
    width: 10px;
    font-family: FontAwesome;    
   content: "\f107";
}
.sidebar-widget-wrap{
  display:none;
  margin-top: 15px;
}
/*sidebar Toggle*/
.site-title span {
    font-size: 20px;
}
.logo-content .thunk-logo {
    width: 60%;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
.top-store-site section .content-wrap {
    padding: 7.5px;
}
.top-store-widget-content {
    padding: 10px;
    margin: 7.5px 0px;
  }
.main-header-col1 {
    padding: 10px 0px;
    width: 50%;
    order: 1
  }
.header-support-icon{
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
.count-item{
  top: -11px;
}
/*sticky header*/
.sticky-header-bar .menu-toggle .icon-bar {
    display: block !important;
    width: 20px;
    height: 1px;
    background-color: #242424;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 5px;
}
.sticky-header-col1{
width:50%;
}
/**************/
/*top-slider*/
/**************/
/*layout-1*/
.slide-content-wrap {
 width: 340px;
  padding: 0px 15px;
}
.slide-layout-1 .slide-content-wrap .logo img{
max-width:120px;
}
.slide-layout-1 .slide-content h2{
max-height: 40px;
font-size:30px;
line-height:40px;
}
 .slide-layout-1 .slide-content-wrap p{
max-height: 34px;
font-size:26px;
line-height:34px;
}
.slide-layout-1 a.slide-btn{
font-size:21px
}
/*layout-2*/
.slide-layout-2 .slider-content-caption h2 {
    font-size: 20px;
    line-height: 32px;
}
.slide-layout-2 .slider-content-caption p {
    font-size: 14px;
    margin-bottom:5px;
}
.slide-layout-2 .slider-content-caption a {
    font-size: 11px;
}
/*layout-3*/
.slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right:0;
}
.slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}
.thunk-3-add-content .thunk-row {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 100%;
    margin-bottom:0;
    padding-top:7.5px;
    padding-left:3.25px;
    padding-right:3.25px;
}
.slide-layout-3 .thunk-3-add-content {
    flex-wrap: inherit;
    margin-right: -3.25px;
    margin-left: -3.25px;
}
.slide-layout-3 .slider-content-caption h2,.slide-layout-4 .slider-content-caption h2 {
    font-size: 22px;
    line-height: 34px;
}
.slide-layout-3 .slider-content-caption p,.slide-layout-4 .slider-content-caption p  {
    font-size: 16px;
    margin-bottom: 5px;
}
.slide-layout-3 a.slide-btn,.slide-layout-4 a.slide-btn{
   font-size: 12px;
} 

.slide-layout-4 .thunk-2col-slider-wrap .thunk-slider-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right:0;
}
.slide-layout-4 .thunk-2col-slider-wrap .thunk-add-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}
.thunk-2-add-content .thunk-row {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    margin-bottom:0;
    padding-top:7.5px;
    padding-left:3.25px;
    padding-right:3.25px;
}
.slide-layout-3 .thunk-3-add-content {
    flex-wrap: inherit;
    margin-right: -3.25px;
    margin-left: -3.25px;
}
.slide-layout-4 .thunk-2-add-content {
    margin-left: -3.25px;
    margin-right: -3.25px;
}
.slider-content-caption {
    padding: 15px;
  }
/**************/
/*top-slider*/
/**************/
.thunk-product-cat-list li a {
    line-height: 1.3;
    padding: 8px;
    font-size: 10px;
}
.thunk-slide .owl-nav {
    top: -38px!important;
}
.product-slide-widget .owl-carousel .owl-nav{
    top: 85px!important;
}
.product-slide-widget .owl-carousel .owl-nav button{
  width: 25px;
    height: 25px;
    line-height:25px!important;
}
.product-slide-widget.top-store-showprd-four-widget-4 .owl-nav{
    position: absolute;
    top: -30px!important;
  }

.cat-layout-3 .cat-content-3 .cat-col:nth-child(1) {
    width: 100%;
    margin: 0;
}
.cat-layout-3 .cat-content-3 .cat-col {
    width: 50%;
    float: left;
    padding:3.25px;
    margin: 0;
}
.cat-layout-3 .cat-content-3 {
    position: relative;
    margin-right: -3.25px;
    margin-left: -3.25px;
    margin-bottom: -3.25px;
    margin-top: -3.25px;
}
.thunk-category-slide-section .cat-content .cat-list {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 3.25px 3.25px;
}
.thunk-category-slide-section .cat-content{
margin: -3.25px -3.25px;
}
.thunk-cat-tab ul.dropdown-link {
    right: auto!important;
  }
.woocommerce-product-search select#product_cat{
  display:none;
  
}
#search-box input[type="text"]{
  width:100%;
}
.woocommerce-product-search .vert-brd:after{
  height:0;
}
.ui-widget.ui-widget-content {
    max-width: 190px;
}
.sidebar-content-area{
    width: 100%;
    max-width: 100%;
}
.sidebar-content-area .sidebar-main,
.frontpage-sidebar-2{
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
}
#sidebar-primary h4.widget-title:hover,.slide-toogle:hover{
cursor:pointer;
}
.primary-content-area {
    width:100%;
    margin: 0; 
}
/*header col */
.thnk-col-3 .top-header-col1, 
.thnk-col-3 .top-header-col2, 
.thnk-col-3 .top-header-col3,
.thnk-col-2 .top-header-col1, 
.thnk-col-2 .top-header-col2 {
    width: 100%;
    flex: auto;
    justify-content: center;
    -webkit-box-pack: center;
    text-align: center;
}
.sticky-header .header-icon a, .sticky-header .thunk-icon .cart-icon a.cart-contents {
    color: #111;
    padding: 0 10px 0 0;
    line-height: initial;
    height: auto;
    width: auto;
}
.sticky-header .header-icon a:last-of-type{
  padding-right: 0;
  margin-right: 0;
}
.header-icon a i{
  margin: 0;
  padding: 0;
}
#search-box input[type="text"]{
  height: 35px;
}
.cat-icon i{
 font-size: 12px;
}
.menu-toggle .icon-bar {
    display: block !important;
    width: 22px;
    height: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 5px;
}
.below-header-col2 {
    width: 45%;
}
  .thnk-col-4 .widget-footer-col1, 
  .thnk-col-4 .widget-footer-col2,
  .thnk-col-4 .widget-footer-col3, 
  .thnk-col-4 .widget-footer-col4{
    width: 50%;
}
.thnk-col-3 .widget-footer-col1, 
.thnk-col-3 .widget-footer-col2,
.thnk-col-3 .widget-footer-col3{
    width: 50%;
}
.thnk-col-2 .widget-footer-col1, 
.thnk-col-2 .widget-footer-col2{
    width: 50%;
}
.thnk-col-3 .below-footer-col1,
.thnk-col-3 .below-footer-col2,
.thnk-col-3 .below-footer-col3,
.thnk-col-2 .below-footer-col1,
.thnk-col-2 .below-footer-col2,
.thnk-col-3 .top-footer-col1,
.thnk-col-3 .top-footer-col2,
.thnk-col-3 .top-footer-col3,
.thnk-col-2 .top-footer-col1,
.thnk-col-2 .top-footer-col2{
    width: 100%;
    flex: auto;
    justify-content: center;
    -webkit-box-pack: center;
    text-align: center;
}
#thunk-feature-product-tab .tab-content {
    width: 100%;
        overflow: hidden;
}
#thunk-feature-product-tab .content-featured-wrap{
  display:none;
}
.nav-links .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size:12px;
  }
/*shop page*/
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}
.woocommerce .woocommerce-result-count{float:none;}
.thunk-list-grid-switcher a{
  margin-right:0;
  margin-left:8px;
}
.thunk-highlight-col{
  border-right-width:0;
}
.woocommerce .thunk-list-view ul.products .thunk-product-hover .add_to_cart_button,
.woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped,
.woocommerce .thunk-list-view .thunk-product-hover a.th-button{
    margin:inherit;
    margin-top: 10px!important;
    display: table;
}
.thunk-list-view .thunk-product .thunk-product-image {
    width: 100%!important;
    padding:7.5px 7.5px 0px 7.5px;
    text-align:left;
    max-width: 300px;
}
.woocommerce .thunk-list-view ul.products li.product .woocommerce-loop-product__title{
  width: 100%;
}
.woocommerce .thunk-list-view ul.products[class*=columns-] li.product, 
.woocommerce-page .thunk-list-view ul.products[class*=columns-] li.product {
    margin-bottom: 7.5px!important;
}
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-content,
 .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover,
 .woocommerce .thunk-list-view ul.products li.product .woocommerce-loop-product__title,
 .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .price{
    padding: 0px 15px;
}
.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover{
margin-bottom:7.5px;
}
.thunk-list-view .thunk-wishlist, .thunk-list-view .thunk-compare {
    margin: 5px;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
.thunk-category-slide-section .cat-content .cat-list {
    flex: 0 0 50%;
    max-width: 50%;
  }
.thunk-list-view .thunk-product .thunk-product-content, .thunk-list-view .thunk-product .thunk-product-hover {
    width:100%!important;
}
/*ribbon*/
.thunk-ribbon-content-col1,.thunk-ribbon-content-col2{
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.thunk-ribbon-content-col1{
  margin-bottom: 15px;
}
.thunk-ribbon-content{
  height: initial;
}
.ribbon-btn {
    font-size: 10px;
    padding: 4px 8px;
    display: inline-block;
  }
.thunk-heading-wrap .tab-link-wrap {
    margin-right: 52px;
}

.thunk-cat-tab .tab-link li a {
    display: block;
    padding: 12px 10px;
  }
  .header__cat__item.dropdown a.more-cat {
    width: 25px;
    height: 25px;
    line-height: 25px!important;
  }
.thunk-list .thunk-product-content .woocommerce-LoopProduct-title{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp:1; 
   line-height:21px; 
    max-height:21px;
}
.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item{
padding: 0 3.25px 3.25px 3.25px;
}
.thunk-banner-wrap.bnr-layout-4.thnk-col-5 {
    margin-right: -3.25px;
    margin-left: -3.25px;
    margin-bottom: -7.5px;
}
.thunk-banner-wrap.bnr-layout-4 .thunk-banner-col:nth-child(2) .thunk-banner-item{
   margin-bottom:7.5px;
}
.bnr-layout-5 .thunk-banner-col .thunk-banner-item {
    padding:3.25px;
}
.thunk-banner-wrap.bnr-layout-5.thnk-col-4 {
    margin-right: -3.25px;
    margin-left: -3.25px;
    margin-bottom: -7.5px;
}
.top-store-site section {
    margin: 15px 0px;
  }

.thunk-title .title {
    line-height: 20px;
    max-height: 20px;
      font-size: 15px;
}
.thunk-cat-tab .tab-link li {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
}
ul.dropdown-link > li >a{
    line-height: 1.3;
    padding: 8px;
    font-size: 10px;
}
.thunk-cat-tab ul.dropdown-link{
       min-width: 150px;
}
select {
    font-size: 13px;
}

/*blog page*/
h2 {
    font-size: 15px;
    line-height: 21px;
}

.entry-content p {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 12px;
}
p.read-more {
    margin-bottom: 0;
}
.thunk-post-meta {
    margin-bottom: 10px;
    font-size: 12px;
}
article.thunk-article, article.thunk-post-article, .single article, .no-results.not-found, #error-404 {
    padding: 7.5px;
    margin-bottom: 7.5px;
}
.widget.woocommerce .widget-title, .open-widget-content .widget-title, .widget-title {
    font-size: 15px;
  }
  .widget-title {
    padding-bottom: 7.5px;
  }
 .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    margin-bottom: 7.5px;
}
.top-store-menu li a,
.top-store-menu > li > a, 
.top-header-bar .top-store-menu > li > a, 
.bottom-header-bar .top-store-menu > li > a {
    padding: 10px 20px 10px 0px!important;
    font-size: 12px;
}
.thunk-slide .owl-nav {
    right: -7.5px;
  }
.thunk-slide .owl-nav button.owl-prev,
 .thunk-slide .owl-nav button.owl-next,
  .top-store-slide-post .owl-nav button.owl-prev,
   .top-store-slide-post .owl-nav button.owl-next,
   .thunk-slide.owl-carousel .owl-nav button.owl-prev,
    .thunk-slide.owl-carousel .owl-nav button.owl-next {
    width: 25px;
    height: 25px;
line-height: 23px!important;
    font-size: 15px;
  }
  .header__cat__item.dropdown a.more-cat {
    width: 25px;
    height: 25px;
    line-height: 25px!important;
    font-size: 12px;
  }
/*single page*/
.thunk-single-product-summary-wrap {
    padding: 7.5px;
}
.woocommerce div.product div.images .flex-control-thumbs li,
 .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right:7.5px;
    margin-bottom:5px;
    margin-top:7.5px;
}
h1 {
    font-size: 20px;
    line-height:26px;
}
body {
    font-size: 12px;
}
.single-product div.product form.cart button.minus,.single-product div.product form.cart button.plus,.single-product div.product form.cart input[type="number"]{
height: 30px;
line-height: 30px;
width: 30px;
font-size:13px
}
.single_add_to_cart_button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
line-height: 30px;
min-width:70px;
}
.summary .yith-wcwl-add-button a, 
.summary .yith-wcwl-wishlistaddedbrowse a,
 .summary .yith-wcwl-wishlistexistsbrowse a,
 .woocommerce .entry-summary a.compare.button,
 .woocommerce .entry-summary a.th-product-compare-btn, 
 .woocommerce .entry-summary .th-wishlist-single a,
 .summary .yith-wcwl-add-to-wishlist-button {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0px 7.5px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 15px;
}
section.related.products h2, section.upsells.products h2 {
    margin-bottom: 15px;
}
section.related.products ul.products {
    padding: 7.5px 7.5px 0px 7.5px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 49%;
}
.thunk-list-grid-switcher a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
}
#shop-product-wrap select {
    font-size: 12px;
    line-height: 1.7em;
}

.thunk-ribbon-content-col1 h3 {
    font-size: 14px;
    line-height: 21px;
}
.cross-sells h2, .cart_totals h2 {
    margin: 15px 0px;
  }
.search-wrapper .container {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
 }
 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
width:100%;
}
.woocommerce form .form-row input.input-text,.checkout .select2-container .select2-selection--single,.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered{
height:30px;
line-height:30px;
font-size:11px;
}
.woocommerce-checkout #place_order {
    width: 100%;
    font-size: 11px;
    line-height: 1.6;
    padding: 10px 10px;
}
.woocommerce-checkout h3#order_review_heading {
    float: left;
    width: 100%;
}
.woocommerce-billing-fields h3 {
    margin: 0 0 10px;
}
.woocommerce #order_review table.shop_table thead th {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px;
}
.woocommerce #order_review table.shop_table td {
    padding: 10px 10px;
    font-size: 11px;
}
.woocommerce #order_review table.shop_table th {
    border: none;
    padding: 10px;
}
.woocommerce #order_review table.shop_table {
    margin: 0 0 10px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 10px;
    font-size: 11px;
}
#search-box input[type="text"], select#product_cat {
    padding: 0px 10px;
    font-size:11px;
  }
.woocommerce ul.order_details {
    margin: 0 0 0em;
}
.woocommerce ul.order_details li{
  width:100%;
  margin-bottom:10px;
  border-right: 0;
}
.cs-1-3 .widget-cs-col1, .cs-1-3 .widget-cs-col2, .cs-1-3 .widget-cs-col3, .cs-2-3 .widget-cs-col1, .cs-2-3 .widget-cs-col2, .cs-2-3 .widget-cs-col3, .cs-3-3 .widget-cs-col1, .cs-3-3 .widget-cs-col2, .cs-3-3 .widget-cs-col3, .cs-4-3 .widget-cs-col1, .cs-4-3 .widget-cs-col2, .cs-4-3 .widget-cs-col3 {
    width: 100%;
    padding: 0px 7.5px;
}
.cs-1-3 .widget-cs-col1, .cs-1-3 .widget-cs-col2, .cs-1-3 .widget-cs-col3, .cs-1-2 .widget-cs-col1, .cs-1-2 .widget-cs-col2, .cs-2-3 .widget-cs-col1, .cs-2-3 .widget-cs-col2, .cs-2-3 .widget-cs-col3, .cs-2-2 .widget-cs-col1, .cs-2-2 .widget-cs-col2, .cs-3-3 .widget-cs-col1, .cs-3-3 .widget-cs-col2, .cs-3-3 .widget-cs-col3, .cs-3-2 .widget-cs-col1, .cs-3-2 .widget-cs-col2, .cs-4-3 .widget-cs-col1, .cs-4-3 .widget-cs-col2, .cs-4-3 .widget-cs-col3, .cs-4-2 .widget-cs-col1, .cs-4-2 .widget-cs-col2 {
    -webkit-box-flex: initial;
    -webkit-flex: auto;
    -moz-box-flex:auto;
    -ms-flex:auto;
    flex: auto;
    width: 100%;
    position: relative;
}
/*page templates*/
.thunk-service-post {
    width:100%;
    margin-right:0%;
}
.thunk-content-area {
    padding: 30px 0;
}
.thunk-founder .thunk-founder-wrapper {
    margin-right: auto;
}
.thunk-page-top-title, .thunk-founder-title {
    font-size: 21px;
    line-height: 32px;
}
.counter-content {
    width: 49%;
    padding: 10px;
}
.counter-content:nth-of-type(2n+2) {
    margin-right: 0;
}
.thunk-team.thunk-four .thunk-team-post {
    width: 49%;
}
.thunk-team.thunk-four .thunk-team-post:nth-of-type(2n+2) {
    margin-right: 0;
}
.thunk-team-heading {
    padding: 8px 0;
}
.thunk-team-name {
    font-size: 18px;
  }
.thunk-team-social li {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
.accordion-wrapper{
  width:100%;
  margin-top:30px;
  margin-bottom:30px;
}
.thunk-accordion .ac > .ac-q {
    font-size: 15px;
    line-height: 21px;
  }
/*****************/
/*mobile nav bar*/
/*****************/
#top-store-mobile-bar{
    position: fixed;
    z-index: 999999;
    width: 100%;
    min-width: 100%;
    min-height: 35px;
    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;
}
#top-store-mobile-bar.active {
    opacity: 1;
    transition: opacity 0.2s, visibility 0.3s;
    visibility: visible;
}
#top-store-mobile-bar ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
#top-store-mobile-bar,#top-store-mobile-bar li{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#top-store-mobile-bar li{
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

#top-store-mobile-bar a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    color: #fff;
    height: 52px;
    line-height: 52px;
    transition: .3s;
    font-size: 21px;
}

#top-store-mobile-bar .cart-content{
    position: relative;
}
#top-store-mobile-bar .count-item{
    background: #FFF;
    left: 0;
    top: -35px;
}
#move-to-top {
    right: 30px;
    bottom: 154px;
}
#top-store-mobile-bar .account-text{
display:none;
}
.cart-icon {
    margin-left: 0;
    margin-right: 0;
}
.thunk-slide.thunk-brand .owl-nav{
  display: none;
}
/*wcfm plugin compatible style*/
.wcfm-dashboard-page .media-frame-toolbar{
bottom: 125px;
}
.menu-category-list span.arrow{
  width: 25px;
}
#top-store-mobile-bar .icon-bar {
    display: block!important;
    width: 18px;
    height: 1px;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 5px;
}

.icon_style .thaps-search-form {
    min-width: 300px!important;
  }
  .woocommerce div.product div.images .flex-control-thumbs{
    flex-wrap: wrap;
  }
.woocommerce div.product div.images .flex-control-thumbs li{
  width: 14%;
}
.header-icon > a{
  padding: 0 12px 0 0;
}
}

@media screen and (max-width:550px){
 .sidebar-content-area {
    width: 100%;
    max-width: 100%;
} 
.widget-footer-col1,.widget-footer-col2,.widget-footer-col3,.widget-footer-col4{ margin:7.5px 0px}
.thnk-col-4 .widget-footer-col1, 
.thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3, 
.thnk-col-4 .widget-footer-col4,
.thnk-col-3 .widget-footer-col1, 
.thnk-col-3 .widget-footer-col2,
.thnk-col-3 .widget-footer-col3,
.thnk-col-2 .widget-footer-col1, 
.thnk-col-2 .widget-footer-col2,
.thnk-col-3-1-2 .widget-footer-col1,
.thnk-col-3-1-2 .widget-footer-col2,
.thnk-col-3-1-2 .widget-footer-col3,
.thnk-col-3-2-1-2 .widget-footer-col1,
.thnk-col-3-2-1-2 .widget-footer-col2,
.thnk-col-3-2-1-2 .widget-footer-col3,
.thnk-col-2-1-2 .widget-footer-col1,
.thnk-col-2-1-2 .widget-footer-col2,
.thnk-col-2-2-1 .widget-footer-col1,
.thnk-col-2-2-1 .widget-footer-col2{
    width:100%;
  }

  .th-wp-auto-search.ui-widget.ui-widget-content {
    max-width: 300px !important;
}
#search-button.ui-autocomplete-loading:before{
top: -5px;
}

.thmk-woocommerce-search-wrap .thmk-woocommerce-search-wrap-select {
    display: none;
}

}
@media screen and (max-width: 350px){
.below-header-col2 {
    width: 36%;
  }

  .taiowc-cart-item span {
    display: none;
}

}
@media (min-width: 769px){.thunk-logo img,.sticky-header .logo-content img{
    max-width: 195px;
  }}@media (max-width: 768px){.thunk-logo img,.sticky-header .logo-content img{
    max-width: 296px;
  }}@media (max-width: 550px){.thunk-logo img,.sticky-header .logo-content img{
    max-width: 121px;
  }}.top-header,body.top-store-dark .top-header{border-bottom-color:#09275e}.top-footer,body.top-store-dark .top-footer{border-bottom-color:#ededed}@media (min-width: 769px){.top-footer .top-footer-bar{
    line-height: 49px;
  }}@media (max-width: 768px){.top-footer .top-footer-bar{
    line-height: 30px;
  }}@media (max-width: 550px){.top-footer .top-footer-bar{
    line-height: 30px;
  }}@media (min-width: 769px){.top-footer{
    border-bottom-width: 1px;
  }}@media (max-width: 768px){.top-footer{
    border-bottom-width: 1px;
  }}@media (max-width: 550px){.top-footer{
    border-bottom-width: 1px;
  }}.below-footer,body.top-store-dark .below-footer{border-top-color:#ededed}@media (min-width: 769px){.below-footer{
    border-top-width: 1px;
  }}@media (max-width: 768px){.below-footer{
    border-top-width: 1px;
  }}@media (max-width: 550px){.below-footer{
    border-top-width: 1px;
  }}.top-store-light a:hover, .top-store-menu li a:hover, .top-store-menu .current-menu-item a,.sticky-header-col2 .top-store-menu li a:hover,.woocommerce .thunk-woo-product-list .price,.thunk-product-hover .th-button.add_to_cart_button, .woocommerce ul.products .thunk-product-hover .add_to_cart_button,.woocommerce ul.products li.product .product_type_variable, .woocommerce ul.products li.product a.button.product_type_grouped,.thunk-compare .compare-button a:hover, .thunk-product-hover .th-button.add_to_cart_button:hover, .woocommerce ul.products .thunk-product-hover .add_to_cart_button :hover, .woocommerce .thunk-product-hover a.th-button:hover,.thunk-product .yith-wcwl-wishlistexistsbrowse.show:before, .thunk-product .yith-wcwl-wishlistaddedbrowse.show:before,.woocommerce ul.products li.product.thunk-woo-product-list .price,.summary .yith-wcwl-add-to-wishlist.show .add_to_wishlist::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before,.woocommerce .entry-summary a.compare.button.added:before,.header-icon a:hover,.thunk-related-links .nav-links a:hover,.woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .price,.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button,.thunk-wishlist a:hover, .thunk-compare a:hover,.thunk-quik a:hover,.woocommerce ul.cart_list li .woocommerce-Price-amount, .woocommerce ul.product_list_widget li .woocommerce-Price-amount,.top-store-load-more button,.page-contact .leadform-show-form label,.thunk-contact-col .fa,
  .woocommerce .thunk-product-hover a.th-button:hover:after,ul.products .thunk-product-hover .add_to_cart_button:hover, 
.woocommerce .thunk-product-hover a.th-button:hover, 
.woocommerce ul.products li.product .product_type_variable:hover, 
.woocommerce ul.products li.product a.button.product_type_grouped:hover, 
.woocommerce .thunk-product-hover a.th-button:hover, 
.woocommerce ul.products li.product .add_to_cart_button:hover, 
.woocommerce .added_to_cart.wc-forward:hover,
ul.products .thunk-product-hover .add_to_cart_button:hover:after, 
.woocommerce .thunk-product-hover a.th-button:hover:after, 
.woocommerce ul.products li.product .product_type_variable:hover:after, 
.woocommerce ul.products li.product a.button.product_type_grouped:hover:after, 
.woocommerce .thunk-product-hover a.th-button:hover:after, 
.woocommerce ul.products li.product .add_to_cart_button:hover:after, 
.woocommerce .added_to_cart.wc-forward:hover:after,.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,.th-hlight-icon,.ribbon-btn:hover,.thunk-product .yith-wcwl-wishlistexistsbrowse:before,.woocommerce .entry-summary a.compare.button:hover:before,.th-slide-button,.th-slide-button:after,.sider.overcenter .sider-inner ul.top-store-menu li a:hover,.reply a,.single-product .product_meta a,.woosw-btn:hover:before,.woosw-added:before,.wooscp-btn:hover:before,#top-store-mobile-bar .count-item, a.th-product-compare-btn.button.btn_type.th-added-compare:before,.thunk-product-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title:hover{color:#f4a51c} 
    
    .thunk-icon-market .cart-icon .taiowc-icon:hover,.woocommerce .entry-summary .th-product-compare-btn.btn_type.th-added-compare, .woocommerce .entry-summary a.th-product-compare-btn:before,.thunk-icon-market .cart-icon .taiowcp-icon:hover{color:#f4a51c;}
   .thunk-icon-market .cart-icon .taiowc-cart-item:hover,.thunk-icon-market .cart-icon .taiowcp-cart-item:hover{color:#f4a51c;}
 .toggle-cat-wrap,#search-button,.thunk-icon .cart-icon,.single_add_to_cart_button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button,.cat-list a:after,.tagcloud a:hover, .thunk-tags-wrapper a:hover,.btn-main-header,.page-contact .leadform-show-form input[type='submit'],.woocommerce .widget_price_filter .top-store-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .top-store-widget-content .ui-slider .ui-slider-handle,.entry-content form.post-password-form input[type='submit'],#top-store-mobile-bar a,
.header-support-icon,
.count-item,.nav-links .page-numbers.current, .nav-links .page-numbers:hover,.woocommerce .thunk-woo-product-list span.onsale,.top-store-site section.thunk-ribbon-section .content-wrap:before,.woocommerce .return-to-shop a.button,.widget_product_search [type='submit']:hover,.comment-form .form-submit [type='submit'],.top-store-slide-post .owl-nav button.owl-prev:hover, .top-store-slide-post .owl-nav button.owl-next:hover,body.top-store-dark .top-store-slide-post .owl-nav button.owl-prev:hover, body.top-store-dark .top-store-slide-post .owl-nav button.owl-next:hover{background:#f4a51c}
  .open-cart p.buttons a:hover,
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.thunk-slide .owl-nav button.owl-prev:hover, .thunk-slide .owl-nav button.owl-next:hover,.thunk-list-grid-switcher a.selected, .thunk-list-grid-switcher a:hover,.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover,#searchform [type='submit']:hover,article.thunk-post-article .thunk-readmore.button,.top-store-load-more button:hover,.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,.thunk-top2-slide.owl-carousel .owl-nav button:hover,.product-slide-widget .owl-carousel .owl-nav button:hover, .thunk-slide.thunk-brand .owl-nav button:hover,.th-testimonial .owl-carousel .owl-nav button.owl-prev:hover,.th-testimonial .owl-carousel .owl-nav button.owl-next:hover,body.top-store-dark .thunk-slide .owl-nav button.owl-prev:hover,body.top-store-dark .thunk-slide .owl-nav button.owl-next:hover{background-color:#f4a51c;} 
  .thunk-product-hover .th-button.add_to_cart_button, .woocommerce ul.products .thunk-product-hover .add_to_cart_button,.woocommerce ul.products li.product .product_type_variable, .woocommerce ul.products li.product a.button.product_type_grouped,.open-cart p.buttons a:hover,.top-store-slide-post .owl-nav button.owl-prev:hover, .top-store-slide-post .owl-nav button.owl-next:hover,body .woocommerce-tabs .tabs li a::before,.thunk-list-grid-switcher a.selected, .thunk-list-grid-switcher a:hover,.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button,#searchform [type='submit']:hover,.top-store-load-more button,.thunk-top2-slide.owl-carousel .owl-nav button:hover,.product-slide-widget .owl-carousel .owl-nav button:hover, .thunk-slide.thunk-brand .owl-nav button:hover,.page-contact .leadform-show-form input[type='submit'],.widget_product_search [type='submit']:hover,.thunk-slide .owl-nav button.owl-prev:hover, .thunk-slide .owl-nav button.owl-next:hover,body.top-store-dark .thunk-slide.owl-carousel .owl-nav button.owl-prev:hover, body.top-store-dark .thunk-slide.owl-carousel .owl-nav button.owl-next:hover,body.top-store-dark .top-store-slide-post .owl-nav button.owl-prev:hover, body.top-store-dark .top-store-slide-post .owl-nav button.owl-next:hover,.th-testimonial .owl-carousel .owl-nav button.owl-prev:hover,.th-testimonial .owl-carousel .owl-nav button.owl-next:hover{border-color:#f4a51c} .loader {
    border-right: 4px solid #f4a51c;
    border-bottom: 4px solid #f4a51c;
    border-left: 4px solid #f4a51c;}
    .site-title span a:hover,.main-header-bar .header-icon a:hover,.woocommerce div.product p.price, .woocommerce div.product span.price,body.top-store-dark .top-store-menu .current-menu-item a,body.top-store-dark .sider.overcenter .sider-inner ul.top-store-menu li a:hover{color:#f4a51c}body.top-store-light,.woocommerce-error, .woocommerce-info, .woocommerce-message {color: #000000}.site-title span a,.sprt-tel b,.widget.woocommerce .widget-title, .open-widget-content .widget-title, .widget-title,.thunk-title .title,.thunk-hglt-box h6,h2.thunk-post-title a, h1.thunk-post-title ,#reply-title,h4.author-header,.page-head h1,.woocommerce div.product .product_title, section.related.products h2, section.upsells.products h2, .woocommerce #reviews #comments h2,.woocommerce table.shop_table thead th, .cart-subtotal, .order-total,.cross-sells h2, .cart_totals h2,.woocommerce-billing-fields h3,.page-head h1 a,.woocommerce-billing-fields h3,.woocommerce-checkout h3#order_review_heading, .woocommerce-additional-fields h3,.woocommerce .wishlist-title,.widget_block .wp-block-heading,.woocommerce ul.products li.product .woocommerce-loop-product__title,.thunk-woo-product-list .woocommerce-loop-product__title a{color: }.top-store-light a,#top-store-above-menu.top-store-menu > li > a{color:#514651} .top-store-light a:hover,#top-store-above-menu.top-store-menu > li > a:hover,#top-store-above-menu.top-store-menu li a:hover,.thunk-woo-product-list .woocommerce-loop-product__title a:hover{color:#f2eae6}.top_store_overlayloader{background-color:#f49b00}.top-header{background-image:url();
   } .top-header:before,body.top-store-dark .top-header:before
   {background:#092143}.main-header:before,body.top-store-dark .main-header:before{
   background:#092143;}.site-title span a,.main-header-bar .header-icon a,.main-header-bar .thunk-icon-market .cart-contents,.th-whishlist-text, .account-text:nth-of-type(1){color:#fff;}
   .thunk-icon-market .cart-icon .taiowc-icon,.thunk-icon-market .taiowc-icon .th-icon,.thunk-icon-market .cart-icon .taiowcp-icon,.thunk-icon-market .taiowcp-icon .th-icon,.main-header-bar{color:#fff;}
   .thunk-icon-market .cart-icon .taiowc-cart-item,.thunk-icon-market .taiowc-content .taiowc-total,.thunk-icon-market .cart-icon .taiowcp-cart-item,.thunk-icon-market .taiowcp-content .taiowcp-total{color:#fff;}
    body.top-store-dark .site-title span a,body.top-store-dark .main-header-bar,body.top-store-dark .main-header-bar .header-icon a,body.top-store-dark .main-header-bar .thunk-icon-market .cart-contents,body.top-store-dark .th-whishlist-text,body.top-store-dark .account-text:nth-of-type(1){color:#fff;}
   section.thunk-ribbon-section .content-wrap{
    background-image:url();
    background-repeat:no-repeat;
    background-size:auto;
    background-position:center center;
    background-attachment:scroll;}#move-to-top{
        background:#f4a51c;
        color:#fff;
      }
                        
@font-face{ font-family:"th-icon";src:url("https://mmpmall.com/wp-content/themes/top-store/third-party/fonts/th-icon/fonts/th-icon.ttf?k3xn19") format("truetype");font-weight:normal;font-style:normal;font-display:swap; }
/*# sourceURL=top-store-style-inline-css */
/*----------  Media Query min-width Structure   ----------*/
/*----------  Media Query max-width Structure   ----------*/
/*----------  Break-point min-width Structure   ----------*/
/*----------  Break-point max-width Structure   ----------*/
/**
 * Quick View Style
 */
/*=======================
* MODAL POPUP STYLE
========================*/
#alm-quick-view-content .product_meta {
    border: 1px solid #efefef;
    display: table;
    width: 100%;
    margin-bottom: 40px;
padding:0
}
#alm-quick-view-content .slides img{
  width:100%!important;
}
#alm-quick-view-content .product_meta > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding:15px;
    border-right: 1px solid #eaeaea;
}
.woocommerce .alm-woo-product .quantity .qty{
height:38px;
border:0;
}
html.alm-quick-view-is-open,
html.alm-quick-view-is-open body {
  overflow: hidden;
}

html.alm-quick-view-is-open .main-header-bar.alm-sticky-active,
html.alm-quick-view-is-open .alm-above-header.alm-sticky-active,
html.alm-quick-view-is-open .alm-below-header.alm-sticky-active {
  margin-left: 0;
}

.alm-quick-view-bg {
  position: fixed;
  visibility: hidden;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  z-index: 1042;
}

.alm-quick-view-loader {
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.alm-quick-view-bg-ready {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  visibility: visible;
}

body #alm-quick-view-modal div.product .flex-viewport {
  width: 100%;
  float: none;
}

#alm-quick-view-modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1400;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
}

#alm-quick-view-modal .alm-content-main-wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding:0;
  display:flex;
  align-items: center;
}

#alm-quick-view-modal .alm-content-main-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;

}

#alm-quick-view-modal .alm-content-main {
  position: relative;
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .5s;
  transition: opacity .3s, -webkit-transform .5s;
  transition: transform .5s, opacity .3s;
  transition: transform .5s, opacity .3s, -webkit-transform .5s;
}

#alm-quick-view-modal .alm-content-main:after, #alm-quick-view-modal .alm-content-main:before {
  content: '';
  display: table;
  clear: both;
}

#alm-quick-view-modal .alm-lightbox-content{
  display: table;
  pointer-events: auto;
  background-color: #fff;
  max-width: 975px;
  margin: 20px auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}

#alm-quick-view-modal.open {
  visibility: visible;
  opacity: 1;
}

#alm-quick-view-modal.open .alm-content-main {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  width: 100%;
}

#alm-quick-view-modal .alm-qv-image-slider {
  position: relative;
}

#alm-quick-view-modal .alm-qv-image-slider .alm-qv-slides li {
  list-style: none;
}
#alm-quick-view-modal .slides {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    overflow: hidden;
}
#alm-quick-view-modal .alm-qv-image-slider .flex-control-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-direction-nav .flex-prev:before,
#alm-quick-view-modal .alm-qv-image-slider .flex-direction-nav .flex-next:before {
  content: "\f340";
  font-family: 'dashicons' !important;
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-direction-nav .flex-prev {
  left: -50px;
}

#alm-quick-view-modal .alm-qv-image-slider .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#alm-quick-view-modal .alm-qv-image-slider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#alm-quick-view-modal .alm-qv-image-slider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#alm-quick-view-content {
  height: 100%;
}

#alm-quick-view-content div.product {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

#alm-quick-view-content div.images {
  width: 50%;
  float: left;
  opacity: 1 !important;
  margin: 0;
}

#alm-quick-view-content div.summary {
  margin: 0;
  padding: 30px;
  width: 50%;
  float: left;
}
#alm-quick-view-content .product_meta > span{
    font-size: 13px;
    padding: 9px 13px;
}
@media (max-width: 768px) {
  #alm-quick-view-content div.summary form.cart .button {
    padding: 10px;
  }
}

@media (min-width: 545px) {
  #alm-quick-view-content div.summary {
    content: '544';
    overflow-y: auto;
    padding-bottom: -webkit-calc(70px + 1em);
    padding-bottom: calc(70px + 1em);
  }
  #alm-quick-view-content div.summary form.cart {
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 0 -30px;
    padding: 20px 30px 30px;
    width: 50%;
    width: -webkit-calc( 50% - 30px);
    width: calc( 50% - 30px);
    z-index: 9;
  }
}

#alm-quick-view-content div.summary .added_to_cart{
  padding-top: 5px;
}

#alm-quick-view-content div.woocommerce-product-rating:after, #alm-quick-view-content div.woocommerce-product-rating:before {
  content: '';
  display: table;
  clear: both;
}

#alm-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
  display: none;
}

#alm-quick-view-content .onsale {
  top: 15px;
  left: 15px;
  right: auto;
}

#alm-quick-view-close {
 position: absolute;
    font-size: 20px;
    top:10px;
    right: 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    opacity: .7;
    text-align: center;
    z-index: 2;
    background: #000;
    color:#fff;
    border-radius: 50%;
}
#alm-quick-view-content div.summary::-webkit-scrollbar {
    width:6px;
}
#alm-quick-view-close:before {
content: "\f335";
font-family: dashicons;
text-decoration: inherit;
margin-left: 2px;
}

#alm-quick-view-close:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 544px) {
  #alm-quick-view-content div.images,
  #alm-quick-view-content div.summary {
    width: 100%;
    float: none;
  }
  #alm-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 100%;
    float: left;
  }
}

/* Button On Page and Image */
.almaira-shop-thumbnail-wrap {
  position: relative;
}


.almaira-shop-thumbnail-wrap:hover .opn-quick-view-text {
  opacity: 1;
}

.woocommerce #alm-quick-view-modal div.product form.cart .button.single_add_to_cart_button.loading {
  padding-right: 40px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    background:;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

  .owl-carousel .owl-item img {
    display: block;
        margin: auto;
}
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/plugins/hunk-companion/almaira-shop/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/* Add to Wishlist Button */
.thw-add-to-wishlist-button-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.thw-add-to-wishlist-button-wrap.th-wishlist-single{
justify-content:start;
}
.thw-add-to-wishlist-button {
    color: #111;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow:none;
    background: none;
}
.thw-add-to-wishlist-button.th-button.th-icon{
color:#fff;
}
.thw-add-to-wishlist-button-wrap a.thw-add-to-wishlist-button{
  text-decoration:none;
}
.thw-add-to-wishlist-button:hover,
.thw-add-to-wishlist-button.loading{
    opacity:0.7;
    box-shadow:none;
}

.thw-add-to-wishlist-button span {
    position: relative;
    z-index: 1;
}

.thw-add-to-wishlist-button:hover::before {
    left: 0;
}
.thw-add-to-wishlist-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.thw-add-to-wishlist-button .thw-icon {
 margin: 0 4px;
    font-size: 1.2em;
    line-height: 1;
    
}

.thw-add-to-wishlist-button .dashicons-heart{
    color: transparent;
    -webkit-text-stroke: 1.5px #111;
    text-stroke: 1.5px #111;
}
.thw-add-to-wishlist-button.in-wishlist .dashicons-heart {
    color: #111;
    -webkit-text-stroke:inherit;
    text-stroke:inherit;
}
.thw-add-to-wishlist-button.th-button .dashicons-heart {
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    text-stroke: 1.5px #fff;
}

.thw-add-to-wishlist-button.th-button.in-wishlist .dashicons-heart {
    color: #fff;
    -webkit-text-stroke: inherit;
    text-stroke: inherit;
}

.thw-add-to-wishlist-button.button:focus{
outline:none;
}

.thw-add-to-wishlist-button img.thw-icon{
height: 30px;
width: 30px;
}

.thw-add-to-wishlist-button.loading {
    opacity: 0.5;
    cursor:wait !important;
}

/* Icon Only (No Button Style) */
/* .thw-add-to-wishlist-button.no-style {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #e91e63 !important;
    box-shadow: none !important;
}

.thw-add-to-wishlist-button.no-style:hover {
    color: #c2185b !important;
} */

.thw-add-to-wishlist-button.no-style .thw-icon {
    font-size: 1.5em;
    margin: 0;
}

/* Wishlist Table */
.thw-wishlist-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.thw-wishlist-table th,
.thw-wishlist-table td {
    padding: 5px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}
.thw-wishlist-table,.thw-wishlist-form{
    width: 100%;
}
.thw-wishlist-form {
   overflow-x: auto;
}
.thw-wishlist-table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size:16px;
}

.thw-wishlist-table td{
font-size:12px;
font-weight: 500;
}
.thw-add-to-cart-cell .add_to_cart_button,.thw-add-to-cart-cell .wp-element-button {
    display: inline-flex;
    font-size: 13px;
}

.thw-wishlist-table .product-thumbnail img {
    max-width: 60px;
    height: auto;
}

.thw-wishlist-table .product-quantity input {
    width: 60px;
    text-align: center;
}
.thw-qty {
    width: 70px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.thw-wishlist-table .product-remove a {
    color: red;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

/* Center checkbox and add to cart text */
.thw-wishlist-table .product-checkbox{
    text-align: center;
}
.thwl-wishlist-item a{
text-decoration:none!important;
}
/* Wishlist Actions & Sharing */
.thw-wishlist-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.thw-social-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thw-social-share a {
    font-size: 0;
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
}

.thw-social-share span.thw-social-text{
font-size:15px;
}

.thw-social-share a:hover {
    color: #000;
}

.thw-copy-link-button {
    cursor: pointer;
}

.thw-add-to-cart-cell .add_to_cart_button.added{
display:none!important;
}
.thw-add-all-to-cart{
padding: 10px 25px;
    display: inline-flex;
    font-size: 15px;
}
.thw-add-to-cart-cell a.added_to_cart{
margin-top:0;
}

.thw-add-to-wishlist-button.th-button{
background:#111;
padding:10px 25px;
}
.thw-wishlist-table td.product-remove{
text-align:center;
}
.thw-wishlist-wrapper{
width:100%;
  margin: auto;
}

.thw-wishlist-table a,.thw-wishlist-actions a{
text-decoration:none!important;
}
.thw-wishlist-table td {
    font-size: 14px;
}
.thw-wishlist-table th {
    font-weight: 500;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 16px;
}
span.stock.in-stock {
    color: #00B200;
}
span.stock.out-of-stock {
    color: #FF8C8C;
}
/** table styles for mobile */
/** table styles for mobile */
@media (max-width: 768px) {

    .thw-wishlist-form table, .thw-wishlist-form thead, .thw-wishlist-form tbody, .thw-wishlist-form th, .thw-wishlist-form td, .thw-wishlist-form tr {
        display: block;
        width: 100%;
    }

    .thw-wishlist-form thead {
        display: none;
    }

    .thw-wishlist-form tr {
        margin-bottom: 15px;
       
        padding: 10px;
    }

    .thw-wishlist-form td {
        position: relative;
      
    }

    .thw-wishlist-form td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
        text-align: left;
    }
}:root {
  --highlight-color: #4f46e5;
  --light-color: #505458;
  --text-color: #111;
  --border-color: rgba(255, 255, 255, 0.3);;
  --underline-border-color: rgba(255, 255, 255, 0.3);
  --text-color-light: #64748B;
  --body-background: #f8fafc;
  --btn-color: #334155;
  --thpc-box-shadow:0 4px 30px rgba(0, 0, 0, 0.1);
    --thpc-box-background:rgb(255 255 255 / 34%);
}

.th-compare-output-wrap .th-compare-output-wrap-inner {
      background-color: rgb(247 251 255 / 88%);
    backdrop-filter: blur(7px);
  height: 100%;
  width: 100%;
  position: relative;
  overflow: auto;
  padding-top: 69px;

}

.th-compare-output-product{
    max-width: 80rem;
    margin: 54px auto;
    border-radius: 1rem;
    background: var( --thpc-box-background);
    border-radius: 16px;
    box-shadow: var(--thpc-box-shadow);
    /* backdrop-filter: blur(8.4px);
    -webkit-backdrop-filter: blur(8.4px); */
    border: 1px solid var(--border-color);
}
.th-compare-output-product table{
  border: 0;
}
.tooltip-show-with-title {
  background-color: black;
  position: absolute;
  z-index: 100000;
  border: 1px solid black;
  padding: 4px 13px;
  color: white;
  border-radius: 3px;
  text-align: center;
  width: fit-content;
  max-width: 182px;
  transition: 0.2s transform ease, 0.2s opacity ease;
  transform: translateY(-25px);
  opacity: 0;
}
.tooltip-show-with-title.active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.tooltip-show-with-title .pointer_ {
  height: 10px;
  width: 15px;
  margin: auto;
  display: block;
  fill: black;
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%) rotateZ(180deg);
  left: 50%;
}

.th-product-compare-btn {
  margin: 10px 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1;
}
.th-product-compare-btn.txt_type {
  color: #3575e9;
  font-weight: bold;
}
/*.th-product-compare-btn.icon_type.th-added-compare i {
  display: none;
}*/
.th-product-compare-btn.btn_type,
.th-product-compare-btn.icon_type {
  background: transparent;
  color: inherit;
  padding: 8px 10px;
  text-align: inherit;
  /*  font-size: 14px;*/
  font-size: 18px;
  outline: 0;
  border: 0;
}
.th-product-compare-btn.btn_type:hover{
opacity: 1 !important;
}

.single-product .th-product-compare-btn.icon_type {
  padding: initial;
  text-align: inherit;
  outline: 0;
  border: 0;
  margin: initial;
  display: initial;
  align-items: initial;
  line-height: initial;
}
.th-product-compare-btn.icon_type .icon{
  margin-right: 9px;
  font-style: normal;
}
.th-product-compare-btn.icon_type.th-added-compare,
.th-product-compare-btn.txt_type.th-added-compare{
  opacity: .7;
}
.th-product-compare-btn.icon_type:hover:after{
    content: attr(th-tooltip);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: initial;
    white-space: nowrap;
    z-index: 10;
}
.th-product-compare-btn.btn_type.th-added-compare::before{
  content: "\f15e";
  font-family: "dashicons";
  display: inline-block;
  box-sizing: border-box;
  background: #111;
  color: #FFF;
  border-radius: 5px;
  margin-right: 9px;
}
/* .th-product-compare-btn.loading {
  pointer-events: none;
}
.th-product-compare-btn.loading:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #436eee;
  border-top-color: white;
  animation: loaderTMKWithCenter 0.8s linear 0s infinite forwards;
} */

@keyframes loaderTMKWithCenter {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.th_product_Compare_body_Class {
  overflow: hidden !important;
}

.th-compare-output-wrap {
  position: fixed;
  width: 100%;
  z-index: 1000000000;
  top: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  transition: 0.5s visibility linear;
}
.th-compare-output-wrap.active {
  visibility: visible;
   opacity: 1; 
  animation: popupStyle1 1.2s ease 0s 1 forwards;
}
.th-product-compare-btn-wrap{
  text-align: center;
}
.th-product-compare-btn-wrap a{
  text-decoration: none;
}
.th-compare-output-wrap.active.th-animation-2 {
  animation: popupStyle2 1.2s ease 0s 1 forwards;
}
.th-compare-output-wrap.active.th-animation-3 {
  animation: popupStyle3 1.2s ease 0s 1 forwards;
}
.th-compare-output-wrap.active.th-animation-4 {
  animation: popupStyle4 1.2s ease 0s 1 forwards;
}
.th-compare-output-wrap.th-compare-output-wrap-close {
  animation: popupStyle1close 0.4s linear 0s;
}

#thpc-removeall {
  font-size: 12px;
  margin-left: 12px;
  color: inherit;
  cursor: pointer;
  opacity: .8;
  line-height: initial;
}
#thpc-removeall:hover{
  color: #FFF;
}

.th-compare-output-wrap .th-compare-output-wrap-inner::-webkit-scrollbar {
  width: 2px;
}
.th-compare-output-wrap .th-compare-output-wrap-inner::-webkit-scrollbar-track {
  border-radius: 10px;
}
.th-compare-output-wrap .th-compare-output-wrap-inner::-webkit-scrollbar-thumb {
  background: #838383;
  border-radius: 10px;
}
.th-compare-output-wrap .th-compare-loader {
  display: none;
}
.th-compare-output-wrap.th-loading .th-compare-loader {
  position: absolute;
  z-index: 10000;
  background: #ffffffe8;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.th-compare-output-wrap.th-loading .th-compare-loader svg {
  animation: loaderTMK 0.8s linear 0s infinite forwards;
}
.th-compare-loader svg{
  fill: #fff!important;
}
.th-compare-output-wrap .th-compare-heading {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
}
.th-compare-output-wrap .th-compare-output-close {
  width: fit-content;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translate(0, -50%);
}
.th-compare-output-wrap .th-compare-output-close i {
  font-size: 28px;
  color: #979797;
 background: rgb(255 255 255 / 60%);
  height: unset;
  width: unset;
  cursor: pointer;
  border-radius: 3px;
}

.th-compare-output-wrap-inner * {
  box-sizing: border-box;
}
.th-compare-output-wrap-inner .th-compare-heading {
    text-align: center;
    padding: .6rem;
    line-height: 1;
    color: #464646;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    background: rgb(255 255 255 / 58%);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    /* backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); */
}
.wrap-category_{
  flex-grow: 2;

}
.th-compare-output-wrap-inner .th-compare-heading .heading_ {
  font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
    color: var(--text-color);
    letter-spacing: .009rem;
}
.th-compare-output-wrap-inner .th-compare-heading .error_ {
  color: #eb3033;
  display: block;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner {
    display: flex;
    width: 456px;
    grid-gap: 12px;
    margin: 0 auto;
    padding: 8px 5px;
    align-items: center;
}
.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner {
  overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
}

.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner::-webkit-scrollbar {
  height: 4px; /* Custom scrollbar height */
}

.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner::-webkit-scrollbar-track {
  background-color: #f1f5f9; /* Track color */
}

.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner::-webkit-scrollbar-thumb {
  background-color: #cbd5e1; /* Thumb color */
  border-radius: 10px; /* Rounded corners */
}

.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner::-webkit-scrollbar-thumb:hover {
  background-color: #b2bcc5; /* Thumb hover color */
}

.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner a {
text-transform: capitalize;
    font-weight: 500;
    font-size: 0.78rem;
    cursor: pointer;
    color: #323232;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    text-decoration: none;
    background: rgb(255 255 255 / 23%);
    border-radius: 9999px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(8.4px);
    -webkit-backdrop-filter: blur(8.4px); */
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex: none;
}
.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner a:hover{
  background: #e5e7eb;
}
.th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner a.active{
 color: #FFF;
    background: rgb(0 0 0 / 69%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(86 85 85 / 30%);

}
.th-compare-output-product {
  overflow: auto;
}
.th-compare-output-product a,
.th-compare-output-product span {
  font-family: "inherit", sans-serif;
}
.th-compare-add-to-cart-btn{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}
.th-compare-output-product .th-compare-add-to-cart-btn {
  width: fit-content;
}

.th-compare-output-product .th-compare-rating .star-rating {
  float: unset;
  margin: auto;
  font-family: "star";
  color: #ffd532;
  font-size: 16px;
}
.th-compare-output-product .th-compare-rating span {
  font-family: "star";
  line-height: 1;
}
.th-compare-output-product .th-compare-rating .th-rating-count {
  font-size: 12px;
  display: none;
}
.th-compare-output-product .product-table-configure {
  margin: 0;
  width: 100%;
}
.th-compare-output-product .product-table-configure tr {
  position: relative;
  border-bottom: 1px solid var(--underline-border-color);
}
.th-compare-output-product
  .product-table-configure
  tr.th-difference-row
  td:not(.left-title) {
  background-color: #fdff5a1c;
  border-bottom: 1px solid #ffdd5170;
}
.th-compare-output-product .product-table-configure tr.th-hide-difference-row {
  display: none;
}
.th-compare-output-product .product-table-configure td {
  padding: 1rem;
  vertical-align: top;
  border: none;
  min-width: 250px;
  max-width: 250px;
  text-align: center;
}
.th-compare-output-product .product-table-configure td .th-in-stoct {
   position: relative;
    color: #15803d;
    background: #dcfce78c;
    width: max-content;
    margin: 0 auto;
    padding: 0 .50rem;
    border-radius: 9999px;
    text-transform: capitalize;
    padding: .25rem .75rem;
    font-size: 0.75rem !important;
    line-height: 1rem;
    border: 1px solid var(--border-color);
}
.th-compare-output-product .product-table-configure td .th-in-stoct:before{
  content: "\f147";
  font-family: "dashicons";
  position: relative;
  transform: translateY(2px);
    display: inline-flex
}
.th-compare-output-product .product-table-configure td .th-out-of-stoct {
  color: #a90a0a;
}
.th-compare-output-product .product-table-configure td.left-title {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(11.6px);
    -webkit-backdrop-filter: blur(11.6px);

 position: relative;
    z-index: 1000;
    width: 220px;
    min-width: 178px;
    max-width: 242px;
    font-weight: 600;
    color: inherit;
    text-transform: capitalize;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
    position: sticky;
    left: 0 !important;

}
.th-compare-output-product .product-table-configure td.left-title span {
    font-size: 14px;
    opacity: .6;
    color: inherit;
}
.th-compare-output-product .product-table-configure .top-title td.left-title {
  z-index: 1010;
}
.th-compare-output-product .product-table-configure .th-add-to-cart_ {
  display: flex;
  grid-gap: 7px;
  flex-wrap: wrap;
}
.th-compare-output-product
  .product-table-configure
  .th-add-to-cart_
  .th-compare-add-to-cart-btn.loading,
.th-compare-output-product
  .product-table-configure
  .th-add-to-cart_
  .added_to_cart.loading {
  display: flex;
  align-items: center;
  width: fit-content;
}
.th-compare-output-product
  .product-table-configure
  .th-add-to-cart_
  .th-compare-add-to-cart-btn.loading:after,
.th-compare-output-product
  .product-table-configure
  .th-add-to-cart_
  .added_to_cart.loading:after {
  position: unset;
  margin-left: 5px;
}
.th-compare-output-product .product-table-configure .price_ {
  color: inherit;
  font-weight: 600;
  display: flex;
  grid-gap: 3px;
  letter-spacing: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  justify-content: center;
}
.product-table-configure .price_ ins{
  text-decoration: none;
}
.price_  del{
  color: #1111119c;
}
.th-compare-output-product
  .product-table-configure
  ._image_
  .image-and-addcart
  .img_ {
  position: relative;
  margin: 0 auto;
  transition: all .2s linear;
}
.image-and-addcart .img_{
  width: 168px;
  height: 168px;
}
.th-compare-output-product .product-table-configure ._image_ .image-and-addcart .img_:hover{
  transform: scale(1.1);
}
.th-compare-output-product
  .product-table-configure
  ._image_
  .image-and-addcart
  .img_
  img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: .5rem;
border: 1px solid var(--border-color);
}
.th-compare-output-product
  .product-table-configure
  ._image_
  .image-and-addcart
  .product-title_
  > a {
  color: #5d5e61;
  font-weight: 600;
  letter-spacing: 1px;
}
.th-compare-output-product .product-table-configure .th-compare-product-remove {
  color: #444444;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  grid-gap: 4px;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 1px;
}
.th-compare-output-product
  .product-table-configure
  .th-compare-product-remove
  i {
  color: #d84747;
  font-size: 14px;
  height: unset;
  width: unset;
}
.th-compare-output-product
  .product-table-configure
  .th-compare-product-remove:hover {
  border-bottom: 1px solid #d84747;
}

.th_auto_single_page {
  margin-bottom: 10px;
}
.th_auto_single_page .th-compare-output-wrap-inner .th-compare-heading {
  background-color: #f7f7f7;
  text-align: center;
  padding: 6px 20px;
}
.th_auto_single_page
  .th-compare-output-wrap-inner
  .th-compare-heading
  .heading_ {
  color: black;
}
.th_auto_single_page .th-compare-output-product {
  border: 1px solid whitesmoke;
}
.th_auto_single_page
  .th-compare-output-product
  .product-table-configure
  tr:first-child
  td.left-title {
  background-color: white;
}

@keyframes popupStyle1 {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes popupStyle2 {
  0% {
    opacity: 0;
    transform: translateX(-210px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes popupStyle3 {
  0% {
    opacity: 0;
    transform: translateX(210px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes popupStyle4 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popupStyle1close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: 0;
  }
}
@keyframes loaderTMK {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.th-compare-output-product::-webkit-scrollbar {
  height: 7px;
  width: 2px;
}
.th-compare-output-product::-webkit-scrollbar-track {
    background-color: #f1f5f9; /* Track color */
    
}
.th-compare-output-product::-webkit-scrollbar-thumb {
 background-color: #cbd5e1; /* Thumb color */
 border-bottom-left-radius: 1rem;    /* fully rounded */
  border-bottom-right-radius: 1rem;  
}
.th-compare-output-product::-webkit-scrollbar-thumb:hover {
  background-color: #b2bcc5; /* Thumb hover color */
}

tr td .mobile-title{
display:none;
}
.product_image .empty-slot {
    width: 50px;
    height: 50px;
    background: transparent!important;
    border: 2px dashed #ccc;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}
.th-heighlights-products {
    display: flex;
    grid-gap: 9px;
    margin-right: 45px;

}
.th-heighlights-products > div {
    width: fit-content;
    color: inherit;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    grid-gap: 4px;
    font-weight: 500;
    letter-spacing: .02rem;
    opacity: 0.8;
}


/* Each button */
.th-heighlights-products > div {
  position: relative;
  padding-left: 48px;   /* space for toggle */
  cursor: pointer;
  user-select: none;
  font-size: .875rem;
  line-height: 1.25rem;
}

/* Toggle track */
.th-heighlights-products > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 38px;
    height: 20px;
    border-radius: 20px;
    transition: 0.25s ease;
    background: rgb(229 231 235 / 80%);
}

/* Toggle knob */
.th-heighlights-products > div::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s ease;
}

/* ACTIVE (ON) */
.th-heighlights-products > div.active::before {
  background: rgb(99 102 241 / 72%);
}

.th-heighlights-products > div.active::after {
  transform: translateX(18px);
}


.th-mobile-view .th-heighlights-products {
  width: 100%;
}

.th-compare-add-shortcode {
  display: flex;
}
.th-compare-add-shortcode > div:not(.themehunk-sidebar) {
  padding-right: 30px;
  flex: 1;
}
.th-compare-add-shortcode .add-product-wrap {
  display: flex;
  grid-gap: 20px;
  padding: 28px;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}
.th-compare-add-shortcode .add-product-wrap > .bold-heading {
  width: 280px;
}
.th-compare-add-shortcode .add-product-wrap .add-by-enter-product {
  border: 1px solid #d2d2d2;
  padding: 10px;
  width: 65%;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .added-product-id {
  display: flex;
  grid-gap: 10px;
  margin-bottom: 11px;
  flex-wrap: wrap;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .added-product-id
  .added_id {
  color: #666666;
  padding: 3px 3px 3px 16px;
  position: relative;
  border-radius: 5px;
  background: #e4e4e4;
  letter-spacing: 1px;
  border: 1px solid #aaa;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .added-product-id
  .rm_ {
  position: absolute;
  left: 0;
  font-size: 12px;
  transform: translateY(-50%);
  top: 69%;
  cursor: pointer;
  color: #999;
  font-weight: 700;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .added-product-id
  .rm_:hover {
  color: #686868;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product {
  position: relative;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .input-placeholder {
  padding: 11px;
  background: #e5e5e5;
  border-radius: 4px 0px 0px 4px;
  position: absolute;
  left: 1px;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .input-placeholder
  span:before {
  content: "\f179";
  font-family: "dashicons";
  font-size: 16px;
  display: block;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product.loading
  .input-placeholder
  span:before {
  content: "\f463";
  animation: loaderTMK 0.8s linear 0s infinite forwards;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  input {
  width: 100%;
  padding: 0 5px 5px 47px;
  border-color: #e4e4e7;
  margin: 0;
  height: 40px;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result {
  visibility: hidden;
  position: absolute;
  border: 1px solid #d2d2d2;
  flex-direction: column;
  background-color: whitesmoke;
  border-radius: 0 0 4px 4px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.2s all linear;
  max-height: 300px;
  overflow: auto;
  width: 330px;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span[data-id] {
  padding: 8px 10px;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
  transition: 0.2s all ease;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  font-size: 15px;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span[data-id]:before {
  content: "\f159";
  font-family: "dashicons";
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span[data-id].checked {
  background: #d5e0e5;
  color: black;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span[data-id].checked:before {
  content: "\f147";
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span[data-id]:hover {
  background: #07618f;
  color: white;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span[data-id]
  .img_ {
  height: 40px;
  width: 75px;
  position: relative;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span[data-id]
  .img_
  img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product
  .product-result
  span.th-no-product-found {
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
  min-width: 230px;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-by-enter-product
  .wrap-input-product.active
  .product-result {
  opacity: 1;
  visibility: visible;
  display: flex;
  transform: translateY(0);
}
.th-compare-add-shortcode .add-product-wrap .add-product-shortcode-shortcode {
  margin: 25px 0 0;
  width: 75%;
}
.th-compare-add-shortcode
  .add-product-wrap
  .add-product-shortcode-shortcode
  .th_product_compare_id {
  padding: 10px 26px;
  background-color: #f0f0f1;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1;
  color: #5a5a5a;
  text-align: center;
  word-break: break-word;
}

.th_hide_footerwp {
  display: none;
}

/* .th-compare-footer-wrap {
  position: fixed;
  z-index: 1000000000;
  background-color: #0000007a;
  width: 100%;
  bottom: -150px;
  transition: 0.8s all ease;
  box-sizing: border-box;
} */
 .th-compare-footer-wrap *{
  box-sizing: border-box;
 }

.th-compare-footer-wrap {
   position: fixed;
    z-index: 50;
    left: 1rem;
    transition: 0.8s all ease;
    right: 1rem;
    bottom: 1rem;
    justify-content: center;
    display: flex;
}
.th-compare-footer-wrap a{
  text-decoration: none;
}
.th-compare-footer-wrap.active {
  bottom: 1rem;
}
.th-compare-footer-wrap.active .th-footer-up-down .icon_2 {
  transform: rotate(180deg);
}
.th-compare-footer-wrap .th-footer-up-down {
  margin: 0;
  position: absolute;
  top: -35px;
  height: 35px;
  padding: 0 12px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translatex(-50%);
  left: 50%;
  background-color: #111;
  grid-gap: 8px;
  color: #FFF;
  border: none;
  font-weight: 700;
  letter-spacing: 0.03rem;
  font-size: 14px;
  box-shadow: 0px -4px 8px 0px rgba(69, 77, 89, 0.21);
  cursor: pointer;
  display: none;
}
.th-compare-footer-wrap .th-footer-up-down:focus {
  outline: none;
}
.th-compare-footer-wrap .th-footer-up-down .icon_2 {
  transition: 0.2s transform ease;
}
.th-compare-footer-wrap .th-compare-footer-level2 {
   background: rgb(1 1 8 / 86%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgb(97 97 97 / 50%);
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    max-width: 48rem;
    width: 100%;
    transition-duration: 300ms;
    padding: 0.75rem;
    color: #FFF;
}
.th-compare-footer-level3{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.th-compare-footer-level3 .th-compare-left,
.th-compare-footer-level3 .th-compare-right{
  display: flex;
  align-items: center;
  gap: .75rem;
}
.th-compare-footer-wrap > div .th-footer-bar-opner {
  visibility: visible;
}
.th-compare-footer-wrap > div .th-add-product-bar {
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #464646;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03rem;
}
.th-compare-footer-wrap.position-left > div .th-add-product-bar,
.th-compare-footer-wrap.position-right > div .th-add-product-bar{
  width: max-content;
  margin: 0 auto;
}
.th-compare-footer-wrap.position-right  .th-atleast,
.th-compare-footer-wrap.position-left  .th-atleast{
  text-align: center;
  line-height: 21px;
}
.th-compare-footer-wrap.position-right > div .product_image,
.th-compare-footer-wrap.position-left > div .product_image{
/*  max-height: 499px;*/
max-height: 452px;
}
#thpc-removeall span{
  display: flex;
}
.th-compare-footer-wrap > div .th-add-product-bar i {
  height: unset;
  width: unset;
  font-size: 18px;
  padding: 9px;
  background-color: #32373e;
  color: #9ca3af;
  border: 2px dashed #9ca3af;
  border-radius: 5px;
}
.th-compare-footer-wrap > div .th-add-product-bar i:hover{
  border-color: var(--highlight-color);
  color: var(--highlight-color);
}
.th-compare-footer-wrap > div .th-add-product-bar span {
  padding: 0 11px;
}
.th-compare-footer-wrap .product_image {
  /* overflow: auto; */
    display: flex;
    column-gap: 12px;
    margin-left: 18px;   
}
.th-compare-footer-wrap > div .product_image .img_ {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  position: relative;
  background: #dbdbdb;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-compare-footer-wrap > div .product_image .img_:hover .th-remove-product {
  opacity: 1;
}
.th-compare-footer-wrap > div .product_image .img_ .th-remove-product {
  position: absolute;
  right: -5px;
  top: -8px;
  z-index: 10;
  color: white;
  background: var(--btn-color);
  width: unset;
  height: unset;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all linear;
  padding: 2px;
  opacity: 0;
  line-height: 1;
}
.th-compare-footer-wrap > div .product_image .img_ .th-remove-product:hover{
  background: red;
}
.th-compare-footer-wrap > div .product_image .img_ .th-remove-product:before {
  content: "\f158";
  font-family: "dashicons";
  font-style: normal;
  font-size: 12px;
}
.th-compare-footer-wrap > div .product_image .img_ a {
  height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.th-compare-footer-wrap > div .product_image .img_ img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    border-radius: .5rem;
}
.th-compare-footer-wrap
  > div
  .th-compare-enable
  .th-compare-footer-product-opner {
  line-height: 1;
  padding: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #111;
  font-weight: 500;
    font-size: .795rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    padding: 9px 16px;
}
.th-compare-footer-wrap > div .th-compare-enable .th-compare-footer-product-opner:hover{
  background: #e9f1ff;
  color: var(--highlight-color);
}
.th-compare-footer-wrap
  > div
  .th-compare-enable
  .th-compare-footer-product-opner
  .icon_ {
  height: unset;
  width: unset;
  font-size: 16px;
  /* padding: 11px; */
  /* background-color: #b1b1b1; */
  border-radius: 8px 0px 0 8px;
  color: var(--highlight-color);
}
.th-compare-footer-wrap
  > div
  .th-compare-enable
  .th-compare-footer-product-opner
  .text_ {
  padding: 0 9px 0 5px;
}
.th-compare-footer-wrap
  > div
  .th-compare-enable
  .th-compare-footer-product-opner.active
  .icon_:before {
  content: "\f158";
}
.th-compare-footer-wrap .th-compare-loader {
  display: none;
}
.th-compare-footer-wrap.loading .th-compare-loader {
    position: absolute;
    z-index: 10000;
    background: #727272b8;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    border-radius: 14px;
    background: rgb(0 0 0 / 48%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(5px);
}
.th-compare-footer-wrap.loading .th-compare-loader svg {
  animation: loaderTMK 0.8s linear 0s infinite forwards;
}
.th-compare-footer-wrap.position-right,
.th-compare-footer-wrap.position-left {
  width: 150px;
  height: 100%;
  bottom: 0;
}
.th-compare-footer-wrap.position-right > div,
.th-compare-footer-wrap.position-left > div {
  height: 100%;
  flex-direction: column;
  padding: 20px 0;
}
.th-compare-footer-wrap.position-right > div .product_image,
.th-compare-footer-wrap.position-left > div .product_image {
  flex-direction: column;
  justify-content: center;
}
.th-compare-footer-wrap.position-right > div .th-add-product-bar i,
.th-compare-footer-wrap.position-left > div .th-add-product-bar i {
  border-radius: 4px;
}
.th-compare-footer-wrap.position-right > div .th-add-product-bar span,
.th-compare-footer-wrap.position-left > div .th-add-product-bar span {
  display: none;
}
.th-compare-footer-wrap.position-right
  > div
  .th-compare-footer-product-opner
  .icon_,
.th-compare-footer-wrap.position-left
  > div
  .th-compare-footer-product-opner
  .icon_ {
  border-radius: 4px;
}
.th-compare-footer-wrap.position-right
  > div
  .th-compare-footer-product-opner
  .text_,
.th-compare-footer-wrap.position-left
  > div
  .th-compare-footer-product-opner
  .text_ {
  display: none;
}
.th-compare-footer-wrap.position-right .th-footer-up-down,
.th-compare-footer-wrap.position-left .th-footer-up-down {
  top: 50%;
  width: 30px;
  padding: 10px 14px;
  height: fit-content;
  transform: translateY(-50%);
  flex-direction: column;
  word-break: break-word;
  font-size: 12px;
}
.th-compare-footer-wrap.position-right .th-footer-up-down .text_,
.th-compare-footer-wrap.position-left .th-footer-up-down .text_ {
  display: none;
}
.th-compare-footer-wrap.position-right .th-footer-up-down:before,
.th-compare-footer-wrap.position-left .th-footer-up-down:before {
  content: attr(data-text);
  display: block;
  width: max-content;
  background-color: inherit;
  position: absolute;
  padding: 8px 10px;
  border-radius: 4px;
  color: inherit;
  font-size: 17px;
  opacity: 0;
  transition: 0.2s all linear;
  visibility: hidden;
}
.th-compare-footer-wrap.position-right .th-footer-up-down:after,
.th-compare-footer-wrap.position-left .th-footer-up-down:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: inherit;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s all linear;
  visibility: hidden;
}
.th-compare-footer-wrap.position-right .th-footer-up-down:hover:before,
.th-compare-footer-wrap.position-right .th-footer-up-down:hover:after,
.th-compare-footer-wrap.position-left .th-footer-up-down:hover:before,
.th-compare-footer-wrap.position-left .th-footer-up-down:hover:after {
  opacity: 1;
  visibility: visible;
}
.th-compare-footer-wrap.position-left {
  left: -150px;
}
.th-compare-footer-wrap.position-left .th-footer-up-down .icon_2 {
  transform: rotate(90deg);
}
.th-compare-footer-wrap.position-left.active {
  left: 0;
}
.th-compare-footer-wrap.position-left.active .th-footer-up-down .icon_2 {
  transform: rotate(-90deg);
}
.th-compare-footer-wrap.position-left .th-footer-up-down {
  right: -30px;
  left: unset;
  border-radius: 0 8px 8px 0;
}
.th-compare-footer-wrap.position-left .th-footer-up-down:before {
  left: 40px;
}
.th-compare-footer-wrap.position-left .th-footer-up-down:after {
  left: 40px;
}
.th-compare-footer-wrap.position-left .th-footer-up-down:hover:after {
  left: 35px;
}
.th-compare-footer-wrap.position-right {
  right: -150px;
}
.th-compare-footer-wrap.position-right .th-footer-up-down .icon_2 {
  transform: rotate(-90deg);
}
.th-compare-footer-wrap.position-right.active {
  right: 0;
}
.th-compare-footer-wrap.position-right.active .th-footer-up-down .icon_2 {
  transform: rotate(90deg);
}
.th-compare-footer-wrap.position-right .th-footer-up-down {
  left: -30px;
  right: unset;
  border-radius: 8px 0 0 8px;
}
.th-compare-footer-wrap.position-right .th-footer-up-down:before {
  right: 40px;
}
.th-compare-footer-wrap.position-right .th-footer-up-down:after {
  right: 40px;
}
.th-compare-footer-wrap.position-right .th-footer-up-down:hover:after {
  right: 35px;
}
.th-compare-footer-wrap.position-top {
  top: -150px;
  height: fit-content;
}
.th-compare-footer-wrap.position-top .th-footer-up-down .icon_2 {
  transform: rotate(180deg);
}
.th-compare-footer-wrap.position-top.active {
  top: 0;
}
 .logged-in .th-compare-footer-wrap.position-top.active {
  top: 30px;
}
.th-compare-footer-wrap.position-top.active .th-footer-up-down .icon_2 {
  transform: rotate(0);
}
.th-compare-footer-wrap.position-top .th-footer-up-down {
  top: unset;
  bottom: -35px;
  border-radius: 0 0px 8px 8px;
}

.th-add-more-product-container {
  display: none;
  position: fixed;
  background: #060606eb;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  left: 0;
  top: 0;
}
.th-add-more-product-container * {
  box-sizing: border-box;
}
.th-add-more-product-container.active {
  display: flex;
  justify-content: center;
}
.th-add-more-product-container .th-add-more-product-inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 60%;
}
.th-add-more-product-container .th-add-more-product-inner .th-search-product {
  padding: 10px 10px;
  background-color: white;
  border-radius: 4px;
  position: relative;
  width: 100%;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .remove_search_popup {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #cd0b0b;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  width: 33px;
  line-height: 33px;
  height: 33px;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input {
  width: 100%;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input
  input {
  width: 100%;
  border: 1px solid #d5e0e5;
  margin-bottom: 12px;
  border-radius: 4px;
  background-color: white;
  padding: 14px;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result {
  min-height: 200px;
  max-height: 340px;
  overflow: auto;
  background-color: white;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result
  .th-compare-external-popup-open {
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  transition: 0.2s all ease;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  font-size: 16px;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result
  .th-compare-external-popup-open:before {
  content: "\f159";
  font-family: "dashicons";
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result
  .th-compare-external-popup-open.checked {
  background: #d5e0e5;
  color: black;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result
  .th-compare-external-popup-open.checked:before {
  content: "\f147";
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result
  .th-compare-external-popup-open:hover {
  background: #07618f;
  color: white;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result
  .th-compare-external-popup-open
  .img_ {
  height: 60px;
  width: 75px;
  position: relative;
}
.th-add-more-product-container
  .th-add-more-product-inner
  .th-search-product
  .th-search-product-input-result
  .th-compare-external-popup-open
  .img_
  img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.th-addremove{
  display: flex;
  align-items: center;
  gap: 8px;
}
.th-compare-limit-count{
  font-size: 13px;
  font-weight: 600;
  color: inherit;
  opacity: 0.85;
  white-space: nowrap;
}
.th-compare-limit-count.limit-reached{
  color: #e2401c;
  opacity: 1;
}
.th-compare-limit-count[data-th-tooltip]{
  position: relative;
  cursor: pointer;
}
.th-compare-limit-count[data-th-tooltip]::after{
  content: attr(data-th-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 9999;
  margin-bottom: 6px;
  backdrop-filter: blur(11.2px);
  -webkit-backdrop-filter: blur(11.2px);
}
.th-compare-limit-count[data-th-tooltip]::before{
  content: '';
  position: absolute;
     bottom: 82%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 9999;
}
.th-compare-limit-count[data-th-tooltip]:hover::after,
.th-compare-limit-count[data-th-tooltip]:hover::before{
  opacity: 1;
  visibility: visible;
}
.woocommerce-shop .thunk-compare.onimageleft,
.woocommerce-shop .thunk-compare.onimageright{
  position: absolute;
  top: 9px;
}
.woocommerce-shop .thunk-compare.onimageleft{
  left: 9px;
}
.woocommerce-shop .thunk-compare.onimageright{
  right: 9px;
}
.woocommerce-shop .thunk-compare.oncart{
  position: absolute;
  bottom: 9px;
  right: 9px;
}
.th-add-to-cart_ svg{
  margin-right: 9px;
}
.th-add-to-cart_ > svg{
  display: none!important;
}
@media screen and (max-width: 1024px) {

.th-mobile-type-display tr.th-custom-attr td.left-title{
  display: none!important;
}
tr td .mobile-title{
display:none;
}
.th-mobile-type-display tr td:nth-child(1) .mobile-title,
.th-mobile-type-display tr.th-custom-attr td:nth-child(2) .mobile-title{
display:block;
text-transform:capitalize;
margin-bottom:5px;
}
.th-compare-output-product .product-table-configure td {
vertical-align: bottom;
}
.th-compare-footer-wrap > div .product_image .img_ .th-remove-product{
  opacity: 1;
}
}
@media screen and (max-width: 768px) {
  .th-compare-output-wrap-inner .th-compare-heading{
    flex-direction: column;
    align-items: flex-start;
  }
}

.woocommerce .product-table-configure ._add-to-cart_{
    width: fit-content;
    margin: 0 auto;
}

.woocommerce .product-table-configure  ._add-to-cart_ .th-add-to-cart_,
.woocommerce .product-table-configure .th-add-to-cart_ .th-add-to-cart_,
.woocommerce .th-add-to-cart_{
    border-radius: .5rem;
    background: #1f2937;
    color: #FFF;
    letter-spacing: 0.005rem;
    min-width: 10rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 0 10px;
  }
  .th-add-to-cart_  .th-compare-add-to-cart-btn{
    padding: 0.7rem 0.5rem!important;
    background: transparent!important;
  }
   .th-add-to-cart_ {
     margin-bottom: 16px;
   }
.woocommerce .product-table-configure  ._add-to-cart_ .th-add-to-cart_,
.woocommerce .product-table-configure .th-add-to-cart_ .th-add-to-cart_,
.th-compare-output-product .product-table-configure  .th-first-wrap td > span,
.th-compare-output-product .product-table-configure  .th-first-wrap + tbody td > span,
.th-compare-output-product .product-table-configure .th-add-to-cart_{
  align-items: center;  
  display: flex;
    justify-content: center;
    position: relative;
  }
  .left-title span{
    justify-content: flex-start!important;
  }
  .woocommerce .product-table-configure  ._add-to-cart_ .th-add-to-cart_ a,
.woocommerce .product-table-configure .th-add-to-cart_ .th-add-to-cart_ a,
.woocommerce .th-add-to-cart_ a{
  background: transparent;
  color: inherit;
  padding: 0;
  margin:0;
  text-decoration: none;
}
.woocommerce .th-compare-output-product .added_to_cart.wc-forward{
    margin-top: 9px;
  }
.th-atleast{
  font-size: 15px;
  color: inherit;
  max-width: 152px;
  margin: 0;
}
.th-atleast .th-selected{
    display: block;
    font-size: .7rem;
    line-height: .7rem;
    text-align: center;
    text-transform: uppercase;
    color: inherit;
    opacity: .7;
}
/* Compare Styling with checkbox feature Start*/
/* Container for the compare checkbox */
.th-product-compare-btn-wrap {
    margin: 5px 0;
    justify-content: center;
    display: flex;
}
.single-product .th-product-compare-btn-wrap{
  justify-content: flex-start;
  margin: 0;
}
.th-product-compare-btn.checkbox_type {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

/* Optional: Style label background when checked */

/* Hide the default checkbox but keep it accessible */
.th-compare-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Style the custom checkbox (using span as the visual checkbox) */
.th-product-compare-btn.checkbox_type > span {
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
}

/* Custom checkbox box (unchecked state) */
.th-product-compare-btn.checkbox_type > span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #111;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* Custom checkbox checkmark (checked state) */
.th-compare-checkbox:checked + span::after {
  content: '\2713';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* Checked state background */
.th-compare-checkbox:checked + span::before {
  background-color: green;
  border-color: green;
}

/* Hover effect */
.th-product-compare-btn.checkbox_type:hover > span::before {
  border-color: #005580;
}

/* Focus state for accessibility */
.th-compare-checkbox:focus + span::before {
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.3);
}

/* Disabled state */
.th-compare-checkbox:disabled + span::before {
  background-color: #f0f0f0;
  border-color: #ccc;
  cursor: not-allowed;
}

/* Tooltip for disabled checkbox (max compare limit) */
.th-product-compare-btn.th-tooltip-active.disabled {
  position: relative;
  cursor: not-allowed;
}

.th-product-compare-btn.th-tooltip-active.disabled::after {
  content: attr(data-th-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
      border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.2s ease;
  z-index: 9999;
  line-height: 1.4;
  width: 150px;
  text-align: center;
  backdrop-filter: blur(11.2px);
  -webkit-backdrop-filter: blur(11.2px);
}

.th-product-compare-btn.th-tooltip-active.disabled::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
    backdrop-filter: blur(11.2px);
  -webkit-backdrop-filter: blur(11.2px);
}
.single-product .th-product-compare-btn.th-tooltip-active.disabled::before{
  bottom: initial;
  opacity: 1;
  visibility: visible;
  border: 0;
}
.single-product .th-product-compare-btn.th-tooltip-active.disabled::after{
  display: none!important;
}
.th-product-compare-btn.th-tooltip-active.disabled:hover::after,
.th-product-compare-btn.th-tooltip-active.disabled:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Disabled checked state */
.th-compare-checkbox:disabled:checked + span::before {
  background-color: #999;
  border-color: #777;
}
/* Loader styles for when loading class is added */
.th-product-compare-btn.loading {
  pointer-events: none; /* Prevent interaction during loading */
  opacity: 0.7; /* Slight fade effect */
}

.th-product-compare-btn.loading::before,
.th-compare-checkbox.loading + span:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #0073aa;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin-loader 0.8s linear infinite;
  z-index: 10;
}
.single-product .th-product-compare-btn.loading::before{
  content: ' '!important;
}
/* Spinner animation */
@keyframes spin-loader {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Compare Styling with checkbox feature End*/

/* product_image with black background */

/* Customize the horizontal scrollbar */
.product_image::-webkit-scrollbar {
  height: 6px; /* Thin scrollbar */
}

.product_image::-webkit-scrollbar-thumb {
  background-color: #888; /* Light grey thumb */
  border-radius: 10px; /* Rounded corners */
}

.product_image::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker grey when hovering */
}

.product_image::-webkit-scrollbar-track {
  background-color: #222; /* Darker track */
}
.th-compare-footer-wrap.position-right .product_image::-webkit-scrollbar,
.th-compare-footer-wrap.position-left .product_image::-webkit-scrollbar {
  width: 5px; /* Thin scrollbar */
}


.th-first-wrap {
  background: #fafafa;
  border-bottom: 1px solid var(--underline-border-color);
}
.th-compare-output-product .th-first-wrap td{
  background: #fff!important;
}
.th-compare-output-product .th-first-wrap img{
  border-radius: .5rem;
}

.th-first-wrap + tbody tr{
  border-bottom: 1px solid var(--underline-border-color);
}
.th-first-wrap + tbody tr:last-child{
  border: 0;
}
.th-compare-output-product .product-table-configure .th-first-wrap + tbody td{
  padding: 1rem;
}
.product-title_ a{
    font-size: .925rem;
    line-height: .95rem;
    font-weight: 700;
    text-decoration: none;
}

/* .th-first-wrap tr{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
} */


.pc-product-details{
  display: flex;
  flex-direction: column;
  gap: 9px;
}
._SKU_{
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
}
.th-compare-heading .th-compare-count{
  font-size: 0.8rem;
    line-height: 1.25rem;
    color: inherit;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    opacity: 0.6;
}
._description_ .description-text{
  text-align: left;
  font-size: 0.825rem;
  display: block;
  text-align: left;
 
}
.th-compare-enable.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.th-compare-enable.disabled a{
  background: #32373e!important;
  color: #999!important;
  border: 1px solid #999!important;
}

.th-compare-enable.active {
  opacity: 1;
  pointer-events: auto;
}

.description-text {
  font-size: 13px;
  line-height: 1.5;
}

.description-text .th-read-more {
  color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
    display: block;
    margin: 9px 0;
}


/**/
.th-add-product-bar.disabled,
.th-product-compare-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ── Product image delete button ─────────────────────────── */
.pc-product-details ._image_ .img_ .th-img-remove-btn {
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 10;
    background: #000000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    min-width: 18px;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease, transform 0.15s ease;
}
.pc-product-details ._image_ .img_ .th-img-remove-btn i {
  font-size: 13px;
  color: #fff;
  height: unset;
  width: unset;
  line-height: 1;
}
/* Desktop: show on image-cell hover */
.pc-product-details ._image_ .img_:hover .th-img-remove-btn {
  opacity: 1;
}
.pc-product-details ._image_ .img_ .th-img-remove-btn:hover {
  background: #b91c1c;
  transform: scale(1.12);
}
/* Mobile: always visible */
@media screen and (max-width: 1024px) {
  .pc-product-details ._image_ .img_ .th-img-remove-btn {
    opacity: 1;
  }
}
/* ─────────────────────────────────────────────────────────── */

/* ===== Compare Icon Widget (shortcode / template tag / floating) ===== */
.th-compare-icon-widget {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  user-select: none;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
  transition: transform 0.2s ease;
  text-decoration: none;
  border: none;
}
.th-compare-icon-widget:hover,
.th-compare-icon-widget:focus {
  transform: scale(1.08);
  outline: none;
}
.th-compare-icon-widget svg {
  display: block;
  flex-shrink: 0;
}
.th-compare-icon-widget-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ef4444;
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 2px 3px;
  border: 2px solid #fff;
  box-sizing: border-box;
  pointer-events: none;
}

/* Floating fixed wrapper — Pro only enhancement */
#th-compare-icon-wrap {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
}
#th-compare-icon-wrap.th-icon-bottom-left {
  right: auto;
  left: 2rem;
}

/* Compare icon injected into nav menu */
.th-menu-compare-icon-item {
  display: inline-flex !important;
  align-items: center;
  list-style: none;
}
.th-menu-compare-icon-item .th-compare-icon-widget {
  width: 36px;
  height: 36px;
}

/* ============================================================
   Compare Menu Sidebar Tab
   ============================================================ */
#th-compare-menu-tab {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#th-compare-menu-tab.active {
  transform: translateY(-50%) translateX(0);
}

/* Left position */
#th-compare-menu-tab.th-menu-tab-position-left {
  left: 0;
}

/* Right position */
#th-compare-menu-tab.th-menu-tab-position-right {
  right: 0;
  left: auto;
  transform: translateY(-50%) translateX(100%);
}
#th-compare-menu-tab.th-menu-tab-position-right.active {
  transform: translateY(-50%) translateX(0);
}

/* The tab button */
#th-compare-menu-tab .th-menu-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  background: var(--tab-bg, rgb(1 1 8 / 86%));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--tab-color, #fff);
  border: none;
  cursor: pointer;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease;
  line-height: 1;
  min-width: 44px;
}

/* Round the outer corners based on side */
#th-compare-menu-tab.th-menu-tab-position-left .th-menu-tab-btn {
  border-radius: 0 8px 8px 0;
}
#th-compare-menu-tab.th-menu-tab-position-right .th-menu-tab-btn {
  border-radius: 8px 0 0 8px;
}

#th-compare-menu-tab .th-menu-tab-btn:hover {
  background: #1e1e2e;
}
#th-compare-menu-tab .th-menu-tab-btn:focus {
  outline: none;
}

/* Icon */
#th-compare-menu-tab .th-menu-tab-btn svg {
  flex-shrink: 0;
  opacity: 0.9;
}

/* Rotated label text */
#th-compare-menu-tab .th-menu-tab-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--tab-color, #fff);
  white-space: nowrap;
}
#th-compare-menu-tab.th-menu-tab-position-left .th-menu-tab-text {
  transform: rotate(180deg);
}

/* Count badge */
#th-compare-menu-tab .th-menu-tab-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--highlight-color, #4f46e5);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 1;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#th-compare-menu-tab .th-menu-tab-badge.active {
  opacity: 1;
  transform: scale(1);
}

/* Frontend Mobile Responsive CSS */

@media screen and (max-width: 450px) {
  .th-compare-left{
    flex-grow: 2;
    max-width: 218px;
  }
  .th-compare-right{
    width: max-content;
    flex-shrink: 0;
  }
  .th-compare-footer-wrap > div .product_image{
    min-width: initial;
    margin-left: 0;
  }
  .th-compare-footer-wrap .product_image{
     overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  padding: 4px 0;
  }
  .th-compare-footer-wrap > div {
    padding: 0 10px;
    justify-content: space-between;
  }
  .th-compare-footer-wrap > div .th-add-product-bar i {
    border-radius: 4px;
  }
  .th-compare-footer-wrap > div .th-add-product-bar span {
    display: none;
  }
  .th-compare-footer-wrap > div .th-compare-footer-product-opner .icon_ {
    border-radius: 4px !important;
  }
  .th-compare-footer-wrap > div .th-compare-footer-product-opner .text_ {
    display: none;
  }

  .th-add-more-product-container .th-add-more-product-inner {
    justify-content: center;
    width: 95%;
  }
  .th-add-more-product-container .th-add-more-product-inner .th-search-product {
    max-width: 90%;
  }
  .th-add-more-product-container
    .th-add-more-product-inner
    .th-search-product
    .th-search-product-input-result
    .th-compare-external-popup-open {
    font-size: 14px;
  }
  .th-add-more-product-container
    .th-add-more-product-inner
    .th-search-product
    .th-search-product-input-result
    .th-compare-external-popup-open
    .img_ {
    height: 45px;
    width: 52px;
  }
  .th-add-more-product-container
    .th-add-more-product-inner
    .th-search-product
    .th-search-product-input
    input {
    padding: 4px;
    margin-bottom: 4px;
  }
  .th-add-product-bar span{
    display: none;
  }
  .th-compare-footer-wrap > div .th-add-product-bar{
    display: initial;
  }
  #thpc-removeall {
    margin-left: 9px;
  }
  .th-compare-footer-wrap > div .th-add-product-bar i,
  .th-compare-footer-wrap > div .th-compare-enable .th-compare-footer-product-opner .icon_{
    background: #FFF;
  }
  .th-atleast{
    display: none;
  }
  .th-compare-output-wrap-inner .th-compare-heading{
    flex-wrap: wrap;
    gap: 5px;
  }
  .th-heighlights-products > div{
    font-size: 9px;
  }
  .th-compare-output-wrap-inner .th-compare-heading .heading_{
    font-size: .9rem;
    line-height: 1.2rem;
  }
  .th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner a{
    padding-left: .7rem;
    padding-right: .7rem;
    padding-top: 0.175rem;
    padding-bottom: 0.175rem;
  }
  .th-compare-output-wrap .th-compare-output-close{
    right: 9px;
    top: 18px;
    transform: initial;
  }
  .th-compare-output-wrap-inner .th-compare-heading .wrap-category_ .wrap-category_inner::-webkit-scrollbar{
    display: none;
  }
  .th-compare-footer-wrap .product_image::-webkit-scrollbar{
    display: none!important;
  }
  .th-compare-output-product,
  .th-compare-output-product .product-table-configure{
    height: 100%;
    margin: 0;
  }
  .th-compare-output-wrap .th-compare-output-wrap-inner{
    padding-top: 108px!important;
    overflow: hidden;
  }
}


/*  ========================================================
    Mobile Flex Table Layout (max-width: 451px)
    Design: centered section headings, 3 equal product
    columns, bordered image boxes, blue links, icon-only
    cart buttons, card-style product details, horizontal
    scroll for 4+ products
    ======================================================== */
@media screen and (max-width: 451px) {

/* ---- TABLE BASE ---- */
.product-table-configure.mobile-flex{
  border-collapse: collapse;
  width: 100%;
}

.product-table-configure.mobile-flex tbody{
  display: block;
}

/* ---- ROW = block container with horizontal scroll ---- */
.th-compare-output-product .product-table-configure.mobile-flex tr{
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border: none;
}

/* Hide scrollbar but keep scroll */
.th-compare-output-product .product-table-configure.mobile-flex tr::-webkit-scrollbar{
  display: none;
}
.th-compare-output-product .product-table-configure.mobile-flex tr{
  scrollbar-width: none;
}

/* ---- LEFT TITLE = full-width centered section heading ---- */
.th-compare-output-product .product-table-configure.mobile-flex td.left-title{
  width: 100%;
  display: block;
  padding: 6px 12px 6px;
  background: rgb(231 231 233 / 28%);
  border: none;
  min-width: unset;
  max-width: none;
  white-space: normal;
}

.th-compare-output-product .product-table-configure.mobile-flex td.left-title span{
  font-size: .75rem;
  font-weight: 700;
  color: #000000;
  display: block;
        border-bottom: 2px solid #e5e7eb66;
  padding-bottom: 6px;
  word-break: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ---- PRODUCT CELLS = inline-block, max 3 visible, 4th slides ---- */
.th-compare-output-product .product-table-configure.mobile-flex._two-products td:not(.left-title){
  width: 50%;
  min-width: 50%;
}

.th-compare-output-product .product-table-configure.mobile-flex td:not(.left-title){
  display: inline-block;
  width: 33.33%;
  min-width: 33.33%;
  padding: 8px 6px;
  font-size: 0.8rem;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  border: none;
  white-space: normal;
}

.th-compare-output-product .product-table-configure.mobile-flex td:not(.left-title):last-child{
  border-right: none;
}

/* ---- PRODUCT DETAILS ROW (image + title + sku + price + cart) ---- */
.th-compare-output-product .product-table-configure.mobile-flex .pc-product-details{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
   height: 100%;
  justify-content: space-between;
}

.th-compare-output-product .product-table-configure.mobile-flex ._product_details_ td:not(.left-title){
         height: 300px;
}

/* Image box with border */
.th-compare-output-product .product-table-configure.mobile-flex ._image_{
  width: 100%;
}

.th-compare-output-product .product-table-configure.mobile-flex ._image_ .image-and-addcart{
  display: flex;
  justify-content: center;
}

.th-compare-output-product .product-table-configure.mobile-flex ._image_ .image-and-addcart .img_{
  width: auto!important;
  height: auto!important;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.th-compare-output-product .product-table-configure.mobile-flex ._image_ .image-and-addcart .img_ img{
  position: relative!important;
  width: 80px!important;
  height: auto!important;
  max-height: 90px;
  object-fit: contain;
}

/* Product title - blue link style */
.th-compare-output-product .product-table-configure.mobile-flex ._title_{
  width: 100%;
}

.th-compare-output-product .product-table-configure.mobile-flex .product-title_ a{
  font-size: .72rem;
  line-height: 1.1rem;
  font-weight: 600;
  text-decoration: none!important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

/* SKU - muted */
.th-compare-output-product .product-table-configure.mobile-flex ._SKU_{
  font-size: 0.68rem;
  line-height: 1rem;
  color: #6b7280;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* Price - bold */
.th-compare-output-product .product-table-configure.mobile-flex ._price_ .price_{
  font-size: .82rem;
  font-weight: 700;
  color: #1f2937;
}

.th-compare-output-product .product-table-configure.mobile-flex ._price_ .price_ del{
  font-size: .72rem;
  font-weight: 400;
  color: #9ca3af;
}

/* Add to cart - icon-only rounded colored button */
.th-compare-output-product .product-table-configure.mobile-flex ._add-to-cart_{
  width: 100%;
  display: block;
  text-align: center;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-add-to-cart_ .th-compare-add-to-cart-btn {
    padding: 7px 8px 8px 14px !important;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-add-to-cart_{
  height: 36px;
  width: 50px;
  min-width: 36px!important;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-add-to-cart_ > svg{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  z-index: 1;
  pointer-events: none;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-add-to-cart_ a{
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0!important;
  font-size: 0;
  color: #ffffff;
  background: #060606;
  max-width: fit-content;
  min-width: auto;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-add-to-cart_ a .add-to-cart-text{
  display: none;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-add-to-cart_ a svg{
  width: 18px;
  height: 18px;
}

.mobile-flex .th-compare-add-to-cart-btn.added,
.mobile-flex .th-compare-add-to-cart-btn.th-in-cart {
  color: #fff !important;
  display: flex !important;
}

.mobile-flex .th-add-to-cart_ .th-compare-add-to-cart-btn.added > svg,
.mobile-flex .th-add-to-cart_ .th-compare-add-to-cart-btn.th-in-cart > svg {
  display: none;
}

.mobile-flex .th-add-to-cart_ .th-compare-add-to-cart-btn.added::after,
.mobile-flex .th-add-to-cart_ .th-compare-add-to-cart-btn.th-in-cart::after {
  content: "\2713";
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.mobile-flex .th-compare-add-to-cart-btn.loading{
  position: relative!important;
}

.woocommerce .product-table-configure.mobile-flex ._add-to-cart_ .th-add-to-cart_,
.woocommerce .mobile-flex .th-add-to-cart_{
  min-width: 36px;
  flex-wrap: nowrap;
}

/* ---- RATING ROW ---- */
.th-compare-output-product .product-table-configure.mobile-flex ._rating_ td:not(.left-title) .th-compare-rating,
.th-compare-output-product .product-table-configure.mobile-flex ._rating_ td:not(.left-title) .mobile-title{
  display: block;
}

.th-compare-output-product .product-table-configure.mobile-flex ._rating_ td:not(.left-title){
  padding-top: 8px;
  padding-bottom: 8px;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-compare-rating .star-rating{
  font-size: 0.8rem;
}

/* ---- DESCRIPTION ROW ---- */
.mobile-flex .description-text{
  padding: 0 4px;
  font-size: .72rem;
  line-height: 1rem;
  text-align: left;
}

.mobile-flex ._description_ td:not(.left-title){
  text-align: left;
}

/* ---- AVAILABILITY ROW ---- */
.th-compare-output-product .product-table-configure.mobile-flex td .th-in-stoct{
  padding: 3px 8px;
  color: #16a34a;
  font-size: 0.75rem;
  font-weight: 600;
}

.th-compare-output-product .product-table-configure.mobile-flex td .th-out-of-stoct{
  padding: 3px 8px;
  color: #dc2626;
  font-size: 0.75rem;
  font-weight: 600;
}

/* ---- MOBILE TITLE (label above value in each cell) ---- */
.mobile-flex .mobile-title{
  font-size: 0.6rem;
  color: #9ca3af;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

/* ---- REPEAT PRICE / ADD-TO-CART ROWS ---- */
.th-compare-output-product .product-table-configure.mobile-flex .th-price td:not(.left-title),
.th-compare-output-product .product-table-configure.mobile-flex .th-add-to-cart td:not(.left-title){
  text-align: center;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-price td:not(.left-title) .price_{
  font-size: .82rem;
  font-weight: 700;
}

/* ---- REMOVE ROW ---- */
.th-compare-output-product .product-table-configure.mobile-flex .th-delete td:not(.left-title){
  text-align: center;
}

.th-compare-output-product .product-table-configure.mobile-flex .th-delete button{
  font-size: 0.72rem;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ---- SCROLL FADE HINT (shows when 4+ products) ---- */
.th-compare-output-product .product-table-configure.mobile-flex tr{
  position: relative;
}

.th-compare-output-product .product-table-configure.mobile-flex._has-scroll tr::after{
  content: '';
  position: sticky;
  right: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  min-height: 100%;
  background: linear-gradient(to right, transparent, rgba(248,250,255,0.85));
  pointer-events: none;
  vertical-align: top;
}

/* ---- GENERAL OVERRIDES ---- */
.th-compare-output-wrap .th-compare-output-wrap-inner{
  background-color: #f8faff;
}

.th-compare-output-product:has(> .mobile-flex){
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* .th-compare-output-product .product-table-configure.mobile-flex ._description_ td{
  vertical-align: initial;
} */

/* ========================================================
   Desktop Style Variant - Only Color Changes (Layout Stays Mobile-Flex)
   ======================================================== */

/* Section headers - more neutral gray */
.product-table-configure.mobile-flex.style-desktop td.left-title{
  background: #f3f4f6;
}

.product-table-configure.mobile-flex.style-desktop td.left-title span{
  color: #374151;
  border-bottom-color: #d1d5db;
}

/* Product card borders */
.product-table-configure.mobile-flex.style-desktop ._image_ .image-and-addcart .img_{
  border-color: #e5e7eb;
  background: #fafafa;
}

/* Product title - darker for better readability */
.product-table-configure.mobile-flex.style-desktop .product-title_ a{
  color: #111827;
}

/* SKU - lighter gray */
.product-table-configure.mobile-flex.style-desktop ._SKU_{
  color: #9ca3af;
}

/* Price - darker */
.product-table-configure.mobile-flex.style-desktop ._price_ .price_{
  color: #111827;
}

/* Add to cart button - blue instead of orange */
.product-table-configure.mobile-flex.style-desktop .th-add-to-cart_ a{
  background: #3b82f6;
  color: #ffffff;
}

/* Stock status colors - adjusted */
.product-table-configure.mobile-flex.style-desktop .th-in-stoct{
  color: #10b981;
}

.product-table-configure.mobile-flex.style-desktop .th-out-of-stoct{
  color: #ef4444;
}

/* Mobile title labels */
.product-table-configure.mobile-flex.style-desktop .mobile-title{
  color: #6b7280;
}

/* Description text */
.product-table-configure.mobile-flex.style-desktop .description-text{
  color: #374151;
}

/* Background color */
.th-compare-output-wrap .th-compare-output-wrap-inner:has(.style-desktop){
  background-color: #f9fafb;
}

}
:root {
  --highlight-color: #000000;
  --light-text-color1: #6a7282;
  --light-text-color2: #99a1af;
  --tw-shadow: 0 20px 50px #00000026;
}
*{
    box-sizing: border-box;
}
/* Voice Search Button */
.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;
/*    animation: bounceDrop .1s cubic-bezier(.34,1.56,.64,1);*/*/
}
.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{
/*    box-shadow: 0px 0px 2px 1px var(--highlight-color);*/
    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 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, var(--tw-shadow); */
    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% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  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;
}

/* hover on BOTH: parent row and the title itself */
.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
);
}


/* Chrome, Edge, Safari scrollbar CSS STARTS*/
.thaps-autocomplete-suggestions::-webkit-scrollbar {
    width: 6px;
}

.thaps-autocomplete-suggestions::-webkit-scrollbar-track {
    background: transparent;
    margin-block: 6px; /* top-bottom gap for smooth curve */
}

.thaps-autocomplete-suggestions::-webkit-scrollbar-thumb {
    background-color: #e9e4e6;
    
    /* One-sided smooth blending */
    border-radius: 0 1rem 1rem 0;

    /* spacing from edges */
    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;
}

/* Bounce animation */
@keyframes bounceDrop {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    80% {
        transform: translateY(2px); /* thoda neeche */
    }
    100% {
        transform: translateY(0);
    }
}
.thaps-suggestion-more:hover .thaps-content-wrapp *{
    color: inherit;
}


/* tapsp-overlay Overlay CSS STARTS  */
.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;
}

/* --- Stock --- */
.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;
}
.thaps-search-box{max-width:550px;}

	#thaps-search-button {
       width: auto;
    font-size: 16px;
    padding: 0px 1rem;

}.thaps-from-wrap,input[type='text'].thaps-search-autocomplete,.thaps-box-open .thaps-icon-arrow{background-color:;} .thaps-from-wrap{background-color:;} input[type='text'].thaps-search-autocomplete, input[type='text'].thaps-search-autocomplete::-webkit-input-placeholder{color:;}

.thaps-from-wrap:focus-within {
    border: 1px solid #000000;
}

 .thaps-box-open .thaps-icon-arrow{border-left-color:;border-top-color:;} 

 #thaps-search-button,.thaps-suggestion-more:hover .thaps-content-wrapp{background:#000000; color:#FFF;} 

 #thaps-search-button:hover{background:#000000; color:#FFF;}

  .thaps-loading{
                border: 3px solid #FFF33;
                border-top-color: #FFF;
}
.thaps-loading + .tapsp-voice-btn + #thaps-search-button,
.thaps-loading + #thaps-search-button{color:#000000;}

 .submit-active #thaps-search-button .th-icon path{color:;} .thaps-suggestion-heading .thaps-title, .thaps-suggestion-heading .thaps-title h4{color:;} .thaps-title,.thaps-suggestion-taxonomy-product-cat .thaps-title, .thaps-suggestion-more .thaps-title h4{color:;} .thaps-sku, .thaps-desc, .thaps-price,.thaps-price del{color:;} .thaps-suggestion-heading{border-color:;} .thaps-autocomplete-selected{background:;} .thaps-autocomplete-suggestions,.thaps-suggestion-more{background:;} .thaps-title h4{color:;} .thaps-autocomplete-suggestions{border-color:}
    .thaps-autocomplete-suggestion.thaps-suggestion-heading .thaps-title{color:}
  .thaps-autocomplete-suggestions{width:550px!important}
/*# sourceURL=th-advance-product-search-front-inline-css */
.th-variation-swatches  .variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    padding: 0;
    list-style: none;
}

.th-variation-swatches .variable-items-wrapper .variable-item {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.th-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
   padding: 0;
    margin-right: 0.9rem;
        position: relative;
        border: 1px solid #ebe9eb;
            border-radius: 5px;
            text-transform: capitalize;
    letter-spacing: .09rem;
    color: #111;
}
.variable-item:not(.radio-variable-item) {
    width: 30px;
    height: 30px;
}

.th-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    display: contents;
}

.th-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border-radius: 3px;
}

.th-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
    width: auto;
    height: auto;
    padding: 0.5rem 0.8rem;
}

.th-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    text-align: center;
}

.th-variation-swatches.thvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
padding: 0 0.5rem;
font-size:14px;
}
.woo-variation-items-wrapper .button-variable-item span,.th-variation-swatches.thvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span{
    line-height: 18px;
    font-weight: 500;
    color: inherit;
}

.thvs-style-rounded.th-variation-swatches .variable-items-wrapper .variable-item .variable-item-span-color ,
.thvs-style-rounded.th-variation-swatches .variable-items-wrapper .variable-item .variable-item-span-image,
.thvs-style-rounded.th-variation-swatches .variable-items-wrapper .color-variable-item.selected,
.thvs-style-rounded.th-variation-swatches .variable-items-wrapper .image-variable-item.selected,
.thvs-style-rounded.th-variation-swatches .variable-items-wrapper .color-variable-item,
.thvs-style-rounded.th-variation-swatches .variable-items-wrapper .image-variable-item{
   border-radius:100%!important; 
}

.th-variation-swatches .variable-items-wrapper .variable-item.selected{
border: 1px solid #9c9c9c;
}
.thvs-attr-behavior-hide .variable-item.disabled{
display: none!important;
}
.thvs-attr-behavior-blur .variable-item.disabled,
.thvs-attr-behavior-blur-no-cross .variable-item.disabled{
pointer-events: none;
cursor: not-allowed;
opacity:0.4;
position:relative;
}
.thvs-attr-behavior-blur .variable-item.disabled .variable-item-contents .variable-item-span,
.thvs-attr-behavior-blur-no-cross .variable-item.disabled .variable-item-contents .variable-item-span{
position:relative;
}

/*.thvs-attr-behavior-blur .button-variable-item.variable-item.disabled .variable-item-contents:after {
    content: "\f335";
    font-family: dashicons;
    color: red;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 1.8rem;
    line-height: normal;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}*/
/*******************************/
/*Filter attribute widget style*/
/*******************************/
.thvs-attribute-item .variable-item-span-color,
.thvs-attribute-item .variable-item-span-image{
width: 30px;
height: 30px;
display: block;
padding: 0!important;
margin:0!important;
}
.thvs-style-rounded .thvs-attribute-item .variable-item-span-color{

    border-radius: 100%;
}
.th-variation-swatches .woocommerce-widget-layered-nav-list__item{
    display: inline-flex;
    margin-right: 8px;
    margin-bottom: 8px;
}

.th-variation-swatches .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before,.th-variation-swatches .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
content:none;
}

.th-variation-swatches .widget.woocommerce .woocommerce-widget-layered-nav-list__item a{
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.th-variation-swatches .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    text-decoration: none;
    color: #a00;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.th-variation-swatches .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen span{
opacity:0.3;
}
.th-variation-swatches .widget.woocommerce .woocommerce-widget-layered-nav-list__item a span:hover,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a .variable-item-span-button:hover{
border:1px solid #9c9c9c
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a .variable-item-span-button{
padding:4px 8px;
border:1px solid #ebe9eb;
}
 .thvs-attribute-item .variable-item-span-image{
border:1px solid #ebe9eb;
}
/********************************/
/*Variation style in single page*/
/********************************/
.th-variation-swatches.woocommerce div form.cart .variations td {
    width: 100%;
    display: block;
    border: 0;
    padding:0;
    margin-top: 9px;
}
.th-variation-swatches.woocommerce div form.cart .variations td.label{
padding: 0;
    padding-bottom: 0.4rem;
    margin-bottom: 0.8rem;
    border-bottom: 2px solid #eeeeee63;
}
.th-variation-swatches table.variations label {
    margin: 0;
    padding:0;
}
.th-variation-swatches.woocommerce div form.cart .variations tr{
margin-bottom:1.5rem;
display:block;
}
.th-variation-swatches.woocommerce div form.cart .variations td.label label{
margin-right:0.4rem;
}

.th-variation-swatches.woocommerce div form.cart .variations label {
    font-weight: 400;
    text-transform: capitalize;
    font-size: .799rem;
}
.th-variation-swatches.woocommerce a.reset_variations{
   display: inline-flex;
    padding: 1.5rem 0rem .2rem 0;
    margin-top: 0;
    line-height: normal;
    align-items: center;
    font-size: 16px!important;
    color: #871818;
}
.th-variation-swatches.woocommerce a.reset_variations:before{
    content: "\f113";
    font-family: "Dashicons";
    margin-right: 5px;
}
.th-variation-swatches.woocommerce div form.cart .variations tr:last-child{
margin-bottom:0;
}
.th-variation-swatches .variations_form.cart.thvs-loaded{
float:none;
}

/************************/
/*theme competible style*/
/************************/
.th-variation-swatches #alm-quick-view-content .product-type-variable .variations_form.cart.thvs-loaded{
position:relative!important;
width:100%;
margin: 0;
    padding: 0;
}

.th-variation-swatches  #alm-quick-view-content .product-type-variable div.summary{
padding-bottom:0px;
}

.th-variation-swatches #alm-quick-view-content .product-type-variable .product_meta{
margin-top:30px
}

.th-variation-swatches .variable-items-wrapper {
row-gap: 15px;
}

.woo-selected-variation-item-name{
    text-transform: capitalize;
    font-weight: 600;
}

.th-variation-swatches .variable-items-wrapper .variable-item.color-variable-item{
    padding: 5px;
}

.thvs-style-rounded.th-variation-swatches .variable-items-wrapper .image-variable-item img{
    border-radius: 100%;
    margin: initial;
}
.th-variation-swatches .variable-items-wrapper .image-variable-item{
    padding: 2px!important;
}
.th-variation-swatches .variable-items-wrapper .variable-item.image-variable-item.selected,
.th-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected{
    background: transparent!important;
}

/* Wrapper optional */
.variations select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    max-width: 320px;

    padding: 14px 45px 14px 18px;

    font-size: 16px;
    font-weight: 500;
    color: #222;

    background: linear-gradient(135deg, #ffffff, #f3f6ff);
    border: 2px solid #dbe4ff;
    border-radius: 14px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

    cursor: pointer;
    outline: none;

    transition: all 0.3s ease;
    
    /* Custom Arrow */
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23666' viewBox='0 0 16 16'><path d='M1.5 5.5l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
}

/* Hover Effect */
.variations select:hover {
    border-color: #7b61ff;
    box-shadow: 0 8px 24px rgba(123, 97, 255, 0.25);
    transform: translateY(-1px);
}

/* Focus Effect */
.variations select:focus {
    border-color: #7b61ff;
    box-shadow: 0 0 0 4px rgba(123, 97, 255, 0.18);
}

/* Option Styling */
.variations select option {
    padding: 12px;
    background: #fff;
    color: #222;
}


/* Existing styles ko override kiye bina */
.th-variation-swatches .variable-items-wrapper .variable-item.disabled {
    position: relative;
    overflow: hidden;
    opacity: .7 !important;
    background: #f3f7f3 !important;
}

.th-variation-swatches .variable-items-wrapper .variable-item.disabled::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: linear-gradient(
        to bottom right,
        transparent 48%,
        #bdbdbd 49%,
        #bdbdbd 51%,
        transparent 52%
    );
}
.th-variation-swatches .variable-items-wrapper .variable-item.disabled::before{
    display: none!important;
}

.th-variation-swatches .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]::before {
  width: max-content;
  content: attr(data-thvstooltip);
}
.th-variation-swatches .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]::before {
    margin-bottom: 5px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
padding: 4px 10px;
border-radius: 4px;
background-color: #111;
color: #fff;
text-align: center;
font-size: 13px;
line-height: 1.2;
letter-spacing: .04rem;
}
.th-variation-swatches .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]::before,
.th-variation-swatches .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]::after{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    box-sizing: inherit;
    position: absolute;
    bottom: 121%;
    left: 50%;
    z-index: 999;
    
}
.th-variation-swatches .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]::after {
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #111;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content:'';
    font-size: 0;
    line-height: 0;
}
.th-variation-swatches .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]:hover::before,
.th-variation-swatches .variable-items-wrapper .variable-item:not(.disabled)[data-thvstooltip]:hover::after {
    bottom: 120%;
    visibility: visible;
    opacity: 1;
}
.variable-item:not(.radio-variable-item){
	height:36px;width:36px;
} 
.thvs-attr-behavior-blur .variable-item.disabled .variable-item-contents span:after{
    height:36px;
    line-height:36px;
}
.woo-variation-items-wrapper .button-variable-item span,.th-variation-swatches.thvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    font-size:14px;
}[data-thvstooltip]:before,.tooltip-image,.th-variation-swatches .variable-items-wrapper .variable-item.thvs-show-stock-left-info:not(.disabled) .thvs-stock-left-info:after{background:;color:;} 
    [data-thvstooltip]:after,.tooltip-image:after{border-top-color:;}.th-variation-swatches .variable-items-wrapper .variable-item.thvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .thvs-stock-left-info:before{border-bottom-color:;}.th-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){border:1px solid #EBEBEB;} .th-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){background-color:!important;color:;}.th-variation-swatches .variable-items-wrapper .variable-item:hover,.th-variation-swatches .variable-items-wrapper .variable-item.selected{border:1px solid #111;} .th-variation-swatches .variable-items-wrapper .variable-item.selected{background-color:#111!important;color:#FFF;box-shadow:none;}
.th-variation-swatches .variable-items-wrapper .variable-item:hover{border-color:#111;} .variations .woo-selected-variation-item-name,.variations .label label{
font-size:14px;
}
/*# sourceURL=th-variation-swatches-inline-css */

body.custom-background { background-color: #eaeff2; }

.leadform-show-form h2{
	display:none;
}
/* Login/Register Page Styling */
.woocommerce-account .woocommerce {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

/* Login & Register boxes */
.woocommerce-account .u-columns {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 40px;
    margin-bottom: 30px;
}

/* Headings */
.woocommerce-account h2 {
    color: #1a1a2e;
    font-size: 1.6em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f5a623;
}

/* Input fields */
.woocommerce-account .woocommerce-Input {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.95em;
    transition: border-color 0.3s;
    width: 100%;
}

.woocommerce-account .woocommerce-Input:focus {
    border-color: #f5a623;
    outline: none;
}

/* Login & Register buttons */
.woocommerce-account .woocommerce-button,
.woocommerce-account .button {
    background: #f5a623 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 30px !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    width: 100% !important;
}

.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .button:hover {
    background: #e09415 !important;
}

/* "Lost your password?" link */
.woocommerce-account a {
    color: #f5a623;
}

/* Form labels */
.woocommerce-account label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}
