#billing_country_field {
    display: none;
}

#calc_delivery {
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: #08c;
  color: white;
  cursor: pointer;
}

.input_error, .input_error:focus {
    border: 1px solid #E01020 !important;
    box-shadow: 0 0 1px 1px #E01020 !important;
}
.mds-header #notice {
    margin-top: -1em;
    color: #E01020;
    line-height: 1.2;
}

.heading2 {
    display:inline-block;
    color:#000;
    text-transform:none;
    margin-top:17px;
    font:500 17px/24px 'YS Text',sans-serif;
}
.content_main_no-full {
    padding:0;
    width:100%;
    border:0;
    margin-bottom: 30px;
}
.indent_top-25 {
    margin-top:25px!important;
}
#map {
    width:100%;
    margin:0 auto;
    height:500px;
    position:relative;
}
#loading, #message {
    border-radius:50px;
    margin-left:-100px;
    margin-top:-45px;
    padding:10px;
    width:auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    background:#fff;
    font-size:19px;
    text-align:center;
    left:50%;
    position:absolute;
    top:50%;
    z-index:1;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
}
img.load{
    border:0;
    margin-top:0;
    float:left;
}
#message{
    padding:0 5px;
    border-radius:0;
    margin-top:-14px;
    margin-left:-152px;
}
.load-gif{
    width:50px;
}

@media only screen and (min-width:1170px){
    #map{
        height:600px;
    }
}