.container {
    max-width: 100% !important;
}
.row-produse {
    grid-template-columns: repeat(4, 12fr);
}
.rowicons {
    display: grid;
    grid-template-columns: repeat(2, 12fr);
    gap: 10px;
}
.icon-box {
    display: grid;
    grid-template-columns: auto 12fr;
}
.icon-box:first-child {
    padding-left: 5%;
}
.bottomprice {
    display: grid;
    gap: 10px;
}
.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%;
}
.footer-social {
    text-align: left;
}
.footer-social a {
    margin-left: 7px;
}
.row-footer-main {
    grid-template-columns: 12fr;
}
.footer-menu {
    /* columns: 2; */
}
.footer-row {
    /* display: grid;
    grid-template-columns: 12fr; */
    gap: 10px;
}
.footer-anpc {
    gap: 20px;
    justify-content: start !important;
}
/* CATEGORY */
.breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
}
/* END CATEGORY */
/* PRODUCT */
.row-product-cart {
    grid-template-columns: auto 12fr auto;
    gap: 10px;
}
.icon-button {
    display: none;
}
/* END PRODUCT */

/*  */
.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;
}
.section-2-box {
    border-width: 8px;
}
.section-3-product-caption {
    flex-direction: column;
}
.owl-carousel .owl-item .section-3-product-caption img {
    display: none;
}
.section-4-product-caption {
    bottom: 0;
    left: 0;
    right: 0;
}
.section-5-left {
    position: sticky;
    top: 0;
}
.section-5-flex {
    align-items: flex-start;
}
.box-category .box-category-title {
    font-size: 16px;
}

.product-info-right .styckytop {
    padding: 10px 15px;
}