/* Minification failed. Returning unminified contents.
(635,23): run-time error CSS1038: Expected hex color, found '#2222'
(648,27): run-time error CSS1038: Expected hex color, found '#2222'
(662,27): run-time error CSS1038: Expected hex color, found '#2222'
(1186,23): run-time error CSS1038: Expected hex color, found '#2222'
 */
.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(0,0,0,.1);
}

.navbar-default .navbar-text {
    color: #666;
    margin-bottom: 10px;
}

.navbar-default {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

    .navbar-default .navbar-nav > li:hover {
        background-color: rgba(0,0,0,.1);
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #666;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: rgba(0,0,0,.1);
        color: #666;
    }

.navbar-right .navbar-nav > li > a:hover {
    background-color: rgba(0,0,0,.1);
}

.btn.btn-default.btn-sm.navbar-btn {
    font-size: 14px;
    border-radius: 2px;
    padding: 2px 10px;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #666;
}

    .navbar-default .navbar-brand:hover {
        background-color: rgba(0,0,0,.1);
    }

.navbar-default .navbar-toggle {
    border: 0;
    border-radius: 0;
    color: #666;
    margin: 0 0 0 0;
    height: 50px;
    padding: 15px 15px;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: rgba(0,0,0,.1);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #666;
    }

.navbar-collapse {
    border-top: 0;
}


/* Secondary Navigation */


.nav-secondary .nav-pills > li > a {
    color: #666;
}

.nav-secondary .form-control {
    background-color: rgba(255,255,255,.25);
    border: 1PX solid rgba(0,0,0,.25);
    margin-right: 2px;
    color: #666;
}

    .nav-secondary .form-control:focus {
        color: #666;
    }

    .nav-secondary .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #666;
    }

    .nav-secondary .form-control::-webkit-input-placeholder { /* Microsoft Edge */
        color: #666;
    }

    .nav-secondary .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 (single colon syntax) */
        color: #666;
    }

.nav-secondary form .btn, .nav-secondary form .btn:focus, .nav-secondary form .btn:active {
    background-color: rgba(255,255,255,.25);
    border: 1px solid rgba(0,0,0,.25);
    color: #666;
}

.nav-secondary .btn-group.open .dropdown-toggle, .nav-secondary .btn-group.open .dropdown-toggle:active:focus {
    box-shadow: none;
}

.nav-secondary form .btn:hover {
    background-color: rgba(255,255,255,.35);
}

.btn-info.green {
    background-color: #009933;
    border-color: #00bb33;
}

.btn-info.red {
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-info:focus,
.btn-info.focus {
    background-color: #00bb33;
    border-color: #31cc33;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #00bb33;
    border-color: #31cc33;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #00bb33;
    border-color: #31cc33;
}

.payment-form-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

    .payment-form-wrapper.expanded {
        max-height: 1000px;
        transition: 0.3s all ease-in-out;
    }

    .payment-form-wrapper .payment-form {
        float: left;
        width: 100%;
        padding: 10px 0 0 0;
    }

.card-details-wrap {
    float: left;
    width: 100%;
    border-radius: 5px;
    background: #c2f0c2;
    border: 1px solid #239023;
    padding: 20px;
    margin-bottom: 10px;
}

    .card-details-wrap .fieldset,
    .card-details-wrap .fieldset .label-wrap,
    .card-details-wrap .fieldset .field-wrap,
    .card-details-wrap .fieldset .field-wrap input.full {
        float: left;
        width: 100%;
    }

    .card-details-wrap .fieldset {
        margin-bottom: 15px;
    }

    .card-details-wrap ::-webkit-input-placeholder { /* Edge */
        color: #c8c8c8;
    }

    .card-details-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #c8c8c8;
    }

    .card-details-wrap ::placeholder {
        color: #c8c8c8;
    }

    .card-details-wrap .fieldset .label-wrap label {
        font-weight: normal;
        font-size: 12px;
    }

    .card-details-wrap .fieldset .label-wrap.cnum {
        width: 68%;
        font-weight: normal;
        font-size: 12px;
    }

    .card-details-wrap .fieldset .label-wrap.cexp {
        width: 20%;
        font-weight: normal;
        font-size: 12px;
    }

    .card-details-wrap .fieldset .label-wrap.csec {
        width: 12%;
        font-weight: normal;
        font-size: 12px;
    }

    .card-details-wrap .fieldset .field-wrap {
        border-radius: 5px;
        background: #fff;
        padding: 5px;
    }

        .card-details-wrap .fieldset .field-wrap input[type="text"],
        .card-details-wrap .fieldset .field-wrap input[type="number"] {
            padding: 5px 10px;
            border-radius: 5px;
        }

        .card-details-wrap .fieldset .field-wrap.card input[type="text"],
        .card-details-wrap .fieldset .field-wrap.card input[type="number"] {
            float: left;
            width: auto;
            border: 0px solid #e8e8e8;
            padding: 5px 10px;
        }

        .card-details-wrap .fieldset .field-wrap.card input.card-input {
            border-right: 1px solid #e8e8e8;
            width: 68%;
            border-radius: 5px 0 0 5px;
        }

        .card-details-wrap .fieldset .field-wrap.card input.expiry {
            width: 10%;
        }

            .card-details-wrap .fieldset .field-wrap.card input.expiry.mm {
                text-align: center;
                border-radius: 0px;
                border-right: 1px solid #e8e8e8;
            }

            .card-details-wrap .fieldset .field-wrap.card input.expiry.yy {
                text-align: center;
                border-radius: 0px;
                border-right: 1px solid #e8e8e8;
            }

        .card-details-wrap .fieldset .field-wrap.card input.security {
            width: 12%;
            text-align: center;
            border-radius: 0 5px 0 5px;
        }

        .card-details-wrap .fieldset .field-wrap input[type="text"]:focus,
        .card-details-wrap .fieldset .field-wrap input[type="number"]:focus {
            border: 1px solid #e8e8e8;
        }

        .card-details-wrap .fieldset .field-wrap input[type="text"].sageRequired,
        .card-details-wrap .fieldset .field-wrap input[type="number"].sageRequired {
            border: 1px solid red !important;
        }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #666;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #666;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li:hover {
        background-color: rgba(0,0,0,.1);
    }

    .navbar-default .navbar-nav > li.dropdown:hover {
        background-color: transparent;
    }
}

.event-row .event-row__thumbnails.description {
    font-size: 14px;
    color: #666;
}




.button-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0px;
    margin: 20px auto;
    margin-right: -20px !important;
}

.button-grid3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media(max-width: 1400px) {
    .button-grid3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        width: 100%;
    }
}


@media (max-width: 1000px) {
    .button-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0px;
        align-content: center;
        justify-items: center;
        width: 20%;
    }

        .button-grid > *:nth-child(n+5) {
            display: none;
        }

    .grid-button {
        height: 35px;
        width: 5%;
    }
}

.grid-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #B0C4D9;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 14px;
    cursor: pointer;
}



.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-button:hover {
    background-color: #4A6B88;
    transform: scale(1.05);
}


@media (max-width: 1400px) {
    .button-grid {
        display: none;
        width: 100% !important;
    }
}

@media (min-width: 1000px) {
    .button-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.grid-button {
    font-size: 15px;
}



@media (min-width: 1200px) {
    .button-grid {
        grid-template-columns: repeat(8, 1fr);
    }
}


@media (max-width: 1200px) {
    .button-grid {
        display: none;
    }
}


@media (max-width: 1024px) {
    .button-link {
        display: none;
    }
}

.button-link:hover {
    background-color: #4A6B88;
}

.button-link:active {
    background-color: #39556A;
}

.mobile-float-bottom-right {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50% !important;
    text-align: center;
}

.grid-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
    font-size: 13px;
    height: 35px;
    width: 150px;
}

.grid-button6 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    color: #282828;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 14px;
    height: 40px;
    width: 660px;
    font-weight: bold;
    margin-top: -5px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

    .grid-button6:hover {
        background-color: #d4d4d4;
        color: black;
    }


@media screen and (max-width: 768px) {
    .grid-button6 {
        width: 150px;
        height: 50px;
        font-size: 12px;
        padding: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .grid-button6 {
        font-size: 10px;
        height: 40px;
    }
}

.grid-button:hover {
    background-color: #f6f6f6 !important;
    color: black !important;
}


.responsive-brands-section {
    display: none;
}

.toggle-brands-btn2 {
    display: inline-block;
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
    border-color: #cccccc;
    cursor: pointer;
    margin-top: 10px;
}



@media (max-width: 1400px) {
    .responsive-brands-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        gap: 15px;
    }

    .toggle-brands-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        background-color: #f8f9fa;
        color: #212529;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        cursor: pointer;
        height: 40px;
        width: 100%;
        margin-top: 10px;
        transition: all 0.3s ease;
    }

        .toggle-brands-btn:hover {
            background-color: #e9ecef;
            color: #000;
            border-color: #ced4da;
        }

    .grid-button6 {
        width: 100% !important;
        height: 50px !important;
        font-size: 14px !important;
        padding: 12px !important;
        margin-top: 10px !important;
        background-color: #f8f9fa;
        color: #333333;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }

        .grid-button6:hover {
            background-color: #f0f0f0;
            color: #000;
            border-color: #bfbfbf;
        }

        .grid-button6 .holly-image,
        .grid-button6 .holly-image2 {
            display: none;
        }

        .grid-button6 .button-content {
            flex-direction: column !important;
            text-align: center;
        }
}


.responsive-brands-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow-y: auto;
    background-color: white;
    border: 1px solid transparent;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: fit-content;
}


.responsive-brand-item {
    display: block;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    color: #333;
    border-bottom: 3px solid #f5f5f5;
}


.responsive-brands-list2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow-y: auto;
    background-color: white;
    border: 1px solid transparent;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: fit-content;
}


.responsive-brand-item2 {
    display: block;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    color: #333;
    border-bottom: 3px solid #f5f5f5;
}

.responsive-brand-item:hover {
    background-color: #f0f0f0;
}


/*New search bar*/

.bordertester {
    display: flex;
    align-items: center;
    border: 1px solid #2222;
    width: 650px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
}

@media (max-width: 1200px) {

    .bordertester {
        display: flex;
        align-items: center;
        border: 1px solid #2222;
        width: 400px;
        padding: 0;
        overflow: hidden;
        position: relative;
        margin-left: 30px;
    }
}

@media (max-width: 1000px) {

    .bordertester {
        display: flex;
        align-items: center;
        border: 1px solid #2222;
        width: 280px;
        padding: 0;
        overflow: hidden;
        position: relative;
        margin-left: 30px;
    }
}

@media (max-width: 768px) {

    .bordertester {
        display: none;
    }

    .input-group {
        width: 100% !important;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .bordertester2 {
        display: flex !important;
    }
}


@media (max-width: 1200px) {
    .responsive-brands-section {
        display: block;
        position: relative;
    }


    .toggle-brands-btn2 {
        display: inline-block;
        font-size: 16px;
        background-color: #ffffff;
        color: #333333;
        border-color: #cccccc;
        cursor: pointer;
        margin-top: 10px;
    }

    .responsive-brands-list2 {
        display: inline-block !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        overflow-y: auto;
        background-color: white;
        border: 1px solid transparent;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        height: fit-content;
    }
}


.burger-toggle-btn {
    background-color: white;
    border: none;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}

.icon-bar {
    background-color: black !important;
    width: 20px;
    height: 2px;
    background-color: white;
    margin: 3px 0;
    transition: all 0.3s ease;
}


.burger-menu {
    position: fixed;
    top: 0;
    left: -78%;
    width: 78%;
    height: 100%;
    background-color: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 1500;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.account-menu {
    position: fixed;
    top: 0;
    right: -78%;
    width: 78%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    z-index: 1000;
}


.burger-item {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    width: 100%;
    padding: 0px 0;
}

.burger-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #f2f2f2;
    color: #333;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .burger-btn:hover {
        background-color: #bcbcbc;
    }



.burger-btn-reg {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #f2f2f2;
    color: #333;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}



.burger-btn-signin {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #b70e0c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .burger-btn-signin:hover {
        background-color: #bcbcbc;
    }





.burger-item:hover {
    background-color: #f5f5f5;
}

.burger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1400;
}

@media (max-width: 768px) {
    .burger-menu-wrapper {
        display: block !important;
    }
}

@media (max-width: 5000px) {
    .burger-menu-wrapper {
        display: none;
    }
}



.burger-accordion {
    background-color: white;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}


.burger-accordion-panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: visible !important;
}


.account-close-btn {
    display: none;
}


.account-menu {
    position: fixed;
    top: 0;
    right: -78%;
    width: 78%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    z-index: 5100;
}

    .account-menu.open {
        right: 0;
    }

        .account-menu.open .account-close-btn {
            display: flex;
            position: fixed;
            top: 10px;
            left: 10px;
            color: darkred;
            cursor: pointer;
            z-index: 1500;
            background-color: white;
            border: none;
            border-radius: 500px;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            Vertical-align: middle;
        }

.account-close-btn:hover {
    background-color: #f1f1f1;
    color: #007BFF;
}

@media (max-width: 768px) {
    .account-toggle-btn {
        display: block !important;
    }
}

@media (max-width: 5000px) {
    .account-toggle-btn {
        display: none;
    }

    .account-close-btn {
        display: none;
    }
}

.account-close-btn {
    display: none;
}


@media (max-width: 5000px) {
    .account-toggle-btn {
        display: none;
    }

    .burger-close-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .header--style2 .navbar-brand {
        max-width: 70% !important;
    }
}

.mobilebidbutton {
    display: none;
}


@media (max-width: 550px) {
    .mobilebidbutton {
        display: block !important;
        background-color: #b70e0c;
        color: #ffffff;
        width: 100%;
        padding: 8px;
        font-size: 17px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        border: none;
        border-radius: 6px;
        transition: outline 0.3s, transform 0.3s;
        margin-top: 10px;
    }

        .mobilebidbutton:hover {
            outline: 2px solid #ffffff;
            transform: scale(1.02);
        }
}

.mobilebidbutton2 {
    display: block !important;
    background-color: #b70e0c;
    color: #ffffff;
    width: 100%;
    padding: 8px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    transition: outline 0.3s, transform 0.3s;
}

    .mobilebidbutton2:hover {
        outline: 2px solid #ffffff;
        transform: scale(1.02);
    }




.unique-search-bar-container {
    width: 100%;
}

.unique-search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
}

.unique-search-bar-input {
    flex: 1;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    outline: none;
    background-color: transparent;
    height: 46px;
}

    .unique-search-bar-input::placeholder {
        color: #bbb;
    }

.unique-search-bar-button {
    border: none;
    background-color: #b70e0c;
    color: #ffffff;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    height: 87%;
    margin: 3px;
    border-radius: 8px;
}

    .unique-search-bar-button:hover {
        background-color: #990000;
    }

    .unique-search-bar-button i {
        font-size: 16px;
    }

@media (max-width: 764px) {
    .unique-search-bar-container {
        display: block;
    }
}





@media (max-width: 768px) {

    .input-group2 {
        display: flex !important;
        width: 100% !important;
        margin-top: 15px;
        margin-bottom: 8px;
    }
}



.bordertester2 {
    display: none;
}


#panel1 .nav,
#panel1 .nav > li,
#panel2 .nav,
#panel2 .nav > li {
    float: left;
    width: 100% !important;
}



    #panel1 .nav > li > a,
    #panel2 .nav > li > a {
        padding: 5px 0 !important;
        color: #000 !important;
        width: 100% !important;
    }



        #panel1 .nav > li > a .badge,
        #panel2 .nav > li > a .badge {
            background: #b70e0c;
            color: #ffffff;
            float: right;
        }


/*@media (min-width: 551px) {
    #customModal {
        display: none !important;
    }

    .fa-circle-info {
        display: none !important;
    }
} */


/* chatbot position for mobiles - align left */
@media (max-width: 768px) {

    #chatbase-message-bubbles,
    #chatbase-bubble-button {
        right: unset !important;
        left: 1rem !important;
    }
}




/*Header Navigation Style 2 - Inline styling moved here*/

.search-bar2 {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    outline: none;
    margin: 0;
    margin-left: 10px;
}

    .search-bar2::placeholder {
        color: gray;
    }


.magnifying-glass-btn {
    background-color: #b70e0c;
    border: 0px solid #2222;
    width: 50px;
    margin: 3px;
    height: 87%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

    .magnifying-glass-btn i {
        color: white;
        font-size: 16px;
    }

.bordertester:focus-within {
    border-color: #ccc;
}

.custom-dropdown-wrapper {
    position: relative;
}

.custom-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    color: #333333;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

    .custom-dropdown-toggle:hover {
        background-color: #0056b3;
    }

    .custom-dropdown-toggle .custom-caret {
        margin-left: 8px;
        border-top: 4px solid #fff;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        width: 0;
        height: 0;
        display: inline-block;
    }

.custom-dropdown-menu {
    display: none;
    position: fixed;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    width: 100%;
    border-radius: 8px;
}

.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
}

.custom-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-menu-item {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

    .custom-menu-item:last-child {
        margin-bottom: 0;
    }

.searchdiv {
    margin-top: 5px;
    width: 50%;
    border-radius: 10px
}

.burger-item,
.burger-accordion {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    width: 100%;
    padding: 0px 8px;
    box-sizing: border-box;
    background-color: white;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .burger-item i,
    .burger-accordion i {
        flex-shrink: 0;
        margin-right: 0;
        width: 20px;
        text-align: center;
    }

    .burger-item span,
    .burger-accordion span {
        flex-grow: 1;
        text-align: left;
    }


    .burger-item:hover,
    .burger-accordion:hover {
        background-color: #f5f5f5;
    }


.burger-accordion-panel {
    padding: 10px;
    background-color: white;
    display: none;
}


.burger-accordion i.accordion-arrow {
    margin-left: auto;
}


.account-menu-wrapper {
    position: relative;
}


.account-toggle-btn {
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 1001;
    background: none;
    border: none;
}


.account-menu {
    position: fixed;
    top: 0;
    right: -78%;
    width: 78%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    z-index: 5501;
    padding: 20px;
}


    .account-menu a {
        margin: 0.5rem 0;
        text-decoration: none;
        color: #333;
        font-size: 1rem;
    }

        .account-menu a:hover {
            color: #007BFF;
        }


.account-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 5000;
}

.burger-close-btn {
    display: none;
    position: fixed !important;
    top: 10px;
    right: 20px;
    color: darkred;
    cursor: pointer;
    z-index: 1500;
    background-color: white;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center !important;
    font-size: 1.5rem;
    Vertical-align: middle;
}

    .burger-close-btn.visible {
        display: flex !important;
    }

    .burger-close-btn:hover {
        background-color: #f1f1f1;
        color: #007BFF;
    }

.hidden6 {
    display: none;
}

.view-all-button {
    margin-top: 10px;
    cursor: pointer;
    background-color: #f2f2f2;
    color: black;
    padding: 0;
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 8px;
}

.hide-all-button {
    margin-top: 10px;
    cursor: pointer;
    margin-top: 10px;
    cursor: pointer;
    background-color: #f2f2f2;
    color: black;
    padding: 0;
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 8px;
}



.custom-dropdown-button {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: inherit;
    cursor: pointer;
}


    .custom-dropdown-button:focus {
        outline: none;
        box-shadow: none;
    }

    .custom-dropdown-button i {
        margin: 0 10px;
        font-size: 18px;
    }


.accordion-arrow {
    margin-left: auto;
    font-size: 16px;
}

.custom-dropdown-button:hover {
    background-color: transparent;
    color: #007bff;
}


.dropdown-menu {
    margin-top: 0;
    padding: 10px;
    border-radius: 5px;
}

.panel {
    border: none !important;
}

.badge {
    font-size: 12px !important;
}

.button-link {
    display: block !important;
    background-color: green !important;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    height: 20% !important;
    cursor: pointer;
    width: 40% !important;
    position: absolute;
    bottom: 0;
    left: 60% !important;
}


.button-link {
    display: none;
    background-color: green !important;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    height: 12% !important;
    cursor: pointer;
    width: 40% !important;
    position: absolute;
    bottom: 0;
    left: 60% !important;
}




    .button-link:hover {
        background-color: #0056b3;
    }

    .button-link:active {
        background-color: #004080;
    }

.mobile-float-bottom-right {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50% !important;
    text-align: center;
}

.grid-button:hover {
    background-color: #222222;
}

.container5 {
    position: relative;
    display: inline-block;
    padding: 10px;
    overflow: visible;
    width: 400px;
}

.Thumbnails {
    display: block;
    max-width: 100%;
    height: auto;
}

.arrow5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #034db1;
    border-radius: 25%;
    user-select: none;
    z-index: 10;
    /*background-color: rgba(255,255,255,0.2);*/
}

    .arrow5:hover {
        color: red;
    }

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
}

.search-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.Malsbackbutton {
    border: none;
    background: none;
    color: black;
    font-size: 24px;
    cursor: pointer;
    display: none;
    width: 40px;
    text-align: center;
}

.search-container {
    width: 100%;
}

.unique-search-bar {
    width: 100%;
}

.unique-search-bar-input {
    width: 100%;
}




/*END*/

/*Kens View History Styles*/

.h3title {
    margin: 12px;
    padding-bottom: 10px;
}

.recently-viewed-catalog {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    background-color: white;
    max-width: 1400px;
    margin: 15px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recently-viewed-items {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px 0;
    text-overflow: ellipsis;
}

.recently-viewed-item {
    border: 1px solid #ddd;
    width: 160px;
    margin-bottom: 1px;
    text-overflow: ellipsis;
}

.gallery-cell {
    width: 200px;
    margin-right: 10px;
    text-overflow: ellipsis;
}

@media (max-width: 450px) {
    .gallery-cell {
        width: 140px;
        margin-right: 10px;
    }
}

.item-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
}


.item-title {
    font-size: 12px;
    text-align: center;
    color: black;
    margin-top: 8px;
}

#clearHistory {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #fff;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 12px;
    float: right;
}

    #clearHistory:hover {
        background-color: #eee;
    }

.flickity-button {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .flickity-button {
        width: 25px;
        height: 25px;
        opacity: 0.9;
        position: relative;
        top: 10px;
    }

    .flickity-prev-next-button.previous {
        left: -5px;
    }

    .flickity-prev-next-button.next {
        right: -5px;
    }

    .flickity-button-icon {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 480px) {
    .flickity-button {
        width: 20px;
        height: 20px;
    }

    .flickity-button-icon {
        transform: scale(0.9);
    }

    .flickity-prev-next-button.previous {
        left: -8px;
    }

    .flickity-prev-next-button.next {
        right: -8px;
    }
}

/*End*/
