/* Add custom CSS styles below */ 
.log img{
max-width:150px;}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
   .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}
.has-overlay:after{
display:none;}
section.s-block.s-block--testimonials.container.overflow-hidden {
    background: linear-gradient(90deg, #AD8362 0%, #C1672B 100%);
    max-width: 100%;
    padding-bottom:100px
}
.footer-is-light .store-footer .store-footer__inner {
    background: #C1672B;
    color: #fff;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
}
section:first-of-type{
margin-top:0px;}
.banner-entry{
height:240px;}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
        height:240px;
    }



}
@media (min-width: 990px) {
    section.s-block.s-block--banners.container {
    margin-top: -40px;
}
}
.s-block--features__item:first-of-type .feature-icon{
    background:url("https://i.ibb.co/TM2WR01/guaranteed-1-2.png");
    background-size:contain;
    
}
.s-block--features__item:nth-of-type(2) .feature-icon{
    background:url("https://i.ibb.co/CP3pxSb/10-24h-Support-1.png");
    background-size:contain;
    
}
.s-block--features__item:nth-of-type(3) .feature-icon{
    background:url("https://i.ibb.co/N3PGd7B/express-delivery-1-1.png");
    background-size:contain;
    
}
.s-block--features__item .feature-icon i{
    display:none;
}

.s-block--features__item p {
    display: none;
}
ul.s-payments-list {
    position: relative;
}

ul.s-payments-list::after {
    position: absolute;
    content: "";
    right: -52px;
    width: 45px;
    height: 29px;
    background: url("https://i.ibb.co/k22cqXh/icons8-cash-in-hand-48-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width:600px){
ul.s-payments-list::after {
  
    right: 71px;
    }
}