/*  Checkout page.
------------------------------------- */
/* Checkout form. */
form.checkout {
    margin-top: 15px;
}

/* Hide certain fields. */
body.woocommerce-checkout .secure-top-row,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #order_review_heading {
    display: none;
}

/* Make review order table as an accordion. */
body.woocommerce-checkout .woocommerce-checkout-review-order {
    display:        flex;
    flex-direction: column;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    display: none;
}
body.woocommerce-checkout .review-order-table-accordion {
    padding:        15px;
    border:         1px solid #0f7d3f;
    border-radius:  10px;
    margin-bottom:  15px;
    order:          -1;
    font-weight:    bold;
    cursor:         pointer;
}
body.woocommerce-checkout .review-order-table-accordion i:first-of-type {
    margin-right: 5px;
}
body.woocommerce-checkout .review-order-table-accordion i:last-of-type {
    margin-left: 5px;
}
body.woocommerce-checkout .review-order-table-accordion.opened i:last-of-type {
    transform: rotate(180deg);
}
body.woocommerce-checkout .review-order-table-accordion .woocommerce-Price-amount {
    margin-left: auto;
}
body.woocommerce-checkout .review-order-table-accordion {
    display: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table + .review-order-table-accordion, /* Before the first ajax call gets executed on page load, show the default review-order-table-accordion element. */
body.woocommerce-checkout .review-order-table-accordion:has(+ .woocommerce-checkout-review-order-table), /* After the first ajax call gets executed on page load, show the newly created review-order-table-accordion element. */
body.woocommerce-checkout .review-order-table-accordion:has(+ #gls-pickup-info + .woocommerce-checkout-review-order-table) { /* After the first ajax call gets executed on page load, show the newly created review-order-table-accordion element. */
    display: flex !important;
}

/* Custom coupon section. */
body.woocommerce-checkout #coupon-anchor .woocommerce-message {
    margin-bottom: 15px;
}
body.woocommerce-checkout #coupon-anchor .checkout_coupon label {
    right: unset;
}
body.woocommerce-checkout #coupon-anchor .ui-dialog-titlebar-close {
    display: none;
}

/* Review order table + Order summary before place order button. */
body.woocommerce-checkout .woocommerce-checkout-review-order-table > *,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
    display:    flex;
    width:      100%;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table > * {
    flex-direction: column;
}
body.woocommerce-checkout .order-summary-before-place-order-button th {
    border-color:   #ddd;
    padding-left:   0;
    padding-right:  0;
    width:          50%;
}
body.woocommerce-checkout .order-summary-before-place-order-button td {
    border-color:   #ddd;
    padding-left:   0;
    padding-right:  0;
    width:          50%;
    text-align:     right;
    font-weight:    bold;
}
body.woocommerce-checkout .order-summary-before-place-order-button tr:first-child th,
body.woocommerce-checkout .order-summary-before-place-order-button tr:first-child td {
    border-top: 0;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping li,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping label,
body.woocommerce-checkout .order-summary-before-place-order-button .shipping li,
body.woocommerce-checkout .order-summary-before-place-order-button .shipping label {
    margin: 0;
}
body.woocommerce-checkout .order-summary-before-place-order-button .shipping label {
    font-size: 1rem;
}
body.woocommerce-checkout .order-summary-before-place-order-button .shipping label button {
    display: none;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping li:only-child label,
body.woocommerce-checkout .order-summary-before-place-order-button .shipping li:only-child label {
    cursor: text;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping li:not(:only-child) label,
body.woocommerce-checkout .order-summary-before-place-order-button .shipping li:not(:only-child) label {
    cursor: pointer;
}
@media (max-width: 767px) {
    body.woocommerce-checkout .woocommerce-checkout-review-order {
        padding-top: 30px;
    }
}

/* Payment methods. */
body.woocommerce-checkout .wc_payment_methods > li > label > img {
    height: 20px !important;
}

/* Place order button. */
body.woocommerce-checkout #payment #place_order {
    border-radius: 10px;
}



/*  Order received page.
------------------------------------- */
/* BACS payment details. */
body.woocommerce-order-received ul.bacs_details li {
    margin-top: 20px;
}

/* Customer details. */
body.woocommerce-order-received section.woocommerce-customer-details p {
    margin: 0;
}



/* ___________________________________________________________________________________________________________________________________ */



span.cod_fee {
    width: 58%;
    margin-left: auto;
    text-align: right;
    height: 20px;
    margin-bottom: 0;
    display: inline-block;
}

@media (min-width: 768px) {
    h3#order_review_heading {
        padding-top: 20px !important;
    }
}

@media (max-width: 992px) {
    .checkout_coupon > p.form-row.form-row-first {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 5px;
    }

    .checkout_coupon > p.form-row.form-row-last {
        width: 100%;
    }
}

.payment_box.payment_method_cardinity > fieldset#wc-cardinity-cc-form > p.form-row.form-row-last.woocommerce-validated > label {
    height: 55px;
    vertical-align: bottom;
    display: table-cell!important;
    padding-bottom: 5px;
    font-size:12px;
}

.payment_box.payment_method_cardinity > fieldset#wc-cardinity-cc-form > p.form-row.form-row-first.woocommerce-validated > label {
    height: 55px;
    vertical-align: bottom;
    display: table-cell!important;
    padding-bottom: 5px;
    font-size:12px;
}

.payment_box.payment_method_cardinity > fieldset#wc-cardinity-cc-form > p.form-row.form-row-last > label {
    height: 55px;
    vertical-align: bottom;
    display: table-cell!important;
    padding-bottom: 5px;
    font-size:12px;
}

.payment_box.payment_method_cardinity > fieldset#wc-cardinity-cc-form > p.form-row.form-row-first > label {
    height: 55px;
    vertical-align: bottom;
    display: table-cell!important;
    padding-bottom: 5px;
    font-size:12px;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 8px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 16px!important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none!important;
}

input#cardinity-card-cvc {
    width: 100%!important;
}

/* Icons on top of the checkout. */
.secure-top-row {
    display:            flex;
    justify-content:    space-evenly;
    padding:            10px 30px;
    width:              100%;
}
.secure-top-row .secure-top-column {
    display:        flex;
    align-items:    center;
    padding:        20px;
}
.secure-top-row .secure-img {
    max-width:      35px;
    margin-right:   15px;
}
.secure-top-row .secure-text {
    font-size: 14px;
}
@media (max-width: 991px) {
    .secure-checkout-below-button {
        width: 70%;
    }
}
@media (max-width: 767px) {
    .secure-top-row {
        padding: 10px 0;
    }
    .secure-top-row .secure-top-column {
        flex-direction: column;
        text-align:     center;
    }
    .secure-top-row .secure-img {
        margin: 0 0 10px;
    }
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 0 !important;
    font-size: .92em;
    border-radius: 0.25rem;
    line-height: 1.5;
    background-color: #f5f7fa;
    color: #515151;
}

#customer_details {
    border-radius: 10px;
    background-color: #f2fdd7;
}

@media (min-width: 576px) {
    .woocommerce-checkout.page-template-template-empty #customer_details {
        background-color: #fff;
        box-shadow: 0 2px 25px hsla(0, 0%, 60%, 0.5);
        padding: 20px 15px;
        margin: 15px -15px 0 -15px;
    }

    #customer_details {
        padding: 20px 10px;
        box-shadow: 0 2px 25px hsla(0, 0%, 60%, 0.5);
    }
}

@media (max-width: 767px) {
    #customer_details {
        padding: 20px 5px !important;
        box-shadow: 0 2px 15px hsla(0, 0%, 60%, 0.5) !important;
    }
}

.securecheckout1 p,
.phone-number-checkout p,
.securecheckout p {
    font-size: 14px;
}
.securecheckout1,
.phone-number-checkout {
    margin-top: 20px;
}
.phone-number-checkout {
    margin-bottom: 20px !important;
}
.phone-number-checkout p {
    margin-bottom: 0;
}
.phone-number-checkout a {
    font-weight: bold;
}
@media (max-width: 767px) {
    .phone-number-checkout {
        display: none;
    }
}
.securecheckout {
    width:  70%;
    margin: 20px auto 0;
}
.securecheckout_below_button {
    width:      80%;
    margin:     0 auto 20px;
    text-align: center;
}
.securecheckout_below_button img {
    max-height: 35px;
}
.woocommerce-checkout-review-order .phone-number-checkout {
    display:    none;
    margin:     30px 0 20px !important;
    text-align: center;
}
@media (max-width: 767px) {
    .woocommerce-checkout-review-order .phone-number-checkout {
        display: block;
    }
}

.wc_payment_method>input:checked+label {
    background-color: #fff!important;
    transition: all .4s ease-out;
}

.coupon-special {
    display:block!important;
}

@media (min-width: 992px) {
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }  
    .col2-set, .col2-set .form-row-first {
        float: left;
    }
}

input#coupon_code {
    font-size:16px!important;
}

select#billing_country {
    font-size:16px;
}

.woocommerce-error {
    border: 1px solid #ffa5a9;
    border-radius: 0.25rem;
    background: #ffd7d7;
    color: black;
    margin-bottom: 1em;
}

form#ui-id-1 {
    display: inline-block!important;
    position: relative;
    width: 100%;
}

.checkout_coupon > p.form-row.form-row-first {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 5px;
}

.checkout_coupon > p.form-row.form-row-last {
    width: 150px!important;
    position: absolute;
    right: 0;
}

.woocommerce-message {
    border: 2px solid #8fae1b;
    border-radius: 0.25rem;
}

input#coupon_code {
    height: 45px;
    font-size: 12px;
}

.checkout_coupon > p.form-row.form-row-last > button.button {
    width: 100%;
    height: 45px;
    font-size: 12px;
    background-color: #f5f7fa !important;
    color: #495057 !important;
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border: 1px solid #d6d6d6 !important;
}

.checkout_coupon > p.form-row.form-row-last > button.button:hover {
    background-color: transparent !important;
    border: 1px solid #5d5d5d !important;
    color: black !important;
}

form.checkout_coupon p {
    display: none;
}

form.checkout_coupon {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    height: 0;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none!important;
}

.woocommerce-info {
    display:none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:last-of-type td, .woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr:last-of-type th {
    border-bottom: 2px solid #333!important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td, .woocommerce-checkout .woocommerce-checkout-review-order-table th {
    border: 0!important;
    border-bottom: 1px solid #ddd!important;
    padding: .7rem 0!important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    width: 70%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    font-size: .8rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
    font-size: .7rem;
    color: #777;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    font-size: .8rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    font-weight: 700;
    text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td {
    border-bottom: 0 !important;
}

.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1)!important;
    margin: 0 -1px 24px 0;
    margin-bottom: 1.5rem;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0.25rem;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    width: 30%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout .wc_payment_method:not(:last-of-type) {
    margin-bottom: .3rem!important;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    border: 1px solid #ddd !important;
}

.woocommerce-terms-and-conditions-wrapper > p.form-row.validate-required {
    margin-bottom: 0px!important;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-top: 26px;
}

a.about_paypal {
    display: none;
}

.wc_payment_method>input:checked+label {
    border: 1px solid #008f00;
    border-radius: 0.25rem;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.required {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent!important;
}

input#terms:checked+span:before {
    color: #008f00;
    content: "\f00c";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: 20px;
    font-size: 27px;
}

span.woocommerce-terms-and-conditions-checkbox-text:before {
    position: absolute;
    content: "";
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 2px #f4f4f4;
    width: 25px!important;
    height: 25px!important;
    left: 0.8rem!important;
    top: calc(50% - .7rem)!important;
    transition: all .0s ease-out!important;
}

input#terms:span:before {
  font-family: Font Awesome\ 5 Free;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox]:checked + label::before{
    content: '';
    background-color: #7b519d;
}

.woondershop-has-floating-labels .fl-is-active .fl-input,
.woondershop-has-floating-labels .fl-is-active .fl-select,
.woondershop-has-floating-labels .fl-is-active .fl-textarea {
    border-color: #000;
    padding: 1.3rem 1rem .4rem;
}

select {
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    background-position: calc(100% - 1rem) 50%!important;
    background-repeat: no-repeat!important;
    background-size: auto 20%!important;
    border: 1px solid #ddd;
    border-radius: 0.25rem!important;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    width: 100%;
    height: 2.5rem;
    padding: .5rem 1.75rem .5rem 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .1s ease-out;
}

.woondershop-has-floating-labels .fl-select {
    cursor: pointer;
    height: auto;
}

.woondershop-has-floating-labels .woocommerce .input-text, .woondershop-has-floating-labels .woocommerce select {
    padding: .85rem 1rem;
}

abbr.required {
    display: none;
}

.woondershop-has-floating-labels .woocommerce .fl-is-active .fl-input,
.woondershop-has-floating-labels .woocommerce .fl-is-active .fl-select,
.woondershop-has-floating-labels .woocommerce .fl-is-active .fl-textarea {
    padding: 1.3rem 1rem .4rem;
}

.woondershop-has-floating-labels .fl-is-active .fl-label {
    opacity: 1;
    visibility: visible;
    padding-top: .5rem;
}

.woondershop-has-floating-labels #billing_country_field .fl-is-active .fl-label {
    display: none;
}

.woondershop-has-floating-labels .fl-label {
    background-color: transparent;
}

.woondershop-has-floating-labels .fl-wrap {
    position: relative;
}

*, :after, :before {
    box-sizing: border-box;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row .select2-container .select2-choice, .woocommerce form .form-row select {
    height: 60px;
}

.woocommerce form .form-row .select2-container .select2-choice, .woocommerce form .form-row input.input-text, .woocommerce form .form-row select, .woocommerce form .form-row textarea {
    border-color: #d1d1d1;
}

.woocommerce .input-text {
    display: block;
    font-size: 16px;
    color: #000;
    border-radius: 0.25rem;
    padding: .6rem 1rem;
    box-shadow: unset !important;
    transition: all .1s ease-out;
}
.woocommerce .form-row:not(.woocommerce-invalid) .input-text {
    border: 1px solid #ddd !important;
}
.woocommerce .select2-container--open .select2-selection,
.woocommerce .form-row:not(.woocommerce-invalid) .input-text:focus {
    border-color: #999 !important;
}

.woondershop-has-floating-labels .fl-label {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    font-size: .6rem;
    color: #999;
    background-color: #fff;
    top: 1px;
    left: 1rem;
    right: 1rem;
    padding-top: 1rem;
    transition: all .2s ease-in-out;
    z-index: 1;
}

.woondershop-has-floating-labels .fl-label {
    background-color: transparent;
}

.form-row label {
    display: block;
    font-size: .8rem;
    margin-bottom: .25rem;
}

.woondershop-has-floating-labels.woondershop-loading-site label {
    display: none;
}

span.woocommerce-terms-and-conditions-checkbox-text:checked:before {
    background-color: #fff;
    border-color: #008f00;
}

span.woocommerce-terms-and-conditions-checkbox-text .woocommerce-form__input-checkbox:checked+span {
    background-color: #fff;
    border-color: #008f00;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    position: relative;
    display: block;
    font-size: .8rem;
    background-color: #f5f7fa;
    border: 1px solid #f5f7fa;
    border-radius: 0.25rem;
    padding: 1.05rem 1.5rem 1.05rem 3rem;
    transition: all .1s ease-out;
    cursor: pointer;
}

span.woocommerce-terms-and-conditions-checkbox-text:before {
    position: absolute;
    content: "";
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 2px #f4f4f4;
    width: 1rem;
    height: 1rem;
    left: 1.25rem;
    top: calc(50% - .5rem);
    transition: all .1s ease-out;
}

input#terms {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.woocommerce form .form-row .select2-container .select2-choice, .woocommerce form .form-row input.input-text, .woocommerce form .form-row select, .woocommerce form .form-row textarea {
    border-color: #d1d1d1;
}

.woondershop-has-floating-labels .woocommerce .input-text, .woondershop-has-floating-labels .woocommerce select {
    padding: .85rem 1rem;
}

.woocommerce-checkout .place-order .button {
    font-size: .9rem;
    width: 100%;
    white-space: pre-wrap;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0 !important;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__label {
    width: 100%!important;
    margin-bottom: 0;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

h3#ship-to-different-address {
    width: 100%;
}

.woocommerce-checkout #ship-to-different-address span:hover:before,
.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox:checked + span::before {
    border-color: #008f00;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox:checked + span::before {
    background-color:   #008f00;
    box-shadow:         inset 0 0 0 2px #f4f4f4;
}

.woocommerce-checkout #ship-to-different-address span {
    position: relative;
    display: block;
    font-size: .8rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 1.05rem 1.5rem 1.05rem 3rem;
    transition: all .1s ease-out;
    cursor: pointer;
}

.woocommerce-checkout #ship-to-different-address span:before {
    position: absolute;
    content: "";
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    width: 1rem;
    height: 1rem;
    left: 1.25rem;
    top: calc(50% - .5rem);
    transition: all .1s ease-out;
}

.payment_box.payment_method_cod, .payment_box.payment_method_paypal, .payment_box.payment_method_cheque {
    display: none!important;
}

.woocommerce-checkout .wc_payment_method>label:hover {
    background-color: #e9ecef;
}

.woocommerce-checkout .wc_payment_method>input:checked+label:before {
    content: "\f192";
    color: #008f00;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
}

#payment .payment_method_paypal .about_paypal {
    line-height: 27px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom:0 !important;
}

.woocommerce-checkout .wc_payment_method>label {
    position: relative;
    display: block;
    font-size: .8rem;
    font-weight: 700;
    color: #333;
    padding: 1.25rem 1.5rem;
    border: 1px solid #f5f7fa;
    border-radius: 0.25rem;
    margin-bottom: 0;
    cursor: pointer!important;
    transition: all .1s ease-out;
}

.woocommerce-checkout .wc_payment_method {
    background-color: #f5f7fa;
    border-radius: 0.25rem;
}

.woocommerce-checkout .wc_payment_method>input {
    display: none;
}

.woocommerce-checkout .wc_payment_method>label:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #999;
    margin-right: .5rem;
    transition: all .1s ease-out;
}

.woocommerce-checkout .wc_payment_method>label:after {
    display: block;
    clear: both;
    content: "";
}

p#billing_country_field,
p#shipping_country_field,
p#billing_state_field,
p#shipping_state_field,
p#billing_postcode2_field,
p#shipping_postcode2_field {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}

.woocommerce-page form.checkout .form-row,
#ship-to-different-address {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    #customer_details{
        float: left;
        width: 100%;
    }

    #order_review_heading{
        width: 30%;
        float: left;
    }

    #order_review{
        width: 100%;
        float: left;
    }

    .woocommerce table.shop_table td{
        width: 50%;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
    .form-row-first {
        width: 100% !important;
        padding: 0 !important;
    }
    .form-row-last {
        width: 100% !important;
    }
}

a.button.jupiterx-continue-shopping {
    display: none !important;
}