/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2025 | 08:00:57 */
.cart-sticky .woocommerce-variation-price {
    display: none !important;
}
.cart-sticky .header1 {
    display: none !important;
}
.cart-sticky table.variations {
    display: none;
}
.cart-sticky .woocommerce-variation-price {
    display: none !important;
}
.cart-sticky .promotion-container {
    display: none !important;
}
.cart-sticky {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    background: #2d3047;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    box-shadow: 0px -4px 7px -1px #00000038;
}
.cart-sticky button.single_add_to_cart_button.button.alt {
    background: #2D3047;
    width: 100% !important;
    border: none !important;
    margin-bottom: 0px !important;
    border-radius: 6px !important;
    height: 55px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    letter-spacing: 0.6px ! IMPORTANT;
}
.header-main li.html.custom {
    display: unset ! IMPORTANT;
}
@media only screen and (min-width: 900px) {
	.cart-sticky {
		display: none !important;
	}
}