.elementor-2010 .elementor-element.elementor-element-6e7050f0{--display:flex;--min-height:75vh;--overlay-opacity:0;}.elementor-2010 .elementor-element.elementor-element-6e7050f0::before, .elementor-2010 .elementor-element.elementor-element-6e7050f0 > .elementor-background-video-container::before, .elementor-2010 .elementor-element.elementor-element-6e7050f0 > .e-con-inner > .elementor-background-video-container::before, .elementor-2010 .elementor-element.elementor-element-6e7050f0 > .elementor-background-slideshow::before, .elementor-2010 .elementor-element.elementor-element-6e7050f0 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2010 .elementor-element.elementor-element-6e7050f0 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF;--background-overlay:'';}.elementor-2010 .elementor-element.elementor-element-ef7f736{--spacer-size:50px;}.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 );}.elementor-2010 .elementor-element.elementor-element-783ad7b4{font-family:"Roboto", Sans-serif;font-weight:500;color:#000000;}.elementor-2010 .elementor-element.elementor-element-783ad7b4 a{color:#FF0000;}body.elementor-page-2010:not(.elementor-motion-effects-element-type-background), body.elementor-page-2010 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2010 .elementor-element.elementor-element-6e7050f0{--content-width:75%;}}/* Start custom CSS for container, class: .elementor-element-6e7050f0 *//* --- CART PAGE CUSTOM STYLING --- */

/* General cart text */
.woocommerce-cart,
.woocommerce-cart .cart_totals,
.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th,
.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-calculator,
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error {
  color: #fff !important; /* make all text white */
}

/* Section titles (Cart totals, Coupon, Free shipping, Estimated total) */
.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .shipping th,
.woocommerce-cart .cart_totals .cart-subtotal th,
.woocommerce-cart .cart_totals .tax-rate th {
  color: #e11 !important; /* red titles */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Coupon code field + button */
.woocommerce-cart .coupon label {
  color: #e11 !important; /* Coupon title in red */
}
.woocommerce-cart .coupon input.input-text {
  background: #000 !important;
  border: 1px solid #444 !important;
  color: #fff !important;
}
.woocommerce-cart .coupon .button {
  background: #e11 !important;
  color: #fff !important;
  border-radius: 0;
  transition: all .2s ease;
}
.woocommerce-cart .coupon .button:hover {
  background: #fff !important;
  color: #e11 !important;
}

/* Totals box background */
.woocommerce-cart .cart_totals {
  background: #111 !important;
  padding: 20px;
  border: 1px solid #333;
}

/* Free shipping & notices */
.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-methods label,
.woocommerce-cart .woocommerce-shipping-calculator p {
  color: #fff !important;
}
.woocommerce-cart .woocommerce-shipping-methods strong,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #e11 !important; /* red highlights */
}

/* Estimated total row */
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  color: #e11 !important;
  font-size: 1.1em;
  font-weight: 700;
}

/* Proceed to checkout button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #000 !important;
  color: #fff !important;
  border-radius: 0;
  padding: 14px 20px;
  font-weight: 600;
  transition: all .2s ease;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #e11 !important;
  color: #fff !important;
}/* End custom CSS */