.elementor-12 .elementor-element.elementor-element-4f37a95c{--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-12 .elementor-element.elementor-element-563456a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:600;color:#1E293B;}.elementor-12 .elementor-element.elementor-element-a367c13{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-8c92b16{width:100%;max-width:100%;}.elementor-12 .elementor-element.elementor-element-069cccf{--display:flex;--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-6d364bf{width:100%;max-width:100%;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-6d364bf{width:100%;max-width:100%;}}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-069cccf{--content-width:1440px;}}/* Start custom CSS for shortcode, class: .elementor-element-8c92b16 */.woocommerce {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.woocommerce-cart-form {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    overflow: hidden;
    font-family: Karla;
    width: 100%;
}

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

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 40%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    overflow: hidden;
}

.woocommerce-cart table.shop_table td, .woocommerce-cart table.shop_table th {
    border: 0;
}

.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {
    background-color: white;
}

.woocommerce-js #customer_details, .woocommerce-js .woocommerce table.shop_table {
    margin: 0;
}

.woocommerce-js table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
    max-width: 80%;
    border-radius: 15px;
}

.product-name a {
    color: #1E293B;
    font-weight: 900;
}

.woocommerce-js .quantity input[type=number] {
    border: none;
}

.product-subtotal bdi {
    color: #F2B25A;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #3479B3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d364bf */.trust_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px
}
.trust_badge {
    width: fit-content;
    height: auto;
    border-radius: 15px;
    padding: 20px 40px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}

.trust_badge i {
    font-size: 25px;
    background-color: #F2B25A;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

.trust_badge p {
    margin: 0;
    font-family: Karla;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .trust_section {
        flex-direction: column;
    }
    
    .trust_badge {
        min-width: 270px;
    }
}/* End custom CSS */