/* Add custom CSS styles below */ 
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) .container {
    max-width: 100%;
    padding: 0;
    margin-top: 0;
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4){
    margin-top: 0;
}
.s-advertisement {
    background-color: rgb(195 130 110) !important; 
    color: rgb(255 255 255) !important; 
}

.s-button-primary-outline {
    color: #ffffff;
    background: #c28678;
}
.s-product-card-sale-price h4 {
    font-size: 1.4rem;
    line-height: 1.25rem;
    color: #000;
}
section.s-block.container .right-side {
    margin: auto;
    padding: 0;
}
section.s-block.container .right-side h2 {
    font-size: 30px;
    font-weight: 600;
    color: #c3826e;
}
.store-footer, .store-footer__inner {
    background-color: rgb(196 129 110);
}
h1.s-reviews-header {
    font-size: 30px;
    text-decoration: underline;
    color: #c18070;
    text-underline-offset: 10px;
}
.s-reviews-testimonial__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.s-reviews-testimonial__text {
    order: 0;
    width: 100%;
    flex-basis: 100%;
    height: 190px;
    border-bottom: 1px solid #f4e7e3;
        padding: 20px 30px;
}
.s-reviews-testimonial__avatar {
    order: 1;
    width: 50%;
    flex-basis: 50%;
    margin: 0 !important;
        padding-right: 15px;
}
span.s-reviews-testimonial__icon {
    order: 3;
    width: 50%;
    flex-basis: 50%;
    text-align: -webkit-left;
        padding-left: 15px;
}
.s-reviews-testimonial__icon svg {
    position: initial;
}
.s-reviews-testimonial__avatar img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
@media (min-width: 480px) {
    .navbar-brand img {
        max-width: 100px;
        max-height: 7rem;
    }
    }

.s-reviews-testimonial {
    padding: 0 !important;
}
.s-block--features__item p,a.brands-link{
display:none;
}
.s-block--features__item .feature-icon {
    height: 6rem;
    width: 6rem;
}
.s-block--features.container > div > div:nth-child(1) .feature-icon {
    content: url(https://i.ibb.co/5x9hTZ3J/icon1.png);
}
.s-block--features.container > div > div:nth-child(2) .feature-icon {
    content: url(https://i.ibb.co/spSqYcPG/icon2.png);
}
.s-block--features.container > div > div:nth-child(3) .feature-icon {
    content: url(https://i.ibb.co/LDsKcNZD/icon3.png);
}
.s-block--features__item h2 {
    font-size: 22px;
}