html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: initial;
  font-weight: initial;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
section {
  position: relative;
}
.paddngtb {
  padding-top: 40px;
  padding-bottom: 40px;
}
.paddngt {
  padding-top: 60px;
}
.paddngb {
  padding-bottom: 100px;
}
.textclrwhite {
  color: #fff;
}
.textclrblack {
  color: #000;
}
.textclryellow {
  color: #fff000;
}
.textclrblue {
  color: #232064 ;
}
.blue_bg {
  background: #7c4c9f;
  background: -moz-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #7c4c9f), color-stop(100%, #232064 ));
  background: -webkit-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: -o-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: -ms-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: linear-gradient(to bottom, #7c4c9f 0%, #232064  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c4c9f', endColorstr='#232064 ', GradientType=0);
}
/********** MAIN BANNER **********/
.main_banner {
  padding: 20px 0 20px;
}
.maintitle {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}
.maintitle span {
  background: #fff000;
  padding: 0px 10px;
  display: inline-block;
  margin: 10px 0 30px;
}
.main_banner b {
  font-size: 70px;
  text-decoration: underline;
  line-height: 35px;
}
.resurge_video {
  max-width: 780px;
  height: 440px;
  border: 3px solid #232064 ;
  margin: 20px auto 20px;
  border-radius: 4px;
}
.resurge_video_autoplay {
  max-width: 650px;
  height: 365px;
}
.btn_clickSound {
  background: #fff000;
  border-radius: 8px;
  color: #232064 ;
  border: 0 none;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  padding: 10px 85px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.btn_clickSound:hover,
.btn_clickSound:focus {
  background: #0093d8;
  cursor: pointer;
  color: #fff;
}
.btn_clickSound img {
  margin-top: -12px;
  width: 35px;
}
/********** BOTTLES **********/
.bottleArea-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.col-bottle {
  display: flex;
}
.bottleArea {
  border: 3px solid #e1e1e1;
  border-radius: 6px;
  padding: 30px 20px 10px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e7e8));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e7e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e7e8', GradientType=0);
}
.bottleArea:hover {
  box-shadow: 1px 4px 16px rgba(0, 0, 0, 0.2);
}
.bottleTitle h1 {
  font-size: 54px;
  color: #232064 ;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 35px;
  word-spacing: -5px;
}
.bottleTitle span {
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  word-spacing: normal;
}
.bottlePrice {
  height: 160px;
}
.bottlePrice h2 {
  color: #0093d8;
  font-size: 94px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
.bottlePrice .perBottle {
  font-family: 'Oswald', sans-serif;
  color: #0093d8;
  font-size: 30px;
  vertical-align: baseline;
  display: inline-block;
  text-align: left;
  line-height: 30px;
  font-weight: 600;
}
.addToCart {
  background: #fff000;
  border-radius: 8px;
  color: #232064 ;
  border: 0 none;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  margin: 0 auto;
  position: relative;
  padding: 8px 0 0;
  display: inline-block;
  padding: 10px 30px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.addToCart:hover,
.addToCart:focus {
  background: #0093d8;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.bottleArea:hover .addToCart {
  background: #0093d8;
  color: #fff;
}
.bottleArea h3 {
  font-size: 24px;
  margin-top: 10px;
}
.shipping {
  font-size: 18px;
}
.bottleImg {
  position: relative;
  margin-top: 20px;
}
.bottleHover {
  position: absolute;
  top: 50%;
  left: 14%;
}
.youSave {
  font-size: 24px;
  font-weight: 900;
  color: #d71920;
}
/********** MONEY BACK GUARANTEE **********/
.MoneyBackGuarantee {
  background: #0093d8;
  padding: 20px 0;
}
.MoneyBackGuarantee p {
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  padding: 15px 0 0;
  margin: 0;
}
.ResurgeFaqs h1 {
  color: #232064 ;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.faqhead {
  color: #0093d8;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ResurgeFaqs p {
  color: #000;
  font-size: 18px;
}
/*************** FOOTER ***************/
footer {
  padding: 60px 0 0 0;
}
footer p {
  color: #999;
  border: 1px solid #999;
  padding: 15px 20px 40px;
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}
footer p a {
  color: #a3a3a3;
  padding: 0 0;
}
footer p a:hover,
footer p a:focus {
  color: #424570;
}
.Copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
  text-align: center;
}
footer ul {
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
}
footer ul li {
  display: inline-block;
  padding: 0 20px;
}
.footer-references img {
  width: 1000px;
  max-width: 100%;
}
.disclaimer-cb {
  border: none;
  padding: 0 10%;
  text-align: center;
  font-size: 12px;
}
/********** UPSELL DO NO HIT BACK **********/
.upsell-section-0 {
  color: #ffffff;
  background: #7c4c9f;
  margin: auto;
  padding: 10px 0 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.upsell-section-0 p {
  text-align: center;
  margin-bottom: 0;
}
.mobile .upsell-section-0 p {
  font-size: 34px;
}
/********** UPSELL PER BOTTLE **********/
.upsell-section-1 {
  background: #7c4c9f;
  background: -moz-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #7c4c9f), color-stop(100%, #232064 ));
  background: -webkit-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: -o-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: -ms-linear-gradient(top, #7c4c9f 0%, #232064  100%);
  background: linear-gradient(to bottom, #7c4c9f 0%, #232064  100%);
  padding-bottom: 80px;
  padding-top: 20px;
  font-family: 'Oswald';
}
.upsell-section-1:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 200px;
  background: white;
  bottom: -1px;
  left: 0px;
  background: linear-gradient(to bottom left, #00000000 0%, #00000000 50%, #fff 50%, #fff 100%);
}
.upsell-section-1:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 200px;
  background: white;
  bottom: -1px;
  right: 0px;
  background: linear-gradient(to bottom right, #00000000 0%, #00000000 50%, #fff 50%, #fff 100%);
}
.upsell-sec .upsell-section-1 .header-banner {
  margin-bottom: 40px;
}
.upsell-section-1 h1 {
  color: #ffffff;
  font-size: 90px;
  padding-bottom: 10px;
  font-weight: 900;
  line-height: 90px;
  text-align: center;
  margin: 40px 0 30px;
}
.upsell-Receive-1 h1 {
  line-height: 50px;
}
.upsell-section-1 h1 .big {
  font-size: 90px;
}
.upsell-p {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: justify;
  font-weight: normal;
}
.container {
  width: 1020px;
  position: relative;
}
.upsell-section-1 ol li {
  color: #252525;
  font-size: 20px;
  padding-left: 10px;
  position: relative;
  font-weight: normal;
}
.bold {
  font-weight: bold !important;
}
.upsell-section-2 {
  background: #232064 ;
  font-family: 'Oswald';
  padding: 16px 0 100px;
  margin: 22px 0 70px;
  width: 100%;
  min-width: 1200px;
}
.upsell-section-2:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 200px;
  background: white;
  bottom: -1px;
  left: 0px;
  background: linear-gradient(to bottom left, #00000000 0%, #00000000 50%, #fff 50%, #fff 100%);
}
.upsell-section-2:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 200px;
  background: white;
  bottom: -1px;
  right: 0px;
  background: linear-gradient(to bottom right, #00000000 0%, #00000000 50%, #fff 50%, #fff 100%);
}
.upsell-section-2 .prices {
  font-size: 130px;
  margin-top: 45px;
  color: #75C83C;
  line-height: 0.84;
  font-weight: 900;
  margin-bottom: 10px;
  position: relative;
}
.upsell-section-2 .prices .aside {
  display: inline-block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  text-align: left;
}
.upsell-section-2 p .background {
  background: url(../images/ic_storke.png);
  background-repeat: no-repeat;
  background-size: 102% 51%;
  background-position: -10px 90px;
  padding: 100px;
  margin: -100px;
}
.upsell-section-2 p {
  margin: 0 0 30px;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
}
.upsell-section-2 p .big {
  font-size: 80px;
  font-weight: bold;
}
.upsell-section-2 img.moneyBack {
  width: 280px;
}
.upsell-section-2 .moneyBack {
  position: absolute;
  right: 10px;
  bottom: -17px;
}
.upsellBottle1 img {
  position: absolute;
  z-index: 9;
}
.upsellBottle1 {
  margin-top: 50px;
}
.upsellBottle1 .img-bottles {
  width: 100%;
  height: auto;
}
.upsellBottle1 .img-guarantee {
  width: 40%;
  height: 40%;
  top: 280px;
}
.font-28 {
  font-size: 28px !important;
}
.upsell-section-3 .bg-yellow {
  padding: 0 4px;
  display: inline-block;
  line-height: 1.3;
  margin: 0 -4px;
}
.bg-yellow {
  background: #fff000;
  padding: 0 10px;
}
.upsell-section-2 .bg-yellow {
  background-color: #FDF002;
  padding: 2px 8px;
  line-height: 1;
  display: inline-block;
  color: #232064 ;
  margin: 0 -8px;
}
.dark-blue {
  color: #0096dd;
}
.upsell-section-3 {
  margin-top: 40px;
}
.upsell-section-3 ol {
  padding-inline-start: 24px;
}
.upsell-section-3 ol li {
  color: #252525;
  font-size: 20px;
  padding-left: 10px;
  position: relative;
  font-weight: normal;
  padding-bottom: 28px;
}
.upsell-section-3 .border-corner {
  background: #f5f5f5;
  padding: 20px;
}
.upsell-section-3 .accept {
  background: #fefe00;
  background: -moz-linear-gradient(180deg, #fefe00 0%, #fde502 100%);
  background: -webkit-linear-gradient(180deg, #fefe00 0%, #fde502 100%);
  background: linear-gradient(180deg, #fefe00 0%, #fde502 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefe00", endColorstr="#fde502", GradientType=1);
  border-radius: 8px;
  color: #232064 ;
  border: 0 none;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  margin: 0 auto;
  position: relative;
  padding: 8px 0 0;
  display: inline-block;
  padding: 10px 30px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.upsell-section-3 .accept p {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0;
}
.upsell-section-3 .corner {
  position: absolute;
  top: -30px;
  right: -30px;
}
.autoship-section-3 .checkbox-area {
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.autoship-section-3 .checkbox-area {
  margin-bottom: 6px;
}
.autoship-section-3 input[type="checkbox"] {
  display: none;
}
.autoship-section-3 label {
  font-size: 20px;
  cursor: pointer;
}
.autoship-section-3 label .check {
  position: relative;
  top: 8px;
  display: inline-block;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.autoship-section-3 label .check .tiecons {
  font-size: 14px;
  position: relative;
  top: -9px;
  left: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.autoship-section-3 input[type="checkbox"]:checked + label .check .tiecons {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.tiecons {
  font-family: "FontAwesome";
  font-weight: 900;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tiecons-check:before {
  content: "\f00c";
}
.upsell-section-3 .decline {
  text-align: center;
  line-height: 1.04;
  margin-top: 40px;
  margin-bottom: 80px;
}
.upsell-section-3 .decline a {
  color: #213681;
  font-size: 18px;
  text-decoration: underline;
}
.upsell-section-3 .decline a:hover {
  text-decoration: none;
}
.upsell-section-3 .accept a {
  color: #232064 ;
  font-size: 35px;
  font-weight: 400;
  display: block;
}
.upsell-section-3 .accept .bigger {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
.upsell-section-3 .accept .big {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 600;
}
.upsell-section-3 .accept a:hover {
  text-decoration: none;
}
/********** UPSELL 3 BOTTLES **********/
.downsell-section-1 h2 {
  padding-bottom: 14px;
  text-align: center;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
}
.upsell-section-1 .prices .old {
  color: #ffffff;
  vertical-align: middle;
  font-size: 58px;
  margin-right: 18px;
  font-weight: 100;
  position: relative;
}
.upsell-section-1 .prices .old img {
  position: absolute;
  left: 0;
  width: 200px;
  top: 50%;
}
.upsell-section-1 .prices .new {
  vertical-align: middle;
  font-size: 96px;
  color: #75C93E;
}
.upsell-section-1 .prices {
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 38px;
}
.red {
  color: #da2930;
}
.green {
  color: #75C83C;
}
.downsell-section-2 p .background {
  background-color: #ffff00;
  padding: 2px 8px;
  line-height: 1;
  display: inline-block;
  color: #000;
  margin: 0 -8px;
}
.upsell-section-2 .prices.old {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
}
.upsell-section-2 .prices.old img {
  position: absolute;
  top: 20px;
  left: 39%;
  width: 110px;
}
.downsell-section-2 .prices {
  margin-top: 0;
}
.italic {
  font-style: italic;
}
.upsell-section-3 .background-yellow {
  padding: 0 4px 2px;
  display: inline-block;
  line-height: 1.3;
  margin: 0 -4px;
  background-color: #FDF100 !important;
}
.upsell-section-1 h2 {
  color: #ffffff;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 300;
}
.downsell-section-1 h3 {
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #252525;
  font-size: 32px;
  margin-top: 0;
}
.underline {
  text-decoration: underline !important;
}
.upsell-section-1 span {
  display: initial;
}
.upsell-section-1 .Small {
  font-size: 45px;
  line-height: 0px;
  margin-bottom: 0;
}
.btn span.glyphicon {
  opacity: 0;
}
.btn.active span.glyphicon {
  opacity: 1;
}
/***************MEDIA QUERIES****************/
@media only screen and (min-width: 412px) and (max-width: 575px) {
  .maintitle {
    font-size: 26px;
    line-height: 30px;
  }
  .resurge_video {
    max-width: 100%;
    height: auto;
    margin: 20px auto 20px;
  }
  .bottleTitle h1 {
    font-size: 37px;
    padding-top: 12px;
  }
  .bottlePrice h2 {
    font-size: 64px;
  }
  .bottleTitle span {
    font-size: 24px;
  }
  .bottlePrice .perBottle {
    line-height: 22px;
    font-size: 22px;
  }
  .addToCart {
    font-size: 24px;
    padding: 10px 20px;
  }
  .bottleImg img {
    vertical-align: middle;
  }
  .bottleHover {
    top: 55%;
    left: 0;
  }
  .bottleHover img {
    width: 80px;
  }
  .container {
    width: 100%;
  }
  .upsell-section-2 {
    min-width: 100%;
  }
  .main_banner b {
    font-size: 60px;
  }
  .addToCart {
    padding: 10px 7px;
    font-size: 25px;
    font-weight: 500;
    width: 90%;
  }
  .upsell-section-1 h1 {
    line-height: 30px;
  }
  .downsell-section-1 h1 {
    line-height: 50px;
  }
  .upsell-section-1 h1 .big,
  .upsell-section-1 h1 {
    font-size: 56px;
  }
  .upsell-section-1 .Small {
    font-size: 30px;
  }
  .downsell-section-2 .prices {
    font-size: 59px;
    margin-top: 5px;
  }
  .upsell-section-2 .prices {
    font-size: 45px;
    margin-top: 5px;
  }
  .upsell-section-2 p .background {
    padding: 40px;
    margin: -10px;
    background-position: -10px 40px;
  }
  .downsell-section-2 p .background {
    padding: 40px;
    margin: -50px;
    background-position: -10px 40px;
  }
  .upsell-section-2 p {
    font-size: 22px;
    margin-left: -38px;
  }
  .downsell-section-2 p {
    font-size: 22px;
    margin-left: -38px;
  }
  .upsell-section-2 .moneyBack {
    right: 6px;
    bottom: -10px;
  }
  .upsell-section-2 img.moneyBack {
    width: 45%;
  }
  .upsell-p {
    text-align: left;
  }
  .upsell-section-3 .accept a {
    font-size: 20px;
  }
  .upsell-section-1 h2,
  .downsell-section-1 h3 {
    font-size: 25px;
    line-height: 36px;
  }
  .upsell-section-2 .prices .old img {
    top: 28px;
    left: -10px;
  }
  .MoneyBackGuarantee img {
    text-align: center;
    margin: -80px auto 0;
    display: block;
  }
  .bottleArea {
    margin-bottom: 20px;
  }
  .youSave {
    font-size: 18px;
  }
  .addToCartArea {
    padding-left: 0px;
  }
  .maintitle span {
    margin-bottom: 5px;
  }
  .main_banner b {
    font-size: 60px;
    margin-top: 25px;
    display: inline-block;
  }
  footer ul li {
    padding: 0 10px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 474px) and (max-width: 575px) {
  .bottlePrice h2 {
    font-size: 84px;
  }
}
@media (max-width: 991px) {
  .maintitle {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .maintitle {
    font-size: 35px;
    line-height: 35px;
  }
  .main_banner {
    padding: 40px 0 180px;
  }
  .btn_clickSound {
    font-size: 30px;
  }
  .btn_clickSound img {
    margin-top: -8px;
    width: 36px;
  }
  .resurge_video {
    max-width: 100%;
    height: auto;
    margin: 20px auto 20px;
  }
  .BottlesSupply {
    margin-top: -180px;
  }
  .MoneyBackGuarantee img {
    text-align: center;
    margin: -80px auto 0;
    display: block;
  }
  .ResurgeFaqs {
    padding-bottom: 160px;
  }
  .paddngb {
    padding-bottom: 30px;
  }
  .container {
    width: 100%;
  }
  .upsell-section-2 {
    min-width: 100%;
  }
  .upsell-section-1 h2,
  .downsell-section-1 h3 {
    font-size: 25px;
    line-height: 36px;
  }
  .upsell-section-1 .Small {
    font-size: 25px;
  }
  .upsell-section-2 .moneyBack {
    right: 6px;
    bottom: -10px;
  }
  .upsell-section-2 img.moneyBack {
    width: 45%;
  }
  .upsell-p {
    text-align: left;
  }
  .upsell-section-3 .accept a {
    font-size: 20px;
  }
  .bottleArea {
    margin-bottom: 20px;
  }
  .upsell-section-3 .accept p {
    line-height: 25px;
    font-weight: 900;
  }
  .upsell-section-2 .bg-yellow {
    margin: 0;
  }
  .upsell-section-2 .prices .old img {
    top: 32px;
    left: -5px;
  }
}
@media (max-width: 411px) {
  .maintitle {
    font-size: 28px;
    line-height: 30px;
  }
  .main_banner b {
    font-size: 60px;
    margin-top: 25px;
    display: inline-block;
  }
  .maintitle span {
    margin-bottom: 0;
  }
  .bottleArea h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .bottlePrice h2 {
    font-size: 63px;
  }
  .bottlePrice {
    height: 150px;
  }
  .bottlePrice .perBottle {
    font-size: 18px;
    line-height: 18px;
  }
  .youSave {
    font-size: 16px;
  }
  .addToCart {
    font-size: 23px;
    padding: 10px 10px;
    font-weight: 500;
  }
  footer ul li {
    padding: 0 6px;
    font-size: 13px;
  }
  .btn_clickSound {
    padding: 10px 40px;
  }
  .bottleTitle h1 {
    font-size: 33px;
    padding-top: 12px;
  }
  .bottleTitle span {
    font-size: 22px;
  }
  .bottlePrice .perBottle {
    line-height: 18px;
    font-size: 16px;
  }
  .bottleHover {
    top: 54%;
    left: -5%;
  }
  .bottleHover img {
    width: 70px;
  }
  .upsell-section-1 h1 {
    line-height: 30px;
  }
  .upsell-section-1 h1 .big,
  .upsell-section-1 h1 {
    font-size: 42px;
  }
  .upsell-section-1 .Small {
    font-size: 30px;
  }
  .upsell-section-2 p .background {
    padding: 50px;
    margin: -55px;
    background-position: -10px 40px;
  }
  .downsell-section-2 p .background {
    padding: 60px;
    margin: -70px;
    background-position: -10px 40px;
  }
  .upsell-section-2 p {
    font-size: 16px;
    margin-left: -16px;
  }
  .upsell-section-2 .prices {
    font-size: 40px;
    margin-top: 25px;
  }
  .downsell-section-2 .prices {
    font-size: 54px;
    margin-top: 5px;
  }
  .upsellBottle1 img {
    height: auto;
  }
  .downsell-section-1 h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 380px) {
  .upsell-section-1 h1 .big,
  .upsell-section-1 h1 {
    font-size: 35px;
  }
  .upsell-section-1 .Small {
    font-size: 22px;
  }
  .upsell-section-2 p .background {
    padding: 40px 40px 18px;
    margin: -30px;
    background-position: -10px 40px;
  }
  .upsell-section-2 p {
    font-size: 18px;
    margin-left: -20px;
  }
  .upsell-section-2 .prices {
    font-size: 36px;
    margin-top: 4px;
    margin-bottom: 20px;
  }
  .upsellBottle1 img {
    height: 150px;
  }
  .bottlePrice h2 {
    font-size: 55px;
  }
  .addToCart {
    font-size: 23px;
    padding: 10px 10px;
    font-weight: 500;
  }
  .bottleTitle h1 {
    font-size: 31px;
  }
}
@media (max-width: 360px) {
  .bottleTitle h1 {
    font-size: 26px;
    padding-top: 2px;
  }
  .bottlePrice h2 {
    font-size: 43px;
  }
  .addToCart {
    font-size: 21px;
    padding: 5px 5px;
  }
  .bottleTitle span {
    font-size: 20px;
  }
  .btn_clickSound {
    padding: 10px 25px;
  }
  .main_banner b {
    font-size: 45px;
    margin-top: 15px;
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */