:root {
    --beige-light: #c2bb8c;
    --beige: #838368;
    --beige-dark: #5c592e;
    --beige-footer: #8E8A69
}
body {
    background: #FFF;
    font-size: 1.2rem;
    font-family: "Livvic", sans-serif;
}

a {
    color: var(--beige-dark);
    font-weight: bolder;
}
a:hover {
    color: var(--beige);
    font-weight: bolder;
}
a.light {
    color: var(--beige-light);
    font-weight: bolder;
}
footer a {
    color: var(--beige-light);
}
footer a:hover {
    color: var(--beige-light);
    text-decoration: underline;
}

.bg-light {
    background: var(--beige-light) !important;
}
.bg {
    background: var(--beige) !important;
}
.bg-dark {
    background: var(--beige-dark) !important;
}
.bg-poiga {
    background: #838368 !important;
}
.product-box  {
    width: 90%;
    padding: 25px;
    color: #FFF;
    font-size: 18px;
    margin: 0 15px;
}
.product-box.fixed  {
    min-height: 450px;
}

.product-box ul {
    padding: 0;
    margin: 0;
}

.product-box ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-box h4 {
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cta-box:hover {
    background: var(--beige-footer) !important;
}
.cta-box a:hover {
    color: #FFF;
}

.product-box a {
    color: #FFF;
}

.product-cta {
    text-align: center;
}

.first-container {
    background-color: #ebe5b9;
}
.third-container {
    background-color: #5c592e;
}
.box-padding {
    padding: 0 160px;
}

.lines {
    margin-bottom: 150px;
}
.lines h3{
   font-size: 34px;
}
.lines img {
    max-width: 400px;
}

.line-title {
    background: var(--beige-light);
    padding: 10px 10px 10px 45px;
    color: #000;
    font-weight: bolder;
    font-size: 24px;
}

.line-content {
    padding: 10px 10px 10px 45px;
}
.focaccia {
    min-width: 450px;
}
.home-page {
    font-size: 29px;
    line-height: 45px;
}
#home h1,
#home .h1,
#home h2,
#home h4,
#home .h2 {
     font-family: "Dela Gothic One", sans-serif;
     font-weight: bold;
     font-style: normal;
 }
.product-image { width: 100%}

.dark-button:hover {
    background: var(--beige);
}
.cta-de-rinaldi {
    background: var(--beige-light);
    color: #000;
}
.home-news {
    padding: 0 20%;
    text-align: center;
}
.home-news img {
    width: 100%;
}
.home-news h5{
    font-family: "Dela Gothic One", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: 20px;
}
video {
    width: 100%;
}

.col-carousel .carousel-item img{
    height: auto;
    max-width: 100%;
}
.product-small {
    max-width: 280px !important;
}

.product-large {
    max-width: 500px !important;
}

@media (min-width: 1440px) {
    h1 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    h1 {
        font-size: 50px;
    }
}
@media (max-width: 1280px) {
    h1 {
        font-size: 40px;
    }
    .box-padding {
        padding: 25px 50px;
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 35px;
    }
    .box-padding {
        padding: 25px 50px;
    }

    .product-small,
    .product-large {
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 425px) {

    .box-padding {
        padding: 5%;
    }
    .line-content {
        padding: 25px;
    }
    #home h1, #home .h1, #home h2, #home h4, #home .h2 {
        font-size: 2.3rem;
    }
    .home-page {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 320px) {


    .lines img {
        max-width: 80%;
    }
}

#mission {
    @import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
    overflow-x: hidden;
  }
  #mission h1, #mission .h1,
  #mission h2,
  #mission .h2 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 3.9rem;
    margin-bottom: 20px;
  }
  #mission p,
  #mission span,
  #mission a,
  #mission div {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
  }
  #mission .first-container {
    background-color: #ebe5b9;
  }
  #mission .first-container .left-col {
    max-width: 560px;
    width: 100%;
    margin: auto;
    padding: 30px;
  }
  #mission .first-container .left-col img {
    width: 170px;
    margin-top: 20px;
  }
  #mission .first-container .right-col img {
    width: 100%;
  }
  #mission .second-container {
    background-color: white;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #mission .image-container {
    position: relative;
    z-index: 9999;
  }
  #mission .third-container {
    background-color: #5c592e;
    padding: 50px 20px 60px 20px;
    border: 1px solid #ddd;
    position: relative;
    max-width: 95%;
     color: #FFF;
      margin-bottom: 50px;
  }
  #mission .third-container .row {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
  #mission .third-container .left-col,
  #mission .third-container .right-col {
    padding: 20px;
  }
  #mission .fourth-container {
    background-color: #ebe5b9;
    /*margin-top: -400px;*/
  }
  #mission .fourth-container .right-col {
    max-width: 850px;
    margin: auto;
    /* padding: 30px; */
  }
  #mission .fourth-container .right-col img {
    width: 170px;
    margin-top: 20px;
  }
  #mission .fourth-container .left-col img {
    width: 100%;
  }
  #mission .fourth-container .right-col {
    padding: 100px 20px;
  }
  .product-detail .product__img {
      max-width: 65%;
  }
  .btn-de-rinaldi {
      background: #838368;
      color: #FFF;
      border: none;
  }
  
  .btn-de-rinaldi:hover,
  .btn-de-rinaldi:visited,
  .btn-de-rinaldi:active,
  .btn-de-rinaldi:focus {
      background: #5c592e;
      color: #FFF;
      border: none;
  }
  .btn-de-rinaldi-light {
      background: #8e8a69;
      color: #FFF;
      border: none;
  }
  
  .btn-de-rinaldi-light:hover,
  .btn-de-rinaldi-light:visited,
  .btn-de-rinaldi-light:active,
  .btn-de-rinaldi-light:focus {
      background: #838368;
      color: #FFF;
      border: none;
  }
  
  .products-spiga {
      width: 60px;
  }
  .title-linee {
      font-size: 60px;
  }
  
  @media (max-width: 768px) {
  
      .products-spiga {
          width: 40px;
          height: 20px;
      }
      .title-linee {
          font-size: 30px;
      }
  
  }
  @media (max-width: 767.98px) {
  
      .products-spiga {
          width: 40px;
          height: 20px;
      }
    #mission {
      padding: 0 15px;
    }
    #mission h1, #mission .h1,
    #mission h2,
    #mission .h2 {
      font-size: 2.6rem;
    }
    #mission .second-container {
      margin: unset;
    }
    #mission .third-container {
      position: unset;
      top: unset;
      margin: unset;
      padding: unset;
      max-width: 100%;
    }
    #mission .fourth-container {
      margin-top: unset;
    }
  }
  
  @media (max-width: 767.98px) {
      .test-mission h1,.test-mission .h1,.test-mission h2,.test-mission  .h2 {
          font-size: 2.3rem !important;
      }
      .test-mission p, .test-mission span, .test-mission a, .test-mission div {
          font-size: 1.0rem !important;
          text-align: justify;
      }
      .test-mission .third-container {
          padding-top: 25px !important;
      }
      .test-mission .fourth-container .right-col {
          padding: 0 20px !important;
      }
  }
  
