body {
    color: #333333;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

body.body-lg-en {
    font-family: 'Poppins', Tahoma, Geneva, Verdana, sans-serif;
}

body.body-lg-vi,
body.body-lg-vi p,
body.body-lg-vi div,
body.body-lg-vi a,
body.body-lg-vi ul {
    font-family: 'Open Sans', Arial, Tahoma, Geneva, Verdana, sans-serif;
}

.primary-button {
    border-radius: .45rem;
    background: #96712b;
    background: radial-gradient(ellipse at center, #b48939, #96712b);
    border: none;
}

.secondary-button {
    border-radius: .25rem;
    background: #f6f2eb;
    border: none;
}

.bg-navyBlue {
    background-color: #96712b;
}

.bg-isNew {
    background-color: #4CAF50;
}

.hover\:border-navyBlue:hover,
.border-navyBlue {
    border-color: rgb(152 116 54 / var(--tw-border-opacity, 1));
}


.text-newsletter-head {
    font-size: 1.5rem;
}

.menus span a.menu-item {
    padding: 3px 20px;
}

.text-navyBlue {
    color: #333;
}

.c-top-carousel {
    top: 8rem;
    z-index: 999;
}

.product-item {
    border: 1px solid #5c8fd00f;
}

.product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 2.5em;
    /* Adjust based on your line height */
    line-height: 1.25em;
    /* Line height value */
}

span.icon:hover {
    background: #DFDFDF;
}

.block-line {
    border-top: 1px solid #e5e7eb;
}

.final-price {
    color: #b80617;
}

.regular-price {
    font-size: .9rem;
}

.product-image {
    border-radius: 12px;
    overflow: hidden;
    height: 100vh;
    cursor: pointer;
}

.product-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(92, 143, 208, .06);
    z-index: 2;
}

.product-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0;
}

.payment-warp {
    position: relative;
    min-height: 210px;
}

.payment-warp .loading-payment {
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 210px;
}

.payment-warp .loading-payment img {
    width: 450px;
}

.x-show {
    display: none !important;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.modal-body{
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}

@media (min-width: 1440px) and (max-width: 1600px) {
    .menus span a.menu-item {
        font-size: 14px;
        white-space: nowrap;
        /* Prevents text from wrapping to the next line */
        overflow: hidden;
        margin-top: 10px;
        padding: 3px 10px;
    }
}

/* Landscape Tablets (e.g., iPad Landscape Mode) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .menus span a.menu-item {
        font-size: 14px;
        white-space: nowrap;
        /* Prevents text from wrapping to the next line */
        overflow: hidden;
        margin-top: 10px;
        padding: 3px 10px;
    }
}

/* Portrait Tablets (e.g., iPad Portrait Mode) */
@media (min-width: 768px) and (max-width: 1024px) {}

/* For mobile */
@media (min-width: 320px) and (max-width: 480px) {}