/* Основной блок */
#delivery-main-div {
    padding: 10px;
   
    margin-top: 20px;
}
#delivery-main-div * {font-size: 16px;    font-family: 'Roboto-Light',Arial,serif!important;}

/* Надпись Варианты и стоимость доставки */
.deliv-title {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-family: cursive;
    color: #c41b2c;
}
/* Название города */
#delivery-city {
    margin-bottom: 5px;
}

/* Блок вывода всей информации */
.delivery-plugins-info {
    margin-top: 15px;
}

/* Вывод одного способа */
.delivery-plugins-info-one {
    margin-bottom: 20px;
    border-top: 1px dotted;
    padding-top: 15px;
}

/* Логотип способа */
.delivery-logo {
    float: left;
    margin-right: 20px;
}

/* Название способа доставки */
.delivery-name {
    font-size: 1.3em;
    font-weight: bold;
}

/* Описание (description) */
.delivery-description {
    margin-top: 10px;    
}

/* Описание из настроек плагина */
.delivery-admin-comments {
    margin-top: 10px;
    font-family: cursive;
    color: #aaa;
    text-align: justify;
}

/* Стоимость доставки */
.delivery-cost {
    margin-top: 10px;
    
}

.delivery-cost-name {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Бесплатная доставка */
.delivery-free-deliv {
    color: #59b210;
    font-weight: bold;
    font-family: cursive;
    font-size: 1.1em;
}

/* ShopLogictic */
.delivery-shoplogisticspickup {
    margin-top: 10px; 
    width: 100%;
}

/* Dialog Window */
#delivery-popup-main {
    
}

.delivery-popup-overlay {
    z-index: 2100;
    background: url('../img/fancybox_overlay.png');
    height: 100%;
    width: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
}

.delivery-popup-wrap {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 2101;
    overflow-x: hidden;
    box-shadow: 0 3px 15px #333;
    margin: 0 auto;
    text-align: left;
    min-height: 100px;
    background: #fff;
    bottom: auto;
    width: 500px;
    border-color: #ababab;    
    line-height: 1;
  font-size:16px;
}

.delivery-popup-wrap .delivery-title {    
    width: 100%;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2102;    
    font-weight: normal;    
   
    background: #fff;
    border-color: #ababab;
    padding: 15px;
}

.delivery-popup-wrap .delivery-title .delivery-title-span {
    font-weight: bold;
    font-size: 1.3em;
}

.delivery-popup-wrap .delivery-title .delivery-title-close {    
    position: absolute;
    right: 5px;
    top: 2px;
}

.delivery-popup-wrap .delivery-title .delivery-title-close a {
    text-decoration: none;
    font-size: 2em;
}


.delivery-popup-wrap .delivery-popup-content {    
    padding-left: 30px;
    padding-right: 30px;    
    overflow-y: auto;    
    margin-bottom: 25px;
}

#delivery-change-city .delivery-popup-wrap .delivery-popup-content {
    padding: 20px;
  font-size:16px;
}