
@media screen and (max-width: 1750px) {
    .meetHolder .section-title {
        backdrop-filter: blur(10px) saturate(70%);
        padding: 20px;
    }
    .meetHolder h3 {
        color: black;
    }
}
@media screen and (max-width: 1200px) {
	/* bannere */
    #main > .swiper {
        height: 700px;
    }
    .swiper-slide .content-holder {
        max-width: 60%;
    }
	.section-title h3{
		width: 100%;
		max-width: 100%;
        text-align: center;
	}
	.serviciiimg-bottom-left, .serviciiimg-bottom-right,
	.banner-bottom-left, .banner-bottom-right{
	    bottom: -1px;	
	}
	/* AUTENTIFICARE */
    .formularfull.divFormCentru {
        width: 88%;
    }
    /* ARTICOLE */
    .right .articolegrid {
        grid-template-columns: repeat(3, calc(33.3% - 8px));
    }
    .artcos {
        grid-template-columns: 1fr 2fr 1fr 1fr;
    }
    .articoleholder:not(.articolegrid) .redus {
        padding-right: 40px;
    }
    /* ARTICOL */
    .articolMareAfisareSus{
            gap: 20px;
    }
    .gridMultiImage{
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        width: 100%;
        overflow: hidden;
    }
    .imaginesmallcontainer {
        flex-direction: row;
    }
}

@media screen and (max-width: 1024px) {
    .meetHolder form {
        width: 70%;
        padding: 40px;
    }
    .cauitaInComenzi .paginare{
        margin-top: 10px;
    }
    .noBorder .categorieImagine {
        height: 300px;
    }
    .responsive-grid{
        grid-template-columns: repeat(auto-fit, minmax(0, 240px));
    }
    .group-img {
        height: 200px;
    }

}

@media screen and (max-width: 992px) {    
    
	/* bannere */
	#main > .swiper {
        height: 600px;
    }
    .allservices, .blogs-grid, #footer .footer-middle {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-title h3 {
        width: 70%;
    }
    .swiper-slide .content-holder {
        max-width: 70%;
        top: 35%;
    }
    .despre-noi-holder {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    
    .despre-noi-center {
        left: 20px;
        transform: none;
        height: 100%;
    }
    
    .despre-noi-left > div, .despre-noi-right > div {
        margin-left: 50px;
    }
    
    .despre-noi-right > div {
        margin-top: 50px;
    }
    
    .despre-noi-left > div {
        margin-bottom: 50px;
		flex-direction: row-reverse;
    }
    
    .separator {
        width: 60px;
    }
    
    .despre-noi-left .box, .despre-noi-right .box {
        width: calc(100% - 80px);
    }
    
    .testimonial {
        font-size: calc(var(--m) * 0.95);
    }

    /* MENIU */

    .baraCautare form {
        max-width: 80%;
    }
    .menu-bottom{
        grid-template-columns: 1fr;
        height: 100%;
    }
    .cosContainer{
        padding: 10px;
    }
    .mobileMenuBars{
		display: inline-block;
		color: var(--darkblack);
		cursor: pointer;
        padding: 5px;
        margin-left: 15px;
        border: solid var(--darkgrey) 1px;
        border-radius: var(--radius);
	}
    .mobileMenuBars .fa-bars{
        font-size: var(--xl);
    }
	.meniuMobile{
        display: none;
        background: var(--white);
        box-sizing: border-box;
        border: 1px solid var(--grey);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999999;
        min-width: 400px;
        height: 100vh;
        padding: 30px;
        box-sizing: border-box;
        -webkit-box-shadow: 4px 3px 13px -4px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 4px 3px 13px -4px rgba(0, 0, 0, 0.48);
        box-shadow: 4px 3px 13px -4px rgba(0, 0, 0, 0.48);
        overflow-y: scroll;
        overflow-x: hidden;
	}
    .hover-underline-animation::after{
        display: none;
    }
    .meniu-links{
        padding: 26px 10px;
    }
    .meniuMobile a:first-child{
        border-top: none;
    }
    .meniuMobile a {
        font-size: 16px;
        padding: 15px;
        border-top: 1px solid var(--grey);
        display: block;
        margin: 0px;
        transition: all .3s;
        text-align: left;
    }
    .overlayMenu.show-overlay,
    .overlayFiltre.show-overlay{
        position: fixed;
    }
    .overlayMenu.show-overlay,
    .overlayFiltre.show-overlay {
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000b3;
        z-index: 99999;
        visibility: visible;
        pointer-events: auto;
    }
    /* MENIU CONT */
    .meniucont {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background-color: var(--white);
        border-right: none;
        border-left: none;
    }
    .meniucont a{
       background-color: var(--grey);
    }
    .meniucont a.activ{
        border-left: 1px solid var(--grey);
        border-right: 1px solid var(--grey);
        border-top: 1px solid var(--grey);
    }
    .formularfull h1{
        font-size: var(--l);
    }
    /* COS */
    .costotal {
        font-size: var(--m);
    }
    .about-img{
        display: none;
    }
}

@media screen and (max-width: 950px) {
    /* AUTENTIFICARE */
    .holder-auth{
        grid-template-columns: 1fr;
        grid-template-areas: 'auth-right' 'auth-left';
    }
    .holder-auth{
        grid-template-columns: 1fr;
        grid-template-areas: 'auth-right' 'auth-left';
    }
    .auth-left{
        grid-area: auth-left;
    }
    .auth-right, .register-right{
        grid-area: auth-right;
        height: 300px;
    }
    .overlay{
        background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0) 100%)
    }
}
@media screen and (max-width: 900px) {
    /* AUTENTIFICARE */
    .holder-auth{
        grid-template-columns: 1fr;
        grid-template-areas: 'auth-right' 'auth-left';
    }
    .holder-auth{
        grid-template-columns: 1fr;
        grid-template-areas: 'auth-right' 'auth-left';
    }
    .auth-left{
        grid-area: auth-left;
    }
    .auth-right, .register-right{
        grid-area: auth-right;
        height: 300px;
    }
    .overlay{
        background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0) 100%)
    }
    /* ARTICOLE */
    .right .articolegrid {
        grid-template-columns: repeat(2, calc(50% - 8px));
    }
}

@media screen and (max-width: 768px) {  
    .container {
        width: 94%;
    }
    .centru .right {
        padding: 0px;
    }
    :root {
        --xs: 9px;
        --s: 11px;
        --m: 13px;
        --ml:  calc(16px * 0.9);
        --l: calc(20px * 0.9);
        --xl: calc(25px * 0.9);
    }
    .cat-title {
        font-size: var(--l);
    }
    .mobileMenuBars .fa-bars {
        font-size: 26px;
    }
    .menu-left .font-m{
        font-size: 10px !important;
        font-weight: 700;
    }
	.section-title h3 {
        width: 90%;
    }
    
	#main > .swiper {
        height: 500px;
    }
    
    .swiper-slide .content-holder {
        max-width: 80%;
        left: 5%;
        top: 30%;
    }
    
    .small-content {
        font-size: 0.9em;
    }
    
    .big-content {
        font-size: 0.9em;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        padding: 30px 20px;
        background: var(--darkgrey);
        border-radius: var(--radius);
    }





    .despre-noi-left > div, .despre-noi-right > div {
        margin-left: 30px;
    }
    
    .despre-noi-center {
        left: 15px;
    }
    
    .separator {
        width: 40px;
    }
    
    .despre-noi-left .box, .despre-noi-right .box {
        padding: 15px;
    }

	#testimonials {
        padding: 3rem 0;
    }
    
    .swiper-testimonials {
        padding: 0;
    }




    .meet {
        background-position: center;
        background-attachment: scroll;
    }
    .meetHolder{
        flex-direction: column;
        padding: 20px 0 40px 0;
    }
    .meetHolder form {
        width: 90%;
        padding: 0;
    }

    .formGrupValidate,
    .db.input,
    .font-m.display-inline-flex,
    .font-m.mt10.display-inline-flex {
        align-items: flex-start;
        gap: 10px;
    }

    .btn-link {
        /* width: 100%;
        text-align: center; */
    }
    .comunicare-holder{
        width: 100%;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 20px;
        min-width: unset;
    }
    .holder-cat{
        height: 250px;
    }

    /* MENIU */
    .logo-holder {
        justify-content: flex-start;
    }
    .small-content p {
        font-size: var(--m);
    }
    .small-content strong {
        font-size: var(--m);
    }
    /* FOOTER */
    .anpcImgs{
        grid-template-columns: 1fr;
        justify-items: start;
    }
    /* ARTICOLE */
    .articolegrid .articol, .articoleslider .articol{
        padding: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .centru {
        grid-template-areas:
        "top"
        "bottom";
        grid-template-columns: 1fr;
    }
    .top {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        min-width: 400px;
        height: 100vh;
        z-index: 9999999999;
        background: var(--white);
    }
    .top .left{
        padding: 0 10px;
    }
    #left .divAlb{
        margin: 10px;
    }
    .bottom {
        grid-area: bottom;
    }
    .right .articolegrid {
        grid-template-columns: repeat(3, calc(33.3% - 8px));
    }
    .mobileFilter{
        display: block;
    }
    #content > .divAlbPaginare{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        align-items: center;
    }
    select[name="ordonare"]{
        width: 100%;
    }
    #content > .divAlbPaginare .paginare,
    #content > .divAlbPaginare .afisareHolder,
    select[name="perpage"] {
        display: none;
    }
    .paginareholder{
        grid-template-columns: 1fr;
    }
    .SumoSelect > .CaptionCont{
        border-radius: 0;
    }
    .SumoSelect > .optWrapper{
        display: block;
        position: unset;
        border-radius: 0 3px 3px 0;
    }
    .opt label{
        line-height: 1.4;
        font-size: var(--ml);
    }
    /* CONT */
    .formularfull .grid-3-cols {
        grid-template-columns: 1fr;
    }
    .detaliiComanda{
        width: 100%;
    }

    /* ARTICOl COS */
    .artcos {
        grid-template-columns: 1fr 2fr;
    }
    .wrapSliderCat  .grid-half {
        grid-template-columns: 1fr;
    }
    .noBorder .categorieImagine {
        height: 250px;
    }
    .wpb_wrapper > * {
        line-height: 1.2em !important;
    }

    /* ARTICOL */
    .articolMareAfisareSus{
        grid-template-columns: 1fr;
    }
    .imaginesmallcontainer{
        flex-direction: row;
        overflow: scroll;
    }
    .articolAdaugaInCos {
        gap: 0;
    }
    /* FOOTER */
    #footer .footer-middle{
        grid-gap: 20px;
        padding: 10px;
    }
    #footer{
        background-size: auto 100%;
    }
    .articolDiv .titlu{
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .responsive-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
    }
    .holderBtnFiltrare{
        flex-direction: column;
    }
}
@media screen and (max-width: 650px) {
        /* ARTICOLE */
    .right .articolegrid {
        grid-template-columns: repeat(2, calc(50% - 8px));
    }

    .formularfull .grid-half{
        grid-template-columns: 1fr;
    }
    .textDescriereCategorieSus img{
        max-width: 100%;
        height: auto !important;
    }
    .meniuMobile {
        min-width: 70%;
    }

}
@media screen and (max-width: 576px) {
	.allservices {
        grid-template-columns: 1fr;
    }
    .serviciiimg {
        max-height: 200px;
    }
    .serviciiimg img {
        height: 200px;
    }
	#main > .swiper {
        height: 400px;
    }
    .swiper-slide .content-holder {
        max-width: 90%;
        left: 5%;
        top: 25%;
    }
    .small-content {
        font-size: 0.8em;
    }
    .big-content {
        font-size: 0.8em;
    }
    .swiper-button-prev,
    .swiper-button-next {
        transform: scale(0.5);
    }
    .content-holder ul {
        padding-left: 10px;
    }
    .separator {
        margin-left: 0;
        margin-top: 10px;
    }
    .despre-noi-left .box, .despre-noi-right .box {
        width: 100%;
        padding: 10px;
    }
	#testimonials {
        padding: 2rem 0;
    }
    #testimonials .swiper-slide {
        padding: 15px;
    }
	.categorii-principale.grid-half{
		grid-template-columns: 1fr;
	}
    /* MENIU */
    .baraCautare form{
        max-width: 100%;
    }   
    .cosContainer {
        padding: 4px;
    }
    .mobileMenuBars  .font-m{
        font-weight: 700;
        font-size: var(--s) !important;
    }
    /* MENIU CONT SI CONT*/
    .cauitaInComenzi form{
        flex-direction: column;
        gap: 10px;
    }
    .formularfull{
        padding: 10px;
    }
    .meetHolder .formularfull{
        padding: 20px;
    }
    .tabelsortabil td::before {
        content: attr(title);
    }
    .tabelsortabil td::before {
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 0;
        width: 50%;
        height: 100%;
        justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        white-space: nowrap;
        transform: translate(0, -50%);
        -ms-transform: translate(0 ,-50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(-0 ,-50%);
        -o-transform: translate(0 ,-50%);
    }
    .tabelsortabil td {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
        border: none;
        border-bottom: 1px solid #d6d6d6;
        position: relative !important;
        padding-left: 50.2% !important;
        text-align: left;
    }
    .tabelsortabil, .tabelsortabil thead, .tabelsortabil tbody, .tabelsortabil th, .tabelsortabil td, .tabelsortabil tr {
        display: block;
    }
    .tipholder td, .tipholder th {
        text-align: left;
        padding: 5px;
        border-bottom: 1px solid var(--grey);
        border-top: 1px solid var(--grey);
    }
    .tabelsortabil tr td:last-child {
        -webkit-box-shadow: 0 2px 0 0 var(--darkblue);
        box-shadow: 0 2px 0 0 var(--darkblue);
        margin-bottom: 3px;
    }
    .tabelsortabil thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .tipholder td, .tipholder th {
        text-align: left;
    }

    /* AUTENTIFICARE */
    .auth-right{
        height: 200px;
    }
    .overlay{
        background: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0) 100%)
    }
    .formularautentificare .formularfull{
            padding: 50px 0px;
    }
    /* MESAJ */
    #mesaj{
        width: 90%;
    }
    /* FANCY */
    .fancy-holder{
        width: 90%;
    }
    /* ARTICOl */
    .articol {
        grid-template-columns: 1fr 2fr;
        grid-template-areas:
        "imgArt prodArt"
        "imgArt titluArt"
        "imgArt critArt"
        "imgArt codArt"
        "pretArt buyArt"
        "stocArt buyArt";
        column-gap: 10px;
            padding: 5px;
    }
    .articoleholder:not(.articolegrid) .label-promo {
        font: 700 31px / 30px Roboto Condensed;
        padding-bottom: 0px;
    }
    .articoleholder:not(.articolegrid) .promoArticol {
        height: 40px;
    }
    .articoleholder:not(.articolegrid) .label-promo:before {
        top: 0px;
    }
    .articoleholder:not(.articolegrid) .label-promo:after {
        top: 0px;
    }
    .articoleholder:not(.articolegrid) .redus {
        padding-right: 0;
    }
    .articolCumpara{
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .articolDiv{
        padding: 0;
    }
    /* STATIC */
    .holder-imagine-statica{
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .holder-imagine-statica img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width: 480px) {
    #main > .swiper {
        height: 350px;
    }
    
    .swiper-slide .content-holder {
        top: 20%;
    }

    .meetHolder form {
        padding: 20px;
    }
    .cumparaarticole{
        font-size: var(--s);
    }
    .noBorder .categorieImagine {
        height: 200px;
    }
    /* CONT */
    .sliderPrezArticole.responsive-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
    } 
    .sliderPrezArticole .wrapArticolSlider {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 450px) {
    #footer .footer-middle {
        grid-template-columns: 1fr;
    }
    .holder-socializari{
            flex-wrap: wrap;
    }
    .listaBeneficii {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 400px) {
    #footer .footer-middle {
        grid-template-columns: 1fr;
    }
}