/* -------------------------------------------

    LANDING PAGE

-------------------------------------------- */
.landing-page .container {
  padding-top: 20px;
}
.tablet-and-up .landing-page .container {
  padding: 40px;
}
.landing-page .container h1 {
  padding-bottom: 20px;
}
.tablet-and-up .landing-page .container h1 {
  padding-bottom: 30px;
}
.landing-page .container .landing-banner-container {
  position: relative;
}
.landing-page .container .landing-banner-container .previous-landing-banner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  cursor: pointer;
  opacity: 0.5;
  transform: rotate(180deg);
}
.landing-page .container .landing-banner-container .next-landing-banner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
  opacity: 0.5;
  cursor: pointer;
}
.landing-page .container .landing-banner-container .landing-banner img {
  width: 100%;
}
.landing-page .container .landing-banner-container .landing-banner .slick-prev {
  z-index: 1;
  left: 5px;
}
.landing-page .container .landing-banner-container .landing-banner .slick-next {
  z-index: 1;
  right: 5px;
}
.landing-page .container .landing-banner-container .banner-pagination {
  position: absolute;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  bottom: 0;
  right: 0;
  background: #F9F7F7;
  border-radius: 4px;
  font: 500 14px Manrope, sans-serif;
  color: #5C5C5C;
}
.landing-page .container .landing-content {
  overflow: hidden;
}
.landing-page .container .landing-content p img {
  width: 100% !important;
  height: auto !important;
}
.landing-page .container .landing-content a:hover {
  text-decoration: underline !important;
}
.landing-page .container .landing-content figure {
  margin-left: 0;
  margin-right: 0;
}
.landing-page .container .landing-content .block-title.special {
  display: flex;
}
.tablet-and-up .landing-page .container .landing-content .block-title.special {
  margin-bottom: 20px;
  justify-content: center;
}
.landing-page .container .landing-content .block-title.special .heading {
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
}
.landing-page .container .landing-content .grid-line .price-container {
  box-sizing: content-box;
}
.landing-page .container .landing-content .grid-line .price-container .price-value {
  line-height: 30px;
}
.landing-page .container .landing-content .grid-line .price-container .price-tag .price-mid-section .price-value sup {
  vertical-align: unset;
}

/* -------------------------------------------

    PROMO PAGE

-------------------------------------------- */
.promo-page h1 {
  margin: 30px 0;
  font-size: 24px;
  text-align: center;
}
.tablet-and-up .promo-page h1 {
  font-size: 27px;
}
.promo-page .banner-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.large-mobile-and-up .promo-page .banner-block {
  justify-content: space-between;
}
.promo-page .banner-block li {
  width: 100%;
  display: flex;
  margin: 0 0 6px 0;
  justify-content: center;
}
.large-mobile-and-up .promo-page .banner-block li {
  display: block;
  width: 300px;
  margin: 0;
  text-align: center;
}
.promo-page .banner-block li img {
  box-shadow: 1px 1.7px 3px 0px rgba(0, 0, 0, 0.1);
}
.promo-page .banner-block li img:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
}

/* -------------------------------------------

    ALL CATEGORIES PAGE

-------------------------------------------- */
.all-categories-page h1 {
  margin: 30px 0;
  font-size: 24px;
  text-align: center;
}
.tablet-and-up .all-categories-page h1 {
  font-size: 27px;
}
.all-categories-page img.img-r {
  max-width: 100%;
}
.all-categories-page .categories-block {
  margin-bottom: 40px;
}
.all-categories-page .cat-title {
  display: flex;
  padding: 20px 0;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.all-categories-page .cat-title:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-top: 1px solid #D5D5D5;
  z-index: -1;
}
.large-mobile-and-up .all-categories-page .cat-title:before {
  top: 50%;
}
.all-categories-page .cat-title span {
  background: #fff;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
}
.all-categories-page .cat-title img {
  width: auto;
  height: auto;
  max-height: 24px;
  max-width: 24px;
  margin-right: 8px;
}
.all-categories-page .cat-title a {
  font: bold 18px Manrope, sans-serif;
  text-align: center;
}
.all-categories-page .sub-categories::after {
  content: "";
  clear: both;
  display: table;
}
.all-categories-page .sub-categories li {
  height: 192px;
  width: calc(50% - 6px);
  float: left;
  margin: 3px;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #FCF6E9;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #FCF6E9;
}
.all-categories-page .sub-categories li:hover {
  background: #FFFFFF;
}
.all-categories-page .sub-categories li:hover a {
  text-decoration: none;
}
.all-categories-page .sub-categories li:hover img {
  transform: scale(0.9);
}
@media (min-width: 600px) {
  .all-categories-page .sub-categories li {
    width: calc(33.3333333333% - 6px);
  }
}
@media (min-width: 760px) {
  .all-categories-page .sub-categories li {
    width: calc(25% - 6px);
  }
}
.tablet-and-up .all-categories-page .sub-categories li {
  width: calc(20% - 6px);
}
.all-categories-page .sub-categories li a {
  display: flex;
  height: 100%;
  padding: 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.all-categories-page .sub-categories li a img {
  width: auto;
  height: auto;
  max-height: 145px;
  transition: all 0.2s;
}
.all-categories-page .sub-categories li a span {
  font: bold 12px Manrope, sans-serif;
}

/* -------------------------------------------

    FACEBOOK DATA DELETE REQUEST

-------------------------------------------- */
.fb_data_del_request-page .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fb_data_del_request-page .main-text {
  margin: 40px;
  text-align: center;
  font: bold 22px Manrope;
}
.tablet-and-up .fb_data_del_request-page .main-text {
  font-size: 30px;
}

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