div#opc_delivery_methods > div.opc-overlay,
div#opc_payment_methods > div.opc-overlay {
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
a.disabled {
	opacity: 0.3;
	pointer-events: none;
}
.row .carrier-extra-content {
	height: 0px;
}
.hidden {
	position: relative;
	bottom: 77px;
	left: 131px;
}
@media only screen and (max-width: 1199px) {
	.hidden { 
		bottom: 62px;
		left: 58px;
	}
	.veebipoed_carrier{
		width: 150px;
	}
	.terminal_cities{
		width: 150px;
	}
}
@media only screen and (max-width: 415px) {
	.hidden { 
		bottom: 67px;
		left: 79px;
	}
	.veebipoed_carrier{
		width: 29%;
	}
	.terminal_cities{
		width: 100px;
	}
	.col-xs-6{
		padding-bottom: 10px;
		padding-top: 10px;
	}

}
@media only screen and (max-width: 768px) {
	.col-sm-6 { 
		width: 50%; 
	}
	.delivery-options .col-sm-3{
		width: 50%;
	}
	.delivery-options .col-sm-5{
		width: 80%;
	}
	.delivery-options .col-sm-4{
		width: 47%;
	}
	.col-xs-6{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.hidden { 
		bottom: 67px;
		}
	.veebipoed_carrier{
		width: 35%;
	}
}
