.container {
    max-width: 100% !important;
}
.row-produse {
    grid-template-columns: repeat(4, 12fr);
}
.row-bannere {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 10px;
}
.row-footer-newsletter {
    gap: 20px;
}
.footer-newsletter-span {
    max-width: 100%;
    justify-content: center;
    align-items: center;
}
.footer-newsletter-text {
    margin-right: 0px;
}
.row-footer-newsletter .input-group {
    max-width: 100%;
}

/*  */
.section-2-caption {
    font-size: 24px;
}
.section-3-product-title {
    font-size: 16px;
}
.section-3-product-sub {
    font-size: 13px;
}
.section-3-product-price {
    font-size: 16px;
}
.owl-carousel .owl-item .section-3-product-caption img {
    height: 40px;
    width: auto;
}

.section-3-center {
    width: 25%;
}
.section-3-left, .section-3-right {
    max-width: 35%;
}
.section-4-product-sub {
    display: none;
}
.section-4-product-title {
    font-size: 16px;
}
.section-4-product-price {
    font-size: 16px;
}
.section-6 {
    display: none;
}