.popup {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
}
.text.error:before {top:-19px;}
.text.error:after { top: 3px;}
.text.error:before {
    content: attr(data-content)
}
.product-order .policy-text{
    font-size: 11px;
    color:grey;
    margin-top: 15px;
}
.delivery_hide {display: none;}
.show-delivery {display: none;}
.delivery-label {margin-right: 10px; padding-left: 7px; }
.switch3 {margin:0 3px !important;}
.switch3-wrap {
    line-height: 1.1em !important;
    display: inline-block;
    padding: 0px 18px 7px !important;
    margin-bottom: 16px;
}
.onecol .delivery-label {padding-left: 0px !important; }
@media screen and (max-width:635px) {
    .delivery-label {padding-left: 0px; }
}