.container {
    max-width: 1600px !important;
}
.row-category-one {
    gap: 20px;
}
.row-produse {
    gap: 20px;
}
.row-principal {
    /* padding: 0;
    grid-template-columns: repeat(3, 12fr); */
}
.row-principal a {
    /* width: 100%; */
}
.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;
}
.noposrel .self-child {
    width: calc(1600px - calc(calc(1600px / 100) * 20) - 20px);
    min-width: calc(1600px - calc(calc(1600px / 100) * 20) - 20px);
}
