.desc-product li {list-style: disc;}

/*INFO O DARMOWEJ DOSTAWIE*/
.info-darmowa-dostawa{
    color: #575656;
    z-index: 999;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.info-darmowa-dostawa .block{margin-bottom:0;}

#index .info-darmowa-dostawa .inside-text{
    border-bottom: 2px solid #AFCB08;
}

#index .info-darmowa-dostawa{
    color: #fff;
    position: absolute;
}

@media (max-width:767px){
.info-darmowa-dostawa{
    font-size: 15px;
}
}
@media (min-width:992px){
.info-darmowa-dostawa{position:absolute;}
}