/*START FONTS*/
@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('../fonts/PlayfairDisplay-Regular.ttf')  format('truetype');       
}
/*END FONTS*/

html, body{
    margin: 0;
    padding: 0;
    font-family: 'PlayfairDisplay-Regular';
    color: #000000;
}

.descriere_poveste {
  padding-top: 2vh;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

a{
    text-decoration: none;
}

*:focus {
    outline: none;
}

.headerHomepage {
    background-color: #272624;
    text-align: center;
}

.headerHomepage img{
    padding-top: 4%;
    padding-bottom: 4%;
    max-width: 518px;
    width: 100%;
    object-fit: contain;
}

.contentHomepage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 9%;
    width: 91%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 13%;
}

.container-md-6{
    width: 50%;
    text-align: center;
}

.container-md-6 .imgPrincipala{
    max-width: 370px;
    width: 100%;
}

.container-md-6 a{
    color: #000000;
    font-size: 20px;
    display: block;
    margin-top: 27px;
}

.background_image_portofoliu, .background_image_shop{
    position: relative;
}

.iconImg{
    position: absolute;
    left: 0;
    bottom: 17%;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 66px;
}

.headerApp{
    background-color: #272624;
}

.header_btn_inapoi{
    width: 20%;
}

.header_btn_shop{
    width: 20%;
}

.header_logo_app{
    width: 60%;
}

.headerApp a{
    font-size: 19px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.headerAppContent{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vh;
    padding-bottom: 7vh;
}


.backSpan {
    padding-left: 3vh;
}

.header_btn_shop a{
    justify-content: flex-end;
}

.shopSpan {
    padding-left: 3vh;
}

.header_logo_app a{
    justify-content: center;
}

.imaginePrincipalaCategorie{
    width: 308px;
    height: 308px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    margin-left: auto;
    margin-right: auto;
}

.containerCategorie{
    width: 33%;
    text-align: center;
    margin-bottom: 11vh;
}

.container_principal{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18vh;
    justify-content: center;
}

.numeCategorie a{
    text-align: center;
    color: #000000;
    font-size: 19px;
    text-transform: uppercase;
}

.header_btn_inapoi img{
    width: 33px;
}

.header_logo_app img{
    width: 111px;
}

.header_btn_shop img{
    width: 35px;
}

.name_section h1{
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
}

.name_section.prods {
    padding-top: 6vh !important;
}

.name_section {
  width: 100%;
  text-align: center;
  padding-top: 6vh !important;
  padding-bottom: 2vh;
}

.numeCategorie {
    margin-top: 3vh;
    padding-left: 20px;
    padding-right: 20px;
}

#gallery{
    width: 100%;
}  

.item{
    width: 33.33%;
    float: left;
}

.revGallery-anchor img.img-responsive{
    max-width: 100%;
}

.contentItem {
    padding: 5px;
}

.nume_prod{
    color: #000000;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
}

.contentItemProdus{
    text-align: center;
    padding-bottom: 60px;
}

.imagineProdus {
    max-height: 270px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    object-fit: cover;
}

.pret_prod{
    color: #000000;
    font-size: 16px;
    display: block;
}

.info_prod a{
    width: 90%;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info_prod {
    padding-top: 21px;
}

/*START STILIZARE MODAL*/
.modal {
    will-change: visibility, opacity;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    
  }
  .modal--active {
    visibility: visible;
    opacity: 1;
  }
  .modal--align-top {
    align-items: flex-start;
  }
  .modal__bg {
    background: transparent;
  }
  
  
  .modal__dialog {
    padding: 3.2rem;
    padding-top: 4.3rem;
  }
  .modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 11px;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .modal__content--active {
    opacity: 1;
  }
  .modal__close {
    z-index: 1100;
    cursor: pointer;
  }
  .modal__trigger {
    cursor: pointer;
    /*position: relative;
    display: inline-block;
    padding: 1.2rem 2.4rem;
    color: rgba(0,0,0,0.7);
    line-height: 1;
    cursor: pointer;
    background: #ffebee;
    background: rgb(228 18 40 / 0.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    -webkit-tap-highlight-color: rgba(0,0,0,0);*/
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .modal__trigger--active {
    z-index: 10;
  }
  .modal__trigger:hover {
    /*background: #e5d3d6;
    background: rgb(228 18 40 / 0.3);*/
  }
  #modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #ffebee;*/
    transform: none;
    opacity: 1;
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .modal img {
    max-width: 100%;
  }
  .demo-btns header {
    padding: 7vh 10vw;
    background: #ffebee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .demo-btns header h1 {
    margin: 0;
    color: rgba(0,0,0,0.54);
    font-weight: 300;
  }
  .demo-btns .info {
    background: #f44336;
    padding: 3vh 10vw;
    height: 70vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
  }
  .demo-btns p {
    text-align: center;
    color: #fff;
  }
  .demo-btns .link {
    font-size: 20px;
  }
  .demo-btns .modal__trigger {
    margin-right: 3px;
  }
  @media (max-width: 640px) {
    .demo-btns .modal__trigger {
      margin-bottom: 0.8rem;
    }
  }
  .demo-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.25rem;
    padding: 0.6rem;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .demo-close svg {
    width: 60px;
    fill: #b8b3a9;
    pointer-events: none;
    vertical-align: top;
  }
  .demo-close:hover {
    /*background: rgba(0,0,0,0.6);*/
  }
  .modal .logo {
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    z-index: 2;
  }
  .modal .logo img {
    width: 45px;
    transform: rotate(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .modal .logo img:hover {
    transform: rotate(180deg) scale(1.1);
  }
  
  .infoprincipale h1{
    font-size: 14px;
    color: #bfbbb2;
    text-transform: uppercase;
  }
  
  .infoprincipale h3
  {
    font-size: 27px;
    color: #000000;
    margin-bottom: 0px;
  }

  .infoprincipale h4
  {
    margin-top: 0px;
  }

  .sectiune_atribute {
      padding-top: 14px;
  }

  .pretulprodusului{
    font-size: 19px;
    color: #000000;
  }

  .statusStoc{
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
  }

  .infoprincipale {
    width: 40%;
    float: left;
    padding-right: 4%;
    padding-left: 3%;
    position: sticky;
    left: 0;
    top: 0;
  }

  .infoGalerie {
    width: 53%;
    float: right;
    text-align: center;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;*/
  }

  .numeAtribut{
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
  }

  .atribut a{
    text-transform: lowercase;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    border: 2px #ebe4d8 solid;
    border-radius: 25px;
    margin-right: 15px;
  }
  
  .atribut {
    margin-bottom: 34px;
}

  .content_principal {
    padding-top: 4rem;
  }

  .discriereProdus, .discriereProdus p .discriereProdus a{
    font-size: 14px;
    color: #000000;
    line-height: 22px;
  }

  .skuProdus{
    font-size: 10px;
    color: #000000;
    margin-top: 39px;
  }
/*END STILIZARE MODAL*/

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}
.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.dropdown {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.dropdown__filter {
  position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border: 2px solid #ebe4d8;
    border-radius: 30px;
    font-size: 14px;
    transition: 0.3s;
    padding-right: 40px;
    margin-right: 20px;
    justify-content: center;
}
.dropdown__filter:focus {
  border: 1px solid #ebe4d8;
  outline: none;
  box-shadow: 0 0 5px 3px #ebe4d8;
}
.dropdown__filter::after {
  position: absolute;
  top: 40%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateX(-40%);
  transition: 0.2s ease-in-out;
}
.dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
  transform: scaleY(0);
  transform-origin: top;
  font-weight: 300;
  transition: 0.2s ease-in-out;
  z-index: 999;
  background-color: #FFF;
  padding-left: 19px;
  padding-right: 19px;
}
.dropdown__select-option {
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s;
  text-align: center;
}
.dropdown__select-option:last-of-type {
  border-bottom: 0;
}
.dropdown__select-option:hover {
  background-color: #f9f9f9;
}

.dropdown__filter li{
  list-style-type: none;
}

.filtre{
  width: 96%;
}

.filtre h3{
  color: #000000;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.produsecls{
  margin-top: 20px;
}

.filtre_2{
  width: 100% !important;
}

.loadMoreDiv a{
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border: 2px solid #ebe4d8;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
  padding-right: 20px;
  justify-content: center;
  width: fit-content;
  justify-content: center;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.justMobile{
  display: none;
}



.loader {
  text-align: center;
  vertical-align: middle;
  display: flex;
  background: #FFF;
  padding: 150px;
  box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  padding-top: 30vh;
}

.loader span {
  display: block;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
  margin: 0 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.loader span:nth-child(2) {
  background: #f07e6e;
}

.loader span:nth-child(3) {
  background: #84cdfa;
}

.loader span:nth-child(4) {
  background: #5ad1cd;
}

.loader span:not(:last-child) {
  animation: animate 1.5s linear infinite;
}

@keyframes animate {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(30px);
  }
}

.loader span:last-child {
  animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(10px, -10px);
  }
  20% {
    transform: translate(20px, 10px);
  }
  30% {
    transform: translate(30px, -50px);
  }
  70% {
    transform: translate(-150px, -50px);
  }
  80% {
    transform: translate(-140px, 10px);
  }
  90% {
    transform: translate(-130px, -10px);
  }
  100% {
    transform: translate(-120px, 0);
  }
}

.slide-out-elliptic-bottom-bck {
	-webkit-animation: slide-out-elliptic-bottom-bck 0.7s ease-in both;
	        animation: slide-out-elliptic-bottom-bck 0.7s ease-in both;
}

@-webkit-keyframes slide-out-elliptic-bottom-bck {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% -1400px;
            transform-origin: 50% -1400px;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
            transform: translateY(600px) rotateX(30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes slide-out-elliptic-bottom-bck {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% -1400px;
            transform-origin: 50% -1400px;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
            transform: translateY(600px) rotateX(30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}

.fade-out-bck {
	-webkit-animation: fade-out-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-bck 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    display: none;
    height:0px;
    width: 0px;
    opacity: 0;
  }
}

body.overflow{
  overflow-y: hidden;
}
.lds-ring {
  text-align: center;
  vertical-align: middle;
  display: flex;
  background: #FFF;
  padding: 150px;
  box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  padding-top: 30vh;
  position: fixed; 
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #e41228;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #e41228 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@media(max-width:1060px)
{
  .container_principal{
    width: 95%;
  }
  .imaginePrincipalaCategorie {
    width: 270px;
    height: 270px;
  }
  .containerCategorie {
    margin-bottom: 6vh;
  }
}

@media(max-width:970px)
{
  .imaginePrincipalaCategorie {
    width: 250px;
    height: 250px;
  }
  
}

@media(max-width:850px)
{
  .headerHomepage img {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 318px;
  }
  .container-md-6 .imgPrincipala {
    max-width: 250px;
    width: 100%;  
  }
  .iconImg {
    max-width: 40px;
  }
  .containerCategorie {
    width: 50%;
  }

}

@media(max-width:750px)
{
  .modal__dialog {
    padding: 1.2rem;
    padding-top: 1.2rem;
  }
}

@media(max-width:700px)
{
  .item {
    width: 50%;
  }
  .demo-close svg {
    width: 40px;
  }
  .content_principal {
    padding-top: 40px;
  }
  .infoprincipale {
    width: 100%;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
  }
  .infoGalerie {
    width: 100%;
    margin-top: 20px;
  }
}

@media(max-width:600px)
{
  .headerHomepage img {
    max-width: 180px;
  }
  .container-md-6 {
    width: 100%;
    margin-bottom: 40px;
  }
  .container-md-6 a {
      margin-top: 15px;
  }
  .containerCategorie {
    width: 100%;
  }
  .headerAppContent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header_logo_app img {
    width: 80px;
  }
  
  .header_btn_inapoi, .header_btn_shop{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .backSpan, .shopSpan{
    display: none;
  }

  .header_btn_shop {
    justify-content: flex-end;
  }

  .justMobile{
    display: block;
  }

  .justDesktop{
    display: none;
  }

  .headerHomepage img {
    max-width: 180px;
    width: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .item_dropdown{
    width: 49%;
  }

  .item_dropdown:nth-of-type(odd){
    margin-right: 2%;
  }

  .dropdown__filter {
    margin-right: 0px !important;
    width: 78% !important;
  }

  .dropdown__select {
    width: 80% !important;
  }

  .name_section.prods {
    padding-top: 20px !important;
  }

  .info_prod {
    padding-top: 10px;
  }

  .nume_prod {
    font-size: 16px;
  }

  .contentItemProdus {
    padding-bottom: 40px;
  }

}

@media(max-width:450px)
{
  .modal__dialog {
    padding: 0.5rem;
    padding-top: 0.5rem;
  }
  .modal__content {

    padding: 1.4rem;
  }
  .demo-close{
    padding: 0px;
  }
  .content_principal {
    padding-top: 5px;
  }
  .infoprincipale h3 {
    margin-top: 15px;
  }
  .infoprincipale h4 {
    margin-bottom: 10px;
  }

}

@media(max-width:430px)
{
  .item_dropdown {
    width: 100%;
  }
  .item_dropdown:nth-of-type(odd) {
    margin-right: 0;
  }
  .dropdown__filter {
    margin-right: auto !important;
    width: 68% !important;
    margin-left: auto !important;
    padding-left: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .dropdown__select {
    width: 90% !important;
  }
  .filtre h3 {
    /*margin-top: 0px;*/
    margin-bottom: 10px;
  }
}