header {
    padding-left: 100px;
    box-shadow: none;
    border-bottom-left-radius: 0;
}
.header-bottom {
    border-bottom-left-radius: 0px;
}
.header-design-bwrap {
    display: none;
}
.logoarea {
    box-shadow: none;
    border-bottom-left-radius: 12px;
}
.logoarea-desktop {
    display: block;
    text-align: center;
}
.logoarea-desktop img {
    height: 110px;
}
.header-inner {
    flex-wrap: wrap;
}
.header-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    flex: 0 0 100px;
    width: 100px;
    z-index: 1;

    background: #ffffff;
    border-bottom-left-radius: 12px;
}


.header-inner-right {
    flex: 1 1 100%;
    width: 100%;
}

.row-product-cart {
    gap: 10px;
    grid-template-columns: 35% 50% 15%;
}
#button-cart .text-button {
    padding: 9px 10px;
    padding-left: 38px;
    font-size: 16px;
}

.product-thumbnails .owl-nav {
    display: none;
}

.row-produse {
    grid-template-columns: repeat(4, 12fr);
}
.row-subcategory {
    grid-template-columns: repeat(4, 12fr);
}
.itx_checkout .box-element {
    padding: 10px;
}

.btn.btn-primary.menu-vertical-button span {
    font-size: 18px;
    line-height: 18px;
}
.btn.btn-primary.menu-vertical-button svg {
    height: 18px;
}
.menu-vertical-dropdown-left-link {
    padding: 5px 10px;
}
.menu-vertical-dropdown-left-link-text {
    font-size: 14px;
}
.menu-vertical-dropdown-left-link-icon {
    height: 20px;
}
.module-featured-title .text {
    font-size: 24px;
}
.row-produse {
    gap: 12px;
}

.header-top {
    z-index: 0;
    border-bottom-left-radius: 0;
}

.menu-mobile-wrappy {
    position: absolute;
    right: -44px;
    bottom: 20px;
}

.meniumobileup img {
    height: 70px;
}
.header-drop-down {
    display: none !important;
}

.row-header-bottom {
    padding-left: 63px;
}
.solo-special-right {
    overflow: hidden;
}
.solo-special-right img {
    transform: translateX(-16%);
}

.meniumobileup img {
    margin-top: -10px;
}