.checkout-checkout main {
    min-height: 100vh;
}

#checkout-checkout #content>.row>.col:last-child:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    background: #1E1E1E;
}

.text-mask {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-text-security: disc;
}

.show-password {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 2;
    cursor: pointer;
}

.open-eye {
    display: none;
}

.visible .closed-eye {
    display: none;
}

.visible .open-eye {
    display: block;
}


.template-checkout .nav.float-end {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.template-checkout.minicart-show .nav.float-end {
    opacity: 1;
}

.template-checkout main {
    padding-top: calc(var(--header-height) + 25px);
}

.template-checkout .header-checkout .menu-header {
    height: 88px;
}

.template-checkout #logo img {
    height: 58px;
}

.template-checkout footer {
    display: none;
}

#alert .btn-close:hover {
    background: var(--bs-btn-close-bg);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: center;
}

input,
main input:-webkit-autofill,
main input:-webkit-autofill:hover,
main input:-webkit-autofill:focus,
main textarea:-webkit-autofill,
main textarea:-webkit-autofill:hover,
main textarea:-webkit-autofill:focus,
main select:-webkit-autofill,
main select:-webkit-autofill:hover,
main select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../../images/tel-arrow.svg);
}

.select2-container--default .select2-dropdown {
    border: 1px solid #888;
}

.select2-container--default .select2-search--dropdown {
    padding: 0;
    display: block;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 0;
    margin-top: 0;
}

.checkout__infomation #payment-existing .select2-container {
    width: 100% !important;
    max-width: 100%;
}

.phone--field .select2-container--default .select2-selection--single[aria-expanded="false"] .select2-selection__arrow {
    opacity: 0;
    height: 10px;
    bottom: 35%;
    top: initial;
}

/* WebKit-based browsers (Chrome, Safari, Edge) */
#checkout-checkout #content>.row>.col .col-right-inner::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    width: 6px;
    /* Scrollbar width */
    background-color: #888888;
}
#checkout-checkout #content>.row>.col .col-right-inner::-webkit-scrollbar{
    display: none;
}
#checkout-checkout #content>.row>.col .col-right-inner{
    /*hide scrollbar firefox */
    scrollbar-width: none;
}
#checkout-checkout #content>.row>.col .col-right-inner::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
    background-color: #888888;
    /* Track background color */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* Inner shadow for track */
}

#checkout-checkout #content>.row>.col .col-right-inner::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #000000;
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded corners on thumb */
}

/* Fallback for older browsers (basic scrollbar color change) */
#checkout-checkout #content>.row>.col .col-right-inner,
.select2-results__options {
    overflow: hidden;
    overflow-y: scroll;
    /* Ensures the scrollbar is visible if needed */
}

/* Ensure scrollbars are consistent on other elements */
#checkout-checkout #content>.row>.col .col-right-inner,
.select2-results__options {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* IE10+ & Edge, hides scrollbar when not in use */
}

.phone--field .select2-container--default .select2-selection--single[aria-expanded="false"] .select2-selection__arrow.show {
    opacity: 1;
}

.template-checkout .container {
    max-width: 1283px;
}

#checkout-payment-method.loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
    background: rgb(0 0 0 / 15%);
    z-index: 2;
    margin: -20px;
}

#checkout-payment-method.loading:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 45px);
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 5;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#checkout-checkout h1+.row .col-md-7 {
    position: relative;
    margin-bottom: 100px !important;
    z-index: 0;
    width: 54%;
}

#checkout-checkout #form-register .row-cols-md-2 {
    margin-left: 0;
    margin-right: 0;
}

#checkout-checkout .breadcrumb {
    border: none;
    background: transparent;
    margin: 0 -16px 40px;
    padding: 0;
}

#checkout-checkout .breadcrumb .breadcrumb-item {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    text-shadow: none;
}

#checkout-checkout .breadcrumb .breadcrumb-item.active {
    font-weight: 400;
}

#checkout-checkout .breadcrumb .breadcrumb-item::after {
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
}

#checkout-checkout .breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

#checkout-checkout #form-register {
    max-width: 648px;
}

#checkout-checkout .input-field {
    width: 100%;
}

#checkout-checkout #form-register .form-select.is-invalid+.select2-container .select2-selection {
    border-color: var(--bs-form-invalid-border-color);
}

#checkout-checkout #content>.row>.col:last-child {
    border-left: 0;
    width: 46%;
    padding-left: 62px;
    position: fixed;
    top: 0;
    right: 0;
    padding: 62px 62px 0px 57px;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    background: #1E1E1E;
}

#checkout-checkout #content>.row>.col:last-child::-webkit-scrollbar {
    display: none;
}

#checkout-checkout #form-register .form-check.form-switch {
    cursor: pointer;
    margin: 0;
    min-height: 18px;
    line-height: normal;
    font-size: 14px;
    padding-left: 28px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 7px;
}

#checkout-checkout #form-register .form-check.form-switch .form-check-label a,
#checkout-checkout #form-register .form-check.form-switch .form-check-label {
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-left: 0;
    letter-spacing: 0;
}

#shipping-new .shipping-country .select2-container {
    width: 100% !important;
}

#checkout-checkout #form-register .form-check.form-switch input {
    margin-left: -28px;
    width: 12px;
    height: 12px;
    border: 1px solid #FFF;
}

#checkout-checkout #form-register .form-check.form-switch input:checked {
    border: 1px solid #FFA400;
    background-color: #FFA400;
}

#checkout-checkout #form-register .form-check.form-switch .form-check-label a {
    text-decoration: underline;
}

#checkout-checkout #form-register .form-check.form-switch .form-check-label a b {
    font-weight: 300;
}

#checkout-checkout #form-register .form-check.form-switch .form-check-label a:hover {
    text-decoration: underline;
}

#checkout-checkout #checkout-shipping-method {
    margin-bottom: 32px !important;
}

#checkout-checkout #checkout-shipping-method legend,
#checkout-checkout #checkout-payment-method legend {
    margin-bottom: 29px;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

#checkout-checkout #checkout-payment-method legend {
    margin-bottom: 33px;
}

#checkout-checkout #form-register .custom-field {
    display: none;
}

#checkout-checkout #checkout-shipping-method #error-shipping-method {
    margin: 0;
}

#checkout-checkout #checkout-payment-method {
    margin-bottom: 56px !important;
    position: relative;
}

#checkout-checkout #checkout-payment-method #error-payment-method {
    margin: 0;
}

#checkout-checkout #checkout-payment-address #payment-existing {
    margin-top: 22px;
    margin-bottom: 22px;
}

#payment-existing .checkout__infomation .select2-container {
    width: 100% !important;
}

#checkout-checkout #checkout-payment-method br {
    display: none;
}

#checkout-checkout #checkout-payment-method .form-check,
#checkout-checkout #checkout-shipping-method .form-check {
    cursor: pointer;
    padding: 0;
    margin-bottom: 8px;
}

#checkout-checkout #checkout-payment-method .form-check {
    margin-bottom: 22px;
}

#checkout-checkout #checkout-payment-method .form-check:last-child,
#checkout-checkout #checkout-shipping-method .form-check:last-child {
    margin: 0;
}

#checkout-checkout #checkout-shipping-method .form-check input[type="radio"],
#checkout-checkout #checkout-payment-method .form-check input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    margin-right: 28px;
    border: none;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"> <circle cx="6" cy="6" r="5.65625" stroke="black" stroke-width="0.6875"/> </svg>');
    background-repeat: no-repeat;
    background-position: center;
}

#checkout-checkout #checkout-shipping-method .form-check input:checked[type="radio"],
#checkout-checkout #checkout-payment-method .form-check input:checked[type="radio"] {
    background-color: transparent !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><circle cx="6" cy="6" r="5.65625" stroke="black" stroke-width="0.6875"/><circle cx="6" cy="6" r="4" fill="black"/></svg>');
}

#checkout-checkout #checkout-shipping-method .form-check label>span>span {
    font-weight: 300;
}

#checkout-checkout #checkout-payment-address {
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-check input[type="radio"]+label:before {
    background: transparent;
    border-color: #FFF;
}

.form-check input[type="radio"]:checked+label:before {
    background: #FFA400;
    border-color: #111111;
}

#checkout-checkout #checkout-shipping-address .form-check,
#checkout-checkout #checkout-payment-address .form-check {
    min-height: 21px;
    padding-left: 0;
    margin-bottom: 24px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#shipping-address .form-check-input {
    width: 12px;
    height: 12px;
}

#shipping-address .form-check-input:checked {
    background: #F79F00;
    border-color: #F79F00;
}

.payment_existing-addresses .form-check-label {
    margin-bottom: 24px;
}

#checkout-checkout #checkout-shipping-address .form-check .address-actions,
#checkout-checkout #checkout-payment-address .form-check .address-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#checkout-checkout #checkout-shipping-address .form-check .address-actions a,
#checkout-checkout #checkout-payment-address .form-check .address-actions a {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-transform: capitalize;
}

.lists-existing-address {
    max-width: 642px;
    width: 100%;
}

#checkout-checkout #checkout-shipping-address .form-check .existing-address-item .existing-address-item-address,
#checkout-checkout #checkout-payment-address .form-check .existing-address-item .existing-address-item-address {
    margin-top: 0;
    font-weight: 400;
    -ms-flex-preferred-size: 71%;
    flex-basis: 71%;
}

#checkout-checkout #checkout-shipping-address .form-check input,
#checkout-checkout #checkout-payment-address .form-check input {
    margin-left: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 2px;
    margin: 0;
}

#checkout-checkout #checkout-shipping-address #shipping-existing .select2-selection,
#checkout-checkout #checkout-payment-address #payment-existing .select2-selection {
    padding-right: 35px;
}

.checkout__infomation .select2-container {
    display: block;
    max-width: 100%;
}

#checkout-checkout #checkout-shipping-address #payment-new #form-payment-address .select2-container .select2-selection,
#checkout-checkout #checkout-shipping-address #shipping-new #form-shipping-address .select2-container .select2-selection,
#checkout-checkout #checkout-payment-address #payment-new #form-payment-address .select2-container .select2-selection {
    padding-right: 35px;
}

#checkout-checkout #checkout-confirm #confirm_product .table thead {
    display: none;
}

#checkout-checkout #checkout-confirm #confirm_product .table {
    border: none;
}

#checkout-checkout #checkout-confirm #confirm_product .table tbody tr {
    border: none;
}

#checkout-checkout #checkout-confirm #confirm_product .table tbody td {
    border: none;
    padding: 0;
    padding-bottom: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#checkout-checkout #checkout-confirm #confirm_product .table .image .img-thumbnail {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #D9D9D9;
    -o-object-fit: cover;
    object-fit: cover;
}

#checkout-checkout #checkout-confirm #confirm_product .table .image {
    width: 80px;
}

#checkout-checkout #checkout-confirm #confirm_product .table td br {
    display: none;
}

#checkout-checkout #checkout-confirm #confirm_product .table .text-start {
    padding: 0 15px;
    padding-bottom: 24px;
}

#checkout-checkout #checkout-confirm #confirm_product .table .text-start a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#checkout-checkout #checkout-confirm #confirm_product .table .text-start small {
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 4px;
}

#checkout-checkout #checkout-confirm #confirm_product .table .text-end .total-price {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 46px;
}

#checkout-checkout #checkout-confirm #confirm_product .table .text-end .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#checkout-checkout #checkout-confirm #confirm_product .table .text-end .qty .qty-minus,
#checkout-checkout #checkout-confirm #confirm_product .table .text-end .qty .qty-plus {
    cursor: pointer;
    font-size: 10px;
}

#checkout-checkout #checkout-confirm #confirm_product .table .text-end .qty .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    text-transform: capitalize;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    padding: 0 5px;
    display: inline-block;
    width: auto;
    max-width: 58px;
}

/* Chrome, Safari, Edge, Opera */
#checkout-checkout #checkout-confirm #confirm_product .table .text-end .qty .form-control::-webkit-outer-spin-button,
#checkout-checkout #checkout-confirm #confirm_product .table .text-end .qty .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#checkout-checkout #checkout-confirm #confirm_product .table .text-end .qty .form-control[type=number] {
    -moz-appearance: textfield;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot tr {
    border: none;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot .total {
    position: relative;
    border-top: 27px solid transparent;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot td {
    border: none;
    padding: 8px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot .sub_total td {
    padding: 24px 0 8px;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot td strong {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 300;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot .total td {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 0;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot .total td:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot .total td strong {
    font-weight: 500;
}

#checkout-checkout #checkout-payment legend {
    display: none;
}

#checkout-checkout #form-credit-card .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

#checkout-checkout #form-credit-card #input-card-expire .form-select {
    width: 50%;
    border: 1px solid #000;
    padding: 12.5px 8px;
    color: #000;
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 0;
    height: 48px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#checkout-checkout #form-credit-card #input-card-expire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

#checkout-checkout #form-credit-card #input-store {
    margin-top: 4px;
    width: 15px;
    height: 15px;
}

#checkout-checkout #form-credit-card #input-store:checked {
    background-color: #000;
}

#checkout-checkout #form-credit-card .form-check-label {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

#checkout-checkout #form-credit-card .form-check-label strong {
    font-weight: 300;
}

#checkout-checkout #form-register>.row .col {
    text-align: right;
    padding: 0;
}


#checkout-checkout #checkout-shipping-address~.back_to_cart {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
}

#checkout-checkout .text-success {
    color: #FFF !important;
    float: none;
    text-align: center;
    padding-right: 0;
    display: block;
}

#checkout-checkout .text-info {
    float: right;
    text-align: right;
    padding-top: 8px;
}

#checkout-checkout #checkout-shipping-address .list-existing+.form-check input+label,
#checkout-checkout #payment-addresses .form-check .form-check-label {
    margin-bottom: 0;
    padding-left: 28px;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

#checkout-checkout #checkout-shipping-address .form-check-label {
    margin-top: 3px;
}

#checkout-checkout #checkout-shipping-address .list-existing+.form-check input:checked+label,
#checkout-checkout #checkout-payment-address .list-existing+.form-check input:checked+label {
    margin-bottom: 0;
}

#checkout-checkout #form-credit-card #input-card-expire .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../images/icon-select.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

#checkout-checkout #form-credit-card #input-card-expire .form-select::-ms-expand {
    display: none;
}

#checkout-checkout .phone--field .form-label+.input-container {
    position: relative;
}

#checkout-checkout .phone--field .form-label+.input-container::before {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: calc(100% - 100px);
    content: '';
    background-color: #888888;
    z-index: -1;
}


#checkout-checkout .phone--field .form-label+.input-container .form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    border: 1px solid #000;
    border-radius: 0;
    max-width: 105px;
    padding: 8px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 300;
    background-image: url(../../images/icon-select.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    border: none;
    margin: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#checkout-checkout .phone--field .form-label+.input-container .select2-container {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    border-right: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.checkout__infomation input[type="tel"] {
    padding-left: 123px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 16px;
    min-height: 38px;
}

#checkout-checkout #checkout-confirm #checkout-payment #payment-buttons>div {
    text-align: right;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot tr.discount_item .text-title,
#checkout-checkout #checkout-confirm #confirm_product .table tfoot tr.discount_item .text-value {
    padding-top: 0;
    color: #4D4D4D;
}

#checkout-checkout #checkout-confirm #confirm_product .table tfoot tr.discount .text-title,
#checkout-checkout #checkout-confirm #confirm_product .table tfoot tr.discount .text-value {
    padding-bottom: 4px;
}

.header-checkout #logo img {
    width: 210px;
    height: auto;
    max-width: 210px;
}

.header-checkout {
    position: static !important;
}

.header-checkout.fixed #logo img {
    height: auto;
}

.checkout-page {
    padding-top: 12px;
    font-family: 'Roboto', serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}

#checkout-checkout #content>.row>.col:last-child>div {
    position: relative;
    z-index: 3;
}

.checkout-page .page-title {
    font-size: 24px;
    line-height: 29px;
    color: #FFF;
    margin-bottom: 64px;
    text-transform: capitalize;
    font-family: 'Roboto', serif;
}

.checkout-page .register-form a {
    text-decoration: none;
}

.checkout-page .register-form legend {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFF;
    border: none;
    padding: 0;
    margin-bottom: 32px;
}

.checkout-page .register-form .personal-detail-label {
    margin-bottom: 12px;
}

.checkout-page .register-form .login {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 34px;
}

.checkout-page .register-form .register-guest-option .form-check-label {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

.checkout-page .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.checkout-page .register-form .form-check input[type="radio"] {
    margin: 0;
}

.checkout-page .register-form .form-check input[type="radio"]+label:before {
    border-color: #fff;
    background-color: transparent;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    top: 3px;
}

#checkout-checkout #form-register .checkout__form--animation {
    margin-top: 15px;
}

.checkout-page .register-form .form-check input:checked+label:before {
    border-color: #FFA400;
    background-color: #FFA400;
}

.checkout-page .register-form .form-check input:checked+label {
    color: #FFA400;
}

.checkout-page .register-form .form-check input:checked+label {
    opacity: 1;
}

#checkout-confirm .button.primary[disabled],
.checkout-page .register-form .form-check input[disabled]:checked+label
.checkout-page .register-form .form-check-input[disabled]~.form-check-label,
.checkout-page .register-form .form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.checkout-page .register-form .form-check.register {
    margin-right: 75px;
}

.checkout-page .register-form .register-guest-option .form-check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.checkout-page .register-form .form-check label {
    font-weight: 300;
    font-size: 14px;
    line-height: 17.7px;
    text-transform: inherit;
}

#shipping-address .checkout__form--animation .mb-3.address_match--col .form-check-label {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
}

.checkout-page .register-form .register-guest-option {
    margin-bottom: 31px;
    margin-top: 21px;
}

.checkout-page .register-form .fieldset {
    margin-bottom: 56px;
    padding: 0;
}

.checkout-page .register-form .fieldset.phone--field {
    margin-bottom: 29px;
}

.note-password {
    display: block;
    width: 100%;
    margin-top: 9px;
    padding-left: 6px;
}

.note-password span {
    position: relative;
    display: block;
    padding-left: 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #F79F00;
}

.note-password span:before {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 50%;
    top: 51%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #F79F00;
}

.checkout__infomation {
    max-width: calc(648px + (var(--bs-gutter-x) * .5) *2);
}
.checkout__infomation .back-to-cart {
    margin-bottom: 24px;
}
.checkout__infomation .select2-container--default .select2-selection--single,
.checkout-page .register-form .form-control,
.checkout-page .checkout__infomation .select2-selection {
    border-bottom: 1px solid #888888;
}

.checkout-page .register-form .form-control:focus,
.checkout-page .checkout__infomation .select2-selection:focus {
    /* border-color: #202020; */
    color: #FFF;
}

.checkout-page .register-form .form-control.is-invalid,
.checkout-page .register-form .select2-selection.is-invalid {
    border-color: #B23434;
}

.checkout-page .fieldset label {
    position: absolute;
    left: 0;
    top: 3px;
    color: #999;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    -webkit-transition: top 150ms ease-out, font-size 150ms ease-out;
    -o-transition: top 150ms ease-out, font-size 150ms ease-out;
    transition: top 150ms ease-out, font-size 150ms ease-out;
    text-transform: initial;
}

.checkout-page .register-form .fieldset#password-confirm {
    margin-bottom: 44px;
}

.checkout-page .fieldset.active label {
    top: -15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #888888;
}

.checkout-page .register-form .form-label::after {
    margin-left: 6px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.checkout-page .fieldset.active label:after {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #888888;
    margin-left: 0;
    top: 2px;
    padding-left: 4px;
}

.select2-container--focus+label {
    top: -15px;
}

.phone--field .select2-container {
    width: 75px !important;
    min-width: initial;
}

.checkout-page .fieldset {
    position: relative;
}

.checkout-page .register-form .form-control,
.checkout-page .checkout__infomation .select2-selection {
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    padding-left: 0;
    height: 39px;
}

.checkout-page .checkout__infomation .select2-selection {
    height: auto;
    border-top: none;
    border-left: none;
    border-right: none;
    min-height: 38px;
}

#payment-new #form-payment-address .row,
#shipping-new #form-shipping-address .row {
    margin: 0;
}

.checkout-page .register-form .account-info {
    margin-bottom: 41px;
}

.checkout-page .register-form .label {
    margin-bottom: 40px;
}

.checkout-page div#checkout-confirm legend {
    margin-bottom: 23px;
    padding-top: 4px;
}

.product-item-image .img-thumbnail {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.header-checkout #logo img {
    max-width: 145px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-item-info .product-item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.product-item-info .product-item-name a {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.product-item-details .product-model {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    margin-top: 4px;
}

.product-item-details .product-item-qty {
    margin-top: 11px;
}

.product-item-details .qty-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.product-item-details .qty-number {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    padding-left: 2px;
}

.product-item-details .column-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFA400;
}

.product-item-info .product-addon-item {
    margin-top: 43px;
}

.product-addon-item .with-tray-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.product-addon-item .with-tray {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFA400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7px;
    gap: 5px;
}

.product-addon-item .with-tray-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-addon-item .with-tray p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFA400;
}

#paypal_card {
    display: none;
}

/* Checkout Page */
.lists-existing-address .form-check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 188px);
}

.form-check-input+label span.existing-address-item-name {
    text-transform: capitalize;
}

#checkout-checkout #checkout-shipping-address .form-check .existing-address-item .existing-address-item-address span:not(:last-child) {
    display: inline-block;
    margin-bottom: 16px;
}

.back-to-cart.text-center .back_to_cart {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
    position: relative;
}

#shipping-address .checkout__form--animation .mb-3 {
    margin-bottom: 39px !important;
}

.back-to-cart.text-center .back_to_cart:before {
    background: #9F7021;
}

.button-wrapper-register {
    margin-bottom: 6px;
    margin-top: 34px;
}

#checkout-register .text-success.show {
    text-align: center;
    width: 100%;
    margin-bottom: 26px;
    display: block;
}

#button-register {
    letter-spacing: 0.04em;
}

.col-group-flex {
    gap: 48px;
    width: 100%;
    padding: 0;
}

#billing-address .select2-container {
    width: 100% !important;
}

.checkout-page fieldset#shipping-address .form-check {
    position: relative;
    padding-left: 28px;
}


.checkout-page fieldset#shipping-address .form-check .form-check-input {
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
}

fieldset#shipping-address {
    margin-bottom: 18px;
}

.checkout-page legend {
    border: 0;
    font-family: 'Roboto', serif;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.row-wrapper-register {
    margin: 0;
}

.checkout-page .register-form #billing-address .mb-3 {
    margin-bottom: 39px !important;
}

.checkout-page .register-form #billing-address legend {
    margin-bottom: 42px;
}

.order-summary .product-item .info .name a {
    color: #FFF;
    font-weight: 400;
}

.order-summary .product-item .size small,
.order-summary .product-item .qty {
    font-size: 14px;
    line-height: 17px;
}

.order-summary .product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 43px 0;
    border-bottom: 1px solid #888888;
}

.order-summary .product-item:last-child {
    border-bottom: 0;
}

.order-summary .product-item:first-child {
    padding-top: 0;
}

.order-summary .product-item .product-item-info {
    width: calc(100% - 104px);
}

.order-summary .product-item img {
    max-width: 116px;
}

.order-summary .product-item .info {
    max-width: 180px;
}

.order-summary .product-item .info>div {
    margin-bottom: 12px;
}

#checkout-confirm .table.table-confirm tr td {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #FFF;
    border: 0;
    padding: 0;
    padding-bottom: 8px;
}

#checkout-confirm .table.table-confirm tr:last-child td {
    padding-top: 27px;
}

.sub-total {
    border-top: 1px solid #888888;
    padding: 22px 0 0px 0;
}

.order-summary {
    padding-bottom: 20px;
}

#checkout-confirm .table.table-confirm tr:last-child td {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

#checkout-confirm .table.table-confirm tr:last-child td:last-child {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

#checkout-checkout div#checkout-payment .btn-primary {
    margin-top: 35px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #FFF;
}

#checkout-checkout div#checkout-payment .btn-primary:hover {
    background: #F79F00;
}

.sub-total table.table.table-confirm {
    margin-bottom: 20px;
}

.checkout__infomation input::-webkit-input-placeholder {
    opacity: 0;
}

.checkout__infomation input::-moz-placeholder {
    opacity: 0;
}

.checkout__infomation input:-ms-input-placeholder {
    opacity: 0;
}

.checkout__infomation input::-ms-input-placeholder {
    opacity: 0;
}

.checkout__infomation input#input-shipping-address-2 {
    display: none;
}

.checkout__infomation input::-webkit-input-placeholder {
    opacity: 0;
}

.checkout__infomation input::-moz-placeholder {
    opacity: 0;
}

.checkout__infomation input:-ms-input-placeholder {
    opacity: 0;
}

.checkout__infomation input::-ms-input-placeholder {
    opacity: 0;
}

.checkout__infomation input::placeholder {
    opacity: 0;
}

#checkout-checkout #checkout-payment-method #error-payment-method,
#checkout-checkout #checkout-shipping-method #error-shipping-method {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

#checkout-checkout #checkout-payment-method .form-check label span,
#checkout-checkout #checkout-shipping-method .form-check label span,
#checkout-checkout #checkout-payment-method .form-check label,
#checkout-checkout #checkout-shipping-method .form-check label {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

#checkout-checkout #checkout-shipping-method .form-check label span .cost {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

#checkout-checkout #checkout-shipping-method .form-check label .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.list-shiping-method .list-shipping {
    margin-bottom: 28px;
}

#checkout-checkout #checkout-payment-method .form-check label:before,
#checkout-checkout #checkout-shipping-method .form-check label:before {
    border: 1px solid #FFF;
    background-color: transparent;
    top: 4px;
}

#checkout-checkout #checkout-payment-method .form-check input:checked+label:before,
#checkout-checkout #checkout-shipping-method .form-check input:checked+label:before {
    border-color: #111111;
    background-color: #FFA400;
}


#checkout-checkout #checkout-payment-method .form-check input:checked+label span,
#checkout-checkout #checkout-shipping-method .form-check input:checked+label span,
#checkout-checkout #checkout-payment-method .form-check input:checked+label,
#checkout-checkout #checkout-shipping-method .form-check input:checked+label {
    color: #FFA400;
}

.checkout-page .register-form .form-control:disabled {
    background-color: transparent;
}

#personal-details {
    max-width: 642px;
    margin-bottom: 51px;
}

#personal-details h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 33px;
}

#personal-details .personal-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#personal-details .personal-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

#personal-details .personal-info .name {
    text-transform: capitalize;
    margin-bottom: 5px;
}

#personal-details .logout-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.04em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.checkout__infomation .invalid-feedback.d-block,
.checkout__infomation .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    padding-left: 0 !important;
}

.lists-existing-address .existing-address-item-name {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
}

.lists-existing-address .existing-address-item-address {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.04em;
}

#payment-new #form-payment-address .row .mb-3,
#shipping-new #form-shipping-address .row .mb-3 {
    padding: 0;
    margin-bottom: 39px !important;
}

/* End Success Page */

/* Order success */
#common-success {
    padding: 0;
    padding-top: 88px;
    background: #1E1E1E;
}

#common-success .image img {
    width: 100%;
}

#common-success #content {
    padding-left: 13.3%;
    padding-right: 114px;
}

#common-success #image {
    padding-bottom: 46.667%;
    position: relative;
}

#common-success #image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

#common-success #content {
    font-family: 'Roboto', serif;
}

#common-success #content .title {
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: inherit;
    letter-spacing: 0;
    margin-bottom: 24px;
}

#common-success #content .order_infomation-text .title {
    text-align: left;
}

#common-success #content .order_info {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #F79F00;
}

#common-success #content p {
    margin-bottom: 0;
    letter-spacing: 0;
}

#common-success #content .question,
#common-success #content .messenger {
    font-weight: 300;
    font-size: 14px;
}

#common-success #content .question a {
    line-height: 16px;
}

#common-success #content .messenger {
    line-height: 180%;
    margin-top: 47px;
    margin-bottom: 60px;
}

#common-success #content .order_infomation {
    padding-bottom: 16px;
}

/*End order success */
@media (min-width: 767.98px) {
    .checkout-checkout>footer {
        display: none;
    }

    #checkout-checkout #content>.row>.col:last-child {
        padding-right: 42px;
    }

    #checkout-checkout #content>.row>.col .col-right-inner {
        /* max-height: calc(100vh - 300px); */
        overflow: hidden;
        overflow-y: auto;
        padding-right: 20px;
    }
    .header-checkout .menu-header {
        padding-top: 72px;
        padding-bottom: 15px;
    }
}

@media (max-width: 1280px) {
    #checkout-checkout #content>.row>.col:last-child {
        max-width: 45%;
        padding: 150px 20px 77px;
        width: 45%;
    }

    .checkout-checkout:before {
        width: 45%;
    }

    .checkout-page:before {
        width: 55%;
    }

    #checkout-checkout #checkout-shipping-address~.back_to_cart+.btn-primary.btn-continue {
        right: 111px;
    }

    .lists-existing-address .form-check label {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
        width: calc(100% - 168px);
    }
}

@media (max-width: 1023px) {
    .lists-existing-address .form-check label {
        width: 100%;
    }

    #checkout-checkout #checkout-shipping-address .form-check, #checkout-checkout #checkout-payment-address .form-check {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #checkout-checkout #checkout-shipping-address .form-check .address-actions, #checkout-checkout #checkout-payment-address .form-check .address-actions {
        padding-left: 28px;
    }

    #checkout-checkout #form-register .row-cols-md-2>.col {
        width: 100%;
    }

    #checkout-checkout #content>.row>.col:last-child {
        max-width: 50%;
    }

    #checkout-checkout h1+.row .col-md-7 {
        width: 50%;
        padding-right: 0;
    }

    #checkout-checkout #checkout-shipping-address~.back_to_cart+.btn-primary.btn-continue {
        right: 30px;
    }

    #checkout-checkout .text-success {
        padding-right: 30px;
    }

}

@media (max-width: 991px) {
    #common-success #content {
        padding-left: 60px;
        padding-right: 60px;
    }

    #common-success #image {
        padding-bottom: 60%;
    }
}

@media (max-width: 767.98px) {
    #checkout-checkout #content>.row>.col .col-right-inner{
        overflow: initial;
        overflow-y: initial;
        /* Ensures the scrollbar is visible if needed */
    }
    #common-success {
        padding-top: 72px;
    }

    .header-checkout #logo img {
        width: 56px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }

    #common-success #content .question,
    #common-success #content .messenger {
        line-height: auto;
    }

    #common-success #content .messenger {
        margin-bottom: 58px;
    }

    #common-success #content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    #common-success #image {
        padding-bottom: 71.026%;
    }

    #common-success .row {
        margin: 0;
    }

    #common-success #content {
        padding: 60px 24px;
        padding-bottom: 103px;
    }

    #checkout-checkout #content>.row>.col:last-child:before {
        display: none;
    }

    #checkout-checkout h1+.row>* {
        width: 100%;
    }

    #checkout-checkout h1+.row .col-md-7 {
        width: 100%;
        margin-bottom: 0 !important;
        padding-right: 12px;
        max-width: 100%;
    }

    #checkout-checkout #content>.row>.col:last-child {
        position: relative;
        width: 100%;
        max-width: 100%;
        border: none;
        padding: 40px 12px 64px;
        z-index: 1;
    }

    #checkout-checkout #form-register {
        padding-right: 0;
        max-width: 100%;
    }

    .checkout-page .register-form .register-guest-option .form-check {
        margin-bottom: 12px;
    }

    #checkout-checkout #form-register .checkout__form--animation {
        margin-top: 23px;
    }

    .checkout-page .register-form .fieldset {
        margin-bottom: 38px;
    }

    .checkout-page .register-form .fieldset#password-confirm {
        margin-bottom: 24px;
    }

    .checkout-page .register-form .label {
        margin-bottom: 48px;
    }

    .checkout-page .register-form #billing-address legend {
        margin-bottom: 50px;
    }

    .button-wrapper-register {
        margin-top: 20px;
    }

    .checkout-page {
        padding-top: 62px;
    }

    .checkout-page fieldset#shipping-address .form-check .form-check-input {
        top: 6px;
    }

    #checkout-checkout #checkout-shipping-address,
    #checkout-checkout #checkout-payment-address {
        padding-right: 0;
        margin-bottom: 0;
    }

    #checkout-checkout #checkout-shipping-address~.back_to_cart+.btn-primary.btn-continue {
        right: 12px;
        bottom: 0;
    }

    #checkout-checkout .text-success {
        padding-right: 0;
    }

    #checkout-checkout #content>.row>.col:last-child {
        padding-top: 56px;
    }

    .product-item-image .img-thumbnail {
        width: 87px;
    }

}

@media (max-width: 567.98px) {
    .lists-existing-address .form-check label {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #checkout-checkout #checkout-shipping-address .form-check .existing-address-item .existing-address-item-address, #checkout-checkout #checkout-payment-address .form-check .existing-address-item .existing-address-item-address,
    .lists-existing-address .existing-address-item-name {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}