/*
 Theme Name:   Beautypack Child
 Theme URI:    https://example.com/beautypack-child/
 Description:  Child Theme for Beautypack
 Author:       madrom007
 Template:     beautypack
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  beautypack-child
*/

/* Тут ви можете додавати свої власні стилі */


@media only screen and (min-width: 320px) and (max-width: 479px) {
    .nd_options_container {
        width: 100%;
    }
}

#customize-theme-controls .accordion-section-title button.accordion-trigger {
    height: auto;
}



.home #nd_options_navigation_2_container {
    position: absolute;
    z-index: 10;
}



.home rs-module-wrap,
.home rs-fw-forcer {
    height: 100vh !important;
}


.woocommerce div.product .summary .product_title {
    line-height: 1.3em;
    margin-bottom: 1.1em;
}

.woocommerce div.product .summary .price {
    margin-bottom: 1.2em;
}

.woocommerce div.product .summary .quantity {
    display: none;
}