.address-container .addresses-details-item, .checkout-form-content, .basket-content, .formulate .promocode .promocode-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.add-address button, .payment-method .payment-item, .my-basket-item > div, .my-basket-table > div, .my-basket-item .name-img, .my-basket-table .name-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.confirm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.formulate .total-price, .formulate .price_, .my-basket-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.basket-heading {
    margin-bottom: 48px;
    border-bottom: 1px solid #D9CEAB;
    padding: 40px 0 24px;
}

.basket-heading h2,
.basket-heading .goToBasket {
    max-width: 1228px;
    width: 100%;
    margin: 0 auto;
}

.basket-heading .goToBasket a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #393e41;
}

.basket-heading .goToBasket a img {
    margin-right: 10px;
}

header {
    background: rgb(255, 255, 255) !important;
    box-shadow: rgba(164, 74, 63, 0.32) 0 8px 16px !important;
}

.basket-content {
    max-width: 1228px;
    width: 100%;
    margin: 0 auto 24px;
}


.basket-content .my-basket {
    width: 100%;
}

.checkout-form-content {
    width: 100%;
    margin-bottom: 20px;
}

.checkout-form-content .form-content {
    width: 100%;
}

.checkout-form-content .form-content .mini-inputs .inp {
    margin-right: 20px;
}

.checkout-form-content .form-content .mini-inputs .inp:last-child {
    margin-right: 0;
}

.checkout-form-content input {
    width: 100%;
}

.single-input input {
    width: 100%;
}

.add-btn-plus {
    border: 2px solid #00A676;
    border-radius: 16px;
    background: transparent;
    height: 52px;
    min-width: 52px;
    font-size: 25px;
    padding-top: 5px;
    color: #00A676;
    margin-left: 20px;
}

.address-choose {
    background: #F5F2EA;
    border: 1px solid #D9CEAB;
    border-radius: 16px;
    padding: 16px;
}

.address-choose span {
    font-weight: 700;
}

.checkoutAddress {
    position: relative;
}

.checkoutAddress i {
    position: absolute;
    top: 36px;
    left: 20px;
}

.checkoutAddress input {
    padding-left: 40px;
}

.checkoutAddress input::placeholder {
    font-weight: 800;
}

.payment-method {
    border-left: 1px solid #D9CEAB;
    padding-left: 16px;
    margin: 0 0 16px 20px;
}

.payment-method .payment-item {
    margin-bottom: 20px;
}

.payment-method .payment-item img {
    margin-right: 16px;
}

.payment-method label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #393E41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-method input {
    position: relative;
    width: 20px;
    height: 24px;
    margin-right: 17px;
}

.payment-method input:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #00A676;
    border-radius: 6px;
    background: #F9F7F0;
}

.payment-method input:after {
    content: url("/images/check.png");
    position: absolute;
    top: 5px;
    left: 9px;
    display: none;
}

.payment-method input:checked:after {
    display: block;
}

.payment-method input:checked:before {
    background: #00A676;
}

.last-section {
    border-top: 1px solid #D9CEAB;
    max-width: 1308px;
    width: 100%;
    margin: 24px auto;
    padding: 24px 51px 0;
}

.single-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.desk-hide {
    display: none;
}

.addresses-inputs .input-flex {
    margin-bottom: 0;
}

.address-container {
    border: 1px solid #D9CEAB;
    border-radius: 32px;
    padding: 20px 20px 9px 20px;
    position: static !important;
    display: block;
    cursor: pointer;
}

.address-container .addresses-details {
    margin-right: 24px;
}

.address-container .addresses-details-item {
    margin-bottom: 11px;
}

.address-container .addresses-details-item span {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #586065;
    display: block;
    width: 110px;
}

.address-container .addresses-details-item strong {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #393E41;
    font-family: GHEAHelveticaGeoBold;
}

.address-check {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 24px;
}

.address-check i {
    color: #586065;
}

.order-address-info .single-radio {
    margin-bottom: 24px;
}

.add-address {
    padding: 8px;
    border-bottom: 1px solid #D9CEAB;
    width: 100%;
    margin-bottom: 9px;
}

.add-address button {
    background: transparent;
    border: none;
}

.add-address button span {
    background: #D9CEAB;
    border-radius: 8px;
    font-size: 20px;
    display: block;
    width: 32px;
    height: 32px;
    padding-top: 5px;
    margin-right: 16px;
    color: #586065;
}

.add-address button span .fa-pen {
    font-size: 15px;
    position: relative;
    top: -1px;
}

.add-address button strong {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #393E41;
}

.sec-with-pay .formulate .promocode input {
    width: 226px;
}

.add-address-content {
    margin-top: 24px;
    display: none;
}

.add-address-content .address-choose {
    margin-top: 22px;
}

.confirm {
    border-bottom: 1px solid #D9CEAB;
    padding-bottom: 24px;
}

.address-border, .border {
    border-color: #00A676;
}

.my-basket-item {
    padding: 24px 8px;
    border-bottom: 1px solid #D9CEAB;
    margin-bottom: 8px;
}

.my-basket-item .name-img, .my-basket-table .name-img {
    width: 390px;
}

.my-basket-item img, .my-basket-table img {
    width: 72px;
    height: 72px;
    margin-right: 16px;
}

.my-basket-item .basket-item-name, .my-basket-table .basket-item-name {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    color: #393E41;
    line-height: 18px;
    display: block;
}

.my-basket-item .basket-item-details, .my-basket-table .basket-item-details {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #586065;
}

.my-basket-item .basket-item-price, .my-basket-table .basket-item-price {
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #333533;
    font-family: GHEAHelveticaGeoBold;
    margin-left: 53px;
    white-space: nowrap;
}

.al {
    position: relative;
}

.al img {
    position: absolute;
    right: 16px;
    bottom: 18px;
}

.al select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.productTitle {
    color: #393E41;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: left;
}

.paymentType, .paymentType strong, .paymentStatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.paymentType img {
    margin-right: 10px;
}

.paymentStatus button {
    text-align: center;
    padding: 8px 14px;
    background: #ED1C24;
    border-radius: 17px;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    border: none;
    margin-left: 20px;
}


.orderApprove {
    border-bottom: unset;
    text-align: center;
    margin-bottom: 15px;
}

.orderApprove h2.orderPaymentMessageHeader {
    color: #393E41;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.04em;
    font-family: GHEAHelveticaGeo;
}

.orderApprove h4.orderPaymentConfirmMessage {
    color: #586065;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-top: 16px;
    font-family: GHEAHelveticaGeo;
}

.orderApprove h4.orderPaymentErrorMessage {
    color: #ED1C24;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    width: 80%;
    margin: 16px auto 0;
    font-family: GHEAHelveticaGeo;
}

.paymentMethodTitle {
    margin-bottom: 20px;
}

.approveOrderButton {
    background: #00A676;
    border: unset;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 16px;
    width: 100%;
    margin-top: 24px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

.approveOrderButton img {
    position: absolute;
    right: 16px;
}

.approveOrderButton:disabled,
.approveOrderButton[disabled] {
    background: #00996D;
}

#orderStatusModal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    display: none;
}

#orderStatusModal .alertModal {
  max-width: 495px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 34px 46px;
  position: relative;
}

#orderStatusModal .alertModal .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

#orderStatusModal .alertModal .alertModalContent h2,
#orderStatusModal .alertModal .alertModalContent h3 {
    letter-spacing: 0.01em;
    font-family: GHEAHelveticaGeoBold;
    margin-bottom: 40px;
    text-align: center;
}

#orderStatusModal .alertModal.orderPaymentErrorMessage h2,
#orderStatusModal .alertModal.orderPaymentErrorMessage h3 {
    color: #F45B69;
}

#orderStatusModal .alertModal.orderPaymentConfirmMessage h2 {
    color: #393E41;
}

#orderStatusModal .alertModal.orderPaymentConfirmMessage h3 {
    color: #586065;
}

#orderStatusModal .alertModal .alertModalContent h4 {
    font-size: 24px;
    letter-spacing: 0.01em;
    font-family: GHEAHelveticaGeoBold;
    margin-bottom: 40px;
}

#orderStatusModal .alertModal .confirmButton {
  background: #00A676;
  border: unset;
  border-radius: 10px;
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  width: 58%;
}


@media (max-width: 1270px) {
    .basket-heading h2, .basket-content,
    .basket-heading .goToBasket {
        max-width: 92%;
    }

    .my-basket-item .name-img {
        width: 270px;
    }

    .right-sec {
        width: 31%;
    }

    .right-sec .formulate {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1219px) {
    .checkout-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .right-sec {
        width: 100%;
    }

    .payment-method {
        margin: 0 0 16px 0;
    }

    .last-section {
        border-bottom: 1px solid #D9CEAB;
        border-top: none;
        max-width: 1308px;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 0 16px 0;
    }

    .mob-hide {
        display: none;
    }

    .desk-hide {
        display: block;
    }
}

@media (max-width: 1113px) {
    .my-basket-item .name-img {
        width: 270px;
    }

    .my-basket-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .prod-counter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 12px;
    }

    .my-basket-item .delete {
        position: absolute;
        right: 0;
        top: 40px;
    }
}

@media (max-width: 985px) {
    #orderStatusModal {
        align-items: unset !important;
    }

    #orderStatusModal .alertModal {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        top: 20vh;
        overflow-y: auto;
        width: 80%;
    }
}

@media (max-width: 800px) {
    .basket-heading {
        padding: 24px 0 24px;
        margin: 0 auto 24px;
    }

    .formulate {
        margin-left: 0;
        width: 100%;
        margin-top: 16px;
    }

    .my-basket-item {
        padding: 16px 8px;
    }

    .basket-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .formulate .promocode input, .formulate .promocode button {
        width: 100% !important;
    }
}

@media (max-width: 780px) {
    .date_time_picker {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .column, .address-container .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 660px) {
    .checkout-form-content {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-content.imr {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .input-item {
        margin-bottom: 20px;
    }

    .input-flex.input-item {
        margin-bottom: 0;
    }

    .payment-method label {
        line-height: 19px;
    }

    .add-address-content .address-choose {
        margin-top: 4px;
    }

    .confirm .green-btn {
        width: 100%;
    }

    .basket-heading .goToBasket {
        display: none;
    }

    #orderStatusModal .alertModal {
        width: 90%;
    }

    #orderStatusModal .alertModal .confirmButton {
        width: 100%;
        margin-left: unset;
    }
}
