/*
Theme Name:VigRX Plus
Theme URI:https://www.vigrxplus.com
Description:hand coded VigRX Plus site
Author:VigRX Plus
Author URI:https://www.vigrxplus.com
Template:blankslate
Version:0.3.17
*/

#chat-widget-container {
  z-index: 97 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

a {
  color: #c80013;
  font-weight: 600;
}

.nez-desktop,
.nez-tablet,
.nez-mobile {
  display: none;
}


.menu a,
a.trigger {
  text-decoration: none;
}

a,
a * {
  outline: none;
}

.nowrap {
  white-space: nowrap;
}

img {
  max-width: 100%;
  height: auto;
}

img.left {
  float: left;
}

img.right {
  float: right;
}

h1,
h2,
h3 {
  text-align: center;
  line-height: 1.2em;
  margin: 0 auto;
  font-weight: 700;
}

h1 {
  font-size: 1.9em;
  text-align: left;
  line-height: 1.5em;
}

h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.25em;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.screen-reader-text {
  display: none;
}

.lt {
  text-decoration: line-through;
}

sup {
  font-size: 0.6em;
  line-height: 1em;
  position: relative;
}

.sup {
  font-size: 0.6em;
  line-height: 1em;
  display: inline-block;
  vertical-align: super;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.bigger {
  font-size: 1.2em;
}

.smaller {
  font-size: 0.85em;
}

div.p {
  margin: 1em auto;
  line-height: 1.6em;
  font-size: 0.9em;
}

div.br {
  padding: 1em 0 0;
}

.oblique {
  font-style: oblique;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.highlight {
  color: #b40823;
}

.live-chat {
  cursor: pointer;
}

.wistia .placeholder {
  cursor: pointer;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.wistia[wistia-aspect="56.25"] .placeholder {
  padding-top: 56.25%;
}

.content_container.ls>.content_inner ul {
  list-style: disc;
  padding-left: 1em;
}

.content_container.ls>.content_inner ol {
  list-style: decimal;
  padding-left: 1em;
}

.content_container.ls>.content_inner ul li,
.content_container.ls>.content_inner ol li {
  margin-bottom: 0.5em;
}

.popupLayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity 0.5s;
  opacity: 0;
  display: none;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}

.popupLayer.show {
  display: block;
}

.popupLayer.show.display {
  opacity: 1;
}

.popupLayer>img {
  vertical-align: middle;
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.popupLayer::before,
.popupLayer::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}

.w35 {
  width: 35%;
  float: left;
}

.w40 {
  width: 40%;
  float: left;
}

.w50 {
  width: 50%;
  float: left;
}

.w60 {
  width: 60%;
  float: left;
}

img.full {
  width: 100%;
  display: block;
}

.selectBox.collapsable a.trigger {
  display: block;
  border-radius: 0.25em;
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: 0px 1.3em 0px 0px;
  background-color: #969696;
  background: url("img/triangle.svg"), linear-gradient(to bottom, #969696 0%, #595959 100%);
  background-size: 0.9em auto, auto;
  background-repeat: no-repeat, repeat;
  background-position: right 0.2em center, 0 0;
  border: solid 1px #4c4c4c;
  overflow: hidden;
}

.selectBox.collapsable.open a.trigger {
  background-color: #969696;
  background: url("img/triangle.svg"), linear-gradient(to bottom, #7384b8 0%, #213c8f 100%);
  background-size: 0.9em auto, auto;
  background-repeat: no-repeat, repeat;
  background-position: right 0.2em center, 0 0;
  border: solid 1px #112e87;
}

.selectBox.collapsable a.trigger:hover {}

.selectBox.collapsable a.trigger .title {
  color: #000000;
  background-color: rgba(203, 200, 200, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(203, 200, 200, 1) 100%);
  text-decoration: none;
  text-align: left;
  padding: 0.5em 0.5em 0.4em;
  border-right: solid 1px #4c4c4c;
}

.selectBox.collapsable .collapsableBlock {
  background-color: #fff;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin: 0 0.10em;
}

.selectBox.collapsable .collapsableBlock .padding {
  padding: 0px;
}

.selectBox.collapsable .collapsableBlock .option {
  border-bottom: solid 1px #ccc;
  padding: 0.5em 0.5em 0.4em;
  cursor: pointer;
}

.selectBox.collapsable.open .collapsableBlock .option:hover {
  background-color: #0092ff;
  color: #ffffff;
}

.selectBox.collapsable .collapsableBlock .option.selected {
  background-color: #0092ff;
  color: #ffffff;
}

.content_container>.content_inner {
  margin: 0 auto;
}

.collapsable .collapsableBlock {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  overflow: hidden !important;
}

.collapsable .collapsableBlock>.padding {
  padding: 0.1px 0;
}

.content_container>.content_inner .padding {
  padding: 0.1px 10px;
}

.couponInfo {
  background-color: rgb(255, 255, 179);
  border: 2px dashed rgb(255, 0, 0);
  text-align: center;
  padding: 0.5em;
  margin: 0.5em 0;
  display: none;
}

.couponInfo.show {
  display: block;
}

.couponInfo>.inner {
  max-width: 485px;
  margin: 0 auto;
}

.sfsi_widget>.sfsi_wDiv {
  width: auto !important;
  position: static !important;
  float: none !important;
  text-align: center !important;
  margin: 1.5em 0;
}

.sfsi_widget>.sfsi_holders {
  display: none;
}

.content_container.gray {
  background-color: #e7e8e9;
}

.content_container.header>.content_inner .logo {
  float: left;
}

.content_container.header>.content_inner .live-chat {
  float: right;
}

.content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order {
  border: solid 2px #e84e54;
  background-color: #fff;
}

.content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a {
  letter-spacing: -0.025em;
}

.content_container.limited>.content_inner>.padding {
  font-size: 1.1em;
  color: #fff;
  padding: 0.25em 10px;
}

.desktop-promo {
  display: none;
}

.desktop-promo .promo {
  font-weight: 600;
}

.desktop-promo .promo .code {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fff;
  border: solid 1px #888;
  color: #f00;
  font-weight: 600;
  text-align: center;
  min-width: 4em;
}

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

.mobile-promo .promo {
  color: white;
  font-weight: 600;
}

.mobile-promo .promo .code {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #fff;
  border: solid 1px #888;
  color: #f00;
  font-weight: 600;
  text-align: center;
  min-width: 4em;
}


@media(min-width: 768px) {
  .desktop-promo {
    display: block;
  }

  .mobile-promo {
    display: none;
  }
}


.content_container.limited>.content_inner>.padding>.limit {
  font-weight: 600;
}

.content_container.limited>.content_inner>.padding>.limit>.highlight {
  color: #fff000;
}

.vigrx-gradient {
  background-color: rgb(163, 0, 25);
  background: linear-gradient(to right, #a30019 0%, #f00 100%);
}

ul.checkmark {
  display: inline-block;
}

ul.checkmark>li {
  padding: 0.5em 0.25em 0.5em 0;
  display: inline-block;
  position: relative;
  padding-left: 2.2em;
}

ul.checkmark>li::before {
  content: '';
  background-image: url("img/img-v2/checkmark-red.svg");
  background-size: auto 1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 2.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

ul.checkmark.large {
  font-size: 1.3em;
}

.button {
  background-color: rgb(163, 0, 25);
  background: linear-gradient(to right, #a30019 0%, #f00 100%);
  color: #fff;
  display: inline-block;
  padding: 0.3em 1.5em;
  text-decoration: none;
  border-radius: 2em;
  text-transform: uppercase;
  font-size: 0.8em;
}

.button::after {
  content: '';
  background-image: url("img/img-v2/point-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
}

.button.large {
  font-size: 1.25em;
  padding: 0.85em 1.0em;
  font-weight: 800;
}

.button.large.gray {
  background: #818181;
}

.button.large.gray::after {
  background-image: url("img/img-v2/point-down.svg");
}

.border-thick {
  border-bottom: solid 10px #297500;
}

.border-bottom-thick {
  border-bottom: solid 13px #e8e8e8;
}

.content_container.footer {
  background-color: #a90000;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: center;
}

.content_container.footer .left {
  width: calc(100% - 44px);
  margin-bottom: 20px;
}

.content_container.footer .right {
  width: 100%;
}

@media (min-width:1200px) {

  .content_container.footer .left {
    float: left;
    width: calc(43% - 22px);
    margin-bottom: 0px;
  }

  .content_container.footer .right {
    /*float:left;*/
    float: none;
    margin: 0px auto;
    margin-top: 5px;
    width: calc(57% - 22px);
  }

}

.content_container.footer .left {
  position: relative;
  border: solid 2px #eee;
  padding: 20px;
}

.content_container.footer .left h3 {
  text-align: left;
  margin-bottom: 1rem;
}

.content_container.footer .left img {
  position: absolute;
  clear: right;
  width: 200px;
  right: 20px;
  bottom: 10px;
  max-width: 33%;
}

.content_container.footer .left a {
  color: #fff;
  font-size: 0.9rem;
  display: block;
  text-align: left;
  padding: 5px 0px;
  font-weight: 300;
}

.content_container.footer .icons {
  clear: both;
}

.content_container.footer>.content_inner>.padding {
  padding: 2em 10px;
}

.content_container.footer ul.menu {
  text-align: center;
}

.content_container.footer ul.menu>li {
  display: inline-block;
}

.content_container.footer ul.menu>li>a {
  display: block;
  padding: 1em 1.2em;
  color: inherit;
  font-size: 1.12em;
}

.content_container.footer .icons .sfsi_widget {
  display: inline-block;
  vertical-align: top;
}

.content_container.footer .icons img.bbb {
  width: auto;
  height: 50px;
  vertical-align: middle;
  padding: 10px 0 0 0.5em;
}

.content_container.footer .icons img.ssl {
  width: auto;
  height: 73px;
  vertical-align: middle;
  position: relative;
  top: 13px;
}

.content_container.footer .disclaimer {
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  max-width: 840px;
  margin: 1em auto;
}

.content_container.footer .disclaimer.fda {
  max-width: 460px;
}

.content_container.footer .address {
  max-width: 570px;
  font-size: inherit;
  line-height: inherit;
}

.content_container.footer .copyright {
  text-align: center;
}

iframe {
  /*position:absolute;*/
}

.spacer {
  text-align: center;
}

.spacer.vigrx {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}

.spacer.vigrx img {
  width: 100px;
  position: relative;
  z-index: 1;
}

.spacer.vigrx::before,
.spacer.vigrx::after {
  content: '';
  display: block;
  height: 6px;
  width: 50%;
  position: absolute;
  top: 13px;
  border-radius: 5px;
}

.spacer.vigrx::before {
  background-color: #000;
  left: 0;
}

.spacer.vigrx::after {
  background-color: #d4282f;
  right: 0;
}

.divider {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(66, 66, 66)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");
  background-size: 5px 5px;
  background-position: left bottom;
  padding-bottom: 5px;
  background-repeat: repeat-x;
}

.faq-block .heading {
  font-weight: 800;
  padding: 0em 10px 1em;
}

.faq-block .faq-item {
  font-size: 0.9em;
  line-height: 1.6em;
  padding: 0em 0em;
}

.faq-block h3 {
  font-size: 1em;
  text-align: left;
}

.faq-block .faq-item:nth-child(2n+3) {
  clear: both;
}

/* shared Tablet and Desktop Styles */
@media (min-width:750px) {
  #headerMenu.collapsable .collapsableBlock {
    height: auto !important;
  }

  .content_container.limited>.content_inner>.padding>.live-chat {
    display: none;
  }

  .w1t {
    width: 33.3333%;
    float: left;
  }

  .w2t {
    width: 66.6667%;
    float: left;
  }

  .w20 {
    width: 20%;
    float: left;
  }

  .w25 {
    width: 25%;
    float: left;
  }

  .w30 {
    width: 30%;
    float: left;
  }

  .w40 {
    width: 40%;
    float: left;
  }

  .w50 {
    width: 50%;
    float: left;
  }

  .w60 {
    width: 60%;
    float: left;
  }

  .w70 {
    width: 70%;
    float: left;
  }

  .w75 {
    width: 75%;
    float: left;
  }

  .w80 {
    width: 80%;
    float: left;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul {
    text-align: center;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li {
    display: inline-block;
    vertical-align: middle;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a {
    color: #000;
    display: block;
    padding: 0 0.85em;
    font-size: 0.9em;
    font-weight: 600;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order {
    border-radius: 1em;
  }

  .content_container.limited>.content_inner>.padding {
    padding: 5px;
  }

  .content_container.limited>.content_inner>.padding>.limit {
    line-height: 2.1em;
    text-align: center;
  }

  .content_container.limited>.content_inner>.padding>.limit::before {
    content: '';
    display: inline-block;
    width: 2.4em;
    height: 1.6em;
    background-image: url("img/img-v2/free-shipping-white.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    vertical-align: bottom;
    margin-right: 0.5em;
    margin: 0.3em 0.5em 0.3em 0;
  }

  .faq-block {
    overflow: hidden;
  }

  .faq-col:first-of-type {
    margin-right: 4%
  }

  .faq-block .faq-col {
    float: left;
    width: 48%;
  }

}

/* Mobile */
@media (max-width:749px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .w50 {
    width: auto;
    float: none;
  }

  body {
    font-size: 16px;
  }

  h2 {
    font-size: 1.5em;
  }

  .nez-mobile.block {
    display: block;
  }

  .nez-mobile.inline {
    display: inline;
  }

  .nez-mobile.inline-block {
    display: inline-block;
  }

  .content_container>.content_inner {
    width: 320px;
  }

  .border-thick {
    border-top: solid 10px #297500;
  }

  .content_container.header {
    background-image: linear-gradient(87deg, rgb(205, 205, 205) 0%, rgb(248, 248, 248) 100%);
  }

  .content_container.header>.content_inner .logo {
    margin: 0 0 0 10px;
    position: relative;
    top: 3px;
  }

  .content_container.header>.content_inner .logo img {
    width: auto;
    height: 30px;
    margin-top: 3px;
  }

  .content_container.header>.content_inner .live-chat {
    display: none;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul {
    clear: both;
    border-top: none;
    text-align: center;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order {
    border: none;
    color: #e84e54;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a {
    padding: 0.5em 0;
    color: #000;
    font-weight: 600;
  }

  .content_container.header ul>li:nth-child(odd) {
    background-color: #ccc;
  }

  .content_container.header ul>li:nth-child(odd) {
    background-color: #fff;
  }

  .offer2-header #headerMenu.collapsable .trigger {
    width: 30px;
    margin-top: 4px;
  }

  .offer2-header #headerMenu {
    padding: 0.25rem 0;
  }

  #headerMenu.collapsable .trigger {
    display: block;
    width: 16px;
    float: right;
    padding: 2px 4px;
    background-color: #ce3523;
    border: solid 1px #8a100a;
    border-radius: 3px;
    margin-top: 8px;
    margin-right: 10px;
  }

  .collapsable .trigger>.icon.bar {
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
  }

  #headerMenu.collapsable .collapsableBlock {
    width: 100%;
  }

  #headerMenu.collapsable .collapsableBlock>.padding {
    padding: 0.1px 0;
  }

  .content_container.header ul.menu>li,
  .content_container.header ul.menu>li>a {
    display: block;
  }

  .content_container.limited>.content_inner>.padding>.live-chat {
    width: 80px;
    float: right;
    margin-left: 0;
  }

  .content_container.limited>.content_inner>.padding>.limit {
    font-size: 0.7em;
    line-height: 1.4em;
    text-align: left;
  }

  .couponInfo {
    padding: 0.5em 1em;
  }

  .content_container.main.fold>.content_inner>.padding {
    padding-top: 1em;
  }

  .content_container.main>.content_inner>.padding h1 {
    font-size: 1.6em;
    text-align: center;
  }

  .content_container.main.fold>.content_inner>.padding img.box {
    width: 250px;
  }

  .content_container.main>.content_inner>.padding ul.checkmark {
    margin-top: -2em;
    margin-bottom: 1em;
  }

  .content_container.how.fold>.content_inner>.padding h2 {
    margin-bottom: 1em;
  }

  .content_container.how.fold>.content_inner>.padding img.left {
    display: none;
  }
}

/* Tablet */
@media (min-width:750px) and (max-width:1199px) {
  .nez-tablet.block {
    display: block;
  }

  .nez-tablet.inline {
    display: inline;
  }

  .nez-tablet.inline-block {
    display: inline-block;
  }

  .content_container>.content_inner {
    width: 730px;
  }

  .content_container ul.menu>li>a {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .content_container.limited>.content_inner>.padding {
    font-size: 1em;
  }

  .content_container.header>.content_inner .logo img,
  .content_container.header>.content_inner .live-chat img {
    width: auto;
  }

  .content_container.header>.content_inner .logo img {
    height: 35px;
    margin: 0.7em 0 0 10px;
  }

  .content_container.header>.content_inner .live-chat img {
    height: 40px;
    margin: 0.5em 10px 0 0;
  }

  .content_container.header {
    padding: 0;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding {
    padding: 0;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul {
    display: inline-block;
    width: 405px;
  }

  .menu-main-header-menu-container {
    text-align: center;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li>a {
    padding: 0.25em 0.5em;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order {
    margin: 0.5em 0;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul>li.order>a {
    padding: 0 0.85em;
  }

  .content_container.footer ul.menu>li>a {
    padding: 1em;
  }
}

/* Desktop */
@media (min-width:1200px) {
  .nez-desktop.block {
    display: block;
  }

  .nez-desktop.inline {
    display: inline;
  }

  .nez-desktop.inline-block {
    display: inline-block;
  }

  .content_container>.content_inner {
    width: 1180px;
  }

  .content_container.simple>.content_inner {
    width: 1000px;
  }

  .content_container.header>.content_inner #headerMenu.collapsable>.collapsableBlock>.padding ul {
    margin-top: 0.45em;
  }

  .content_container.header>.content_inner .logo img {
    width: auto;
    height: 49px;
  }

  .content_container.header>.content_inner .live-chat {
    margin-top: 0.5em;
  }

  .content_container.header>.content_inner .live-chat img {
    width: auto;
    height: 35px;
  }

  .content_container.header {
    padding: 1em 0 0.5em;
  }
}

/* New Landing Page */

.new-banner {
  background-color: black;
  color: white;
  padding: 10px 0;
}

.new-banner .banner-inner .left-col {
  text-align: center;
  padding: 0 20px;
}

.new-banner .banner-inner .left-col .left-content {
  margin-top: -50px;
}

.new-banner .banner-inner .left-col .left-content h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: #cf9d40;
  font-size: 1.25em;
  margin-bottom: 5px;
  margin-top: 10px;
}

.new-banner .banner-inner .left-col .left-content h4 {
  margin-top: 0;
  font-weight: 700;
  color: #cf9d40;
  font-size: 1.25em;
}

.new-banner .banner-inner .left-col .left-content .star-rating {
  max-width: 250px;
}

.new-banner .banner-inner .right-col {
  text-align: center;
  padding: 0 20px;
}

.new-banner .banner-inner .right-col h2 {
  font-weight: 400;
  padding: 10px 0;
}

.new-banner .banner-inner .right-col h3 {
  font-weight: 700;
  font-size: 1.25em;
}

.new-banner .banner-inner .right-col h4 {
  font-weight: 400;
  font-size: 1.25em;
  margin-top: 5px;
}

.new-banner .banner-inner .right-col .the-best {
  max-width: 250px;
}

.new-banner .banner-inner .right-col .gold-button {
  background: rgb(249, 222, 125);
  background: -moz-linear-gradient(90deg, rgba(249, 222, 125, 1) 0%, rgba(233, 194, 97, 1) 60%, rgba(219, 170, 73, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(249, 222, 125, 1) 0%, rgba(233, 194, 97, 1) 60%, rgba(219, 170, 73, 1) 100%);
  background: linear-gradient(90deg, rgba(249, 222, 125, 1) 0%, rgba(233, 194, 97, 1) 60%, rgba(219, 170, 73, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9de7d", endColorstr="#dbaa49", GradientType=1);
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  border-bottom: 4px solid #834f03;
}

.new-banner .banner-inner .right-col .gold-button a {
  font-size: 1.25em;
  color: #834f03;
  text-decoration: none;
}

.new-banner .banner-inner .right-col .gold-button:focus {
  border-bottom: none;
}


.new-banner .banner-container {
  width: 100%;
  margin: 0 auto;
}

@media(min-width: 400px) {
  .new-banner .banner-container {
    width: 400px;
  }

  .new-banner .banner-inner .left-col .product-image {
    max-width: 300px;
  }
}

@media(min-width: 749px) {
  .new-banner .banner-container {
    width: 730px;
  }

  .new-banner .banner-inner .left-col .product-image {
    max-width: 400px;
  }

  .new-banner .banner-inner .right-col .header-badge {
    max-width: 250px;
  }

  .new-banner .banner-inner .right-col h3 {
    font-weight: 700;
    font-size: 2.5em;
  }

  .new-banner .banner-inner .right-col h4 {
    font-weight: 400;
    font-size: 2.25em;
    margin-top: 15px;
  }

  .new-banner .banner-inner .left-col .left-content {
    margin-top: -80px;
  }

  .new-banner .banner-inner .right-col .the-best {
    padding: 10px 0;
  }

  .new-banner .banner-inner .right-col .gold-button {
    padding: 20px 55px;
  }
}

@media(min-width: 1140px) {
  .new-banner .banner-container {
    width: 1180px;
  }


  .new-banner .banner-inner {
    display: flex;
  }

  .new-banner .banner-inner .left-col {
    width: 35%;
    text-align: center;
  }

  .new-banner .banner-inner .left-col .product-image {
    max-width: 620px;
  }

  .new-banner .banner-inner .right-col {
    padding-top: 50px;
  }

  .new-banner .banner-inner .right-col {
    width: 65%;
    text-align: center;
    padding-top: 50px;
  }

  .new-banner .banner-inner .right-col h4 {
    margin-bottom: 25px;
  }

  .new-banner .banner-inner .right-col .header-badge {
    max-width: 420px;
  }

  .new-banner .banner-inner .left-col .left-content {
    margin-top: -130px;
  }
}

/* HDP Pop up styles */

.popupLayer {
  cursor: auto !important;
}

.hdp.us {
  max-width: 100% !important;
}


#hdpPopup .image {
  position: relative;
  margin-bottom: -10px;
}

#hdpPopup .buttons {
  position: absolute;
  width: 100%;
  height: 55px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hdpPopup .buttons .signup {
  color: white;
  text-decoration: none;
  background: #fe2c46;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 800;
  margin-right: 20px;
}

#hdpPopup .buttons .nothanks {
  color: white;
  text-decoration: none;
  background: RGBA(0, 0, 0, 0.49);
  font-weight: 400;
  padding: 5px 20px;
  font-size: 14px;
}

@media(min-width: 749px) {
  #hdpPopup .buttons {
    height: 90px;
  }

  #hdpPopup .buttons .signup {
    padding: 1rem 3rem;
    font-size: 30px;
  }

  #hdpPopup .buttons .nothanks {
    padding: 1rem 3rem;
    font-size: 24px;
  }
}

/* Black Friday Popup */

#blackFridayPopup {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

#blackFridayPopup .overlay {
  position: absolute;
  top: 0;
  background: #000000ab;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

#blackFridayPopup .popup {
  margin: 0 auto;
  display: block;
  max-width: 600px;
  height: 600px;
  margin-top: 250px;
  z-index: 10;
  position: relative;
}

#blackFridayPopup .popup .popup-inner {
  border-radius: 20px
}

#blackFridayPopup .popup .popup-inner img {
  width: 100%;
  border-radius: 20px;
}

.black-friday {
  background: #f00;
}


.black-friday .limit {
  color: #ffd102;
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px;
}

.black-friday .limit::before {
  display: none !important;
}



/* Offer 2 */

.offer2 {
  overflow: hidden;
}

.offer2 .offer2-banner .background {
  background-color: black;
  padding: 20px 0;
  padding-bottom: 50px;
}

.offer2 .offer2-banner .container {
  position: relative;
}

.offer2 .offer2-banner .container .row {
  position: relative;
  z-index: 5;
}

.offer2 .offer2-banner .offer2-banner-image {
  position: absolute;
  bottom: -100px;
  max-width: 800px;
  right: -200px;
}

.offer2 .offer2-banner .offer2-banner-product {
  position: relative;
  z-index: 1;
  margin-bottom: -7rem;
}

.offer2 .offer2-banner .btn-container {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.offer2 .mobile-btn .inner {
  text-align: center;
}

.offer2 .offer2-banner .btn-container a {
  box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.5);
}

.offer2 .offer2-banner .small-header {
  font-weight: 400;
  color: white;
  font-size: 1.8rem;
  margin-bottom: -5px;
}

.offer2 .offer2-banner h1 {
  color: white;
  font-weight: 800;
  /* font-size: 3.2rem; */
  /* line-height: 4rem; */
  line-height: 20px;
  font-size: 1.4rem;
  text-align: center;
}


.offer2 .offer2-banner h1 .medium-header {
  /* font-size: 2rem; */
  /* line-height: 40px; */
  font-size: 1.4rem;
  padding-top: 5px;
  color: #ff0000;
}

.offer2 .offer2-banner .white-header {
  color: white;
  font-weight: 500;
  display: inline-block;
  border-bottom: 4px solid white;
  font-size: 2.5rem;
  margin-top: -5px;
}

.offer2 .offer2-banner ul {
  padding-top: 60px;
  margin-bottom: 0;
}

.offer2 .offer2-banner ul li {
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 1rem;
}

.offer2 .offer2-banner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url(/wp-content/uploads/2020/01/tick-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.offer2 .section2 .angle-container {
  position: relative;
  width: 100%;
  margin-top: -10px;
  display: none;
}

.offer2 .section2 .angle-container .angle-left {
  width: 56%;
  left: -4%;
  top: -1rem;
  position: absolute;
  height: 4rem;
  background-color: white;
  transform: rotate(3deg);
}

.offer2 .section2 .angle-container .angle-right {
  width: 55%;
  right: -5%;
  top: -1rem;
  position: absolute;
  height: 4rem;
  background-color: white;
  transform: rotate(-3deg);
}

.offer2 .section2 .container {
  position: relative;
}

.offer2 .section2 .section2-title {
  text-align: center;
  padding-top: 20px;
}

.offer2 .section2 .section2-title h2 {
  font-weight: 800;
  margin: 0;
  font-size: 1.5rem;
}

.offer2 .section2 .section2-title h3 {
  display: inline;
  font-weight: 800;
  border-bottom: 3px solid black;
  padding: 0 60px;
  font-size: 1.25rem;
}

.offer2 .section2 .section2-title h4 {
  padding-top: 5px;
}

.offer2 .section2 .quotes {
  padding: 1rem 3rem;
  border: 2px solid black;
  border-radius: 1rem;
  margin: 2rem 0;
  position: relative;
}

.offer2 .section2 .quotes .quote-right {
  position: absolute;
  left: -20px;
  top: -20px;
  background: white;
  padding: 5px;
  width: 40px;
}



.offer2 .section2 .quotes .quote-left {
  position: absolute;
  right: -15px;
  background: white;
  padding: 5px;
  bottom: -10px;
}

.offer2 .section2 .quotes p {
  margin-bottom: 0.5rem;
}

.offer2 .section2 .quotes .quoter {
  margin-bottom: 0;
  font-weight: 800;
  font-style: italic;
}

.offer2 .section2 .dr-lamm .left-side {
  text-align: center;
  font-weight: 800;
}

.offer2 .section2 .dr-lamm .left-side h2,
.offer2 .section2 .dr-lamm .left-side h4 {
  font-weight: 800;
}

.offer2 .section2 .dr-lamm .left-side p {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 1rem;
  font-weight: 400;
}

.offer2 .section2 .dr-lamm .wistia_responsive_wrapper {
  border: 4px solid #d01a22;
  box-sizing: initial;
}

.offer2 .section2 .section3 {
  padding-top: 2rem;
  text-align: center;
}

.offer2 .section2 .section3 .dark-box {
  background-color: #252525;
}

.offer2 .section2 .section3 .dark-box h2 {
  color: white;
}

.offer2 .section2 .section3 .light-box {
  background-color: #c2c2c2;
}

.offer2 .section2 .section3 .section3-title {
  font-weight: 800;
}

.offer2 .section4 .quad-adv {
  padding-top: 2rem;
  text-align: center;
}

.offer2 .section4 .quad-adv h2 {
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.offer2 .section4 .quad-adv p {
  line-height: 20px;
}

.offer2 .section4 .quad-adv .big-text {
  font-size: 1.25rem;
  font-weight: 800;
}

.offer2 .section2 .section3 .facts .fact-box {
  padding: 0;
}

.offer2 .section2 .section3 .facts .fact-box .inner {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer2 .section2 .section3 .facts h4 {
  font-weight: 800;
  font-size: 1.2rem;
}

.offer2 .section2 .section3 .facts h2 {
  font-weight: 800;
  line-height: 15px;
}

.offer2 .section2 .section3 .facts h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0;
}

.offer2 .section2 .section3 .facts .small-font {
  font-size: 1rem;
}

.offer2 .section2 .section3 .facts p {
  font-size: 0.8rem;
  font-weight: 800;
}

.offer2 .section2 .section4 .advantage {
  padding: 1.5rem 0
}

.offer2 .section2 .section4 .advantage:nth-child(2n) {
  background-color: #f7f4fa;
}


.offer2 .section2 .section4 .advantage h4 {
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
}

.offer2 .section2 .section4 .advantage .sub-title {
  text-align: center;
}

.offer2 .section2 .section4 .advantage p {
  margin-bottom: 0;
}

.offer2 .section2 .section4 .percentage {
  text-align: left;
}

.offer2 .section2 .section4 .percentage p {
  margin-bottom: 0;
}

.offer2 .section2 .section4 .percentage .dark {
  background-color: #252525;
}

.offer2 .section2 .section4 .percentage .dark h4 {
  color: white;
}

.offer2 .section2 .section4 .percentage .inner {
  padding: 1rem 0;
  text-align: center;
}

.offer2 .section2 .section4 .percentage .dark p {
  color: white;
}

.offer2 .section2 .section4 .percentage .light {
  background-color: #c2c2c2;
}

/* .offer2 .section2 .section4 .percentage .tick-icon {
  position: relative;
  padding-left: 3rem;
}

.offer2 .section2 .section4 .percentage .tick-icon::before {
  content: '';
  background-image: url(/wp-content/uploads/2020/01/tick-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
} */


.offer2 .section2 .section4 .percentage h4 {
  font-weight: 800;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.offer2 .section2 .section4 .percentage h4 span {
  font-size: 2rem;
}

.offer2 .section2 .section4 .percentage p {
  font-weight: 800;
  font-size: 0.8rem;
  margin-top: -0.25rem;
}

.offer2 .section2 .section4 .btn-container {
  text-align: center;
  padding-top: 1rem;
}

.offer2 .section2 .section5 {
  padding-top: 2rem;
}

.offer2 .section2 .section5 h2 {
  font-weight: 800;
  padding-bottom: 1rem;
}

.offer2 .section2 .section5 .offer2-ingredient {
  padding-bottom: 2rem;
}

.offer2 .section2 .section5 .offer2-ingredient img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
  padding-bottom: 15px;
}


.offer2 .section2 .section5 .offer2-ingredient h4 {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.25rem;
  text-align: center;
}


.offer2 .section2 .section5 .offer2-ingredient p {
  margin-bottom: 0;
}

.offer2 .offer2-cta-banner {
  background-color: #f7f4fa;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  padding: 1rem 0;
}


.offer2 .offer2-cta-banner .inner {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.offer2 .offer2-cta-banner .inner .right-side {
  text-align: center;
}

.offer2 .offer2-cta-banner .inner .right-side h2 {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 800;
}

.offer2 .offer2-cta-banner .inner .right-side h4 {
  font-weight: 800;
}

.offer2 .section7 {
  padding: 0;
}

.offer2 .section7 h2 {
  text-align: center;
  font-weight: 800;
}

.offer2 .section7 h6 {
  font-weight: 800;
  text-align: center;
  padding-bottom: 1rem;
}

.offer2 .section7 .btn-container {
  padding: 1rem 0;
  text-align: center;
}

.offer2 .section8 .title {
  padding-bottom: 1rem;
}

.offer2 .section8 .title h2 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.offer2 .section8 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  position: relative;
}

.offer2 .section8 .image img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 200px;
}

.offer2 .section8 .image1 {
  background-image: url(/wp-content/uploads/2020/01/testimonial1.jpg);
}

.offer2 .section8 .image2 {
  background-image: url(/wp-content/uploads/2020/01/testimonial2.jpg);
}

.offer2 .section8 .image3 {
  background-image: url(/wp-content/uploads/2020/01/testimonial3.jpg);
}

.offer2 .section8 .image4 {
  background-image: url(/wp-content/uploads/2020/01/testimonial4.jpg);
}

.offer2 .section8 .text {
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}

.offer2 .section8 .text .inner {
  border: 2px solid white;
  border-radius: 1rem;
  padding: 10px;
}

.offer2 .section8 .text .inner p {
  color: white;
}

.offer2 .section8 .dark {
  background-color: #111111;
}

.offer2 .section8 .red {
  background-color: #d01a22;
}

.offer2 .section9 {
  padding: 2rem 0;
}

.offer2 .section9 h2 {
  font-weight: 800;
  padding-bottom: 2rem;
}

.offer2 .section9 .btn-container {
  text-align: center;
}

.offer2 .section9 .offer2-faq h4 {
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 0;
}

.offer2 .section9 .offer2-faq a {
  color: #b40823;
}

.offer2 .offer2-guarantee {
  background: #252525;
  padding: 2rem 0;
}

.offer2 .offer2-guarantee h4 {
  color: white;
  font-weight: 800;
  text-align: center;
  font-size: 1.25rem;
}

.offer2 .offer2-guarantee h2 {
  color: white;
  font-weight: 800;
  font-size: 2.5rem;
}

.offer2 .offer2-guarantee h3 {
  font-weight: 800;
  font-size: 2rem;
}

.offer2 .offer2-guarantee p {
  color: white;
}

.offer2 .offer2-guarantee .row {
  padding-top: 1rem;
}

.offer2-cart .banner {
  background: black;
  overflow: hidden;
  padding: 4rem 0;
}

.offer2-cart .banner .container {
  position: relative;
}

.offer2-cart .banner .offer2-cart-banner-img {
  position: absolute;
  bottom: -150px;
  left: -100px;
  max-width: 400px;
}

.offer2-cart .banner .inner {
  max-width: 568px;
  margin: 0 auto;
  display: block;
}

.offer2-cart .banner .inner .offer2-cart-banner-logo {
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
}


.offer2-cart .product-packages .offer2-package {
  padding: 1rem;
  padding-bottom: 2rem;
  margin: 2rem 0;
  border: 5px solid #d01a22;
}


.offer2-cart .product-packages .offer2-package .row {
  padding-top: 1rem;
}

.offer2-cart .product-packages .offer2-package .bonus-row {
  margin-top: -20px;
}

/* .offer2-cart .product-packages .offer2-package h2,
.offer2-cart .product-packages .offer2-package h4,
.offer2-cart .product-packages .offer2-package h6,
.offer2-cart .product-packages .offer2-package li {
  color: white;
} */

.offer2-cart .product-packages .offer2-package h2 {
  font-size: 2.25rem;
}

.offer2-cart .product-packages .offer2-package h4 {
  font-size: 1.75rem;
}

.offer2-cart .product-packages .offer2-package h6 {
  font-size: 1.25rem;
}

.offer2-cart .product-packages .offer2-package .supply {
  font-weight: 800;
  padding-bottom: 1.5rem;
}

.offer2-cart .product-packages .offer2-package .save {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: -0.5rem;
}

.offer2-cart .product-packages .offer2-package .retail {
  font-weight: 800;
  text-align: center;
  font-size: 1.25rem;
}

.offer2-cart .product-packages .offer2-package .retail span {
  text-decoration: line-through;
}



.offer2-cart .product-packages .offer2-package .purchase {
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
}

.offer2-cart .product-packages .offer2-package .purchase-header {
  text-align: center;
  font-weight: 800;
}

.offer2-cart .product-packages .offer2-package .product-image {
  padding-bottom: 2rem;
  margin: 0 auto;
  display: block;
  max-width: 550px;
  width: 100%;
}

.offer2-cart .product-packages .offer2-package .black {
  background: black;
}

.offer2-cart .product-packages .offer2-package .button {
  width: 100%;
  text-align: center;
}

.offer2-cart .product-packages .offer2-package ul {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}


.offer2-cart .product-packages .offer2-package li {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 35px;
  font-size: 1.25rem;
  max-width: 350px;
  font-weight: 700;
}

.offer2-cart .product-packages .offer2-package li::before {
  content: '';
  background-image: url(/wp-content/uploads/2020/01/tick-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.offer2-cart .product-packages .offer2-package .bonus {
  background-image: url(/wp-content/uploads/2020/01/bonus-bg.png);
  background-size: cover;
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}


.offer2-cart .product-packages .offer2-package .bonus h4 {
  margin-bottom: 0;
  font-weight: 800;
  color: white;
  font-size: 1.5rem;
}

.offer2-cart .product-packages .offer2-package .bonus h6 {
  margin-bottom: 0;
  font-weight: 800;
}

.offer2-cart .product-packages .offer2-package .bonus .bonus-image {
  margin: 0 auto;
  display: block;
}

.sfsi_shortcode_container {
  float: none !important;
}

.offer2-cart .credit-cards {
  background: #acacac;
  margin-bottom: 2rem;
}

.offer2-cart .credit-cards .inner {
  padding: 1rem 0;
}

.offer2-cart .credit-cards h4 {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 1rem;
}

.offer2-cart .product-packages .offer2-package .no-bonus {
  max-width: 250px;
  width: 100%;
}

.offer2 a:hover {
  color: white;
}

.offer2-cart a:hover {
  color: white;
}

.offer2 .dr-lamm {
  background-color: #f7f4fa;
  padding: 2rem 0;
}

@media (min-width: 548px) {
  .offer2 .section8 .image {
    height: 100%;
  }
}


@media (min-width: 768px) {

  .offer2 .section2 .angle-container {
    display: block;
  }

  .offer2 .section2 .section3 .quad-adv h2 {
    font-size: 2rem;
  }

  .offer2 .section2 .quotes .quote-right {
    width: auto;
    left: -35px;
  }

  .offer2 .offer2-banner .offer2-banner-product {
    margin-bottom: 0;
  }

  .offer2 .section2 .section2-title h2 {
    font-size: 2.5rem;
  }

  .offer2 .section2 .section2-title h4 {
    font-size: 2rem;
  }

  .offer2 .offer2-banner .background {
    overflow: hidden;
  }

  .offer2 .offer2-banner ul {
    padding-top: 20px;
  }

  .offer2 .offer2-banner ul li {
    color: white;
  }

  .offer2 .offer2-banner .btn-container {
    margin-top: 50px;
  }

  .offer2 .section2 .section4 .percentage {
    text-align: center;
  }

  .offer2 .section2 .section4 .advantage h4 {
    text-align: left;
  }

  .offer2 .section2 .section4 .advantage .sub-title {
    text-align: left;
  }

  .offer2 .section2 .section4 .percentage .tick-icon {
    padding-left: 0;
  }

  .offer2 .section2 .section4 .percentage .tick-icon::before {
    display: none;
  }

  .offer2 .offer2-banner {
    text-align: left;
  }

  .offer2 .offer2-banner h1 {
    text-align: left;
    font-size: 3.8rem;
    line-height: 4rem;
    color: red;
  }


  .offer2 .section8 .title h2 {
    font-size: 2rem;
  }


  .offer2 .offer2-banner h1 .medium-header {
    font-size: 2.5rem;
    line-height: 40px;
  }

  .offer2 .offer2-banner ul li {
    font-size: 1.25rem;
  }

  .offer2 .section2 .section5 .offer2-ingredient h4 {
    text-align: left;
  }

  .offer2 .offer2-cta-banner {
    margin-top: 0;
  }


  .offer2 .section7 {
    padding: 2rem 0;
  }

  .offer2-cart .product-packages .offer2-package .bonus {
    background-size: 100% 100%;
    padding-bottom: 4rem;
    text-align: left;
    margin-bottom: 4rem;
  }

  .offer2-cart .product-packages .offer2-package .bonus .bonus-image {
    position: absolute;
    bottom: -50px;
    width: 350px;
    right: 25px;
  }

}

@media (min-width: 992px) {
  .offer2 .section8 .text {
    min-height: 450px;
  }

  .offer2-cart .product-packages .padding-bottom {
    padding-bottom: 5rem !important;
  }

  .offer2-cart .product-packages .offer2-package .purchase {
    text-align: left;
  }

  .offer2-cart .product-packages .offer2-package .retail {
    text-align: left;
  }

  .offer2-cart .product-packages .offer2-package .purchase-header {
    text-align: left;
  }

  .offer2-cart .product-packages .offer2-package .product-image {
    width: 550px;
  }

  .offer2-cart .product-packages .offer2-package .bonus {
    margin-left: -5rem;
    padding-left: 5rem;
    margin-bottom: 0;
    margin-top: 0;
  }

  .offer2-cart .product-packages .offer2-package .bonus .bonus-image {
    bottom: -50px;
    right: 50px;
  }

  .offer2-cart .credit-cards h4 {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .offer2-cart .product-packages .offer2-package .no-bonus {
    max-width: 400px;
    width: 400px;
  }
}

@media (min-width: 1020px) {
  .offer2 .section2 .section5 .offer2-ingredient img {
    max-width: 140px;
  }
}


@media (min-width: 1200px) {
  .offer2 .offer2-banner .offer2-banner-image {
    right: 0;
  }
}

@media(min-width: 1200px) {
  .offer2 .content_container.main>.content_inner>.padding ul.checkmark {
    max-width: 100% !important;
  }

  .offer2 .content_container.main>.content_inner>.padding img.box {
    bottom: 15px !important;
    width: 285px !important;
  }
}

@media (max-width: 749px) {
  .offer2 .content_container.main.fold>.content_inner>.padding img.box {
    padding-bottom: 2rem !important;
  }
}

@media (max-width: 749px) {
  .offer2 .rewards-card {
    top: 240px;
    right: 0;
    width: 110px;
  }
}


@media (max-width: 749px) {
  .content_container.main.fold {
    margin-bottom: 400px !important;
  }
}

@media (max-width: 749px) {
  .offer2 .content_container.main.fold {
    height: 280px !important;
  }
}

@media (max-width: 749px) {
  .offer2 .currency>.promo {
    position: relative;
    top: 0;
    right: 0;
  }
}