html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #fafafa;
  font-family: "Lato", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
label,
span {
  display: inline-block;
}

img {
  max-width: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
}

@font-face {
  font-family: "dharma_gothic_ebold";
  src:
    url("../fonts/DharmaGothic-Bold.woff") format("woff2"),
    url("../fonts/DharmaGothic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dharma_gothic_eexbold_italic";
  src:
    url("../fonts/DharmaGothic-ExBoldItalic.woff") format("woff2"),
    url("../fonts/DharmaGothic-ExBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src:
    url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Dharma Gothic E";
  src:
    url("../fonts/DharmaGothic-Regular.woff") format("woff2"),
    url("../fonts/DharmaGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.header_upsell {
  padding: 8px 0;
  position: relative;
  border-bottom: 3px solid #b7b7b7;
}

.offer_tag {
  position: absolute;
  top: 0;
  left: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) and (max-width: 991px) {
  .container {
    max-width: 610px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 910px;
  }
}

#sticky {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 992px) {
  #sticky {
    display: none;
  }

  .product_left.desktop {
    float: left;
    width: 265px;
    position: absolute;
    bottom: 0;
    top: 4%;
  }

  .product_left.desktop .product_pic {
    position: absolute;
    top: 10%;
    bottom: 0;
    width: 100%;
  }

  .product_left.desktop .badge {
    position: absolute;
    top: 0px;
    left: 0;
  }

  .product_left.desktop .up-prd {
    position: absolute;
    left: 50%;
    top: 100px;
    width: 100%;
    margin: 0;
    transform: translate(-50%, 0);
  }

  .product_left.desktop + .product_content {
    position: relative;
    padding: 0 0 0 300px;
    width: auto;
    text-align: left;
  }

  .product_left.desktop + .product_content h2 {
    text-align: left;
  }

  .product_left.desktop + .product_content .big_text {
    padding-right: 160px;
    padding-left: 0;
    margin: -10px 0 26px;
    font-size: 63px;
    color: #7558dd;
    line-height: 90px;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    text-shadow: 0px 2px 2px rgba(33, 6, 52, 0.5);
    font-family: "dharma_gothic_eexbold_italic";
  }

  .product_left.desktop + .product_content .price_tagD {
    width: 155px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 991px) {
  #sticky {
    display: block;
    width: 580px;
  }
  #upsell_submit {
    display: none;
  }
}

@media (max-width: 768px) {
  #sticky {
    width: 522px;
  }
}

@media (max-width: 610px) {
  #sticky {
    width: calc(90% - 30px);
  }
}
.body_content {
  padding: 45px 0 50px;
}

.body_content h5 {
  font-size: 18px;
  color: #cb1313;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.body_content h1 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin: 15px 0;
  font-family: "Gilroy";
}

.body_content p {
  font-size: 24px;
  line-height: 25px;
  color: #000000;
  font-family: arial;
  margin-bottom: 25px;
}

.body_content p span {
  font-style: italic;
  font-weight: bold;
}

.product_wrap {
  width: 865px;
  margin: 0px auto;
  padding: 10px 5px 5px 15px;
  border: 3px dashed #0e1118;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.product_left {
  position: relative;
  width: 100%;
}

.product_left.mobile {
  display: none;
}

.badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.product_content {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0 50px;
}

.product_content h2 {
  text-align: center;
  font-size: 31px;
  color: #000;
  position: relative;
  left: -50px;
  text-transform: uppercase;
  font-family: "dharma_gothic_ebold";
}

.big_text {
  padding-right: 160px;
  margin: -8px 0 26px;
  font-size: 80px;
  padding-left: 90px;
  color: #7558dd;
  line-height: 90px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  text-shadow: 0px 2px 2px rgba(33, 6, 52, 0.5);
  font-family: "dharma_gothic_eexbold_italic";
}

.big_text span {
  display: block;
  font-size: 165px;
  margin-left: 110px;
}

.sub_text {
  font-size: 18px;
  margin: 45px 0 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-family: "Gilroy";
}

.product_content p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 20px;
}

.price_area {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}

.price_area span {
  font-size: 88px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  font-family: "dharma_gothic_ebold";
}

.price_area span.smaller {
  font-size: 40px;
  margin-top: 24px;
  margin-left: 0;
}

.price_tagD {
  width: 155px;
  position: absolute;
  right: 150px;
  top: 0;
}

.pricepic {
  width: 119px;
  height: 119px;
  background: url(../images/old_assets/price_tag.webp) right bottom no-repeat;
  margin: -45px 0 0 34px;
  position: relative;
  font-size: 40px;
  color: #fff;
  padding-top: 23px;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  background-size: 100%;
  font-family: "dharma_gothic_ebold";
}

.pricepic span {
  font-size: 37px;
  color: #fff;
  display: block;
  position: relative;
}

.pricepic span:after {
  width: 72px;
  height: 36px;
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  background: url(../images/old_assets/line.webp) no-repeat;
  background-size: 100%;
}

.product_pic {
  width: 50%;
  margin: 0 auto;
}

.product_pic img {
  margin: -100px 0;
}

.upBottlebig {
  width: 95%;
  float: right;
  right: -14%;
  position: relative;
  z-index: 2;
}

.upBottlesmall {
  position: absolute;
  left: 0;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.only_text {
  font-size: 48px;
  color: #cb1313;
  margin: 30px 0 35px;
  text-transform: uppercase;
  font-family: "Dharma Gothic E";
}

.checkout_btn {
  width: 660px;
  height: 87px;
  height: 88px;
  font-size: 30px;
  color: #fff;
  position: relative;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  border: 1px solid #4c6436;
  background: rgba(159, 234, 97, 1);
  text-shadow: 0px 2px 2px rgba(33, 6, 52, 0.2);
  padding-right: 50px;
  background: -moz-linear-gradient(top, rgba(159, 234, 97, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(71, 142, 9, 1) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(159, 234, 97, 1)),
    color-stop(51%, rgba(120, 189, 59, 1)),
    color-stop(100%, rgba(71, 142, 9, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(159, 234, 97, 1) 0%,
    rgba(120, 189, 59, 1) 51%,
    rgba(71, 142, 9, 1) 100%
  );
  background: -o-linear-gradient(top, rgba(159, 234, 97, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(71, 142, 9, 1) 100%);
  background: -ms-linear-gradient(top, rgba(159, 234, 97, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(71, 142, 9, 1) 100%);
  background: linear-gradient(to bottom, rgba(159, 234, 97, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(71, 142, 9, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fea61', endColorstr='#478e09', GradientType=0);
}

.checkout_btn:hover {
  background: rgba(71, 142, 9, 1);
  background: -moz-linear-gradient(top, rgba(71, 142, 9, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(159, 234, 97, 1) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(71, 142, 9, 1)),
    color-stop(51%, rgba(120, 189, 59, 1)),
    color-stop(100%, rgba(159, 234, 97, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(71, 142, 9, 1) 0%,
    rgba(120, 189, 59, 1) 51%,
    rgba(159, 234, 97, 1) 100%
  );
  background: -o-linear-gradient(top, rgba(71, 142, 9, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(159, 234, 97, 1) 100%);
  background: -ms-linear-gradient(top, rgba(71, 142, 9, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(159, 234, 97, 1) 100%);
  background: linear-gradient(to bottom, rgba(71, 142, 9, 1) 0%, rgba(120, 189, 59, 1) 51%, rgba(159, 234, 97, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#478e09', endColorstr='#9fea61', GradientType=0);
}

.checkout_btn:after {
  width: 8px;
  height: 26px;
  position: absolute;
  content: "";
  top: 50%;
  right: 130px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/old_assets/arrow-green.webp) no-repeat;
}

.pic2 {
  margin: 20px 0;
}

.dont_text {
  font-size: 12px;
  color: #8e8e8e;
  font-family: arial;
  text-transform: uppercase;
}

.dont_text i,
.dont_text span {
  display: inline-block;
  vertical-align: middle;
}

.comnt_area {
  background: #fff;
  padding: 50px 0 80px;
  border-top: 3px solid #b7b7b7;
  border-bottom: 3px solid #b7b7b7;
}

.connection_text span {
  display: block;
  margin: 0 0 20px;
  text-align: center;
}

.star_blog {
  color: #000;
  margin-bottom: 30px;
}

.star_blog h4 {
  font-size: 18px;
  font-weight: 900;
  margin: 20px 0;
}

.star_blog span {
  display: block;
  font-size: 16px;
}

.star_blog p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.footer {
  padding: 30px 0 60px;
  background: #fff;
}

.footer ul li {
  margin: 0 4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.footer ul li a {
  display: block;
  font-size: 12px;
  color: #2245dc;
}

.footer span {
  display: block;
  margin: 20px 0 0;
  font-size: 12px;
}

.upsell2 .big_text {
  font-size: 63px;
}

.upsell2 .big_text span {
  font-size: 128px;
  margin-left: 12px;
}

.upsell2 .sub_text {
  font-size: 30px;
}

.upsell3 .big_text {
  font-size: 69px;
}

.upsell3 .big_text span {
  font-size: 158px;
  margin-left: 5px;
}

.checkout_btn {
  min-height: 48px;
}

.loading-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.loading-pop {
  float: left;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

.pop-content {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 500px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.loading-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

ul.pop-list {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  margin: 10px 0;
}

ul.pop-list li {
  float: left;
  width: 100%;
  color: #134f7a;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 3px 0;
  padding-left: 30px;
  opacity: 0.5;
  position: relative;
  transition: all ease 0.6s;
}

ul.pop-list li img {
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  opacity: 0;
  transform: translateX(-10px);
}

ul.pop-list li.active {
  opacity: 1;
  transition: all ease 0.5s;
}

ul.pop-list li.active img {
  opacity: 1;
  transition: all ease 0.2s;
  transform: translateX(0);
}

@media (max-width: 1199px) {
  .upsell3 .big_text span {
    font-size: 118px;
  }
}

@media (max-width: 991px) {
  .product_left {
    position: static;
  }

  .badge {
    top: -10px;
    left: -18px;
  }
  .product_left.mobile {
    display: block;
  }
  .product_left.desktop {
    display: none;
  }
  .product_wrap {
    width: 100%;
  }
  .product_left {
    width: 100%;
    margin-bottom: 35px;
  }

  .product_content {
    width: 100%;
    padding: 0 25px;
  }
  .product_content h2 {
    left: -25px;
    font-size: 25px;
  }
  .big_text {
    font-size: 55px;
    line-height: 60px;
    padding-left: 50px;
    margin: 16px 0 -75px 50px;
  }
  .big_text span {
    margin-left: 30px;
    font-size: 95px;
    line-height: 0.85;
  }
  .price_area span {
    text-align: center;
    font-size: 90px;
    margin-left: 0;
    margin-top: 10px;
  }
  .price_tagD {
    display: flex;
    width: 135px;
    right: 60px;
    top: 7px;
  }

  .price_tagD .pic1 {
    flex-shrink: 0;
  }
  .pricepic {
    margin-left: -4px;
    width: 90px;
    height: 90px;
    font-size: 28px;
    flex-shrink: 0;
    line-height: 24px;
    margin-top: -16px;
  }
  .pricepic span {
    font-size: 32px;
  }

  .pricepic span::after {
    width: 65px;
    left: 13px;
    top: -5px;
  }

  .upsell2 .sub_text {
    font-size: 25px;
    margin-top: 60px;
  }
  .product_pic {
    margin-top: 70px;
    width: 100%;
  }

  .product_pic img {
    width: 100%;
    margin: 0;
  }

  .upBottlebig {
    right: -10%;
  }

  .left_area .only_text {
    margin: 0;
    line-height: 60px;
  }

  .left_area center {
    display: block;
  }

  .checkout_btn {
    width: 100%;
  }

  .body_content p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .badge {
    width: 100px;
  }
  .checkout_btn {
    width: 90%;
    height: 60px;
  }
  .checkout_btn:after {
    right: 30px;
  }
  .big_text {
    font-size: 43px;
    line-height: 80px;
  }
  .big_text span {
    margin-left: 10px;
    font-size: 88px;
  }
  .price_area {
    font-size: 16px;
  }
  .price_tagD {
    width: 115px;
    top: 30px;
    right: 100px;
  }

  .upsell2 .big_text {
    line-height: 50px;
    padding-left: 90px;
    margin: 36px 0 -70px 0px;
  }

  .upsell2 .sub_text {
    font-size: 14px;
  }
  .upsell2 .price_tagD {
    top: 8px;
  }
  .big_text {
    padding-right: 120px;
  }
  .pricepic span {
    font-size: 30px;
  }
  .upsell3 .big_text {
    font-size: 40px;
    line-height: 55px;
  }
  .upsell3 .big_text span {
    font-size: 62px;
  }
  .upBottlebig {
    right: -5%;
  }
  .upBottlesmall {
    left: -10%;
  }

  .price_area span {
    display: inline-block;
  }

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

  .price_area span.smaller {
    margin-top: 32px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .upsell3 .sub_text {
    margin-top: 95px;
  }
}

@media (max-width: 640px) {
  .header_upsell span {
    width: 260px;
  }
  .body_content p {
    font-size: 22px;
  }

  .sub_text {
    font-size: 15px;
  }
  .product_content p {
    font-size: 15px;
  }

  .product_content h2 {
    margin-bottom: 20px;
  }

  .price_tagD {
    top: 5px;
  }
  .upsell3 .product_content h2 {
    left: 5px;
  }
  .upsell3 .sub_text {
    margin-top: 95px;
  }

  .upsell3 .product_left {
    width: 165px;
  }
  .upsell3 .badge {
    width: 100px;
    position: absolute;
    top: 0px;
    bottom: inherit;
    left: -15px;
    transform: inherit;
  }
  .price_tagD .pic1 {
    width: 90px;
  }
  .body_content p {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  .upsell2 .price_tagD {
    right: 60px;
    top: 6px;
  }

  .upsell2 .big_text {
    padding-left: 50px;
  }
}

@media (max-width: 545px) {
  .upsell2 .big_text {
    padding-left: 10px;
    font-size: 60px;
    margin: 20px 0 -70px 62px;
  }

  .upsell2 .big_text span {
    font-size: 105px;
  }
  .pricepic {
    width: 60px;
    height: 60px;
    font-size: 16px;
    padding-top: 8px;
    margin-top: -30px;
    margin-left: -10px;
  }
  .pricepic span {
    font-size: 20px;
    top: -6px;
  }

  .pricepic span::after {
    width: 38px;
    top: 0px;
  }

  .price_tagD .pic1 {
    width: 64px;
  }

  .upsell2 .price_tagD {
    top: 20px;
    right: -6px;
  }
}

@media (max-width: 500px) {
  .upsell2 .big_text {
    margin: 20px 0 -70px 32px;
  }

  .body_content p {
    font-size: 10px;
  }
}

@media (max-width: 440px) {
  .checkout_btn,
  #sticky {
    height: auto;
  }
  #sticky {
    font-size: 24px;
  }

  .product_content h2 {
    text-align: left;
  }

  .badge {
    width: 70px;
    top: -10px;
    left: -18px;
  }

  .product_pic {
    width: 70%;
  }

  .product_content h2 {
    margin-bottom: 40px;
    margin-left: 50px;
  }

  .product_pic img {
    margin: -10px 0 -45px;
  }

  .upsell2 .big_text {
    padding-left: 10px;
    font-size: 38px;
    line-height: 32px;
    margin: -30px 0 -50px 22px;
  }

  .upsell2 .big_text span {
    font-size: 64px;
  }
}

@media (max-width: 400px) {
  #sticky {
    font-size: 21px;
  }
}

@media (max-width: 340px) {
  .upsell2 .big_text {
    margin: -30px 0 -50px 2px;
  }
  #sticky {
    font-size: 18px;
  }
}
