/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: smartic
* Version: 2.2.2
*/
@media screen and (min-width: 768){
	.elementor-menu-cart__container .elementor-menu-cart__main{
		background-color: #F8F8F8;
		width: 35vw;
	}
	.widget_shopping_cart_content .elementor-menu-cart__product{
		background-color: white;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 0!important;
		.elementor-menu-cart__product-image img{
			border-radius: 10px;
		}
	}
}