.order {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.order.open {
    opacity: 1;
    visibility: visible;
    z-index: 9998;
}
.order .steps-order {
    width: 622px;
    height: 100dvh;
    background: #fff;
    position: absolute;
    top: 0;
    right: -706px;
    padding: 0 35px;
    overflow-y: auto;
}
.order .steps-order::-webkit-scrollbar {
    width: 2px;
}
.order .steps-order::-webkit-scrollbar-thumb {
    background: #fff;
}
.order.open .steps-order {
    right: 0;
}
.order .sticky-bottom {
    position: sticky;
    bottom: 0;
    padding: 24px 0;
    background: #fff;
}
.order .step {
    display: none;
}
.order .step.active {
    display: block;
}
.order .close {
    cursor: pointer;
}
.order .step-1 {
    position: relative;
}
.order .step-1 .close {
    position: absolute;
    top: 40px;
    left: 0;
}
.order .step-1 .name {
    padding-top: 38px;
    font-size: 29px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 16px;
}
.order .step-1 .description {
    font-size: 20px;
    color: #4B5563;
    max-width: 520px;
    margin-bottom: 24px;
}
.order .step-1 .block-1 {
    display: flex;
    gap: 14px;
}
.order .step-1 .block-1 .image {
    width: 326px;
    min-width: 326px;
    height: 310px;
    border-radius: 34px 34px 0 0;
    overflow-y: hidden;
}
.order .step-1 .block-1 .image .product-photo {
    width: 100%;
}
.order .step-1 .block-1 .product-info {
    padding: 20px 0 0;
}
.order .step-1 .block-1 .list-product li {
    font-size: 18px;
}
.order .step-1 .block-1 .list-product li:before {
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 3px;
}
.order .step-1 .block-1 .list-product {
    gap: 12px;
    margin: 14px 0 0;
}
.attributes .attr {
    margin-bottom: 28px;
}
.attributes .name-attr {
    font-size: 18px;
    font-weight: 500;
    color: #1F2937;
    margin-bottom: 14px;
}
.attributes .radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.attributes .radio-group input[type="radio"] {
    display: none;
}
.attributes .radio-group label {
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #D1D5DB;
    border-radius: 38px;
    padding: 0 20px;
    cursor: pointer;
    min-width: 42px;
}
.attributes .radio-group label.color {
    font-weight: 300;
}
.attributes .radio-group input[type="radio"]:checked + label {
    background: #000!important;
    color: #fff!important;
    border-color: #000!important;
}
.order .step-1 .price-product {
    align-items: baseline;
}
.order .step-1 .price-product ins {
    font-size: 38px;
}
.order .step-1 .price-product del {
    font-size: 23px;
}
.order .step-1 .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 10px;
}
.order .step-1 .buttons .btn-1 {
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 53px;
    border-radius: 53px;
    width: 100%;
    padding: 0;
}
.order .product-faq {
    margin-top: 26px;
}
.order .product-faq .name {
    font-size: 18px;
    font-weight: 500;
    color: #1F2937;
    margin-bottom: 16px;
}
.order .product-faq .item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #D9D9D9;
}
.order .product-faq .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.order .product-faq .item .question {
    font-size: 18px;
    margin-bottom: 4px;
}
.order .product-faq .item .answer {
    font-size: 18px;
    line-height: 1.1;
    color: #4B5563;
}
.order .testimonial-name {
    font-size: 18px;
    font-weight: 500;
    color: #1F2937;
    margin: 36px 0 12px;
}
.order .testimonial-product .txt-1, .order .testimonial-product .txt-2 {
    font-size: 18px;
}
.order .testimonial-product .txt-2 {
    max-width: 490px;
}
.order .specifications {
    margin-top: 20px;
}
.order .specifications .name {
    font-size: 18px;
    font-weight: 500;
    color: #1F2937;
    padding-top: 2px;
}
.order .specifications .items {
    background: #F5F5F5;
    border-radius: 34px;
    padding: 28px 24px 28px 40px;
}
.order .specifications .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.order .specifications .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.order .specifications .item .txt {
    font-size: 16px;
    color: #4B5563;
}
.order .specifications .item .value {
    font-size: 16px;
    color: #000;
}
.order .video {
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 34px;
    background: #F5F5F5;
    overflow: hidden;
    margin-top: 18px;
}
.order .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    cursor: pointer;
}
.order .video .play img {
    margin: 0 auto;
}
.order .video .play .txt {
    font-size: 16px;
    color: #4B5563;
    text-align: center;
    margin-top: 8px;
}
.order .together {
    background: #F1F9FF;
    border-radius: 33px;
    padding: 26px 10px;
    margin-top: 16px;
}
.order .together .name-txt {
    font-size: 20px;
    color: #1F2937;
    margin-bottom: 4px;
}
.order .together .description {
    font-size: 16px;
    color: #7C7C7C;
}
.order .together .items {
    display: flex;
    margin-top: 28px;
}
.order .together .item {
    position: relative;
    margin-right: 36px;
}
.order .together .item.total {
    width: 138px;
    margin-right: 32px;
}
.order .together .item:first-child {
    margin-right: 0;
}
.order .together .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    min-width: 114px;
    height: 114px;
    background: #FFFFFF;
    border-radius: 30px;
}
.order .together .item .image .photo {
    width: 85px;
    height: 85px;
    border-radius: 30px;
    overflow: hidden;
}
.order .together .item .txt-1 {
    font-size: 16px;
    color: #111827;
    text-align: center;
    margin-top: 16px;
}
.order .together .item .price {
    font-size: 16px;
    color: #2563EB;
    text-align: center;
    margin-top: 12px;
}
.order .together .item .checked {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.order .together .total {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 33px;
}
.order .together .total .txt-2 {
    font-size: 14px;
    color: #4B5563;
    text-align: center;
}
.order .together .total .total-price {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
    width: 100px;
}
.order .together .total ins {
    font-size: 23px;
    color: #16A34A;
    text-align: center;
}
.order .together .total del {
    font-size: 14px;
    color: #6B7280;
    text-align: center;
}
.order .together .saving {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.order .together .saving span {
    font-size: 14px;
    color: #16A34A;
}
.order .together .button {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 37px;
    background: #16A34A;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}
.order .together .item:before {
    content: '';
    width: 15px;
    height: 14px;
    background-image: url('/assets/img/plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 49px;
    right: -25px;
}
.order .together .item:first-child:before {
    content: none;
}
.order .together .item:last-child:before {
    content: '';
    width: 12px;
    height: 9px;
    background-image: url('/assets/img/equals.svg');
    top: 53px;
    right: -24px;
}
.order .buyers {
    background: #F0FDF4;
    border-radius: 34px;
    padding: 20px 24px 40px 0;
    margin-top: 18px;
}
.order .buyers .txt-2 {
    font-size: 19px;
    color: #1F2937;
    margin-bottom: 20px;
}
.order .buyers .embla__container {
    padding: 0;
}
.order .buyers .slide {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 10px 12px 36px;
    max-width: 212px;
}
.order .buyers .slide .b-1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.order .buyers .slide .b-1 .photo {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #D9D9D9;
    overflow: hidden;
}
.order .buyers .slide .b-1 .txt-1 {
    font-size: 18px;
    color: #1F2937;
}
.order .buyers .slide .b-2 {
    font-size: 16px;
    line-height: 1.2;
    height: 60px;
    overflow-y: auto;
}
.order .buyers .slide .b-2::-webkit-scrollbar {
    width: 2px;
}
.order .buyers .slide .b-2::-webkit-scrollbar-thumb {
    background: #2563EB;
}
.order .buyers .slide .date {
    font-size: 16px;
    color: #64748B;
    position: absolute;
    right: 15px;
    bottom: 14px;
}
.order .notify-available {
    margin-top: 30px;
    position: relative;
    background: #fff;
    border-radius: 35px;
    box-shadow: 0px 0px 25px 0px #DBEAFE80;
    padding: 26px 24px 30px;
}
.order .notify-available .close {
    position: absolute;
    top: 26px;
    left: 20px;
}
.order .notify-available .block-1 {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.order .notify-available .block-1 .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 50%;
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
}
.order .notify-available .block-1.b-2 .circle {
    background: linear-gradient(180deg, #66DAF4 0%, #19B5D0 100%);
}
.order .notify-available .block-1 .circle img {
    width: 18px;
}
.order .notify-available .block-1 .text {
    max-width: 380px;
}
.order .notify-available .block-1 .txt-1 {
    font-size: 25px;
    color: #111827;
    margin-bottom: 10px;
}
.order .notify-available .block-1 .txt-2 {
    font-size: 20px;
    color: #7C7C7C;
    line-height: 1.2;
}
.order .notify-available .form {
    margin-top: 26px;
}
.order .notify-available .form .field {
    border: 2px solid #D9D9D9;
    border-radius: 30px;
    margin-bottom: 14px;
    overflow: hidden;
}
.order .notify-available .form .field input {
    width: 100%;
    border: 0;
    font-size: 20px;
    line-height: 51px;
    padding: 0 36px;
}
.order .notify-available .form .field input::placeholder {
    color: #D9D9D9;
}
.order .notify-available .form .btn-1 {
    font-size: 20px;
    width: 100%;
    padding: 0;
    justify-content: center;
}
.order .notify-available .txt-3 {
    font-size: 18px;
    color: #7C7C7C;
    text-align: center;
    margin: 14px 0 40px;
}
.order .notify-available .pp {
    border-radius: 35px;
    background: #F1F9FF;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 18px;
}
.order .notify-available .pp .photo {
    width: 128px;
    min-width: 128px;
    height: 130px;
    min-height: 130px;
    border: 2px solid #FFFFFF;
    border-radius: 35px;
    overflow: hidden;
}
.order .notify-available .pp .label {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #15803D;
    background: #DCFCE7;
    padding: 0 10px;
    margin-bottom: 10px;
}
.order .notify-available .pp .txt-4 {
    font-size: 20px;
    color: #111827;
    margin-bottom: 22px;
}
.order .notify-available .pp .pp-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.order .notify-available .pp .pp-2 {
    width: 100%;
}
.order .notify-available .pp .price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
.order .notify-available .pp .price ins {
    font-size: 24px;
    color: #111827;
}
.order .notify-available .pp .price del {
    font-size: 16px;
    color: #9CA3AF;
}
.order .notify-available .pp .button {
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    background: linear-gradient(180deg, #66DAF4 0%, #19B5D0 100%);
    border-radius: 48px;
    padding: 0 25px;
    cursor: pointer;
}
.order .notify-available .pp .button:hover {
    background: linear-gradient(180deg, #19B5D0 0%, #19B5D0 100%);
}

.order .cart {
    padding: 30px 0;
}
.order .cart .name {
    font-size: 35px;
    color: #1F2937;
    text-align: center;
    margin-bottom: 8px;
}
.order .cart .text {
    font-size: 20px;
    color: #4B5563;
    text-align: center;
    margin-bottom: 24px;
}
.order .cart .item {
    position: relative;
    border-radius: 42px;
    background: #F9FAFB;
    padding: 18px 19px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.order .cart .item .photo {
    width: 96px;
    min-width: 96px;
    height: 96px;
    min-height: 96px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 1.2px 2.39px 0px #0000000D;
    overflow: hidden;
}
.order .cart .item .actions {
    width: 100%;
}
.order .cart .item .txt-1 {
    font-size: 23px;
    color: #1F2937;
    line-height: 1.2;
    width: calc(100% - 70px);
}
.order .cart .item .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #FEE2E2;
    position: absolute;
    top: 14px;
    left: 18px;
    cursor: pointer;
}
.order .cart .item .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}
.order .cart .item .price {
    font-size: 22px;
    color: #22C461;
}
.order .cart .item .quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}
.order .cart .item .quantity button {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E5E7EB;
    border: 0;
    cursor: pointer;
}
.order .cart .item .quantity button.plus {
    background: linear-gradient(180deg, #003EF5 0%, #002FB9 100%);
}
.order .cart .item .quantity .qnt {
    border: 0;
    background: transparent;
    width: 40px;
    font-size: 19px;
    text-align: center;
}
.order .totals {
    background: #F1F9FF;
    border-radius: 42px;
    padding: 18px 24px;
}
.order .totals .line-2 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.order .totals .txt {
    font-size: 22px;
    color: #374151;
}
.order .totals .value {
    font-size: 22px;
    color: #374151;
}
.order .totals .value-2 {
    background-image: linear-gradient(180deg, #22C461 0%, #15B8A4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.order .totals .total {
    border-top: 1px solid #D9D9D9;
    padding: 20px 0 10px;
}
.order .totals .total .txt {
    font-size: 24px;
    font-weight: 400;
}
.order .totals .total .value {
    font-size: 35px;
    font-weight: 400;
    color: #002FB9;
}

.order .step-3 {
    margin-top: 30px;
}
.order .step-3 .form {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 15px;
}
.order .step-3 .form .field {
    border: 2px solid #D1D5DB;
    border-radius: 40px;
    width: 100%;
    overflow: hidden;
}
.order .step-3 .form .field:nth-child(2),
.order .step-3 .form .field:nth-child(3),
.order .step-3 .form .field:nth-child(5),
.order .step-3 .form .field:nth-child(6) {
    width: calc(50% - 12px);
}
.order .step-3 .form .field input {
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 45px;
    padding: 0 20px;
    width: calc(100% - 40px);
}
.order .step-3 .form .field input::placeholder {
    color: #374151;
}
.order .step-3 .txt-1 {
    font-size: 14px;
    color: #6B7280;
}
.order .step-3 .block-info {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #FDE047;
    border-radius: 51px;
    background: #FEFCE8;
    font-size: 23px;
    color: #374151;
    line-height: 51px;
    padding: 0 20px;
    width: calc(100% - 40px);
    margin-top: 18px;
}

.order .step-4 {
    padding: 30px 0;
}
.order .step-4 .field-label {
    font-size: 24px;
    color: #374151;
    margin: 24px 0 16px;
}
.order .step-4 .field-blocks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.order .step-4 .field-select {
    border: 2px solid #D1D5DB;
    border-radius: 40px;
    width: 100%;
}
.order .step-4 .totals {
    margin: 24px 0;
}
.order .step-4 .checked-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.order .step-4 .checkbox-2 a {
    margin-right: 6px;
}
.order .step-4 .checkbox-2 a:last-child {
    margin-right: 0;
}
.order .step-4 .submit {
    width: calc(100% - 56px);
    justify-content: center;
    display: inline-flex;
    margin: 32px 0 22px;
    line-height: 70px;
    font-weight: 300;
}
.order .step-4 .list-pay {
    display: flex;
    justify-content: space-between;
}
.order .step-4 .list-pay .li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    color: #6B7280;
}

.drop-box {
    position: relative;
}
.drop-box .current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 92px;
    border: 2px solid #4ADE80;
    background: linear-gradient(270deg, #F0FDF4 100%, #ECFDF5 200%);
    border-radius: 40px;
    padding: 0 16px 0 64px;
    cursor: pointer;
    z-index: 4;
}
.drop-box .current .drop-block {
    display: flex;
    align-items: center;
    gap: 14px;
}
.drop-box .t-1 {
    font-size: 24px;
    color: #1F2937;
    margin-bottom: 5px;
}
.drop-box .t-2 {
    font-size: 21px;
    color: #4B5563;
}
.drop-box .price {
    font-size: 24px;
    color: #16A34A;
}
.drop-box .current:before {
    content: '';
    display: block;
    width: 21px;
    height: 12px;
    background-image: url('/assets/img/arrow-drop.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.drop-box.open .current:before {
    transform: rotate(180deg);
}
.drop-box .drop-list {
    opacity: 0;
    visibility: hidden;
    border: 2px solid #E5E7EB;
    border-radius: 35px;
    padding: 70px 46px 24px 20px;
    position: absolute;
    top: 40px;
    right: 0;
    width: calc(100% - 70px);
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 3;
}
.drop-box.open .drop-list {
    opacity: 1;
    visibility: visible;
}
.drop-box .drop-list .li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}
.drop-box .drop-list .li:last-child {
    border-bottom: 0;
}
.order .step-1 .name-mob, .order .step-1 .description-mob {
    display: none;
}
.order .list-product-block .name-mob {
    display: none;
}
.order .mobile-close {
    display: none;
}
.step-3.form-2 .shape {
    padding: 58px 28px 28px;
    margin: -38px auto 0;
}
@media (max-width: 840px) {
    .order {
        background: transparent;
        background-image: url('/assets/img/bg-popup.png');
        background-size: cover;
        background-position: top 50px center;
        background-repeat: no-repeat;
    }
    .order.open {
        z-index: 999999999;
        background-color: rgba(0, 0, 0, 0.5)
    }
    .order .step {
        padding: 0 0 40px!important;
    }
    .order .steps-order {
        width: calc(100% - 24px);
        height: calc(100dvh - 130px);
        padding: 0 12px 0;
        bottom: 0;
        top: unset;
    }
    .order .steps-order::-webkit-scrollbar {
        background: transparent;
    }
    .order .steps-order::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .order .step-1 .close {
        display: none;
    }
    .order .step-1 .block-1 {
        flex-wrap: wrap;
        gap: 0;
        margin-top: 52px;
    }
    .order .step-1 .block-1 .image {
        width: 100%;
        min-width: 100%;
        border-radius: 28px 28px 0 0;
    }
    .order .step-1 .name, .order .step-1 .description {
        display: none;
    }
    .order .step-1 .name-mob, .order .step-1 .description-mob {
        display: block;
    }
    .order .step-1 .name-mob {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.3;
        margin-top: 8px;
    }
    .order .step-1 .description-mob {
        font-size: 18px;
        color: #4B5563;
        margin: 4px 0 10px;
    }
    .order .step-1 .block-1 .product-info {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 12px;
        padding: 0;
    }
    .order .list-product-block .name-mob {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #1F2937;
        margin-bottom: 8px;
    }
    .order .step-1 .block-1 .list-product li {
        font-size: 16px;
        padding-right: 22px;
    }
    .order .step-1 .block-1 .list-product li:before {
        top: 2px;
    }
    .order .step-1 .block-1 .product-info .attributes {
        margin-top: 14px;
    }
    .attributes .name-attr {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .attributes .radio-group label {
        font-size: 13px;
        line-height: 34px;
    }
    .attributes .attr {
        margin-bottom: 22px;
    }
    .order .product-faq {
        margin-top: 4px;
    }
    .order .product-faq .item .question {
        font-size: 15px;
    }
    .order .product-faq .item .answer {
        font-size: 15px;
    }
    .order .testimonial-name {
        font-size: 16px;
        margin: 28px 0 15px;
    }
    .order .video {
        height: 194px;
    }
    .order .specifications .item .txt, .order .specifications .item .value {
        font-size: 14px;
    }
    .order .together {
        background: #fff;
        padding: 0;
        margin-top: 22px;
    }
    .order .together .item .image {
        width: 90px;
        min-width: 90px;
        height: 90px;
        border-radius: 25px;
    }
    .order .together .item .image .photo {
        width: 68px;
        height: 68px;
        border-radius: 25px;
    }
    .order .together .item .txt-1 {
        font-size: 13px;
        margin-top: 10px;
    }
    .order .together .item .price {
        font-size: 14px;
    }
    .order .together .item .checked {
        margin-top: 10px;
    }
    .order .together .description {
        display: block;
        font-size: 14px;
        margin-bottom: 16px;
    }
    .order .together .items {
        margin-top: 16px;
        background: #F1F9FF;
        padding: 12px 8px;
        border-radius: 25px;
        flex-wrap: wrap;
    }
    .order .together .item {
        margin-right: 24px;
    }
    .order .together .item:before {
        width: 12px;
        height: 11px;
        background-size: contain;
        top: 42px;
        right: -19px;
    }
    .order .together .item.total {
        width: 200px;
        margin: 28px auto 10px;
    }
    .order .step-1 .price-product ins {
        font-size: 32px;
    }
    .order .step-1 .price-product del {
        font-size: 20px;
    }
    .order .step-1 .buttons .btn-1, .order .step-1 .buttons .btn-3 {
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 42px;
    }
    .order .sticky-bottom {
        padding: 10px 0 14px;
    }
    .order .together .item .total-block {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 0 6px;
        padding: 15px 8px;
        align-items: center;
        justify-self: center;
        position: relative;
        right: -7px;
    }
    .order .together .item .txt-2 {
        grid-column: 1;
        grid-row: 1;
        font-size: 14px;
    }
    .order .together .item .total-price {
        grid-column: 1;
        grid-row: 2;
        margin-top: 6px;
    }
    .order .together .item .saving {
        grid-column: 2;
        grid-row: 1;
        margin-top: 0;
        font-size: 14px;
    }
    .order .together .item .button {
        grid-column: 2;
        grid-row: 2;
        padding: 0 5px;
    }
    .order .together .button {
        font-size: 14px;
        line-height: 31px;
        height: 31px;
        margin-top: 8px;
    }
    .order .together .total ins {
        font-size: 20px;
    }
    .order .together .item:last-child:before {
        width: 10px;
        height: 7px;
        background-size: contain;
        top: 33px;
        right: -24px;
    }
    .order .buyers {
        background: #fff;
        padding: 16px 0 30px 0;
        margin-top: 8px;
    }
    .order .buyers .txt-2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .order .buyers .slider {
        background: #F0FDF4;
        padding: 24px 9px 24px 0;
        border-radius: 28px;
    }
    .order .buyers .slide .b-1 .txt-1 {
        font-size: 15px;
    }
    .order .buyers .slide .b-2 {
        font-size: 14px;
    }
    .order .buyers .slide .date {
        font-size: 14px;
    }
    .order .buyers .slide .b-2 {
        height: 45px;
    }
    .order .step-4 .field-label {
        font-size: 16px;
        margin: 22px 0 14px;
    }
    .drop-box .t-1 {
        font-size: 16px;
    }
    .drop-box .t-2 {
        font-size: 14px;
    }
    .drop-box .current {
        height: 60px;
        padding: 0 16px 0 48px;
    }
    .drop-box .price {
        font-size: 16px;
    }
    .drop-box .current .drop-block img {
        width: 16px;
    }
    .drop-box .current:before {
        width: 16px;
        height: 16px;
        background-size: contain;
        top: 27px;
        left: 20px;
    }
    .drop-box .drop-list {
        padding: 64px 14px 14px 15px;
        top: 10px;
        width: calc(100% - 34px);
    }
    .order .totals .txt, .order .totals .value {
        font-size: 16px;
    }
    .order .totals .line-2 {
        padding: 5px 0;
    }
    .order .totals .total .txt {
        font-size: 16px;
    }
    .order .totals .total .value {
        font-size: 25px;
    }
    .order .totals .total {
        padding: 12px 0 4px;
        margin-top: 6px;
    }
    .order .totals {
        border-radius: 28px;
        padding: 16px 16px;
    }
    .order .step-4 .submit {
        font-size: 17px;
        line-height: 49px;
        margin: 15px 0 22px;
    }
    .order .step-4 .submit img {
        width: 17px;
    }
    .order .step-4 .list-pay .li {
        gap: 8px;
        font-size: 12px;
    }
    .order .step-4 .list-pay .li img {
        height: 17px;
    }
    .order .notify-available {
        border-radius: 28px;
        padding: 20px 16px 30px;
    }
    .order .notify-available .block-1 {
        flex-wrap: wrap;
        gap: 18px;
    }
    .order .notify-available .block-1 .circle {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        margin: 0 auto;
    }
    .order .notify-available .block-1 .circle img {
        height: 17px;
    }
    .order .notify-available .block-1 .txt-1 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 6px;
    }
    .order .notify-available .block-1 .txt-2 {
        font-size: 16px;
        text-align: center;
    }
    .order .notify-available .close img {
        width: 15px;
    }
    .order .notify-available .form .field input {
        font-size: 14px;
        line-height: 46px;
        padding: 0 18px;
    }
    .order .notify-available .form .btn-1 {
        font-size: 17px;
        line-height: 46px;
    }
    .order .notify-available .form .btn-1 img {
        height: 13px;
    }
    .order .notify-available .txt-3 {
        font-size: 14px;
        margin: 12px 0 30px;
    }
    .order .notify-available .pp .photo {
        width: 106px;
        min-width: 106px;
        height: 106px;
        min-height: 106px;
    }
    .order .notify-available .pp {
        border-radius: 28px;
        padding: 12px 12px;
        gap: 10px;
    }
    .order .notify-available .pp .label {
        line-height: 20px;
    }
    .order .notify-available .pp .txt-4 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .order .notify-available .pp .price ins {
        font-size: 20px;
        width: 100%;
        text-decoration: none;
    }
    .order .notify-available .pp .price del {
        font-size: 14px;
        width: 100%;
    }
    .order .notify-available .pp .price {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .order .notify-available .pp .button {
        font-size: 14px;
        line-height: 40px;
        padding: 0 16px;
    }
    .step-3.form-2 .title img {
        height: 20px;
    }
    .step-3.form-2 .shape {
        padding: 60px 16px 28px;
        margin: -40px auto 0;
    }
    .order .step-3 .form .field input {
        font-size: 16px;
        line-height: 42px;
    }
    .order .step-3 .block-info {
        font-size: 16px;
        gap: 8px;
    }
    .order .cart .name {
        font-size: 25px;
        font-weight: 600;
    }
    .order .cart .text {
        font-size: 16px;
    }
    .cart.form-2 .title img {
        height: 20px;
    }
    .cart.form-2 .shape {
        padding: 52px 16px 28px;
    }
    .order .cart .item {
        border-radius: 28px;
        padding: 11px 11px;
        gap: 10px;
    }
    .order .cart .item .photo {
        width: 64px;
        min-width: 64px;
        height: 64px;
        min-height: 64px;
        border-radius: 20px;
    }
    .order .cart .item .txt-1 {
        font-size: 16px;
        width: calc(100% - 30px);
    }
    .order .cart .item .remove {
        width: 25px;
        height: 25px;
        top: 10px;
        left: 12px;
    }
    .order .cart .item .remove img {
        height: 9px;
    }
    .order .cart .item .price {
        font-size: 15px;
    }
    .order .cart .item .quantity button {
        width: 25px;
        min-width: 25px;
        height: 25px;
        min-height: 25px;
    }
    .order .cart .item .quantity button img {
        width: 9px;
    }
    .order .cart .item .quantity .qnt {
        width: 20px;
        font-size: 16px;
    }
    .order .cart .item .line {
        margin-top: 14px;
    }
    .order .together .total .total-price {
        width: 68px;
    }
    .order .mobile-close {
        display: inline-block;
        width: 33px;
        border-top: 3px solid #A6A6A6;
        border-radius: 3px;
        padding: 8px 0;
        cursor: pointer;
        position: absolute;
        top: 79px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 390px) {
    .recommendations .buttons-tab .button {
        padding: 0 18px;
    }
}
