@media (max-width: 1500px) {
    
}
@media (max-width: 1350px) {
    
}
@media (max-width: 1200px) {
    .telefon-wrapper a {
        font-size: 22px;
    }

    #search .search-hidden-desk.search-visible .form-control-lg {
        width: 250px;
    }
    
    .container-normal-header{
        max-width:100%;
        padding:0;
    }

    #header-opt .list-inline-item {
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
    }
    
    #header-contacts .list-inline-item {
        font-size: 18px;
    }
    
    #header-contacts .list-inline-item i{
        font-size: 20px;
    }
    
    .time-count {
        min-height: 64px;
    }
    
    body.sticky-header{
        padding-top:134px;
    }

    .container-fluid.header-top-wrapper{
        padding: 7px 15px;
    }
    
    footer .container-fluid{
        padding: 0 15px;
    }
    
    #main-menu .nav-item{
        flex-grow:1;
    }
    
    /*font-size: 15px;*/
    #main-menu .nav-item > .nav-link {
        font-size: 14px;
        padding:0 8px;
    }
    
    #main-menu .nav-item:first-of-type > .nav-link{
        display:block;
        margin-right:auto;
    }
    
    .product-card-list .product-card-item {
        flex: 0 1 calc((100% / 3) - ((12px * 2) / 3));
    }
    
    .product-card-list.product-card-list-no-left .product-card-item {
        flex: 0 1 calc((100% / 4) - ((12px * 3) / 4));
    }
    
}
@media (max-width: 1100px) {
   .bara-top2-mesaj{
        display:inline-block;
        width:100%;
    }
    
    .buton-banda-header {
        margin-top: 8px;
        font-size: 11px;
    }
        
    .bara-top2-mesaj .sectiune-messhead {
        margin: 0;
    }

}
@media (max-width: 992px) {
    
    #breadcrumbs-wrapper .container {
        padding: 0;
    }
    
    .breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 15px;
    }
    
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }
    
    .breadcrumb > li.breadcrumb-item {
        white-space: nowrap;
    }
    
    /**/
    
    .dropdown-first-items-title span {
        display:block;
        width:fit-content;
        padding-right: 50px;
        text-decoration:underline;
        max-width:calc(100% - 50px);
    }
    
    #main-menu .dropdown-menu .dropdown-first-parent-link{
        display:block;
    }
    
    .col-checkout-button-back-cart{
        order:1;   
    }
    
    .col-checkout-button-back-shipping{
        order:2;
    }
    
    .col-checkout-button-back-cart .btn-primary{
        font-size: 12px;
        padding: 6px 12px;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .col-nl-footer .form-footer-nl {
        flex: none;
        padding-left: 30px;
        width: 60%;
    }
    
    
    .item-noutati .item-noutati-body {
        height: auto;
        transform: translateY(0px);
        -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1);
    }
    
    .item-noutati #item-noutati-footer {
        transform: translateY(0);
    }
    
    .item-noutati{
        min-height:0px;
        margin-bottom:30px;
    }
    
    .btn-hidden-desk{
        display: none;
    }
    
    #cont-search-header{
        position: absolute;
        top: 0;
        left: 0;
        background: #f9f9f9;
        border-top: 1px solid #ddd;
        padding: 0px 15px;
        max-height:0px;
        overflow:hidden;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    
    #cont-search-header.active{
        padding: 4px 15px;
        max-height:60px;
    }
    
    #cont-search-header #search{
        max-width: 720px;
        margin: auto;
    }
    
    .banner-footer{
        padding-bottom:15px;
    }
    
    .buc-contacte-footer {
        font-size: 16px;
    }
    
    .col-img-footer{
        text-align:center;
        margin-bottom:35px;
    }
    
    .footer-socials-lista li {
        margin: 0 10px 0 10px;
    }

    .logo-footer {
        margin: auto;
        margin-bottom: 15px;
        max-width:260px;
    }

    .text-sublogo {
        font-size: 14px;
    }

    .footer-socials-lista {
        text-align: center;
        margin-left: auto;
        margin-right:auto;
    }

    .col-info-footer{
        padding-left:15px;
    }

    .cont-nfo-nlf {
        width: 100%;
    }

    .col-nl-footer .form-footer-nl {
        padding-left: 0px;
        width: 100%;
    }

    .col-info-footer {
        padding-left: 15px;
    }
   
    .col-img-footer{
       order:1;
    }
    
    .col-info-footer{
       order:2;
    }

    .col-contact-footer{
        order:3;
    }

    .col-nl-footer{
       margin-bottom:20px;
       flex-flow:column;
    }
    
    /*********/
    
    
    .toggle-menu-resp,
    .toggle-search-resp{
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    
    .toggle-menu-resp img{
        width: 22px;
    }
    
    #header-contacts{
        display:none;
    }

    .toggle-menu-resp i{
        color: var(--culoare1);
        font-size: 20px;
        cursor: pointer;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    
    .toggle-search-resp i{
        font-size: 20px;
        cursor: pointer;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }
    
    
    #close-menu{
        display:block!Important;
        text-align:right!Important;
        border:none!Important;
    }
    
    .br-dd{
        border:none;
    }
    
    .big-header-container{
        position:relative;
    }

    .list-menu-opts{
        justify-content:space-between;
    }
    
    .list-menu-opts .list-inline-item:not(:last-child) {
        margin: 0;
    }
    
    /**********************/
        
    .time-count {
        min-height: 50px;
        padding-top: 0;
        font-size: 22px;
    }
        
    .countdown, .time-count>div {
        padding: 0;
        top: -5px;
    }

    .time-count .small{
        display:block;
        left:7px;
    }
    
    .days::after, .hours::after, .minutes::after {
        top: -1px;
        right: -3px;
    }
    
    /*.sol-images-wrapper{*/
    /*    align-items:flex-start;*/
    /*}*/
    
    .footer-item-logo{
        margin-bottom:20px;
    }
    
    #header-top-slider .owl-nav .owl-prev, 
    #header-top-slider .owl-nav .owl-next,
    #header-top-slider-holidays .owl-nav .owl-prev, 
    #header-top-slider-holidays .owl-nav .owl-next{
        width:20px;
    }
    
    #header-top-slider.owl-carousel,
    #header-top-slider-holidays.owl-carousel{
        width: calc(100% - 40px);
    }
    
    #header-top-slider .owl-nav .owl-next,
    #header-top-slider-holidays .owl-nav .owl-next{
        right:-25px;
    }
    
    #header-top-slider .owl-nav .owl-prev,
    #header-top-slider-holidays .owl-nav .owl-prev{
        left:-25px;
    }
    
    #header-top{
        min-height:30px;
    }
    
    .header-content-col-top{
        display:none;
    }
    
    .header-content-col-mid-mid{
        order:3;
        flex:0 1 100%;
        margin: 15px 0 0;
    }
    
    .header-content-col-mid-mid {
        position: absolute;
        bottom: -100px;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
        pointer-events:none;
        width: calc(100% - 30px);
        transition:all .3s ease;
    }
    
    .header-content-col-mid-mid.active {
        bottom: -50px;
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
    }
    
    .search-header-categories-item{
        padding:7.2px 24px 7.2px 14px;
    }
    
    .header-content-col-mid-wrapper{
        flex-wrap:wrap;   
        padding:15px 0;
        align-items:center;
    }
    
    .header-content-col-mid-right{
        flex:0 1 30%;
        max-width:100%;
    }
    
    .header-content-col-mid-left{
        flex:0 1 40%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }
    
    .header-content-col-mid-left-mobile{
        flex:0 1 30%;
    }
    
    .cont-menu-opts{
        display: none!important;
    }

    body.sticky-header{
        padding-top:147px;
    }
    
    header.sticky #menu-section{
        margin-top:0;    
    }
    
    header.sticky .cont-menu-opts {
        margin-top: 15px;
    }

    #logo a {
        text-align: center;
    }
        
    
    .mesaj-imp{
        font-size: 14px;
    }
    
    .common-home .sect-mesaj-imp{
        background: var(--culoare1);
        border-top: 1px solid #bebebe;
    }
    
    .common-home .mesaj-imp{
        position: relative;
        top: 0;
    }
    
    #toast{
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: initial;
        box-shadow: none;
        border-bottom: 1px solid #bbb;
    }
    
    #cont-search-header{
        border-top: none;
        width:100%;
    }
    
    #cont-search-header.active{
        padding: 6px 15px;
        background: var(--culoare3);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        top: 100%;
        width: 100%;
        z-index: 20;
    }
    
    #cont-search-header #search{
        max-width: 95%;
        margin:0;
    }
        
    #search .form-control-lg{
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
    
    #search .btn-lg{
        display: block;
        position: relative;
        top: 0;
        margin: 0;
        right: 0;
    }
    
    .search-hidden-desk{
        display: none;
    }
    
    .btn-visible-resp{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    
    #cont-search-header > i{
        display: inline-block;
        color: var(--culoare2);
        margin-left: 15px;
        font-size:20px;
        position: relative;
        top: 0px;
        cursor: pointer;
    }
    
    .cont-menu-opts{
        background: var(--culoare3);
        margin-top: 35px;
        position: relative; 
    }

    .cont-menu-opts > .container{
        position: relative; 
    }
    
    .toggle-menu-resp i{
        color:#fff;
    }
    
    .list-menu-opts .list-inline-item a > i{
        color: #fff;
    }
    
    .toggle-search-resp i {
        color: #fff;
        
    }
    
    .telefon-wrapper{
        display:none;
    }

    .utile-wrapper{
        opacity: 0;
        visibility: hidden;
        height:0px!Important;
        overflow:hidden;
    }
        
    #logo{
        text-align:center;    
    }
    
    #logo img{
        max-height:60px;
    }
    
    #trigger-mobile-menu i{
        font-size:26px;
    }
    
    #card-header-icon{
        font-size:26px;
    }
    
    #cart-total{
        font-size:12px;
        min-width:20px;
        height:20px;
    }
    
    #menu-section{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 450px;
        max-width: 100%;
        z-index: 999;
        background: var(--culoare1);
        overflow-y:auto;
        padding: 0 0 65px;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    #main-menu{
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: stretch;
        background:#fff;
        position: relative;
        overflow: hidden;
    }
    
    #main-menu .dropdown-menu{
        background: #fff;
        position: absolute;
        right: 0;
        width: 100%;
        height:100%;
        transform: translateX(100%);
        top: 0;
        left: 0;
        padding:0;
        margin:0;
        box-shadow:none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    #main-menu .dropdown-menu.show{
        transform:translateX(0);
    }
    
    #main-menu .dropdown-menu .dropdown-inner{
        height: inherit;
        overflow-y: auto;
    }
    
    #main-menu .dropdown-menu .dropdown-first-parent-link{
        padding: 14px 16px;
        font-size: 18px;
        text-transform: initial;
        letter-spacing: .45px;
        color: #000;
        font-weight: 400;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        border: none;
        gap:10px;
        margin-bottom: 0;
        background: #eee;
        border-bottom: 2px solid var(--culoare1);
        line-height:1.2;
    }
    
    #main-menu .dropdown-menu .dropdown-first-parent-link span{
        order:2;
    }
    
    #main-menu .dropdown-menu .dropdown-first-parent-link i{
        transform: scaleX(-1);
        padding: 0;
        display: inline-block;
        font-size: 18px;
        order:1;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > .dropdown-first-items-title{
        color:#000;
        font-size:14px;
        line-height:21px;
        background:#fff;
        display:block;
        padding:14px 16px;
        text-transform:uppercase;
        letter-spacing:.45px;
        width:100%;
        position:relative;
        border-bottom:1px solid #ddd;
        margin-bottom:0;
        font-weight:500;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > ul > li > .single-list-title,
    #main-menu .dropdown-menu .dropdown-first-items-only > ul > li > .single-list-title{
        color:#000;
        font-size:14px;
        line-height:21px;
        background:#fff;
        display:block;
        padding:14px 16px;
        text-transform:uppercase;
        letter-spacing:.45px;
        width:100%;
        position:relative;
        border-bottom:1px solid #ddd;
        margin-bottom:0;
        font-weight:500;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > .dropdown-first-items-title.active{
        border-color:transparent;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > .dropdown-first-items-title::before{
        content:'';
        width: 16px;
        height: 2px;
        display: block;
        background: #000;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        opacity:1;
        visibility:visible;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > .dropdown-first-items-title::after{
        content: '';
        width: 2px;
        height: 16px;
        display: block;
        background: #000;
        position: absolute;
        right: 22px;
        top: 50%;
        transform: translateY(-50%);
        opacity:1;
        visibility:visible;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > .dropdown-first-items-title.active::after{
        opacity:0;
        visibility:hidden;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > ul > li > .nav-link{
        padding:10px 16px;
        font-size: 14px;
        text-transform:initial;
        letter-spacing:.45px;
        color:#000;
        font-weight:400;
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:space-between;
        width:100%;
        border:none;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > ul > li > .nav-link:hover{
        color:var(--culoare1);
        text-decoration:underline;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > ul{
        display:none;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items > ul > li:last-of-type{
        border-bottom:1px solid #ddd;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items-only{
        padding-top:10px;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items-only > ul > li > .nav-link{
        padding: 10px 16px;
        font-size: 14px;
        text-transform: initial;
        letter-spacing: .45px;
        color: #000;
        font-weight: 400;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border: none;
        cursor: pointer;
        position: relative;
        white-space: normal;
        line-height: 1.4;
        margin: 0;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
    }
    
    #main-menu .dropdown-menu .dropdown-first-items-only > ul > li > .nav-link:hover,
    #main-menu .dropdown-menu .dropdown-first-items-only > ul > li > .nav-link.current-page{
        color:var(--culoare1);
        text-decoration:underline;
    }
    
     /* width */
    #main-menu .dropdown-menu .dropdown-inner::-webkit-scrollbar,
    #menu-section::-webkit-scrollbar{
      width: 10px;
    }
    
    /* Track */
    #main-menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-track ,
    #menu-section::-webkit-scrollbar-track {
      background: #fff; 
      border-left: 1px solid #ddd;
      border-right: 1px solid #fff;
    }
     
    /* Handle */
    #main-menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb ,
    #menu-section::-webkit-scrollbar-thumb {
      background: #ddd; 
    }
    
    /* Handle on hover */
    #main-menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb:hover ,
    #menu-section::-webkit-scrollbar-thumb:hover {
      background: #eee; 
    }
    
    #menu-section.active{
        transform:translateX(0);
        opacity:1;
        visibility:visible;
    }
    
    #overlay-menu{
        content: '';
        position: fixed;
        left: -100%;
        top: 0;
        width: 100vw;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        background: rgba(0,0,0,.6);
        z-index: 990;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    #overlay-menu.active{
        left:0;
        visibility:visible;
        opacity:1;
    }
    
    #search-header-categories-dropdown{
        z-index:1000;
    }
    
    #trigger-mobile-menu{
        position: relative;
        height: 32px;
        width: 32px;
    }
    
    #trigger-mobile-menu img{
        display:block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        max-height: 32px;
        opacity:1;
        visibility:visible;
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
    }
    
    #trigger-mobile-menu .close-menu-icon{
        opacity:0;
        visibility:hidden;
        max-width: 26px;
        left: 3px;
        bottom: 3px;
    }
    
    #trigger-mobile-menu.active .trigger-menu-icon{
        opacity:0;
        visibility:hidden;
    }
    
    #trigger-mobile-menu.active .close-menu-icon{
        opacity:1;
        visibility:visible;
    }
    
    #main-menu .nav-item{
        border:none;
        margin:0;
        padding:0;
        width:100%;
    }
    
    #main-menu .nav-item > .nav-link{
        font-size:16px;
    }
    
    #main-menu .nav-item > .nav-link span{
        display:block;
        padding-right:16px;
        flex-grow:1;
    }
    
    #main-menu .nav-item > .nav-link i{
        display:inline-block;
        font-size:18px;
        min-width:40px;
        text-align:right;
    }
    
    #main-menu .nav-item:not(.not-in-menu-item){
        border-bottom:1px solid #ddd;
    }
    
    #main-menu .nav-item > .nav-link{
        padding:14px 16px;
        font-size: 18px;
        text-transform:initial;
        letter-spacing:.45px;
        color:#000;
        font-weight:400;
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:space-between;
        width:100%;
        border:none;
    }
    
    .nav-link.not-in-menu-link{
        color:#fff;
        font-size:14px;
        font-weight:500;
        line-height:21px;
        background:var(--culoare1);
        display:block;
        padding:14px 16px;
        text-transform:uppercase;
        letter-spacing:.45px;
        width:100%;
    }
    
    .nav-link.not-in-menu-link i{
        color:#fff;
        font-size:16px;
        min-width: 32px;
    }
    
    #main-menu .nav-item > .nav-link::after{
        display:none;
    }
    
    #main-menu .nav-item:first-of-type > .nav-link{
        border-right:none;
        margin-left:unset;
        margin-right:unset;
        padding:14px 16px;
        display:flex;
    }
    
    .nav-item.not-in-menu-item{
        display:block;
    }
    
    .display-control-results{
        font-size:14px;
    }
    
    .category-products-item-date-end-cont{
        opacity:1;
    }
    
    #cart-header-img {
        max-height: 32px;
    }
    
    #cont-client-mobile{
        display: block;
        margin: 0;
        margin-right: 24px;
    }
    
    #cont-client-mobile a span {
        display: none;
    }
    
    #cont-client-mobile a{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    #cont-client-mobile a span{
        margin-right: 4px;
    }
    
    #cont-client-mobile a img{
        width: 37px;
        height: auto;
    }
    
    .header-content-col-mid-right{
        flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    #cart {
        margin-right: 0;
    }
    
    /**/
    
    .popup-body-title {
        font-size: 24px;
    }
    
    /**/
    .bf-nl-categories-item {
        flex: 1 1 calc((100% / 2) - ((16px * 1) / 2));
    }
    
    /**/
    .header-band-under-text {
        font-size: 12px;
    }
    
    /**/
    
    .add-cart-toast-item-name {
        font-size: 16px;
    }
    
    /**/
    
    #logo img {
        max-height: 40px;
    }
    
    #trigger-mobile-menu {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
        border-radius: 6px;
        background: #fff;
        position: relative;
        transition: all .3s ease;
    }
    
    #trigger-mobile-menu:hover,
    #trigger-mobile-menu.active {
        background: #f5f5f5;
    }
    
    #trigger-mobile-menu img {
        max-height: 26px;
        left: 50%;
        right: unset;
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
    
    #trigger-mobile-menu .close-menu-icon {
        max-width: 26px;
        left: 50%;
        right: unset;
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
    
    #search-mobile-toggler {
        min-width: unset;
        max-width: 100%;
        padding: 7px;
        margin-right: 7px;
    }
    
    #search-mobile-toggler img {
        width: 26px;
        height: 26px;
    }
    
    #cont-client-mobile {
        min-width: unset;
        max-width: 100%;
        padding: 7px;
        margin-right: 7px;
    }
    
    #cont-client-mobile a img {
        width: 26px;
    }
    
    #cart.main-cart-header {
        padding: 7px 0 7px 7px;
    }
    
    #cart-header-img {
        max-height: 26px;
    }
    
    #cart-total {
        font-size: 10px;
        min-width: 18px;
        height: 18px;
    }
    
    .header-top-slider-item {
        font-size: 12px;
        padding: 5px;
    }
    
    #header-top {
        min-height: 34px;
    }
    
    /**/
    #cart-product-container {
        margin-bottom: 28px;
    }
    
    .checkout-cart-title {
        font-size: 21px;
    }
    
    .checkout-cart-products-count {
        font-size: 21px;
    }
    
    .text-not-logged-save-cart {
        font-size: 18px;
    }
    
    #checkout-steps input.form-control ,
    #checkout-steps textarea.form-control {
        font-size: 16px!important;
    }
    
    #main-checkout-button-cont {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 14px;
        margin: 0;
        background: #fff;
        z-index: 99;
    }
    
    #main-checkout-button,
    #confirm-button {
        padding: 2px 8px;
        border-radius: 14px;
        line-height: 1.2;
        max-width: 510px;
        margin: 0 auto;
    }
    
    .checkout-cart #back-to-top ,
    .checkout-checkout #back-to-top {
        bottom: calc(20px + 52px);
    }
    
    #checkout-checkout-cont,
    #checkout-cart {
        padding: 28px 0 calc(28px + 52px);
    }
    
    #checkout-button-step-final {
        padding: 2px 8px;
        max-width: 510px;
        margin:0 auto;
    }
    
    .btn.next-step-button {
        padding: 2px 8px;
        max-width: 510px;
        margin:0 auto;
    }
    
    .product-card-list .product-card-item {
        flex: 0 1 calc((100% / 3) - ((12px * 2) / 3));
    }
    
    .product-card-list.product-card-list-no-left .product-card-item {
        flex: 0 1 calc((100% / 3) - ((12px * 2) / 3));
    }
    
    /**/
    
    .input-sort-custom-title-label {
        display: none;
    }
    
    .display-control-results-pagination-wrapper .pagination-wrapper {
        display: none;
    }
    
    #display-control-wrapper-cont {
		position: relative;
	}

	#display-control-wrapper-sticky-cont {
		background: #fff;
	}

	#display-control-wrapper-sticky-cont.is-sticky {
		position: fixed;
		top: -32px;
		left: 0;
		width: 100%;
		height: auto;
        background: #fff;
        z-index: 10;
	}
	
	#display-control-wrapper {
	    align-items: center;
	    flex-wrap: wrap;
	}
	
	.display-control-results-pagination-wrapper {
	    flex:0 1 100%;
	    width: 100%;
	    flex-flow: row;
	}
	
	#display-control {
        flex: 0 1 auto;
	}
	
	#toggle-mobile-category-menu {
        flex: 0 0 auto;
        color: var(--color-main-dark-navy);
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 8px;
	}
	
	#toggle-mobile-category-menu i {
	    font-size: 14px;
	}
	
	#input-sort-title, 
	#input-limit-title {
	    padding: 0;
	}
	
	#input-sort-custom-items, 
	#input-limit-custom-items {
	    min-width: 175px;
	    right: 0;
	    margin-top: 6px;
	}
    
}
@media (max-width: 768px) {

    
    #cont-search-header #search{
        max-width: 540px;
    }
    
    .heading-left {
        font-size: 18px;
    }
    
    .buc-contacte-footer {
        font-size: 16px;
        text-align: left;
        justify-content: flex-start;
        padding-left: 23vw;
        margin-bottom: 15px;
    }
    
    .buc-contacte-footer i{
        font-size: 16px; 
    }
     
    .contacte-footer-banda {
        padding: 15px 0 10px;
    }
    
    #text-powered{
        margin-top:0;
    }
    
    .heading {
        font-size: 22px;
    }
    
    .pagination li a, .pagination li span{
        padding:4px 8px;
    }
    
    .pagination li{
        margin-right:5px;
    }
    
    #top .nav > .list-inline > .list-inline-item:nth-child(2) .inner-top-header-list::after{
        display:none;
    }
    
    .cont-list-st-header{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .item-noutati-title{
        min-height: 0px;
     margin-bottom: 15px; 
    }
    
    .item-noutati .item-noutati-body{
        min-height: 0px;
    }
        
    /*****************/
    
     footer .container-fluid{
        padding: 0 15px!important;
    }
    
    .text-powered-text,
    .text-powered-plati{
        text-align: center;
    }
    
    .promo-banner-mobile{
        margin-bottom:0;
    }
    
    .time-count{
      padding-top: 0;
      min-height: 60px;
    }
    
    .time-count .small{
        display:block;
        left: 11px;
    }
    
    
    .promo-banner{
        display:none;
    }
    
    .promo-banner-mobile{
        display:block;
        margin-bottom:10px;
        padding:0;
    }
    
    .promo-banner-mobile img{
        width:100%;
    }
    
    #countdown{
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        padding:0;
    }
    
    .time-count {
        max-width: 190px;
    }
    
    .time-header{
        width: auto;
        white-space: nowrap;
        letter-spacing: 2px;
        align-items: center;
        display: flex;
        font-size: 18px;
        color: rgba(0,0,0,0.9);
        top: 0;
    }
    
    /*.sol-images-wrapper{*/
    /*    flex-flow:row;*/
    /*    justify-content:space-between;*/
    /*}*/
    
    .foot-info-image{
        margin-right:10px;
    }
    
    .foot-info-image:last-child{
        margin-right:0;
    }
    
    .general-page-title{
        font-size:28px;
    }
    
    #search-header-wrapper{
        /*flex-wrap: wrap;*/
        height: 100%;
        border: none;
    }
    
    #search-header-input{
        border:1px solid var(--culoare1);
        flex: 0 1 calc(100% - 60px);
    }
    
    #search-header-categories-dropdown{
        left:0;
        width:100%;
    }
    
    #search-header-categories-wrapper{
        display:none;
        flex: 0 1 100%;
        width: 100%;
        height: 39px;
        margin-bottom: 10px;
        justify-content: flex-start;
    }
    
    #header-top{
        min-height:44px;
    }
    
    /**/
    
    .cat-info-box{
        padding:16px;
        font-size:14px;
    }
    
    /**/
    
    .popup-body-title{
        font-size:24px;
    }
    
    .popup-body-description{
        font-size:15px;
    }
    
    /**/
    
    .add-cart-toast-item-price-value {
        font-size: 19px;
    }
    
    .add-cart-toast-item-price-old-value {
        font-size: 15px;
    }
    
    .header-checkout-item[data-item-type="secure"] .checkout-check-text {
        letter-spacing: 0.3px;
    }
    
    /*CS*/
    
    .cs-page-cont .product-card-list .product-card-item {
        flex: 0 1 calc(50% - 7px);
    }
    
    .cs-info-title {
        font-size: 26px;
    }
    
    .product-card-badge {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .product-card-badge-stock-clearance {
        font-size: 13px;
    }
    
    .product-card-item {
        gap: 10px;
    }
    
    .product-card-name {
        font-size: 14px;
        min-height: 34px;
    }
    
    .product-card-author {
        font-size: 12px;
    }
    
    .product-card-price {
        font-size: 15px;
        font-weight: 700;
    }
    
    .product-card-price-old {
        font-size: 11px;
        font-weight: 400;
    }
    
    .product-card-product-type i {
        font-size: 11px;
    }
    
    .product-card-product-type span {
        padding-left: 0px;
        font-size: 12px;
    }
    
    .product-card-button {
        font-size: 12px;
    }
    
    .product-card-button i {
        font-size: 10px;
    }
    
    .product-card-badge {
        padding: 4px 7px;
        font-size: 12px;
    }
    
    .footer-info-band-item {
        align-items: center;
    }
}

@media (max-width: 576px) {
    #cont-search-header #search{
        max-width: 100%;
    }
    
    /*#cart-header-main-dropdown {*/
    /*    right: -100vw!Important; */
    /*} */
    
    /*#cart-header-main-dropdown {*/
    /*    width: 100vw;*/
    /*}*/
    
    .container-fluid.header-top-wrapper{
        padding: 7px 15px;
    }

    .logo-wrapper{
        order: 1;
    }
    
    .utile-wrapper{
        order: 3;
    }
    
    .col-info-footer{
        padding: 0 15px;
    }
    
    .footer-item-utils{
        margin-bottom:20px;
        padding-bottom:10px;
        border-bottom:1px solid #a1a2a1;
    }
    
    .footer-item-wrapper.footer-item-newsletter{
        margin-bottom:20px;
    }
    
    .footer-item-utils .footer-item-content{
        display:none;
    }
    
    .footer-item-utils .footer-item-title i{
        display:block;
        font-size:18px;
    }
    
    .footer-item-title{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    
    .footer-item-title.active i{
        transform:scale(-1);
    }
    
    #input-sort-custom, 
    #input-limit-custom{
        min-width:unset;
    }
    
    .general-page-wrapper{
        margin:30px 0;
    }
    
    .general-page-title{
        font-size:24px;
    }
    
    .alert.alert-dismissible{
        font-size:12px;
    }
    
    .alert.alert-dismissible i {
        font-size: 12px;
    }
    
    /*BF*/
    
    #information-information.information-information-80 .general-page-title {
        font-size:28px;
    }
    
    .bf-page-text {
        font-size: 18px;
    }
    
    .bf-page-main-info {
        font-size:24px;
    }
    
    .bf-page-main-list-title {
        font-size:18px;
    }
    
    .bf-page-sec-info {
        font-size:16px;
    }
    
    .bf-page-book-list > li {
        font-size: 16px;
    }
    
    .bf-page-book-list > li::before {
        top: 3px;
    }
    
    .bf-nl-foot-item {
        flex: 0 1 100%;
    }
    
    .bf-nl-categories-item {
        flex: 1 1 100%;
    }
    
    /**/
    
    .add-cart-toast-title {
        font-size: 16px;
    }
    
    .add-cart-toast-item-name {
        font-size: 15px;
    }
    
    .add-cart-toast-item-price-value {
        font-size: 18px;
    }
    
    .add-cart-toast-item-price-old-value {
        font-size: 14px;
    }
    
    /*CS*/
    
    .cs-step {
        flex: 0 1 100%;
    }
    
    .cs-step-button {
        font-size: 11px;
        padding: 7px 14px;
    }
    
    .hp-products-section .container{
        padding: 0;
    }
    
    .hp-products-section .hp-general-top-cont {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .product-related-swiper {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    
    .product-related-swiper-nav {
        display: none;
    }
    
    .product-card-price {
        font-size: 19px;
    }
    
    .product-card-price-old {
        font-size: 15px;
    }
    
    .product-card-list .product-card-item {
        flex: 0 1 calc((100% / 2) - ((12px * 1) / 2));
    }
    
    .product-card-list.product-card-list-no-left .product-card-item {
        flex: 0 1 calc((100% / 2) - ((12px * 1) / 2));
    }
}
@media (max-width: 480px) {
   #header-opt .list-inline-item {
    margin-left: 2px;
    padding-right:4px;
   }
    .heading {
        font-size: 18px;
    }
    
    .header-content-col-mid-left-mobile {
        flex:0 1 40px;
    }
    
    .header-content-col-mid-left{
        flex:0 1 134px;
    }
    
    .header-content-col-mid-right {
        flex: 0 1 auto;
    }
    
    #main-menu{
        width:100%;
    }
    
    #search-header-input {
        flex: 0 1 calc(100% - 45px);
    }
    
    #search-header-button{
        max-width:45px;
    }
    
    .sol-images-wrapper img{
        max-height:35px;
    }
    
    /**/
    
    .popup-body-title {
        font-size: 21px;
    }
    
    #popup-newsletter-form .btn-primary {
        line-height: 1.4;
        text-wrap: balance;
        font-size: 14px;
        padding:8px 16px;
    }
    
    .popup-body-description{
        font-size:14px;
    }
    
    /**/
    
    .bf-nl-page-form-cont-title,
    .bf-nl-categories-cont-title {
        font-size:18px;
        text-wrap:balance;
    }
    
    .bf-nl-buttons .btn-primary {
        width:100%;
        min-width:unset;
        font-size:14px;
    }
    
    /*.bf-nl-categories-sublist {*/
    /*    padding-left:24px;*/
    /*}*/
    
    .bf-nl-categories-item-name span,
    .bf-nl-categories-item-name a {
        font-size:16px;
    }
    
    .bf-nl-categories-subitem-name span,
    .bf-nl-categories-subitem-name a {
        font-size:14px;
    }
    
    #bf-nl-page-form .col-form-label {
        font-size:14px;
    }
    
    /**/
    
    .add-cart-toast-header {
        padding: 16px 24px;
    }
    
    .add-cart-toast-body {
        padding: 24px 16px 12px;
        background: #fff;
        max-height: calc(100vh - 134px - 54px - 30px);
    }
    
    .add-cart-toast-footer {
        padding: 12px 16px;
    }
    
    .add-cart-toast-title {
        font-size: 14px;
    }
    
    .add-cart-toast-title-icon {
        padding: 6px;
    }
    
    .add-cart-toast-title-icon i {
        font-size: 10px;
    }
    
    .add-cart-toast-close {
        right: 12px;
    }
    
    .add-cart-toast-item {
        gap: 8px;
    }

    .add-cart-toast-item-image {
        flex: 0 1 80px;
        min-width: 80px;
    }
    
    .add-cart-toast-item-price-cont {
        margin-top: 12px;
        gap: 4px;
    }
    
    .add-cart-toast-btn {
        font-size: 14px;
    }
    
    /*N*/
    
    .breadcrumb > li.breadcrumb-item {
        font-size: 13px;
        font-weight: 400;
    }
    
    .header-content-col-mid-wrapper {
        padding: 8px 0;
    }
    
    #logo img {
        max-height: 35px;
    }
    
    #trigger-mobile-menu {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
        border-radius: 6px;
        background: #fff;
        position: relative;
        transition: all .3s ease;
    }
    
    #trigger-mobile-menu:hover,
    #trigger-mobile-menu.active {
        background: #f5f5f5;
    }
    
    #trigger-mobile-menu img {
        max-height: 21px;
        left: 50%;
        right: unset;
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
    
    #trigger-mobile-menu .close-menu-icon {
        max-width: 21px;
        left: 50%;
        right: unset;
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
    
    #search-mobile-toggler {
        min-width: unset;
        max-width: 100%;
        padding: 7px;
        margin-right: 7px;
    }
    
    #search-mobile-toggler img {
        width: 21px;
        height: 21px;
    }
    
    #cont-client-mobile {
        min-width: unset;
        max-width: 100%;
        padding: 7px;
        margin-right: 7px;
    }
    
    #cont-client-mobile a img {
        width: 21px;
    }
    
    #cart.main-cart-header {
        padding: 7px 0 7px 7px;
    }
    
    #cart-header-img {
        max-height: 21px;
    }
    
    #cart-total {
        font-size: 8px;
        min-width: 16px;
        height: 16px;
    }
    
    .header-top-slider-item {
        font-size: 10px;
    }
    
    #header-top {
        min-height: 34px;
    }
    
    /**/
    body.checkout-failure,
    body.checkout-success,
    body.checkout-checkout {
        padding-top: 64px;
    }
    
    #checkout-cart {
        min-height: calc(100vh - 64px);
    }
    
    .header-checkout-item[data-item-type="logo"] {
        padding: 0 60px;
    }
    
    .header-checkout-item[data-item-type="logo"] #logo img {
        max-height: 35px;
    }
    
    .product-cart-item-cont {
        flex-flow: column;
        align-items: stretch;
    }
    
    .product-cart-item-image {
        flex: 0 1 85px;
        min-width: 85px;
        max-width: 85px;
    }
    
    .product-cart-item-title {
        font-size: 12px;
    }
    
    .product-cart-item-action-cont {
        gap: 10px;
    }
    
    .product-cart-item-price-total-value {
        font-size: 16px;
    }
    
    .product-cart-item-qty-cont .cart-qty-btn {
        padding: 8px;
        min-width: 31px;
    }
    
    .text-not-logged-save-cart {
        font-size: 16px;
    }
    
    .btn {
        font-size: 14px;
    }
    
    .checkout-type-accordion .card-header {
        font-size: 12px;
    }
    
    #cart-page-total .card-header {
        font-size: 12px;
    }
    
    .checkout-type-accordion .form-control::placeholder {
        font-size: 12px!important;
    }
    
    .cart-total-label {
        font-size: 11px;
    }
    
    .cart-total-value {
        font-size: 13px;
    }
    
    .cart-totals[data-total-type="total"] .cart-total-label {
        font-size: 13px;
    }
    
    .cart-totals[data-total-type="total"] .cart-total-value {
        font-size: 15px;
    }
    
    .checkout-check-text {
        font-size: 8px;
    }
    
    .alert[data-alert-type="checkout-shipping"] {
        font-size: 12px;
    }
    
    .alert[data-alert-type="checkout-shipping"] i {
        font-size: 10px;
    }
    
    #cart-page-total .alert {
        font-size: 12px;
    }
    
    #checkout-checkout-cont .product-cart-item-cont {
        flex-flow: row;
        align-items: flex-start;
        gap: 8px
    }
    
    #checkout-checkout-cont .product-cart-item-image {
        flex: 0 1 45px;
        min-width: 45px;
        max-width: 45px;
    }
    
    .header-checkout-item[data-item-type="secure"] .checkout-check-text {
        display: none;
    }
    
    #checkout-checkout-cont .cart-totals[data-total-type="total"] .cart-total-label {
        letter-spacing: 1px;
    }
    
    .checkout-login-screen-body {
        max-height: calc(100vh - 64px);
    }
    
    .checkout-form-cont[data-form-cont-type="shipping-info"] .form-group.form-group-half {
        flex: 0 1 100%;
    }
    
    .checkout-step-card {
        padding: 21px;
    }
    
    .checkout-step-header {
        margin-bottom: 21px;
    }
    
    .checkout-step-footer #main-checkout-button-cont {
        margin: 21px 0 0;
    }
    
    .checkout-login-screen-card {
        margin: 21px 15px;
    }
    
    .checkout-login-screen-card-header {
        margin-bottom: 21px;
        padding: 21px 21px 0;
    }
    
    .checkout-login-screen-card-body {
        padding: 0 21px 21px;
    }
    
    .product-card-badge {
        font-size: 12px;
    }
    
    .product-card-badge-stock-clearance {
        font-size: 12px;
    }
    
    .product-card-price {
        font-size: 18px;
    }
    
    .product-card-price-old {
        font-size: 14px;
    }
    
    .product-card-item {
        gap: 10px;
    }
    
    .product-card-name {
        font-size: 12px;
        min-height: 29px;
        margin-bottom: 4px;
    }
    
    .product-card-authors {
        margin-bottom: 4px;
    }
    
    .product-card-author {
        font-size: 10px;
    }
    
    .product-card-price {
        font-size: 13px;
        font-weight: 700;
    }
    
    .product-card-price-old {
        font-size: 10px;
        font-weight: 400;
    }
    
    .product-card-product-type i {
        font-size: 8px;
    }
    
    .product-card-product-type span {
        padding-left: 0px;
        font-size: 10px;
    }
    
    .product-card-button {
        font-size: 11px;
        font-weight: 700;
        padding: 6px;
    }
    
    .product-card-button i {
        font-size: 10px;
    }
    
    .product-card-badge {
        padding: 4px 7px;
        font-size: 10px;
    }
    
    .product-card-product-types-count {
        font-size: 10px;
    }
    
    .product-card-stock-band {
        font-size: 12px;
    }

}
@media (max-width: 420px) {
    #top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline > .list-inline-item a {
        padding: 6px 0;
    }
   
    .contacte-footer li a {
        font-size: 16px;
    }
    
    #back-to-top{
        bottom: 45px;
    }
    
    /**/
    
    .offer-countdown-item {
        font-size:19px;
    }
    
    .offer-countdown-label {
        font-size: 15px;
        font-weight: 600;
    }
    
    /**/
    
    .bf-nl-countdown-item {
        font-size:19px;
    }
    
    .bf-nl-countdown-label {
        font-size: 15px;
        font-weight: 600;
    }
}

@media (max-width: 380px) {
    
    .buc-contacte-footer {
        padding-left:15px;   
    }
    
    .cont-list-dr-header{
        padding-left:0;
    }
    
    .cont-right-autohs{
        padding-top:0px;
    }
    
    /**/
    
    .popup-body-title {
        font-size: 18px;
    }
}

@media (max-width: 363px) {

    .header-content-col-mid-right {
        flex: 0 1 auto;
    }
    
    /*#logo img {*/
    /*    max-height: 50px;*/
    /*}*/
    
    /*.header-content-col-mid-left {*/
    /*    flex: 0 1 112px;*/
    /*}*/
    
    /*#search-mobile-toggler {*/
    /*    max-width: 28px;*/
    /*    min-width: 28px;*/
    /*}*/
    
    /*#cart-header-img {*/
    /*    max-height: 28px;*/
    /*}*/
    
    /*#cont-client-mobile a img {*/
    /*    width: 32px;*/
    /*}*/
    
    /**/
    
    .add-cart-toast-btn {
        padding: 12px;
    }
    
    .add-cart-toast-item-price-value {
        font-size: 16px;
    }
    
    .add-cart-toast-item-price-old-value {
        font-size: 13px;
    }
    
}

@media (max-width: 330px) {
    /*#cont-client-mobile a span {*/
    /*    display:none;*/
    /*}*/
    
    /*#search-mobile-toggler {*/
    /*    margin-right: 12px;*/
    /*}*/
    
    /*#cont-client-mobile{*/
    /*    margin-right: 12px;*/
    /*}*/
}

@media (max-width: 320px) {
    /*.bf-header-band-text {*/
    /*    font-size: 13px;*/
    /*}*/
    
    /*#logo img {*/
    /*    max-height: 40px;*/
    /*}*/
}

/**MIN******************************/
@media (min-width: 320px) {}

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

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

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

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

@media (min-width: 768px) {
    
    #add-cart-toast.active .add-cart-toast-cont {
        bottom: 50%;
        transform: translateY(50%);
    }
}

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

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

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

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