@charset "UTF-8";
/*=====New Fonts*/
@media (min-width: 991px) and (max-width: 1300px) {
  .product_flavour_box {
    height: 450px;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .product_flavour_box {
    height: 400px;
  }
}

/*==============breadcrumb===========*/
.pos_ab_breadcrumb {
  position: absolute;
  z-index: 1;
}

@media (max-width: 767px) {
  .pos_ab_breadcrumb {
    display: none;
  }
}

ul.breadcrumb {
  padding: 1.04167vw 0 0;
  list-style: none;
  font-family: "Futura PT";
  text-transform: uppercase;
  line-height: 0.5;
}

ul.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.025vw;
  text-transform: uppercase;
  font-weight: bold;
}

ul.breadcrumb li + li:before {
  padding: 0 0.625vw 0 0;
  color: #000;
  content: '\00B7';
  font-size: 3vw;
  margin-left: 0.7vw;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}

ul.breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-family: "Futura-PT-regular";
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  ul.breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  ul.breadcrumb {
    padding: 1.46484vw 0 0;
  }
  ul.breadcrumb li {
    font-size: 1.24609vw;
  }
  ul.breadcrumb li + li:before {
    padding: 0 0.20833vw 0;
    content: '\00B7';
  }
}

.black_bg ul.breadcrumb {
  color: #fefefe;
}

.black_bg ul.breadcrumb li a {
  color: #fefefe;
}

.black_bg ul.breadcrumb li + li:before {
  color: #fefefe;
}

.contact_bg {
  background: url(../images/cont_hero_banner/hero_contact_LG.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .contact_bg {
    background: url(../images/cont_hero_banner/hero_contact_sm.jpg) no-repeat center;
    background-size: cover;
  }
}

.coupons_bg {
  background: url(../images/cont_hero_banner/hero_coupons_LG.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .coupons_bg {
    background: url(../images/cont_hero_banner/hero_coupons_sm.jpg) no-repeat center;
    background-size: cover;
  }
}

.product_request_form_bg {
  background: url(../images/cont_hero_banner/hero_product_request_form_LG.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .product_request_form_bg {
    background: url(../images/cont_hero_banner/hero_product_request_form_sm.jpg) no-repeat center;
    background-size: cover;
  }
}

.newsletter_bg {
  background: url(../images/cont_hero_banner/hero_newsletter_LG.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .newsletter_bg {
    background: url(../images/cont_hero_banner/hero_newsletter_sm.jpg) no-repeat center;
    background-size: cover;
  }
}

.comm_hero-banner {
  width: 100%;
  height: 32.96875vw;
}

@media (max-width: 767px) {
  .comm_hero-banner {
    height: 101.33333vw;
  }
}

.comm_hero-banner .hero_cont {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85%;
}

@media (max-width: 767px) {
  .comm_hero-banner .hero_cont {
    height: 100%;
  }
}

.comm_hero-banner .hero_cont h1 {
  font-family: 'Sniglet', cursive;
  font-size: 5.20833vw;
}

@media (max-width: 767px) {
  .comm_hero-banner .hero_cont h1 {
    font-size: 13.33333vw;
    line-height: 1;
  }
}

.comm_hero-banner .hero_cont .text_img {
  width: 58.07292vw;
  margin: 0 auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media (max-width: 767px) {
  .comm_hero-banner .hero_cont .text_img {
    width: 79.2vw;
  }
}

.comm_hero-banner .hero_cont p {
  font-family: "Futura PT Book";
  font-size: 1.5625vw;
  max-width: 48%;
  margin: 1.04167vw auto;
}

@media (max-width: 767px) {
  .comm_hero-banner .hero_cont p {
    font-size: 4vw;
    margin: 2.66667vw auto;
  }
}

.comm_hero-banner .hero_cont .btn {
  padding: 0 1.5625vw;
  font-size: 1.61458vw;
  margin-top: 1.5625vw;
}

@media (max-width: 767px) {
  .comm_hero-banner .hero_cont .btn {
    padding: 0 4vw;
    font-size: 4.13333vw;
    margin-top: 4vw;
  }
}

.comm_hero-banner .text-white {
  color: #fff;
}

.comm_hero-banner ul.breadcrumb {
  color: #fff;
}

.comm_hero-banner ul.breadcrumb a {
  color: #fff;
}

.comm_hero-banner ul.breadcrumb li + li:before {
  color: #fff;
  content: '•';
}

.mob_cont {
  font-size: 1.77083vw;
  font-family: "Futura PT Book";
  padding-top: 2.60417vw;
  padding-bottom: 2.60417vw;
}

@media (max-width: 767px) {
  .mob_cont {
    font-size: 4.53333vw;
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
    text-align: center;
  }
}

.about_page {
  font-size: 1.5625vw;
  font-family: "Futura-Medium";
  text-align: center;
  padding: 4.16667vw 0;
}

@media (max-width: 767px) {
  .about_page {
    font-size: 4.53333vw;
    padding: 0vw 0;
  }
}

.product_request_form_page {
  padding: 4.16667vw 0;
}
/*# sourceMappingURL=product_request_form.css.map */