.elementor-menu-cart__main {
width: 30%;
}
.elementor-menu-cart__product-name a{
color: #0375be;
font-size: 16px;
font-weight: 600;
}
.cart_item .quantity {
color: #0375be;
font-size: 18px;
font-weight: 600;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
background-color: #34b5e6;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
background-color: #fd9a3a;
}
.elementor-menu-cart__product-remove {
border: 0px;
background-color: #0375be;
} @media only screen and (min-width: 768px) and (max-width: 1024px) {
#rz-header-home {
height: 50px;
}
.elementor-menu-cart__main {
width: 80%;
}
} @media only screen and (max-width: 767px) {
#rz-header-home {
height: 50px;
}
.elementor-menu-cart__main {
width: 100%;
}
.elementor-menu-cart__product .variation {
display: flex;
margin: 10px 0;
flex-direction: column;
}
}