﻿
:root {
    --primary: #5a5449 !important;
    overscroll-behavior: none!important;
}
body {
    overscroll-behavior: none!important;
}
.language-container {
    color: #fff;
    width: 0;
    font-family: "Public Sans", sans-serif;
    display: flex;
    justify-content: end;
}

    .language-container:hover {
        text-decoration: underline;
    }


.badge2 {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff7272;
    font-size: 12px;
    padding: 0rem;
    border-radius: 100%;
    position: sticky !important;
    margin-left: 0rem !important;
    margin-top: -0.7rem !important;
    text-align: center !important;
    transform: translate3d(0,0,0)!important;
}

.badge3-Bg {
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff7272;
    font-size: 12px;
    padding: 0rem;
    border-radius: 100%;
    position: sticky !important;
    margin-left: 0rem !important;
    margin-top: -1.6rem !important;
    text-align: center !important;
    transform: translate3d(0,0,0)!important;
}

/* Stilizare pentru select box */
.select-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    /*padding: 30px;*/
    cursor: pointer;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    font-size: 0.9rem;
}

    .select-box img {
        width: 1rem;
    }

/* Containerul cu opțiuni */
#optionsContainer {
    position: absolute;
    border: 1px solid #f2f2f2;
    width: 8rem;
    margin-top: 1.8rem;
    background-color: #fff;
    padding: 1rem;
    z-index: 2;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Stilizare pentru opțiuni */
.option-lng {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .option-lng:hover {
    }

.item-lng {
    display: flex;
    gap: 0.3rem;
    padding: 0.5rem;
    flex-direction: row !important;
    justify-content: center !important;
    align-content: center !important;
    color: #535353;
}

    .item-lng:hover {
        text-decoration: underline;
        color: #877d60;
        background-color: #f8f8f8;
        transition: ease-in-out .2s;
    }

    .item-lng:hover, .itm-img {
        transform: scale(1.05);
        transition: ease-in-out .3s;
    }

.item-img {
    width: 1.5rem;
}

.dropdownarrow {
    margin-left: -0.4rem;
    width: 1rem;
    transform: rotate(270deg);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ead9a7;
    color: #fff;
    transition: .1s;
    cursor: pointer;
    padding: 1rem;
    font-size: 0.9rem;
    border-radius: 3rem;
    box-shadow: 1px 1px 0px 0px #bdae86d1;
}

    #myBtn:hover {
        background-color: #fcefc9;
        color: #454135;
        transform: scale(1.1);
        transition: .1s;
    }

.top-icon {
    width: 2rem;
    display: flex !important;
    justify-content: center !important;
    align-content: center !important;
}

body {
    margin: 0 !important;
}

header .onhover-dropdown .onhover-div {
    padding: 1.1rem 0.1rem 1rem 1rem !important;
    scrollbar-color: #aaa492 #fff !important;
}

.home-section-2.home-section-bg {
    padding-top: 9rem !important;
}

.path-container {
    padding-top: 1rem;
}

.blog-section {
    padding-top: 1rem !important;
}

.header-compact {
    z-index: 2 !important;
    /*    background-color: #ffffffcf;*/
    /*background-color: #faf4e4;*/
    /*  background: rgb(250,244,228);
    background: -moz-linear-gradient(191deg, rgba(250,244,228,1) 0%, rgba(182,170,138,1) 99%);
    background: -webkit-linear-gradient(191deg, rgba(250,244,228,1) 0%, rgba(182,170,138,1) 99%);
    background: linear-gradient(191deg, rgba(250,244,228,1) 0%, rgba(182,170,138,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf4e4",endColorstr="#b6aa8a",GradientType=1);*/
    background: rgb(250,244,228);
    background: -moz-linear-gradient(355deg, rgba(250,244,228,1) 0%, rgba(203,189,154,1) 100%);
    background: -webkit-linear-gradient(355deg, rgba(250,244,228,1) 0%, rgba(203,189,154,1) 100%);
    background: linear-gradient(355deg, rgba(250,244,228,1) 0%, rgba(203,189,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf4e4",endColorstr="#cbbd9a",GradientType=1);
    /*    background: rgb(255,255,255);
    background: -moz-linear-gradient(248deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 30%, rgba(246,246,246,1) 87%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(248deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 30%, rgba(246,246,246,1) 87%, rgba(255,255,255,1) 100%);
    background: linear-gradient(248deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(245,245,245,1) 30%, rgba(246,246,246,1) 87%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);*/
}

.header-absolute {
    position: fixed !important;
    max-height: 10rem !important;
    height: 10rem !important;
}
/*.nav-link:hover {
    color:#262626ff!important;
}*/
.space-row {
    padding-top: 1rem;
}

.deal-button {
    color: #f26868 !important;
    background-color: antiquewhite !important;
}

    .deal-button:before {
        background-color: antiquewhite !important;
    }

    .deal-button:hover {
        background-color: #f26868 !important;
        color: #fff !important;
    }

.search-button-2 {
    background-color: #c4b896 !important;
    border-color: #c4b896 !important;
}

.form-control:focus {
    border: none;
}

.form-control::placeholder {
    border: none;
}


.product-box-4b a:hover {
    color: #877d60 !important;
}

.mobile-device-list {
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    background-color: #00000028;
}

.header-nav {
    gap: 1rem;
}

.button-background {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-top .top-left-header {
    width: 25rem;
}
.navbar-nav li a{
    text-transform: capitalize !important;
}

.header-nav-left h6 {
    text-transform: capitalize !important;
}

.header-nav .header-nav-left .category-dropdown .category-list li a h6:before {
    background-color: #9b978e !important;
    bottom: -1px !important;
}

.navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px !important;
    bottom: 0px !important;
    left: 0;
    background-color: #5a5449 !important;
    opacity: 0.3;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.navbar-nav {
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.navbar-nav-firstHalf {
    gap: 0.5rem;
}

#offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    /*max-width: 700px;*/
}

.nav-item .nav-link, .nav-item .nav-link2 {
    font-size: 0.9rem !important;
    color: #222222;
}

.nav-item:hover > .nav-link:not(.disabled) {
    color: #877d60 !important;
}

.nav-item:hover > .nav-link2:not(.disabled) {
    color: #877d60 !important;
}

.product-box-4:hover .product-detail a .name {
    color: #5a5449 !important;
}

.menu-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.9rem;
    border: none;
    border-radius: 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: sans-serif;
    letter-spacing: 0.2px;
    color: #000;
    background-color: #f8f8f8;
    gap: 0.3rem;
    transition: .2s;
}

    .menu-post:hover {
        /*    background-color: #fff !important;
        color: #0baf9a;
        transform: scale(1.1);
        box-shadow:1px 1px 0px 0px #00000010;*/
        transition: .2s;
        transform: scale(1.03);
        background: rgb(90, 84, 73);
        background: -moz-linear-gradient(301deg, rgba(90, 84, 73, 1) 0%, rgba(20, 18, 14, 1) 100%);
        background: -webkit-linear-gradient(301deg, rgba(90, 84, 73, 1) 0%, rgba(20, 18, 14, 1) 100%);
        background: linear-gradient(301deg, rgba(90, 84, 73, 1) 0%, rgba(20, 18, 14, 1) 100%);
        color: #fff;
    }

.arrow-left-adm {
    background-color: white;
    border-radius: 100%;
}

.category-button-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #fff;
    height: 100vh;
    width: 50%;
    overflow-x: scroll;
}

    .category-button-menu ul {
        padding-left: 2rem;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
    }

        .category-button-menu ul a {
            font-size: 1.1rem;
            font-weight: 600;
        }

        .category-button-menu ul li {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            padding: 0.4rem;
        }

            .category-button-menu ul li:hover {
                color: #0DA487;
                letter-spacing: 1px;
            }

            .category-button-menu ul li a {
                padding: 0.1rem;
                padding-top: 0.8rem;
                font-size: 1.1rem;
                font-weight: 500;
            }

                .category-button-menu ul li a:hover {
                    color: #0DA487;
                }


.cart-displayed {
    background-color: #00000028;
}

.cart-button-menu {
    box-shadow: 20px 20px 20px black;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: white;
    height: 100vh;
    width: 50%;
    position: fixed;
    right: 0;
    overflow-x: scroll;
}

    .cart-button-menu ul {
        padding-left: 1rem;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
    }

        .cart-button-menu ul a {
            font-size: 1.1rem;
            font-weight: 600;
        }

        .cart-button-menu ul li {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            padding: 0.4rem;
        }

            .cart-button-menu ul li:hover {
                color: #0DA487;
                letter-spacing: 1px;
            }

            .cart-button-menu ul li a {
                padding: 0.1rem;
                padding-top: 0.8rem;
                font-size: 1.1rem;
                font-weight: 500;
            }

                .cart-button-menu ul li a:hover {
                    color: #0DA487;
                }

.top-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding: 1rem;
    font-size: 1.1rem;
    background-color: #f8f8f8;
    width: 100%;
}

a:hover {
    cursor: pointer;
}

.row-post {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffffcf;
}


.col-12-post {
    display: flex;
    justify-content: space-around;
    align-items: start;
    width: 100%;
}

.service-contain-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    width: 80%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.service-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.service-detail h5 {
    font-size: 0.9rem !important;
    display: inline-block;
    cursor: default !important;
}

    .service-detail h5:after {
        content: '';
        width: 0px;
        height: 0.2rem;
        display: block;
        margin-top: 0.1rem;
        background: #12cbb3;
        transition: 300ms;
    }

    .service-detail h5:hover:after {
        width: 100%;
    }

footer .main-footer {
    border-top: none !important;
}

.footer-contact {
    width: 10rem;
}

.footer-title {
    width: 10rem;
}

/*.custom-pagination .pagination .page-item.active .page-link {
    background-color: #000 !important;
}*/
.mobile-device {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 10%;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 4;
    overflow: hidden;
    background-color: #000;
    color: white;
}

    .mobile-device ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        gap:2rem;
    }

.page-item.active .page-link {
    z-index: 1 !important;
}

.mobile-device li a {
    color: white;
 /*       padding: 0.19rem;
    margin: 0.5rem;*/
}

.product-box-contain2 {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price-box h4 {
    margin-right: 1rem !important;
}

.drop-cart2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    padding: 1rem;
    gap: 1rem;
}

.drop-image2 {
}

    .drop-image2 img {
        width: 5rem;
        height: 5rem;
    }

.drop-contain2 h5 {
    word-break: break-word;
}

.drop-contain2 {
    width: 9rem;
    letter-spacing: 0;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.cart-list2 {
    max-height: 56rem;
    overflow-y: auto;
}

.close_button2 {
    border-radius: 50% !important;
    width: 1rem !important;
    height: 1rem !important;
    background-color: #dbdbdb !important;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: none;
}

.button-group2 {
    display: flex;
    padding-left: 1rem !important;
}

.btn-sm2 {
    background-color: #0baf9a !important;
    color: white !important;
}

.price-box2 {
    padding: 1rem;
}

.onhover-div2 {
    margin: 0 auto;
}

.user-box-name li {
    border-bottom: none !important;
    border: none !important;
    display: flex !important;
    justify-content: start;
    align-items: center;
    gap: 0.4rem;
}

    .user-box-name li svg {
        width: 1rem;
    }

        .user-box-name li svg line {
            color: #0baf9a;
        }

.user-box-name {
    background-color: white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

    .user-box-name li {
        padding: 10px !important;
    }

        .user-box-name li a {
            color: #2c323f !important;
            font-size: 0.9rem;
            letter-spacing: 0.05rem;
        }

            .user-box-name li a:hover {
                color: #c4b896 !important;
            }

.profile-dropdown li:hover a span:hover {
    color: #2c323f !important;
}

.userlogged {
    width: 1.3rem;
}

.delivery-icon .feather {
    width: 1.2rem !important;
}

.delivery-icon {
    cursor: pointer;
}

.logo-m {
    width: 1rem;
}

.arrow-left {
    border-radius: 50%;
    background-color: white;
}

.middle-box {
    width: 100%;
    justify-content: center;
}

.inform-box {
    min-width: 20rem !important;
    width: 20rem;
}

.progress-container {
    width: 100% !important;
    height: 0.2rem;
    background: #0000;
}

.progress-bar {
    position: fixed;
    z-index: 0;
    top: 10rem;
    left: 0;
    width: 0%;
    height: 0.3rem;
    /*background: #000!important;*/
    background: rgb(90,84,73) !important;
    background: -moz-linear-gradient(301deg, rgba(90,84,73,1) 0%, rgba(20,18,14,1) 100%) !important;
    background: -webkit-linear-gradient(301deg, rgba(90,84,73,1) 0%, rgba(20,18,14,1) 100%) !important;
    background: linear-gradient(301deg, rgba(90,84,73,1) 0%, rgba(20,18,14,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a5449",endColorstr="#14120e",GradientType=1) !important;
}

.custom-pagination .pagination .page-item.active .page-link {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.web-logo {
    display: flex !important;
}


@media screen and (min-width:1px) {
    .mobile-device ul li a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0.2rem;
    }

    .btn-adm a {
        max-width: 6rem;
        word-break:break-word;
    }

    .btn-mag a {
        max-width: 6rem;
    }
    .btn-cos .badge {
        background-color: #ff7272;
        position: relative !important;
    }
}


.category-button-menu .category-list h6 {
    color: #0baf9a;
    padding-left: 0.8rem;
}

@media only screen and (min-width:425px) {
    .mobile-device li {
        /* padding: 0.4rem;*/
    }

    .mobile-device ul {
        gap: 1rem;
    }
}

@media only screen and (min-width:500px) {
    .mobile-device ul {
        gap: 2rem;
    }
}

@media only screen and (min-width:550px) {
    .mobile-device ul {
        gap: 4rem;
    }
}

@media only screen and (min-width:600px) {
    .mobile-device ul {
        gap: 6rem;
    }
}

@media only screen and (min-width:650px) {
    .mobile-device ul {
        gap: 8rem;
    }
}

@media only screen and (min-width:700px) {
    .mobile-device ul {
        gap: 9rem;
    }
}

@media only screen and (min-width:800px) {
    .mobile-device ul {
        gap: 11rem;
    }
}

@media only screen and (min-width:768px) {

    .mobile-device li {
        padding: 0.7rem;
    }

        .mobile-device li a {
            padding: 1rem;
        }

    .btn-adm a span {
        min-width: 6rem !important;
    }
}

@media only screen and (min-width:992px) {
    .mobile-device {
        visibility: hidden;
    }

    .mobile-device-list {
        visibility: hidden;
    }
}


#navbar-category {
    display: none;
}

    #navbar-category.active {
        display: block;
    }

#navbar-cart {
    display: none;
}

    #navbar-cart.active {
        display: block;
    }

@media only screen and (min-width:1199px) {
    .header-nav-left {
        display: none !important;
    }
    /* .category-menu-xl {
        display: none !important;
    }*/

}

@media only screen and (max-width:1199px) {
    .bg-display {
        display: none;
    }
}


@media only screen and (max-width:767px) {
    .row-post {
        display: none;
    }
    /*  .space-row3 {
        padding-top: 9rem;
    }*/
    .home-section-2.home-section-bg {
        padding-top: 10rem !important;
    }

    #myBtn {
        bottom: 6rem!important;
    }
}

@media only screen and (max-width:1023px) {
    .service-box .service-image img {
        width: 1.5rem !important;
    }

    .service-box .service-detail h5 {
        font-size: 0.7rem !important;
    }
}

.top-links a:hover {
    color: #0baf9a !important
}

@media only screen and (max-width:991px) {
    .row-post {
        display: none;
    }

    #liCartShop {
        display: none;
    }

    .category-menu-xl {
        display: none !important;
    }

    #myBtn {
        bottom: 7rem;
    }
}

@media screen and (max-width:1260px) {
    #offcanvas-body {
        max-width: 700px;
    }
}

@media screen and (max-height: 1140px) {

    .cart-list2 {
        max-height: 40rem !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-height: 894px) {


    .cart-list2 {
        max-height: 30rem !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .space-row {
        padding-top: 0rem;
    }
}

@media screen and (max-height: 740px) {


    .cart-list2 {
        max-height: 20rem !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-width: 765px) {
    .drop-cart2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        padding: 0.5rem;
        gap: 0rem;
    }

    .onhover-div2 {
        margin: 0;
    }
}


@media screen and (max-width: 668px) {
    .drop-cart2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        padding: 0rem;
        padding-top: 0.5rem;
        gap: 0rem;
    }

    .onhover-div2 {
        margin: 0;
    }

    .drop-image2 img {
        width: 4rem;
        height: 4rem;
    }

    .drop-contain2 {
        width: 9rem;
        letter-spacing: 0;
        padding-left: 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

        .drop-contain2 h5, .drop-contain2 h6 {
            font-size: 0.9rem;
        }
}

@media screen and (max-width: 600px) {
    .drop-cart2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        padding: 0rem;
        padding-top: 0.5rem;
        gap: 0rem;
    }

    .onhover-div2 {
        margin: 0;
    }

    .drop-image2 img {
        width: 3rem;
        height: 3rem;
    }

    .drop-contain2 {
        width: 8rem;
        letter-spacing: 0;
        padding-left: 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

        .drop-contain2 h5, .drop-contain2 h6 {
            font-size: 0.7rem;
        }
}

@media screen and (max-width: 480px) {
    .drop-cart2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        padding: 0rem;
        padding-top: 0.3rem;
        gap: 0rem;
    }

    .onhover-div2 {
        margin: 0;
    }

    .drop-image2 img {
        width: 2rem;
        height: 2rem;
    }

    .drop-contain2 {
        width: 8rem;
        letter-spacing: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

        .drop-contain2 h5, .drop-contain2 h6 {
            font-size: 0.7rem;
        }

    .cart-button-menu ul {
        padding: 0 !important;
    }

    .close_button2 {
        width: 1rem !important;
        height: 1rem !important;
        padding: 0.7rem;
    }
}

@media screen and (max-width:420px) {
    .mobile-device li a {
        padding: 0rem;
        margin: 0rem;
    }
}

@media screen and (max-width: 408px) {
    .drop-cart2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        padding: 0rem;
        padding-top: 0.3rem;
        gap: 0rem;
    }

    .onhover-div2 {
        margin: 0;
    }

    .drop-image2 img {
        width: 2rem;
        height: 2rem;
    }

    .drop-contain2 {
        width: 5rem;
        letter-spacing: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

        .drop-contain2 h5, .drop-contain2 h6 {
            font-size: 0.7rem;
        }

    .cart-button-menu ul {
        padding: 0 !important;
    }

    .close_button2 {
        width: 1rem !important;
        height: 1rem !important;
        padding: 0.7rem;
    }
}
@media screen and (max-width:366px){
    .badge3-Bg {
        margin-left: 0rem !important;
        margin-top: -1.6rem !important;
    }
}
@media screen and (max-width:344px) {
    .badge3-Bg {
        margin-left: 0rem !important;
        margin-top: -1.8rem !important;
    }
}
@media screen and (max-width: 300px) {
    .drop-cart2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        padding: 0rem;
        padding-top: 0.3rem;
        gap: 0rem;
    }

    .onhover-div2 {
        margin: 0;
    }

    .drop-image2 img {
        width: 2rem;
        height: 2rem;
    }

    .drop-contain2 {
        width: 5rem;
        letter-spacing: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

        .drop-contain2 h5, .drop-contain2 h6 {
            font-size: 0.6rem;
        }

    .cart-button-menu ul {
        padding: 0 !important;
    }

    .close_button2 {
        width: 1rem !important;
        height: 1rem !important;
        padding: 0.7rem;
    }
}

.col-xl-2 {
    width: 25% !important;
}

.section-b-space {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    margin-left: 0rem !important;
    margin-right: 0rem !important; 
}

/*pentru header nou*/

.footer-section-2 {
    padding: 1rem;
}
