.elementor-681 .elementor-element.elementor-element-670f126a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-c1dfebb{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 15px;--row-gap:0px;--column-gap:15px;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-681 .elementor-element.elementor-element-8934db6{width:var( --container-widget-width, 10% );max-width:10%;--container-widget-width:10%;--container-widget-flex-grow:0;}.elementor-681 .elementor-element.elementor-element-8934db6 img{width:100%;max-width:100%;height:42px;object-fit:cover;object-position:center center;}.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-681 .elementor-element.elementor-element-588e597 > .elementor-widget-container{padding:2px 0px 2px 15px;border-style:solid;border-width:0px 0px 0px 1px;border-color:#8979B3;}.elementor-681 .elementor-element.elementor-element-588e597 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:22px;font-weight:500;color:#8979B3;}.elementor-681 .elementor-element.elementor-element-2ccfd5c{--spacer-size:30px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-681 .elementor-element.elementor-element-670f126a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:5px;--padding-right:5px;}.elementor-681 .elementor-element.elementor-element-c1dfebb{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 10px;--row-gap:0px;--column-gap:10px;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-681 .elementor-element.elementor-element-8934db6{--container-widget-width:30%;--container-widget-flex-grow:0;width:var( --container-widget-width, 30% );max-width:30%;}.elementor-681 .elementor-element.elementor-element-8934db6 img{height:35px;}.elementor-681 .elementor-element.elementor-element-588e597 > .elementor-widget-container{padding:0px 0px 0px 14px;}.elementor-681 .elementor-element.elementor-element-588e597 .elementor-heading-title{font-size:18px;}.elementor-681 .elementor-element.elementor-element-2ccfd5c{--spacer-size:20px;}.elementor-681 .elementor-element.elementor-element-1817614 > .elementor-widget-container{padding:0px 10px 0px 10px;}}@media(min-width:768px){.elementor-681 .elementor-element.elementor-element-670f126a{--content-width:1200px;}}/* Start custom CSS for wc-elements, class: .elementor-element-1817614 */.woocommerce {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    box-shadow: 2px 2px 5px lightgray;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.woocommerce .rtsb-notice {
    display: none;
}

.woocommerce .wlr-message-info {
    display: none !important;
}

/* form */

.woocommerce form.woocommerce-cart-form {
    width: 65%;
    background-color: #fbfbfb;
    padding: 30px 50px;
    display: flex;
    align-items: center;
}

.woocommerce form.woocommerce-cart-form table.shop_table {
    margin: 0;
    border: 0;
}

/* form header */

.woocommerce form.woocommerce-cart-form table.shop_table thead tr {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th {
    padding: 20px 5px;
    font-size: 15px;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th.product-remove {
    display: none;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th.product-thumbnail {
    width: 6%;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th.product-name {
    width: 58%;
} 

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th.product-price {
    display: none;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th.product-quantity {
    width: 18%;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th.product-subtotal {
    width: 18%;
}

/* form body */

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td {
    padding: 20px 5px;
    font-size: 15px;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-remove {
    width: 6%;
    display: flex;
    align-items: center;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
    width: 18%;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail a img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-name {
    width: 40%;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-name a {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-price {
    width: 12%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 18%;
    margin-top: 6%;
    border: 0;
    font-weight: 600;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-price span bdi {
    font-weight: 600;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
    width: 18%;
    display: flex;
    align-items: center;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-quantity input {
    border-radius: 5px;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
    width: 18%;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-name dl.variation {
    display: none;
}

/* form Coupon */

.elementor-681 .elementor-element.elementor-element-1817614 form.woocommerce-cart-form table.shop_table tbody tr td.actions {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon {
    margin: 0 !important;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon input {
    max-height: 50px !important;
    border-radius: 6px;
    padding: 15px 10px;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon button {
    max-height: 50px !important;
    border-radius: 6px;
    padding: 17px 20px;
    border: 1px solid #8979B3;
    color: #8979B3;
    background-color: white;
}

.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions button {
    max-height: 50px !important;
    border-radius: 6px;
    padding: 17px 20px;
    background-color: #8979B3;
}

.elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount th {
    width: 70%;
}

.elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount td {
    display: flex;
    align-items: center;
}

.elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount td:before {
    display: none;
}

.elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount td a.woocommerce-remove-coupon {
    font-size: 0;
    height: 15px;
}
    
.elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount td a.woocommerce-remove-coupon:before {
    content:"";
    background-image: url('https://img.icons8.com/?size=15&id=83149&format=png&color=000000');
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    margin-left: 5px;
    opacity: 0.6;
}

/* Checkout */

.woocommerce .cart-collaterals {
    width: 35%;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 50px 55px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    flex-direction: column;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    padding: 0;
    margin: 0;
    background: white;
    display: none;
}

.woocommerce .cart-collaterals .cart_totals table:before {
    content: "Summary";
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals table {
    display: flex;
    flex-direction: column;
    border: 0;
    margin: 0;
}

.woocommerce .cart-collaterals .cart_totals table tbody {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal th {
    padding: 10px 0 0 0;
    border-top: 1px solid #dddddd;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.cart-subtotal td {
    padding: 10px 0 0 0;
    border-top: 1px solid #dddddd;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping th {
    padding: 0;
    width: 49%;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td {
    padding: 0 0 12px 0;
    width: 50%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td ul.woocommerce-shipping-methods {
    margin: 0 0 0 -100% !important;
    width: 200%;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td ul.woocommerce-shipping-methods li {
    padding: 0 0 6px 0 !important;
    text-indent: 0 !important;
    font-size: 12px;
    line-height: normal;
    color: gray;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td p.woocommerce-shipping-destination {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 0 -100%;
    padding: 0;
    width: 200%;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td p.woocommerce-shipping-contents {
    margin: 0 0 0 -100%;
    width: 200%;
    line-height: normal;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator a.shipping-calculator-button {
    font-size: 14px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    color: #648af5;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section.shipping-calculator-form {
    margin: 10px 0 0 -100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section.shipping-calculator-form p {
    padding: 0;
    margin: 0;
    width: 49%;
    font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section.shipping-calculator-form p input {
    font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.shipping td form.woocommerce-shipping-calculator section.shipping-calculator-form p button.button {
    background-color: transparent;
    border: 1px solid #648af5;
    color: #648af5;
    padding: 10px 30px;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.order-total th {
    padding: 15px 0;
    border-top: 1px solid #dddddd;
    font-size: 18px;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr.order-total td {
    padding: 15px 0;
    border-top: 1px solid #dddddd;
    font-size: 24px;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr th {
    padding: 0;
    border: 0;
    width: 50%;
    display: flex;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce .cart-collaterals .cart_totals table tbody tr td {
    padding: 0;
    border: 0;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
} 

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    padding: 8px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    background-color: #8979B3;
    text-transform: capitalize;
}

.elementor-681 .elementor-element.elementor-element-1817614 .cart-collaterals td.Shipping .woocommerce-shipping-may-be-available-html {
    text-align: right;
    font-size: 14px;
}

@media (max-width: 430px) {

    .woocommerce {
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    /* form */

    .woocommerce form.woocommerce-cart-form {
        width: 100%;
        background-color: transparent;
        padding: 0;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table {
        margin: 0 0 180px 0;
        border: 0;
    }
    
    /* form header */
    
    .woocommerce form.woocommerce-cart-form table.shop_table thead {
        display: none;
    }
    
    /* form body */
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td {
        padding: 15px 5px;
        font-size: 15px;
        border: 0;
        min-height: auto !important;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td:before {
        display: none;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr.cart_item {
        border-radius: 20px;
        box-shadow: 2px 2px 10px #e5e5e5;
        background-color: white;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-remove {
        position: absolute;
        right: 15px;
        padding: 0;
        min-height: auto !important;
        margin-top: 10px;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
        width: 35%;
        padding: 15px 5px 15px 15px;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail a img {
        border-radius: 14px;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-name {
        width: 45%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 25px 5px;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-name a {
        margin: 0;
        text-align: left;
        line-height: 1.2;
        font-size: 13px;
        font-family: "Poppins", San-serif;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-price {
        left: 34%;
        margin-top: 18%;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-price span.amount bdi {
        font-size: 14px;
        display: flex;
        align-items: flex-end;
        gap: 3px;
        color: gray;
        font-family: "Poppins", San-serif;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-price span.amount bdi span.woocommerce-Price-currencySymbol {
        font-size: 11px;
        font-weight: 400;
        color: gray;
        height: auto;
        line-height: normal;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-quantity {
        width: 20%;
        display: flex;
        align-items: flex-end;
        padding: 15px 15px 15px 5px;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-quantity input.input-text.qty.text {
        width: 100%;
        border-radius: 10px;
        background-color: #f5f5f5;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
        display: none;
    }
    
    /* form Coupon */

    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 0 0 0;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon {
        margin: 0 !important;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon input {
        max-height: 40px !important;
        border-radius: 15px;
        padding: 12px 10px;
        font-size: 13px;
        width: 60% !important;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon button {
        max-height: auto !important;
        padding: 12px 10px;
        margin-left: 0 !important;
        flex: none !important;
        width: 40% !important;
        display: flex !important;
        font-size: 13px;
        justify-content: center;
        border-radius: 15px;
        text-transform: capitalize;
    }
    
    .woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.actions button {
        max-height: 40px !important;
        border-radius: 15px;
        padding: 12px 20px;
        margin-left: 0px !important;
        text-transform: capitalize;
    }
    
    .elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount {
        align-items: center;
        margin-bottom: 6px;
    }
    
    .elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount td {
        font-size: 15px;
        display: flex;
        align-items: center;
    }
    
    .elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount td a.woocommerce-remove-coupon {
        font-size: 0;
        height: 18px;
    }
    
    .elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount td a.woocommerce-remove-coupon:before {
        content:"";
        background-image: url('https://img.icons8.com/?size=18&id=83149&format=png&color=000000');
        width: 18px;
        height: 18px;
        position: relative;
        display: block;
        margin-left: 8px;
        opacity: 0.6;
    }
    
    .elementor-681 .elementor-element.elementor-element-1817614 table tbody tr.cart-discount th {
        font-size: 15px;
        width: 60%;
    }
    
    /* Checkout */

    .woocommerce .cart-collaterals {
        width: 100%;
        padding: 20px 25px 20px 25px;
        margin: 20px -25px 0 -25px;
        background-color: white;
        box-shadow: 0 -2px 10px lightgray;
        position: fixed;
        bottom: 0;
        font-family: "Poppins", San-serif;
    }
    
    .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive:before {
        display: none !important;
    }
    
    .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tbody {
        padding: 0;
    }
    
    .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.cart-subtotal {
        display: none;
    }
    
     .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.shipping {
         display: none;
     }
    
    .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping {
        display: none;
    }
    
    .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.order-total td:before {
        display: none;
    }
    
    .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.order-total td {
        border: 0;
        padding: 0 0 15px 0;
    }
    
    .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.order-total td span.woocommerce-Price-amount.amount {
        display: flex;
    }
    
    .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.order-total td bdi {
        font-size: 15px;
        line-height: normal;
        font-weight: 600;
    }
    
    .woocommerce .cart-collaterals table.shop_table_responsive tbody tr.order-total th {
        border: 0;
        padding: 0 0 15px 0;
        line-height: normal;
        display: flex;
        font-weight: 400;
        font-size: 15px;
    }
    
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
        margin: 0;
        border-radius: 15px;
    }
}/* End custom CSS */
/* Start custom CSS */body {
    width: 100%;
}

#page {
    width: 100%
}

#page .elementor-element.elementor-element-408b2b1.elementor-hidden-mobile.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
    width: 100% !important;
}

.ast-container {
    padding: 0 10px;
}

.woocommerce .rtsb-notice {
    width: 100%;
}

.woocommerce .rtsb-notice .woocommerce-notices-wrapper .wc-block-components-notice-banner {
    margin: 0 0 5px 0;
}

.woocommerce .wlr-message-info.wlr_points_rewards_earn_points {
    width: 100%;
    margin: 0 0 5px 0 !important;
}

.woocommerce .wlr-message-info.wlr_point_redeem_message {
    width: 100%;
    margin: 0 0 5px 0 !important;
}

@media (max-width: 768px) {
    .woocommerce .wlr-message-info {
        padding: 10px 15px !important;
    }
    
    .woocommerce .wlr-message-info i {
        font-size: 24px !important;
        margin: 0 10px 0 0;
    }
    
    .woocommerce .wlr-message-info p {
        font-size: 14px;
        line-height: normal;
        font-weight: 400;
    }
}/* End custom CSS */