@keyframes klbcp-rotate {
100% {
transform: rotate(360deg); } 
}
a.klbcp-adding:after {
position: absolute;
top: 50%;
left: 0;
margin-top: -9px;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid rgb(161 161 161 / 40%);
border-left-color: #000;
border-radius: 50%;
vertical-align: middle;
opacity: 1;
animation: klbcp-rotate 450ms infinite linear;
left: 50%;
margin-left: -9px;
}
.klbcp-adding:before {
opacity: 0;
}
.klbcp-message {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999989;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
font-size: 14px;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
box-sizing: border-box;
}
.klbcp-message.klbcp-show {
opacity: 1;
visibility: visible;
}
.klbcp-message-inner {
width: 100%;
max-width: 360px;
height: auto;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
-webkit-transform: translate3d(-50%, -50%, 0);
display: flex;
flex-direction: column;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden;
padding: 40px;
background-color: #fff;
text-align: center;
}
.klbcp-message a.btn {
justify-content: center;
margin-top: 10px;
}
.woocommerce-MyAccount-navigation-link--compare a:before {
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
font-size: 120%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\ea58';
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
font-size: 1rem;
}
a.klbcp-btn:before {
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
font-size: 120%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\ea58';
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
font-size: 1rem;
}
a.klbcp-btn.klbcp-btn-added:before {
content: '\e99f';
}
span.klbcp-remove {
cursor: pointer;
}
.klbcp_table td:first-child {
border-left: 0;
}
.klbcp_table tr:first-child td {
border-top: none;
}
.klbcp_table .product-rating {
display: table-row;
}
.klbcp_table td:last-child {
border-right: 0;
}
.klbcp_table .product-add_to_cart p {
margin: 0;
}
.klbcp_table .product-add_to_cart a.button {
font-size: 0.875rem;
line-height: 2.1875rem;
height: 2.1875rem;
color: #FFF !important;
background-color: var(--color-primary);
}
.klbcp_table .product-add_to_cart a.button:hover {
opacity: 0.9;
}
.klbcp-list .cart-empty-page .empty-icon {
font-size: 7rem;
margin-bottom: 0;
}
table.klbcp_table {
table-layout: fixed;
display: table;
width: 100%;
}
.klbcp-list.compare-page {
overflow-x: auto;
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
}
.klbcp_table td.td-label {
width: 120px;
}
.klbcp_table td:not(.td-label) {
width: 14.375rem;
}
.klbcp_table td {
padding: 0.75rem;
}
.product-buttons a.klbcp-btn {
font-size: 0;
}
.klbcp-list.compare-page .shop_table .product-stock {
display: contents;
font-size: inherit;
}
.klbcp-list a.added_to_cart {
font-size: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
margin-left: 5px;
width: 35px;
height: 35px;
padding: 0;
color: #fff;
background-color: var(--color-primary);
border-radius: 5px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-decoration: none;
border-radius: 62.4375rem;
}
.klbcp-list a.added_to_cart:before {
content: '\e99f';
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 17px;
color: #fff !important;	
}
@media (max-width: 480px) {
.klbcp-list a.added_to_cart {
width: 30px;
height: 30px;
}
}
.product-buttons > *.klbcp-btn{
opacity: 0;
-webkit-transform: translateX(0.625rem);
transform: translateX(0.625rem);
}.klb-notice-ajax {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 100005;
color: #fff;
max-width: 400px;
}
@media(max-width:600px){
.klb-notice-ajax {
left: 15px;
right: 15px;
}	
}
.klb-notice-ajax a.button {
text-decoration: underline !important;
padding: 0;
height: auto;
margin-top: 5px;
background-color: transparent !important;
font-size: 0.875rem;
letter-spacing: -0.03px;
font-weight: 600;
color:#fff !important;
line-height: 1.5rem !important;
}
.klb-notice-ajax .woocommerce-error li,
.klb-notice-ajax .woocommerce-message {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: start;
flex-direction: column;
justify-content: space-between;
padding-right: 3rem;
}
.single-product .klb-notice-ajax .woocommerce-error li,
.single-product .klb-notice-ajax .woocommerce-message  {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: start;
flex-direction: column;
justify-content: space-between;
}
.klb-notice-ajax ul.woocommerce-error {
border: none;
margin: 0;
background: #FA5252;
position: relative;
border-radius: 7px;
}
.klb-notice-ajax .woocommerce-message {
border: none;
margin: 0;
background: #29843B;
position: relative;
border-radius: 7px;
}
.klb-notice-close {
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
}
.klb-notice-ajax > * + * {
margin-top: 15px !important;
}
.klb-notice-ajax .woocommerce-message p {
margin-bottom: 8px;
} .products .product.product-type-variable .single_variation_wrap > * {
display: none;
}
.products .product.product-type-variable .woocommerce-product-gallery {
opacity:1 !important;
}
.products .product.product-type-variable table.variations th.label {
display: none;
}
.products .product.product-type-variable .klbtheme-terms {
flex-wrap: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 4px;
}
.products .product.product-type-variable table.variations td.value {
border: 0;
padding: 0;
}
.products .product.product-type-variable .klbtheme-type-button span.klbtheme-term {
padding: 2px;
font-size: 12px;	
}
.products .product.product-type-variable a.reset_variations {
position: absolute;
right: 0;
bottom: 0;
font-size: 0;
line-height: 1;
display: none !important;
}
.products .product.product-type-variable table.variations {
position: relative;
}
.products .product.product-type-variable table.variations tr + tr {
margin-top: 10px;
display: block;
}
.products .product.product-type-variable .klbtheme-type-color .klbtheme-term {
width: 15px;
height: 15px;
margin-right:0;
}
.products .product.product-type-variable .klbtheme-type-color span.klbtheme-term.klbtheme-selected:after {
left: -2px;
right: -2px;
top: -2px;
bottom: -2px;
border: 1px solid #000;
}
.products .product.product-type-variable form.variations_form {
margin-bottom: 5px;
}
.products .product.product-type-variable .woocommerce-variation-price span.price {
font-size: 13px;
font-weight: 500;
color: #768088;
margin-top: 5px;
}
.products .product.product-type-variable .woocommerce-variation-availability {
display: none;
}
.products .product.product-type-variable .product_type_variable {
position: relative;
}
.products .product.product-type-variable .product_type_variable.loading i {
opacity: 0;
}
.products .product.product-type-variable .product_type_variable.loading:after {
opacity: 1;
animation: klb-rotate 450ms infinite linear;
}	
@keyframes klb-rotate {
100% {
transform: rotate(360deg); } 
}
.products .product.product-type-variable .product_type_variable:after {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: -9px;
opacity: 0;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid rgb(161 161 161 / 40%);
border-left-color: #000;
border-radius: 50%;
vertical-align: middle;
}
.products .product-type-variable .cart-with-quantity.product-in-cart a.button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.products .product-type-variable .cart-with-quantity.product-in-cart .quantity {
display: none;
}