.info-paw__imgs {
    /*display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.8rem;*/
    padding-left: 0; /* Убираем отступы по умолчанию у списка */
    list-style-type: none; /* Убираем маркеры списка */
    display: flex; /* Используем flexbox для удобного выравнивания */
    justify-content: flex-start; /* Выравниваем элементы по левому краю */
    gap: 10px; /* Задаем промежуток между элементами, можно настроить по желанию */
}

ul {
    list-style-type: none;
        width: auto !important;
}

@media (min-width: 1024px) {
    .info-paw__imgs-item {
        margin-top: 0.4rem;
        padding: 0.4rem 1.6rem;
    }
}

.info-paw__imgs-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0.4rem 1.2rem;*/
    border-radius: 2rem;
    background-color: #edf8ea;
}

@media (min-width: 1024px) {
    .info-paw__text {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.info-paw__text {
/*    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;*/
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}

.info-paw__payment-icon {
    background-image: url(/image/catalog/payment/payment-icon.svg);
}

.info-paw__waranty-icon {
    background-image: url(/image/catalog/payment/waranty-icon.svg);
}

.info-paw__special-icon {
    background-image: url(/image/catalog/payment/special-icon.svg);
}

.info-paw__icon {
    height: 2.4rem;
    min-width: 2.4rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-paw__row {
    display: flex;
    gap: 1.6rem;
    padding: 5px 10px;
}

.prdl-item-label {
    max-width: 100%;
    padding: 0.4rem 1rem;
    border-radius: 0.2rem;
    border-left: 2px solid;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*margin-bottom: 10px;*/
}

.minus-5-percent {
    max-width: 100%;
    padding: 0.4rem 1rem;
    border-radius: 0.2rem;
    border-left: 2px solid;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*margin-bottom: 10px;*/
}

.info-paw__link {
  position: relative;
  color: blue;
  text-decoration: underline;
}

.info-paw__link:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px;
  border-radius: 5px;
  top: 25px;
  left: 0;
  white-space: nowrap;
  z-index: 10;
}

.info-paw__link:hover::after {
  display: block;
}

.payment-with-margin {
  margin-top: 10px;
  /*border: 1px solid #3f3f3f;*/
  border-radius: 4px;
}

.info-payment.info-paw {
    /*margin-top: 10px;*/
    /*border: 1px solid #3f3f3f;*/
    border-radius: 4px;
    padding: 15px; /* Можна додати трохи відступів всередині */
    background-color: #f9f9f9; /* Додано для прикладу фон */
}

.info-paw__imgs {
    display: flex;
    flex-wrap: wrap; /* Дозволяє іконкам переноситись на новий рядок, якщо не вистачає місця */
    /*justify-content: space-between;*/
    padding: 0;
    margin: 0;
}

.info-paw__imgs-item {
    list-style: none;
    /*margin: 5px;*/
        min-width: 80px;
        min-height: 25px;
}

.info-paw__imgs-item img {
    max-width: 100px; /* Максимальний розмір іконки */
    height: auto;
}

/* Для адаптації на маленьких екранах */
@media (max-width: 768px) {
    .info-paw__imgs-item img {
        max-width: 80px;
    }
}

@media (max-width: 480px) {
    .info-paw__imgs-item img {
        max-width: 60px;
    }
}

/*#ldev-question-block-id-1 {
    margin-bottom: 10px !important;
    width: 100%;
    background: #f5f5f5;
    color: #000;
    max-width: 184px;
    border-radius: 4px;
    padding: 1px 10px;
    transition: background .2s ease;
    height: 25px;
    border: 0px;
    min-width: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-color: #f40305;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}*/

.ldev-popup-window {
    border-radius: 4px;
}

.ldev-popup-window {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

#ldev-question-block-id-57 {
    margin-top: 10px;
}

.free_dostavka {
   max-width: 100%;
    padding: 0.4rem 0rem;
    border-radius: 0.2rem;
    /* border-left: 2px solid; */
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f40305;
    margin-top: -10px;
    margin-bottom: 3px;
}

.time_of_delivery {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/*#free_dostavka-product_page {
    margin-bottom: 10px !important;
    width: 100%;
    background: #f5f5f5;
    color: #000;
    max-width: 184px;
    border-radius: 4px;
    padding: 1px 10px;
    transition: background .2s ease;
    height: 25px;
    border: 0px;
    min-width: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-color: #f40305;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}*/

#free_dostavka-product_page {
    max-width: 100%;
    padding: 0.4rem 0rem;
    border-radius: 0.2rem;
    /* border-left: 2px solid; */
    font-weight: 400;
    /* font-size: 1rem; */
    line-height: 1.4rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #389724;
    margin-top: 0px;
    /*margin-bottom: -15px;*/
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 5px;
}

@media (max-width:767px) {
#free_dostavka-product_page {
    margin-bottom: 5px;
    margin-left: 5px;
    }
}

.free_dostavka {
    display: flex;
    align-items: center; /* Выравнивание по вертикали */
    margin-bottom: 0px;
}

.free_dostavka_icon_wrapper {
    margin-right: 10px; /* Отступ между иконкой и текстом */
}

.free_dostavka_icon {
    width: 10%; /* Размер иконки */
}

.free_dostavka_text {
    font-size: 13px; /* Размер шрифта для текста */
    margin-left: -50px;
}

.free_dostavka-product_page {
    display: flex;
    align-items: center; /* Выравнивание по вертикали */
}

.free_dostavka_icon_wrapper-product_page {
    /*margin-right: 10px;*/ /* Отступ между иконкой и текстом */
}

.free_dostavka_icon-product_page {
    width: 10%; /* Размер иконки */
}

.free_dostavka_text-product_page {
    font-size: 16px; /* Размер шрифта для текста */
    /*margin-left: -45px;*/
        margin-top: 5px;
}
    
.topchik-text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f40305;
    margin-top: -4px;
}    

.topchik-product-text {
    color: #f40305;
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
} 

#delivery-today {
    color: #379624;
    /*margin-bottom: 5px;*/
    /*margin-top: -10px;*/
    font-size: 16px;
    padding: 0.4rem 0rem 0.4rem 0rem;
} 

#delivery-tomorrow {
    color: #379624;
    /*margin-bottom: 5px;*/
    /*margin-top: -10px;*/
    font-size: 16px;
    padding: 0.4rem 0rem 0.4rem 0rem;
} 

#delivery-monday {
    color: #379624;
    /*margin-bottom: 5px;*/
    /*margin-top: -10px;*/
    font-size: 16px;
    padding: 0.4rem 0rem 0.4rem 0rem;
} 

#delivery-tuesday {
    color: #379624;
    /*margin-bottom: 5px;*/
    /*margin-top: -10px;*/
    font-size: 16px;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

#delivery-thursday {
    color: #379624;
/*    margin-bottom: 5px;*/
    /*margin-top: -10px;*/
    font-size: 16px;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

#delivery-friday {
    color: #379624;
    /*margin-bottom: 5px*/;
    /*margin-top: -10px;*/
    font-size: 16px;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

@media (max-width: 767px) {
#delivery-today {
    /*margin-bottom: 10px;*/
    /*margin-left: 5px;*/
    font-size: 16px;
} 

#delivery-tomorrow {
    /*margin-bottom: 10px;*/
/*    margin-left: 5px;*/
    font-size: 16px;
} 

#delivery-monday {
/*    margin-bottom: 10px;*/
    /*margin-left: 5px;*/
    font-size: 16px;
} 

#delivery-tuesday {
    /*margin-bottom: 10px;*/
    /*margin-left: 5px;*/
    font-size: 16px;
}

#delivery-thursday {
    /*margin-bottom: 10px;*/
/*    margin-left: 5px;*/
    font-size: 16px;
}

#delivery-friday {
    /*margin-bottom: 10px;*/
    /*margin-left: 5px;*/
    font-size: 16px;
    }
}

#delivery-today-special {
    color: #f40305;
    margin-bottom: 15px;
    /*margin-top: -10px;*/
    font-size: 14px;
    text-align: center;
} 

#delivery-tomorrow-special {
    color: #f40305;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
} 

#delivery-monday-special {
    color: #f40305;
    margin-bottom: 10px;
    /*margin-top: -10px;*/
    font-size: 14px;
    text-align: center;
} 

#delivery-tuesday-special {
    color: #f40305;
    margin-bottom: 15px;
    margin-top: -10px;
    font-size: 14px;
    text-align: center;
}

.send_package_icon-product_page {
    margin-top: -1px;
}

/* Анімація для topchik-product-text */
.topchik-product-text {
    /*display: inline-block;*/ /* Забезпечує правильне відображення анімації */
    display: flex; /* Використовуємо flexbox */
    animation: pulse 2s infinite; /* Застосовуємо анімацію з тривалістю 2 секунди, яка повторюється безкінечно */
    justify-content: center; /* Горизонтальне центрування */
    align-items: center; /* Вертикальне центрування */
}

/* Описуємо ключові кадри для анімації */
@keyframes pulse {
    0% {
        transform: scale(1); /* Початковий розмір */
    }
    50% {
        transform: scale(1.1); /* Збільшуємо розмір до 110% */
    }
    100% {
        transform: scale(1); /* Повертаємося до початкового розміру */
    }
}

.topchik-text {
    display: flex; /* Використовуємо flexbox */
    justify-content: center; /* Горизонтальне центрування */
    align-items: center; /* Вертикальне центрування */
    /*height: 100px;*/ /* Висота елемента, налаштуйте за потреби */
    animation: pulse 2s infinite; /* Анімація */
}

/* Анімація для topchik-text */
@keyframes pulse {
    0% {
        transform: scale(1); /* Початковий розмір */
    }
    50% {
        transform: scale(1.1); /* Збільшуємо розмір до 110% */
    }
    100% {
        transform: scale(1); /* Повертаємося до початкового розміру */
    }
}

.product-delivery-card {
        margin-bottom: 5px;
    font-size: 13px;
    color: #ff6600;
    margin-top: -5px;
}

.free_dostavka_text_card {
    font-size: 13px; /* Размер шрифта для текста */
    margin-left: -50px;
}

/*.free_dostavka_icon_wrapper_np  {
    border: 1px solid #f40305;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-image: url(https://autoprodrive.ua/image/catalog/payment/nova_poshta.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}*/

.icon_np {
    position: absolute;
    color: #000;
    left: 3px;
    z-index: 1;
    bottom: 4px; 
}

/*Стилі в картці товару під зображенням*/

.free_dostavka_icon_wrapper_np  {
    border: 1px solid #f40305;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-image: url(/image/catalog/payment/nova_poshta.png);
    background-size: 20px;
    background-repeat: no-repeat;
    /*background-position: center;*/
    margin-bottom: 5px;
    background-position-y: 10%;
    background-position-x: center;
    font-family: monospace;
    /*background-color: white;*/
        background-color: #f0e8e8;

}

.free_dostavka_icon_wrapper_np-page  {
    border: 1px solid #f40305;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-image: url(/image/catalog/payment/nova_poshta.png);
    background-size: 20px;
    background-repeat: no-repeat;
    /*background-position: center;*/
    margin-bottom: 5px;
    background-position-y: 25%;
    background-position-x: center;
    font-family: monospace;
    /*background-color: white;*/
        background-color: #f0e8e8;
        margin-left: 15px;

}

.free_dostavka_icon_np {
    top: 4px;
    left: 5px;
    text-align: left;
    z-index: 1;
}

.icon_np {
    position: absolute;
    color: #000;
    left: 3px;
    z-index: 1;
    bottom: 4px; 
}


.icon_minus-5-percent {
    position: absolute;
    color: #000;
    left: 3px;
    z-index: 1;
    bottom: 4px; 
}

/*.free_dostavka_icon_wrapper_np {
    position: absolute;
    color: #000;
    left: 3px;
    z-index: 1;
    bottom: 4px; 
}*/

.special-card-minus-5-percent {
    border: 1px solid #60c70d;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    /*background-image: url(https://test.carauto.com.ua/image/catalog/payment/minus-5-percent.png);*/
    /*background-image: url(https://autoprodrive.ua/image/catalog/payment/percent.png);*/
        background-size: 30px;
    background-repeat: no-repeat;
    /* background-position: center; */
    margin-bottom: 5px;
    background-position-y: 75%;
    background-position-x: center;
    /*background-color: white;*/
    background-color: #eefbea;
        margin-left: 15px;
}


.special-card-minus-7-percent {
    border: 1px solid #60c70d;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    /*background-image: url(https://test.carauto.com.ua/image/catalog/payment/minus-7-percent.png);*/
    /*background-image: url(https://autoprodrive.ua/image/catalog/payment/percent.png);*/
        background-size: 30px;
    background-repeat: no-repeat;
    /* background-position: center; */
    margin-bottom: 5px;
    background-position-y: 75%;
    background-position-x: center;
    /*background-color: white;*/
    background-color: #eefbea;
        margin-left: 15px;
}

.special-card-minus-10-percent {
    border: 1px solid #60c70d;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    /*background-image: url(https://test.carauto.com.ua/image/catalog/payment/minus-10-percent.png);*/
    /*background-image: url(https://autoprodrive.ua/image/catalog/payment/percent.png);*/
        background-size: 30px;
    background-repeat: no-repeat;
    /* background-position: center; */
    margin-bottom: 5px;
    background-position-y: 75%;
    background-position-x: center;
    /*background-color: white;*/
    background-color: #eefbea;
        margin-left: 15px;
}

.special-card-minus-15-percent {
    border: 1px solid #60c70d;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    /* background-image: url(https://test.carauto.com.ua/image/catalog/payment/minus-10-percent.png); */
    /* background-image: url(https://autoprodrive.ua/image/catalog/payment/percent.png); */
    background-size: 30px;
    background-repeat: no-repeat;
    /* background-position: center; */
    margin-bottom: 5px;
    background-position-y: 75%;
    background-position-x: center;
    /* background-color: white; */
    background-color: #eefbea;
    margin-left: 15px;
}

.special-card-price-hot {
    border: 1px solid #f40305;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-image: url(/image/catalog/payment/hot-price.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-bottom: 5px;*/
    /*background-color: white;*/
    background-color: #f0e8e8;
    margin-left: 15px;
}

.special-card-price-skidka {
    border-radius: 4px;
    height: 50px;
    width: 50px;
    border: 1px solid #60c70d;
    border-radius: 4px;
    background-color: #edf9ea;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin-bottom: 5px;
    margin-left: 15px;
}

.special-card {
    position: absolute;
    color: #000;
    left: 3px;
    z-index: 1;
    top: 5px; 
}

.special-card .special-card {
    /* Ваші стилі для вкладеного <div> */
    top: 0px;
}

.special-card-page {
    position: absolute;
    color: #000;
    left: 5px;
    z-index: 1;
    top: -15px;; 
}

.np-text-free {
margin-top: 25px;
    color: red;
}

.np-text-free-page  {
   margin-top: 26px;
        font-size: 13px;
            color: red;
                text-align: center;
}


@media (max-width: 600px) {
    .special-card .special-card-minus-5-percent {
        background-size: 20px;
                background-size: 17px;
        background-position-y: 80%;
    }
}

@media (max-width: 600px) {
    .special-card .special-card-minus-7-percent {
        background-size: 20px;
                background-size: 17px;
        background-position-y: 80%;
    }
}

@media (max-width: 600px) {
    .special-card .special-card-minus-10-percent {
        background-size: 20px;
                background-size: 17px;
        background-position-y: 80%;
    }
}

@media (max-width: 600px) {
    .special-card>div {
        height: 35px;
        width: 35px;
        background-size: 17px;
            /*margin-left: 5px;*/
    }
}

@media (max-width: 600px) {
    .special-card-module {
        height: 35px;
        width: 35px;
        background-size: 17px;
            /*margin-left: 5px;*/
    }
}

@media (max-width: 600px) {
    .special-card-page>div {
        height: 50px;
        width: 50px;
        background-size: 17px;
            /*margin-left: 5px;*/
    }
}

@media (max-width: 600px) {
    .np-text-free {
    margin-top: 18px;
    font-size: 10px;
    }
}

@media (max-width: 600px) {
    .np-text-free-page {
    margin-top: 26px;
        font-size: 13px;
            color: red;
    }
}

/*.special-card span {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
        right: 4px;*/
    /*bottom: 35px;*/
    /*text-shadow: -1px -1px 0 #FFF;*/
/*    color: #000000;
    font-weight: bold;
}*/

.special-card span {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: static;
}

.special-card-page span {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: static;
}

@media (max-width: 600px) {
    .special-card span {
        right: 3px;
        /*bottom: 20px;*/
        font-size: 12px;
    }
}

.free_dostavka_placeholder {
    display: none;
}

.minus-5-percent {
    display: none;
}

.buy_less_than_500 {
    border: 1px solid #f40305;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    background-image: url(/image/catalog/payment/uah.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    /*background-color: white;*/
    background-color: #ff00000f;
    margin-left: 15px;
}

.buy_less_than-icon {
    background-image: url(/image/catalog/payment/delivery_buy_less_than_500.png);
}

.buy_less_than {
    display: flex;
    gap: 1.6rem;
    /*padding: 5px 10px;*/
    padding: 0.4rem 0rem 0.4rem 0rem;
}

.buy_less_than-icon {
    height: 2.4rem;
    min-width: 2.4rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.buy_less_than-text {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}

@media (min-width: 1024px) {
    .buy_less_than-text {
        font-size: 1.4rem;
        line-height: 2rem;
            font-size: 16px;
            color: #ff6600;
    }
}
.free_dostavka_empty {
    display: none;
}

@media (max-width: 600px) {
    .free_dostavka_empty {
        display: none;
    }
}

@media (max-width: 600px) {
    .topchik-text {
        margin-bottom: -2px;
    }
}

.info-paw-sale-product {
    display: flex;
    gap: 1.6rem;
    /*padding: 5px 10px;*/
}

.info-paw-icon-sale-product {
    height: 2.4rem;
    min-width: 2.4rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-paw-special-icon-sale-product {
    background-image: url(/image/catalog/payment/special-icon.svg);
        display: none;
}

@media (max-width: 991px) {
.info-paw-text-sale-product {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
    /*animation: pulse 2s infinite;*/
    color: #f66604;
    font-size: 16px;
        padding: 0.4rem 0rem 0.4rem 0rem;
}
}

@media (min-width: 992px) {
    .info-paw-text-sale-product {
        font-size: 1.4rem;
        /*line-height: 2rem;*/
        padding: 0.4rem 0rem 0.4rem 0rem;
        /*animation: pulse 2s infinite;*/
        color: #f66604;
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.special-card-brend {
    border: 1px solid #60c70d;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    /*background-image: url(https://test.carauto.com.ua/image/catalog/payment/minus-10-percent.png);*/
    /*background-image: url(https://autoprodrive.ua/image/catalog/payment/percent.png);*/
        background-size: 30px;
    background-repeat: no-repeat;
    /* background-position: center; */
    margin-bottom: 5px;
    background-position-y: 75%;
    background-position-x: center;
    /*background-color: white;*/
    background-color: #edfaea;
}

@media (max-width: 600px) {
    #product .price {
    font-size: 44px;
    }
}

@media screen and (max-width: 1200px) {
    #product .price {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 25px;
  font-family: sans-serif;
  margin-top: 15px;}
}

.ldev-question-popup-item{
     font-size: 14px;
}

.sticker-ls-pd.procent-skidka-card {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: static;
}
.special-card-price-skidka{
    border: 1px solid #60c70d;
    border-radius: 4px;
    background-color: #edf9ea;
}

@media (min-width: 600px) {
.sticker-ls-pd.procent-skidka-card {
    font-size: 15px;}
}

.product-container-card {
        display: none;
}

@media (max-width: 767px) {
.main-info-block-top-manufacturer {
/*    margin-bottom: 5px;*/
}

.main-info-block-top-stock {
/*    margin-bottom: 5px;*/
    padding: 0.4rem 0rem 0.4rem 0rem;
}
}

@media (min-width: 767px) and (max-width: 991px) {
    #free_dostavka-product_page {
    /*margin-bottom: 5px;
    margin-left: 5px;*/
            padding: 0.4rem 0rem 0.4rem 0rem;
    }
    #delivery-today {
    /*margin-bottom: 5px;
    margin-left: 5px;*/
            padding: 0.4rem 0rem 0.4rem 0rem;
    }
    #delivery-tomorrow {
    /*margin-bottom: 5px;
    margin-left: 5px;*/
            padding: 0.4rem 0rem 0.4rem 0rem;
    }
    #delivery-monday {
    /*margin-bottom: 5px;
    margin-left: 5px;*/
            padding: 0.4rem 0rem 0.4rem 0rem;
    }
}

div#freeDeliveryBlock {
    max-width: 100%;
    font-weight: 400;
    color: #389724;
        padding: 0.4rem 0rem 0.4rem 0rem;
}
