.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */html ul#shipping_method li {
    padding-left: 31px !important;
}
html tr.woocommerce-shipping-totals.shipping [type="radio"]:checked + label:before,
html  tr.woocommerce-shipping-totals.shipping [type="radio"]:not(:checked) + label:before, 
html tr.woocommerce-shipping-totals.shipping [type="radio"]:checked + label:after, 
html tr.woocommerce-shipping-totals.shipping [type="radio"]:not(:checked) + label:after {
    margin-left: -28px;
}
.woocommerce form input[type="text"], .woocommerce form input[type="password"], .woocommerce form input[type="email"], .woocommerce form input[type="url"], .woocommerce form input[type="date"], .woocommerce form input[type="month"], .woocommerce form input[type="time"], .woocommerce form input[type="datetime"], .woocommerce form input[type="datetime-local"], .woocommerce form input[type="week"], .woocommerce form input[type="number"], .woocommerce form input[type="search"], .woocommerce form input[type="tel"], .woocommerce form input[type="color"], .woocommerce form select, form textarea {
    border: 1px solid #ededed;

}
ul#shipping_method li label {/* font-weight: 400; */font-size: 13px;}




div[data-notice_id=experiment_promotion] {
    display: none !important;
}
div#mtnc-toc {
    display: none;
}
html body.woocommerce-cart #main table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: #fff;
    padding: 30px;
    border-radius: 2rem;
    box-shadow: rgb(191 119 98/48%) 0 5px 34px -15px;
}
html body #main .cart_totals.calculated_shipping {
    column-gap: 30px;
    padding: 35px;
    border-radius: 2rem!important;
    box-shadow: rgb(191 119 98 / 48%) 0 5px 34px -15px!important;
    border: 1px solid #6d514e!important;
}
html body.woocommerce-cart #main  table.shop_table thead {
    padding: 15px 10px;
    border-bottom: 2px solid var(--brdcolor-gray-200);
    color: black;
    font-weight: 700;
    font-size: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    background: none;
    display: inherit;
    width: 100%;
    display: table-header-group;
}
html body.woocommerce-cart #main  table.shop_table thead th {
    font-weight: 700;
}
html body.woocommerce-cart #main  .cart-collaterals tr th {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}
html body.woocommerce-cart #main  .wc-proceed-to-checkout a.checkout-button {
    border-radius: 2rem;
    font-weight: 700;
    text-transform: none;
    font-size: 17px;
    background-color: var(--e-global-color-primary);
}
html body #main .woocommerce .cart-collaterals h2 {
    font-weight: 700;
    text-transform: none;
    font-size: 19px;
    color: var(--e-global-color-primary);
    background: none;
    border: 0;
}
html body #main tr.woocommerce-shipping-totals.shipping {
    display: none;
}
html body #main tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal span,
html body .woocommerce-cart .cart-collaterals .cart_totals  bdi {
    color: var(--e-global-color-primary);
    font-weight: 700;
}
html body #main tr.woocommerce-cart-form__cart-item.cart_item a,html body #main  tr.woocommerce-cart-form__cart-item.cart_item span {
    color: black;
    font-weight: 700;
}

html body .woocommerce-cart table.cart td.actions button.button {
    font-weight: 700;
    border-radius: 20px;
}

html body .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td, 
html body .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th {
    font-size: 140%;
}
html body.woocommerce-cart #main  button.button {
    padding: 12px 20px;background-color: var(--e-global-color-primary);border-radius: 20px;
}
html .woocommerce form input[type=number] {
    max-width: 36px;
    min-height: 36px;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 767px) {
    .woocommerce-cart .woocommerce table.shop_table thead, html body.woocommerce-cart #main div table.shop_table thead {
        display: none;
    }
}/* End custom CSS */