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;
}@media screen and (min-width: 64rem){
.single-product-wrapper .product-info .product-info-top {
-webkit-box-align: inherit;
-ms-flex-align: inherit;
align-items: flex-start;
flex-direction: column;
}
.single-product-wrapper form.grouped_form .product-info .product-info-top {
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.single-product-wrapper .product-info-top form.cart,
form.variations_form .single_variation_wrap {
margin-bottom: 20px;
}
button.buy_now_button {
border-radius: 4px;
height: 46px;
margin-left: 12px;
font-size: 0.9375rem;
padding-left: 1.875rem;
padding-right: 1.875rem;
}
.quickview-product button.buy_now_button {
margin-left: 5px;
padding-left: 1.375rem;
padding-right: 1.375rem;
}
@media(max-width: 480px){
button.buy_now_button {
width: 100%;
margin-left: 0;
margin-top: 15px;
}	
}
.buy_now_button svg {
display: none !important;
}.scrollToTop{
position:fixed;
right: 20px;
bottom: 20px;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(264,255,255, 0.9);
color: #333;
box-shadow: 0 0 5px rgb(0 0 0 / 17%);
text-align: center;
line-height: 50px;
opacity: 0;
z-index: 350;
}
.scrollToTop.button-show {
opacity: 1;
}
.scrollToTop:hover{
color:#777;
}
.scrollToTop i {
font-size: 30px;
}
@media (max-width: 1024px){
.scrollToTop{
bottom:60px;
right: 12px;
width: 40px;
height: 40px;
line-height: 40px;
}
}.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; 
}@keyframes klbcp-rotate {
100% {
transform: rotate(360deg); } 
}
a.klbcp-adding:after {
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: klbcp-rotate 450ms infinite linear;
left: 50%;
margin-left: -8px;
}
.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;
}
a.klbcp-btn{
position: relative;
}
a.klbcp-btn:before {
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;
content: '\e86b';
font-size: 0.875rem;
}
a.klbcp-btn.klbcp-btn-added:before {
content: '\e851';
}
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;
background-color: var(--color-primary);
}
.klbcp-list .cart-empty-page .empty-icon {
font-size: 7rem;
margin-bottom: 0;
}
.klbcp_table tr th, 
.klbcp_table tr td {
padding: 0.75rem;
vertical-align: middle;
}
.klbcp_table .add_to_cart_inline a.button i {
display: none;
}
.klbcp_table .product-add_to_cart p {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
align-items: center;
}
.klbcp_table .product-name a {
color: currentcolor;
font-weight: 500;
}
.klbcp_table {
font-size: 0.875rem;
}.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;
}