/* Fonts */
@font-face {
    font-family: 'NettoWeb-Bold';
    src: url('../fonts/netto/NettoWeb-Bold.eot');
    src: url('../fonts/netto/NettoWeb-Bold.woff') format('woff'), url('../fonts/netto/NettoComp-Bold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'NettoWeb-Light';
    src: url('../fonts/netto/NettoWeb-Light.eot');
    src: url('../fonts/netto/NettoWeb-Light.woff') format('woff'), url('../fonts/netto/NettoComp-Light.ttf') format('truetype');
  }
  @font-face {
    font-family: 'NettoWeb';
    src: url('../fonts/netto/NettoWeb.eot');
    src: url('../fonts/netto/NettoWeb.woff') format('woff'), url('../fonts/netto/NettoComp.ttf') format('truetype');
  }

  h1,.fontTitle{
    font-family: 'NettoWeb-Bold', sans-serif;
}

.fontL{
    font-family: 'NettoWeb-Light', sans-serif;
}

      
body{
    background-color: #f4f2f1;    
    font-family: 'NettoWeb-Light', sans-serif;
    font-size: 22px;
    overflow-x: hidden;
}
*{
    font-size: 22px;
}

/* Header */
.header {
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #ffffff;
  }
  .header.absolute {
    position: absolute;
  }
  .header.absolute .hmbgr span {
    background: #ffffff;
  }
  .header.absolute .login .selects .text {
    color: #ffffff;
  }
  .header.absolute .login .selects .select:after {
    background-image: url('../img/ico-arrow-white-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .header.absolute .wishlist span {
    color: #000000;
  }
  .header.absolute .wishlist:before {
    background: #ffffff;
  }
  .header.open-menu .hmbgr:hover span:nth-child(1) {
    width: 0%;
  }
  .header.open-menu .hmbgr:hover span:nth-child(2) {
    width: 0%;
  }
  .header.open-menu .hmbgr:hover span:nth-child(3) {
    width: 0%;
  }
  .header.open-menu .hmbgr span:nth-child(1) {
    width: 0%;
  }
  .header.open-menu .hmbgr span:nth-child(2) {
    width: 0%;
  }
  .header.open-menu .hmbgr span:nth-child(3) {
    width: 0%;
  }
  .header.open-filter .hmbgr {
    display: none;
  }
  .header.open-filter .logo {
    display: none;
  }
  .header .selects .text {
    max-width: 120px;
    padding-right: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
  }
  .header .col:first-child {
    float: left;
  }
  .header .col:last-child {
    float: right;
  }
  .header .logo {
    position: relative;
    display: block;
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 60px;
    height: 60px;
  }
  .header .logo svg path:last-child {
    -webkit-transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
            transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
    -webkit-transform: translate(0%, 0%) scale(1);
        -ms-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
  }
  .header .logo:hover svg path:last-child {
    -webkit-transform: translate(6%, 4%) scale(0.9);
        -ms-transform: translate(6%, 4%) scale(0.9);
            transform: translate(6%, 4%) scale(0.9);
  }


/* Content */
h1{
    font-size: 35px;
    text-align: center;
}

.wrap{
    background-color: #ffffff;
}

.form-control:focus{
    background: transparent;
    box-shadow: none;
    border-color: #dee2e6;
}
.form-control::file-selector-button{
    /* border: var(--bs-border-width) solid var(--bs-border-color); */
}

.description{
    background-color: #ffffff;
    width: 100%;
}

.paragraph{
    position: relative;
    width: 100%;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    text-align: justify;
    padding: 0px 30px;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}

/* Footer */
.share .ico{
    position: relative;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0px 15px;
}

.inner{
    padding: 20px 30px;
    display: table;
    width: 100%;
}
.footer {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    padding: 60px 0px;
    padding-bottom: 80px;
  }
  .footer a {
    text-decoration: none !important;
  }
  .footer.no-line:before {
    display: none;
  }
  .footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #ced0d1;
    top: 0px;
  }
  .footer .logo {
    display: block;
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .footer .f-bottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  .footer .col {
    float: left;
    width: 33.33333%;
    font-size: 12px !important;
    vertical-align: middle;
    font-family: 'NettoWeb', sans-serif;
    font-style: normal;
  }
  .footer .col .copy, 
  .footer .col .signature, 
  .footer .col .copy a,
  .footer .col .signature a{
    font-size: 12px !important;
    vertical-align: middle;
    font-family: 'NettoWeb', sans-serif;
    font-style: normal;
    color: #000000;
  }
  .footer .col:nth-child(1) a {
    line-height: 42px;
    display: inline-block;
  }
  .footer .col:nth-child(2) {
    text-align: center;
  }
  .footer .col:nth-child(3) {
    text-align: right;
  }
  .footer a:not(.ico) {
    position: relative;
  }
  .footer a:not(.ico):hover:after {
    width: 100%;
    right: auto;
    left: 0px;
  }
  .footer a:not(.ico):after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    background: #000000;
    -webkit-transition: width 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
            transition: width 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    right: 0px;
    left: auto;
  }
  .footer .signature {
    line-height: 27px;
  }
  .footer .copy {
    /* line-height: 27px; */
  }
  @media (max-width: 768px) {
    .footer {
      padding: 30px 0px;
    }
    .footer .logo {
      width: 60px;
      height: 60px;
    }
    .footer .col{
        margin-bottom:15px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer .f-bottom{
        position: static;
    }
  }
  /* @media (max-width: 414px) {
    .footer {
      padding: 40px 0px;
      padding-bottom: 60px;
    }
    .footer .copy {
      display: none;
    }
    .footer .f-bottom .inner {
      height: 100px;
    }
    .footer .col {
      font-size: 12px;
    }
    .footer .col:nth-child(1) {
      position: absolute;
      width: auto;
      margin-top: 30px;
    }
    .footer .col:nth-child(1) .share .ico {
      margin: 0px 6px;
      margin-left: 0px;
    }
    .footer .col:nth-child(2) {
      width: 100%;
    }
    .footer .col:nth-child(3) {
      position: absolute;
      right: 20px;
      width: auto;
      margin-top: 30px;
    }
  } */
  .social {
    position: relative;
    margin: 0px -10px;
    display: block;
    margin-bottom: 50px;
  }
  .social:after {
    content: '';
    display: block;
    clear: both;
  }
  .social .item {
    position: relative;
    width: 25%;
    float: left;
  }
  .social .item:hover .img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .social .item:hover .link:after {
    width: 100%;
    right: auto;
    left: 0px;
  }
  .social .image {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 10px;
  }
  .social .img {
    position: relative;
    -webkit-transition: all 5s linear;
            transition: all 5s linear;
    background: no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .social .img:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .social .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    display: block;
  }
  .social .title {
    font-family: 'NettoWeb-Bold', sans-serif;
    font-style: normal;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
  }
  .social .text {
    font-family: 'NettoWeb-Light', sans-serif;
    font-style: normal;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #808184;
  }
  .social .link {
    position: relative;
    font-family: 'NettoWeb', sans-serif;
    font-style: normal;
    display: table;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    margin: 10px auto;
    cursor: pointer;
  }
  .social .link:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    background: #000000;
    -webkit-transition: width 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
            transition: width 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
    right: 0px;
    left: auto;
  }
  .social .button-send {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/ico-arrow-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    top: 7px;
    right: 0px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
            transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .social .button-send svg {
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0, 0.99);
            transition: all 0.2s cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .social .button-send:hover svg {
    left: 5px;
  }
  .social .inputs {
    position: relative;
    width: 70%;
    display: table;
    margin: 0 auto;
  }
  .social .inputs.click .button-send {
    opacity: 0;
  }
  .social .inputs.hidden .input-newsletter {
    display: none;
  }
  .social .inputs.hidden .button-send {
    display: none;
  }
  .social .message-error {
    color: red;
    font-size: 14px;
    text-align: center;
    font-family: 'NettoWeb-Light', sans-serif;
    font-style: normal;
    display: block;
    margin-top: 10px;
    padding: 0px 30px;
  }
  .social input {
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 36px;
    opacity: 1;
    -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
            transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .social input::-webkit-input-placeholder {
    font-family: 'NettoWeb', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #000000;
  }
  .social input::-moz-placeholder {
    font-family: 'NettoWeb', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #000000;
  }
  .social input:-ms-input-placeholder {
    font-family: 'NettoWeb', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #000000;
  }
  .social input:-moz-placeholder {
    font-family: 'NettoWeb', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #000000;
  }
  @media (max-width: 768px) {
    .social .item {
      width: 50%;
    }
  }
  @media (max-width: 414px) {
    .social {
      margin: 0px;
      margin-bottom: 30px;
      padding: 0px 10px;
    }
    .social .item {
      width: 100%;
    }
    .social .title {
      font-size: 16px;
    }
    .social .text {
      padding: 0px 10px;
      font-size: 16px;
      line-height: 20px;
    }
    .social .link {
      font-size: 16px;
    }
    .social .inputs {
      width: 80%;
    }
  }