﻿body {
    background: #edebe5;
}

.main-header-container {
    background: #f0eee9;
    min-height: 71px;
}

.main-header-hamburger-menu {
    background: #ffbf32;
    backdrop-filter: blur(5px);
    border: none;
    box-shadow: none;
    color: #462104;
    min-width: 80px;
    outline: none;
    padding: 24px;
}

.main-category-menu-container {
    width: 290px !important;
}

.main-category-menu-header {
    color: #462104;
    font-family: "SansM";
    font-size: 20px;
    font-weight: 500;
    padding: 16px;
}

.main-category-menu-close {
    background: #ffffff;
    border: none;
    box-shadow: none;
    color: #462104;
    padding: 0;
}

.main-category-menu-sep {
    border-top: 1px solid #462104;
}

.main-category-menu-item-container {
    cursor: pointer;
    margin: 16px 8px;
    padding: 8px;
}

    .main-category-menu-item-container:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
    }

.main-category-menu-item {
    color: #462104;
    font-size: 16px;
    font-weight: 400;
}

.main-category-menu-item-back {
    color: #462104;
    cursor: pointer;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
    padding: 16px;
}

.main-header-search {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 16px 24px;
}

.main-search-container {
    padding: 16px;
}

.main-search-title {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.main-search-input {
    background: #edebe5;
    border: 1px solid #462104;
    border-radius: 10px;
    color: #462104;
    font-size: 14px;
    padding: 10px 16px;
    width: 100%;
}

    .main-search-input::placeholder {
        color: #ababab;
        font-size: 12px;
    }

    .main-search-input:active,
    .main-search-input:focus,
    .main-search-input:focus-visible {
        border: 1px solid #ffbf32;
        box-shadow: 0 0 2px 0 rgba(255, 191, 50, 0.50);
        outline: none;
    }

.main-search-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 11px 16px;
}

.main-search-history-title {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
}

.main-search-history-link {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #462104;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 0;
    text-align: start;
    text-decoration: underline;
    text-decoration-color: #ffbf32;
    text-underline-offset: 8px;
}

.main-search-history-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 16px;
}

    .main-search-history-btn:active,
    .main-search-history-btn:focus,
    .main-search-history-btn:focus-visible,
    .main-search-history-btn:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
        box-shadow: none;
        color: #462104;
        outline: none;
    }

.main-header-icon {
    padding: 4px 0;
}

.main-header-login-menu {
    background: #ffbf32;
    backdrop-filter: blur(5px);
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    min-width: 129px;
    padding: 24px;
    text-align: center;
}

.main-header-login-menu-img {
    background: #fde3ab;
    border-radius: 50%;
    height: auto;
    max-width: 100%;
}

.main-header-basket {
    display: inline-block;
    padding: 16px 24px;
}

.main-header-basket-badge {
    background: #ffbf32;
    border-radius: 50%;
    color: #462104;
    font-family: "SansM";
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    height: 19px;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -5px;
    width: 19px;
}


.banner-list-img {
    border-radius: 10px;
}

.main-list-container {
    margin-top: 60px;
}

.main-list-title {
    color: #462104;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
}

.main-list-sub-title {
    color: #462104;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
}

.main-list-title-ver-sep {
    background: #462104;
    height: 40px;
    width: 1px;
}

.main-list-all-link-btn {
    background: #ffbf32;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    text-align: center;
}

.main-list-arrow-right img {
    content: url("/svg/main_list_arrow_right.svg");
}

.main-list-arrow-right.swiper-button-disabled img {
    content: url("/svg/main_list_arrow_right_disabled.svg");
}

.main-list-arrow-left img {
    content: url("/svg/main_list_arrow_left.svg");
}

.main-list-arrow-left.swiper-button-disabled img {
    content: url("/svg/main_list_arrow_left_disabled.svg");
}

.main-list-category-item-container {
    background: #ffffff;
    border-radius: 50%;
    filter: drop-shadow(0 4px 4px rgba(206, 200, 192, 0.50));
}

.main-list-category-item-img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
}

.main-list-category-item-text {
    color: #462104;
    display: -webkit-box;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
    max-height: 52px;
    overflow: hidden;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-list-product-container {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0 rgba(206, 200, 192, 0.50);
    padding: 8px;
}

.main-list-product-border {
    border: 1px dashed #3f3f3f;
    border-radius: 10px;
    padding: 8px;
}

.main-list-product-img-container {
    height: 288px;
}

.main-list-product-img-frame {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

    .main-list-product-img-frame img {
        height: auto;
        max-height: 288px;
        max-width: 100%;
        width: auto;
    }

.main-list-product-name {
    color: #462104;
    direction: ltr;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 48px;
    overflow-y: hidden;
    text-align: end;
}

.main-list-product-price {
    color: #462104;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
}

.main-list-product-old-price {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.main-list-bullet-container {
    margin-top: 48px;
}

    .main-list-bullet-container .swiper-pagination-bullet {
        background: #ababab;
        height: 10px;
        width: 10px;
    }

        .main-list-bullet-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #ffbf32;
        }


.main-interactive-banner-container {
    background: linear-gradient(180deg, #1ec6f2 0%, #baf4ff 44.5%, #fff7d3 89.5%, #edebe5 100%);
    padding: 60px 24px;
}

.main-interactive-banner-img-container {
    background-image: url(/img/cloud.png), url(/img/cloud.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.main-interactive-banner-title {
    color: #462104;
    font-family: SansB;
    font-size: 32px;
    font-weight: 700;
}

.main-interactive-banner-text {
    color: #462104;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.main-interactive-banner-price {
    color: #462104;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
}

.main-interactive-banner-old-price {
    color: #ababab;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

.main-interactive-banner-btn {
    background: #ffbf32;
    border-radius: 10px;
    color: #462104;
    display: inline-block;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 150px;
    padding: 8px;
    text-align: center;
}


.main-list-product-block-container {
    background: #fde3ab;
    height: 100%;
    padding: 40px;
    text-align: center;
}

    .main-list-product-block-container.alt {
        background: #fff7d3;
    }

.main-list-product-block-title {
    color: #462104;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
}

.main-list-product-block-name {
    color: #462104;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
}

.main-list-product-block-price {
    color: #462104;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
}

.main-list-product-block-old-price {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.main-footer-container {
    /*background: linear-gradient(0, #1ec6f2 0, #baf4ff 44.5%, #fde3ab 89.5%, #ffbf32 100%);*/
    background: linear-gradient(180deg, #edebe5 0%, #fff7d3 10.5%, #baf4ff 55.5%, #1ec6f2 100%);
    margin-top: 60px;
}

.main-footer-second-container {
    background-image: url(/img/footer_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 700px;
}

.main-footer-title {
    color: #462104;
    font-family: SansB;
    font-size: 32px;
    font-weight: 700;
    padding-top: 200px;
    text-align: center;
}

.main-footer-btn {
    background: #ffbf32;
    border-radius: 10px;
    color: #462104;
    display: inline-block;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 110px;
    padding: 8px;
    text-align: center;
}


.page-breadcrumb-container {
    color: #ababab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 60px;
}

    .page-breadcrumb-container a {
        color: #ababab;
        font-size: 14px;
        font-weight: 400;
        margin-top: 60px;
    }

    .page-breadcrumb-container .product-name-ltr {
        direction: ltr;
        text-align: end;
    }

    .page-breadcrumb-container .active {
        color: #3f3f3f;
    }

.product-detail-basket-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 16px;
    text-align: center;
    width: 100%;
}

.product-detail-img {
    border-radius: 10px;
    max-height: 517px;
    text-align: center;
    width: 100%;
}

    .product-detail-img img {
        border-radius: 10px;
        height: auto;
        max-width: 100%;
        width: auto;
    }

.product-detail-price {
    color: #462104;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
}

.product-detail-old-price {
    color: #ababab;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-detail-title {
    color: #3f3f3f;
    direction: ltr;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: end;
}

.product-detail-name {
    color: #462104;
    font-size: 16px;
    font-weight: 400;
}

    .product-detail-name.link {
        text-decoration: underline;
        text-decoration-color: #ffbf32;
        text-underline-offset: 8px;
    }

.product-detail-file-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 24px;
}

.product-detail-desc-title {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
}

.product-detail-desc-text {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.product-detail-video-container {
    background: #edebe5;
    border: 1px dashed #3f3f3f;
    border-radius: 10px;
    padding: 8px;
}

.product-detail-section-sep {
    border-top: 1px solid #ababab;
}

.product-detail-collapse-btn {
    background: none;
    border: none;
    box-shadow: none;
    color: #3f3f3f;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    padding: 0;
    text-align: start;
    width: 100%;
}

    .product-detail-collapse-btn.collapsed img.icon {
        content: url("/svg/product_detail_plus.svg");
    }

    .product-detail-collapse-btn img.icon {
        content: url("/svg/product_detail_minus.svg");
    }

.product-detail-table {
    background: #fff7d3;
    border-radius: 10px;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
}

.product-detail-table-item {
    padding: 8px;
}

    .product-detail-table-item.alt {
        background: #e6f1c5;
    }

.product-detail-writer-img-container {
    background: #fff7d3;
    border-radius: 50%;
    filter: drop-shadow(0 4px 4px rgba(206, 200, 192, 0.50));
    height: 62px;
    width: 62px;
}

.product-detail-writer-title {
    color: #3f3f3f;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
}

.product-detail-comment-header-title {
    color: #252432;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.product-detail-comment-star-btn {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    outline: none;
    padding: 0;
    width: 20px;
}

    .product-detail-comment-star-btn img {
        content: url("/svg/star_rating_18.svg");
    }

    .product-detail-comment-star-btn.rated img {
        content: url("/svg/star_rating_fill_18.svg");
    }

.product-detail-comment-input-container {
    background: #ffffff;
    border-radius: 10px;
    padding: 8px;
}

.product-detail-comment-input-border {
    border: 1px dashed #3f3f3f;
    border-radius: 10px;
}

.product-detail-comment-input {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 8px;
    width: 100%;
}

.product-detail-comment-error {
    color: #d22c27;
    font-size: 12px;
}

.product-detail-comment-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 195px;
    outline: none;
    padding: 8px;
    text-align: center;
}

.product-detail-comment-list-img {
    background: #fff7d3;
    border-radius: 50%;
    filter: drop-shadow(0 4px 4px rgba(206, 200, 192, 0.50));
    height: 48px;
    width: 48px;
}

.product-detail-comment-list-name {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
}

.product-detail-comment-list-sep {
    background: #ababab;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}

.product-detail-comment-list-text {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.product-comment-list-item-remark-container {
    margin: 16px 16px 0 0;
}


.product-search-header-title {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.product-search-header-sub-title {
    color: #462104;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.product-search-header-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 195px;
    outline: none;
    padding: 8px;
    text-align: center;
}

.product-search-sort-item-btn {
    background: none;
    border: none;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    margin-bottom: 24px;
    outline: none;
    padding: 0;
}

.product-search-filter-container {
    border: 1px solid #462104;
    border-radius: 5px;
    color: #462104;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 16px 8px 8px;
}

.product-search-filter-collection {
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .product-search-filter-collection::-webkit-scrollbar {
        background: #d9d9d9;
        width: 8px;
    }

    .product-search-filter-collection::-webkit-scrollbar-thumb {
        background: #ababab;
        background-clip: content-box;
        border-radius: 5px;
        height: 31px;
    }

.product-search-filter-check {
    background-color: #ffffff;
    border: 1.9px solid #462104 !important;
    border-radius: 40% !important;
    height: 19.5px !important;
    width: 19.5px !important;
}

    .product-search-filter-check:checked {
        background-color: #ffbf32 !important;
        border: none !important;
        border-radius: 40% !important;
    }

    .product-search-filter-check:active,
    .product-search-filter-check:focus {
        box-shadow: none !important;
        filter: none !important;
        outline: none !important;
    }

.product-search-filter-switch-container {
    margin: 0 !important;
    padding: 0 !important;
}

.product-search-filter-switch {
    background-position: 12px !important;
    background-size: 10px;
    border: 2px solid #462104 !important;
    filter: none !important;
    margin-right: 0 !important;
    outline: none !important;
    width: 28px !important;
}

    .product-search-filter-switch:checked {
        background-color: #ffbf32 !important;
        background-position: 3px !important;
        border: none !important;
    }

    .product-search-filter-switch:focus {
        border: none;
        box-shadow: none;
        --bs-form-switch-bg: none;
        filter: none !important;
        outline: none !important;
    }

.product-search-search-input {
    background: #ffffff;
    border: 1px solid #462104;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    outline: none;
    padding: 8px 16px 8px 36px;
    width: 100%;
}

    .product-search-search-input::placeholder {
        color: #ababab;
    }

    .product-search-search-input:active,
    .product-search-search-input:focus,
    .product-search-search-input:focus-visible {
        border: 1px solid #ffbf32;
        box-shadow: 0 0 2px 0 rgba(255, 191, 50, 0.50);
    }

.product-search-search-input-extra {
    left: 16px;
    position: absolute;
    top: 8px;
}

.product-search-search-input-icon {
    cursor: pointer;
}

.product-search-search-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    outline: none;
    padding: 8px 16px;
}

    .product-search-search-btn:active,
    .product-search-search-btn:focus,
    .product-search-search-btn:focus-visible,
    .product-search-search-btn:hover {
        background: #ffbf32;
        color: #462104;
    }

.product-search-empty-title {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}


.basket-plus-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    height: 40px;
    padding: 5px;
    width: 40px;
}

    .basket-plus-btn:active,
    .basket-plus-btn:focus,
    .basket-plus-btn:focus-visible,
    .basket-plus-btn:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
    }

    .basket-plus-btn:disabled {
        background: #d9d9d9;
        border: 1px solid #ababab;
        border-radius: 10px;
    }

.basket-quantity-input {
    background: transparent;
    border: none;
    color: #462104;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    padding: 8px;
    text-align: center;
    width: 40px;
    -moz-appearance: textfield;
}

    .basket-quantity-input::-webkit-outer-spin-button,
    .basket-quantity-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .basket-quantity-input.small {
        font-size: 14px;
    }

.basket-minus-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    height: 40px;
    padding: 5px;
    width: 40px;
}

    .basket-minus-btn:active,
    .basket-minus-btn:focus,
    .basket-minus-btn:focus-visible,
    .basket-minus-btn:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
    }

    .basket-minus-btn:disabled {
        background: #d9d9d9;
        border: 1px solid #ababab;
        border-radius: 10px;
    }

.basket-delete-btn {
    background: none;
    border: none;
    box-shadow: none;
}

.account-header-container {
    background: linear-gradient(180deg, #1ec6f2 0, #baf4ff 44.5%, #fde3ab 100%);
    min-height: 100vh;
}

.account-body-container {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0 rgba(206, 200, 192, 0.50);
    padding: 8px;
}

.account-body-border {
    border: 1px dashed #462104;
    border-radius: 10px;
    padding: 16px;
}

.account-title {
    color: #462104;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.account-label {
    color: #462104 !important;
    font-size: 14px;
    font-weight: 400;
}

.account-lable ::after {
    color: #462104;
    font-size: 10px;
    font-weight: 400;
}

.account-input {
    background: #ffffff;
    border: 1px solid #462104;
    border-radius: 10px;
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 12px 8px;
    width: 100%;
}

    .account-input::placeholder {
        color: #462104;
        font-size: 12px;
        font-weight: 400;
        padding: 12px 8px;
    }

    .account-input:active,
    .account-input:focus,
    .account-input:focus-visible,
    .account-input:hover {
        border: 1px solid #ffbf32;
        box-shadow: 0 0 4px 0 rgba(255, 191, 50, 0.50);
        outline: none !important;
    }

    .account-input[type="password"] {
        padding-left: 28px;
    }

.account-input-hint {
    color: #a3998c;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
}

.account-error {
    color: #eb3a3a;
    font-size: 14px;
    font-weight: 400;
    padding-top: 8px;
}

.account-password-input-extra {
    left: 10px;
    position: absolute;
    top: -40px;
}

.account-input-password-icon {
    cursor: pointer;
}

.account-captcha {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.account-input-select-container .disabled {
    pointer-events: none;
}

    .account-input-select-container .disabled .account-input-select {
        border: 1px solid #e8e9f3;
        color: #e8e9f3;
    }

.account-input-select {
    background: #fafafa;
    border: none;
    border-radius: 12px;
    color: #a1a1aa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 16px;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .account-input-select.show {
        border: 1px solid #ffbf32;
        box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.50);
        outline: 1px solid #ffbf32;
    }

    .account-input-select i {
        font-size: 24px;
    }

        .account-input-select i::before {
            color: #ffbf32;
            content: "\e924";
        }

    .account-input-select.show i::before {
        color: #ffbf32;
        content: "\ebe7";
    }

    .account-input-select .active {
        color: #462104;
    }

.account-input-select-menu {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 6px 0 rgba(199, 199, 199, 0.40);
    margin-top: 4px !important;
    max-height: 179px;
    padding: 0;
    overflow-y: scroll;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .account-input-select-menu::-webkit-scrollbar {
        width: 5px;
    }

    .account-input-select-menu::-webkit-scrollbar-track {
        background: #f2f2f9;
    }

    .account-input-select-menu::-webkit-scrollbar-thumb {
        background: #462104;
        height: 15px;
        border-radius: 20px !important;
        background-clip: content-box;
    }

.account-input-select-menu-search-container {
    padding: 8px 8px 0 8px;
}

.account-input-select-menu-search-input {
    background: #f2f2f9;
    border-radius: 10px;
    color: #462104;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 8px;
}

    .account-input-select-menu-search-input::placeholder {
        color: #a1a1aa;
    }

.account-input-select-menu-item {
    color: #462104;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    min-height: 23px;
    padding: 8px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .account-input-select-menu-item:active {
        background: #ffffff;
        color: #462104;
    }

.account-link {
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #ffbf32;
    text-underline-offset: 8px;
}

.account-primary-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 16px;
    text-align: center;
    width: 100%;
}

.account-re-captcha-btn {
    background: #ffffff;
    border: none;
    box-shadow: none;
    color: #252432;
    font-size: 24px;
    outline: none;
    padding: 0;
}


.basket-first-title {
    color: #3f3f3f;
    font-size: 14px;
}

.basket-empty-img img {
    height: 100%;
    width: auto;
}

.basket-empty-title {
    color: #3f3f3f;
    font-family: "SansB";
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.basket-empty-text {
    color: #341f08;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.basket-empty-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32 !important;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 195px;
    outline: none;
    padding: 8px;
}

    .basket-empty-btn:active,
    .basket-empty-btn:focus,
    .basket-empty-btn:focus-visible,
    .basket-empty-btn:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32 !important;
        border-radius: 10px;
        color: #462104;
    }

.basket-state-item-container {
    background: transparent;
    border: 1px solid #ababab;
    border-radius: 50%;
    height: 38px;
    padding-top: 6px;
    text-align: center;
    width: 38px;
}

    .basket-state-item-container.active {
        background: #ffbf32;
        border: 1px solid #462104;
    }

.basket-state-item-text {
    color: #ababab;
    font-size: 12px;
    margin-top: 8px;
}

    .basket-state-item-text.active {
        color: #462104;
    }

.basket-order-message-container {
    background: #f9e4e3;
    border: 1px solid #d22c27;
    border-radius: 10px;
    color: #d22c27;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px;
}

    .basket-order-message-container a {
        color: #462104;
        text-decoration: underline;
        text-decoration-color: #ffbf32;
        text-underline-offset: 8px;
    }

.basket-product-list-header-container {
    border-bottom: 1px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
}

.basket-product-list-item-container {
    padding: 16px 0;
}

    .basket-product-list-item-container.border-b {
        border-bottom: 1px solid #3f3f3f;
    }

    .basket-product-list-item-container.quantity-check {
        background: #fcc9c7;
    }

.basket-product-list-item-img {
    height: 100px;
    text-align: center
}

    .basket-product-list-item-img img {
        height: 100%;
        max-width: 100%;
        width: auto;
    }

.basket-product-list-item-b-text {
    color: #3f3f3f;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
}

.basket-product-name {
    direction: ltr;
    text-align: end;
}

.basket-product-list-item-text {
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 400;
}

.basket-product-list-item-s-text {
    color: #3f3f3f;
    font-family: Sans;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.basket-product-list-item-quantity {
    color: #3f3f3f;
    font-family: SansM;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.basket-product-list-item-btn {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #3f3f3f;
    height: 24px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 24px;
}

.basket-product-list-item-quantity-error {
    color: #eb3a3a;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
}

.basket-product-list-item-quantity-inform-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 47px;
    text-align: center;
}

.basket-summery-container {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 0 rgba(206, 200, 192, 0.50);
    padding: 8px;
}

    .basket-summery-container.tps {
        background: transparent;
        border: 1px solid #3f3F3f;
    }

.basket-summery-border {
    border: 1px dashed #462104;
    border-radius: 20px;
    padding: 16px;
}

.basket-summery-collapse-btn {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    outline: none;
    padding: 0;
    text-align: start;
    width: 100%;
}

    .basket-summery-collapse-btn.collapsed img {
        content: url("/svg/basket_yellow_arrow_down.svg");
    }

.basket-summery-disocunt-container {
    padding-bottom: 0;
}

.basket-summery-disocunt-input {
    background: #ffffff;
    border: 1px solid #462104;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    line-height: 14px;
    outline: none;
    padding: 10px 8px;
    width: 100%;
}

    .basket-summery-disocunt-input:active,
    .basket-summery-disocunt-input:focus,
    .basket-summery-disocunt-input:focus-visible {
        border: 1px solid #ffbf32;
        box-shadow: 0 0 4px 0 rgba(255, 191, 50, 0.50);
    }

    .basket-summery-disocunt-input::placeholder {
        color: #462104;
    }

.basket-summery-disocunt-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    line-height: 25.2px;
    outline: none;
    padding: 8px;
}

    .basket-summery-disocunt-btn:active,
    .basket-summery-disocunt-btn:focus,
    .basket-summery-disocunt-btn:focus-visible,
    .basket-summery-disocunt-btn:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
        color: #462104;
    }

.basket-summery-disocunt-done {
    background: #d3e5c4;
    border: 1px solid #529916;
    border-radius: 10px;
    color: #529916;
    font-size: 14px;
    padding: 8px;
}

.basket-summery-disocunt-delete-btn {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    outline: none;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: #ffbf32;
    text-underline-offset: 8px;
}

    .basket-summery-disocunt-delete-btn:active,
    .basket-summery-disocunt-delete-btn:focus,
    .basket-summery-disocunt-delete-btn:focus-visible,
    .basket-summery-disocunt-delete-btn:hover {
        background: transparent;
        border: none;
        border-radius: 0;
        color: #462104;
    }

.basket-summery-sep {
    border-top: 1px solid #ababab;
    margin: 16px 0;
}

.basket-summery-price-container {
    color: #462104;
    font-size: 14px;
}

.basket-summery-red-item {
    color: #eb3a3a;
}

.basket-summery-total-price {
    font-family: "SansB";
    font-size: 16px;
    font-weight: 700;
}

.basket-summery-action-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    outline: none;
    padding: 8px;
    width: 100%;
}

.basket-summery-final-price-container {
    color: #126c12;
    font-size: 14px;
    font-weight: 400;
}

.basket-summery-final-price-p {
    font-family: "SansB";
    font-size: 16px;
    font-weight: 700;
}

.basket-summery-whole-sale-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px;
    width: 100%;
}

.basket-header {
    margin-top: 24px;
}

.basket-header-link {
    background: transparent;
    border-bottom: 1px solid #ffbf32;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 0 0 8px 0;
}

    .basket-header-link:active,
    .basket-header-link:focus,
    .basket-header-link:focus-visible,
    .basket-header-link:hover {
        background: transparent;
        border-bottom: 1px solid #ffbf32;
        border-left: none;
        border-right: none;
        border-top: none;
        color: #462104;
    }

.basket-address-page-title {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
}

.basket-address-page-new-address-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 195px;
    outline: none;
    padding: 8px
}

.basket-address-page-sep {
    border-bottom: 1px solid #3f3f3f;
    margin-top: 4px;
}

.basket-address-no-address {
    color: #3f3f3f;
    font-family: "SansB";
    font-size: 16px;
    font-weight: 700;
}

.basket-address-edit-input-row {
    margin-bottom: 24px;
}

.basket-address-edit-page-label {
    color: #462104 !important;
    font-size: 14px;
}

    .basket-address-edit-page-label::after {
        color: #462104 !important;
        font-size: 10px;
        font-weight: 400;
    }

.basket-address-edit-page-input {
    border: 1px solid #462104;
    border-radius: 12px;
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 12px 8px;
    width: 100%;
}

    .basket-address-edit-page-input::placeholder {
        color: #462104;
    }

    .basket-address-edit-page-input:active,
    .basket-address-edit-page-input:focus,
    .basket-address-edit-page-input:focus-visible,
    .basket-address-edit-page-input:hover {
        border: 1px solid #462104;
        box-shadow: 0 0 4px 0 #462104;
        outline: none;
    }

.basket-address-edit-page-input-error-bullet {
    background: #eb3a3a;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.basket-address-edit-page-input-error {
    color: #eb3a3a;
    font-size: 14px;
}

.basket-address-edit-page-postal-hint {
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.basket-address-edit-page-sep {
    border-top: 1px solid #ababab;
    margin: 24px 0;
}

.basket-address-edit-page-primary-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 12px 30px;
    text-align: center;
}

    .basket-address-edit-page-primary-btn:active,
    .basket-address-edit-page-primary-btn:focus,
    .basket-address-edit-page-primary-btn:focus-visible,
    .basket-address-edit-page-primary-btn:hover {
        background: #ffbf32;
        border-radius: 10px;
        color: #462104;
    }

.basket-address-edit-page-secondary-btn {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 0;
    text-decoration: underline;
    text-decoration-color: #ffbf32;
    text-underline-offset: 8px;
}

    .basket-address-edit-page-secondary-btn:active,
    .basket-address-edit-page-secondary-btn:focus,
    .basket-address-edit-page-secondary-btn:focus-visible,
    .basket-address-edit-page-secondary-btn:hover {
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: #462104;
        outline: none;
    }

.basket-address-list-radio {
    appearance: none;
    border: 2px solid #3f3f3f !important;
    border-radius: 50% !important;
    display: block;
    height: 22px;
    line-height: normal;
    padding: 0;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .basket-address-list-radio:checked {
        background-clip: content-box;
        background-color: #ffbf32;
        border: 2px solid #ffbf32 !important;
        color: #ffbf32;
        padding: 4px;
    }

.basket-address-list-label {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
}

.basket-address-list-menu {
    background: #ffffff;
    border: none !important;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 0 rgba(206, 200, 192, 0.50);
    color: #462104;
    font-size: 14px;
    padding: 0;
}

.basket-address-list-item-1-btn {
    background: transparent;
    border: none;
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    outline: none;
    padding: 16px 16px 8px;
}

.basket-address-list-item-2-btn {
    background: transparent;
    border: none;
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    outline: none;
    padding: 8px 16px 16px;
}

.basket-address-list-sep {
    border-top: 1px solid #ababab;
    margin: 16px 0;
}

.basket-post-list-item {
    font-size: 14px;
}

.paygate-list-item-text {
    color: #3f3f3f;
    font-size: 14px;
}

.basket-pay-waiting-icon {
    color: #3f3f3f;
    height: 5rem;
    width: 5rem;
}

.basket-pay-waiting-text {
    color: #3f3f3f;
    font-family: "SansM";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.basket-pay-normal-text {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
}

.basket-pay-btn-primary {
    background: #ffbf32;
    border: none !important;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 270px;
    outline: none;
    padding: 8px;
}

    .basket-pay-btn-primary:active,
    .basket-pay-btn-primary:focus,
    .basket-pay-btn-primary:focus-visible,
    .basket-pay-btn-primary:hover {
        background: #ffbf32;
        border: none !important;
        border-radius: 10px;
        color: #462104;
    }

.basket-pay-btn-secondary {
    background: #fde3ab;
    border: 1px solid #ffbf32 !important;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 270px;
    outline: none;
    padding: 8px;
}

    .basket-pay-btn-secondary:active,
    .basket-pay-btn-secondary:focus,
    .basket-pay-btn-secondary:focus-visible,
    .basket-pay-btn-secondary:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32 !important;
        border-radius: 10px;
        color: #462104;
    }

.basket-result-title {
    font-family: "SansB";
    font-size: 24px;
    font-weight: 700;
    margin-top: 24px;
}

    .basket-result-title.success {
        color: #126c12;
    }

    .basket-result-title.failed {
        color: #eb3a3a;
    }

.basket-result-text {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.basket-result-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 270px;
    outline: none;
    padding: 8px 16px;
    text-align: center;
}

    .basket-result-btn:active,
    .basket-result-btn:focus,
    .basket-result-btn:focus-visible,
    .basket-result-btn:hover {
        background: #ffbf32;
        border: none;
        border-radius: 10px;
        color: #462104;
    }

.basket-result-second-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32 !important;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    min-width: 270px;
    outline: none;
    padding: 8px 16px;
    text-align: center;
}

    .basket-result-second-btn:active,
    .basket-result-second-btn:focus,
    .basket-result-second-btn:focus-visible,
    .basket-result-second-btn:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32 !important;
        border-radius: 10px;
        color: #462104;
    }


.profile-menu-container {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 0 rgba(206, 200, 192, 0.50);
    padding: 8px;
}

.profile-menu-border {
    border: 1px dashed #462104;
    border-radius: 20px;
    padding: 8px;
}

.profile-menu-body-container {
    padding: 0;
}

    .profile-menu-body-container.collapse:not(.show) {
        display: block;
    }

.profile-menu-item {
    padding: 8px;
}

    .profile-menu-item.active {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
    }

.profile-menu-item-btn {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #252432;
    outline: none;
    margin: 0;
    padding: 0;
    text-align: start;
    width: 100%;
}

    .profile-menu-item-btn:active,
    .profile-menu-item-btn:focus,
    .profile-menu-item-btn:hover {
        background: transparent;
        border: none;
        box-shadow: none;
        color: #252432;
        outline: none;
    }

.profile-menu-item-sep {
    border-bottom: 1px solid #462104;
    margin: 16px 8px;
}

.profile-menu-credit-price {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
}

.profile-page-title {
    color: #3f3f3f;
    font-family: "SansB";
    font-size: 24px;
    font-weight: 700;
}

    .profile-page-title a {
        color: #3f3f3f;
    }

.profile-page-sep {
    border-bottom: 1px solid #3f3f3f;
    margin-top: 4px;
}

.profile-page-link {
    border-bottom: 1px solid #ffbf32;
    color: #462104;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 4px;
}

.profile-page-table-header {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
}

.profile-page-img {
    background: #fde3ab;
    border-radius: 50%;
    height: auto;
    max-width: 100%;
}

.profile-primary-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 16px;
    text-align: center;
}

    .profile-primary-btn:active,
    .profile-primary-btn:focus,
    .profile-primary-btn:focus-visible,
    .profile-primary-btn:hover {
        background: #ffbf32;
        border: none;
        border-radius: 10px;
        color: #462104;
    }

.profile-secondery-btn {
    background: #fde3ab;
    border: 1px solid #ffbf32 !important;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 16px;
    text-align: center;
}

    .profile-secondery-btn:active,
    .profile-secondery-btn:focus,
    .profile-secondery-btn:focus-visible,
    .profile-secondery-btn:hover {
        background: #fde3ab;
        border: 1px solid #ffbf32 !important;
        border-radius: 10px;
        color: #462104;
    }

.profile-underline-link {
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: #ffbf32;
    text-underline-offset: 8px;
}

.profile-credit-mod {
    background: #e1ece1;
    border: 1px solid #126c12;
    border-radius: 10px;
    color: #126c12;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
}

.profile-credit-text {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
}

.profile-btn-min-150 {
    min-width: 150px;
}

.profile-comment-text {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 28px;
}

.info-title {
    color: #3f3f3f;
    font-family: "SansB";
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.info-text {
    color: #3f3f3f;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

    .info-text a {
        color: #3f3f3f;
    }

.whole-sale-header-container {
    background: #f0eee9;
    backdrop-filter: blur(5px);
    min-height: 69px;
    padding: 0 12px;
}

.whole-sale-header-title {
    color: #462104;
    font-family: SansM;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.whole-sale-header-menu-icon {
    color: #252432;
    font-size: 24px;
}

.whole-sale-header-menu-text {
    color: #252432;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
    text-align: center;
}
.whole-sale-header-dropdown-menu {
    background: #ffffff;
    border: 1px solid #e8e9f3;
    border-radius: 12px;
    box-shadow: 0 0 2px 0 #e8e9f3;
    min-width: 208px;
    padding: 16px;
}

.whole-sale-header-dropdown-menu-item {
    color: #252432;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
}

.whole-sale-main-container {
    background: #edebe5;
}

.whole-sale-body-container {
    background: #edebe5;
    padding-top: 48px;
}

.whole-sale-single-tab-header {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #e8e9f3;
    border-right: 1px solid #e8e9f3;
    border-top: 1px solid #e8e9f3;
    border-radius: 15px 15px 0 0;
    color: #252432;
    font-family: SansB;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 22px 9px 22px;
    text-align: center;
}

.whole-sale-single-tab-container {
    background: #ffffff;
    border: 1px solid #e8e9f3;
    border-radius: 15px 0 15px 15px;
    margin-top: -1px;
    padding: 24px 16px;
}

.whole-sale-search-label {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.whole-sale-search-input {
    background: #ffffff;
    border: 1px solid #462104;
    border-radius: 10px;
    box-shadow: none;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    height: 39px;
    outline: none;
    padding: 8px 16px;
}
    .whole-sale-search-input:active,
    .whole-sale-search-input:focus {
        background: #ffffff;
        border: 1px solid #ffbf32;
        box-shadow: 0 0 4px 0 rgba(255, 191, 50, 0.20);
    }

    .whole-sale-search-input::placeholder {
        color: #ababab;
    }

.whole-sale-search-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-size: 14px;
    height: 39px;
    line-height: 20px;
    min-width: 109px;
    outline: none;
    padding: 8px 16px;
}

.whole-sale-search-result-container {
    background: #ffffff;
    border: 1px solid #ababab;
    border-radius: 12px;
    box-shadow: 0 0 2px 0 #E8E9F3;
    padding: 16px;
}
.whole-sale-search-result-header {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
}

.whole-sale-search-result-row {
    border-bottom: 1px solid #ababab;
    color: #3f3f3f;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    padding: 8px 12px;
}

    .whole-sale-search-result-row:focus-visible {
        outline: none;
    }
    .whole-sale-search-result-row:hover {
        background: #fff7d3;
}

.whole-sale-red-row {
    background: #fcc9c7;
    border: 1px solid #eb3a3a;
    border-radius: 10px;
    color: #eb3a3a;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 8px;
}

.whole-sale-yellow-row {
    background: #ab9b8e;
    border: 1px solid #462104;
    border-radius: 10px;
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 8px;
}

.whole-sale-quantity-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 4px 4px 4px 0 rgba(206, 200, 192, 0.50);
    padding: 8px;
}

.whole-sale-quantity-box-row-container {
    border-bottom: 1px solid #ababab;
    color: #462104;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
    padding: 16px;
}

.whole-sale-quantity-box-btn-container {
    padding: 16px;
}

.whole-sale-quantity-box-btn {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: SansM;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px;
    width: 100%;
}

    .whole-sale-quantity-box-btn:disabled {
        background: #d9d9d9;
    }

.whole-sale-list-header-container {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px;
}

.whole-sale-list-btn-edit {
    background: transparent;
    border: 1px solid #462104 !important;
    border-radius: 5px;
    box-shadow: none;
    color: #462104;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    padding: 8px 22px;
}

    .whole-sale-list-btn-edit:active,
    .whole-sale-list-btn-edit:focus,
    .whole-sale-list-btn-edit:focus-visible,
    .whole-sale-list-btn-edit:hover {
        background: transparent;
        border: 1px solid #462104 !important;
        border-radius: 5px;
        box-shadow: none;
        color: #462104;
        outline: none;
    }

.whole-sale-list-btn-delete {
    background: transparent;
    border: 1px solid #eb3a3a;
    border-radius: 5px;
    box-shadow: none;
    color: #eb3a3a;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    padding: 8px 27px;
}

.whole-sale-invoice-title {
    color: #3f3f3f;
    font-family: SansB;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.whole-sale-invoice-return-link {
    background: #fde3ab;
    border: 1px solid #FFBF32;
    border-radius: 10px;
    color: #462104;
    font-family: SansM;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
}


@media (max-width: 768px) {
    .main-search-title {
        font-size: 18px;
    }

    .main-list-title {
        font-size: 18px;
    }

    .main-interactive-banner-title {
        font-size: 20px;
    }

    .main-interactive-banner-price {
        font-size: 20px;
    }

    .main-footer-title {
        font-size: 18px;
    }

    .product-detail-title {
        font-size: 18px;
    }

    .product-detail-price {
        font-size: 18px;
    }

    .product-detail-old-price {
        font-size: 12px;
    }

    .product-search-header-title {
        font-size: 18px;
    }

    .product-search-header-btn {
        min-width: 200px;
    }

    .product-search-empty-title {
        font-size: 18px;
    }

    .account-title {
        font-size: 18px;
    }

    .basket-empty-img {
        height: 190px;
    }

    .basket-empty-title {
        font-size: 18px;
    }

    .basket-product-list-item-b-text {
        font-size: 16px;
    }

    .basket-product-list-item-text {
        font-size: 14px;
    }

    .basket-quantity-input {
        font-size: 16px;
    }

    .basket-address-page-title {
        font-size: 18px;
    }

    .profile-page-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .main-header-container {
        min-height: 56px;
    }

        .main-header-container .container-xxl {
            padding: 0;
        }

    .main-header-hamburger-menu {
        min-width: 57px;
        padding: 12px;
    }

    .main-header-search {
        padding: 12px;
    }

    .main-header-logo {
        height: 48px;
        padding-top: 4px;
    }

        .main-header-logo img {
            height: 100%;
            max-width: 100%;
            width: auto;
        }

    .main-header-login-menu {
        line-height: 48px;
        min-width: 56px;
        padding: 12px;
    }

    .main-header-basket {
        padding: 12px;
    }

    .product-search-header-btn {
        min-width: 50px;
        width: 100%;
    }
}
