.elementor-37 .elementor-element.elementor-element-453eec45{--display:flex;--margin-top:54px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:102px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-120a62db *//* =========================
   CART PAGE STYLING
========================= */

.woocommerce-cart {
    font-family: Arial, Helvetica, sans-serif !important;
    background: #ffffff !important;
    color: #000000 !important;
}

/* =========================
   MAIN TABLE
========================= */

.woocommerce-cart table.shop_table {
    border: none !important;
    background: #ffffff !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    border-color: #eeeeee !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    color: #000000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

/* =========================
   PRODUCT TITLE
========================= */

.woocommerce-cart .product-name a {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    transition: 0.3s ease;
}

.woocommerce-cart .product-name a:hover {
    color: #8a7457 !important;
}

/* =========================
   LIGHT GRAY SUBTEXT
========================= */

.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .includes_tax,
.woocommerce-cart .woocommerce-shipping-methods,
.woocommerce-cart .shipping td,
.woocommerce-cart .variation,
.woocommerce-cart small,
.woocommerce-cart .product-name dl,
.woocommerce-cart .product-name dd {
    color: #b5b5b5 !important;
    font-size: 14px !important;
}

/* =========================
   BUTTONS
========================= */

.woocommerce-cart .button,
.woocommerce-cart button,
.woocommerce-cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a {
    background: #8a7457 !important;
    border: 1px solid #8a7457 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    box-shadow: none !important;
}

/* Button Hover */

.woocommerce-cart .button:hover,
.woocommerce-cart button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a:hover {
    background: #746148 !important;
    border-color: #746148 !important;
    color: #ffffff !important;
}

/* =========================
   PROCEED TO CHECKOUT BUTTON FIX
========================= */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: 70px !important;
    min-height: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 40px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    line-height: 1 !important;
    text-align: center !important;
}

/* Remove weird spacing */

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

/* =========================
   QUANTITY INPUT
========================= */

.woocommerce-cart input.qty {
    border: 1px solid #d9d9d9 !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border-radius: 0 !important;
}

/* =========================
   COUPON FIELD
========================= */

.woocommerce-cart input#coupon_code {
    border: 1px solid #d9d9d9 !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    border-radius: 0 !important;
    height: 52px !important;
}

/* =========================
   CART TOTALS BOX
========================= */

.woocommerce-cart .cart_totals {
    border: 1px solid #eeeeee !important;
    padding: 35px !important;
    background: #ffffff !important;
}

.woocommerce-cart .cart_totals h2 {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px !important;
}

/* =========================
   LINKS
========================= */

.woocommerce-cart a {
    text-decoration: none !important;
}/* End custom CSS */