/* ======================== Cart & Checkout ======================== */
.elementor-menu-cart__products {
    position: relative;
    top: 10px;
    margin: 10px 0;
}
.elementor-menu-cart__subtotal {
    margin-top: -10px;
}
/* ======================== Cart & Menu ======================== */
.elementor-menu-cart__products.woocommerce-mini-cart.cart.woocommerce-cart-form__contents {
    position: relative;
    top: 10px;
    margin: 10px 0;
}
.elementor-menu-cart__product-name.product-name,
.elementor-menu-cart__product-name.product-name a {
    font-size: 16.5px;
}
input.button.btn.btn-default {
    left: -133px;
    position: relative; /*Make sure that the element has a position: relative to apply left*/
}
.select2-container {
  z-index: 10 !important; /* or a value lower than 9992 */
}
.elementor-menu-cart__product {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    flex-wrap: wrap;
}

.elementor-menu-cart__product-image {
    flex: 0 0 80px;
    align-self: flex-start;
    margin-bottom: 0px;
}

.elementor-menu-cart__product-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.elementor-menu-cart__product-name {
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
    margin-top: 0px;
}

.elementor-menu-cart__product-price {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-top: 0px;
}