@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
:root {
  --default: #000;
  --secondary: #E3E3E3;
  --hov-secondary: #BDBDBD;
  --tertiary: #ABABAA;
  --quaternary: #191617;
  --quinary: #232122;
  --orange: #F57E2D;
  --black: #000;
  --white: #fff;
  --error: #b70808;
  --gray: #F4F4F4;
  --body-size: 14px;
  --header-height: 103px;
  --header-height-phase-b: 130px;
  --fixed-header-height: 50px;
  --font-family: 'Open Sans', sans-serif;
}
::selection {
  color: var(--white);
  background: var(--primary);
}
html,
body {
  overflow-x: hidden;
}
body {
  color: var(--default);
  font-size: var(--body-size);
  line-height: 1.25;
  font-weight: 400;
  font-family: var(--font-family);
  position: relative;
}
a,
a:hover {
  color: inherit;
}
a.text-primary:focus,
a.text-primary:hover,
a.text-primary.hov-text-hov-primary:focus,
a.text-primary.hov-text-hov-primary:hover {
  color: var(--hov-primary) !important;
}
a.text-primary.hov-text-default:focus,
a.text-primary.hov-text-default:hover {
  color: var(--default) !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: var(--hov-primary) !important;
}
p:last-child {
  margin-bottom: 0;
}
.text-email {
  width: 9em;
}
.text-bold-italic-email {
  width: 8.2em;
}
.grecaptcha-badge {
  display: none;
}
.blend-multiply {
  mix-blend-mode: multiply;
}
.btn {
  border-radius: 0;
  font-size: inherit;
}
.btn-b-width-2 {
  border-width: 2px;
}
.btn-circle {
  border-radius: 50%;
}
.visibility-hidden {
  visibility: hidden;
}
.invalid-feedback {
  color: var(--error);
  text-align: right;
}
.invalid-feedback.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  margin: 0 !important;
}
.invalid-feedback:not(:empty)::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://www.lajeunesse.cy/public/assets/img/icons/error-icon.svg');
  margin-right: 0.25em;
}
.sk-notify.alert-success {
  background-color: var(--primary);
}
.sk-notify.alert-danger {
  background-color: var(--error);
}
.sk-notify.alert-info {
  background-color: var(--primary);
}
.loader {
  position: relative;
  pointer-events: none;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.btn.loader:before,
.btn.loader:after {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.btn.btn-b-width-2.loader:before,
.btn.btn-b-width-2.loader:after {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.input-group-append .btn.loader::before,
.input-group-append .btn.loader::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader:before {
  content: "";
  background-color: rgba(255,255,255,0.7);
}
.loader:after {
  content: "";
  -webkit-animation:la-spin 2s infinite linear;
  animation:la-spin 2s infinite linear;
  color: var(--primary);
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url('/public/assets/img/icons/loader.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.load-more {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 13px 10px;
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}
.load-more:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.sk-main-wrapper {
  background-color: transparent;
  min-height: auto;
}
/*Dropdowns*/
.dropdown-menu.dropdown-menu-top-right {
  top: 5px !important;
  right: 100%;
  left: auto !important;
  transform: none !important;
}
.dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.dropdown-item {
  padding: 0.5rem;
  color: inherit;
}
.address-res-item .dropdown-menu {
  min-width: 4rem;
  max-width: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.address-res-item .dropdown-item {
  padding: 0.25rem 0.5rem;
  position: relative;
}
.address-res-item .dropdown-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.address-res-item .dropdown-item:not(:last-child):hover::after {
  opacity: 0;
}
/*Breadcrumb*/
.breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
  content: ">";
}
/*Sidebar Link*/
.side-right-bar {
  background-color: var(--primary);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: var(--white);
  width: 35px;
  font-size: var(--body-size);
}
.side-right-bar-link {
  height: 100%;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.side-right-bar-text {
  white-space: nowrap;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -ms-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
  display: inline-block;
  position: relative;
  left: 22px;
  bottom: 1em;
  line-height: 1;
}
.side-right-bar-link:hover {
  background-color: var(--hov-primary);
}
/*Pagination*/
.pagination .page-link,
.page-item.disabled .page-link {
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0 !important;
  color: rgba(0,0,0,0.3);
  background-color: transparent;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  font-size: 0;
  position: relative;
}
.page-item:first-child .page-link:before,
.page-item:last-child .page-link:before {
  content: "";
  border-top: 1px solid;
  border-left: 1px solid;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-item:first-child .page-link:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-item:last-child .page-link:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pagination .page-link:hover,
.pagination .active .page-link {
  background-color: var(--default);
  color: #fff;
}
/*Modal*/
.modal .close {
  opacity: 0.6;
}
.modal .close svg {
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.modal-content {
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.3);
}
.modal-content .modal-body {
  max-height: calc(100vh - 40px);
}
.modal-backdrop {
  background-color: var(--white);
}
.modal-backdrop.show {
  opacity: .9;
}
/*Carousel*/
.sk-carousel .slick-dots button {
  height: 10px;
  width: 10px;
  background: var(--secondary);
  margin: 0 5px;
}
.sk-carousel.dots-inside-bottom .slick-dots {
  bottom: 30px;
}
.sk-carousel.dots-inside-bottom .slick-dots button {
  background: rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.38);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.38);
}
.sk-carousel.dots-inside-bottom .slick-dots .slick-active button {
  background: var(--white);
}
.sk-carousel .slick-arrow,
.swiper-arrow {
  width: 35px;
  height: 90px;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
  background-color: var(--white);
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sk-carousel .slick-prev,
.swiper-button-prev {
  left: 0;
}
.sk-carousel .slick-next,
.swiper-button-next {
  right: 0;
}
.sk-carousel .slick-prev:hover,
.sk-carousel .slick-next:hover,
.swiper-arrow:hover {
  box-shadow: none !important;
  background-color: var(--primary);
  color: var(--white);
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  display: none;
}
.swiper-scrollbar {
  background: var(--secondary);
  cursor: pointer;
  margin-bottom: 2px;
}
.swiper-scrollbar-drag {
  background: var(--primary);
  top: -1px;
  height: 6px;
}
.featured-products-swiper .swiper-arrow:hover {
  background-color: transparent;
  color: var(--primary);
}
/*Form*/
.form-group {
  position: relative;
}
.form-control,
.bootstrap-select .dropdown-toggle {
  padding: 10px;
  font-size: inherit;
  height: auto;
  border-radius: 0;
  border: 1px solid rgba(45,41,41,0.2);
  color: var(--default);
  background-color: transparent;
}
.form-control::-webkit-input-placeholder {
  color: var(--default);
}
.form-control:-ms-input-placeholder {
  color: var(--default);
}
.form-control::placeholder {
  color: var(--default);
}
.form-control-with-label {
  position: relative;
}
.form-control:focus {
  color: inherit;
  background-color: transparent;
}
.form-control:focus-visible {
  color: var(--default);
  text-shadow: none;
}
.form-control-with-label.flex-grow-1 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.form-control-with-label .form-control,
.form-control-with-label .bootstrap-select .dropdown-toggle {
  padding: 20px 10px 3px;
}
.form-group .form-control-with-label .bootstrap-select {
  padding: 0 !important;
}
.form-group .bootstrap-select.readonly {
  pointer-events: none;
}
.bootstrap-select.readonly .dropdown-toggle::after {
  opacity: 0;
}
.form-control-with-label label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3px 10px;
  font-size: 1em;
  color: var(--default);
  margin: 0;
  pointer-events: none;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 23px;
  opacity: 0.7;
}
.form-control-with-label.focused label,
.form-control-with-label.always-focused label {
  opacity: 0.5;
  font-size: 12px;
}
.form-control-with-label:not(.always-focused):not(.focused) label {
  min-height: 100%;
}
.form-control-with-label.textarea-label:not(.always-focused):not(.focused) label {
  min-height: 50px;
}
.form-control-with-label .bootstrap-select > .dropdown-toggle::after {
  margin-top: -15px;
}
.input-group .form-control-with-label:first-child .form-control {
  border-right: 0;
}
.bootstrap-select.h-100 .dropdown-toggle {
  height: 100%;
}
.form-control.form-control-unstyled {
  padding: 0;
  font-size: 1em;
  height: auto;
  border: none;
  color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-toggle {
  padding: 0;
  height: auto;
  border-radius: 0;
  border: none;
  color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-menu .bs-searchbox .form-control {
  font-size: 1em;
  padding: 5px;
}
.bootstrap-select .dropdown-toggle::after {
  content: "";
  font-size: 1em;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
}
.form-control::placeholder {
  color: rgba(0,0,0,0.5);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--error);
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}
.form-control-phone {
  padding-left: 100px;
}
.form-control-phone-code {
  position: absolute;
  top: 5px;
  bottom: 5px;
  padding: 5px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid rgba(45,41,41,0.2);
  width: 75px;
  white-space: nowrap;
}
.form-control-with-label .form-control.form-control-phone,
.form-control-with-label label.form-control-phone-label {
  padding-left: 85px;
}
.sk-checkbox,
.sk-radio {
  padding-left: 0;
  font-size: inherit;
}
.sk-checkbox .sk-square-check,
.sk-checkbox .sk-rounded-check,
.sk-radio .sk-square-check,
.sk-radio .sk-rounded-check {
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 0.15em;
}
.sk-square-check,
.sk-rounded-check {
  border: 1px solid;
  height: 0.8em;
  width: 0.8em;
}
.sk-square-check {
  border-radius: 0;
}
.sk-rounded-check::after {
  margin-left: 0;
  margin-top: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.sk-square-check.square::after {
  width: auto;
  height: auto;
  border-width: 0;
  -webkit-transform: none;
  transform: none;
  background-color: var(--primary);
  left: 1px;
  bottom: 1px;
  right: 1px;
  top: 1px;
  margin: auto;
}
.sk-checkbox > input:checked ~ .sk-square-check.square,
.sk-radio > input:checked ~ .sk-square-check.square {
  border-color: var(--primary);
}
.input-group .form-control-with-label:first-child .form-control {
  border-right: 0;
}
.input-group-append.line .btn:not(.btn-primary) {
  background-color: transparent;
  border-top: 1px solid rgba(45,41,41,0.2);
  border-right: 1px solid rgba(45,41,41,0.2);
  border-bottom: 1px solid rgba(45,41,41,0.2);
  color: rgba(0,0,0,0.5);
}
.input-group-append.line .btn:not(.btn-primary)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-right: 1px solid rgba(45,41,41,0.2);
}
.input-group-append.line .btn:not(.btn-primary):hover {
  background-color: var(--primary);
  color: var(--white);
}
.input-group-append.line .btn:not(.btn-primary):hover::before {
  border-right-color: transparent;
}
/*Megaboxes*/
.sk-megabox .sk-megabox-elem {
  border: 1px solid var(--secondary);
}
.sk-megabox > input:checked ~ .sk-megabox-elem,
.sk-megabox > input:checked ~ .sk-megabox-elem {
  border-color: var(--default);
}
.sk-megabox .sk-megabox-elem .sk-square-check,
.sk-megabox .sk-megabox-elem .sk-rounded-check {
  border: 1px solid var(--secondary);
  height: 1em;
  width: 1em;
}
.sk-megabox > input:checked ~ .sk-megabox-elem .sk-square-check,
.sk-megabox > input:checked ~ .sk-megabox-elem .sk-rounded-check {
  border-color: var(--primary);
}
.megabox-price {
  border-left: 1px solid rgba(0,0,0,0.3);
  padding: 5px 0 5px 10px;
  margin-left: 10px;
  line-height: 1.5;
}
.sk-megabox .sk-megabox-elem.megabox-layout {
  border-radius: 0;
  border: 0;
  opacity: 0.2;
}
.sk-megabox > input:not(:checked) ~ .sk-megabox-elem.megabox-layout:hover {
  opacity: 0.7;
}
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-layout,
.sk-megabox > input:checked ~ .sk-megabox-elem.megabox-layout {
  opacity: 1;
}
.sk-megabox.megabox-addresses .sk-megabox-elem {
  background-color: rgba(227,227,227,0.5);
  border-color: transparent !important;
}
.sk-megabox.megabox-addresses .sk-megabox-elem .sk-square-check,
.sk-megabox.megabox-addresses .sk-megabox-elem .sk-rounded-check {
  border-color: var(--default);
}
/*Header*/
.header-link svg {
  fill: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: bottom;
}
.lang-item svg {
  height: 15px;
  fill: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: bottom;
}
.header-link:hover,
.lang-item:hover {
  color: var(--primary);
}
.header-link:hover svg,
.lang-item:hover svg {
  fill: var(--primary);
}
.header-search-toggle.active,
.header-search-toggle-megamenu.active,
.front-header-search.on-toggle:not(.active),
.front-header-search-megamenu.on-toggle:not(.active) {
  display: none !important;
}
.front-header-search .form-control,
.front-header-search-megamenu .form-control {
  background-color: var(--primary);
  color: rgba(255,255,255,0.5);
}
.front-header-search .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.front-header-search .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.front-header-search .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}
.front-header-search-megamenu .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.front-header-search-megamenu .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.front-header-search-megamenu .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}
.header-link-icon {
  position: relative;
  display: inline-block;
}
.header-link-icon svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-link-icon svg:not(.stroke) {
  fill: rgba(0,0,0,0.5);
}
.header-link-icon:hover svg:not(.stroke) {
  fill: var(--primary);
}
.header-link-icon svg.stroke {
  stroke: rgba(0,0,0,0.5);
  fill:none;
  stroke-miterlimit:10;
  stroke-width:2px;
}
.header-link-icon svg.cart {
  stroke: rgba(0,0,0,0.5);
  stroke-miterlimit:10;
  stroke-width:0.75px;
}
.header-link-icon:hover svg.stroke,
.header-link-icon:hover svg.cart {
  stroke: var(--primary);
}
.cart-number {
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
}
.header-menu-item > a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.header-menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu-item.has-dropdown > a .arrow {
  content: "";
  display: inline-block;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  vertical-align: middle;
  margin-left: 2px;
}
.header-menu-item:hover > a {
  color: var(--primary);
}
.header-menu-item:hover > a::before {
  width: 100%;
}
.header-menu-dropdown {
  position: absolute;
  right: 0;
  width: 50%;
  min-width: 800px;
  top: 80px;
  opacity: 0;
  pointer-events: none;
  background-color: var(--white);
  min-height: 100px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}
.header-menu-dropdown::before {
  content: "";
  height: 50px;
  top: -50px;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.header-menu-item.has-dropdown:hover .header-menu-dropdown,
.header-menu-item.has-dropdown:hover .header-menu-dropdown::before {
  opacity: 1;
  pointer-events: all;
}
.header-category-type-toggle {
  position: relative;
  padding: 15px 40px 15px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-category-type-toggle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.header-category-type-toggle.active {
  background-color: var(--white);
  color: var(--default);
}
.header-category-type-toggle.active:after {
  opacity: 0;
}
.header-category-type-toggle .arrow {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.header-category-type-toggle .arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 1px solid;
}
.header-category-type-toggle .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-category-type-toggle.active .arrow:before {
  width: 13px;
}
.header-category-type-dropdown:not(.active) {
  display: none;
}
.megamenu-toggle {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.megamenu-toggle .icon {
  width: 30px;
  border-bottom: 2px solid var(--default);
  position: relative;
  border-top: 2px solid var(--default);
  height: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-toggle .icon .top,
.megamenu-toggle .icon .bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--default);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-toggle .icon .top {
  top: -9px;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.megamenu-toggle .icon .bottom {
  top: 12px;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.megamenu-toggle.open .icon {
  border-color: transparent !important;
}
.megamenu-toggle.open .icon .top {
  -webkit-transform: rotate(-45deg) translate(-5px, 0px);
  -moz-transform: rotate(-45deg) translate(-5px, 0px);
  -ms-transform: rotate(-45deg) translate(-5px, 0px);
  -o-transform: rotate(-45deg) translate(-5px, 0px);
  transform: rotate(-45deg) translate(-5px, 0px);
  top: -13px;
}
.megamenu-toggle.open .icon .bottom {
  -webkit-transform: rotate(45deg) translate(-4px, 2px);
  -moz-transform: rotate(45deg) translate(-4px, 2px);
  -ms-transform: rotate(45deg) translate(-4px, 2px);
  -o-transform: rotate(45deg) translate(-4px, 2px);
  transform: rotate(45deg) translate(-4px, 2px);
  top: 13px;
}
.phone-megamenu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--white);
  min-height: calc(100vh - var(--header-height));
  pointer-events: none;
}
.phone-megamenu-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - var(--header-height));
}
body.phase-b header .phone-megamenu {
  min-height: calc(100vh - var(--header-height-phase-b));
}
body.phase-b header .phone-megamenu-scroll {
  height: calc(100vh - var(--header-height-phase-b));
}
.fixed-header .phone-megamenu {
  min-height: calc(100vh - var(--fixed-header-height));
}
.fixed-header .phone-megamenu-scroll {
  height: calc(100vh - var(--fixed-header-height));
}
.megamenu-actions {
  margin-top: -25px;
  margin-bottom: 20px;
  position: relative;
}
.front-header-search-megamenu {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
body.typed-search-box-shown-megamenu .phone-megamenu-item,
body.typed-search-box-shown-megamenu .phone-megamenu-small-list {
  pointer-events: none;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.phone-menu-dropdown:not(.loaded) {
  min-height: 70px;
}
.phone-megamenu-title {
  border-bottom: 2px solid rgba(0,0,0,0.2);
  position: relative;
  font-size: 22px;
  padding-right: 40px;
}
.phone-megamenu-title.active {
  border-color: var(--default);
}
.phone-megamenu-title a {
  display: inline-block;
  padding: 13px 0;
}
.phone-megamenu-title .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: rgba(0,0,0,0.2);
  font-size: 30px;
}
.phone-megamenu-title .toggle:before {
  content: "+";
}
.phone-megamenu-title.active .toggle:before {
  content: "-";
}
.phone-megamenu-title:not(.active) + .phone-menu-dropdown,
.phone-category-type-toggle:not(.active) + .phone-category-type-dropdown {
  display: none;
}
.phone-category-type-toggle {
  border-bottom: 2px solid rgba(0,0,0,0.1);
  cursor: pointer;
  padding: 10px 30px 10px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(0,0,0,0.5);
}
.phone-category-type-toggle.active {
  color: var(--default);
  border-color: rgba(0,0,0,0.2);
}
.phone-category-type-toggle::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  display: block;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.phone-category-type-toggle.active::after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.phone-category-type-dropdown {
  padding: 10px 0;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(calc(-100% - 30px));
  -moz-transform: translateY(calc(-100% - 30px));
  -ms-transform: translateY(calc(-100% - 30px));
  -o-transform: translateY(calc(-100% - 30px));
  transform: translateY(calc(-100% - 30px));
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.fixed-header.header-down {
  pointer-events: all;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.fixed-header .header-menu-dropdown {
  top: 50px;
}
/*Homepage - Slider*/
.home-car-image {
  padding-top: 43%;
  position: relative;
}
/*Homepage - About*/
#home-about .quotes {
  position: absolute;
  left: -90px;
  top: -50px;
}
.home-about-image {
  position: relative;
  padding-top: 80%;
}
.home-about-image.landscape {
  padding-top: 57.1428579%;
}
/*Homepage - Featured Products*/
#featured-products .side-right-bar {
  height: 235px;
  margin: auto;
}
/*Homepage - Banners*/
.home-banner-image {
  position: relative;
  padding-top: 36%;
}
.home-banner-image.portrait {
  padding-top: 190%;
}
.home-banner-image .line {
  position: absolute;
}
.home-banner-image .line.vertical {
  border-right: 2px solid var(--primary);
  right: 0;
  height: 270%;
  top: -240%;
}
.home-banner-image .line.horizontal {
  border-top: 2px solid var(--primary);
  width: 215px;
  left: -215px;
  bottom: 0;
}
/*Meet your Supplier*/
.meet-supplier-box .end-quotes {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.meet-supplier-bottom-paragraph p {
  margin-bottom: 0;
}
.meet-supplier-bottom-paragraph b {
  font-size: calc(1em + 2px);
}
/*Partnership*/
#partnership-bottom .quotes {
  margin-top: -80px;
  position: relative;
  z-index: -1;
}
.partnership-bottom-paragraph p:not(:last-child) {
  margin-bottom: 30px;
}
.partnership-bottom-paragraph p b {
  font-size: calc(1em + 2px);
}
/*Institut Esthederm*/
#institut-esthederm-bottom .line {
  margin-left: -1000px;
}
.institut-esthederm-box .end-quotes {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/*Esthederm Philosophy*/
.esthederm-philosophy-header {
  position: relative;
  padding-top: 24%;
  min-height: 75px;
}
.esthederm-philosophy-slogan-row .quotes {
  position: absolute;
  top: -100px;
  left: 0;
}
.esthederm-philosophy-slogan-row img {
  mix-blend-mode: multiply;
}
.esthederm-philosophy-bottom-paragraph p b {
  font-size: calc(1em + 8px);
}
.esthederm-philosophy-box {
  position: relative;
}
.esthederm-philosophy-box:after {
  content: "";
  position: absolute;
  left: -1000px;
  top: 0;
  bottom: 0;
  width: 1000px;
  background-color: var(--secondary);
}
.esthederm-philosophy-box .end-quotes {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/*Patents & Technologies*/
.patents-technologies-box {
  background-color: #F0EEED;
  border: 7px solid #E0DEDB;
  color: rgba(0,0,0,0.5);
}
.patents-technologies-box.colored {
  border-color: #DD7324;
  background: rgb(254,127,23);
  background: -moz-linear-gradient(left,  rgba(254,127,23,1) 0%, rgba(194,118,67,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(254,127,23,1) 0%,rgba(194,118,67,1) 100%);
  background: linear-gradient(to right,  rgba(254,127,23,1) 0%,rgba(194,118,67,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7f17', endColorstr='#c27643',GradientType=1 );
  color: var(--white);
}
.patents-technologies-description h1,
.patents-technologies-description h2,
.patents-technologies-description h3,
.patents-technologies-description h4,
.patents-technologies-description h5,
.patents-technologies-description h6,
.formulation-charter-desc h1,
.formulation-charter-desc h2,
.formulation-charter-desc h3,
.formulation-charter-desc h4,
.formulation-charter-desc h5,
.formulation-charter-desc h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
}
/*Science of the Sun*/
.science-sun-banner-wrap,
.skin-profession-banner-wrap {
  position: relative;
}
.science-sun-banner-wrap {
  color: var(--orange);
}
.science-sun-banner-wrap p {
  color: rgba(0,0,0,0.5);
}
.science-sun-banner-over,
.skin-profession-banner-over {
  position: relative;
}
.science-sun-banner-item:last-child .science-sun-banner-image img {
  object-fit: contain;
}
.global-cellular-description ul {
  padding-left: 1em;
}
.global-cellular-description li:not(:last-child) {
  margin-bottom: 1rem;
}
/*News - Results*/
.news-header {
  padding-top: 16.5%;
  position: relative;
  min-height: 75px;
}
.news-res-image {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.news-res-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-res-more {
  position: relative;
}
.news-res-more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 2px solid;
}
.news-res-item a:hover .news-res-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-res-item a:hover .news-res-more:before {
  animation-name: buttonLine;
  animation-duration: 1s;
}
@keyframes buttonLine {
  0% {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  51% {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/*News - Publish*/
.news-publish-header .line {
  border-top: 2px solid var(--primary);
  width: 210px;
  position: absolute;
  left: -210px;
  top: -50px;
}
.news-publish-description h1,
.news-publish-description h2,
.news-publish-description h3,
.news-publish-description h4,
.news-publish-description h5,
.news-publish-description h6 {
  font-size: calc(1em + 7px);
  font-weight: 500;
  font-style: italic;
  margin-top: 2em;
  color: var(--default);
}
/*Treatments - Our Approach*/
.our-approach-image-big {
  position: relative;
}
.our-approach-image-small {
  position: absolute;
  width: 33%;
  bottom: -10%;
  left: 0;
}
.treatment-category-image {
  position: relative;
  padding-top: 57%;
}
.treatment-category-image-content {
  overflow: hidden;
}
.treatment-category-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.treatment-category-over {
  position: absolute;
  background-color: var(--white);
  right: -125px;
  width: 300px;
  bottom: 10%;
}
.treatment-category-discover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.treatment-category-item a:hover .treatment-category-image img,
.featured-treatment-image a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.treatment-category-item a:hover .treatment-category-discover {
  background-color: var(--hov-primary) !important;
}
.featured-treatment-image {
  position: relative;
  padding-top: 58%;
  overflow: hidden;
}
.featured-treatment-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-treatment-background {
  position: relative;
}
.featured-treatment-background::before {
  content: "";
  position: absolute;
  right: 0;
  left: -100000px;
  top: -10000px;
  bottom: 0;
  background-color: var(--secondary);
  z-index: -1;
}
/*Treatment - Results*/
.treatments-header .line {
  margin-right: -180%;
  position: relative;
  z-index: 1;
}
.treatment-res-image {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.treatment-res-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.treatment-res-text {
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #B0B0AF;
}
.treatment-res-time svg {
  height: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #B0B0AF;
  vertical-align: baseline;
}
.treatment-res-wrap:hover .treatment-res-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.treatment-res-wrap:hover .treatment-res-text {
  border-color: transparent;
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.7);
}
.treatment-res-wrap:hover .treatment-res-time svg {
  fill: rgba(0,0,0,0.7);
}
/*Beauty Salons*/
.salon-cities-swiper {
  margin-bottom: -2px;
}
.salon-cities-swiper .swiper-slide {
  display: inline-block;
  width: auto;
}
.salon-city-tab {
  color: rgba(0,0,0,0.5);
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
}
.salon-city-tab:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--default);
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.salon-city-tab.active {
  color: var(--default);
}
.salon-city-tab.active:after {
  width: 100%;
}
.salon-city-dropdown:not(.active) {
  display: none;
}
.salon-res-wrap {
  position: relative;
  min-height: 100%;
}
.salon-res-wrap::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-color: var(--secondary);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-link-icon {
  color: rgba(0,0,0,0.3);
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
}
.salon-res-google-link svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.salon-res-wrap:hover::before {
  opacity: 1;
}
.salon-res-google-link:hover svg {
  fill: var(--primary);
}
.social-link-icon:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
/*Results*/
.results-header-image {
  position: relative;
  padding-top: 37.5%;
}
.product-res-banner {
  padding-top: 50%;
  position: relative;
}
.filter-product-type:not(:last-child) {
  margin-bottom: 25px;
}
.filter-product-type-title {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid;
  position: relative;
  padding-right: 30px;
  padding-bottom: 5px;
  cursor: pointer;
}
.filter-product-main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-product-main.active .filter-product-main-title::after {
  width: 100%;
}
.filter-product-type-title a,
.filter-product-main-title a,
.filter-product-taxonomy-title a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-product-type-title .toggle,
.filter-product-main-title .toggle,
.filter-product-taxonomy-title .toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-product-type-title a:hover,
.filter-product-main-title a:hover,
.filter-product-taxonomy-title a:hover,
.filter-product-type-title .toggle:hover,
.filter-product-main-title .toggle:hover,
.filter-product-taxonomy-title .toggle:hover {
  color: var(--primary);
}
.filter-product-type-title .toggle::after,
.filter-product-main-title .toggle::after,
.filter-product-taxonomy-title .toggle::after {
  content: "+";
}
.filter-product-type.active .filter-product-type-title .toggle::after,
.filter-product-main.active .filter-product-main-title .toggle::after,
.filter-product-taxonomy.active .filter-product-taxonomy-title .toggle::after {
  content: "-";
}
.filter-product-type:not(.active) .filter-product-type-dropdown,
.filter-product-main:not(.active) .filter-product-main-dropdown,
.filter-product-taxonomy:not(.active) .filter-product-taxonomy-dropdown {
  display: none;
}
.filter-product-taxonomy-title {
  cursor: pointer;
}
.filter-product-type-dropdown {
  margin-top: 15px;
}
.filter-product-main:not(:last-child) {
  margin-bottom: 15px;
}
.filter-product-main-title {
  position: relative;
  padding-right: 30px;
}
.filter-product-main-dropdown {
  margin-top: 10px;
  font-size: 14px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.filter-product-taxonomy-title {
  position: relative;
  padding-right: 30px;
  font-weight: 500;
}
.filter-product-taxonomy-title .text {
  display: inline-block;
  color: rgba(0,0,0,0.5);
  font-weight: 700;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-product-taxonomy.active .filter-product-taxonomy-title .text {
  color: var(--default);
}
.filter-product-taxonomy:not(:last-child),
.filter-product-taxonomy-item:not(:last-child) {
  margin-bottom: 5px;
}
.filter-product-taxonomy-dropdown {
  margin-top: 5px;
  color: rgba(0,0,0,0.5);
}
.filter-product-taxonomy-item a:hover,
.filter-product-taxonomy-item.active a {
  color: var(--primary);
}
.filter-product-taxonomy-item.active a {
  border-bottom: 1px solid;
}
.product-results-line {
  margin-left: -150px;
}
.product-res-image {
  padding-top: 135%;
  position: relative;
}
.product-res-image.square {
  padding-top: 100%;
}
.product-res-bottom .product-res-image {
  margin-top: -12%;
}
.product-res-label {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  background-color: var(--default);
  color: var(--white);
  letter-spacing: 0.08em;
}
.product-res-label.grey {
  background-color: #7f7f7f;
}
.product-res-label-container {
  white-space: nowrap;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -moz-transform: translateX(-100%) rotate(-90deg);
  -ms-transform: translateX(-100%) rotate(-90deg);
  -o-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
  display: inline-block;
  position: relative;
  left: calc(1em + 1px);
  bottom: calc(1em + 2px);
  line-height: 1;
  padding: 1px 2px;
}
.load-more-button {
  border-color: rgba(0,0,0,0.1);
}
/*Publish*/
.publish-product-res-image {
  position: relative;
  padding-top: 120%;
}
.publish-descriptions-swiper {
  margin-bottom: -2px;
}
.publish-descriptions-swiper::after,
.salon-cities-swiper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 2px;
  width: 30px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  z-index: 1;
  pointer-events: none;
}
.publish-descriptions-swiper .swiper-slide {
  width: auto;
}
.publish-descriptions-swiper .swiper-slide:last-child .publish-desc-tab-item {
  padding-right: 20px;
}
.publish-desc-tab {
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.publish-desc-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid var(--default);
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.publish-desc-tab.active {
  color: var(--default);
}
.publish-desc-tab.active::after {
  width: 100%;
}
.publish-desc-dropdown-content {
  position: relative;
}
.publish-desc-dropdown {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.publish-desc-dropdown:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.publish-desc-dropdown.active {
  opacity: 1;
}
/*Checkout*/
.checkout-step-box {
  -webkit-box-shadow: inset 0px -10px 0px 0px rgba(237,237,235,0.6);
  -moz-box-shadow: inset 0px -10px 0px 0px rgba(237,237,235,0.6);
  box-shadow: inset 0px -10px 0px 0px rgba(237,237,235,0.6);
}
.checkout-step-box.active {
  -webkit-box-shadow: inset 0px -2px 0px 0px var(--primary);
  -moz-box-shadow: inset 0px -2px 0px 0px var(--primary);
  box-shadow: inset 0px -2px 0px 0px var(--primary);
}
.list-group-item {
  border-color: rgba(0,0,0,0.1);
}
.list-group-flush > .list-group-item {
  border-width: 0 0 2px;
}
.cart-res-delete {
  color: rgba(0,0,0,0.3);
}
.cart-res-delete svg {
  fill: rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-res-delete:hover {
  color: var(--primary);
}
.cart-res-delete:hover svg {
  fill: var(--primary);
}
.payment-info-box {
  margin-bottom: 30px;
}
.payment-info-box-header {
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(237,237,237,0.6);
  padding: 20px 15px;
}
.payment-info-box-body {
  border: 1px solid rgba(237,237,237,0.6);
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  padding: 15px;
}
/*Account*/
.sk-user-sidenav-wrap {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  max-height: none;
  border: 0;
  display: block;
}
.sk-user-sidenav-verified {
  margin-bottom: -1px;
  position: relative;
}
.sk-side-nav-list .sk-side-nav-link {
  padding: 10px 15px;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
  border-left-width: 4px;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
  color: var(--default);
  font-weight: 400;
  font-size: 1em;
}
.sk-user-sidenav .sk-side-nav-link.active,
.sk-user-sidenav .sk-side-nav-link:hover {
  background-color: transparent;
  border-left-color: var(--primary);
}
.sk-user-sidenav .sk-side-nav-link svg {
  height: 1.75em;
  margin-right: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link svg {
  fill: var(--default);
}
.sk-side-nav-list .sk-side-nav-text .text {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.active {
  color: var(--primary);
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.active svg {
  fill: var(--primary);
}
.sk-side-nav-list .sk-side-nav-link.active .sk-side-nav-text .text {
  color: var(--default);
  font-weight: 700;
  border-color: inherit;
}
.account-side-link svg {
  fill: var(--default);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.account-side-link:hover svg {
  fill: var(--primary);
}
/*Orders*/
.sk-table.order-table th:first-child,
.sk-table.order-table td:first-child {
  padding-left: 0;
}
.sk-table.order-table th:last-child,
.sk-table.order-table td:last-child {
  padding-right: 0;
}
.sk-table.order-table thead th {
  border-bottom: 1px solid rgba(0,0,0,0.5);
  font-weight: 400;
}
.sk-table.order-table tbody {
  color: rgba(35,31,32,0.5);
}
.sk-table.order-table tbody td {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  vertical-align: middle;
}
.sk-table th {
  padding: 15px 10px;
}
.sk-table td {
  padding: 20px 10px;
}
/*Order Popup*/
.card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  border-radius: 0;
}
.card.card-white .card-header {
  border-bottom: 2px solid rgba(77,77,79,0.5);
}
.order-step-item {
  color: rgba(77,77,79,0.4);
}
.order-step-item .title {
  border-bottom: 2px solid;
  padding-bottom: 3px;
  position: relative;
}
.order-step-item.text-primary .title::before {
  content: "";
  border-bottom: 2px solid;
  border-right: 2px solid;
  display: inline-block;
  width: 0.5em;
  height: 0.85em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  left: 0.25em;
  margin-right: 1em;
}
/*Contact*/
.contact-form-header .line {
  border-top: 2px solid var(--primary);
  margin-right: -1000px;
}
.contact-map {
  position: relative;
  padding-top: 20%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  min-height: 230px;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*Newsletter Pop up*/
.newsletter-popup-image {
  padding-top: 68%;
  position: relative;
}
.newsletter-popup-over {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/*Footer Banner - 1*/
.footer-banner-image {
  position: relative;
  padding-top: 22%;
  min-height: 240px;
}
.footer-banner-line {
  position: relative;
}
.footer-banner-line::before {
  position: absolute;
  border: inherit;
  left: -1000px;
  width: 1000px;
  content: "";
  top: 0;
}
/*Footer Banner - 2*/
#footer-banner-2 .line {
  border-bottom: 4px solid;
  position: absolute;
  width: 210px;
}
#footer-banner-2 .line.left {
  left: -105px;
  bottom: 20%;
}
#footer-banner-2 .line.right {
  right: -105px;
  top: 20%;
}
/*Footer*/
.footer-description {
  position: relative;
}
.footer-description .quotes {
  position: absolute;
  top: 0.6em;
  left: -165px;
}
footer .social .list-inline-item:not(:last-child) {
  margin-right: 10px;
}
footer .social .list-inline-item a {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0,0,0,0.2);
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: rgba(0,0,0,0.3);
}
footer ul.social i {
  color: inherit;
}
footer ul.social a:hover {
  -webkit-transform: none;
  transform: none;
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.footer-list-dropdown li:not(:last-child) {
  margin-bottom: 10px;
}
/*Terms Pages*/
.terms-res-item {
  margin-bottom: 35px;
}
.terms-res-item:last-child {
  margin-bottom: 0;
}
.terms-res-item a {
  color: inherit;
  display: flex;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.terms-res-item a::after {
  content: "";
  flex: 1;
  border-bottom: 2px dotted;
}
.terms-res-item a:hover {
  color: var(--primary);
}

/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
  /*Homepage - About*/
  .home-about-image.left {
    position: relative;
    left: -20px;
  }
  /*Homepage - Banners*/
  .home-banner-image.portrait {
    padding-top: 0;
    height: 100%;
  }
  /*Checkout*/
  .payment-info-box-header {
    padding: 25px 15px;
  }
  /*Footer*/
  footer .social .list-inline-item:not(:last-child) {
    margin-right: 25px;
  }
  footer .social .list-inline-item a {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 55px;
  }
}
/* md */
@media (min-width: 768px) {
  /*All*/
  :root {
    --body-size: 16px;
  }
  /*Pagination*/
  .pagination .page-link,
  .page-item.disabled .page-link {
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  /*Esthederm Philosophy*/
  .esthederm-philosophy-bottom-paragraph p b {
    font-size: calc(1em + 10px);
  }
  /*Patents & Technologies*/
  .patents-technologies-title {
    max-height: 2.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /*News - Publish*/
  .news-publish-description h1,
  .news-publish-description h2,
  .news-publish-description h3,
  .news-publish-description h4,
  .news-publish-description h5,
  .news-publish-description h6 {
    font-size: calc(1em + 10px);
  }
  /*Results*/
  .filter-product-type:not(:last-child) {
    margin-bottom: 50px;
  }
  .filter-product-type-title {
    font-size: 18px;
  }
  .product-res-bottom .product-res-image {
    margin-top: -25%;
  }
  /*Account*/
  .sk-side-nav-list .sk-side-nav-link {
    padding: 15px 20px;
  }
  .sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
    border-left-width: 10px;
  }
}
/* lg */
@media (min-width: 992px) {
  /*Partnership*/
  .why-choose-title {
    height: 2.4em;
  }
  /*Esthederm Philosophy*/
  .esthederm-philosophy-slogan-row {
    margin-top: -50px !important;
  }
  .esthederm-philosophy-box {
    margin-top: -60px;
  }
  /*Science of the Sun*/
  .science-sun-banner-over,
  .skin-profession-banner-over {
    min-height: calc(((100vw - (100vw - 920px)) * 30) / 100);
  }
  .science-sun-banner-wrap.white,
  .science-sun-banner-wrap.white p {
    color: var(--white);
  }
  /*Treatments - Our Approach*/
  .our-approach-image-small {
    width: 200px;
    bottom: -50px;
    left: -50px;
  }
}
/* xl */
@media (min-width: 1200px) {
  /*All*/
  :root {
    --body-size: 18px;
  }
  html.xl-not-overflow,
  body.xl-not-overflow {
    overflow-x: unset;
  }
  /*Partnership*/
  .partnership-bottom-paragraph p:not(:last-child) {
    margin-bottom: 60px;
  }
  .partnership-bottom-paragraph p b {
    font-size: calc(1em + 4px);
  }
  /*Esthederm Philosophy*/
  .esthederm-philosophy-bottom-paragraph p b {
    font-size: calc(1em + 12px);
  }
  /*Science of the Sun*/
  .science-sun-banner-over,
  .skin-profession-banner-over {
    min-height: calc(((100vw - (100vw - 1100px)) * 30) / 100);
  }
  /*Treatment - Publish*/
  .treatment-publish-header .line {
    margin-left: -50px;
  }
  /*Account*/
  .sk-user-sidenav-wrap {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
  .sk-user-panel {
    padding-left: 40px;
  }
}
/* xxl */
@media (min-width: 1500px) {
  /*Esthederm Philosophy*/
  .esthederm-philosophy-slogan-row {
    margin-top: -115px !important;
  }
  .esthederm-philosophy-slogan-row .quotes {
    top: -125px;
  }
  /*Science of the Sun*/
  .science-sun-banner-over,
  .skin-profession-banner-over {
    min-height: calc(((100vw - (100vw - 1400px)) * 30) / 100);
  }
  /*Treatments - Our Approach*/
  .our-approach-image-small {
    width: 350px;
    bottom: -50px;
    left: -140px;
  }
  /*Treatment - Publish*/
  .treatment-publish-header .line {
    margin-left: -140px;
  }
  /*Beauty Salons*/
  .salon-res-wrap::before {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
  }
  /*News - Publish*/
  .news-publish-description h1,
  .news-publish-description h2,
  .news-publish-description h3,
  .news-publish-description h4,
  .news-publish-description h5,
  .news-publish-description h6 {
    font-size: calc(1em + 12px);
  }
  /*Results*/
  .filter-product-type:not(:last-child) {
    margin-bottom: 70px;
  }
  .filter-product-type-title {
    font-size: 20px;
  }
  .product-res-bottom .product-res-image {
    margin-top: -100%;
  }
  /*Account*/
  .sk-user-sidenav-wrap {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
  .sk-user-panel {
    padding-left: 80px;
  }
}
/* xxxl */
@media (min-width: 1750px) {
  /*Meet your Supplier*/
  .meet-supplier-box .end-quotes {
    position: absolute;
    right: -175px;
    bottom: -30px;
  }
  /*Partnership*/
  .partnership-bottom-paragraph p:not(:last-child) {
    margin-bottom: 90px;
  }
  .partnership-bottom-paragraph p b {
    font-size: calc(1em + 7px);
  }
}
/*Responsive - Desktop First*/
/* xxl */
@media (max-width: 1749.98px) {
  /*Homepage - Featured Products*/
  .featured-products-swiper .swiper-arrow {
    top: auto;
    bottom: 0;
    height: 35px;
  }
  .featured-products-swiper .swiper-arrow.swiper-button-next {
    right: auto;
    left: 35px;
  }
  .featured-products-button {
    position: absolute;
    bottom: 0;
    left: 75px;
    right: 0;
    z-index: 1;
  }
}
/* xl */
@media (max-width: 1499.98px) {

}
/* lg */
@media (max-width: 1199.98px) {

}
/* md */
@media (max-width: 991.98px) {
  /*Header*/
  html.menu-opened,
  body.menu-opened,
  html.fixed-menu-opened,
  body.fixed-menu-opened {
    overflow: hidden;
  }
  body.menu-opened .sk-main-wrapper > :not(header),
  body.fixed-menu-opened .sk-main-wrapper > :not(.fixed-header) {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
  body.menu-opened header .phone-megamenu,
  body.fixed-menu-opened .fixed-header .phone-megamenu {
    opacity: 1;
    pointer-events: all;
  }
  /*Esthederm Philosophy*/
  .esthederm-philosophy-bubble {
    margin-top: -50px;
    position: relative;
    left: -60px;
  }
  .esthederm-philosophy-box::before {
    content: "";
    position: absolute;
    right: -1000px;
    top: 0;
    bottom: 0;
    width: 1000px;
    background-color: var(--secondary);
  }
  /*Science of the Sun*/
  .science-sun-banner-image,
  .skin-profession-banner-image {
    position: relative;
    padding-top: 30%;
  }
  .skin-profession-banner-logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  /*Treatments - Our Approach*/
  .our-approach-image-big {
    padding-left: 13%;
  }
  /*Footer Banner - 2*/
  #footer-banner-2 .footer-banner-image {
    padding-top: 0;
    min-height: auto;
  }
  /*Footer*/
  .newsletter-footer-toggle,
  .footer-list-title {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
  }
  .newsletter-footer-toggle::after,
  .footer-list-title:after {
    content: "+";
    position: absolute;
    right: 0;
  }
  .newsletter-footer-toggle.active::after,
  .footer-list-title.active:after {
    content: "-";
  }
  .newsletter-footer-toggle:not(.active) + .newsletter-footer-dropdown,
  .footer-list-title:not(.active) + .footer-list-dropdown {
    display: none;
  }
}
/* sm */
@media (max-width: 767.98px) {
  /*Header*/
  .front-header-search,
  .search-phone-toggle {
    height: 34px;
  }
  .front-header-search:not(.active) .input-group,
  .front-header-search.active .search-phone-toggle {
    display: none !important;
  }
  .front-header-search.active > div {
    position: absolute !important;
    left: 5px;
    right: 5px;
  }
  /*Homepage - Slider*/
  .sk-carousel.dots-inside-bottom.home-carousel .slick-dots {
    position: relative;
    bottom: 0;
  }
  .sk-carousel.dots-inside-bottom.home-carousel .slick-dots button {
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sk-carousel.home-carousel .slick-dots button {
    height: 5px;
    width: 5px;
    margin: 0 2px;
  }
  .sk-carousel.home-carousel .slick-dots .slick-active button {
    background: var(--black);
  }
  .sk-carousel.home-carousel .slick-arrow {
    display: none !important;
  }
  /*Meet your Supplier*/
  .meet-supplier-bottom-paragraph:not(.active) p:not(:first-child):not(:nth-child(2)) {
    display: none;
  }
  /*Patents & Technologies*/
  .patents-technologies-description h1,
  .patents-technologies-description h2,
  .patents-technologies-description h3,
  .patents-technologies-description h4,
  .patents-technologies-description h5,
  .patents-technologies-description h6 {
    font-size: 15px;
  }
}
/* xs */
@media (max-width: 575.98px) {
  /*Homepage - Featured Products*/
  .featured-products-container {
    margin-right: -15%;
  }
  /*Homepage - Banners*/
  .home-banner-image.text {
    padding: 0;
  }
  /*Publish*/
  .ingredients-paragraph.expandable:not(.active) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
