* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  color: #121212;
}

@font-face {
  font-family: "Georgia", sans-serif;
  src: url("/fonts/Georgia.woff2") format("woff2"), url("/fonts/Georgia.woff") format("woff"), url("/fonts/Georgia.eot") format("eot"), url("/fonts/Georgia.ttf") format("ttf"), url("/fonts/Georgia.svg") format("svg");
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 25px;
}

@media (min-width: 767px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 23px;
}

@media (min-width: 767px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
}

@media (min-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 17px;
}

@media (min-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: 600;
}

img {
  width: 100%;
}

p {
  font-size: 16px;
}

@media (min-width: 767px) {
  p {
    font-size: 18px;
  }
}

.button {
  display: block;
  border-radius: 5px;
  background-color: #0025de;
  max-width: 220px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  margin: 20px auto;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 767px) {
  .button {
    font-size: 27px;
    max-width: 270px;
  }
}

.button:hover {
  background-color: #1a2d90;
  color: #fff;
}

.button i {
  margin-left: 5px;
}

header {
  background: #202020;
  background-size: 100% 100%;
  padding: 30px 0;
  min-height: 560px;
  position: relative;
}

@media (min-width: 767px) {
  header {
    min-height: 1080px;
  }
}

header .mobile_video.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

header .placeholder {
  cursor: pointer;
}

header .bottom-title {
  position: absolute;
  bottom: 1rem;
  font-size: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 767px) {
  header .bottom-title {
    font-size: 46px;
    bottom: 3rem;
  }
}

.main {
  background-color: #f7f6f6;
  padding-bottom: 20px;
  padding-top: 50px;
}

@media (min-width: 767px) {
  .main {
    padding-bottom: 90px;
  }
}

.main .side-by-side {
  background-color: #fff;
}

.main .side-by-side h2 {
  font-family: "Georgia", sans-serif;
}

.main .side-by-side-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 767px) {
  .main .side-by-side-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.main .side-by-side-item.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 767px) {
  .main .side-by-side-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.main .side-by-side-item-txt {
  padding: 20px;
}

@media (min-width: 767px) {
  .main .side-by-side-item-txt {
    padding: 0 30px;
  }
}

.main .side-by-side-item-txt .right {
  float: none;
}

@media (min-width: 767px) {
  .main .side-by-side-item-txt .right {
    float: right;
    clear: both;
  }
}

.main .side-by-side-item-txt .text-right {
  text-align: left;
}

@media (min-width: 767px) {
  .main .side-by-side-item-txt .text-right {
    text-align: right;
  }
}

.main .side-by-side-item img {
  max-width: 810px;
}

.main .side-by-side-item .button {
  font-size: 20px;
  max-width: 220px;
  margin-top: 40px;
}

.main .side-by-side-item h4 {
  font-weight: 400;
}

.main .single-product {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  background-color: white;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  padding: 30px 30px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.main .single-product img {
  max-width: 92%;
  display: block;
  margin: 20px auto;
}

.main .single-product a {
  border-radius: 5px;
  background-color: #ffcb17;
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
  display: block;
  border-top: 2px solid #fdba00;
  border-right: 2px solid #e9ab00;
  border-bottom: 2px solid #7b4600;
  border-left: 2px solid #bc7704;
  background: url(images/btn-bg3.jpg) repeat-x;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  max-width: 250px;
  padding: 15px;
  color: #000 !important;
  text-decoration: none;
  margin: 10px auto;
  font-size: 22px !important;
  font-weight: 600 !important;
  text-shadow: 2px 2px 4px #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main .single-product a:hover {
  background-color: #ae9332;
  color: #121212;
}

.main .single-product .bodytext-22 {
  font-family: 'Circularregular', sans-serif;
  font-size: 22px;
  line-height: 31px;
  font-weight: 400 !important;
  color: #2f2f2f;
}

.main .title-new {
  font-family: 'Circularblack', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #2f2f2f;
  text-align: center;
}

.main .guarantee-box {
  background: #f2f1f2;
  padding: 10px 30px !important;
  border: 2px dashed #896c9a;
  border-radius: 10px;
}

.main .guarantee-section {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  background-color: white;
  padding: 30px;
  -webkit-box-shadow: 0 5px 29px 0 rgba(0, 3, 4, 0.04);
          box-shadow: 0 5px 29px 0 rgba(0, 3, 4, 0.04);
}

@media (min-width: 767px) {
  .main .guarantee-section {
    padding: 30px 90px;
  }
}

.main .guarantee-section h3 {
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 767px) {
  .main .guarantee-section h3 {
    text-align: left;
  }
}

.main .guarantee-section img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .main .guarantee-section img {
    max-width: 100%;
  }
}

.main .faq {
  margin-top: 50px;
  margin-bottom: 30px;
}

.main .faq h1 {
  font-family: 'Circularblack', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #2f2f2f;
  text-align: center;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
  margin-bottom: 50px;
}

.main .faq .bodytext-24 {
  font-family: 'Circularregular', sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700 !important;
  color: #2f2f2f;
}

.main .faq .bodytext-20 {
  font-family: 'Circularregular', sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400 !important;
  color: #888888;
}

.main .faq-item {
  border-width: 1px;
  border-color: #cfcdd3;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
}

.main .faq-item p {
  margin: 0;
}

.main .alert-section {
  background-image: url("images/alert-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 0 0;
}

.main .alert-section h1 {
  color: #ab0000;
}

.main .alert-section h3 {
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 767px) {
  .main .alert-section h3 {
    max-width: 50%;
  }
}

.main .alert-section img {
  max-width: 80px;
  display: block;
  margin: 20px auto;
}

.main .alert-section .red-line {
  background-image: none;
  background-color: #d12003;
  padding: 10px;
}

@media (min-width: 767px) {
  .main .alert-section .red-line {
    background-image: url("images/red.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
  }
}

.main .alert-section i {
  margin: 0 10px;
  color: #fff;
}

.main .alert-section h2 {
  color: #fff;
  font-size: 20px;
}

@media (min-width: 767px) {
  .main .alert-section h2 {
    font-size: 34px;
  }
}

.main .bottles {
  margin: 50px 0;
}

.main .bottles-item {
  border-width: 2px;
  border-color: #cfcdd3;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .main .bottles-item {
    padding: 30px;
  }
}

.main .bottles-item .mobile-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 767px) {
  .main .bottles-item .mobile-view {
    display: none;
  }
}

.main .bottles-item .title {
  font-size: 30px;
  font-weight: 900;
  display: block;
  margin: 10px auto;
  text-align: center;
}

@media (min-width: 767px) {
  .main .bottles-item .title {
    font-size: 50px;
    margin: 20px auto;
  }
}

.main .bottles-item h3 {
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  color: #525252;
  font-size: 18px;
}

@media (min-width: 767px) {
  .main .bottles-item h3 {
    font-size: 24px;
  }
}

.main .bottles-item .price {
  display: block;
  font-size: 20px;
  color: #525252;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 767px) {
  .main .bottles-item .price {
    font-size: 28px;
  }
}

.main .bottles-item img {
  display: block;
  margin: 0;
  max-width: 100px;
}

@media (min-width: 767px) {
  .main .bottles-item img {
    max-width: 240px;
    margin: 20px auto;
  }
}

.main .bottles-item img.bottle1 {
  max-width: 70px;
}

@media (min-width: 767px) {
  .main .bottles-item img.bottle1 {
    max-width: 132px;
  }
}

.main .bottles-item .button {
  background-color: #ffcb17;
  color: #121212;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 767px) {
  .main .bottles-item .button {
    font-size: 26px;
  }
}

.main .bottles-item .button:hover {
  background-color: #ae9332;
  color: #121212;
}

#buttons .wrapper-bottle {
  padding-top: 25px !important;
}

#buttons .wrap-bottle {
  background: #ffffff;
  padding: 20px 30px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-clip: padding-box;
  border-radius: 10px;
}

#buttons .wrap-bottle.wb-left {
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 3px solid #d4a8c0;
  border-right: 0 none;
  border-bottom: 6px solid #d4a8c0;
}

#buttons .wrap-bottle.wb-side {
  margin-top: 60px;
}

#buttons .wrap-bottle.wb-middle {
  background: url(images/bg-bottle.png) no-repeat center top;
  background-size: cover;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: -25px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 3px solid #ab1a4c;
  border-bottom: 6px solid #ab1a4c;
}

#buttons .wrap-bottle.wb-middle img.bestseller {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 127px;
}

#buttons .wrap-bottle.wb-right {
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 3px solid #d4a8c0;
  border-left: 0 none;
  border-bottom: 6px solid #d4a8c0;
}

#buttons .wrap-bottle h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px !important;
  line-height: 40px;
  font-weight: 700;
  color: #1e0c30;
  margin-top: 20px;
}

#buttons .wrap-bottle h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 23px !important;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: -10px;
  color: #999999;
}

#buttons .wrap-bottle h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px !important;
  line-height: 24px;
  font-weight: 400;
  color: #121212;
}

#buttons .wrap-bottle h3 span {
  font-size: 32px !important;
  line-height: 38px;
  font-weight: 800;
  color: #121212;
}

#buttons .wrap-bottle h3 em {
  font-weight: 600;
  color: #cc0000;
}

#buttons [role=button] {
  cursor: pointer;
}

#buttons .pos-rel {
  position: relative;
  padding: 20px 0;
}

#buttons .img-x {
  width: 40px;
  position: absolute;
  top: 0;
  left: 90px;
  z-index: 200;
}

#buttons .img-1btl4all {
  max-width: 120px;
  position: relative;
  top: 20%;
  left: -10px;
}

#buttons .imgbtl-4 {
  max-width: 200px;
}

#buttons .imgbtl-2 {
  max-width: 150px;
}

.hg10 {
  height: 10px;
}

.hg5 {
  height: 5px;
}

.hg50 {
  height: 50px;
}

.hg20 {
  height: 20px;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

.imgbtl-1 {
  max-width: 100px;
}

footer {
  padding: 30px;
  text-align: center;
}

footer p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #121212;
}

footer img {
  max-width: 200px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer ul li {
  position: relative;
  margin: 0 20px;
}

footer ul li:last-child::after {
  content: '';
  display: none;
}

footer ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #006ddf;
  text-decoration: none;
}

@media (min-width: 767px) {
  footer ul li a {
    font-size: 14px;
  }
}

footer ul li:after {
  content: "";
  display: block;
  background-color: #006ddf;
  width: 2px;
  height: 40%;
  position: absolute;
  top: 6px;
  right: -19px;
}

@media (min-width: 767px) {
  footer ul li:after {
    height: 58%;
  }
}
/*# sourceMappingURL=style.css.map */











/* TESTIMONIAL */
.review-section-item {
  border-width: 2px;
  border-color: #cfcdd3;
  border-style: solid;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: auto;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.review-section-item img {
  display: block;
  margin: 20px auto;
  max-width: 100px;
}
@media (min-width: 767px) {
  .review-section-item {
    min-height: 640px !important;
    padding: 25px;
  }
  .review-section-item img {
    max-width: 150px;
  }
}



/* ADDITIONAL RESPONSIVE PART */
@media (max-width: 767px) {
	.title-new { font-size: 36px; line-height: 36px; }
	.title-sub { font-size: 28px; line-height: 30px; }
	.bodytext-20 { font-size: 18px; line-height: 26px; }
	.bodytext-22 { font-size: 20px; line-height: 27px; }
	.bodytext-24 { font-size: 22px; line-height: 28px; }

	.wrapper-bottle { padding-top: 100px !important; }

	.wrap-bottle.wb-side { margin-top: 60px; }
	.wrap-bottle.wb-middle { margin-top: -90px !important; }
	
	.main .faq h1 { font-size: 30px!important; }
	
	
}

.darkYellow {
    color: #FFB91C;
}
























