h1 {
  font-size: 48px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  font-weight: 700;
}

h4 {
  font-size: 28px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #88888c;
}

.primary-color {
  color: #252526;
}

.secondary-color {
  color: #89898c;
}

.white-color {
  color: #fff;
}

.dark-color {
  color: #000;
}

.light-color {
  color: #f7f7f7;
}

.dark-grey-color {
  color: #f5f5f7;
}

.blue-color {
  color: #004de5;
}

.red-color {
  color: #bf4800;
}

.grey-color {
  color: #ddd;
}

.yellow-color {
  color: #ffc439;
}

.primary-bg-color {
  background-color: #252526;
}

.secondary-bg-color {
  background-color: #89898c;
}

.white-bg-color {
  background-color: #fff;
}

.dark-bg-color {
  background-color: #000;
}

.light-bg-color {
  background-color: #f7f7f7;
}

.dark-grey-bg-color {
  background-color: #f5f5f7;
}

.blue-bg-color {
  background-color: #004de5;
}

.red-bg-color {
  background-color: #bf4800;
}

.grey-bg-color {
  background-color: #ddd;
}

.yellow-bg-color {
  background-color: #ffc439;
}

body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #252526;
  font-weight: 400;
  line-height: 1.4;
}

ul,
ol {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  outline: none;
}

.text-justify {
  text-align: justify;
}

.ml--8 {
  margin-left: -8px;
}

a {
  color: #474747;
  text-decoration: none;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #252526;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

:focus {
  outline: none;
}

input,
select,
textarea {
  font-size: 18px;
  color: #252526;
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: #f0f0f2;
  padding: 0px 40px;
  font-weight: 300;
}

input[type='radio'] {
  accent-color: #252526;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  padding: 15px;
  height: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #252526;
}

::-moz-placeholder {
  color: #252526;
}

:-ms-input-placeholder {
  color: #252526;
}

:-moz-placeholder {
  color: #252526;
}

.avtar {
  background: #f5f5f7;
  border-radius: 100%;
}

.avtar-44 {
  width: 44px;
  height: 44px;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.cursor-pointer {
  cursor: pointer;
}

.button {
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
}

.xxl-btn {
  max-width: 326px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 14px;
  font-size: 17px;
  cursor: pointer;
}

.md-btn {
  min-width: 144px;
  height: 48px;
  line-height: 48px;
}

.sm-btn {
  min-width: 112px;
  height: 36px;
  line-height: 36px;
}

.button.white-bg-color:hover,
.button.white-bg-color:focus {
  color: #fff;
  background: #252526;
  box-shadow: 0px 0px 10px #00000073;
  transition: 0.5s ease-in-out;
}

.button.primary-bg-color:hover,
.button.primary-bg-color:focus {
  color: #252526;
  background: #fff;
  box-shadow: 0px 0px 10px #00000025;
  transition: 0.5s ease-in-out;
}

.title-text {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}

.sub-title {
  font-size: 14px;
  line-height: 18px;
}

hr {
  opacity: 1;
  color: #c5c5cb8c;
}

.dropdown-item:hover {
  background-color: unset;
}

.container-fluid {
  padding: 0 40px;
}

.container-lg {
  max-width: 1470px;
  padding: 0px 15px;
  margin: 0px auto;
  width: 100%;
}

.container-sm {
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0px auto;
  width: 100%;
}

.gradient-bg-gwv {
  background: linear-gradient(180deg, #f5f5f7 0%, rgba(255, 255, 255, 0) 100%);
}

.gradient-bg-wgv {
  background: linear-gradient(179deg, #fff 80%, #f5f5f7 100%);
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-8 {
  border-radius: 8px;
}

.empty-space {
  padding: 75px 0px;
}

.empty-space-top {
  padding-top: 75px;
}

.empty-space-bottom {
  padding-bottom: 75px;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-semiBold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.swiper-button-next,
.swiper-button-prev {
  background: #b1b1b2;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}

.swiper-pagination-bullet {
  background: #cfcfd0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #86868b;
}

.en:before,
.es:before,
.de:before,
.fr:before,
.it:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 25px;
  background-image: url(../images/flag.svg);
  background-position: 0 0px;
  background-repeat: no-repeat;
  left: 0;
}

.left-20:before {
  left: 20px;
}

.left-30:before {
  left: 30px;
}

.en,
.es,
.de,
.fr,
.it {
  position: relative;
}

.en:before {
  background-position: 0 0;
}

.es:before {
  background-position: 0 -27px;
}

.de:before {
  background-position: 0 -54px;
}

.fr:before {
  background-position: 0 -80px;
}

.it:before {
  background-position: 0 -105px;
}

.avtar-35 {
  max-width: 35px;
}

.header-right-box ul li a {
  margin: 0 10px;
  display: block;
  position: relative;
}

.cart-wrap a,
.mobile-cart a {
  position: relative;
  margin: 0 10px;
  display: block;
}

.cart-wrap a .count-number,
.mobile-cart a .count-number {
  position: absolute;
  font-size: 10px;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  bottom: -1px;
  right: -3px;
  text-align: center;
  line-height: 12px;
}

.mainmenu {
  text-align: center;
}

.mainmenu>li {
  display: inline-block;
  padding: 0 16px;
  text-align: initial;
}

.mainmenu>li>a {
  text-decoration: none;
  color: #252526;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.mainmenu>li .tab-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  background: #f7f7f7;
  box-shadow: 0px 10px 30px #0000001a;
  backdrop-filter: blur(20px);
  min-height: 543px;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #0000000d;
}

.mainmenu>li .tab-wrap>ul {
  width: 100%;
  max-width: 1000px;
  margin: 36px auto 0;
}

.mainmenu>li .tab-wrap>ul li {
  display: flex;
}

.mainmenu>li .tab-wrap>ul li .tab-list {
  max-width: 215px;
  width: 100%;
}

.mainmenu>li .tab-wrap>ul li .tab-list ul.tabs {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  width: 100%;
  text-align: start;
  text-transform: capitalize;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 30px;
}

.mainmenu>li .tab-wrap>ul li .tab-list ul.tabs li {
  background: none;
  color: #252526;
  display: inline-block;
  padding: 18px 10px;
  cursor: pointer;
  text-align: start;
  font-size: 14px;
}

.mainmenu>li .tab-wrap>ul li .tab-list ul.tabs li:hover {
  background-color: #fff;
}

.mainmenu>li .tab-wrap>ul li .tab-list ul.tabs li.current {
  background-color: #fff;
  border-radius: 8px;
}

.mainmenu>li .tab-wrap>ul li .full-content {
  max-width: 748px;
  width: 100%;
  margin-left: auto;
}

.mainmenu>li .tab-wrap>ul li .full-content .tab-content {
  display: none;
  padding: 15px 0px;
  color: slategrey;
}

.mainmenu>li .tab-wrap>ul li .full-content .tab-content.lg-width {
  width: 100%;
  max-width: 748px;
}

.mainmenu>li .tab-wrap>ul li .full-content .tab-content.sm-width {
  width: 100%;
  max-width: 644px;
}

.mainmenu>li .tab-wrap>ul li .full-content .tab-content.sm-width h6 {
  font-size: 15px;
  font-weight: bold;
}

.mainmenu>li .tab-wrap>ul li .full-content .tab-content.current {
  display: block;
  font-size: 18px;
  font-weight: 200;
}

.mainmenu>li:hover .tab-wrap {
  opacity: 1;
  visibility: visible;
}

.mainmenu>li:hover>a::before {
  content: '';
  left: 0%;
  width: 100%;
  height: 2px;
  background: #252526;
  border-radius: 4px;
  bottom: 0;
  position: absolute;
}

a.view-all {
  display: flex;
  width: 65px;
  justify-content: space-between;
}

a.view-all img {
  max-width: 7px;
}

a.view-all p {
  margin-bottom: 0;
  font-size: 12px;
}

a.view-all-product {
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

a.view-all-product img {
  max-width: 8px;
}

a.view-all-product p {
  font-size: 12px;
  margin: 0;
  color: #252526;
}

.close {
  cursor: pointer;
}

.large-product-wrap {
  max-width: 294px;
  width: 100%;
}

.large-product {
  background: #fff;
  border-radius: 8px;
  display: block;
  min-height: 411px;
  width: 100%;
}

.large-product .large-product-img {
  height: 294px;
}

.large-product .large-product-content {
  padding-top: 35px;
  text-align: center;
}

.large-product .large-product-content h6 {
  font-weight: 700;
}

.large-product .large-product-content p {
  font-size: 12px;
  margin-bottom: 0;
}

.small-product-wrap {
  max-width: 447px;
  margin-left: auto;
}

.small-product {
  width: 100%;
  max-width: 145px;
  background: #fff;
  height: 202px;
  border-radius: 8px;
  display: block;
}

.small-product .small-product-img {
  height: 145px;
  overflow: hidden;
}

.small-product .small-product-content {
  padding: 20px 15px;
  text-align: center;
}

.small-product .small-product-content p {
  margin: 0px;
  color: #252526;
  font-size: 12px;
}

.large-product-img,
.small-product-img {
  border-radius: 8px;
  background: #f5f5f7;
}

.large-product-img img,
.small-product-img img {
  border-radius: 8px;
  background: #f5f5f7;
}

.help-btn {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0px 10px 30px #0000001a;
  border-radius: 7px;
  backdrop-filter: blur(20px);
  font-size: 12px;
  text-align: center;
  color: #252526;
  width: 145px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 400;
}

.help-btn:hover {
  background: #252526;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.blog-wrap {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 12px;
  margin-bottom: 12px;
  max-width: 368px;
}

.blog-wrap .blog-img {
  margin-right: 12px;
  height: 97px;
  width: 97px;
  background: #88888c;
  border-radius: 10px;
}

.blog-wrap .blog-details {
  max-width: 259px;
}

.blog-wrap .blog-details span {
  font-size: 12px;
}

.blog-wrap .blog-details h6 {
  font-size: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-wrap .like-view-comment img {
  max-width: 18px;
  margin-right: 5px;
  height: 18px;
  cursor: pointer;
}

.blog-wrap .like-view-comment span {
  margin-right: 5px;
  border-right: 2px solid #6e6e7338;
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 10px;
  height: 11px;
  color: #6e6e73;
}

.search-wrap {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  position: fixed;
  top: -150%;
  width: 100%;
  left: 0;
  transition: 0.5s ease-in-out;
}

.search-inner-wrap {
  max-width: 850px;
  margin: 0 auto;
}

.search-close {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.open-search-popup {
  top: 0;
  transition: 0.3s ease-in-out;
}

.search-close-wrap {
  width: 100%;
  max-width: 880px;
  margin: 5px auto;
}

.search-close-wrap .search-input {
  position: relative;
  width: 100%;
  margin-right: 30px;
}

.search-close-wrap .search-input:before {
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  content: '';
  width: 17px;
  height: 17px;
  z-index: 6;
  position: absolute;
  left: 10px;
  top: 11px;
}

.search-close-wrap .search-input button {
  position: absolute;
  right: 0;
  border: 0;
  background: 0;
  font-weight: 700;
  border-left: 1px solid #ccc;
  line-height: 18px;
  padding: 3px 10px;
  margin: 7px 0;
}

.search-result {
  padding: 20px 10px;
}

.search-result span {
  color: #88888c;
}

.search-result ul {
  padding-left: 20px;
}

.search-result ul li {
  padding: 10px;
}

.search-result ul li a {
  display: block;
}

.search-result ul li:hover {
  background: #fff;
  border-radius: 8px;
}

.search-result .product-item-img {
  width: 35%;
  padding-right: 10px;
}

.search-result .product-full-desc {
  width: 75%;
  font-size: 14px;
}

.search-result .product-full-desc .product-sku {
  margin: 10px 0;
  font-size: 14px;
}

.search-result .product-item a {
  padding: 10px;
  transition: 0.5s linear;
}

.search-result .product-item a:hover {
  background: #f5f5f7;
  transition: 0.5s linear;
}

.mobile-header {
  display: none;
}

.hero-banner {
  position: relative;
}

.hero-banner .hero-banner-images img {
  height: 667px;
  object-fit: cover;
  width: 100%;
}

.hero-banner .hero-banner-info {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.72) 100%);
  width: 100%;
  padding: 50px 0px;
}

.hero-banner .hero-banner-info h1 {
  font-size: 38px;
  margin-bottom: 20px;
}

.hero-banner .hero-banner-info .txtBox {
  margin-bottom: 20px;
  text-align: right;
  margin-right: 50px;
}

.video-banner {
  position: relative;
}

.video-banner .video-col-info {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  bottom: 5px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.72) 100%);
  width: 100%;
  padding: 50px 0px;
}

.video-banner .video-col-info h1 {
  font-size: 38px;
  margin-bottom: 20px;
}

.video-banner .video-col video {
  object-fit: cover;
}

.video-banner-button {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.video-banner-button .play-button {
  background: transparent;
  border: none;
}

.product-box {
  position: relative;
}

.product-box .product-box-images img {
  height: 69vh;
  object-fit: cover;
  width: 100%;
}

.product-box .product-box-info {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  padding: 50px 0px;
}

.hair-systems-box {
  position: relative;
}

.hair-systems-box .hair-systems-box-images img {
  height: 69vh;
  object-fit: cover;
  width: 100%;
}

.hair-systems-box .hair-systems-box-info {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 50px 12%;
}

.call-to-action {
  padding: 165px 0px;
}

.hair-replacement-box {
  padding-bottom: 35px;
}

.hair-replacement-box .hair-replacement-box-images img {
  height: 235px;
  width: auto;
  object-fit: cover;
}

.reviews-box-slider {
  padding-bottom: 30px;
}

.reviews-box-slider .reviews-box-inner {
  max-width: 844px;
  margin: 0px auto;
}

.reviews-box-slider .reviews-box-images img {
  border-radius: 12px;
  height: 545px;
  width: 100%;
  object-fit: cover;
}

.reviews-box-slider .reviews-box-info ul li a {
  color: #1f1f1f;
  margin: 3px;
}

.reviews-box-slider .reviews-box-info h4 {
  font-weight: 400;
  font-size: 32px;
}

.reviews-box-slider .reviews-box-info h6 {
  font-weight: 700;
}

.reviews-view-btn {
  padding-top: 50px;
}

.why-lordhair-info {
  padding-left: 12%;
  padding-right: 12%;
}

.why-lordhair-info ul {
  padding: 30px 7%;
  column-count: 3;
  text-align: left;
}

.why-lordhair-info ul li {
  font-size: 14px;
  margin-bottom: 12px;
}

.why-lordhair-info ul li:before {
  content: '';
  background: #525254;
  width: 2px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

footer .subscribe-col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer .subscribe-col .subscribe-box {
  position: relative;
  max-width: 520px;
  margin: 0px auto;
}

footer .subscribe-col .subscribe-box input {
  height: 42px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #252526;
  padding: 0px 12px;
  background: #fff;
}

footer .subscribe-col .subscribe-box button {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  max-width: 130px;
  width: 100%;
  border: 0px;
}

footer .footer-col {
  padding-top: 50px;
}

footer .footer-col .footer-box h6 {
  font-size: 12px;
  font-weight: 600;
}

footer .footer-col .footer-box ul {
  padding-bottom: 25px;
}

footer .footer-col .footer-box ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #4b4b4d;
}

footer .footer-col .footer-box ul li a i {
  margin-right: 6px;
}

footer .footer-col .social-media ul li {
  margin-bottom: 12px;
}

footer .footer-col .copyright-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0px;
}

footer .footer-col .copyright-box .copyright-left p {
  font-size: 12px;
  color: #89898c;
  margin-right: 10px;
}

footer .footer-col .copyright-box .copyright-left ul li {
  padding: 5px;
  font-size: 12px;
  line-height: 13px;
  color: #89898c;
}

footer .footer-col .copyright-box .copyright-left ul li+li {
  border-left: 1px solid #ccc;
}

footer .footer-col .copyright-box .copyright-right ul li {
  margin: 5px 4px;
}

.add-to-bag {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.add-to-bag .btn {
  background: #252526;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
  min-width: 180px;
}

.add-to-bag:hover {
  color: #000;
}

.customize-section {
  padding-top: 52px;
}

.customize-images-col {
  max-width: 450px;
}

.customize-images-col .customize-images-info {
  padding: 30px 5px 0px;
}

.customize-images-col .customize-images-info h6 {
  font-size: 13px;
  padding-top: 10px;
}

.customize-images-box img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  background: #d9d9d9;
  border-radius: 8px;
}

.customize-pro-box>li {
  padding: 5px;
  border: 1px solid #c5c5cb;
  border-radius: 8px;
  min-height: 81px;
  cursor: pointer;
}

.customize-pro-box>li.selected {
  border: 1px solid #252526;
}

.customize-pro-box>li:hover {
  border: 1px solid #252526;
}

.customize-pro-box.col-both {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

.customize-pro-box.col-both li {
  width: calc(50% - 4px);
}

.customize-pro-box .p-img-box img {
  min-width: 69px;
  height: 69px;
  border-radius: 3px;
  object-fit: contain;
}

.customize-pro-box .p-more-angle {
  min-width: 18px;
}

.faq-box h2 {
  font-size: 16px;
  padding: 28px 16px;
  background: transparent;
  color: #000;
  margin-bottom: 0;
}

.faq-box h2:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.faq-box h2:not(.collapsed)::after {
  background-image: url(../images/faq-angle-down.svg);
}

.faq-box h2::after {
  background-image: url(../images/faq-angle-down.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}

.faq-box .faq-info {
  padding: 0px 16px;
}

.faq-box .faq-info P {
  color: #000;
  line-height: 18px;
}

.modal-content {
  border-radius: 14px;
  border: 0px;
}

.customize-modal .modal-dialog {
  max-width: 815px;
}

.customize-modal .modal-content {
  border: 0;
  border-radius: 14px;
}

.customize-modal .modal-body::-webkit-scrollbar {
  width: 3px;
}

#front-modal .modal-body {
  padding: 0px 15px 60px;
}

.front-col {
  overflow-x: hidden;
  position: relative;
}

.front-col .frontlist {
  position: relative;
  height: 170px;
}

.front-col .frontlist ul {
  width: 100%;
  padding: 65px 0;
}

.front-col .frontlist ul li {
  display: flex;
  padding: 0px 30px;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
}

.front-col .frontlist ul li h4 {
  font-weight: 400;
  font-size: 27px;
  line-height: 34px;
  padding: 0px 10px;
  margin-bottom: 0px;
}

.front-col .frontlist ul li span {
  line-height: 34px;
}

.front-col .frontlist ul li.swiper-slide-active {
  background: #f5f5f7;
  border-radius: 8px;
  cursor: pointer;
}

.front-col .frontlist ul li:not(.swiper-slide-active) span {
  visibility: hidden;
}

.front-col .frontlist ul li.swiper-slide.swiper-slide-prev,
.front-col .frontlist ul li.swiper-slide.swiper-slide-next {
  opacity: 0.3;
}

.front-col .frontlist ul li.swiper-slide {
  opacity: 0.1;
}

.front-col .frontlist ul li.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.front-col .frontlist ul::-webkit-scrollbar {
  width: 0px;
}

.front-col .front-box {
  position: relative;
  transition: 0.5s ease-in-out;
  height: 100%;
}

.front-col .next-step-box {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(100%);
  height: 100%;
  visibility: hidden;
  position: absolute;
  right: -100%;
  top: 0px;
}

.front-col.step-active .next-step-box {
  opacity: 1;
  transition: all 0.3s;
  transform: translateX(0px);
  height: 100%;
  visibility: visible;
  position: static;
  right: 0px;
}

.front-col.step-active .prev-step-box {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-100%);
  height: 100%;
  visibility: hidden;
  position: absolute;
  left: -100%;
}

.front-col .front-box-middle {
  max-width: 650px;
  margin: 0px auto;
}

.m-cancel-btn,
.m-return-btn {
  font-size: 22px;
  line-height: 29px;
  cursor: pointer;
}

.base-design-box.selected-box .title-box,
.base-design-box.selected-box ul {
  display: none;
}

.base-design-box.selected-box .edit-box {
  display: flex !important;
}

.base-design-box.selected-box .edit-box h4 {
  font-size: 16px;
}

.base-design-box.selected-box .edit-box .edit-btn {
  cursor: pointer;
}

.hair-tab ul.nav {
  background: #0000000f;
  display: flex;
  max-width: 330px;
  margin: 0px auto;
  padding: 2px;
  border-radius: 14px;
}

.hair-tab ul.nav li {
  width: 50%;
}

.hair-tab ul.nav li a {
  background: transparent;
  box-shadow: 0px 2px 2px transparent;
  border-radius: 14px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  height: 43px;
  line-height: 43px;
  display: block;
}

.hair-tab ul.nav li a.active {
  background: #ffffff;
  box-shadow: 0px 2px 2px #00000000;
}

.front-col::-webkit-scrollbar {
  width: 0px;
}

.hair-type-color-wrap {
  margin-bottom: 15px;
}

.hair-type-color-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.hair-type-color-wrap ul li {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}

.hair-type-color-wrap ul li div {
  width: 34px;
  height: 34px;
}

.hair-type-color-wrap ul li div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hair-type-color-wrap ul li.active,
.hair-type-color-wrap ul li:hover {
  border: 2px solid #a4a4a6;
  transition: 0.3s ease-in-out;
}

.base-designs-middle {
  max-width: 650px;
  margin: 0px auto;
  overflow-y: scroll;
}

.base-designs-middle::-webkit-scrollbar {
  width: 0px;
}

.customize-col-pro-box .col-p-img-box {
  max-width: 290px;
  position: relative;
  height: 290px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customize-col-pro-box .col-p-img-box img {
  border-radius: 5px;
  cursor: pointer;
}

.customize-col-pro-box p:first-child {
  min-height: 40px;
}

.customize-col-pro-box.col-both {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

.customize-col-pro-box.col-both li {
  width: calc(50% - 4px);
}

.uncol-wrap .col-p-img-box {
  position: relative;
}

.uncol-wrap .col-p-img-box.active:before {
  background-image: url(../images/bg-checked-green.svg);
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
}

.uncol-wrap ul.customize-pro-box {
  max-width: 400px;
  margin: 0 auto;
}

.add-photo {
  padding: 20px 0;
  max-width: 610px;
  margin: 0 auto;
}

.add-photo .upload-photo {
  max-width: 170px;
  height: 170px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.add-photo .upload-photo.added:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 26px;
  height: 26px;
  background-image: url(../images/remove-upload-img.svg);
  content: '';
  z-index: 9;
}

.customize-tool-grid :not(.active) img {
  opacity: 0.6;
}

.customize-col-pro-box li {
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.customize-col-pro-box li.selected,
.customize-col-pro-box li:hover {
  border: 1px solid #252526;
}

.customize-modal-video-box iframe {
  width: 100%;
  height: 366px;
}

.color-tab-info {
  max-width: 200px;
  height: 200px;
  margin: 0px auto;
  border: 1px solid #f7f7f7;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 10px;
}

.color-tab-info .color-img-info {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.product-content-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.product-content-wrap .product-main-img {
  max-width: 912px;
}

.product-content-wrap .product-detail-wrapper {
  width: calc(100% - 950px);
}

.product-images-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.product-detail-slider1 {
  cursor: grabbing;
}

.product-image {
  max-width: 456px;
  width: 100%;
  padding: 6px;
}

.product-image a {
  display: block;
}

.modal-header .btn-close {
  background: 0;
  background-color: rgba(170, 170, 171, 0.82);
  border-radius: 100%;
  opacity: 1;
  line-height: 13px;
}

.modal-header .btn-close img {
  filter: brightness(1000000%);
}

.product-slider-arrow .swiper-button-next,
.product-slider-arrow .swiper-button-prev {
  width: 40px;
  height: 40px;
}

.product-slider-arrow .swiper-button-next:after,
.product-slider-arrow .swiper-button-prev:after {
  font-size: 14px;
}

.product-detail-slider1 .swiper-slide img {
  height: 780px;
  width: 670px;
  object-fit: contain;
}

.swiper.product-thumbs-slider {
  max-width: 400px;
}

.swiper.product-thumbs-slider .swiper-slide {
  opacity: 0.5;
  transition: 0.3 ease-in-out;
  cursor: pointer;
}

.swiper.product-thumbs-slider .swiper-slide .slider-nav-img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #252526;
  overflow: hidden;
}

.swiper.product-thumbs-slider .swiper-slide .slider-nav-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.swiper.product-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  transition: 0.3 ease-in-out;
}

.product-detail-inner-wrap .product-name {
  font-size: 32px;
}

.shop-inner-wrap {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00000010;
}

.product-tab .tabs-wrap {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #00000010;
}

.product-tab .tabs-wrap li {
  display: inline-block;
  padding: 0px 50px 10px;
  cursor: pointer;
  font-size: 19px;
}

.product-tab .tabs-wrap li.current {
  border-bottom: 2px solid #252526;
}

.product-tab .tab-contents {
  display: none;
  margin-top: 10px;
}

.product-tab .tab-contents.current {
  display: block;
}

.product-tab .accordion-item,
.product-tab .accordion-button {
  all: unset;
}

.product-tab .accordion-item {
  border-bottom: 1px solid #00000010;
  display: block;
}

.product-tab .accordion-body {
  padding: 0;
}

.product-tab .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.product-tab .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0rem;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

.product-tab .accordion-button span {
  font-size: 15px;
  color: #bababf;
}

.hair-type-wrap p {
  font-weight: 700;
  margin-bottom: 5px;
}

.hair-type-wrap {
  margin-bottom: 15px;
}

.hair-type-wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.hair-type-wrap ul li {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}

.hair-type-wrap ul li div {
  width: 40px;
  height: 40px;
}

.hair-type-wrap ul li div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hair-type-wrap ul li.active,
.hair-type-wrap ul li:hover {
  border: 2px solid #a4a4a6;
  transition: 0.3s ease-in-out;
}

.recommend-matches .recommend-product {
  border-radius: 8px;
  border: 1px solid #00000010;
}

.recommend-matches .recommend-product span {
  width: 32px;
  height: 32px;
  border: 2px solid #00000012;
  border-radius: 100%;
}

.recommend-matches h5 {
  color: #000;
  text-transform: capitalize;
  margin: 20px 0;
}

.recommend-matches .recommend-product.active {
  border-color: #252526;
}

.recommend-matches .recommend-product.active span {
  background-image: url(../images/bg-checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.short-description {
  border-bottom: 1px solid #00000010;
}

.product-all-review li img {
  cursor: pointer;
  width: 12px;
}

.product-all-review ul {
  width: 60px;
  height: 10px;
  justify-content: end;
}

.rating-box h2 {
  color: #525254;
  font-size: 80px;
  line-height: 60px;
  margin-bottom: 0;
}

.rating-box {
  text-align: center;
}

.rating-box span {
  color: #89898d;
  font-size: 17px;
  font-weight: 700;
}

.review-line-wrap {
  width: 200px;
  height: 4px;
  background: #e3e3e5;
  border-radius: 5px;
  display: block;
}

.review-line-wrap .review-line {
  background: #7f7f83;
  border-radius: 5px;
  height: 100%;
  display: block;
}

p.review-time {
  color: #bababf;
  font-size: 12px;
  margin-bottom: 0;
}

.report-ic-wrap .dropdown button {
  all: unset;
}

.report-ic-wrap .modal-header button {
  all: unset;
}

.dropup .dropdown-menu {
  list-style: none;
  padding: 1px 12px;
  background: #f5f5f7;
  border-radius: 8px;
  font-size: 14px;
  border: 0;
  min-width: auto;
  box-shadow: 0px 4px 5px 0px #00000033;
}

.dropup .dropdown-menu li {
  color: #88888c;
}

.purchased-item p {
  border-left: 2px solid #d2d2d9;
  font-size: 15px;
  padding: 4px 0 4px 5px;
  color: #bababf;
  margin-bottom: 10px;
}

.purchased-item-star img {
  cursor: pointer;
}

.commented-product-img-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.commented-product-img-wrap .commented-product-img {
  width: calc(159px - 6px);
  height: 159px;
  margin: 3px;
  background: #f5f5f7;
  border-radius: 8px;
  overflow: hidden;
}

.commented-product-img-wrap .commented-product-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-col-1 .commented-product-img,
.c-col-2 .commented-product-img,
.c-col-4 .commented-product-img {
  width: calc(240px - 6px);
  height: 234px;
}

.c-col-3 .commented-product-img {
  width: calc(159px - 6px);
  height: 153px;
}

.expand-content {
  color: #004de5;
}

.official-reply p {
  margin-bottom: 0;
}

.share-like-comment span {
  min-width: 50px;
  display: inline-block;
  margin-left: 10px;
}

.share-like-comment span img {
  margin-right: 12px;
  cursor: pointer;
}

.pagination {
  max-width: 315px;
  margin: 0 auto;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: unset;
}

.history-product-image {
  width: 230px;
}

.browsing-history-slider .swiper-wrapper {
  text-align: center;
  justify-content: space-between;
}

.browsing-history-wrap h1 {
  font-size: 40px;
  text-align: center;
}

.report-popup ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin: 20px 0;
}

.report-popup ul li span {
  width: 22px;
  height: 22px;
  border: 2px solid #00000012;
  border-radius: 100%;
  display: inline-block;
}

.report-popup li.active span {
  background-image: url(../images/bg-checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}

.report-popup .modal-footer .btn {
  opacity: 0.2;
}

.special-service .accordion-item {
  border: 0;
  background: transparent;
}

.special-service .accordion-button {
  background: transparent;
}

.special-service .accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: unset;
}

.special-service .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}

.special-service button.accordion-button img {
  margin-right: 10px;
}

.special-service .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.mesurment-wrap ul li {
  min-height: auto;
  border: 0;
}

.shoping-cart-details {
  margin-bottom: 60px;
}

.shoping-cart-details h5 {
  font-size: 24px;
  color: #252526;
}

.shoping-cart-details .product-price h4 {
  font-size: 25px;
  margin-bottom: 0;
}

.shoping-cart-details .product-price h4 .sm {
  font-size: 15px;
}

.shoping-cart-details .grand-total {
  max-width: 600px;
  margin-left: auto;
}

.dropdown.qty .dropdown-toggle {
  border-radius: 10px;
  min-width: 130px;
  font-weight: 700;
  padding: 8px 10px;
}

.dropdown.qty .dropdown-toggle::after {
  border: 0;
  display: none;
}

.dropdown.qty .dropdown-toggle img {
  filter: brightness(0%);
}

.dropdown.qty .dropdown-menu .dropdown-item {
  font-weight: 700;
}

.qty-price-wrap .wrapper {
  height: 30px;
  display: flex;
  align-items: center;
}

.qty-price-wrap .quantity {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 60px;
  margin: 0 10px;
  font-size: 16px;
  color: #43484d;
  font-weight: 300;
  border: 1px solid #252526;
  background: #fff;
  padding: 0;
}

.qty-price-wrap .btn {
  width: 40px;
  background-color: #252526;
  cursor: pointer;
  padding: 0;
  color: #fff;
  font-size: 24px;
}

.qty-price-wrap button:focus,
.qty-price-wrap .input:focus {
  outline: 0;
}

.product-price .sm {
  font-size: 12px;
}

.product-discount {
  align-self: flex-start;
  font-size: 15px;
  padding: 0 10px;
  border-radius: 8px;
}

.toggle-content {
  position: relative;
  display: inline-block;
  color: #1e1e1f;
  padding-right: 30px;
}

.toggle-content::before {
  position: absolute;
  content: '';
  background: url('../images/faq-angle-down.svg') no-repeat content-box;
  height: 10px;
  width: 15px;
  display: inline-block;
  right: 0px;
  top: 6px;
  filter: brightness(1%);
  transition: 0.5s;
  transform: rotateX(180deg);
}

.product-details-collapes .card {
  border: 0;
  padding: 10px 0;
}

a.collapsed:before {
  transform: rotateX(0deg);
}

ul.collapes-product-details {
  border-top: 2px solid #00000010;
  margin: 10px 0;
}

ul.collapes-product-details li {
  border-bottom: 1px solid #00000010;
  padding: 10px 0;
}

ul.collapes-product-details .product-size {
  max-width: 750px;
  width: 100%;
}

ul.collapes-product-details .product-size span {
  color: #535354;
  max-width: 180px;
  width: 100%;
}

ul.collapes-product-details a {
  color: #004de5;
}

ul.collapes-product-details p {
  margin-bottom: 0;
}

.grand-total-footer {
  width: 25%;
}

.checkout-header {
  padding: 15px 0px;
}

.checkout-header-logo {
  font-size: 36px;
  font-weight: 600;
}

.checkout-sidebar-col {
  position: sticky;
  top: 30px;
  height: 100%;
}

.checkout-sidebar * {
  font-size: 14px;
  color: #252526;
  font-weight: 400;
}

.oder-d-info {
  width: calc(100% - 60px);
}

.oder-d-img {
  width: 60px;
}

.ovd-info01:not(.show),
.ovd-info02:not(.show),
.ovd-info03:not(.show) {
  display: none;
}

.coupon-code-box {
  transition: 0.3s ease-in-out;
}

.coupon-code-box:not(.show) .coupon-code-box-details {
  display: none;
}

.checkcoupon-box {
  transition: 0.3s ease-in-out;
}

.checkcoupon-box:not(.show) .checkcoupon-box-details {
  display: none;
}

.show .oder-view-details-btn img,
.show .coupon-code-arrow img,
.show .checkcoupon-arrow img {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}

.input-filed {
  position: relative;
}

.input-filed input,
.input-filed select {
  background: transparent;
  padding: 0px;
}

.input-filed input::placeholder,
.input-filed select::placeholder {
  color: #89898c;
}

.filed-b-border input,
.filed-b-border select {
  border-bottom: 1px solid #eeeeee;
  border-radius: 0px;
}

.select-filed {
  color: #89898c;
}

.select-filed option {
  color: #252526;
}

.select-filed option:first-of-type {
  color: #89898c;
}

.order-comment-box textarea {
  background: transparent;
  border: 1px solid #eeeeee;
  height: 40px;
  resize: none;
  padding: 8px 10px;
  vertical-align: middle;
  border-radius: 3px;
}

.checkout-section {
  min-height: calc(100vh - 151px);
}

.checkout-col {
  counter-reset: section;
}

.checkout-leftside * {
  font-size: 14px;
  font-weight: 400;
}

.checkout-ac-box h6 * {
  font-size: 16px;
}

.checkout-ac-box h6 {
  font-size: 16px;
  color: #89898c;
  background: #f5f5f7;
  padding: 16px 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.checkout-ac-box h6:before {
  counter-increment: section;
  content: '' counter(section) ' ';
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #89898c;
  background: transparent;
  border: 1px solid #89898c;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
}

.checkout-ac-box h6:not(.collapsed) {
  color: #252526;
  background: #fff;
}

.checkout-ac-box h6:not(.collapsed):before {
  color: #fff;
  background: #252526;
  border: 1px solid #252526;
}

.check-btn {
  min-width: 160px;
  height: 36px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid transparent;
}

.oder-d-info .toggle-content::before {
  height: 9px;
  width: 10px;
  background-size: contain;
}

.checkbox-filed {
  display: block;
  margin-bottom: 15px;
}

.checkbox-filed input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-filed label {
  position: relative;
  cursor: pointer;
}

.checkbox-filed label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000000;
  padding: 4px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
}

.checkbox-filed input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 3px;
}

.card-input-img {
  position: absolute;
  right: 15px;
  top: 15px;
}

.check-title {
  font-size: 16px;
}

.addres-edit-box.selected:before {
  content: '';
  background-image: url(../images/corrected-icon.png);
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.checkcoupon-info .offcanvas-body::-webkit-scrollbar {
  width: 2px;
}

.checkcoupon-info h6 {
  font-size: 16px;
}

.checkcoupon-offer-box {
  position: relative;
}

.checkcoupon-offer-box:before {
  content: '';
  background: #ccc;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 100px;
}

.checkcoupon-offer-box.selected:before {
  background-image: url(../images/corrected-icon.png);
}

.checkcoupon-offer-box p {
  font-size: 14px;
}

.checkcoupon-offer-box hr {
  border-bottom: 2px dashed;
  background: transparent;
}

.required-error {
  position: absolute;
  bottom: -20px;
  left: 14px;
}

.thank-you-section {
  padding: 100px 0px;
}

.how-to-use-product-video-box iframe {
  height: 175px;
  width: 100%;
}

@media (min-width: 992px) {
  .browsing-history-slider .swiper-wrapper {
    text-align: center;
    justify-content: space-between;
  }

  .customize-modal .modal-footer {
    border: 0;
  }

  .customize-modal .modal-header {
    border: 0;
  }
}

@media (max-width: 1440px) {
  h1 {
    font-size: 36px;
    font-weight: 700;
  }

  h2 {
    font-size: 32px;
    font-weight: 700;
  }

  h3 {
    font-size: 28px;
    font-weight: 700;
  }

  h4 {
    font-size: 24px;
    font-weight: 700;
  }

  h5 {
    font-size: 20px;
    font-weight: 700;
  }

  h6 {
    font-size: 18px;
    font-weight: 400;
  }

  p {
    font-size: 16px;
    font-weight: 400;
  }

  .hero-banner .hero-banner-images img {
    height: 550px;
  }

  .product-box .product-box-images img {
    height: 60vh;
  }

  .hair-systems-box .hair-systems-box-images img {
    height: 60vh;
  }

  .call-to-action {
    padding: 100px 0px;
  }

  .reviews-box-slider .reviews-box-images img {
    height: 460px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .reviews-box-slider .reviews-box-info h4 {
    font-size: 25px;
  }

  .c-col-3 .commented-product-img {
    width: calc(150px - 6px);
    height: 144px;
  }

  .c-col-1 .commented-product-img,
  .c-col-2 .commented-product-img,
  .c-col-4 .commented-product-img {
    width: calc(230px - 6px);
    height: 224px;
  }

  .product-tab .tabs-wrap li {
    padding: 0px 40px 10px;
  }
}

@media (max-width: 1366px) {
  .product-content-wrap .product-main-img {
    max-width: 752px;
  }

  .product-content-wrap .product-main-img .product-images-wrap .product-image {
    max-width: 375px;
    width: 100%;
    padding: 6px;
  }

  .product-content-wrap .product-detail-wrapper {
    width: calc(100% - 780px);
  }

  .product-tab .tabs-wrap li {
    padding: 0px 30px 10px;
  }

  .review-line-wrap {
    width: 170px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 32px;
    font-weight: 700;
  }

  h2 {
    font-size: 28px;
    font-weight: 700;
  }

  h3 {
    font-size: 24px;
    font-weight: 700;
  }

  h4 {
    font-size: 20px;
    font-weight: 700;
  }

  h5 {
    font-size: 18px;
    font-weight: 700;
  }

  h6 {
    font-size: 16px;
    font-weight: 400;
  }

  p {
    font-size: 14px;
    font-weight: 400;
  }

  .hero-banner .hero-banner-info h1 {
    font-size: 32px;
    line-height: 1.1;
  }

  .hero-banner .hero-banner-info .txtBox {
    text-align: center;
    margin-right: 0;
    padding: 0 10px;
  }

  .hero-banner .hero-banner-images img {
    height: 554px;
  }

  .video-banner .video-col-info h1 {
    font-size: 32px;
  }

  .video-banner .video-col-info {
    padding: 35px 0px;
  }

  .call-to-action {
    padding: 80px 0px;
  }

  .reviews-view-btn {
    padding-top: 30px;
  }

  .product-box .product-box-info {
    padding: 15px 0px;
  }

  .hair-systems-box .hair-systems-box-info {
    padding: 20px 15px;
  }

  .product-content-wrap .product-main-img {
    max-width: 642px;
  }

  .product-content-wrap .product-main-img .product-images-wrap .product-image {
    max-width: 315px;
  }

  .product-content-wrap .product-detail-wrapper {
    width: calc(100% - 670px);
  }

  .product-tab .tabs-wrap li {
    padding: 0 20px;
  }

  .c-col-3 .commented-product-img {
    width: calc(126px - 6px);
    height: 120px;
  }

  .c-col-1 .commented-product-img,
  .c-col-2 .commented-product-img,
  .c-col-4 .commented-product-img {
    width: calc(187px - 6px);
    height: 183px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 26px;
    font-weight: 700;
  }

  h2 {
    font-size: 24px;
    font-weight: 700;
  }

  h3 {
    font-size: 22px;
    font-weight: 700;
  }

  h4 {
    font-size: 20px;
    font-weight: 700;
  }

  h5 {
    font-size: 18px;
    font-weight: 700;
  }

  h6 {
    font-size: 16px;
    font-weight: 400;
  }

  p {
    font-size: 14px;
    font-weight: 400;
  }

  .empty-space {
    padding: 50px 0px;
  }

  .empty-space-top {
    padding-top: 50px;
  }

  .empty-space-bottom {
    padding-bottom: 50px;
  }

  .reviews-view-btn {
    padding-top: 10px;
  }

  .reviews-box-slider .swiper-button-next,
  .reviews-box-slider .swiper-button-prev {
    display: none;
  }

  .hair-replacement-box .hair-replacement-box-images img {
    height: 190px;
  }

  .why-lordhair-info {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hero-banner .hero-banner-info {
    padding: 35px 0px;
  }

  .product-content-wrap {
    margin-top: 20px;
  }

  .product-content-wrap .product-main-img {
    max-width: 410px;
  }

  .product-content-wrap .product-main-img h4 {
    font-size: 28px;
  }

  .product-content-wrap .product-main-img .product-images-wrap .product-image {
    max-width: 205px;
  }

  .product-content-wrap .product-detail-wrapper {
    width: calc(100% - 440px);
  }

  .product-detail-inner-wrap .product-name {
    font-size: 23px;
  }

  .c-col-3 .commented-product-img {
    width: calc(98px - 6px);
    height: 92px;
  }

  .c-col-1 .commented-product-img,
  .c-col-2 .commented-product-img,
  .c-col-4 .commented-product-img {
    width: calc(149px - 6px);
    height: 143px;
  }

  .qty-price-wrap .btn {
    width: 32px;
    font-size: 20px;
  }

  .qty-price-wrap .quantity {
    width: 55px;
    margin: 0 5px;
  }
}

@media (min-width: 767px) {
  .desktop-header nav>ul>li {
    padding: 0 15px !important;
  }
}

@media (max-width: 767px) {
  .menu-icon .menulinks span {
    position: relative;
    width: 17px;
    height: 2px;
    background-color: #000;
    content: '';
    display: block;
  }

  .menu-icon .menulinks span:before,
  .menu-icon .menulinks span:after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: '';
    top: -6px;
    left: 0;
    transition: 0.5s;
  }

  .menu-icon .menulinks span:after {
    top: 6px;
  }

  .menu-icon.cross .menulinks span {
    background: transparent;
    cursor: pointer;
    top: -5px;
  }

  .menu-icon.cross .menulinks span:before,
  .menu-icon.cross .menulinks span:after {
    background-color: #000;
    top: 6px;
    left: 0;
    transform: rotate(-45deg);
    transition: 0.5s;
  }

  .menu-icon.cross .menulinks span:after {
    transform: rotate(45deg);
  }

  .blog-wrap {
    max-width: 343px;
    margin: 0 auto 12px;
  }

  .blog-wrap .blog-img {
    height: 70px;
    width: 70px;
  }

  .blog-wrap .blog-details h6 {
    font-size: 16px;
  }

  .blog-wrap .blog-details .like-view-comment {
    font-size: 11px;
  }

  p {
    font-size: 12px;
    font-weight: 400;
  }

  .empty-space {
    padding: 32px 0px;
  }

  .empty-space-top {
    padding-top: 32px;
  }

  .empty-space-bottom {
    padding-bottom: 32px;
  }

  .product-box .product-box-images img {
    height: 554px;
  }

  .product-box-row {
    overflow-x: scroll;
  }

  .product-box-row::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .product-box-row .row {
    flex-wrap: nowrap;
    margin-right: 0px;
  }

  .product-box-col {
    max-width: 375px;
  }

  .hair-systems-box .hair-systems-box-images img {
    height: 554px;
  }

  .call-to-action {
    padding: 120px 0px;
  }

  .hair-replacement-box .hair-replacement-box-images img {
    height: 225px;
  }

  .hair-replacement-box-images {
    padding: 30px 0px;
  }

  .hair-systems-box-info h3,
  .hair-replacement-box-info h3 {
    font-size: 32px;
  }

  .reviews-box-slider .reviews-box-images img {
    height: 265px;
  }

  .reviews-box-slider .reviews-box-info h4 {
    font-size: 24px;
    line-height: 26px;
  }

  .sm-btn {
    min-width: 144px;
    height: 48px;
    line-height: 48px;
  }

  .hair-systems p,
  .why-lordhair-info p,
  .reviews p,
  .hair-replacement p {
    text-align: justify;
  }

  .why-lordhair-info ul {
    padding: 20px 0px;
    column-count: 2;
  }

  .why-lordhair-info ul li {
    font-size: 10px;
  }

  footer .subscribe-col .subscribe-box button {
    position: static;
    height: 42px;
    max-width: 100%;
    margin-top: 12px;
  }

  footer .footer-col {
    padding-top: 20px;
  }

  .subscribe-col p {
    font-size: 16px;
  }

  .footer-link-col {
    flex-direction: column-reverse;
  }

  .social-media {
    display: flex;
    align-items: center;
  }

  .social-media ul {
    display: flex;
    align-items: center;
  }

  footer .footer-col .footer-box ul {
    padding-bottom: 15px;
  }

  footer .footer-col .social-media ul li {
    margin-left: 12px;
    margin-bottom: 0px;
  }

  .footer-box ul li a span {
    display: none;
  }

  .footer-link-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .footer-link-box h6 {
    display: inline-block;
    width: calc(100% - 18px);
    margin: 12px 0px;
  }

  .footer-link-box ul {
    display: none;
    padding-left: 12px;
  }

  .footer-link-box>a {
    width: 11px;
    margin-right: 7px;
    display: inline-block;
  }

  .linkcol.active {
    transform: rotate(180deg);
  }

  .customize-images-col {
    margin: 0 -15px 25px;
    max-width: initial;
    position: relative;
    border-bottom: 15px solid #f5f5f7;
  }

  .customize-images-box img {
    border-radius: 0px;
  }

  .customize-images-info-wrap-col {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 35px 0px;
  }

  .customize-images-info-wrap-col h3 {
    font-size: 32px;
  }

  .customize-pro-box p {
    font-size: 15px;
  }

  .m-cancel-btn,
  .m-return-btn {
    font-size: 17px;
    line-height: 20px;
  }

  .m-cancel-btn img,
  .m-return-btn img {
    max-width: 10px;
  }

  .xxl-btn {
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    max-width: 100%;
  }

  #front-modal .modal-body {
    padding: 0px 15px 20px;
  }

  .hair-tab ul.nav {
    border-radius: 8px;
  }

  .hair-tab ul.nav li a {
    border-radius: 8px;
    height: 28px;
    line-height: 28px;
  }

  .customize-modal::-webkit-scrollbar {
    width: 0px;
  }

  .customize-modal .modal-dialog {
    margin: 0rem;
  }

  .customize-modal .modal-content {
    margin-top: 35px;
    border-radius: 14px 14px 0px 0px;
  }

  .customize-modal .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    height: 100vh;
  }

  .customize-section {
    padding-top: 0px;
  }

  .base-design-tool-grid :not(.active) img {
    opacity: 0.6;
  }

  .customize-col-pro-box.col-both li {
    width: calc(50% - 4px);
  }

  .customize-col-pro-box.col-both li .col-p-img-box {
    height: auto;
  }

  .customize-col-pro-box.col-both li p:first-child {
    min-height: auto;
  }

  .faq-box h2 {
    padding: 20px 16px;
    font-size: 14px;
  }

  .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .front-box-footer {
    border-top: 1px solid #00000010;
    backdrop-filter: blur(20px);
  }

  .uncol-wrap .col-p-img-box.active:before {
    left: unset;
    right: -10px;
  }

  .add-photo {
    max-width: 375px;
  }

  .customize-modal-video-box iframe {
    height: 215px;
  }

  .product-content-wrap {
    margin-top: 0;
  }

  .product-content-wrap .product-main-img {
    max-width: 100%;
  }

  .product-content-wrap .product-main-img .product-images-wrap {
    justify-content: unset;
    flex-wrap: unset;
    margin-top: 10px;
  }

  .product-content-wrap .product-main-img .product-images-wrap .product-image {
    max-width: 100%;
  }

  .product-content-wrap .product-detail-wrapper {
    width: 100%;
  }

  .accordion-button::after {
    background-size: 1rem;
  }

  .hair-type-wrap ul li div {
    width: 32px;
    height: 32px;
  }

  .hair-type-wrap ul li {
    width: 42px;
    height: 42px;
  }

  .product-tab .tabs-wrap li {
    padding: 0 20px 10px;
  }

  .accordion-header {
    font-size: 22px;
  }

  .recommend-matches .recommend-product span {
    width: 24px;
    height: 24px;
  }

  .recommend-matches .recommend-product img {
    height: 70px;
  }

  .recommend-matches h5 {
    font-size: 22px;
  }

  .shop-tab h5 {
    font-size: 22px;
  }

  .c-col-3 .commented-product-img {
    width: calc(128px - 6px);
    height: 122px;
  }

  .c-col-1 .commented-product-img,
  .c-col-2 .commented-product-img,
  .c-col-4 .commented-product-img {
    width: calc(192px - 6px);
    height: 186px;
  }

  .browsing-history-wrap h1 {
    font-size: 24px;
  }

  .user-product-review p {
    font-size: 15px;
  }

  p.review-time {
    font-size: 12px;
  }

  .product-main-img .product-image a {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }

  .rating-box {
    margin: 0 -15px;
  }

  .add-to-bag {
    background: #fff;
    border-top: 1px solid #00000010;
  }

  .add-to-bag .btn {
    min-width: 130px;
  }

  .shoping-cart-details h5 {
    font-size: 21px;
  }

  .shoping-cart-details .dropdown.qty .dropdown-toggle {
    min-width: 65px;
    padding: 3px 10px;
  }

  .shoping-cart-details .qty-price-wrap {
    margin: 15px 0;
  }

  .product-discount {
    font-size: 13px;
    padding: 5px;
  }

  ul.collapes-product-details .product-size span {
    max-width: 100%;
    color: #000;
    font-weight: 500;
  }

  .grand-total-footer {
    width: 100%;
  }

  .grand-total-footer+div {
    width: 100%;
  }

  .checkout-sidebar {
    height: auto;
  }

  .checkout-sidebar.fixed-aside {
    height: auto;
    position: static;
  }

  .address-text {
    display: none;
  }

  .card-input-img ul li:not(:nth-child(-n + 2)) {
    display: none;
  }

  .offcanvas-end {
    width: 100%;
  }

  .thank-you-section {
    padding: 50px 0px;
  }

  .how-to-use-product-row {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .how-to-use-product-row::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .how-to-use-product-col {
    width: 285px;
  }

  .join-our-fb-box button {
    width: 100%;
    margin-right: 0px !important;
  }
}

@media (max-width: 414px) {
  .small-product {
    height: 225px;
    max-width: 171px;
  }

  .small-product .small-product-img {
    height: 171px;
  }

  .small-product .small-product-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .customize-pro-box p {
    font-size: 13px;
  }

  .add-photo {
    max-width: 375px;
    justify-content: center;
  }

  .add-photo .upload-photo {
    max-width: 165px;
  }
}

@media (max-width: 400px) {
  .small-product {
    height: 200px;
    max-width: 145px;
  }

  .small-product .small-product-img {
    height: 145px;
  }

  .c-col-3 .commented-product-img {
    width: calc(114px - 6px);
    height: 108px;
  }

  .c-col-1 .commented-product-img,
  .c-col-2 .commented-product-img,
  .c-col-4 .commented-product-img {
    width: calc(155px - 6px);
    height: 150px;
  }

  .c-col-3 .commented-product-img {
    width: calc(106px - 6px);
    height: 100px;
  }

  .review-line-wrap {
    width: 150px;
  }

  .add-photo {
    max-width: 375px;
  }

  .add-photo .upload-photo {
    max-width: 145px;
    height: 145px;
  }
}