#footer {
    background-color: #59c5f1;
}

.footer-bottom {
    background-color: #0046B4;
    color: white;
}


.footer-bottom p, .footer-bottom a{
    color: white;
}

.banner a, .banner-category a, .banner-wrapper a, .carousel-inner a {
    color: white;
    font-size: 14px;
}

.custom-footer__onlinePayments.col-sm-6.col-lg-3 p {
    text-align: left;
}

.contact-box ul li>span.tel:before {
    content: "\e92c";
    color: white;
}

.custom-footer span{
    color: white;
}

.footer-rows h4 {
    margin-bottom: 20px;
}

@media (max-width: 767px){
    .custom-footer  .banner {
        min-height: fit-content;
        padding-bottom: 0;
        margin-bottom: 10px;
    }


    #footer .contact-box {
    border: 0;
    padding: 0;
    height: fit-content;
    min-height: fit-content;
}
}





@media (min-width: 768px){
form#formNewsletterWidget br {
      display: none;
}


.form-group.js-validated-element-wrapper.consents.consents-first {
      margin-top: 15px;
}
}


#footer img {
    filter: invert(1) grayscale(1) brightness(2);
}

#footer a {
    text-decoration: none;
    color: white;
}


@media (min-width: 768px) and (max-width: 991px){
    .footer-bottom>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-slider .flag {
    border-radius: 24px;
    margin-left: 6Px;
}
}