@import "../fonts/fonts.css";
.about .wrapper {
  padding: 150px 20px 50px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .wrapper .about-left, .about .wrapper .about-right {
  width: 45%;
  box-sizing: border-box;
}
.about .wrapper .about-left img {
  width: 150px;
}
.about .wrapper .about-left h2 {
  color: #9F7308;
  margin-bottom: 20px;
  font-family: "Century Schoolbook", sans-serif;
  font-weight: bold;
}
.about .wrapper .about-left h5 {
  margin: 30px 0 20px 0;
}
.about .wrapper .about-left p {
  color: #111111;
  line-height: 1.6;
  margin: 0;
}

.advantage .avtop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.advantage .avtop .avtop-l {
  width: 60%;
}
.advantage .avtop .avtop-l .avtop-title {
  display: flex;
  align-items: flex-end;
}
.advantage .avtop .avtop-l p {
  max-width: 80%;
}
.advantage .avtop .avtop-l img {
  width: 120px;
  margin-left: 20px;
}
.advantage .avtop .avtop-r {
  width: 40%;
}
.advantage .avbot ul {
  display: flex;
  justify-content: space-between;
}
.advantage .avbot ul li {
  width: 30%;
  box-sizing: border-box;
}
.advantage .avbot ul li img {
  width: 80px;
  margin-bottom: 20px;
}
.advantage .avbot ul li h3 {
  font-size: 1.5em;
  color: #9F7308;
  margin-bottom: 10px;
}
.advantage .avbot ul li h6 {
  font-size: 80px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9F7308;
  color: transparent;
  font-family: "Century Schoolbook", sans-serif;
  font-weight: bold;
}
.advantage .avbot ul li h4 {
  font-family: "avenirblack", sans-serif;
  font-size: 1.3rem;
  color: #9F7308;
}
.advantage .avbot ul li p {
  font-size: 1.1rem;
  color: #111111;
  line-height: 1.6;
}

.certification {
  text-align: center;
  padding: 100px 0;
}
.certification p {
  margin: 20px 0;
}
.certification ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.certification ul li {
  width: 30%;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.certification ul li img {
  max-height: 120px;
  width: auto;
}

.porto .porto-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.porto .porto-title h2 {
  max-width: calc(100% - 700px);
  text-align: center;
}
.porto .porto-title h2::after {
  width: 25%;
}
.porto .porto-title img {
  width: 150px;
  margin-right: 20px;
  margin-left: 20px;
}
.porto .porto-title img:first-child {
  margin-top: -40px;
}
.porto p {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto;
  text-align: center;
}
.porto ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  align-items: flex-start;
}
.porto ul li {
  width: 15%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.porto ul li img {
  width: 100%;
}
.porto ul li p {
  margin: 0;
}
.porto ul li h5 {
  margin: 20px 0 10px 0;
  color: #9F7308;
  font-family: "Century Schoolbook", sans-serif;
  font-weight: bold;
}
.porto ul li span {
  display: inline-block;
  background: #9F7308;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: 1;
  font-family: "avenirbook", sans-serif;
  font-size: 0.8rem;
  margin-top: 5px;
}

.recipe {
  padding: 100px 0;
}
.recipe .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recipe .recipel {
  width: 35%;
}
.recipe .reciper {
  width: 50%;
}

.porto.porto-product {
  padding: 200px 0;
}

.porto.porto-product-detail .prod-list h1.catitle {
  text-align: center;
  padding: 60px 0;
  font-size: 3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Century Schoolbook", sans-serif;
  font-weight: bold;
}
.porto.porto-product-detail .prod-list ul {
  justify-content: flex-start;
}
.porto.porto-product-detail .prod-list li {
  width: 32%;
  margin-bottom: 40px;
}
.porto.porto-product-detail .prod-list li .prod-wrapper {
  display: flex;
}
.porto.porto-product-detail .prod-list li .prod-wrapper .prod-image {
  width: 40%;
  margin-right: 20px;
}
.porto.porto-product-detail .prod-list li .prod-wrapper .prod-image img {
  width: 100%;
}
.porto.porto-product-detail .prod-list li .prod-wrapper .prod-spec {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}
.porto.porto-product-detail .prod-list li .prod-wrapper * {
  text-align: left;
}
.porto.porto-product-detail .prod-list li .prod-wrapper h4 {
  font: "Century Schoolbook", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: "Century Schoolbook", sans-serif;
  font-weight: bold;
}
.porto.porto-product-detail .prod-list li .prod-wrapper p {
  font-size: 14px;
}
.porto.porto-product-detail .prod-list li .prod-wrapper p.sku {
  background: #9F7308;
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
  margin: 3px 0 10px 0;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
}
.porto.porto-product-detail .prod-list li .prod-wrapper p.spec-title {
  font-family: "avenirblack", sans-serif;
}
.porto.porto-product-detail .prod-list li .prod-wrapper p.spec-detail {
  margin: 3px 0 10px 0;
}

@media only screen and (max-width : 500px) {
  .about .wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }
  .about .wrapper .about-left img {
    width: 100px;
    margin-bottom: 10px;
  }
  .about .wrapper .about-left, .about .wrapper .about-right {
    width: 100%;
    margin-bottom: 40px;
  }
  .advantage .wrapper {
    padding: 0 20px;
  }
  .advantage .wrapper .avtop {
    flex-direction: column;
  }
  .advantage .wrapper .avtop .avtop-l .avtop-title {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .advantage .wrapper .avtop .avtop-l .avtop-title img {
    width: 100px;
  }
  .advantage .wrapper .avtop .avtop-l p {
    max-width: 100%;
  }
  .advantage .wrapper .avtop .avtop-l, .advantage .wrapper .avtop .avtop-r {
    width: 100%;
  }
  .advantage .wrapper .avbot ul {
    flex-wrap: wrap;
  }
  .advantage .wrapper .avbot ul li {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .certification {
    padding: 40px 0;
  }
  .certification .wrapper {
    padding: 0 20px;
  }
  .porto {
    padding: 0px 0;
  }
  .porto .wrapper {
    padding: 0 20px;
  }
  .porto .wrapper .porto-title {
    flex-direction: column;
  }
  .porto .wrapper .porto-title img {
    width: 90px;
  }
  .porto .wrapper .porto-title img {
    align-self: flex-start;
  }
  .porto .wrapper .porto-title h2 {
    max-width: 100%;
  }
  .porto .wrapper img:nth-child(3) {
    align-self: flex-end;
  }
  .porto p {
    margin: 40px auto;
  }
  .porto ul {
    flex-wrap: wrap;
  }
  .porto ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .porto ul li img {
    height: auto;
  }
  .recipe .wrapper {
    padding: 0 20px;
  }
  .recipe .wrapper .recipel {
    margin: 40px 0;
  }
  .recipe .wrapper .recipel, .recipe .wrapper .reciper {
    width: 100%;
  }
  .porto.porto-product {
    padding: 0px 0;
  }
  .porto-product-detail .wrapper {
    padding: 0;
  }
  .porto-product-detail .wrapper ul {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
  }
  .porto-product-detail .wrapper ul li {
    width: auto;
    flex: 0 0 28%;
  }
  .porto.porto-product-detail .prod-list h1.catitle {
    padding: 20px 0 0 0;
  }
  .porto.porto-product-detail .prod-list ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .porto.porto-product-detail .prod-list ul li {
    flex: 0 0 50%;
  }
  .porto.porto-product-detail .prod-list ul li .prod-wrapper {
    flex-direction: column;
  }
  .porto.porto-product-detail .prod-list ul li .prod-wrapper .prod-image {
    width: 100%;
  }
  .porto.porto-product-detail .prod-list ul li .prod-wrapper .prod-spec {
    width: 100%;
  }
  .porto.porto-product-detail .prod-list ul li .prod-wrapper .prod-spec * {
    text-align: center;
  }
  .porto.porto-product-detail .prod-list ul li .prod-wrapper .prod-spec .sku {
    margin: 10px auto;
  }
}/*# sourceMappingURL=home.css.map */