@media screen and (max-width: 986px){
.header_top .row {
    justify-content: center !important;
}
}

@media screen and (max-width: 567px){
.header_top .row ul {
    display: block !important;
}}

@media screen and (max-width: 480px){
.summary h1.product_title {
    font-size: 30px !important;
}
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 22px !important;
}
}

@media screen and (max-width: 360px){
.summary h1.product_title {
    font-size: 28px !important;
}}


@media screen and (max-width: 330px){
.single-product div.product form.cart .quantity {
    margin-right: 2px !important;
}}