.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin: 1rem 0;
}


body.woocommerce-checkout .checkout-fields {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

body.woocommerce-checkout .bi-detail-container {
    width: 60%;
    border: 1px solid #d2d2d2;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #7a6d6d;
}

body.woocommerce-checkout .review-order-container {
    width: 35%;
    background: #fff;
}

body.woocommerce-checkout .checkout-widget-wrap {
    padding: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    color: #7a6d6d;
}

body.woocommerce-checkout .notices-login-form {
    display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin: 0 -20px;
    width: calc(100% + 40px);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.8em;
    font-weight: 400 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th:last-child,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr:last-child > th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr:last-child > td {
    border-bottom: none !important;
}

body.woocommerce-checkout .woo-c_payment .woo-c_radio_item:first-child {
    border-top: none;
}

body.woocommerce-checkout .grid-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
}

body.woocommerce-checkout .required {
    color: red;
}

body.woocommerce-checkout .checkout-fields input {
    border: none;
    background-color: #ffffff;
    transition: all .05s ease;
    box-shadow: 0 1px 1px 0 rgba(0 0 0, 0.1), 0 1px 3px 0 rgba(0 0 0, 0.1), 0 0 0 1px rgba(0 0 0, 0.1);
}

body.woocommerce-checkout .checkout-fields input[type="checkbox"] {
    box-shadow: 0px 0px 0px 0px;
}

body.woocommerce-checkout .mollie-components .mollie-component {
    box-shadow: none !important;
    border: 1px solid #d2d2d2;
}

body.woocommerce-checkout .mollie-components .mollie-component-label {
    margin-bottom: 5px;
    font-size: 0.75em;
    display: inline-block;
    text-transform: uppercase;
}

body.woocommerce-checkout .form-row textarea {
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

body.woocommerce-checkout #cardHolder {
    margin-top: 0.63em;
}

body.woocommerce-checkout #cardHolder input {
    margin-top: 0.63em;
    background: red;
}

body.woocommerce-checkout h3.heading-md {
    font-weight: 600 !important;
    color: #7a6d6d;
    margin: 0 0 10px;
    padding-left: 20px;
    font-size: 1rem;
}

body.woocommerce-checkout h4.heading-sm {
    font-weight: 600 !important;
    color: #7a6d6d;
    display: none;
}

body.woocommerce-checkout .vc_col-lg-push-2 {
    left: 0;
}

body.woocommerce-checkout .woocommerce-checkout-widget h1:first-child,
body.woocommerce-checkout .woocommerce-checkout-widget h2:first-child,
body.woocommerce-checkout .woocommerce-checkout-widget h3:first-child,
body.woocommerce-checkout .woocommerce-checkout-widget h4:first-child,
body.woocommerce-checkout .woocommerce-checkout-widget h5:first-child,
body.woocommerce-checkout .woocommerce-checkout-widget h6:first-child,
body.woocommerce-checkout .woocommerce-checkout-widget p:first-child {
    margin-top: 0;
}

body.woocommerce-checkout .woocommerce-checkout-widget h1:last-child,
body.woocommerce-checkout .woocommerce-checkout-widget h2:last-child,
body.woocommerce-checkout .woocommerce-checkout-widget h3:last-child,
body.woocommerce-checkout .woocommerce-checkout-widget h4:last-child,
body.woocommerce-checkout .woocommerce-checkout-widget h5:last-child,
body.woocommerce-checkout .woocommerce-checkout-widget h6:last-child,
body.woocommerce-checkout .woocommerce-checkout-widget p:last-child {
    margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-checkout-widget p:empty {
    display: none;
}

/*body.woocommerce-checkout .bi-detail-container input[type=radio] + label:before {*/
/*    top: 0;*/
/*}*/

/*body.woocommerce-checkout .bi-detail-container input[type=radio] + label:after {*/
/*    top: 5px;*/
/*}*/

body.woocommerce-checkout .woo-c_review .woo-c_details_table_price {
    color: #7a6d6d;
}

body.woocommerce-checkout .woo-c_product_category a {
    color: #7a6d6d;
    text-transform: capitalize;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .login-reminder {
    width: 100%;
    padding: 0;
    /*margin-top: 10px;*/
}

body.woocommerce-checkout .woocommerce-form-login-toggle .login-reminder .message-box {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}

body.woocommerce-checkout .notices-login-form .vc_checkout_col {
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0 20px;
    color: #7a6d6d;
}

body.woocommerce-checkout .woocommerce-login-form-output {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

body.woocommerce-checkout.logged-in .woocommerce-login-form-output {
    display: none;
}

body.woocommerce-checkout .woocommerce-error {
    padding: 1rem;
    background: #d32f2f;
    color: #fff;
    margin: 0 -15px 30px -15px;
    border-radius: 5px;
}

body.woocommerce-checkout .woocommerce-checkout-shipping-fields-wrap {
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
}

body.woocommerce-checkout .lost_password {
    text-align: center;
}

body.woocommerce-checkout .checkout_coupon {
    margin-top: 0;
}

body.woocommerce-checkout .checkout_coupon label {
    display: none;
}

body.woocommerce-checkout .notices-login-form input {
    background: #fff;
    border: none;
    box-shadow: none;
}

body.woocommerce-checkout .notices-login-form button {
    width: 100%;
    margin-top: 10px;
}

body.woocommerce-checkout .notices-login-form input[type="checkbox"] {
    box-shadow: 0px 0px 0px 0px;
}

body.woocommerce-checkout .customer_details .checkout-fields {
    padding: 0;
}

body.woocommerce-checkout .wc_coupon_message_wrap {
    padding: 0 !important;
}

body.woocommerce-checkout .checkbox {
    font-weight: 400 !important;
}

body.woocommerce-checkout .blockOverlay {
    background: transparent !important;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .close {
    display: none;
}

body.woocommerce-checkout .woocommerce .place-order .btn {
    margin-bottom: 0;
}

body.woocommerce-checkout .place-order {
    width: 100%;
}

body.woocommerce-checkout .stockie-text-sc {
    margin-bottom: 10px;
}

body.woocommerce-checkout .select-styled {
    background: #fff;
    box-shadow: none;
    border: 1px solid #d2d2d2;
}

body.woocommerce-checkout input[type=text],
body.woocommerce-checkout input[type=email],
body.woocommerce-checkout input[type=tel],
body.woocommerce-checkout input[type=number],
body.woocommerce-checkout input[type=date],
body.woocommerce-checkout input[type=password],
body.woocommerce-checkout textarea {
    font-size: 1rem;
    font-weight: 300;
    border: 1px solid #d2d2d2;
}

body.woocommerce-checkout input[type=text]:hover,
body.woocommerce-checkout input[type=email]:hover,
body.woocommerce-checkout input[type=tel]:hover,
body.woocommerce-checkout input[type=number]:hover,
body.woocommerce-checkout input[type=date]:hover,
body.woocommerce-checkout input[type=password]:hover,
body.woocommerce-checkout textarea {
    box-shadow: none !important;
}

body.woocommerce-checkout .woo-c_checkout_form .form-row label.screen-reader-text {
    display: none;
}

.select .select-styled:active,
.select .select-styled.active {
    box-shadow: none !important;
    background-color: #ffffff;
}

body.woocommerce-checkout .select-styled:hover {
    background: #fff;
}

body.woocommerce-checkout .woo-c_coupon .heading-md {
    display: none;
}

body.woocommerce-checkout .woo-c_coupon .woo-c_actions {
    width: 100%;
}

body.woocommerce-checkout .woo-c_coupon .woo-c_actions .checkout_coupon input {
    width: 70%;
}

body.woocommerce-checkout .woo-c_coupon .woo-c_actions .checkout_coupon button {
    width: 30%;
    border-radius: 0px 30px 30px 0px;
}

.mb-0 {
    margin-bottom: 0;
}

body.woocommerce-checkout .woo-c_review .woo-c_details_table thead {
    display: none;
}

body.woocommerce-checkout .woo-c_review .woo-c_details_table_label {
    font-weight: 500;
}

body.woocommerce-checkout .woo-c_product > a {
    font-weight: 400;
}

body.woocommerce-checkout .woocommerce-Price-amount {
    font-weight: 400;
}

body.woocommerce-checkout .woocommerce-form-login {
    margin: 0;
    padding: 10px 0;
}

body.woocommerce-checkout .form-row label {
    font-weight: 400;
}

body.woocommerce-checkout .woo-c_payment .woo-c_radio_item {
    padding: 15px 0;
}

/*.wc_payment_methods input[type=radio]+label:before {*/
/*    top: 0;*/
/*}*/

.checkout-row-space {
    margin-bottom: 15px;
}

body.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 20px;
}

body.woocommerce-checkout #vat_self_certify_field label,
body.woocommerce-checkout #vat_self_certify_field input {
    float: none;
    line-height: 1.75;
    margin-bottom: 0;
}

body.woocommerce-checkout .woo-c_product_category {
    display: none;
}

body.woocommerce-checkout .woo-c_details_table_product_row {
    vertical-align: middle !important;
}

body.woocommerce-checkout .woo-c_product > div {
    display: flex;
    align-items: center;
}

body.woocommerce-checkout .woo-c_product img {
    width: 60px;
    height: 60px;
    border: 1px solid #d2d2d2;
    margin-right: 10px;
    border-radius: 3px;
    padding: 3px;
    flex-shrink: 0;
}

body.woocommerce-checkout .woo-c_details_table_price {
    vertical-align: middle;
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: none;
}



body.woocommerce-checkout .woocommerce-checkout-shipping-fields-wrap {
    border-top: 1px solid #d2d2d2;
    padding-top: 0;
    margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce-input-wrapper {
    min-height: auto;
}

body.woocommerce-checkout .checkout-product-count {
    position: absolute;
    top: -7px;
    left: 45px;
    background-color: #252525;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
}

form.woocommerce-add-to-cart {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

form.woocommerce-add-to-cart .simple-qty {
    padding: 0;
}

form.woocommerce-add-to-cart .variations_button {
    margin: 0 !important;
    margin-left: 15px !important;
}

form.woocommerce-add-to-cart button[name=add-to-cart] {
    margin-left: 15px;
}

.single-product .variations_button .variation .label {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 600;
    font-size: .8em;
    min-height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.single-product .variations_button .variation .label {
    display: none;
}

.single-product .woo_c-product .woo_c-product-details-variations .simple-qty .label {
    display: none;
}

.single-product .woo_c-product .woo_c-product-details-variations .simple-qty {
    padding-top: 15px !important;
}

.checkout-widget-wrap:last-child {
    border: 0px !important;
}


/*Mobile*/


@media screen and (max-width: 768px) {
    body.woocommerce-checkout .checkout-fields {
        display: block;
    }

    body.woocommerce-checkout .bi-detail-container {
        width: 100%;
    }

    body.woocommerce-checkout .review-order-container {
        width: 100%;
        margin-top: 20px;
    }

    body.woocommerce-checkout .grid-fields {
        display: block;

    }

    body.woocommerce-checkout .notices-login-form .vc_checkout_col {
        width: 100%;
    }

    body.woocommerce-checkout .notices-login-form .vc_row {
        padding: 0 10px;
    }

    body.woocommerce-checkout .woocommerce-form-login-toggle .login-reminder {
        width: 100%;
        padding: 0 10px;
    }

    body.woocommerce-checkout .checkbox {
        font-size: 14px !important;

    }

    body.woocommerce-checkout .mt-80 {
        margin-top: 100px;

    }



    body.woocommerce-checkout .customer_details .checkout-fields {
        padding: 0 10px;
    }
}


