.d-hide {
  display: none; }

.section-header-flavors {
  background-color: #043673;
  padding: 50px 0; }
  .section-header-flavors h1 {
    color: #fff;
    font-size: 57px;
    line-height: 1.4;
    text-align: left; }
  .section-header-flavors .row {
    align-items: center; }
  .section-header-flavors p {
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
    margin: 0 auto;
    text-align: left; }
  .section-header-flavors .content-social-icons {
    display: flex;
    margin: 40px auto 20px; }
    .section-header-flavors .content-social-icons img {
      margin-right: 30px;
      width: 47px; }
  .section-header-flavors .content-button {
    display: flex;
    margin: 0 auto;
    text-align: justify; }
  .section-header-flavors .button-flavors {
    background-color: #f5df2f;
    border-radius: 5px;
    border: none;
    padding: 12px;
    width: inherit;
    font-size: 18px; }

.other-flavors .content-flavors {
  background-color: #001641;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px;
  width: 100%; }
  .other-flavors .content-flavors h2 {
    color: #fff;
    font-size: 60px; }
  .other-flavors .content-flavors .carousel-flavors {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .other-flavors .content-flavors .carousel-flavors .item {
      width: auto;
      display: flex;
      height: 100px;
      justify-content: center;
      align-items: center;
      position: relative; }
      .other-flavors .content-flavors .carousel-flavors .item img {
        height: auto;
        transition: 1s all;
        width: 60px; }
        .other-flavors .content-flavors .carousel-flavors .item img:hover {
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); }
    .other-flavors .content-flavors .carousel-flavors a:hover {
      text-decoration: none; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-prev,
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-next {
      position: absolute;
      top: 0;
      bottom: 0;
      color: white; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-prev {
      left: 0; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-next {
      right: 0; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav span {
      font-size: 50px;
      line-height: 18pt; }
  .other-flavors .content-flavors .description-flavors {
    font-size: 25px;
    color: #fff; }

.other-flavors .content-insta-feed {
  width: 20.4%; }

.flavors-recipes {
  padding: 60px; }
  .flavors-recipes h2 {
    font-size: 60px;
    color: #001641; }
  .flavors-recipes .card {
    background-color: #fff;
    border-radius: 25px 25px 10px 10px;
    margin: 40px auto;
    border: none; }
    .flavors-recipes .card p {
      color: #001641;
      font-size: 20px;
      font-family: 'souvenirstd'; }
    .flavors-recipes .card img {
      border-radius: 20px;
      width: 352px;
      height: 352px;
      -o-object-fit: cover;
         object-fit: cover; }
    .flavors-recipes .card .star-rating a {
      font-size: 18px; }

.reviews {
  background-color: #f0f0f0;
  padding-top: 135px; }

.section-all-flavors h1 {
  color: #001641;
  font-size: 80px; }

.section-all-flavors article {
  margin: 0 auto 15px; }

.section-all-flavors h2 {
  font-size: 25px;
  color: #001641;
  line-height: 1.4;
  margin: 0 auto; }

.section-all-flavors a {
  color: #001641; }

.section-all-flavors .star-rating a {
  font-size: 18px; }

.banner-footer-flavors {
  background-image: linear-gradient(rgba(154, 78, 158, 0.9), rgba(154, 78, 158, 0.9)), url("../../../img/pages/flavors/spam-can-texture.png");
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9; }
  .banner-footer-flavors h2 {
    font-size: 3.8rem;
    line-height: 1.4;
    color: #fff; }

.more-products h2 {
  font-size: 60px; }

.more-products h3 {
  font-size: 50px; }

.more-products p {
  font-size: 20px; }

.content-reviews p {
  font-size: 14px !important; }

@media (max-width: 1200px) {
  .section-all-flavors h1 {
    font-size: 40px; }
  .section-header-flavors h1 {
    text-align: center;
    font-size: 40px; }
  .section-header-flavors p {
    width: 610px;
    text-align: center; }
  .section-header-flavors .content-social-icons {
    justify-content: center; }
  .other-flavors .content-flavors {
    width: 100%; }
    .other-flavors .content-flavors h2 {
      font-size: 30px; }
    .other-flavors .content-flavors .carousel-flavors .item-spam {
      height: 39px;
      width: 47px; }
      .other-flavors .content-flavors .carousel-flavors .item-spam::before {
        border-radius: 0 0 5px 5px;
        content: "";
        height: 6px;
        position: absolute;
        right: -5px;
        top: -1px;
        width: 57px;
        transition: all 1s; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-prev {
      left: -20px; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-next {
      right: -20px; }
  .other-flavors .content-insta-feed {
    width: 25%; }
  .flavors-recipes h2 {
    font-size: 35px; }
  .flavors-recipes .card p {
    font-size: 18px; } }

@media (max-width: 992px) {
  .section-all-flavors h1 {
    color: #001641;
    font-size: 2.6rem; }
  .section-all-flavors h2 {
    font-size: 1.3rem !important; }
  .section-all-flavors p {
    font-size: 1.4rem;
    padding: 0 150px; }
  .banner-footer-flavors {
    padding: 100px; }
  .section-header-flavors img {
    width: 412px; }
  .section-header-flavors .content-button {
    width: 100%; }
  .section-header-flavors p {
    width: 88%; }
  .more-products p {
    font-size: 23px; }
  .flavors-recipes {
    padding: 20px; }
    .flavors-recipes .card img {
      width: 210px;
      height: 210px; }
    .flavors-recipes .card p {
      font-size: 16px;
      line-height: 1.38; }
    .flavors-recipes .card .pr-star {
      height: 15px !important;
      width: 15px !important; }
    .flavors-recipes .card .star-rating a {
      font-size: 10px; }
  .other-flavors .content-flavors {
    width: 100%; }
  .other-flavors .content-insta-feed {
    width: 31%; }
  .content-reviews {
    align-items: center; }
    .content-reviews img {
      width: 110px; }
    .content-reviews p {
      font-size: 10px !important;
      margin: 0; } }

@media (max-width: 767px) {
  .section-header-flavors h1 {
    font-size: 30px; }
  .section-header-flavors p {
    font-size: 16.5px; }
  .other-flavors .content-flavors h2 {
    font-size: 25px; }
  .other-flavors .content-flavors .carousel-flavors .item:before {
    font-size: 8px;
    top: 3px; }
  .other-flavors .content-flavors .carousel-flavors .item-spam {
    height: 25px;
    width: 30px; }
    .other-flavors .content-flavors .carousel-flavors .item-spam span {
      position: absolute;
      left: 0;
      right: 0;
      top: -5px;
      font-size: 10px; }
    .other-flavors .content-flavors .carousel-flavors .item-spam::before {
      right: -3px;
      top: 0px;
      width: 36px;
      height: 4px; }
  .section-all-flavors h2 {
    font-size: 1.3rem !important; }
  .section-all-flavors p {
    font-size: 1.3rem;
    padding: 0; }
  .section-all-flavors .star-rating {
    text-align: left; }
    .section-all-flavors .star-rating span {
      font-size: 1rem; }
  .banner-footer-flavors {
    padding: 45px 0; }
  .section-header-flavors img {
    width: 280px !important; }
  .section-header-flavors .ssbp-li--instagram img {
    width: 40px !important;
    margin: 0 0 !important; }
  .section-header-flavors .ssbp-list li {
    margin-left: 10px !important; }
    .section-header-flavors .ssbp-list li a {
      height: 40px !important;
      width: 40px !important; }
      .section-header-flavors .ssbp-list li a::before {
        font-size: 20px !important; }
  .section-header-flavors .content-social-icons img {
    margin: 0 10px; }
  .section-header-flavors p {
    width: 100%; }
  .section-header-flavors .content-button {
    flex-direction: column; }
    .section-header-flavors .content-button .button-flavors {
      width: 100%;
      font-size: 14px; }
  .other-flavors .content-flavors {
    width: 100%; }
    .other-flavors .content-flavors .carousel-flavors .item {
      width: 50px;
      height: 50px; }
      .other-flavors .content-flavors .carousel-flavors .item img {
        width: 30px; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-prev {
      left: -20px; }
    .other-flavors .content-flavors .carousel-flavors .owl-nav .owl-next {
      right: -20px; }
    .other-flavors .content-flavors .description-flavors {
      font-size: 11px; }
  .other-flavors .content-insta-feed {
    width: 100%; }
  .flavor-recipes-carousel h2 {
    font-size: 25px !important;
    line-height: 1.24; }
  .flavor-recipes-carousel .card {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto 20px; }
    .flavor-recipes-carousel .card p {
      color: #001641;
      font-size: 16px; }
    .flavor-recipes-carousel .card .content-reviews {
      align-items: baseline; }
      .flavor-recipes-carousel .card .content-reviews img {
        width: 80px; }
  .flavor-recipes-carousel .carousel-recipes .card {
    border-radius: 10px 10px 10px 10px;
    border: 0; }
    .flavor-recipes-carousel .carousel-recipes .card img {
      width: -webkit-fill-available;
      height: 171px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px;
      border: none;
      padding: 0; }
  .flavor-recipes-carousel .owl-stage .owl-item p {
    margin: 0 auto;
    line-height: 1.25;
    font-family: "souvenirstd"; }
  .carousel-recipes-two .owl-stage .owl-item p {
    margin: 10px auto -15px; }
  .more-products-carousel .carousel-recipes-two .owl-item {
    width: 248px; }
  .more-products-carousel .product-one,
  .more-products-carousel .product-two,
  .more-products-carousel .product-three {
    text-align: center;
    padding: 20px 35px; }
    .more-products-carousel .product-one p,
    .more-products-carousel .product-two p,
    .more-products-carousel .product-three p {
      font-size: 9px;
      color: #fff;
      font-family: 'souvenirstd'; }
  .more-products-carousel .product-one {
    background-color: #043673; }
  .more-products-carousel .product-two {
    background-color: #00aeef; }
  .more-products-carousel .product-three {
    background-color: #043673; }
  .more-products-carousel .content-reviews {
    align-items: center;
    justify-content: center; }
    .more-products-carousel .content-reviews img {
      width: 110px !important; }
    .more-products-carousel .content-reviews p {
      margin: 0 0; } }
