/*
Theme Name:   HelloChildTheme
Description:  Write here a brief description about your child-theme
Author:       Chelsea Wichner-Kluender
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HelloChildTheme
*/

/* Write here your own personal stylesheet */
/* Stylesheet in Elementor Builder settings */

.elementor-widget-wc-add-to-cart .single_add_to_cart_button,
.product a.button:not(.badge),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce-cart-form__contents button.button,
.checkout_coupon button.button,
.elementor-162824 .elementor-location-footer > .elementor-section a.elementor-button-link,
.woocommerce-message a.button {
    font-family: "Work Sans", Sans-serif;
    /* font-size: 0.944em; */
    font-weight: 600;
    line-height: 22.1px;
    letter-spacing: -0.75px;
    color: var(--e-global-color-primary );
    background-color: var(--e-global-color-4117124 );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-4117124 );
    border-radius: 16px 16px 16px 16px;
    transform: perspective(1px) translateZ(0);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.checkout_coupon button.button:hover,
.elementor-162824 .elementor-location-footer > .elementor-section a.elementor-button-link:hover {
    color: var(--e-global-color-primary );
    background-color: #fff;
    border-color: var(--e-global-color-4117124 );
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th,
table.woocommerce-checkout-review-order-table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.variations .label label {
    color: #212358;
    font-family: "Work Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.variations_form.cart {
    display: flex;
    justify-content: center;
}

.variations_form.cart .single_variation_wrap {
    margin-top: 8px;
}

/******** Cart *****************/
/* .woocommerce table.shop_table, */
/* .woocommerce table.shop_table td, */
.woocommerce-cart-form table.shop_table,
.woocommerce-cart-form table.shop_table td,
table.cart thead:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table thead:first-child tr:first-child th,
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
    border: none;
    font-size: 18px;
}

.woocommerce table.cart tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}


.cart_totals table tr.cart-subtotal,
.cart_totals table tr.order-total {
    background-color: var(--e-global-color-4117124 );
    font-family: var(--e-global-typography-fd5649a-font-family ), Sans-serif;
    font-weight: 800;
    color: #111c5c;
}

.wc-proceed-to-checkout a:not(.elementor-button) {
    padding-right: 10px;
    font-size: 18px;
    color: #111c5c;
}

.wc-proceed-to-checkout a.elementor-button {
    margin-left: 10px;
}

.woocommerce .woocommerce-checkout-review-order-table-wrapper {
    background-color: #111c5c;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot {
    border-top: 1px solid #8d97cc;
}

table.woocommerce-checkout-review-order-table h3 {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 1px;
}

table.woocommerce-checkout-review-order-table .product-total a.button {
    border-radius: 10px;
    background-color: #8d97cc;
    color: #111c5c;
    font-weight: 800;
}

.woocommerce-checkout-review-order-table-wrapper table.woocommerce-checkout-review-order-table {
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-checkout-review-order-table .order-total {
    color: var(--e-global-color-4117124 );
    font-size: 24px;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-size: 28px;
    font-weight: 800;
}

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

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: none;
}

fieldset#wc-cybersource-credit-card-credit-card-form {
    border-left: none;
    border-right: none;
    border-top-color: #8d97cc;
    border-bottom-color: #8d97cc;
}



.woocommerce-form-coupon {
    background-color: #111c5c;
    color: #fff;
}

.woocommerce-order .elementor-section .elementor-container {
    display: block;
}

.elementor-162824 .elementor-location-footer > .elementor-section {
    background-color: rgb(17, 28, 92);
    color: #fff;
} 

.elementor-162824 .elementor-location-footer > .elementor-section a {
    color: #fff;
    text-decoration: underline;
}

.elementor-162824 .elementor-location-footer > .elementor-section:nth-child(2) {
    background-color: rgb(12, 20, 66);
    color: #fff;
} 

.elementor-162824 .elementor-location-footer > .elementor-section:nth-child(3) {
    background-color: rgb(12, 20, 66);
    color: #fff;
}

.cart select,
.woocommerce-checkout select {
    font-size: 18px;
}

.woocommerce-checkout .select2-container .select2-selection {
    height: 40px;
}

.woocommerce-checkout .select2-container .select2-selection__rendered {
    line-height: 40px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.woocommerce-message {
    background-color:rgb(12, 20, 66);
    color: #fff;
    font-size: 20px;
    border: none;
    margin-top: 15px;
}

.woocommerce-message a.button {
    margin-left: 15px;
}

.first-payment-date {
    display: none;
}

@media print {

  a[href]:after {
    content: ""!important; }

}