.elementor-1329 .elementor-element.elementor-element-7b9912f{--display:flex;--min-height:150px;}.elementor-1329 .elementor-element.elementor-element-0686f70{--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;}/* Start custom CSS for shortcode, class: .elementor-element-a1e878b */.button {
    background-color: #C943CA !important;
    font-family: Poppins;
    border-radius: 30px
    
}
a, span, .cart_totals h2, th {
    color: white;
    background-color: transparent;
}

.woocommerce-js table.shop_table, .woocommerce-page table.shop_table{
     border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cross-sells {
    border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2, .woocommerce-cart .cart-collaterals .cross-sells > h2 {
    background-color: transparent !important;
    
}
.coupon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#coupon_code{
    border: solid 2px;
    border-color: #C943CA;
    border-radius: 30px;
    background-color: transparent;
    color: white;
}
.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {
  background-color: transparent;
}

.woocommerce-message::before, .woocommerce-info::before{
    color: #C943CA;
}
.woocommerce-message, .woocommerce-error{
    background-color: transparent !important;
    color: white !important;
    border: none;
}

.product-thumbnail img {
    border-radius: 10px;
}/* End custom CSS */