/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Add your custom CSS below */

body .alignwide {
    margin: 0;
}

body .page-content .wp-block-woocommerce-cart {
    padding-left: 20px;
    padding-right: 20px;
}

body footer .elementor-button {
    color: white !important;
}

body {
    display: flex;
    flex-direction: column;
}

body main {
    flex-grow: 1;
}

html,
body {
    height: 100%;
}

body .elementor-menu-cart__main {
    padding-top: 80px;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    color: white !important;
    text-decoration: none !important;
}

.single-product main {
    padding: 0 40px;
}

body .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background: var(--e-global-color-primary);
}

body .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background: var(--e-global-color-secondary) !important;
}

.woocommerce .quantity .qty {
    padding: 0.2rem;
}

body.woocommerce .yith-ywraq-add-button .add-request-quote-button {
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
    padding: 0;
    margin-bottom: 2rem;
}

body.woocommerce .yith-ywraq-add-button .add-request-quote-button:hover {
    background-color: transparent !important;
    color: var(--e-global-color-primary) !important;
}

body.woocommerce div.product form.cart {
    margin-bottom: 1rem;
}

body.woocommerce .woocommerce-breadcrumb {
    margin-top: 1rem;
}
/*.single-product .site-main .summary {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr auto;*/
/*    float: unset !important;*/
/*    width: auto !important;*/
/*}*/

/*.single-product .site-main .summary .clear {*/
/*    display: none !important;*/
/*}*/

body.woocommerce .elementor.product .elementor-widget-woocommerce-product-title .product_title {
    font-size: 32px;
}

body.woocommerce .elementor-889 .elementor-element.elementor-element-761eb27a .price {
    font-size: 22px;
}

.woocommerce-checkout .page-content .wp-block-woocommerce-checkout {
    max-width: 1460px;
    margin: 0 auto;
    padding: 24px 20px 60px 20px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    transition: background 0.3s;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
}