.cab-page-comm-temp-dsk__header {
    margin-bottom: 0.4rem;
}
.cab-head-dsk,
.top-blocks {
    display: flex;
    justify-content: space-between;
}
.cab-head-dsk {
    align-items: center;
    padding: 2.6rem 2.8rem;
}
.cabinet-block {
    background-color: #fff;
}
.per-inf {
    display: flex;
    padding: 0.7rem;
}
.per-inf__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(67, 176, 42, 0.65);
    height: 11rem;
    width: 11rem;
    border: solid #e5e5e5 0.5rem;
    border-radius: 5.5rem;
    font-weight: 500;
    font-size: 44px;
    color: #fff;
    text-transform: capitalize;
}
.per-inf__details {
    width: 22rem;
    margin-left: 2.8rem;
}
.per-inf__name {
    position: relative;
    padding-right: 2.5rem;
    margin-bottom: 1.2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 2rem;
}
.per-inf__name a {
    text-decoration: none;
    color: #313131;
}
.per-inf__edit {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff671f;
    cursor: pointer;
}
.per-inf__edit:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.8rem;
    font-size: 1.8rem;
}
.header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    min-width: 36rem;
}
.bonus-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18rem;
    height: 11rem;
    background: linear-gradient(90.44deg, #ff671f 0.41%, #fe6174 158.9%);
    border-radius: 5px;
    position: relative;
    color: #fff;
}
.bonus-info:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
.bonus-info__img-wr {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 1rem;
}
.bonus-info__img {
    width: 100%;
}
.bonus-info__title {
    z-index: 3;
    margin-top: 1.8rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
}
.bonus-info__value {
    z-index: 3;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.1rem;
}
.totals-info {
    display: flex;
    flex-direction: column;
    height: 11rem;
    width: 18rem;
}
.totals-info__row {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.totals-info__link {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 2.6rem;
}
.totals-info__link--orders:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.4rem;
    font-size: 1.4rem;
}
.totals-info__link:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ccc;
    vertical-align: middle;
}
.totals-info__link--compare:before,
.totals-info__link--wishlist:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4rem;
    font-size: 1.4rem;
}
.totals-info__link--compare:before {
    content: "";
}
.totals-info__link--wishlist:before {
    content: "";
}
.totals-info__link-name {
    color: #616161;
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.totals-info__link-value {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
}
.totals-info__link:hover {
    cursor: pointer;
}
.totals-info__link:hover,
.totals-info__link:hover .totals-info__link-name,
.totals-info__link:hover .totals-info__link-value,
.totals-info__link:hover:before {
    color: #ff671f;
}
.empty-purchase {
    display: flex;
    align-items: center;
    width: 35%;
}
.empty-purchase__info {
    max-width: 30rem;
    margin-top: 1.1rem;
}
.empty-purchase__title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
}
.empty-purchase__title-nambervan {
    color: #43b02a;
}
.empty-purchase__text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
}
.empty-purchase__text-link {
    cursor: pointer;
    color: #43b02a;
}
@media (max-width: 1023px) {
    .cab-head-mbl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2rem 1.2rem;
    }
}
.top-blocks {
    width: 100%;
}
.cab-head-dsk,
.top-blocks {
    display: flex;
    justify-content: space-between;
}
.top-blocks__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 30%;
    height: 11.6rem;
    border-radius: 0.8rem;
    padding: 1.2rem 1.8rem;
}
.top-blocks__item-icon {
    color: #ccc;
}
.top-blocks__item-icon-coupon:before,
.top-blocks__item-icon-order:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 3.6rem;
    font-size: 3.6rem;
}
.top-blocks__item-icon-coupon:before {
    content: "";
}
.top-blocks__item-icon-order:before {
    content: "";
}
.top-blocks__item-icon-wishlist:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 3.6rem;
    font-size: 3.6rem;
}
.top-blocks__item-title {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #000;
    margin-top: 1.2rem;
}
.main-menu-button {
    background: #43b02a;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
}
.main-menu-button span {
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 4rem;
    text-transform: uppercase;
}
.bonus-info-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 12.2rem;
    background: linear-gradient(90.44deg, #ff671f 0.41%, #fe6174 158.9%);
    border-radius: 1.2rem;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.bonus-info-mobile__img-wr {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 1rem;
}
.bonus-info-mobile__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1023px) {
    #column-left {
        display: block !important;
        width: 100%;
        padding: 0 !important;
    }
}
#column-left {
    background-color: #fff;
    padding: 1.6rem 2.4rem;
    position: relative;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    flex-basis: 29%;
    flex-shrink: 2;
}
#content {
    background-color: #fff;
    margin-bottom: 0.4rem;
    min-height: 40rem !important;
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 71%;
    width: auto;
    padding: 0;
}

#content.nww {
    max-width: 100%;
}




@media (min-width: 1024px) {
    .cab-page-comm-temp-dsk__content-wrapper {
        display: flex;
        align-items: stretch;
    }
}
.cab-page-comm-temp-dsk__nav {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    flex-basis: 29%;
    flex-shrink: 2;
}
.cab-nav-dsk {
    background-color: #fff;
    padding: 1.6rem 2.4rem;
    position: relative;
}
.cabinet-navigation-item {
    border-bottom: 0.1rem solid #f2f2f2;
    min-width: 24.7rem;
    padding: 0.3rem 0;
}
.cabinet-navigation-item__container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    padding-left: 3.8rem;
    cursor: pointer;
}
.cabinet-navigation-item__container.icon-arrow2 {
    font-weight: 600;
}
.cabinet-navigation-item__container.icon-arrow2:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.8rem;
    font-size: 1.8rem;
    display: block;
    transform: scale(-1, 1) translateY(-50%);
    color: #000;
}
.cabinet-navigation-item__container.icon-personal-home:before,
.cabinet-navigation-item__container.icon-personal-present:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8rem;
    font-size: 1.8rem;
}
.cabinet-navigation-item__container.icon-cart:before,
.cabinet-navigation-item__container.icon-personal-list:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8rem;
    font-size: 1.8rem;
}
.cabinet-navigation-item__container.icon-cart:before {
    content: "";
}
.cabinet-navigation-item__container:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ccc;
}
.cabinet-navigation-item__container.icon-wishlist:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8rem;
    font-size: 1.8rem;
}
.cabinet-navigation-item__container.icon-eye-light:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8rem;
    font-size: 1.8rem;
}
.cabinet-navigation-item__container.icon-login:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8rem;
    font-size: 1.8rem;
}
.cabinet-navigation-item__container.icon-personal-out:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.8rem;
    font-size: 1.8rem;
}
.cabinet-navigation-item__container.icon-personal-home:before {
    content: "";
}
.cabinet-navigation-item__container.icon-personal-present:before {
    content: "";
}
.cabinet-navigation-item__container.icon-cart:before {
    content: "";
}
.cabinet-navigation-item__container.icon-personal-list:before {
    content: "";
}
.cabinet-navigation-item__container.icon-wishlist:before {
    content: "";
}
.cabinet-navigation-item__container.icon-eye-light:before {
    content: "";
}
.cabinet-navigation-item__container.icon-login:before {
    content: "";
}
.cabinet-navigation-item__title--selected {
    font-weight: 700;
}
.cabinet-navigation-item__title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 6.2rem;
}
.cabinet-navigation-item-exit-desktop:last-child {
    border-bottom: none;
}
.cabinet-navigation-item-exit-desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2.6rem 0 1.4rem;
}
.cabinet-navigation-item-exit-desktop__wr {
    align-items: center;
    display: flex;
}
.cabinet-navigation-item-exit-desktop__exit-icon:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.8rem;
    font-size: 1.8rem;
    display: block;
    margin: 0 0 0.5rem 1rem;
    color: #000;
}
.cabinet-navigation-item-exit-desktop__exit-title {
    display: block;
    margin: 0 0 0.5rem 1rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
}
.cabinet-navigation-item__container:hover,
.cabinet-navigation-item__container:hover:before {
    color: #ff671f;
}
.column.inline,
.flex.inline,
.row.inline {
    display: inline-flex;
}
.cabinet-navigation-item__badge {
    margin-left: 2rem;
    padding: 0.2rem 1.3rem;
    border-radius: 0.8rem;
}
.no-wrap {
    flex-wrap: nowrap;
}
.bg-orange-14 {
    background: #ff6d00 !important;
}
.q-badge--single-line {
    white-space: nowrap;
}
.q-badge {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    min-height: 12px;
    font-weight: 400;
    vertical-align: initial;
}
.cab-page-comm-temp-dsk__content {
    margin-bottom: 0.4rem;
    min-height: 40rem;
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 71%;
}
.home-tab {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 4.5rem 7.8rem 2.6rem;
    background: #fff;
}
.home-tab__greeting-wr {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
}
.home-tab__welcome-image {
    height: 24.4rem;
    width: 28.2rem;
}
.home-tab__greeting {
    display: block;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 3.6rem;
    text-align: center;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}
.home-tab__greeting:after {
    content: "😊";
    display: inline-block;
    margin-left: 0.5rem;
}
.home-tab__greeting-desc {
    display: block;
    width: 60%;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    color: #616161;
}
.home-tab__actions-wr2 {
    margin-top: 2.2rem;
}
.home-tab__actions-wr,
.home-tab__actions-wr2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.4rem;
}
.home-tab-action {
    display: flex;
    align-items: center;
    padding: 4rem;
    column-gap: 3rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.8rem;
}
.home-tab-action:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.home-tab-action:hover .home-tab-action__arrow:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 9 14' fill='transparent' xmlns='http://www.w3.org/2000/svg' stroke='%23FF671F'%3E%3Cpath d='M1 1l6 6-6 6' stroke-width='2'/%3E%3C/svg%3E")
        no-repeat 50%;
}
.home-tab-action__icon {
    max-height: 4.4rem;
    max-width: 4.4rem;
}
.home-tab-action__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-basis: 75%;
}
.home-tab-action__title {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
    color: #43b02a;
}
.home-tab-action__desc {
    flex-grow: 4;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #616161;
}
.home-tab-action__arrow {
    position: relative;
    justify-self: end;
}
.home-tab-action__arrow:after {
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 9 14' fill='transparent' xmlns='http://www.w3.org/2000/svg' stroke='%23515151'%3E%3Cpath d='M1 1l6 6-6 6' stroke-width='2'/%3E%3C/svg%3E")
        no-repeat 50%;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    transform-origin: 50%;
}
.icon-comfy-circle:after,
.icon-comfy:after,
.order-item-desktop__expander-header-content:after {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1rem;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.orders-tab {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.orders-tab__title {
    font-weight: 700;
    font-size: 3.4rem;
    color: #000;
    margin: 3.2rem;
}
.orders-tab-content__orders {
    padding: 0 3.2rem;
    margin-bottom: 3.2rem;
}
.orders-tab-content__order:not(:last-child) {
    margin-bottom: 1.6rem;
}
@media (min-width: 1024px) {
    .order-item-desktop {
        position: relative;
        background: #fff;
    }
    .order-item-desktop__expander {
        border: 0.1rem solid #e5e5e5;
        border-radius: 0.8rem;
    }
}
.relative-position {
    position: relative;
}
.order-item-desktop__expander .q-item {
    padding: 0;
}
.order-item-desktop__expander-header {
    opacity: 1 !important;
    cursor: pointer !important;
}
.order-item-desktop__expander-header.disabled * {
    cursor: pointer !important;
}
@media (max-width: 1023px) {
    .orders-tab {
        background-color: #fff;
    }
    .order-item-desktop {
        position: relative;
        border: 0.1rem solid #e5e5e5;
        border-radius: 0.8rem;
    }
    .order-item-desktop__expander-header-content {
        padding: 1.6rem 2.4rem 1.2rem;
        min-height: 0;
        width: 100%;
    }
    .b1,
    .b2,
    .b3 {
        width: 100% !important;
    }
    .order-item-desktop__expander-header-content-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.8rem;
    }
    .order-item-desktop__expander-header-content-number {
        font-size: 1.4rem;
        font-weight: 500;
    }
    .order-item-desktop__expander-header-content-date {
        font-size: 1.4rem;
        color: #616161;
    }
    .order-item-desktop__expander-header-content-row-title {
        font-size: 1.4rem;
        color: #000;
    }
    .order-item-desktop__expander-header-content-status {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .order-item-desktop__expander-header-content-price {
        font-size: 1.6rem;
        font-weight: 700;
    }
    .order-item-desktop__expander-header-content-products {
        display: flex;
        align-items: center;
        transition: 0.5s;
    }
    .order-item-desktop__expander-header-content-product {
        width: 6rem;
        margin-right: 0.8rem;
    }
    .order-item-desktop__expander-header-content:after {
        display: none;
        font-family: Comfy-Icons;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1rem;
        font-size: 1rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.order-item-desktop__expander-header-content-product-dymmy {
    flex-shrink: 0;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.8rem;
}
.icon-comfy-circle {
    background: #000;
    border-radius: 50%;
    color: #fff;
    height: 1.6rem;
    width: 1.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.icon-comfy__show-more:after {
    content: "";
    line-height: 0.8rem;
    font-size: 0.8rem;
}
.icon-comfy-circle:after,
.icon-comfy:after {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1rem;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
    .order-item-desktop__expander-header-content {
        display: flex;
        align-items: center;
        position: relative;
        padding: 1.8rem 5rem 1.8rem 2.6rem;
        min-height: 0;
        width: 100%;
        display: flex;
    }
}
.order-item-desktop__expander-header-content-status {
    font-size: 1.4rem;
    font-weight: 700;
    color: #43b02a;
}
.order-item-desktop__expander-header-content-price {
    font-size: 1.6rem;
    font-weight: 700;
}
.order-item-desktop__expander-header-content-products {
    display: flex;
    align-items: center;
}
@media (min-width: 1024px) {
    .order-item-desktop__expander-header-content-product {
        width: 3.6rem;
        max-height: 3.6rem;
        margin-right: 1rem;
    }
}
.order-item-desktop__expander-header-content-product {
    display: none;
}
.order-item-desktop__expander-header-content-product:nth-child(-n + 4) {
    display: block;
}
.order-item-desktop__expander-header-content:after {
    content: "";
    line-height: 1.2rem;
    font-size: 1.2rem;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 2.4rem;
    top: 2.6rem;
    transition: 0.3s;
    color: #616161;
    line-height: 2rem;
    text-align: center;
}
.q-expansion-item__content {
    display: none;
}
.order-item-desktop-open .q-expansion-item__content {
    display: block;
}
.order-item-desktop-open .order-item-desktop__expander-header-content:after {
    transform: rotate(180deg);
}
.order-item-mobile__expander-toggle .up {
    display: none;
}
.order-item-desktop-open .order-item-mobile__expander-toggle .up {
    display: block;
}
.order-item-desktop-open .down {
    display: none;
}
.td .show .down:after {
    content: "";
    line-height: 1.2rem;
    font-size: 1.2rem;
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 2.4rem;
    top: 2.6rem;
    transition: 0.3s;
    color: #616161;
    line-height: 2rem;
    text-align: center;
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1rem;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.order-item-desktop-open .order-item-mobile__expander-toggle .order-item-mobile__expander-toggle-text:after {
    transform: rotate(180deg);
}
.order-item-mobile__expander-toggle-text:after {
    top: calc(14% + 0.3rem) !important;
}
.b1 {
    width: 34%;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 0;
    font-size: 1.4rem;
}
@media (min-width: 1024px) {
    .b1 > div {
        width: 50%;
    }
    .order-item-desktop__expander-header-content-number {
        font-weight: 500;
    }
}
.b2 {
    width: 19%;
}
.b3 {
    width: 17%;
}
@media (max-width: 1023px) {
    .ord-i-det-mob {
        border-top: 0.1rem solid #e5e5e5;
        margin: 0 2.4rem;
    }
}
.order-item-mobile__expander-toggle {
    text-align: center;
    margin-bottom: 1.6rem;
    cursor: pointer;
}
.order-item-mobile__expander-toggle-text {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #43b02a;
    padding-right: 3rem;
}
.order-item-mobile__expander-toggle-text:after {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.4rem;
    font-size: 1.4rem;
    position: absolute;
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.3s;
}
.ord-i-det-dsk {
    border-top: 0.1rem solid #e5e5e5;
}
@media (min-width: 1024px) {
    .ord-det-prd-itm-dsk {
        display: flex;
        align-items: center;
        padding: 2.8rem 2.4rem;
    }
    .ord-det-prd-itm-dsk-name {
        width: 30%;
    }
    .ord-det-prd-itm-dsk-review {
        width: 50%;
    }
}
.ord-det-prd-itm-dsk:not(:last-child) {
    border-bottom: 0.1rem solid #e5e5e5;
}
.ord-det-prd-itm-dsk-img-wr {
    display: block;
    width: 6rem;
    height: 6rem;
    margin-right: 2.4rem;
    flex-shrink: 0;
}
.ord-det-prd-itm-dsk-name {
    flex-shrink: 2;
    flex-grow: 1;
    font-size: 1.4rem;
    color: #000;
    word-break: break-word;
}
@media (min-width: 1024px) and (max-width: 1160px) {
    .ord-det-prd-itm-dsk-name {
        width: 13%;
    }
}
.ord-det-prd-itm-dsk-name:hover {
    text-decoration: underline;
}
.ord-det-prd-itm-dsk-review {
    position: relative;
    padding-left: 2.8rem;
    white-space: nowrap;
    margin: 0 8% 0 0.5rem;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #43b02a;
    cursor: pointer;
}
.ord-det-prd-itm-dsk-review a {
    color: #43b02a;
}
.ord-det-prd-itm-dsk-review:before {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.8rem;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ord-det-prd-itm-dsk-price-new {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
}
.ord-det-prd-itm-dsk-price-old {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #999;
}
.ord-det-prd-itm-dsk-price-old:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
    height: 0.1rem;
    background: #999;
}
.ord-det-prd-itm-dsk-price-new-currency {
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.ord-det-prd-itm-dsk-delivery-title {
    margin: 2rem 0 1.2rem 2.4rem;
    font-size: 1.6rem;
    font-weight: 700;
}
@media (max-width: 1023px) {
    .ord-det-prd-itm-dsk {
        display: flex;
        align-items: center;
        padding: 1.6rem 2.4rem 1.2rem;
    }
    .ord {
        display: inline-grid;
        position: relative;
        width: 100%;
    }
    .ord-det-prd-itm-dsk-review {
        order: 5;
    }
    .ord-det-prd-itm-dsk-qty {
        flex-shrink: 0;
        font-size: 1.4rem;
        font-weight: 700;
    }
    .ord-det-prd-itm-dsk__price {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-shrink: 0;
    }
    .ord-det-prd-itm-dsk__info-price {
        margin-top: 0.4rem;
    }
    .ord-det-prd-itm-dsk-review {
        margin-top: 1.7rem;
    }
    .order-item-desktop-open .order-item-desktop__expander-header-content-products {
        display: none;
    }
}
@media (min-width: 1024px) {
    .ord-det-prd-itm-dsk-qty {
        flex-shrink: 0;
        font-size: 1.4rem;
    }
    .ord-det-prd-itm-dsk-price {
        flex-shrink: 0;
    }
    .ord {
        display: flex;
        flex-shrink: 3;
        flex-grow: 2;
        align-items: center;
        width: 15%;
    }
    .ord-det-prd-itm-dsk__info-row {
        width: 38%;
    }
}
.ord-det-prd-itm-dsk__info-price {
    justify-content: space-between;
    align-items: center;
}
.ord-det-prd-itm-dsk__info-row {
    display: flex;
}
.ord-det-del-itm-dsk {
    border-bottom: 0.1rem solid #e5e5e5;
}
.ord-det-del-itm-dsk-attr {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.6rem;
    align-items: center;
    margin-bottom: 1.2rem;
}
.ord-det-del-itm-dsk-attr-name {
    font-size: 1.4rem;
    color: #616161;
    width: 24%;
    flex-shrink: 0;
    padding-left: 2.4rem;
}
.ord-det-del-itm-dsk-attr-value {
    font-size: 1.4rem;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.ord-det-del-itm-dsk-attribute-woktime {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #999;
}
.orders-tab__hint {
    margin-top: auto;
}
.cab-hn-blc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.2rem;
    background: #fafafa;
}
.cab-hn-blc__left {
    display: flex;
    flex-basis: 90%;
}
.cab-hn-blc__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-right: 4.5rem;
}
.cab-hn-blc__hint {
    font-size: 1.8rem;
    font-weight: 300;
    color: #616161;
}
.cab-hn-blc__right {
    width: 4rem;
    height: 4rem;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 20C40 8.954 31.046 0 20 0S0 8.954 0 20s8.954 20 20 20 20-8.954 20-20z' fill='%2341B02A'/%3E%3Cpath d='M11.145 13.995c0-1.122.36-2.259 1.08-3.41.72-1.152 1.771-2.105 3.153-2.861 1.382-.756 2.994-1.134 4.836-1.134 1.712 0 3.224.316 4.535.948 1.31.632 2.323 1.491 3.038 2.578a6.323 6.323 0 011.072 3.542c0 1.004-.204 1.884-.612 2.64a8.079 8.079 0 01-1.452 1.957c-.561.55-1.568 1.474-3.02 2.773-.402.366-.724.688-.966.965a3.914 3.914 0 00-.54.762c-.118.23-.21.46-.275.69-.065.23-.162.636-.292 1.214-.224 1.228-.927 1.842-2.108 1.842-.614 0-1.13-.2-1.55-.602-.42-.401-.629-.998-.629-1.79 0-.991.154-1.85.46-2.577a6.537 6.537 0 011.223-1.913c.508-.549 1.193-1.201 2.055-1.957a37.012 37.012 0 001.639-1.497c.336-.337.62-.711.85-1.125a2.72 2.72 0 00.345-1.346c0-.945-.351-1.742-1.054-2.392-.703-.649-1.609-.974-2.719-.974-1.3 0-2.256.328-2.87.983-.614.656-1.133 1.621-1.558 2.896-.402 1.335-1.164 2.002-2.286 2.002-.661 0-1.22-.233-1.674-.7-.454-.466-.681-.97-.681-1.514zm8.644 19.415c-.72 0-1.35-.233-1.887-.7-.537-.466-.806-1.119-.806-1.957 0-.744.26-1.37.78-1.878.52-.508 1.157-.762 1.913-.762.744 0 1.37.254 1.878.762.507.508.761 1.134.761 1.878 0 .826-.265 1.476-.797 1.948a2.69 2.69 0 01-1.842.709z' fill='%23fff'/%3E%3C/svg%3E")
        no-repeat;
    background-size: contain;
}
.wl-tab {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wl-tab__content {
    padding: 0 1.2rem;
    margin-bottom: 4rem;
}
@media (min-width: 1024px) {
    .wl-tab__content {
        padding: 0 3.2rem;
    }
}
.wl-tab__title {
    font-weight: 700;
    font-size: 3.4rem;
    padding-top: 2.8rem;
    margin: 0 0 2.8rem;
    text-align: center;
}
@media (min-width: 1024px) {
    .wl-tab__title {
        margin: 3.2rem 3.2rem 4rem;
        padding: 0;
        text-align: left;
    }
}
.wl-tab-content__products {
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.8rem 0.8rem 0 0;
    background: #fff;
}
.wl-tab-prcs__header,
.wl-tab-prcs__item:not(:last-child) {
    border-bottom: 0.1rem solid #e5e5e5;
}
.wl-prod-itm {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 1.2rem;
}
@media (min-width: 1024px) {
    .wl-prod-itm {
        flex-direction: row;
        padding: 2.4rem;
    }
}
.wl-prod-itm__additional-control {
    position: absolute;
    top: 2rem;
    right: 1.2rem;
    z-index: 1;
}
.wl-prod-itm__additional-control-delete {
    width: 4rem;
    height: 4rem;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #ccc;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
    cursor: pointer;
}
.icon-comfy,
.icon-comfy-circle {
    display: flex;
}
.wl-prod-itm__additional-control-delete:after {
    content: "";
    line-height: 1.9rem;
    font-size: 1.9rem;
}
.compare-control__btn {
    width: 4rem;
    height: 4rem;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #ccc;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.compare-control__btn_unselected:hover,
.wl-prod-itm__additional-control-delete:hover {
    border-color: #999;
    color: #999;
}
.compare-control__btn:after {
    content: "";
    line-height: 1.9rem;
    font-size: 1.9rem;
}
.wl-prod-itm__image-wr {
    display: block;
    position: relative;
    padding-bottom: 47%;
    width: 100%;
    margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
    .wl-prod-itm__image-wr {
        padding-bottom: 12%;
        width: 15%;
        margin: 0 2.6rem 0 0;
    }
}
.wl-prod-itm__image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
@media (min-width: 1024px) {
    .wl-prod-itm__image {
        object-fit: contain;
        width: 128px;
    }
}
@media (min-width: 1024px) {
    .wl-prod-itm__info-wr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(75% - 4rem);
    }
}
.wl-prod-itm__name {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
    color: #313131;
}
.wl-prod-itm__name:hover {
    text-decoration: underline;
}
.wl-prod-itm__rating-wr {
    display: flex;
    margin-bottom: 0.9rem;
}
.wl-prod-itm__rating-wr .rating-box__item:before {
    font-size: 1.2rem;
}
.wl-prod-itm__rating-wr .arating-box {
    width: 69px;
}
.wl-prod-itm__reviews {
    display: block;
    padding-left: 1.9rem;
    position: relative;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #999;
}
.wl-prod-itm__price--not-available,
.wl-prod-itm__reviews:before {
    color: #999;
}
.wl-prod-itm__reviews:before {
    position: absolute;
    left: 0;
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.wl-prod-itm__info-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media (min-width: 1024px) {
    .wl-prod-itm__info-bottom {
        justify-content: flex-start;
    }
}
@media (min-width: 1024px) {
    .wl-prod-itm__price {
        margin-right: 1.6rem;
    }
}
.wl-prod-itm__price .price__old {
    font-size: 1rem;
    line-height: 1.8rem;
}
@media (min-width: 1024px) {
    .wl-prod-itm__price .price__old {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}
.price__old {
    display: flex;
    gap: 0.5rem;
}
.price__old-price {
    position: relative;
    color: grey;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
}
.price__old-price:before {
    content: "";
    position: absolute;
    bottom: 44%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: grey;
}
.price__percent-discount {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
    padding: 0.2rem 0.4rem;
    background: #ff090b;
    border-radius: 1.2rem;
}
.wl-prod-itm__price .price__current {
    font-size: 2rem;
    line-height: 2.4rem;
}
@media (min-width: 1024px) {
    .wl-prod-itm__price .price__current {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}
.price__current {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 4rem;
}
.buy-small-btn {
    padding: 1rem;
    background-color: #43b02a;
    width: 6rem;
    height: 4rem;
    color: #fff;
    border-radius: 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    transition: background-color 0.3s;
    display: flex;
}
.base-button {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
}
.buy-small-btn .icon-comfy {
    color: #fff;
}
.buy-small-btn__icon:after {
    content: "";
    line-height: 2rem;
    font-size: 2rem;
}
.buy-small-btn .base-button__text {
    font-size: 0;
}
.buy-small-btn:hover {
    background-color: #e25c1d;
}
img {
    max-width: 100%;
}
@media (max-width: 1023px) {
    .nav-mobile__dialog,
    .nav-mobile__dialog div.q-dialog__backdrop,
    .nav-mobile__dialog div.q-dialog__inner {
        top: 5rem;
    }
    .absolute-full,
    .fixed-full,
    .fullscreen {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
    }
    .fullscreen {
        z-index: 6000;
        border-radius: 0 !important;
        max-width: 100vw;
        max-height: 100vh;
    }
    .fixed,

    .fixed-full,

    .fullscreen {
        position: fixed;
    }
    .q-dialog__backdrop {
        z-index: -1;
        pointer-events: all;
        outline: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .column,
    .flex,
    .row {
        display: flex;
        flex-wrap: wrap;
    }
    .q-dialog__inner {
        outline: 0;
    }
    .q-dialog__inner > div {
        pointer-events: all;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12);
        height: 100%;
        width: 100%;
        max-height: 100vh;
        max-width: 100vw;
        border-radius: 0 !important;
    }
    .nav-mobile {
        background-color: #fff;
    }
    .nav-mobile__menu {
        padding: 0 1.4rem;
    }
    .nav-mobile__close,
    .nav-mobile__close-wr {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-mobile__close-wr {
        height: 7.7rem;
        background-color: #f6f7f8;
    }
    .nav-mobile__close {
        width: 4.4rem;
        height: 4.4rem;
        background-color: #fff;
        border-radius: 2.2rem;
    }
    .nav-mobile__close:after {
        font-family: Comfy-Icons;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        line-height: 1.4rem;
        font-size: 1.4rem;
    }
    .main-menu-open {
        display: block;
    }
}
@media (max-width: 1023px) {
    .cab-page-comm-temp-dsk__header {
        display: none;
    }
    .home-tab {
        padding: 0;
    }
    .home-tab__greeting-wr {
        padding: 3.2rem 1.2rem 4rem;
    }
    .home-tab__greeting {
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 3rem;
        text-align: center;
        margin-top: 3.5rem;
        margin-bottom: 1.6rem;
        width: 100%;
    }
    .home-tab__greeting-desc {
        width: 100%;
    }
    .home-tab__actions-wr,
    .home-tab__actions-wr2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 0;
    }
    .home-tab-action {
        border-radius: 0;
    }
    .home-tab__actions-wr2 {
        margin-top: -0.1rem;
    }
    .home-tab-action:not(:first-child) {
        margin-top: -0.1rem;
    }
    #content {
        background-color: initial;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }
    .ferrr {
        width: 100%;
        padding: 0 !important;
    }
}
@media (max-width: 1023px) {
    .orders-tab__title {
        margin: 0 0 2.8rem;
        margin-bottom: 2.8rem;
        padding-top: 2.8rem;
        text-align: center;
    }
    .orders-tab-content__orders {
        padding: 0 1.2rem 2.8rem;
        margin: 0;
    }
}
@media (max-width: 1305px) {
    .per-inf {
        display: none;
    }
    .header-info {
        width: 45%;
    }
    .empty-purchase {
        width: 45%;
    }
}
@media only screen and (min-width: 1025px) {
    .customer {
        -js-display: flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: inherit;
        flex-wrap: wrap;
    }
}
.customer {
    position: relative;
    min-height: 40rem;
}
.customer .js-customer-content {
    -js-display: flex;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 1025px) {
    .customer-content {
        order: 1;
    }
}
.customer-content {
    width: 100%;
    background-color: #fff;
    padding-top: 0;
}
.customer-waitlist {
    padding-bottom: 5rem;
}
@media (min-width: 767px) {
    .customer-waitlist {
        min-height: 669px;
        padding-bottom: 0;
        height: 100%;
        -js-display: flex;
        display: flex;
        flex-direction: column;
    }
}
.customer-waitlist > div:first-child,
.customer-waitlist > div:nth-child(2),
.customer-waitlist > div:nth-child(3) {
    display: block;
}
.customer-waitlist > div,
.customer:before {
    display: none;
}
.waitlist-top {
    padding: 3.2rem 3.2rem 0;
}
.waitlist-top__name {
    font-size: 3.4rem;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}
.customer-waitlist .wishlist-content {
    border-top: 0;
    margin-bottom: 1rem;
}
.wishlist-content {
    border-top: 0.1rem solid #e5e5e5;
    background-color: #fff;
}
.customer-waitlist .wishlist-content .products-list:first-of-type {
    margin-top: 2.8rem;
}
@media (min-width: 767px) {
    .customer-waitlist .wishlist-content .products-list:first-of-type {
        margin-top: 3.3rem;
    }
}
.customer-waitlist .wishlist-content .products-list {
    -js-display: flex;
    display: flex;
    flex-direction: column;
}
.products-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row dense;
    grid-gap: 0;
}
.customer-waitlist .wishlist-content .products-list .product-item {
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding: 1.2rem 1rem;
    cursor: default;
}
@media (min-width: 767px) {
    .customer-waitlist .wishlist-content .products-list .product-item {
        padding: 2.4rem 3.2rem;
    }
}
.wishlist__item {
    padding-top: 4rem;
    padding-bottom: 14rem;
}
.wishlist__item,
.wishlist__rename {
    position: relative;
}
.products-list__item {
    width: 100%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22rem;
    position: relative;
}
.product-item {
    color: #000;
    transition: box-shadow 0.3s linear;
}
.customer-waitlist .wishlist-content .products-list .product-item__i {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 1rem;
}
.customer-waitlist .wishlist-content .products-list .product-item__mob-menu {
    position: absolute;
    top: 1.2rem;
    right: 2.3rem;
    display: block;
    padding: 0 5px;
}
.customer-waitlist .wishlist-content .products-list .product-item__dots {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.customer-waitlist .wishlist-content .products-list .product-item__dot:first-of-type {
    margin-top: 0;
}
.customer-waitlist .wishlist-content .products-list .product-item__dot {
    display: block;
    width: 4px;
    height: 4px;
    margin-top: 3px;
    background: #999;
    border-radius: 25px;
}
.customer-waitlist .wishlist-content .products-list .product-item__mob-links.hide-links,
.customer-waitlist .wishlist-content .products-list .product-item__mob-links .product-item__compare-link.hide:before,
.customer-waitlist .wishlist-content .products-list .product-item__mob-links .product-item__compare-link:before {
    display: none;
}
.customer-waitlist .wishlist-content .products-list .product-item__mob-links {
    width: 201px;
    background: #fff;
    position: relative;
    margin-top: -20px;
    padding: 2rem;
    z-index: 9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.customer-waitlist .wishlist-content .products-list .product-item__mob-links .product-item__compare-link,
.customer-waitlist .wishlist-content .products-list .product-item__mob-links .product-item__compare-link.hide {
    display: block !important;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
    margin: 0;
    text-align: left;
    line-height: normal;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
}
.product-item__compare-link {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background-color: #fff;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0 auto;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 50px;
    padding: 0;
}
.customer-waitlist .wishlist-content .products-list .product-item__mob-links .product-item__remove {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 1.6rem 0 0;
    background: none;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
}
.customer-waitlist .wishlist-content .products-list .product-item__remove {
    display: none;
    margin-top: 1.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #ccc;
}
.remove-item {
    position: absolute;
    top: 1.2%;
    right: 2%;
    width: 2.1rem;
    height: 2.1rem;
    background: svg-load(../../assets/svg/trash_profile.svg, fill = #797979) no-repeat 50%;
}
.customer-waitlist .wishlist-content .products-list .product-item__img-wr {
    max-width: 15.6rem;
    top: 0 !important;
    width: 100%;
    margin: auto;
}
.product-item__img-wr {
    position: relative;
    text-align: center;
}
.customer-waitlist .wishlist-content .products-list .product-item__img-wr .product-item__img {
    height: auto !important;
    max-width: 100%;
}
.customer-waitlist .wishlist-content .products-list .product-item__img-wr a {
    height: auto;
    padding: 0;
}
.product-item__img {
    display: block;
    height: 0;
    padding: 0 0 98%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.customer-waitlist .wishlist-content .products-list .product-item__img-wr img {
    opacity: 0.5;
}
.customer-waitlist .wishlist-content .products-list .product-item__center {
    margin: 1.2rem 0 0;
}
@media (min-width: 767px) {
    .customer-waitlist .wishlist-content .products-list .product-item__center {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 0 3.8rem;
    }
}
@media only screen and (min-width: 1200px) {
    .customer-waitlist .wishlist-content .products-list .product-item__center {
        max-width: 350px;
    }
}
@media (min-width: 767px) {
    .customer-waitlist .wishlist-content .products-list .product-item__i {
        flex-direction: row;
    }
}
@media (min-width: 767px) {
    .customer-waitlist .wishlist-content .products-list .product-item__mob-menu {
        display: none;
    }
}
@media (min-width: 767px) {
    .customer-waitlist .wishlist-content .products-list .product-item__remove {
        display: block;
    }
}
@media (min-width: 767px) {
    .customer-waitlist .wishlist-content .products-list .product-item__img-wr {
        max-width: 13.2rem;
        margin: 0;
    }
}
.customer-waitlist .wishlist-content .products-list .product-item__center .success-msg {
    position: relative;
    justify-content: flex-start;
    padding-left: 0;
}
.account-bottom-info-wrapper {
    display: block;
    background: #f2f2f2;
    margin-top: auto;
    padding-top: 0.4rem;
}
.account-bottom-info {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    padding: 4.5rem 2.8rem 5rem;
    background: #fafafa;
}
.account-bottom-info__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #616161;
}
.account-bottom-info__text {
    width: 74%;
    font-size: 1.8rem;
    font-weight: 400;
    color: #505050;
    line-height: 25px;
}
.account-bottom-info:after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    margin-top: -7px;
    width: 4rem;
    height: 4rem;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 20C40 8.954 31.046 0 20 0S0 8.954 0 20s8.954 20 20 20 20-8.954 20-20z' fill='%2341B02A'/%3E%3Cpath d='M11.145 13.995c0-1.122.36-2.259 1.08-3.41.72-1.152 1.771-2.105 3.153-2.861 1.382-.756 2.994-1.134 4.836-1.134 1.712 0 3.224.316 4.535.948 1.31.632 2.323 1.491 3.038 2.578a6.323 6.323 0 011.072 3.542c0 1.004-.204 1.884-.612 2.64a8.079 8.079 0 01-1.452 1.957c-.561.55-1.568 1.474-3.02 2.773-.402.366-.724.688-.966.965a3.914 3.914 0 00-.54.762c-.118.23-.21.46-.275.69-.065.23-.162.636-.292 1.214-.224 1.228-.927 1.842-2.108 1.842-.614 0-1.13-.2-1.55-.602-.42-.401-.629-.998-.629-1.79 0-.991.154-1.85.46-2.577a6.537 6.537 0 011.223-1.913c.508-.549 1.193-1.201 2.055-1.957a37.012 37.012 0 001.639-1.497c.336-.337.62-.711.85-1.125a2.72 2.72 0 00.345-1.346c0-.945-.351-1.742-1.054-2.392-.703-.649-1.609-.974-2.719-.974-1.3 0-2.256.328-2.87.983-.614.656-1.133 1.621-1.558 2.896-.402 1.335-1.164 2.002-2.286 2.002-.661 0-1.22-.233-1.674-.7-.454-.466-.681-.97-.681-1.514zm8.644 19.415c-.72 0-1.35-.233-1.887-.7-.537-.466-.806-1.119-.806-1.957 0-.744.26-1.37.78-1.878.52-.508 1.157-.762 1.913-.762.744 0 1.37.254 1.878.762.507.508.761 1.134.761 1.878 0 .826-.265 1.476-.797 1.948a2.69 2.69 0 01-1.842.709z' fill='%23fff'/%3E%3C/svg%3E")
        no-repeat;
    background-size: contain;
}
.wishlist__item .success-msg {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    margin: 0 0 10px;
}
.success-msg {
    position: relative;
    padding-left: 3rem;
    font-weight: 700;
}
.wishlist__item .success-msg:before {
    position: relative;
    top: 0;
    margin-right: 10px;
}
.success-msg:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -0.1rem;
    left: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5122 478.195 91.316 91.316' fill='%23ff671f' width='20' height='20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%2360ae59}%3C/style%3E%3C/defs%3E%3Cg id='checked' transform='translate(5122 478.195)'%3E%3Cg id='Check_Circle'%3E%3Cpath id='Path_209' data-name='Path 209' class='cls-1' d='M45.658 0a45.658 45.658 0 1 0 45.658 45.658A45.657 45.657 0 0 0 45.658 0zm0 85.609a39.951 39.951 0 1 1 39.951-39.951 39.951 39.951 0 0 1-39.951 39.951z'/%3E%3Cpath id='Path_210' data-name='Path 210' class='cls-1' d='M130.788 122.347l-29.358 29.1-12.217-11.978a2.9 2.9 0 0 0-4.075 0 2.83 2.83 0 0 0 0 4.035L99.4 157.483a2.953 2.953 0 0 0 4.075 0l31.387-31.1a2.835 2.835 0 0 0 0-4.035 2.907 2.907 0 0 0-4.074-.001z' transform='translate(-64.298 -92.689)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
        no-repeat 50%;
    background-size: 20px 20px;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .success-msg:before {
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='5122 478.195 91.316 91.316' fill='%23ff671f' width='16' height='16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%2360ae59}%3C/style%3E%3C/defs%3E%3Cg id='checked' transform='translate(5122 478.195)'%3E%3Cg id='Check_Circle'%3E%3Cpath id='Path_209' data-name='Path 209' class='cls-1' d='M45.658 0a45.658 45.658 0 1 0 45.658 45.658A45.657 45.657 0 0 0 45.658 0zm0 85.609a39.951 39.951 0 1 1 39.951-39.951 39.951 39.951 0 0 1-39.951 39.951z'/%3E%3Cpath id='Path_210' data-name='Path 210' class='cls-1' d='M130.788 122.347l-29.358 29.1-12.217-11.978a2.9 2.9 0 0 0-4.075 0 2.83 2.83 0 0 0 0 4.035L99.4 157.483a2.953 2.953 0 0 0 4.075 0l31.387-31.1a2.835 2.835 0 0 0 0-4.035 2.907 2.907 0 0 0-4.074-.001z' transform='translate(-64.298 -92.689)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
            no-repeat 50%;
        background-size: 16px 16px;
    }
}
.customer-waitlist .wishlist-content .products-list .product-item__name {
    margin: 0;
}
.products-list .product-item:not(.special-offer__item) .product-item__name {
    font-size: 1.4rem;
    font-weight: 400;
}
.category-mode-wide-grid .product-item__name {
    margin-bottom: 1rem;
}
.product-item__name {
    margin: 1.2rem 0 1rem;
    overflow: hidden;
}
.customer-waitlist .wishlist-content .products-list .product-item__name-link {
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
}
@media only screen and (min-width: 1025px) {
    .category-mode-list .product-item__name-link,
    .category-mode-wide-grid .product-item__name-link {
        font-size: 1.6rem;
    }
}
.product-item__name-link {
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 400;
    color: #000;
    transition: none;
}
.product-item__name-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.customer-waitlist .wishlist-content .products-list .product-item__review {
    margin-top: 1.4rem;
    padding: 0;
}
@media only screen and (min-width: 1025px) {
    .category-mode-wide-grid .product-item__review {
        padding: 0 0.2rem 1.5rem;
        min-height: 3rem;
    }
}
.product-item__review {
    min-height: 2rem;
}
.category-mode-list .products-list .product-item .rating-box,
.category-mode-wide-grid .products-list .product-item .rating-box {
    left: -2px;
    margin-right: 1.4rem;
}
.customer-waitlist .wishlist-content .products-list .product-item__review-item {
    margin-right: 1rem;
}
.arating-box {
    font-size: 0;
    position: relative;
    top: -1px;
    width: 96px;
}
.rating-box__active,
.rating-box__no-active {
    line-height: 15px;
    text-align: center;
    padding-right: 2px;
    white-space: nowrap;
}
.rating-box__item:before {
    font-family: Comfy-Icons;
    content: "\E95C";
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    color: #e5e5e5;
}
.customer-waitlist .wishlist-content .products-list .product-item__review-item .rating-box__item {
    width: 1.6rem;
    height: 1.6rem;
}
.customer-waitlist .wishlist-content .products-list .product-item__review .rating-box__item {
    margin-right: 0;
}
.rating-box__active div,
.rating-box__no-active div {
    display: inline-block;
}
.rating-box__item_active:before {
    color: #ff671f;
}
.product-item__review-item:last-child {
    margin: 0;
    color: #484848;
}
.product-item__review-item:last-child:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ccc;
    margin-left: 2.2rem;
}
.product-item__review-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1.4rem;
    line-height: 0.8rem;
    font-weight: 400;
    margin-right: 1.4rem;
}
.product-item__review > a:before {
    font-family: Comfy-Icons;
    content: "\E93A";
    font-size: 1.6rem;
    font-weight: 400;
    color: #999;
    padding-right: 0.6rem;
    vertical-align: sub;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions {
    margin-top: 2.2rem;
    justify-content: space-between;
}
.category-mode-grid .product-item__actions,
.category-mode-wide-grid .product-item__actions,
.special-offer .product-item__actions {
    margin: 0;
    -js-display: flex;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
    .products-list .product-item__actions {
        -js-display: flex;
        display: flex;
        align-items: flex-end;
    }
}
@media only screen and (min-width: 1025px) {
    .category-mode-grid .product-item__actions,
    .category-mode-wide-grid .product-item__actions,
    .special-offer .product-item__actions {
        justify-content: space-between;
    }
}
.products-list .product-item__actions {
    margin: 1.5rem 0 0;
    position: relative;
}
.product-item__actions {
    margin: 2.8rem 0 0;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions-item {
    width: auto;
    margin-right: 1.6rem;
}
.category-mode-list .product-item__actions-item,
.category-mode-wide-grid .product-item__actions-item {
    float: none;
    width: auto;
    margin-right: 1.2rem;
}
@media only screen and (min-width: 1025px) {
    .category-mode-list .product-item__actions-item,
    .category-mode-wide-grid .product-item__actions-item {
        width: 100%;
        min-height: 3rem;
    }
}
.product-item__actions-item {
    width: 45%;
    float: left;
}
.price-box {
    font-size: 2.2rem;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.product-item .price-box__content {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 3rem;
}
.product-item .price-box__content_old {
    padding: 0;
    position: absolute;
    bottom: 92%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions.out-stock .price-box__content_old .price-value {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ccc;
    text-decoration: line-through;
}
.customer-waitlist .price-value {
    font-size: 2.2rem;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions.out-stock .price-box__content_old .price-currency {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ccc;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions .price-box__content_old .price-currency {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ccc;
}
.customer-waitlist .price-currency {
    font-size: 1.8rem;
    font-weight: 700;
}
.price-box__content_old .price-currency {
    margin-left: 0.2rem;
}
.out-stock .percent-discount {
    opacity: 0.4;
}
@media (min-width: 767px) {
    .percent-discount {
        right: -3.7rem;
    }
}
.percent-discount {
    position: absolute;
    text-decoration: none;
    -js-display: flex;
    display: flex;
    justify-content: center;
    top: -0.3rem;
    right: -2rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
    padding: 0.2rem 0.4rem;
    background: #ff090b;
    border-radius: 1.2rem;
    position: absolute;
    text-decoration: none;
    -js-display: flex;
    display: flex;
    justify-content: center;
    top: -0.1rem;
    right: -3.7rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
    padding: 0.2rem 0.4rem;
    background: #ff090b;
    border-radius: 1.2rem;
    z-index: 9;
}

.customer-waitlist .wishlist-content .products-list .product-item__actions.out-stock .price-box__content-i .price-currency,
.customer-waitlist .wishlist-content .products-list .product-item__actions.out-stock .price-box__content-i .price-value {
    color: #ccc;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions-item .price-box__content-i .price-value {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions .price-box__content-i .price-currency,
.customer-waitlist .wishlist-content .products-list .product-item__actions .price-box__content-i .price-value {
    color: #000;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions-item .price-box__content-i .price-currency {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}
.customer-waitlist .wishlist-content .products-list .product-item__actions .btn_region-stock {
    height: 4rem;
    border-radius: 0.8rem;
    width: auto;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 1.4rem 2rem;
}
.customer-waitlist .wishlist-content .products-list .product-item__buy {
    width: 6rem;
    height: 4.8rem;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background: #43b02a;
}
.customer-waitlist .wishlist-content .products-list .product-item__buy:hover {
    background: #e25c1d;
}
@media only screen and (min-width: 1025px) {
    .customer-waitlist .wishlist-content .products-list .product-item__actions .btn_region-stock {
        padding: 1rem 1.5rem 1.3rem;
    }
}
@media only screen and (min-width: 1200px) {
    .customer-waitlist .wishlist-content .products-list .product-item__actions .btn_region-stock {
        padding: 1rem 2.7rem 1.3rem;
    }
}
@media only screen and (min-width: 1025px) {
    .category-mode-wide-grid .product-item__buy.btn {
        width: 13rem;
    }
}
@media only screen and (max-width: 766px) {
    .product-item__right {
        display: none !important;
    }
    .dopen + ul {
        display: block !important;
        margin: 0;
        list-style-type: none;
    }
}
.product-item__buy.btn {
    width: 4.8rem;
    background: #57ba41;
    height: 4.8rem;
    border-radius: 1rem;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.customer-waitlist .wishlist-content .products-list .product-item__right {
    width: 25%;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.customer-waitlist .wishlist-content .products-list .product-item__compare {
    display: block;
}
.product-item__compare {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.product-item__compare-link:before {
    font-family: Comfy-Icons;
    content: "\E91A";
    font-size: 2rem;
    font-weight: 400;
    color: #ccc;
}
.product-item__compare-link:hover {
    cursor: pointer;
    border-color: #999;
}
.product-item__compare-link:hover:before {
    color: #999;
}
.customer-waitlist .wishlist-content .products-list .product-item__right .remove-item {
    position: relative;
    top: 0;
    right: auto;
    width: auto;
    height: auto;
    background: none;
}
.account-tab {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.account-tab__wr {
    background-color: #fff;
    height: calc(100% - 12.2rem);
    padding: 3.2rem;
}
.account-tab__title {
    color: #000;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 3.2rem;
}
.pd__title-block {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}
.pd__title {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
}
.personal-data-edit-icon {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: auto;
    height: 1.6rem;
    color: #43b02a;
}
.pdvc,
.pdvi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding-bottom: 2rem;
}
.pdr {
    display: flex;
    column-gap: 1.8rem;
    align-items: center;
}
.pdr__title {
    color: #999;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    min-width: 11.5rem;
}
.pdr__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}
.pdr__text-status {
    display: flex;
    gap: 0.4rem;
    font-size: 1.2rem;
}
.pd__title-block {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
}
.pd__title {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
}
.personal-data-edit-icon {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: auto;
    height: 1.6rem;
    color: #43b02a;
}
.pdr {
    display: flex;
    column-gap: 1.8rem;
    align-items: center;
}
.account-tab__hint {
    margin-top: auto;
}
.cab-hn-blc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.2rem;
    background: #fafafa;
}
@media (max-width: 1023px) {
    .account-tab {
        padding: 2rem 1.2rem;
    }
}
@media (max-width: 1023px) {
    .account-tab__wr {
        padding: 1.2rem;
    }
}
@media (max-width: 1023px) {
    .account-tab__title {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 3rem;
        text-align: center;
    }
}
@media (max-width: 1023px) {
    .pd__title-block {
        justify-content: flex-start;
    }
}
@media (max-width: 1023px) {
    .pdr {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }
}
@media (max-width: 1023px) {
    .pd__title-block {
        justify-content: flex-start;
    }
}
@media (max-width: 1023px) {
    .personal-data-edit-icon > span,
    .cab-hn-blc {
        display: none;
    }
}
.modal-open {
    padding-right: 6px;
}
.coupons-tab {
    height: 100%;
}
.coupons-tab-desktop__wr {
    padding: 3.2rem 2.8rem;
    height: calc(100% - 10.8rem);
}
.coupons-tab-desktop__title {
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 3.2rem;
}
.coupons-tab-empty {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.coupons-tab-desktop__hint {
    background-color: #f2f2f2;
    padding-top: 0.4rem;
}
.cab-hn-blc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.2rem;
    background: #fafafa;
}
body {
    background-color: #f2f2f2 !important;
}
@media (max-width: 1023px) {
    .account-reward #column-left {
        background-color: initial;
    }
    .coupons-tab-desktop {
        padding: 0 1.2rem 6rem;
        background: #fff;
    }
    .coupons-tab-desktop__wr {
        padding: 0;
    }
    .coupons-tab-desktop__title {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 8.6rem;
        width: 100%;
        text-align: center;
    }
    .coupons-tab-desktop__hint {
        display: none;
    }
}
.pdei__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pdei__row-item {
    width: 18%;
}
.cmf-input {
    position: relative;
    margin-bottom: 2rem;
}
.cmf-input__label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    color: #616161;
}
.cmf-input__wr {
    position: relative;
}
.cmf-input__field {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.6rem;
    color: #000;
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.4rem;
}
.pdei__btn,
.pdei__btns {
    display: flex;
    justify-content: center;
}
.pdei__btns {
    gap: 1.6rem;
    margin-bottom: 4.4rem;
}
.personal-data-edit-info,
.personal-data-edit-ad {
    width: 100%;
}
.pdei__btn {
    width: 100%;
    flex-basis: 23%;
    align-items: center;
    height: 4rem;
    border-radius: 0.8rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: var(--color-white);
    transition: background-color 0.3s linear, color 0.3s linear;
    -webkit-user-select: none;
    user-select: none;
    padding: 1.1rem 1.6rem;
}
.pdei__btn-cancel {
    border: 1px solid #43b02a;
    color: #43b02a;
    background-color: #fff;
}
.pdei__btn-submit {
    background-color: #43b02a;
    border: 1px solid #43b02a;
    color: #fff;
}
.pdec__row {
    display: flex;
    justify-content: flex-start;
    gap: 1.6rem;
}
.pdec__row-item {
    width: 45%;
}
.pdei__input {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
.pdei__row-item {
    width: 18%;
}
.pdei__input-label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    color: #616161;
}
.pdei__select-wr {
    display: flex;
    align-items: center;
    position: relative;
}
.pdei__select {
    color: #000;
    padding: 0.7rem 1.2rem;
    border-radius: 0.4rem;
    border: 1px solid #e5e5e5;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 2;
    background: transparent;
}
.pdei__select-wr:after {
    font-family: Comfy-Icons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    line-height: 1.2rem;
    font-size: 1.2rem;
    position: absolute;
    right: 1.4rem;
}
@media (max-width: 1023px) {
    .pdei__row-item {
        width: 100%;
    }
}
.pdvi.cl,
.pdei,
.pdec,
.pdrei {
    display: none;
}
.pdei.op,
.pdec.op,
.pdrei.op {
    display: block;
}
.cp {
    cursor: pointer;
}
@media (min-width: 1024px) {
    .pdn {
        display: none;
    }
}
@media (max-width: 1023px) {
    .pdei__row-item {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .pdec__row {
        flex-direction: column;
    }
}
@media (max-width: 1023px) {
    .pdec__row-item {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .pdec__btn-change-email_mobile {
        height: 100%;
        width: auto;
        background-color: #43b02a;
    }
    .mdn {
        display: none;
    }
}
/* Базовий вигляд “бейджика” */
.order-item-desktop__expander-header-content-status{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  line-height:1.2;
  border:1px solid transparent;
}

/* Нове */
.order-item-desktop__expander-header-content-status.status--new{
  color:#7a9bd0;
}

/* Відшивається / Отшивается */
.order-item-desktop__expander-header-content-status.status--sewing{
  color:#7C3AED;
}

/* На виробництві */
.order-item-desktop__expander-header-content-status.status--production{
  color:#4F46E5;
}

/* Зібраний і упакований */
.order-item-desktop__expander-header-content-status.status--packed{
  color:#0F766E;
}

/* Доставлений перевізнику */
.order-item-desktop__expander-header-content-status.status--carrier{
  color:#0284C7;
}

/* Прибуло на відділення */
.order-item-desktop__expander-header-content-status.status--arrived{
  color:#1D4ED8;
}

/* Доставлено */
.order-item-desktop__expander-header-content-status.status--delivered{
  color:#16A34A;
}

/* Не вдалося зв'язатись */
.order-item-desktop__expander-header-content-status.status--no-contact{
  color:#B45309;
}

/* Возврат / Повернення */
.order-item-desktop__expander-header-content-status.status--return{
  color:#DC2626;
}

/* Отказ на почте / Відмова */
.order-item-desktop__expander-header-content-status.status--refused{
  color:#B91C1C;
}

/* Скасувати / Отменить */
.order-item-desktop__expander-header-content-status.status--cancelled{
  color:#991B1B;
}

/* Невідомі статуси (про запас) */
.order-item-desktop__expander-header-content-status.status--other{
  color:#111827;
}
