body {
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
}
body.active {
  overflow: hidden;
}
#container.active::before {
  content: "";
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
h1, h2, h3, h4, h5, h6 {
  color: #212121;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 14px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 385px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 275px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  /* margin: 7px 0 7px 0; */
}
#logo img {
  max-width: 65px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 20px;
}
/* #cart .dropdown-menu {
  background: #eee;
} */
/* #cart .dropdown-menu li {
  min-width: 300px;
} */
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  /* background-color: #229ac8; */
  /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
  /* background-repeat: repeat-x; */
  /* border: 1px solid #1f90bb; */
  /* border-color: #1f90bb #1f90bb #145e7a; */
  width: 100%;
  height: 80px;
  /* border-radius: 4px; */
  padding: 0 3rem;
  /* margin-bottom: 20px; */
}
#menu .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 16px;
  background-color: transparent;
  position: relative;
}
/* #menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
} */
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
/* #menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
} */
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
.footer {
  padding-bottom: 16px;
}
footer {
  /* border: 1px solid #000000; */
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 48px;
  background-color: #dcd5d5;
  /* border-top: 1px solid #ddd; */
  color: #212121;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #212121;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
}
footer a:hover {
  color: #212121;
}
footer h5 {
  font-size: 20px;
  font-weight: normal;
  color: #212121;
  /* margin-bottom: 16px; */
}
footer .about {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
}
footer .col-sm-6 {
  align-self: baseline;
}
/* breadcrumb */
/* .breadcrumb { */
  /* margin: 0 0 20px 0;
  padding: 8px 0; */
  /* border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg); */
/* } */
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  position: relative;
  /* padding: 0 20px; */
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  display: none;
}
.breadcrumb > li.breadcrumb-item > a:after {
  padding-bottom: .1428571429em;
  border-bottom: .0714285714em solid #212121;
  content: "";
  display: block;
  width: 100%;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  /* content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg); */
  margin: 0 0 2px 8px;
  content: "";
  background-color: #212121;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  /* opacity: 0.8; */
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  text-align: center;
  min-height: 2.4em;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}

.product-thumb button {
  display: flex;
  width: 100%;
  min-width: 30px;
  max-width: 100px;
}

.price-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.price-button-wrapper form {
  display: flex;
  gap: 10px;
}

.price-button-wrapper input[type="number"] {
  width: 60px;
}

.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
/* .rating .fa-star + .fa-star {
  color: #E69500;
} */
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.header-bunner {
  width: 100%;
}
#logo a {
  display: inline-flex;
  padding-top: 3px;
}
.shipping-link {
  display: block;
  background-color: #dcd5d5;
  margin: 0 auto;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #212121;
}
.custom-icon-burger-menu:after {
  content: "";
  display: block;
  background: url("custom-icons/burger-menu.svg") no-repeat;
  width: 22px;
  height: 16px;
}
#navbar-menu {
  padding-left: 15px;
}
#menu .nav-item>a::before {
  content: "";
  display: block;
  margin: 0 16px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: right .5s;
}
#menu .nav-item>a:hover::before {
  right: 0;
}
.chevron-down {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.chevron-up {
  display: none;
}
.nav-link.dropdown-toggle.show .chevron-down {
  display: none;
}
.nav-link.dropdown-toggle.show .chevron-up {
  display: inline-block;
}
#menu .nav-item>a:hover .custom-icon-arrow-down:after {
  display: none;
}
#menu .nav-item>a:hover .custom-icon-arrow-up:after {
  display: block;
}
.dropdown-menu.dropdown-column-1.show, .dropdown-menu.show {
  background: #001d3d;
  box-shadow: 0 0 10px #00000014;
  border-radius: 0;
}
.dropdown-menu.dropdown-column-1.show .dropdown-item, .dropdown-menu.show .dropdown-item,
.dropdown-menu.dropdown-column-1 .dropdown-item, .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  color:#ffffff;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}
.dropdown-menu[data-bs-popper]{
  margin-top: 0;
}
.search-block {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 22px 40px;
}
.search-form-action {
  display: block;
  width: 100%;
}
.search-block-content {
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.search--bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 6px;
  width: calc(20% + 32px);
}
.search-cancel {
  display: flex;
  cursor: pointer;
}
.search-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.icon-root {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
input[name=search].search--textbox {
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: 0 0;
  margin: 0;
  height: 24px;
  width: 100%;
}

/* .layout--main-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  top: 0;
  position: relative;
  overflow: hidden;
  top: 0px;
  position: fixed;
}
.search--bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.drawer--instance[data-side=top] .drawer--container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px;
}
.drawer--instance[data-side=top][aria-expanded=true] {
  transform: translateZ(0);
  opacity: 1;
  box-shadow: 0 2px 10px -2px #888;
}
.drawer--instance[data-side=top] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  max-height: 100vh;
  opacity: 0;
  transform: translate3d(0, -50%, 0);
}
.drawer--instance[aria-expanded=true] {
  transition: all .4s cubic-bezier(.19, 1, .22, 1);
} */


/* Custom-Block-Login-Buttons */
.custom-block--wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.login-btns-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 4rem 0 4rem 0;
}

.featured-content--button {
    transition-delay: 1000ms;
    flex-grow: 1;
    width: auto;
    color: #fff;
    background: #001d3d;
    border: 2px solid #001d3d;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    line-height: 45px;
    padding: 0 16px;
    text-transform: uppercase;
    text-align: center;
}

[data-transition-button][data-item*=button]:after {
  content: attr(data-text);
  transform-origin: center;
  transform: translateY(-100%) scale(.8);
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: transform .5s .2s ease;
}

[data-transition-button][data-item*=button]>* {
  display: block;
  transition: transform .5s .2s ease;
}

[data-transition-button][data-item*=button][data-text]:hover>* {
  transform: translateY(100%) scale(.8);
}
[data-transition-button][data-item*=button][data-text]:hover:after {
  transform: translate(0);
}

/* Custom-Block-Esthetician */
.featured-content--container {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}
.image--root {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
}
.image--root[data-overlay-style=darken-bottom]:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0000, 80%, rgba(0, 0, 0, 0.2));
}
.featured-content--text {
  position: absolute;
  display: flex;
  order: 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  padding: 48px;
}
.featured-content--text-wrapper {
  max-width: 100%;
  align-items: center;
}
.featured-content--title {
  word-break: break-word;
  margin-top: -100px;
  font-size: 59px;
  font-weight: 700;
  letter-spacing: -1px;
  color:#212121;
  pointer-events: none;
  padding-bottom: 36px;
}

.featured-content--description {
  pointer-events: none;
}
.featured-content--description p {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  padding-bottom: 30px;
  margin: 0 auto;
}
/* Custom-Block-Download-Book */
.custom-download-book--root {
  background-color: rgba(180, 227, 238, 1);
}
.custom-liquid--wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.custom-download-book--root .custom-liquid--wrapper div {
  background-image: url(https://cdn.shopify.com/s/files/1/0820/7771/2682/files/blue-bg-bubble.png?v=1718043666);
  background-size: cover;
  background-repeat: no-repeat;
}
.hb-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
}
.hb-text {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.hb-text h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 30px 0;
  font-weight: 600;
  color: #212121;
  text-align: left;
}
.hb-text a {
  margin-top: 30px;
}
.hb-img-wrap img {
  max-width: 500px;
  margin: auto;
}

/* Featured */
.featured-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
}

/* Product Page*/
.view-pricing-pro-btns {
  display: flex;
  gap: 20px;
}
.view-pricing-pro-btns>a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  background-color: #dae9ed;
  padding: 10px 30px 10px 30px;
  border: 1px solid #001D3D1A;
}

.product-info-bg {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.75) 0%, rgba(217, 248, 255, 0.43) 100%);
  padding: 72px 48px;
}
.product-info {
  background: #ffffff;
  padding: 70px;
}
.emphasized {
  font-family: "Lora";
  font-style: italic;
}

/* Product Category */
.product-category-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25em;
  padding: 60px 0;
  letter-spacing: -1px;
}
/* Blog */
.blog-content {
  padding: 72px 48px;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -1px;
  padding-bottom: 25px;
}
.blog-content .image:hover, .featured-plus-block .image img:hover, .all-category-item:hover {
  transition: all 8s cubic-bezier(.25, .46, .45, .94) 0s;
  transform: scale(1.1);
}
.blog-content .product-thumb .description h4 {
  font-weight: normal;
  text-transform: none;
  color:#212121;
  font-size: 20px;
  padding-bottom: 16px;
  text-align: left;
}
.blog-content .product-thumb .description {
  margin: 0;
}
.blog-content .product-thumb .description p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
}
.blog-content .product-thumb {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-content-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16;
  flex-direction: column;
}
[data-item=button] {
  color: #ffffff;
  background: #001d3d;
  border: 2px solid #001d3d;
  margin: 0 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
[data-transition-button][data-item*=button]>* {
  display: block;
  transition: transform .5s .2s ease;
}
[data-transition-button][data-item*=button]:after {
  content: attr(data-text);
  transform-origin: center;
  transform: translateY(-100%) scale(.8);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: transform .5s .2s ease;
}
.article--item--read-more {
  color: #212121;
  line-height: 1.5em;
}

[data-item=block-link]>* {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
}

[data-item=block-link]>:after {
  padding-bottom: .1428571429em;
  border-bottom: .0714285714em solid #212121;
  content: "";
  display: block;
  width: 100%;
}

.blog-page-title {
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25em;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
  padding: 72px 48px;
}
.blog-page-content {
  max-width: 1200px;
  margin: 0 auto;
}
.blog-article-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.3333333333em;
}
.blog-article-desc {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
}
.blog-item {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  width: calc((100% - (64px)* 2) / 3);
  gap: 15px;
  padding-bottom: 32px;
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    width: auto;
  }
}
/* Single Blog */
.single-blog-title {
  font-size: 28px;
  text-align: center;
  line-height: 1.25em;
  padding-right: 48px;
  padding-left: 48px;
  padding-top: 72px;
}
.single-blog-content {
  margin: 0 auto;
  max-width: 800px;
  padding: 72px 0;
}
.single-blog-content-by {
  text-transform: uppercase;
  color:#515151;
  font-size: 12px;
  letter-spacing: 1px;
}
.single-blog-content-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
}
/* Slider */
.custom-slider-block-with-button.centered.carousel-caption.d-md-block.left-text-slider-6 {
	width:500px;
	text-align:right;
	top:0;
	right: 25px;
	left:auto;
}
.custom-slider-block-with-button.centered{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
}
.custom-slider-block-with-button.left-top{
  position: absolute;
  top:0;
  left: -200px;
}
.custom-slider-block-with-button.centered-bottom {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.custom-slider-block-with-button h2 {
  font-weight: 400;
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1.125em;
}
/* Testimonials */
.what-other-esthi-s-say, .mit-mondanak-m-s-kozmetikusok {
  padding: 72px 48px;
}
.what-other-esthi-s-say h2, .mit-mondanak-m-s-kozmetikusok h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.what-other-esthi-s-say .custom-liquid--root, .mit-mondanak-m-s-kozmetikusok .custom-liquid--root{
  background-color: #ffffff;
}
.what-other-esthi-s-say .custom-liquid--wrapper, .mit-mondanak-m-s-kozmetikusok .custom-liquid--wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
}
.what-other-esthi-s-say .t-contain, .mit-mondanak-m-s-kozmetikusok .t-contain{
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}
.what-other-esthi-s-say .t-wrapper, .mit-mondanak-m-s-kozmetikusok .t-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-other-esthi-s-say .t-bubble, .mit-mondanak-m-s-kozmetikusok .t-bubble{
  text-align: center;
  padding: 35px;
  flex-grow: 1;
}
.what-other-esthi-s-say .t-bubble p, .mit-mondanak-m-s-kozmetikusok .t-bubble p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
.what-other-esthi-s-say .tri, .mit-mondanak-m-s-kozmetikusok .tri {
  height: 0;
  width: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.what-other-esthi-s-say .person, .mit-mondanak-m-s-kozmetikusok .person {
  margin-top: auto;
}
.what-other-esthi-s-say .person img, .mit-mondanak-m-s-kozmetikusok .person img {
  border-radius: 100%;
  width: 30%;
  margin: 15px auto;
  display: block;
}
.what-other-esthi-s-say .person p, .mit-mondanak-m-s-kozmetikusok .person p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
/* Featured Plus Module */
.featured-plus-block {
  background-color: #d9f8ff;
  padding: 72px 48px;
}
.featured-plus-block .featured-title {
  margin-bottom: 32px;
}
.featured-plus-product-content {
  max-width: 1200px;
  margin: 0 auto;
}
.featured-plus-block .image {
  overflow: hidden;
}
/* All Categories */
.page-all-category {
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(auto, 1200px);
  padding: 72px 48px;
}
.page-all-category .product-category-title {
  padding-top: 0;
  text-transform: uppercase;
}
.all-category {
  display: grid;
  align-items: start;
  grid-gap: 32px;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.all-category img {
  max-width: 100%;
  height: auto;
}
.all-category-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.all-category-item-wrapper {
  overflow: hidden;
  max-width: 379px;
  background-color: #dae9ed;
  width: 100%;
  height: 100%;
}
.all-category-item-title {
  align-items: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  padding: 32px;
  height: 100%;
  width: 100%;
  display: flex;
  right: 0;
    & h4 {
      text-shadow: 0 0 10px rgba(0, 0, 0, .3);
      color: #fff;
      font-size: 28px;
      text-align: center;
      font-weight: 700;
      letter-spacing: -1px;
  }
}
.all-category-item:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0000, 80%, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.text-end {
  padding-bottom: 40px;
}
.navbar-toggler {
  border: none;
  border-radius: 0;
}
.close-icon {
  display: none;
}
.navbar-collapse.collapse.show .close-icon {
  display: block;
}
.social-icons--root{
  justify-content: flex-start;
}
.social-icons--root {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about p {
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
}
.footer--about-text {
  max-width: 400px;
}
.social-icons--items {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.social-icons--items>* .icon--root {
  overflow: visible;
}
.social-icons--root svg {
  width: 16px;
  height: 16px;
}
.footer .col-sm-6 {
  padding: 0 32px;
}
.container, #account-register, #account-login, #information-contact, #information-sitemap, #information-information, #product-manufacturer, #product-search {
  padding: 32px 0;
}
#product-category .col-12 {
  text-align: center;
  background-color: #dae9ed;
}
#product-category .custom-main-img-product img {
  padding: 0;
}
.product-info .featured-content--title {
  font-size: 30px;
  padding-bottom: 0;
}
.product-image-block .img-thumbnail {
  border: 1px solid #dcd5d5;
  padding: 0;
}
.product-more-img-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 10px;
}
.product-list .product-thumb .description h4{
  text-align: left;
}
.all-category-item-wrapper, .product-thumb {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.all-category-item-wrapper.animated, .product-thumb.animated {
  opacity: 1;
}
.product-desc-block h1 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-in-out;
}
.product-desc-block h1.animated {
  opacity: 1;
  transform: translateY(0px);
}
.featured-plus-block.top-selling-essentials, .featured-plus-block.legkeresettebb-term-kek {
  background-color: #dcd5d5;
  margin-bottom: 40px;
}
.checkout-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}
.checkout-links a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.no-result {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 20px;
}
.mobile-cart {
    display: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 95px;
    margin: 0 !important;
}
/*Reviews block*/
.reviews-block {
  display: grid;
  gap: 5px;
}
.review-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-author > p{
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
.review-author .date {
  font-size: 12px;
  color:#606A72;
}
.review-author-comment {
  margin-bottom: 20px;
}
.review-author-comment > p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
/* Mobile */
@media only screen and (max-width: 1200px) {
  .custom-download-book--root .custom-liquid--wrapper div {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .login-btns-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  #navbar-menu {
    padding: 0;
  }
  .dropdown-menu {
    background-color: #fff;
  }
  .navbar-collapse {
    background: #fff;
    min-height: 120vh;
    position: absolute;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 80%;
    max-width: 400px;
    scrollbar-width: none;
    box-shadow: 2px 0 10px -2px #888;
    transform: translateZ(0);
    left: 0;
    padding: 0;
  }
  .close-icon {
    position: fixed;
    top: 10px;
    right: -35px;
    transition: opacity .2s cubic-bezier(.45, .05, .55, .95);
  }
  #menu .nav-item>a::before{
    display: none;
  }
  .chevron-down path, .chevron-up path{
    fill:#000;
  }
  #menu .navbar-nav > li > a {
    color: #212121;
  }
  .dropdown-menu.dropdown-column-1.show, .dropdown-menu.show {
    background-color: #fff;
    box-shadow: none;
  }
  .dropdown-menu.dropdown-column-1.show .dropdown-item, .dropdown-menu.show .dropdown-item, .dropdown-menu.dropdown-column-1 .dropdown-item, .dropdown-menu .dropdown-item {
    color: #212121;
  }
  #navbar-menu .nav-item {
    border-bottom: 1px solid #eaeaea;
  }
  .dropdown-divider {
    display: none;
  }
   .custom-slider-block-with-button h2 {
    font-size: 40px;
  }
  .search-form {
    width: 50%;
  }
  .featured-plus-block.top-selling-essentials {
    margin-left:-70px;
    margin-right: -70px;
  }
  .no-result {
    color: #212121;
    text-align: center;
  }
  .mobile-cart {
    display: flex;
  }
  .checkout-links a {
    color: #212121;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  #menu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobile-cart {
    right: 45px;
  }
  .page-all-category {
      padding: 32px 0;
  }
  .all-category {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 40px;
  }
  .all-category-item-title h4 {
    font-size: 22px;
  }
  .product-category-title {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .navbar-toggler {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-block--wrapper, .custom-download-book--root, .featured-content--text {
    padding: 0 16px;
  }
  .login-btns-wrapper {
    padding: 4rem 0 4rem 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
     & [data-item=button] {
      width: 100%;
    }
  }
  .hb-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .custom-download-book--root .custom-liquid--wrapper div {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
  }
  .hb-text h2 {
    text-align: center;
  }
  .featured-content--root .featured-content--container {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
  }
  .featured-content--title {
    font-size: 44px;
    line-height: 1.2em;
  }
  .featured-content--title {
    margin-top: 0;
  }
  .featured-content--text {
    text-align: center;
  }
  .what-other-esthi-s-say .t-contain, .mit-mondanak-m-s-kozmetikusok .t-contain {
    grid-template-columns: auto;
  }
  .blog-content {
    padding: 32px 16px;
  }
  .product-thumb .description {
    margin-bottom: 0;
  }
  .product-thumb .description h4 {
    font-size: 13px;
  }
  .carousel-caption {
    left: 0!important;
    right: 0!important;
    background-color: #ffffffcc;
    bottom: 0!important;
    top: auto !important;
    width: 100%!important;
    text-align: center!important;
  }
  .carousel-indicators {
    bottom: -45px;
    background: #dae9ed;
    width: 100%;
    margin: 0 auto;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .custom-slider-block-with-button h2 {
    font-size: 25px;
  }
  .search-form {
    width: 60%;
  }
  footer {
    text-align: center;
    padding: 32px 16px;
  }
  .product-info {
    padding: 0;
  }
  .product-info-bg {
    background: #fff;
  }
  .single-product-bunner-section, .featured-plus-block.top-selling-essentials {
    margin: 0 -48px;
  }
}
@media only screen and (max-width: 576px) {
  .hb-img-wrap img {
    max-width: 350px;
  }
  .search-form {
    width: 100%;
  }
  .container, #account-register, #account-login, #information-contact, #information-sitemap, #information-information, #product-manufacturer, #product-search {
    padding: 32px 16px;
    .row{
      flex-direction: column;
    }
  }
  .breadcrumb {
    display: none;
  }
  .product-info-bg {
    padding: 32px 16px;
  }
  .product-image-block, .product-desc-block {
    text-align: center;
  }
  .view-pricing-pro-btns {
    justify-content: center;
  }
  .view-pricing-pro-btns>a {
    width: 100%;
  }
  .product-info .nav.nav-tabs {
    font-size: 13px;
  }
  .product-info .nav-tabs .nav-link {
    padding: 8px 4px;
  }
  .product-info .featured-content--title {
    font-size: 22px;
  }
  .product-info .single-product-bunner-section {
    margin: 0 -16px;
  }
  .product-category-sort, .product-category-limit {
    width: 100%;
  }
}

.ps-live-search-list .ps-live-search-subheader {
  padding-block: 0px !important;
}

.ps-live-search-list .ps-live-search-header{
  display: none !important;
}