
/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* mrejanet mod */
#button_calculate_loading {
display: none;
}




.row:after {
  content: "";
  display: table;
  clear: both;
}


label {
    margin: 15px 0 0px 0 !important;
}

@media (max-width: 767px) {
span.select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
}

	}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 769px) {
#top .form-row-first, #top .form-row-last {width:100%;}
}

.optional {
	display:none;
}

#econt_shipping_to_field {
  overflow: hidden
}

.some-class {
  float: left;
  clear: none;
}

.econt_shipping_to label {
  float: left;
  clear: none;
  padding: 2px 1em 0 0;
}

.woocommerce-input-wrapper input[type=radio],
.woocommerce-input-wrapper input.radio {
  float: left;
  clear: none;
  margin:  10px 5px 0 0;
}

#econt_custom_checkout_field {margin-top: 20px;} 



@media screen and (max-width: 769px) {
#top .form-row-first, #top .form-row-last {width:100%;}
}

@media screen and (min-width: 768px) {
#econt_door_street_field, #econt_door_quarter_field {width: 100%;}
}	





@media (min-width: 768px) {

#econt_door_street_num_field, #econt_door_street_bl_field, #econt_door_street_vh_field, #econt_door_street_et_field, #econt_door_street_ap_field {
	width: 100% !important;
}

#econt_door_other_field {
	margin-top: 20px !important;
}

span.select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px !important;
    line-height: 1.2;
}

#econt_office_locator {
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    background-color: #2662a5;
}
.column {
    float: left;
    width: 19%;
    margin-right: 1.25%;
}

.column:last-child {
    float: left;
    width: 19%;
    margin-right: 0px !important;
}


	}
	
#econt_shipping_to_buttons_field .woocommerce-input-wrapper input[type=radio] {
    margin: 22px 5px 0 0 !important;
}


/* End Mreja Checkout Edits */