body.single-product .btg-button-15 {
    display: none !important;
}

body.single-product form.cart {
    align-items: center;
    display: flex !important;
    gap: 12px;
    margin-top: 24px;
}

body.single-product form.cart .quantity {
    display: none !important;
}

body.single-product form.cart .single_add_to_cart_button {
    align-items: center;
    background: #151515 !important;
    border: 0 !important;
    border-radius: 21px;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    min-width: 287px;
    padding: 0 32px;
    text-transform: none;
}

body.single-product form.cart .single_add_to_cart_button:hover,
body.single-product form.cart .single_add_to_cart_button:focus {
    background: #151515 !important;
    color: #fff !important;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity {
    display: none !important;
}

.woocommerce-checkout-payment .wc_payment_methods,
.woocommerce-checkout-payment .woocommerce-info,
.woocommerce-checkout-payment .woocommerce-notice {
    display: none !important;
}

.woocommerce-cart .woocommerce-cart-form table.cart {
    border: 0;
    display: block !important;
    margin: 0;
}

.woocommerce-cart .woocommerce-cart-form table.cart thead,
.woocommerce-cart-form .shop_table th.product-price,
.woocommerce-cart-form .shop_table th.product-quantity {
    display: none !important;
}

.woocommerce-cart .woocommerce-cart-form table.cart tbody {
    display: block;
}

.woocommerce-cart .woocommerce-cart-form table.cart tr.cart_item {
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    display: grid;
    gap: 24px;
    grid-template-columns: 34px 112px minmax(0, 1fr) minmax(110px, auto);
    min-height: 160px;
    padding: 22px 0;
}

.woocommerce-cart .woocommerce-cart-form table.cart tr.cart_item td {
    border: 0;
    display: block !important;
    padding: 0 !important;
    text-align: left;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove {
    grid-column: 1;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove .remove {
    color: #999 !important;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail {
    grid-column: 2;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
    aspect-ratio: 4 / 5;
    display: block;
    height: auto;
    max-width: none;
    object-fit: cover;
    width: 96px;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.product-name {
    font-size: 18px;
    grid-column: 3;
    line-height: 1.35;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.product-name a {
    color: #151515;
    text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form table.cart td.product-subtotal {
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    grid-column: 4;
    text-align: right;
}

.woocommerce-cart .woocommerce-cart-form table.cart tr:not(.cart_item) {
    display: none !important;
}

.woocommerce-cart .coupon,
.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}

.woocommerce-cart .cart-collaterals {
    background: #fff !important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    padding: 28px !important;
}

.woocommerce-cart .cart_totals h2 {
    background: transparent !important;
    color: #151515 !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 22px;
    padding: 0;
    text-transform: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin: 0;
}

#side-cart .buttons .btn.alt,
.wc-proceed-to-checkout .checkout-button,
#place_order {
    background: #151515 !important;
    border-color: #151515 !important;
    color: #fff !important;
}

.woocommerce-message {
    background: #151515 !important;
}

body.woocommerce-checkout .row,
body.woocommerce-cart .row {
    max-width: 1240px;
}

body.woocommerce-checkout form.checkout {
    align-items: start;
    column-gap: 56px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px 80px;
}

body.woocommerce-checkout #customer_details {
    display: block;
    grid-column: 1;
    grid-row: 1 / span 2;
    width: auto !important;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
    float: none;
    padding: 0 !important;
    width: 100% !important;
}

body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .create-account {
    display: none !important;
}

body.woocommerce-checkout #order_review_heading {
    background: transparent !important;
    color: #151515 !important;
    font-size: 22px !important;
    font-weight: 500;
    grid-column: 2;
    grid-row: 1;
    line-height: 1.2;
    margin: 0 0 18px !important;
    padding: 0 !important;
    text-transform: none !important;
}

body.woocommerce-checkout #order_review {
    background: #fff !important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    grid-column: 2;
    grid-row: 2;
    margin: 0 !important;
    padding: 24px !important;
    position: sticky;
    top: 120px;
    width: auto !important;
}

body.woocommerce-checkout .woocommerce-checkout-payment {
    background: transparent !important;
    border: 0 !important;
    display: block !important;
    margin: 0;
    padding: 0 !important;
}

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

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    display: table;
    margin: 0 0 20px;
    width: 100%;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
    display: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    border: 0;
    padding: 0 0 14px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    font-size: 16px;
    line-height: 1.4;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
    margin: 0 0 42px;
    padding: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
    color: #151515;
    font-size: 28px !important;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 24px !important;
    text-transform: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: grid;
    gap: 18px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-checkout .form-row,
body.woocommerce-checkout .form-row.form-row-first,
body.woocommerce-checkout .form-row.form-row-last,
body.woocommerce-checkout .form-row.form-row-wide {
    clear: none;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_company_field,
body.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout #quote_function_field,
body.woocommerce-checkout #quote_budget_field,
body.woocommerce-checkout #quote_destination_field,
body.woocommerce-checkout #quote_installation_support_field,
body.woocommerce-checkout #order_comments_field,
body.woocommerce-checkout #quote_consent_field {
    grid-column: 1 / -1;
}

body.woocommerce-checkout .form-row label {
    color: #151515;
    display: flex !important;
    flex-wrap: wrap;
    font-size: 13px !important;
    font-weight: 500;
    gap: 4px;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 7px !important;
    text-transform: none !important;
}

body.woocommerce-checkout .form-row label .required,
body.woocommerce-checkout .form-row label .optional {
    display: inline !important;
    margin: 0;
}

body.woocommerce-checkout .form-row label .optional {
    color: #777;
    font-weight: 400;
}

body.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea.input-text,
body.woocommerce-checkout select {
    background: #f5f5f5 !important;
    border: 1px solid transparent !important;
    border-radius: 0;
    color: #151515;
    font-size: 15px !important;
    height: 44px;
    margin: 0 !important;
    padding: 11px 13px !important;
    width: 100% !important;
}

body.woocommerce-checkout textarea.input-text {
    min-height: 118px;
    resize: vertical;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea.input-text:focus {
    background: #fff !important;
    border-color: #151515 !important;
    outline: none;
}

body.woocommerce-checkout .selectric-wrapper,
body.woocommerce-checkout .selectric {
    display: block !important;
    height: 44px;
    width: 100% !important;
}

body.woocommerce-checkout .selectric {
    background: #f5f5f5;
    border: 1px solid transparent;
}

body.woocommerce-checkout .selectric .label {
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    margin: 0 42px 0 13px;
}

body.woocommerce-checkout .selectric .button {
    height: 42px;
    width: 42px;
}

body.woocommerce-checkout .selectric-items {
    width: 100% !important;
}

body.woocommerce-checkout .charmeline-radio-row .woocommerce-input-wrapper {
    display: grid;
    gap: 10px 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.woocommerce-checkout .charmeline-radio-row .woocommerce-input-wrapper label,
body.woocommerce-checkout #quote_installation_support_field label.checkbox,
body.woocommerce-checkout #quote_consent_field label.checkbox {
    align-items: center;
    color: #333;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 400;
    gap: 8px;
    line-height: 1.35;
    margin: 0 !important;
}

body.woocommerce-checkout #quote_destination_field .woocommerce-input-wrapper .optional,
body.woocommerce-checkout #quote_installation_support_field .optional {
    display: none !important;
}

body.woocommerce-checkout .charmeline-radio-row input,
body.woocommerce-checkout input[type="checkbox"] {
    height: auto;
    margin: 0;
    width: auto !important;
}

body.woocommerce-checkout #place_order {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 48px;
    justify-content: center;
    margin-top: 18px;
    text-transform: uppercase;
    width: 100%;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
}

body.woocommerce-order-received .woocommerce-order {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px 80px;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
}

body.woocommerce-order-received .woocommerce-table--order-details {
    border: 0;
    margin-top: 18px;
}

body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .woocommerce-table--order-details td {
    border-color: #e9e9e9;
    padding: 16px 0;
}

@media (max-width: 900px) {
    body.woocommerce-checkout form.checkout {
        display: block !important;
        padding: 0 18px 64px;
    }

    body.woocommerce-checkout #order_review_heading {
        margin-top: 36px !important;
    }

    body.woocommerce-checkout #order_review {
        position: static;
    }

    body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout .charmeline-radio-row .woocommerce-input-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .woocommerce-cart .woocommerce-cart-form table.cart tr.cart_item {
        gap: 16px;
        grid-template-columns: 28px 78px minmax(0, 1fr);
        min-height: 128px;
    }

    .woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
        width: 72px;
    }

    .woocommerce-cart .woocommerce-cart-form table.cart td.product-subtotal {
        grid-column: 3;
        text-align: left;
    }

    body.woocommerce-checkout .woocommerce-billing-fields h3,
    body.woocommerce-checkout .woocommerce-additional-fields h3,
    body.woocommerce-checkout #order_review_heading {
        font-size: 24px !important;
    }

    body.woocommerce-checkout input.input-text,
    body.woocommerce-checkout textarea.input-text,
    body.woocommerce-checkout .selectric-wrapper,
    body.woocommerce-checkout .selectric {
        height: 46px;
    }

    body.woocommerce-checkout textarea.input-text {
        min-height: 120px;
    }
}
