/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* bannière quantité minimum */
.minqty-notify {
    display:none !important;
}

#product-details>section:nth-child(2) {
    display:none !important;
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}