a.woocommerce-product-gallery__trigger {
position: absolute;
right: 0.75rem;
top: 0.75rem;
display: flex;
z-index:1;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
overflow: hidden;
min-width: 50px;
height: 50px;
border-radius: 30px;
background: rgba(255,255,255,.9);
box-shadow: 0 0 5px rgb(0 0 0 / 8%);
color: rgba(0,0,0,.7);
font-size: 13px;
text-decoration: none;
font-size: 0;
}
a.woocommerce-product-gallery__trigger:before {
font-family: "klbtheme";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e81f";
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
font-size: 19px;
line-height: 50px;
}
a.woocommerce-product-gallery__trigger img {
display: none !important;
}
.klb-single-video + a.woocommerce-product-gallery__trigger {
bottom: 70px;
}.single-sticky-titles {
position: fixed;
top: 0;
left: 0;
background: #fff;
width: 100%;
padding: 10px;
border: 1px solid var(--color-border-light);
opacity: 0;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
will-change: transform;
-webkit-transition: opacity 0.25s ease,ease;
transition: opacity 0.25s ease,transform 0.25s ease;
box-shadow: 0 2px 11px rgb(0 0 0 / 7%);
}
.single-sticky-titles.active {
z-index:99;
opacity: 1;
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.admin-bar .single-sticky-titles {
top: 32px;
}
.single-sticky-titles a {
position: relative;
font-size: 15px;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
height: 2.5rem;
color: #212529;
padding-left: 1.125rem;
padding-right: 1.125rem;
border-radius: 2.5rem;
text-transform: uppercase;
text-decoration: none;
-webkit-transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
transition: all 0.15s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.single-sticky-titles a:first-child {
padding-left: 0;
}
@media(max-width:1024px){
.single-sticky-titles {
display:none;
}
}
.single-sticky-titles a:hover,
.single-sticky-titles a:focus {
color: var(--color-primary);
}
.single-product-sticky.active {
bottom: 0;
top: inherit;
border-top: 1px solid;
border-bottom: 0;
}.single-product .bevesi-product-bottom-popup-cart {
position: fixed;
bottom: 0;
max-width: 100%;
width: 100%;
z-index: 102;
padding: 10px 0;
background: #fff;
will-change: transform;
opacity: 0;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
-moz-box-shadow: -2px 2px 45px -20px rgba(0,0,0,.3);
box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
}
.single-product .bevesi-product-bottom-popup-cart.active {
opacity: 1;
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.single-product .bevesi-product-bottom-popup-cart .bevesi-product-bottom-details {
display: flex;
align-items: center;
height: 100%;
}
.single-product .bevesi-product-bottom-popup-cart .bevesi-product-bottom-details img {
margin-right: 20px;
}
.single-product .bevesi-product-bottom-popup-cart span.price {
display: block;
}
.bevesi-product-bottom-popup-cart .bevesi-product-bottom-title h1 {
font-size: 1rem;
margin-bottom:0px;
}
.single-product .bevesi-product-bottom-popup-cart form,
.single-product .bevesi-product-bottom-popup-cart .bevesi-popup-cart-to-top {
align-items: center;
display: flex;
flex-direction: row;
margin: 0;
justify-content: flex-end;
height: 100%;
}
.single-product .bevesi-product-bottom-popup-cart p.stock {
display: none;
}
@media (max-width: 64rem){
.single-product .bevesi-product-bottom-popup-cart.active {
position: fixed;
bottom: 0;
max-width: 100%;
width: 100%;
z-index: 102;
padding: 10px 0;
background: #fff;
will-change: transform;
-webkit-transition: opacity 0.25s ease,ease;
transition: opacity 0.25s ease,transform 0.25s ease;
opacity: 0;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
-moz-box-shadow: -2px 2px 45px -20px rgba(0,0,0,.3);
box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
}
}
.single-product .bevesi-product-bottom-popup-cart form.cart.single-ajax button {
position: relative;
}
.single-product .bevesi-product-bottom-popup-cart form.cart.single-ajax button svg {
color: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.single-product .bevesi-product-bottom-popup-cart form span.tinvwl_add_to_wishlist-text {
display: none;
}
.single-product .bevesi-product-bottom-popup-cart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
font-size: 30px;
margin-left: 15px;
}
.single-product .bevesi-product-bottom-popup-cart .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
margin-top:0px !important;
}
.bevesi-product-bottom-popup-cart .single_add_to_cart_button {
min-width: 10rem;
color: var(--color-white);
background-color: rgb(var(--site-primary-color));
height:44px;
}
.bevesi-product-bottom-popup-cart .single_add_to_cart_button:hover {
background-color: rgba(var(--site-primary-color), 0.9);
}
.bevesi-product-bottom-popup-cart form.cart .quantity {
--qty-size: 2.625rem;
border: 1px solid var(--color-black);
border-radius: var(--site-site-radius-default);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0470588235);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0470588235);
}
@media screen and (min-width: 576px) {
.bevesi-product-bottom-popup-cart form.cart .quantity {
--qty-size: 2.875rem;
}
.bevesi-product-bottom-popup-cart form.cart .quantity input {
font-size: 0.9375rem;
}
.bevesi-product-bottom-popup-cart form.cart .quantity > * {
width: 2.5rem;
}
.bevesi-product-bottom-popup-cart form.cart .quantity > *.quantity-button {
width: auto;
min-width: 2.25rem;
}
}
.bevesi-product-bottom-popup-cart form.cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.625rem;
margin-bottom: 1.875rem;
}
.bevesi-product-bottom-popup-cart .product-delivery-time {
display: none;
}
.bevesi-product-bottom-popup-cart .product-stock {
display: none;
}
.bevesi-product-bottom-popup-cart .buy_now_button {
color: var(--color-black);
border-color: var(--color-black);
background-color: transparent;
height: 44px;
}
.bevesi-product-bottom-popup-cart .buy_now_button:hover {
color: var(--color-white);
background-color: var(--color-black);
border-color: transparent;
}
.bevesi-product-bottom-popup-cart .price del {
margin-left: 0;
}.site-gdpr {
position: fixed;
max-width: 100%;
bottom: 20px;
left: 15px;
right: 15px;
background-color: #fff;
box-shadow: 0px 5px 30px rgba(0, 0, 0, .1);
border-radius: 8px;
z-index: 100;
padding: 20px;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(30px);
}
.site-gdpr.active {
pointer-events: auto;
z-index: 9999;
}
.gdpr-icon {
margin-bottom: 20px;
}
.gdpr-icon svg {
max-width: 66px;
max-height: 66px;
}
.gdpr-text {
font-size: 13px;
margin-bottom: 15px;
line-height: 1.6;
color: #3e445a;
}
.gdpr-text a {
font-weight: 500;
color: #ed174a;
text-decoration: underline;
}
.gdpr-button .button {
color: var(--color-white);
background-color: rgb(var(--site-primary-color));
}
.gdpr-button .button:hover {
background-color: rgba(var(--site-primary-color), 0.9);
}
.gdpr-inner {
text-align: center;
}
@media screen and (max-width: 64rem) {
.site-gdpr.mobile-menu-active {
bottom: 74px;
}
}
@media screen and (min-width: 64rem) {
.site-gdpr {
bottom: 40px;
left: 40px;
padding: 30px;
}
.gdpr-text {
margin-bottom: 22px;
}
}
@media screen and (min-width: 36rem) {
.site-gdpr {
max-width: 360px;
width: 100%;
}
}
@media(max-width: 600px){
.gdpr-icon {
display: none;
}	
}