@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
    --default: #231f20;
    --secondary: #efefef;
    --hov-secondary: #BDBDBD;
    --tertiary: #777674;
    --quaternary: #6d6b64;
    --quinary: #232122;
    --orange: #F57E2D;
    --gold: #d5b98b;
    --black: #000;
    --white: #fff;
    --error: #b70808;
    --gray: #F4F4F4;
    --body-size: 14px;
    --header-height: 103px;
    --header-height-phase-b: 96px;
    --fixed-header-height: 50px;
    --font-family: 'Ubuntu', 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: 8.2em;
}
.text-email-light {
    width: 8.55em;
}
.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%;
}
.sk-plus-minus {
    color: var(--black);
}
.sk-plus-minus .btn {
    border: 0;
}
.sk-plus-minus .btn:disabled {
    color: rgba(0,0,0,0.4);
    opacity: 1;
}
.visibility-hidden {
    visibility: hidden;
}
.invalid-feedback {
    color: var(--error);
}
.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;
}
.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 {
    padding-left: .25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
    content: "/";
    padding-right: .25rem;
}
/*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 {
    align-items: center;
}
.pagination .page-item {
    margin: 0 4px;
}
.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 !important;
    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(--gold);
    color: #fff;
}
/*Products Pagination*/
.products-pagination .pagination .page-link,
.products-pagination .page-item.disabled .page-link {
    min-width: auto;
    min-height: auto;
    line-height: 1;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    color: var(--default);
}
.products-pagination .page-item:first-child .page-link,
.products-pagination .page-item:last-child .page-link {
    width: 16px;
    height: 16px;
    background-color: rgba(35,31,32,0.1);
}
.products-pagination .page-item:first-child .page-link:before,
.products-pagination .page-item:last-child .page-link:before {
    width: 6px;
    height: 6px;
}
.products-pagination .page-item:first-child .page-link:before {
    left: 3px;
}
.products-pagination .page-item:last-child .page-link:before {
    left: -3px;
}
.products-pagination .pagination .page-link:hover,
.products-pagination .pagination .active .page-link {
    color: var(--default);
    background-color: transparent;
    border-bottom-color: var(--default);
}
.products-pagination .pagination .page-item:first-child .page-link:hover,
.products-pagination .pagination .page-item:last-child .page-link:hover {
    background-color: var(--default);
    color: var(--white);
}
/*Modal*/
.modal .close {
    opacity: 0.6;
}
.modal .close svg {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.modal-dialog.modal-xs {
    max-width: 365px;
    width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.grey-modal .modal-backdrop {
    background-color: rgba(169,169,169,0.6);
}
.grey-modal .modal-backdrop.show {
    opacity: 0.6;
}
/*Dots*/
.point-slider-car-dot-plus-item {
    position: absolute;
    z-index: 5;
    width: 21px;
    height: 21px;
    pointer-events: all;
}
.point-slider-car-dot-plus-item.active {
    z-index: 6;
}
.point-slider-car-dot-plus {
    width: 21px;
    height: 21px;
    background-color: var(--white);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.point-slider-car-dot-plus:before,
.point-slider-car-dot-plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 1px;
    background-color: var(--quaternary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.point-slider-car-dot-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.point-slider-car-dot-plus-item.active .point-slider-car-dot-plus:after {
    opacity: 0;
}
.point-slider-car-dot-popup {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    width: 270px;
    background-color: var(--white);
}
.point-slider-car-dot-popup.top {
    top: auto;
    bottom: calc(100% + 15px);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
.point-slider-car-dot:not(.active) .point-slider-car-dot-popup,
.point-slider-car-dot-plus-item:not(.active) .point-slider-car-dot-popup {
    -webkit-transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    -o-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    pointer-events: none;
}
.product-dot-res-wrap {
    padding: 5px;
}
.point-slider-car-dot-close {
    margin-bottom: 5px;
    line-height: 1;
    vertical-align: top;
}
.point-slider-car-dot-close svg {
    stroke: var(--quaternary);
    stroke-miterlimit: 10;
    stroke-width: 3px;
}
.point-slider-car-dot-close:hover svg {
    stroke: var(--primary);
}
/*Carousel*/
.swiper.with-pseudos {
    overflow: visible;
}
.swiper.with-pseudos::before,
.swiper.with-pseudos::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    width: 10000px;
    background-color: var(--white);
    z-index: 2;
}
.swiper.with-pseudos::before {
    left: -10000px;
}
.swiper.with-pseudos::after {
    right: -10000px;
}
.slick-track {
    margin: 0;
}
.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;
}
/*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);
    background-color: transparent;
}
.form-control,
.bootstrap-select:not(.select-unstyled) .dropdown-toggle {
    color: var(--default);
}
.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: 2;
    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;
}
.bootstrap-select.select-unstyled .btn .dropdown-toggle {
    color: inherit;
}
.bootstrap-select.select-unstyled .dropdown-menu .bs-searchbox .form-control {
    font-size: 1em;
    padding: 5px;
}
.bootstrap-select:not(.triangle-arrow) .dropdown-toggle::after {
    content: "";
    font-size: 1em;
    border-top: 4px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.bootstrap-select.triangle-arrow .dropdown-toggle::after {
    -webkit-text-stroke: 1px;
    margin-top: 0;
}
.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: 110px;
}
.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: 0;
    -webkit-transform: none;
    transform: none;
    background-color: var(--black);
    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(--black);
}
.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: var(--black);
}
.input-group-append.line .btn:not(.btn-primary):not(.loader)::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;
}
.iti__flag-container {
    padding: 0 1px 0 0;
}
.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    margin-left: 0;
    border-right: none;
    color: var(--quaternary);
    position: relative;
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.iti__arrow {
    margin: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid;
}
.iti__country-list {
    overflow-y: auto;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"],
.form-control-with-label.with-phone label {
    padding-left: 105px !important;
}
/*Megaboxes*/
.sk-megabox .sk-megabox-elem {
    border: 1px solid rgba(0,0,0,0.1);
}
.sk-megabox > input:checked ~ .sk-megabox-elem,
.sk-megabox > input:checked ~ .sk-megabox-elem {
    border-color: var(--primary);
}
.sk-megabox.gold > input:checked ~ .sk-megabox-elem,
.sk-megabox.gold > input:checked ~ .sk-megabox-elem {
    border-color: var(--gold);
    color: var(--gold);
}
.sk-megabox .sk-megabox-elem .sk-square-check,
.sk-megabox .sk-megabox-elem .sk-rounded-check {
    border: 1px solid rgba(0,0,0,0.1);
    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);
}
.sk-megabox.gold > input:checked ~ .sk-megabox-elem .sk-square-check,
.sk-megabox.gold > input:checked ~ .sk-megabox-elem .sk-rounded-check {
    border-color: var(--gold);
}
.sk-megabox.gold .sk-rounded-check::after {
    background: var(--gold);
}
.megabox-price {
    border-left: 1px solid rgba(0,0,0,0.2);
    padding: 5px 0 5px 10px;
    margin-left: 10px;
    line-height: 1.5;
}
.sk-megabox.gold > input:checked ~ .sk-megabox-elem .megabox-price {
    color: var(--primary);
}
.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);
}
/*Side Popup*/
.side-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side-popup.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.side-popup-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.side-popup-close {
    color: #b2b2b2;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side-popup-close:hover {
    color: var(--primary)
}
.side-popup-close-icon {
    position: relative;
    width: 1em;
    height: 1em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-popup-close-icon::before {
    content: "";
    display: block;
    border-left: 2px solid;
    height: 1em;
    width: 0;
    margin: auto;
}
.side-popup-close-icon::after {
    content: "";
    border-bottom: 2px solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
}
.side-popup-head h3 {
    line-height: 1;
    margin: 0;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0,0,0,0.1);
    font-weight: 700;
}
.side-popup-close-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: 25px;
    bottom: 1em;
}
.side-popup-container {
    background-color: var(--white);
    width: 305px;
    height: 100%;
}
.side-popup-scroll {
    height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
}
.background-fixed-popup {
    pointer-events: none;
    background-color: rgba(169,168,169,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
body.side-popup-opened .background-fixed-popup {
    z-index: 1100;
    opacity: 1;
    pointer-events: all;
}
/*Header*/
.header-link svg {
    fill: var(--quinary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: bottom;
}
.lang-item {
    position: relative;
}
.lang-item:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
}
.lang-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 2px solid rgba(0,0,0,0.5);
}
.lang-item.active {
    color: var(--black);
}
.header-link:hover,
.lang-item:hover {
    color: var(--primary);
}
.header-link:hover svg,
.lang-item:hover svg {
    fill: var(--primary);
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.header-search-close svg {
    fill: none;
    stroke: rgba(0,0,0,0.5);
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.header-search-close:hover svg {
    stroke: var(--primary);
}
.front-header-search-bottom {
    min-height: 170px;
}
.front-header-search .form-control,
.front-header-search-megamenu .form-control {
    color: var(--primary);
}
.front-header-search .form-control::-webkit-input-placeholder {
    color: var(--primary);
}
.front-header-search .form-control:-ms-input-placeholder {
    color: var(--primary);
}
.front-header-search .form-control::placeholder {
    color: var(--primary);
}
.front-header-search-megamenu .form-control::-webkit-input-placeholder {
    color: var(--primary);
}
.front-header-search-megamenu .form-control:-ms-input-placeholder {
    color: var(--primary);
}
.front-header-search-megamenu .form-control::placeholder {
    color: var(--primary);
}
.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:hover svg.stroke {
    stroke: var(--primary);
}
.header-link-icon .dot {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-radius: 50%;
    background-color: #159E46;
    z-index: 1;
}
.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;
    font-weight: 500;
    padding: 32px 10px;
}
.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(--white);
    background-color: var(--primary);
}
.header-menu-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: var(--white);
    min-height: 100px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.header-menu-item.has-dropdown:hover .header-menu-dropdown {
    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: 35px;
    height: 35px;
    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;
    border: 2px solid var(--primary);
}
.megamenu-toggle .icon {
    width: 23px;
    border-bottom: 2px solid var(--primary);
    position: relative;
    border-top: 2px solid var(--primary);
    height: 7px;
    -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(--primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.megamenu-toggle .icon .top {
    top: -7px;
    -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: 8px;
    -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: -11px;
}
.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: 10px;
}
.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;
}
.front-header-search-bottom .input-group label {
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px rgba(35,31,32,0.1);
    pointer-events: none;
    position: absolute;
    font-size: 1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.front-header-search-bottom .input-group.focused label {
    opacity: 0;
}
.front-header-search-bottom .input-group .btn svg {
    fill: var(--quinary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.front-header-search-bottom .input-group .btn:hover svg {
    fill: var(--primary);
}
.header-search-result-link {
    border-bottom: 1px solid transparent;
}
.header-search-result-link:hover {
    border-bottom-color: var(--primary);
}
.header-search-result-link strong {
    color: var(--primary);
}
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: 20px;
    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-menu-dropdown {
    margin-top: 20px;
}
.phone-megamenu-title:not(.active) + .phone-menu-dropdown {
    display: none;
}
.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);
}
.search-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(169,168,169,0.6);
    pointer-events: none;
    opacity: 0;
    z-index: 1010;
}
body.open-search .search-overlay {
    pointer-events: all;
    opacity: 1;
}
/*Homepage - Slider*/
.home-car-image {
    padding-top: 42%;
    position: relative;
}
.home-car-over {
    background-color: rgba(0,0,0,0.2);
    color: var(--white);
}
.home-carousel.sk-carousel.dots-inside-bottom .slick-dots {
    bottom: 5px;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transform: none;
    padding: 50px 15px 5px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
}
.home-carousel.sk-carousel .slick-dots li {
    line-height: 1;
}
.home-carousel.sk-carousel.dots-inside-bottom .slick-dots button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 2px;
}
/*Homepage - Main Categories*/
.category-res-box-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.category-res-box-image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category-res-box-over {
    background-color: rgba(109,107,100,0.2);
    color: var(--white);
}
.category-res-box-image: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);
}
/*Homepage - Shop by Need*/
.btn-shop-need {
    padding: 2px;
    height: 100%;
    min-height: 45px;
    line-height: 1;
}
/*Homepage - Featured Products*/
.featured-products-container {
    position: relative;
}
.featured-products-container::after {
    content: "";
    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 );
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 1;
    pointer-events: none;
}
.featured-products-container:not(.gradient)::after {
    display: none;
}
/*Homepage - New In*/
#new-products {
    background-color: #f0efef;
}
#new-products .featured-products-container::after {
    content: "";
    background: -moz-linear-gradient(left, rgba(240,239,239,0) 0%, #f0efef 100%);
    background: -webkit-linear-gradient(left, rgba(240,239,239,0) 0%,#f0efef 100%);
    background: linear-gradient(to right, rgba(240,239,239,0) 0%,#f0efef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0efef', endColorstr='#f0efef',GradientType=1 );
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 1;
    pointer-events: none;
}
#new-products .swiper-scrollbar,
#related-products-publish .swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
}
/*Homepage - Banners*/
.home-banner-image {
    position: relative;
    padding-top: 44%;
}
.home-banner-image.portrait {
    padding-top: 132%;
}
/*Homepage - Dot Banners*/
.dot-banner {
    padding-top: 92%;
    position: relative;
}
/*About us*/
#about-us-top .rose {
    position: absolute;
    left: -85px;
    bottom: -130px;
}
.why-beauty-hub-title {
    color: transparent;
    -webkit-text-stroke: 2px rgba(35,31,32,0.3);
}
.about-mission-title {
    color: transparent;
    -webkit-text-stroke: 2px rgba(35,31,32,0.3);
}
#about-mission p b {
    color: var(--primary);
}
#why-beauty-hub {
    margin-top: 50px;
}
.mission-image {
    width: 225px;
    position: relative;
    z-index: -1;
    left: auto;
    margin: 50px auto 0;
}
#about-red-banner {
    margin-top: -40px;
    mix-blend-mode: multiply;
}
#about-red-label-bottom {
    margin-top: -35px;
    position: relative;
}
.about-footer-banner-image {
    padding-top: 37%;
    position: relative;
}
/*Faqs*/
.faqs-res-item {
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(35,31,32,0.1);
    margin-top: -2px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.faqs-res-item.active {
    z-index: 1;
    border-color: var(--primary);
}
.faqs-res-toggle {
    padding-right: 55px;
    position: relative;
    cursor: pointer;
}
.faqs-res-toggle:before,
.faqs-res-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: var(--gold);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.faqs-res-toggle:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faqs-res-item.active .faqs-res-toggle:before,
.faqs-res-item.active .faqs-res-toggle:after {
    background-color: var(--primary);
}
.faqs-res-item.active .faqs-res-toggle:after {
    opacity: 0;
}
.faqs-res-item:not(.active) .faqs-res-dropdown {
    display: none;
}
/*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-results-wrap {
    background-color: rgba(119, 119, 117, 0.1);
}
.news-res-wrap,
.news-res-desc {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-res-wrap:hover,
.news-res-wrap:hover .news-res-desc {
    color: var(--primary);
}
.news-results-wrap .load-more {
    background-color: var(--gold);
    border-color: var(--gold);
    color: var(--white);
}
.news-results-wrap .load-more:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
/*News - Publish*/
.news-publish-image {
    position: relative;
    padding-top: 80%;
}
.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: var(--body-size);
    font-weight: 700;
    margin-top: 2em;
    color: var(--primary);
}
.news-publish-description h1 span,
.news-publish-description h2 span,
.news-publish-description h3 span,
.news-publish-description h4 span,
.news-publish-description h5 span,
.news-publish-description h6 span {
    font-weight: 700 !important;
}
.news-publish-description ul {
    padding-left: 1em;
}
/*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);
}
/*Results*/
.results-header-image {
    position: relative;
    padding-top: 31.5%;
}
.results-header-image-over {
    background-color: rgba(0,0,0,0.05);
    color: var(--white);
}
.product-res-banner {
    padding-top: 50%;
    position: relative;
}
.results-selected-filters-tag {
    font-size: 12px;
    margin: 4px 0;
    color: rgba(0,0,0,0.5);
    border: 1px solid rgba(119,118,116,0.1);
    border-radius: 2px;
    padding: 3px 5px;
    line-height: 1;
}
.filter-product-main-title {
    position: relative;
    padding-right: 30px;
    color: rgba(0,0,0,0.5);
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-product-main-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;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
}
.filter-product-main-title:hover {
    color: var(--primary);
}
.filter-product-main-title:hover .toggle {
    color: var(--white);
}
.filter-product-main-title:hover .toggle::before {
    background-color: var(--primary);
}
.filter-product-main-title .toggle::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: rgba(0,0,0,0.1);
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-product-main-title .toggle::after {
    content: "+";
    width: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    bottom: 0;
    margin: auto;
}
.filter-product-main.active .filter-product-main-title .toggle::after {
    content: "-";
}
.filter-product-main:not(.active) .filter-product-main-dropdown {
    display: none;
}
.filter-product-main:not(:last-child) {
    margin-bottom: 15px;
}
.filter-product-main-dropdown {
    margin-top: 10px;
    font-size: 14px;
}
.product-results-line {
    margin-left: -150px;
}
.product-res-top {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 2px solid transparent;
    position: relative;
    background-color: var(--white);
}
.product-res-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.1);
}
.product-res-rewards img {
    height: 0.6em;
    vertical-align: 0.1em;
}
.product-res-image {
    padding-top: 90%;
    position: relative;
}
.product-res-image.square {
    padding-top: 100%;
}
.product-res-price {
    text-align: center;
    padding: 10px 5px;
}
.product-res-bottom .product-res-image {
    margin-top: -12%;
}
.product-res-over {
    padding: 5px;
}
.product-res-label {
    font-size: 12px;
    background-color: var(--gold);
    color: var(--black);
    padding: 2px 5px;
    margin-bottom: 5px;
}
.product-res-label.discount {
    background-color: var(--primary);
    color: var(--white);
    font-weight: 700;
}
.product-res-wrap:hover .product-res-top {
    border-top-color: var(--primary);
}
.product-res-wrap:hover .product-res-top:after {
    opacity: 1;
}
.load-more-button {
    border-color: rgba(0,0,0,0.1);
}
/*Publish*/
.publish-product-res-image {
    position: relative;
    padding-top: 100%;
}
.publish-product-images-over {
    pointer-events: none;
}
.publish-descriptions-swiper {
    margin-bottom: -2px;
}
.salon-cities-swiper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    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-arrow {
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
.publish-descriptions-swiper .swiper-arrow i {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.publish-descriptions-swiper .swiper-arrow.swiper-button-prev i {
    border-right: 4px solid;
}
.publish-descriptions-swiper .swiper-arrow.swiper-button-next i {
    border-left: 4px solid;
}
.publish-descriptions-swiper .swiper-arrow i::before {
    display: none;
}
.publish-descriptions-swiper .swiper-arrow:hover {
    background-color: transparent;
    color: var(--primary);
}
.publish-descriptions-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.publish-desc-tab {
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    color: rgba(0,0,0,0.5);
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.publish-desc-tab.active,
.publish-desc-tab:hover {
    color: var(--black);
    border-bottom-color: var(--primary);
}
.publish-desc-dropdown-content {
    position: relative;
}
.publish-desc-dropdown {
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.publish-desc-dropdown.active {
    display: block;
}
.publish-desc-dropdown.c-scrollbar {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}
.publish-reward-labels svg {
    height: 0.7em;
    vertical-align: 0.05em;
    fill: var(--primary);
}
.publish-brand-logo {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.2;
}
.sk-plus-minus .btn:not(:disabled):not(.disabled):hover {
    background-color: var(--primary);
    color: var(--white);
}
.publish-product-video {
    position: relative;
    padding-top: 43%;
}
.related-products-container {
    position: relative;
}
.related-products-container:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    z-index: 1;
    pointer-events: none;
    background: -moz-linear-gradient(left,  rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to right,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=1 );
}
.swiper.with-pseudos.featured-products-swiper::before,
.swiper.with-pseudos.cart-featured-products-swiper::before {
    background-color: var(--secondary);
}
.swiper.with-pseudos.featured-products-swiper::after,
.swiper.with-pseudos.cart-featured-products-swiper::after {
    display: none;
}
/*Cart Popup*/
.cart-popup-res-image {
    padding-top: 100%;
    position: relative;
    border: 2px solid rgba(35,31,32,0.1);
}
.complete-look-box {
    position: relative;
    z-index: 1;
}
.complete-look-box::before {
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    top: 0;
    bottom: -1000px;
    background-color: var(--secondary);
    z-index: -1;
}
.product-complete-res-top {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid rgba(35,31,32,0.2);
    position: relative;
    background-color: var(--white);
}
.product-complete-res-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.1);
}
.product-complete-res-image {
    position: relative;
    padding-top: 85%;
}
.product-complete-res-top .product-res-price {
    padding: 5px;
}
.product-complete-res-item:hover .product-complete-res-top:after {
    opacity: 1;
}
.product-complete-res-title {
    height: 2.5em;
}
/*Checkout*/
.checkout-step-box h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
}
.checkout-step-box.active h3 {
    font-size: 23px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px rgba(35,31,32,0.2);
}
.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(35,31,32,0.5);
    border-bottom: 1px solid;
}
.cart-res-delete svg {
    fill: rgba(35,31,32,0.5);
    -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);
}
.guest-modal-title {
    color: transparent;
    -webkit-text-stroke: 2px rgba(35,31,32,0.2);
}
#GuestCheckout .form-control,
#GuestCheckout .bootstrap-select .dropdown-toggle {
    border: 0;
    background-color: var(--white);
}
.cart-summary-rewards svg {
    fill: var(--white);
    height: 0.6em;
    vertical-align: 0.1em;
    margin-right: 0.25em;
}
.publish-info {
    position: relative;
    display: inline-block;
}
.publish-info-popup {
    position: absolute;
    display: block;
    white-space: nowrap;
    top: 50%;
    right: 0;
    color: rgba(0,0,0,0.7);
    background-color: var(--white);
    -webkit-transform: translate(calc(100% + 15px), -50%);
    -moz-transform: translate(calc(100% + 15px), -50%);
    -ms-transform: translate(calc(100% + 15px), -50%);
    -o-transform: translate(calc(100% + 15px), -50%);
    transform: translate(calc(100% + 15px), -50%);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.35);
    padding: 10px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    font-weight: 500;
}
.publish-info-popup::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--white);
    -webkit-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: -1px 1px 2px 0px rgba(0,0,0,0.2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -5px;
}
.publish-info-popup.left {
    left: 0;
    right: auto;
    -webkit-transform: translate(calc(-100% - 15px), -50%);
    -moz-transform: translate(calc(-100% - 15px), -50%);
    -ms-transform: translate(calc(-100% - 15px), -50%);
    -o-transform: translate(calc(-100% - 15px), -50%);
    transform: translate(calc(-100% - 15px), -50%);
}
.publish-info-popup.left::before {
    right: -5px;
    left: auto;
    -webkit-box-shadow: 1px -1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px -1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 1px -1px 2px 0px rgba(0,0,0,0.2);
}
.publish-info > img {
    vertical-align: text-top;
}
.publish-info.active .publish-info-popup {
    opacity: 1;
    pointer-events: all;
}
.payment-info-box {
    margin-bottom: 15px;
    font-size: 16px;
}
.payment-info-box-header {
    font-weight: 700;
    background-color: var(--secondary);
    padding: 10px;
}
.payment-info-box-body {
    border: 1px solid rgba(237,237,235,0.6);
    color: rgba(0,0,0,0.5);
    padding: 10px;
}
.payment-method-controls {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
}
.payment-method-price {
    border-left: 1px solid rgba(107,107,107,0.3);
    position: relative;
    padding-left: 30px;
    width: 100px;
}
.payment-method-price input {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    /*background: transparent;*/
    border-radius: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    /*padding-left: 30px;*/
    z-index: 1;
    /*pointer-events: none;*/
}
.sk-megabox > input:not(:checked) ~ .sk-megabox-elem .payment-method-price input {
    color: rgba(0,0,0,0.5);
}
.payment-method-price .currency {
    position: absolute;
    left: 8px;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}
.payment-method-controls {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    border-left: 1px solid rgba(107,107,107,0.3);
    text-align: center;
    display: flex;
    flex-flow: column;
}
.payment-method-control {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    color: rgba(0,0,0,0.9);
    font-size: 20px;
    font-weight: 600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.payment-method-control:not(:last-child) {
    border-bottom: 1px solid rgba(107,107,107,0.3);
}
.coupon-dropdown .input-group {
    background-color: var(--secondary);
}
.coupon-dropdown .input-group > .input-group-append {
    position: relative;
}
.coupon-dropdown .input-group > .input-group-append:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid var(--default);
    opacity: 0.3;
}
.coupon-dropdown .input-group > .input-group-append > .btn {
    color: var(--primary);
}
.coupon-dropdown .input-group > .input-group-append > .btn:not(:disabled):not(.disabled):hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.coupon-dropdown .form-control::-webkit-input-placeholder {
    color: var(--black)
}
.coupon-dropdown .form-control:-ms-input-placeholder {
    color: var(--black)
}
.coupon-dropdown .form-control::placeholder {
    color: var(--black)
}
.jcc-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.thank-you-title {
    color: transparent;
    -webkit-text-stroke: 2px rgba(35,31,32,0.2);
}
/*Login*/
.login-box .form-control-with-label label {
    color: var(--black);
}
.login-box .form-control,
.login-box .bootstrap-select .dropdown-toggle {
    background-color: var(--white);
    border: 0;
    color: rgba(0,0,0,0.8);
}
.login-box .form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.login-box .form-control:-ms-input-placeholder {
    color: rgba(0,0,0,0.8);
}
.login-box .form-control::placeholder {
    color: rgba(0,0,0,0.8);
}
.scroll-to-la-jeunesse {
    text-align: left;
    padding: 7px 40px 7px 5px;
    position: relative;
    line-height: 1;
    z-index: 1;
}
.scroll-to-la-jeunesse::before {
    content: "";
    background-color: var(--gold);
    position: absolute;
    left: -1000px;
    top: -1px;
    bottom: -1px;
    right: -1000px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll-to-la-jeunesse::after {
    content: "";
    position: absolute;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.scroll-to-la-jeunesse:hover::before {
    background-color: var(--hov-primary);
}
.la-jeunesse-box {
    position: relative;
    z-index: 1;
}
.la-jeunesse-box::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -1000px;
    top: 0;
    bottom: 0;
    right: -1000px;
    background-color: var(--secondary);
}
.la-jeunesse-box p {
    margin-bottom: 2em;
}
/*Account*/
.sidemnenu {
    margin-left: -15px;
}
.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;
    z-index: 1;
}
.sk-user-sidenav-wrap::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgba(119,118,116,0.1);
    top: 0;
    bottom: 0;
    right: -1000px;
    left: -1000px;
}
.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: 10px;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link {
    color: rgba(0,0,0,0.5);
    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(--gold);
}

.sk-user-sidenav .sk-side-nav-link.custom-level.active,
.sk-user-sidenav .sk-side-nav-link.custom-level:hover {
    background-color: transparent!important;
    border-left-color: transparent!important;
}

.sk-user-sidenav .sk-side-nav-link.custom-level.active .border-bottom,
.sk-user-sidenav .sk-side-nav-link.custom-level:hover .border-bottom{
    width: 30px;

}

.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-link .las {
    height: 1.75em;
    margin-right: 1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-user-sidenav .sk-side-nav-link svg.stroke {
    fill: none !important;
    stroke: rgba(0,0,0,0.5);
    stroke-miterlimit: 10;
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link svg {
    fill: rgba(0,0,0,0.5);
}
.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:not(.custom-level).active {
    color: var(--primary);
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.custom-level.active {
    color: var(--black);
}

.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.custom-level .sk-side-nav-text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.active svg {
    fill: var(--primary);
}
.sk-user-sidenav .sk-side-nav-list .sk-side-nav-link.active svg.stroke {
    fill: none !important;
    stroke: var(--primary);
}
.sk-side-nav-list .sk-side-nav-link.active .sk-side-nav-text .text {
    color: var(--primary);
    font-weight: 700;
    border-color: inherit;
}
.account-side-link svg {
    fill: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sk-user-help-info .account-side-link svg {
    fill: var(--default);
}
.account-side-link:hover svg {
    fill: var(--primary) !important;
}
.sk-user-body-top {
    border-bottom: 0 !important;
}
.sk-user-body-bottom {
    border-top: 0 !important;
}
.sk-user-body-line {
    margin-left: -150px;
    margin-right: -35px;
}
.sk-user-help-info {
    position: relative;
    z-index: 1;
}
.sk-user-help-info:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: rgba(119,118,116,0.1);
    left: -1000px;
    right: -1000px;
    top: 0;
    bottom: 0;
}
.reward-table-tabs {
    border-bottom: 3px solid #dddde1;
}
.reward-table-tab {
    font-weight: 500;
    color: rgba(34,31,31,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    min-height: 100%;
}
.reward-table-tab.active,
.reward-table-tab:hover {
    color: var(--primary);
    background-color: #dddde1;
}
.reward-table-dropdown:not(.active) {
    display: none;
}
.sk-table.points-table th,
.sk-table.points-table td {
    font-weight: 400;
    color: rgba(35,31,32,0.5);
}
.sk-table.points-table th,
.sk-table.points-table tr:not(:last-child) td {
    border-bottom: 1px solid #dddde1;
}
.sk-table.points-table th:first-child {
    font-weight: 500;
    color: rgba(35,31,32,0.8);
}
/*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: 700;

}
.sk-table.order-table:not(.no-letter-space) thead th {
    letter-spacing: 0.08em;
}
.sk-table.order-table tbody {
    color: rgba(0,0,0,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;
}
/*Affiliate*/
.affiliate-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    color: rgba(0,0,0,0.4);
}
.affiliate-btn svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: rgba(0,0,0,0.4);
}
.affiliate-btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.affiliate-btn:hover svg {
    fill: var(--white);
}
/*Contact*/
.contact-form-header .line {
    margin-left: -1000px;
}
.contact-links a svg {
    width: 0.9em;
}
.contact-links a:hover {
    color: var(--primary);
}
.contact-links a:hover svg {
    fill: var(--primary);
}
.contact-box .form-control,
.contact-box .form-control:focus {
    border: 0;
    background-color: var(--white);
}
/*Newsletter Pop up*/
#newsletter-modal.modal .close {
    opacity: 1;
}
#newsletter-modal.modal .close svg {
    stroke: var(--white);
    stroke-width: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#newsletter-modal.modal .close:hover svg {
    stroke: var(--primary);
}
.newsletter-popup-image {
    padding-top: 58%;
    position: relative;
}
.newsletter-popup-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(25,22,11,0.25);
}
.newsletter-popup-over {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    color: var(--white);
    z-index: 1;
}
.newsletter-popup-over::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    bottom: 0.4em;
    border-left: 8px solid;
}
#newsletter-modal .form-control {
    background-color: #f0efef;
    border: 0;
    color: var(--quaternary);
}
#newsletter-modal .form-control::-webkit-input-placeholder {
    color: var(--quaternary);
}
#newsletter-modal .form-control:-ms-input-placeholder {
    color: var(--quaternary);
}
#newsletter-modal .form-control::placeholder {
    color: var(--quaternary);
}
/*Footer Banner*/
.footer-banner {
    position: relative;
    background-color: #f0efef;
    overflow: hidden;
}
.footer-banner-over {
    position: relative;
    z-index: 1;
}
.footer-banner-back * {
    height: 100%;
}
.footer-banner-image {
    position: relative;
}
.footer-banner-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background: -moz-linear-gradient(left, rgba(240,239,239,1) 0%, rgba(240,239,239,0) 100%);
    background: -webkit-linear-gradient(left, rgba(240,239,239,1) 0%,rgba(240,239,239,0) 100%);
    background: linear-gradient(to right, rgba(240,239,239,1) 0%,rgba(240,239,239,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#00f0efef',GradientType=1 );
}
.footer-banner-title {
    color: transparent;
    -webkit-text-stroke: 2px rgba(35,31,32,0.3);
}
.footer-banner-red svg {
    fill: var(--primary);
    height: 0.5em;
    vertical-align: 0.1em;
    margin-right: 2px;
}
/*Footer*/
footer {
    background-color: #f0efef;
}
.footer-description {
    position: relative;
}
footer .social .list-inline-item:not(:last-child) {
    margin-right: 6px;
}
footer .social .list-inline-item a:not(.svg) {
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 23px;
    line-height: 25px;
    color: var(--white);
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
}
footer .social .list-inline-item a.svg {
    width: 25px;
    height: 25px;
    font-size: 23px;
    line-height: 1;
    background-color: transparent;
}
footer .social .list-inline-item a.svg svg {
    fill: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer .social .list-inline-item a.svg:hover svg {
    fill: var(--primary);
}
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;
}
.footer-list-dropdown li a.inactive {
    color: rgba(0,0,0,0.5);
}
footer .form-control,
footer .form-control:focus {
    border: 0;
    background-color: var(--white);
    color: var(--black);
}
footer .form-control::-webkit-input-placeholder {
    color: var(--black);
}
footer .form-control:-ms-input-placeholder {
    color: var(--black);
}
footer .form-control::placeholder {
    color: var(--black);
}
footer .with-phone .form-control::-webkit-input-placeholder {
    color: var(--quaternary);
}
footer .with-phone .form-control:-ms-input-placeholder {
    color: var(--quaternary);
}
footer .with-phone .form-control::placeholder {
    color: var(--quaternary);
}
/*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) {
    /*Side Popup*/
    .side-popup-container {
        width: 370px;
    }
    /*Account*/
    .sidemnenu {
        margin-left: -30px;
    }
}
/* md */
@media (min-width: 768px) {
    /*All*/
    :root {
        --body-size: 16px;
    }
    /*Pagination*/
    .pagination .page-link,
    .page-item.disabled .page-link {
        min-width: 25px;
        min-height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    /*About us*/
    #about-us-top .rose {
        left: -75px;
        bottom: -155px;
    }
    #why-beauty-hub {
        margin-top: 100px;
    }
    .mission-image {
        width: 370px;
        margin: 25px 0 0;
        left: -60px;
    }
    #about-red-banner {
        margin-top: -55px;
    }
    /*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;
    }
    /*Results*/
    .product-res-bottom .product-res-image {
        margin-top: -25%;
    }
    .product-res-label {
        font-size: 14px;
    }
    /*Login*/
    .scroll-to-la-jeunesse::before {
        right: 0;
    }
    .scroll-to-la-jeunesse::after {
        right: 10px;
    }
    .la-jeunesse-box::before {
        right: 0;
    }
    /*Account*/
    .sidemnenu {
        margin-left: 0;
    }
    .sk-side-nav-list .sk-side-nav-link {
        padding: 15px 20px;
    }
    /*Checkout*/
    .checkout-step-box.active h3 {
        font-size: 40px;
    }
    .payment-info-box {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .payment-info-box-header,
    .payment-info-box-body {
        padding: 15px;
    }
}
/* lg */
@media (min-width: 992px) {
    /*About us*/
    .about-red-banner-label {
        position: relative;
        top: -20px;
    }
    /*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;
    }
    /*Checkout*/
    .checkout-step-item:nth-child(2) {
        text-align: center;
    }
    .checkout-step-item:nth-child(3) {
        text-align: right;
    }
}
/* xl */
@media (min-width: 1200px) {
    /*All*/
    :root {
        --body-size: 18px;
    }
    html.xl-not-overflow,
    body.xl-not-overflow {
        overflow-x: unset;
    }
    /*Homepage - Shop by Need*/
    .btn-shop-need {
        padding: 10px;
        height: 100%;
        min-height: 75px;
    }
    /*Homepage - Featured Products*/
    .featured-products-container {
        margin-right: -100px;
    }
    /*Results*/
    .product-res-label {
        font-size: 16px;
    }
    /*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-sidenav-wrap::after {
        right: 0;
    }
    .sk-user-panel {
        padding-left: 40px;
    }
    .sk-user-body-bottom {
        min-height: 100%;
    }
}
/* xxl */
@media (min-width: 1500px) {
    /*About us*/
    #about-us-top .rose {
        left: -175px;
    }
    #why-beauty-hub {
        margin-top: -55px;
    }
    html[lang="gr"] #why-beauty-hub {
        margin-top: 0;
    }
    .mission-image {
        width: 550px;
        margin: -100px 0 0;
        left: -120px;
    }
    #about-red-banner {
        margin-top: -150px;
    }
    /*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;
    }
    /*Results*/
    .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) {
    /*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) {

}
/* xl */
@media (max-width: 1499.98px) {

}
/* lg */
@media (max-width: 1199.98px) {
    /*Header*/
    body.menu-opened header .phone-megamenu,
    body.fixed-menu-opened .fixed-header .phone-megamenu {
        opacity: 1;
        pointer-events: all;
    }
    /*Homepage - Featured Products*/
    .featured-products-container::after {
        bottom: 15px;
    }
    /*Homepage - New In*/
    #new-products .featured-products-container::after,
    #related-products-publish .related-products-container::after {
        bottom: 15px;
    }
}
/* md */
@media (max-width: 991.98px) {
    /*Header*/
    html.menu-opened,
    body.menu-opened,
    html.fixed-menu-opened,
    body.fixed-menu-opened {
        overflow: hidden;
    }
    /*About us*/
    .why-beauty-hub-item:last-child {
        margin-bottom: 0 !important;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    #about-red-banner .rose {
        position: absolute;
        bottom: -40px;
        left: -75px;
        pointer-events: none;
    }
    /*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%;
    }
    /*Checkout*/
    .checkout-step-item:not(:last-child) {
        margin-bottom: 5px;
    }
    /*Footer Banner*/
    .footer-banner-image {
        padding-top: 65%;
    }
    .footer-banner-image::after {
        right: 0;
        bottom: auto;
        width: auto;
        height: 20%;
        background: -moz-linear-gradient(top,  rgba(240,239,239,1) 0%, rgba(240,239,239,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(240,239,239,1) 0%,rgba(240,239,239,0) 100%);
        background: linear-gradient(to bottom,  rgba(240,239,239,1) 0%,rgba(240,239,239,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#00f0efef',GradientType=0 );
    }
}
/* sm */
@media (max-width: 767.98px) {
    /*All*/
    .swiper-horizontal > .swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 2px;
    }
    .swiper-scrollbar-drag {
        top: -2px;
        height: 4px;
    }
    /*Homepage - Slider*/
    .sk-carousel.dots-inside-bottom.home-carousel .slick-dots {
        bottom: 4px;
        padding: 5px 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;
    }
    /*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-swiper .swiper-slide,
    .cart-featured-products-swiper .swiper-slide {
        width: auto;
    }
    .featured-product-item {
        width: 225px;
    }
    /*Results*/
    .filters-products-results-load .product-res-rewards,
    .filters-products-results-load .product-res-desc {
        display: none !important;
    }
    /*Publish*/
    .ingredients-paragraph.expandable:not(.active) {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}
.border-top-2px{
    border-top: 2px solid #dee2e6!important;
}
.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 0.05rem solid;
    border-color: black;
    -webkit-transform:rotate(8deg);
    -moz-transform:rotate(8deg);
    -ms-transform:rotate(8deg);
    -o-transform:rotate(8deg);
    transform:rotate(8deg);
}
.border-top-primary{
    border-top: 2px solid var(--primary)!important
}
/*sk steps*/
.sk-steps .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(77,77,79,0.4);
    font-size: 20px;
    /*border-radius: 100%;*/
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    opacity: 0.4;
}
.sk-steps active .icon {
    opacity: 1!important;
}
.sk-steps .icon svg{
    stroke: white;
    stroke-miterlimit: 10;
    stroke-width: 0.2px;
    fill: white;
}
.border-bottom-black-50{
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.sk-side-nav-list .level-2 .custom-level:after {
    border: none!important;
}
.affiliate-panel .withdraw-icon svg{
    opacity: 40%;
}
.form-control.referral_code:disabled, .form-control.referral_code[readonly] {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.5;
    border-color: #f7f8fa;
}

.letter-spacing-1px{
    letter-spacing: 1px;
}

.letter-spacing-2px{
    letter-spacing: 2px;
}

.letter-spacing-1px{
    letter-spacing: 1px;
}

.letter-spacing-1{
    letter-spacing: 1em;
}

.letter-spacing-0-5{
    letter-spacing: 0.5em;
}
