.container {
    max-width: 100% !important;
}
.row-produse {
    grid-template-columns: repeat(4, 12fr);
    gap: 20px;
}
.row-category-one {
    gap: 20px;
}
.menu-vertical {
    grid-template-columns: 30% 70%;
}
.row-principal {
    padding: 60px;
    /* grid-template-columns: repeat(3, 12fr); */
}
.rowformobilecateg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.imgheight100 {
    height: 100%;
}
.btnaddcart {
    padding: 7px 0;
    margin: 10px 0 !important;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}
.boxbanner {
    padding: 0;
}
.footer-newsletter-text {
    font-size: 40px;
}
.row-principal a {
    /* width: 100%; */
}
#column-left {
    width: 30%;
}
.contentone {
    width: calc(70% - var(--gap-columns));
}
.noposrel .self-child {
    width: calc(100vw - calc(calc(100vw / 100) * 30) - 16px);
}
