body.ov-hidden {
    overflow: hidden;
}

.popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .5);
}

.popup .contents {
    height: 90%;
    width: 100vw;
    background-color: #FFF;
    bottom: 0;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}

.popup_header {
    box-shadow: 0 0.125rem 0.375rem 0 rgba(18, 18, 18, .1);
    display: flex;
    justify-content: center;
    position: relative;
    padding: 16px;
}

.popup_header .heading {
    font-size: 22px;
    margin: 0;
}

.popup_header .close {
    position: absolute;
    right: 10px;
    top: 13px;
    background: transparent;
    border: none;
}

.popup ul {
    list-style: none;
    padding: 0;
}

.popup .drawer .list_btn {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr 40px 30px;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    padding: 16px;
}

.popup .drawer .list_btn .counter {
    background-color: #0970e6;
    color: #FFF;
    padding: 4px;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
}

.popup .drawer .list_btn .counter.__show {
    display: flex;
}

.popup .drawer {
    overflow-y: auto;
    height: 100%;
}

.popup .drawer .sort_btn {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    display: flex;
    padding: 0;
    align-items: center;
    padding: 16px;
}

.popup .drawer .list li {
    border-bottom: 1px solid rgb(229, 229, 229);
}

.popup .drawer .filter_options li label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.popup .drawer .filter_options li {
    border: none;
}

.popup .drawer .filter_options {
    padding: 16px;
    padding-top: 5px;
}

.popup .drawer .filter_options li {
    margin-bottom: 13px;
}

.popup .drawer .filter_checkbox {
    display: none;
}

.popup .drawer .filter_box {
    height: 24px;
    width: 24px;
    background-color: #FFF;
    border: 1px solid #adadad;
    border-radius: 4px;
}

.title-search-result__inner {
    padding: 0 32px 16px
}

.title-search-item {
    margin-bottom: 16px;
    font-size: 14px
}

div.title-search-result {
    display: none;
    overflow: hidden;
    z-index: 205;
    background-color: #fff;
    transform: translateY(-3px)
}

div.title-search-result:not(.title-search-result--return) {
    /*width: auto !important;*/
    /*margin: 0 -20px*/
}

div.title-search-result.title-search-result--return {
    border: 1px solid #cdd3da;
    border-top: 0
}

div.title-search-result.title-search-result--return .title-search-result__inner {
    padding: 0
}

div.title-search-result.title-search-result--return .title-search-item {
    margin-bottom: 0
}

div.title-search-result.title-search-result--return .title-search-item:last-child a {
    padding: 8px 20px 13px
}

div.title-search-result.title-search-result--return .title-search-item a {
    display: block;
    padding: 8px 20px;
    cursor: pointer
}

.product-cart_like.card__like--active {
    background-image: url(../img/like-active.svg);
}

.popup_fader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #00000059;
    display: block;
    top: 0;
    z-index: 1000;
}

.count {
    margin-left: auto;
}

input.count_input.b-count__input {
    width: 44px;
    border: 0;
}

.product .count {
    width: 150px;
    align-items: center;
    padding: 9px 2px;
}

.product-cart_image {
    display: flex;
    justify-content: center;
}


.auth.form {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10000;
}

.popup-set-address {
    width: 100%;
    height: 100%;
}

.address_value.hidden:after {
    display: none;
}

.btn--disabled, .btn:disabled {
    background: #ecedef;
    color: #7e7d89;
    pointer-events: none;
    cursor: default;
}

#show_price_modal {
    z-index: 10000;
}

#show_price_modal .popup-info_text {
    padding: 25px 0px;
}

.popup-cart_address h2, .popup-cart_address .address {
    margin-bottom: 20px;
}

.popup-cart_address input[type=submit] {
    background: #FF3D00;
    flex-shrink: 0;
    border-radius: 10px;
    padding: 13px;
    color: white;
    margin-top: 20px;
}

.date-block_value.error {
    border: 1px solid red;
}

.popup-cart_address .address {
    overflow-y: scroll;
}

.popup-cart_close {
    width: 14px;
    height: 14px;
    padding: 10px;
}

.popup.debt {
    height: 70%;
    top: inherit;
    z-index: 10000;
    border-radius: 1rem 1rem 0 0;
    transition: bottom .2s linear;
}

.popup_categories, .popup_sort {
    height: 65%;
    top: inherit;
    display: block;
    z-index: 10000;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden !important;
}

.popup-info.popup-set-address {

}

.popup_categories .popup_content {
    overflow-y: auto;
    max-height: calc(100% - 3rem);
}

.menu_list .list_btn {
    background: none;
    background-image: url(../img/new/up.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 1.5rem 1.5rem;
    padding-right: calc(5% + 1.5rem) !important;
    position: relative;
    /* padding: 10px 0; */
    margin-left: 10px;
    display: flex;
    gap: 5px;
    width: 100%;
    align-items: center;
}

.menu_list li.active .list_btn {
    background-image: url(../img/new/doiwn.svg);
}

.menu_list .list_btn img {
    width: 27px;
    height: 27px;
}

/* .menu_list .list_btn img {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.menu_list li.active a.parent {
    background-image: url(../img/new/doiwn.svg);
}

.menu_list li ul {
    display: none;
}

.menu_list li.active > ul {
    display: block;
    margin-left: 1.625rem;
    margin-bottom: 0.8125rem;
    margin-top: 0.8125rem;
}

.product-cart_arrows img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header.__type-2 {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 50;
    top: 0;
    display: none;
}

.header.__type-2.fixed {
    display: block;
}

.popup-info {
    z-index: 10000;
}


.menu_list li a {
    display: flex;
    text-align: left;
    /* margin-left: 10px; */
}


.filter_checkbox:checked + label .filter_box {
    background-color: #0970e6;
}

.drawer .list_btn .carrot {
    transform: rotate(180deg);
    grid-column: 3;
    transition: 0.3s;
    margin-left: auto;
}

.drawer .list_btn .carrot.__open {
    transform: rotate(0deg);
}

.btns {
    background: #FF3D00;
    flex-shrink: 0;
    border-radius: 10px;
    padding: 13px;
    color: white;
    margin-top: 20px;
}


.btn--disabled, .btns:disabled {
    background: #ecedef;
    color: #7e7d89;
    pointer-events: none;
    cursor: default;
}

.filter_checkbox:checked + label .filter_box {
    background-color: #FF3D00 !important;
}

.bx-filter-parameters-box-container input {
    display: block;
    width: 100%;
}

.link {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #2e2835;
    cursor: pointer;
    transition: .2s;
}

.bx-filter-parameters-box-container .link {
    font-size: 16px;
    margin: 20px auto 0;
    background: none !important;
}

.link-b--orange {
    color: #ff7b30;
}

#sort_popup .drawer {
    padding: 0 15px;
}

#sort_popup a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #484848;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    padding-right: 10px;
    padding: 10px 0;
}

#sort_popup li.is-current a {
    color: #ff7b30 !important;
}

.catalog-slider_slider .product-cart_title {
    min-height: 65px;
}

.lk-docs-form__btns, .lk-return-form-m__btn {
    text-align: center;
}

.lk-docs-form__btns .btn, .lk-return-form-m__btn .btn {
    width: 70% !important;
}

.wrapper.main {
    min-height: inherit !important;
    padding-top: 20px;
}

.btn {
    background: #FF3D00;
    border-radius: 6.963px;
}

.select-items ul > .selected, .select-items ul > :hover {
    color: #FF3D00 !important;
}

.link-b--orange {
    color: #FF3D00 !important;
}

.product .wrapper.__2 {
    padding-top: 20px;
}

.menu_list li li {
    border-bottom: none;
}

.profile_title-2 {
    line-height: 20px;
}

.title-search-item a {
    color: black;
}

.popup-cart_save-all {

    display: block;
    text-align: center;
    margin-top: 20px;
    color: #D61A00;
    font-style: normal;
    font-weight: 500;
    /* background-image: url("../img/delete.svg"); */
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: contain;
    margin-bottom: 20px;

}

.orders_search .filter_select_new {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 6px 9px 6px;
    border-radius: 13px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    background-image: url(../img/arrow-2.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    margin-bottom: 13px;
    width: 100%;
    -webkit-appearance: none;
    font-family: Montserrat, sans-serif
}


.orders_search .select {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 6px 9px 6px;
    width: 100%;
    border-radius: 13px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    margin-bottom: 16px;
    height: 40px !important;
}

.orders_search .select > .label {
    padding: 0 !important;
}

#js_order_list h3 {
    margin-top: 20px;
}

.sale-order-history-link {
    color: #FF3D00
}

.product .count {
    width: 85px;
}

.title-search-item a {
    color: #FF3D00;
    text-decoration: none;
}

.catalog-slider_slider .slick-track {
    display: flex !important;
}

.catalog-slider_slider .slick-track .slick-slide {
    height: inherit;
}

.catalog-slider_slider .product-cart {
    height: 100%;
}

.catalog-slider_slider .product-cart_content {
    height: 100%;
}

.catalog-slider_slider .product-cart_content .product-cart_left {
    width: 90px;
}

.catalog-slider_slider .product-cart_content .product-cart_row {
    height: 100%;
}

.catalog-slider_slider .product-cart_content .product-cart_row .product-cart_right {
    /*display: flex;*/
    flex-direction: column;
}

.catalog-slider_slider .product-cart_content .product-cart_row .product-cart_right .product-cart_bottom {
    margin-top: auto;
}


.catalog_item, .product-cart {
    margin-bottom: 10px;
    position: relative;;
}

.product .count {
    width: 120px;
}
.count {
    width: 110px;
}
.catalog_item .count {
    padding: 9.4px 2px;
}

.count_left, .count_right {
    width: 35px;
}

.count_input {
    min-width: 40px;
}

.count_input span {
    white-space: nowrap;
}

.c__pagination {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.product_action-info strong {
    padding: 0 10px;
}
.menu_list .list_btn {
    margin-left: 0;
}
.menu_list > li {padding-left: 10px}

.banners .banners_row  .slick-track {
}

.out_of_stock .product-cart_left{
    filter: grayscale(1);
}
.product_table-td.green {
    color: #00D749;
}
.product_table-td.red {
    color: #ff3d00;
}

.product_sert-link {
    text-decoration: none;
}
.bx-session-message {
    display: none!important;
}

.form-row--errors .alert--red {
    color: red;
}

.product-block {
    z-index: 10000;
    padding: 0;
}

.product-block_close {
    width: 20px;
    height: 15px;
}

.product-block_header {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-block--inner {
    padding: 15px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-block button.close {
    top: 5px;
}

.order_popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    overflow-y: auto;
    padding-bottom: 20px;
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
}

.order_popup.__open {
    opacity: 1;
    pointer-events: all;
}

.order_popup .transparent_btn {
    padding: 0;
    border: none;
    background: none;
}

.order_popup .close_order_popup {
    margin-top: 20px;
    margin-bottom: 10px;
}

.order_popup .close_order_popup .icon {
    height: 15px;
    width: 15px;
}

.order_wrap {
    /* max-width: 400px; */
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.order_info {
    background-color: rgba(238, 238, 238, 1);
    border-radius: 13px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    border: none;
    color: #000;
}

.order_info .icon {
    height: 19.5px;
    width: 19.5px;
    object-fit: contain;
}

.order_info .row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order_info .location_text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}

.order_info .time_text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 9px;
    letter-spacing: 0em;
    text-align: left;
}

.order_contents .delete_btn {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    margin-left: auto;
    color: rgba(87, 87, 87, 1);
}

.order_contents .order_item {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}

.order_contents .order_item .contents {
    display: flex;
    flex-direction: column;
}

.order_contents .order_item .contents .price {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 5px;
    letter-spacing: 0em;
    text-align: right;
}

.order_contents .order_item .contents .price .small {
    font-size: 12px;

}

.order_contents .order_item .contents .main {
    display: flex;
    align-items: center;
}

.order_contents .order_item .contents .product_img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.order_contents .order_item .contents .info {
    flex-grow: 1;
    width: 100%;
}

.order_contents .order_item .contents .info .product_name {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    color: #000;
    text-decoration: none;
}

.order_contents .order_item .contents .info .bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.order_contents .order_item .contents .info .bottom .weight {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 10px;
    padding: 5px;
}

.order_contents .order_item .contents .info .bottom .weight .value {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
}

.order_contents .order_item .contents .info .bottom .weight_price {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
}

.order_contents .order_item .contents .amount_spinbox {
    width: fit-content;
    display: flex;
    border: 1px solid rgba(167, 167, 167, 1);
    border-radius: 10px;
    height: fit-content;
    padding: 5px;
}

.order_contents .order_item .contents .amount_spinbox .spinbox_btn {
    display: flex;
    align-items: center;
}

.order_contents .order_item .contents .amount_spinbox .number_input {
    width: 30px;
    border: none;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 4px;
    letter-spacing: 0em;
    text-align: center;
}

.order_contents .order_item .contents .amount_spinbox .number_input::-webkit-outer-spin-button,
.order_contents .order_item .contents .amount_spinbox .number_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.order_contents .order_item .contents .amount_spinbox .number_input[type=number] {
    -moz-appearance: textfield;
}

.order_popup .divider {
    border: 0.5px solid rgba(167, 167, 167, 1);
    margin: 0;
}

.order_totals {
    padding-top: 10px;
    padding-bottom: 10px;
}

.order_totals .remaining_price {
    background: rgba(255, 247, 240, 1);
    width: fit-content;
    border-radius: 8px;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
}

.order_totals .price {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    white-space: nowrap;
}

.order_totals .price .small {
    font-size: 12px;
}

.order_totals .order_shipping {
    background: rgba(255, 254, 229, 1);
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 5px 0;
    border-radius: 8px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 5px;
}

.order_totals .order_shipping .delivery_price {
    font-weight: 500;
}

.order_totals .clear_cart {
    display: flex;
    align-items: center;
    color: rgba(214, 26, 0, 1);
    gap: 10px;
    font-size: 14px;
    margin-top: 10px;
}

.order_totals .clear_cart .icon {
    height: 20px;
    width: 20px;
}

.order_totals .order_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.order_popup .order_btn {
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    background-color: rgba(255, 61, 0, 1);
    color: #FFF;
    border-radius: 10px;
    position: relative;
    padding: 5px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.order_popup .order_btn .total_box {
    background-color: rgba(214, 26, 0, 1);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.order_popup .order_btn .total_box .price {
    font-size: 14px;
}

.order_popup .order_btn .total_box .price .small {
    font-size: 10px;
}

.order_popup .delivery_options_contents {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 100%;
    min-height: 80%;
    height: fit-content;
    width: 100%;
    z-index: 10;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s;
    border-radius: 18.78px 18.78px 0px 0px;
    z-index: 2;
    padding-bottom: 10px;
    box-sizing: border-box;
    transform: translateY(100%);
}

.order_popup .delivery_options {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none;
}

.order_popup .delivery_options.__open {
    pointer-events: all;
}

.order_popup .delivery_options .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .5);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s;
}

.order_popup .delivery_options.__open .shade {
    opacity: 1;
}


.order_popup .delivery_options.__open .delivery_options_contents {
    transform: none;
}

.order_popup .delivery_options .topper {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
}

.order_popup .delivery_options .topper .close_options {
    background: none;
}

.order_popup .delivery_options .topper .top_text {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

.order_popup .delivery_options .date_box .date_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #FFF;
    color: #000;
}

.order_popup .delivery_options .date_box .date_info .left {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.order_popup .delivery_options .date_box .date_info .date {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: right;
}

.order_popup .delivery_options .calendar {
    display: flex;
    justify-content: center;
}

.order_popup .delivery_options .calendar .air-datepicker.-inline- {
    border: none;
}

.order_popup .delivery_options .calendar .air-datepicker-nav {
    border: none;
}

.order_popup .delivery_options .calendar .air-datepicker-nav--title i {
    color: #000;
}

.order_popup .delivery_options .calendar .air-datepicker-body--day-name {
    color: #000;
}

.order_popup .delivery_options .calendar .air-datepicker-cell.-selected- {
    background-color: rgba(214, 26, 0, 1);
}

.order_popup .delivery_options .calendar .air-datepicker-cell.-current-:not(.-selected-) {
    color: rgba(214, 26, 0, 1);
    border: 0.63px solid rgba(234, 236, 240, 1);
}

.order_popup .delivery_options .calendar .air-datepicker-cell.-day- {
    border-radius: 100%;
}

.order_popup .delivery_options .calendar .air-datepicker-cell.-day-.-selected- {
    background-color: rgba(214, 26, 0, 1);
}

.order_popup .delivery_options .checkbox_wrap {
    display: flex;
    align-items: center;
    gap: 17px;
}

.order_popup .delivery_options .checkbox_wrap .custom_box {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: rgba(217, 217, 217, 1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_popup .delivery_options .checkbox_wrap .custom_box .dot {
    height: 9px;
    width: 9px;
    border-radius: 100%;
    background-color: rgba(255, 61, 0, 1);
    display: none;
}

.order_popup .delivery_options .checkbox_wrap .radio_input {
    display: none;
}

.order_popup .delivery_options .checkbox_wrap .radio_input:checked ~ .custom_box {
    background-color: transparent;
    border: 1px solid rgba(255, 61, 0, 1);
}

.order_popup .delivery_options .checkbox_wrap .radio_input:checked ~ .custom_box .dot {
    display: block;
}

.order_popup .delivery_options .checkbox_wrap .radio_label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.order_popup .delivery_options .address_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.order_popup .delivery_options .done_btn {
    width: 100%;
    max-width: 185px;
    align-self: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    background: rgba(255, 61, 0, 1);
    color: #FFF;
    padding: 8px 10px;
    border-radius: 15px;
}

.product-cart_price.old_price {
    display: inline-block;
    position: relative;
    margin-left: 80px;
}
.product-cart_price.old_price:before {
    content: "";
    border-bottom: 2px solid #575757;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(12deg);
}

.product-cart_price.discount_price {
    color: #FFFFFF;
    background-color: #FF3D00;
    padding: 3px 9px;
    font-size: 20px;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 20px;
	min-width: 120px;
	width: auto;
	white-space: nowrap;
	height: 28px;
}

.product-cart_price.discount_price .small {
    font-size: 14px;
}

.product-cart_left {
    width: 80px;
}

.product-cart_price.old_price {
     font-size: 14px;
     color: #575757;
}

.product-cart_price.old_price .small {
     font-size: 12px;
     line-height: 12px;
     font-weight: 600;
}

.product-cart_content {
    padding: 10px 7px;
    padding-top: 15px;
}

.count_input {
    font-size: 20px;
}

.product-cart_value {
    padding: 7px;
    border-radius: 8px;
    font-size: 12px;
}

.product-cart_value-info {
    font-size: 12px;
}

.product-cart_like {
    top: 12px;
    right: 8px;
}

.product-cart_bottom .count {
    border-radius: 10px;
}

.count_right, .count_left {
    background-size: contain;
    height: 25px;
}

.catalog_item .count {
    padding: 6px;
}

.product-cart_title {
    padding-right: 20px;
}

@media (max-width: 380px) {
    /* .product-cart_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .product-cart_bottom .count {
        margin-left: 0;
    } */

    .product-cart_price.discount_price {
        font-size: 16px;
    }

    .count_input {
        font-size: 14px;
    }

    .count {
        width: 90px;
    }

    .count_right, .count_left {
        height: 16px;
    }

    .product-cart_price.old_price {
        /*font-size: 12px;*/
    }
}

[data-use="show-more-list"] .link-b--orange {
    color: white!important;
}

.cold {
    background-image: url(../img/cold.svg);
    width: 72px;
    height: 20px;
    /*position: absolute;*/
    /*top: 12px;*/
    /*z-index: 10;*/
    /*left: 5px;*/
    background-repeat: no-repeat;
}
.cold_detail {
    background-image: url(../img/cold.svg);
    width: 140px;
    height: 39px;
    /*position: absolute;*/
    /*top: 0px;*/
    /*z-index: 10;*/
    /*right: 5px;*/
    background-repeat: no-repeat;
}
.product_block {
    position: relative;
}
.order_contents .order_item .contents {
    position: relative;
}
.cold_cart {
    background-image: url(../img/cold.svg);
    width: 60px;
    height: 25px;
    /*position: absolute;*/
    /*top: -5px;*/
    /*z-index: 10;*/
    /*left: 0px;*/
    background-repeat: no-repeat;
}

.tags {
    min-width: 72px;
    position: absolute;
    top: 12px;
    z-index: 10;
    left: 5px;
    background-repeat: no-repeat;
}
.tags_detail {
    min-width: 72px;
    position: absolute;
    top: 12px;
    z-index: 10;
    right: 5px;
    display: flex;
    background-repeat: no-repeat;
    align-items: flex-start;
    gap: 5px;
}

.p__tag--new {
    background-color: #60c339;
    width: 100%;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 9px;
    text-align: center;
    border-radius: 4px;
    padding: 5px 5px;
    width: 72px;
    height: 19px;
}

.p__tag--new.detail {
    font-size: 20px;
    width: 115px;
    height: 100%;
}

.product-cart_bottom {
    gap: 10px;
}
