@charset "UTF-8";

body {
    font-family: "Nunito Sans", sans-serif;
}

html,
body {
    height: 100%;
    margin: 0;
    position: relative;
    background-color: white;
}

body.no-scroll {
    overflow: hidden;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    color: #545454;
    font-family: "Nunito Sans", sans-serif;
}

/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Nunito Sans", sans-serif;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #000000;
    outline: 0;
}

.s-download .download-badges li a img {
    display: block;
    width: 232px;
    height: 72px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 232px 72px;
}


/* ===================================================================
 * # footer - ENHANCED 4-ROW ALCOHOL FOOTER
 *
 * ------------------------------------------------------------------- */
.s-footer {
    background-color: #121619;
    padding: 4rem 0 2rem 0;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.778;
    margin: 0;
}

/* ROW 1: ALCOHOL CATEGORIES WITH PRODUCTS */
.footer-categories-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 3rem;
    margin-bottom: 2rem;
}

.footer-category-title {
    color: #FF6B35;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-category-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-product-item {
    margin-bottom: 0.8rem;
    transition: all 0.3s ease;
}

.footer-product-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.footer-product-link:hover {
    color: #FF6B35;
    transform: translateX(5px);
    border-bottom-color: rgba(255, 107, 53, 0.3);
}

.product-name {
    font-size: 0.9rem;
    flex: 1;
}

.product-price {
    font-size: 0.85rem;
    font-weight: 600;
    color: #FF6B35;
    /* margin-left: 1rem; */
}

.footer-view-all .view-all-link {
    color: #FF6B35;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-view-all .view-all-link:hover {
    color: #ffffff;
    transform: translateX(5px);
}

/* ROW 2: QUICK LINKS SECTION */
.footer-links-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 2.5rem;
}

.footer-links-section h5 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-contact-info p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.footer-contact-info i {
    color: #FF6B35;
    margin-right: 0.8rem;
    width: 16px;
}

.business-hours h6 {
    color: #FF6B35;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.business-hours p {
    font-size: 0.85rem;
    line-height: 1.4;
}

/* ROW 3: NEWSLETTER & SOCIAL */
.footer-newsletter-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 2.5rem;
}

.footer-newsletter-section h4 {
    color: #FF6B35;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.footer-newsletter-section .lead {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.footer-newsletter-section #mc-form {
    display: flex;
    max-width: 500px;
    margin-bottom: 1rem;
}

.footer-newsletter-section input[type="email"] {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px 0 0 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.footer-newsletter-section input[type="email"]:focus {
    outline: none;
    border-color: #FF6B35;
    background: rgba(255, 255, 255, 0.15);
}

.footer-newsletter-section input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.btn-subscribe {
    padding: 1rem 2rem;
    background: #FF6B35;
    border: 2px solid #FF6B35;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background: #e55a2b;
    border-color: #e55a2b;
    transform: translateY(-2px);
}

.newsletter-terms {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    display: block;
    margin-top: 0.5rem;
}

.footer-social-section h5 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-social-section h6 {
    color: #FF6B35;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
}

.app-store-badges {
    display: flex;
    gap: 0.8rem;
}

.app-badge {
    transition: transform 0.3s ease;
}

.app-badge:hover {
    transform: translateY(-3px);
}

/* ROW 4: COPYRIGHT & LEGAL */
.footer-bottom-section {
    padding-top: 2rem;
}

.footer-legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-legal-links li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal-links li a:hover {
    color: #FF6B35;
}

.age-verification-notice {
    background: rgba(255, 107, 53, 0.1);
    border: 1px solid rgba(255, 107, 53, 0.3);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.age-verification-notice p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 0.9rem;
}

.age-verification-notice i {
    color: #FF6B35;
    margin-right: 0.5rem;
}

/* ENHANCED EXISTING FOOTER STYLES */
.s-footer {
    background-color: #121619;
    padding-bottom: 2.8rem;
    color: rgba(255, 255, 255, 0.4);
    position: relative;

    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.778;
    margin: 0;

}

.s-footer a {
    color: #ffffff;
}

.s-footer a:hover,
.s-footer a:focus,
.s-footer a:active {
    color: #FF6B35;
}

.s-footer .display-1 {
    color: #FF6B35;
}

.s-footer h4 {
    margin-top: 0;
    /* margin-bottom: 1.6rem; */
    color: #ffffff;
}

.s-footer p.lead {
    color: rgba(255, 255, 255, 0.3);
}

.s-footer .footer__mail-link {
    font-weight: 800;
    color: #FF6B35;
}

.s-footer .footer__mail-link:hover,
.s-footer .footer__mail-link:focus,
.s-footer .footer__mail-link:active {
    color: #ffffff;
}

.footer__bottom {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    max-width: 1200px;
    margin: 0 auto;
}


/* -------------------------------------------------------------------
 * ## subscribe form
 * ------------------------------------------------------------------- */
.footer__subscribe .subscribe-form {
    margin: 4rem 0 0 0;
    padding: 0;
    position: relative;
}

.footer__subscribe #mc-form {
    width: 100%;
}

.footer__subscribe #mc-form input[type="email"] {
    width: 100%;
    height: 6.8rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    padding: 1.8rem 140px 1.8rem 64px;
    background: url(../images/icons/icon-mail.svg) 24px center no-repeat, rgb(128, 128, 128);
    background-size: 24px 16px, auto;
    color: white;
    margin-bottom: 2rem;
    border: none;
    border-radius: 4px;
}

.footer__subscribe #mc-form input[type="email"]:hover,
.footer__subscribe #mc-form input[type="email"]:focus {
    box-shadow: none;
}

.footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder {

    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::-ms-input-placeholder {

    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"]::placeholder {

    /* Most modern browsers support this now. */
    color: rgba(255, 255, 255, 0.3);
}

.footer__subscribe #mc-form input[type="email"].placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.footer__subscribe #mc-form input[type=submit] {
    color: #ffffff;
    background: #FF6B35;
    border-color: #FF6B35;
    margin-right: 0;
    padding: 0 20px 0 24px;
    height: 6.8rem;
    line-height: 6.4rem;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.footer__subscribe #mc-form label {
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.3rem;
    padding: 0 2rem;
}

.footer__subscribe #mc-form label i {
    padding-right: 6px;
}


/* ------------------------------------------------------------------- 
 * ## footer social
 * ------------------------------------------------------------------- */
.footer__social {
    list-style: none;
    padding: 1.6rem 0;
}

.footer__social li {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    margin-right: 4px;
}

.footer__social li a {
    display: block;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    border-radius: 50%;
}

.footer__social li a:hover,
.footer__social li a:focus,
.footer__social li a:active {
    background-color: #FF6B35;
    color: #ffffff;
}

.footer__social li:last-child {
    margin-right: 0;
}


/* ------------------------------------------------------------------- 
 * ## footer site links
 * ------------------------------------------------------------------- */
.footer__site-links {
    list-style: none;
    margin: 0;
}

.footer__site-links li {
    padding-left: 0;
}

.footer__site-links li a {
    display: block;
}

.footer__site-links li a,
.footer__site-links li a:visited {
    color: rgba(255, 255, 255, 0.4);
    outline: none;
}

.footer__site-links li a:hover,
.footer__site-links li a:focus,
.footer__site-links li a:active {
    color: #FF6B35;
}


/* ------------------------------------------------------------------- 
 * ## copyright
 * ------------------------------------------------------------------- */
.ss-copyright {
    margin-top: 4.8rem;
    text-align: center;
}

.ss-copyright span {
    font-size: 17px;
    line-height: 3.2rem;
    display: inline-block;
}

.ss-copyright span::after {
    content: "·";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: white;
}

.ss-copyright span:last-child::after {
    display: none;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer - ENHANCED 4-ROW RESPONSIVE DESIGN
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .footer__bottom {
        font-size: 1.2rem;
        line-height: 1.882;
    }
    
    .footer-categories-section .col-md {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width:992px) {
    .s-footer {
        padding: 3rem 0 1.5rem 0;
    }
    
    .footer-categories-section {
        padding-bottom: 2rem;
    }
    
    .footer-links-section,
    .footer-newsletter-section {
        padding-bottom: 2rem;
    }
    
    .footer-categories-section .col-md {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 2rem;
    }
    
    .footer-newsletter-section #mc-form {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-newsletter-section input[type="email"] {
        border-radius: 5px;
        margin-bottom: 0;
    }
    
    .btn-subscribe {
        border-radius: 5px;
        align-self: flex-start;
        min-width: 150px;
    }
    
    .footer-legal-links {
        justify-content: center;
        margin-top: 1rem;
    }
}

@media only screen and (max-width:768px) {
    .s-footer {
        padding: 2rem 0 1rem 0;
    }
    
    /* Stack categories vertically on mobile */
    .footer-categories-section .col-md {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .footer-category-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .footer-product-link {
        padding: 0.4rem 0;
        font-size: 0.9rem;
    }
    
    .product-name {
        font-size: 0.85rem;
    }
    
    .product-price {
        font-size: 0.8rem;
    }
    
    .footer-newsletter-section h4 {
        font-size: 1.3rem;
        text-align: center;
    }
    
    .footer-newsletter-section .lead {
        text-align: center;
        font-size: 0.95rem;
    }
    
    .footer__social {
        justify-content: center;
        margin: 1.5rem 0;
    }
    
    .app-store-badges {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .footer-legal-links {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
    
    .ss-copyright {
        text-align: center;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width:600px) {
    .s-footer {
        padding: 1.5rem 0 1rem 0;
    }

    .s-footer h4, .s-footer h5 {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }

    .footer__bottom {
        border-top: none;
        padding-top: 1.5rem;
    }

    .footer-categories-section,
    .footer-links-section,
    .footer-newsletter-section {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .footer__subscribe #mc-form input[type="email"] {
        font-size: 0.9rem;
        padding: 0.8rem 1rem;
    }

    .btn-subscribe {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-contact-info p {
        font-size: 0.85rem;
    }

    .business-hours p {
        font-size: 0.8rem;
    }

    .age-verification-notice {
        padding: 0.8rem;
    }

    .age-verification-notice p {
        font-size: 0.8rem;
    }

    .ss-copyright {
        margin-top: 1.5rem;
    }

    .ss-copyright span {
        display: block;
        text-align: center;
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
    }

    .ss-copyright span::after {
        display: none;
    }
}

@media only screen and (max-width:400px) {
    .ss-copyright span {
        font-size: 0.8rem;
    }
    
    .footer-category-title {
        font-size: 1rem;
    }
    
    .footer-product-link {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-price {
        margin-left: 0;
        margin-top: 0.2rem;
    }
    
    .footer-newsletter-section #mc-form {
        max-width: 100%;
    }
}

/* ------------------------------------------------------------------- 
* responsive:
* reusable and common theme styles
* ------------------------------------------------------------------- */
@media only screen and (max-width:300px) {
    #enter-pos {
        display: none;
    }


    #upgrade-subscribe {
        display: none;
    }
}

@media only screen and (max-width:400px) {
    #enter-pos {
        display: none;
    }


    #upgrade-subscribe {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    #enter-pos {
        display: none;
    }


    #upgrade-subscribe {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    #enter-pos {
        display: none;
    }


    #upgrade-subscribe {
        display: none;
    }
}

@media only screen and (max-width:700px) {
    #enter-pos {
        display: none;
    }


    #upgrade-subscribe {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    #enter-pos {
        display: none;
    }


    #upgrade-subscribe {
        display: none;
    }
}

@media only screen and (max-width:900px) {
    #enter-pos {
        display: none;
    }


    #upgrade-subscribe {
        display: none;
    }
}

/*# sourceMappingURL=main.css.map */

/* CSS FOR WEBSITE SALE BLADE */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #FF6B35 !important;
}

.card {
    position: relative;
    overflow: hidden;
}

.card img {
    transition: transform 0.2s ease-in-out;
}

.card:hover img {
    transform: scale(1.1);
}

.centered {
    vertical-align: middle !important;
}

.error-message {
    color: #dc3545;
}

.success-message {
    color: #25D366;
}

.logo-container {
    width: 100px;
}

.logo-container>img {
    width: 100%;
}

.main-container {
    margin-top: 65px;
}

.form-container {
    max-width: 600px;
    margin: 10px auto;
}

.form-container h1 {
    font-weight: 300;
    font-size: 2.5rem;
}

.dropzone {
    border: 1px dashed #ced4da;
    border-radius: 5px;
    background: white;
}

#imageUpload {
    margin-bottom: 20px;
    min-height: 80px;
}

div.has-error>input {
    border: 1px solid #dc3545;
}

div.has-error>.form-text {
    color: #dc3545;
}

#successModal .fa-thumbs-up {
    font-size: 7.5rem;
    color: #2ebf2e;
}

#successModal .fa-thumbs-down {
    font-size: 7.5rem;
    color: #e13535;
}

#success-text {
    margin-top: 20px;
    font-size: 1.2rem;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}



.search-container {
    position: relative;
    width: 600px;

}

#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1010;
    background-color: #fff;
    border: 1px solid #ccc;
}

#searchResults .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
}

#searchResults .dropdown-item img {
    margin-right: 10px;
}

.discount-badge {
    background-color: red;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 899;
    clip-path: polygon();
}

.checkout-progress-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.checkout-progress-bar .step {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f9fa;
    margin-right: 10px;
}

.checkout-progress-bar .step.active {
    background-color: #FF6B35;
    color: white;
}

.checkout-progress-bar .step:last-child {
    margin-right: 0;
}

.quantity-controls {
    display: flex;
    align-items: center;
}

.cart-totals ul.list-group {
    margin-bottom: 20px;
}

.cart-totals .btn-block {
    width: 100%;
}

.empty-cart-message {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin: 20px 0;

    /* display: none; */
    text-align: center;
    font-size: 1.5em;
    color: #666;
}

.empty-cart-icon {
    font-size: 48px;
    color: #999;
    margin-bottom: 10px;
}

.empty-cart-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.empty-cart-desc {
    font-size: 16px;
    color: #666;
}

/* .navbar { //MAKES THE MEGA MENU NOT DISPLAY ??
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #333;
    overflow: hidden;
    position: relative;
    z-index: 1000;
} */

.nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.nav-item {
    position: relative;
}

.nav-item:hover .arrow {
    transform: rotate(180deg);
}

/* .nav-item:hover .mega-menu {
    display: block;
} */

.nav-item:hover>.mega-menu {
    display: block;
}

.nav-link {
    display: block;
    color: gray;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    position: relative;
}

.nav-link .arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.navbar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.call-us {
    font-size: 16px;
    padding: 10px 0;
}

.call-us span {
    font-size: 12px;
    margin-right: 30px;
}

.call-us span:hover {
    color: #040404;
}

.search-container {
    display: none;
    /* Hide by default, assuming mobile-first design */
}

.mega-menu {
    display: none;
    position: absolute;
    background-color: white;
    color: black;
    /* width: 100%; */
    width: max-content;
    left: 0;
    top: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.mega-menu-column {
    /* flex: 1; */
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.mega-menu-column h4 {
    margin-bottom: 10px;
}

.mega-menu-links {
    /* list-style-type: none; */
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-links li {
    margin-bottom: 5px;
    flex: 1 1 200px;
    height: 30px;
}

.mega-menu-links li a {
    color: #333;
}

.mega-menu-links li a:hover {
    text-decoration: underline;
    color: #007bff;
}




.product-container {
    position: relative;
    overflow: hidden;
}

.add-to-basket-container {
    position: absolute;
    bottom: 0;
    /* Ensure the button sits at the bottom */
    left: 0;
    right: 0;
    text-align: center;
    transition: transform 0.3s ease;
    transform: translateY(100%);
    /* Initially hide the button */
}

.product-container:hover .add-to-basket-container {
    transform: translateY(0);
    /* Slide in the button on hover */
}

.add-to-basket-btn {
    width: 100%;
    border-radius: 0;
    margin: 1px;
    font-size: 0.8em;
    padding: 6px 8px;
    /* Remove border-radius for better fit */
    /* margin-top: 10px; */

}

.centered {
    text-align: center;
    vertical-align: middle;
}

.upgrade-btn {
    background-color: #d3c5c5;
    border: 2px solid #FF6B35;
    border-radius: 5px;
    color: #000000;
    line-height: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-decoration: none !important;
}

.left-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    opacity: 1;


    /* text-align: left;
    overflow-y: auto;
    background-color: #ffffff; */
}

.left-sidebar.shrink {
    left: -100%;
}

.left-sidebar li {
    position: relative;
}

.left-sidebar li a {
    position: relative;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #303030;
    display: block;
    border-radius: 4px;
    margin: 5px 10px;
    padding: 5px 10px;
}

.left-sidebar li a i {
    color: #FF6B35;
    font-size: 15px;
    line-height: 10px;
    margin-right: 10px;
    width: 20px;
    vertical-align: middle;
}

.left-sidebar li a i.icon {
    font-size: 24px;
}

.left-sidebar li a[data-toggle="collapse"]::before {
    content: '\f104';
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 10px;
}

.left-sidebar li a[aria-expanded="true"]::before {
    content: '\f107';
}

.left-sidebar li ul {
    background: #f8f8f8;
    border-radius: 4px;
    position: relative;
    left: 0;
    margin: 5px 10px;
    padding: 10px;
}

.left-sidebar li ul li a {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 1.8;
    padding: 5px;
}

.left-sidebar li a:focus,
.left-sidebar li a:hover,
.left-sidebar li.active>a,
.left-sidebar li a[aria-expanded="true"] {
    background: #f8f8f8;
    color: #FF6B35;
    text-decoration: none;
}

.left-sidebar li ul.collapse a:hover {
    padding-left: 15px;
}

















.cart-sidebar {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 1100;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.open {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.cart-header h4 {
    margin: 0;
    font-size: 1.5em;
    color: #333;
}

.cart-header button {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #333;
}

.cart-items {
    margin-bottom: 10px;
    padding: 10px;
    overflow-y: auto;
    flex: 1;
}

.cart-item {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.cart-item .delete-icon {
    cursor: pointer;
    font-size: 1.2em;
    color: red;
    margin-right: 10px;
}

.cart-item-content {
    display: flex;
    align-items: center;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
    /* border: 1px solid #dee2e6;
    border-radius: .25rem; */
}

.cart-item .cart-item-image {
    object-fit: cover;
    border-radius: 5px;
    margin: 10px;
}

.cart-item .cart-item-details {
    flex: 1;
}

.cart-item h4 {
    margin: 0;
    font-size: 1.1em;
    color: #333;
}

.cart-item-price {
    font-size: 14px;
    color: #333;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
}

.cart-item-quantity button {
    width: 40px;
    height: 40px;
    border: none;
    background: #ddd;
    cursor: pointer;
    font-size: 1em;
    color: #333;
}

.cart-item-quantity input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    font-size: 1em;
}

.cart-footer {
    padding: 20px;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    position: sticky;
    bottom: 0;
}

.cart-footer .totals {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #333;
}

.cart-footer .btn {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #fff;
    /* background: #333; */
    border: none;
    cursor: pointer;
}

.cart-footer .btn:hover {
    /* background: #555; */
}

.btn-cart {
    background: #FF6B35;
    color: #333;
}

.btn-buy {
    background-color: #FF6B35;
    border-color: #FF6B35;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-buy:hover {
    background-color: #e55a2b;
    border-color: #e55a2b;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}

.btn-buy:focus {
    background-color: #FF6B35;
    border-color: #FF6B35;
    color: white;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.25);
}

.btn-buy:disabled {
    background-color: #FF6B35 !important;
    border-color: #FF6B35 !important;
    opacity: 0.8 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

#cartOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1002;
}



.nav-pills .nav-link {
    color: #000;
    font-weight: bold;
    position: relative;
}

.nav-pills .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s, transform 0.3s;
}

.nav-pills .nav-link:hover::after,
.nav-pills .nav-link:focus::after {
    background-color: #007bff;
    transform: scaleX(1);
}

.nav-pills .nav-link.active::after {
    background-color: #007bff;
    transform: scaleX(1);
}

.nav-pills .nav-link.mx-2 {
    margin-left: 8px;
    margin-right: 8px;
}

.nav-pills .nav-link {
    color: #000;
    font-weight: bold;
    position: relative;
}

.nav-pills .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s, transform 0.3s;
}

.nav-pills .nav-link:hover::after,
.nav-pills .nav-link:focus::after {
    background-color: #007bff;
    transform: scaleX(1);
}

.nav-pills .nav-link.active::after {
    background-color: #007bff;
    transform: scaleX(1);
}

.nav-link {
    cursor: pointer;
}

.section {
    padding: 20px 0;
}

.sticky-top {
    background-color: white;
    z-index: 1000;
}

.product-details-wrapper .price {
    font-size: 1.5rem;
    margin-top: 10px;
}

.product-details-wrapper .price .text-muted {
    font-size: 1rem;
}

.product-description {
    margin-top: 15px;
    font-size: 1.1rem;
}

.product-attributes {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #6c757d;
}

.stock {
    margin-top: 10px;
    font-size: 1rem;
}

.quantity {
    margin-top: 15px;
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff;
}

.mt-4 h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
}

.btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

.btn-outline-success {
    border-color: #28a745;
    color: #28a745;
}

.btn-outline-success:hover {
    background-color: #28a745;
    color: #fff;
}

.pac-container {
    z-index: 10000 !important;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #000000;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px;
    position: fixed;
    z-index: 1011;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.overide-overlay {
    z-index: 1010;
    /* sidebar must have z-index > 999 */
}

.hidden {
    /* > div  */
    display: none;
}

.visible {
    /* > div  */
    display: block;
}

.site-logo {
    /* width: 130px;
    height: 36px; */
}

#mobileNavbar {
    display: none;
}

#mobileFilterBlock {
    display: none;
}

#webFilterBlock {
    display: block;
}


.confirmation-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
    border-radius: 5px;
}

.confirmation-dialog p {
    margin-bottom: 20px;
}

.confirmation-dialog button {
    margin: 5px;
}

.fit-image {
    width: -moz-available;
    max-width: 100%;
    /* height: 230px; */
    object-fit: contain;
}

.single-product-fit-image {
    width: -moz-available;
    max-width: 100%;
    height: 500px;
    object-fit: contain;
}

img.single-product-fit-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1 / 1; /* Keeps it square */
}


.product-item {
    position: relative;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s;
    margin: 7px 0;
}

.product-item:hover {
    transform: scale(1.05);
}

.product-item:hover .product-card-body {
    /* margin-bottom: 8px; */
}

.product-card-body {
    padding: 0 6px;
    position: relative;
    /* height: 100%; */
}

.product-name {
    font-weight: bold;
    font-size: 0.85em;
    color: #777;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Reserve exactly two lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Hide any extra content */
    text-overflow: ellipsis;
    /* Add "..." for overflow text */
    line-height: 1.3em;
    /* Set the line height */
    height: 2.6em;
    /* Two lines of text (1.3em * 2) */
    /* background-color: #fff; */
    /* Optional: Add background to simulate white space */
    margin-bottom: 4px;
}

.product-attributes {
    color: #777;
    font-size: 0.65em;
    margin-bottom: 3px;
}

.product-prices {
    display: flex;
    align-items: baseline;
}

.product-original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.65em;
    margin-right: 6px;
}

.product-promotion-price {
    font-weight: 600;
    color: #28a745;
    font-size: 0.85em;
}

.product-price {
    font-weight: 600;
    color: #333;
    font-size: 0.85em;
}

.green-color {
    color: green !important;
}

.red-color {
    color: red !important;
}

/* Product reviews small styles */
.product-reviews-small {
    margin: 2px 0;
}

.product-reviews-small .rating-stars {
    font-size: 0.7em;
    color: #ffc107;
    margin-right: 4px;
}

.product-reviews-small .rating-stars .star {
    margin-right: 1px;
}

.product-reviews-small .review-count {
    font-size: 0.6em;
    color: #777;
}


/* .product-price,
.product-discount {
    font-size: 1em;
    font-weight: bold;
}

.product-discount {
    color: #333;
}

.product-original-price {
    font-size: 0.7em;
    text-decoration: line-through;
    color: red;
} */

.favourites-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: grey;
    display: none;
    z-index: 20;
}

.favourites-button.favourited {
    color: red;
}

.add-to-cart-button {
    background-color: #28a745;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 20;
}

.carousel-item {
    height: auto;
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
    /* padding: 20px; */
}

.hover-actions {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.product-item:hover .hover-actions {
    display: block;
}

.product-item:hover .add-to-cart-button,
.product-item:hover .favourites-button {
    display: block;
}

.top-header {
    /* background-color: #FF6B35; */
    color: white;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 0;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.flex-col {
    display: flex;
    align-items: center;
}

.flex-left {
    flex: 1;
}

.flex-right {
    display: flex;
    align-items: center;
}

.button {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.button:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    margin-left: 5px;
}

.social-icons a {
    display: inline-block;
    font-size: 8px;
    color: inherit;
}

.social-icons li a {
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.social-icons li a:hover {
    color: #040404;
}

/* ------------------------------------------------------------------- 
* responsive:
* reusable and common theme styles
* ------------------------------------------------------------------- */
@media only screen and (max-width: 3000px),
only screen and (max-width: 1500px),
only screen and (max-width: 1300px),
only screen and (max-width: 1100px),
only screen and (max-width: 900px),
only screen and (max-width: 800px),
only screen and (max-width: 600px),
only screen and (max-width: 500px),
only screen and (max-width: 400px),
only screen and (max-width: 350px) {
    #lims_productcodeSearch {
        display: block;
    }

    #btnSearch {
        display: none;
    }

    #category-filter {
        display: block;
    }

    #fiveColumns {
        display: block;
    }

    #threeColumns {
        display: block !important;
    }

    #webNavbar {
        display: block;
    }

    #mobileNavbar {
        display: none;
    }

    #webFilterBlock {
        display: block;
    }

    #mobileFilterBlock {
        display: none;
    }

    #webCartWindow {
        display: block;
    }

    #mobileCartWindow {
        display: none;
    }

    #btnCart {
        display: block;
    }

    @media only screen and (max-width: 1300px) {
        #category-filter {
            display: none;
        }
    }

    @media only screen and (max-width: 1100px) {
        #footer-mobile {
            display: none;
        }

        #webNavbar {
            display: none;
        }

        #mobileNavbar {
            display: block;
        }

        #mobileFilterBlock {
            display: block;
        }

        #webFilterBlock {
            display: none;
        }

        #webCartWindow {
            display: none;
        }

        #mobileCartWindow {
            display: block;
        }

        #btnCart {
            display: block;
        }

        .overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 1001;
            /* sidebar must have z-index > 999 */
            background: black;
            /*rgba(255, 255, 255, 0); */
            opacity: 0.5;
            /* or background set to rgba(255, 255, 255, 0); */
        }
    }

    @media only screen and (max-width: 900px),
    only screen and (max-width: 800px),
    only screen and (max-width: 600px),
    only screen and (max-width: 500px),
    only screen and (max-width: 400px),
    only screen and (max-width: 350px) {
        #lims_productcodeSearch {
            display: block;
        }

        #btnSearch {
            display: block;
        }

        #category-filter {
            display: none;
        }

        #fiveColumns {
            display: none;
        }

        .form-group {
            margin-left: 16px !important;
        }
    }

    @media only screen and (max-width: 500px),
    only screen and (max-width: 400px),
    only screen and (max-width: 350px) {
        #btnFullscreen {
            display: none;
        }
    }
}

@media all and (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media (min-width: 768px) {

    .cart-sidebar {
        width: 25%;
        right: -100%;
    }

    .cart-sidebar.open {
        right: 0;
    }

    .search-container {
        display: block;
        /* Show search bar on larger screens */
    }

    .navbar-content {
        justify-content: space-between;
        /* Adjust content spacing */
    }

    .call-us span {
        font-size: 16px;
    }

    .social-icons li {
        margin-left: 20px;
    }

    .social-icons a {
        display: inline-block;
        font-size: 20px;
        color: inherit;
    }

    .table-fixed thead,
    .table-fixed tbody,
    .table-fixed tr,
    .table-fixed td,
    .table-fixed th {
        display: block;
    }

    .table-fixed tr {
        clear: both;
    }

    .table-fixed tbody td,
    .table-fixed thead>tr>th {
        float: left;
        border-bottom-width: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@media print {
    .hide-element {
        display: none;
    }
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}



/*
* ==========================================================
*     SIDE NAVBAR
* ==========================================================
*/
.pos-page .side-navbar {
    top: 0;
}

.side-navbar {
    padding-left: .5rem
}

.side-navbar {
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    opacity: 1;
    width: 240px;
    text-align: left;
    transition: all 0.1s linear;
    z-index: 1001;
    overflow-y: auto;
    background-color: #ffffff;
    top: 65px !important;
}

.side-navbar .scrolled-wrapper {
    width: 100%;
    height: 100%;
}

.side-navbar.hide {
    left: -50px;
}

.side-navbar .brand-small {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    color: #fff;

    display: none;
}

.side-navbar .brand-big {
    line-height: 60px;
}

.side-navbar .brand-big i {
    font-size: 26px;
    vertical-align: middle;
}

.side-navbar li {
    position: relative;
}

.side-navbar li a {
    position: relative;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #303030;
    display: block;
    border-radius: 4px;
    margin: 5px 10px;
    padding: 5px 10px;
}

.side-navbar li a i {
    color: #FF6B35;
    font-size: 15px;
    line-height: 10px;
    margin-right: 10px;
    width: 20px;
    vertical-align: middle;
}

.side-navbar li a i.icon {
    font-size: 24px;
}

.side-navbar li a[data-toggle="collapse"]::before {
    content: '\f104';
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 10px;
}

.side-navbar li a[aria-expanded="true"]::before {
    content: '\f107';
}

.side-navbar li ul {
    background: #f8f8f8;
    border-radius: 4px;
    position: relative;
    left: 0;
    margin: 5px 10px;
    padding: 10px;
}

.side-navbar li ul li a {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 1.8;
    padding: 5px;
}

.side-navbar li a:focus,
.side-navbar li a:hover,
.side-navbar li.active>a,
.side-navbar li a[aria-expanded="true"] {
    background: #f8f8f8;
    color: #FF6B35;
    text-decoration: none;
}

.side-navbar li ul.collapse a:hover {
    padding-left: 15px;
}

.side-navbar .sidenav-header img {
    width: 40px;
    height: 40px;
}

.side-navbar .sidenav-header {
    background: #FF6B35;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
    padding: 0;
}

.side-navbar .sidenav-header h2 {
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.side-navbar .sidenav-heading {
    font-weight: 700;
    color: #adb5bd;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-navbar i[class*='icon-'] {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.side-navbar span {
    display: inline-block;
}

.side-navbar i {
    font-size: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
}

.side-navbar .badge {
    display: inline-block;
    font-size: 0.6em;
}

.side-navbar.shrink {
    width: 0;
    opacity: 0
}

/* SIDE NAVBAR MEDIAQUERIES ------------------------------ */
@media (max-width: 1199px) {
    .page {
        margin-left: 0;
        width: 100%;
    }

    .page.active {
        width: 100%;
    }

    .page.active-sm {
        width: calc(100%);
    }

    .side-navbar.show-sm {
        left: 0 !important;
    }
}

/* ===================================================================
 * # Layout Fixes for Full Width Header and Footer
 * ------------------------------------------------------------------- */

/* Reset page wrapper and content container */
.page-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* Header full width fixes */
header,
.header-container,
.modern-header,
.header-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

/* Footer full width fixes */
footer,
.footer-container,
.footer-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

/* Container inside content can have max-width */
.container,
.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Modal positioning fixes */
.modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1050 !important;
    width: 100% !important;
    height: 100% !important;
    outline: 0;
    display: none;
}

.modal.show {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1040 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-dialog {
    position: relative !important;
    margin: 1.75rem auto !important;
    max-width: 500px !important;
    width: calc(100% - 3.5rem) !important;
    pointer-events: none;
}

.modal-content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    pointer-events: auto !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.3rem !important;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
    outline: 0 !important;
}

/* Footer responsive design fixes */
.footer-category-column {
    padding-left: 15px;
    padding-right: 15px;
}

/* Mobile footer */
@media (max-width: 767px) {
    .footer-category-column {
        display: none !important;
    }
    
    #footer-mobile {
        display: block !important;
    }
    
    .modal-dialog {
        margin: 1rem !important;
        width: calc(100% - 2rem) !important;
    }
}

/* Desktop footer */
@media (min-width: 768px) {
    #footer-mobile {
        display: none !important;
    }
    
    .footer-category-column {
        display: block !important;
    }
}

/* Ensure no horizontal scroll */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Fix any containers that might be too wide */
.row {
    margin-left: 0;
    margin-right: 0;
}

.col-12, .col-md-12, .col-lg-12, .col-xl-12 {
    padding-left: 0;
    padding-right: 0;
}

/* Specific content sections can have constrained width */
.content-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== NAVIGATION CONTAINER CONSISTENCY ===== */
/* Ensure main-nav container behaves exactly like top-header container */
.main-nav .container {
    /* Use the same container behavior as top-header */
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Ensure nav-content doesn't override container constraints */
.main-nav .nav-content {
    width: 100%;
    max-width: none;
}