.ddelivery-popup-select {
    position: fixed;
    z-index: 100;
    width: 600px;
    top: 50px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 13px rgba(0,0,0,0.5);
}

.ddelivery-popup-select .citySearchBlock .ui-autocomplete{
    padding: 0;
    list-style: none;
    margin: 0;
    width: 250px;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    border: 1px solid #ddd;
    position: absolute!important;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 1111;
}

.ddelivery-popup-select .citySearchBlock .ui-autocomplete li{
    margin: 0;
}

.ddelivery-popup-select .citySearchBlock .ui-autocomplete li + li{
    border-top: 1px solid #E2E2E2;
}

.ddelivery-popup-select .citySearchBlock .ui-autocomplete li a{
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.ddelivery-popup-select .citySearchBlock{
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
}

.ddelivery-popup-select .citySearchBlock .ui-autocomplete li a.ui-state-focus{
    background: #ddd;
}

.ddelivery-popup-select #ddelivery_container_place .item{
    margin: 0 0 10px 0;
}

.ddelivery-popup-select #ddelivery_container_place .item label{
    display: block;
    margin: 0 0 10px 0;
}

.ddelivery-popup-select #ddelivery_container_place .item .price-val-courier{
    font-weight: bold;
}

.ddelivery-popup-select #ddelivery_container_place .item .link a:hover{
    text-decoration: none;
}

.ddelivery-popup-select #ddelivery_container_place .item .link{
    display: inline-block;
}

.ddelivery-popup-select #ddelivery_container_place .item img{
    vertical-align: middle;
}

.ddelivery-popup-select #ddelivery_container_place .item .wrapper{
    margin: 0 0 8px 0;
}

.ddelivery-popup-select #ddelivery_container_place .select-city-trigger .city{
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 10px 0 0;
}

.ddelivery-popup-select #ddelivery_container_place .container{
    width: auto;
    margin: 0;
}

.ddelivery-popup-select #send_order_ddelivery{
    float: right;
    margin: 10px 0 0 0;
}

.ddelivery-popup-select #close_popup_ddelivery{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 21px;
    line-height: 20px;
    text-decoration: none;
}

body #overlay-ddelivery-popup-select {
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    width: 100%;
    height: 100% !important;
    overflow: auto;
}

.section-mg-delivery-ddelivery .list-option li {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.section-mg-delivery-ddelivery .list-option li select{
    margin: 0 10px 0 0;
}

.section-mg-delivery-ddelivery .list-option li.section {
    font-weight: bold;
    margin: 0 0 15px 0;
}

.section-mg-delivery-ddelivery .widget-table-body {
    padding: 0;
    background: #fff;
}

.section-mg-delivery-ddelivery .link-fail {
    text-align: center;
    margin: 15px 0;
    background-color: #fdd6da;
    border: 1px solid #eca8a8;
    padding: 5px;
    color: #c2646d;
}

.map .head{
    background-color: #5e5271;
    color: #ffffff;
    font-size: 17px;
    height: 40px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.map .head .close-map{
    height: 40px;
    padding-top: 6px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 0;
    width: 40px;
}

span.ui-helper-hidden-accessible{
    display: none;
}

.balloonContentLayout .btn-group button,
.ddelivery-popup-select .custom-btn,
.ddelivery-popup-select #ddCityChange{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    cursor:pointer;
    white-space: nowrap;
    background: #FCFCFC; /* Old browsers */
    background: -moz-linear-gradient(top, #FCFCFC 0%, #E8E8E8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCFCFC), color-stop(100%,#E8E8E8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FCFCFC 0%,#E8E8E8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FCFCFC 0%,#E8E8E8 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FCFCFC 0%,#E8E8E8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFC', endColorstr='#E8E8E8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #FCFCFC 0%,#E8E8E8 100%); /* W3C */
    border: 1px solid #D3D3D3!important;
    font-size:14px;
    text-decoration: none;
    color: #333!important;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: 5px;
    outline:none;
    border-bottom-color:#B4B4B4!important;
}

.balloonContentLayout .btn-group button:hover,
.ddelivery-popup-select .custom-btn:hover,
.ddelivery-popup-select #ddCityChange:hover{
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
    outline:none;/* W3C */
}

.balloonContentLayout .btn-group button:active,
.ddelivery-popup-select .custom-btn:active,
.ddelivery-popup-select #ddCityChange:active{
    box-shadow: 0 0 4px 2px #CFCFCF inset;
    outline:none;
}

.balloonContentLayout .btn-group button{
    line-height: 22px;
}

.ddelivery-error{
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #c2646d;
    background: #fdd6da;
    border: 1px solid #eca8a8;
}

.ddelivery-popup .item .price{
    display: inline-block;
    margin: 0 10px;
}

.ddelivery-popup .item{
    margin: 0 0 8px 0;
    font-size: 12px;
    line-height: 16px;
}

.ddelivery-popup .item .name{
    margin: 0 0 2px 0;
}

.ddelivery-popup .item .value{
    font-weight: bold;
}

.ddelivery-popup .timetable{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.ddelivery-popup .price{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
}

.ddelivery-popup .btn-group button.back{
    float: right;
}

.map-loader{
  position: absolute;
  width: 640px;
  height: 340px;
  top: 0;
  left: 0;
  background: #fff;
  z-index:99;
  display: none;
}
.map-loader img{
  position: absolute;
  top: 70px;
  left: 220px;
}
 @media screen and (max-width: 596px) {
.ddelivery-popup-select {
width: 100%;
left: 0;
margin-left: 0;
}
}