footer ul li img {
    height: 25px;
    width: 40px;
}
/* banner same as perf 4 ..edit 19 oct 2023 start */
@media screen and (max-width: 767px){
    .banner {
        height: 216px;
        background-position: center right;
        position: relative;
    }
    .banner .img-text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 216px;
    }
    .banner .img-text img {
        max-width: 91px;
        margin-right: 20px;
        max-height: 91px;
        margin-left: 30px;
    }
    .banner .img-text p {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.5;
        color: #000;
        margin-bottom: 0px;
    }
    .banner .img-text p span {
        color: #F20000;
        display: block;
    }
}
@media screen and (max-width: 480px){
    .banner {
        height: 186px;
    }
    .banner .img-text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        margin-top: 20px;
    }
    .banner .img-text img {
        max-width: 40px;
        margin-right: 10px;
        max-height: 40px;
        margin-left: 0px;
    }
    .banner .img-text p {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        color: #000;
        margin-bottom: 0px;
    }
    .banner .img-text p span {
        display: block;
        line-height: 1;
        margin-bottom: 2px;
    }
}
@media screen and (max-width: 420px){
    .banner {
        height: 163px;
    }
}
@media screen and (max-width: 360px){
    .banner {
        height: 124px;
    }
}

.upsell-item-img{
    width: 100px;
}

.cc-payment-error{
    display: none;
}

#main_div{
    display: none;
}