/* Order Examples Page */
.samples {
    font-family: Helvetica;
    text-transform: uppercase;
    background: -webkit-linear-gradient(right, #1C7350, #144B36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80%;
    font-weight: 600;
}

.woocommerce-cart input[type=number]::-webkit-inner-spin-button, .woocommerce-cart input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.page-template-page-order-arch-examples #exampleOrder {
    text-align: center;
    padding-top: 2.8125rem; /* 45px */
    background-size: cover;
    min-height: 70vh;
}

.page-template-page-order-arch-examples #exampleOrder h1 {
    font-size: 2.1875rem; /* 35px */
    padding-bottom: 0.9375rem; /* 15px */
}

.page-template-page-order-arch-examples #exampleOrder p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 5%;
}

.page-template-page-order-arch-examples .iconContainer {
    display: flex;
    justify-content: space-evenly;
    font-size: 0.9375rem; /* 15px */
    padding-bottom: 25rem; /* 400px */
}

.page-template-page-order-arch-examples .iconContainer h2 {
    font-size: 0.9375rem; /* 15px */
    line-height: 2;
}

.page-template-page-order-arch-examples #colorSearch h2 {
    font-size: 1.9rem;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
    color: #141414;
}

.page-template-page-order-arch-examples .search-box {
    display: flex;
    align-items: center;
    max-width: 103.75rem; /* 1660px */
    justify-content: flex-end;
    margin: 3.3125rem auto 2.1875rem; /* 53px 35px */
    position: relative;
}

.page-template-page-order-arch-examples .selectColor {
    display: flex;
    overflow: auto;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
}

.page-template-page-order-arch-examples .selectColor .swiper-slide {
    width: 10.375rem;
}

.page-template-page-order-arch-examples .SearchColorBox input::placeholder {
    color: #B3B3B3;
}

.page-template-page-order-arch-examples #colorSearch {
    padding-top: 2.8125rem; /* 45px */
}

.page-template-page-order-arch-examples .selectColor form {
    display: flex;
    overflow: auto;
    padding: 1.375rem 0 1.5625rem 0; /* 22px 25px */
    /*    position: relative;*/
}

.page-template-page-order-arch-examples .selectColor select {
    color: #116B56;
    font-size: 0.9375rem; /* 15px */
    border-radius: 0.625rem; /* 10px */
    border: 0.0625rem /* 1px */ solid white;
    box-shadow: 0rem 0.1875rem 0.75rem /* 0px 3px 12px */ #0000001a;
    padding-right: 0.625rem; /* 10px */
    min-width: 9.375rem; /* 150px */
    margin-right: 2.25rem; /* 36px */
    background: white;
    -webkit-appearance: auto;
    border-left: 0.9375rem /* 15px */ solid #fff;
}

.page-template-page-order-arch-examples .SearchColorBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.page-template-page-order-arch-examples .SearchColorBox input {
    border: solid 0.0625rem /* 1px */ #DDDDDD;
    border-radius: 0.625rem; /* 10px */
}

.page-template-page-order-arch-examples .SearchColorBox button {
    background: url(/wp-content/uploads/2021/04/Group-3587.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.575rem;
    height: 1.575rem;
    border: none;
    position: absolute;
    top: calc(50% - 1rem);
    left: 1.3125rem;
    z-index: 3;
    background-color: transparent;
    outline: none;
    padding: 0;
}

.page-template-page-order-arch-examples .colorLike{
    padding: 1.5625rem 0 1.5625rem 0; /* 25px 25px */
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

.page-template-page-order-arch-examples .colorLike .my-colors{
    width: 100%;
    position: relative;
    display: none;
}

.page-template-page-order-arch-examples .colorLike .my-colors .my-colors-title{
    padding: 0 1.3125rem;
    box-sizing: border-box;
}

.page-template-page-order-arch-examples .colorLike select {
    color: white;
    background: #116B56;
    border-radius: 0.625rem; /* 10px */
    padding-right: 0.625rem; /* 10px */
    padding-left: 7.5rem; /* 120px */
    font-size: 1rem; /* 16px */
    font-weight: 600;
    border: 0;
}

.page-template-page-order-arch-examples .colorContainer {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 4.375rem; /* 70px */
    flex-wrap: wrap;
}

.page-template-page-order-arch-examples .single-color-box {
    box-shadow: 0rem 0.1875rem 0.75rem /* 0px 3px 12px */ #0000001a;
    border: solid 0.0625rem /* 1px */ white;
    width: 42%;
    height: 320px;
    padding: 1rem 1rem 0;
}

.page-template-page-order-arch-examples .single-color-box h4 {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 1.25rem; /* 20px */
    color: #141414;
}

.page-template-page-order-arch-examples .single-color-box p {
    font-size: 1.075rem;
    margin-bottom: 1rem;
}

.page-template-page-order-arch-examples .colorLike select {
    -webkit-appearance: auto;
    border-left: 0.9375rem /* 15px */ solid #116B56;
}

.page-template-page-order-arch-examples .colorLike button {
    display: flex;
    background: #116B56;
    border-radius: 0.625rem;
    justify-content: space-around;
    width: 100%;
    max-width: 24rem;
    align-items: center;
}

.page-template-page-order-arch-examples button.add-to-cart {
    border: solid 0.0625rem /* 1px */ #10624F;
    font-size: 0.0625rem; /* 1px */
    border-radius: 0.3125rem; /* 5px */
    width: 4rem; /* 64px */
    height: 3.125rem; /* 50px */
    background-color: #fff;
    background-image: url("/wp-content/uploads/2021/04/Group-3619.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    transition: none;
}

.page-template-page-order-arch-examples button.add-to-cart.working,
.page-template-page-order-arch-examples button.add-to-cart.working:hover {
    background-image: url("/wp-content/themes/tambour/assets/images/loader.gif");
}

.page-template-page-order-arch-examples .color-img {
    background: white;
    padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem; /* 15px 15px 10px 15px */
}

.page-template-page-order-arch-examples .colorContainer button img {
    width: 1.125rem; /* 18px */
    height: 1.5625rem; /* 25px */
}

.page-template-page-order-arch-examples .price-btn-container {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: space-between;
}

.page-template-page-order-arch-examples .colorContainer .price {
    font-size: 1.8rem;
    font-weight: 700;
    align-self: flex-end;
}

.page-template-page-order-arch-examples span.nis-symbol {
    font-size: 1.2rem;
}

.page-template-page-order-arch-examples .color {
    height: 46%;
    margin-bottom: 1.25rem; /* 20px */
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 16.25rem; /* 260px */
    margin-right: auto;
    margin-left: auto;
}


/* Cart styles */

.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    font-weight: 700;
}

.woocommerce-cart td.product-name,
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-quantity {
    float: right;
}

.woocommerce-cart td.product-remove {
    vertical-align: middle;
}

.woocommerce-cart .breadcrumb-outer > div.container-fluid > .row > .col-md-12,
.woocommerce-cart .breadcrumb-outer > div.container-fluid {
    padding-right: 0;
}

td.product-price {
    padding-right: 0;
}

.woocommerce-cart .single-color-box,
.woocommerce-checkout .single-color-box {
    box-shadow: 0rem 0.1875rem 0.75rem /* 0px 3px 12px */ #0000001a;
    border: solid 0.0625rem /* 1px */ white;
    width: 42%;
    margin-bottom: 0.9375rem; /* 15px */
    flex-direction: column;
    padding: 4%;
    height: 27rem; /* 432px */
    border-radius: 0.5rem; /* 8px */
}

.my-colors h5 {
    background-color: #116B56;
    color: #fff;
    padding: 0.8rem;
    border-radius: 0.5rem; /* 8px */
    width: 100%;
    font-size: 1.2rem;
}

/*
.my-colors::after {
    width: 1.25rem;
    height: 1.25rem;
    border-right: 0.1875rem solid #fff;
    content: '';
    border-bottom: 0.1875rem solid #fff;
    position: absolute;
    left: 1.5rem;
    transform: translateY(50%) rotate(45deg);top: 0;
}
*/

/*Basket of color samples*/

.woocommerce-message {
    display: none;
}

.woocommerce-cart-form thead {
    display: none;
}

table.shop_table.shop_table_responsive
.cart.woocommerce-cart-form__contents {
    border: none;
}

table.shop_table.shop_table_responsive {
    border: none;
}

a.shipping-calculator-button {
    display: none;
}

p.woocommerce-shipping-destination {
    display: none;
}

.main-contentarea h1 {
    font-size: 2.5rem; /* 40px */
}

.page-template-page-order-arch-examples .default-page .main-contentarea h2 {
    background-color: #116B56;
    color: #fff;
    padding: 1.875rem 1.0625rem; /* 30px 17px */
    font-size: 1.25rem; /* 20px */
}

td.product-quantity {
    color: #fff;
    font-weight: 700;
}

td.product-name a {
    font-size: 1.4rem;
    color: #141414;
}

td.product-name {
    padding-right: 0;
    font-weight: 700;
}

.woocommerce a.remove {
    font-size: 2.1875rem; /* 35px */
}

.woocommerce table td {
    text-align: left;
}

tr.cart-subtotal bdi {
    font-weight: 700;
}

tr.order-total th {
    font-weight: 700;
}

.wc-proceed-to-checkout
a.checkout-button.button.alt.wc-forward {
    background-color: #116B56;
    border-radius: 0.25rem; /* 4px */
    display: flex;
    justify-content: center;
    font-size: 0.9375rem; /* 15px */
    font-weight: 700;
}

ul#shipping_method {
    list-style: none;
}

ul#shipping_method li {
    display: flex;
    flex-wrap: wrap;
}

ul#shipping_method li label {
    margin: 0;
    text-align: right;
}

ul#shipping_method li input {
    -webkit-appearance: radio;
    margin-top: 4px;
}

ul#shipping_method #israelpost-additional select {
    width: 100%;
}

.color_family {
    width: 75rem;
    padding: 2rem 0;
    max-width: 100%;
}

.color_family ul {
    display: flex;
    list-style: none;
    column-gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.color_family ul li {
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 7rem;
}

.color_family ul li.active, .color_family ul li:hover span {
    color: #e92845;;
    transition: transform 100ms;
    overflow: hidden;
}

.color_family ul li.active img, .color_family ul li:hover span {
    color: #e92845;
}

.order-cost-notice {
    margin-top: 3.125rem; /* 50px */
    border-top: solid 0.0625rem /* 1px */ #dddd;
    border-bottom: solid 0.0625rem /* 1px */ #dddd;
    color: #116B56;
    text-align: center;
    padding-top: 1.25rem; /* 20px */
    padding-bottom: 1.25rem; /* 20px */
}

tr.order-total td {
    border-top: solid 0.0625rem /* 1px */ #ddd;
}

tr.order-total th {
    border-top: solid 0.0625rem /* 1px */ #ddd;
}

.order-cost-notice svg {
    margin-left: 1.0625rem; /* 17px */
    position: relative;
    top: 0.875rem; /* 14px */
}


.default-page .main-contentwrap {
    padding: 0;
}

/* Checkout styles */
.woocommerce-checkout #order-review {
    max-width: 30.625rem; /* 490px */
    margin-right: auto;
}

.woocommerce-checkout .default-page.content-container {
    padding-top: 3.813rem;
}

.woocommerce-checkout .breadcrumb-outer span {
    color: #141414;
}

.woocommerce-checkout .breadcrumb-outer span a.home {
    font-weight: 700;
}

.woocommerce-checkout .mobile-order-toggle,
.woocommerce-cart .mobile-order-toggle {
    color: #000;
    width: 100%;
    display: flex;
    background-color: transparent;
    font-weight: 700;
    font-size: 1.4063rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    justify-content: space-between;
}

.mobile-order-toggle > span:nth-of-type(2), .mobile-order-toggle > span:nth-of-type(2) strong span {
    font-size: 1.1rem;
}

.woocommerce-cart .cart-totals .desktop-title {
    display: none;
}

.woocommerce-checkout .container,
.woocommerce-checkout .main-contentwrap,
.woocommerce-checkout #order-review {
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-checkout .main-contentarea h1, .woocommerce-checkout h3#order_review_heading {
    margin-bottom: 2rem;
}

.woocommerce-checkout .row {
    margin-right: unset;
    margin-left: unset;
}

.woocommerce-checkout .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-checkout .default-page .main-contentwrap {
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-checkout div#order_review {
    padding-right: 1.875rem; /* 30px */
    padding-left: 1.875rem; /* 30px */
    margin-top: 1.875rem; /* 30px */
    display: none;
}

.woocommerce-checkout span.woocommerce-Price-amount.amount {
    font-size: 1.0625rem; /* 17px */
}

.woocommerce-checkout .mobile-order-toggle button,
.woocommerce-cart .cart_totals .mobile-order-toggle button {
    width: 1.8125rem; /* 29px */
    background-color: transparent;
    padding: 0;
    outline: none;
}

.cart_totals table.shop_table.shop_table_responsive {
    padding-top: 0.9375rem; /* 15px */
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    font-family: 'SimplerPro';
    letter-spacing: normal;
    margin-top: 1.5625rem; /* 25px */
}

.wc-proceed-to-checkout {
    width: 90%;
    margin: 0 auto;
}

.woocommerce-checkout .mobile-order-toggle button svg,
.woocommerce-cart .cart_totals .mobile-order-toggle button svg {
    width: 1.8125rem; /* 29px */
    height: 1.25rem; /* 20px */
    fill: #fff;
    vertical-align: middle;
}

.woocommerce-cart .cart_totals .desktop-title {
    display: none;
}

.woocommerce-cart .cart_totals .mobile-order-toggle.toggled button svg {
    transform: rotate(180deg);
}

.woocommerce-checkout .main-contentinner {
    max-width: unset;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
}

.woocommerce-checkout table.shop_table th {
    font-size: 1rem;
}

.woocommerce-checkout tr.order-total th, .woocommerce-checkout tr.order-total td {
    font-size: 1.0625rem; /* 17px */
}

.woocommerce-checkout .checkout-progress button {
    font-size: 1rem;
    background-color: #F9F9F9;
    margin-bottom: 2rem;
    color: #141414;
    padding: 0.7rem 2rem;
    border: none;
}

.woocommerce-checkout .checkout-progress button:first-child {
    border-radius: 0 0.5rem 0.5rem 0;
}

.woocommerce-checkout .checkout-progress button:last-child {
    border-radius: 0.5rem 0 0 0.5rem;
}

.woocommerce-checkout .checkout-progress button.visited {
    background-color: #116B56;
    color: #fff;
    font-weight: 700;
    background-color: #116B56;
    color: #fff;
}

.checkout-progress button.shipping-step.completed {
    border-radius: 0 0.5rem 0.5rem 0;
}

.thankyou-payment .order-summary table {
    margin-bottom: 0.75rem;
}

body:not(.woocommerce-order-received) .woocommerce-checkout .checkout-progress button.shipping-step.completed {
    border-radius: 0 0.5rem 0.5rem 0; /* 8px 8px */
    font-size: 1rem;
    background-color: transparent;
    margin: 0;
    color: #141414;
}

.woocommerce-checkout .checkout-progress button.visited.payment-step {
    border-radius: 0.5rem 0 0 0.5rem; /* 8px 8px */
}

.woocommerce-checkout .checkout-progress button.visited.payment-step {
    border-radius: 0;
}

.woocommerce-checkout .checkout-progress button.visited.payment-step.completed {
    border-radius: 0;
}

.woocommerce-checkout .checkout-progress button.visited.conf-step {
    border-radius: 0.5rem 0 0 0.5rem; /* 8px 8px */
}

.woocommerce-checkout .checkout-progress {
    display: flex;
    justify-content: center;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-weight: 900;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label {
    display: none !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input::placeholder {
    color: #000;
}

.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce-checkout form .woocommerce-shipping-fields__field-wrapper .form-row input.input-text {
    border: none;
    border-bottom: 0.0625rem /* 1px */ solid #ccc;
    background-color: transparent;
    padding-right: 0;
}

.woocommerce-checkout #customer_details > div:not(#order-review) {
    padding-right: 2.5rem; /* 40px */
    padding-left: 2.5rem; /* 40px */
}

.woocommerce-checkout input#ship-to-different-address-checkbox {
    -webkit-appearance: auto;
}

.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 1rem;
}

.woocommerce-checkout #order-review {
    order: 1;
}

.woocommerce-checkout #customer_details > div:not(#order-review) {
    order: 2;
}

.woocommerce-checkout button.continue-pay {
    order: 3;
}

.woocommerce-checkout .woocommerce-newsletter-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce-checkout button.continue-pay {
    width: 80%;
    background-color: #116B56;
    border-radius: 0.5rem; /* 8px */
    font-weight: 700;
    font-size: 1.2rem;
}

.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    margin: 0;
}

.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods input {
    -webkit-appearance: auto;
}

.woocommerce-checkout li.wc_payment_method.payment_method_paypal > label > img {
    display: none;
}

.woocommerce-checkout li.wc_payment_method.payment_method_paypal > label > a {
    display: none;
}

.woocommerce-checkout li.wc_payment_method.payment_method_creditguard > label > img {
    display: none;
}

.woocommerce-checkout button#place_order {
    width: 80%;
    background-color: #116B56;
    border-radius: 0.5rem; /* 8px */
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto;
    color: #fff;
    font-family: 'SimplerPro';
    border: none;
    letter-spacing: normal;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 1rem;
}

.woocommerce-checkout .woocommerce ul.order_details li {
    float: unset;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding-right: 2.5rem; /* 40px */
    padding-left: 2.5rem; /* 40px */
    font-size: 1rem;
}

.woocommerce-checkout.woocommerce-order-received .main-contentarea h1 {
    padding-left: 2.5rem; /* 40px */
    padding-right: 1.5625rem; /* 25px */
}

.woocommerce-checkout .woocommerce-order .related-posts p {
    display: none;
}

.woocommerce-checkout.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    padding-right: 2.5rem; /* 40px */
    padding-left: 2.5rem; /* 40px */
    border: none;
}

.woocommerce-checkout.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead,
.woocommerce-checkout.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
    display: none;
}

.woocommerce-checkout.woocommerce-order-received a.back-hp {
    order: 1;
    display: block;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    background: #116B56;
    color: #fff;
    padding-top: 0.9375rem; /* 15px */
    padding-bottom: 0.9375rem; /* 15px */
    border-radius: 0.5rem; /* 8px */
    font-weight: 700;
}

.woocommerce-checkout.woocommerce-order-received .default-page .main-contentarea h2 {
    padding: 1.875rem 2.5rem; /* 30px 40px */
}

.woocommerce-checkout .desktop-order-review {
    display: none;
}

.woocommerce-checkout .checkout-progress.desktop {
    display: none;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody {
    display: none;
}

.woocommerce-checkout .main-contentinner > div.woocommerce .left {
    display: none;
}

.woocommerce-checkout .related-posts h3 {
    font-size: 1.1875rem; /* 19px */
    font-weight: 700;
    text-align: center;
    margin-top: 5.3125rem; /* 85px */
}

.woocommerce-checkout .related-posts .swiper-slide.single-card {
    max-width: 80%;
    box-shadow: 0rem 0.1875rem 1.5rem /* 0px 3px 24px */ #0000001A;
    border-radius: 0.5rem; /* 8px */
    padding-bottom: 2.375rem;
    margin-right: 25px;
}

.woocommerce-checkout .related-posts .swiper-container {
    padding-bottom: 1.25rem; /* 20px */
}

.woocommerce-checkout .related-posts .single-card h5 {
    color: #116B56;
    text-align: center;
    font-size: 1.375rem; /* 22px */
    margin-top: 1.25rem; /* 20px */
    margin-bottom: 0.625rem; /* 10px */
}

.woocommerce-checkout .related-posts .single-card p {
    font-size: 1.2rem;
    text-align: center;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    max-width: 24rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
    min-height: 4rem;
}

.woocommerce-checkout .related-posts .single-card a {
    color: #116B56;
    padding-top: 1.4375rem; /* 23px */
    padding-bottom: 1.4375rem; /* 23px */
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 12.5rem; /* 200px */
    border: 0.0625rem /* 1px */ solid #116B56;
    border-radius: 0.5rem; /* 8px */
}

.woocommerce-checkout .related-posts .swiper-slide.single-card img {
    border-radius: 0.5rem 0.5rem 0 0; /* 8px 8px */
    max-height: 15.25rem;
    object-fit: cover;
    width: 30.9375rem;
}

.woocommerce-checkout .related-posts span.swiper-pagination-bullet {
    width: 0.9375rem; /* 15px */
    height: 0.9375rem; /* 15px */
    margin-left: 0.625rem; /* 10px */
}

.woocommerce-checkout .related-posts span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #116B56;
}

.woocommerce-checkout .related-posts .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    margin-top: 1.25rem; /* 20px */
    margin-bottom: 3.75rem; /* 60px */
    width: 100%;
}

.woocommerce-checkout .related-posts {
    padding-bottom: 2.5rem;
    max-width: 80rem;
    margin: 0 auto;
}

.woocommerce-checkout .postcode-wrapper {
    position: relative;
    width: 100%;
}

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

.woocommerce-checkout p#billing_postcode_field .billing-postcode-link{
    position: absolute;
    color: #ffffff;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    background-color: #116B56;
    padding: 0 15px;
    border-radius: 5px;
}

.woocommerce-checkout a.postcode-check {
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 10px;
    text-decoration: underline;
}

.woocommerce-cart .container,
.woocommerce-cart .main-contentwrap,
.woocommerce-cart .container > .row > .col-md-12,
.woocommerce-cart .default-page .main-contentwrap {
    padding: 0;
}

.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart_totals .shop_table.shop_table_responsive,
.woocommerce-cart .order-cost-notice,
.woocommerce-cart h1,
.woocommerce-cart .breadcrumb-outer {
    padding-right: 0.9375rem; /* 15px */
    padding-left: 0.9375rem; /* 15px */
}

.woocommerce-cart .row {
    margin-right: 0;
    margin-left: 0;
}


button.search-color-btn {
    background: url('/wp-content/uploads/2021/04/Group-3587-1.svg') no-repeat center;
    width: 3.03rem;
    height: 3.03rem;
    position: absolute;
}

.page-template-page-order-arch-examples main {
    padding-top: 3.75rem; /* 60px */
}

.page-template-page-order-arch-examples .selectColor {
    /* display: flex; */
    /* overflow: auto;
    padding-bottom: 0;
	justify-content: center; */
}

.product-like {
    display: none;
}

.order-cost-notice {
    display: none;
}

form.woocommerce-cart-form table tbody tr td {
    text-align: right;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:active {
    color: #fff;
    outline: none;
    border: none;
}

#fan_description {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    height: 3rem;
    align-items: flex-start;
    margin-top: 1rem;
    flex-direction: column;
    align-content: center;
}

#fan_description p {
    margin: 0;
}

#fan_description h3 {
    color: #00584E;
    font-size: 1.5625rem;
    line-height: 1.6875rem;
}

.woocommerce-checkout .back {
    padding: 0 0 1rem;
}

.woocommerce-checkout .back a {
    color: #116B56;
}

.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .field_error {
    width: 100%;
}

.woocommerce form .form-row .input-checkbox, #ship-to-different-address-checkbox {
    -webkit-appearance: auto;
}

.page-template-page-order-arch-examples #exampleOrder h1 i {
    border: 1px solid;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: emoji;
    position: absolute;
    left: -2rem;
    top: 0;
}

.cart-empty.woocommerce-info {
    padding: 1rem;
    text-align: center;
    font-size: 1.5rem;
}

p.return-to-shop a.button.wc-backward {
    background: transparent;
    color: #116B56;
    border: 1px solid;
    border-radius: 10%;
    margin: 0 auto;
    width: 10rem;
    display: block;
    text-align: center;
}

#txt_address_google_field {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 25rem;
}

body.thankyou-payment #customer_details > div:first-child {
    max-width: initial;
    flex-basis: 100%;
}

body.thankyou-payment .promo-thankyou-page,
body.thankyou-payment .related-posts {
    display: block !important;
}

body.thankyou-payment #payment {
    display: flex;
}

body.thankyou-payment .order-summary {
    flex-basis: 70%;
}

body.thankyou-payment .promo-thankyou-page {
    position: relative;
    top: -4rem;
}

.thankyou-payment .order-summary p {
    max-width: 25.875rem;
    font-size: 1.37rem;
    margin-bottom: 0;
}

.thankyou-payment .default-page .main-contentarea .order-summary table td {
    font-size: 1.2rem;
}

.thankyou-payment a#order-details-toggle {
    font-weight: 700;
    margin-bottom: 3rem;
    display: block;
}

.field_error {
    color: red;
    font-size: 0.8em;
    font-weight: normal;
}

.back_to_store {
    display: none;
}

@media only screen and ( max-width: 47.9375rem /* 767px */
) {
    body.thankyou-payment .order-summary {
        flex-basis: unset;
    }

    .woocommerce-checkout .related-posts .single-card p {
        font-size: 1.5rem;
    }

    .woocommerce-checkout .related-posts .single-card h5 {
        font-size: 1.75rem;
    }

    .woocommerce-checkout .related-posts .single-card a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .woocommerce-checkout .related-posts .swiper-slide.single-card {
        padding-bottom: 2.375rem;
    }

    .woocommerce-checkout .related-posts h3 {
        font-size: 1.8rem;
    }

    .thankyou-payment .main-contentarea h1 {
        padding-right: 1rem;
    }

    .thankyou-payment .order-summary table tr td:last-of-type {
        text-align: left;
    }

    .thankyou-payment .order-summary table {
        width: 100% !important;
    }

    .thankyou-payment a#order-details-toggle {
        font-size: 1.2rem;
    }

    .thankyou-payment .order-summary .back-btn {
        width: 100% !important;
        height: unset !important;
        font-weight: 700;
    }

    .promo-thankyou-page img {
        display: none;
    }

    body.thankyou-payment .promo-thankyou-page {
        display: none;
    }

    .woocommerce-cart td.product-name,
    .woocommerce-cart td.product-price {
        width: 100%;
        line-height: 1;
    }

    header.open-menu nav a.cart-contents {
        position: absolute;
        left: 10px;
        display: block !important;
    }

    nav a.cart-contents span.count {
        color: #fff;
    }

    .woocommerce-cart table.shop_table td.product-name {
        font-size: 1rem;
    }

    .woocommerce-cart table.shop_table td.product-name br {
        display: none;
    }

    .woocommerce-cart td.product-subtotal {
        max-width: 0.0625rem; /* 1px */
    }

    .woocommerce-cart td.product-price {
        padding-top: 0;
        padding-bottom: 0;
    }

    .woocommerce-cart .cart-color {
        margin-left: 0.3125rem; /* 5px */
    }

    .woocommerce-cart .main-contentarea h1 {
        font-size: 2.2rem;
    }

    body.woocommerce-cart .main-contentarea h1 {
        font-size: 1.2rem;
        text-align: center;
        padding: 1rem;
        background: #116B56;
        color: #fff;
    }

    body.woocommerce-cart .breadcrumb-outer {
        display: none;
    }

    body.woocommerce-cart .breadcrumb-outer + .main-contentarea {
        margin: 0;
    }

    .page-template-page-order-arch-examples .color {
        height: 6.5rem;
    }

    .my-colors .single-color {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .color_family ul li {
        flex-basis: auto;
    }

    .page-template-page-order-arch-examples .search-box {
        flex-direction: column;
        margin: 0;
    }

    .page-template-page-order-arch-examples .single-color-box {
        height: auto;
        padding: 6px;
        width: 48%;
    }

    .page-template-page-order-arch-examples .colorContainer button {
        color: #10624F;
        font-size: 1rem;
        background-size: 1.5rem;
        background-position: calc(100% - 15%);
        width: 74%;
        margin: 1rem;
        padding: 0 2rem 0 0;
        height: 2.5rem;
    }

    .page-template-page-order-arch-examples .single-color-box h2 {
        margin: 0;
    }

    .page-template-page-order-arch-examples .colorLike .my-colors > div {
        display: flex;
        flex-direction: column;
        box-shadow: 0 0 20px #00000020;
        padding: 0 1rem;
    }

    .page-template-page-order-arch-examples .colorLike button:focus {
        background: #116B56;
        color: #fff;
    }

    .my-colors .single-color > span {
        position: static;
    }

    .my-colors .single-color > span p {
        margin: 0;
        font-size: 0.85rem;
        line-height: 1rem;
    }

    .my-colors .single-color > span:first-child {
        width: 4rem;
        height: 3rem;
        border-radius: 0 1rem 0 1rem;
    }

    .my-colors h5 {
        display: none;
    }

    .color_family {
        width: 75rem;
        padding: 1rem 0 0;
    }

    .color_family ul {
        margin: 0;
    }

    .color_family ul li {
        max-width: 5rem;
    }

    .fan_disclaimer {
        font-size: 14px;
        line-height: 16px;
        padding: 20px 20px 0;
        margin: 0;
    }

    .page-template-page-order-arch-examples .colorLike {
        flex-direction: column;
    }

    .page-template-page-order-arch-examples #exampleOrder h1 {
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

    td.product-thumbnail {
        vertical-align: top;
    }

    .woocommerce-cart .cart-color {
        width: 5rem !important;
        height: 4rem !important;
    }

    tr.woocommerce-cart-form__cart-item.cart_item {
        display: grid;
        grid-template-columns: 30% 60% 10%;
        position: relative;
        margin-bottom: 2rem;
    }

    tr.woocommerce-cart-form__cart-item.cart_item > td {
        padding: 0;
        line-height: 1.1em;
    }

    tr.woocommerce-cart-form__cart-item.cart_item > td.product-thumbnail {
        grid-row: 1 / 7;
    }

    tr.woocommerce-cart-form__cart-item.cart_item > td.product-remove {
        grid-row: 1 / 7;
        display: flex;
        align-items: center;
        grid-column-start: 3;
    }

    .woocommerce-cart td.product-price {
        display: none;
    }

    .woocommerce-cart td.product-quantity {
        position: absolute;
        left: 15%;
        bottom: 0;
    }

    .wc-proceed-to-checkout {
        padding-bottom: 2rem;
    }

    #fan_description {
        padding: 1.125rem;
        width: 100%;
        align-items: flex-start;
    }

    .woocommerce-billing-fields__field-wrapper p.form-row, .woocommerce-shipping-fields__field-wrapper p.form-row {
        width: 45%;
    }

    .woocommerce-checkout #customer_details > div:not(#order-review) {
        padding: 1rem;
    }

    .woocommerce-checkout .mobile-order-toggle {
        background: #116B56;
        color: #fff;
        height: 4rem;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    .page-template-page-order-arch-examples #exampleOrder p br {
        display: none;
    }

    .woocommerce-checkout .checkout-progress button {
        flex-grow: 1;
        padding: 0.5rem 0;
        font-size: 1rem;
    }

    .woocommerce-checkout .woocommerce-billing-fields h3 {
        margin: 0;
    }

    .woocommerce-checkout .mobile-order-toggle, .woocommerce-cart .mobile-order-toggle {
        font-size: 1rem;
    }

    .pay-order {
        clear: both;
    }

    .woocommerce-checkout h3#order_review_heading {
        padding: 0 1rem;
        margin: 0;
    }

    .woocommerce-checkout .main-contentarea h1 {
        padding: 1rem;
        margin: 0;
    }

    .back_to_store {
        display: block;
        padding: 1rem 0;
    }

    .page-template-page-order-arch-examples .single-color-box p,
    .page-template-page-order-arch-examples .single-color-box h4 {margin-bottom: 0;}
}

@media only screen and (min-width: 64rem /* 1024px */
) {
    /* Order Examples Page */
    .page-template-page-order-arch-examples .colorLike .my-colors {
        width: 22rem;
        position: absolute;
    }

    .page-template-page-order-arch-examples main {
        padding-top: 5.625rem; /* 90px */
    }

    .thankyou-payment .swiper-container {
        overflow: unset;
    }

    .page-template-page-order-arch-examples .selectColor {
        padding-bottom: 0.75rem; /* 12px */
        padding-top: 0.875rem; /* 14px */
        flex-basis: 70%;
    }

    .page-template-page-order-arch-examples #colorSearch h2 {
        margin-bottom: 0;
    }

    .page-template-page-order-arch-examples .price-btn-container {
        display: flex;
        justify-content: center;
    }

    .page-template-page-order-arch-examples #exampleOrder {
        padding-top: 10rem; /* 160px */
        padding-bottom: 5.875rem; /* 94px */
        background-size: cover;
        min-height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-template-page-order-arch-examples #exampleOrder h1 {
        font-size: 3.75rem; /* 60px */
        margin-bottom: 1.5rem; /* 24px */
        text-align: center;
        padding-right: 0;
        color: #116B56;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        column-gap: 1rem;
        width: fit-content;
        position: relative;
        cursor: pointer;
    }

    .page-template-page-order-arch-examples #exampleOrder p {
        font-size: 1.125rem; /* 18px */
        line-height: 2;
        text-align: center;
    }

    .page-template-page-order-arch-examples .iconContainer {
        justify-content: right;
        font-size: 1.125rem; /* 18px */
        padding-right: 0;
        padding-bottom: 0;
    }

    .page-template-page-order-arch-examples .box1 {
        padding-left: 3.8125rem; /* 61px */
    }

    .page-template-page-order-arch-examples .iconContainer h2 {
        padding-top: 1.0625rem; /* 17px */
        line-height: 1;
    }

    .page-template-page-order-arch-examples #colorSearch {
        border: 0.0625rem /* 1px */ solid #FFFFFF;
        box-shadow: 0rem 0.1875rem 1.5rem /* 0px 3px 24px */ #00000012;
        border-radius: 0.5rem; /* 8px */
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: -3.125rem; /* -50px */
        background: white;
        padding-top: 0;
        max-width: 103.75rem; /* 1660px */
        flex-wrap: wrap;
        align-items: center;
        padding-top: 1.375rem; /* 22px */
        padding-bottom: 1.625rem; /* 26px */
    }

    .page-template-page-order-arch-examples #colorSearch h2 {
        font-size: 1.75rem; /* 28px */
        text-align: right;
        max-width: 11.25rem; /* 180px */
        line-height: 2.25rem; /* 36px */
        flex-basis: 30%;
    }

    .page-template-page-order-arch-examples .SearchColorBox input::placeholder {
        color: #116B56;
    }

    .page-template-page-order-arch-examples .selectColor select {
        font-size: 1.0625rem; /* 17px */
    }

    .page-template-page-order-arch-examples .selectColor form {
        padding: 2.8125rem 0 3.0625rem 0; /* 45px 49px */
    }

    .page-template-page-order-arch-examples .SearchColorBox {
        position: relative;
        height: 2.5rem; /* 40px */
        width: 23%;
        max-width: 27.8125rem; /* 445px */
        margin-left: 0;
    }

    .page-template-page-order-arch-examples .SearchColorBox input {
        font-size: 1rem; /* 16px */
        width: 100%;
        display: block;
        max-width: unset;
        height: 2.5rem; /* 40px */
    }

    .page-template-page-order-arch-examples .SearchColorBox button {
        top: calc(50% - 0.75rem);
        left: 1.25rem;
        background: url(/wp-content/uploads/2021/04/Group-3587-1.svg);
        background-repeat: no-repeat;
        margin-top: 0;
        width: 1.5rem;
        background-size: cover;
        height: 1.5rem;
    }

    .page-template-page-order-arch-examples .SearchColorBox form {
        width: 27.8125rem; /* 445px */
    }

    .page-template-page-order-arch-examples .colorLike form {
        display: none;
    }

    .page-template-page-order-arch-examples .colorLike button {
        height: 2.5rem;
        width: 2.5rem;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .page-template-page-order-arch-examples .colorLike button span {
        display: none;
    }

    .page-template-page-order-arch-examples .colorLike button img {
        width: 60%;
    }

    .page-template-page-order-arch-examples .colorContainer {
        justify-content: flex-start;
        width: 100%;
        margin: 2.1875rem auto 4.375rem; /* 35px 70px */
        max-width: 102.375rem; /* 1638px */
    }

    .page-template-page-order-arch-examples .single-color-box {
        width: 18.486%;
        height: 22.625rem; /* 362px */
        padding: 1.875rem 1.875rem 0 1.875rem; /* 30px 30px 30px */
        border-radius: 0.5rem; /* 8px */
        margin-left: 1.875rem; /* 30px */
        margin-bottom: 1.875rem; /* 30px */
        width: 18.375rem;
        max-width: 18.9375rem; /* 303px */
        height: 22.625rem; /* 362px */
    }

    .page-template-page-order-arch-examples .single-color-box:nth-child(5n) {
        xmargin-left: 0;
    }

    .page-template-page-order-arch-examples .colorContainer button img {
        width: 1.5625rem; /* 25px */
        height: 1.25rem; /* 20px */
    }

    .page-template-page-order-arch-examples .color-img {
        padding: 0;
    }

    .page-template-page-order-arch-examples .colorContainer .price {
        font-size: 1.5625rem; /* 25px */
        margin-right: 0;
        margin-top: 0;
    }

    .page-template-page-order-arch-examples .colorContainer p button {
        margin-top: 0;
        margin-right: 0;
        float: left;
        transition: none;
    }

    .page-template-page-order-arch-examples .colorContainer h4 {
        font-size: 1.375rem; /* 22px */
    }

    .page-template-page-order-arch-examples .colorContainer p {
        font-size: 1.125rem; /* 18px */
        padding-bottom: 2.1875rem; /* 35px */
        margin: 0;
    }

    .page-template-page-order-arch-examples .colorContainer button {
        width: 8.0625rem;
        height: 2.375rem;
        background-size: 1.4rem;
        background-position: calc(100% - 1rem);
        padding: 0 1rem;
        color: #10624F;
        font-size: 1rem;
        padding-right: 2.2rem;
    }

    .page-template-page-order-arch-examples .colorContainer button:hover {
        color: #fff;
        background-color: #116B56;
        background-image: url(/wp-content/uploads/2021/04/Group-3636.svg);
    }

    .page-template-page-order-arch-examples .colorLike {
        margin-right: 1.875rem; /* 30px */
        padding: 0;
        width: unset;
        margin-left: 0;
    }


    .page-template-page-order-arch-examples .colorLike form {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 17.5625rem; /* 281px */
    }

    .page-template-page-order-arch-examples .colorLike select {
        padding-left: 0;
        width: 17.5625rem; /* 281px */
    }

    .page-template-page-order-arch-examples .my-colors h5 {
        padding: 0.5rem; /* 8px */
        border-radius: 0.5rem 0.5rem 0 0; /* 8px 8px */
        padding: 0.6875rem 0; /* 11px */
        border-radius: 0.5rem 0.5rem 0 0; /* 8px 8px */
        font-size: 1.125rem; /* 18px */
        text-align: center;
        margin-bottom: 2.1875rem; /* 35px */
    }


    .page-template-page-order-arch-examples .my-colors {
        width: 17.5625rem; /* 281px */
        position: absolute;
        background: #fff;
        left: 0;
        top: 0;
        box-shadow: 0rem 0.1875rem 1.5rem /* 0px 3px 24px */ #00000012;
        z-index: 3;
        display: none;
        border-radius: 0.5rem; /* 8px */
    }

    .page-template-page-order-arch-examples span.color-details {
        position: unset;
        padding: 0;
        /* width: initial; */
        width: 65%;
        flex-grow: 1;
    }

    .page-template-page-order-arch-examples .single-color {
        display: flex;
        margin-bottom: 1.8125rem; /* 29px */
        padding-right: 1.3125rem; /* 21px */
        padding-left: 1.75rem; /* 28px */
        align-items: center;
        justify-content: flex-start;
    }

    .page-template-page-order-arch-examples .single-color .color-icon {
        width: 2.875rem; /* 46px */
        height: 2.5rem; /* 40px */
        border-radius: 0.9375rem 0 0.9375rem 0; /* 15px 15px */
        margin-left: 0.9375rem; /* 15px */
    }

    .page-template-page-order-arch-examples .single-color span.color-details p {
        margin-bottom: 0;
    }

    .page-template-page-order-arch-examples .single-color .close {
        opacity: 1;
        margin-right: 2.8125rem; /* 45px */
    }

    /*Basket of color samples*/
    .woocommerce-cart-form thead {
        display: block;
    }

    .woocommerce-cart .main-contentinner > .woocommerce {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .woocommerce-notices-wrapper {
        width: 100%;
    }

    .woocommerce-cart form.woocommerce-cart-form {
        width: 73%;
        max-width: 64.4375rem; /* 1031px */
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents > thead > tr > th.product-thumbnail {
        width: 23%;
        padding-left: 0;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.product-name {
        width: 24%;
        padding-right: 0;
        padding-left: 0;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.color-code {
        width: 23%;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.quantity {
        width: 10%;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.product-price {
        padding-left: 0;
        width: 15%;
    }

    .woocommerce-cart .cart_totals .desktop-title {
        display: block;
    }

    .woocommerce-cart td.product-name,
    .woocommerce-cart td.product-price,
    .woocommerce-cart td.product-quantity {
        float: unset;
    }

    td.product-quantity {
        display: initial;
    }

    .woocommerce-cart .main-contentarea h1 {
        margin-bottom: 2.8125rem; /* 45px */
    }

    .woocommerce-cart-form thead {
        border: solid 0.0625rem /* 1px */ #116B56;
        background: #116B56;
        color: #fff;
        border-radius: 0.5rem; /* 8px */
        padding-top: 0.625rem; /* 10px */
        padding-bottom: 0.625rem; /* 10px */
    }

    .woocommerce-cart td.product-quantity {
        color: #141414;
    }

    .woocommerce-cart table.cart td {
        display: table-cell;
        vertical-align: middle;
    }

    td.product-like {
        display: initial;
    }

    .woocommerce-cart table.cart thead tr {
        display: flex;
        width: 100%;
    }

    .woocommerce-cart table.cart tbody tr {
        display: flex;
        width: 100%;
        align-items: center;
        padding-right: 0.3125rem; /* 5px */
    }

    th.product-remove {
        display: none;
    }

    .woocommerce-cart .main-contentinner {
        max-width: 101.875rem; /* 1630px */
    }

    .woocommerce-cart .cart-collaterals {
        border: solid 0.0625rem /* 1px */ #fff;
        box-shadow: 0rem 0.1875rem 1.6875rem /* 0px 3px 27px */ #00000012;
        padding: 2rem 0;
        width: 25%;
    }

    .woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item {
        float: right;
        margin: 1rem 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }

    .woocommerce-cart .default-page .main-contentarea h2 {
        border-radius: 0.5rem 0.5rem 0 0; /* 8px 8px */
        text-align: center;
        font-size: 1.75rem; /* 28px */
    }

    .woocommerce-cart .cart-collaterals
    .woocommerce-cart table.shop_table.shop_table_responsive {
        padding: 0 3.125rem 0 3.125rem; /* 50px 50px */
    }

    .cart-collaterals .wc-proceed-to-checkout {
        padding: 1rem;
    }

    .woocommerce-cart table.cart tbody tr td.product-thumbnail {
        width: 20%;
        padding-right: 1.5625rem; /* 25px */
        text-align: right;
    }

    .woocommerce-cart table.cart tbody tr td.product-name {
        padding-left: 0;
        text-align: right;
        width: 19%;
    }

    .woocommerce-cart table.cart tbody tr td.product-color-code {
        width: 18%;
        text-align: right;
    }

    .woocommerce-cart table.cart tbody tr td.product-price {
        width: 12%;
    }

    .woocommerce-cart .woocommerce-Price-amount.amount {
        font-size: 1.375rem;
        font-weight: 700;
    }

    .woocommerce-cart table.cart tbody tr td.product-remove {
        width: 6%;
        text-align: left;
    }

    .woocommerce-cart table.cart tbody tr td:first-child {
        display: flex;
        justify-content: center;
    }

    .woocommerce-cart table.cart tbody tr td:first-child img {
        width: 70%;
    }

    .woocommerce-cart table.cart tbody tr td.product-name {
        padding-left: 0;
        text-align: right;
    }

    th.product-thumbnail {
        padding-left: 5.5rem; /* 88px */
        font-weight: 700;
    }

    th.product-name {
        font-weight: 700;
    }

    th.product-price {
        padding-left: 12.9375rem; /* 207px */
        font-weight: 700;
    }

    th.product-quantity {
        padding-left: 12.9375rem; /* 207px */
        font-weight: 700;
    }

    th.product-subtotal {
        padding-left: 8.5625rem /* 137px */ !important;
        font-weight: 700;
    }

    .order-cost-notice {
        margin-top: 0;
        border-bottom: 0;
        color: #116B56;
        text-align: center;
        padding-top: 1.25rem; /* 20px */
        padding-bottom: 1.25rem; /* 20px */
        display: block;
    }


    table.shop_table.shop_table_responsive th {
        font-size: 1.125rem; /* 18px */
    }
    table.shop_table.shop_table_responsive .cart-subtotal th{
        width: 50%;
    }
    table.shop_table.shop_table_responsive td {
        font-size: 1.125rem; /* 18px */
    }

    .order-cost-notice svg {
        margin-left: 1.375rem; /* 22px */
        position: unset;
    }

    .main-innerwrap {
        padding: 0;
    }

    .page-template-page-order-arch-examples .container {
        max-width: 101.875rem; /* 1630px */
    }

    .woocommerce-cart .wc-proceed-to-checkout a {
        font-family: 'SimplerPro' !important;
        letter-spacing: normal !important;
    }

    .woocommerce-cart .order-cost-notice,
    .woocommerce-checkout .order-cost-notice {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .woocommerce-cart .order-cost-notice span,
    .woocommerce-checkout .order-cost-notice span {
        font-size: 1rem;
        text-align: right;
        font-weight: 600;
    }

    .woocommerce-checkout tr.order-total th {
        padding-top: 1.875rem; /* 30px */
        font-size: 1.375rem; /* 22px */
    }

    .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
        color: #fff;
        border-color: #116B56;
        opacity: 0.8;
    }

    /* Checkout Styles */
    .woocommerce-checkout #customer_details {
        flex-direction: row;
    }

    .woocommerce-checkout #customer_details > div:not(#order-review) {
        order: 1;
    }

    .woocommerce-checkout #order-review {
        order: 2;
        box-shadow: 0rem 0.1875rem 1.6875rem /* 0px 3px 27px */ #00000012;
        border-radius: 0 0 0.5rem 0.5rem; /* 8px 8px */
        margin-top: -3.125rem; /* -50px */
    }

    .woocommerce-checkout tbody td.product-thumbnail {
        vertical-align: middle;
    }

    .woocommerce-checkout button.continue-pay {
        order: 3;
        max-width: 22.9375rem; /* 367px */
        padding-top: 0.9375rem; /* 15px */
        padding-bottom: 0.9375rem; /* 15px */
    }

    .woocommerce-checkout .desktop-order-review {
        display: block;
        background-color: #116B56;
        padding: 1.875rem 10.625rem; /* 30px 170px */
        border-radius: 0.5rem 0.5rem 0 0; /* 8px 8px */
    }

    .woocommerce-checkout .mobile-order-toggle,
    .woocommerce-cart .mobile-order-toggle {
        display: none;
    }

    .woocommerce-checkout .checkout-progress.mobile {
        display: none;
    }

    .woocommerce-checkout .checkout-progress.desktop {
        display: flex;
    }

    .woocommerce-checkout div#order_review {
        display: block;
    }

    .woocommerce-checkout .checkout-progress {
        justify-content: flex-start;
        margin-top: 0;
        margin-right: 0;
        max-width: unset;
    }

    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody {
        display: table-caption;
    }

    .woocommerce-checkout .desktop-order-review span {
        font-size: 1.75rem; /* 28px */
        font-weight: 700;
        text-align: center;
        width: 100%;
        display: block;
        color: #fff;
    }

    .woocommerce-checkout div.form-row.place-order {
        display: flex;
        flex-direction: column;
    }

    .woocommerce-checkout button#place_order {
        width: 20%;
        margin-right: 0;
        min-width: 22.9375rem; /* 367px */
    }

    .woocommerce-checkout td.product-name {
        position: unset;
    }

    .woocommerce-checkout span.woocommerce-Price-amount.amount {
        display: block;
        font-size: 1.125rem; /* 18px */
        font-weight: 700;
    }

    .woocommerce-checkout td.product-name {
        display: block;
        font-size: 1.125rem /* 18px */ !important;
        text-align: right !important;
    }

    .woocommerce-checkout td.product-thumbnail img {
        max-width: 8.625rem; /* 138px */
        height: 5.75rem; /* 92px */
    }

    .woocommerce-checkout td.product-thumbnail {
        position: unset;
    }

    .woocommerce-checkout td.product-name {
        text-align: right;
    }

    .woocommerce-checkout.woocommerce-order-received .default-page .main-contentarea h2 {
        background: transparent;
        color: #000;
        text-align: right;
        font-size: 1.375rem; /* 22px */
        padding: 0;
    }

    .woocommerce-checkout.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
        padding-right: 0;
    }

    .woocommerce-checkout .woocommerce ul.order_details li {
        padding-right: 0;
        border: none;
    }

    .woocommerce-checkout.woocommerce-order-received a.back-hp {
        margin-right: 0;
        padding-top: 0.625rem; /* 10px */
        padding-bottom: 0.625rem; /* 10px */
    }

    .woocommerce-checkout table.shop_table td,
    .woocommerce-checkout table.shop_table th {
        font-size: 1.125rem; /* 18px */
    }

    .woocommerce-checkout.woocommerce-order-received .main-contentarea h1 {
        padding-right: 0;
    }

    .woocommerce-checkout .breadcrumb-outer + .main-contentarea {
        margin-top: 6.25rem; /* 100px */
    }

    .woocommerce-checkout .woocommerce ul.order_details li,
    .woocommerce-checkout .woocommerce ul.order_details li strong {
        font-size: 1.125rem; /* 18px */
    }

    .woocommerce-checkout .main-contentinner > div.woocommerce {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .woocommerce-checkout .main-contentinner > div.woocommerce .woocommerce-order {
        display: flex;
    }

    .woocommerce-checkout .main-contentinner > div.woocommerce .woocommerce-order .promo-thankyou-page {
        padding: 0 6rem 0 0;
    }

    .woocommerce-checkout .main-contentinner > div.woocommerce .woocommerce-order .woocommerce-customer-details {
        display: none;
    }

    .woocommerce-checkout .main-contentinner > div.woocommerce .left {
        display: initial;
    }

    .woocommerce-checkout img.order-received-image {
        max-width: 50.3125rem; /* 805px */
    }

    .woocommerce-checkout .related-posts .swiper-slide.single-card {
        margin: 0 2rem;
        width: auto;
        max-width: 23rem;
    }

    .woocommerce-checkout .related-posts .swiper-slide.single-card > div.image-item {
        width: 20rem;
        height: 15rem;
        overflow: hidden;
    }

    .woocommerce-checkout .related-posts .single-card a {
        max-width: 9.375rem; /* 150px */
        padding-top: 0.875rem; /* 14px */
        padding-bottom: 0.875rem; /* 14px */
        font-size: 1.375rem; /* 22px */
    }

    .woocommerce-checkout .related-posts .single-card h5 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        margin-top: 2rem;
        max-width: 21rem;
        margin-right: auto;
        margin-left: auto;
        height: 3rem;
    }

    .woocommerce-checkout .related-posts .swiper-pagination {
        display: none;
    }

    .woocommerce-checkout .related-posts h3 {
        font-size: 2.1875rem; /* 35px */
        margin-bottom: 2.8125rem; /* 45px */
    }

    .woocommerce-checkout .postcode-wrapper {
        width: 48%;
    }

}
table.shop_table.shop_table_responsive td.space {
    width: 5rem;
}
