.container {
    max-width: 100% !important;
}
.row-produse {
    grid-template-columns: repeat(4, 12fr);
}
.row-footer-newsletter {
    grid-template-columns: 12fr;
}
.footer-social {
    text-align: left;
}
.footer-social a {
    margin-left: 7px;
}
.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 */


/*  */
.bannertitle {
    font-size: 20px;
}
.bannertitle:after {
    bottom: 1px;
}
.bannere-title {
    margin-top: 24px;
    font-size: 32px;
}
.module.module-icon {
    padding: 15px 0;
    margin: 5px 0;
}
.inside-icon-box b {
    font-size: 16px;
}
.icon-box {
    padding: 10px;
}
.icon-box img {
    width: auto;
    height: 40px;
}
.footer-newsletter-span {
    justify-self: center;
}
.footer-social {
    justify-self: center;
}
.footer-menu {
    columns: 1;
}
.product-box .btn.btn-cart svg {
    height: 30px;
}

.logoarea img {
    max-height: 60px;
}
.menu-vertical-right {
    gap: 40px;
}
.bannerabs {
    padding: 8px;
}
.infoarea-text-top {
    font-size: 14px;
    line-height: 14px;
}
.infoarea-text-bottom a {
    font-size: 16px;
    line-height: 16px;
}