.elementor-925 .elementor-element.elementor-element-df1b804{--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 woocommerce-cart, class: .elementor-element-19eb38f */.block-basket-content .checkout-button {
    background-color: #000000 !important;
    border-radius: 10px !important;
}

.block-basket-content .e-cart-section {
    border-width: 0px !important;
}

.block-basket-content.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions {
    display: none !important;
}

.block-basket-content .variation {
    display: none !important;
}

.block-basket-content .product-name a {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 900;
}

.block-basket-content .product-remove {
    display: none !important;
}

.block-basket-content .woocommerce table.cart img {
    height: 79px !important;
    width: 115px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
 .block-basket-content .woocommerce table.cart tr 
 {
         padding: 0 !important; 
}
.block-basket-content .e-cart-section{
    padding: 0 !important;
} 

.block-basket-content  .cart-subtotal{
    display: none !important;
}
.block-basket-content  .order-total td:before{ 
    display: none !important;
}



.block-custom-cart-total-count {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: bold;
    padding: 0.5rem 0;
}

.block-custom-cart-total-count .label {
    text-align: left;
    font-size: 17px;
}

.block-custom-cart-total-count .count {
    text-align: right;
     border: 1px solid #f9f9f9;
    background-color: #F1F4F7;
    border-radius: 10px;
    font-size: 17px;
    padding:10px 20px;
}


 .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before {
    content: attr(data-title);
    float: left;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}
.block-basket-content  .e-cart__container{
    margin-top: 5% !important;
}



.elementor-widget-woocommerce-cart .woocommerce table.shop_table thead td, .elementor-widget-woocommerce-cart .woocommerce table.shop_table thead th, .elementor-widget-woocommerce-cart .woocommerce table.shop_table thead tr {
    border-bottom: 1px solid #d5d8dc;
}
.block-basket-content .product-name{
    font-weight: 900;
    font-size: 16px;
}
.block-basket-content .cart-product-description{
    font-weight: 400;
}

 .wc-backward {
  background: #FF5C00 !important;
  border-radius: 20px !important;
  padding: 12px 20px 12px 20px !important;
  color: #fff !important;
}
.wc-forward{
     background: #FF5C00 !important;
  border-radius: 20px !important;
  padding: 12px 20px 12px 20px !important;
  color: #fff !important;
}
 .woocommerce-info{
    border-top-color: #FF5C00 !important;
    margin-top: 40px !important;
}
.woocommerce-notices-wrapper{
    margin-top: 10px !important;
}
.woocommerce-message{
    border-top-color: #FF5C00 !important; 
}
.woocommerce-info::before {
  color: #FF5C00;
} 


@media all and (max-width:780px) {
    .block-basket-content .product-thumbnail {
        display: block !important;
    }

    .block-basket-content .woocommerce table.cart img {
        height: 60px !important;
        width: 100% !important;
    }

    .block-basket-content .e-cart-section {
        padding: 0 !important;
    }

    .block-basket-content .product-name a {

        font-size: 13px !important;

    }

     .block-basket-content .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
    }
    
    .block-basket-content .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) " ";
        float: none !important;
        display: block;
    }
    .block-basket-content .cart-product-description{
        font-size:10px !important;
        line-height:12px;
    }




/* Make each table row a flex container */
  .woocommerce-cart table.shop_table_responsive tr.cart_item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Product thumbnail stays left, fixed width */
   .woocommerce-cart table.shop_table_responsive td.product-thumbnail {
    flex: 1; /* fixed size */
    max-width: 100px;
    padding-right: 0;
}

/* The rest of the cells flex right */
 .woocommerce-cart table.shop_table_responsive td:not(.product-thumbnail) {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    border: none; /* optional: cleaner look */
}

/* Make specific items stack nicely */
  .woocommerce-cart td.product-name,
  .woocommerce-cart td.product-quantity,
.woocommerce-cart td.product-price,
  .woocommerce-cart td.product-subtotal,
  .woocommerce-cart td.product-remove {
    padding-bottom: 0.5rem;
}







}/* End custom CSS */