html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url("photos/uliveto1.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    width: 100%;
    text-align: center;
    margin: 120px auto 25px auto;
    font-size: 32px;
    color: #FFF;
}
#description {
    width: 100%;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 45px;
    font-size: 24px;
    color: #FFF;
    font-style: italic;
}
#shop {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}
#shop a {
    text-decoration: none;
    color: #FFF;
    font-size: 30px;
    border: 2px solid #FFF;
    border-radius: 100px;
    padding: 5px 50px;
    background-color: rgba(54, 54, 54, .35);
}
#shop a:hover {
    background-color: rgba(54, 54, 54, .5);
    transition: .2s ease;
}

#products {
    margin-top: 300px;
    width: 100%;
    justify-content: space-evenly;
    background-color: #FFF;
}
.product_name {
    width: 100%;
    text-align: center;
    padding-top: 100px;
    font-size: 25px;
}
.product_origin {
    width: 100%;
    text-align: center;
    color: #A1825A;
    font-size: 22px;
    margin-bottom: 0px;
}


.click-me {
  margin-top: 0px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align:center;
  font-size: 19px;
  line-height: 50px;
  cursor: pointer;
  color: #0A5878;
  margin-bottom: 0px;
  text-decoration: underline;
}
#click {
  display: none;
}
.click-me:hover {
  transition: .3s ease;
  opacity: .65;
}
.nutrition {
  position: absolute;
  visibility: hidden;  
  width: 60%;
  margin-left: 20%;
  background-color: #FFF;
  text-align: center;
  height: auto;
  padding: 23px 0px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: -90px;
  z-index: 10;
}
.nutrition ol {
    list-style-type: none;
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    margin-left: 0px;
    padding-left: 0px;
}
.nutrition ol li {
    text-align: left;
    font-weight: lighter;
    line-height: 30px;
    font-size: 20px;
    margin-left: 0px;
    padding-left: 0px;
}
.nutrition ol li:first {
    margin-bottom: 25px;
}
.details {
    color: #0A5878;
    text-transform: uppercase;
    font-weight: bold;
}
.product_img {
    width: 125%;
}
#temp {
  position:absolute;
  right:10px;
  top:20px;
  font-size:20px;
  background: #A1825A;
  color: #FFF;
  padding: 3px;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 50%;
  cursor: pointer;
}
#click:checked~.nutrition {
  opacity:1;
  visibility:visible;
}
.text {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}
label {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}
input {
  display: block;
  height: 43px;
  width: 100%;
  background-color: rgba(255,255,255,0.07);
  border-radius: 3px;
  border: none;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}
::placeholder {
  color: #4b4e4d;
  padding-left: 10px;
}


.product_holder {
    display: inline-flex;
    width: 100%;
}
.type div {
  min-height: 100px;
}
.product {
    width: 90%;
    margin: auto;
}
.product img {
    width: 50%;
    margin: auto 25%;
    padding: 45px 0 0px 0;
    
}
.type div {
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
    line-height: 10px;
}
.oil_info {
  font-weight: lighter;
  font-size: 18px;
  margin-top: 10px;
}
.oil_price {
  font-weight: bold;
  font-size: 26px;
}
.product a {
    text-decoration: none;
    color: #363636;
}
.product a:hover {
    cursor: pointer;
}
.type_button {
    width: 100%;
    text-align: center;
    background-color: #FFF;
    padding-top: 5px;
    margin-bottom: 150px;
}
.type_button a {
    color: #FFF;
    background-color: #A1825A;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.type_button a:hover {
    cursor: pointer;
    transition: .3s ease;
    opacity: .9;
}


@media screen and (max-width: 1000px) {
    h1 {
        margin-top: 80px;
        font-size: 28px;
  }
    #description {
        font-size: 18px;
  }
  #shop {
    margin-top: 100px;
  }
  #shop a {
    font-size: 28px;
  }
    #product {
    width: 35%;
    font-size: 20px;
    height: 550px;
    }
}

@media screen and (max-width: 900px) {
    h1 {
        margin-top: 60px;
        font-size: 26px;
  }
    #description {
        font-size: 16px;
  }
  #shop {
    margin-top: 50px;
  }
  #shop a {
    font-size: 26px;
  }
    #product {
    width: 100%;
    font-size: 18px;
    height: 150px;
    }
    #product ol {
        margin-left: 25%;
        margin-top: 0px;
        padding-top: 0px;
    }
}

@media screen and (max-width: 700px) {
    #product {
        height: 150px;
    }
    #products {
      margin-top: 200px;
      width: 100%;
      justify-content: space-evenly;
      background-color: #FFF;
  }
  .type_button a {
    color: #FFF;
    background-color: #A1825A;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.type_button a:hover {
    cursor: pointer;
    transition: .3s ease;
    opacity: .9;
}
}

@media screen and (max-width: 400px) {
    body {
        background-size: cover;
    }
    h1 {
        margin-top: 50px;
        font-size: 28px;
  }
    #description {
        font-size: 20px;
  }
  #shop {
    margin-top: 30px;
  }
  #shop a {
    font-size: 20px;
  }

  #products {
    margin-top: 150px;
    width: 100%;
    justify-content: space-evenly;
    background-color: #FFF;
}

    #product ol {
        padding-left: 0px;
        margin-left: 5px;
    }
        #product {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 18px;
        height: 125px;
        }
        #product ol {
            margin-left: 15%;
            margin-top: 0px;
            padding-top: 0px;
        }
        .type_button a {
          color: #FFF;
          background-color: #A1825A;
          padding: 4px 12px;
          font-size: 14px;
          border-radius: 5px;
          font-weight: bold;
          text-decoration: none;
      }
      .type_button a:hover {
          cursor: pointer;
          transition: .3s ease;
          opacity: .9;
      }
}



