/*============= Global =============*/
@import url("announcement-bar.css");
@import url("navbar.css");
@import url("header1.css");
@import url("header1-v2.css");
@import url("header2.css");
@import url("header3.css");
@import url("header4-rework.css");
@import url("header5-rework.css");
@import url("product.css");
@import url("product1-v2.css");
@import url("product1-with-image-v2.css");
@import url("product2-v2.css");
@import url("benefits.css");
@import url("picture-showcase.css");
@import url("the-watch.css");
@import url("the-watch-v2.css");
@import url("faq.css");
@import url("sale-info.css");
@import url("sale-info-v2.css");
@import url("usage-list.css");
@import url("usage-list-v2.css");
@import url("usage-list-v3.css");
@import url("quotes.css");
@import url("quotes2.css");
@import url("quotes-v2.css");
@import url("YTvideos.css");
@import url("as-seen-on.css");
@import url("special-offer.css");
@import url("special-offer-v2.css");
@import url("features-rework.css");
@import url("features2.css");
@import url("features2-v2.css");
@import url("product3.css");
@import url("product4.css");
@import url("highlight-paragraph.css");
@import url("highlight-paragraph-v2.css");
@import url("more-features.css");
@import url("reviews.css");
@import url("reviews-v2.css");
@import url("reviews2.css");
@import url("reviews2-v2.css");
@import url("steps.css");
@import url("steps-v2.css");
@import url("call-to-action.css");
@import url("call-to-action-v2.css");
@import url("recommended-by.css");
@import url("recommended-by-v2.css");
@import url("special-offer2.css");
@import url("special-offer2-v2.css");
@import url("reviews3.css");
@import url("small-side-popup.css");
@import url("footer2.css");
@import url("exit-modal.css");
@import url("exit-modal-v2.css");
@import url("fb-comments.css");
@import url("fb-posts.css");
@import url("image-link.css");
@import url("button.css");
@import url("header4.css");
@import url("header5.css");
@import url("features.css");
@import url("footer.css");
@import url("footer-v2.css");
* {
  font-family: "Poppins", sans-serif;
  direction: ltr;
}

body {
  position: relative;
}

section.row, header.row, footer.row {
  margin: 0;
}

.bg-light-salmon {
  background-color: #ffa07a;
}

.bg-light-salmon-pink {
  background-color: #ff9999;
}

.bg-light-mocha {
  background-color: #fdf5e6;
}

.bg-light-brown {
  background-color: #faf0e6;
}

.bg-light-orange {
  background-color: #ffdab9;
}

.bg-light-gold {
  background-color: #f1e5ac;
}

.bg-light-yellow {
  background-color: #ffffe0;
}

.bg-light-green {
  background-color: #d2e8d8;
}

.bg-light-blue {
  background-color: #d9e6ed;
}

.bg-light-purple {
  background-color: #e6e6fa;
}

.bg-light-pink {
  background-color: #ffe7e9;
}

.bg-light-gray {
  background-color: #f8fbfd;
}

.bg-gray {
  background-color: #dadbdd;
}

.bg-white {
  background-color: #fff;
}

.text-light {
  color: var(--text-light);
}

.text-normal {
  color: var(--text-normal);
}

.text-dark {
  color: var(--text-dark);
}

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

/*============= Homepage Components =============*/
/* ===== LTR ===== */
/* ===== OLD DEPRECATED COMPONENTS ===== */
/*========= Slider ========== ==> Wordt gebruikt bij 'reviews' en 'quotes' */
/* ===== LTR ===== */
.owl-nav {
  position: absolute;
  top: calc(50% - 80px);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  left: 0;
  right: 0;
}

.owl-prev {
  width: 20px;
  height: 80px;
  background-color: var(--text-normal);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-prev img {
  margin-left: 5px;
}

.owl-next {
  width: 20px;
  height: 80px;
  background-color: var(--text-normal);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-next img {
  margin-left: 5px;
}

/*# sourceMappingURL=style.css.map */
