/* itx_categories.css */
@import url("itx_categories.css");

a, .btn, .form-control, button {
    transition: 0.2s all;
    box-shadow: none;
    text-shadow: none;
    outline: none !important;
}

a {
    text-decoration: none;
}

header {
    position: relative;
    display: block;
}

.header-logo {
    position: relative;
    display: block;
}
.header-logo img {
    width: auto;
    height: 53px;
}

.whatsapp-phone-container {
    position: fixed;
    right: 30px;
    z-index: 99999;
    bottom: 20px;
}
.whatsapp-mob {
    transition: 0.5s;
}


.header-search {
    position: relative;
    display: block;
}

.header-search .search-error {
    position: absolute;
    top: 100%;
    right: 0px;
    display: block;
    background: #ffffff;
    padding: 8px 25px;
    border-radius: 25px;

    border: 1px solid #ff0000;

    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 25%);
}
.header-cart {
    position: relative;
    display: block;
    text-align: right;
}
.header-cart .btn.cart-toggle {
    padding: 0;
}
.header-cart .btn.cart-toggle svg {
    color: #666666;
    position: relative;
    display: inline-block;
    /* border: 1px solid #000; */
    background-color: #F9FAFB;
    border-radius: 500px;
    width: 54px;
    height: 54px;
    padding: 10px;
}
.header-cart .btn.cart-toggle svg:hover {
    background-color: #fbc926;
    color: var(--text-black);
}
/* .header-cart .btn.cart-toggle > i {
    color :#802E6B;
    background: #ffffff;
    padding: 4px 4px;
    font-size: 24px;
    margin-right: 10px;
} */
.header-cart .btn.cart-toggle #cart-count {
    position: absolute;
    top: -3px;
    left: 36px;
    background: #000000;
    color: #fbc926;
    border-radius: 100%;
    padding: 0px 5px;
    font-size: 12px;
    width: 18px;
    text-align: center;
}
.header-cart .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 500px;
    background: #ffffff;
    z-index: 2;
    padding: 15px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.header-cart .cart-dropdown .cart-name {
    text-align: left !important;
    font-size: 14px;
}

.breadcrumb {
    border: none;
    margin-bottom: 0px;
}

.added-to-cart {
    position: fixed;
    top: 30px;
    right: 30px;

    max-width: 90%;

    width: 300px;
    padding: 15px;

    z-index: 10000;
    background: #ffffff;

    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);

        font-size: 14px;
}
.added-to-cart .atc-close {
    position: absolute;
    top: -15px;
    left: -15px;
    border: none;
    -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.4);
    z-index: 10001;
}
.added-to-cart .atc-close:hover {
    background: #333333;
    color: #ffffff;
}

.added-to-cart.has-image img {
    position: absolute;
    lefT: 15px;
    top: 15px;
    border: 1px solid #dddddd;
}
.added-to-cart span {
    display: block;
}
.added-to-cart.has-image span {
    padding-left: 70px;
}


.added-to-cart.is-cart {
    width: 500px;
    max-width: 90%;
    font-size: 20px;
}
.added-to-cart.is-cart a {
    font-weight: 700;
}
.added-to-cart.is-cart .btn {
    position: relative;
    display: inline-block;
    width: 49%;

    vertical-align: middle;
}

.header-cart .btn.btn-xs {
    font-size: 11px;
    padding: 1px 5px;
}

.pagination .page-item.active .page-link {
    background-color: #802E6B;
    border-color: #802E6B;
}
.pagination .page-link {
    color: #802E6B;
}

.new-atc-wrap {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    overflow-y: auto;

    background: rgba( 0, 0, 0, 0.7 );
    z-index: 200000;
}
.new-atc {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;

    display: block;
    width: 100%;
    max-width: 768px;

    /* background: #ffffff; */
    background-color: var(--body-background);
    border-radius :12px;
    padding: 10px 15px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);

    transition: 0.9s all;

    z-index: 2;
}

.new-atc img.new-atc-image {
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.22);
}

.new-atc .module-product-blocks {
    padding: 0px 0px;

    margin-top: 10px;
}
.new-atc .product-box {
    margin-bottom: 0px;;
}

.new-atc-name {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.new-atc-quantity,
.new-atc-total {
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 5px;
}

.new-atc .btn.btn-success {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
}
.new-atc .btn.btn-default {
    font-size: 16px;
    font-weight: 300;

    border-color: #cccccc;
}
.new-atc .owl-carousel.owl-theme .owl-stage {
    transition-timing-function: linear !important;
}
.new-atc-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;

    z-index: 1;
}

/* bgdTeo */
.btn-order-status {
    margin-left: auto;
}
header a {
    color: #444444;
}

header a:hover {
    color: #fbc926;
}
.header-top {
    background-color: #ffffff;
    padding: 15px 0px;
}
.header-top .locatie-btn-container {
    padding: 2px 17px 2px 0px;
    /* border-right: 1px solid var(--text-white); */
    /* display: inline-block; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-top .btn-order-status {
    border-radius: 10px !important;
}
.header-top .program-container {
    padding: 2px 17px 2px 17px;
    color: var(--text-white);
    padding-left: 17px;
    /* display: inline-block; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-top .locatie-btn-container + .program-container {
    border-left: 1px solid var(--text-white);
}
.social-icons-container {
    padding: 2px 0px 2px 0px;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.social-icons-container a {
    margin-right: 20px;
}
.social-icons-container a.with-svg {
    display: inline-block;
    margin-top: -5px;
}
.social-icons-container a.with-svg div {
    background-color: transparent;
    width: 14px;
    height: 20px;
}
.social-icons-container a svg {
    height: 15px;
    fill: var(--text-white);
    transition: 0.2s all;
    margin-top: -3px;
}
.social-icons-container a.with-svg:hover svg {
    fill: var(--text-red);
}
.social-icons-container a:last-of-type {
    margin-right: 0px;
}
.favorite-btn-container {
    padding: 2px 0px 2px 17px;
    margin-left: 20px;
    border-left: 1px solid var(--text-white);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-top .locatie-btn-container a {
    text-decoration: underline;
}
.header-bottom {
    background-color: #fff;
    border-bottom: 1px solid #f3f4f6;
    /* padding: 7px 0px; */
}
.header-bottom .row > * {
    max-width: none !important;
    width: auto !important;
}
.header-bottom .header-logo {
    display: inline-block;
}
.header-bottom a {
    color: #333;
}
.header-bottom a:hover {
    color: var(--text-red);
}
.header-bottom p {
    margin-bottom: 0px;
    color: var(--text-white);
}
.header-bottom .header-menu-container {
    max-width: 420px;
    padding: 0px 10px;
}
.header-bottom .header-menu-container ul {
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.header-bottom .header-menu-container ul li {
    display: inline-block;
}
.header-bottom .header-menu-container ul li ul {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0px;
    max-width: 100%;
    background: rgba( 0, 0, 0, 0.7 );
}
.header-bottom .header-menu-container ul li:hover ul {
    display: block;
}
#search {
    position: relative;
    padding-right: 41px;
    background-color: #f3f4f6;
    border-radius: 15px;
}
#search input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    width: 100%;
    padding: 15px 22px;
    background-color: #f3f4f6;
}
#search .input-group-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: auto;
    background-color: transparent;
    color: var(--blue);
}
#search .input-group-btn i {
    font-weight: lighter;
    font-size: 30px;
}
#search .input-group-btn button {
    background-color: #f3f4f6;
    padding-left: 2px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
}
#search .input-group-btn button:hover {
    color: var(--btn-hover-orange);
}
.header-account-container {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.header-account-container .account-image svg {
    width: 54px;
    height: 54px;
    display: block;
    text-align: center;
    padding: 5px;
    background-color: #F9FAFB;
    color: #000;
    border-radius: 500px;
    /* border: 1px solid #000; */
}
.header-account-container .account-image svg:hover {
    background-color: #fbc926;
    color: var(--text-black);
}


.header-account-container .account-text {
    width: 130px;
    overflow: hidden;
}
.header-account-container .account-text p {
    margin: 6px 0px 0px !important;
    color: var(--text-white);
}
.header-account-container .account-text a {
    display: inline-block;
}
.header-account-container .account-text a.logged-account-btn {
    display: inline-block;
    max-width: 130px;
    max-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--text-red);
}
.header-bottom .comenzi-telefonice {
    margin: 0px 0px 0px auto;
    color: #333;
}
.header-bottom .comenzi-telefonice .tel-image-container {
    width: 50px;
    padding: 4px 10px 0px 0px;
}
.header-bottom .comenzi-telefonice .comenzi-telefonice-text {
    width: 210px;
}
.header-bottom .comenzi-telefonice .light-text {
    text-transform: uppercase;
    font-family: 'DIN Pro';
    font-weight: 300;
    font-size: 20px;
    color: inherit;
    line-height: 1.1;
}
.header-bottom .comenzi-telefonice .bold-text {
    font-family: 'DIN Pro';
    font-weight: bold;
    font-size: 20px;
    color: inherit;
}
.header-bottom .comenzi-telefonice .bold-text:hover {
    color: var(--text-red);
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle {
    margin-top: 4px;
    /* opacity: 0.8; */
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle:hover {
    opacity: 1;
    scale: 1.1;
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle > i {
    border-radius: 100%;
    width: 38px;
    height: 38px;
    position: relative;
    display: inline-block;
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle > i:hover {
    background-color: var(--red-background);
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle > i img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle #cart-count {
    top: 2px;
    left: Gpx;
    background: var(--red-background);
    color: var(--text-white);
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle #cart-total {
    margin: -4px 0px 0px -5px;
    color: var(--text-white);
    vertical-align: 11px;
}
.header-bottom .header-cart-container .header-cart .btn.cart-toggle #cart-total:hover {
    color: var(--red-background);
}
.header-bottom .header-cart-container .cart-dropdown p {
    color: var(--bs-body-color);
}
.mobile-menu-btn-container {
    display: none;
}
.close-mobile-menu-btn-container {
    display: none;
}


@media only screen and ( max-width: 1480px ) {
    .header-account-container .account-text {
        width: 105px;
    }
    .header-bottom .comenzi-telefonice .tel-image-container {
        width: 40px;
        padding: 7px 10px 0px 0px;
    }
    .header-bottom .comenzi-telefonice .comenzi-telefonice-text {
        width: 190px;
    }
    .header-bottom .comenzi-telefonice .light-text, 
    .header-bottom .comenzi-telefonice .bold-text {
        font-size: 18px;
    }
}

@media only screen and ( max-width: 1400px ) {
    #search input {
        width: 200px;
    }
}

@media only screen and ( max-width: 1360px ) {
    #search input {
        width: 150px;
    }
}

@media only screen and ( max-width: 1310px ) {
    #search input {
        width: 120px;
    }
}

@media only screen and ( max-width: 1280px ) {
    #search input {
        width: calc(100% - 20px);
        padding: 7px 10px;
    }
    #search .input-group-btn button {
        background-color: #f3f4f6;
        padding-left: 2px;
        padding-right: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border: none;
    }
    #search .input-group-btn i {
        font-weight: lighter;
        font-size: 17px;
    }
    .header-bottom .comenzi-telefonice {
        width: 50%;
        margin-left: 0px;
    }
    .header-bottom .header-cart-container {
        margin-left: auto;
    }
    .verifica-comanda-container .btn-order-status {
        font-size: 14px;
        padding: 2px 5px;
    }
    .header-cart .btn.cart-toggle svg {
        width: 40px;
        height: 40px;
        padding: 10px;
        background-color: #f3f4f6;
        margin-right: 10px;
    }
}

@media only screen and ( max-width: 991px ) {
    .header-bottom .header-desktop-logo-container, 
    .header-bottom .header-md-logo-container {
        order: 1;
    }
    .header-bottom .header-menu-container {
        order: 2;
    }
    .header-search-container {
        order: 3;
    }
    .header-bottom .comenzi-telefonice {
        order: 4;
    }
    .header-bottom .header-cart-container {
        order: 5;
    }
    .header-account-container {
        order: 6;
    }
}

@media only screen and ( max-width: 820px ) {
    .header-bottom .header-menu-container {
        margin-left: auto;
    }
    .header-search-container {
        width: 100% !important;
        /* margin-top: 5px; */
    }
}

@media only screen and ( max-width: 840px ) {
    .header-top.header-class-top-logged .header-top-content {
        flex-wrap: wrap;
    }
    .header-top.header-class-top-logged .locatie-btn-container {
        width: 50%;
        border-bottom: 1px solid var(--text-white);
        margin-bottom: 5px;
    }
    .header-top.header-class-top-logged .program-container {
        width: 50%;
        border-bottom: 1px solid var(--text-white);
        margin-bottom: 5px;
    }
    .header-top.header-class-top-logged .verifica-comanda-container {
        width: auto;
        border-bottom: 1px solid var(--text-white);
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .header-top.header-class-top-logged .program-container + .verifica-comanda-container {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .header-top.header-class-top-logged .btn-order-status {
        margin-left: auto;
        margin-right: auto;
    }
    .header-top.header-class-top-logged .social-icons-container {
        width: auto;
    }
    .header-top.header-class-top-logged .locatie-btn-container + .verifica-comanda-container + .social-icons-container {
        width: 50%;
    }
}
@media only screen and ( max-width: 788px ) {
    #new-atc-wrap .new-atc {
        max-width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    #new-atc-wrap .new-atc .module-title {
        font-size: 28px;
    }
}

@media only screen and ( max-width: 767px ) {
    .mobile-menu-btn-container {
        display: inline-block;
    }
    .close-mobile-menu-btn-container {
        display: inline-block;
    }
    .mobile-menu-btn-container .mobile-menu-btn {
        background-color: var(--yellow);
        /* background-color: #e8eefa; */
        color: var(--black);
        font-size: 20px;
        font-weight: 700;
        border: 1px solid #e8eefa;
        line-height: 1;
        width: 100%;
        margin-bottom: 10px;
    }
    .mobile-menu-btn-container .mobile-menu-btn:hover {
        background-color: var(--blue-background);
        color: var(--text-red);
    }
    .header-bottom .header-md-logo-container {
        width: 130px !important;
        margin-left: 0px;
        margin-right: 0px;
        order: 2;
    }
    .header-bottom .header-menu-container {
        order: 1;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 100%;
        left: 0px;
        z-index: -10000;
        background-color: var(--body-background);
        display: flex;
        flex-direction: column;
        padding: 40px 15px;
        opacity: 0;
    
        display: none;
    }
    body.body-opened-mobile-menu {
        overflow: hidden;
    }
    .header-bottom .header-menu-container .close-mobile-menu-btn-container a {
        width: auto;
        border: none;
        border: 1px solid var(--border-light-gray-color);
        margin-bottom: 10px;
    }
    .only-slideshow-row .module.module-slideshow {
        padding: 0 10px;
    }
    .category-home {
        margin: 0 !important;
    }
}

@media only screen and ( max-width: 730px ) {
    .header-top.header-class-top-not-logged .header-top-content {
        flex-wrap: wrap;
    }
    .header-top.header-class-top-not-logged .locatie-btn-container {
        width: 50%;
        border-bottom: 1px solid var(--text-white);
        margin-bottom: 5px;
    }
    .header-top.header-class-top-not-logged .program-container {
        width: 50%;
        border-bottom: 1px solid var(--text-white);
        margin-bottom: 5px;
    }
    .header-top.header-class-top-not-logged .verifica-comanda-container {
        width: 50%;
        border-bottom: 1px solid var(--text-white);
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .header-top.header-class-top-not-logged .program-container + .verifica-comanda-container {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .header-top.header-class-top-not-logged .btn-order-status {
        margin-left: auto;
        margin-right: auto;
    }
    .header-top.header-class-top-not-logged .social-icons-container {
        width: 50%;
    }
    .header-top.header-class-top-not-logged .locatie-btn-container + .verifica-comanda-container + .social-icons-container {
        width: 100%;
    }
}

@media only screen and ( max-width: 530px ) {
    .header-top .program-container {
        font-size: 14px;
    }
    .header-top .btn-order-status {
        padding: .175rem .35rem;
    }
    .header-top .social-icons-container a {
        margin-right: 10px;
    }
    .header-bottom .header-md-logo-container {
        width: 150px !important;
    }
    .header-bottom .comenzi-telefonice .tel-image-container {
        width: 36px;
        padding: 5px 7px 0px 0px;
    }
    .header-bottom .comenzi-telefonice .light-text, .header-bottom .comenzi-telefonice .bold-text {
        font-size: 16px;
    }
    .header-bottom .comenzi-telefonice .comenzi-telefonice-text {
        width: 168px;
    }
}

@media only screen and ( max-width: 479px ) {
    .header-top.header-class-top-not-logged .locatie-btn-container {
        width: 40%;
        font-size: 14px;
    }
    .header-top.header-class-top-not-logged .program-container {
        width: 60%;
    }
    .header-top.header-class-top-not-logged .verifica-comanda-container {
        width: 60%;
        font-size: 14px;
    }
    .header-top.header-class-top-not-logged .social-icons-container {
        width: 40%;
    }

    .header-top.header-class-top-logged .locatie-btn-container {
        width: 40%;
        font-size: 14px;
    }
    .header-top.header-class-top-logged .program-container {
        width: 60%;
    }
    .header-top.header-class-top-logged .verifica-comanda-container {
        width: 100%;
        font-size: 14px;
        min-width: 100%;
    }
    .header-top.header-class-top-logged .social-icons-container {
        width: 60%;
        margin-top: 5px;
        border-top: 1px solid var(--text-white);
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-top.header-class-top-logged .favorite-btn-container {
        width: 40%;
        margin-left: 0px;
        margin-top: 5px;
        border-top: 1px solid var(--text-white);
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .header-top.header-class-top-logged .favorite-btn-container a {
        display: inline-block;
    }
    
    .header-bottom .header-md-logo-container {
        margin-left: auto;
        margin-right: auto;
    }
    .header-bottom .header-menu-container {
        width: 100% !important;
        margin-left: 0px;
        text-align: center;
    }
    .header-bottom .comenzi-telefonice .tel-image-container {
        width: 30px;
        /* padding: 5px 5px 0px 0px; */
        padding: 0px 5px 0px 0px;
    }
    .header-bottom .comenzi-telefonice .comenzi-telefonice-text {
        /* width: 148px; */
        width: 90px;
    }
    .header-bottom .comenzi-telefonice .light-text, .header-bottom .comenzi-telefonice .bold-text {
        font-size: 14px;
    }
    .header-bottom .comenzi-telefonice .light-text {
        display: none;
    }
    .header-account-container {
        font-size: 12px;
    }
    .header-account-container .account-image {
        width: 28px;
    }
    .header-bottom .header-cart-container {
        width: 59px !important;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media only screen and ( max-width: 479px ) {
    .header-top.header-class-top-not-logged .locatie-btn-container {
        display: none;
    }
    .header-top.header-class-top-not-logged .program-container {
        display: none;
    }
    .header-top .locatie-btn-container {
        display: none;
    }
    .header-top .program-container {
        display: none;
    }

    /* .mobile-menu-btn-container {
        display: inline-block;
    }
    .close-mobile-menu-btn-container {
        display: inline-block;
    }
    .mobile-menu-btn-container .mobile-menu-btn {
        background-color: var(--red-background);
        color: var(--blue);
        font-size: 22px;
        border: 1px solid var(--red-background);
        line-height: 1;
    }
    .mobile-menu-btn-container .mobile-menu-btn:hover {
        background-color: var(--blue-background);
        color: var(--text-red);
    }
    .header-bottom .header-md-logo-container {
        width: 130px !important;
        margin-left: 0px;
        margin-right: 0px;
        order: 2;
    }
    .header-bottom .header-menu-container {
        order: 1;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 100%;
        left: 0px;
        z-index: -10000;
        background-color: var(--body-background);
        display: flex;
        flex-direction: column;
        padding: 40px 15px;
        opacity: 0;

        display: none;
    }
    body.body-opened-mobile-menu {
        overflow: hidden;
    }
    .header-bottom .header-menu-container .close-mobile-menu-btn-container a {
        width: auto;
        border: none;
        border: 1px solid var(--border-light-gray-color);
        margin-bottom: 10px;
    } */

    /* .body-opened-mobile-menu .header-bottom .header-menu-container {
        position: fixed;
        bottom: 0px;
        opacity: 1;
        z-index: 10000;
    } */

    .header-search-container {
        order: 7;
    }

    .header-bottom .comenzi-telefonice {
        display: none !important;
    }
    .header-bottom .header-cart-container .header-cart .btn.cart-toggle {
        margin-right: 8px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .header-account-container {
        padding-left: 0px;
    }
    .header-account-container .account-image {
        padding-right: 0px;
        width: 42px;
        height: 42px;
    }
    .header-account-container .account-image a {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid var(--text-white);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }
    .header-account-container .account-image a:hover {
        background-color: var(--red-background);
    }
    .header-account-container .account-image a img {
        max-width: 22px;
    }
    .header-account-container .account-text {
        display: none;
        width: 0px;
    }
    #new-atc-wrap .new-atc {
        padding: 10px;
    }
    #new-atc-wrap .new-atc .module-title {
        font-size: 20px;
    }
    #new-atc-wrap .new-atc .col-image-atc {
        width: 100%;
        padding: 0px 25% 10px;
        text-align: center;
    }
    #new-atc-wrap .new-atc .col-text-atc {
        width: 100%;
        padding-bottom: 10px;
    }
}

.call-header {
    display: block;
    padding:10px;
}
.call-header a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.call-header a:hover {
    color: #fbc926;
}
.call-header a > span {
    font-weight: 800;
}
.verifica-comanda-container .btn-order-status {
    border-radius: 10px;
    margin-top: 10px;
}

.header-menu-container {
    position: relative;
    display: block;
    flex: 1 1 auto;
}

.header-menu-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* justify-content: flex-end; */
}
.header-menu-item {
    position: static;
    display: block;
    flex: 0 0 auto;
    border: 1px solid #f3f4f6;
    padding:10px 64px;
}
.header-menu-item.header-menu-flex-start {
    margin-right: auto;
}
.header-menu-item > a {
    font-weight: 500;
    font-size: 18px;
    padding: 15px 15px;
    text-transform: uppercase;
}
.header-menu-item.header-menu-flex-start > a {
    color: #000000;
    font-weight: 800;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 7px;
}

.header-menu-item-dropdown-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    /* padding-top: 15px; */
    transform: translateY(-30px);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s all;
    z-index: 2;
}
.homepage .header-menu-item > .header-menu-item-dropdown-wrap,
.header-menu-item:hover > .header-menu-item-dropdown-wrap {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}
.header-menu-item-dropdown {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f3f4f6;
    /* box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1); */
    border-radius: 0px 0px 8px 8px;
    padding: 5px 0;
}

.header-menu-item-dropdown a {
    color :#000000;
    font-weight: 400;
    text-transform: none;
}
.header-menu-dropdown-item > a {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 15px;
    font-weight: 500;
    
}
.header-menu-dropdown-item > a:hover {
    background: #F9FAFB;
    border-radius: 10px;
}
.header-menu-dropdown-item > a span.text {
    position: relative;
    display: block;
    flex: 1 1 auto;
}
.header-menu-dropdown-item > a i {
    position: relative;
    display: block;
    flex: 0 0 auto;

    font-size: 115%;
}


.header-menu-subdown-wrap {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 350px;
    z-index: 2;

    pointer-events: none;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.2s all;
    height: 100%;
}
.header-menu-dropdown-item:hover > .header-menu-subdown-wrap {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}
.header-menu-subdown {
    position: relative;
    display: block;
    columns: 1;
    width: 100%;
    background: #ffffff;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 5px 0;
    height: 100%;
}
.header-menu-subdown-wrap.has-children {
    min-width: 1000px;
}
.header-menu-subdown-wrap.has-children .header-menu-subdown {
    columns: 4;
}




.header-menu-subdown a {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 2px 15px;
}
.header-menu-subdown a.baby-text {
    font-weight: 300;
}

.header-menu-dropdown-item {
    position: static;
    display: block;
    padding: 0 7px;
}

.header-menu-subdown .header-menu-subdown-item {
    position: relative;
    display: block;
    break-inside: avoid-column;
}


.header-menu-item.header-main-category-menu .header-menu-item-dropdown-wrap {
    width: 367.5px;
    height: 609px;
    /* padding-top: 27px; */
}
.header-menu-item.header-main-category-menu .header-menu-item-dropdown-wrap .header-menu-item-dropdown {
    height: 100%;
    padding: 7px 0;
}

/* Modul category homepage */
.category-home {
    margin: 20px auto;
}
.category-home .title-category-modul {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 0px;
}
.category-home .category_box {
    background: #F9FAFB;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.category-home .category_box .image {
    padding: 15px;
}
.category-home .category-name a {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 10px 0 0 0;
    display: block;
}
@media only screen and ( max-width: 991px ) {
    .categorybox-mobile {
        justify-content: start;
        display: grid;
        grid-template-columns: 2fr 2fr;
        gap: 10px;
        padding: 10px;
    }
    .categorybox-mobile .items {
        width: 100%;
        padding: 0;
        background: #F9FAFB;
    }
    .icons-mobile {
        justify-content: start;
        display: grid;
        grid-template-columns: 2fr 2fr;
        gap: 10px;
        padding: 10px;
    }
    .header-mobil {
        margin-bottom: 20px;
    }
    .header-logo img {
        width: auto;
        height: auto;
    }
}