@media(min-width: 768px){
	.modal-dialog{
    	width: 600px; 
	}
		
	.col-custom-4{
		width: 25%;		
	}
	
}

@media(max-width: 1000px) and (min-width: 451px){
	.col-custom-4{
		width: 50%;		
		overflow-x: auto;
		margin-top: 6px;
	}
}

div.installments {
	font-size: 12px;
}

.payment-method-title{
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 10px;
    }

@media only screen and (max-width: 450px) {
	.td-images{
		
    }
    
    .td-text{
    	display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }
    
    .payment-method-title{
    	margin-top: 10px;
    }
                    	
	
	#box-1{
		overflow-x: auto;
    	#white-space: nowrap;   
    	width: 100%;
	}
	
	aside{
		width: 100%;
	}
	
	.col-custom-4{
		margin-top: 6px;
	}
	
	.image-modal img {
		max-height: 50vh;
		width: auto;
		max-width: 100%;
	}
	
}

.event-description img{
	max-width: 100%;
}

.image-modal img {
    max-width: 100%;
    max-height: 75vh;
}

.text-modal .price-block {
    line-height: 1;
    border-bottom: 1px dotted #d6d6d6;
}

.text-modal .price-block span {
    display: inline;
    font-weight: 700;
    padding: 10px 0 20px 0;
}

.text-modal .price-block span {
    display: inline;
    font-weight: 700;
    padding: 10px 0 20px 0;
}
.oldprice {
    padding-left: 0.8rem !important;
    text-decoration: line-through;
}