.elementor-4627 .elementor-element.elementor-element-48d5566d{--display:flex;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4627 .elementor-element.elementor-element-48d5566d:not(.elementor-motion-effects-element-type-background), .elementor-4627 .elementor-element.elementor-element-48d5566d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-4627 .elementor-element.elementor-element-da2b6fd.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-4627 .elementor-element.elementor-element-da2b6fd{color:#888888;}@media(max-width:767px){.elementor-4627 .elementor-element.elementor-element-48d5566d{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4627 .elementor-element.elementor-element-da2b6fd{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-da2b6fd *//* CART TABLE */
.woocommerce table.shop_table {
    background-color: #000000 !important;
    color: #ffffff;
    border: 1px solid #444444;
}

/* HEADING ROW (Product Price Quantity Subtotal) */
.woocommerce table.shop_table thead {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* TABLE CELLS */
.woocommerce table.shop_table td {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

/* CART TOTALS BOX */
.woocommerce-cart .cart_totals {
    background-color: #11111 !important;
    border: 1px solid #444444;
    padding: 20px;
}

/* FIX WHITE HEADER ABOVE TOTALS */
.woocommerce-cart .cart_totals h2 {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 12px;
}

/* SUBTOTAL + TOTAL TEXT */
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
    color: #ffffff !important;
}

/* INPUT FIELDS */
.woocommerce-cart .coupon input,
.woocommerce-cart input.qty,
.woocommerce-cart input[type="text"] {
    background-color: #1c1c1c !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}

/* REMOVE PRODUCT (X) BUTTON */
.woocommerce a.remove {
    color: #fffffff !important;
    background-color: #ff4d4d;
    border-radius: 50%;
    font-size: 18px;
}

/* REMOVE BUTTON HOVER */
.woocommerce a.remove:hover {
    background-color: #ff4d4d !important;
    color: #ffffff !important;
}

/* BUTTONS */
.woocommerce a.button,
.woocommerce button.button {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none;
}

/* BUTTON HOVER */
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background-color: #000000 !important;
}/* End custom CSS */