.elementor-989858 .elementor-element.elementor-element-d9df9cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:150px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-989858 .elementor-element.elementor-element-d9df9cb:not(.elementor-motion-effects-element-type-background), .elementor-989858 .elementor-element.elementor-element-d9df9cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-989858 .elementor-element.elementor-element-24bba69{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-989858 .elementor-element.elementor-element-a82e73d{text-align:center;}.elementor-989858 .elementor-element.elementor-element-a82e73d .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:120px;font-weight:700;text-transform:uppercase;color:#FFFFFF;}.elementor-989858 .elementor-element.elementor-element-4bdc8ee{--display:flex;}.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 );}@media(max-width:1024px){.elementor-989858 .elementor-element.elementor-element-a82e73d .elementor-heading-title{font-size:80px;}}@media(max-width:767px){.elementor-989858 .elementor-element.elementor-element-d9df9cb{--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-989858 .elementor-element.elementor-element-a82e73d .elementor-heading-title{font-size:32px;}}/* Start custom CSS *//* ==========================
   WooCommerce Cart Styling
========================== */

.woocommerce-cart .woocommerce {
    color: #000;
    font-family: inherit;
}

/* Cart Table */
.woocommerce-cart table.shop_table {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-cart table.shop_table th {
    background: #000;
    color: #fff;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.woocommerce-cart table.shop_table td {
    padding: 18px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.woocommerce-cart table.shop_table tr:last-child td {
    border-bottom: none;
}

/* Product Image */
.woocommerce-cart .product-thumbnail img {
    width: 90px;
    border-radius: 8px;
    border: 1px solid #eee;
}

/* Product Name */
.woocommerce-cart .product-name a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.woocommerce-cart .product-name a:hover {
    color: #F2008B;
}

/* Prices */
.woocommerce-cart .amount {
    font-weight: 700;
    color: #000;
}

/* Remove Button */
.woocommerce-cart a.remove {
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 50%;
    background: #000 !important;
    color: #fff !important;
    transition: .3s;
}

.woocommerce-cart a.remove:hover {
    background: #F2008B !important;
    color: #fff !important;
}

/* Quantity */
.woocommerce-cart input.qty {
    width: 75px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
}

/* Coupon Input */
.woocommerce-cart .coupon input.input-text {
    height: 46px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 220px;
}

/* Buttons */
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart .checkout-button {
    background: #F2008B !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px;
    padding: 14px 28px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: .3s;
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart .checkout-button:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Disabled Button */
.woocommerce-cart button.button:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* Coupon & Actions */
.woocommerce-cart td.actions {
    padding: 25px 20px;
}

/* Cart Totals Box */
.woocommerce-cart .cart_totals {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
}

.woocommerce-cart .cart_totals h2 {
    margin-bottom: 20px;
    font-size: 26px;
    color: #000;
}

.woocommerce-cart .cart_totals table {
    border: none;
}

.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 25px;
}

.woocommerce-cart .wc-proceed-to-checkout .button {
    width: 100%;
    text-align: center;
}

/* Focus States */
.woocommerce-cart input:focus,
.woocommerce-cart textarea:focus,
.woocommerce-cart select:focus {
    border-color: #F2008B;
    outline: none;
    box-shadow: 0 0 0 3px rgba(242,0,139,.15);
}

/* Responsive */
@media (max-width: 768px) {

    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table td {
        padding: 15px;
    }

    .woocommerce-cart .coupon {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 15px;
    }

    .woocommerce-cart .coupon input {
        width: 100%;
    }

    .woocommerce-cart .button,
    .woocommerce-cart button.button {
        width: 100%;
    }

    .woocommerce-cart .cart_totals {
        margin-top: 30px;
    }
}

.checkout-button br{
    display: none;
}/* End custom CSS */