.freeProdChoice{
	display:none !important;
}
.freeProdPrize{
	display:none !important;
}

form#checkout {
    margin-top: -73px;
}

@media (max-width: 992px){
	#info_box {
	    margin-bottom: 15px;
	}
}

@media (min-width: 992px){
	#sidebar{
	margin-top: -58px;
	}
	form#checkout {
    margin-top: -40px;
	}
}

@media (max-width: 767px){
	.nopadding-mobile{
	margin: 0 !important;
    padding: 0 !important;
	}
}

.only-mobile{
	display: none !important;
}

