/*
 Theme Name:   Piazza Italia
 Theme URI:    https://www.piazzaitalia.rs
 Description:  Proudly powered by Interstellar Studio
 Author:       Interstellar Studio
 Author URI:   https://interstellar.studio
 Template:     basel
 Version:      2.0.21
 
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* --------------------------------------------
	PC rezolucija
-------------------------------------------- */

@media (min-width: 992px) {
.rev-slider-promoda {
	min-height: 500px!important;
	}
}

/* --------------------------------------------
	Tablet rezolucija
-------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
	.rev-slider-promoda {
		min-height: 400px!important;
		}
}

/* --------------------------------------------
	Mobilni landscape rezolucija
-------------------------------------------- */

@media (min-width: 481px) and (max-width: 767px) {
	.rev-slider-promoda {
		min-height: 150px!important;
		}
}

/* --------------------------------------------
	Mobilni rezolucija
-------------------------------------------- */

@media (max-width: 480px) {
	.rev-slider-promoda {
		min-height: 200px!important;
		}
	.owl-item img {
		display: block!important;
		margin-left: auto!important;
		margin-right: auto!important;
		}
	.basel-hover-alt .product-title {
        text-align: center;
        margin-bottom: 18px!important;
		}
	.basel-hover-alt .wrap-price {
		display: block!important;
		text-align: center;
		}
	.basel-hover-alt.product-type-external .price,
	.basel-hover-alt.product-type-grouped .price,
	.basel-hover-alt.purchasable .price {
		text-align: center;
		}
}