:root {
  --lightPurple: #d9e2ed;
  --lightBlue: #2ebceb;
  --blue: #48b7dd;
  --green: #7deb97;
  --darkBlue: #1c90b8;
  --blueGray: #3c5369;
  --marine: #072a5e;
  --black: #000000;
  --white: #ffffff;
  --primaryFont: "Lato", sans-serif;
  --secondFont: "Montserrat", sans-serif;
}

* {
  font-size: 1.1rem;
  font-family: var(--primaryFont);
}

a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.white {
  color: var(--lightBlue) !important;
}

a:hover.blue {
  color: var(--white) !important;
}

.df,
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.df.c,
.row.c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.df.c.cc,
.row.c.cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df.c.cs,
.row.c.cs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.df.c.ce,
.row.c.ce {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.df.c.cst,
.row.c.cst {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.df.c.sc,
.row.c.sc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df.c.sbi,
.row.c.sbi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.df.c.sei,
.row.c.sei {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.df.r,
.row.r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.df.r.jc,
.row.r.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.df.r.cc,
.row.r.cc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df.r.cs,
.row.r.cs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.df.r.ec,
.row.r.ec {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df.r.cst,
.row.r.cst {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.df.r.sc,
.row.r.sc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df.r.sb,
.row.r.sb {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.df.r.sbi,
.row.r.sbi {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.df.r.sei,
.row.r.sei {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.df.r.asd,
.row.r.asd {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* BACKGROUND */
.bg-blue {
  background: var(--blue) !important;
}

.bg-lightBlue {
  background: var(--lightBlue) !important;
}

.bg-lightPurple {
  background: var(--lightPurple) !important;
}

.bg-darkBlue {
  background: var(--darkBlue) !important;
}

.bg-blueGray {
  background: var(--blueGray) !important;
}

.bg-gray {
  background: var(--black) !important;
}

.bg-marine {
  background: var(--marine) !important;
}

.bg-black {
  background: var(--black) !important;
}

.bg-white {
  background: var(--white) !important;
}

.bg-blueGradient {
  background: linear-gradient(-25deg, #3b70c0 0%, #13b0d7 100%) !important;
}

.bg-lightBlueGradient {
  background: linear-gradient(-25deg, #66d5dc 0%, #1a9abf 100%) !important;
}

/* BORDERS */
.b-blue {
  border: 1px solid var(--blue);
}

.b-gray {
  border: 1px solid var(--gray);
}

.b-lightGray {
  border: 1px solid var(--lightGray);
}

.b-black {
  border: 1px solid var(--black);
}

.b-white {
  border: 1px solid var(--white);
}

.bb-blue {
  border-bottom: 1px solid var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bb-gray {
  border-bottom: 1px solid var(--gray);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bb-lightGray {
  border-bottom: 1px solid var(--lightGray);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bb-black {
  border-bottom: 1px solid var(--black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bb-white {
  border-bottom: 1px solid var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bl-blue {
  border-left: 1px solid var(--blue);
}

.bl-gray {
  border-left: 1px solid var(--gray);
}

.bl-lightGray {
  border-left: 1px solid var(--lightGray);
}

.bl-black {
  border-left: 1px solid var(--black);
}

.bl-white {
  border-left: 1px solid var(--white);
}

/* FONT SIZE */
.title {
  font-family: var(--secondFont);
  font-size: 2rem;
}

.subtitle {
  font-size: 1.5rem;
}

/* FONT COLOR */
.blue {
  color: var(--lightBlue) !important;
}

.green {
  color: var(--green);
}

.darkBlue {
  color: var(--darkBlue);
}

.blueGray {
  color: var(--blueGray);
}

.marine {
  color: var(--marine);
}

.black {
  color: var(--black);
}

.red {
    color: red;
}

.white {
  color: var(--white) !important;
}

/* FONT WEIGHT */
.lighter {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.text-weight {
    font-weight: 800;
}

/* TEXT ALIGNMENT */
.text-justify {
  text-align: justify;
}

.btn {
  color: white;
  background: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 30px;
}

.btn-border {
  background: transparent;
  border: 2px solid var(--white);
}

.btn-border:hover {
  background: var(--white);
}

.btn:hover {
  color: var(--blue);
  background: var(--white);
  border: 2px solid var(--blue);
}

.btn-secondary {
  background: var(--black);
  border: 2px solid var(--black);
  padding: 10px 20px;
  border-radius: 30px;
}

/* BACKGROUNDS */
.banner {
  width: 100%;
  height: auto;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.banner#header, .banner#footer, .banner.modal-content {
  background: url("/img/backgrounds/bg-diamonds.jpg");
}

.banner-savings.modal-content {
  background: url("/img/backgrounds/saturday-savings.jpeg");
  width: 100%;
  height: 100%;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  border: 10px solid #000;
}

.banner#girl {
  background: url("/img/backgrounds/bg-home.jpg");
}

.banner#hand {
  background: url("/img/products/skinHealing/hand.jpg");
  height: 34rem;
}

.banner#lips {
  background: url("/img/products/skinHealing/lips.jpg");
  height: 34rem;
}

.banner#arm {
  background: url("/img/products/skinHealing/arm.jpg");
  height: 34rem;
}

.banner#blue {
  background: var(--blue);
}

.banner#blueGray {
  background: var(--blueGray);
}

.banner#blueGradient {
  background: linear-gradient(-25deg, #66d5dc 0%, #1a9abf 100%);
}

.banner#blueDiamonds {
  background: url("/img/backgrounds/bg-blueDiamonds.jpg");
}

.banner#greenGradient {
  background: #22baa3;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #22baa3), color-stop(80%, #664395));
  background: linear-gradient(90deg, #22baa3 10%, #664395 80%);
}

.banner#cycle {
  background: url("/img/home/sport.jpg");
}

.banner#dogs {
  background: url("/img/products/petCare/dogs.jpg");
}

.banner#lightPurple {
  background: var(--lightPurple);
}

.banner#weAre {
  background: url("/img/whoWeAre/bannerWeAre.jpg");
  background-position: bottom !important;
}

.banner#rub {
  background: url("/img/products/painRelievingTopiclas/theRub.jpg");
  background-size: 100%;
}

.banner#person {
  background: url("/img/products/painRelievingTopiclas/person.jpg");
}

.banner#drops {
  background: url("/img/products/anxietyRelief/banner.jpg");
}

.banner#error {
  background: url("/img/backgrounds/404.jpg");
  background-size: 100%;
}

#hotIce {
  background: url("/img/products/painRelievingTopiclas/hotIce.jpg");
  background-size: 100%;
  background-position: right 60% !important;
  background-repeat: no-repeat !important;
}

.margin-left-md {
    margin-left: 65px;
}

/* MENU */
#header .flag {
  margin-left: 10px;
}

#header .nav-link:focus {
  color: var(--blue);
}

/* MAIN */
.navbar-toggler {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: transparent !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#hand .row,
#blueGray .row,
#cycle .row {
  height: inherit;
}

.icons .icon {
  width: 160px;
  height: 160px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.icons .icon p {
  margin: 0;
}

.icons .icon-pain {
  background: url("/img/icons/bg-green.png");
}

.icons .icon-anxiety {
  background: url("/img/icons/bg-orange.png");
}

.icons .icon-skin {
  background: url("/img/icons/bg-purple.png");
}

.icons .icon-healing {
  background: url("/img/icons/bg-pink.png");
}

.icons .icon-sexual {
  background: url("/img/icons/bg-blue.png");
}

.icons .icon-oils {
  background: url("/img/icons/bg-red.png");
}

.text p {
  margin-bottom: 0;
}

.card {
  background: transparent;
  border: none;
  border-radius: 0;
}

.card p {
  margin-bottom: 10px;
}

#index {
  background: url("/img/backgrounds/bg-diamonds.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

#home .card {
  background: white;
}

.popup {
  position: fixed;
  z-index: 0;
  opacity: 0;
}

.discount {
  background: lightgray;
  padding: 0.6rem;
  border-radius: 10px;
}

.discount-black {
  background: var(--black);
  padding: 0.6rem;
  border-radius: 10px;
}

.btn-close {
  color: var(--white);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-header {
  border-bottom: none;
}

.code .discount, .code .fa-copy {
  cursor: pointer;
}

/* STORE */
html#ecwid_html body .ec-cart-coupon__text .ec-link {
  color: var(--blue);
}

html#ecwid_html body .ec-minicart .ec-minicart__counter {
  color: var(--black);
}

html#ecwid_html body#store .ec-size .ec-store .ec-cart-coupon__wrap {
  visibility: visible !important;
}

html#ecwid_html body#store .ec-size .ec-store .ec-cart-coupon:not(.ec-cart-coupon--applied) .ec-cart-coupon__button--apply {
  display: block !important;
}

html#ecwid_html body#store .ec-size .ec-store .ec-cart-coupon .ec-cart-coupon__wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: auto !important;
}

html#ecwid_html body#store .ec-size .ec-store .ec-cart-coupon .ec-cart-coupon__text {
  display: none !important;
}

html#ecwid_html body#store .ec-size .ec-store .ec-cart-coupon__text {
  color: red !important;
}

/* FOOTER */
footer .footer-link {
  display: block;
  padding: 0 1rem;
}

footer .footer-link.blue {
  text-transform: capitalize;
  text-align: center;
}

footer .icon-link {
  padding: 0 0.3rem;
}

.hide-robot {
    display: none;
}

/* FORM */
#message {
    display: none;
}

#message.opened {
    display: block;
}

#error-message {
    display: none;
    text-align: center;
}

#error-message p {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

#error-message.opened-error {
    display: block;
}

.myform label {
    color: #fff;
    font-size: 16px;
}

.myform input.required {
    background-color: lightgrey;
    border: 0;
    border-radius: 7px;
    height: 40px;
    padding: 0 20px;
    margin: 10px 0 20px;
}

.myform .clear {
    display: flex;
    align-items: center;
    justify-content: center;
}

.myform input.button {
    margin: 0 !important;
    border: 0;
    background: lightgrey;
    border-radius: 3px;
    height: 40px;
    padding: 0 20px;
}

.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
/*# sourceMappingURL=index.css.map */