/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Author: Haroon Yamin
Author URI: https://linkedin.com/in/haroon-wedev
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles below */
.icon-grid > * {
    display: grid;
}
#moderncart-slide-out {
	border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
#moderncart-floating-cart {
	bottom: 92px;
}

/* Media Query */
@media only screen and (max-width: 768px) {
    #moderncart-slide-out-modal.moderncart-cart-style-slideout #moderncart-slide-out {
        max-width: 100%;
    }
}