.address-type-col {
    overflow: hidden;
    float: left;
}

.order-form h1 span.big-sign {
    font-family: "Times new roman";
    font-weight: bold;
    line-height: 2rem;
    font-size: 2rem;
    color: #76bc1e;
}

.order-form h1 span.toggle-next {
    color: #76bc1e;
}

.uae-phone .selsingle.mobile-prefix {
    width: 10rem;
    height:4rem;
    line-height:4rem;
}
.selsingle .customSelectInner{
    height:4rem;
    line-height:4rem;
    background-size:2rem 2rem;
}
.uae-phone .selsingle {
    width: 27.1rem;
    vertical-align: top;
}

.order-form h1.selected-branch span {
    font-size: 2rem;
    color: #76bc1e;
}

.checkout-errors {
    padding: 1rem 0;
}
.select-city-section.cities-1{
    display:none!important;
}
[dir=rtl] .address-type-col{
    float:right;
}
@media(max-width:768px){
    .uae-phone{
        overflow:hidden;
    }
    .uae-phone .selsingle.mobile-prefix{
        height:7.1rem;
        line-height:7.1rem;
        width:16rem;
        padding:0;
    }
    .uae-phone input.selsingle{
        width:43.5rem;
        margin-left:1rem;
    }
    .selsingle .customSelectInner{
        background-size:2.7rem 1.6rem;
        height:7.1rem;
        line-height:7.1rem;
    }
    .signme-row{
        text-align:center;
    }
    .address-type-col{
        display:inline-block;
        float:none;
        margin-bottom:3rem;
    }
    .order-form h1 span.big-sign{
        font-size:5rem;
    }
}

