body {
    font-family: 'ralewayregular' !important;
}

html {
    scroll-behavior: smooth;
}
/*Override for Padding between header and body*/
.grid-container {
    /*padding-top: 30px;*/
}

select {
    font-size: 14px;
}

a[href], button, .button, .btn, [role="button"] {
    cursor: pointer !important;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'ralewayregular', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'ralewayregular', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
    h3::after {
        content: "";
        display: block;
        height: 8px;
        margin-bottom: 5px;
        font-family: 'ralewayregular', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    }
h5 {
    font-size: 17px;
    font-weight: bold;
    font-family: 'ralewayregular', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}


.tabbed-content {
    font-size: 13px;
}
.tabbed-heading {
    font-size: 13px;
    font-weight: bold;
}
.callout.primary {
    background: #393936 !important;
    /* position: unset; */
    color: white;
    height: 55px;
}

.callout-oso.primary {
    background: #F8C822 !important;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.callout-oso {
    background-color: rgb(254.85, 254.85, 254.85);
    color: #0a0a0a;
    position: relative;
    /* margin: 0 0 1rem 0; */
    padding: 1px;
    padding-top: 11px;
    /* border: 1px solid rgba(10, 10, 10, .25); */
    border-radius: 0;
    height:55px;
}

    .callout-oso h3 {
        margin-bottom: 2px;
        margin-top: 20px;
        font-size: 13px;
    }

.button-yellow {
    background: #ffc300 !important;
    margin-bottom: 5px;
    margin-top: 10px;
    color: white;
    font-size: 17px;
    height: 35px;
}

    .button-yellow:hover {
        background-color: #0078D4; /* A richer blue */
        box-shadow: 0 0 5px rgba(0, 120, 212, 0.5); /* Adds glow */
        transform: scale(1.02); /* Slight zoom */
        transition: all 0.2s ease-in-out;
        border: 1px solid #ffae00;
    }

.button-dark-grey {
    background: #393936 !important;
    margin-bottom: 5px;
    margin-top: 10px;
    color: white;
    font-size: 17px;
    height: 35px;
}

    .button-dark-grey:hover {
        background-color: #0078D4; /* A richer blue */
        box-shadow: 0 0 5px rgba(0, 120, 212, 0.5); /* Adds glow */
        transform: scale(1.02); /* Slight zoom */
        transition: all 0.2s ease-in-out;
        border: 1px solid #ffae00;
    }
.button.primary {
    background-color: #393936;
    border-radius: 3px;
}
.button.primary:hover {
    background-color: #393936; /* A richer blue */
    box-shadow: 0 0 5px rgba(0, 120, 212, 0.5); /* Adds glow */
    transform: scale(1.02); /* Slight zoom */
    transition: all 0.2s ease-in-out;
    border: 1px solid #ffae00;
}
.button.secondary:hover {
    background-color: #393936; /* A richer blue */
    box-shadow: 0 0 5px rgba(0, 120, 212, 0.5); /* Adds glow */
    transform: scale(1.02); /* Slight zoom */
    transition: all 0.2s ease-in-out;
    border: 1px solid #ffae00;
}


.toggle-btn {
    margin-top: 5px;
    background-color: #ffc300 !important;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 4px;
}

    .toggle-btn:hover {
        background-color: #005A9E;
    }


.st-theme-elite.st-vertical {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 4px;
}
.st-theme-elite > .nav {
     border-bottom: none ;
}
.cart-description .short-text,
.cart-description .full-text {
    display: inline;
    font-size: 0.95em;
    line-height: 1.4;
    color: #333;
}

.cart-description .short-text {
    font-weight: 400;
    font-size: 13px;
}

.cart-description .full-text {
    font-weight: 400;
    font-size: 13px;
}

.cart-description .toggle-btn {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    background-color: #ffc300;
    color: black;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.85em;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

    .cart-description .toggle-btn:hover {
        background-color: #005A9E;
    }

/*.whatsapp {
    
    position: fixed;
    bottom: 2%;
    transform: translateY(-50%);*/
    /* 👇 key line */
    /*right: calc((100vw - 1200px) / 2 + -45px);
    z-index: 1000;
}

.whatsapp_icon {
    width: 50px;
}*/

.whatsapp {
    position: fixed;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    right: 20px;
    z-index: 1000;
}
.whatsapp_icon {
    width: 50px;
    height: 50px;
    display: block;
    /*border-radius: 50%;*/
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.3);*/
    transition: transform 0.2s ease;
}

.whatsapp_icon:hover {
    transform: scale(1.1);
}
.h6 {
    font-size: 14px;
    font-weight: bold;
}

.squaremeter {
    color: white;
    padding-left: 10px;
    top: -0.45em;
    font-family: 'ralewayextralight';
}

    .squaremeter sup {
        color: white;
        top: -0.45em;
        font-family: 'ralewayextralight';
    }


/*.header-info {*/
    .header-bar {
        background-color: #393936;
        color: white;
        height: 122px;
        font-size: 5pt !important;
        line-height: 45px;
    }
    /* Base menu styling */
    .dropdown.menu {
        background-color: #393936;
    }
      
        /* Top-level menu items */
        .dropdown.menu > li > a,
        .dropdown.menu > li.is-dropdown-submenu-parent > a {
            color: white;
            font-weight: 400;
            padding: 0.75rem 0.8rem;
            transition: background-color 0.2s ease-in-out;
            font-size: 13px;
            padding-right: 1.5rem;
        }
        .dropdown.menu > li.is-active > a {
            color: #ffc300;
        }
        .dropdown.menu > li > a:hover {
            background-color: #2e3332;
            color: #ffc300;
        }
        /* Submenu container */
        .dropdown.menu .menu.vertical {
            background-color: #2e3332;
            border: 1px solid #2e3332;
            padding: 0.5rem 0;
            min-width: 180px;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease, visibility 0.2s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        }
            /* Submenu items */
            .dropdown.menu .menu.vertical li a {
                color: white;
                padding: 0.5rem 1rem;
                font-weight: 500;
                font-size: 13px;
            }

                .dropdown.menu .menu.vertical li a:hover {
                    background-color: #e6f0ff;
                    color: #393936;
                }
        /* Optional: ensure parent li is relatively positioned */
        .dropdown.menu > li {
            position: relative;
            padding: 0px;
        }
            /* Optional: Add hover delay and styling */
            .dropdown.menu > li > ul {
                transition: opacity 0.2s ease-in-out;
            }

            .dropdown.menu > li:hover > ul {
                display: block;
                opacity: 1;
            }

            .dropdown.menu > li:hover .menu.vertical {
                opacity: 1;
                visibility: visible;
            }
        .sticky {
            z-index: 1000;
        }
    .dropdown.menu .submenu {
        z-index: 2000;
    }
    .header-info,
    .header-bar-wrapper {
        overflow: visible;
    }

.top-bar {
    background-color: #393936;
    position: relative;
    z-index: 1001;
}

.search-label {
    color: white;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.modal-search {
    padding-left: 15px;
    padding-right: 15px;
}

#searchModal {
    height: 550px;
    overflow-y: auto;
}
.is-submenu-item.is-dropdown-submenu-item {
    width: 220px;
    z-index: 99999 !important;
}

    .home-search-button-container {
        padding-top: 15px;
        display: flex;
        gap: 1rem;
    }

    span.error, small.error {
        display: block;
        font-size: 0.75rem;
        font-style: italic;
        font-weight: bold;
        padding: 0.375rem 0.5625rem 0.5625rem;
        /* background: #f04124; */
        color: #ebc53b !important;
        margin-left: 10px;
        /*width: 27px;*/
        /*float: right;*/
    }

.privacy-toast-holder {
    bottom: 2rem;
    position: fixed;
    top: auto;
    z-index: 40;
    width: 400px;
    left: 50%;
    transform: translateX(-50%);
}

    .privacy-toast-message {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
        max-width: 100rem;
        width: 100%;
        grid-column-gap: 2rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        background: #fff;
        border-radius: .8rem;
        -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, .4);
        box-shadow: 0 3px 21px rgba(0, 0, 0, .4);
        justify-content: space-between;
        padding: .8rem 1rem;
    }

    .privacy-toast-message__heading {
        font-size: .8rem;
        font-weight: 600;
        grid-column: 1 / -1;
        margin: 0 auto .7em 0;
        text-align: left;
    }

    .privacy-toast-message__content {
        font-size: .75rem;
        grid-column: 1 / -1;
        margin-bottom: 1rem;
        text-align: left;
    }

    .breadcrumbs, .crumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .breadcrumbs {
        list-style: none;
        padding-left: 0;
    }

        .breadcrumbs li:not(:last-child)::after {
            position: relative;
            margin: 0px;
            opacity: 1;
            content: "";
            color: #cacaca;
        }

    .txt-heading-2, h2 {
        font-size: 18px;
    }

    .txt-heading-1, .txt-heading-2, h1, h2 {
        font-weight: bold;
        letter-spacing: normal;
        font-size: 18px;
    }

    .card-header {
        text-align: right;
        font-weight: bold;
        text-transform: uppercase;
        align-items: center;
    }

    .breadcrumbs a {
        color: #0a0a0a !important;
        font-size: 12px;
        font-weight: bold;
        margin-right: 10px;
    }

    .crumb__ico {
        color: #0a0a0a !important;
        height: 10px;
        margin: 0px;
        width: 2px;
    }

    .crumb__link {
        color: #0a0a0a !important;
    }

    .txt-small-regular {
        font-weight: normal;
    }

    .txt-small-regular, .txt-small-semi-bold {
        font-size: 10px;
        letter-spacing: normal;
    }

.search-filter-bar {
    background-color: #2e3332;
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 9;
}

.filter-inner {
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 10px;
}

.filter-search-icon {
    color: #888;
    font-size: 16px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 11px;
    color: #333;
    margin: 4px 5px 4px 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.15s ease;
}

    .filter-tag:hover {
        background-color: #d0d0d0;
    }

    .filter-tag .remove-tag {
        margin-left: 6px;
        color: #777;
        text-decoration: none;
        font-weight: bold;
        line-height: 1;
        font-size: 16px;
    }

        .filter-tag .remove-tag:hover {
            color: #d9534f;
        }

    /*.filter-tag .remove-tag {
        color: #888;*/
        /*margin-left: 5px;*/
        /*text-decoration: none;
        font-size: 22px;
    }*/

.filter-add {
    color: white;
    font-size: 13px;
    cursor: pointer;
}

.filter-right {
    margin-left: auto;
    display: flex;
    gap: 8px;
}
.button.hollow:focus,
.button.hollow:hover {
    border-color: #ffc300;
    color: white;
}
.button.yellow:focus,
.button.yellow:hover {
    border-color: #ffc300;
    color: #ffc300;
}

.button yellow small filter-btn {
    border: 1px solid #ffc300;
    color: black;
}


.filter-right .filter-btn {
    /*border-color: white;*/
    color: white;
    border-radius: 20px;
    font-size: 13px;
    padding: 5px 16px;
    margin: 0;
    width: 100px;
}

        .filter-right .filter-btn:hover {
            background-color: #e0e0e0;
            border-color: #bbb;
        }