.elementor-20 .elementor-element.elementor-element-948dacc{--display:flex;--flex-direction:row-reverse;--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-reverse;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-20 .elementor-element.elementor-element-67926b1{--display:flex;}.elementor-20 .elementor-element.elementor-element-6712ada{--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;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-20 .elementor-element.elementor-element-dc3cfa1{width:var( --container-widget-width, 60% );max-width:60%;--container-widget-width:60%;--container-widget-flex-grow:0;}.elementor-20 .elementor-element.elementor-element-dc3cfa1 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:18px;font-weight:700;line-height:26px;color:var( --e-global-color-accent );}.elementor-20 .elementor-element.elementor-element-a0fc260 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:18px;font-weight:700;line-height:26px;color:var( --e-global-color-accent );}.elementor-20 .elementor-element.elementor-element-bc1c498{--update-cart-automatically-display:none;}.elementor-20 .elementor-element.elementor-element-bc1c498 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-948dacc{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-20 .elementor-element.elementor-element-67926b1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-20 .elementor-element.elementor-element-bc1c498 > .elementor-widget-container{padding:0px 8px 0px 8px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-bc1c498 */.elementor-20 .elementor-element.elementor-element-bc1c498 .e-shop-table {
    padding: 32px;
    background: #F5F5F5;
    border-radius: 20px;
    border: 0;
}


.elementor-20 .elementor-element.elementor-element-bc1c498 .mmh-cart-item-container {
    display: flex;
    height: 80px !important;

    & .mmh-cart-item-inner-container {
        display: flex; 
        align-items: center; 
        gap: 8px;
    }
    
    & .mmh-cart-item-product-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 4px;
        padding-bottom: 4px;
        align-items: start;
    }
    
    .mmh-cart-item-product-info-section-one {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    
    & .mmh-cart-item-product-info-short-desc {
        color: #008B94; 
        font-weight: 500;
        font-family: 'Inter';
        font-size: 12px;
    }
    
    & .mmh-cart-item-product-info-name {
        display: inline-block; 
        max-width: 160px; 
        overflow: hidden; 
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #212121; 
        font-family: "Montserrat";
        font-size: 16px;
    }
    
    
    & .mmh-cart-item-product-info-price {
        font-weight: 600 !important; 
        color: #008B94 !important;
        font-family: "Montserrat" !important;
        font-size: 16px !important;
    }
}

.elementor-20 .elementor-element.elementor-element-bc1c498 .mmh-cart-item-action-container {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 80px !important;
    
    & img {
        height: 18px !important;
        width: 18px !important;
    }
    
    & .mmh-cart-item-remove {
        background :#c0392b;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        width: fit-content;
    }
}

.elementor-20 .elementor-element.elementor-element-bc1c498 .shop_table {
    & th.product-price {
        display: none;
    }
    
    & th.product-price {
        display: none;
    }
    
    & th.product-subtotal {
        display: none;
    }
    
    & .product-remove {
        display: none;
    }
    
    & .product-thumbnail {
        display: none;
    }
    
    & .product-name {
        display: none;
    }
    
    & .product-quantity {
        display: none;
    }
    
    & .actions {
        display: none !important;
    }
}

.elementor-20 .elementor-element.elementor-element-bc1c498 .shop_table .cart_item {
    &:last-child {
        & .product-price, &.product-subtotal {
            
        padding-bottom: 32px;
        }
    }
}


.elementor-20 .elementor-element.elementor-element-bc1c498 .e-cart-totals {
    border: 0;
    padding: 32px;
    background: #F5F5F5;
    border-radius: 20px;

    & .cart_totals {
        & tbody {
            & th *, & td * {
                font-weight: bold !important;
                font-size: 16px !important;
                font-family: 'Inter' !important;
                color: #008B94 !important;
            }
     
            & td::before {
                font-weight: bold !important;
                font-size: 16px !important;
                font-family: 'Inter' !important;
                color: #008B94 !important;
            }
        }
        
        & h2 {
            display: none;
        }
        
        * .button {
              background-color: #008B94 !important;
              border-radius: 6px !important;
              font-weight: 500 !important;
              font-family: 'Inter' !important;
              color: white !important;
              padding: 14px 24px !important;
              font-size: 16px !important;
              text-transform: capitalize !important;
              border: 1px solid #008B94;
  
            &:hover {
                color: white !important;
                background: black !important;
                border: 1px solid black !important;
            }
        }
    }
}

.elementor-20 .elementor-element.elementor-element-bc1c498 .coupon.e-cart-section.shop_table {
        border: 0;
        margin-top: 0;
        
        & input {
        border: 1px solid #e2E4e9 !important;
        border-radius: 10px !important;
        background: transparent !important;
        color: #1E1E1E !important;
        font-family: 'Inter' !important;
    }
    
    & .button {
      background-color: black !important;
      border-radius: 6px !important;
      font-weight: 500 !important;
      font-family: 'Inter' !important;
      color: white !important;
      padding: 14px 24px !important;
      font-size: 16px !important;
      text-transform: capitalize !important;
      border: 1px solid black;
  
      &:hover {
        color: white !important;
        background: #008B94 !important;
        border: 1px solid #008B94 !important;
      }
    }
}

.elementor-20 .elementor-element.elementor-element-bc1c498 .coupon.e-cart-section {
    padding-left: 0;
    padding-right: 0;
}


tr.cart_item td.product-price,
tr.cart_item td.product-subtotal {
    width: 25% !important;
    display: table-cell !important;
    /*vertical-align: top;*/
}

tr.woocommerce-cart-form__cart-item.cart_item {
    display: table;
    width: 100%;
    table-layout: fixed;
}

tr.cart_item td[style*="display: none"],
tr.cart_item th[style*="display: none"] {
    width: 0 !important;
    padding: 0 !important;
    border: none !important;
}

tr.cart_item td.product-price:before,
tr.cart_item td.product-subtotal:before {
    display: none;
}

@media screen and (max-width: 767px) {
    .elementor-20 .elementor-element.elementor-element-bc1c498 .e-shop-table {
        padding: 8px;
    }
    
    tr.cart_item td.product-price,
    tr.cart_item td.product-subtotal {
        width: 100%;
    }
    
    .elementor-20 .elementor-element.elementor-element-bc1c498 .cart_item {
        padding: 0 !important;
    }
}/* End custom CSS */