@media only screen and (min-width: 768px) {
    .woocommerce-checkout .wc-block-components-sidebar-layout {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 16px;
        position: relative;
    }
    .woocommerce-checkout .wc-block-checkout__sidebar {
        align-self: flex-start;
        top: 24px;
        box-sizing: border-box;
        margin-top: 8px;
        padding-left: 2.2641509434%;
        width: 35%;
        position: sticky;
        top: 7rem;
    }
    .woocommerce-checkout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-right: 4.5283018868%;
        width: 65%;
    }
}

.woocommerce-checkout .woocommerce-billing-fields .form-row,
.woocommerce-checkout .shipping_address .form-row {
    position: relative;
}
.woocommerce-checkout .woocommerce-billing-fields .input-text,
.woocommerce-checkout .shipping_address .input-text {
    padding: 1.5em .5em .5em !important;
}
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .shipping_address label {
    color: inherit;
    color: hsla(0,0%,7%,.7);
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .7em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(1em);
    transform-origin: top left;
    transition: all .2s ease;
    transform: translateY(8px) scale(.75);
}
.woocommerce-checkout .woocommerce form .form-row label {
    line-height: 1.5;
}
.woocommerce-checkout #billing_country_field label,
.woocommerce-checkout #shipping_country_field label,
.woocommerce-checkout .create-account label,
.woocommerce-checkout .mailchimp-newsletter label {
    position: relative;
    left: 0;
    margin-bottom: .5em;
}
.woocommerce-checkout #billing_address_2_field .input-text,
.woocommerce-checkout #shipping_address_2 .input-text{
    padding: .5em !important;
}
.woocommerce-checkout #ship-to-different-address{
    font-size: 1em;
}
.woocommerce-checkout .wc-block-checkout__login-prompt{
    padding: 10px 30px !important;
    background: #E19389 !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    border: 1px solid hsla(0,0%,7%,.11);
}
.woocommerce-checkout .showlogin,
.woocommerce-checkout .showcoupon {
    margin-left: .5rem;
}
.woocommerce table.shop_table{
    border-radius: 0;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid hsla(0,0%,7%,.11);
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper{
    background: #fff;
    padding: 1em;
    border: 1px solid hsla(0,0%,7%,.11);
    border-bottom: 0;
}
.woocommerce-shipping-totals.shipping th {
    vertical-align: top;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    font-weight: 700;
    padding: 1em;
}
#shipping_method label {
    font-weight: 400;
}
.woocommerce-checkout #payment ul.payment_methods::before {
    content: "Betaalopties" !important;
    font-size: 1.1em;
    font-weight: 500;
    display: block;
    margin-bottom: .5em;
}
.wc-block-components-panel__content{
    transition: all .3s ease;
}
.wc-block-components-panel__content.hide{
    display: none;
}
#place_order {
    background: #8b2b1b;
    border-radius: 50px;
    font-size: 1.1em;
    width: 100%;
    display: block;
    float: unset !important;
    margin-top: 1em;
    padding: 1rem;
}
#place_order:hover {
    background: #7d2718;
}
.wc-block-components-panel__content .d-flex {
    display: flex;
    padding: .5em 0 0;
}
.woocommerce-privacy-policy-text p, .woocommerce-privacy-policy-text a {
    font-size: .875rem;
}

.wc_payment_methods.payment_methods.methods{
    border: 1px solid hsla(0,0%,7%,.11);
    background: #f2eee8;
    padding: 1rem;
    border-radius: 5px;
}
.woocommerce-checkout #payment{
    background: transparent;
}
.form-row.place-order {
    padding: 0 !important;
    margin-top: 1em !important;
}
.woocommerce-checkout .wc-block-components-panel__button {
    font-weight: 500;
    font-size: 1.1em;
    cursor: pointer;
    display: flex;
}
.woocommerce-checkout .wc-block-components-panel__button::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24' aria-hidden='true' class='wc-block-components-panel__button-icon' focusable='false'%3E%3Cpath d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'%3E%3C/path%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    height: 1.5em;
    margin-left: auto;
    width: 1.5em;
    background-size: 1.5em;
    transform: rotate(0);
    transition: transform .3s ease;
}
.woocommerce-checkout .wc-block-components-panel__button.active::after {
    transform: rotate(180deg);
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item:last-child > div {
    padding-bottom: 0;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    margin-top: 10px;
    padding-bottom: 16px;
    position: relative;
    width: 48px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid hsla(0,0%,7%,.11);
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    white-space: nowrap;
    z-index: 1;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
    max-width: 48px;
    width: 48px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 12px;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-grow: 1;
}
.woocommerce-checkout .wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    display: block;
    padding-top: 8px;
}
.woocommerce-checkout .wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background: #fff;
    color: #000;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    color: #000;
    border-top-color: #bd8263;
    background-color: #fff;
}
.woocommerce-info{
    padding: 1em 2em;
}
.woocommerce-info::before {
    display: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border-color: #308591;
}
#coupon_code {
    padding: .75rem .5rem;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: left;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background: #43AD75;
    color: #fff;
    border: 1px solid #43AD75;
    border-radius: 4px;
    padding: .91rem 1em;
    font-size: 1em;
    transition: all .3s ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
    background: #3A9F6E;
    border-color: #3A9F6E;
    color: #fff;
}