form.cart.single-ajax button {
position: relative;
}
form.cart.single-ajax button svg {
color: #fff;
}
.klb-notice-ajax {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 9999;
color: #fff;
max-width: 400px;
}
@media(max-width:600px){
.klb-notice-ajax {
left: 15px;
right: 15px;
}	
}
.klb-notice-ajax a.button {
background: none;
text-decoration: underline;
padding: 0;
height: auto;
margin-top: 5px;
}
.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: var(--color-theme-danger);
position: relative;
border-radius: 7px;
}
.klb-notice-ajax .woocommerce-message {
border: none;
margin: 0;
background: var(--color-theme-success);
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;
}
form.single-ajax a.added_to_cart {
display: none;
}.klb-search-results {
position: absolute;
left: 0;
top: 100%;
background-color: #ffffff;
padding: 0;
margin: 0;
box-sizing: border-box;
border: 1px solid #d9dde3;
border-radius: 3px;
width: 100%;
z-index: 9999999;
border-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.klb-search-results ul {
padding: 0;
margin:0;
}
.klb-search-results ul li {
display: flex;
flex-direction: row;
padding: 8px;
align-items: center;
}
.klb-search-results ul li.search-more {
justify-content: center;
}
.klb-search-results ul li.search-more a {
color: var(--color-main-text);
}
.klb-search-results .search-img img {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 3px;
max-width: 42px;
margin-right: 10px;
}
.klb-search-results .search-content {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.klb-search-results h1.product-title {
font-size: .875rem;
font-weight: 500;
line-height: 1.4;
margin-bottom: 0;
margin-right: 10px;
}
.klb-search-results h1.product-title a {
color: var(--color-main-text);
}
.klb-search-results span.price {
text-align: right;
font-size: 15px;
flex-direction: column;
}
.klb-search-results span.price > * {
display: block;
margin: 0;
}
form.search-form .loader-image{
left: 0;
right: 0;
width: 25px;
color: #fff;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
display: none; 
}.wishlist {
position:relative;
}
a.klbwl-btn:before{
font-family: "klbtheme";
font-size: 0.9375rem;
content: "\e801";
margin-right: 0.375rem;
}
.products a.wishlist {
font-size: 0;
color: currentColor;
}
.products a.klbwl-btn:before {
margin-right: 0;
}
a.klbwl-btn.klbwl-product-in-list:before{
content: '\e805' !important;
}
@keyframes klb-wishlist-rotate {
100% {
transform: rotate(360deg); } 
}
a.klbwl-btn.klbwl-adding:after,
span.klbwl-removing i:before {
position: absolute;
top: 50%;
left: 0;
margin-top: -8px;
transition: opacity .2s ease;
content: "";
display: inline-block;
width: 16px;
height: 16px;
border: 1px solid rgb(161 161 161 / 40%);
border-left-color: #000;
border-radius: 50%;
vertical-align: middle;
opacity: 1;
animation: klb-wishlist-rotate 450ms infinite linear;
}
.products a.klbwl-btn.klbwl-adding:after {
left: 50%;
margin-left: -8px;
}
.wishlist.klbwl-btn.klbwl-adding:before {
opacity: 0;
}
.klbwl-popup {
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;
}
.klbwl-popup .klbwl-popup-inner {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.klbwl-popup .klbwl-popup-inner .klbwl-popup-content {
width: 100%;
max-width: 360px;
height: auto;
max-height: 100%;
position: absolute;
top: 40%;
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;
}
.klbwl-popup.klbwl-show {
opacity: 1;
visibility: visible;
}
.klbwl-popup.klbwl-show .klbwl-popup-inner .klbwl-popup-content {
top: 50%;
}
.klbwl-popup-content a.btn {
width: 100%;
justify-content: center;
}
.klbwl-popup-content a.btn + a.btn {
margin-top: 10px;
}
.klbwl-popup-content .klbwl-notice {
margin-bottom: 10px;
}
td.klbwl-item--remove span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-family: fantasy;
font-size: 0.9375rem;
font-weight: 700;
line-height: 1;
width: 1.125rem;
height: 1.125rem;
color: #FFF;
background-color: var(--color-theme-danger);
border-radius: 50%;
cursor: pointer;
position: relative;
}
td.klbwl-item--remove span.klbwl-removing {
background: none;
}
span.klbwl-removing i:before {
margin-left: 0;
margin-top: 0;
top: 0;
}
td.klbwl-item--image img {
max-width: 65px;
}
td.klbwl-item--addtocart p {
margin-bottom: 0;
white-space: nowrap;
}
td.klbwl-item--addtocart a i {
display: none;
}
td.klbwl-item--name a {
color: currentColor;
font-weight: 500;
}
.klbwl-no-result .cart-empty-page .empty-icon {
font-size: 7rem;
margin-bottom: 0;
}
.klbwl-no-result + .klbwl-actions {
display: none;
}
@media(max-width: 480px){
.klbwl-list td.klbwl-item--stock,
.klbwl-list th.product-date,
.klbwl-list td.klbwl-item--date,
.klbwl-list td.klbwl-item--price {
display: none;
}
.klbwl-list td.klbwl-item--addtocart a.button {
padding: 5px;
height: auto;
font-size: 12px;
}
.klbwl-list.woocommerce-cart-form table th.product-remove {
display: table-cell !important;
}
}
.woocommerce-cart-form .klbwl-item--addtocart a.added_to_cart {
color: #000;
}.single-product-wrapper .product-low-stock {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
min-width: 170px;
background-color: #F1F3F5;
border-radius: 12px;
padding: 6px 8px 6px 14px;
margin-top: 15px;  
}
@media screen and (max-width: 767.98px) {
.single-product-wrapper .product-low-stock {
margin-top: 0.625rem;
}
}
.single-product-wrapper .product-low-stock .icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 1.125rem;
flex: 0 0 1.125rem;
max-width: 1.125rem;
margin-right: 0.625rem;
}
.single-product-wrapper .product-low-stock .info {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.single-product-wrapper .product-low-stock .info span {
display: block;
font-size: 0.625rem;
color: #868e96;
}
.single-product-wrapper .product-low-stock .info p {
font-size: 0.75rem;
font-weight: 600;
color: #f03e3e;
margin-bottom: 0;
}
.machic-product-bottom-popup-cart .product-low-stock {
display: none;
}
.quickview-product .product-low-stock {
display: none !important;
}
.button.buy_now_button + .product-low-stock {
margin-left: 5px;
}.klb-flexslider-thumbnail .flex-control-thumbs {
padding: 0;
}
.klb-flexslider-thumbnail .flex-control-thumbs:before,
.klb-flexslider-thumbnail .flex-control-thumbs:after {
content: '';
display: table;
clear: both;
}
.klb-flexslider-thumbnail .flex-control-thumbs li img {
padding: .25rem;
cursor: pointer;
border-radius: 3px;
border: 1px solid;
border-color: #DFE2E6;
}
.klb-flexslider-thumbnail .flex-control-thumbs li img.flex-active {
border-color: #000;
}
.klb-flexslider-thumbnail .flex-control-nav,
.klb-flexslider-thumbnail .flex-direction-nav {
padding: 0;
list-style: none;
margin: 0;
}
.klb-flexslider-thumbnail.vertical li,
.klb-flexslider-thumbnail.vertical li img {
width: 80px;
height: auto;
}
.klb-flexslider-thumbnail.horizontal .flex-control-nav{
margin-top: 15px;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav button {
background: 0;
padding: 0;
height: 100%;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-prev, 
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-next {
position: absolute;
top: 7.5px;
height: 100%;
width: auto;	
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-prev {
left: 0;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav .flex-nav-next {
right: 0;
}
.klb-flexslider-thumbnail.horizontal {
position: relative;
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav button svg {
width: 24px;
}
.klb-flexslider-thumbnail.horizontal .flex-direction-nav .flex-disabled {
opacity: 0 !important;
filter: alpha(opacity = 0);
cursor: default;
z-index: -1;
}
.klb-flexslider-thumbnail.vertical .flex-viewport {
height: 480px !important;
}
.klb-flexslider-thumbnail.vertical {
position: absolute;
left: 0;
top: 0;
width: 80px;
}
.klb-flexslider-thumbnail.vertical li {
margin-bottom: 5px;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav svg {
width: 20px;
transform: rotate(90deg);
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav {
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
justify-content: space-between;	
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav li {
width: 100%;
padding: 0.25rem;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav button {
width: 100%;
padding: 0;
height: 30px;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav .disabled {
opacity: 0.5;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav .disabled a {
pointer-events: none;
}
.klb-flexslider-thumbnail.vertical ul.flex-direction-nav a.flex-disabled {
opacity: 0.5;
pointer-events: none;
}
@media screen and (min-width: 576px) {
.single-product-wrapper .vertical .woocommerce-product-gallery {
padding-left: 6.5rem !important;
}
}
@media screen and (min-width: 992px) {
.single-gallery-1column > * .klb-product-detail {
position: sticky;
top: 5rem;
height: fit-content;
}
}
.single-gallery-carousel2columns svg {
width: 20px;
color: #fff;
}
.single-gallery-carousel2columns ul.flex-direction-nav {
list-style: none;
padding: 0;
display: flex;
justify-content: space-between;
gap: 5px;
margin-top: 20px;
}
.single-gallery-carousel2columns .product-checklist {
display: none;
}
.single-gallery-carousel2columns .woocommerce-product-details__short-description {
display: none;
}
.single-gallery-carousel2columns .flex-direction-nav button {
height: 42px;
}
.single-gallery-1column .woocommerce-product-gallery__image + .woocommerce-product-gallery__image{
margin-top: 5px;
}
.single-gallery-2columns {
padding-left: 0 !important;!i;!;
}
.single-gallery-2columns .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5px;
}
.single-gallery-2columns .woocommerce-product-gallery__image {
background: #f3f3f3;
border: 1px solid #f3f3f3;
}
@media screen and (max-width: 600px) {
.single-gallery-1column .woocommerce-product-gallery__wrapper,
.single-gallery-2columns .woocommerce-product-gallery__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
white-space: nowrap;
width: 100%;
overflow-x: auto;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper > *,
.single-gallery-2columns .woocommerce-product-gallery__wrapper > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar,
.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
width: 3px;
height: 4px;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track,
.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-track {
background-color: #f6f4f0;
border-radius: 9px;
}
.single-gallery-1column .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb,
.single-gallery-2columns .woocommerce-product-gallery__wrapper::-webkit-scrollbar-thumb {
background-color: #c1c1c1;
border-radius: 9px;
}
}
.klb-flexslider-thumbnail.horizontal ul.flex-direction-nav button {
background: 0;
padding: 0;
height: 100%;
border: none;
color: #000;
}