

  /* ELEMENTOR CART */
 
  .widget_shopping_cart_content .elementor-menu-cart__product {
    display: grid;
    grid-template-columns: 28% auto;
    grid-template-rows: var(--price-quantity-position--grid-template-rows,auto auto);
    position: relative;
    border-width: 0;
    border-bottom: var(--divider-width,1px) var(--divider-style,solid) var(--divider-color,#d5d8dc);
}
.widget_shopping_cart_content  .elementor-menu-cart__product-name, .widget_shopping_cart_content  .elementor-menu-cart__product-price {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 25px;
}
.widget_shopping_cart_content  .elementor-menu-cart__product-remove:after, .widget_shopping_cart_content  .elementor-menu-cart__product-remove:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    top: 50%;
    left: 25%;
    margin-top: -1px;
    background: var(--remove-item-button-color,#d5d8dc);
    z-index: 1;
    transition: .3s;
}
.widget_shopping_cart_content  .elementor-menu-cart__product-image {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
}
.widget_shopping_cart_content  .elementor-menu-cart__product-remove {
    color: #69727d;
    width: var(--remove-item-button-size,22px);
    height: var(--remove-item-button-size,22px);
    border-radius: var(--remove-item-button-size,22px);
    border: 1px solid var(--remove-item-button-color,#d5d8dc);
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 20px;
    transition: .3s;
}
.widget_shopping_cart_content  .elementor-menu-cart__product-remove>a.remove_from_cart_button {
    display: var(--remove-from-cart-button,block);
}
.widget_shopping_cart_content  .elementor-menu-cart__product-remove>a {
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    position: absolute;
}
.widget_shopping_cart_content  .elementor-menu-cart__product-remove:after, .widget_shopping_cart_content .elementor-menu-cart__product-remove:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    top: 50%;
    left: 25%;
    margin-top: -1px;
    background: var(--remove-item-button-color,#d5d8dc);
    z-index: 1;
    transition: .3s;
}
.widget_shopping_cart_content  .elementor-menu-cart__footer-buttons .elementor-button--checkout {
    display: var(--checkout-button-display,inline-block);
    color: var(--checkout-button-text-color,#fff);
    padding: var(--checkout-button-padding,15px);
    text-align:center;
}
.widget_shopping_cart_content .elementor-menu-cart__product-remove:before {
    transform: rotate(45deg);
}
.widget_shopping_cart_content .elementor-menu-cart__product-remove:after {
    transform: rotate(-45deg);
}
.widget_shopping_cart_content .elementor-menu-cart__product-remove:hover {
    border: 1px solid var(--remove-item-button-hover-color,#818181);
    background: #4e4e4e;
}
.widget_shopping_cart_content  .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{
    background: var(--aulart-button-hover);
}

.widget_shopping_cart_content .elementor-menu-cart__subtotal{
    padding-top: 20px;
}