.woocommerce-notices-wrapper {
    display: none !important;
}

.cart-subtotal, .woocommerce-order-details, .woocommerce-customer-details {
    display: none !important;
}

.bde-checkout-builder .woocommerce-checkout, .breakdance-woocommerce .woocommerce-checkout {
    gap: 10px !important;
}

.breakdance-woocommerce .out-of-stock, .breakdance-woocommerce .woocommerce-error {
    border-radius: 15px !important;
}

 /* Дочерний блок */
.rilsApp {
    animation-name: moveUpDown;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.containerRils {
    cursor: pointer;
}
        
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(-20px);
    }
            
    50% {
        transform: translateY(20px);
    }
}
