@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.ttf');
}
@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.ttf');
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
}
@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../fonts/Oswald-SemiBold.ttf');
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('../fonts/AvenirLTStd-Medium.otf');
}
@font-face {
  font-family: 'Avenir-Heavy';
  src: url('../fonts/AvenirLTStd-Heavy.otf');
}
@font-face {
  font-family: 'Avenir-Heavy';
  src: url('../fonts/AvenirLTStd-Heavy.otf');
}
@font-face {
  font-family: 'Avenir-Light';
  src: url('../fonts/AvenirLTStd-Light.otf');
}

/*body{
    margin:0;
   font-family: 'Oswald-Regular';
    padding:0;
}*/
/* Optimizare pentru a scapa de spatiile excesive la overflow*/
/* * {
    outline: 1px solid red;
} */
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    /* font-family: 'Oswald-Regular'; */
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    padding: 0;
    /*display: block;*/
    min-height: 100%;
    /*position: relative;*/
    width: 100%;
    max-width: 100%;
    overflow-x: hidden; 
    -webkit-overflow-scrolling: touch;
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #d1d1d132;
    /* box-shadow: inset 0 0 0 2px white; */
    /* overflow: hidden; */
}
::-webkit-scrollbar-thumb {
    background: #A3A7AB;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
    background: #A3A7AB;
}
.container {
    /* margin: 0 20px; */
    /* margin: 0 140px; */
    max-width: 1600px;
    padding: 0 140px;
    margin: 0 auto;
}
p{
    margin:0;
}
.header-fake {
    display: none;
    height: 80px;
    width: 100%;
    margin: 50px auto 20px;
}
.sticky .header-fake {
    display: block;
}
.header{
    /* width: 80%; */
    margin: 50px auto 20px;
    padding: 20px 50px;
    /* position: absolute; */
    /* top: 24px; */
    /* left: 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* z-index: 10; */
    background-color: #2C2C2C;
    border-radius: 20px;
}
.sticky .header {
    position: fixed;
    top: 10px;
    left: 140px;
    right: 140px;
    /* max-width: 1600px; */
    /* padding: 0 140px; */
    margin: 0 auto;
    z-index: 100;
    margin: 0;
}
.headerStatic{
    width:90%;
    margin-left:5%;
    padding-top:20px;
    padding-bottom:20px;
    top:0;
    left:0;
    display:flex;
    justify-content: space-between;
    align-items: center;
    z-index:10;
}

.topPresent .backgroundTop{
    width:100%;
}
.header .menuContainer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.header .menuContainer .produse-dropdown-container,
.header .menuContainer a {
    margin-left:50px;
    color:#fff ;
    font-size:12px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    /* font-family: 'Avenir-Medium'; */
}
.header .menuContainer .produse-dropdown-container {
    margin: unset;
}
.headerStatic .menuContainer{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.headerStatic .menuContainer a{
    margin-left:50px;
    color:#2C2C2C;
    font-size:16px;
    text-decoration: none;
    /* font-family: 'Avenir-Medium'; */
}
.link_telefon{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left:60px !important;
}
.link_telefon img{
    width: 25px;
    height: 25px;
    margin-right:10px;
}
.phone-nr-container {
    display: flex;
    flex-direction: column;
    text-wrap: nowrap;
}
.phone-nr {
    font-size: 12px;
}

.order-action-container {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    /* width: 80%; */
}
.pizzaZilei {
    /* width: 60%; */
    width: 50%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
}

.pozaPizzaZilei{
    position: relative;
    /* margin-right: 40px; */
}
.adaugaPizzaZilei{
    padding: 12px 60px;
    border: none;
    background-color: #DD6B5E;
    border-radius:30px;
    color:#fff;
    text-align: center;
    font-size: 17px;
    cursor:pointer;
    text-decoration: none;
    outline:none;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Montserrat' !important;
    font-weight: 600;
    width: 300px;
}

.adaugaPizzaZilei:hover{
    background-color:#FDA94F;
}
.adaugaPizzaZilei-img {
    background: url("/includes/images/cos.svg") no-repeat;
    filter:
        invert(100%) sepia(0%)
        saturate(0%) hue-rotate(54deg)
        brightness(546%) contrast(101%);
    width: 19px;
    height: 20px;
}

.topPresent-banner{
    background: linear-gradient( to right top, rgba(0, 0, 0, .6), rgba(114, 114, 114, .4) ),
        url(/includes/images/home-page-banner-img.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    /* height: 599px; */
    padding: 80px 0 120px 0;
    /* margin: 0 auto 60px; */
    margin: 0 auto 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
}
.topPresent-banner-header {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 478px;
    margin-bottom: 125px;
}
.topPresent-banner-header::after {
    content: '';
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 5px;
    background-color: #F1AC5F;
    border-radius: 100px;
}
.topPresent-banner-img-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}
.banner-img-bike {
    background:url('/includes/images/food-bike-1.svg') no-repeat;
    width: 55px;
    height: 55px;
}
.banner-img-bag {
    background:url('/includes/images/Food_bag-1.svg') no-repeat;
    width: 55px;
    height: 55px;
}
.topPresent-banner-text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 295px;
    margin-bottom: 20px;
}
.topPresent-banner-btn {
    padding: 12px 0px;
    border: none;
    background-color: #DD6B5E;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    width: 200px;
}
.topPresent-banner-btn:hover {
    background-color: #FDA94F;
}

.topPresent{
    position: relative;
    background: #fff;
    /* padding: 100px 50px; */
    padding: 50px 50px ;
    margin: 0 auto 60px;
    display:flex;
    flex-direction: column;
    border-radius: 20px;
}
.containerPizzaZilei{
    display:flex;
    flex-direction: row-reverse;
    /* align-items: center; */
    /* justify-content: space-between; */
    width:100%;
    margin:0 auto;
    /* gap: 30px; */
    gap: 10%;
}

.titluPizzaZilei{
    color: #000;
    font-size: 30px;
    display: flex;
    align-items: baseline;
    margin: 20px 0px 0px 0;
    font-weight: 600;
}
.titluPizzaZilei h1{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    margin: 0;
}
.gramajPizzaZilei {
    color: #898989;
    font-size: 14px;
    margin-bottom: 30px;
}
.titluPizzaZilei img{
    margin-right:10px;
    height: 25px;
    width: 25px;
}
.descrierePizzaZilei{
    color: #000;
    font-size:15px;
    line-height: 1.5;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(203, 203, 203, .56);
    padding: 0 40px 20px 0;
}
.descrierePizzaZilei span{
    color:#000 !important;
    /* font-family: 'Avenir-Light'  !important; */
    /* font-size:20px !important; */
}
.alergeni-a {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 0 40px 0px 42px;
    position: relative;
    
}
.alergeni-a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("/includes/images/dish.svg") no-repeat;
    width: 29px;
    height: 29px;
}
.alergeni-popup {
    background: #fff;
    max-width: 480px;
    padding: 22px;
    border-radius: 15px;
}
#alergeni button.fancybox-button.fancybox-close-small{
    color: #000 !important;
}
.alergeni-title {
    font-size: 21px;
    color: #DD6B5E;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.alergeni-content {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 30px;
}
.pizza-alergeni {
    color: #fff;
    font-size:14px;
}
.pretPizzaZilei-text {
    font-size: 12px;
    color: #000000;
}
.pretPizzaZilei{
    font-size: 25px;
    font-weight: 600;
    color: #DD6B5E;
    margin-bottom:30px;
    text-wrap: nowrap;
}
.cerc{
    position: absolute;
    top:-10px;
    left:-10px;
    width:520px;
    height:520px;
}
.cerc2{
    position: absolute;
    top:-25px;
    left:-25px;
    width:550px;
    height:550px;
    transform: rotate(45deg);
    transition: all 3s;
}

.cerc3{
    position: absolute;
    top:-50px;
    left:-50px;
    width:600px;
    height:600px;
    transition: all 4s;
}

.pozapz{
    /* width:340px;
    height:340px; */
    width:440px;
    height:440px;
    /* transition: all 8s; */
    border-radius: 50%;
}

.contentHome{
    max-width: 1600px;
    padding: 0 140px;
    margin: 0 auto;
    padding-top:40px;
    padding-bottom:43px;
    background-color: transparent;
    overflow: hidden;
    position: relative;
}
.containerPizza{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:40px 0px;
    margin: 0 10px;
    border-radius:10px;
    cursor: pointer;
    background-color: #fff;
}
.netopia_pics{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 20px
}
.netopia_pics img{
    margin-right: 10px;
}
.netopia-img {
    width: 56px;
    height: 31px;
}
.visa-img {
    width: 58px;
    height: 20px;
}
.master-img {
    width: 55px;
    height: 32px;
}
/* .containerPizza:hover{
    box-shadow: 0px 0px 15px 0px #969494;
    transition: box-shadow 0.5s ease-in-out;
} */
.containerPizza:hover .pozaPizza{
    transform:scale(1.04);
}
/*.containerPizza .pozaPizza{
    width:50%;
    margin:0 auto;
    margin-bottom:10px;
    transition:all 1s;
}*/
.containerPizza .pozaPizza {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all 1s;
    max-width: 230.39px;
    max-height: 230.39px;
    object-fit: contain;
    flex-grow: 1;
}


.containerPizza .titluPizza{
    color: #FDA94F;
    font-weight: 600;
    font-size: 24px;
    /* margin-bottom:20px; */
    height: 56px;
    display:flex;
    align-items: baseline;
    font-family: 'Sofia Sans Extra Condensed';
}
.containerPizza .titluPizza img{
    width:20px;
    height:20px;
    margin:0 10px 0 7px;
}
.containerPizza .descrierePizza{
    color: #2C2C2C;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 13px;
    width: 80%;
    height: 130px;
    overflow-y: auto;
}
.containerPizza .descrierePizza::-webkit-scrollbar {
    display: none;
}

.containerPizza .pretPizza{
    color: #2C2C2C;
    font-size: 23px;
    font-weight: 600;
}
.detaliiPizza-linie {
    height: 15px;
    width: 1px;
    background-color: #fff;
}
.detaliiPizza {
    font-size: 12px;
}
.containerPizza .detaliiPizza{
    color: #FFFFFF;
    margin-top:30px;
    border:0;
    outline:none;
    cursor:pointer;
    padding:10px 60px;
    background-color: #ED6357;
    border-radius:30px;
    opacity:1;
    transition:opacity 1s;
    text-decoration: none;
    text-align: center;
}
.containerPizza:hover .detaliiPizza{
    opacity:1;
}

.containerPizza .labelPret{
    margin-bottom:10px;
    color: #2C2C2C;
    /* font-family: 'Avenir-Light'; */
    font-size:14px;
    position: relative;
}
.containerPizza .labelPret:before{
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    left: -68px;
    top: 8px;
    background-color: #979797;
}
.containerPizza .labelPret:after{
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -68px;
    top: 8px;
    background-color: #979797;
}

.categorieHome{
    color: #2C2C2C;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: fit-content;
    margin-bottom: 30px;
}
.categorieHome span{
    width:70px;
    height:4px;
    background-color: #F1AC5F;
    border-radius:10px;
    margin-right:20px;
    transition:width 1s;
}

.containerbnr {
    background: url(../images/backgroundBaner.jpg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-size: cover;
    width: 100%;
}
.banner-left-img {
    width: 41%;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
}
.banner-left-img>img{
    width: 60%;
}
.banner-right-content{
    width: 48%;
}
.transport-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 7%;
    margin-left: 20%;
}
.transport-header {
    margin-bottom: 0;
    margin-top: 25px;
    justify-content: flex-start;
}
.transport-mobil-banner{
    display: none;
}
.disabled{
    pointer-events: none;
}  
.img-banner{
    width: 50px;
    height: 30px;
}
.img-banner>img{
    width: 100%;
    height: 100%;
}
.transport-header>.img-banner{
    margin-right: 10px;
}
.text-banner{
    /* width: 75%; */
    font-size: 15px;
    color: #7a7a7a;
}
.text-banner>span{
    color: #ed6357;
}
.transport-header>.text-banner,.transport-header>.text-banner>span{
    color: #ffffff;
}
/* .transport-header>.text-banner{
    width: 200px;
} */
.bnrlivrare{
    color: #FFFFFF;
    font-size: 18px;
    display:flex;
   align-items: center;
   margin-bottom:20px;
}
.bnrlivrare span{
    width:80px;
    height:1px;
    background-color: #FFFFFF;
    border-radius:1px;
    margin-right:20px;
    margin-left:20px;
}
.bnrtitlu {
    color: #FFFFFF;
    font-size: 42px;
    margin-bottom: 30px;
    margin-left: 20%;
}

.bnrpizze {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20%;
}

.bnrpizzeinside{
    display:flex;
    flex-direction: column;
}
.bnrpizzepret {
    margin-right: 20px;
    font-size: 52px;
    color: #FFFFFF;
}
.bnrpizzepret sup{
    font-size: 26px;
}
.bnrpizzeinside span{
    color: #FDA94F;
    font-size: 20px;
      /* font-family: 'Oswald-Light'; */
}
.bnrvezi{
    color: #FFFFFF;
    margin-top:40px;
    padding:10px 60px;
    background-color: #ED6357;
    border-radius:30px;
    /* font-family: 'Oswald-Regular'; */
    text-decoration: none;
}

.footer{
    background-color:#2C2C2C;
    /* padding: 50px 40px 60px 40px; */
    padding: 50px 60px 60px 60px;
    margin-top: 50px;
    margin-bottom: 25px;
    position: relative;
    overflow:hidden;
    border-radius: 20px;
}
.footer_container {
    display: flex;
    justify-content: space-between;
}
.footer_logo_container {
    width: 190px;
    height: 36px;
    margin-bottom: 30px;
}
.footer_logo_container img {
    width: 100%;
    height: 100%;
}
.backfooter{
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
}

.footer-social{
    margin-bottom: 53px;
}
.footer-social a{
    margin-left:10px;
    margin-righT:10px;
}
.facebook-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}
.facebook-container img {
    width: 35px;
    height: 35px;
}
.facebook-container span {
    font-size: 15px;
    color: #fff;
}
.anpc-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.anpc-container img {
    width: 156px;
    height: 43px;
}
.footer_container-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-links {
    display: flex;
    flex-direction: row;
    /* gap: 50px; */
    gap: 150px;
}
.footer-links-1 {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.footer-links a {
    text-decoration: none;
    color:white;
    font-size: 14px;
}
.footer-rights{
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 60px;

}
.footer-rights a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer_find{
    box-shadow: 0px 0px 7px 1px #212121;
    display:flex;
    align-items: center;
    color:white;
    font-size: 14px;
    text-wrap: nowrap;
    padding:15px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color:#ED6357;
    position: absolute;
    bottom:0;
    cursor:pointer;
    transition: all .3s;
}
.footer_find:hover{
    padding:17px 30px;
}
.footer_find img{
    margin-right:10px;
}
.categoriiListare-active.active {
    background-color: #000 !important;
}
.swiper-container {
    border-radius: 10px !important;
}
.swiper-container-recomandari{
    overflow: hidden !important;
    /* margin-bottom:40px !important; */
}
.swiper-container-salate{
    overflow: hidden !important;
    margin-bottom:40px !important;
}
.swiper-container-favorite{
    overflow: hidden !important;
    margin-bottom:40px !important;
}
.divPtSageti{
    position: relative;
    overflow-x: hidden;
}

.swiper-button-next{
    right: 65px !important;
        background-size: 16px 44px !important;
    width: 30px;
    height: 30px;
    filter: grayscale(100);
        outline: none;
}
.swiper-button-prev{
    left: 65px !important;
        background-size: 16px 44px !important;
    width: 30px;
    height: 30px;
    filter: grayscale(100);
        outline: none;
}

.contactContainer{
    /* width: 80%; */
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.titluContact {
    position: relative;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;

}
.titluContact::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F1AC5F;
    width: 80px;
    height: 5px;
    border-radius: 100px;
}
.ContactSticky {

}
.linieDespartire{
    width:100%;
    height:1px;
    background-color: rgba(203, 203, 203, .56);
    margin-bottom:30px;
}
.linieDespartireCos{
    width:calc(100% - -40px);
    height:1px;
    background-color: rgba(203, 203, 203, .56);
    margin-top:10px;
    margin-bottom:10px;
    margin: 20px 0 20px -20px;
}
.dropwdown_cos-m .linieDespartireCos{
    width:calc(100% - -40px);
    height:1px;
    background-color: rgba(203, 203, 203, .56);
    margin-top:10px;
    margin-bottom:10px;
    margin: 20px 0 20px -20px;
}
.FormularWraper {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 80px 20px;
    align-items: center;
    justify-content: space-between;
}
.infoContainer {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}

.infoContainerInside{
    display:flex;
    align-items: center;
    margin-bottom: 30px;
    /* margin-right:30px; */
    margin-lefT:30px;
}
.infoContainerInside img{
    width: 45px;
    height: 45px;
    margin-right:10px;
}
.labelInfoInside{
    color: #454545;
    font-size: 18px;
}
.infoInfoInside{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.formularContactContainer {
    display: flex;
    align-items: center;
    width: 50%;
    /* margin: 0 auto; */
    justify-content: center;
    flex-direction: column;
}

/* #contactForm{
    width:45%;
} */
#contactForm input {
    width:100%;
    padding: 13px 15px 13px 25px;
    color: #000 ;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 14px;
    margin-bottom:10px;
    border-radius:100px;
    border:1px solid #979797;
    outline:none;
}
#contactForm textarea{
    width:100%;
    
    color: #000 ;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 13px 15px 13px 25px;
    margin-bottom:10px;
    border-radius:15px;
    border:1px solid #979797;
    resize:none;
    outline: none;
}
#contactForm>.submitFormBtn{
    width:100%;
    padding: 15px 15px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    border-radius: 30px;
    background-color: #ED6357;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.AcceptTermeni {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 20px;
}
/* .AcceptTermeni input {
    width: unset !important;
} */
.AcceptTermeni label {
    font-size: 13px;
}

.checkbox-custom {
    display: block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #707070;
    border-radius: 15px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #2196F3;
    left: 3px;
    top: 3px;
}

.checkbox-custom input:checked ~ .checkmark:after {
    display: block;
}

.StickyDivDePusOriunde {
    width: 100%;
    height: 250px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000000000000000;
}

.harta{
    width:100%;
    background-color:gray;
    height:400px;
    margin: 50px 0 60px;
    border-radius: 20px;
    overflow: hidden;
}

.despreContainer{
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 130px;
    position: relative;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
    border-radius: 20px;
}
.despreContainer .titluContact::after {
    left: 0;
    transform: unset;
}
.despreContainer .titluContact {
    text-align: unset;
}
.despreNoiBackground{
    position: absolute;
    left: -20%;
    z-index:-1;
}

.despreContent{
    color: #000;
    font-size: 16px;
    /* width:60%; */
    margin-top:30px;
    margin-bottom:100px;
 /* font-family: 'Avenir-Light'; */
}
.beneficii{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.beneficiu{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:20%;
    color: #000;
    font-size: 14px;
    /* font-family: 'Avenir-Light'; */
    text-align: center;
}
.beneficiu img{
    margin-bottom:15px;
}
.beneficiutitlu{
    color: #000;
    font-size: 20px;
    margin-bottom:20px;
      /* font-family: 'Oswald-Medium'; */
}

.galerieDespre {
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.galerieDespre>.imagine-box-container {
    width: 12.5%;
}
.imagine-box-container>a{
    width: 100%;
    display: block;
}

.imagine-box-container>a>img{
    width: 100%;
}

.produseListareContainer{
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 50px;
    min-height:80vh;
}
.cos-banner-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cos-banner {
    background-color: #fff;
    padding: 15px;
    width: 49%;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;

}
.cos-banner span {
    color: #DD6B5E;
}

.cos-banner-container-home {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cos-banner-home {
    background-color: #fff;
    padding: 11px;
    border-radius: 15px;
    width: 49%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    
}
.cos-banner-text-home span {
    color: #DD6B5E;
}
.cos-banner-img-home {
    width: 35px;
    height: 35px;
}

.containerSelectieListare{
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    overflow-x: auto;
    margin: 0 20px 50px;
    padding-bottom: 10px;
}
.containerSelectieListare.containerSelectieListare-detaliu {
    margin-bottom: 30px;
}
.categoriiListare  {
    display: flex;
    column-gap: 20px;
}
.categoriiListare a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding:14px 0px;
    min-width: 150px;
    max-width: 150px;
    text-align: center;
    background-color:#F1AC5F;
    border-radius:30px;
    text-decoration: none;
    cursor: pointer;
}
.categoriiListare .categorieListareActiv{
    color: #FFFFFF;
    background-color: #2C2C2C;
}

.listareProduse{
    widtH:100%;
    display:flex;
    flex-wrap:Wrap;
    justify-content: space-between;
    margin-bottom:60px;
    /* gap: 20px; */
}
.listareProduse .containerPizza{
    width: 31%;
    margin: 1%;
}
.contContainer{
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: flex-start;
    margin-top: 100px;
    min-height:80vh;
}
.loginContainer{
    /* width: 40%; */
    width: 480px;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 100px;
    min-height:60vh;
}
.finalContainer{
    width: 80%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height:80vh;
}
.finalContainer .detaliiPizza{
    color: #FFFFFF;
    margin-top:30px;
    border:0;
    outline:none;
    cursor:pointer;
    padding:10px 60px;
    background-color: #ED6357;
    border-radius:30px;
    text-decoration: none;
}
.titluFinal{
    color: #373737;
    font-size: 26px;
    margin-bottom:50px;
     /* font-family: 'Oswald-SemiBold'; */
}

.descriereFinal{
    color: #373737;
    font-size: 19px;
    margin-bottom:30px;
}
.final-oreder-contrainer {
    background-color: #fff;
    border-radius: 15px;
    padding: 32px 12px;
    max-width: 665px;
    margin: 30px auto 0;
}
.final-oreder-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
    gap: 4%;
}
.final-oreder-item img {
    width: 80px;
    height: 80px;
}
.final-oreder-text-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}
.final-oreder-name,
.final-oreder-price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.final-oreder-cantitate {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
}
.final-oreder-linie {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgba(203, 203, 203, .56);
}
.final-oreder-back {
    display: block;
    padding: 12px 0px;
    background-color: #DD6B5E;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
    width: 40%;
    margin: 60px auto 0;
}
.final-oreder-back:hover {
    background-color: #FDA94F;
}

.final-oreder-msg-contrainer {
    text-align: center;
    margin-top: 50px;
}
.final-oreder-msg-title {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #000;
    width: fit-content;
    margin: 0 auto 40px;
}
.final-oreder-msg-title::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 5px;
    width: 76px;
    background-color: #F1AC5F;
    border-radius: 100px;
}

.final-oreder-msg-subtitle-black {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.final-oreder-msg-subtitle {
    font-size: 17px;
    font-weight: 700;
    color: #FF4D39;
}
.final-oreder-msg-text {
    font-size: 17px;
    font-weight: 500;
    color: #FF4D39;
    max-width: 568px;
    margin: 0 auto 15px;
}


.loginContainer form{
    width: 100%;
    padding: 60px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
}
.loginContainer form input {
    width: 100%;
    padding: 15px 0px;
    color: #707070;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #979797;
    outline: none;
    font-family: 'Montserrat';
    appearance: none;
    -webkit-appearance: none;
}
.loginContainerLink{
    margin-top:40px;
    display:flex;
    align-items:center;
    flex-direction: column;
    justify-content: space-between;
}
.loginContainerLink a{
    margin-bottom:10px;
    text-decoration:none;
    color:black;
    font-size: 15px;
    font-weight: 500;
}
.loginContainer .loginBtn {
    width: 100%;
    padding: 15px 15px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    border-radius: 30px;
    background-color: #ED6357;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: inline;
    appearance: none;
    -webkit-appearance: none;
}
.infoContContainer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
}
.meniuCont{
    display:flex;
    flex-direction: column;
    padding:30px;
    min-width: 220px;
    background-color: #fff;
    border-radius: 20px;
}
.meniuCont div{
    text-decoration: none;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
}
.meniuCont a{
    margin-top:25px;
    text-decoration: none;
    color: #ED6357;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
}
.meniuCont div:hover,
.meniuCont a:hover {
    opacity: 70%;
}
.menu-linie {
    width: calc(100% + 60px);
    height: 1px;
    margin: 20px 0 20px -30px;
    background-color: rgba(203, 203, 203, .56);
}
.meniuCont img{
    width:20px;
    margin-right:15px;
}
.logoContainer {
    width: 190px;
    height: fit-content;
}
.logoContainer img {
    width: 100%;
    height: 100%;
}
.logoContainer img:hover{
    cursor: pointer; 
}
.contDreapta{
    /* margin-left:50px;  */
    flex-grow: 1;
}
.contDreaptaComenzi{
    display:none;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    flex: 1;
}
.titluCont{
    color: #000000;
    font-size: 18px;
    margin-bottom:40px;
}

.adreseContainer{
    display:flex;
    align-items: flex-start;
    gap: 40px;
}
.adreseContainerNou{
    display:flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.adreseContainerNou input{
    /* width: 247px; */
    width: 100%;
    /* margin: 0 auto 10px; */
    margin-bottom: 10px;
    padding: 16px 15px 16px 25px;
    color: #000;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 14px;
    border-radius: 100px;
    border: 1px solid #979797;
    outline: none;
}
.adreseContainerNou textarea{
    /* width: 247px; */
    width: 100%;
    max-width: 100%;
    min-height: 4em;
    max-height: 10em;
    /* margin: 0 auto 10px; */
    margin-bottom: 10px;
    padding: 16px 15px 16px 25px;
    color: #000;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #979797;
    outline: none;
}
.adreseFacturare{
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    width: 47%;
}
.subtitluCont{
    text-decoration: none;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom:30px; */
}

.adresa{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
/* .textAdresa{
} */
.adresa-action-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.adresa-action-container p {
    font-size: 13px;
    font-weight: 500;
}
.textAdresa div {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}
.editeazaAdresaButon{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    transition: all .3s;
}
.editeazaAdresaButon:hover{
    opacity: 70%;
}
.adresa-edit-img {
    background: url("/includes/images/editt.svg") no-repeat;
    width: 15px;
    height: 15px;
}
.adresa-delete-img {
    background: url("/includes/images/delete.svg") no-repeat;
    filter:
        invert(0%) sepia(0%)
        saturate(0%) hue-rotate(190deg)
        brightness(-11%) contrast(649%);
    width: 15px;
    height: 18px;
}
#adaugaAdresaNoua{
    position: relative;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    width: fit-content;
    border: 1px solid #707070;
    padding: 13px 30px 13px 60px;
    margin-top: 55px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s;
}
#adaugaAdresaNoua:hover {
    opacity: 70%;
}
#adaugaAdresaNoua::after {
    content: '';
    background: url(/includes/images/plus-red.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
    width: 15px;
    height: 18px;
}

#adaugaAdresaNoua2{
    position: relative;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    width: fit-content;
    border: 1px solid #707070;
    padding: 13px 30px 13px 60px;
    margin-top: 55px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s;
}
#adaugaAdresaNoua2:hover {
    opacity: 70%;
}
#adaugaAdresaNoua2::after {
    content: '';
    background: url(/includes/images/plus-red.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
    width: 15px;
    height: 18px;
}

#adresaNouaForm{
    display:none; 
    width:50%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
#adresaNouaFormCos{
    width:100%;
}

#adresaNouaFormCos input{
     padding:7px;
    color: #757575;
    border:1px solid #979797;
    font-size: 15px;
      /* font-family: 'Avenir-Light'; */
      border-radius:5px;
      margin-bottom:5px;
      widtH:100%;
      outline:none;
}

#adresaNouaForm input{
    width: 100%;
    padding: 13px 15px 13px 25px;
    color: #000;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 100px;
    border: 1px solid #979797;
    outline: none;
}
#adresaNouaForm>.submitFormBtnAdresa{
    padding: 15px 40px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    border-radius: 30px;
    background-color: #ED6357;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
}

#adresaNouaFormCos input[type="submit"]{
    padding:7px 50px;
    color: #949494;
    border:1px solid #979797;
    font-size: 15px;
    border-radius:30px;
    background-color:white;
    widtH:unset;
    margin-top:10px;
    cursor:pointer;
}

.containerIstoricComenzi{
    widtH:100%;
}
.istoircHeader{
    display:flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    font-size: 16px;
    padding-bottom:10px;
}
.istoircHeader div{
    /* width:200px; */
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 600;
}
.inregistrareComanda{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:10px;
    /* flex-wrap:wrap; */
}
.statusComanda {
    border: 1px solid #000;
    border-radius: 100px;
    padding: 6px 0px;
    width: 105px;
    text-align: center;
    font-size: 13px !important;
}
.statusComanda.status-confirmata {
    border: 1px solid #007C0E;
}
.statusComanda.status-in-asteptare {
    border: 1px solid #ff9039;
}
.statusComanda.status-platita {
    border: 1px solid #0000ff;
}
.statusComanda.status-rambursata {
    border: 1px solid #0000ff;
}
.statusComanda.status-retur {
    border: 1px solid #FF0000;
}
.statusComanda.status-anulata {
    border: 1px solid #FF0000;
}
.inregistrareComanda div{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.inregistrareComanda .nrcomanda{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.inregistrareComanda .vizualizarecomanda{
    /* padding:7px 30px;
    color: #949494;
    border:1px solid #979797; */
    font-size: 14px;
    /* border-radius:30px;
    background-color:white;
    widtH:unset; */
    cursor:pointer;
    background: url('/includes/images/eye.svg') no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 30px;
}

.titluMareCos {
    margin: 0 auto 50px;

}
.containerCos{
    display:flex;
    align-items: flex-start;
    width:100%;
}
.titluCos{
    text-decoration: none;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 600;
    margin-bottom:10px
}
.subtitluCos{
    color: #6E6E6E;
    font-size: 14px;
    margin-bottom: 15px;
}
.cosFacturare{
    /* width: 30%; */
    min-width: 370px;
    flex: 1;
    padding: 30px;
    background: #fff;
    border-radius: 20px;box-sizing: border-box;
}
.cosPlata{
    /* width:20%; */
    width: 360px;
}
.metoda-plata-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.cosPlata-metodaPlata {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 25px;
}
.cosPlata-metode-plata {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.containerAdreseCos{
    display:flex;
    flex-direction: column;
    margin-bottom:20px;
    width:100%;
}
.adresaCos{
    padding:15px 15px 15px 30px;
    border:1px solid #979797;
    color: #757575;
    font-size: 14px;
    border-radius:100px;
    margin-bottom:10px;
    display:flex;
    /* align-items: center; */
}
.adresaCos input{
    margin-right:15px;
}
.adresaCos .checkmark {
    top: 50% !important;
    transform: translate(-50%, -50%);
}
.adresaCos-text div {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}


/* ........................ */
.InputMetodaPlata {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
/* .InputMetodaPlata input {
    width: unset !important;
} */
.InputMetodaPlata label {
    font-size: 13px;
    z-index: 2;
    color: #000;
    position: relative;
    cursor: pointer;
}

.InputMetodaPlata-radio-custom {
    display: block;
    position: relative;
    /* padding-left: 15px; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.InputMetodaPlata-radio-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark-MetodaPlata {
    position: absolute;
    top: -9px;
    left: -61px;
    height: 52px;
    width: 249px;
    border-radius: 100px;
}
.checkmark-MetodaPlata.checkmark-MetodaPlata-card {
    left: -58px;
}

.checkmark-MetodaPlata:after {
    content: "";
    position: absolute;
    display: none;
    width: 249px;
    height: 106%;
    border-radius: 100px;
    background-color: #ED6357;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.InputMetodaPlata-radio-custom input:checked ~ .checkmark-MetodaPlata:after {
    display: block;
}

.image-MetodaPlata-container {
    position: relative;
    cursor: pointer;
    /* padding-left: 15px; */
}

/* .InputMetodaPlata label {
    color: #000
} */
.label-text.active {
    color: #fff;
}
.image-MetodaPlata {
    background: url('/includes/images/coin-img.svg') no-repeat;
    width: 30px;
    height: 30px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translate(0%, -50%);
}
.image-MetodaPlata.active {
    filter: 
        invert(100%) sepia(100%) 
        saturate(0%) hue-rotate(190deg) 
        brightness(254%) contrast(101%);
}
.image-MetodaPlata.card {
    background: url('/includes/images/card-img.svg') no-repeat;
    height: 21px;

}
.image-MetodaPlata.card.active {
    filter: 
        invert(100%) sepia(100%) 
        saturate(0%) hue-rotate(190deg) 
        brightness(254%) contrast(101%);
}

/* ........................ */


.metodaPlata{
    padding: 8px 15px;
    border: 1px solid #979797;
    color: #757575;
    font-size: 14px;
    border-radius: 100px;
    /* width: 191px; */
    width: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.metodaPlata input{
    margin-right:15px;
}
.metodaLivrare {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    color: #000;
    border: 1px solid #757575;
    font-size: 13px;
    border-radius: 30px;
    background-color: white;
    margin-top: 10px;
    padding-left: 30px;
    width: 217px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    text-align: left;
}
.metodaLivrareActiv{
    background-color: #ED6357;
    border:0;
    color:white;
}
.metodaLivrare-img {
    background: url('/includes/images/food-bike.svg') no-repeat;
    width: 30px;
    height: 30px;
}
.metodaLivrareActiv .metodaLivrare-img {
    filter:
        invert(100%) sepia(100%)
        saturate(0%) hue-rotate(190deg)
        brightness(254%) contrast(101%);
}
.metodaLivrare-img.bag {
    background: url('/includes/images/Food_bag.svg') no-repeat;
    width: 30px;
    height: 30px;
}
.metodaLivrareActiv .metodaLivrare-img.bag {
    filter:
        invert(100%) sepia(100%)
        saturate(0%) hue-rotate(190deg)
        brightness(254%) contrast(101%);
}

.cosComanda{
    flex: 1;
    /* width:40%; */
    min-width:380px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.produsInCos{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    width:80%;
}
.produsInCos img{
    width:18%;
    margin-left:15px;
    margin-right:20px;
}
.cantitateProdus{    
    color: #7C7C7C;
    font-family: 'Montserrat';
    font-size: 11px;
}
.numeProdusInCos-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.numeProdusInCos{
    color: #2C2C2C; 
    font-size: 16px;
    font-weight: 600;
}
.numeProdusInCos-wrapper .pretProdusInCos{
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
    text-wrap: nowrap;
}
.stergeProdusInCos{
    display: block;
    background: url('/includes/images/delete.svg') no-repeat;
    color: #949494;
    text-align: right;
    /* font-size: 18px; */
    /* background-color: transparent; */
    border:0;
    outline: none;
    cursor:pointer;
    width: 20px;
    height: 25px;
}
.subtotal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 8px;
    padding: 0 25px;
}
/* .total{} */
.produsCosOutside{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.transport{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 25px;
}
.total-cos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 15px 25px;
    background-color: #F0F0F0;
    border-radius: 100px;
}
.note-message {
    font-size: 16px;
    font-weight: 500;
    color: #DD6B5E;
    padding-left: 30px;
}

.finalizeaza{
    margin-top:20px;
    width:100%;
    height: 52px;
    color:white;
    text-decoration: none;
    background-color: #ED6357;
    border-radius:30px;
    padding:8px 0px;
    text-align:center;
    border:0;
    cursor:pointer;
    font-size: 16px;
    font-family: 'Montserrat' !important;
    font-weight: 600;
}
.greyed_out{
    background-color: #2C2C2C;
}
.containerPizzaInside{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menu_mobile{
    display: none;
    position: absolute;
    z-index: 101;
    width: 25px;
    height: 30px;
    left: 50px;
    top: 30px;
}
#menu_mobile img{
    width:100%;
    height:100%;
}

.sticky #menu_mobile {
    position: fixed;
}
input, textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.cos_mobile{
    display:none;
    position: absolute;
    z-index: 101;
    width: 25px;
    height: 30px;
    right: 50px;
    top: 30px;
}
.cos_mobile img{
    width: 100%;
    height: 100%;
}

.sticky .cos_mobile {
    position: fixed;
}
.container-metode-plata {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#dropdown_mobile {
    width: calc(100% - 40px);
    border-radius: 15px;
    top: 95px;
    background-color: #2c2c2c;
    position: absolute;
    z-index: 101;
    box-shadow: -5px 14px 31px -29px #cccc;
}
.sticky #dropdown_mobile {
    position: fixed;
}
#dropdown_mobile-wraper { 
    display: flex;
    flex-direction: column;
    padding: 20px 0 20px 50px;
}
.link_telefon-m {
    display: flex;
    align-items: center;
    gap: 10px;
}
.link_telefon-m img {
    width: 25px;
    height: 32px;
}
.phone-nr-container-m-wraper {
    display: flex;
    flex-direction: column;
}
.phone-nr-container-m {
    display: flex;
    align-items: center;
    gap: 10px;
}
.phone-nr-container-m .phone-nr-m {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
}
.phone-nr-title-m {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}
.cont-link-text {
    display: block;
    text-wrap: nowrap;
    margin: 6px 0 0 35px;
    font-size: 13px;
    text-transform: capitalize;
}
.cont-link-text-desk {
    display: block;
    margin: 0px 0 0 32px;
    font-size: 10px;
    text-transform: capitalize;
    text-wrap: nowrap;
}
.menu-m-linie {
    width: calc(100% - -50px);
    height: 1px;
    margin-left: -50px;
    margin-bottom: 20px;
    background-color: rgba(203, 203, 203, .56);
}
/* .prd-drop-container-m {
    margin-bottom: 10px;
} */
/* .prd-drop-m {
    display: none;
} */
.prd-drop-m-wraper {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
#inchideDropwdown {
    display:none;
    position: absolute;
    z-index: 101;
    width: 25px;
    height: 30px;
    left: 50px;
    top: 34px;
    background-color: #2c2c2c;
}
.sticky #inchideDropwdown {
    position: fixed;
}
/* #dropdown_mobile{
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */
.prd-drop-container-m,
#dropdown_mobile a {
    /* display:none; */
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom:15px;
    cursor: pointer;
}
.prd-drop-container-m p {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #FDA94F;
}

#dropdown_mobile a img {
    width: 20px;
    margin-right: 10px;
}

#dropdown_mobile> .logo-acasa-mobil img{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 10px;
}

#dropdown_mobile>.link-telefon{
    margin-bottom: 0;
}

.red{
    margin-top: 10px;
    /* margin-left: 10px; */
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #DD6B5E;
    padding-left: 30px;
}
.green{
    margin-top: 10px;
    margin-left: 10px;
    position: relative;
    color: #FDA94F;
    /* font-family: 'Avenir-Medium'; */
}
.form-field label{
    font-size: 14px;
    /* font-family: 'Avenir-Medium'; */
}
.form-field label a{
    font-size: 14px;
    /* font-family: 'Avenir-Medium'; */
    text-decoration: none;
    color:#ED6357;
}
.termeni-si-conditii {
    margin-bottom: 35px;
}
.creareContBtn {
    color: #fff !important;
    background-color: #ED6357;
    border: 1px solid #ed6357 !important;
    font-size: 16px;
    font-weight: 600;
}

.message_received{
    position: fixed;
    padding: 7px 14px;
    background-color: #2c2c2c;
    z-index: 100;
    left: 50px;
    bottom: 50px;
}

.mesajInauntru{
    display: flex;
    align-items: center;
    font-size: 13px;
     /* font-family: 'Avenir-Medium'; */
    color: white !important;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #fff;
}
#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #fff;
}
#successAnimationResult {
  fill: #fff;
  opacity: 0;
}
#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

#completeazaLivrareNoua{
    display:none;
    margin-bottom:10px;
}


#containerAdreseCosFacturare{
    display:none;
}
#completeazaFacturareNoua{
    display:none;
}
.numesicantintate{
    display:flex;
        width: 60%;
    flex-direction: column;
}
.dropwdown_cos{
    display: none;
    background-color: white;
    position: absolute;
    right: -50px;
    top:30px;
    padding:10px 20px;
    flex-direction: column;
    border-radius: 15px;     
    min-width: 400px;
    /* box-shadow: 0px 5px 6px 0px #484848; */
    z-index: 15;
}
.headerStatic .dropwdown_cos{  
    box-shadow: 0px 1px 6px 0px #d4d4d4;
}

.dropwdown_cos-m {
    display: none;
    position: absolute;
    top: 95px;
    width: calc(100% - 80px);
    border-radius: 15px;
    padding: 20px 20px 40px;
    background-color: #2c2c2c;
    z-index: 101;
    box-shadow: -5px 14px 31px -29px #cccc;
}
.sticky .dropwdown_cos-m {
    position: fixed;
}
.titluCos-m {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
} 
.numeProdusInCos-m {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
} 
.cantitateProdus-m {
    font-size: 10px;
    color: #fff;
} 
.pretProdusInCos-m {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-wrap: nowrap;
} 
.detaliiPizza-m {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 12px 0px;
    background-color: #DD6B5E;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
}
.cos-gol {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.dropwdown_cos-m-action {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
    margin-left: 5px;
}
.stergeProdusInCos-m {
    display: block;
    background: url('/includes/images/delete.svg') no-repeat;
    filter:
        invert(100%) sepia(25%)
        saturate(0%) hue-rotate(89deg)
        brightness(230%) contrast(100%);
    text-align: right;
    border:0;
    outline: none;
    cursor:pointer;
    width: 20px;
    height: 25px;
}

.triangle{
    position: absolute;
    top: -8px;
    right: 50px;
    z-index: -1;
}
.produsInCosDropdown{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* min-width: 270px; */
    width: 100%;
}
.produsInCosDropdown img{
    width:17%;
    margin-left:10px;
    margin-right:10px;
}
.dropwdown_cos-m .produsInCosDropdown img{
    margin-left:unset;
}
.pretProdusInCos-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.produsInCosDropdown .numeProdusInCos{
    font-size:15px;
}
.produsInCosDropdown .pretProdusInCos{
    font-size:14px;
    text-align: left;
    font-weight: 600;
}

.header .produsInCosDropdown .stergeProdusInCos{
    margin-left:10px;
    color: #9B9B9B;
}
.headerStatic .produsInCosDropdown .stergeProdusInCos{
    margin-left:10px;
    color: #9B9B9B;
}

.header .dropwdown_cos .detaliiPizza{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: calc(100% + 20px);
    margin-left: -10px;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 18px 0px;
    background-color: #DD6B5E;
    border-radius: 30px;
    
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
}
.detail-contact a{
    color: #FDA94F;
    text-decoration: none;
    /* font-family: 'Oswald-Regular'; */
}
.headerStatic .dropwdown_cos .detaliiPizza{
    color: #FFFFFF;
    margin-top:30px;
    border:0;
    outline:none;
    cursor:pointer;
    padding:6px 0px;
    background-color: #ED6357;
    border-radius:30px;
    /* font-family: 'Oswald-Regular'; */
    text-decoration: none;
    margin-left:0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.dropwdown_cos .titluCos{
    font-size: 15px;
    margin: 20px 0 20px 13px;
}
/* .dropwdown_cos .total{
    font-size: 15px;
} */

#arataCosul{
    cursor:pointer;
}
#arataCosulStatic{
    cursor:pointer;
    position: relative;
}

#finalizeazaComandaForm{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    /* flex-direction: column-reverse; */
}
/* #finalizeazaComandaForm input[type="text"]{
    width:100%;
    padding:10px 15px;
    color: #757575;
    margin-bottom:10px;
    border-radius:5px;
    border:1px solid #979797;
    outline:none;
} */

.inregistrareComandaProduse{
    margin-top: 9px;
    font-size: 13px;
    font-weight: 500;
    display:none;
}
.cantitate-produse-cos{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 17px;
    right: -9px;
    width: 20px;
    height: 20px;
    background: #DD6B5E;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
}
.cantitate-produse-cos-desktop{
    position: absolute;
    top: 12px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #DD6B5E;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
}
.fancybox-overlay{
        background-color: #9e9e9e6e !important;
        z-index: 9999999 !important;
}
.activare-gps {
    background-image: url(../images/pin_icon.png);
    background-color: transparent;
    border: none;
    padding: 0;
    background-size: 16px 23px;
    height: 23px;
    background-repeat: no-repeat;
    outline: none;
    font-size: 14px;
    /* font-family: 'Oswald-Regular'; */
    width: 100%;
    color: #ffffff;
    padding-left: 20px;
}

/* GDPR */
.tm-onetime-popup {
    display: none
}

.tm-onetime-popup-multumiri {
    display: none
}

.cookie-banner-container {
    display: block;
    pointer-events: none;
    position: fixed;
    z-index: 1;
    bottom: -130px;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 16px rgba(0,0,0,.22);
    font-size: 14px;
    transition: all 250ms ease-in-out;
    z-index: 999
}

.cookie-banner-container.is-active {
    pointer-events: auto;
    bottom: 0;
    opacity: 1
}

.cookie-banner-inner {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify
}

.cookie-banner-container * {
    font-size: 12px;
}

.cookie-banner-container a {
    color: #c70000
}

.cookie-banner-container p {
    margin: 0
}

.cookie-banner-actions {
    text-align: right
}

.cookie-banner-confirm {
    background: #c70000;
    color: #fff;
    font-size: 16px;
    padding: 4px 22px;
    font-family: "Oswald-Regular";
    border-radius: 25px;
    width: 100px;
    border: none;
}

.GDPR-popup-container {
    display: block;
    pointer-events: none;
}

.GDPR-popup-container-multumiri {
    display: block;
    pointer-events: none;
}

.GDPR-popup-container.is-active {
    pointer-events: auto;
}

.GDPR-popup-container-multumiri.is-active {
    pointer-events: auto;
}

.GDPR-popup-background {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    transition: all 250ms ease-in-out;
    opacity: 0;
    z-index: 99;
}

.GDPR-popup-background-multumiri {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    transition: all 250ms ease-in-out;
    opacity: 0;
}

.GDPR-popup-container.is-active .GDPR-popup-background {
    opacity: 1;
}

.GDPR-popup-container-multumiri.is-active .GDPR-popup-background-multumiri {
    opacity: 1;
}

.GDPR-popup-inner {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 500px;
    line-height: 1.6em;
    background: #fff;
    margin-top: -180px;
    margin-left: -250px;
    padding: 25px;
    box-sizing: border-box;
    transition: all 250ms ease-in-out;
    transform: translateY(200px);
    opacity: 0;
    z-index: 999;
}
.sarbatorilevin .GDPR-popup-inner {
    padding: 5px !important;
}
.sarbatorilevin-img {
    max-width: 100%;
    display: block;
}

.GDPR-popup-inner-multumiri {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 300px;
    line-height: 1.6em;
    background: #fff;
    margin-top: -180px;
    margin-left: -250px;
    padding: 25px;
    box-sizing: border-box;
    transition: all 250ms ease-in-out;
    transform: translateY(200px);
    opacity: 0;
}

.GDPR-popup-container.is-active .GDPR-popup-inner {
    transform: translateY(0px);
    opacity: 1;
}

.GDPR-popup-container-multumiri.is-active .GDPR-popup-inner-multumiri {
    transform: translateY(0px);
    opacity: 1;
}

.GDPR-popup-title {
    font-family: "Oswald-Regular";
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}

.GDPR-popup-list .list-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin: 10px 0;
}

.GDPR-popup-list .checkmark {
    color: #44e52f;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 2px;
}

.GDPR-popup-actions {
    text-align: center;
    margin-top: 20px;
}

.GDPR-popup-confirm {
    background: #c70000;
    color: #fff;
    padding: 7px 22px;
    font-size: 16px;
    font-family: "Oswald-Regular";
}
.GDPR-popup-sarbatorilevin-x {
    background: #fff;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-family: sans-serif;
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    border-radius: 100%;
    width: 28px;
    height: 28px;
}

.GDPR-popup-confirm-multumiri {
    background: #c70000;
    color: #fff;
    padding: 7px 22px;
    font-size: 16px;
    font-family: "Oswald-Regular";
}

h1 {
    font: 27px "Oswald-Regular";
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700
}

h3 {
    font-size: 16px
}

@media only screen and (max-width: 500px) {
    .GDPR-popup-inner {
        top:40px;
        left: 0;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .GDPR-popup-inner-multumiri {
        top: 40px;
        left: 0;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.GDPR-popup-list a {
    color: #000;
    font-weight: 700;
}

#gdpr-font {
    font-size: 14px;
    line-height: 1.5;
}
.scroll-up {
    background-color: #ED6357;
    bottom: 10px;
    display: none;
    opacity: 0.9;
    outline: medium none;
    position: fixed;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-rendering: optimizeSpeed;
}
.scroll-up > img {
    width: 15px;
    transform: rotateZ(180deg);
}
.detalii-livrare-zone{
    color: #454545;
    font-size: 18px;
    margin-bottom: 20px;
}
.detalii-livrare-zone-colorat{
    font-size: 15px;
    color: #484848;
    font-weight: 500;
}
.detalii-livrare-text{
    font-size: 15px;
    color: #484848;
    font-weight: 400;
}
.detailii-livrare-container{
    margin:40px 0 50px;
}


/*pop-up*/
.corona-image {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    object-fit: contain;
}
.popup-coronavirus{
    display: none;
}
.fancybox-content{
    padding:0px!important;
}
.fancybox-slide--html .fancybox-close-small{
    color:white!important;
}
.container-top-line{
    text-align: center;
    background: #ed6358;
    padding: 10px 0;
    color: #ffffff;
}
.container-top-line>a{
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
}
.container-top-line>a:hover{
    text-decoration: none;
}

/* ------------ MODIFICARI 2023 ------------ */

.produse-dropdown-container {
    position: relative;
    cursor: pointer;
}
.produse-dropdown-container::after {
    content: '';
    background: url('/includes/images/Triangle.svg') no-repeat;
    position: absolute;
    top: 40%;
    right: -20px;
    width: 9px;
    height: 6px;
}
.produse-dropdown {
    position: absolute;
    top: 45px;
    left: -100%;
    width: fit-content;
    height: fit-content;
    padding: 39px 60px 69px 60px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    z-index: 15;
    border-radius: 15px;
}
.produse-dropdown .dropdown-link {
    color: #000 !important;
    margin-left: unset !important;
    text-transform: capitalize !important;
    width: 100% !important;
    text-align: center !important;
    padding: 7px 30px !important;
    border-radius: 5px;
    transition: all .3s;
}
.produse-dropdown .dropdown-link:hover {
    background-color: #FDA94F;
    color: #fff !important;
}
.dropdown-link {
    padding: 5px 0;
}
.dropdown-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 14;
}
.MenuLink.MenuActive {
    color: #F1AC5F !important;
}
.cont-link {
    display: block;
    background: url('/includes/images/user-new.svg') no-repeat;
    /* filter: 
        invert(100%) sepia(0%)
        saturate(7619%) hue-rotate(1141deg)
        brightness(507%) contrast(97%); */
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.cosCumparaturi {
    display: block;
    background: url('/includes/images/cos.svg') no-repeat;
    /* filter: 
        invert(100%) sepia(0%)
        saturate(7619%) hue-rotate(1141deg)
        brightness(507%) contrast(97%); */
    width: 25px;
    height: 25px;
}
/* .MenuActive.cont-link,
.MenuActive .cosCumparaturi{
    filter: unset;
} */

.contentHome-swiper-menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.contentHome-swiper-menu .categoriiListare {
    gap: 6px;
}
.contentHome-swiper-menu .containerSelectieListare {
    margin: 0;
}
.contentHome-swiper-menu .containerSelectieListare {
    width: unset;
    overflow: hidden;
}
.contentHome-swiper-menu .categoriiListare a {
    font-size: 12px;
    padding: 13px 0px;
    min-width: 130px;
    max-width: 130px;
}

.swiper-pagination-bullets {
    position: absolute;
    /* width: fit-content !important; */
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
}
.swiper-pagination-bullet {
    margin: 3px;
    width: 12px !important;
    height: 12px !important;
}
.swiper-pagination-bullet-active {
    background-color: #ed6357 !important;
}