.zipcodeBlock.blockUI:before {
    content: ''
}

.zipcode-modal {
    margin: 20px;
}
.variations .value label {
    margin-left: 5px;
}
.shipping-box {
    width: 100%;
    float:left;
    clear: both;
}
.shipping-box .zone-box,
.shipping-box .zipcode-box {
    text-align: center;
    width: 49%;
    min-height: 200px;
    padding: 15px;
    float: left;
    border: 1px solid #000;
}

.shipping-box .zone-box h1,
.shipping-box .zipcode-box h1 {
    margin: 0;
}

.not-available-zipcode {
    clear: both;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0px;
    color: #ff0000;
}
/*
@media only screen and (max-width: 63.9375em){
	.shipping-box .zone-box,
	.shipping-box .zipcode-box {
	width: 100%;
	}	
}
*/