html[lang="ar"] .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: end;
    overflow: unset !important;
}
html[lang="en"] .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: start;
    overflow: unset !important;
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    width: 217px !important;
}
span.select2.select2-container.select2-container--default {
    width: 217px !important;
}
@media screen and (width: 1024px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 11px;
    }
    span.select2-selection.select2-selection--single {
        padding: 15px;
    }
    span.select2.select2-container.select2-container--default {
        width: 167px !important;
    }
}
@media screen and (max-width: 992px) {
    span.select2.select2-container.select2-container--default {
        width: 734px !important;

    }
}
@media screen and (max-width: 768px) {
    span.select2.select2-container.select2-container--default {
        width: 280px !important;

    }
}
span.select2-selection.select2-selection--single {
    height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px !important;
}
html[lang="ar"] span.select2-selection.select2-selection--single {
    padding: 10px;
}
html[lang="en"] span.select2-selection.select2-selection--single {
    padding: 13px;
}
.city-div, .delivery-period {
    margin-top: 2px !important;
}
.shipping-container {
    list-style: none;
    padding: 0;
    text-align: justify;
}
.select2-container {
    display: inline !important;
}
html[lang="en"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    left: auto;
}
html[lang="ar"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto;
}
html[lang="en"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
    padding-right: 0;
}
html[lang="ar"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 4px;
    padding-left: 0;
}
