/**
    MIN WIDTH MEDIA QUERIES
 */
@media only screen and (min-width: 1280px) {

}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 767px) {
}


/**
    MAX WIDTH MEDIA QUERIES
 */
@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    .woocommerce-message.woocommerce-message--info{flex-direction: column-reverse!important;}
}
