.tax-rate th {
    font-weight: 300;
}

tr.order-total th,
tr.order-total td,
tr.order-total td strong {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-checkout main.content {
    background: #DBCCB5;
    border-top: none;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-flow: row wrap;
}

.woocommerce-checkout .footer-checkout {
    display: block;
}

.woocommerce-checkout .footer-order-received {
    display: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    flex: 1 100%;
}

ul.woocommerce-error {
    list-style: none;
    padding: 0;
}

.woocommerce-error li {
    background: #e15858;
    color: #fff;
    padding: 10px 25px;
    margin-bottom: 10px;
    font-size: 14px;
}

.woocommerce-error li:before {
    content: "";
    background: url(../images/error.svg) no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.woocommerce form .optional {
    display: none;
}

.woocommerce-checkout form .form-row {
    position: relative;
    margin-bottom: 20px;
}

.woocommerce-checkout form .form-row input::placeholder {
    visibility: hidden;
}

.woocommerce form .form-row:not(.notes) label,
.woocommerce-page form .form-row:not(.notes) label {
    display: block;
    font-weight: 300;
    position: absolute;
    top: 17px;
    left: 15px;
    line-height: 1;
    font-size: 16px;
    color: #666;
    transition: .1s all;
}

.woocommerce form .form-row:not(.notes).active-field label,
.woocommerce-page form .form-row:not(.notes).active-field label {
    top: -10px;
    background: white;
    padding: 3px;
    font-size: 12px;
    left: 10px;
}

.woocommerce form .form-row.place-order label,
.woocommerce-page form .form-row.place-order label {
    position: relative;
    top: unset;
    left: unset;
}

.woocommerce form .form-row.place-order .active-field label,
.woocommerce-page form .form-row.place-order .active-field label {
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    font-size: 16px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
#billing_country_field select#billing_country,
#shipping_country_field select#shipping_country {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    border-radius: 4px;
    border: solid 1px #e2e2e2;
    background: #fff;
    padding: 15px;
    -webkit-appearance: none;
    color: var(--e-global-color-text);
}

#billing_country_field select#billing_country,
#shipping_country_field select#shipping_country {
    background-image: urL(../images/arrow-down.svg);
    background-position: center right 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
}

.woocommerce form .form-row .required {
    text-decoration: none;
}

.woocommerce-billing-fields h3 {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: 600;
    font-family: "Cormorant Garamond", Sans-serif;
}

h3#ship-to-different-address {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0 0 0;
}

.woocommerce-checkout textarea#order_comments {
    height: 100px;
    font-family: "Kumbh Sans", sans-serif;
    line-height: 1.4;
}

.woocommerce-checkout div#customer_details {
    margin: 0 20px 0 0;
    flex: 1;
    font-size: 14px;
}

.woocommerce-checkout div#customer_details .woocommerce-billing-fields {
    background: #fff;
    padding: 30px 30px 5px 30px;
}

.woocommerce-checkout div#customer_details .woocommerce-shipping-fields {
    padding: 0px 30px 5px 30px;
    background: #fff;
}

.woocommerce-checkout div#customer_details .woocommerce-additional-fields {
    background: #fff;
    padding: 5px 30px 30px 30px;
}

.woocommerce-checkout div#customer_details .woocommerce-additional-fields p.notes label {
    font-weight: 600;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

div#order_review {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout table.shop_table,
.woocommerce-checkout table.shop_table {
    margin-bottom: 0 !important;
}

h3#order_review_heading {
    padding: 30px 30px 10px 30px;
    background: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    order: 2;
    font-weight: 600;
    font-family: "Cormorant Garamond", Sans-serif;
}

table.shop_table.woocommerce-checkout-review-order-table {
    table-layout: fixed;
    background: #fff;
    padding: 15px 30px 30px 30px !important;
    margin-bottom: 25px;
    box-sizing: border-box;
    font-size: 14px;
    border-spacing: unset;
    order: 3;
}

.woocommerce-checkout tr.cart_item td {
    border-bottom: solid 1px #eee !important;
}

.woocommerce-checkout tr.cart-subtotal td,
.woocommerce-checkout tr.cart-subtotal th {
    padding-top: 20px !important;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
    font-weight: normal;
}

table.shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(1n+4) {
    display: none;
    transition: .2s all;
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
    position: relative;
}

table.shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(3) td:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height: 150px;
    display: block;
    transition: .2s all;
}

table.shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(3) td {
    border-bottom: 50px solid #fff;
    cursor: pointer;
    transition: .2s all;
}

table.shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(3) td:after {
    content: '';
    border-top: 1px solid #eee;
    width: 100%;
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: -30px;
    left: 0;
    padding-top: 10px;
    height: 30px;
}

/* Show all */

table.shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(3) td:nth-child(2):after {
    content: 'Show all';
    text-transform: none;
    text-decoration: underline;
    text-align: center;
    transition: .2s all;
}

html:lang(da-DK) .shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(3) td:nth-child(2):after {
    content: "Vis alle";
}

html:lang(fr-FR) .shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(3) td:nth-child(2):after {
    content: "Afficher tout";
}

html:lang(de-DE) .shop_table.woocommerce-checkout-review-order-table.toggle-table:not(.toggled) tbody tr:nth-of-type(3) td:nth-child(2):after {
    content: "Zeige alles";
}

/* End */

table.shop_table.woocommerce-checkout-review-order-table.toggle-table.toggled tbody tr:last-child td {
    border-bottom: 50px solid #fff;
    cursor: pointer;
}

table.shop_table.woocommerce-checkout-review-order-table.toggle-table.toggled tbody tr:last-child td:after {
    content: '';
    border-top: 1px solid #eee;
    width: 100%;
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: -30px;
    left: 0;
    padding-top: 10px;
    height: 16px;
}

/* Show less */

table.shop_table.woocommerce-checkout-review-order-table.toggle-table.toggled tbody tr:last-child td:nth-child(2):after {
    content: 'Show less';
    text-transform: none;
    text-decoration: underline;
    text-align: center;
}

html:lang(da-DK) table.shop_table.woocommerce-checkout-review-order-table.toggle-table.toggled tbody tr:last-child td:nth-child(2):after {
    content: "Vis færre"
}

html:lang(fr-FR) table.shop_table.woocommerce-checkout-review-order-table.toggle-table.toggled tbody tr:last-child td:nth-child(2):after {
    content: "Montrer moins";
}

html:lang(de-DE) table.shop_table.woocommerce-checkout-review-order-table.toggle-table.toggled tbody tr:last-child td:nth-child(2):after {
    content: "Zeige weniger";
}

/* End */

h4.checkout-subheader {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: "Cormorant Garamond", Sans-serif;
}

ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    padding: 45px;
    margin-bottom: 25px;
    background: #fff;
    display: none;
}

.woocommerce-checkout-payment .form-row.place-order .woocommerce-privacy-policy-text {
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
}

.woocommerce-checkout .place-order button#place_order {
    width: 100%;
    background: #000;
    color: #fff;
    border: solid 1px #000;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    display: block;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
}

.wc_payment_methods label {
    font-weight: bold;
}

.wc_payment_method .payment_box p {
    margin-top: 0;
}

.shipping-method-review {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
    box-sizing: border-box;
    order: 1;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    order: 4;
    background: #fff;
    padding: 0 30px 30px 30px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    opacity: 1;
    color: black;
}

.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    text-align: center;
}

.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    text-align: center;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-terms-and-conditions-wrapper abbr.required {
    display: none;
}

.woocommerce-terms-and-conditions-checkbox-text:after {
    content: "*";
    margin-left: 5px;
}

a.woocommerce-terms-and-conditions-link {
    text-decoration: underline;
    text-transform: capitalize;
}

.shop_table.checkout-review-shipping-table ul#shipping_method {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
}

.shop_table.checkout-review-shipping-table ul#shipping_method li {
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.shop_table.checkout-review-shipping-table ul#shipping_method li:last-of-type {
    margin-bottom: 0;
}

.shop_table.checkout-review-shipping-table ul#shipping_method li label {
    padding: 15px 15px 15px 50px;
    border-radius: 6px;
    border: solid 1px #ddd;
    width: 100%;
}

.shipping-method-description {
    opacity: .6;
    font-size: 12px;
    line-height: 1.5;
}

.shop_table.checkout-review-shipping-table ul#shipping_method li input:checked+label {
    background: #f7f7f7;
}

.shop_table.checkout-review-shipping-table ul#shipping_method li input {
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}

#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 30px;
}

.edit-wiew a.save-note {
    background: #000;
    color: white;
    font-weight: 500;
    padding: 3px 5px;
    border-radius: 100px;
}

.edit-wiew a.cancel-note {
    padding: 3px 5px;
    font-weight: normal;
    opacity: .6;
}

.shipping-method-title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 3px;
}

.wc-flow-page .woocommerce-checkout-review-order table tbody tr td img {
    max-width: 45px;
    height: auto;
}

a.checkout-back-link {
    color: #433230;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order table thead tr {
    display: none;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-name {
    font-weight: 600;
    line-height: 1.3;
    padding: 25px 0;
    font-size: 12px;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-name a {
    margin-bottom: 0;
    display: block;
    font-size: 12px;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td {
    border-bottom: 0;
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .product-sku,
table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .product-expected-delivery {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    display: block;
    margin: 3px 0;
    opacity: .6;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-thumbnail {
    width: 80px;
    vertical-align: top;
    padding: 25px 20px 0 0;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr:first-child td.product-thumbnail,
.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr:first-child td.product-name {
    padding-top: 0;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-name {
    width: 100%;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-total {
    width: 12%;
    text-align: right;
    font-weight: normal;
}

.wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-thumbnail img {
    max-width: 115px;
    height: auto;
    border: solid 1px #e2e2e2;
}

.woocommerce-checkout-review-order table tfoot tr td {
    text-align: right;
    padding: 0;
    font-weight: normal;
}

.shipping-method-review .shop_table.checkout-review-shipping-table tbody tr th {
    display: none;
}

.woocommerce-terms-and-conditions {
    background: #f7f7f7;
    padding: 20px;
    font-size: 14px;
}

.woocommerce-terms-and-conditions h2 {
    font-size: 1.5rem;
    margin: 0;
}

.woocommerce-terms-and-conditions h4 {
    margin-bottom: 0;
    font-size: .9rem;
}

.woocommerce-terms-and-conditions p {
    margin-top: 5px;
}

.woocommerce-invalid input {
    border: solid 2px #e15858 !important;
    border-radius: 100px;
}

.woocommerce-invalid .checkbox input {
    border: solid 2px #e15858 !important;
    border-radius: 4px;
}

p.form-row.validate-required.active-field.woocommerce-invalid.woocommerce-invalid-required-field label,
p.form-row.validate-required.active-field.woocommerce-invalid.woocommerce-invalid-required-field label a,
p.form-row.validate-required.active-field.woocommerce-invalid.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text {
    color: #e15858 !important;
}

@media (max-width:767px) {
    table.shop_table.woocommerce-checkout-review-order-table {
        padding: 15px !important;
    }

    .wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-thumbnail img {
        max-width: 60px;
    }

    .wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-name {
        padding-left: 10px;
    }

    .woocommerce-terms-and-conditions-checkbox-text {
        font-size: 16px;
        line-height: 1.4;
        margin-left: 5px;
    }

    .woocommerce-checkout .woocommerce-checkout-payment {
        padding: 0px 15px 25px 15px;
    }
}

/* Thank You - Order Recieved Page */

.footer-order-received-information {
    margin-top: 40px;
}

tr.total-row-order_total th,
tr.total-row-order_total td {
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-order-received p.order-received-information {
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px !important;
}

.woocommerce-order-received .footer-checkout {
    display: none;
}

.woocommerce-order-received .footer-order-received {
    display: block;
}

.woocommerce-order-received .woocommerce-order {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.woocommerce-order-received .woocommerce-order .order-received-details {
    flex: 1 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details {
    flex-basis: 100%;
    order: 2;
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}

.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details h2 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
}

.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details address {
    font-style: normal;
}

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
    flex: 1;
    order: 1;
    background: #fff;
    padding: 35px 30px;
}

.woocommerce-order-received table.shop_table {
    padding: 0 !important;
}

.woocommerce-order-received table.shop_table thead {
    display: none;
}

.woocommerce-order-received .woocommerce-order-details td.woocommerce-table__product-name.product-name {
    padding: 10px 0;
}

.woocommerce-order-received .woocommerce-order-details td.woocommerce-table__product-name.product-name img {
    border: solid 1px #e2e2e2;
}

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details h2 {
    font-size: 2rem;
    margin: 0;
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 2.5rem;
    font-family: "Cormorant Garamond", Sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: center;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    padding: 0;
    display: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    float: right;
    font-weight: 300;
}

.woocommerce-order-details td.woocommerce-table__product-name.product-name {
    vertical-align: middle;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: solid 1px #eee;
    font-size: 14px;
    width: 100%;
}

.woocommerce-order-details th.woocommerce-table__product-name.product-name {
    border-bottom: solid 1px #f2f2f2;
    padding: 10px 0;
}

.woocommerce-order-details td.woocommerce-table__product-name.product-name a:hover {
    text-decoration: none;
}

.woocommerce-order-details td.woocommerce-table__product-name.product-name img {
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.woocommerce-order-details td.woocommerce-table__product-total.product-total,
.woocommerce-order-details th.woocommerce-table__product-table.product-total {
    text-align: right;
    border-bottom: solid 1px #f2f2f2;
    font-size: 14px;
}

.woocommerce-order-details tfoot th {
    padding: 5px 0;
    font-weight: 300;
}

.woocommerce-order-received tfoot td {
    text-align: right;
    min-width: 400px;
}

.woocommerce-order-received section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.woocommerce-order-received tfoot tr:first-child td,
.woocommerce-order-received tfoot tr:first-child th {
    padding-top: 50px !important;
}

.woocommerce-order-received p.woocommerce-customer-details--phone,
.woocommerce-order-received p.woocommerce-customer-details--email {
    margin: 0;
}

ul.wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-transform: none;
    display: block;
}

ul.wc-item-meta li p {
    width: auto;
    margin: 0;
    display: inline-block;
}

ul.wc-item-meta li strong.wc-item-meta-label {
    width: auto;
    display: inline-block;
}

@media (max-width:1024px) {
    .woocommerce-order-received .woocommerce-order {
        padding: 0 10px;
    }
}

@media (max-width:767px) {
    .woocommerce-order-received .woocommerce-order {
        padding: 0px;
    }
}

/* Tablets Landscape */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .wc-flow-page .woocommerce {
        margin: 45px auto;
        padding: 0 15px;
    }

    .woocommerce-checkout div#customer_details .woocommerce-billing-fields {
        padding: 25px 25px 5px 25px;
    }

    .woocommerce-checkout div#customer_details .woocommerce-shipping-fields {
        padding: 0px 25px 5px 25px;
    }

    .woocommerce-checkout div#customer_details .woocommerce-additional-fields {
        padding: 5px 25px 25px 25px;
    }

    h3#order_review_heading {
        padding: 25px 25px 0 25px;
    }

    table.shop_table.woocommerce-checkout-review-order-table {
        padding: 15px 25px 25px 25px;
    }

    .shipping-method-review {
        padding: 25px;
    }

    .header-center {
        max-width: 130px;
    }
}

@media only screen and (max-width: 768px) {

    .woocommerce-checkout .download-image-package {
        font-size: 0;
    }

    .woocommerce-checkout .download-image-package img {
        width: 20px;
    }

    form.checkout.woocommerce-checkout {
        flex-direction: column;
    }

    .woocommerce-checkout div#customer_details {
        margin: 0 0 25px 0;
        padding: 0;
    }

    .woocommerce-checkout textarea#order_comments {
        height: 140px;
    }

    table.shop_table.woocommerce-checkout-review-order-table,
    ul.wc_payment_methods.payment_methods.methods,
    .shipping-method-review {
        padding: 15px 15px;
        margin-bottom: 20px;
    }

    .shipping-method-review {
        margin-top: 20px;
    }

    .woocommerce-checkout-payment .form-row.place-order .woocommerce-privacy-policy-text {
        padding: 0;
        font-size: 12px;
    }

    .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        font-size: 14px;
        margin-bottom: 0;
    }

    .woocommerce-checkout-payment .form-row.place-order {
        padding: 0;
        margin: 0;
    }

    a.checkout-back-link {
        padding: 0 15px;
        font-size: 12px;
        text-align: center;
    }

    .woocommerce-checkout .place-order button#place_order {
        margin-top: 20px;
    }

    .woocommerce-checkout div#customer_details .woocommerce-billing-fields {
        padding: 25px 15px 5px 15px;
    }

    .woocommerce-checkout div#customer_details .woocommerce-additional-fields {
        padding: 5px 15px 25px 15px;
    }

    .woocommerce-checkout div#customer_details .woocommerce-shipping-fields {
        padding: 0 15px;
    }

    h3#order_review_heading {
        padding: 25px 15px 10px 15px;
    }

    .woocommerce-order-received .woocommerce-order .order-received-details {
        padding: 0;
    }

    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 2rem;
        line-height: 1.1;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        padding: 0;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
        float: none;
    }

    .woocommerce-order-received .woocommerce-order {
        font-size: 14px;
        display: block;
    }

    .woocommerce-order-received .woocommerce-order section.woocommerce-customer-details {
        padding: 20px;
        margin-right: 0;
    }

    .woocommerce-order-received section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .woocommerce-order-received .woocommerce-order section.woocommerce-order-details {
        padding: 20px 15px;
        flex: 1;
        margin-top: 25px;
        font-size: 12px;
    }

    .woocommerce-order-received .woocommerce-order section.woocommerce-order-details h2 {
        font-size: 1.5rem;
    }

    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
        table-layout: fixed;
        width: 100%;
    }

    .woocommerce-order-details th.woocommerce-table__product-name.product-name {
        width: 75%;
    }

    .woocommerce-order-details td.woocommerce-table__product-name.product-name {
        padding: 10px 0;
        font-size: 12px;
        line-height: 1.1;
        width: auto;
        display: flex;
        align-items: center;
    }

    .woocommerce-order-details td.woocommerce-table__product-name.product-name img {
        display: block;
        max-width: 35px;
        margin-bottom: 0;
    }

    .woocommerce-order-details td.woocommerce-table__product-total.product-total,
    .woocommerce-order-details th.woocommerce-table__product-table.product-total {
        font-size: 12px;
    }

    .woocommerce-order-details tfoot th {
        padding: 0;
        display: block;
    }

    .woocommerce-order-received tfoot td {
        display: block;
        text-align: left;
        min-width: 300px;
    }

    .woocommerce-order-received tfoot tr:first-child td {
        padding-top: 0 !important;
    }

    .woocommerce-order-received tfoot tr:first-child th {
        padding-top: 25px !important;
    }

    .woocommerce-checkout h3 {
        font-size: 30px;
    }

    .wc-flow-page .woocommerce-checkout .woocommerce-checkout-review-order tbody tr td.product-total {
        width: 50%;
    }

    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-cart_subtotal,
    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-shipping,
    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-payment_method {
        line-height: 1.4;
    }

    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-cart_subtotal td,
    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-shipping td,
    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-payment_method td {
        padding-bottom: 10px;
    }

    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-order_total th {
        padding-top: 10px;
        font-size: 14px;
    }

    .woocommerce-order-received .woocommerce-table--order-details tfoot tr.total-row-order_total td {
        font-size: 16px;
    }
}

/* Readonly billing fields */
.woocommerce-billing-fields__field-wrapper {
    opacity: .5;
    cursor: not-allowed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.woocommerce-billing-fields__field-wrapper label {
    cursor: not-allowed;
}

.woocommerce-billing-fields__field-wrapper [readonly] {
    pointer-events: none;
}

.woocommerce-billing-fields {
    position: relative;
}

.woocommerce-billing-fields__field-wrapper {
    transition: opacity .5s ease;
}

.woocommerce-billing-fields:hover .woocommerce-billing-fields__field-wrapper {
    opacity: .15;
}

.billing-address-locked p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.billing-address-locked h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.billing-address-locked {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 28px;
    box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .5s ease;
}

.woocommerce-billing-fields:hover .billing-address-locked {
    opacity: 1;
}

/* Order line notes */

table {
    opacity: 1;
    transition: all .3s ease;
}

table.updating {
    opacity: .3;
    pointer-events: none;
    cursor: progress;
}

.order-line-note {
    margin-top: 0;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 12px;
    opacity: 1;
}

.order-line-note a {
    font-size: 12px;
}

.order-line-note-preview span {
    display: block;
    width: 100%;
    white-space: pre-wrap;
}

.order-line-note-input {
    width: 100%;
    height: 50px;
    resize: none;
    outline: none;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 4px;
    font-size: 12px !important;
    margin-top: 5px;
}

.order-line-note-controls {
    display: flex;
}

.order-line-note-controls a {
    display: block;
    font-weight: normal;
    opacity: 1;
}

.order-line-note-controls img {
    display: block;
    width: 12px;
    margin-left: 4px;
    opacity: .6;
}

a.save-note,
a.cancel-note {
    padding: 3px 10px;
    background: #eee;
    border-radius: 100px;
    margin-right: 5px;
    margin-top: 5px;
    transition: .1s all;
}

a.save-note {
    background: black;
    color: white;
}

a.save-note:hover,
a.cancel-note:hover {
    background: black;
    color: white;
}

.edit-view {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .order-line-note-controls a {
        opacity: 1;
    }

    .order-line-note-input {
        height: 100px;
    }
}

/* COUPON CODE */

.coupon {
    margin-top: 60px;
}

.coupon-header a.coupon-apply:before {
    content: "";
    margin-right: 10px;
    background: url(../images/add.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-flex;
}

a.coupon-apply {
    background: #eee;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 6px;
    font-weight: normal;
}

.coupon-content {
    display: flex;
    align-items: stretch;
}

.coupon input.coupon-input {
    flex: 1;
    border: solid 1px #e2e2e2;
    padding: 15px;
    border-radius: 6px;
    margin-right: 10px;
}

.coupon input.coupon-input:focus {
    outline: none;
}

.coupon button.coupon-submit.btn.btn-large.btn-grey {
    background: #eee;
    border: none;
    padding: 15px 25px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: .1s all;
}

.coupon button.coupon-submit.btn.btn-large.btn-grey:hover {
    background: black;
    color: white;
}

.coupon button.coupon-submit.btn.btn-large.btn-grey:focus {
    outline: none;
}

.coupon-notice.error {
    color: #913636;
    background: #ffc5c5;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    border-left: solid 4px #da6e6e;
    font-weight: 500;
}

tr.cart-discount th {
    font-weight: normal;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: #fff;
    border: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #0F221C;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
}

a.showcoupon {
    font-weight: normal;
    display: inline;
    font-size: 16px;
    margin-top: 5px;
    color: #0F221C;

}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "";
    background: url(assets/images/discount.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: none;
    top: 30px;
}

form.checkout_coupon.woocommerce-form-coupon {
    background: #fff;
    border-radius: 0;
    border: 0;
    margin-top: -1px;
    padding: 10px 46px 20px 46px;
}

form.checkout_coupon.woocommerce-form-coupon>p:first-child {
    display: none;
}

.woocommerce-checkout form .form-row.form-row-first {
    width: calc(50% - 5px);
    float: left;
}

.woocommerce-checkout form .form-row.form-row-last {
    width: calc(50% - 5px);
    float: right;
}

/*.woocommerce-checkout form p#billing_postcode_field {
    width: calc(30% - 5px);
    float: left;
}

.woocommerce-checkout form p#billing_city_field {
    width: calc(70% - 5px);
    float: right;
}*/

.form-row-wide {
    clear: both;
}

.woocommerce-checkout .checkout_coupon p.form-row.form-row-first,
.woocommerce-checkout .checkout_coupon p.form-row.form-row-last {
    float: none;
    width: 100%;
}

.woocommerce-checkout .checkout_coupon p.form-row.form-row-last button.button {
    background: #0F221C;
    border: solid 1px #0F221C;
    color: #fff;
    padding: 15px 25px;
    border-radius: 0px;
    font-weight: normal;
}

.checkout_coupon p.form-row.form-row-first {
    margin-block-start: 0px;
}

.woocommerce-form-coupon-toggle+.woocommerce-error {
    margin: 0;
    padding: 0px 45px 20px 45px;
    background-color: #fff;
}


.woocommerce-form-coupon-toggle+.woocommerce-error.woocommerce-error li {
    margin-bottom: 0px;
}

table.shop_table.checkout-review-shipping-table {
    padding: 0 !important;
}

@media (max-width:1024px) {
    form.checkout.woocommerce-checkout {
        flex-direction: column;
    }

    .woocommerce-checkout div#customer_details {
        margin: 0;
    }
}

@media (max-width:767px) {

    .woocommerce-checkout form .form-row.form-row-first,
    .woocommerce-checkout form .form-row.form-row-last {
        width: 100%;
    }

    .woocommerce-checkout form p#billing_postcode_field,
    .woocommerce-checkout form p#billing_city_field {
        width: 100%;
    }
}

/* Quantity Buttons */

.item-quantity-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.item-quantity-group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 37px;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
}

.item-quantity-group input.item-quantity-input.checkout-item-quantity {
    border: none;
    text-align: center;
    background: none;
    width: 40px;
    height: 100%;
    font-size: 16px;
    padding: 0;
    color: var(--e-global-color-text);
    opacity: 1;
}

.item-quantity-group .item-quantity-btn.item-quantity-minus,
.item-quantity-group .item-quantity-btn.item-quantity-plus {
    text-align: center;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
}

.item-quantity-group .item-quantity-btn.item-quantity-minus {
    border-left: solid 1px #e2e2e2;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.item-quantity-group .item-quantity-btn.item-quantity-plus {
    border-right: solid 1px #e2e2e2;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

/* Remove Item */

.woocommerce-checkout-review-order-table .cart_item .product-total a.remove-item {
    position: absolute;
    right: 0;
    top: 25px;
}

.woocommerce-checkout-review-order-table .cart_item .product-total a.remove-item svg {
    width: 15px;
    opacity: .4;
    transition: .1s all;
}

.woocommerce-checkout-review-order-table .cart_item .product-total a.remove-item:hover svg {
    opacity: 1;
}

/* Footer Checkout Text Information */

.footer-checkout-information {
    margin-top: 40px;
}

.footer-checkout-information-mobile {
    display: none;
}

@media (max-width:1024px) {
    .footer-checkout-information {
        display: none;
    }

    .footer-checkout-information-mobile {
        display: block;
        margin-top: 40px;
    }

}