/**
Theme Name: GoedKoop Betonbestellen
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goedkoop-betonbestellen
Template: astra
*/

#ship-to-different-address {
    display: none;
}

form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    float: none;
    width: 100%;
    border-width: 0;
    color: #4C00BA !important;
}

.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #order_review {
    float: none;
    width: inherit;
    margin: 0;
}

.checkout.woocommerce-checkout .go-checkout-form-inner {
    display: grid;
    grid-template-columns: calc(65% - 20px) calc(35% - 20px);
    gap: 40px;
}

.go-checkout-fields {
    padding: 24px 20px;
    border-radius: 19px;
    box-shadow: 0 0 20px 0 #052B5C1A;
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
    padding: 0px 0 15px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 20px;
}

.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"], .woocommerce-checkout input[type="number"], .woocommerce-checkout input[type="password"], .woocommerce-checkout textarea, .woocommerce-checkout select {
    color: #4C00BA !important;
    border: 1.5px solid #4C00BA !important;
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 45px;
}

.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder,
.woocommerce-checkout select::placeholder {
    color: #555578 !important;
    opacity: 1;
}

#customer_details .go-checkout-fields .woocommerce-shipping-fields__field-wrapper, #customer_details .go-checkout-fields .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

#customer_details .go-checkout-fields #order_comments_field {
    grid-column: span 3;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: inherit;
}

.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.go-wc-input-fields {
    display: grid;
    row-gap: 30px;
}

#billing_country_field {
    display: none;
}

.woocommerce-checkout-payment#payment {
    padding: 24px 20px;
    border-radius: 19px !important;
    box-shadow: 0 0 20px 0 #052B5C1A;
    margin-top: 30px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    border-radius: 20px;
    border: 0px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    background: transparent !important;
    padding: 0px;
    box-shadow: none;
}

.woocommerce-checkout-payment#payment .wc_payment_methods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 12px;
    justify-content: space-between;
}

.woocommerce-checkout-payment#payment .wc_payment_methods::before, .woocommerce-checkout-payment#payment .wc_payment_methods::after {
    display: none !important;
}

.woocommerce-checkout-payment#payment .wc_payment_methods .wc_payment_method label {
    color: #311162;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-checkout-payment#payment .wc_payment_methods .wc_payment_method .input-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #311162;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce-checkout-payment#payment .wc_payment_methods .wc_payment_method .input-radio:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #311162;
    border-radius: 50%;
    display: block;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before, .woocommerce.woocommerce-checkout #payment div.payment_box:before {
    display: none;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
}

#order_review .woocommerce-shipping-totals {
    display: none;
}

.woocommerce-checkout-review-order-table tbody tr td:first-child::before {
    display: none;
}

.go-product-name {
    display: flex;
    align-items: start;
    gap: 10px;
}

.go-product-name .product-icon {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #4C00BA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: -2px;
}

.woocommerce-checkout-review-order-table tr td, .woocommerce-checkout-review-order-table tr th {
    border-bottom: 1px solid #CA831C !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal th {
    text-align: center !important;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
    font-weight: bold !important;
}

.go-product-meta {
    font-size: 12px;
    line-height: 1.2;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 0 20px;
}

.woocommerce-order .woocommerce-order-details {
    background: #FCA01A;
    padding: 20px;
    border-radius: 20px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
    background: transparent;
    border: 0;
    color: #4C00BA;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-table--order-details.shop_table.order_details tr td, .woocommerce-table--order-details.shop_table.order_details tr th {
    border: 0px !important;
    color: #311162;
    border-bottom: 1px solid #CA831C !important;
}

.woocommerce-table--order-details.shop_table.order_details tr td:first-child, .woocommerce-table--order-details.shop_table.order_details tr th:first-child {
    padding-left: 0;
}

.woocommerce-table--order-details.shop_table.order_details tr td:last-child, .woocommerce-table--order-details.shop_table.order_details tr th:last-child {
    padding-right: 0;
    text-align: right;
}

.woocommerce-js table.shop_table, .woocommerce-page table.shop_table {
    border: 0;
}

.woocommerce .woocommerce-order {
    max-width: 1070px;
    margin: 0 auto;
}

.woocommerce-table--order-details.shop_table.order_details .woocommerce-Price-amount.amount {
    font-weight: bold;
}


@media (max-width: 1199.98px) {
    #customer_details .go-checkout-fields .woocommerce-shipping-fields__field-wrapper, #customer_details .go-checkout-fields .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    #customer_details .go-checkout-fields #order_comments_field {
        grid-column: span 2;
    }
    .checkout.woocommerce-checkout .go-checkout-form-inner {
        grid-template-columns: calc(67% - 10px) calc(33% - 10px);
        gap: 20px;
    }
}
@media (max-width: 991.98px) {
    .checkout.woocommerce-checkout .go-checkout-form-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .checkout.woocommerce-checkout .go-checkout-form-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .checkout.woocommerce-checkout #customer_details {
       order:1;
    }
}
@media (max-width: 575.98px) {
    #customer_details .go-checkout-fields .woocommerce-shipping-fields__field-wrapper, #customer_details .go-checkout-fields .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    #customer_details .go-checkout-fields #order_comments_field {
        grid-column: span 1;
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
        padding-bottom: 0;
        font-size:26px;
    }
}

/* WCC-based Professional Order Summary Styles */

#wcc-order-summary-box {
    background-color: transparent !important;
    color: #333 !important;
    padding: 15px !important;
    border-radius: 12px !important;
    margin: 1em 0 !important;
    border: 1px solid #ddd !important;
}
#wcc-order-summary-box .summary-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #eee !important;
}
#wcc-order-summary-box .summary-item:last-child {
    border-bottom: none !important;
}
#wcc-order-summary-box .summary-item-label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-weight: bold !important;
}
#wcc-order-summary-box .summary-item-value {
    font-weight: bold !important;
    text-align: right !important;
}
#wcc-order-summary-box .summary-item i {
    font-size: 1.5em !important;
    color: #8A2BE2 !important;
}
#wcc-order-summary-box .summary-item ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 5px 0 0 0 !important;
    width: 100% !important;
    text-align: right !important;
}
#wcc-order-summary-box .summary-item ul li {
    font-size: 0.9em !important;
    color: #555 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    line-height: 1.5 !important;
}
#wcc-order-summary-box .summary-item-sub-label {
    font-size: 0.9em !important;
    color: #666 !important;
    font-weight: normal !important;
}