/* 
Theme Name: Hello Elementor Child
*/

/* cart */
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
    background: var(--e-global-color-primary)!important;
    border-radius: 20px!important;
    padding: 12px 20px!important;
    color: #FFF!important;
    text-decoration: none!important;
    font-family: var(--e-global-typography-primary-font-family)!important;
    font-style: normal!important;
    font-weight: var(--e-global-typography-primary-font-weight)!important;
    line-height: normal!important;
  }
  
  .wp-block-woocommerce-cart .wc-block-cart-item__image { width: 100px!important; max-width: 100px!important}
  .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name { font-weight: var(--e-global-typography-primary-font-weight)!important; font-size: 1.5rem!important;}
  .wc-block-cart-items .wc-block-cart-item__total-price-and-sale-badge-wrapper,
  .wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__prices {font-weight: var(--e-global-typography-primary-font-weight)!important; font-size: 1.313rem!important; color: var(--e-global-color-c0983ba);}
  .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata__description { margin: 15px 0!important; font-weight: var(--e-global-typography-primary-font-weight)!important;}
  .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {color: var(--e-global-color-c0983ba)!important; font-weight: var(--e-global-typography-primary-font-weight)!important;}
  
  .wp-block-woocommerce-cart.alignwide {margin-inline: 0;}
  .wp-block-woocommerce-cart  { padding: 0 10px;}


  @media screen and (max-width: 1024px) {
    .wc-block-cart__main .wc-block-cart-items td {
        padding: 20px 20px 20px 0px!important;
        vertical-align: top;
    }
}

@media screen and (max-width: 992px) {
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    padding-right: 15px!Important;
  }
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price > del, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price > del { font-size: 1rem!important}