:root {
    --container-width: 100%;
    --main-text-color: #000;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
body {
    /*font-family: 'Roboto';*/
    font-family: "Inter";
    color: #0A0503;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

button {
    border: none;
    background: none;
    padding: 0;
}

a {
    color: var(--main-text-color);
    text-decoration: none;
}

    a:hover {
        color: var(--main-text-color);
        text-decoration: none;
    }

.captcha-box {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
}

.form-control-br {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 8.1px 0 rgba(0, 0, 0, 0.25);
    height: 56px;
    line-height: 56px;
    width: 100%;
    color: #000;
    text-align: center;
    font-family: "Inter";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.15px;
    padding: 4px 0 4px 13px;
    border: none;
}

    .form-control-br::placeholder {
        color: #A1A1A1;
    }

.custom-control-label:after, .custom-control-label:before {
    top: 0.1rem;
}

.custom-check {
    position: relative;
    display: flex;
    align-items: center;
}

    .custom-check input {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;
    }

    .custom-check .custom-check-icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 13px;
        height: 13px;
        margin-right: 10px;
        min-width: 13px;
    }

        .custom-check .custom-check-icon:before {
            content: "";
            position: absolute;
            display: block;
            inset: 0;
            border: 1px solid #828282;
            border-radius: 4px;
            background: #fff;
        }

        .custom-check .custom-check-icon:after {
        }

    .custom-check input:checked + .custom-check-icon:after {
        content: "";
        position: absolute;
        display: block;
        inset: 1.5px;
        background: #828282;
        border-radius: 2px;
    }

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

select.custom-select {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    height: auto;
    width: auto;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 14L17 10' stroke='%230A0503' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

select.custom-select.form-control {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 14L17 10' stroke='%230A0503' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right .75rem center/24px 24px no-repeat;
}

select.custom-select[disabled=disabled] {
    background: none;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #ced4da;
    background-image: none;
    padding-right: 0
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #ced4da;
    }


.form-control.is-invalid:focus {
    box-shadow: none;
}

.custom-control-description {
    font-size: 14px;
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none;
}

.label-text {
    display: block;
    margin-bottom: 10px;
}

.field-validation-error {
    color: red;
    font-size: 13px;
    margin-left: 15px;
}

span.required {
    color: #dc3545;
}

.br-container {
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: flex;
    padding: 14px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.096px;
}

    .btn:focus {
        outline: none;
        box-shadow: none;
    }

.btn-primary {
    border: 1px solid #0A0503;
    background: #0A0503;
    color: #FFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        border: 1px solid #0A0503;
        background: #fff;
        color: #0A0503;
        box-shadow: none !important;
        outline: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #FFF;
        background-color: #0A0503;
        border-color: #0A0503;
    }

.btn-secondary {
    border: 1px solid #0A0503;
    background: #fff;
    color: #000;
}

    .btn-secondary:hover {
        background: #0A0503;
        color: #fff;
    }

.btn-underlined {
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}

    .btn-underlined:hover {
        text-decoration: underline;
    }

.btn-link {
    color: #000;
    text-decoration: underline;
}
/*** Breadcrumb ***/
.br-breadcrumb {
    display: flex;
    overflow: hidden;
    padding: 0;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin-bottom: 18px;
    flex-wrap: nowrap;
}

.br-breadcrumb-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .br-breadcrumb-item + .br-breadcrumb-item:before {
        content: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'>\
    <path d='M8.3335 5.8335L11.6668 10.0002L8.3335 14.1668' stroke='%230A0503' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/>\
    </svg>");
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }

    .br-breadcrumb-item a {
        color: #0A0503;
        font-family: "Inter";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: -0.14px;
    }

    .br-breadcrumb-item.active {
        flex: 1;
        min-width: 0;
    }

        .br-breadcrumb-item.active strong, .br-breadcrumb-item.active a, .br-breadcrumb-item.active span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
/*** Breadcrumb * END ***/


#captcha-container {
    display: none;
}

.top-header-items,
.top-header-items .nav-item {
    height: 100%;
}

.b-sidebar {
    width: 450px;
    background-color: #fff !important;
}

.b-sidebar-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    padding: 60px 36px 10px !important;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .sidebar-header .title {
        color: #000;
        font-family: "Inter";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin: 0;
    }

.b-sidebar-body {
    padding: 30px 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.sc-product-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1023px) {
    .sc-product-item {
        gap: 10px;
    }
}

/*.sc-product-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    }*/

.sc-product-img {
    width: 120px;
    height: 120px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: #fff;
}

@media (max-width: 1023px) {
    .sc-product-img {
        width: 80px;
        height: 80px;
    }
}

.sc-product-img img {
    max-height: 100%;
    object-fit: cover;
}

.sc-product-detail {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

@media (max-width: 1023px) {
    .sc-product-detail {
        gap: 7px;
    }
}

.sc-product-detail .attributes {
    color: #000;
    font-family: "Inter";
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.sc-product-detail .product-name {
    color: #000;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.sc-product-detail .prices {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

    .sc-product-detail .prices .old-price {
        color: #A1A1A1;
        font-family: "Inter";
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.2px;
        text-decoration-line: line-through;
    }

    .sc-product-detail .prices .unit-price {
        color: #0A0503;
        font-family: "Inter";
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.15px;
    }

@media (max-width: 1023px) {
    .sc-product-detail .product-name {
        font-size: 16px;
    }

    .sc-product-detail .attributes,
    .sc-product-detail .prices .old-price,
    .sc-product-detail .prices .unit-price {
        font-size: 13px;
    }
}

.b-sidebar-footer {
    padding: 20px 36px 36px;
}

.sc-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.sc-footer-info {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.empty-sc {
    color: #000;
    font-family: "Inter";
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 30px;
}

.form-control {
    border-radius: 10px;
    background: #FFF;
    height: 50px;
}

    .form-control:focus, .form-control.is-valid:focus {
        outline: none;
        box-shadow: none;
    }
/*** PHONE FORMATTER START ***/
.phone-number-container {
    background-color: rgba(255, 192, 203, 0.2);
}

    .phone-number-container .phone-number-group {
        position: relative;
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .phone-number-container .phone-number-group .country-code {
            position: absolute;
            width: 44px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            pointer-events: none;
            touch-action: none;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .phone-number-container .phone-number-group .custom-phone-field {
            display: block;
            width: 100%;
            height: 50px;
            padding: 0.8rem 0;
            background-color: transparent;
            background-clip: padding-box;
            border-radius: 0;
            transition: none;
            border: solid 1px #a5a5a5;
            padding: 16px;
            padding-left: 55px !important;
            border-radius: 10px;
        }

            .phone-number-container .phone-number-group .custom-phone-field:focus {
                outline: none;
            }

[readonly] + .phone-number-container .phone-number-group .custom-phone-field {
    pointer-events: none;
    touch-action: none;
}
/*default*/
.phone-number-container {
    position: relative;
    width: 100%; /*z-index: 7;*/
}

.phone-number-group {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}

.country-code {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    border: 1px solid #a5a5a5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: -1px;
}

    .country-code.active {
        color: #495057;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
        z-index: 9;
    }

.selected-country-code {
    cursor: pointer;
}

.country-code-container {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 300px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .country-code-container input {
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        flex-grow: 1;
        margin: 0;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-bottom: 0.5rem;
        outline: none;
    }

        .country-code-container input:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
            z-index: 9;
        }

.country-code-list {
    flex-grow: 1;
    overflow: auto;
}

    .country-code-list::-webkit-scrollbar {
        width: 4px;
    }

    .country-code-list::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, .05);
    }

    .country-code-list::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .25);
    }

.county-code-item {
    padding: .25rem .5rem;
    cursor: pointer;
}

    .county-code-item:hover {
        background-color: rgba(0, 0, 0, .05);
    }
/*** PHONE FORMATTER END ***/

/*** Modal ***/
.modal-header.remove-modal-wrap .close {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

    .modal-header.remove-modal-wrap .close::before,
    .modal-header.remove-modal-wrap .close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 40%;
        height: 2px;
        background-color: #958b8b;
    }

    .modal-header.remove-modal-wrap .close::before {
        transform: rotate(45deg);
    }

    .modal-header.remove-modal-wrap .close::after {
        transform: rotate(-45deg);
    }
/*** Modal * End ***/

.text-underline {
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}


.contract-container {
    display: flex;
    margin: 2rem auto;
    flex-wrap: wrap;
    padding: 0 15px;
}

@media (min-width: 1024px) {
    .contract-container {
        padding: 0 100px;
    }
}


.contract-container.container {
    max-width: 1350px;
}

.contract-container .col-left {
    flex: 1;
    max-width: 240px;
    width: 16.66666667%;
    float: left;
    order: 1;
}

.contract-container .col-right {
    flex: 1;
    padding-left: 40px;
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    order: 2;
}

.col-left-title {
    color: #303030;
    font-weight: 600;
    margin: 0 0 1.5em;
    font-size: 1.125rem;
}

.col-left-links a {
    color: #303030;
    display: block;
    font-size: 1rem;
    line-height: 1.2em;
    padding: 6px 10px;
    text-decoration: none;
    transition: background-color 64ms;
    margin-bottom: .5rem;
}

.contract-container.container .col-left-links a {
    padding-left: 0;
    padding-right: 0;
}

.col-left-links a.active {
    background-color: #cccccc33;
    font-weight: 600;
}

.col-left-links a:hover {
    text-decoration: underline;
}

.contract-content-inner h1.content-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 1.5rem 0;
    padding: 0;
    text-align: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    margin-top: 0;
}

.contract-container table {
    width: 100%;
    table-layout: fixed;
}

    .contract-container table th,
    .contract-container table td {
        padding: 0.69231em 0.76923em;
        width: auto;
        text-align: center;
        margin-bottom: 1em;
        font-size: inherit;
        line-height: 2;
        text-align: center;
    }

.contract-container .cookie-wrap * {
    margin-bottom: 15px;
}

.contract-container .cookie-wrap h1 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 12px
}

.contract-container .cookie-wrap h2 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.2em;
    margin-bottom: .5em
}

.contract-container .cookie-wrap h3 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px
}

.header-container .navbar-nav .nav-link {
    display: flex;
    align-items: center;
}

    .header-container .navbar-nav .nav-link .cart-qty,
    .header-container .navbar-nav .nav-link .wishlist-qty {
        margin-left: 5px;
    }

.sidebar-cart .nav-item .cart-qty[quant="0"],
.sidebar-cart .nav-item .wishlist-qty[quant="0"] {
    display: none !important;
}


@media (max-width: 992px) {
    .contract-container {
        flex-direction: column;
    }

        .contract-container .col-left {
            max-width: 100%;
            width: 100%;
        }

        .contract-container .col-right {
            max-width: 100%;
            width: 100%;
            padding-left: 15px;
            margin-top: 50px;
        }

        .contract-container table {
            table-layout: auto;
        }
}


.add-to-wishlist-button.js-active svg {
    fill: red;
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 0px);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #fff;
    border-color: #adb5bd;
}

.account-page .generalTitle {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.625rem;
    margin: 0;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background-color: #000;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #adb5bd;
}

#customerContract .custom-switch .custom-control-label {
    font-size: .75rem;
}

.quick-view-overview .actual-price {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.32px;
}

.quick-view-overview .old-price {
    color: #a1a1a1;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.14px;
    text-decoration-line: line-through;
}

.quick-view .qv-product-link-wrap {
    width: calc(100% - 48px);
}

.quick-view .option-list li.hidden {
    opacity: 0;
    height: 0;
}

.header-wrapper {
}

.header-nav {
    top: 0;
    position: sticky;
    z-index: 100;
    background: #fff;
}

    .header-nav nav {
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }

@media(min-width:1024px) {
    .header-nav nav {
        padding: 0 100px;
    }
}

.divider {
    grid-area: divider;
    height: 1px;
    background: #000;
    position: absolute;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50vw);
}

.header-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-areas:
        "hCenter hCenter hCenter"
        "bLeft bCenter bRight"
        "divider divider divider";
    grid-template-rows: auto auto auto;
    grid-column-gap: 80px;
    grid-row-gap: 0;
    max-width: 100%;
    width: 100vw;
    z-index: 3;
    position: relative;
    align-items: center;
}

    .header-container .navbar-nav {
        /*display: none;*/
    }

        .header-container .navbar-nav > li:not(:last-child) {
            /*margin-right: 34px;*/
        }

        .header-container .navbar-nav .nav-link {
            padding: 0 0px;
        }

.store-logo {
    grid-area: bCenter;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-menu-area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    grid-area: hCenter;
}

    .top-menu-area .top-menu-item {
        color: #0A0503;
        text-align: center;
        font-family: "Inter";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

.mobile-menu-icon-area {
    grid-area: bLeft;
}

.mobile-search-icon-area {
    grid-area: bRight;
}

.header-container .navbar-nav {
    gap: 10px;
}

@media(min-width:1024px) {
    .header-container {
        grid-column-gap: 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "hLeft hCenter hRight"
            "divider divider divider"
            "bLeft bCenter bRight";
    }

    .divider {
        height: 2px;
        width: calc(100vw - 8px);
    }

    .header-container .navbar-nav {
        display: flex;
        /*flex-direction: row;*/
        justify-self: right;
        align-items: center;
        grid-area: bRight;
        gap: 20px;
    }

    .store-logo {
        width: max-content;
        height: max-content;
        max-width: 250px;
        justify-self: left;
        grid-area: hCenter;
        margin: 20px auto;
    }

    .top-menu-area {
        grid-area: hRight;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }

        .top-menu-area .top-menu-item {
            font-size: 13px;
        }

    .mobile-menu-icon-area, .mobile-search-icon-area {
        display: none;
    }
}

.sidebar-cart > li #shopping-cart {
    top: 100%;
    right: 0;
    width: calc(100vw - 30px);
    max-height: 650px;
    padding: 40px 30px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    transition: all .35s;
}

@media (min-width: 1024px) {
    .sidebar-cart > li #shopping-cart {
        width: 450px;
    }
}

.sidebar-cart > li #shopping-cart:not(.shown) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
}

.sidebar-cart > li #shopping-cart.shown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.sc-product-list {
    overflow-y: auto;
    max-height: 304px;
}

.account-menu {
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    z-index: 102;
    border-radius: 15px;
}

.header-account:hover .account-menu {
    display: block;
}

    .header-account:hover .account-menu a {
        color: #000;
        display: block;
        font-size: 14px;
        padding: 20px 10px;
        text-align: center;
    }

        .header-account:hover .account-menu a + a {
            border-top: 1px solid #ccc;
        }

/*** Search Box ***/
#search-box .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

    #search-box .modal-dialog .modal-content {
        width: 100vw;
        height: 100%;
        overflow-y: auto;
    }

.search-bar-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    column-gap: 20px;
}

    .search-bar-wrapper .searchbox-image-area {
        max-width: 350px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

        .search-bar-wrapper .searchbox-image-area img {
            border-radius: 10px;
        }

        .search-bar-wrapper .searchbox-image-area p {
            color: #000;
            text-align: center;
            font-size: 20px;
            font-weight: 400;
        }

    .search-bar-wrapper .popular-searches .title {
        color: #000;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 22.5px;
        margin-top: 20px;
    }

    .search-bar-wrapper .popular-searches ul {
    }

        .search-bar-wrapper .popular-searches ul li {
            padding: 22.5px 0;
        }

            .search-bar-wrapper .popular-searches ul li a {
                color: #000;
                text-align: center;
                font-family: Inter;
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

    .search-bar-wrapper .search-box-text {
        border-radius: 0;
        border: none;
        border-bottom: 2px solid;
        width: 100%;
        /*        margin-right: 50px;*/
        margin-bottom: 15px;
    }

        .search-bar-wrapper .search-box-text::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .search-bar-wrapper .search-box-button {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    }

        .search-bar-wrapper .search-box-button:hover {
            color: #000;
        }

    .search-bar-wrapper .modal-close {
        position: absolute;
        right: -20px;
        top: 0;
        padding: 10px 12px;
    }

    .search-bar-wrapper .advanced-search-results {
        margin-top: 30px;
    }

        .search-bar-wrapper .advanced-search-results .custom-alert {
            color: red;
        }

        .search-bar-wrapper .advanced-search-results .products .list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            row-gap: 15px;
        }

        .search-bar-wrapper .advanced-search-results .products .list {
        }

#small-search-box-form {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 25px;
    max-width: calc(100% - 50px);
    column-gap: 20px;
}

@media(min-width:1024px) {
    .search-bar-wrapper .advanced-search-results .products .list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(min-width:768px) {
    #small-search-box-form {
        display: grid;
        grid-template-columns: 1fr 5fr;
        position: relative;
        margin: 0 75px;
        column-gap: 50px;
        max-width: calc(100% - 150px);
        grid-template-areas:
            'left rightTop'
            'left rightBottom';
    }

        #small-search-box-form .searchbox-left-area {
            grid-area: left;
        }

        #small-search-box-form .search-form {
            grid-area: rightTop;
        }

        #small-search-box-form .searchbox-image-area,
        #small-search-box-form #adv_search {
            grid-area: rightBottom;
        }

    .search-bar-wrapper {
        margin: 0 25px;
    }

        .search-bar-wrapper .modal-close {
            right: 20px;
        }
}
/*** Search Box * END ***/

.mega-menu {
    grid-area: bLeft;
    /*padding: 20px 0;*/
}

.menu-wrapper {
    height: 100%;
}


.mega-menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-self: stretch;
    margin: 0;
    border: 0;
    position: unset;
    height: 100%;
    padding: 0;
    gap: 5px;
}

    .mega-menu-wrapper > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 20px 0;
    }

.menu-wrapper .mega-menu-wrapper > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px;
    position: relative;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
    /***********/
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
}

.menu-wrapper .mega-menu-wrapper > li.red > a {
    color: #e41915 !important;
}

.menu-wrapper .mega-menu-wrapper > li.greenb > a {
    color: #76bd1d !important;
}

.mega-menu-wrapper > li .sublist-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100vw - 8px);
    padding: 20px 0;
    display: none;
    border-top: 1px solid #edf0f1;
    z-index: 9;
    background-color: #fff;
    /*margin-left: 50%;
    transform: translateX(-50vw);*/
}

.mega-menu-wrapper > li > .sublist-wrap.active {
    display: block;
}

.mega-menu-wrapper .megamenu-container {
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
}

.megamenu-container .megamenu-title h4 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 30px;
}

@media(min-width:1024px) {
    .mega-menu-wrapper .megamenu-container {
        position: relative;
        max-width: 90% !important;
    }

    .mega-menu-wrapper > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        width: calc(100% - 20px);
        height: 2px;
        background: 0 0;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition: all .3s ease-in-out 0s;
    }

    .mega-menu-wrapper > li:hover > a:after {
        background-color: #000;
        visibility: visible;
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.megamenu-container .megamenu-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .megamenu-container .megamenu-row .megamenu-col {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .megamenu-container .megamenu-row .megamenu-col.menu-img {
            flex: 0 0 280px;
        }

.menu-item-3-lvl > ul > li {
    width: 100%;
    float: left;
}

.megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl a {
    font-family: "Inter";
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
}

@media(max-width:1023px) {
    .megamenu-container .megamenu-row .megamenu-col {
        padding: 0;
        width: 100%;
        min-width: 100%;
    }

    .megamenu-container .megamenu-row {
        margin: 0;
        padding: 30px 20px;
        background: #fff;
    }

    .mega-menu-wrapper .megamenu-container {
        padding: 0;
    }

        .mega-menu-wrapper .megamenu-container .megamenu-title {
            display: none;
        }
}

@media(min-width:1024px) {
    .megamenu-container .megamenu-row .megamenu-col.menu-border:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 16px;
        width: 4px;
        height: 100%;
        background: #000000;
    }
    .mega-menu-wrapper > li .sublist-wrap { 
        margin-left: 50%;
        transform: translateX(-50vw);
    }
}

.megamenu-container .megamenu-row .megamenu-col ul {
    padding: 0;
}

.megamenu-container .megamenu-row .megamenu-col > li > a {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 500;
    letter-spacing: .05rem;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    color: #000;
    margin-bottom: 15px;
}

.megamenu-container .megamenu-row .megamenu-col > a.title {
    font-family: "Inter";
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
    .megamenu-container .megamenu-row .megamenu-col > a.title.red, .megamenu-container .megamenu-row .megamenu-col > a.title.red-menu {
        color: red !important;
    }
.menu-wrapper .menu-section-title-mobile {
    display: none;
}

@media(max-width:1023px) {
    .menu-wrapper {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        -ms-transform: translateX(100vw);
        transform: translateX(100vw);
        transition: transform .35s ease-in-out;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        z-index: 9;
        text-align: left;
        padding-bottom: 50px;
    }

    .mega-menu-wrapper > li {
        padding: 14px 0;
    }

    .megamenu-container .megamenu-row .megamenu-col > div.title.color-red > a {
        color: red;
    }

    .megamenu-container .megamenu-row .megamenu-col > div.title.font-weight-bold > a {
        font-weight: bold;
    }

    .menu-wrapper.menu-opening {
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: -20px 0 44px rgba(0,0,0,.25);
    }

    .menu-wrapper .mega-menu-wrapper {
        display: flex;
        padding: 30px 20px;
        height: auto;
        flex-direction: column;
    }

        .menu-wrapper .mega-menu-wrapper.categories {
            flex-grow: 1;
            justify-content: start;
            align-items: start;
        }

    .menu-wrapper i:before {
        font-family: Sisley-Icon !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        color: inherit;
        text-decoration: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
    }

    .megamenu-container .megamenu-row .megamenu-col {
        position: unset;
    }

        .megamenu-container .megamenu-row .megamenu-col > .title > a {
            font-size: 1.6rem;
            line-height: 4rem;
            margin-bottom: 0;
        }

    .menu-wrapper .mega-menu-wrapper > li {
        display: block;
        width: 100%;
    }

        .menu-wrapper .mega-menu-wrapper > li > a {
            display: block;
            color: #000;
            font-family: "Inter";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            text-align: left;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-right: 20px;
        }

            .menu-wrapper .mega-menu-wrapper > li > a i {
                font-size: 2.4rem;
                margin-right: .5rem;
            }

    .mega-menu-wrapper > li .sublist-wrap {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #fff;
        z-index: 2;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform .35s ease-in-out;
    }

        .mega-menu-wrapper > li .sublist-wrap.submenu-opening {
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.6);
        right: 0;
        bottom: 0;
        z-index: 8;
        height: 100vh;
    }

    .menu-wrapper .sublist-wrap > .menu-section-title-mobile {
        margin: 10px 20px 0;
        display: flex;
        justify-content: right;
    }

    .menu-wrapper .menu-section-title-mobile {
        display: block;
        padding: 0;
        position: relative;
        padding-top: 10px;
        display: flex;
        justify-content: right;
    }

        .menu-wrapper .menu-section-title-mobile button {
            background: 0;
            border: 0;
            appearance: none;
            -webkit-appearance: none;
            font-size: 1.6rem;
            top: 18px;
            left: 0;
            display: block;
            line-height: 20px;
            cursor: pointer;
            color: #000;
            text-decoration: none;
            padding: 5px;
        }

        .menu-wrapper .menu-section-title-mobile span {
            display: block;
            font-size: 1.4rem;
            font-weight: 900;
            line-height: 1.6rem;
            color: #bb0439;
            text-transform: uppercase;
            text-align: left;
            padding-left: 10px;
        }

    .megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px 20px 0;
        background-color: #fff;
        z-index: 2;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform .35s ease-in-out;
    }

        .megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl.submenu-opening {
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .megamenu-container .megamenu-row .megamenu-col > a.title {
        display: block;
        color: #000;
        font-family: "Inter";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        padding: 14px 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 20px;
    }

    .megamenu-container .megamenu-row .megamenu-col.menu-img {
        display: none;
    }

    .megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl a {
        display: block;
        color: #000;
        font-family: "Inter";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        padding: 14px 0;
        margin: 0;
    }

    .mega-menu-wrapper.categories .megamenu-container .megamenu-row ul {
        background: #fff;
        padding: 30px 0;
    }

    .mobile-menu-close-button {
        margin: 20px 20px 0 0px;
        float: right;
    }
    .with-subcategories:after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 8px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
    } 
}

.menu-card-area {
    box-shadow: 0 0 50px rgba(0,0,0,.1);
    border-radius: 15px;
    overflow: hidden;
}


.megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl ul li.has-sublist {
    margin-bottom: 15px;
}

@media (min-width: 769px) {
    .megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl ul li.has-sublist .with-subcategories {
        font-weight: bold;
    }
}

@media (max-width: 1024px) {
    .megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl ul li {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .menu-item-3-lvl > ul > li {
        width: 100%;
    }

    .megamenu-container .megamenu-row .megamenu-col .menu-item-3-lvl ul li.has-sublist .with-subcategories {
        font-weight: bold;
    }

    .mega-menu-wrapper .menu-item-3-lvl > ul > li > .sublist-wrap {
        position: static;
        transform: none !important;
    }

        .mega-menu-wrapper .menu-item-3-lvl > ul > li > .sublist-wrap .menu-section-title-mobile {
            margin: 0;
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 8px;
            display: none;
        }

            .mega-menu-wrapper .menu-item-3-lvl > ul > li > .sublist-wrap .menu-section-title-mobile + .megamenu-container {
                padding-top: 6px;
            }

            .mega-menu-wrapper .menu-item-3-lvl > ul > li > .sublist-wrap .menu-section-title-mobile .menu-section-title {
                text-align: left;
            }

            .mega-menu-wrapper .menu-item-3-lvl > ul > li > .sublist-wrap .menu-section-title-mobile .mobile-menu-back-button {
                display: none;
            }

        .mega-menu-wrapper .menu-item-3-lvl > ul > li > .sublist-wrap .megamenu-container .megamenu-row {
            padding-left: 0;
            padding-right: 0;
        }

            .mega-menu-wrapper .menu-item-3-lvl > ul > li > .sublist-wrap .megamenu-container .megamenu-row a.menu-item-2-lvl {
                font-size: 14px !important;
                line-height: 23px;
            }
}

.mega-menu-wrapper.categories .megamenu-container .megamenu-row ul {
    display: flex;
    flex-wrap: wrap;
}

    .mega-menu-wrapper.categories .megamenu-container .megamenu-row ul > li {
        width: 100%;
        float: none;
    }

@media(min-width:1024px) {
    .mobile-menu-close {
        display: none;
    }
}




.jp-card-container {
    max-width: 100% !important;
}

.jp-card {
    min-width: initial !important;
    max-width: 100% !important;
}

.card-wrapper {
    max-width: 100%;
}

.checkout-page .card {
    border-radius: 10px !important;
}

.card.checkout-step.active .card-body {
    border-radius: 10px;
}
.totals-inner {
    border-radius: 10px;
}

#app:has(.checkout-container) #header-container a.store-logo {
    width: auto !important;
}

    #app:has(.checkout-container) #header-container a.store-logo img {
        height: auto !important;
    }
.opc-totals .shopping-cart.table .product-name {
    font-size: 15px;
}
.totals-sticky {
    border-radius: 10px;
}

    .totals-sticky .cart-collaterals {
        border-radius: 10px;
    }
    @media (max-width: 1024px) {
        #app:has(.checkout-container) #header-container a.store-logo {
            max-width: 140px !important;
        }

        .shopping-cart .product-details .d-lg-none.remove-from-cart {
            margin-top: 7px;
        }
    }