.elementor-824 .elementor-element.elementor-element-5468d53c{--display:flex;}.elementor-widget-theme-page-title .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-824 .elementor-element.elementor-element-6b5c679{text-align:center;}.elementor-824 .elementor-element.elementor-element-6b5c679 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:58px;font-weight:600;text-transform:capitalize;line-height:82px;}@media(max-width:1024px){.elementor-824 .elementor-element.elementor-element-6b5c679 .elementor-heading-title{font-size:70px;}}@media(max-width:767px){.elementor-824 .elementor-element.elementor-element-6b5c679 .elementor-heading-title{font-size:45px;line-height:56px;}}/* Start custom CSS for theme-page-title, class: .elementor-element-6b5c679 */a.checkout-button.button.alt.wc-forward :hover {
    background: #FA0D90 !important;
}
a.checkout-button.button.alt.wc-forward{
    background: #FA0D90 !important;
}/* End custom CSS */
/* Start custom CSS for wc-elements, class: .elementor-element-0a34405 *//* ============================================
   WOOCOMMERCE FULL RESPONSIVE STYLING
   My Account + Cart + Checkout
   ============================================ */

/* ---------- GENERAL WOOCOMMERCE BUTTONS ---------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: #FA0D90;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    transition: 0.3s;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #c70b74;
    color: #fff;
}

/* ============================================
   MY ACCOUNT PAGE
   ============================================ */
.woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content {
    float: right;
    width: 70%;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 14px 20px;
    color: #1f2124;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background-color: #FA0D90;
    color: #fff;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #FA0D90;
    color: #fff;
    font-weight: 600;
}

.woocommerce-MyAccount-content p {
    line-height: 1.7;
    color: #444;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-content a {
    color: #FA0D90;
    text-decoration: underline;
}

/* Orders table */
.woocommerce-orders-table,
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    padding: 12px;
    border: 1px solid #eee;
    text-align: left;
}

.woocommerce-orders-table th {
    background-color: #FA0D90;
    color: #fff;
    font-weight: 600;
}

/* Address boxes */
.woocommerce-Address {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.woocommerce-Address-title h3 {
    margin-top: 0;
    color: #1f2124;
}

/* Forms (Edit Account, Add Address) */
.woocommerce-form-row label,
.woocommerce form .form-row label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #1f2124;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus {
    border-color: #FA0D90;
    outline: none;
}

/* Clearfix */
.woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

/* ============================================
   CART PAGE
   ============================================ */
.woocommerce-cart-form table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-cart-form table.shop_table th {
    background-color: #FA0D90;
    color: #fff;
    padding: 14px;
    text-align: left;
}

.woocommerce-cart-form table.shop_table td {
    padding: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.woocommerce-cart-form .product-thumbnail img {
    width: 70px;
    border-radius: 6px;
}

.woocommerce-cart-form .product-remove a {
    color: #d9534f;
    font-size: 18px;
}

.woocommerce-cart-form td.actions .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-cart-form td.actions .coupon input#coupon_code {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.cart-collaterals .cart_totals {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
}

.cart-collaterals .cart_totals h2 {
    margin-top: 0;
    color: #1f2124;
}

.cart-collaterals .cart_totals table th,
.cart-collaterals .cart_totals table td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    width: 100%;
    padding: 16px;
    font-size: 16px;
}

/* ============================================
   CHECKOUT PAGE
   ============================================ */
.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details {
    width: 55%;
    float: left;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    width: 40%;
    float: right;
}

.woocommerce-checkout .form-row label {
    font-weight: 500;
    color: #1f2124;
    margin-bottom: 6px;
    display: block;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus {
    border-color: #FA0D90;
    outline: none;
}

#order_review {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
}

#order_review table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

#order_review table.shop_table th,
#order_review table.shop_table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.woocommerce-checkout #payment ul.payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
}

.woocommerce-checkout #place_order {
    width: 100%;
    padding: 16px;
    font-size: 16px;
}

/* Clearfix for checkout columns */
.woocommerce-checkout::after {
    content: "";
    display: table;
    clear: both;
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */
@media (max-width: 1024px) {
    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }

    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }

    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        width: 100%;
        float: none;
    }

    .woocommerce-checkout #order_review {
        margin-top: 30px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media (max-width: 767px) {
    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        border-radius: 8px;
    }

    .woocommerce-MyAccount-navigation-link {
        width: 50%;
        border-bottom: 1px solid #eee;
    }

    .woocommerce-MyAccount-navigation-link a {
        text-align: center;
        padding: 12px 10px;
        font-size: 14px;
    }

    /* Cart table becomes stacked cards */
    .woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    .woocommerce-cart-form table.shop_table,
    .woocommerce-cart-form table.shop_table tbody,
    .woocommerce-cart-form table.shop_table tr,
    .woocommerce-cart-form table.shop_table td {
        display: block;
        width: 100%;
    }

    .woocommerce-cart-form table.shop_table tr {
        border: 1px solid #eee;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 10px;
    }

    .woocommerce-cart-form table.shop_table td {
        border: none;
        padding: 8px 0;
        text-align: left;
    }

    .woocommerce-cart-form td.actions .coupon {
        flex-direction: column;
        align-items: stretch;
    }

    /* Checkout order review table stacked */
    #order_review table.shop_table th,
    #order_review table.shop_table td {
        font-size: 14px;
        padding: 8px 5px;
    }
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-navigation-link {
        width: 100%;
    }

    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */