/*
 Theme Name:   Nextawards Child
 Theme URI:    https://tuosito.it/nextawards-child/
 Description:  Child theme per il tema Nextawards
 Author:       Il Tuo Nome
 Author URI:   https://tuosito.it/
 Template:     nextawards
 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:  nextawards-child
*/

/* Scrivi qui il tuo CSS personalizzato */

.provacss {
	color:red;
	font-size:50px;
}
.header__logo-img, .header__logo_white-img {
    width: 100px;
    height: auto;
}


.col-33
 {
    width: 25% !important;
}


@media (max-width: 768px) {
    .col-33
 {
    width: 100% !important;
}
}

@media (max-width: 480px) {
    .col-33
 {
    width: 100% !important;
}
}


.woocommerce select option {
    color: inherit;
    background-color: #efe1d1 !important;
}