/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


.cena {
	font-size: 1.5em !important;
    color: black;
    font-weight: bold;
}

.dostava {color: black;}

.usteda {
    color: #fe6732;
}

.fa-star {
    color: #FFBC0B !important;
}

.gs-info-box {
    border-radius: 5px;
    background: white;
    padding: 1em;
}

.pozovite {
    width: 100%;
    background: #e74c3c;
    border: none;
    margin-top: 0.5em;
}

.gs-badge {
    background: #e74c3c;
    border-radius: 26px;
    color: white;
    font-weight: bold;
    font-size: 0.6em;
    padding: 0.4em;
}




@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}