/**
* Theme Name: Vonaco Child
* Description: This is a child theme of Vonaco, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: vonaco
* Version: 1.1.3
*/

.site-header-cart-side.active {
    transform: none;
    display: none!important;
}

cart-side-overlay {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
z-index: 997;
opacity: 0;
background-color: rgba(0, 0, 0, 0);
background-color: hidden;
transition: opacity 0.25s ease, visibility 0s ease;
}