* {
  margin: 0;
  padding: 0%;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}

p, h4, h5, h6 {
  word-break: keep-all;
}
h3,h2,h1{
    word-break:keep-all;
}

img {
  width: 400px;
}

.products-fruit-juice {
  width: 100vw;
  background-color: #f8c78f;
  padding: 30px 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-fruit-juice .cross {
  position: absolute;
  width: 240px;
  z-index: 0;
  background-color: #1fc52d49;
  border-radius: 50%;
  -webkit-box-shadow: 17px 19px 31px 1px rgba(0, 0, 0, 0.75);
          box-shadow: 17px 19px 31px 1px rgba(0, 0, 0, 0.75);
}

.products-fruit-juice .cross-img-1 {
  top: 10px;
  left: 10px;
}

.products-fruit-juice .cross-img-2 {
  top: 10px;
  right: 10px;
}

.products-fruit-juice .cross-img-3 {
  bottom: 10px;
  right: 10px;
}

.products-fruit-juice .cross-img-4 {
  bottom: 10px;
  left: 10px;
}

.products-fruit-juice .product-title {
  font-size: 50px;
}

.products-fruit-juice .container {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 20px;
  background-color: #b31d01;
  -webkit-box-shadow: 0px 0px 26px 6px rgba(212, 34, 1, 0.6);
  box-shadow: 0px 0px 26px 6px rgba(212, 34, 1, 0.6);
  padding: 10px;
}

.products-fruit-juice .container > h2 {
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c83d29;
  background-color: #ab940f;
  padding: 10 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius:20px;
  margin-bottom: 30px;
}

.products-fruit-juice .container .products-part {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.products-fruit-juice .container .products-part:nth-child(2n) {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.products-fruit-juice .container .products-part .product-content {
  background-color: #e49c3e;
  -webkit-box-shadow: 0px 0px 35px 6px rgba(146, 100, 40, 0.86);
  box-shadow: 0px 0px 35px 6px rgba(146, 100, 40, 0.86);
  border-radius: 50px;
  width: 65%;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-fruit-juice .container .products-part .product-content .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.products-fruit-juice .container .products-part .product-content .product-info .product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-fruit-juice .container .products-part .product-content .product-info .product-image {
  width: 30%;
  
}

.products-fruit-juice .container .products-part .product-content .product-info .product-image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.products-fruit-juice .container .products-part .product-content .product-info .product-subheading {
 
}

.products-fruit-juice .container .products-part .product-content .product-info .product-subheading h3 {
  font-size: 20px;
  
}

.products-fruit-juice .container .products-part .product-content .product-info .product-subheading h4 {
  font-size: 18px;
  color: #a54d24;
}

.products-fruit-juice .container .products-part .product-content .product-info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  min-width: 60px;
  color: #c83d29;
  font-size: 27px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.products-fruit-juice .container .products-part .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-fruit-juice .container .products-part .product-img img {
  width: 200px;
}

.products-fruit-juice .container .back {
  padding: 10px 20px;
  background-color: #222;
  color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  text-align: center;
}

.products-fruit-juice .container .back:hover {
  background-color: #f4f4f4;
  color: #222;
  border: 1px solid #222;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 991px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products-fruit-juice {
    padding: 10px;
  }
  .products-fruit-juice .cross {
    display: none;
  }
  .products-fruit-juice .container > h2 {
    font-size: 40px;
  }
  .products-fruit-juice .container .products-part {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .products-fruit-juice .container .products-part .product-content {
    width: 100%;
    padding: 20px 15px;
  }
  .products-fruit-juice .container .products-part .product-content .product-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .products-fruit-juice .container .products-part .product-content .product-info .product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */