/* MINS */

@media (min-width: 991px){
    #menu .dropdown-menu.child{
        overflow-y: auto;
        max-height: 70vh;
        border: 1px solid #ddd;
    }



}

@media (min-width: 1200px){
   
}

/* MAXS */

@media (max-width: 1500px) {

    .custom-dd-menu .custom-line{
        left:250px;
    }
    
    .custom-dd-menu .custom-line.custom-line2{
        left:510px;
    }
    
    .custom-dd-menu .custom-line.custom-line3{
        left:772px;
    }
    
    .custom-line{
        left:calc(20% - 15px);
    }
    
    .custom-line.custom-line2{
        left:calc(40% - 35px);
    }
    
    .custom-line.custom-line3{
        left:calc(60% - 50px);
    }
}

@media (max-width: 1350px) {
    
    .newsletter-footer-content,
    .newsletter-footer-wrapper{
        width:60%;
    }
        
    #products-category-item-wrapper{
        gap:15px
    }
    
    .products-category-item,
    .products-category-item.category-item-w-column {
        flex: 0 1 calc(33% - 17px);
    }
    
    #main-menu > .nav-item.dropdown .custom-dd-menu .nav-item.dropdown{
        max-width: 215px;
        min-width:unset;
    }
    

    .custom-dd-menu .custom-line {
        left: 215px;
    }
    
    .custom-dd-menu .custom-line.custom-line2 {
        left: 435px;
    }
    
    .custom-dd-menu .custom-line.custom-line3 {
        left: 655px;
    }
    
    .custom-line.custom-line2.cl-4 {
        left: 475px;
    }

    
    /* NEW MENU */
    
    .custom-line{
        left:calc(20% - 25px);
    }
    
    .custom-line.custom-line2{
        left:calc(40% - 50px);
    }
    
    .custom-line.custom-line3{
        left:calc(60% - 75px);
    }
    
    #menu .dropdown-inner ul.list-menu-custom.child{
        gap:0 20px;
    }
    
    #main-menu > .nav-item.dropdown .nav-item.dropdown {
        flex: 0 1 calc((100% / 6) - (100px / 6));
    }
}
@media (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cpiw-5{
        display:none;
    }
    
    #menu .custom-dd-menu .dropdown-inner ul{
        width:100%;
    }
    
    .custom-line.custom-line2.cl-3,
    .custom-line.custom-line2.cl-8{
        display:none;
    }
    
    .custom-dd-menu .category-parent-image,
    .custom-dd-menu .category-parent-image-wrapper{
        display:none;
    }
    
    .newsletter-footer-content,
    .newsletter-footer-wrapper{
        width:75%;
    }
    
    .breadcrumb > li.breadcrumb-item,
    .breadcrumb > li{
        font-size:14px;
    }
    
    /* NEW MENU */
    
    #main-menu > .nav-item.dropdown .nav-item.dropdown.dd-key5{
        margin-top:15px;
    }
    
    #main-menu > .nav-item.dropdown .nav-item.dropdown {
        flex: 0 1 calc((100% / 5) - (80px / 5));
    }
    
    .category-parent-image-wrapper{
        max-width:210px;
    }
    
    .category-parent-image{
        max-width:190px;
    }
    
    .img-ch-wrapper{
        max-width:190px;
    }
    
    .custom-line{
        left:calc(20% - 5px);
    }
    
    .custom-line.custom-line2{
        left:calc(40% - 15px);
    }
    
    .custom-line.custom-line3{
        left:calc(60% - 25px);
    }
}

@media (max-width: 991px) {
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .search-container-wrapp{
        width:100%;
    }

    .desktop-header-button{
        display:none;    
    }
    
    /*#main-menu {
        flex-direction: row;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    
    #main-menu::-webkit-scrollbar{
        display:none;
    }*/
   
    .category-parent-image-wrapper{
        display:none;
    }
    
    .header-bot-wrap{
        position:relative;
    }
    
    #menu .nav-item.dropdown .nav-item.dropdown .dropdown-menu{
        width:100%;
        border:none;
    }
    
    #menu div.dropdown-menu{
        padding-bottom:0;
    }
    
    #narbar-menu{
        display:block!Important;
    }
    
    .custom-line{
        display:none!important;
    }

    #close-menu{
        display: block!Important;
        border: none!Important;
        margin: unset;
        height: auto;
        text-align: right;
        padding-top:10px;
        max-width:100px;
    }
    
    #close-menu img{
        max-height:30px;
    }
    
    #menu .nav-item.dropdown:hover .dropdown-menu .dropdown-inner::before{
        display:none;
    }
    
    #menu .nav-item.dropdown:hover .dropdown-menu .dropdown-inner{
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
        border: none;
    }
    
    #menu div.dropdown-menu{
        background:transparent;
    }
    
    #menu .nav-item.dropdown > .dropdown-menu.first-drop{
        display: block;
    }
    
    .menu-responsive-wrapper{
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 15px;
    }
    
    #menu .header-top-item.contr-lang .header-top-link,
    #menu .header-top-item.contr-currency .header-top-link{
        position:relative;
    }
    
    #menu .header-top-item.contr-lang .dropdown-menu,
    #menu .header-top-item.contr-currency .dropdown-menu{
        border: 1px solid #ddd;
        position: absolute;
        z-index: 999;
        background: #fff;
        display:none;
    }
    
    #menu .header-top-item.contr-lang .dropdown-menu.dropdown-menu.dd-right-start.show,
    #menu .header-top-item.contr-currency .dropdown-menu.dropdown-menu.dd-right-start.show{
        display:block;
    }
    
    #menu .lang-di-head{
        width:unset;
    }
    
    .cart-resp-all{
        background: var(--culoare3);
        color: #fff;
        position: absolute;
        top: -8px;
        right: -14px;
        min-width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: 14px;
    }
    
    #telephone-meniu{
        display: none;
    }
    
    #menu .nav-item.dropdown > .dropdown-menu.first-drop{
        width: 100%;
        border-top:1px solid #ddd;
    }
    
    #main-menu > .nav-item.dropdown ul li .dropdown-inner .list-unstyled{
        display: block;
    }
    
    #main-menu > .nav-item.dropdown .nav-item.dropdown.menu-group-header{
        display: block;
    }
    
    #menu .dropdown-inner.big-inner{
        display: block;
    }
    
    #menu .dropdown-inner ul{
        display: block;
    }
    
    #modul-servicii {
        padding: 0;
    }
    
    .modul-servicii-item-content{
        margin-bottom:30px;
    }

    
    
    .d-lg-none.header-account-menu-item img{
        display:none;
    }
    
    #main-menu > .nav-item.dropdown ul li .dropdown-inner .list-unstyled li:hover .img-ch.img-fluid{
        display:none;
    }
    
    .header-account-menu{
        display: flex;
        justify-content: space-between;
    }

    #main-menu > .nav-item.dropdown{
        padding-top: 0;
    }

    #main-menu > .nav-item.dropdown .nav-item.dropdown ul a.buton-vtc{
        display:block;
    }
    
    .header-account-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .header-account-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .header-account-menu-wrap{
        padding-top: 10px;
        padding-right:15px;
        padding-left:15px;
    }
    
    #logo a{
        display: inline-block;
    }
    
    .d-lg-none.header-account-menu-item img{
        display:block;
    }

    
    /* Novles */

    .header-bot-wrap{
        padding-bottom:15px;
        border-bottom:1px solid #c4c4c4;
    }

    #menu .dropdown-inner ul{
        width:100%;
        max-width:unset;
        padding: 0;
    }
    
    #main-menu > .nav-item.dropdown ul li > a{
        padding: 5px 15px;
        margin: 0;
        position:relative;
    }
    
    /*#main-menu > .nav-item.dropdown ul li > a::before{*/
    /*    content: '';*/
    /*    position: absolute;*/
        /*top: 50%;*/
    /*    top: calc(50% + 1px);*/
    /*    transform: translateY(-50%);*/
    /*    left: 0;*/
    /*    background: var(--culoare1);*/
    /*    width: 10px;*/
    /*    height: 1px;*/
    /*}*/
    
    #main-menu > .nav-item.dropdown ul li > a::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 2px;
        background: var(--culoare1);
        width: 8px;
        height: 0;
        border-top: 2px solid var(--culoare1);
    }
    
    #main-menu > .nav-item.dropdown .nav-item.dropdown ul li a{
        padding: 5px 15px;
        margin-left:15px;
    }
    
    #main-menu > .nav-item.dropdown .nav-item.dropdown ul li a.custom-child{
        padding: 5px 15px;
        margin-left:0;
    }
    
    #menu .dropdown-inner{
        width:100%;
    }
    
    #menu .nav-item.dropdown .big-dd-menu .full-width-nav-item, #main-menu > .nav-item.dropdown .nav-item.dropdown{
        max-width:unset;
    }
    
    #menu #main-menu > .nav-item.dropdown > .dropdown-menu > .dropdown-inner{
        min-height:unset;
    }
    
    #menu-top-wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        color: var(--culoare1);
        margin-bottom: 16px;
        width:100%;
    }
    
    /*.menu-top-title{*/
    /*    font-size: 21px;*/
    /*    font-weight: 500;*/
    /*    text-transform: uppercase;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: flex-start;*/
    /*    gap: 8px;*/
    /*}*/
    
    /*.menu-top-title i{*/
    /*    font-size:18px;*/
    /*}*/
    
    .menu-top-title img{
        max-height:60px;
    }
    
    .toggle-menu-resp{
        line-height: 32px;
        display: flex;
        height: 100%;
        position: relative;
        align-items:center;
    }
    
    .toggle-menu-resp .toggle-menu-text{
        font-size: 18px;
        text-transform: uppercase;
        padding-left: 5px;
    }
    
    .menu-top-item{
        position: relative;
        bottom: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .menu-top-item img{
        width: 100%;
        max-width: 35px;
    }
    
    .menu-top-item .header-top-link{
        position:relative;
        text-transform:uppercase;
    }
    
    #menu-section{
        margin-top:0;
    }
    
    .top-footer-title{
        width:100%;
    }
    
    #newsletter-opener{
        width:100%;
    }
    
    .top-footer-description{
        width:100%;
    }
    
    .accept-nl-wrapp{
        width:100%;
    }
    
    .top-footer-wrapper .alert.alert-danger{
        width:100%;
    }

    .col-info-footer-suport{
        order:2;
    }
    
    .col-info-footer-info{
        order:3;
    }
    
    .contact-list-item{
        justify-content:center;
    }
    
    .cont-logo-footer{
        text-align:center;
    }
    
    .footer-socials-lista li{
        margin:0 10px;
    }
    
    #phone-responsive{
        opacity:1;
        visibility:visible;
        display:block;
        z-index:3;
    }
    
    .contact-list-item.payment-list-item span{
        margin:0 10px;
    }
    
    #menu .cat-dd-show-mobile div.dropdown-menu.child,
    #menu .nav-item.dropdown.cat-dd-show-mobile:hover > .dropdown-menu
    #menu .nav-item.dropdown.cat-dd-show-mobile .dropdown:hover .dropdown-menu.child2{
        display:block;
    }
    
    #menu .nav-item.dropdown.cat-dd-show-mobile:hover > .dropdown-menu, 
    #menu .nav-item.dropdown.cat-dd-show-mobile div.dropdown-menu.child,
    #menu .nav-item.dropdown.cat-dd-show-mobile div.dropdown-menu.child .dropdown .dropdown-menu.child2,
    #menu .nav-item.dropdown.cat-dd-show-mobile div.dropdown-menu.child .dropdown:hover > .dropdown-menu.child2{
        display:block;
    }
    
    #menu .nav-item.dropdown:hover > .dropdown-menu,
    #menu div.dropdown-menu.child{
        display:none;
    }
    
    #overlay-menu::after{
        content:'';
        position:fixed;
        left: -100%;
        top:0;
        width:100vw;
        height:100vh;
        visibility:hidden;
        opacity:0;
        background:rgba(0,0,0,.5);
        z-index:5000;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
    }
    
    #overlay-menu.active::after{
        left:0;
        visibility:visible;
        opacity:1;
    }
    
    .header-logo-wrap{
        order:1;
    }
    
    .header-menu-wrap{
        order:2;
    }
    
    .header-icons-wrap{
        order:3;
        position:unset;
    }
    
    #header-bot-wrap{
        position:relative;
        z-index:50;
    }
    
    #header-top-wrap{
        display:none;
    }
    
    .header-icons-wrapper{
        justify-content:flex-end;
    }
    
    .header-top-item.contr-lang{
        margin-right:12px;
    }
    
    .header-top-item{
        padding:6px 0;
    }
    
    .sticky{
        top:0;
    }
    
    #resp-nav-toggler span:nth-child(1){
        top:4px;
    }
    
    #resp-nav-toggler span:nth-child(2){
        top:13px;
    }
    
    #resp-nav-toggler span:nth-child(3){
        top:22px;
    }
    
    #search{
        position:unset;
        padding:0;
    }
    
    #search .main-search-trigger-wrapper{
        right: 0;
        bottom: -56px;
        margin: auto;
        left: 0;
    }
    
    #search.active .main-search-trigger-wrapper{
        width: calc(100% - 30px);
    }
    
    .header-bot-row{
        position:relative;
    }
    
    #search .main-search-trigger-wrapper .form-control-lg{
        border-top:1px solid transparent;
        border-radius:0;
        height:50px;
        padding-left:6px;
    }
    
    #search .btn {
        right: 5px;
        top: 5px;
        border-radius: 8px;
        width: 40px;
        height: 40px;
        background: var(--culoare1);
    }
    
    #search .btn i{
        font-size:16px;
    }
    
    .newsletter-footer-content,
    .newsletter-footer-wrapper{
        width:85%;
    }
    
    .newsletter-footer-wrapper{
        margin:16px auto;
    }
    
    #newsletter-footer-section{
        margin-bottom:16px;
    }
    
    #form-currency .dd-right-start {
        transform: translate3d(0px, 25px, 0px)!important;
    }
    
    #products-category-item-wrapper{
        gap:24px
    }
    
    .products-category-item, .products-category-item.category-item-w-column {
        flex: 0 1 calc(50% - 12px);
        margin: 0;
    }
    
    .products-category-content{
        padding:16px 12px;
    }
    
    .products-category-title,
    .products-category-title h2{
        font-size:14px;
        min-height:40px;
    }
    
    .products-category-code{
        font-size:14px;
    }

    .products-category-price{
        font-size:16px;
    }
    
    .products-category-price-wrapper.with-meter{
        min-height:60px;
    }
    
    .products-category-price-wrapper.with-meter .products-category-price{
        font-size:12px;
    }
    
    .products-category-price-wrapper.with-meter .products-category-old-price{
        font-size:10px;
    }
    
    .products-category-price-meter{
        font-size:16px;
    }
    
    #cart .dropdown-cart.show{
        transform: translate3d(0, 50px, 0)!important;
        left:unset!important;
        right:15px!important;
    }
    
    /* HEADER CUSTOM */
    
    
    
    .mobile-left-head-wrapper{
        display:flex;
        align-items:center;
        justify-content:flex-start;
    }
    
    #mobile-search-trigger{
        display:block;
        width:auto;
        cursor:pointer;
        position:relative;
        margin-left:24px;
    }
    
    .header-cart{
        margin-left:24px;
    }
    
    .main-search-trigger{
        display:none;
    }
    
    .header-icon-item{
        padding:0;
    }

    body.header-sticked{
        padding-top:65px;
    }
    
    #cookie{
        font-size: 14px;
    }
    
    .row.header-bot-row .header-logo-wrap{
        flex: 0 1 calc(55% - 10px);
        order: 1;
    }
    
    .row.header-bot-row .header-menu-wrap{
        flex:0 1 100%;
        order:3;
    }

    #logo{
        text-align: left;
        width: fit-content;
        max-width:200px;
    }
    
    #search .main-search-trigger-wrapper{
        width: calc(100% - 145px);
        max-width:450px;
        left: unset;
        right: 15px;
        margin: unset;
        bottom: 0;
        visibility:visible;
        opacity:1;
    }
    
    #search .main-search-trigger-wrapper .form-control-lg{
        height:45px;
        border-top: 1px solid #ddd;
        border-radius: 8px;
    }
    
    #mobile-search-trigger{
        display:none;
    }
    
    #search .btn{
        width:35px;
        height:35px;
        background:var(--culoare5);
    }
    
    #search .btn i{
        font-size:14px;
    }
    
    .toggle-menu-resp img{
        width: 26px;
        max-height: 26px;
    }
    
    #resp-nav-toggler{
        max-width: 100px;
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
    }
    
    .header-menu-mobile-text{
        font-size: 18px;
        font-weight: 500;
    }
    
    .mobile-left-head-wrapper{
        height:45px;
    }
    
    .dd-child-image-top{
        display:none!important;
    }
    
    /****/
    
    body{
        padding-bottom:52px;
    }
    
    #mobile-fixed-navbar {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, .2);
        padding: 8px 0px 6px;
        align-items: center;
        justify-content: space-around;
    }
    
    #mobile-fixed-navbar a{
        margin: 0 3px;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: var(--black);
    }
    
    #mobile-fixed-navbar a i{
        color: var(--culoare1);
        font-size: 20px;
        margin-bottom:6px;
    }
    
    #mobile-fixed-navbar a span{
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .5px;
        line-height:12px;
    }
}

@media (max-width: 767px) {
    .cont-dashboard-info-box-text i{
        font-size:30px;
    }
    
    .register-gt-container{
        flex-direction: column;
        padding: 0;
    }
    
    .register-gt-item{
        width:100%;
    }
    
    .header-cart.sticked{
        position: fixed;
        top: 8px;
        right: 8px;
        z-index: 500;
        background: #fff;
        width: fit-content;
        height: auto;
        padding: 2px;
        border-radius: 50%;
        display: block;
        border: 1px solid var(--culoare1);
    }
    
    .header-cart.sticked #cart .cart-wrapper{
        height:auto;
    }
    
    .header-cart.sticked .cart-img{
        margin-right:0;
        border-radius:50%;
        padding:8px 5px;
    }
    
    .header-cart.sticked #cart .dropdown-toggle span img{
        width: 32px;
        height: 32px;
    }
    
    .header-cart.sticked .cart-total{
        min-width:25px;
        max-height:25px;
        height:25px;
        top:-10px;
        right:-10px;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
    }
    
    #footerSupportTitle i,
    #footerInfoTitle i{
        display:block;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        right:0;
        color:#fff;
    }
    
    #footerSupportTitle,
    #footerInfoTitle{
        position:relative;
        width:100%;
        margin:0;
        padding:15px 0;
    }
    
    #footerSupportTitle::before,
    #footerInfoTitle::before{
        content:'';
        width:calc(100% + 30px);
        height:1px;
        background:#fff;
        position:absolute;
        top:0;
        left:-15px;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
        opacity:1;
        visibility:visible;
    }
    
    #footerSupportTitle::after,
    #footerInfoTitle::after{
        content:'';
        width:calc(100% + 30px);
        height:1px;
        background:#fff;
        position:absolute;
        bottom:0;
        left:-15px;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
        opacity:1;
        visibility:visible;
    }
    
    #footerSupportTitle::after{
        opacity:0;
        visibility:hidden;
    }
    
    #footerSupportTitle.open::after,
    #footerInfoTitle.open::after{
        opacity:0;
        visibility:hidden;
    }

    .custom-title-icon{
        position:relative;
        display:block;
        width:30px;
    }
    
    .custom-title-icon span{
        display: block;
        position: absolute;
        height: 2px;
        width: 12px;
        background: #fff;
        border-radius: 6px;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    
    .custom-title-icon span:nth-child(1){
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right:8px;
    }
    
    .custom-title-icon span:nth-child(2){
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .titlu-footer.open .custom-title-icon span{
        width:20px;
    }
    
    .titlu-footer.open .custom-title-icon span:nth-child(1){
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right:0;
    }
    
    .titlu-footer.open .custom-title-icon span:nth-child(2){
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .titlu-footer{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    
    .info-footer li:last-child a{
        margin-bottom:0;
    }
    
    .sol-images-wrapper{
        justify-content:center;
    }
    
    .cf-powered{
        margin-top:0;
    }
    
    #infoUnderList{
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: none;
        margin-bottom:0;
        padding-bottom:0;
        border-bottom:1px solid #c4c4c4;
    }
    
    .info-home-image{
        margin:0 6px;
        max-width:40px;
    }
    
    #infoUnderList .nav-item a{
        position:relative;
        display:block;
        padding:0 6px 12px;
    }
    
    #infoUnderList .nav-item a::after{
        content:'';
        height:3px;
        width:100%;
        background:var(--culoare1);
        position:absolute;
        left:0;
        bottom:-1px;
        opacity:0;
        visibility:hidden;
        -webkit-transition: all .2s ease;
        -moz-transition:all .2s ease;
        transition:all .2s ease;
    }
    
    #infoUnderList .nav-item a.active::after{
        visibility:visible;
        opacity:1;
    }
    
    .info-home-wrapper.info-home-wrapper-1,
    .info-home-wrapper.info-home-wrapper-2,
    .info-home-wrapper.info-home-wrapper-3,
    .info-home-wrapper.info-home-wrapper-4{
        margin-bottom:0;
    }
    
    .info-home-wrapper{
        justify-content:space-between;
    }
    
    .info-under-slider-responsive{
        flex-flow:column;
    }
    
    .info-home-section{
        padding-bottom:0;
    }
    
    #infoUnderTabContent{
        margin:16px 0 0;
    }
    
    #newsletter-opener .btn.btn-primary{
        padding:6px 12px;
    }
    
    .products-category-button{
        font-size:14px;
    }
    
    .titlu-footer{
        font-size:18px;
    }
    
    .products-home-button-wishlist,
    .products-category-button-wishlist,
    .products-related-button-wishlist{
        opacity:1;
        visibility:visible;
    }
    
    /*.row.header-bot-row .header-logo-wrap,*/
    /*.row.header-bot-row .header-icons-wrap,*/
    /*.row.header-bot-row .header-menu-wrap{*/
    /*    flex: 0 1 calc(33% - 9px);*/
    /*}*/
    
    .input-group.sort-input-group{
        max-width:300px;
        margin-left:0!important;
    }
}
@media (max-width: 575px) {
    
    #mobile-category-menu{
        width:100%;
    }

    .col-info-footer-info{
        margin-bottom:0;
    }
    
    .contact-list-item{
        justify-content:center;
    }
    
    .newsletter-footer-content, 
    .newsletter-footer-wrapper {
        width: 100%;
    }
    
}
@media (max-width: 480px) {
    
    h1.general-page-title{
        font-size:21px;
    }
 
    .toggle-menu-resp .toggle-menu-text{
        font-size:16px;
    }
    
    /*#resp-nav-toggler span{*/
    /*    height:6px;*/
    /*}*/
    
    .toggle-menu-resp .toggle-menu-text{
        display:none;
    }
    
    .products-category-item, 
    .products-category-item.category-item-w-column{
        flex:1 1 100%;
    }
    
    .products-category-title,
    .products-category-title h2,
    .products-category-old-price{
        min-height:unset;
    }
    
    .header-icon-image{
        max-height:28px;
    }
    
    #cart .cart-wrapper{
        height:28px;
    }
    
    #cart .dropdown-toggle span img {
        max-height: 28px;
        width: 28px;
    }
    
    .header-cart{
        margin-left:15px;
    }
    
    /*.row.header-bot-row .header-logo-wrap{*/
    /*    flex: 0 1 calc(40% - 8px);*/
    /*}*/
    
    /*.row.header-bot-row .header-icons-wrap{*/
    /*    flex: 0 1 calc(30% - 8px);*/
    /*}*/
    
    /*.row.header-bot-row .header-menu-wrap{*/
    /*    flex: 0 1 calc(30% - 8px);*/
    /*}*/
    
    .cart-total {
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        top: -8px;
    }

    #cookie{
        font-size: 12px;
    }
    
    #product-catalog-table .product-catalog-item{
        flex-direction:column;    
    }
    
    .product-catalog-item-td-first{
        flex-grow: 1;
        width: 100%;
    }
    
    .product-catalog-item-image {
        max-width: 100px;
    }
    
}
@media (max-width: 420px) {
    
    #menu{
        width:100%;
    }
    
    .label-accept, .label-accept a{
        font-size:14px;
    }
    
    .products-category-image::after{
        padding-bottom:100%;
    }
    
    .products-category-title,
    .products-category-title h2{
        min-height:unset;
    }
    
    .alert.alert-dismissible{
        font-size:12px;
    }
    
    #newsletter-opener{
        flex-flow:column;
        gap:12px
    }
    
    #txtemail{
        max-width:100%;
        border-radius:6px;
        border:1px solid #ddd;
    }
    
    #newsletter-opener .btn.btn-primary{
        width: 100%;
        border-radius:6px;
    }
   
    .info-home-image {
        max-width: 32px;
    }
    
    .header-menu-mobile-text{
        font-size:16px;
    }
    
    #search .main-search-trigger-wrapper {
        width: calc(100% - 125px);
    }
    
    #productCalculatorModal .modal-content{
        width:100%;
    }
    
}

@media(max-width: 390px){

    /*#cart .cart-wrapper{*/
    /*    right:15px;*/
    /*}*/
    
    .cart-img{
        margin-right:0;
    }
    
    .cart-total{
        right:-10px;
    }
    
}

@media (max-width: 363px) {
    
    #text-powered{
        max-width: 189px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 6px 0;
    }
    
    .label-accept, 
    .label-accept a,
    .label-accept .agree{
        font-size:12px;
    }
    
    .label-accept input{
        top:0;
    }
    
    .dropdown-cart{
        min-width:unset;
        max-width:290px;
    }
    
}

@media (max-width: 320px) {
    
    
    
    
}

