:root {
  /* 🎨 Color variables */
  --color-theme: #af0914;
  /* --color-theme: #284715 ; */
  /* --color-theme: #ebc430; */
  font-size: 16px;
}


@font-face {
  font-family: Avenir;
  src:
    /* url("../fonts/AvenirLTStd-Roman.woff") format("woff"), */
    url("../fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman") format("svg");
  font-weight: 400;
  font-style: normal;


}

@font-face {
  font-family: Avenir;
  src: url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.eot?test");
  src: url("../fonts/icomoon.eot?#iefixtest") format("embedded-opentype"), url("../fonts/icomoon.woff?test") format("woff"), url("../fonts/icomoon.ttf?test") format("truetype"), url("../fonts/icomoon.svg?test#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}

.visible-xs {
  display: none;
}

.visible-xs>img {
  width: 100%;
}

h1,
ul li {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

h3,
h4 {
  margin-top: 1.25em;
}

ol,
p,
ul {
  margin: 1.5em 0;
}

.button,
ol li:before,
ul li:before {
  display: inline-block;
}

address {
  font-style: normal;
}

em,
mark,
var {
  font-style: italic;
}

h1,
h1,
h2,
h3,
h4 {
  font-size: 6.25rem;
}

h2 {
  margin-bottom: .5em;
  font-size: 2.0625rem;
}

h3 {
  margin-bottom: .625em;
  font-size: 1.25rem;
  color: var(--color-theme);
}

h4 {
  margin-bottom: .375em;
  font-size: 1.125rem;
}

figure {
  margin: 1rem 0;
}

small {
  font-size: .75em;
}

ol li,
ul li {
  font-size: 1rem;
  line-height: 1.46em;
}

.figure-row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 10px;
}

.grid-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.grid-three-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

a {
  text-decoration: underline;
  color: var(--color-theme);
  outline: 0;
  border: none;
  transition: color .5s;
}

.button,
.designed a,
.home-banner .play-video,
a:focus,
a:hover,
nav ul li a,
nav ul li a:active,
nav ul li a:focus,
nav ul li a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--color-theme);
}

a:focus {
  color: var(--color-theme);
  outline: 0;
}

a img {
  border: 0;
}

ul {
  list-style-type: none;
}

ul li {
  padding-left: 20px;
}

ul li:before {
  margin-left: -20px;
  margin-right: 14px;
  top: -3px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--color-theme);
  border-radius: 50%;
}

ol {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: section;
}

ol li:before {
  top: 0;
  counter-increment: section;
  content: counter(section) ".";
  width: 25px;
  font-size-adjust: .48;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  text-align: left;
  color: var(--color-theme);
  background-color: transparent;
}

.button,
p {
  font-size: .9375rem;
}

hr {
  margin: 2em 0;
  box-sizing: content-box;
  height: 1px;
  background-color: #fff;
  opacity: .3;
}

p {
  line-height: 1.46em;
}

.button {
  padding: .75rem 2rem;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  background-color: #21c640;
  border: 2px solid #21c640;
  transition: color .5s, background-color .5s, border-color .5s;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.button.active,
.button:active,
.button:focus,
.button:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  background-color: var(--color-theme);
  border-color: var(--color-theme);
}

.button.disabled,
.button.disabled.active,
.button.disabled:active,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled].active,
.button[disabled]:active,
.button[disabled]:focus,
.button[disabled]:hover {
  opacity: .4;
  cursor: not-allowed;
}

.button.button-border {
  color: var(--color-theme);
  background-color: transparent;
  border-color: var(--color-theme);
}

.button.button-border.active,
.button.button-border:active,
.button.button-border:focus,
.button.button-border:hover {
  color: #fff;
  background-color: var(--color-theme);
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  background: 0 0;
}

nav ul li:before {
  display: none;
  content: '';
  background: 0 0;
}

nav ul li a:active,
nav ul li a:focus,
nav ul li a:hover {
  outline: 0;
}

nav.primary>ul>li {
  margin-right: 2rem;
  float: left;
}

nav.primary>ul>li:last-child {
  margin-right: 0;
}

nav.primary>ul>li>a {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: .8125rem;
  text-transform: uppercase;
  color: #161616;
}

nav.primary>ul>li>a:before {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  opacity: 0;
  content: '';
  background-color: var(--color-theme);
  transition: bottom .5s, opacity .5s;
}

nav.primary>ul>li.active>a:before,
nav.primary>ul>li>a:hover:before {
  bottom: -4px;
  opacity: 1;
}

nav.primary>ul>li.active>a {
  color: var(--color-theme);
}

.cta-buy-element .price {
  font-size: 1.0625rem;
}

.cta-buy-element .buttons-container {
  margin: 1rem 0;
  padding: 1.75rem;
  display: inline-block;
  border: 1px solid #e0e0e0;
}

.cta-buy-element .button {
  padding: 1.125rem 3rem;
  text-transform: uppercase;
}

.cta-buy-element .info a {
  color: var(--color-theme);
}


.testimonial-item-container blockquote {
  margin: 0;
}

.testimonial-item-container blockquote p {
  font-size: 1rem;
}

.testimonial-item-container blockquote p:first-child {
  margin-top: 0;
}

.testimonial-item-container blockquote p:last-of-type {
  margin-bottom: 0;
}

.testimonial-item-container blockquote .author {
  margin-top: 2rem;
  font-size: 1.0625rem;
  font-weight: 700;
}


.treatment-info-item-container figure img {
  width: 216px;
  border: 8px solid var(--color-theme);
  border-radius: 50%;
  box-sizing: content-box;
}

/* 
.treatment-info-item-container figure figcaption h3 {
  font-size: 1.125rem;
}

.treatment-info-item-container figure figcaption b {
  margin-bottom: .125em;
  display: block;
  font-size: 1.833em;
  line-height: 1.05em;
} */

.treatment-info-item-container>.content {
  margin-left: 400px;
  padding-top: 30px;
  overflow: hidden;
}

.treatment-info-item-container>.content>* {
  margin-top: 0;
}

.treatment-info-item-container>.content h2.big-top-pad {
  margin-top: 4rem;
}

.home-banner {
  padding-bottom: 270px;
  height: 730px;
  background-size: cover;
  overflow: hidden;
  border-bottom: 10px solid var(--color-theme);
}

.home-banner .container {
  position: relative;
  height: 100%;
}

.home-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translateY(-50%) translateX(-50%);
}

.order-product-panel {
  position: relative;

}

.order-product-panel.content-section {
  padding-top: 7rem;
  padding-bottom: 9rem;
}

.order-product-panel header {
  position: relative;
  z-index: 4;
}

.order-product-panel header .pre-title {
  margin-bottom: 1rem;
}

.order-product-panel header .pre-title span h3 {
  margin-bottom: .5rem;
  margin-right: 1rem;
  display: inline-block;
  font-size: .9375rem;
  text-transform: uppercase;
  color: rgba(138, 138, 138, .9);
  font-weight: normal;
  font-style: normal;
}

.order-product-panel header .pre-title span:last-child {
  margin-right: 0;
}

.order-product-panel article {
  position: relative;
  z-index: 4;
  width: 67%;
}

.order-product-panel article .two-columns-wrapper>.left-column {
  float: left;
}

.order-product-panel article .two-columns-wrapper>.right-column {
  float: right;
}

.order-product-panel article>p {
  width: 75%;
}


.order-product-panel article ul li {
  margin-bottom: .25rem;
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 700;
}

.order-product-panel article ul li:last-child {
  margin-bottom: 0;
}

.order-product-panel article .cta-buy-element {
  margin-top: -1.25rem;
}

.order-product-panel article .cta-buy-element .info,
.order-product-panel article .cta-buy-element .price {
  text-align: right;
}

.order-product-panel .floating-elements .element {
  position: absolute;
  z-index: 1;
  display: block;
}

.order-product-panel .floating-elements .element-1 {
  left: -55px;
  top: -150px;
}

.order-product-panel .floating-elements .element-2 {
  right: -40px;
  bottom: 40%;
}

.order-product-panel .floating-elements .element-3 {
  z-index: 3;
  right: -20px;
  bottom: 12%;
}

.order-product-panel .floating-elements .element-4 {
  right: 36%;
  bottom: 48%;
}

.order-product-panel .floating-elements .element-5 {
  z-index: 2;
  right: 12%;


  width : 400px;  height: auto;
  bottom: 18%;
}





#body {
  margin-top: -66px;
  overflow: hidden;
}

.content-section {
  padding: 4.5em 0 0;
}

.content-section.after-banner {
  margin-top: -370px;
  min-height: 270px;
  position: relative;
  background-color: transparent;
}


.content-section.after-banner>.container {
  position: relative;
  z-index: 2;
  backdrop-filter: blur(15px);
  background-color: #ffffffcc;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid rgba(211, 140, 34, 0.3);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.content-section .content-section-title,
.content-section header>.title {
  margin: 0;
  font-size: 3.5rem;
  line-height: 1.15em;
  color: #161616;
}

.content-section .content-section-title .highlight,
.content-section header>.title .highlight {
  color: var(--color-theme);
}

.content-section .content-section-title.border,
.content-section header>.border.title {
  padding-bottom: .3125em;
  position: relative;
}

.content-section .content-section-title.border:after,
.content-section header>.border.title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  display: block;
  content: '';
  background-color: #161616;
}

.content-section header {
  padding-bottom: 2.5rem;
}

.content-section header.no-pad {
  padding-bottom: 0;
}

.content-section header.small-pad {
  padding-bottom: .75rem;

}

.content-section header.center {
  text-align: center;
}

body,
html {
  margin: 0;
  min-height: 100%;



}

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

body {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #161616;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background-color: #000;
}

::selection {
  color: #fff;
  background-color: #000;
}

.clearfix:after,
.clearfix:before,
.order-product-panel article .two-columns-wrapper:after,
.order-product-panel article .two-columns-wrapper:before,
.panel .panel-body:after,
.panel .panel-body:before,
.panel .panel-header:after,
.panel .panel-header:before,
.treatment-info-item-container:after,
.treatment-info-item-container:before,
nav ul:after,
nav ul:before {
  content: ' ';
  display: table;
}



.container {
  margin: 0 auto;
  padding: 0 25px;
}





#header {
  position: relative;
  z-index: 101;
}

#header .header-top {


  background-color: var(--color-theme);
  padding-top: 5px;
  padding-bottom: 5px;
}

#header .header-top .slogan {
  margin: .625rem 0;
  font-size: 1rem;
  color: #fff;
}

article h3+p,
body.page-error article p:first-child {
  margin-top: 0;
}

#header .header-top .slogan .small {
  font-size: .8125em;
  font-weight: 400;
}

#header .header-bottom {
  height: 66px;
}

#header .header-bottom .header-inner {
  padding: 1rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#header .header-bottom .header-inner>.right-side {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .logo a {
  display: block;
  text-decoration: none;
  color: var(--color-theme);
}

#header .logo a span {
  display: block;
  font-size: 2.125rem;
}

#header .logo a:hover {
  color: var(--color-theme);
}

#header #header-compact-nav-button-container {
  display: none;
  margin-right: 5px;
}

#header-compact-nav-button {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#header-compact-nav-button:before {
  display: none;
}

#header-compact-nav-button span {
  position: absolute;
  display: block;
  height: 4px;
  width: 50%;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: .25s ease-in-out;
}

#header-compact-nav-button span:nth-child(even) {
  left: 50%;
  border-radius: 0 6px 6px 0;
}

#header-compact-nav-button span:nth-child(odd) {
  left: 0;
  border-radius: 6px 0 0 6px;
}

#header-compact-nav-button span:nth-child(1),
#header-compact-nav-button span:nth-child(2) {
  top: 0px;
}

#header-compact-nav-button span:nth-child(3),
#header-compact-nav-button span:nth-child(4) {
  top: 11px;
}

#header-compact-nav-button span:nth-child(5),
#header-compact-nav-button span:nth-child(6) {
  top: 21px;
}

#header-compact-nav-button.active,
#header-compact-nav-button:hover {
  text-decoration: none;
  outline: 0;
}

#header-compact-nav-button.active span,
#header-compact-nav-button:hover span {
  background-color: #fff;
}

#header-compact-nav-button.active span:nth-child(1),
#header-compact-nav-button.active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header-compact-nav-button.active span:nth-child(2),
#header-compact-nav-button.active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header-compact-nav-button.active span:nth-child(1) {
  left: 5px;
  top: 10px;
}

#header-compact-nav-button.active span:nth-child(2) {
  left: calc(50% - 5px);
  top: 10px;
}

#header-compact-nav-button.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#header-compact-nav-button.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#header-compact-nav-button.active span:nth-child(5) {
  left: 5px;
  top: 18px;
}

#header-compact-nav-button.active span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}

#header-compact-nav-container {
  position: absolute;
  left: -100%;
  top: 75px;
  z-index: 102;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: left .5s;
}

#header-compact-nav-container.opened {
  left: 0;
}

article figure {
  margin: 0;
}

article figure img {
  display: block;
}

body.page-error .content-section {
  padding: 8rem 0 9rem;
  text-align: center;
}

body.page-error .content-section header {
  padding-bottom: 2rem;
}

body.page-error article p:last-child {
  margin-bottom: 0;
}

.strip {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.testimon-main {
  width: 100%;
  background: url("../images/footer-left-bg.jpg") right bottom no-repeat #ebc430;
  background-size: auto 100%;
}

.testimon {
  min-height: 400px;
  padding: 20px;
}

.testimonial-component>.title {
  margin-bottom: 2rem;
  padding-top: 3.5rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.testimonial-component>.title:before {
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  content: '\e904';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
}

.testimonial-component>.title:before {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-banner {
  box-shadow: inset 0 10px 30px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 30px -10px rgba(0, 0, 0, 0.5)
}

.h4-buynow {
  position: absolute;
  /* width: 340px; */
  width: 560px;  
  height: 340px;
  top: 60px;
 
  right: 0px;

  
  z-index: 100;
  /* border-radius: 50%;
  background-image: url("/mint.svg"), url("/h4-buynow.png"); */

    background-image: url("/h4-buy.svg"); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  /* background-color: #c5545411; */
   transition: all 0.5s ease;
}

.h4-buynow:hover {
  /* background-color: #aaaaaa15; */
   background-image: url("/h4-buy-hover.svg"); 
}

.product-content {
  margin-left: 100px;
}

@media (min-width:1420px) {
  .container {
    width: 1400px;
  }
}

@media (max-width:991px) {
  nav.primary>ul>li {
    margin: 1rem 0;
    float: none;
  }

  nav.primary>ul>li a {
    padding: .5rem 1rem;
    text-align: center;
  }

  nav.primary>ul>li.active:before {
    display: none;
  }

  .figure-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .grid-two-columns {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .grid-three-columns {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .treatment-info-item-container>.content {
    padding-top: 0;
    margin-left: 240px;
  }

  .hero-img {
    display: none !important;
  }

  .order-product-panel.content-section {
    padding-bottom: 4rem;
  }

  .order-product-panel .floating-elements .element-1 {
    top: -110px;
    height: 380px;
  }

  .order-product-panel .floating-elements .element-2 {
    height: 235px;
  }

  .order-product-panel .floating-elements .element-3 {
    height: 185px;
  }

  .order-product-panel .floating-elements .element-4 {
    height: 112px;
  }

  .order-product-panel .floating-elements .element-5 {
    height: 420px;
  }

  .visible-xs {
    display: block;
  }

  .order-product-panel .floating-elements .element {
    display: none;
  }

  #header #header-primary-nav-container {
    display: none;
  }

  #header #header-compact-nav-button-container {
    display: block;
  }

  #header-compact-nav-container.active {
    opacity: 1;
    visibility: visible;
  }

  body.page-error .content-section {
    padding: 5rem 0;
  }

  .content-section.after-banner>.container {
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    backdrop-filter: none !important;
    background-color: #fff !important;
    box-shadow: none !important;
  }

  h2.title {
    margin-bottom: 0px;
  }

  .product-content {
    margin-left: 0px;
  }

  .h4-buynow {
    left: 50%;
    transform: translateX(-50%);
  }

}


a {
    cursor: pointer;
}

p, h3 {
margin-top: 0px;
}