<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ÐžÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ Ð±Ð»Ð¾Ðº */
#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;
}</pre></body></html>