/* Customizations ======================================= */

h2 {
    color: #0ca8b0;
    font-weight: bold;
}

.home-category-banner-body {
    padding: 20px;
    background-color: #fff;
}

    .home-category-banner-body p {
        margin-top: 10px
    }

    .home-category-banner-body h3 {
        font-size: 48px;
        line-height: 58px;
        color: #333;
        margin-bottom: 10px;
        margin-top: -10px;
        font-family: HeleneHess, Arial, sans-serif;
    }

@media only screen and (max-width: 575px) {
    .home-category-banner-body h3 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 479px) {
    .home-category-banner-body h3 {
        font-size: 28px;
        line-height: 38px;
    }
}


nav.site-nav > ul > li {
    margin: 0 15px !important;
}


/*----------  homepage categories backgrounds  ----------*/
.homepage-category-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F9F9F9;
}


.nice-select .list {
    max-height: 300px !important;
    overflow: auto !important;
}


.box-must-be-full-warning {
    display: block;
    font-style: normal;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.hide {
    display: none;
}

a.disabled-button {
    /* Make the disabled links grayish*/
    color: #adaaaa !important;
    /* And disable the pointer events */
    background-color: #f8f8f8 !important;
    border-color: #d7d4d4;
    /*cursor: not-allowed !important;*/
    pointer-events: none;
}

.unit-wight-info {
    font-style: normal;
    font-size: 0.8em;
}

    .unit-wight-info table {
        border-collapse: collapse;
    }

        .unit-wight-info table tbody tr td {
            padding: 0 40px 0 0;
        }

.lezada-form .input-preview {
    font-size: 14px;
    display: block;
    color: #333;
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
    border-bottom: 2px solid #cccccc;
    padding: 9.5px 0;
}

.warning {
    background-color: #fff;
    color: coral;
    padding: 10px;
    border: 1px solid coral;
}

    .warning.minimum-cart-amount {
        margin: 20px 0 0 0;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        width: 380px;
    }

.customized-product-details-table table th {
    font-size: 12px;
}

.customized-product-details-table td {
    padding: 0;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.text-center {
    text-align: center;
}

.cart-calculation-button {
    display: inline;
}

#CheckoutCartSummary {
    width: 100%;
}

.discount-form {
    width: 100%;
}

single-product__badge {
}

    single-product__badge span {
    }

.single-product__-badge span.weekspecial {
    background-color: #110432;
}

.week-special {
    line-height: 14px;
    display: inline-block;
    background-color: #F86302;
    color: #fff;
    border-radius: 7%;
    padding: 5px 10px;
    width: 90px;
    text-align: center;
    font-size: 0.8em;
}

.list-badge {
    /*position: absolute;*/
    top: 20px;
    right: 20px;
}

/* Google Recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

.dl-menuwrapper .dl-menu {
    margin: 0;
}

.section-title h2 {
    color: #0ca8b0;
    font-size: 40px;
    font-family: HeleneHess, Arial, sans-serif;
    font-size: 34px;
}

/* 1. Style the .single-product container as a Flexbox */
.single-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #e0e0e0; /* Light gray border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px; /* Inner spacing */
    background-color: #ffffff; /* White background */
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth hover transitions */
}

    /* 2. Hover effect for .single-product */
    .single-product:hover {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
        transform: translateY(-5px); /* Slight lift effect on hover */
    }

/* 3. Ensure .single-product__content expands to fill available space */
.single-product__content {
    flex-grow: 1; /* Allows this section to expand */
    display: flex; /* Enables Flexbox within content */
    flex-direction: column; /* Stacks children vertically */
    justify-content: space-between; /* Distributes space between children */
}

/* 4. Style the "Add to cart" button */
.single-product-add-to-cart {
    display: inline-block; /* Allows setting dimensions */
    padding: 10px 20px; /* Button padding */
    background-color: #f8f8f8; /* Light gray background */
    border: 1px solid #e0e0e0; /* Border matching the container */
    border-radius: 4px; /* Rounded corners */
    text-decoration: none; /* Removes underline */
    color: #333333; /* Text color */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover transitions */
    margin-top: auto; /* Pushes the button to the bottom */
}

    /* 5. Hover effect for the "Add to cart" button */
    .single-product-add-to-cart:hover {
        background-color: #e0e0e0; /* Darker gray on hover */
        color: #000000; /* Black text on hover */
    }

/* 6. Ensure parent columns use Flexbox */
.col-12.col-md-6.col-sm-6.mb-45.hot.sale.col-lg-is-5 {
    display: flex; /* Makes the column a Flex container */
}

/* 7. Ensure .single-product fills the height of the column */
.single-product.mb-30.flex-fill {
    flex: 1; /* Allows .single-product to grow and fill the column */
    display: flex; /* Ensures Flex properties are applied */
    flex-direction: column; /* Stack children vertically */
}



.lezada-button {
border-radius: 5px;
}


.page-link {
    color: #000;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}