.btn-outline-secondary {
    --bs-btn-color: #D4B02A;
    --bs-btn-border-color: #D4B02A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D4B02A;
    --bs-btn-hover-border-color: #D4B02A;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D4B02A;
    --bs-btn-active-border-color: #D4B02A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #D4B02A;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #D4B02A;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #D4B02A;
}

html {
    font-size: 14px;
}

* {
    font-family: Montserrat;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.sidebar-mobile {
    display: none;
}

.sidebar-desktop {
    display: block;
}

@media (max-width: 767px) {
    .sidebar-mobile {
        display: block !important;
    }

    .sidebar-desktop {
        display: none !important;
    }

    .pagination-basic {
        flex-wrap: wrap;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.search-input {
    border: 0px;
    border-bottom: 2px solid #000000;
    outline: none;
    box-shadow: none;
}

.product-container {
    height: 307px; /* Set your desired height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.buy-btn {
    background: #D4B02A;
    border: 0.5px solid #000000;
    border-radius: 7px;
    padding: 1px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

@media(max-width: 576px) {
    .thumbnail-image {
        height: inherit !important;
    }
}

.menu-item:focus {
    outline: none;
    box-shadow: none;
}

.sub-cat-title {
    padding: 15px 0px 0px 30px;
}

.collapse-ul {
    padding: 12px;
    padding-top: 0px;
}

.ml-18px {
    margin-right: 18px;
}

.nav-menu-icons {
    font-size: 30px;
    padding-top: 9px;
}

.cart-count {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 50%;
    top: 2px;
    color: #FFFFFF;
    transform: translateX(-20%);
}

@media(max-width: 1180px) {
    .cart-count {
        position: absolute;
        font-size: 10px;
        font-weight: bold;
        left: 50%;
        top: 2px;
        color: #FFFFFF;
    }
}

.footer-heading {
    font-weight: bold;
    font-size: 18px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.email-search {
    border-bottom: 2px solid #D4B02A;
}

.footer-social-menu {
    padding: 0px;
    margin-top: 15px;
}

    .footer-social-menu li {
        float: left;
        list-style: none;
        margin-right: 25px;
    }

.footer-info-text {
    font-family: Montserrat;
    font-size: 14px;
}

.btn-add-to-card {
    padding: 3px 30px;
    background: #D4B02A;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

.accordian-btn-icon:not(.collapsed) {
    color: #000000 !important;
    background-color: transparent !important;
}

.accordian-btn-icon.collapsed::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-top: 2px;
    background-image: none !important;
    margin-right: 10px;
}

.accordian-btn-icon::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    margin-top: 2px;
    background-image: none !important;
    margin-right: 10px;
}

.accordion-button.accordian-btn-icon:focus {
    outline: none !important;
    box-shadow: none;
}

.attributes ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #707070;
}

.product-colors {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 2px;
}

.checkout-heading {
    background: #000000;
    color: #FFFFFF;
    padding: 25px 30px;
    font-family: Montserrat;
}

.account-heading {
    background: #F4F4F4;
    padding: 25px 30px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.address-section {
    border: 1px solid #CCCACA;
}

.address-fields input {
    border: 1px solid #CCCACA !important;
    border-radius: 0px;
}

    .address-fields input:focus {
        outline: none;
        box-shadow: none;
    }

.checkbox {
    accent-color: #D4B02A;
    height: 20px;
    width: 20px;
}

.shipping-section ul li {
    list-style: none;
    accent-color: #D4B02A;
    border: 1px solid #CCCACA;
}

.shipping-section ul {
    padding: 0px;
}

.bt-none {
    border-top: none !important;
}

.btn-control {
    background: #D4B02A;
    border: none;
    border-radius: 7px;
    padding: 10px 60px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

    .btn-control:hover {
        background: #D4B02A;
        opacity: 80%;
    }

.btn-continue-shopping {
    background: black;
    border: none;
    border-radius: 7px;
    padding: 10px 60px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.payment-section ul li {
    list-style: none;
    accent-color: #D4B02A;
}

.payment-section ul {
    padding: 0px;
}

.order-details {
    border: 1px solid #CCCACA;
    border-top: none;
    font-weight: 400;
}

.order-details-bb {
    border-bottom: 1px solid #CCCACA;
}

.order-details-items {
    font-size: 14px;
}

.account-fields input {
    border: 1px solid #CCCACA !important;
    border-radius: 0px;
}

    .account-fields input:focus {
        outline: none;
        box-shadow: none;
    }



.product {
    transition: transform .2s; /* Animation */
}

    .product:hover {
        cursor: pointer;
        transform: scale(1.02);
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

.page-link {
    color: #000000;
}

.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

.fw-semi-bold {
    font-weight: 600;
}

.quantity {
    border: 1px solid #EFEFEF;
    border-radius: 7px;
}

.form-control.text-center.quantity {
    padding: 0px;
}

.quantity-main {
    display: flex;
    align-items: center;
}

.quantity button {
    border: none;
    background-color: transparent;
}

.quantity input {
    width: 40px;
    text-align: center;
    border: none;
}

    .quantity input[type=number] {
        -moz-appearance: textfield;
    }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .quantity input:focus {
        outline: none;
    }

.btn-edit {
    background-color: #000000;
    color: #FFFFFF;
}

    .btn-edit:hover {
        color: #FFFFFF;
    }

.btn-remove {
    color: #D1CFCF;
    font-size: 22px;
}

.apply-code {
    background-color: #000000;
    color: #FFFFFF;
    width: 45%;
    border: none;
    border-radius: 5px;
    font-weight: 600 !important;
    padding: 1px !important;
    padding: 3px !important;
}

.discount {
    border: 1px solid #707070;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    margin-top: -1px;
    background-color: white;
}

    .discount input {
        border: none;
        width: 45%;
        left: 0;
    }

        .discount input:focus {
            outline: none;
        }

.h-inherit {
    height: inherit !important;
}

.h-50vh {
    height: 50vh;
}

.quantity-heading {
    margin-right: 10px !important;
}

.privacy-policy .scroll-bar::-webkit-scrollbar-track {
    border-radius: 4px;
}

.scrollbar-thumb::-webkit-scrollbar-track {
    background-color: #E1E5E8;
}

.toast-top-right {
    top: 75px !important;
}

#toast-container {
    z-index: 999 !important;
}

@media(min-width: 380px) and (max-width: 1199px) {

    .toast-top-right {
        bottom: 5px !important;
        top: unset !important;
    }
}

@media(max-width: 768px) {
    .privacy-policy .modal-header {
        justify-content: left !important;
    }

    .privacy-policy .headline, .scroll-bar {
        margin: 0px 10px 0px 0px !important;
    }

    .privacy-policy .modal .modal-dialog {
        height: 88% !important;
        padding: 0px 10px;
    }

    .privacy-policy .agree {
        text-align: center !important;
    }

    .privacy-policy .scroll-bar {
        overflow-y: scroll;
    }
}

.privacy-policy .scroll-bar::-webkit-scrollbar {
    width: 8px;
}

.privacy-policy .scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #D4B02A;
}

.privacy-policy .scroll-bar {
    overflow-y: scroll;
    margin: 0px 60px;
}

.privacy-policy .modal .modal-dialog {
    height: 90%;
}

.privacy-policy .modal-dialog {
    margin: 1.9rem auto;
}

.privacy-policy .modal .modal-content {
    height: 100%;
}

.privacy-policy .headline {
    margin: 0px 60px;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: bolder;
    text-transform: capitalize;
}

.privacy-policy .headline-title {
    font-size: 18px;
    font-weight: bolder;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.privacy-policy .agreebtn {
    color: black !important;
    font-weight: 800;
    background: #D4B02A;
}

    .privacy-policy .agreebtn:hover {
        opacity: 90%;
    }


.header .dropdown-menu[data-bs-popper] {
    left: 0px !important;
}

.account .dropdown-menu[data-bs-popper] {
    left: -40px !important;
}


.footer-menu a {
    text-decoration: none;
    color: #ffffff;
}

.search-container {
    background-color: white;
    border: 1px solid;
    height: 200px;
    position: absolute;
    top: 40px;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.chat-user-box p.user-title {
    color: #343a40;
    font-weight: 500;
}

.chat-user-box p {
    font-size: 13px;
}


@media (min-width: 1200px) {
    .chat-leftsidebar {
        min-width: 380px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .chat-leftsidebar {
        min-width: 280px;
    }
}

.chat-noti-dropdown.active:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f46a6a;
    border-radius: 50%;
    left: 0;
}

.chat-noti-dropdown .btn {
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
}

.chat-search-box .form-control {
    border: 0;
}

.chat-list {
    margin: 0;
}

    .chat-list li.active a {
        background-color: rgba(91, 115, 232, 0.075);
        border-color: transparent;
    }

    .chat-list li a {
        position: relative;
        display: block;
        color: #74788d;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        padding: 12px;
        border-top: 1px solid #f5f6f8;
        border-radius: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
    }

        .chat-list li a:hover {
            background-color: rgba(91, 115, 232, 0.075);
            border-color: transparent;
        }

    .chat-list li .user-img {
        position: relative;
    }

        .chat-list li .user-img .user-status {
            width: 10px;
            height: 10px;
            background-color: #adb5bd;
            border-radius: 50%;
            border: 2px solid #fff;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        .chat-list li .user-img.online .user-status {
            background-color: #34c38f;
        }

        .chat-list li .user-img.away .user-status {
            background-color: #f1b44c;
        }

    .chat-list li.unread a {
        font-weight: 600;
        color: #343a40;
    }

    .chat-list li .unread-message {
        position: absolute;
        display: inline-block;
        left: 16px;
        top: 33px;
    }



.chat-conversation li {
    clear: both;
}

.chat-conversation .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
    border: none;
}

    .chat-conversation .chat-day-title .title {
        display: inline-block;
        background-color: #f5f6f8;
        position: relative;
        z-index: 1;
        padding: 4px 16px;
        border-radius: 30px;
    }

    .chat-conversation .chat-day-title:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        right: 0;
        left: 0;
        background-color: #f5f6f8;
        top: 16px;
    }

    .chat-conversation .chat-day-title .badge {
        font-size: 12px;
    }

.chat-conversation .conversation-list {
    margin-bottom: 24px;
    position: relative;
}

    .chat-conversation .conversation-list .ctext-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }

    .chat-conversation .conversation-list .ctext-wrap-content {
        padding: 12px 20px;
        background-color: rgba(91, 115, 232, 0.1);
        border-radius: 8px;
        color: #74788d;
        position: relative;
    }

        .chat-conversation .conversation-list .ctext-wrap-content:before {
            content: "";
            position: absolute;
            border: 8px solid transparent;
            border-right-color: #fff;
            border-bottom-color: #fff;
            left: -8px;
            bottom: 0;
            top: auto;
        }

    .chat-conversation .conversation-list .conversation-name {
        margin-bottom: 4px;
    }

    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        font-size: 18px;
        padding: 4px;
        color: #74788d;
    }

@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none;
    }
}

.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

.chat-conversation .conversation-list .message-img {
    border-radius: .2rem;
    position: relative;
}

    .chat-conversation .conversation-list .message-img .message-img-list {
        position: relative;
    }

    .chat-conversation .conversation-list .message-img img {
        max-width: 140px;
    }

.chat-conversation .right .conversation-list {
    float: left;
    text-align: left;
}

    .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: #f5f6f8;
        text-align: left;
        border-radius: 8px;
        margin-right: 0;
    }

.right {
    float: right;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
    border: 9px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    left: auto;
    right: -8px;
    bottom: 0;
}

.chat-conversation .right .conversation-list .dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.chat-input-section {
    border-top: 1px solid #f5f6f8;
}

.chat-input {
    border-radius: 30px;
    background-color: #f5f6f8 !important;
    border-color: #f5f6f8 !important;
}

@media (max-width: 575.98px) {
    .chat-send {
        min-width: auto;
    }
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: right;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto;
    /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    padding: 0px !important;
}

    .simplebar-content-wrapper::-webkit-scrollbar,
    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.conversation-bg {
    background-color: #f5f6f8 !important;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
    background-color: #fff !important;
}


.chat-ticket {
    background-color: #f5f6f8 !important;
    border-radius: 15px;
}

    .chat-ticket a {
        text-decoration: none;
    }

.chat-conversation .conversation-list .ctext-wrap-content {
    background-color: #fff;
}


.chat-top-menu {
    background-color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.simplebar-content {
    display: flow-root !important;
}

.chat-conversation .dropstart .dropdown-toggle::before {
    display: none !important;
}

.chat-conversation .dropend .dropdown-toggle::after {
    display: none !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.conversation-text {
    font-size: 18px;
}

.close-chat {
    cursor: pointer;
}

.add-to-card {
    background-color: #D4B02A;
    color: #FFFFFF;
    font-size: 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    visibility: hidden;
}

.blog-border-top {
    border-top-left-radius: 12%;
    border-top-right-radius: 12%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-img-preview {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card {
    border-color: #ffebeb;
    border-width: .5px;
}

.category-title-detail {
    color: #707070;
    font-size: 18px;
}

.category-title-name {
    font-size: 30px;
}

.rounded-10 {
    border-radius: 10%;
}

.shopping-card-detail {
    color: #707070;
    font-size: 15px;
}

.btn-View-cart {
    background-color: #393838;
    color: #FFFFFF;
    font-size: 18px;
}

    .btn-View-cart:hover {
        opacity: 70%;
        background-color: #393838;
    }

.product-item-container:hover .add-to-card {
    visibility: visible;
    background-color: #D4B02A;
    color: #FFFFFF;
    padding: 2px;
    margin-bottom: -1px;
}

.product-item-container {
    min-width: 225px;
}

.image-item-container {
    min-height: 201px;
}

.btn-go-to-checkout {
    background-color: #D4B02A;
    color: #FFFFFF;
    font-size: 18px;
}

    .btn-go-to-checkout:hover {
        opacity: 70%;
        background-color: #D4B02A;
    }

.link-reset {
    text-decoration: none;
    color: inherit;
}

.no-link-style {
    color: black;
}

.image-product-detail {
    border: 1px solid #EFEFEF;
}

.add-to-favourites {
    font-size: 20px;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-collapse-description {
    color: #707070;
}

.accordion-button-description {
    font-size: 20px;
}

.accordion-button-detail {
    font-size: 20px;
}

.accordion-collapse-detail {
    color: #707070;
}

.card-product-discount {
    color: #D4B02A;
}

.order-details {
    background: #F4F4F4;
}

.font-size-18 {
    font-size: 12px;
}

.font-size-19 {
    font-size: 13px;
}

.font-size-20 {
    font-size: 15px;
}

.font-size-21 {
    font-size: 16px;
}

.font-size-22 {
    font-size: 17px;
}

.font-size-23 {
    font-size: 18px;
}

.font-size-24 {
    font-size: 18px;
}

.font-size-25 {
    font-size: 18px;
}

.font-size-26 {
    font-size: 22px;
}

.font-size-27 {
    font-size: 22px;
}

.font-size-28 {
    font-size: 22px;
}

.font-size-29 {
    font-size: 24px;
}

.font-size-30 {
    font-size: 24px;
}

.summary-order-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #F4F4F4;
    padding: 20px 20px 0px 22px;
}

.summary-order-detail {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.btn-checkout-shopping {
    color: white
}

.btn-account-login {
    color: white
}

.card {
    position: relative;
}

.product-buy-button {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
}

.product-image-zoom {
    display: inline-block;
    cursor: all-scroll;
    height: 407px
}

.card-category-title {
    color: #707070;
}

.view-item-container {
    box-shadow: 0px 3px 6px #00000029;
    border-width: .5px;
    border-color: #ffebeb;
    border-radius: 22px;
    top: 83px;
    position: absolute;
    right: 13%;
    z-index: 999;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.logo-image {
    width: 117px;
    height: 53.38px;
}

.footer-nav-item {
    text-decoration: none;
    color: inherit;
    font: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.footer-border {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.btn-load-more {
    background: #efefef;
    width: fit-content;
    display: none;
    color: #74788d;
    padding: 12px;
    border-radius: 12px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    text-decoration: auto;
    margin-top: 2px;
}

.page-link-product {
    display: flex;
    justify-content: center;
}

.primary-color {
    color: #D4B02A !important;
}

.product-main-img {
    object-fit: cover;
    width: 100%;
}

.text-light-footer {
    color: #707070;
}

.body {
    background-color: #f8f8f8;
}

.nav-shop-icons {
    font-size: 35px;
    padding-top: 5px;
}

.page-main-container {
    padding: calc(20px + 1.25rem) calc(1.25rem / 2) 60px calc(1.25rem / 2);
}

.page-render-body {
    min-height: 620px;
}

.toggle-icon {
    cursor: pointer;
}

.checkout-product-name {
    text-decoration: none;
    color: inherit;
    font: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.white-color {
    color: white;
}

.update-profile-button {
    background: #D4B02A;
    border: none;
}

.btn-send-message {
    background: #D4B02A;
    border: none;
}

.div-send-message {
    align-items: center;
    display: flex;
}

    .div-send-message :hover {
        align-items: center;
        display: flex;
        opacity: 90%;
        background: #D4B02A;
    }

.input-quantity-item {
    width: 60px;
}

.remove-arrows::-webkit-inner-spin-button,
.remove-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.remove-arrows {
    -moz-appearance: textfield;
}

.btn-remove-item {
    display: contents;
}

.support-ticket-title {
    font-size: 18px;
}

.card-blog {
    display: flex; /* Enable flexbox on the card */
    flex-direction: column; /* Stack children vertically */
    height: 100%; /* Ensure the card takes full height */
}

.card-body-blog {
    display: flex; /* Enable flexbox on the card body */
    flex-direction: column; /* Stack children vertically */
    flex-grow: 1; /* Allow the card body to grow and take available space */
}

.card-link.remus-gold {
    margin-top: auto; /* Push the link to the bottom */
    margin-bottom: 5px; /* Set 10px from the bottom */
}

.card {
    transition: all 0.3s ease;
}

.nav-tabs .nav-link {
    border-radius: 0;
    border: none;
    color: #495057;
    font-weight: 600;
    padding: 1rem;
}

    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #D4B02A;
        border: none;
    }

.input-group-text {
    background-color: #f8f9fa;
}


.form-check-input:checked {
    background-color: #D4B02A;
    border-color: #D4B02A;
}

/* Custom scrollbar for terms modal */
.scroll-bar {
    max-height: 60vh;
    overflow-y: auto;
}

    .scroll-bar::-webkit-scrollbar {
        width: 8px;
    }

    .scroll-bar::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .scroll-bar::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .scroll-bar::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.scrollbar-thumb {
    overflow-y: scroll;
}

margin-top: auto;
margin-bottom: 5px;
}


.badge-container {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.combination-item {
    padding: 5px 13px;
    background-color: #cccccc;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    user-select: none;
    color: black;
}

    .combination-item:hover {
        background-color: #aaaaaa;
    }

    .combination-item.selected {
        background-color: #D4B02A;
        color: black;
    }

.forgot-password-submit {
    background-color: #D4B02A;
    border: none;
}

    .forgot-password-submit:hover {
        opacity: .8;
        background-color: #D4B02A;
    }


.color-black {
    color: black;
}

.btn-outline-primary {
    --bs-btn-color: #D4B02A;
    --bs-btn-border-color: #D4B02A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D4B02A;
    --bs-btn-hover-border-color: #D4B02A;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D4B02A;
    --bs-btn-active-border-color: #D4B02A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #D4B02A;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #D4B02A;
    --bs-gradient: none;
}

.product-favourite-selected {
    color: #D4B02A;
}

.product-favourite-unselected {
    color: black;
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    color: black;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, sans-serif;
}

.cookie-content {
    flex: 1;
    max-width: 97%;
    padding-right: 20px;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner a {
    color: #3498db;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.accept-btn {
    background-color: black;
    color: white;
}

    .accept-btn:hover {
        background-color: #D4B02A;
    }

.settings-btn {
    background-color: black;
    color: white;
}

    .settings-btn:hover {
        background-color: #95a5a6;
    }

.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: block;
}

.cookie-banner {
    z-index: 1000;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.cookie-banner {
    animation: slideUp 0.5s ease-out;
}


.category-banner-cart {
    border: none !important;
}

.link-dark-category {
    color: #707070;
}

.selected-link {
    color: #D4B02A !important;
    font-weight: bold;
}

.btn:active, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.short-description-container {
    color: #707070;
    text-align: justify;
}

.link-main-category {
    border: none;
}

    .link-main-category:hover {
        border: none;
    }

.header-dropdown-menu {
    min-width: 185px;
}

.index-card-body {
    padding-left: 0px;
    padding-right: 0px;
}

.product-images {
    max-width: 100%;
}

.thumbnail.active {
    border: 2px solid #007bff;
    opacity: 0.8;
}

.agree-checkbox-comment {
    display: inline;
}

.btn-shipping-profile {
    background: #D4B02A;
    border: none;
    width: 100%;
}

    .btn-shipping-profile:hover {
        background: #D4B02A;
        opacity: .8;
    }

.editShipping {
    cursor: pointer;
}

.company-dropdown-menu {
    min-width: 350px;
}

.full-width {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background-color: lightblue;
}

.newsletter-container {
    height: 300px;
    background: #f3f1ee;
}

.newsletter-row {
    height: 100%;
    display: flex;
}

.newsletter-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.newsletter-form-row {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 2rem;
}

.newsletter-form-input {
    width: auto;
    color: white;
}

.newsletter-email-input {
    border: solid 2px #d4b02a;
    height: 54px;
    width: 22vw;
}

.newsletter-form-button {
    width: auto;
}

.newsletter-subscribe-button {
    background-color: #D4B02A;
    border: none;
    padding: 12px 18px;
    font-size: 18px;
    color: white;
}

@media (min-width: 768px) {
    .newsletter-title {
        font-size: 45px;
    }
}

.ee-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.ee-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ee-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

    .ee-video-container > lite-youtube {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .ee-video-container > lite-youtube {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

.breakdance {
    border-bottom: 0px solid #D4B02A;
    border-left: 0px solid #D4B02A;
    border-right: 0px solid #D4B02A;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    box-shadow: 0px 3px 6px 0px #00000029;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
    align-items: flex-start;
}

.fa-copy-invite {
    cursor: pointer;
}

.checkout-payment-address {
    border: 1px solid #D1D6DC;
    border-radius: 10px;
}

.shipping-address-select {
    cursor: pointer;
}

.selected-item {
    border: 3px solid #3CA760;
    border-radius: 10px;
    background-color: #99EAB4;
}

.product-modal-title {
    margin-top: -48px;
    font-size: 25px;
    margin-bottom: 15px;
}

.modal-body-header {
    margin: 0px 60px;
}


@media (max-width: 768px) {
    .language-switch-icon {
        margin-top: 20px;
        width: 32px;
    }

    .language-switch-header {
        display: none;
        position:absolute;
    }
    .profile-pic-header {
    display:none;
    }
}

.nav-menu-account {
    font-size: 27px;
    padding-top: 10px;
    margin-left: 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
    padding-bottom: 10px;
    padding-right: 10px;
}
