@media screen and (min-width: 768px) {
.product .product-wrapper.product-custom-type1 {
padding: 1.125rem;
border-radius: 8px;
}
}
.product .product-custom-type1 .thumbnail-wrapper .product-buttons.bottom-center.style-1 {
border-radius: 5.625rem;
padding:0;
}
.product .product-custom-type1 .thumbnail-wrapper .product-buttons.bottom-center {
top: auto;
bottom: 0.3125rem;
left: 50%;
right: auto;
background-color: #fff;
border: 1px solid #e5e7eb;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.product .product-custom-type1 .thumbnail-wrapper .product-buttons {
position: absolute;
z-index: 1;
}
.products .product:hover .product-custom-type1 .product-buttons.bottom-center {
opacity: 1;
}
.product .product-custom-type1 .thumbnail-wrapper .product-buttons.bottom-center.style-1 a {
padding-left: 0.625rem;
padding-right: 0.875rem;
width: 100%;
border: none;
height: 32px;
gap: 0.375rem;
line-height:1;
}
.products .product-custom-type1 .product-cart a.button {
position: relative;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 0.8125rem;
font-weight: 500;
width: 100%;
height: 2.125rem;
padding-left: 0.875rem;
padding-right: 0.625rem;
color: var(--theme-primary-color);
border: 1px solid var(--theme-primary-color);
border-radius: 62.4375rem;
overflow: hidden;
text-decoration: none;
}
.products .product-custom-type1 .product-cart a.button::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--theme-primary-color);
opacity: 0;
-webkit-transition: all 0.15s var(--theme-transition);
transition: all 0.15s var(--theme-transition);
}
.products .product-custom-type1 .product-cart a.button:hover::before{
opacity: 0.07;
}
.products .product-custom-type1 .product-gallery-wrapper .product-gallery-dots {
bottom: 1.5625rem;
}.products .product-custom-type2 .product-cart-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.625rem;
margin-top: 15px;
margin-bottom: 0.4375rem;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button > * {
font-size: 0.8125rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button .quickview-button {
height: 2.1875rem;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button .quickview-button {
display: block;
color: #2f9e44;
background-color: transparent;
border: 1px solid #2f9e44;
line-height: 1;
text-align: center;
display: flex;
justify-content: center;
}
.product-custom-type2 .product-cart-button.only-icon a.button {
height: 2.1875rem;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
width: 2.25rem;
line-height: 1;
}
.product-custom-type2 .product-cart-button.only-icon a.button {
color: #fff;
background-color: var(--theme-primary-color);
border: 1px solid var(--theme-primary-color);
}
.product-custom-type2 .product-cart-button.only-icon a.button i {
display: none;
}
.product-custom-type2 a.added_to_cart {
flex: 1 0 100% !important;
margin-left: 0;
color: #fff;
background-color:  var(--theme-primary-color);
border: 1px solid  var(--theme-primary-color);
line-height: 1;
width: 2.25rem;
height: 2.25rem;
padding: 0;
display: inline-flex;
text-decoration: none;
border-radius: 4px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
font-weight: 600;
}
.product-custom-type2 a.added_to_cart:hover {
opacity: 0.9 !important;
}
a.quickview-button {
position: relative;
}
.products .product .product-wrapper.product-custom-type2 .product-cart-button .quickview-button:hover {
color: #FFF;
background-color: #2f9e44;
}
.product-custom-type2 .product-cart-button.only-icon a.button:hover {
opacity: 0.9;
}.product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button {
font-size: 0;
padding: 0;
color: var(--theme-body-color);	
height: 32px;	
}
.product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button {
-webkit-transform: translateX(6px);
transform: translateX(6px);
opacity: 0;
visibility: hidden;
}
.product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button:hover {
background-color: var(--color-white);
border-radius: 50%;
}
.products .product:hover .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button::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: '\e8e8';
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
font-size: calc(1.0625rem + 0.125rem);
}
.product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button:nth-child(4) {
-webkit-transition-delay: 0.06s;
transition-delay: 0.06s;
}
.products .product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.added_to_cart {
font-size: 0;
margin-top: .5rem;
margin-left: 0;
border-color:#fff;
}
.products .product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.added_to_cart:hover {
background-color: var(--color-gray-100);
}
.products .product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.added_to_cart {
opacity: 0;
-webkit-transform: translateX(10px);
transform: translateX(10px);
will-change: opacity, transform;
}
.products .product:hover .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.added_to_cart {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.products .product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.product-custom-type3 .thumbnail-buttons .product-button a.added_to_cart: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;
text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
font-size: 1.25rem;
}
.product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.added_to_cart:hover {
background-color: var(--color-white);
border-radius: 50%;
display: inline-flex;
align-items: center;	
}
.product-custom-type3 .thumbnail-wrapper .thumbnail-buttons a.added_to_cart {
display: inline-flex;
align-items: center;	
}
.products .product .product-wrapper.product-custom-type3 .product-title + .product-rating {
margin-bottom: 0px;
}
.product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button i {
display: none;
}
.product .product-custom-type3 .thumbnail-wrapper {
margin-bottom: 1.625rem;
}
.product .product-custom-type3 .product-gallery-wrapper .product-gallery-dots {
right: auto;
left: 0;
}
.product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button:hover {
background-color: var(--color-gray-100);
}
@media (max-width: 991px) {
.products .product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.button,
.products .product .product-custom-type3 .thumbnail-wrapper .thumbnail-buttons .product-button a.added_to_cart{
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}.products .product .product-wrapper.product-custom-type4 .product-cart-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.625rem;
width: 100%;
}
.products .product .product-wrapper.product-custom-type4 .product-cart-button {
margin-top: 0.625rem;
}
.products .product .product-wrapper.product-custom-type4 .product-cart-button > *.button {
font-size: 0.8125rem;
padding-left: 0.875rem;
padding-right: 0.875rem;
line-height: 2rem;
height: 2rem;
border-radius:6px;
}
.products .product .product-wrapper.product-custom-type4 .product-cart-button .button {
color: #FFF;
background-color:var(--theme-primary-color);
border-color: transparent;
}
.products .product .product-wrapper.product-custom-type4 .product-cart-button .button:hover ,
.product-custom-type4 .product-cart-button a.added_to_cart:hover{
opacity:0.9;
}
.product-custom-type4 .ajax_add_to_cart.loading:after{
border-left-color: #fff;	
}
.product-custom-type4 .product-cart-button a.added_to_cart {
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;
width: 32px;
height: 32px;
border-radius: 6px;
border: 1px solid;
color: currentColor;
-webkit-transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
transition: all 0.1s cubic-bezier(0.25, 0.1, 0.25);
font-size: 0;
}
.product-custom-type4 .product-cart-button a.added_to_cart:before {
content: '\e8b7';
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: 1.25rem;
}
.product-custom-type4 .product-cart-button a.added_to_cart {
color: #FFF;
background-color: var(--theme-primary-color);
border-color: transparent;
margin-left:0;
}	
.product .product-custom-type4 .product-cart-button .wishlist-button a::before {
font-size: 22px;	
content: "\e812";	
}
.products .product .product-wrapper.product-custom-type4 .product-cart-button .button i {
display: none;
}.header,
.she-header-yes,
.she-header-yes.e-con,
.she-header {
transition: all 0.4s ease-in-out, height 0.4s ease-in-out,
background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out,
border-bottom-color 0.4s ease-in-out, margin 0s !important;
width: 100%;
max-width: 100%;
z-index: 9999;
} .she-header {
margin-bottom: 0;
margin-top: 0; }
.she-header:not(.elementor-sticky) {
position: fixed !important;
top: 0;
} .she-header.she-blur-yes {
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
} .headerup {
-ms-transform: translateY(-110vh) !important;
-o-transition: transform 0.4s ease-in-out !important;
-webkit-transform: translateY(-110vh) !important;
-webkit-transition: transform 0.4s ease-in-out !important;
-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
transform: translateY(-110vh) !important;
transition: transform 0.4s ease-in-out !important;
} .she-header-yes .elementor-widget-theme-site-logo,
.she-header-yes .elementor-widget-image,
.she-header-yes .logo,
.she-header-yes .elementor-widget-theme-site-logo img,
.she-header-yes .elementor-widget-image img,
.she-header-yes .logo img {
transition: all 0.4s ease-in-out !important;
} .she-header-transparent-yes,
.elementor-editor-active .she-header-transparent-yes {
transition: all 0.4s ease-in-out, top 0s;
width: 100%;
background-color: rgba(0, 0, 0, 0) !important;
position: absolute !important;
z-index: 99;
} .she-header-yes .elementor-menu-toggle:before,
.she-header-yes .elementor-menu-toggle:after,
.she-header-yes .elementor-menu-toggle i:after {
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.she-header-yes .elementor-menu-toggle {
position: relative;
transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.she-header-yes .elementor-menu-toggle.elementor-active:before {
transform: translate(-50%, -50%) rotate(-45deg);
}
.she-header-yes .elementor-menu-toggle:after {
transform: translate(-50%, calc(-50% - 0.25em));
}
.she-header-yes .elementor-menu-toggle.elementor-active:after {
transform: translate(-50%, -50%) rotate(45deg);
}
.she-header-yes .elementor-menu-toggle i:after {
transform: translate(-50%, -50%);
} @media screen and (min-width: 783px) {
.admin-bar .she-header:not(.elementor-sticky) {
top: 32px;
}
}