/*
Theme Name: BTan Rocks
Theme URI:  
Author: Defectors
Description: custom theme
Version: 1.0 
Text Domain: btan
*/
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue.woff") format("woff"), url("fonts/HelveticaNeue.ttf") format("truetype"), url("fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueMedium.woff") format("woff"), url("fonts/HelveticaNeueMedium.ttf") format("truetype"), url("fonts/HelveticaNeueMedium.svg#HelveticaNeue-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueLight.woff") format("woff"), url("fonts/HelveticaNeueLight.ttf") format("truetype"), url("fonts/HelveticaNeueLight.svg#HelveticaNeue-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Bold.woff") format("woff"), url("fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  height: 100%;
  margin: 0;
  position: relative;
  padding: 0;
}

figure {
  margin: 0;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.btn {
  font-weight: bold;
  display: block;
  background-color: #ed3656;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 9px 11px;
  text-align: center;
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: "Helvetica Neue", sans-serif;
}

.content-404.text-section {
  padding: 0;
  min-height: 670px;
  overflow: hidden;
}
.content-404.text-section .wrapper {
  position: relative;
  min-height: 670px;
}
.content-404.text-section .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("images/404-bg.jpg") no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  right: -79px;
  z-index: -1;
  top: 0;
}
.content-404.text-section .wrapper .hold-left {
  width: 52%;
  text-align: left;
  padding-top: 76px;
}
.content-404.text-section .wrapper .hold-left h1 {
  color: #000000;
  font-size: 126px;
  line-height: 136px;
  font-weight: 700;
  margin: 0 0 38px;
}
.content-404.text-section .wrapper .hold-left h1 span {
  font-size: 39px;
  line-height: 45px;
  display: block;
  margin: 14px 0 0;
}
.content-404.text-section .wrapper .hold-left .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-404.text-section .wrapper .hold-left .menu li a {
  color: #ed3656;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.content-404.text-section .wrapper .hold-left p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}
.content-404.text-section .wrapper .mobile-only {
  display: none;
}

.mm-menu.mm-offcanvas {
  max-width: 346px;
}

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(346px, 0);
  -ms-transform: translate(346px, 0);
  transform: translate(346px, 0);
  -webkit-transform: translate3d(346px, 0, 0);
  transform: translate3d(346px, 0, 0);
}

@media (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(346px, 0);
    -ms-transform: translate(346px, 0);
    transform: translate(346px, 0);
    -webkit-transform: translate3d(346px, 0, 0);
    transform: translate3d(346px, 0, 0);
  }
}
@media (max-width: 433px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
  }
}
body {
  min-width: 320px;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /* mmenu */
  /* mmenu update 14.04 */
  /* mmenu styles */
  /* version 2 */
  /* 
  * version 3
  */
}
body #header {
  margin: 0;
}
body #header .top {
  height: 35px;
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
body #header .top .brands {
  float: left;
}
body #header .top .brands ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #header .top .brands ul li {
  display: inline-block;
  float: left;
  border-left: 1px solid #ddd;
}
body #header .top .brands ul li:first-child {
  border-left: none;
}
body #header .top .brands ul li:last-child {
  border-right: 1px solid #ddd;
}
body #header .top .brands ul li a {
  float: left;
  width: 100%;
  height: 100%;
}
body #header .top .brands ul li a div {
  float: left;
  height: 15px;
  margin: 10px 16px;
  background: url(images/top-brands.png);
  background-size: auto 57px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body #header .top .brands ul li a div.minetan {
  width: 39px;
  background-position: -369px -5px;
}
body #header .top .brands ul li a div.minetan:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.taneasy {
  width: 62px;
  background-position: -6px -5px;
}
body #header .top .brands ul li a div.taneasy:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.btan {
  width: 37px;
  background-position: -115px -5px;
}
body #header .top .brands ul li a div.btan:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.pure {
  width: 26px;
  background-position: -172px -5px;
}
body #header .top .brands ul li a div.pure:hover {
  background-position-y: -31px;
}
body #header .top .brands ul li a div.plabel {
  width: 78px;
  background-position: -218px -5px;
}
body #header .top .brands ul li a div.plabel:hover {
  background-position-y: -31px;
}
body #header .top .topbar-links {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 20px;
  float: right;
}
body #header .top .topbar-links li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  margin-left: 20px;
  -ms-flex-align: center;
  align-items: center;
}
body #header .top .topbar-links li a {
  font: 11px "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
body #header .header-promo-2 {
  background-color: #fbebff;
  color: #9028a9;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 20px;
  height: 38px;
  box-sizing: border-box;
}
body #header .header-promo-2.fix-sticky {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
}
body #header .header-promo-2 .keyword,
body #header .header-promo-2 p {
  margin: 0;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 1.2px;
  font-weight: 600;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}
@media (max-width: 374px) {
  body #header .header-promo-2 .keyword,
body #header .header-promo-2 p {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
body #header .header-promo-2 .keyword:last-child,
body #header .header-promo-2 p:last-child {
  margin-bottom: 0;
}
body #header .header-promo-2 a {
  color: #9028a9;
  text-decoration: underline;
}
body #header .header-promo-2 .mobile {
  display: none !important;
}
body #header .header-promo-2 .rotator-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
body #header .header-promo-2 .txt-rotate-keywords {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
body #header .header-promo-2 .txt-rotate-keywords .keyword {
  display: inline-block;
  position: absolute;
  left: 0;
  top: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 28px;
}
body #header .header-promo-2 .txt-rotate-keywords .keyword:first-child {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
}
@media (max-width: 479px) {
  body #header .header-promo-2 .desktop {
    display: none !important;
  }
  body #header .header-promo-2 .mobile {
    display: block !important;
  }
}
body #header .header__main {
  position: relative;
}
body #header .header__main .header__logo {
  position: absolute;
  left: 20px;
  top: 21px;
  width: 110px;
  height: auto;
  z-index: 1;
}
body #header .header__main .header--account, body #header .header__main .header--search, body #header .header__main .header--cart, body #header .header__main .hamburger {
  display: none;
  position: absolute;
  z-index: 9;
  top: 20px;
}
body #header .header__main .header--account a, body #header .header__main .header--search a, body #header .header__main .header--cart a, body #header .header__main .hamburger a {
  display: block;
}
body #header .header__main .header--account img, body #header .header__main .header--search img, body #header .header__main .header--cart img, body #header .header__main .hamburger img {
  height: auto;
}
body #header .header__main .header--account {
  left: 20px;
}
body #header .header__main .header--account img {
  width: 25px;
}
body #header .header__main .header--search {
  left: 80px;
}
body #header .header__main .header--search img {
  width: 24px;
}
body #header .header__main .header--cart {
  right: 80px;
}
body #header .header__main .header--cart img {
  width: 24px;
}
body #header .header__main .hamburger {
  right: 20px;
}
body #header .header__main .hamburger img {
  width: 24px;
}
body #header .menu-new {
  text-align: center;
  position: relative;
  min-height: 80px;
  box-sizing: border-box;
  padding-top: 38px;
  border-bottom: 1px solid #f1f1f1;
}
body #header .menu-new.country-au .menu > li.restrict.show-au, body #header .menu-new.country-us .menu > li.restrict.show-us {
  display: inline-block;
}
body #header .menu-new.country-us .menu > li > a {
  font-size: 13.5px;
  letter-spacing: 0;
}
body #header .menu-new.country-us .menu > li:hover a:after {
  margin-top: -4px;
  height: 7px;
}
body #header .menu-new .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #header .menu-new .menu > li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}
body #header .menu-new .menu > li.restrict {
  display: none;
}
body #header .menu-new .menu > li > a {
  color: black;
  display: block;
  border-bottom: 3px solid transparent;
  transition: all ease 0.5s;
  padding: 10px 0;
  margin: 0 !important;
  font: 13px "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body #header .menu-new .menu > li:hover > a {
  border-bottom: 3px solid #87764F;
  text-decoration: none;
}
body #header .menu-new .menu > li > a {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-bottom: none;
  padding-bottom: 14px;
}
body #header .menu-new .menu > li > a:after {
  content: "";
  display: block;
  background-color: #f7d5ff;
  position: absolute;
  left: -5px;
  width: calc(100% + 10px);
  top: 50%;
  margin-top: 0;
  height: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
}
body #header .menu-new .menu > li:hover > a {
  border-bottom: none;
}
body #header .menu-new .menu > li:hover > a:after {
  margin-top: -3px;
  height: 9px;
}
@media (max-width: 479px) {
  body.lang-se #header .header-promo-2 p, body.lang-se #header .header-promo-2 .keyword, body.lang-pl #header .header-promo-2 p, body.lang-pl #header .header-promo-2 .keyword, body.lang-nl #header .header-promo-2 p, body.lang-nl #header .header-promo-2 .keyword, body.lang-fr #header .header-promo-2 p, body.lang-fr #header .header-promo-2 .keyword, body.lang-de #header .header-promo-2 p, body.lang-de #header .header-promo-2 .keyword {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
body .menu-new li .menu-dropdown {
  display: none;
  transition: all ease 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  text-align: left;
}
body .menu-new li:hover .menu-dropdown {
  display: block;
}
body .menu-dropdown {
  background-color: white;
  padding: 40px 0;
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.03);
  border-top: 1px solid #f0f0f0;
}
body .menu-dropdown .container {
  width: 1232px;
}
body .menu-dropdown h3 {
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 2px solid #ECECEC;
  font: 19px "Bodoni 72", "Bodoni", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #4A4A4A;
}
body .menu-dropdown .cols {
  margin-left: -20px;
  font-size: 0;
}
body .menu-dropdown .cols .col {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
body .menu-dropdown .cols .col.col--half {
  width: 50%;
}
body .menu-dropdown .cols .col.col--quarter {
  width: 25%;
}
body .menu-dropdown .cols .col.col--3quarter {
  width: 75%;
}
body .menu-dropdown .cols .col .block {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}
body .menu-dropdown .cols .col--image a {
  margin: 0 !important;
  padding: 0 !important;
}
body .menu-dropdown .cols .col--links.col--half .block {
  width: 50%;
}
body .menu-dropdown .cols .col--links.col--3quarter .block {
  width: 33.333%;
}
body .menu-dropdown .cols .col--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
body .menu-dropdown .cols .col--links ul li {
  margin-bottom: 14px;
}
body .menu-dropdown .cols .col--links ul li a {
  margin: 0;
  font: 14px/19px "Open Sans", Helvetica, Arial;
  font-weight: 400;
  color: #4A4A4A;
}
body .menu-dropdown .cols .col--links ul li a:hover {
  text-decoration: none;
}
body .mm-menu {
  background: #ffffff;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}
body .mm-menu.mm-offcanvas {
  max-width: 346px;
}
body .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.58);
}
body .mm-listview {
  font-size: 13px;
}
body .mm-listview .li--title {
  background-color: rgba(234, 234, 234, 0.4);
}
body .mm-listview .li--title a {
  font-weight: 600;
  color: #9b9b9b;
  cursor: default;
  letter-spacing: 1px;
}
body .mm-listview > li > a {
  padding: 18px 10px 18px 20px;
}
body .mm-listview > li > span {
  padding: 18px 10px 18px 20px;
}
body .mm-listview > li:not(.mm-divider):after {
  left: 0;
}
body #subpanel1 {
  padding-top: 0;
}
body #subpanel1 > .mm-navbar {
  display: none;
}
body #subpanel2 {
  padding-top: 0;
}
body #subpanel2 > .mm-navbar {
  display: none;
}
body .mmenu--login {
  text-align: center;
}
body .mmenu--tabs {
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
}
body .mmenu--tabs a {
  font-size: initial;
  display: inline-block;
  width: 50%;
  font: 9px/13px Open Sans, Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 1.41px;
  position: relative;
  padding: 10px 0;
  transition: all ease 0.5s;
  color: #9a9a9a;
}
body .mmenu--tabs a img {
  position: absolute;
  top: 100%;
  top: calc(100% - .5px);
  left: 50%;
  margin-left: -5px;
  z-index: 9;
}
body .mmenu--tabs a:first-child {
  border-right: 1px solid #e6e6e6;
}
body .mmenu--tabs a span {
  font: 14px/20px "Bodoni 72", "Bodoni", Georgia, serif;
  letter-spacing: 1px;
}
body .mmenu--tabs a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
body .mmenu--tabs a.tab--active span {
  color: #00aaa7;
}
body .li--prostore {
  font: 12px/20px Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
body .li--prostore img {
  margin-top: -2px;
}
body .li--prostore span {
  font: 19px/24px "Bodoni Italic", "Bodoni 72", Georgia, serif;
  color: #4a4a4a;
  letter-spacing: 3px;
  font-weight: 400;
}
@media all and (min-width: 550px) {
  body html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(-346px, 0);
    transform: translate3d(-346px, 0, 0);
  }
}
body .ul--login {
  margin-bottom: 0 !important;
}
body .ul--login a {
  font-weight: 800 !important;
  padding: 18px 0 !important;
}
body .mm-panels .ul--list {
  margin: 0 !important;
}
body .mm-panels > .mm-panel {
  padding: 0;
}
body .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 56px;
}
body .mm-panels > .mm-panel > .mm-listview {
  margin: 20px 0;
}
body .mm-navbar {
  height: 56px;
}
body .mm-navbar .mm-title {
  font-weight: bold;
  color: #4a4a4a !important;
  font-size: 14px;
  line-height: 37px;
}
body #mmenu:not(.mm-menu) {
  display: none;
}
body .mm-next:after {
  width: 9px;
  height: 9px;
}
body .mm-prev:before {
  width: 9px;
  height: 9px;
  content: "";
  border-top: 0;
  border-left: 0;
  display: block;
  width: 16px;
  height: 18px;
  top: 15px;
  left: 19px;
  transform: none !important;
  background: url(images/path.png) no-repeat 0 0;
}
body .mm-menu {
  background-color: #f6d5ff;
}
body .mm-panels > .mm-panel > .mm-listview {
  border: none;
}
body .mm-listview > li:not(.mm-divider):after {
  display: none;
}
body .new-mobile-menu.country-au > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.restrict.show-au, body .new-mobile-menu.country-us > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.restrict.show-us {
  display: block;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.restrict {
  display: none;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a {
  text-transform: none;
  font-size: 24px;
  font-family: "Helvetica Neue";
  font-weight: 700;
  padding: 14px 40px 15px 42px;
  z-index: 1;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a > span {
  position: relative;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a > span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 13px;
  width: calc(100% + 18px);
  left: -9px;
  top: 50%;
  margin-top: -4px;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.menu-item.mm-opened {
  background: none;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.menu-item.mm-opened > a {
  color: #000;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.menu-item.mm-opened > a.mm-next:after {
  border-color: #000;
  bottom: -18px;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li .mm-panel.mm-vertical {
  padding: 5px 0;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li .mm-panel.mm-vertical li > a {
  color: #000000;
  padding: 7px 10px 7px 59px;
  font-size: 14px;
  line-height: 18px;
}
body .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) .mm-next:after {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  width: 14px;
  height: 14px;
  bottom: 0px;
  right: 29px;
}
body .new-mobile-menu > .mm-listview.ul--search {
  margin: 9px 0 17px;
}
body .new-mobile-menu > .mm-listview.ul--search > li {
  padding: 0 30px 0 32px;
}
body .new-mobile-menu > .mm-listview.ul--search > li .search-bar {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 0 0 #edb4ef;
}
body .new-mobile-menu > .mm-listview.ul--search > li .search-bar .input-group-field {
  font-family: "Open Sans";
  background: transparent;
  border: none;
  display: inline-block;
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 0 0 0 11px;
  font-size: 14px;
  height: 32px;
}
body .new-mobile-menu > .mm-listview.ul--search > li .search-bar .input-group-btn {
  background: url("images/search.svg") no-repeat center center transparent !important;
  width: 40px;
  background-size: 17px !important;
  display: inline-block;
  vertical-align: top;
}
body .new-mobile-menu > .mm-listview.ul--search > li .search-bar input[type=submit] {
  width: 40px;
  display: inline-block;
  background-color: transparent;
  border: transparent;
  padding: 0;
  height: 20px;
  box-shadow: none;
}
body .new-mobile-menu > .mm-listview.ul--login-2 {
  margin: 10px 0;
}
body .new-mobile-menu > .mm-listview.ul--login-2 > li {
  font-size: 15px !important;
  padding: 0 20px 0 32px;
}
body .new-mobile-menu > .mm-listview.ul--login-2 > li > a {
  font-size: 15px !important;
  display: inline;
  padding: 0 !important;
  font-family: "Open Sans" !important;
}
body .new-mobile-menu > .mm-listview.ul--login-2 > li #customer_login_link {
  color: #000 !important;
  display: inline;
  font-weight: 700;
}
body.lang-us .mm-menu {
  background: #fff;
}
body.lang-us .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a > span {
  position: relative;
}
body.lang-us .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a > span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #edb2d1;
  height: 13px;
  width: calc(100% + 18px);
  left: -9px;
  top: 50%;
  margin-top: -4px;
}
body.lang-us .new-mobile-menu .mm-listview .mm-vertical .mm-panel,
body.lang-us .new-mobile-menu .mm-vertical .mm-listview .mm-panel {
  display: block !important;
}
body.lang-us .new-mobile-menu .mm-next {
  display: none;
}
body.lang-us .new-mobile-menu .mm-listview.ul--search > li .search-bar {
  box-shadow: 4px 4px 0 0 #edb2d1;
}
body footer {
  background-color: #fbebff;
  padding-top: 40px;
  -webkit-font-smoothing: antialiased !important;
}
body footer .wrapper {
  max-width: 1360px !important;
  padding: 0 20px !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
body footer .footer-mobile {
  display: none;
}
body footer .footer-mobile .menu-privacy-mobile-menu-german-container .menu,
body footer .footer-mobile .menu-privacy-menu-mobile-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
body footer .footer-mobile .menu-privacy-mobile-menu-german-container .menu li,
body footer .footer-mobile .menu-privacy-menu-mobile-container .menu li {
  margin-bottom: 17px;
}
body footer .footer-mobile .menu-privacy-mobile-menu-german-container .menu li a,
body footer .footer-mobile .menu-privacy-menu-mobile-container .menu li a {
  color: #4A4A4A;
  text-transform: uppercase;
  font: 14px/18px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 2.2px;
}
body footer .footer-mobile .widget-title {
  font-family: "Helvetica Neue";
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body footer .footer-mobile .widget-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 11px;
  width: calc(100% + 10px);
  left: -5px;
  top: 50%;
  margin-top: -3px;
}
body footer .footer-mobile .widget-title:after {
  content: "";
  display: block;
  clear: both;
}
body footer .footer-mobile .footer-mobile__social {
  padding: 30px 0;
  margin: 40px 0;
  border: 1px solid #C9C8C8;
  border-width: 1px 0;
  text-align: center;
}
body footer .footer-mobile .footer-mobile__social p {
  font: 21px/26px "Bodoni 72", "Bodoni", Georgia, serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
body footer .footer-mobile .footer-mobile__social .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}
body footer .footer-mobile .footer-mobile__social .social-networks li {
  margin: 0 15px;
  display: inline-block;
}
body footer .footer-mobile .footer-mobile__social .social-networks li a i.fa {
  font-size: 25px !important;
  color: black;
}
body footer #current-country-flag {
  margin-right: 10px;
  margin-top: -2px;
  width: 20px;
  display: inline;
  vertical-align: middle;
}
body footer .container:after {
  content: "";
  display: block;
  clear: both;
}
body footer .container .row {
  margin: 0 -10px;
}
body footer .container .col--links {
  font-size: initial;
  display: block;
  vertical-align: top;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}
body footer .container .col--links:nth-of-type(1) {
  width: 10%;
}
body footer .container .col--links:nth-of-type(2) {
  width: calc(51% - 232px);
}
body footer .container .col--links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body footer .container .col--links ul li {
  margin-bottom: 10px !important;
  line-height: 20px;
}
body footer .container .col--links ul li a {
  font: 14px/20px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0;
  text-decoration: none;
  color: #000000 !important;
}
body footer .container .col--links ul li:first-child a {
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}
body footer .container .col--links ul li:first-child a,
body footer .container .widget-title {
  font-family: "Helvetica Neue";
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body footer .container .col--links ul li:first-child a:before,
body footer .container .widget-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 11px;
  width: calc(100% + 10px);
  left: -5px;
  top: 50%;
  margin-top: -3px;
}
body footer .container .col--links ul li:first-child a:after,
body footer .container .widget-title:after {
  content: "";
  display: block;
  clear: both;
}
body footer .container .col--join {
  width: 26%;
  float: left;
  padding-right: 32px;
  box-sizing: border-box;
}
body footer .container .col--join .widget-title {
  margin-bottom: 6px;
}
body footer .container .col--proud {
  width: 13%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
body footer .container .col--proud .widget-title {
  margin-bottom: 6px;
}
body footer .container .col--proud img {
  display: block;
}
body footer .container .col--social {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  width: 232px;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
body footer .container .col--social .widget-title {
  margin-bottom: 25px;
}
body footer .container .col--social .social-networks {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  clear: both;
  float: left;
  margin-left: -13px;
}
body footer .container .col--social .social-networks li {
  float: left;
  margin: 0px 10px;
}
body footer .container .col--social .social-networks li:last-child {
  margin-right: -6px;
  margin-left: 4px;
}
body footer .container .col--social .social-networks li a i.fa {
  font-size: 27px !important;
  color: black;
}
body footer .container .col--social .social-networks li a.tiktok img {
  width: 20px;
  margin-top: 2px;
  height: auto;
}
body footer .container .col--social .social-networks li a.linkedin i.fa {
  font-size: 25px !important;
}
body footer .container .col--social .social-networks li a.youtube i.fa {
  font-size: 24px !important;
}
body footer .container .col--social .social-networks li a.twitter i.fa {
  font-size: 28px !important;
}
body footer .taneasy-warranty {
  float: none !important;
  clear: right !important;
  text-align: right !important;
  margin-top: 15px !important;
}
body footer .taneasy-warranty a {
  color: #000000 !important;
  font: 12px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.7px;
  text-align: right;
}
body footer .footer__bot {
  font: 12px/35px "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #000000 !important;
  background-color: #ffffff;
  border-top: none;
}
body footer .footer__bot a {
  color: #000000 !important;
  font: 12px/35px "Open Sans", Helvetica, Arial, sans-serif !important;
}
body footer .footer__bot .country-selector-wrapper {
  display: inline-block;
  margin-right: 20px;
}
body footer .footer__bot .text {
  display: inline-block;
}
body footer .footer__bot .menu-privacy-menu-german-container,
body footer .footer__bot .menu-privacy-menu-container {
  float: right;
  display: inline-block;
}
body footer .footer__bot .menu-privacy-menu-german-container .menu,
body footer .footer__bot .menu-privacy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body footer .footer__bot .menu-privacy-menu-german-container .menu li,
body footer .footer__bot .menu-privacy-menu-container .menu li {
  font-size: 11px;
  line-height: 35px;
  display: inline-block;
  margin-left: 20px;
  min-width: 30px;
}
body #quickViewResponseData_CountrySelector .country-selector li,
body #quickViewResponseData_CountrySelector .country-selector li a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
body #quickViewResponseData_CountrySelector .title {
  line-height: 23px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
body #quickViewResponseData_CountrySelector .country-selector li .flag {
  display: inline;
}
body .wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}
body.page-template-default h1 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
body .banner-section {
  height: 633px;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: "Helvetica Neue", sans-serif;
}
body .banner-section.banner-2, body .banner-section.banner-3 {
  height: auto;
}
body .banner-section.banner-2 a, body .banner-section.banner-3 a {
  display: block;
}
body .banner-section.banner-2 .mobile-banner-bg, body .banner-section.banner-3 .mobile-banner-bg {
  display: none;
}
body .banner-section.banner-2 .banner-bg, body .banner-section.banner-3 .banner-bg {
  width: 100%;
  height: auto;
}
body .banner-section.banner-vegan {
  height: 470px;
}
body .banner-section.banner-vegan h2 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 72px;
  margin: 0 0 25px;
}
body .banner-section.banner-vegan p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px;
}
body .banner-section.banner-vegan .desktop-banner-bg {
  background-position-x: center;
}
body .banner-section .desktop-banner-bg {
  width: 65%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
body .banner-section .desktop-banner-bg .product-img {
  max-height: calc(100% - 124px);
  margin: 62px auto;
}
body .banner-section .mobile-banner-bg {
  display: none;
}
body .banner-section .mobile-banner-bg img {
  width: 100%;
  max-width: none;
}
body .banner-section .banner-content {
  width: 35%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body .banner-section .banner-content .vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 0 20%;
}
body .banner-section .banner-content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin: 32px 0 100px;
}
body .banner-section .banner-content .btn {
  width: 150px;
}
body .favorite-products {
  padding: 63px 0 61px;
}
body .favorite-products h2 {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 75px;
}
body .favorite-products .wrapper {
  max-width: 1200px;
}
body .products-slider {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
body .products-slider .slider-hold-outter {
  position: relative;
  overflow: hidden;
}
body .products-slider .slider-hold {
  overflow: hidden;
}
body .products-slider .prev, body .products-slider .next {
  display: block;
  cursor: pointer;
  width: 29px;
  height: 52px;
  position: absolute;
  top: 115px;
  margin-top: -15px;
  z-index: 1;
}
body .products-slider .prev {
  left: 0;
  background: url("images/arrow-left.png") no-repeat;
  background-size: contain;
}
body .products-slider .next {
  right: 0;
  background: url("images/arrow-right.png") no-repeat;
  background-size: contain;
}
body .products-slider ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .products-slider li {
  float: left;
  text-align: center;
  width: 202px;
  padding: 0 10px;
  box-sizing: border-box;
}
body .products-slider li .thumb {
  display: block;
  width: 100%;
  height: 255px;
  margin: 0 auto 30px;
}
body .products-slider li .thumb img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body .products-slider li .title {
  display: block;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1.12px;
  margin: 0 0 6px;
}
body .products-slider li .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.12px;
}
body .banner-2-column {
  background-color: #ebebeb;
  padding: 95px 0 76px;
}
body .banner-2-column .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
body .banner-2-column .wrapper .column {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
body .banner-2-column .wrapper .column:first-of-type {
  padding-left: 33px;
  padding-right: 55px;
}
body .banner-2-column .wrapper .column:first-of-type h3 {
  color: #000000;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin: 21px 0 0;
}
body .banner-2-column .wrapper .column:first-of-type h3.mobile {
  display: none;
}
body .banner-2-column .wrapper .column:first-of-type .instagram-block {
  box-shadow: 6px 7px 32px 4px rgba(2, 1, 0, 0.13);
  overflow: hidden;
}
body .banner-2-column .wrapper .column:nth-of-type(2) {
  padding: 118px 10px 0 76px;
}
body .banner-2-column .wrapper .column:nth-of-type(2) h3 {
  text-align: right;
  color: #000000;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin: 0 0 26px;
}
body .banner-2-column .wrapper .column:nth-of-type(2) a {
  display: block;
}
body .banner-2-column .wrapper .column:nth-of-type(2) a img {
  max-width: 100%;
  height: auto;
}
body .banner-2-column .wrapper .column:nth-of-type(2) a .mobile-banner {
  display: none;
}
body .whats-new {
  padding: 66px 0;
  background-color: #fbddea;
  overflow: hidden;
}
body .whats-new .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
body .whats-new .wrapper .banner-content {
  float: left;
  width: 38%;
  padding-right: 50px;
  box-sizing: border-box;
}
body .whats-new .wrapper .banner-content h2 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 72px;
  margin: 3px 0 30px;
}
body .whats-new .wrapper .banner-content p {
  font-size: 16px;
  line-height: 24px;
}
body .whats-new .wrapper .banner-content .btn {
  float: left;
  clear: both;
  min-width: 150px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
body .whats-new .wrapper .products-slider-2 {
  float: left;
  width: 62%;
  position: relative;
  overflow: hidden;
}
body .whats-new .wrapper .products-slider-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 20000em;
  position: relative;
}
body .whats-new .wrapper .products-slider-2 ul:after {
  content: "";
  display: block;
  clear: both;
}
body .whats-new .wrapper .products-slider-2 .product-holder {
  float: left;
  width: 307px;
  box-sizing: border-box;
  padding: 0 20px;
}
body .whats-new .wrapper .products-slider-2 .product-holder .product-title {
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 13px;
}
body .whats-new .wrapper .products-slider-2 .jcarousel-pagination {
  display: none;
}
body .banner-3-column {
  overflow: hidden;
  padding: 72px 0 92px;
}
body .banner-3-column h2 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 51px;
}
body .banner-3-column .slider-3column {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
body .banner-3-column .slider-3column .slider-hold {
  overflow: hidden;
}
body .banner-3-column .slider-3column .slider-hold ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .banner-3-column .slider-3column .slider-hold li {
  float: left;
  text-align: center;
  width: 324px;
  padding: 0 17px;
  box-sizing: border-box;
}
body .banner-3-column .slider-3column .slider-hold li img {
  margin: 0 auto;
}
body .tan-selector-section {
  overflow: hidden;
  padding: 77px 0 35px;
  background-color: #f3f3f3;
  text-align: center;
}
body .tan-selector-section .wrapper {
  max-width: 886px;
}
body .tan-selector-section h2 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
body .text-section {
  text-align: center;
  padding: 55px 0 50px;
  font-family: "Helvetica Neue", sans-serif;
}
body .text-section h2 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 48px;
}
body .text-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 36px;
}
body.page-template-page-bclean .wrapper, body.page-template-page-home-2 .wrapper {
  max-width: 1180px;
  padding: 0 60px;
}
body.page-template-page-bclean .key-features, body.page-template-page-home-2 .key-features {
  padding: 72px 0 50px;
}
body.page-template-page-bclean .key-features .wrapper, body.page-template-page-home-2 .key-features .wrapper {
  padding: 0 15px;
}
body.page-template-page-bclean .key-features h2, body.page-template-page-home-2 .key-features h2 {
  text-align: center;
  font-size: 47px;
  line-height: 1.2;
  margin: 0 0 60px;
}
body.page-template-page-bclean .key-features .row, body.page-template-page-home-2 .key-features .row {
  display: flex;
  margin: 0 -40px;
}
body.page-template-page-bclean .key-features .row .item, body.page-template-page-home-2 .key-features .row .item {
  width: 33.33%;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
}
body.page-template-page-bclean .key-features .row .item img, body.page-template-page-home-2 .key-features .row .item img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
body.page-template-page-bclean .products-section, body.page-template-page-home-2 .products-section {
  padding: 80px 0 112px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
body.page-template-page-bclean .products-section .wrapper, body.page-template-page-home-2 .products-section .wrapper {
  padding: 0 35px;
}
body.page-template-page-bclean .products-section h2, body.page-template-page-home-2 .products-section h2 {
  font-size: 47px;
  line-height: 1.2;
  margin: 0 0 22px;
}
body.page-template-page-bclean .products-section p, body.page-template-page-home-2 .products-section p {
  line-height: 1.5;
  font-size: 17px;
  margin: 0 0 20px;
}
body.page-template-page-bclean .products-section .products-line, body.page-template-page-home-2 .products-section .products-line {
  display: flex;
  margin: 72px -10px 0;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider {
  display: flex;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item {
  width: 16.66%;
  box-sizing: border-box;
  padding: 0 10px;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item figure, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item figure {
  margin: 0 auto 15px;
  position: relative;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item figure img, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item figure img {
  transition: all 400ms ease-in-out;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item a, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item a {
  color: #000;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item a:hover figure img, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item a:hover figure img {
  transform: scale(1.07);
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item h3, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator {
  height: 15px;
  margin: 3px 0 5px;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator:before, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator:after, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator span:before, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator span:after, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator:after, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator span:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator span:after {
  content: "";
  display: inline-block;
  border: 2px solid #000;
  width: 13px;
  height: 13px;
  margin: 0 4px;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-1:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-1:before {
  background: #000;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-2:before, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-2 span:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-2:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-2 span:before {
  background: #000;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-3:before, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-3 span:before, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-3 span:after, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-3:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-3 span:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-3 span:after {
  background: #000;
}
body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4:before, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4:after, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4 span:before, body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4 span:after, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4:after, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4 span:before, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item .darkness-indicator.fill-4 span:after {
  background: #000;
}
body.page-template-page-bclean .tan-selector-banner, body.page-template-page-home-2 .tan-selector-banner {
  background: #000000;
  color: #fdfcfc;
  overflow: hidden;
  padding: 26px 0;
}
body.page-template-page-bclean .tan-selector-banner p, body.page-template-page-home-2 .tan-selector-banner p {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}
body.page-template-page-bclean .tan-selector-banner p strong, body.page-template-page-home-2 .tan-selector-banner p strong {
  color: #fcf87f;
  margin-right: 9px;
}
body.page-template-page-bclean .tan-selector-banner p .btn, body.page-template-page-home-2 .tan-selector-banner p .btn {
  background: #fcf87f;
  color: #000;
  margin-left: 12px;
  display: inline-block;
  padding: 6px 17px 11px;
  transition: all 400ms ease-in-out;
}
body.page-template-page-bclean .tan-selector-banner p .btn:hover, body.page-template-page-home-2 .tan-selector-banner p .btn:hover {
  background: #FFF8AC;
}
body.page-template-page-bclean .b-clean-section, body.page-template-page-home-2 .b-clean-section {
  padding: 100px 0 70px;
}
body.page-template-page-bclean .b-clean-section .row, body.page-template-page-home-2 .b-clean-section .row {
  display: flex;
}
body.page-template-page-bclean .b-clean-section .row .column:first-of-type, body.page-template-page-home-2 .b-clean-section .row .column:first-of-type {
  width: 59%;
}
body.page-template-page-bclean .b-clean-section .row .column:last-of-type, body.page-template-page-home-2 .b-clean-section .row .column:last-of-type {
  width: 41%;
  padding: 0 0 0 38px;
  box-sizing: border-box;
}
body.page-template-page-bclean .b-clean-section .row .column h2, body.page-template-page-home-2 .b-clean-section .row .column h2 {
  color: #53be96;
  margin: 0 0 17px;
  font-size: 82px;
  line-height: 1;
}
body.page-template-page-bclean .b-clean-section .row .column h2 img, body.page-template-page-home-2 .b-clean-section .row .column h2 img {
  max-width: 200px;
  margin-bottom: -10px;
}
body.page-template-page-bclean .b-clean-section .row .column p, body.page-template-page-home-2 .b-clean-section .row .column p {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 1.5;
}
body.page-template-page-bclean .b-clean-section .row .column ul, body.page-template-page-home-2 .b-clean-section .row .column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-page-bclean .b-clean-section .row .column ul li, body.page-template-page-home-2 .b-clean-section .row .column ul li {
  padding-left: 44px;
  position: relative;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  margin: 0 0 6px;
}
body.page-template-page-bclean .b-clean-section .row .column ul li:before, body.page-template-page-home-2 .b-clean-section .row .column ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 32px;
  height: 32px;
  background: url("images/check-green.png") no-repeat center;
  background-size: contain;
}
body.page-template-page-bclean .b-clean-section .row .column .btn, body.page-template-page-home-2 .b-clean-section .row .column .btn {
  background: none;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  font-size: 26px;
  padding: 6px 25px 9px;
  margin: 24px 0 0;
  transition: all 400ms ease-in-out;
}
body.page-template-page-bclean .b-clean-section .row .column .btn:hover, body.page-template-page-home-2 .b-clean-section .row .column .btn:hover {
  background: #000;
  color: #fff;
}
body.page-template-page-bclean .whats-new, body.page-template-page-home-2 .whats-new {
  background: #ffffff;
  padding: 87px 0 68px;
}
body.page-template-page-bclean .whats-new .wrapper .banner-content, body.page-template-page-home-2 .whats-new .wrapper .banner-content {
  width: 34%;
  padding-right: 44px;
}
body.page-template-page-bclean .whats-new .wrapper .banner-content h2, body.page-template-page-home-2 .whats-new .wrapper .banner-content h2 {
  color: #000000;
  font-size: 53px;
  line-height: 1.2;
  margin: 41px 0 31px;
}
body.page-template-page-bclean .whats-new .wrapper .banner-content p, body.page-template-page-home-2 .whats-new .wrapper .banner-content p {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 24px;
}
body.page-template-page-bclean .whats-new .wrapper .banner-content .btn, body.page-template-page-home-2 .whats-new .wrapper .banner-content .btn {
  background: #fea3c0;
  font-size: 26px;
  padding: 6px 25px 8px;
  margin-top: 20px;
}
body.page-template-page-bclean .whats-new .wrapper .products-slider-2, body.page-template-page-home-2 .whats-new .wrapper .products-slider-2 {
  width: 66%;
}
body.page-template-page-bclean .banner-2-column, body.page-template-page-home-2 .banner-2-column {
  background: #a5f2e9;
  padding: 105px 0 127px;
}
body.page-template-page-bclean .banner-2-column .wrapper, body.page-template-page-home-2 .banner-2-column .wrapper {
  padding: 0 30px;
}
body.page-template-page-bclean .banner-2-column .mobile-banner, body.page-template-page-home-2 .banner-2-column .mobile-banner {
  display: none;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:first-of-type h3, body.page-template-page-home-2 .banner-2-column .wrapper .column:first-of-type h3 {
  font-size: 53px;
  margin: 64px 0 0;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:first-of-type .instagram-block, body.page-template-page-home-2 .banner-2-column .wrapper .column:first-of-type .instagram-block {
  box-shadow: 23px 23px 0 #ddacea;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:first-of-type .block-frame, body.page-template-page-home-2 .banner-2-column .wrapper .column:first-of-type .block-frame {
  position: relative;
  z-index: 1;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:first-of-type .block-frame:after, body.page-template-page-home-2 .banner-2-column .wrapper .column:first-of-type .block-frame:after {
  content: "";
  display: block;
  border-bottom: 2px solid #000202;
  border-right: 2px solid #000202;
  position: absolute;
  left: 29px;
  top: 29px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:nth-of-type(2) h3, body.page-template-page-home-2 .banner-2-column .wrapper .column:nth-of-type(2) h3 {
  font-size: 53px;
  margin: 0 0 41px;
  text-align: left;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:nth-of-type(2) a figure, body.page-template-page-home-2 .banner-2-column .wrapper .column:nth-of-type(2) a figure {
  position: relative;
  z-index: 1;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:nth-of-type(2) a figure:after, body.page-template-page-home-2 .banner-2-column .wrapper .column:nth-of-type(2) a figure:after {
  content: "";
  display: block;
  border-bottom: 2px solid #000202;
  border-right: 2px solid #000202;
  position: absolute;
  left: 29px;
  top: 29px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.page-template-page-bclean .banner-2-column .wrapper .column:nth-of-type(2) a figure img, body.page-template-page-home-2 .banner-2-column .wrapper .column:nth-of-type(2) a figure img {
  width: 100%;
  box-shadow: 23px 23px 0 #f97aa1;
}
body.page-template-page-about .instagram-section, body.page-template-page-bclean .instagram-section, body.page-template-page-home-2 .instagram-section {
  padding: 73px 0 110px;
  text-align: center;
}
body.page-template-page-about .instagram-section .wrapper, body.page-template-page-bclean .instagram-section .wrapper, body.page-template-page-home-2 .instagram-section .wrapper {
  max-width: 1340px;
}
body.page-template-page-about .instagram-section h2, body.page-template-page-bclean .instagram-section h2, body.page-template-page-home-2 .instagram-section h2 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 0 11px;
}
body.page-template-page-about .instagram-section .insta-link, body.page-template-page-bclean .instagram-section .insta-link, body.page-template-page-home-2 .instagram-section .insta-link {
  position: relative;
  padding-left: 36px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: auto;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  height: auto;
  margin: 0 0 56px;
}
body.page-template-page-about .instagram-section .insta-link:before, body.page-template-page-bclean .instagram-section .insta-link:before, body.page-template-page-home-2 .instagram-section .insta-link:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/insta-icon.png") no-repeat center;
  background-size: contain;
}
body.page-template-page-about .instagram-section .instagram-block-2, body.page-template-page-bclean .instagram-section .instagram-block-2, body.page-template-page-home-2 .instagram-section .instagram-block-2 {
  position: relative;
}
body.page-template-page-about .instagram-section .instagram-block-2 #sb_instagram, body.page-template-page-bclean .instagram-section .instagram-block-2 #sb_instagram, body.page-template-page-home-2 .instagram-section .instagram-block-2 #sb_instagram {
  position: relative;
  overflow: hidden;
}
body.page-template-page-about .instagram-section .instagram-block-2 #sb_instagram #sbi_images, body.page-template-page-bclean .instagram-section .instagram-block-2 #sb_instagram #sbi_images, body.page-template-page-home-2 .instagram-section .instagram-block-2 #sb_instagram #sbi_images {
  width: 10000em !important;
  height: 100%;
  float: none !important;
  position: relative;
  margin: 0;
  padding: 0;
}
body.page-template-page-about .instagram-section .instagram-block-2 #sb_instagram #sbi_images .sbi_item, body.page-template-page-bclean .instagram-section .instagram-block-2 #sb_instagram #sbi_images .sbi_item, body.page-template-page-home-2 .instagram-section .instagram-block-2 #sb_instagram #sbi_images .sbi_item {
  display: block !important;
  padding: 0 15px !important;
}
body.page-template-page-about .instagram-section .instagram-block-2 .prev, body.page-template-page-about .instagram-section .instagram-block-2 .next, body.page-template-page-bclean .instagram-section .instagram-block-2 .prev, body.page-template-page-bclean .instagram-section .instagram-block-2 .next, body.page-template-page-home-2 .instagram-section .instagram-block-2 .prev, body.page-template-page-home-2 .instagram-section .instagram-block-2 .next {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  top: 50%;
  margin-top: -21px;
}
body.page-template-page-about .instagram-section .instagram-block-2 .prev, body.page-template-page-bclean .instagram-section .instagram-block-2 .prev, body.page-template-page-home-2 .instagram-section .instagram-block-2 .prev {
  background-image: url("images/left-arrow.svg");
  left: 30px;
  background-position-x: 11px;
}
body.page-template-page-about .instagram-section .instagram-block-2 .next, body.page-template-page-bclean .instagram-section .instagram-block-2 .next, body.page-template-page-home-2 .instagram-section .instagram-block-2 .next {
  background-image: url("images/right-arrow.svg");
  right: 30px;
  background-position-x: 15px;
}
body.page-template-page-home-3 .wrapper, body.page-template-page-about-2 .wrapper {
  max-width: 1260px;
  padding: 0 30px;
}
body.page-template-page-home-3 .btn, body.page-template-page-about-2 .btn {
  width: 165px;
  height: 47px;
  background-color: #f6d5ff;
  padding: 0 20px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 47px;
  box-shadow: 6px 6px #dd76a8;
  margin-bottom: 6px;
  transition: all 400ms ease-in-out;
}
body.page-template-page-home-3 .btn:hover, body.page-template-page-home-3 .btn:active, body.page-template-page-about-2 .btn:hover, body.page-template-page-about-2 .btn:active {
  background: #dd76a8;
  box-shadow: 6px 6px #f6d5ff;
  color: #fff;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide, body.page-template-page-about-2 .main-banner-section .main-slider .slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 610px;
  display: flex;
  align-items: center;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .mobile-image, body.page-template-page-about-2 .main-banner-section .main-slider .slide .mobile-image {
  display: none;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content {
  max-width: 500px;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 {
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.75px;
  line-height: 57px;
  margin: 0 0 20px 10px;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2 span, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 span {
  z-index: 1;
  position: relative;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2 span i, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 span i {
  content: "";
  background: #f2d8fa;
  position: absolute;
  z-index: -1;
  left: -10px;
  height: 28px;
  width: calc(100% + 20px);
  top: 21px;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content p, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content p {
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  max-width: 390px;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content .btn, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content .btn {
  text-transform: none;
  margin-top: 20px;
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 600;
  height: 43px;
  line-height: 41px;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content .slide-page, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content .slide-page {
  display: flex;
  margin-top: 50px;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content .slide-page div, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content .slide-page div {
  width: 6px;
  height: 6px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 11px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content .slide-page div.active, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content .slide-page div.active {
  background: #000;
}
@media (min-width: 1024px) {
  body.page-template-page-home-3.lang-se .main-banner-section .main-slider .slide .slide-content h2, body.page-template-page-about-2.lang-se .main-banner-section .main-slider .slide .slide-content h2 {
    font-size: 44px;
    line-height: 54px;
  }
  body.page-template-page-home-3.lang-se .main-banner-section .main-slider .slide .slide-content h2 span i, body.page-template-page-about-2.lang-se .main-banner-section .main-slider .slide .slide-content h2 span i {
    height: 24px;
    top: 19px;
  }
}
body.page-template-page-home-3 .products-section, body.page-template-page-about-2 .products-section {
  padding: 57px 0 112px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
body.page-template-page-home-3 .products-section .wrapper, body.page-template-page-about-2 .products-section .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .products-section h2, body.page-template-page-about-2 .products-section h2 {
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.35px;
  line-height: 58px;
  margin: 0 0 24px;
}
body.page-template-page-home-3 .products-section h2 span, body.page-template-page-about-2 .products-section h2 span {
  position: relative;
}
body.page-template-page-home-3 .products-section h2 span i, body.page-template-page-about-2 .products-section h2 span i {
  font-style: normal;
  z-index: 1;
  position: relative;
}
body.page-template-page-home-3 .products-section h2 span:after, body.page-template-page-about-2 .products-section h2 span:after {
  content: "";
  background: #f2d8fa;
  position: absolute;
  z-index: -1;
  left: -30px;
  height: 30px;
  width: calc(100% + 60px);
  top: 20px;
}
body.page-template-page-home-3 .products-section p, body.page-template-page-about-2 .products-section p {
  font-family: "Helvetica Neue";
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  margin: 0 auto 40px;
  max-width: 940px;
}
body.page-template-page-home-3 .products-section .tns-outer, body.page-template-page-about-2 .products-section .tns-outer {
  position: relative;
}
body.page-template-page-home-3 .products-section .tns-controls button, body.page-template-page-about-2 .products-section .tns-controls button {
  position: absolute;
  border: none;
  -webkit-appearance: none;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 500%;
  background: url("images/arrow-left-white-2.png") no-repeat center;
  width: 17px;
  height: 34px;
  top: calc(50% - 133px/2 - 17px);
  z-index: 1;
  cursor: pointer;
  padding: 0;
}
body.page-template-page-home-3 .products-section .tns-controls button[data-controls=prev], body.page-template-page-about-2 .products-section .tns-controls button[data-controls=prev] {
  left: 12px;
}
body.page-template-page-home-3 .products-section .tns-controls button[data-controls=next], body.page-template-page-about-2 .products-section .tns-controls button[data-controls=next] {
  right: 12px;
  transform: rotate(180deg);
}
body.page-template-page-home-3 .products-section .products-line, body.page-template-page-about-2 .products-section .products-line {
  margin-top: 20px;
}
body.page-template-page-home-3 .products-section .products-line .item figure, body.page-template-page-about-2 .products-section .products-line .item figure {
  position: relative;
}
body.page-template-page-home-3 .products-section .products-line .item figure .hover-image, body.page-template-page-about-2 .products-section .products-line .item figure .hover-image {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 400ms ease-in-out;
}
body.page-template-page-home-3 .products-section .products-line .item figure .hover-image img, body.page-template-page-about-2 .products-section .products-line .item figure .hover-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
body.page-template-page-home-3 .products-section .products-line .item figure img, body.page-template-page-about-2 .products-section .products-line .item figure img {
  margin: 0 auto;
}
body.page-template-page-home-3 .products-section .products-line .item figure:hover .hover-image, body.page-template-page-about-2 .products-section .products-line .item figure:hover .hover-image {
  opacity: 1;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid #000000;
  margin: 0 4px;
  box-sizing: border-box;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator span, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator span {
  display: flex;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator span:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator span:after, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator span:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator span:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid #000000;
  margin: 0 4px;
  box-sizing: border-box;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-1:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-1:before {
  background: #000;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-2:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-2 span:first-of-type:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-2:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-2 span:first-of-type:before {
  background: #000;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-3:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-3 span:first-of-type:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-3 span:first-of-type:after, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-3:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-3 span:first-of-type:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-3 span:first-of-type:after {
  background: #000;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-4:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-4 span:first-of-type:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-4 span:first-of-type:after, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-4 span:last-of-type:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-4:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-4 span:first-of-type:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-4 span:first-of-type:after, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-4 span:last-of-type:before {
  background: #000;
}
body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-5:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-5 span:before, body.page-template-page-home-3 .products-section .products-line .item .darkness-indicator.fill-5 span:after, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-5:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-5 span:before, body.page-template-page-about-2 .products-section .products-line .item .darkness-indicator.fill-5 span:after {
  background: #000;
}
body.page-template-page-home-3 .products-section .products-line .item h3, body.page-template-page-about-2 .products-section .products-line .item h3 {
  font-size: 19px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 23px;
  min-height: 46px;
  margin: 20px 0 18px;
}
body.page-template-page-home-3 .products-section .products-line .item .btn, body.page-template-page-about-2 .products-section .products-line .item .btn {
  margin: 0 auto 6px;
}
body.page-template-page-home-3 .icons-block .icons-items, body.page-template-page-about-2 .icons-block .icons-items {
  display: flex;
  justify-content: space-evenly;
}
body.page-template-page-home-3 .icons-block .icons-items .item, body.page-template-page-about-2 .icons-block .icons-items .item {
  max-width: 125px;
  text-align: center;
}
body.page-template-page-home-3 .icons-block .icons-items .item h4, body.page-template-page-about-2 .icons-block .icons-items .item h4 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}
body.page-template-page-home-3 .icons-block.lang-fr .icons-items .item, body.page-template-page-home-3 .icons-block.lang-de .icons-items .item, body.page-template-page-home-3 .icons-block.lang-nl .icons-items .item, body.page-template-page-home-3 .icons-block.lang-pl .icons-items .item, body.page-template-page-about-2 .icons-block.lang-fr .icons-items .item, body.page-template-page-about-2 .icons-block.lang-de .icons-items .item, body.page-template-page-about-2 .icons-block.lang-nl .icons-items .item, body.page-template-page-about-2 .icons-block.lang-pl .icons-items .item {
  max-width: 150px;
}
body.page-template-page-home-3 .icons-block.lang-fr .icons-items .item img, body.page-template-page-home-3 .icons-block.lang-de .icons-items .item img, body.page-template-page-home-3 .icons-block.lang-nl .icons-items .item img, body.page-template-page-home-3 .icons-block.lang-pl .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-fr .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-de .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-nl .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-pl .icons-items .item img {
  margin: 0 auto;
}
body.page-template-page-home-3 .icons-block.lang-fr .icons-items .item h4, body.page-template-page-home-3 .icons-block.lang-de .icons-items .item h4, body.page-template-page-home-3 .icons-block.lang-nl .icons-items .item h4, body.page-template-page-home-3 .icons-block.lang-pl .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-fr .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-de .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-nl .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-pl .icons-items .item h4 {
  font-size: 18px;
  margin-top: 10px;
}
body.page-template-page-home-3 .new-products-block, body.page-template-page-about-2 .new-products-block {
  padding-top: 20px;
  overflow: hidden;
}
body.page-template-page-home-3 .new-products-block .wrapper, body.page-template-page-about-2 .new-products-block .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .new-products-block .title-line, body.page-template-page-about-2 .new-products-block .title-line {
  background: url("images/section-line.png") no-repeat center;
  padding: 77px 0 0;
  margin: 0 0 50px;
}
body.page-template-page-home-3 .new-products-block .title-line img, body.page-template-page-about-2 .new-products-block .title-line img {
  margin: 42px auto 0;
}
body.page-template-page-home-3 .new-products-block .new-products-list, body.page-template-page-about-2 .new-products-block .new-products-list {
  margin: 100px 0 152px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row, body.page-template-page-about-2 .new-products-block .new-products-list .product-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 0 37px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1), body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-data, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-data {
  padding-right: 44px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure {
  left: -76px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure .new-badge, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure .new-badge {
  right: auto;
  left: -51px;
  left: 35px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-data, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-data {
  padding-left: 47px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image {
  width: 50%;
  box-sizing: border-box;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure {
  position: relative;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge {
  position: absolute;
  right: -51px;
  top: -61px;
  border-radius: 50%;
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  z-index: 1;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge span {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #dd76a8;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dd76a8;
  font-size: 41px;
  font-weight: 700;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge i, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge i {
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #dd76a8;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 {
  font-size: 61px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 35px;
  letter-spacing: 0.35px;
  padding: 0 17px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3 span, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 span {
  position: relative;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3 span i, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 span i {
  font-style: normal;
  z-index: 1;
  position: relative;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3 span:after, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 span:after {
  content: "";
  background: #f0d5fc;
  position: absolute;
  z-index: -1;
  left: -17px;
  height: 32px;
  width: calc(100% + 34px);
  top: 26px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data p, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data p {
  font-size: 25px;
  font-weight: 700;
  font-family: "Helvetica Neue";
  line-height: 40px;
  letter-spacing: 0.35px;
  margin: 0 0 35px;
}
body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data .btn, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data .btn {
  font-size: 22px;
  width: 200px;
  width: max-content;
  min-width: 200px;
  height: 53px;
  line-height: 53px;
  letter-spacing: 1px;
}
body.page-template-page-home-3 .new-products-block.lang-fr .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-fr .new-products-list .product-row .column-image figure .new-badge span {
  font-size: 19px;
}
body.page-template-page-home-3 .new-products-block.lang-pl .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-pl .new-products-list .product-row .column-image figure .new-badge span {
  font-size: 32px;
}
body.page-template-page-home-3 .new-products-block.lang-nl .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-nl .new-products-list .product-row .column-image figure .new-badge span {
  font-size: 30px;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header {
  border-radius: 5px;
  border: 3px solid #dd76a8;
  background-color: #ffffff;
  height: 41px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 17px;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .icons, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .icons {
  display: flex;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .icons:before, body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .icons:after, body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .icons span, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .icons:before, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .icons:after, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .icons span {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 4px solid #dd76a8;
  border-radius: 50%;
  margin-right: 8px;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .close, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .close {
  width: 24px;
  height: 24px;
  position: relative;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .close:before, body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .close:after, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .close:before, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .close:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #dd76a8;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .close:before, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .close:before {
  transform: rotate(-45deg);
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header .close:after, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header .close:after {
  transform: rotate(45deg);
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content {
  margin-top: -3px;
  border: 3px solid #dd76a8;
  background-color: #dd76a8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 17px 30px;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content h4, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content h4 {
  text-shadow: 5px 4px 8px rgba(19, 19, 19, 0.1);
  color: #fefefe;
  font-family: "Helvetica Neue";
  font-size: 39px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 45px;
  margin: 0 14px 0 0;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content p, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content p {
  text-shadow: 5px 4px 8px rgba(19, 19, 19, 0.1);
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  font-style: normal;
  letter-spacing: normal;
  margin: 0;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content .btn, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content .btn {
  box-shadow: none;
  margin-left: 32px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 186px;
  height: 53px;
  line-height: 53px;
  margin-bottom: 0;
}
body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content .btn:hover, body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content .btn:active, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content .btn:hover, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content .btn:active {
  background: #000;
  color: #fff;
}
body.page-template-page-home-3 .bfresh-block, body.page-template-page-about-2 .bfresh-block {
  padding: 132px 0 104px;
  background-color: #ffefb0;
  overflow: hidden;
}
body.page-template-page-home-3 .bfresh-block .wrapper, body.page-template-page-about-2 .bfresh-block .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .bfresh-block .content-row, body.page-template-page-about-2 .bfresh-block .content-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 0 90px;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-data, body.page-template-page-about-2 .bfresh-block .content-row .column-data {
  width: 47%;
  padding-right: 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-data img, body.page-template-page-about-2 .bfresh-block .content-row .column-data img {
  margin: 0 0 32px;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-data img.mobile, body.page-template-page-about-2 .bfresh-block .content-row .column-data img.mobile {
  display: none;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-data p, body.page-template-page-about-2 .bfresh-block .content-row .column-data p {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Helvetica Neue";
  margin: 0 0 20px;
  max-width: 455px;
  letter-spacing: 0.35px;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-data a, body.page-template-page-about-2 .bfresh-block .content-row .column-data a {
  color: #e86c81;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-decoration: underline;
  font-family: "Helvetica Neue";
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image, body.page-template-page-about-2 .bfresh-block .content-row .column-image {
  width: 53%;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage, body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage {
  position: relative;
  min-height: 700px;
  padding-top: 87px;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image figure, body.page-template-page-about-2 .bfresh-block .content-row .column-image figure {
  position: relative;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:nth-of-type(2), body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  right: -38px;
  top: 0;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:nth-of-type(2) img, body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:nth-of-type(2) img {
  box-shadow: 10px 11px #f68295;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:nth-of-type(2) .badge-1, body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:nth-of-type(2) .badge-1 {
  display: none;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:nth-of-type(3), body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:nth-of-type(3) {
  position: absolute;
  z-index: 2;
  top: 47.2%;
  left: 8%;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image .badge-1, body.page-template-page-about-2 .bfresh-block .content-row .column-image .badge-1 {
  position: absolute;
  background: url("images/collage-bfresh-icon-1.png") no-repeat;
  background-size: contain;
  width: 139px;
  height: 140px;
  top: -80px;
  left: -71px;
}
body.page-template-page-home-3 .bfresh-block .content-row .column-image .badge-2, body.page-template-page-about-2 .bfresh-block .content-row .column-image .badge-2 {
  position: absolute;
  background: url("images/collage-bfresh-icon-2.png") no-repeat;
  background-size: contain;
  width: 165px;
  height: 81px;
  bottom: 50%;
  right: -21%;
  margin-bottom: -60px;
}
body.page-template-page-home-3 .bfresh-block .bfresh-products h2, body.page-template-page-about-2 .bfresh-block .bfresh-products h2 {
  text-align: center;
  color: #f68295;
  font-size: 53px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 37px;
}
body.page-template-page-home-3 .bfresh-block .bfresh-products .tns-outer, body.page-template-page-about-2 .bfresh-block .bfresh-products .tns-outer {
  position: relative;
}
body.page-template-page-home-3 .bfresh-block .bfresh-products .tns-controls button, body.page-template-page-about-2 .bfresh-block .bfresh-products .tns-controls button {
  position: absolute;
  border: none;
  -webkit-appearance: none;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url("images/left-arrow-white.png") no-repeat center;
  width: 17px;
  height: 34px;
  top: calc(50% - 133px/2 - 17px);
  z-index: 1;
  cursor: pointer;
  padding: 0;
}
body.page-template-page-home-3 .bfresh-block .bfresh-products .tns-controls button[data-controls=prev], body.page-template-page-about-2 .bfresh-block .bfresh-products .tns-controls button[data-controls=prev] {
  left: 12px;
}
body.page-template-page-home-3 .bfresh-block .bfresh-products .tns-controls button[data-controls=next], body.page-template-page-about-2 .bfresh-block .bfresh-products .tns-controls button[data-controls=next] {
  right: 12px;
  transform: rotate(180deg);
}
body.page-template-page-home-3 .bfresh-block .bfresh-products .bfresh-slider .product figure img, body.page-template-page-about-2 .bfresh-block .bfresh-products .bfresh-slider .product figure img {
  margin: 0 auto;
}
body.page-template-page-home-3 .bfresh-block .bfresh-products .bfresh-slider .product .product-title, body.page-template-page-about-2 .bfresh-block .bfresh-products .bfresh-slider .product .product-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  min-height: 48px;
  text-align: center;
  font-family: "Helvetica Neue";
  max-width: 190px;
  margin: 14px auto 18px;
}
body.page-template-page-home-3 .bfresh-block .bfresh-products .bfresh-slider .product .btn, body.page-template-page-about-2 .bfresh-block .bfresh-products .bfresh-slider .product .btn {
  margin: 0 auto 6px;
}
body.page-template-page-home-3 .suncare-block .wrapper, body.page-template-page-about-2 .suncare-block .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .suncare-block .suncare-title, body.page-template-page-about-2 .suncare-block .suncare-title {
  height: 916px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 150px;
  margin-bottom: -83px;
  position: relative;
  z-index: 1;
}
body.page-template-page-home-3 .suncare-block .suncare-title img, body.page-template-page-about-2 .suncare-block .suncare-title img {
  margin: 0 auto;
}
body.page-template-page-home-3 .suncare-block .suncare-title .title-mobile, body.page-template-page-about-2 .suncare-block .suncare-title .title-mobile {
  display: none;
}
body.page-template-page-home-3 .suncare-block .tns-outer, body.page-template-page-about-2 .suncare-block .tns-outer {
  position: relative;
}
body.page-template-page-home-3 .suncare-block .tns-controls button, body.page-template-page-about-2 .suncare-block .tns-controls button {
  position: absolute;
  border: none;
  -webkit-appearance: none;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url("images/left-arrow-gray.png") no-repeat center;
  width: 17px;
  height: 34px;
  top: calc(50% - 178px/2 - 17px);
  z-index: 1;
  cursor: pointer;
  padding: 0;
}
body.page-template-page-home-3 .suncare-block .tns-controls button[data-controls=prev], body.page-template-page-about-2 .suncare-block .tns-controls button[data-controls=prev] {
  left: -28px;
}
body.page-template-page-home-3 .suncare-block .tns-controls button[data-controls=next], body.page-template-page-about-2 .suncare-block .tns-controls button[data-controls=next] {
  right: -28px;
  transform: rotate(180deg);
}
body.page-template-page-home-3 .suncare-block .suncare-slider, body.page-template-page-about-2 .suncare-block .suncare-slider {
  margin: 0 0 80px;
  position: relative;
  z-index: 1;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product .hold, body.page-template-page-about-2 .suncare-block .suncare-slider .product .hold {
  padding: 20px 10px;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product figure, body.page-template-page-about-2 .suncare-block .suncare-slider .product figure {
  position: relative;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product figure img, body.page-template-page-about-2 .suncare-block .suncare-slider .product figure img {
  margin: 0 auto;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product figure .new-badge, body.page-template-page-about-2 .suncare-block .suncare-slider .product figure .new-badge {
  position: absolute;
  left: -10px;
  top: -20px;
  width: 83px;
  height: 83px;
  z-index: 1;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product figure .new-badge span, body.page-template-page-about-2 .suncare-block .suncare-slider .product figure .new-badge span {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #dd76a8;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dd76a8;
  font-size: 27px;
  font-weight: 700;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product figure .new-badge i, body.page-template-page-about-2 .suncare-block .suncare-slider .product figure .new-badge i {
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #dd76a8;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product .product-title, body.page-template-page-about-2 .suncare-block .suncare-slider .product .product-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  min-height: 48px;
  font-family: "Helvetica Neue";
  text-align: center;
  padding: 0 20px;
  margin: 17px 0 20px;
}
body.page-template-page-home-3 .suncare-block .suncare-slider .product .btn, body.page-template-page-about-2 .suncare-block .suncare-slider .product .btn {
  margin: 0 auto 6px;
}
body.page-template-page-home-3 .reviews-block .wrapper, body.page-template-page-about-2 .reviews-block .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item {
  position: relative;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item img, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item img {
  max-width: none;
  width: 100%;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .mobile, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .mobile {
  display: none;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold {
  max-width: 60%;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .rating.rating-5, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .rating.rating-5 {
  background: url("images/stars-5.png") no-repeat center;
  width: 177px;
  height: 28px;
  background-size: contain;
  margin: 0 0 22px;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold h3, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  margin: 0 0 20px;
  letter-spacing: 0.75px;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold p {
  margin: 0 0 22px;
  letter-spacing: 0.35px;
  max-width: 650px;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .author, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .author {
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Helvetica Neue";
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .author, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .author {
  margin-top: 10px;
  margin-bottom: 28px;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page {
  display: flex;
  margin-top: 20px;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page div, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page div {
  width: 6px;
  height: 6px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 11px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page div.active, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page div.active {
  background: #000;
}
body.page-template-page-home-3 .tiles-block, body.page-template-page-about-2 .tiles-block {
  text-align: center;
  padding: 76px 0 40px;
}
body.page-template-page-home-3 .tiles-block .wrapper, body.page-template-page-about-2 .tiles-block .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .tiles-block h2, body.page-template-page-about-2 .tiles-block h2 {
  margin: 0 0 22px;
  font-size: 43px;
  font-weight: 700;
  line-height: 56px;
}
body.page-template-page-home-3 .tiles-block h2 span, body.page-template-page-about-2 .tiles-block h2 span {
  position: relative;
}
body.page-template-page-home-3 .tiles-block h2 span i, body.page-template-page-about-2 .tiles-block h2 span i {
  font-style: normal;
  z-index: 1;
  position: relative;
}
body.page-template-page-home-3 .tiles-block h2 span:after, body.page-template-page-about-2 .tiles-block h2 span:after {
  content: "";
  background: #f2d8fa;
  position: absolute;
  z-index: -1;
  left: -25px;
  height: 21px;
  width: calc(100% + 50px);
  top: 21px;
}
body.page-template-page-home-3 .tiles-block p, body.page-template-page-about-2 .tiles-block p {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  font-family: "Helvetica Neue";
}
body.page-template-page-home-3 .tiles-block .tiles, body.page-template-page-about-2 .tiles-block .tiles {
  margin: 40px -2%;
}
body.page-template-page-home-3 .tiles-block .tiles:after, body.page-template-page-about-2 .tiles-block .tiles:after {
  content: "";
  display: block;
  clear: both;
}
body.page-template-page-home-3 .tiles-block .tile-item, body.page-template-page-about-2 .tiles-block .tile-item {
  width: 25%;
  float: left;
  padding: 2%;
  box-sizing: border-box;
}
body.page-template-page-home-3 .tiles-block .tile-item h4, body.page-template-page-about-2 .tiles-block .tile-item h4 {
  font-family: "Helvetica Neue";
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0;
  margin: 0 0 10px;
}
body.page-template-page-home-3 .tiles-block .tile-item p, body.page-template-page-about-2 .tiles-block .tile-item p {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.9px;
  margin: 0 0 15px;
  max-width: 300px;
}
body.page-template-page-home-3 .tiles-block .tile-item .price, body.page-template-page-about-2 .tiles-block .tile-item .price {
  font-family: "Helvetica Neue";
  font-size: 21px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 1.3px;
  margin: 0 0 29px;
}
body.page-template-page-home-3 .tiles-block .tile-item .btn, body.page-template-page-about-2 .tiles-block .tile-item .btn {
  width: 130px;
  height: 35px;
  border: 2px solid #e077a8;
  box-shadow: none;
  background: #e077a8;
  color: #000;
  line-height: 31px;
  padding: 0;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 700;
  transition: all 400ms ease-in-out;
  box-sizing: border-box;
}
body.page-template-page-home-3 .tiles-block .tile-item .btn:hover, body.page-template-page-home-3 .tiles-block .tile-item .btn:active, body.page-template-page-about-2 .tiles-block .tile-item .btn:hover, body.page-template-page-about-2 .tiles-block .tile-item .btn:active {
  background: #000;
  color: #fff;
  border-color: #000;
}
body.page-template-page-home-3 .tiles-block .tile-item:first-of-type, body.page-template-page-about-2 .tiles-block .tile-item:first-of-type {
  width: 50%;
  float: right;
}
body.page-template-page-home-3 .tiles-block .tile-item .hold, body.page-template-page-about-2 .tiles-block .tile-item .hold {
  position: relative;
}
body.page-template-page-home-3 .tiles-block .tile-item .hold .hover-area, body.page-template-page-about-2 .tiles-block .tile-item .hold .hover-area {
  position: absolute;
  padding: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.72);
  transition: all 400ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
body.page-template-page-home-3 .tiles-block .tile-item .hold:hover .hover-area, body.page-template-page-about-2 .tiles-block .tile-item .hold:hover .hover-area {
  opacity: 1;
}
body.page-template-page-home-3 .bgreen-block, body.page-template-page-about-2 .bgreen-block {
  position: relative;
  padding: 270px 0 220px;
  overflow: hidden;
}
body.page-template-page-home-3 .bgreen-block:before, body.page-template-page-about-2 .bgreen-block:before {
  content: "";
  display: block;
  background: url("images/section-line.png") no-repeat center;
  height: 202px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.page-template-page-home-3 .bgreen-block:after, body.page-template-page-about-2 .bgreen-block:after {
  content: "";
  display: block;
  background: url("images/section-line-3.png") no-repeat center;
  height: 202px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.page-template-page-home-3 .bgreen-block .wrapper, body.page-template-page-about-2 .bgreen-block .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .bgreen-block .content-row, body.page-template-page-about-2 .bgreen-block .content-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-data, body.page-template-page-about-2 .bgreen-block .content-row .column-data {
  width: 43.6%;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-data img, body.page-template-page-about-2 .bgreen-block .content-row .column-data img {
  margin-bottom: 35px;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-data p, body.page-template-page-about-2 .bgreen-block .content-row .column-data p {
  font-family: "Helvetica Neue";
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 35px;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-data .btn, body.page-template-page-about-2 .bgreen-block .content-row .column-data .btn {
  font-size: 22px;
  width: 200px;
  width: max-content;
  min-width: 200px;
  height: 53px;
  line-height: 53px;
  letter-spacing: 1px;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image, body.page-template-page-about-2 .bgreen-block .content-row .column-image {
  width: 56.4%;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage {
  min-height: 846px;
  position: relative;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figcaption {
  position: absolute;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Helvetica Neue";
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figcaption:before, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figcaption:before {
  content: "";
  display: block;
  position: absolute;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:first-of-type img, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:first-of-type img {
  box-shadow: -10px 11px #efc0d7;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2), body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) {
  position: absolute;
  top: 88px;
  right: 0;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption {
  right: 43px;
  top: -109px;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption:before, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption:before {
  background: url("images/collage-bgreen-arrow-1.png") no-repeat;
  background-size: contain;
  width: 55px;
  height: 136px;
  top: 39px;
  left: 22px;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3), body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) {
  position: absolute;
  top: 43.9%;
  left: 35.6%;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption {
  left: -217px;
  top: 62%;
  max-width: 200px;
  text-align: center;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption:before, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption:before {
  background: url("images/collage-bgreen-arrow-2.png") no-repeat;
  background-size: contain;
  width: 135px;
  height: 57px;
  right: -46px;
  top: -68px;
}
body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure .badge-1, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure .badge-1 {
  position: absolute;
  background: url("images/collage-bgreen-sparkle.png") no-repeat;
  background-size: contain;
  width: 91px;
  height: 106px;
  top: 42%;
  right: -45px;
}
body.page-template-page-home-3 .btan-block, body.page-template-page-about-2 .btan-block {
  position: relative;
  padding: 0 0 200px;
  overflow: hidden;
}
body.page-template-page-home-3 .btan-block:after, body.page-template-page-about-2 .btan-block:after {
  content: "";
  display: block;
  background: url("images/section-line.png") no-repeat center;
  height: 202px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.page-template-page-home-3 .btan-block .wrapper, body.page-template-page-about-2 .btan-block .wrapper {
  padding: 0 30px;
  max-width: 1260px;
}
body.page-template-page-home-3 .btan-block .content-row, body.page-template-page-about-2 .btan-block .content-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
body.page-template-page-home-3 .btan-block .content-row .badge-2, body.page-template-page-about-2 .btan-block .content-row .badge-2 {
  position: absolute;
  width: 122px;
  height: 82px;
  background: url("images/collage-btan-stars-icons.png") no-repeat;
  background-size: contain;
}
body.page-template-page-home-3 .btan-block .content-row .column-data, body.page-template-page-about-2 .btan-block .content-row .column-data {
  width: 43.6%;
  box-sizing: border-box;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-home-3 .btan-block .content-row .column-data figure, body.page-template-page-about-2 .btan-block .content-row .column-data figure {
  position: relative;
}
body.page-template-page-home-3 .btan-block .content-row .column-data figure img, body.page-template-page-about-2 .btan-block .content-row .column-data figure img {
  margin-bottom: 35px;
}
body.page-template-page-home-3 .btan-block .content-row .column-data figure .badge-2, body.page-template-page-about-2 .btan-block .content-row .column-data figure .badge-2 {
  left: 324px;
  top: -88px;
}
body.page-template-page-home-3 .btan-block .content-row .column-data p, body.page-template-page-about-2 .btan-block .content-row .column-data p {
  font-family: "Helvetica Neue";
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 35px;
}
body.page-template-page-home-3 .btan-block .content-row .column-data .btn, body.page-template-page-about-2 .btan-block .content-row .column-data .btn {
  font-size: 22px;
  width: 200px;
  width: max-content;
  min-width: 200px;
  height: 53px;
  line-height: 53px;
  letter-spacing: 1px;
}
body.page-template-page-home-3 .btan-block .content-row .column-image, body.page-template-page-about-2 .btan-block .content-row .column-image {
  width: 56.4%;
}
body.page-template-page-home-3 .btan-block .content-row .column-image .collage, body.page-template-page-about-2 .btan-block .content-row .column-image .collage {
  min-height: 695px;
  position: relative;
  padding-top: 89px;
}
body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2 {
  display: none;
}
body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:nth-of-type(2), body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
}
body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:nth-of-type(2) img, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:nth-of-type(2) img {
  box-shadow: 10px 11px #f7d5ff;
}
body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:nth-of-type(3), body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:nth-of-type(3) {
  position: absolute;
  top: 47.5%;
  left: 7.3%;
}
body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure .badge-1, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure .badge-1 {
  position: absolute;
  background: url("images/collage-btan-lightings.png") no-repeat;
  background-size: contain;
  width: 174px;
  height: 179px;
  top: 30%;
  right: -212px;
}
body.page-template-page-home-3 .instagram-section, body.page-template-page-about-2 .instagram-section {
  padding: 73px 0 84px;
  background: none;
  text-align: center;
}
body.page-template-page-home-3 .instagram-section .wrapper, body.page-template-page-about-2 .instagram-section .wrapper {
  max-width: 1340px;
}
body.page-template-page-home-3 .instagram-section h2, body.page-template-page-about-2 .instagram-section h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.35px;
  margin: 0 0 11px;
}
body.page-template-page-home-3 .instagram-section .insta-link, body.page-template-page-about-2 .instagram-section .insta-link {
  position: relative;
  /*padding-left: 36px;*/
  text-decoration: none;
  display: inline-block;
  width: auto;
  color: #333232;
  font-family: Helvetica;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  height: auto;
  margin: 0 0 56px;
  /*&:before {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      position: absolute;
      left: 0;
      top: 0;
      background: url('images/insta-icon.png') no-repeat center;
      background-size: contain;
  }*/
}
body.page-template-page-home-3 .instagram-section .instagram-block-2, body.page-template-page-about-2 .instagram-section .instagram-block-2 {
  position: relative;
}
body.page-template-page-home-3 .instagram-section .instagram-block-2 #sb_instagram, body.page-template-page-about-2 .instagram-section .instagram-block-2 #sb_instagram {
  position: relative;
  overflow: hidden;
}
body.page-template-page-home-3 .instagram-section .instagram-block-2 #sb_instagram #sbi_images, body.page-template-page-about-2 .instagram-section .instagram-block-2 #sb_instagram #sbi_images {
  width: 10000em !important;
  height: 100%;
  float: none !important;
  position: relative;
  margin: 0;
  padding: 0;
}
body.page-template-page-home-3 .instagram-section .instagram-block-2 #sb_instagram #sbi_images .sbi_item, body.page-template-page-about-2 .instagram-section .instagram-block-2 #sb_instagram #sbi_images .sbi_item {
  display: block !important;
  padding: 0 15px !important;
}
body.page-template-page-home-3 .instagram-section .instagram-block-2 .prev, body.page-template-page-home-3 .instagram-section .instagram-block-2 .next, body.page-template-page-about-2 .instagram-section .instagram-block-2 .prev, body.page-template-page-about-2 .instagram-section .instagram-block-2 .next {
  display: block;
  background: url("images/left-arrow-gray.png") no-repeat center;
  width: 17px;
  height: 34px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  top: 50%;
  margin-top: -17px;
}
body.page-template-page-home-3 .instagram-section .instagram-block-2 .prev, body.page-template-page-about-2 .instagram-section .instagram-block-2 .prev {
  left: -20px;
}
body.page-template-page-home-3 .instagram-section .instagram-block-2 .next, body.page-template-page-about-2 .instagram-section .instagram-block-2 .next {
  right: -20px;
  transform: rotate(180deg);
}
@media (min-width: 1680px) {
  body.page-template-page-home-3 .new-products-block .title-line,
body.page-template-page-home-3 .bgreen-block:before, body.page-template-page-home-3 .bgreen-block:after, body.page-template-page-home-3 .btan-block:after, body.page-template-page-about-2 .new-products-block .title-line,
body.page-template-page-about-2 .bgreen-block:before, body.page-template-page-about-2 .bgreen-block:after, body.page-template-page-about-2 .btan-block:after {
    background-size: 100%;
  }
}
@media (max-width: 1339px) {
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image {
    padding-left: 40px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image {
    padding-right: 40px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 {
    font-size: 52px;
    line-height: 64px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3 span:after, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 span:after {
    height: 28px;
    top: 23px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content h4, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content h4 {
    font-size: 36px;
    margin-right: 20px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content p, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content p {
    font-size: 26px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:nth-of-type(2), body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:nth-of-type(2) {
    right: 0;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-home-3 .new-products-block .title-line,
body.page-template-page-home-3 .bgreen-block:before, body.page-template-page-home-3 .bgreen-block:after, body.page-template-page-home-3 .btan-block:after, body.page-template-page-about-2 .new-products-block .title-line,
body.page-template-page-about-2 .bgreen-block:before, body.page-template-page-about-2 .bgreen-block:after, body.page-template-page-about-2 .btan-block:after {
    background-size: contain;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide, body.page-template-page-about-2 .main-banner-section .main-slider .slide {
    height: 550px;
  }
  body.page-template-page-home-3 .tiles-block h2,
body.page-template-page-home-3 .products-section h2, body.page-template-page-about-2 .tiles-block h2,
body.page-template-page-about-2 .products-section h2 {
    font-size: 45px;
    line-height: 54px;
  }
  body.page-template-page-home-3 .tiles-block h2 span:after,
body.page-template-page-home-3 .products-section h2 span:after, body.page-template-page-about-2 .tiles-block h2 span:after,
body.page-template-page-about-2 .products-section h2 span:after {
    left: -25px;
    height: 25px;
    width: calc(100% + 50px);
    top: 19px;
  }
  body.page-template-page-home-3 .tiles-block p,
body.page-template-page-home-3 .products-section p, body.page-template-page-about-2 .tiles-block p,
body.page-template-page-about-2 .products-section p {
    font-size: 20px;
    line-height: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-page-home-3 .new-products-block .title-line img, body.page-template-page-about-2 .new-products-block .title-line img {
    max-width: 480px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 {
    font-size: 45px;
    line-height: 54px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3 span:after, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 span:after {
    height: 24px;
    top: 20px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data p, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data p {
    font-size: 22px;
    line-height: 36px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content h4, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content h4 {
    font-size: 28px;
    margin-right: 20px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content p, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content p {
    font-size: 20px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content .btn, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content .btn {
    margin-left: 20px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data p, body.page-template-page-about-2 .bfresh-block .content-row .column-data p {
    font-size: 22px;
    line-height: 36px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage, body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage {
    min-height: 50vw;
    padding-top: 7vw;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:first-of-type, body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:first-of-type {
    max-width: 48%;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:nth-of-type(2), body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:nth-of-type(2) {
    max-width: 57%;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image figure:nth-of-type(3), body.page-template-page-about-2 .bfresh-block .content-row .column-image figure:nth-of-type(3) {
    left: 10%;
    top: 49%;
    left: 13%;
    max-width: 50%;
  }
  body.page-template-page-home-3 .bfresh-block .bfresh-products h2, body.page-template-page-about-2 .bfresh-block .bfresh-products h2 {
    font-size: 45px;
    line-height: 54px;
  }
  body.page-template-page-home-3 .suncare-block .suncare-title, body.page-template-page-about-2 .suncare-block .suncare-title {
    height: 600px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold h3, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold h3 {
    font-size: 36px;
    line-height: 44px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold p {
    max-width: 480px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .author, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .author {
    font-size: 18px;
    line-height: 30px;
  }
  body.page-template-page-home-3 .tiles-block, body.page-template-page-about-2 .tiles-block {
    padding-bottom: 0;
  }
  body.page-template-page-home-3 .tiles-block .tile-item h4, body.page-template-page-about-2 .tiles-block .tile-item h4 {
    font-size: 18px;
    line-height: 25px;
  }
  body.page-template-page-home-3 .tiles-block .tile-item p, body.page-template-page-about-2 .tiles-block .tile-item p {
    margin-bottom: 10px;
  }
  body.page-template-page-home-3 .tiles-block .tile-item .price, body.page-template-page-about-2 .tiles-block .tile-item .price {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  body.page-template-page-home-3 .tiles-block .tile-item:first-of-type h4, body.page-template-page-about-2 .tiles-block .tile-item:first-of-type h4 {
    font-size: 26px;
    line-height: 34px;
  }
  body.page-template-page-home-3 .tiles-block .tile-item:first-of-type .price, body.page-template-page-about-2 .tiles-block .tile-item:first-of-type .price {
    font-size: 25px;
    line-height: 38px;
  }
  body.page-template-page-home-3 .bgreen-block, body.page-template-page-about-2 .bgreen-block {
    padding-bottom: 180px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data p, body.page-template-page-about-2 .bgreen-block .content-row .column-data p {
    font-size: 22px;
    line-height: 36px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage {
    min-height: 60vw;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:first-of-type, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:first-of-type {
    max-width: 57%;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2), body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) {
    max-width: 43%;
    top: 10%;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3), body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) {
    top: 40%;
    max-width: 58%;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data figure .badge-2, body.page-template-page-about-2 .btan-block .content-row .column-data figure .badge-2 {
    display: none;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data p, body.page-template-page-about-2 .btan-block .content-row .column-data p {
    font-size: 22px;
    line-height: 36px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image, body.page-template-page-about-2 .btan-block .content-row .column-image {
    padding-top: 3vw;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage, body.page-template-page-about-2 .btan-block .content-row .column-image .collage {
    min-height: 54vw;
    padding-top: 13%;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:first-of-type, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:first-of-type {
    max-width: 43%;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2 {
    display: block;
    top: -5%;
    left: 6%;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:nth-of-type(2), body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:nth-of-type(2) {
    max-width: 58%;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:nth-of-type(3), body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:nth-of-type(3) {
    max-width: 58%;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure .badge-1, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure .badge-1 {
    width: 131px;
    height: 120px;
    top: auto;
    right: -50%;
    bottom: -5%;
  }
  body.page-template-page-home-3 .instagram-section, body.page-template-page-about-2 .instagram-section {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-home-3 .btn, body.page-template-page-about-2 .btn {
    width: 145px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide, body.page-template-page-about-2 .main-banner-section .main-slider .slide {
    height: 350px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2 span i, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 span i {
    height: 20px;
    top: 17px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content p, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content p {
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content .slide-page, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content .slide-page {
    display: none;
  }
  body.page-template-page-home-3 .new-products-block .title-line img, body.page-template-page-about-2 .new-products-block .title-line img {
    max-width: 350px;
    margin-top: 10px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list, body.page-template-page-about-2 .new-products-block .new-products-list {
    margin: 70px 0 100px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image {
    padding-left: 20px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure {
    left: -40px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-data, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-data {
    padding-left: 30px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image {
    padding-right: 20px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-data, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-data {
    padding-right: 30px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge {
    right: -30px;
    top: -30px;
    width: 80px;
    height: 80px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge span {
    font-size: 23px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 {
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data h3 span:after, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data h3 span:after {
    height: 20px;
    top: 18px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data p, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data .btn, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data .btn {
    font-size: 16px;
    min-width: 160px;
    height: 45px;
    line-height: 45px;
  }
  body.page-template-page-home-3 .new-products-block.lang-fr .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-fr .new-products-list .product-row .column-image figure .new-badge span {
    font-size: 12px;
  }
  body.page-template-page-home-3 .new-products-block.lang-pl .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-pl .new-products-list .product-row .column-image figure .new-badge span {
    font-size: 20px;
  }
  body.page-template-page-home-3 .new-products-block.lang-nl .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-nl .new-products-list .product-row .column-image figure .new-badge span {
    font-size: 19px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content {
    flex-direction: column;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content h4, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content h4 {
    margin-right: 0;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
    text-align: center;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content p, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
    text-align: center;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content .btn, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content .btn {
    margin-left: 0;
  }
  body.page-template-page-home-3 .bfresh-block, body.page-template-page-about-2 .bfresh-block {
    padding: 90px 0 80px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row, body.page-template-page-about-2 .bfresh-block .content-row {
    margin-bottom: 50px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data p, body.page-template-page-about-2 .bfresh-block .content-row .column-data p {
    font-size: 18px;
    line-height: 26px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data a, body.page-template-page-about-2 .bfresh-block .content-row .column-data a {
    font-size: 20px;
    line-height: 30px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .badge-1, body.page-template-page-about-2 .bfresh-block .content-row .column-image .badge-1 {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .badge-2, body.page-template-page-about-2 .bfresh-block .content-row .column-image .badge-2 {
    width: 80px;
    height: 40px;
    margin-bottom: -40px;
  }
  body.page-template-page-home-3 .bfresh-block .bfresh-products h2, body.page-template-page-about-2 .bfresh-block .bfresh-products h2 {
    font-size: 42px;
    line-height: 50px;
  }
  body.page-template-page-home-3 .suncare-block .suncare-title, body.page-template-page-about-2 .suncare-block .suncare-title {
    height: 500px;
    padding-bottom: 100px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .rating.rating-5, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .rating.rating-5 {
    width: 107px;
    height: 17px;
    margin-bottom: 18px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold h3, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    max-width: 400px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .author, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .author {
    font-size: 17px;
    line-height: 24px;
  }
  body.page-template-page-home-3 .tiles-block .tile-item p, body.page-template-page-about-2 .tiles-block .tile-item p {
    display: none;
  }
  body.page-template-page-home-3 .tiles-block .tile-item .btn, body.page-template-page-about-2 .tiles-block .tile-item .btn {
    width: 100px;
    height: 32px;
    line-height: 28px;
    font-size: 16px;
  }
  body.page-template-page-home-3 .bgreen-block, body.page-template-page-about-2 .bgreen-block {
    padding-bottom: 180px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figcaption {
    font-size: 18px;
    line-height: 24px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption {
    right: 16px;
    top: -80px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption:before, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption:before {
    width: 34px;
    height: 87px;
    top: 33px;
    left: 23px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption {
    left: -134px;
    top: 64%;
    max-width: 100px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption:before, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption:before {
    width: 100px;
    height: 44px;
    right: -51px;
    top: -47px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data, body.page-template-page-about-2 .bgreen-block .content-row .column-data {
    padding-left: 40px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data p, body.page-template-page-about-2 .bgreen-block .content-row .column-data p {
    font-size: 18px;
    line-height: 26px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data .btn, body.page-template-page-about-2 .bgreen-block .content-row .column-data .btn {
    font-size: 16px;
    min-width: 160px;
    height: 45px;
    line-height: 45px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data, body.page-template-page-about-2 .btan-block .content-row .column-data {
    padding-right: 40px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data p, body.page-template-page-about-2 .btan-block .content-row .column-data p {
    font-size: 18px;
    line-height: 26px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data .btn, body.page-template-page-about-2 .btan-block .content-row .column-data .btn {
    font-size: 16px;
    min-width: 160px;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-home-3 .bgreen-block:before, body.page-template-page-home-3 .bgreen-block:after, body.page-template-page-home-3 .btan-block:after, body.page-template-page-about-2 .bgreen-block:before, body.page-template-page-about-2 .bgreen-block:after, body.page-template-page-about-2 .btan-block:after {
    height: 100px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider:not(.tns-slider) > .hold-slide:not(:first-of-type), body.page-template-page-about-2 .main-banner-section .main-slider:not(.tns-slider) > .hold-slide:not(:first-of-type) {
    display: none;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide, body.page-template-page-about-2 .main-banner-section .main-slider .slide {
    height: 130vw;
    align-items: baseline;
    position: relative;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .mobile-image, body.page-template-page-about-2 .main-banner-section .main-slider .slide .mobile-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content {
    z-index: 1;
    position: relative;
    margin: 8vw auto;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px;
    text-align: center;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2 span i, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 span i {
    height: 14px;
    top: 13px;
    width: calc(100% + 16px);
    left: -8px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content p, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content p {
    margin: 0 auto;
    text-align: center;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content .btn, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content .btn {
    margin: 20px auto;
  }
  body.page-template-page-home-3 .products-section, body.page-template-page-about-2 .products-section {
    padding-bottom: 60px;
  }
  body.page-template-page-home-3 .icons-block .icons-items, body.page-template-page-about-2 .icons-block .icons-items {
    justify-content: space-between;
  }
  body.page-template-page-home-3 .icons-block .icons-items .item, body.page-template-page-about-2 .icons-block .icons-items .item {
    max-width: 95px;
  }
  body.page-template-page-home-3 .icons-block .icons-items .item h4, body.page-template-page-about-2 .icons-block .icons-items .item h4 {
    font-size: 16px;
    max-width: 92px;
    line-height: 1.4;
    margin: 10px auto 0;
  }
  body.page-template-page-home-3 .icons-block.lang-fr .icons-items .item img, body.page-template-page-home-3 .icons-block.lang-de .icons-items .item img, body.page-template-page-home-3 .icons-block.lang-nl .icons-items .item img, body.page-template-page-home-3 .icons-block.lang-pl .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-fr .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-de .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-nl .icons-items .item img, body.page-template-page-about-2 .icons-block.lang-pl .icons-items .item img {
    max-width: 95px;
  }
  body.page-template-page-home-3 .icons-block.lang-fr .icons-items .item h4, body.page-template-page-home-3 .icons-block.lang-de .icons-items .item h4, body.page-template-page-home-3 .icons-block.lang-nl .icons-items .item h4, body.page-template-page-home-3 .icons-block.lang-pl .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-fr .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-de .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-nl .icons-items .item h4, body.page-template-page-about-2 .icons-block.lang-pl .icons-items .item h4 {
    font-size: 14px;
    margin-top: 5px;
    max-width: none;
  }
  body.page-template-page-home-3 .new-products-block .title-line, body.page-template-page-about-2 .new-products-block .title-line {
    padding: 30px 0 0;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n),
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1), body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n),
body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) {
    flex-direction: column;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image,
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image,
body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image {
    width: 100%;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure,
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image figure, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-image figure,
body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-image figure {
    max-width: 500px;
    margin: 0 auto 30px;
    left: auto;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-data,
body.page-template-page-home-3 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-data, body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n) .column-data,
body.page-template-page-about-2 .new-products-block .new-products-list .product-row:nth-of-type(2n+1) .column-data {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
  }
  body.page-template-page-home-3 .bfresh-block .content-row, body.page-template-page-about-2 .bfresh-block .content-row {
    flex-direction: column;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data, body.page-template-page-about-2 .bfresh-block .content-row .column-data {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 80px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data img.desktop, body.page-template-page-about-2 .bfresh-block .content-row .column-data img.desktop {
    display: none;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data img.mobile, body.page-template-page-about-2 .bfresh-block .content-row .column-data img.mobile {
    display: block;
    margin: 0 auto 28px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data p, body.page-template-page-about-2 .bfresh-block .content-row .column-data p {
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image, body.page-template-page-about-2 .bfresh-block .content-row .column-image {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage, body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage {
    min-height: 80vw;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage figure:first-of-type .badge-1, body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage figure:first-of-type .badge-1 {
    display: none;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage figure:nth-of-type(2) .badge-1, body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage figure:nth-of-type(2) .badge-1 {
    display: block;
  }
  body.page-template-page-home-3 .tiles-block .tiles, body.page-template-page-about-2 .tiles-block .tiles {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item, body.page-template-page-about-2 .tiles-block .tiles .tile-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item .hold .hover-area, body.page-template-page-about-2 .tiles-block .tiles .tile-item .hold .hover-area {
    position: initial;
    opacity: 1;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item:first-of-type, body.page-template-page-about-2 .tiles-block .tiles .tile-item:first-of-type {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item:nth-of-type(4), body.page-template-page-about-2 .tiles-block .tiles .tile-item:nth-of-type(4) {
    clear: left;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item {
    overflow: hidden;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .desktop, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .desktop {
    margin: 0 -20%;
    width: 140%;
  }
  body.page-template-page-home-3 .bgreen-block, body.page-template-page-about-2 .bgreen-block {
    padding-top: 200px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row, body.page-template-page-about-2 .bgreen-block .content-row {
    flex-direction: column;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data, body.page-template-page-about-2 .bgreen-block .content-row .column-data {
    width: 100%;
    padding-left: 0;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data img, body.page-template-page-about-2 .bgreen-block .content-row .column-data img {
    max-width: 400px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image, body.page-template-page-about-2 .bgreen-block .content-row .column-image {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage {
    min-height: 100vw;
  }
  body.page-template-page-home-3 .btan-block, body.page-template-page-about-2 .btan-block {
    padding-bottom: 150px;
  }
  body.page-template-page-home-3 .btan-block .content-row, body.page-template-page-about-2 .btan-block .content-row {
    flex-direction: column;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data, body.page-template-page-about-2 .btan-block .content-row .column-data {
    width: 100%;
    padding-right: 0;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image, body.page-template-page-about-2 .btan-block .content-row .column-image {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage, body.page-template-page-about-2 .btan-block .content-row .column-image .collage {
    min-height: 80vw;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  body.page-template-page-home-3 .instagram-section h2, body.page-template-page-about-2 .instagram-section h2 {
    font-size: 34px;
  }
  body.page-template-page-home-3 .instagram-section .insta-link, body.page-template-page-about-2 .instagram-section .insta-link {
    font-size: 25px;
  }
}
@media (max-width: 600px) and (min-width: 480px) {
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold h3, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold h3 {
    font-size: 18px;
    line-height: 22px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold p, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold p {
    font-size: 14px;
    line-height: 18px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .author, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .author {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2 {
    width: 86px;
    height: 56px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-home-3 .new-products-block .title-line,
body.page-template-page-home-3 .bgreen-block:before,
body.page-template-page-home-3 .bgreen-block:after,
body.page-template-page-home-3 .btan-block:after, body.page-template-page-about-2 .new-products-block .title-line,
body.page-template-page-about-2 .bgreen-block:before,
body.page-template-page-about-2 .bgreen-block:after,
body.page-template-page-about-2 .btan-block:after {
    background-size: 200%;
  }
  body.page-template-page-home-3 .btn, body.page-template-page-about-2 .btn {
    width: 134px;
    height: 38px;
    line-height: 38px;
  }
  body.page-template-page-home-3 .mobile-no-border, body.page-template-page-about-2 .mobile-no-border {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide, body.page-template-page-about-2 .main-banner-section .main-slider .slide {
    height: 138vw;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content p, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content p {
    font-size: 12px;
    line-height: 18px;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content.button-bottom, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content.button-bottom {
    position: absolute;
    height: calc(100% - 16vw);
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
  }
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content.button-bottom .btn, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content.button-bottom .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    margin-bottom: 0;
  }
  body.page-template-page-home-3 .tiles-block h2, body.page-template-page-home-3 .products-section h2, body.page-template-page-about-2 .tiles-block h2, body.page-template-page-about-2 .products-section h2 {
    font-size: 34px;
    line-height: 38px;
  }
  body.page-template-page-home-3 .tiles-block h2 span:after, body.page-template-page-home-3 .products-section h2 span:after, body.page-template-page-about-2 .tiles-block h2 span:after, body.page-template-page-about-2 .products-section h2 span:after {
    left: -15px;
    height: 20px;
    width: calc(100% + 30px);
    top: 14px;
  }
  body.page-template-page-home-3 .tiles-block p, body.page-template-page-home-3 .products-section p, body.page-template-page-about-2 .tiles-block p, body.page-template-page-about-2 .products-section p {
    font-size: 14px;
    line-height: 22px;
  }
  body.page-template-page-home-3 .products-section, body.page-template-page-about-2 .products-section {
    padding: 28px 0 90px;
  }
  body.page-template-page-home-3 .products-section h2, body.page-template-page-about-2 .products-section h2 {
    margin-bottom: 18px;
  }
  body.page-template-page-home-3 .products-section p, body.page-template-page-about-2 .products-section p {
    margin-bottom: 10px;
  }
  body.page-template-page-home-3 .products-section .tns-controls, body.page-template-page-about-2 .products-section .tns-controls {
    display: none;
  }
  body.page-template-page-home-3 .icons-block .icons-items, body.page-template-page-about-2 .icons-block .icons-items {
    flex-wrap: wrap;
  }
  body.page-template-page-home-3 .icons-block .icons-items .item, body.page-template-page-about-2 .icons-block .icons-items .item {
    width: 50%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 26px;
    padding: 0 7%;
    box-sizing: border-box;
  }
  body.page-template-page-home-3 .icons-block .icons-items .item h4, body.page-template-page-about-2 .icons-block .icons-items .item h4 {
    margin: 5px 0 0;
  }
  body.page-template-page-home-3 .icons-block.lang-fr .icons-items .item, body.page-template-page-home-3 .icons-block.lang-de .icons-items .item, body.page-template-page-home-3 .icons-block.lang-nl .icons-items .item, body.page-template-page-home-3 .icons-block.lang-pl .icons-items .item, body.page-template-page-about-2 .icons-block.lang-fr .icons-items .item, body.page-template-page-about-2 .icons-block.lang-de .icons-items .item, body.page-template-page-about-2 .icons-block.lang-nl .icons-items .item, body.page-template-page-about-2 .icons-block.lang-pl .icons-items .item {
    max-width: none;
  }
  body.page-template-page-home-3 .new-products-block, body.page-template-page-about-2 .new-products-block {
    padding-top: 0;
  }
  body.page-template-page-home-3 .new-products-block .title-line img, body.page-template-page-about-2 .new-products-block .title-line img {
    max-width: 260px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list, body.page-template-page-about-2 .new-products-block .new-products-list {
    margin-top: 50px;
    margin-bottom: 77px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row, body.page-template-page-about-2 .new-products-block .new-products-list .product-row {
    margin: 0 0 52px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge {
    right: -39px;
    top: -27px;
    width: 58px;
    height: 58px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge span {
    font-size: 17px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-image figure .new-badge i, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-image figure .new-badge i {
    left: 2px;
    top: 2px;
  }
  body.page-template-page-home-3 .new-products-block .new-products-list .product-row .column-data .btn, body.page-template-page-about-2 .new-products-block .new-products-list .product-row .column-data .btn {
    font-size: 14px;
    width: 128px;
    height: 33px;
    line-height: 33px;
    padding: 0;
  }
  body.page-template-page-home-3 .new-products-block.lang-fr .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-fr .new-products-list .product-row .column-image figure .new-badge span {
    font-size: 8px;
  }
  body.page-template-page-home-3 .new-products-block.lang-nl .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-home-3 .new-products-block.lang-pl .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-nl .new-products-list .product-row .column-image figure .new-badge span, body.page-template-page-about-2 .new-products-block.lang-pl .new-products-list .product-row .column-image figure .new-badge span {
    font-size: 14px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-header, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-header {
    padding: 0 10px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content {
    padding: 27px 20px 33px;
  }
  body.page-template-page-home-3 .new-products-block .tan-selector-banner .banner-content h4, body.page-template-page-about-2 .new-products-block .tan-selector-banner .banner-content h4 {
    margin-bottom: 20px;
  }
  body.page-template-page-home-3 .bfresh-block .wrapper, body.page-template-page-about-2 .bfresh-block .wrapper {
    padding: 0 24px;
  }
  body.page-template-page-home-3 .bfresh-block .tns-controls, body.page-template-page-about-2 .bfresh-block .tns-controls {
    display: none;
  }
  body.page-template-page-home-3 .bfresh-block .content-row, body.page-template-page-about-2 .bfresh-block .content-row {
    margin-bottom: 80px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-data p, body.page-template-page-about-2 .bfresh-block .content-row .column-data p {
    font-size: 15px;
    line-height: 25px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image, body.page-template-page-about-2 .bfresh-block .content-row .column-image {
    padding: 0;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage, body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage {
    min-height: 92vw;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage figure:nth-of-type(2) .badge-1, body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage figure:nth-of-type(2) .badge-1 {
    width: 70px;
    height: 70px;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .collage figure:nth-of-type(3), body.page-template-page-about-2 .bfresh-block .content-row .column-image .collage figure:nth-of-type(3) {
    top: 46%;
    left: 8%;
    max-width: 66%;
  }
  body.page-template-page-home-3 .bfresh-block .content-row .column-image .badge-2, body.page-template-page-about-2 .bfresh-block .content-row .column-image .badge-2 {
    width: 61px;
    height: 30px;
    margin-bottom: -13%;
    right: -13%;
  }
  body.page-template-page-home-3 .bfresh-block .bfresh-products h2, body.page-template-page-about-2 .bfresh-block .bfresh-products h2 {
    font-size: 36px;
    line-height: 46px;
  }
  body.page-template-page-home-3 .suncare-block .suncare-title, body.page-template-page-about-2 .suncare-block .suncare-title {
    height: 460px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
    margin-bottom: -110px;
  }
  body.page-template-page-home-3 .suncare-block .suncare-title .title-mobile, body.page-template-page-about-2 .suncare-block .suncare-title .title-mobile {
    display: block;
  }
  body.page-template-page-home-3 .suncare-block .suncare-title .title-desktop, body.page-template-page-about-2 .suncare-block .suncare-title .title-desktop {
    display: none;
  }
  body.page-template-page-home-3 .suncare-block .suncare-slider, body.page-template-page-about-2 .suncare-block .suncare-slider {
    margin-bottom: 68px;
  }
  body.page-template-page-home-3 .suncare-block .suncare-slider .product figure .new-badge, body.page-template-page-about-2 .suncare-block .suncare-slider .product figure .new-badge {
    width: 68px;
    height: 68px;
  }
  body.page-template-page-home-3 .suncare-block .suncare-slider .product figure .new-badge span, body.page-template-page-about-2 .suncare-block .suncare-slider .product figure .new-badge span {
    font-size: 20px;
  }
  body.page-template-page-home-3 .tiles-block, body.page-template-page-about-2 .tiles-block {
    padding-top: 30px;
  }
  body.page-template-page-home-3 .tiles-block .tiles, body.page-template-page-about-2 .tiles-block .tiles {
    margin: 34px 0 0;
    padding: 0 2px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item, body.page-template-page-about-2 .tiles-block .tiles .tile-item {
    margin-bottom: 15px;
    padding: 0 8px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item:first-child, body.page-template-page-about-2 .tiles-block .tiles .tile-item:first-child {
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 4px);
    padding: 0;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item p, body.page-template-page-about-2 .tiles-block .tiles .tile-item p {
    max-width: 240px;
    margin: 0 0 18px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item .price, body.page-template-page-about-2 .tiles-block .tiles .tile-item .price {
    margin-bottom: 20px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item .btn, body.page-template-page-about-2 .tiles-block .tiles .tile-item .btn {
    font-size: 14px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item .hold .hover-area, body.page-template-page-about-2 .tiles-block .tiles .tile-item .hold .hover-area {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item:not(:first-child) h4, body.page-template-page-about-2 .tiles-block .tiles .tile-item:not(:first-child) h4 {
    font-size: 13px;
    line-height: 20px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item:first-child .hold .hover-area, body.page-template-page-about-2 .tiles-block .tiles .tile-item:first-child .hold .hover-area {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page-template-page-home-3 .tiles-block .tiles .tile-item:first-child .btn, body.page-template-page-about-2 .tiles-block .tiles .tile-item:first-child .btn {
    width: 100%;
    height: 48px;
    line-height: 44px;
    font-size: 20px;
  }
  body.page-template-page-home-3 .suncare-block .tns-controls, body.page-template-page-about-2 .suncare-block .tns-controls {
    display: none;
  }
  body.page-template-page-home-3 .reviews-block .wrapper, body.page-template-page-about-2 .reviews-block .wrapper {
    padding: 0 20px;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .desktop, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .desktop {
    display: none;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .mobile, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .mobile {
    display: block;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold {
    align-items: flex-end;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold {
    max-width: none;
    padding-bottom: 15vw;
  }
  body.page-template-page-home-3 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page div, body.page-template-page-about-2 .reviews-block .reviews-slider .review-item .hold .content-hold .slide-page div {
    width: 2px;
    height: 2px;
  }
  body.page-template-page-home-3 .bgreen-block, body.page-template-page-about-2 .bgreen-block {
    padding-top: 140px;
    padding-bottom: 130px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image, body.page-template-page-about-2 .bgreen-block .content-row .column-image {
    padding: 0;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figcaption {
    font-size: 14px;
    line-height: 16px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure .badge-1, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure .badge-1 {
    width: 36px;
    height: 43px;
    right: -11%;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption {
    right: 3px;
    top: -50px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption:before, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(2) figcaption:before {
    width: 23px;
    height: 55px;
    top: 27px;
    left: 21px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption {
    left: -97px;
    top: 60%;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption:before, body.page-template-page-about-2 .bgreen-block .content-row .column-image .collage figure:nth-of-type(3) figcaption:before {
    width: 59px;
    height: 24px;
    right: -12px;
    top: -28px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data img, body.page-template-page-about-2 .bgreen-block .content-row .column-data img {
    margin-bottom: 10px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data p, body.page-template-page-about-2 .bgreen-block .content-row .column-data p {
    font-size: 16px;
    line-height: 25px;
  }
  body.page-template-page-home-3 .bgreen-block .content-row .column-data .btn, body.page-template-page-about-2 .bgreen-block .content-row .column-data .btn {
    font-size: 14px;
    width: 128px;
    height: 33px;
    line-height: 33px;
    padding: 0;
  }
  body.page-template-page-home-3 .btan-block, body.page-template-page-about-2 .btan-block {
    padding-bottom: 100px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image, body.page-template-page-about-2 .btan-block .content-row .column-image {
    padding: 0;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage, body.page-template-page-about-2 .btan-block .content-row .column-image .collage {
    margin-top: 20px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure:first-of-type .badge-2 {
    width: 63px;
    height: 42px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-image .collage figure .badge-1, body.page-template-page-about-2 .btan-block .content-row .column-image .collage figure .badge-1 {
    width: 79px;
    height: 80px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data figure img, body.page-template-page-about-2 .btan-block .content-row .column-data figure img {
    margin-bottom: 20px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data p, body.page-template-page-about-2 .btan-block .content-row .column-data p {
    font-size: 16px;
    line-height: 25px;
  }
  body.page-template-page-home-3 .btan-block .content-row .column-data .btn, body.page-template-page-about-2 .btan-block .content-row .column-data .btn {
    font-size: 14px;
    width: 128px;
    height: 33px;
    line-height: 33px;
    padding: 0;
  }
  body.page-template-page-home-3 .instagram-section, body.page-template-page-about-2 .instagram-section {
    padding-top: 20px;
  }
}
@media (max-width: 374px) {
  body.page-template-page-home-3 .main-banner-section .main-slider .slide .slide-content h2, body.page-template-page-about-2 .main-banner-section .main-slider .slide .slide-content h2 {
    letter-spacing: 0;
  }
}
body.page-template-page-bran-pro .text-section {
  padding: 71px 0 120px;
}
body .instagram-section {
  background: #fcfcfc;
  padding: 60px 0 51px;
}
body .instagram-section .wrapper {
  max-width: none;
}
body .instagram-section .insta-link {
  display: block;
  width: 216px;
  height: 89px;
  margin: 0 auto 45px;
}
body .instagram-section .insta-link img {
  max-width: 100%;
  height: auto;
}
body .text-section .btn.text-section-btn {
  background: none;
  border: 1px solid #221f1f;
  color: #221f1f;
  width: 260px;
  margin: 76px auto 0;
  font-size: 41px;
  line-height: 41px;
  padding-top: 5px;
  padding-bottom: 12px;
}
body.page-template-page-about .banner-section.banner-1 .banner-content h1 {
  margin-bottom: 162px;
}
body.page-template-page-about .text-section {
  padding: 71px 0 76px;
}
body.page-template-page-about .text-section.after-banner {
  padding: 43px 0 69px;
}
body.page-template-page-about .text-section h2 {
  margin-bottom: 76px;
}
body.page-template-page-about .text-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
body .text-section .features-image-desktop {
  max-width: 100%;
  height: auto;
  margin: 0 auto 54px;
}
body .text-section .features-image-mobile {
  display: none;
}
body .text-section .sign-image {
  margin: 55px auto 0;
}
body .about-2-columns {
  color: #f3f3f3;
  font-family: "Helvetica Neue", sans-serif;
  padding: 26px 0 30px;
}
body .about-2-columns .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
body .about-2-columns .wrapper .column {
  float: left;
  width: 50%;
}
body .about-2-columns .wrapper .frame-image {
  margin-left: 18px;
  max-width: 100%;
  height: auto;
}
body .about-2-columns .wrapper h3 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  margin: 33px 0 13px;
}
body .about-2-columns .wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 36px;
}
body.page-template-page-about-2 .about-main-banner img {
  width: 100%;
  max-width: none;
  height: auto;
}
body.page-template-page-about-2 .about-main-banner .mobile {
  display: none;
}
body.page-template-page-about-2 .intro-text {
  text-align: center;
  padding: 78px 0 0px;
}
body.page-template-page-about-2 .intro-text h2 {
  color: #eb89bd;
  font-size: 61px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 1px;
  margin: 0 0 25px;
}
body.page-template-page-about-2 .intro-text p {
  font-size: 29px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0px;
  margin: 0 0 30px;
}
body.page-template-page-about-2 .banner-tiles {
  padding: 20px 0 65px;
  overflow: hidden;
}
body.page-template-page-about-2 .banner-tiles .wrapper {
  padding: 0 30px;
  max-width: 1296px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list {
  margin: 50px 0 114px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 0 40px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) {
  flex-direction: row-reverse;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image {
  display: flex;
  justify-content: center;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image figure {
  margin-right: -2%;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 181px;
  height: 183px;
  background: url("images/btan-icon-lightning.png") no-repeat;
  background-size: contain;
  left: -23.8%;
  bottom: 6.4%;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-data {
  padding-right: 100px;
  padding-bottom: 44px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-image figure {
  left: 32px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-data {
  padding-left: 77px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-data h3 {
  position: relative;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-data h3 span:last-of-type i:before {
  content: "";
  display: block;
  position: absolute;
  width: 122px;
  height: 82px;
  background: url("images/btan-icon-stars.png") no-repeat;
  background-size: contain;
  right: -45%;
  top: -119%;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-image {
  width: 50%;
  box-sizing: border-box;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-image figure {
  position: relative;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 {
  font-size: 61px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 35px;
  letter-spacing: 0.35px;
  padding: 0 17px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 span {
  position: relative;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 span i {
  font-style: normal;
  z-index: 1;
  position: relative;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 span:after {
  content: "";
  background: #f0d5fc;
  position: absolute;
  z-index: -1;
  left: -17px;
  height: 32px;
  width: calc(100% + 34px);
  top: 26px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data p {
  font-size: 25px;
  font-weight: 700;
  font-family: "Helvetica Neue";
  line-height: 40px;
  letter-spacing: 0.35px;
  margin: 0 0 35px;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data ul li {
  position: relative;
  padding: 0 0 0 55px;
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 34px;
  height: 34px;
  background: url("images/checkmark-icon.png") no-repeat;
  background-size: contain;
}
body.page-template-page-about-2 .banner-tiles .text-after {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.7px;
}
body.page-template-page-about-2 .how-block {
  text-align: center;
  padding: 0 0 63px;
}
body.page-template-page-about-2 .how-block .wrapper {
  max-width: 1308px;
}
body.page-template-page-about-2 .how-block h2 {
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.35px;
  line-height: 58px;
  margin: 0 0 30px;
}
body.page-template-page-about-2 .how-block h2 span {
  position: relative;
}
body.page-template-page-about-2 .how-block h2 span i {
  font-style: normal;
  z-index: 1;
  position: relative;
}
body.page-template-page-about-2 .how-block h2 span:after {
  content: "";
  background: #f2d8fa;
  position: absolute;
  z-index: -1;
  left: -30px;
  height: 30px;
  width: calc(100% + 60px);
  top: 20px;
}
body.page-template-page-about-2 .how-block p {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.65px;
}
body.page-template-page-about-2 .how-block .how-block-items {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -12px 10px;
}
body.page-template-page-about-2 .how-block .how-block-items .item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0 0 40px;
}
body.page-template-page-about-2 .how-block .how-block-items .item a {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
body.page-template-page-about-2 .how-block .how-block-items .item h4 {
  margin: 20px 0 0;
}
body.page-template-page-about-2 .bfresh-block {
  background-color: #fef0b2;
  padding: 170px 0 0;
}
body.page-template-page-about-2 .bfresh-block .content-row {
  margin: 0 0 48px;
}
body.page-template-page-about-2 .bgreen-block {
  padding-top: 270px;
}
body.page-template-page-about-2 .bgreen-block:before {
  background-image: url("images/wave-yellow_1.png");
  background-position-y: top;
}
@media (max-width: 1279px) {
  body.page-template-page-about-2 .intro-text h2 {
    font-size: 50px;
    line-height: 1.3;
  }
  body.page-template-page-about-2 .intro-text p {
    font-size: 24px;
    line-height: 36px;
  }
  body.page-template-page-about-2 .how-block .how-block-items .item a {
    font-size: 24px;
  }
  body.page-template-page-about-2 .banner-tiles .text-after {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list {
    margin: 70px 0 100px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-image {
    padding-left: 0;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-image figure {
    left: -40px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-data {
    padding-left: 30px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image {
    padding-right: 20px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-data {
    padding-right: 30px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-image figure .new-badge {
    right: -30px;
    top: -30px;
    width: 80px;
    height: 80px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-image figure .new-badge span {
    font-size: 23px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 {
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 span:after {
    height: 20px;
    top: 18px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data ul li,
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data ul li {
    margin-left: 0;
  }
  body.page-template-page-about-2 .bfresh-block {
    padding-top: 90px;
  }
  body.page-template-page-about-2 .how-block .how-block-items .item a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-about-2 .about-main-banner .desktop {
    display: none;
  }
  body.page-template-page-about-2 .about-main-banner .mobile {
    display: block;
  }
  body.page-template-page-about-2 .intro-text h2 {
    font-size: 44px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n),
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) {
    flex-direction: column;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-image,
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image {
    width: 100%;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-image figure,
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image figure {
    max-width: 500px;
    margin: 0 auto 30px;
    left: auto;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-data,
body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-data {
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image figure:before {
    width: 125px;
    height: 125px;
    left: -13%;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n) .column-data h3 span:last-of-type i:before {
    width: 100px;
    height: 65px;
    right: -52%;
    top: -122%;
  }
  body.page-template-page-about-2 .banner-tiles .text-after {
    font-size: 24px;
    line-height: 36px;
  }
  body.page-template-page-about-2 .how-block .how-block-items .item {
    width: 50%;
  }
  body.page-template-page-about-2 .how-block .how-block-items .item img {
    max-width: none;
    width: 100%;
  }
  body.page-template-page-about-2 .bgreen-block {
    padding-top: 200px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-about-2 .intro-text {
    padding: 50px 0 0px;
  }
  body.page-template-page-about-2 .intro-text h2 {
    font-size: 36px;
  }
  body.page-template-page-about-2 .intro-text p {
    font-size: 18px;
    line-height: 30px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list {
    margin: 20px 0 60px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 {
    font-size: 35px;
    line-height: 40px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row .column-data h3 span:after {
    top: 15px;
  }
  body.page-template-page-about-2 .banner-tiles .banner-tiles-list .tile-row:nth-of-type(2n+1) .column-image figure:before {
    left: -20px;
  }
  body.page-template-page-about-2 .banner-tiles .text-after {
    font-size: 18px;
    line-height: 30px;
  }
  body.page-template-page-about-2 .how-block {
    padding: 0 0 40px;
  }
  body.page-template-page-about-2 .how-block h2 {
    font-size: 34px;
    line-height: 45px;
    margin: 0 0 20px;
  }
  body.page-template-page-about-2 .how-block h2 span:after {
    left: -20px;
    height: 18px;
    width: calc(100% + 40px);
    top: 15px;
  }
  body.page-template-page-about-2 .how-block p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
  }
}
body.page-template-page-btan-by-me .banner-logo-mobile {
  display: none;
}
body .banner-steps-1 {
  padding: 90px 0 28px;
}
body .banner-steps-1 .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 710px;
}
body .banner-steps-1 .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
body .banner-steps-1 .product-mobile {
  display: none;
}
body .banner-steps-1 .product-desktop {
  max-width: 424px;
  margin-left: -10px;
}
body .banner-steps-1 .banner-content {
  padding-bottom: 45px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .banner-steps-1 .banner-content h3 {
  font-size: 56px;
  line-height: 60px;
  margin: 0 0 32px;
}
body .banner-steps-1 .banner-content .btn {
  background: none;
  border: 1px solid #221f1f;
  color: #221f1f;
  max-width: 188px;
  margin: 0 auto;
  padding: 4px 10px 8px;
  font-size: 28px;
  font-family: "Helvetica Neue", sans-serif;
}
body .banner-steps-1 .banner-content,
body .banner-steps-1 .image-holder {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
body .banner-steps-2 {
  padding: 53px 0 49px;
}
body .banner-steps-2 .wrapper {
  max-width: 1080px;
}
body .banner-steps-2 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body .banner-steps-2 .steps-mobile {
  display: none;
}
body .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
body .gform_wrapper .top_label .gfield_label {
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin: 0 0 72px;
  text-align: center;
  display: block;
  font-family: "Helvetica Neue", sans-serif;
}
body .gform_wrapper .top_label .gfield_label .gfield_required {
  display: none !important;
}
body .tan-selector-form .rad-area {
  position: absolute;
}
body .tan-selector-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .tan-selector-form ul.gfield_radio {
  font-size: 0;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice {
  display: inline-block;
  width: 50%;
  margin: 0 !important;
  margin-bottom: 35px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  border: none !important;
  border-width: 0 !important;
  box-sizing: border-box;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice label {
  padding: 0 !important;
  width: 100%;
  position: relative;
  background: black;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice label span.image-choices-choice-image-wrap {
  padding: 0 !important;
  width: 100%;
  padding-bottom: 100% !important;
  opacity: 0.9;
  transition: all ease 0.5s;
  height: auto;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice:not(.image-choices-choice-selected) label {
  border: none;
}
body .tan-selector-form ul.gfield_radio .image-choices-choice.image-choices-choice-selected label span.image-choices-choice-image-wrap {
  opacity: 0.3;
}
body .tan-selector-form .gf_progressbar {
  display: none !important;
}
body .tan-selector-form .image-choices-field .image-choices-choice-text {
  display: block;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  padding: 0 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-family: Open Sans, Helvetica;
}
body .tan-selector-form .image-choices-field .image-choices-choice-text h4 {
  font-size: 30px;
  letter-spacing: 8px;
  margin: 0;
  line-height: 35px;
  margin-bottom: 10px;
  font-family: ITCAvantGardeProBk, Arial, sans-serif;
}
body .tan-selector-form img.gform_ajax_spinner {
  position: absolute !important;
  z-index: 999999;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: auto;
}
body .tan-selector-form .gform_page_footer input {
  visibility: hidden;
}
body .gf_progressbar_title {
  display: none;
}
body .tan-row .section--column .content__inner {
  width: 100%;
}
body .image-choices-field .image-choices-choice-selected {
  border: none !important;
  border-width: 0 !important;
}
body.page-template-page-bclean .banner-section {
  width: 100%;
}
body.page-template-page-bclean .banner-section .banner-content h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
  margin: 17px 0 17px;
}
body.page-template-page-bclean .banner-section .banner-content h1 img {
  width: 183px;
}
body.page-template-page-bclean .banner-section .banner-content p {
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
  margin: 0;
}
body.page-template-page-bclean .key-features .row {
  flex-wrap: wrap;
}
body.page-template-page-bclean .key-features .row .item {
  margin-bottom: 20px;
}
body.page-template-page-bclean .ingredients-block {
  position: relative;
  margin-bottom: 56px;
}
body.page-template-page-bclean .ingredients-block .hold {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 72px 0 50px;
}
body.page-template-page-bclean .ingredients-block .hold h2 {
  text-align: center;
  font-size: 47px;
  line-height: 1.2;
  margin: 0 0 60px;
}
body.page-template-page-bclean .ingredients-block .hold .row:after {
  content: "";
  display: block;
  clear: both;
}
body.page-template-page-bclean .ingredients-block .hold .row .column {
  width: 30%;
  font-size: 27px;
  line-height: 1.2;
}
body.page-template-page-bclean .ingredients-block .hold .row .column:first-of-type {
  float: left;
}
body.page-template-page-bclean .ingredients-block .hold .row .column:first-of-type h3:after {
  transform: rotate(-1.1deg);
}
body.page-template-page-bclean .ingredients-block .hold .row .column:last-of-type {
  float: right;
}
body.page-template-page-bclean .ingredients-block .hold .row .column:last-of-type h3:after {
  transform: rotate(-0.2deg);
}
body.page-template-page-bclean .ingredients-block .hold .row .column h3 {
  text-align: center;
  margin: 0 0 18px;
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 29px;
  line-height: 1.55;
}
body.page-template-page-bclean .ingredients-block .hold .row .column h3:after {
  content: "";
  display: block;
  position: absolute;
  background: #40af98;
  left: 50%;
  margin-left: -98px;
  top: 0;
  width: 196px;
  height: 100%;
  z-index: -1;
}
body.page-template-page-bclean .ingredients-block .hold .row .column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-page-bclean .ingredients-block .hold .row .column ul li {
  text-align: center;
  margin: 0 0 21px;
}
body.page-template-page-bclean.lang-de .ingredients-block .hold h2 {
  font-size: 44px;
}
body.page-template-page-bclean.lang-de .ingredients-block .hold .row .column {
  width: 26%;
  font-size: 24px;
}
@media (max-width: 1279px) {
  body.page-template-page-bclean.lang-de .ingredients-block .hold h2 {
    font-size: 35px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-bclean.lang-de .ingredients-block .hold h2 {
    font-size: 28px;
  }
  body.page-template-page-bclean.lang-de .ingredients-block .hold .row .column {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-bclean.lang-de .ingredients-block .hold .row .column {
    width: 50%;
  }
}
@media (max-width: 500px) {
  body.page-template-page-bclean.lang-de .ingredients-block .hold h2 {
    font-size: 24px;
  }
  body.page-template-page-bclean.lang-de .ingredients-block .hold .row .column {
    font-size: 14px;
  }
}
body.page-template-page-faq .wrapper {
  max-width: 1260px;
  padding: 0 30px;
}
body.page-template-page-faq .main-banner-section .main-slider .slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 610px;
  display: flex;
  align-items: center;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .mobile-image {
  display: none;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content {
  max-width: 560px;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content h2 {
  font-size: 61px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 68px;
  margin: 0 0 12px 17px;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content h2 span {
  z-index: 1;
  position: relative;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content h2 span i {
  content: "";
  background: #f2d8fa;
  position: absolute;
  z-index: -1;
  left: -17px;
  height: 33px;
  width: calc(100% + 34px);
  top: 25px;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content p {
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  max-width: 560px;
  margin: 0 0 30px;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content .btn {
  text-transform: none;
  margin-top: 20px;
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 600;
  height: 43px;
  line-height: 41px;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content .slide-page {
  display: flex;
  margin-top: 50px;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content .slide-page div {
  width: 6px;
  height: 6px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 11px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content .slide-page div.active {
  background: #000;
}
@media (max-width: 1279px) {
  body.page-template-page-faq .main-banner-section .main-slider .slide {
    height: 550px;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content {
    max-width: 520px;
    padding-top: 50px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-faq .main-banner-section .main-slider .slide {
    height: 350px;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 15px;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content h2 span i {
    height: 20px;
    top: 17px;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content p {
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content .slide-page {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .main-banner-section .main-slider .slide {
    height: 130vw;
    align-items: baseline;
    position: relative;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .mobile-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content {
    z-index: 1;
    position: relative;
    margin: 8vw auto;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px;
    text-align: center;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content h2 span i {
    height: 14px;
    top: 13px;
    width: calc(100% + 16px);
    left: -8px;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content p {
    margin: 0 auto;
    text-align: center;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content .btn {
    margin: 20px auto;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .main-banner-section .main-slider .slide {
    height: 138vw;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content p {
    font-size: 12px;
    line-height: 18px;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content.button-bottom {
    position: absolute;
    height: calc(100% - 16vw);
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
  }
  body.page-template-page-faq .main-banner-section .main-slider .slide .slide-content.button-bottom .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    margin-bottom: 0;
  }
}
body.page-template-page-faq.lang-pl .main-banner-section .main-slider .slide .slide-content h2 {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
}
body.page-template-page-faq.lang-pl .main-banner-section .main-slider .slide .slide-content h2 span i {
  height: 27px;
  top: 21px;
}
@media (max-width: 767px) {
  body.page-template-page-faq.lang-pl .main-banner-section .main-slider .slide .slide-content h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 12px;
  }
  body.page-template-page-faq.lang-pl .main-banner-section .main-slider .slide .slide-content h2 span i {
    height: 13px;
    top: 11px;
  }
}
body.page-template-page-faq .faq-block {
  padding: 85px 0 122px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block {
    padding: 60px 0 80px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .faq-block {
    padding: 40px 0 60px;
  }
}
body.page-template-page-faq .faq-block .wrapper {
  max-width: 1000px;
}
body.page-template-page-faq .faq-block h2 {
  text-align: center;
  font-size: 61px;
  font-weight: 700;
  line-height: 80px;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .faq-block h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
body.page-template-page-faq .faq-block h2 span {
  position: relative;
}
body.page-template-page-faq .faq-block h2 span i {
  content: "";
  background: #f2d8fa;
  position: absolute;
  z-index: -1;
  left: -24px;
  height: 33px;
  width: calc(100% + 48px);
  top: 26px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block h2 span i {
    left: -15px;
    height: 25px;
    width: calc(100% + 30px);
    top: 20px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .faq-block h2 span i {
    height: 18px;
    top: 14px;
  }
}
body.page-template-page-faq .faq-block .accordion-element {
  text-align: left;
  margin: 0 0 30px;
  border-bottom: 2px solid #9b9b9b;
}
body.page-template-page-faq .faq-block .accordion-element .ui-state-default,
body.page-template-page-faq .faq-block .accordion-element .ui-widget-content .ui-state-default,
body.page-template-page-faq .faq-block .accordion-element .ui-widget-header .ui-state-default {
  position: relative;
  padding: 16px 50px 16px 0;
  cursor: pointer;
}
body.page-template-page-faq .faq-block .accordion-element .accordion-title {
  font-weight: 500;
  letter-spacing: 0.35px;
  position: relative;
  border-top: 2px solid #9b9b9b;
  font-size: 28px;
  line-height: 35px;
  cursor: pointer;
  padding: 14px 50px 14px 50px;
  box-sizing: border-box;
  margin: 0 0 7px;
  text-align: center;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title {
    font-size: 20px;
    padding: 10px 40px 7px 40px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title {
    font-size: 16px;
    line-height: 23px;
    padding: 10px 30px 7px 30px;
  }
}
body.page-template-page-faq .faq-block .accordion-element .accordion-title .ui-accordion-header-icon {
  display: block;
  width: 33px;
  height: 33px;
  text-align: center;
  position: absolute;
  right: 17px;
  bottom: 16px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title .ui-accordion-header-icon {
    right: 4px;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title .ui-accordion-header-icon {
    bottom: 50%;
    margin-bottom: -19px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title .ui-accordion-header-icon {
    height: 29px;
    width: 20px;
  }
}
body.page-template-page-faq .faq-block .accordion-element .accordion-title .ui-accordion-header-icon:before {
  content: "+";
  font-size: 33px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title .ui-accordion-header-icon:before {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-title .ui-accordion-header-icon:before {
    font-size: 22px;
  }
}
body.page-template-page-faq .faq-block .accordion-element .accordion-title.ui-state-active .ui-accordion-header-icon:before {
  content: "-";
}
body.page-template-page-faq .faq-block .accordion-element .accordion-content.ui-widget-content {
  box-sizing: border-box;
  padding: 22px 0 0px;
  text-align: center;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-content.ui-widget-content {
    padding-top: 15px;
  }
}
body.page-template-page-faq .faq-block .accordion-element .accordion-content.ui-widget-content p {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-content.ui-widget-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 28px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .faq-block .accordion-element .accordion-content.ui-widget-content p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 21px;
  }
}
body.page-template-page-faq .tan-commandments h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 -5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments h2 {
    font-size: 35px;
  }
}
body.page-template-page-faq .tan-commandments .row {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-page-faq .tan-commandments .row .column {
  width: 50%;
  display: flex;
  box-sizing: border-box;
  padding: 42px 30px 57px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments .row .column {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .tan-commandments .row .column {
    width: 100%;
  }
}
body.page-template-page-faq .tan-commandments .row .column:first-of-type {
  background-color: #fedaf4;
  justify-content: flex-end;
  padding-right: 58px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments .row .column:first-of-type {
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .tan-commandments .row .column:first-of-type {
    padding-right: 20px;
  }
}
body.page-template-page-faq .tan-commandments .row .column:last-of-type {
  background-color: #fff6b7;
  justify-content: flex-start;
  padding-left: 58px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments .row .column:last-of-type {
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .tan-commandments .row .column:last-of-type {
    padding-left: 20px;
  }
}
body.page-template-page-faq .tan-commandments .row .column .hold {
  max-width: 605px;
  box-sizing: border-box;
}
body.page-template-page-faq .tan-commandments .row .column h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments .row .column h3 {
    margin: 0 0 30px;
    font-size: 35px;
    line-height: 45px;
  }
}
body.page-template-page-faq .tan-commandments .row .column h3 span {
  z-index: 1;
  position: relative;
}
body.page-template-page-faq .tan-commandments .row .column h3 span:after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  left: -25px;
  height: 24px;
  width: calc(100% + 50px);
  top: 15px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments .row .column h3 span:after {
    left: -16px;
    height: 20px;
    width: calc(100% + 30px);
  }
}
body.page-template-page-faq .tan-commandments .row .column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-page-faq .tan-commandments .row .column ul li {
  position: relative;
  padding: 0 0 0 48px;
  margin: 0 0 28px;
}
body.page-template-page-faq .tan-commandments .row .column ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: url("images/checkmark-black.png") no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  width: 29px;
  height: 31px;
}
body.page-template-page-faq .tan-commandments .row .column ul li h4 {
  color: #d04f8d;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 4px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments .row .column ul li h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
body.page-template-page-faq .tan-commandments .row .column ul li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 25px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .tan-commandments .row .column ul li p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 22px;
  }
}
body.page-template-page-faq .top-tips-block {
  background-color: #c1e2d7;
  padding: 60px 0 40px;
}
body.page-template-page-faq .top-tips-block .row {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-page-faq .top-tips-block .row .column-title {
  width: 500px;
  padding: 0 50px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  body.page-template-page-faq .top-tips-block .row .column-title {
    width: 400px;
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-faq .top-tips-block .row .column-title {
    width: 100%;
    margin: 0 0 30px;
  }
}
body.page-template-page-faq .top-tips-block .row .column-title h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  text-align: right;
  padding-top: 117px;
  padding-right: 64px;
  margin: 36px 0 38px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2 {
    text-align: center;
    padding: 66px 0 0;
    margin: 0 0 30px;
    font-size: 45px;
  }
  body.page-template-page-faq .top-tips-block .row .column-title h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 50px 0 0;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2 {
    font-size: 32px;
  }
}
body.page-template-page-faq .top-tips-block .row .column-title h2:after {
  content: "";
  display: block;
  width: 122px;
  height: 82px;
  position: absolute;
  right: 26px;
  top: 0;
  background: url("images/stars-yellow.png") no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2:after {
    right: 50%;
    margin-right: -327px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2:after {
    margin-right: -226px;
    width: 80px;
    height: 54px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2:after {
    margin-right: -55%;
  }
}
body.page-template-page-faq .top-tips-block .row .column-title h2 span {
  z-index: 1;
  position: relative;
}
body.page-template-page-faq .top-tips-block .row .column-title h2 span:nth-of-type(3) {
  margin-right: 36px;
}
@media (max-width: 1279px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2 span:nth-of-type(3) {
    margin-right: 0;
  }
}
body.page-template-page-faq .top-tips-block .row .column-title h2 span i {
  content: "";
  background: #f2d8fa;
  position: absolute;
  z-index: -1;
  left: -10px;
  height: 28px;
  width: calc(100% + 20px);
  top: 21px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2 span i {
    height: 25px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2 span i {
    height: 20px;
    top: 15px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-title h2 span i {
    height: 18px;
    top: 13px;
  }
}
body.page-template-page-faq .top-tips-block .row .column-title p {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 1023px) {
  body.page-template-page-faq .top-tips-block .row .column-title p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .top-tips-block .row .column-title p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-title p {
    font-size: 16px;
    line-height: 23px;
  }
}
body.page-template-page-faq .top-tips-block .row .column-tiles {
  width: calc(100% - 500px);
}
@media (max-width: 1279px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1023px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles {
    width: 100%;
  }
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items {
  white-space: nowrap;
  padding-bottom: 60px;
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items {
    padding-bottom: 30px;
  }
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items .item {
  width: 690px;
  margin-right: 36px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item {
    width: 550px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item {
    width: 400px;
    margin: 0 10px;
  }
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item:first-of-type {
    margin-left: 20px;
  }
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item:last-of-type {
    margin-right: 20px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item {
    width: 300px;
  }
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .hold {
  display: flex;
  white-space: normal;
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .hold {
    flex-wrap: wrap;
  }
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items .item figure {
  width: 58%;
  padding-left: 8px;
  padding-top: 17px;
  position: relative;
  z-index: 2;
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item figure {
    width: 80%;
  }
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items .item figure img {
  box-shadow: -8px 8px 0 0 #e596c1;
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data {
  width: 42%;
  background: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  position: relative;
  z-index: 1;
  padding: 47px 20px 30px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data:before {
  content: "";
  display: block;
  position: absolute;
  left: -68%;
  width: 168%;
  height: 105.6%;
  background: #fff;
  z-index: -1;
  top: 0;
}
@media (max-width: 1279px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data {
    font-size: 20px;
    line-height: 30px;
  }
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 15px 0 15px;
  }
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data {
    width: 90%;
    margin-left: 10%;
    text-align: center;
    padding: 20px 15px 20px 15px;
  }
  body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data:before {
    top: -200px;
    height: calc(100% + 200px);
    width: 100%;
    left: 0;
  }
}
body.page-template-page-faq .top-tips-block .row .column-tiles .items .item .data .author {
  font-weight: 700;
}
body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 {
  padding-right: 50px;
}
@media (max-width: 1279px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 {
    padding-top: 100px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 {
    padding: 66px 0 0;
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 50px 0 0;
  }
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 br:nth-of-type(2) {
    display: inline;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 {
    font-size: 32px;
  }
}
body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span:nth-of-type(1) {
  margin-right: 36px;
}
@media (max-width: 1279px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span:nth-of-type(1) {
    margin-right: 0;
  }
}
body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span:nth-of-type(3) {
  margin-right: 18px;
}
@media (max-width: 1279px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span:nth-of-type(3) {
    margin-right: 0;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span i {
    height: 25px;
    top: 18px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span i {
    height: 25px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span i {
    height: 20px;
    top: 15px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title h2 span i {
    height: 18px;
    top: 13px;
  }
}
body.page-template-page-faq.lang-de .top-tips-block .row .column-title p {
  font-size: 24px;
}
@media (max-width: 1279px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title p {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
body.page-template-page-faq.lang-de .top-tips-block .row .column-tiles .items .item .data {
  font-size: 18px;
  line-height: 26px;
}
body.page-template-page-faq.lang-de .top-tips-block .row .column-tiles .items .item .data p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1279px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-tiles .items .item .data {
    font-size: 15px;
    line-height: 18px;
  }
  body.page-template-page-faq.lang-de .top-tips-block .row .column-tiles .items .item .data p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-faq.lang-de .top-tips-block .row .column-tiles .items .item .data {
    font-size: 13px;
    line-height: 16px;
  }
  body.page-template-page-faq.lang-de .top-tips-block .row .column-tiles .items .item .data p {
    font-size: 13px;
    line-height: 16px;
  }
}
body.page-template-page-btan-custom .main-banner-section {
  position: relative;
  padding-bottom: 13vw;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .main-banner-section {
    overflow: hidden;
    padding-bottom: 62vw;
  }
}
body.page-template-page-btan-custom .main-banner-section .bg-image {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .main-banner-section .bg-image {
    width: 353%;
    max-width: none;
    left: -25%;
    position: relative;
  }
}
body.page-template-page-btan-custom .main-banner-section .product-image {
  width: 38vw;
  height: auto;
  position: absolute;
  top: 5.7vw;
  left: 50%;
  z-index: 2;
  margin-left: -29.5vw;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .main-banner-section .product-image {
    top: 54%;
    margin-left: -36.5vw;
    width: 73.5vw;
  }
}
body.page-template-page-btan-custom .main-banner-section .text-hold {
  position: absolute;
  left: 50%;
  top: 0;
  height: 77.2%;
  display: flex;
  width: 50%;
  z-index: 1;
  padding: 3.8vw 0 3.8vw 7%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .main-banner-section .text-hold {
    height: calc(100% - 62vw);
    left: 6%;
    width: 88%;
    padding: 10vw 0 53vw;
    justify-content: center;
    align-items: center;
  }
}
body.page-template-page-btan-custom .main-banner-section .text-hold .btn {
  background-color: #000000;
  position: absolute;
  bottom: 6.1vw;
  left: 44%;
  font-size: 1.8vw;
  width: 34%;
  height: 3.9vw;
  line-height: 3.7vw;
  padding: 0;
  border: none;
  font-family: "Helvetica Neue", sans-serif;
  transition: all 400ms ease-in-out;
}
body.page-template-page-btan-custom .main-banner-section .text-hold .btn:hover, body.page-template-page-btan-custom .main-banner-section .text-hold .btn:focus, body.page-template-page-btan-custom .main-banner-section .text-hold .btn:active {
  background-color: #dd76a8;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .main-banner-section .text-hold .btn {
    top: 57.8%;
    left: 8.2%;
    width: 83.9%;
    height: 16.4vw;
    font-size: 7.5vw;
    line-height: 15vw;
  }
}
body.page-template-page-btan-custom .steps-section h2,
body.page-template-page-btan-custom .how-it-works-section h2,
body.page-template-page-btan-custom .insta-section h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 65px;
  margin: 0 0 8px;
  color: #000;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section h2,
body.page-template-page-btan-custom .how-it-works-section h2,
body.page-template-page-btan-custom .insta-section h2 {
    font-size: 46px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section h2,
body.page-template-page-btan-custom .how-it-works-section h2,
body.page-template-page-btan-custom .insta-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section h2,
body.page-template-page-btan-custom .how-it-works-section h2,
body.page-template-page-btan-custom .insta-section h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section h2,
body.page-template-page-btan-custom .how-it-works-section h2,
body.page-template-page-btan-custom .insta-section h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
body.page-template-page-btan-custom .steps-section h2 span,
body.page-template-page-btan-custom .how-it-works-section h2 span,
body.page-template-page-btan-custom .insta-section h2 span {
  position: relative;
  z-index: 1;
}
body.page-template-page-btan-custom .steps-section h2 span:before,
body.page-template-page-btan-custom .how-it-works-section h2 span:before,
body.page-template-page-btan-custom .insta-section h2 span:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 44px);
  height: 22px;
  left: -34px;
  bottom: 3px;
  z-index: -1;
  background-color: #f0bbd5;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section h2 span:before,
body.page-template-page-btan-custom .how-it-works-section h2 span:before,
body.page-template-page-btan-custom .insta-section h2 span:before {
    bottom: 9px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section h2 span:before,
body.page-template-page-btan-custom .how-it-works-section h2 span:before,
body.page-template-page-btan-custom .insta-section h2 span:before {
    width: calc(100% + 30px);
    height: 19px;
    left: -15px;
    bottom: 7px;
  }
}
body.page-template-page-btan-custom .steps-section .text-hold,
body.page-template-page-btan-custom .how-it-works-section .text-hold,
body.page-template-page-btan-custom .insta-section .text-hold {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .text-hold,
body.page-template-page-btan-custom .how-it-works-section .text-hold,
body.page-template-page-btan-custom .insta-section .text-hold {
    max-width: 700px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .text-hold,
body.page-template-page-btan-custom .how-it-works-section .text-hold,
body.page-template-page-btan-custom .insta-section .text-hold {
    max-width: 640px;
  }
}
body.page-template-page-btan-custom .steps-section .text-hold p,
body.page-template-page-btan-custom .how-it-works-section .text-hold p,
body.page-template-page-btan-custom .insta-section .text-hold p {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 34px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .text-hold p,
body.page-template-page-btan-custom .how-it-works-section .text-hold p,
body.page-template-page-btan-custom .insta-section .text-hold p {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .text-hold p,
body.page-template-page-btan-custom .how-it-works-section .text-hold p,
body.page-template-page-btan-custom .insta-section .text-hold p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 28px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .text-hold p,
body.page-template-page-btan-custom .how-it-works-section .text-hold p,
body.page-template-page-btan-custom .insta-section .text-hold p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
body.page-template-page-btan-custom .how-it-works-section {
  padding: 60px 0 80px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .how-it-works-section {
    padding: 40px 0 60px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .how-it-works-section {
    padding-bottom: 30px;
  }
}
body.page-template-page-btan-custom .how-it-works-section .wrapper {
  max-width: 1640px;
}
body.page-template-page-btan-custom .how-it-works-section .text-hold {
  margin-bottom: 77px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .how-it-works-section .text-hold {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .how-it-works-section .text-hold {
    margin-bottom: 30px;
  }
}
body.page-template-page-btan-custom .steps-section {
  padding: 148px 0 100px;
  overflow: hidden;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section {
    padding: 110px 0 90px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section {
    padding: 100px 0 70px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section {
    padding: 80px 0 50px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section {
    padding: 30px 0 30px;
  }
}
body.page-template-page-btan-custom .steps-section .wrapper {
  max-width: 1480px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .wrapper {
    max-width: 1220px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .wrapper {
    max-width: 1180px;
  }
}
body.page-template-page-btan-custom .steps-section h2 {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section h2 {
    margin-bottom: 14px;
  }
}
body.page-template-page-btan-custom .steps-section h2 span:before {
  width: calc(100% + 134px);
  height: 22px;
  left: -67px;
  bottom: 9px;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section h2 span:before {
    width: calc(100% + 30px);
    height: 19px;
    left: -15px;
    bottom: 7px;
  }
}
body.page-template-page-btan-custom .steps-section .text-hold {
  margin-bottom: 200px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .text-hold {
    margin-bottom: 150px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .text-hold {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .text-hold {
    padding: 0 15px;
    margin-bottom: 70px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item {
  margin: 0 0 230px;
  width: 100%;
  position: relative;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item {
    margin-bottom: 150px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item {
    margin-bottom: 120px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .hold {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  width: 88%;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .hold {
    flex-direction: column;
    width: 95%;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .image {
  width: 40%;
  margin-right: -12%;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .image {
    width: 50%;
    margin-right: 0;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .image img {
  width: 123%;
  max-width: none;
  margin-right: -23%;
  margin-top: -72px;
  margin-bottom: -33px;
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .image img {
    width: 114%;
    margin-top: -50px;
    margin-bottom: -28px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .image img {
    width: 105%;
    margin-top: -34px;
    margin-bottom: -19px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .image img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 160px;
  width: 60%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data {
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data {
    width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data {
    padding-left: 70px;
    padding-right: 20px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data .icon img {
  width: 100%;
  height: auto;
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
  margin: 0 0 10px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 span {
  position: relative;
  z-index: 1;
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 32px);
  height: 32px;
  left: -10px;
  bottom: 13px;
  opacity: 0.5;
  z-index: -1;
  background-color: #fff;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 span:before {
    height: 27px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 span:before {
    height: 23px;
    bottom: 9px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data h3 span:before {
    height: 20px;
    bottom: 8px;
    width: calc(100% + 30px);
    left: -15px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data .text {
  max-width: 500px;
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data .text p {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 34px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .text p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 30px;
  }
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .text p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .text p {
    font-size: 13px;
    line-height: 21px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold {
  width: 100%;
}
body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
  box-sizing: border-box;
  width: 100%;
  height: 171px;
  border: 1px solid #000000;
  background-color: #ffffff;
  box-shadow: 16px 17px 0 #221f20;
  font-size: 68px;
  line-height: 80px;
  padding: 37px 36px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
    height: 150px;
    font-size: 55px;
    line-height: 70px;
    padding: 34px 36px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
    height: 135px;
    font-size: 50px;
    line-height: 54px;
    padding: 33px 33px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
    height: 125px;
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
    height: 100px;
    font-size: 33px;
    line-height: 44px;
    padding: 27px 26px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
    height: 18vw;
    font-size: 5.7vw;
    line-height: 1;
    padding: 5.5vw 3vw;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
    font-size: 5.6vw;
  }
}
@media (max-width: 374px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item .data .input-hold .txt-type {
    font-size: 5.5vw;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item .color-bg {
  position: absolute;
  height: 100%;
  left: 0;
  width: 50%;
  z-index: -1;
  top: 0;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .image img {
    margin-top: -50px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data {
  padding-top: 40px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data .icon {
  left: -108px;
  top: -35px;
  width: 200px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data .icon {
    left: -59px;
    top: 0px;
    width: 157px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data .icon {
    left: -42px;
    top: 10px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data .icon {
    left: 0;
    top: 30px;
    width: 78px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data .icon {
    top: 35px;
    width: 50px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 {
  font-size: 68px;
  line-height: 78px;
  letter-spacing: -1px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 span:before {
  width: calc(100% + 46px);
  height: 36px;
  left: -16px;
  bottom: 15px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 span:before {
    height: 30px;
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 span:before {
    height: 25px;
    bottom: 10px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(1) .data h3 span:before {
    height: 20px;
    bottom: 8px;
    width: calc(100% + 30px);
    left: -15px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .hold {
  flex-direction: row;
  margin-left: 19%;
  width: 81%;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .hold {
    flex-direction: column;
    margin-left: 5%;
    width: 95%;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .image {
  margin-right: 0;
  margin-left: -12%;
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .image img {
  margin-right: 0;
  margin-left: -23%;
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .data {
  text-align: right;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 160px;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .data {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .data {
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .data {
    padding-left: 20px;
    padding-right: 70px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .data .icon {
  left: auto;
  right: 0;
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2n) .color-bg {
  left: 50%;
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) {
  margin-top: 378px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) {
    margin-top: 310px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) {
    margin-top: 220px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) {
    margin-top: 160px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .image {
  margin-left: -11%;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .image {
    margin-left: 15%;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .image img {
  width: 105%;
  margin-left: -18%;
  margin-top: -113px;
  margin-bottom: -100px;
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .image img {
    width: 100%;
    margin-top: -64px;
    margin-bottom: -70px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .image img {
    width: 94%;
    margin-top: -48px;
    margin-bottom: -48px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .image img {
    width: 92%;
    margin-top: -80px;
    margin-bottom: -10px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data {
  padding-top: 14px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data .icon {
  right: -29px;
  top: -93px;
  width: 155px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data .icon {
    right: -27px;
    top: -36px;
    width: 120px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data .icon {
    right: -24px;
    top: 0px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data .icon {
    right: 0;
    top: 22px;
    width: 62px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(2) .data .icon {
    width: 44px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) {
  margin-top: 490px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) {
    margin-top: 350px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) {
    margin-top: 250px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) {
    margin-top: 175px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .hold {
  width: 80.8%;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .hold {
    width: 95%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .image {
    margin-right: 5%;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .image img {
  margin-top: -275px;
  margin-left: 13%;
  margin-bottom: -72px;
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .image img {
    width: 105%;
    margin-top: -186px;
    margin-bottom: -47px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .image img {
    width: 100%;
    margin-top: -140px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .image img {
    width: 100%;
    margin-top: -130px;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .data {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .data .icon {
  left: -64px;
  top: -69px;
  width: 174px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .data .icon {
    left: -49px;
    top: -34px;
    width: 146px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .data .icon {
    left: -33px;
    top: 4px;
    width: 95px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .data .icon {
    left: -5px;
    top: 25px;
    width: 80px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(3) .data .icon {
    left: -9px;
    top: 27px;
    width: 60px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) {
  margin-top: 510px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) {
    margin-top: 360px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) {
    margin-top: 250px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) {
    margin-top: 185px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image {
  position: relative;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image {
    margin-left: 20%;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image:before {
  content: "";
  display: block;
  position: absolute;
  top: -199px;
  left: 100%;
  margin-left: -202px;
  width: 216px;
  height: 199px;
  background: url("images/icon-step-4.svg") no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image:before {
    top: -150px;
    margin-left: -167px;
    width: 167px;
    height: 150px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image:before {
    top: -116px;
    margin-left: -126px;
    width: 126px;
    height: 116px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image img {
  width: 103%;
  margin-left: -34%;
  margin-top: -219px;
  margin-bottom: -145px;
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image img {
    width: 94%;
    margin-top: -153px;
    margin-bottom: -96px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image img {
    width: 89%;
    margin-top: -120px;
    margin-bottom: -74px;
    margin-left: -22%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image img {
    margin-bottom: -10px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .image:before {
    display: none;
  }
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .hold:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    margin-left: 10%;
    width: 100px;
    height: 92px;
    margin-top: -92px;
    background: url("images/icon-step-4.svg") no-repeat center bottom;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .hold:before {
    right: 5%;
    margin-left: 0;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data {
  padding-bottom: 18px;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 192px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data {
    min-height: 0;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data .icon {
  right: -76px;
  top: -61px;
  width: 198px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data .icon {
    right: -42px;
    top: -22px;
    width: 140px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data .icon {
    right: -35px;
    top: 14px;
    width: 92px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data .icon {
    right: 0;
    top: 35px;
    width: 76px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item:nth-of-type(4) .data .icon {
    top: 36px;
    width: 53px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item.last {
  margin-top: 264px;
  margin-bottom: 54px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last {
    margin-top: 210px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last {
    margin-top: 60px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last {
    margin-top: 40px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item.last .hold {
  justify-content: flex-end;
  width: 100%;
}
body.page-template-page-btan-custom .steps-section .steps-list .item.last .data {
  padding-left: 0;
  padding-right: 0;
  width: 77%;
  padding-top: 30px;
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data {
    width: 75%;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data {
    width: 100%;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0px;
  margin: 0 0 25px;
}
@media (max-width: 1279px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 374px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 span:before {
  opacity: 1;
  background-color: #f0bbd5;
  width: calc(100% + 20px);
  height: 28px;
  left: -1px;
  bottom: 9px;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 span:before {
    height: 23px;
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 span:before {
    height: 18px;
    bottom: 7px;
    width: calc(100% + 14px);
    left: -7px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 span:before {
    height: 16px;
    bottom: 6px;
  }
}
@media (max-width: 374px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .data h3 span:before {
    height: 14px;
    bottom: 4px;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item.last .image {
  width: 41%;
  margin-left: -18%;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .steps-section .steps-list .item.last .image {
    width: 50%;
    margin-left: 50%;
    margin-bottom: -26vw;
    margin-right: 0;
  }
}
body.page-template-page-btan-custom .steps-section .steps-list .item.last .image img {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-page-btan-custom .insta-section {
  padding: 80px 0 130px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .insta-section {
    padding: 65px 0 90px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .insta-section {
    padding: 40px 0 50px;
  }
}
body.page-template-page-btan-custom .insta-section .wrapper {
  max-width: 1640px;
}
body.page-template-page-btan-custom .insta-section h2 {
  letter-spacing: 0;
  margin-bottom: 110px;
}
@media (max-width: 1760px) {
  body.page-template-page-btan-custom .insta-section h2 {
    margin-bottom: 75px;
  }
}
@media (max-width: 1439px) {
  body.page-template-page-btan-custom .insta-section h2 {
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .insta-section h2 {
    margin-bottom: 36px;
  }
}
body.page-template-page-btan-custom .insta-section h2 span:before {
  width: calc(100% + 52px);
  height: 28px;
  left: -26px;
  bottom: 11px;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .insta-section h2 span:before {
    height: 22px;
    bottom: 9px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .insta-section h2 span:before {
    height: 19px;
    bottom: 7px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-btan-custom .insta-section h2 span:before {
    width: calc(100% + 30px);
    left: -15px;
    height: 16px;
    bottom: 6px;
  }
}
body.page-template-page-btan-custom .insta-section .link-hold {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px;
  padding: 0 50px;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .insta-section .link-hold {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .insta-section .link-hold {
    justify-content: center;
  }
}
body.page-template-page-btan-custom .insta-section .link-hold a {
  position: relative;
  color: #000000;
  font-size: 29px;
  letter-spacing: -0.2px;
  font-weight: 700;
  line-height: 39px;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .insta-section .link-hold a {
    font-size: 22px;
    line-height: 30px;
    padding-left: 45px;
  }
}
body.page-template-page-btan-custom .insta-section .link-hold a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 39px;
  height: 39px;
  background: url("images/icon-instagram.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 1023px) {
  body.page-template-page-btan-custom .insta-section .link-hold a:before {
    top: 1px;
    width: 30px;
    height: 30px;
  }
}
body.page-template-page-btan-custom .insta-section .insta-img-slider {
  position: relative;
  padding: 0 35px;
}
body.page-template-page-btan-custom .insta-section .insta-img-slider .slider-hold {
  position: relative;
  overflow: hidden;
}
body.page-template-page-btan-custom .insta-section .insta-img-slider .slider-hold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 20000em;
  position: relative;
}
body.page-template-page-btan-custom .insta-section .insta-img-slider .slider-hold ul li {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body.page-template-page-btan-custom .insta-section .insta-img-slider .slider-hold ul li {
    padding: 0;
  }
  body.page-template-page-btan-custom .insta-section .insta-img-slider .slider-hold ul li img {
    max-width: none;
    width: 100%;
  }
}
body.page-template-page-btan-custom .insta-section .insta-img-slider .next, body.page-template-page-btan-custom .insta-section .insta-img-slider .prev {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 19px;
  height: 35px;
  top: 50%;
  margin-top: -18px;
}
body.page-template-page-btan-custom .insta-section .insta-img-slider .prev {
  background: url("images/arrow-left_1.png") no-repeat center;
  background-size: contain;
  left: 0;
}
body.page-template-page-btan-custom .insta-section .insta-img-slider .next {
  background: url("images/arrow-right_1.png") no-repeat center;
  background-size: contain;
  right: 0;
}
body.page-template-page-bfresh {
  /* mmenu */
  /* mmenu update 14.04 */
  /* mmenu styles */
}
body.page-template-page-bfresh .btn {
  font-weight: bold;
  display: block;
  background: none;
  border: 2px solid #000000;
  color: #000;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 9px 11px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 6px 6px 0;
  background: #fff;
  font-family: "Helvetica Neue", sans-serif;
}
body.page-template-page-bfresh .btn.btn-white {
  border-color: #fff;
  color: #fff;
  background: none;
}
@keyframes marquee {
  0% {
    left: 0vw;
  }
  100% {
    left: -100vw;
  }
}
@keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body.page-template-page-bfresh #header .header-promo-2 {
  background-color: #ffefb0 !important;
  color: #ef6d82;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 0;
}
body.page-template-page-bfresh #header .header-promo-2 p {
  margin: 0;
  font-size: 14px;
  line-height: 2em;
}
body.page-template-page-bfresh #header .header-promo-2 a {
  color: #8f66cc;
  text-decoration: underline;
}
body.page-template-page-bfresh #header .header-promo-2 .mobile {
  display: none;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh #header .header-promo-2 .desktop {
    display: none;
  }
  body.page-template-page-bfresh #header .header-promo-2 .mobile {
    display: block;
  }
}
body.page-template-page-bfresh #header .header__main {
  position: relative;
}
body.page-template-page-bfresh #header .header__main .header__logo {
  position: absolute;
  left: 20px;
  top: 21px;
  width: 110px;
  height: auto;
  z-index: 1;
}
body.page-template-page-bfresh .new-header#header .header-panel-desktop .panel-item.panel-center .logo {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-bfresh .new-header .header-panel .header-logo {
    display: block;
    margin: 4px auto 2px;
    width: 112px;
  }
}
body.page-template-page-bfresh .menu-new .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-page-bfresh .menu-new .menu > li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}
body.page-template-page-bfresh .menu-new .menu > li.restrict {
  display: none;
}
body.page-template-page-bfresh .menu-new .menu > li > a {
  color: black;
  display: block;
  border-bottom: 3px solid transparent;
  transition: all ease 0.5s;
  padding: 10px 0;
  margin: 0 !important;
  font: 13px "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.page-template-page-bfresh .menu-new .menu > li:hover > a {
  border-bottom: 3px solid #87764F;
  text-decoration: none;
}
body.page-template-page-bfresh .menu-new .menu > li > a {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border-bottom: none;
  padding-bottom: 14px;
}
body.page-template-page-bfresh .menu-new .menu > li > a:after {
  content: "";
  display: block;
  background-color: #ffefb0 !important;
  position: absolute;
  left: -5px;
  width: calc(100% + 10px);
  top: 50%;
  margin-top: 0;
  height: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
}
body.page-template-page-bfresh .menu-new .menu > li:hover > a {
  border-bottom: none;
}
body.page-template-page-bfresh .menu-new .menu > li:hover > a:after {
  margin-top: -3px;
  height: 9px;
}
body.page-template-page-bfresh .menu-new li .menu-dropdown {
  display: none;
  transition: all ease 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  text-align: left;
}
body.page-template-page-bfresh .menu-new li:hover .menu-dropdown {
  display: block;
}
body.page-template-page-bfresh .menu-dropdown {
  background-color: white;
  padding: 40px 0;
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.03);
  border-top: 1px solid #f0f0f0;
}
body.page-template-page-bfresh .menu-dropdown .container {
  width: 1232px;
}
body.page-template-page-bfresh .menu-dropdown h3 {
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 2px solid #ECECEC;
  font: 19px "Bodoni 72", "Bodoni", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #4A4A4A;
}
body.page-template-page-bfresh .menu-dropdown .cols {
  margin-left: -20px;
  font-size: 0;
}
body.page-template-page-bfresh .menu-dropdown .cols .col {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
body.page-template-page-bfresh .menu-dropdown .cols .col.col--half {
  width: 50%;
}
body.page-template-page-bfresh .menu-dropdown .cols .col.col--quarter {
  width: 25%;
}
body.page-template-page-bfresh .menu-dropdown .cols .col.col--3quarter {
  width: 75%;
}
body.page-template-page-bfresh .menu-dropdown .cols .col .block {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
}
body.page-template-page-bfresh .menu-dropdown .cols .col--image a {
  margin: 0 !important;
  padding: 0 !important;
}
body.page-template-page-bfresh .menu-dropdown .cols .col--links.col--half .block {
  width: 50%;
}
body.page-template-page-bfresh .menu-dropdown .cols .col--links.col--3quarter .block {
  width: 33.333%;
}
body.page-template-page-bfresh .menu-dropdown .cols .col--links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
body.page-template-page-bfresh .menu-dropdown .cols .col--links ul li {
  margin-bottom: 14px;
}
body.page-template-page-bfresh .menu-dropdown .cols .col--links ul li a {
  margin: 0;
  font: 14px/19px "Open Sans", Helvetica, Arial;
  font-weight: 400;
  color: #4A4A4A;
}
body.page-template-page-bfresh .menu-dropdown .cols .col--links ul li a:hover {
  text-decoration: none;
}
body.page-template-page-bfresh .mm-menu {
  background: #ffffff;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}
body.page-template-page-bfresh .mm-menu.mm-offcanvas {
  max-width: 346px;
}
body.page-template-page-bfresh .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.58);
}
body.page-template-page-bfresh .mm-listview {
  font-size: 13px;
}
body.page-template-page-bfresh .mm-listview .li--title {
  background-color: rgba(234, 234, 234, 0.4);
}
body.page-template-page-bfresh .mm-listview .li--title a {
  font-weight: 600;
  color: #9b9b9b;
  cursor: default;
  letter-spacing: 1px;
}
body.page-template-page-bfresh .mm-listview > li > a {
  padding: 18px 10px 18px 20px;
}
body.page-template-page-bfresh .mm-listview > li > span {
  padding: 18px 10px 18px 20px;
}
body.page-template-page-bfresh .mm-listview > li:not(.mm-divider):after {
  left: 0;
}
body.page-template-page-bfresh #subpanel1 {
  padding-top: 0;
}
body.page-template-page-bfresh #subpanel1 > .mm-navbar {
  display: none;
}
body.page-template-page-bfresh #subpanel2 {
  padding-top: 0;
}
body.page-template-page-bfresh #subpanel2 > .mm-navbar {
  display: none;
}
body.page-template-page-bfresh .mmenu--login {
  text-align: center;
}
body.page-template-page-bfresh .mmenu--tabs {
  font-size: 0;
  border-bottom: 1px solid #e6e6e6;
}
body.page-template-page-bfresh .mmenu--tabs a {
  font-size: initial;
  display: inline-block;
  width: 50%;
  font: 9px/13px Open Sans, Arial, Helvetica, sans-serif;
  text-align: center;
  letter-spacing: 1.41px;
  position: relative;
  padding: 10px 0;
  transition: all ease 0.5s;
  color: #9a9a9a;
}
body.page-template-page-bfresh .mmenu--tabs a img {
  position: absolute;
  top: 100%;
  top: calc(100% - .5px);
  left: 50%;
  margin-left: -5px;
  z-index: 9;
}
body.page-template-page-bfresh .mmenu--tabs a:first-child {
  border-right: 1px solid #e6e6e6;
}
body.page-template-page-bfresh .mmenu--tabs a span {
  font: 14px/20px "Bodoni 72", "Bodoni", Georgia, serif;
  letter-spacing: 1px;
}
body.page-template-page-bfresh .mmenu--tabs a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
body.page-template-page-bfresh .mmenu--tabs a.tab--active span {
  color: #00aaa7;
}
body.page-template-page-bfresh .li--prostore {
  font: 12px/20px Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
body.page-template-page-bfresh .li--prostore img {
  margin-top: -2px;
}
body.page-template-page-bfresh .li--prostore span {
  font: 19px/24px "Bodoni Italic", "Bodoni 72", Georgia, serif;
  color: #4a4a4a;
  letter-spacing: 3px;
  font-weight: 400;
}
@media all and (min-width: 550px) {
  body.page-template-page-bfresh html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    transform: translate(-346px, 0);
    transform: translate3d(-346px, 0, 0);
  }
}
body.page-template-page-bfresh .ul--login {
  margin-bottom: 0 !important;
}
body.page-template-page-bfresh .ul--login a {
  font-weight: 800 !important;
  padding: 18px 0 !important;
}
body.page-template-page-bfresh .mm-panels .ul--list {
  margin: 0 !important;
}
body.page-template-page-bfresh .mm-panels > .mm-panel {
  padding: 0;
}
body.page-template-page-bfresh .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 56px;
}
body.page-template-page-bfresh .mm-panels > .mm-panel > .mm-listview {
  margin: 20px 0;
}
body.page-template-page-bfresh .mm-navbar {
  height: 56px;
}
body.page-template-page-bfresh .mm-navbar .mm-title {
  font-weight: bold;
  color: #4a4a4a !important;
  font-size: 14px;
  line-height: 37px;
}
body.page-template-page-bfresh #mmenu:not(.mm-menu) {
  display: none;
}
body.page-template-page-bfresh .mm-next:after {
  width: 9px;
  height: 9px;
}
body.page-template-page-bfresh .mm-prev:before {
  width: 9px;
  height: 9px;
  content: "";
  border-top: 0;
  border-left: 0;
  display: block;
  width: 16px;
  height: 18px;
  top: 15px;
  left: 19px;
  transform: none !important;
  background: url(images/path.png) no-repeat 0 0;
}
body.page-template-page-bfresh .mm-menu {
  background-color: #ffefa7;
}
body.page-template-page-bfresh .mm-panels > .mm-panel > .mm-listview {
  border: none;
}
body.page-template-page-bfresh .mm-listview > li:not(.mm-divider):after {
  display: none;
}
body.page-template-page-bfresh .new-mobile-menu.country-au > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.restrict.show-au, body.page-template-page-bfresh .new-mobile-menu.country-us > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.restrict.show-us {
  display: block;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.restrict {
  display: none;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a {
  text-transform: none;
  font-size: 24px;
  font-family: "Helvetica Neue";
  font-weight: 700;
  padding: 14px 40px 15px 42px;
  z-index: 1;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a > span {
  position: relative;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li > a > span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 13px;
  width: calc(100% + 18px);
  left: -9px;
  top: 50%;
  margin-top: -4px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.menu-item.mm-opened {
  background: none;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.menu-item.mm-opened > a {
  color: #000;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li.menu-item.mm-opened > a.mm-next:after {
  border-color: #000;
  bottom: -18px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li .mm-panel.mm-vertical {
  padding: 5px 0;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) > li .mm-panel.mm-vertical li > a {
  color: #000000;
  padding: 7px 10px 7px 59px;
  font-size: 14px;
  line-height: 18px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview:not(.mmenu-topnav):not(.ul--login) .mm-next:after {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  width: 14px;
  height: 14px;
  bottom: 0px;
  right: 29px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--search {
  margin: 9px 0 17px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--search > li {
  padding: 0 30px 0 32px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--search > li .search-bar {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 0 0 #ff84ab;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--search > li .search-bar .input-group-field {
  font-family: "Open Sans";
  background: transparent;
  border: none;
  display: inline-block;
  width: calc(100% - 40px);
  box-sizing: border-box;
  padding: 0 0 0 11px;
  font-size: 14px;
  height: 32px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--search > li .search-bar .input-group-btn {
  background: url("images/search.svg") no-repeat center center transparent !important;
  width: 40px;
  background-size: 17px !important;
  display: inline-block;
  vertical-align: top;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--search > li .search-bar input[type=submit] {
  width: 40px;
  display: inline-block;
  background-color: transparent;
  border: transparent;
  padding: 0;
  box-shadow: none;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--login-2 {
  margin: 10px 0;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--login-2 > li {
  font-size: 15px !important;
  padding: 0 20px 0 32px;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--login-2 > li > a {
  font-size: 15px !important;
  display: inline;
  padding: 0 !important;
  font-family: "Open Sans" !important;
}
body.page-template-page-bfresh .new-mobile-menu > .mm-listview.ul--login-2 > li #customer_login_link {
  color: #000 !important;
  display: inline;
  font-weight: 700;
}
body.page-template-page-bfresh footer {
  font-family: "Open Sans", sans-serif;
  background-color: #fffea6;
  padding-top: 40px;
  -webkit-font-smoothing: antialiased !important;
}
body.page-template-page-bfresh footer .wrapper {
  max-width: 1360px !important;
  padding: 0 20px !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
body.page-template-page-bfresh footer .footer-mobile {
  display: none;
}
body.page-template-page-bfresh footer .footer-mobile .menu-privacy-menu-mobile-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
body.page-template-page-bfresh footer .footer-mobile .menu-privacy-menu-mobile-container .menu li {
  margin-bottom: 17px;
}
body.page-template-page-bfresh footer .footer-mobile .menu-privacy-menu-mobile-container .menu li a {
  color: #4A4A4A;
  text-transform: uppercase;
  font: 14px/18px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 2.2px;
}
body.page-template-page-bfresh footer .footer-mobile .widget-title {
  font-family: "Helvetica Neue";
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body.page-template-page-bfresh footer .footer-mobile .widget-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 11px;
  width: calc(100% + 10px);
  left: -5px;
  top: 50%;
  margin-top: -3px;
}
body.page-template-page-bfresh footer .footer-mobile .widget-title:after {
  content: "";
  display: block;
  clear: both;
}
body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social {
  padding: 30px 0;
  margin: 40px 0;
  border: 1px solid #C9C8C8;
  border-width: 1px 0;
  text-align: center;
}
body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social p {
  font: 21px/26px "Bodoni 72", "Bodoni", Georgia, serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social .social-networks li {
  margin: 0 15px;
  display: inline-block;
}
body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social .social-networks li a i.fa {
  font-size: 25px !important;
  color: black;
}
body.page-template-page-bfresh footer #current-country-flag {
  margin-right: 10px;
  margin-top: -2px;
  width: 20px;
  display: inline;
  vertical-align: middle;
}
body.page-template-page-bfresh footer .container:after {
  content: "";
  display: block;
  clear: both;
}
body.page-template-page-bfresh footer .container .row {
  margin: 0 -10px;
}
body.page-template-page-bfresh footer .container .col--links {
  font-size: initial;
  display: block;
  vertical-align: top;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}
body.page-template-page-bfresh footer .container .col--links:nth-of-type(1) {
  width: 10%;
}
body.page-template-page-bfresh footer .container .col--links:nth-of-type(2) {
  width: calc(51% - 232px);
}
body.page-template-page-bfresh footer .container .col--links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-page-bfresh footer .container .col--links ul li {
  margin-bottom: 10px !important;
  line-height: 20px;
}
body.page-template-page-bfresh footer .container .col--links ul li a {
  font: 14px/20px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0;
  text-decoration: none;
  color: #000000 !important;
}
body.page-template-page-bfresh footer .container .col--links ul li:first-child a {
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}
body.page-template-page-bfresh footer .container .col--links ul li:first-child a,
body.page-template-page-bfresh footer .container .widget-title {
  font-family: "Helvetica Neue";
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
}
body.page-template-page-bfresh footer .container .col--links ul li:first-child a:before,
body.page-template-page-bfresh footer .container .widget-title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 11px;
  width: calc(100% + 10px);
  left: -5px;
  top: 50%;
  margin-top: -3px;
}
body.page-template-page-bfresh footer .container .col--links ul li:first-child a:after,
body.page-template-page-bfresh footer .container .widget-title:after {
  content: "";
  display: block;
  clear: both;
}
body.page-template-page-bfresh footer .container .col--join {
  width: 26%;
  float: left;
  padding-right: 32px;
  box-sizing: border-box;
}
body.page-template-page-bfresh footer .container .col--join .widget-title {
  margin-bottom: 6px;
}
body.page-template-page-bfresh footer .container .col--proud {
  width: 13%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
body.page-template-page-bfresh footer .container .col--proud .widget-title {
  margin-bottom: 6px;
}
body.page-template-page-bfresh footer .container .col--proud img {
  display: block;
}
body.page-template-page-bfresh footer .container .col--social {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  width: 232px;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
body.page-template-page-bfresh footer .container .col--social .widget-title {
  margin-bottom: 25px;
}
body.page-template-page-bfresh footer .container .col--social .social-networks {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  clear: both;
  float: left;
  margin-left: -13px;
}
body.page-template-page-bfresh footer .container .col--social .social-networks li {
  float: left;
  margin: 0px 10px;
}
body.page-template-page-bfresh footer .container .col--social .social-networks li:last-child {
  margin-right: -6px;
  margin-left: 4px;
}
body.page-template-page-bfresh footer .container .col--social .social-networks li a i.fa {
  font-size: 27px !important;
  color: black;
}
body.page-template-page-bfresh footer .container .col--social .social-networks li a.tiktok img {
  width: 20px;
  margin-top: 2px;
  height: auto;
}
body.page-template-page-bfresh footer .container .col--social .social-networks li a.linkedin i.fa {
  font-size: 25px !important;
}
body.page-template-page-bfresh footer .container .col--social .social-networks li a.youtube i.fa {
  font-size: 24px !important;
}
body.page-template-page-bfresh footer .container .col--social .social-networks li a.twitter i.fa {
  font-size: 28px !important;
}
body.page-template-page-bfresh footer .taneasy-warranty {
  float: none !important;
  clear: right !important;
  text-align: right !important;
  margin-top: 15px !important;
}
body.page-template-page-bfresh footer .taneasy-warranty a {
  color: #000000 !important;
  font: 12px "Open Sans", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.7px;
  text-align: right;
}
body.page-template-page-bfresh footer .footer__bot {
  font: 12px/35px "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #000000 !important;
  background-color: #ffffff;
  border-top: none;
}
body.page-template-page-bfresh footer .footer__bot a {
  color: #000000 !important;
  font: 12px/35px "Open Sans", Helvetica, Arial, sans-serif !important;
}
body.page-template-page-bfresh footer .footer__bot .country-selector-wrapper {
  display: inline-block;
  margin-right: 20px;
}
body.page-template-page-bfresh footer .footer__bot .text {
  display: inline-block;
}
body.page-template-page-bfresh footer .footer__bot .menu-privacy-menu-container {
  float: right;
  display: inline-block;
}
body.page-template-page-bfresh footer .footer__bot .menu-privacy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-page-bfresh footer .footer__bot .menu-privacy-menu-container .menu li {
  font-size: 11px;
  line-height: 35px;
  display: inline-block;
  margin-left: 20px;
  min-width: 30px;
}
body.page-template-page-bfresh #quickViewResponseData_CountrySelector .country-selector li,
body.page-template-page-bfresh #quickViewResponseData_CountrySelector .country-selector li a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
body.page-template-page-bfresh #quickViewResponseData_CountrySelector .title {
  line-height: 27px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
body.page-template-page-bfresh #quickViewResponseData_CountrySelector .country-selector li .flag {
  display: inline;
}
@media (max-width: 800px) {
  body.page-template-page-bfresh footer .footer__top {
    display: none !important;
  }
  body.page-template-page-bfresh footer .footer-mobile {
    text-align: center;
    display: block;
  }
  body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social {
    border: none;
    padding: 12px 0 25px;
    margin: 0;
  }
  body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social .social-networks {
    margin: 20px 0 0;
  }
  body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social .social-networks li {
    vertical-align: top;
    margin: 0 6px;
  }
  body.page-template-page-bfresh footer .footer-mobile .footer-mobile__social .social-networks li a.tiktok img {
    margin-top: -2px;
    display: block;
    width: 20px;
  }
  body.page-template-page-bfresh footer .footer-mobile .footer-mobile__proud {
    margin-bottom: 35px;
  }
  body.page-template-page-bfresh footer .footer-mobile .footer-mobile__proud img {
    display: block;
    margin: 10px auto;
  }
  body.page-template-page-bfresh footer .footer__bot {
    text-align: center;
    padding: 5px 0 15px;
  }
  body.page-template-page-bfresh footer .footer__bot .menu-privacy-menu-container,
body.page-template-page-bfresh footer .footer__bot #menu-footer-menu {
    display: none;
  }
  body.page-template-page-bfresh footer .footer__bot a {
    display: block;
    line-height: 15px !important;
    margin-right: 0 !important;
  }
  body.page-template-page-bfresh footer .footer__bot .text {
    float: none;
    font-size: 9px;
    line-height: 15px;
    display: block;
  }
  body.page-template-page-bfresh footer .footer__bot .country-selector {
    margin-right: 0 !important;
    line-height: 20px;
    font: 12px/15px "Open Sans", Helvetica, Arial, sans-serif !important;
  }
}
body.page-template-page-bfresh .banner-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: "Helvetica Neue", sans-serif;
  height: auto;
}
body.page-template-page-bfresh .banner-section .desktop-banner-bg {
  width: 100%;
  position: initial;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .banner-section .desktop-banner-bg {
    display: block;
  }
}
@media (max-width: 500px) {
  body.page-template-page-bfresh .banner-section .desktop-banner-bg {
    display: none;
  }
}
body.page-template-page-bfresh .banner-section .desktop-banner-bg img {
  width: 100%;
  max-width: none;
}
body.page-template-page-bfresh .banner-section .mobile-banner-bg {
  display: none;
}
@media (max-width: 500px) {
  body.page-template-page-bfresh .banner-section .mobile-banner-bg {
    display: block;
  }
}
body.page-template-page-bfresh .banner-section .mobile-banner-bg img {
  width: 100%;
  max-width: none;
}
body.page-template-page-bfresh .advantages-section {
  padding: 27px 0 33px;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .advantages-section {
    padding-bottom: 13px;
  }
}
body.page-template-page-bfresh .advantages-section .icons-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .advantages-section .icons-row {
    flex-wrap: wrap;
  }
}
body.page-template-page-bfresh .advantages-section .icons-row .icon {
  box-sizing: border-box;
  max-width: 125px;
  padding: 0 10px;
  text-align: center;
}
body.page-template-page-bfresh .advantages-section .icons-row .icon figure {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-bfresh .advantages-section .icons-row .icon .icon-label {
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .advantages-section .icons-row .icon {
    width: 33.33%;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .advantages-section .icons-row .icon {
    padding: 0 5px;
  }
  body.page-template-page-bfresh .advantages-section .icons-row .icon .icon-label {
    font-size: 16px;
    letter-spacing: 0;
  }
}
body.page-template-page-bfresh .say-hello-section {
  background-color: #f68295;
  padding: 46px 0 0;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .say-hello-section {
    padding: 33px 0 0;
  }
}
body.page-template-page-bfresh .say-hello-section h2 {
  color: #fff5cb;
  font-size: 37px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.35px;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .say-hello-section h2 {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0;
  }
}
body.page-template-page-bfresh .say-hello-section .marqee {
  overflow: hidden;
  position: relative;
  margin: 39px 0 24px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .say-hello-section .marqee {
    margin: 0px 0 20px;
    padding: 5px 0;
    height: 23vw;
  }
  body.page-template-page-bfresh .say-hello-section .marqee .scale-marquee {
    transform: scale(2.8);
  }
}
body.page-template-page-bfresh .say-hello-section .marqee .holder {
  width: 20000em;
}
body.page-template-page-bfresh .say-hello-section .marqee .holder > img {
  position: relative;
  width: 90vw;
  margin-right: 10vw;
  float: left;
  animation: marquee 15s linear infinite;
}
body.page-template-page-bfresh .say-hello-section .btn {
  width: 180px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .say-hello-section .btn {
    width: 116px;
    font-size: 18px;
    line-height: 20px;
    padding: 2px 6px 7px;
    box-shadow: 4px 4px 0;
  }
}
body.page-template-page-bfresh .say-hello-section .img-hold {
  display: flex;
  justify-content: center;
}
body.page-template-page-bfresh .say-hello-section .img-hold span {
  margin-bottom: -133px;
  margin-top: 45px;
}
body.page-template-page-bfresh .say-hello-section .img-hold img.mobile-img {
  display: none;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .say-hello-section .img-hold img.desktop-img {
    display: none;
  }
  body.page-template-page-bfresh .say-hello-section .img-hold img.mobile-img {
    display: block;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .say-hello-section .img-hold {
    margin: 24px -15px 0;
  }
  body.page-template-page-bfresh .say-hello-section .img-hold span {
    margin-bottom: -14vw;
    margin-top: 4vw;
  }
}
body.page-template-page-bfresh .coming-soon-section {
  overflow: hidden;
  padding: 50px 0;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section {
    padding-bottom: 80px;
    padding-top: 10px;
  }
}
body.page-template-page-bfresh .coming-soon-section .text {
  text-align: center;
  margin: 0 0 110px;
}
body.page-template-page-bfresh .coming-soon-section .text p {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 35px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .text {
    margin: 0 0 82px;
  }
  body.page-template-page-bfresh .coming-soon-section .text p {
    font-size: 18px;
    line-height: 26px;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 0 103px;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row {
    margin: 0 0 110px;
    padding: 0 12.5%;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:last-of-type {
    margin-bottom: 14px;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n+1) .column figure img {
  margin-left: -20%;
  margin-right: -17%;
  max-width: none;
  width: 120%;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n+1) .column figure .badge {
  top: -85px;
  right: -85px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n+1) .column figure .badge {
    top: -47px;
    right: -47px;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) {
  flex-direction: row-reverse;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column figure {
  box-shadow: 20px 18px 0 #f0f79b;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column figure:before {
  background-image: url("images/hand.png");
  width: 152.055%;
  height: 67.24%;
  left: 33.7%;
  top: -37.15%;
}
@media (min-width: 1650px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column figure:before {
    display: none;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column figure {
    box-shadow: 10px 10px 0 #f0f79b;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column figure .badge {
  left: -85px;
  bottom: -85px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column figure .badge {
    left: -47px;
    bottom: -47px;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column:last-of-type {
  text-align: right;
  padding-left: 0;
  padding-right: 100px;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column {
  box-sizing: border-box;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:first-of-type {
  width: 38%;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:last-of-type {
  width: 62%;
  padding-left: 74px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:first-of-type, body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:last-of-type {
    width: 100%;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:last-of-type {
    padding: 50px 20px;
    box-sizing: border-box;
    justify-content: center;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:last-of-type .text-hold {
    max-width: 440px;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure {
    max-width: 377px;
    margin: 0 auto;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure {
  position: relative;
  box-shadow: -20px 18px 0 #f0f79b;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure {
    box-shadow: -10px 10px 0 #f0f79b;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 36.7%;
  left: -117%;
  z-index: 1;
  width: 471px;
  height: 93px;
  background: url("images/waves.png") no-repeat center;
  background-size: contain;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure:before {
    width: 111%;
    height: 28%;
    left: -101%;
    top: 29%;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure .badge {
  width: 170px;
  height: 170px;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure .badge span {
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.5px;
  transform: rotate(-6deg);
  max-width: 120px;
  font-family: "Helvetica Neue", sans-serif;
  z-index: 2;
  position: relative;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure .badge {
    width: 94px;
    height: 94px;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure .badge span {
    font-size: 14px;
    line-height: 15px;
    max-width: 88px;
  }
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column figure .badge:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url("images/badge-coming-soon.png") no-repeat center;
  background-size: contain;
  -webkit-animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  -ms-animation: rotate 10s linear infinite;
  -o-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column .text-hold h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.25px;
  margin: 0 0 24px;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column .text-hold p {
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 35px;
}
body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column .text-hold .btn {
  width: 180px;
  display: inline-block;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column .text-hold h3 {
    font-size: 33px;
    line-height: 37px;
    letter-spacing: 0;
    margin: 0 0 13px;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column .text-hold p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 24px;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column .text-hold .btn {
    width: 165px;
    font-size: 26px;
    padding: 5px 9px 7px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row {
    flex-direction: column;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:last-of-type {
    padding-top: 90px;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column:last-of-type {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 90px;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column figure {
    max-width: 377px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:last-of-type {
    padding: 58px 0 0;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row .column:last-of-type .text-hold {
    margin: 0 -5%;
  }
  body.page-template-page-bfresh .coming-soon-section .coming-soon-list .row:nth-of-type(2n) .column:last-of-type {
    padding: 58px 0 0;
  }
}
body.page-template-page-bfresh .body-wash-section {
  background-color: #f0f893;
  position: relative;
  padding: 92px 0 110px;
  z-index: 2;
}
@media (max-width: 1023px) {
  body.page-template-page-bfresh .body-wash-section {
    padding: 70px 0 75px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .body-wash-section {
    padding: 50px 0 55px;
  }
}
body.page-template-page-bfresh .body-wash-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: url("images/wave-yellow.png") repeat-x center;
}
body.page-template-page-bfresh .body-wash-section .wrapper {
  max-width: 1226px;
}
body.page-template-page-bfresh .body-wash-section .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .body-wash-section .row {
    flex-direction: column-reverse;
  }
}
body.page-template-page-bfresh .body-wash-section .row .column {
  display: flex;
  align-items: center;
}
body.page-template-page-bfresh .body-wash-section .row .column:first-of-type {
  width: 44%;
}
body.page-template-page-bfresh .body-wash-section .row .column:last-of-type {
  width: 56%;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .body-wash-section .row .column:first-of-type, body.page-template-page-bfresh .body-wash-section .row .column:last-of-type {
    width: 100%;
  }
}
body.page-template-page-bfresh .body-wash-section .row .column figure img {
  margin-left: -72px;
  width: calc(100% + 72px);
  max-width: none;
}
body.page-template-page-bfresh .body-wash-section .row .column .text-hold {
  padding: 50px 25px 0 60px;
}
body.page-template-page-bfresh .body-wash-section .row .column .text-hold p {
  font-size: 27px;
  font-weight: 700;
  line-height: 38px;
  margin: 0 0 38px;
}
body.page-template-page-bfresh .body-wash-section .row .column .text-hold .btn {
  width: 180px;
}
@media (max-width: 1023px) {
  body.page-template-page-bfresh .body-wash-section .row .column .text-hold {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .body-wash-section .row .column figure {
    width: 100%;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.page-template-page-bfresh .body-wash-section .row .column figure img {
    margin-left: -110px;
    width: calc(100% + 30px);
  }
  body.page-template-page-bfresh .body-wash-section .row .column .text-hold {
    text-align: center;
  }
  body.page-template-page-bfresh .body-wash-section .row .column .text-hold .btn {
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .body-wash-section .row .column figure img {
    margin-left: -14%;
    width: 100%;
  }
  body.page-template-page-bfresh .body-wash-section .row .column .text-hold p {
    line-height: 34px;
    margin: 0 0 27px;
  }
  body.page-template-page-bfresh .body-wash-section .row .column .text-hold .btn {
    font-size: 26px;
    width: 165px;
    padding: 4px 8px 8px;
  }
}
body.page-template-page-bfresh .ingredients-section {
  background-color: #ffd2e6;
  position: relative;
  padding: 95px 0 85px;
  z-index: 1;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section {
    padding: 70px 0 75px;
  }
}
body.page-template-page-bfresh .ingredients-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: url("images/wave-pink.png") repeat-x center;
}
body.page-template-page-bfresh .ingredients-section .wrapper {
  max-width: 1260px;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .ingredients-section .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-page-bfresh .ingredients-section h2 {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.24px;
  text-align: center;
  margin: 0 0 72px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider {
  box-sizing: border-box;
  padding: 0 75px;
  position: relative;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider {
    padding: 0 35px;
  }
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold {
  position: relative;
  overflow: hidden;
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 20000em;
  position: relative;
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li {
  text-align: center;
  float: left;
  box-sizing: border-box;
  padding: 0 30px 25px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0 0 5px;
  position: relative;
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li figure .for-active {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms ease-in-out;
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li figure img {
  transition: opacity 300ms ease-in-out;
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li .ingredient-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1279px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li .ingredient-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li .ingredient-title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li .ingredient-title {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media (max-width: 374px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li .ingredient-title {
    font-size: 13px;
  }
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li.active figure .for-active + img {
  opacity: 0;
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li.active figure .for-active {
  opacity: 1;
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li.active .ingredient-title {
  transform: scale(1.25) translateY(8px);
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .slider-hold ul li.active .ingredient-title {
    transform: scale(1.1) translateY(4px);
  }
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .next, body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .prev {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 19px;
  height: 35px;
  top: 50%;
  margin-top: -18px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .next, body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .prev {
    width: 13px;
    height: 24px;
    margin-top: -12px;
  }
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .prev {
  background: url("images/arrow-left_1.png") no-repeat center;
  background-size: contain;
  left: 0;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .prev {
    left: 10px;
  }
}
body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .next {
  background: url("images/arrow-right_1.png") no-repeat center;
  background-size: contain;
  right: 0;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .ingredients-section .main-ingredients-slider .next {
    right: 10px;
  }
}
body.page-template-page-bfresh .ingredients-section .ingredients-products .ingredient-products-content {
  /*margin: 70px 0 -36px;*/
  margin: 50px 0 -36px;
  display: none;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section .ingredients-products .ingredient-products-content {
    margin-top: 15px;
  }
}
body.page-template-page-bfresh .ingredients-section .ingredients-products .ingredient-products-content.active {
  display: block;
}
body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider {
  overflow: hidden;
  /*  @media(max-width: 767px) {
        ul {    
            width: 20000em;
            display: block;
            &:after {
                @include clearfix();
            }
            li {
                float: left;
            }
        }
    }*/
}
body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
}
body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li {
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
  width: 20%;
  position: relative;
  transition: all 400ms ease-in-out;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li:not(.tns-item) {
    width: 100%;
  }
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li:not(.tns-item) figure {
    max-width: 215px;
    margin: 0 auto;
  }
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li:not(.tns-item) .product-title {
    opacity: 1;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li {
    padding-bottom: 50px;
  }
}
body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li figure img {
  margin: 0 -20% 0 -24%;
  width: 144%;
  max-width: none;
}
body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li .product-title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.14px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  /*bottom: 7%;*/
  top: 80%;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li .product-title {
    top: 70%;
    font-size: 24px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li:hover .product-title {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li.centered {
    transform: scale(1.1);
  }
  body.page-template-page-bfresh .ingredients-section .ingredients-products .products-slider ul li.centered .product-title {
    opacity: 1;
  }
}
body.page-template-page-bfresh .tiles-section {
  text-align: center;
  padding: 92px 0 17px;
}
body.page-template-page-bfresh .tiles-section h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.24px;
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .tiles-section h2 {
    font-size: 32px;
    margin: 0 0 22px;
  }
}
body.page-template-page-bfresh .tiles-section .block-text p {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.5px;
  margin: 0 0 37px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .tiles-section .block-text p {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 35px;
  }
}
body.page-template-page-bfresh .tiles-section .wrapper {
  max-width: 1360px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .tiles-section .wrapper {
    padding: 0;
  }
}
body.page-template-page-bfresh .tiles-section .tiles {
  margin: 50px 0;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .tiles-section .tiles {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .tiles-section .tiles {
    margin: 34px 0 0;
    padding: 0 2px;
  }
}
body.page-template-page-bfresh .tiles-section .tiles:after {
  content: "";
  display: block;
  clear: both;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item {
  width: 25%;
  float: left;
  padding: 1.25%;
  box-sizing: border-box;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item h4 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.2px;
  margin: 5px 0 6px;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.9px;
  margin: 0 0 8px;
  max-width: 300px;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item .price {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.3px;
  margin: 0 0 14px;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item .btn {
  width: 136px;
  height: 36px;
  background: rgba(255, 149, 226, 0.55);
  border: none;
  box-shadow: none;
  color: #000;
  line-height: 34px;
  font-size: 21px;
  padding: 0;
  transition: all 400ms ease-in-out;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item:nth-of-type(3) {
  width: 50%;
  float: right;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item .hold {
  position: relative;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item .hold .hover-area {
  position: absolute;
  padding: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(235, 239, 126, 0.72);
  transition: all 400ms ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
body.page-template-page-bfresh .tiles-section .tiles .tile-item .hold:hover .hover-area {
  opacity: 1;
}
@media (max-width: 767px) {
  body.page-template-page-bfresh .tiles-section .tiles .tile-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item:first-of-type {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item:nth-of-type(2), body.page-template-page-bfresh .tiles-section .tiles .tile-item:nth-of-type(4) {
    clear: left;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item .hold .hover-area {
    position: initial;
    opacity: 1;
    background: none;
  }
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .tiles-section .tiles .tile-item {
    margin-bottom: 15px;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item:first-child {
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 4px);
    padding: 0;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item:first-child .hold .hover-area {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item:first-child .btn {
    width: 100%;
    height: 48px;
    line-height: 44px;
    font-size: 20px;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item p {
    max-width: 240px;
    margin: 0 0 18px;
    font-weight: 400;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item .price {
    margin-bottom: 20px;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item .btn {
    font-size: 14px;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item .hold .hover-area {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-page-bfresh .tiles-section .tiles .tile-item:not(:first-child) h4 {
    font-size: 13px;
    line-height: 20px;
  }
}
body.page-template-page-bfresh .featured-products-section {
  text-align: center;
  padding: 0 0 112px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .featured-products-section {
    padding-bottom: 65px;
  }
}
body.page-template-page-bfresh .featured-products-section h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.23px;
  margin: 0 0 72px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .featured-products-section h2 {
    font-size: 35px;
    letter-spacing: 0;
    margin: 0 0 44px;
  }
}
body.page-template-page-bfresh .featured-products-section .wrapper {
  max-width: 1120px;
}
body.page-template-page-bfresh .featured-products-section .products-slider {
  position: relative;
  padding: 0 35px;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold {
  position: relative;
  overflow: hidden;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 20000em;
  position: relative;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .thumb {
  display: block;
  margin-bottom: 33px;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .thumb img {
  margin: 0 auto;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.21px;
  color: #000000;
  margin: 0 0 10px;
  display: block;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .rating {
  color: #e077a8;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 18px;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .rating .fa {
  margin: 0 1px;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .price {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.22px;
  margin: 0 0 17px;
}
body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .btn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 43px;
  padding: 5px 5px;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  border: none;
  background-color: #ffefb0;
  box-shadow: 6px 6px 0 #fb8cab;
  width: 100%;
  max-width: 180px;
  margin: 0 auto 6px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .featured-products-section .products-slider .slider-hold ul li .btn {
    max-width: 165px;
    line-height: 34px;
  }
}
body.page-template-page-bfresh .featured-products-section .products-slider .next, body.page-template-page-bfresh .featured-products-section .products-slider .prev {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 19px;
  height: 35px;
  top: 50%;
}
body.page-template-page-bfresh .featured-products-section .products-slider .prev {
  background: url("images/arrow-left_1.png") no-repeat center;
  background-size: contain;
  left: 0;
}
body.page-template-page-bfresh .featured-products-section .products-slider .next {
  background: url("images/arrow-right_1.png") no-repeat center;
  background-size: contain;
  right: 0;
}
body.page-template-page-bfresh .instagram-section {
  background-color: #fb8cab;
  color: #fff;
  padding: 48px 0 66px;
  margin-bottom: 9px;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .instagram-section {
    padding: 28px 0 23px;
    margin-bottom: 12px;
  }
}
body.page-template-page-bfresh .instagram-section h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.23px;
  margin: 0 0 54px;
  text-align: center;
}
@media (max-width: 479px) {
  body.page-template-page-bfresh .instagram-section h2 {
    font-size: 32px;
    margin: 0 0 26px;
  }
}
body.page-template-page-bfresh .instagram-section .wrapper {
  max-width: 1440px;
}
body.page-template-page-bfresh .instagram-section .instagram-block-2 {
  position: relative;
  padding: 0 60px;
}
body.page-template-page-bfresh .instagram-section .instagram-block-2 #sb_instagram {
  position: relative;
  overflow: hidden;
}
body.page-template-page-bfresh .instagram-section .instagram-block-2 #sb_instagram #sbi_images {
  width: 10000em !important;
  height: 100%;
  float: none !important;
  position: relative;
  margin: 0;
  padding: 0;
}
body.page-template-page-bfresh .instagram-section .instagram-block-2 #sb_instagram #sbi_images .sbi_item {
  display: block !important;
  padding: 0 15px !important;
}
body.page-template-page-bfresh .instagram-section .instagram-block-2 .prev, body.page-template-page-bfresh .instagram-section .instagram-block-2 .next {
  display: block;
  width: 25px;
  height: 45px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  top: 50%;
  margin-top: -22px;
}
body.page-template-page-bfresh .instagram-section .instagram-block-2 .prev {
  background-image: url("images/arrow-left-white.png");
  left: 20px;
}
body.page-template-page-bfresh .instagram-section .instagram-block-2 .next {
  background-image: url("images/arrow-right-white.png");
  right: 20px;
}
body .wtb-title-section {
  text-align: center;
  padding: 48px 0 22px;
}
@media (max-width: 767px) {
  body .wtb-title-section {
    padding: 35px 0 10px;
  }
}
body .wtb-title-section h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  font-style: normal;
  letter-spacing: 0.5px;
  margin: 0 0 64px;
}
body .wtb-title-section h1 span {
  position: relative;
  z-index: 1;
}
body .wtb-title-section h1 span i {
  display: block;
  position: absolute;
  z-index: -1;
  left: -18px;
  top: 22px;
  width: calc(100% + 36px);
  height: 27px;
}
@media (max-width: 767px) {
  body .wtb-title-section h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 40px;
  }
  body .wtb-title-section h1 span i {
    left: -9px;
    top: 12px;
    width: calc(100% + 18px);
    height: 16px;
  }
}
@media (max-width: 374px) {
  body .wtb-title-section h1 {
    font-size: 24px;
  }
  body .wtb-title-section h1 span i {
    top: 10px;
    height: 14px;
  }
}
body .wtb-title-section .regions-filter {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  body .wtb-title-section .regions-filter {
    flex-wrap: wrap;
  }
}
body .wtb-title-section .regions-filter li {
  font-size: 29px;
  font-weight: 700;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  margin: 0 23px 20px;
}
@media (max-width: 1023px) {
  body .wtb-title-section .regions-filter li {
    margin: 0 15px 20px;
  }
}
@media (max-width: 767px) {
  body .wtb-title-section .regions-filter li {
    margin: 0 12px 12px;
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  body .wtb-title-section .regions-filter li {
    margin: 0 10px 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
body .wtb-title-section .regions-filter li span {
  position: relative;
  z-index: 1;
}
body .wtb-title-section .regions-filter li:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #f7d5ff;
  width: calc(100% + 22px);
  top: 11px;
  left: -11px;
  height: 0;
  transition: all 300ms ease-in-out;
}
@media (max-width: 374px) {
  body .wtb-title-section .regions-filter li:after {
    width: calc(100% + 16px);
    top: 5px;
    left: -8px;
  }
}
body .wtb-title-section .regions-filter li:hover:after, body .wtb-title-section .regions-filter li.active:after {
  height: 17px;
}
@media (max-width: 374px) {
  body .wtb-title-section .regions-filter li:hover:after, body .wtb-title-section .regions-filter li.active:after {
    height: 15px;
  }
}
body .wtb-brands .wrapper {
  max-width: 1306px;
}
body .wtb-brands .wtb-brand-item {
  padding: 32px 0;
  transition: all 600ms ease-in-out;
}
body .wtb-brands .wtb-brand-item:nth-of-type(odd) {
  background-color: #f4f4f4;
}
body .wtb-brands .wtb-brand-item .hold {
  display: flex;
}
@media (max-width: 767px) {
  body .wtb-brands .wtb-brand-item .hold {
    flex-wrap: wrap;
  }
}
body .wtb-brands .wtb-brand-item .hold .brand {
  width: 280px;
  display: flex;
  align-items: center;
  transition: all 600ms ease-in-out;
}
@media (max-width: 1279px) {
  body .wtb-brands .wtb-brand-item .hold .brand {
    width: 170px;
  }
  body .wtb-brands .wtb-brand-item .hold .brand img {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 767px) {
  body .wtb-brands .wtb-brand-item .hold .brand {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  body .wtb-brands .wtb-brand-item .hold .brand img {
    height: 33px;
  }
}
body .wtb-brands .wtb-brand-item .hold .stores {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 280px);
  padding-left: 40px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  body .wtb-brands .wtb-brand-item .hold .stores {
    width: calc(100% - 170px);
  }
}
@media (max-width: 1023px) {
  body .wtb-brands .wtb-brand-item .hold .stores {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  body .wtb-brands .wtb-brand-item .hold .stores {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 579px) {
  body .wtb-brands .wtb-brand-item .hold .stores {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
body .wtb-brands .wtb-brand-item .hold .stores .item {
  width: 25%;
  box-sizing: border-box;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms ease-in-out;
}
@media (max-width: 1023px) {
  body .wtb-brands .wtb-brand-item .hold .stores .item {
    padding: 15px 25px;
  }
}
@media (max-width: 579px) {
  body .wtb-brands .wtb-brand-item .hold .stores .item {
    width: 33.33%;
  }
}
@media (max-width: 439px) {
  body .wtb-brands .wtb-brand-item .hold .stores .item {
    width: 50%;
  }
}
body .wtb-brands .wtb-brand-item .hold .stores .item.hide {
  transform: scale(0);
  padding: 0 !important;
  width: 0;
}
body .wtb-brands .wtb-brand-item .hold .stores .item img {
  max-height: 85px;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  body .wtb-brands .wtb-brand-item .hold .stores .item img {
    max-height: 60px;
  }
}
body .wtb-brands .wtb-brand-item:nth-of-type(2) {
  padding: 55px 0;
}
body .wtb-brands .wtb-brand-item:nth-of-type(2) .hold .stores .item {
  padding: 34px 40px;
}
@media (max-width: 1023px) {
  body .wtb-brands .wtb-brand-item:nth-of-type(2) {
    padding: 40px 0;
  }
  body .wtb-brands .wtb-brand-item:nth-of-type(2) .hold .stores .item {
    padding: 15px 25px;
  }
}
@media (max-width: 1279px) {
  body {
    /* version 2 */
  }
  body .banner-section {
    height: 450px;
  }
  body .banner-section.banner-vegan h2 {
    font-size: 58px;
    line-height: 60px;
  }
  body .banner-section .banner-content .vertical-align {
    padding: 0 15%;
  }
  body .banner-section .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 16px 0 50px;
  }
  body.page-template-page-about .banner-section.banner-1 .banner-content h1 {
    margin-bottom: 80px;
  }
  body .favorite-products h2,
body .banner-3-column h2,
body .tan-selector-section h2,
body .text-section h2 {
    font-size: 44px;
    line-height: 50px;
  }
  body .whats-new .wrapper .banner-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  body .whats-new .wrapper .banner-content h2 {
    font-size: 60px;
    line-height: 66px;
  }
  body .gform_wrapper .top_label .gfield_label {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 45px;
  }
  body .banner-2-column .wrapper .column:first-of-type h3, body .banner-2-column .wrapper .column:nth-of-type(2) h3 {
    font-size: 40px;
    line-height: 50px;
  }
  body .about-2-columns .wrapper h3 {
    font-size: 40px;
    line-height: 50px;
  }
  body .page-template-page-bran-pro .text-section {
    padding: 50px 0 60px;
  }
  body .text-section .btn.text-section-btn {
    width: 180px;
    margin: 50px auto 0;
    font-size: 33px;
    line-height: 33px;
    padding-top: 4px;
    padding-bottom: 11px;
  }
  body.page-template-page-bclean .wrapper, body.page-template-page-home-2 .wrapper {
    padding: 0 30px;
  }
  body.page-template-page-bclean .key-features h2, body.page-template-page-home-2 .key-features h2 {
    font-size: 35px;
  }
  body.page-template-page-bclean .key-features .row, body.page-template-page-home-2 .key-features .row {
    margin: 0;
  }
  body.page-template-page-bclean .key-features .row .item, body.page-template-page-home-2 .key-features .row .item {
    padding: 0 20px;
  }
  body.page-template-page-bclean .products-section, body.page-template-page-home-2 .products-section {
    padding-bottom: 80px;
  }
  body.page-template-page-bclean .products-section .wrapper, body.page-template-page-home-2 .products-section .wrapper {
    padding: 0 30px;
  }
  body.page-template-page-bclean .products-section h2, body.page-template-page-home-2 .products-section h2 {
    font-size: 35px;
  }
  body.page-template-page-bclean .tan-selector-banner p, body.page-template-page-home-2 .tan-selector-banner p {
    font-size: 22px;
  }
  body.page-template-page-bclean .tan-selector-banner p .btn, body.page-template-page-home-2 .tan-selector-banner p .btn {
    margin-left: 20px;
    font-size: 26px;
  }
  body.page-template-page-bclean .b-clean-section .row .column:first-of-type, body.page-template-page-home-2 .b-clean-section .row .column:first-of-type {
    width: 54%;
  }
  body.page-template-page-bclean .b-clean-section .row .column:last-of-type, body.page-template-page-home-2 .b-clean-section .row .column:last-of-type {
    width: 46%;
    padding: 0 0 0 20px;
  }
  body.page-template-page-bclean .whats-new .wrapper .banner-content, body.page-template-page-home-2 .whats-new .wrapper .banner-content {
    padding-left: 0;
  }
  body.page-template-page-bclean .banner-2-column .wrapper, body.page-template-page-home-2 .banner-2-column .wrapper {
    padding: 0px 61px 0 30px;
  }
  body.page-template-page-bclean .banner-2-column .wrapper .column:first-of-type, body.page-template-page-home-2 .banner-2-column .wrapper .column:first-of-type {
    padding-left: 0;
  }
  body.page-template-page-bclean .banner-2-column .wrapper .column:nth-of-type(2), body.page-template-page-home-2 .banner-2-column .wrapper .column:nth-of-type(2) {
    padding-right: 0;
  }
  body.page-template-page-bclean .key-features .row {
    margin: 0;
  }
  body.page-template-page-bclean .ingredients-block {
    overflow: hidden;
  }
  body.page-template-page-bclean .ingredients-block .hold h2 {
    font-size: 35px;
  }
  body.page-template-page-bclean .ingredients-block img {
    width: 134%;
    max-width: none;
    margin-left: -16%;
  }
}
@media (max-width: 1080px) {
  body.lang-de footer .footer__top {
    display: none !important;
  }
  body.lang-de footer .footer-mobile {
    text-align: center;
    display: block;
  }
  body.lang-de footer .footer-mobile .footer-mobile__social {
    border: none;
    padding: 12px 0 25px;
    margin: 0;
  }
  body.lang-de footer .footer-mobile .footer-mobile__social .social-networks {
    margin: 20px 0 0;
  }
  body.lang-de footer .footer-mobile .footer-mobile__social .social-networks li {
    vertical-align: top;
    margin: 0 6px;
  }
  body.lang-de footer .footer-mobile .footer-mobile__social .social-networks li a.tiktok img {
    margin-top: -2px;
    display: block;
    width: 20px;
  }
  body.lang-de footer .footer-mobile .footer-mobile__proud {
    margin-bottom: 35px;
  }
  body.lang-de footer .footer-mobile .footer-mobile__proud img {
    display: block;
    margin: 10px auto;
  }
  body.lang-de footer .footer__bot {
    text-align: center;
    padding: 5px 0 15px;
  }
  body.lang-de footer .footer__bot .menu-privacy-menu-german-container,
body.lang-de footer .footer__bot .menu-privacy-menu-container,
body.lang-de footer .footer__bot #menu-footer-menu {
    display: none;
  }
  body.lang-de footer .footer__bot a {
    display: block;
    line-height: 15px !important;
    margin-right: 0 !important;
  }
  body.lang-de footer .footer__bot .text {
    float: none;
    font-size: 9px;
    line-height: 15px;
    display: block;
  }
  body.lang-de footer .footer__bot .country-selector {
    margin-right: 0 !important;
    line-height: 20px;
    font: 12px/15px "Open Sans", Helvetica, Arial, sans-serif !important;
  }
}
@media only screen and (max-width: 1024px) {
  body footer .container .col--links:nth-of-type(1) {
    width: 14% !important;
  }
  body footer .container .col--links:nth-of-type(2) {
    width: calc(41% - 232px) !important;
  }
  body footer .container .col--join {
    width: 29% !important;
    padding-right: 20px;
  }
  body footer .container .col--proud {
    width: 16%;
  }
  body footer .container .col--social {
    width: 232px !important;
  }
}
@media (max-width: 1023px) {
  body {
    /* version 2 */
  }
  body #header .header-bottom {
    min-height: 58px;
  }
  body #header .top {
    display: none;
  }
  body #header .menu-main {
    display: none;
  }
  body #header .menu-new {
    /*display: none;*/
  }
  body #header .header__main .header--account {
    display: block;
  }
  body #header .header__main .header--search {
    display: block;
  }
  body #header .header__main .header--cart {
    display: block;
  }
  body #header .header__main .hamburger {
    display: block;
  }
  body #header .header__logo {
    position: relative !important;
    margin: 0 auto;
    left: auto !important;
    top: auto !important;
    padding: 15px 0;
  }
  body .gform_wrapper {
    padding-left: 12px;
  }
  body .tan-selector-form ul.gfield_radio {
    margin-left: -12px !important;
  }
  body .tan-selector-form ul.gfield_radio .image-choices-choice {
    margin-bottom: 10px !important;
    padding-left: 12px !important;
  }
  body .tan-selector-form .image-choices-field .image-choices-choice-text {
    padding: 0 20px;
  }
  body .banner-section {
    height: 400px;
  }
  body .banner-section .banner-content h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 0px 0 40px;
  }
  body .banner-section .banner-content .vertical-align {
    padding: 0 10%;
  }
  body .banner-2-column {
    padding: 60px 0 60px;
  }
  body .banner-2-column .wrapper .column:first-of-type {
    padding-right: 17px;
  }
  body .banner-2-column .wrapper .column:nth-of-type(2) {
    padding: 40px 10px 0 40px;
  }
  body .banner-2-column .instagram-block div.fs-wrapper {
    height: 319px !important;
  }
  body .banner-2-column .instagram-block .fs-mobile div.fs-entry-container,
body .banner-2-column .instagram-block .fs-desktop div.fs-entry-container {
    min-width: 319px !important;
    max-width: 319px !important;
    width: 319px !important;
    min-height: 319px !important;
    max-height: 319px !important;
    height: 319px !important;
  }
  body .banner-section.banner-vegan h2 {
    font-size: 40px;
    line-height: 42px;
  }
  body .whats-new .wrapper .banner-content h2 {
    font-size: 48px;
    line-height: 48px;
  }
  body .favorite-products h2,
body .banner-3-column h2,
body .tan-selector-section h2,
body .text-section h2 {
    font-size: 36px;
    line-height: 40px;
  }
  body .text-section {
    padding: 40px 0 20px;
  }
  body .text-section h2 {
    margin: 0 0 30px;
  }
  body .text-section p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 28px;
  }
  body .text-section .btn.text-section-btn {
    margin-top: 20px;
  }
  body .banner-steps-1 {
    padding-top: 50px;
  }
  body .banner-steps-1 .banner-content h3 {
    font-size: 42px;
    line-height: 52px;
  }
  body .banner-steps-1 .product-desktop {
    max-width: 300px;
    margin-left: 0;
  }
  body.page-template-default h1 {
    font-size: 36px;
    line-height: 40px;
  }
  body .tan-selector-form .top_label .gfield_label {
    font-size: 30px;
  }
  body.page-template-page-about .text-section {
    padding: 50px 0 40px;
  }
  body.page-template-page-about .text-section h2 {
    margin-bottom: 30px;
  }
  body.page-template-page-about .text-section p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 28px;
  }
  body.page-template-page-about .text-section .sign-image {
    margin-top: 30px;
  }
  body .page-template-page-bran-pro .text-section {
    padding: 50px 0 40px;
  }
  body .about-2-columns .wrapper p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 28px;
  }
  body .about-2-columns .wrapper .frame-image {
    margin-left: 0;
  }
  body .about-2-columns .wrapper .column:first-of-type {
    box-sizing: border-box;
    padding: 20px 50px 20px 20px;
  }
  body .whats-new .wrapper .products-slider-2 .jcarousel-pagination {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  body .whats-new .wrapper .products-slider-2 .jcarousel-pagination a {
    display: inline-block;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    opacity: 0.61;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 2.5px;
  }
  body .whats-new .wrapper .products-slider-2 .jcarousel-pagination a.active {
    opacity: 1;
  }
  body .banner-3-column .slider-3column .prev, body .banner-3-column .slider-3column .next {
    display: block;
    cursor: pointer;
    width: 22px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
  }
  body .banner-3-column .slider-3column .prev {
    left: 0;
    background: url("images/arrow-left.png") no-repeat;
    background-size: contain;
  }
  body .banner-3-column .slider-3column .next {
    right: 0;
    background: url("images/arrow-right.png") no-repeat;
    background-size: contain;
  }
  body #header {
    border-bottom: 1px solid #d7d7d7;
  }
  body .content-404.text-section .wrapper:after {
    display: none;
  }
  body .content-404.text-section .wrapper .hold-left {
    width: 100%;
    text-align: center;
  }
  body .content-404.text-section .wrapper .mobile-only {
    display: block;
    margin: 30px auto 0;
  }
  body.page-template-page-home-2 .products-section .products-line .item {
    padding: 0 10px;
  }
  body.page-template-page-home-2 .products-section .products-line .item h3 {
    font-size: 15px;
  }
  body.page-template-page-home-2 .tan-selector-banner p {
    font-size: 21px;
    text-align: center;
  }
  body.page-template-page-home-2 .tan-selector-banner p .btn {
    display: block;
    width: 200px;
    margin: 20px auto 0;
  }
  body.page-template-page-home-2 .b-clean-section .row .column h2 {
    font-size: 70px;
  }
  body.page-template-page-home-2 .b-clean-section .row .column h2 img {
    max-width: 170px;
  }
  body.page-template-page-home-2 .b-clean-section .row .column ul li {
    font-size: 20px;
  }
  body.page-template-page-home-2 .b-clean-section .row .column ul li:before {
    width: 28px;
    height: 28px;
  }
  body.page-template-page-home-2 .whats-new .wrapper .products-slider-2 .jcarousel-pagination a {
    background-color: #fea3c0;
  }
  body.page-template-page-bclean .banner-section .banner-content h1 {
    font-size: 56px;
    line-height: 60px;
  }
  body.page-template-page-bclean .banner-section .banner-content p {
    font-size: 24px;
    line-height: 30px;
  }
  body.page-template-page-bclean .ingredients-block .hold h2 {
    margin: 0 0 33px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column {
    font-size: 21px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column h3 {
    font-size: 26px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column ul li {
    margin: 0 0 16px;
  }
}
@media (max-width: 800px) {
  body .tan-selector-form ul.gfield_radio .image-choices-choice {
    width: 50%;
  }
  body .tan-selector-form .top_label .gfield_label {
    font-size: 40px;
    font-weight: 900 !important;
    letter-spacing: 0;
    margin-bottom: 40px !important;
    color: black;
  }
  body footer .footer__top {
    display: none !important;
  }
  body footer .footer-mobile {
    text-align: center;
    display: block;
  }
  body footer .footer-mobile .footer-mobile__social {
    border: none;
    padding: 12px 0 25px;
    margin: 0;
  }
  body footer .footer-mobile .footer-mobile__social .social-networks {
    margin: 20px 0 0;
  }
  body footer .footer-mobile .footer-mobile__social .social-networks li {
    vertical-align: top;
    margin: 0 6px;
  }
  body footer .footer-mobile .footer-mobile__social .social-networks li a.tiktok img {
    margin-top: -2px;
    display: block;
    width: 20px;
  }
  body footer .footer-mobile .footer-mobile__proud {
    margin-bottom: 35px;
  }
  body footer .footer-mobile .footer-mobile__proud img {
    display: block;
    margin: 10px auto;
  }
  body footer .footer__bot {
    text-align: center;
    padding: 5px 0 15px;
  }
  body footer .footer__bot .menu-privacy-menu-german-container,
body footer .footer__bot .menu-privacy-menu-container,
body footer .footer__bot #menu-footer-menu {
    display: none;
  }
  body footer .footer__bot a {
    display: block;
    line-height: 15px !important;
    margin-right: 0 !important;
  }
  body footer .footer__bot .text {
    float: none;
    font-size: 9px;
    line-height: 15px;
    display: block;
  }
  body footer .footer__bot .country-selector {
    margin-right: 0 !important;
    line-height: 20px;
    font: 12px/15px "Open Sans", Helvetica, Arial, sans-serif !important;
  }
}
@media (max-width: 767px) {
  body {
    /* version 2 */
  }
  body #header .header-bottom {
    position: relative;
  }
  body #header .menu-new {
    display: none;
  }
  body .banner-section {
    height: auto;
  }
  body .banner-section.banner-2 .banner-bg, body .banner-section.banner-3 .banner-bg {
    display: none;
  }
  body .banner-section.banner-2 .mobile-banner-bg, body .banner-section.banner-3 .mobile-banner-bg {
    display: block;
  }
  body .banner-section.banner-vegan {
    height: auto;
  }
  body .banner-section .mobile-banner-bg {
    display: block;
    max-width: none;
    width: 100%;
  }
  body .banner-section .desktop-banner-bg {
    display: none;
  }
  body .banner-section .banner-content {
    position: initial;
    width: 100%;
    height: auto;
    padding: 35px 0 40px;
  }
  body .banner-section .banner-content .vertical-align {
    position: initial;
    transform: none;
    text-align: center;
  }
  body .banner-section .banner-content .btn {
    margin: 0 auto;
  }
  body.page-template-page-btan-by-me .banner-logo {
    display: none;
  }
  body.page-template-page-btan-by-me .banner-logo-mobile {
    display: block;
    margin: 5px auto;
  }
  body .banner-2-column .wrapper .column {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  body .banner-2-column .wrapper .column h3.desktop {
    display: none !important;
  }
  body .banner-2-column .wrapper .column h3.mobile {
    display: block !important;
  }
  body .banner-2-column .wrapper .column:nth-of-type(2) h3 {
    margin: 35px 0 0;
  }
  body .banner-2-column .wrapper .column:nth-of-type(2) a img {
    max-width: none;
  }
  body .banner-2-column .wrapper .column:nth-of-type(2) a img.mobile-banner {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  body .banner-2-column .wrapper .column:nth-of-type(2) a img.desktop-banner {
    display: none;
  }
  body .banner-steps-1 .wrapper {
    display: block;
  }
  body .banner-steps-1 .product-mobile {
    display: block;
    margin: 0 auto;
    max-width: 360px;
    height: auto;
    width: 100%;
  }
  body .banner-steps-1 .image-holder {
    display: none;
  }
  body .banner-steps-1 .banner-content {
    width: 100%;
    float: none;
    display: block;
  }
  body .banner-steps-2 .steps-desktop {
    display: none;
  }
  body .banner-steps-2 .steps-mobile {
    display: block;
  }
  body.page-template-page-about .banner-section.banner-1 .banner-content h1 {
    margin-bottom: 0px;
  }
  body.page-template-page-about .banner-section.banner-1 .banner-content .banner-logo {
    display: none;
  }
  body .text-section .features-image-desktop {
    display: none;
  }
  body .text-section .features-image-mobile {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  body .about-2-columns {
    margin-top: 100px;
  }
  body .about-2-columns .wrapper .frame-image {
    margin: -150px auto 0;
  }
  body .about-2-columns .wrapper .column {
    padding: 0 !important;
    float: none;
    width: 100%;
    text-align: center;
  }
  body .content-404.text-section {
    min-height: 0;
  }
  body .content-404.text-section .wrapper {
    min-height: 0;
  }
  body .content-404.text-section .wrapper .hold-left {
    padding-top: 14px;
  }
  body .content-404.text-section .wrapper .hold-left h1 {
    font-size: 55px;
    line-height: 65px;
    margin: 0 0 12px;
  }
  body .content-404.text-section .wrapper .hold-left h1 span {
    font-size: 19px;
    line-height: 25px;
    margin: 2px 0 0;
  }
  body .content-404.text-section .wrapper .hold-left p {
    font-size: 14px;
    line-height: 18px;
  }
  body .content-404.text-section .wrapper .hold-left .menu li a {
    font-size: 14px;
    line-height: 18px;
  }
  body.page-template-page-bclean .key-features .row, body.page-template-page-home-2 .key-features .row {
    flex-wrap: wrap;
  }
  body.page-template-page-bclean .key-features .row .item, body.page-template-page-home-2 .key-features .row .item {
    width: 100%;
    margin: 0 0 20px;
  }
  body.page-template-page-bclean .key-features .row .item img, body.page-template-page-home-2 .key-features .row .item img {
    max-width: 340px;
  }
  body.page-template-page-bclean .key-features .row .item p, body.page-template-page-home-2 .key-features .row .item p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  body.page-template-page-bclean .products-section, body.page-template-page-home-2 .products-section {
    padding-bottom: 50px;
  }
  body.page-template-page-bclean .products-section .products-line, body.page-template-page-home-2 .products-section .products-line {
    margin-top: 50px;
    padding: 0 50px;
    position: relative;
  }
  body.page-template-page-bclean .products-section .products-line .prev, body.page-template-page-bclean .products-section .products-line .next, body.page-template-page-home-2 .products-section .products-line .prev, body.page-template-page-home-2 .products-section .products-line .next {
    display: block;
    cursor: pointer;
    width: 29px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    z-index: 1;
  }
  body.page-template-page-bclean .products-section .products-line .prev, body.page-template-page-home-2 .products-section .products-line .prev {
    left: 0;
    background: url("images/arrow-left.png") no-repeat;
    background-size: contain;
  }
  body.page-template-page-bclean .products-section .products-line .next, body.page-template-page-home-2 .products-section .products-line .next {
    right: 0;
    background: url("images/arrow-right.png") no-repeat;
    background-size: contain;
  }
  body.page-template-page-bclean .products-section .products-line .slider-hold, body.page-template-page-home-2 .products-section .products-line .slider-hold {
    position: relative;
    overflow: hidden;
    display: block;
  }
  body.page-template-page-bclean .products-section .products-line .slider-hold .slider, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider {
    width: 10000em;
    position: relative;
    display: block;
  }
  body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item {
    padding: 0;
    float: left;
  }
  body.page-template-page-bclean .products-section .products-line .slider-hold .slider .item figure img, body.page-template-page-home-2 .products-section .products-line .slider-hold .slider .item figure img {
    max-height: 450px;
    margin: 0 auto;
  }
  body.page-template-page-bclean .b-clean-section .row, body.page-template-page-home-2 .b-clean-section .row {
    display: block;
  }
  body.page-template-page-bclean .b-clean-section .row .column:first-of-type, body.page-template-page-home-2 .b-clean-section .row .column:first-of-type {
    width: 100%;
  }
  body.page-template-page-bclean .b-clean-section .row .column:last-of-type, body.page-template-page-home-2 .b-clean-section .row .column:last-of-type {
    width: 100%;
    padding: 0 20px;
  }
  body.page-template-page-bclean .whats-new .wrapper .banner-content, body.page-template-page-home-2 .whats-new .wrapper .banner-content {
    width: 38%;
    padding-right: 0px;
  }
  body.page-template-page-bclean .whats-new .wrapper .banner-content h2, body.page-template-page-home-2 .whats-new .wrapper .banner-content h2 {
    margin-top: 0;
  }
  body.page-template-page-bclean .whats-new .wrapper .products-slider-2, body.page-template-page-home-2 .whats-new .wrapper .products-slider-2 {
    width: 62%;
  }
  body.page-template-page-bclean .banner-2-column .wrapper, body.page-template-page-home-2 .banner-2-column .wrapper {
    max-width: 600px;
  }
  body.page-template-page-bclean .banner-2-column .wrapper h3, body.page-template-page-home-2 .banner-2-column .wrapper h3 {
    margin: 0 0 16px !important;
    font-size: 40px !important;
  }
  body.page-template-page-bclean .banner-2-column .wrapper .column:first-of-type, body.page-template-page-home-2 .banner-2-column .wrapper .column:first-of-type {
    margin-bottom: 80px;
  }
  body.page-template-page-bclean .banner-section .banner-content h1 img {
    width: 148px;
    margin: 0 auto;
  }
  body.page-template-page-bclean .key-features h2 {
    margin: 0 0 20px;
  }
  body.page-template-page-bclean .ingredients-block .hold {
    padding: 50px 0 0;
    position: initial;
    background: #bdeccf;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column {
    width: 50%;
  }
}
@media only screen and (max-width: 641px) {
  body .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  body {
    /* version 2 */
  }
  body #header .header-bottom {
    min-height: 58px;
  }
  body #header .header__main .header__logo {
    width: 94px;
  }
  body #header .header__main .header--account {
    left: 16px;
  }
  body #header .header__main .header--account img {
    width: 21px;
  }
  body #header .header__main .header--search {
    left: 61px;
  }
  body #header .header__main .header--search img {
    width: 20px;
  }
  body #header .header__main .header--cart {
    right: 59px;
  }
  body #header .header__main .hamburger {
    right: 16px;
  }
  body #header .header__main .hamburger img {
    width: 21px;
  }
  body .banner-section .banner-content {
    padding: 20px 0 25px;
  }
  body .banner-section .banner-content h1 {
    font-size: 23px;
    line-height: 28px;
    margin: 0px 0 22px;
  }
  body .banner-section .banner-content .btn {
    width: 132px;
  }
  body .favorite-products h2,
body .banner-3-column h2,
body .tan-selector-section h2,
body .text-section h2 {
    font-size: 24px;
    line-height: 28px;
  }
  body .favorite-products {
    padding: 50px 0 20px;
  }
  body .favorite-products .wrapper {
    padding: 0 30px;
  }
  body .favorite-products h2 {
    margin-bottom: 25px;
  }
  body .products-slider .next, body .products-slider .prev {
    width: 17px;
    height: 28px;
    margin-top: -14px;
  }
  body .banner-2-column {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  body .banner-2-column .wrapper {
    padding: 0 30px;
  }
  body .banner-2-column .wrapper .column h3 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  body .whats-new {
    padding: 60px 0;
  }
  body .whats-new .wrapper .banner-content {
    padding: 0 10px 0 0;
    width: 50%;
    box-sizing: border-box;
  }
  body .whats-new .wrapper .banner-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin: -8px 0 0;
  }
  body .whats-new .wrapper .banner-content p {
    font-size: 12px;
    line-height: 15px;
  }
  body .whats-new .wrapper .banner-content .btn {
    min-width: 0;
    width: 100%;
  }
  body .whats-new .wrapper .products-slider-2 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  body .whats-new .wrapper .products-slider-2 .product-holder {
    padding: 0;
  }
  body .whats-new .wrapper .products-slider-2 .product-holder .product-title {
    font-size: 12px;
    line-height: 17px;
  }
  body .banner-3-column {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  body .banner-3-column h2 {
    margin-bottom: 36px;
  }
  body .banner-3-column .slider-3column {
    padding: 0 20px;
  }
  body .banner-3-column .slider-3column .slider-hold li {
    padding: 0;
  }
  body .banner-3-column .slider-3column .next, body .banner-3-column .slider-3column .prev {
    width: 11px;
    height: 20px;
    margin-top: -10px;
  }
  body .tan-selector-section {
    padding-top: 43px;
    padding-bottom: 23px;
  }
  body .tan-selector-section h2 {
    margin-bottom: -17px;
  }
  body .tan-selector-form .top_label .gfield_label {
    font-size: 20px;
    margin-bottom: 19px !important;
  }
  body .tan-selector-form .image-choices-field .image-choices-choice-text {
    font-size: 13px;
    padding: 0 10px;
  }
  body .tan-selector-form .image-choices-field .image-choices-choice-text h4 {
    font-size: 18px;
    letter-spacing: 5px;
    margin: 0;
    line-height: 21px;
    margin-bottom: 5px;
  }
  body .text-section .btn.text-section-btn,
body .btn {
    font-size: 20px;
    line-height: 20px;
    padding: 4px 9px 7px;
  }
  body .text-section .btn.text-section-btn {
    font-size: 20px;
    line-height: 20px;
    padding: 3px 9px 5px;
    max-width: 130px;
  }
  body .banner-steps-1 {
    padding-top: 41px;
    padding-bottom: 0;
  }
  body .banner-steps-1 .product-mobile {
    max-width: 232px;
  }
  body .banner-steps-1 .banner-content h3 {
    font-size: 23px;
    line-height: 32px;
    margin: 9px 0 19px;
  }
  body .banner-steps-1 .banner-content h3 br {
    display: none;
  }
  body .banner-steps-1 .banner-content .btn {
    max-width: 129px;
    padding: 3px 10px 5px;
    font-size: 21px;
  }
  body .banner-steps-2 {
    padding: 41px 0 54px;
  }
  body .banner-steps-2 .steps-mobile {
    max-width: 152px;
  }
  body.page-template-page-about .text-section {
    padding-top: 30px;
    padding-bottom: 14px;
  }
  body.page-template-page-about .text-section .sign-image {
    max-width: 75px;
  }
  body .text-section .features-image-mobile {
    max-width: 183px;
  }
  body .about-2-columns {
    margin-top: 32px;
    padding-bottom: 26px;
  }
  body .about-2-columns .wrapper h3 {
    font-size: 23px;
    line-height: 28px;
    margin: 39px 0 10px;
  }
  body .about-2-columns .wrapper .frame-image {
    margin-top: -100px;
    max-width: 200px;
  }
  body .instagram-section {
    padding-top: 36px;
  }
  body .instagram-section .insta-link {
    height: 58px;
    margin-bottom: 24px;
  }
  body .instagram-section .insta-link img {
    max-width: 134px;
    margin: 0 auto;
  }
  body.page-template-page-bran-pro .text-section {
    padding: 40px 0 44px;
  }
  body.page-template-page-bclean .key-features, body.page-template-page-home-2 .key-features {
    padding: 40px 0 20px;
  }
  body.page-template-page-bclean .key-features h2, body.page-template-page-home-2 .key-features h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  body.page-template-page-bclean .products-section, body.page-template-page-home-2 .products-section {
    padding: 40px 0 40px;
  }
  body.page-template-page-bclean .products-section h2, body.page-template-page-home-2 .products-section h2 {
    font-size: 26px;
  }
  body.page-template-page-bclean .products-section .products-line .item, body.page-template-page-home-2 .products-section .products-line .item {
    width: 50%;
  }
  body.page-template-page-bclean .b-clean-section, body.page-template-page-home-2 .b-clean-section {
    padding: 40px 0;
  }
  body.page-template-page-bclean .b-clean-section .row .column:last-of-type, body.page-template-page-home-2 .b-clean-section .row .column:last-of-type {
    padding: 0;
  }
  body.page-template-page-bclean .whats-new, body.page-template-page-home-2 .whats-new {
    padding: 40px 0;
  }
  body.page-template-page-bclean .whats-new .wrapper .banner-content, body.page-template-page-home-2 .whats-new .wrapper .banner-content {
    width: 100%;
    text-align: center;
  }
  body.page-template-page-bclean .whats-new .wrapper .banner-content .btn, body.page-template-page-home-2 .whats-new .wrapper .banner-content .btn {
    margin-top: 0;
    margin-bottom: 30px;
  }
  body.page-template-page-bclean .whats-new .wrapper .products-slider-2, body.page-template-page-home-2 .whats-new .wrapper .products-slider-2 {
    padding: 0;
    width: 100%;
  }
  body.page-template-page-bclean .banner-2-column, body.page-template-page-home-2 .banner-2-column {
    padding: 40px 0 80px;
  }
  body.page-template-page-bclean .instagram-section, body.page-template-page-home-2 .instagram-section {
    padding: 40px 0 60px;
  }
  body.page-template-page-bclean .instagram-section h2, body.page-template-page-home-2 .instagram-section h2 {
    font-size: 32px;
  }
  body.page-template-page-bclean .instagram-section .instagram-block-2, body.page-template-page-home-2 .instagram-section .instagram-block-2 {
    margin: 0 -15px;
  }
  body.page-template-page-about .instagram-section {
    padding: 40px 0 60px;
  }
  body.page-template-page-about .instagram-section h2 {
    font-size: 32px;
  }
  body.page-template-page-about .instagram-section .instagram-block-2 {
    margin: 0 -15px;
  }
  body.page-template-page-bclean .ingredients-block .hold h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row {
    margin: 0 -10px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column h3 {
    font-size: 17px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column h3:after {
    margin-left: -60px;
    width: 120px;
  }
  body.page-template-page-bclean .ingredients-block .hold .row .column ul li {
    margin: 0 0 10px;
  }
}

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