/*==margin header=*/
@media (max-width: 767px) {
  body div.sections.nav-sections + div,
  body div.sections.nav-sections + .page-main {
    margin-top: 130px;
  }
}
@media (max-width: 527px) {
  body div.sections.nav-sections + div,
  body div.sections.nav-sections + .page-main {
    margin-top: 147px;
  }
}
@media (max-width: 414px) {
  body div.sections.nav-sections + div,
  body div.sections.nav-sections + .page-main {
    margin-top: 130px;
  }
}
/*30-11*/
.page-products .section-top .toolbar-sorter a.action.sorter-action:before {
  content: '\e633';
  display: block;
  font-family: 'icons-blank-theme';
  color: #051721;
  font-size: 18px;
  background: #efebeb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-left: 1px;
  padding-bottom: 1px;
  text-align: center;
}
.page-products .section-top .toolbar-sorter a.action.sorter-action {
  top: 0;
}
.page-products .section-top .toolbar-sorter a.action.sorter-action.sort-desc:before {
  content: '\e626';
}
.page-products .section-top .toolbar-sorter a.action.sorter-action.sort-asc:before {
  content: '\e633';
}
.cms-home .section-products ul:not(.owl-carousel) {
  display: flex;
}
.cms-home .section-products ul:not(.owl-carousel) li {
  width: calc((100% / 3) - 28px);
  margin: 0 14px;
  padding-bottom: 30.5%;
}
.section-products ul {
  padding-top: 32px;
}
.section-products .container > ul li {
  list-style-type: none;
  position: relative;
  height: 0;
  padding-bottom: 96.16%;
  background-color: #FFFFFF;
  margin-bottom: 14px;
}
.section-products .container > ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 82.45%;
  max-height: 90%;
  width: auto;
  height: auto;
}
.column.main .section-products .owl-nav [class*="owl-"] {
  top: 54.3%;
}
.column.main .owl-nav [class*="owl-"].disabled {
  opacity: 0.5;
}
.cms-index-index .columns .column.main {
  padding-bottom: 33px;
}
.section-products .owl-carousel.owl-drag .owl-item {
  padding: 0 14px;
}
@media (max-width: 1400px) {
  .section-products .container > ul {
    padding-left: 60px;
    padding-right: 60px;
  }
  .column.main .section-products .owl-nav [class*="owl-"] {
    left: -35px;
  }
  .column.main .section-products .owl-nav [class*="owl-"].owl-next {
    right: -35px;
  }
}
@media (max-width: 1200px) {
  .column.main .section-products .owl-nav [class*="owl-"] {
    left: -15px;
  }
  .column.main .section-products .owl-nav [class*="owl-"].owl-next {
    right: -15px;
  }
}
@media (max-width: 990px) {
  .cms-home .section-products ul:not(.owl-carousel) li {
    width: calc(50% - 28px);
    padding-bottom: 44.82%;
  }
}
@media (max-width: 498px) {
  .cms-home .section-products ul:not(.owl-carousel) li {
    width: 100%;
    padding-bottom: 88.17%;
  }
}
/*==============*/
.column.main .owl-nav [class*="owl-"] {
  width: 65px;
  height: 65px;
  border: 1px solid #DEDEDE;
  background: #DEDEDE;
  padding: 0;
  text-align: center;
  position: absolute;
  left: -135px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 17px 0 15px 0;
  font-size: 0;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -135px;
}
.column.main .owl-nav [class*="owl-"]:before {
  content: '';
  width: 14px;
  height: 14px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 5px;
  vertical-align: middle;
}
.column.main .owl-nav [class*="owl-"].owl-next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -9px;
}
.column.main .owl-nav [class*="owl-"]:hover {
  background: #0E1F45;
  border-color: #0E1F45;
}
.column.main .owl-nav [class*="owl-"]:hover:before {
  border-color: #fff;
}
.toolbar-sorter .hidden-content {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1450px) {
  .column.main .owl-nav [class*="owl-"].owl-next {
    right: -87px;
    left: auto;
  }
  .column.main .owl-nav [class*="owl-"] {
    left: -87px;
    right: auto;
  }
}
@media (max-width: 1199px) {
  .column.main .owl-nav [class*="owl-"] {
    width: 45px;
    height: 45px;
    padding: 7px 0 7px 0;
  }
  .column.main .owl-nav [class*="owl-"]:before {
    width: 10px;
    height: 10px;
  }
  .column.main .owl-nav [class*="owl-"].owl-next {
    right: -63px;
    left: auto;
  }
  .column.main .owl-nav [class*="owl-"] {
    left: -63px;
    right: auto;
  }
}
@media (max-width: 991px) {
  .column.main .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    padding: 7px 0 7px 0;
  }
}
@media (max-width: 767px) {
  .column.main .owl-nav [class*="owl-"] {
    left: -45px;
  }
  .column.main .owl-nav [class*="owl-"].owl-next {
    right: -45px;
    left: auto;
  }
}
.cms-home .page-title-wrapper {
  display: none;
}
.cms-home main#maincontent {
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.cms-home main#maincontent:after {
  content: '';
  width: 86.8%;
  height: 43.8%;
  bottom: -166px;
  left: 13.2%;
  position: absolute;
  background: url(../images/hairgrownz/bkg-home.png);
  z-index: -3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.cms-home main .block-featured-products-list {
  padding: 0;
}
.cms-home main .block .products-grid .owl-stage-outer .product-item {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.cms-home .section-featureProduct .view-all {
  text-align: center;
  margin-top: 51px;
}
body.cms-home .products-grid .product-items strong.product.name {
  margin-top: 0;
}
body.cms-home .products-grid .product-reviews-summary,
body.page-products .products-grid .product-reviews-summary {
  display: none;
}
.cms-home .section-featureProduct .products {
  margin: 0;
}
.cms-home .section-featureProduct {
  margin-bottom: 120px;
  margin-top: 20px;
}
.cms-home .section-products .feature-section {
  padding: 10px 85px;
  max-width: 1458px;
  margin: 0 auto;
  overflow: hidden;
}
.cms-home .section-products .products-grid {
  max-width: 1188px;
  padding: 0px 20px;
  margin: 0 auto;
}
.cms-home .section-products .products-grid .owl-stage-outer {
  overflow: inherit;
}
.cms-home .section-products .products-grid .owl-stage-outer .owl-item {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
.cms-home .section-products .products-grid .owl-stage-outer .owl-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: inherit;
}
.cms-home ol.products.product-items.owl-carousel {
  position: relative;
}
.cms-home .section-about {
  margin-bottom: 130px;
}
body.cms-home .section-about-center .content h2 {
  font-weight: normal;
}
body.cms-home .section-about-center .content h2 strong {
  font-weight: 700;
}
.cms-home .section-products {
  margin-bottom: 63px;
}
.cms-home .section-products h2 {
  font-weight: 400;
  margin-bottom: 28px;
}
.cms-home .section-products h2 strong {
  font-weight: 700;
}
.cms-home .section-products .container > p {
  margin-bottom: 28px;
}
.cms-home .section-products .block-featured-products-list {
  margin-bottom: 0;
  margin-top: 22px;
}
.cms-home .section-products .products-grid .product-items li a.product.photo.product-item-photo {
  padding: 66px 31px;
  background: #fff;
}
.cms-home .section-products ul li {
  box-shadow: 0px 5px 10px #9b9b9b38;
  -webkit-box-shadow: 0px 5px 10px #9b9b9b38;
  -moz-box-shadow: 0px 5px 10px #9b9b9b38;
}
.cms-home .section-about-center .content p {
  margin-bottom: 26px;
}
body.cms-home .section-about-center .content a.action.primary {
  margin-top: 10px;
}
body div.products-grid .product-items .product-item-actions .product-link .action.primary {
  padding-left: 10px;
  padding-right: 10px;
}
body .products-grid .product-items strong.product.name {
  min-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '';
  background-image: url('../images/hairgrownz/heart.svg');
  width: 24px;
  height: 22px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
body .products-grid .product-items li .wishlist-link {
  position: absolute;
  top: 20px;
  right: 23px;
  z-index: 5;
}
body .products-grid .product-items li .wishlist-link:hover .action.towishlist:before {
  font-weight: 900;
  color: #C81C1C;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-size: 22px;
  width: 24px;
  background: transparent;
}
.product-items .in-wishlist .action.towishlist,
.products.list.items .in-wishlist .action.towishlist,
.table-comparison .in-wishlist .action.towishlist {
  top: -1px;
  right: -1px;
}
.product-items .in-wishlist .action.towishlist:before,
.products.list.items .in-wishlist .action.towishlist:before,
.table-comparison .in-wishlist .action.towishlist:before {
  font-weight: 900;
  color: #C81C1C;
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-size: 22px;
  width: 24px;
  background: transparent;
}
body .products-grid .product-items li .product-item-info:hover .product-item-actions {
  border: 0;
}
div.products-grid .product-items li .product-item-info > div.product-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 97px;
  height: 86px;
  display: inline-block;
  z-index: 2;
}
body div.products-grid .product-items li .product-label {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
body div.products-grid .product-items li .product-label .label {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body div.products-grid .product-items li .product-label .label span {
  display: none;
}
body div.products-grid .product-items li .product-label.new-label span {
  font-size: 0;
  padding: 0;
}
body div.products-grid .product-items li .product-label.new-label {
  background-image: url(../images/hairgrownz/new.svg);
  width: 100%;
  height: 100%;
  background-color: transparent;
}
body div.products-grid .product-items li .label-sale.label {
  background-image: url(../images/hairgrownz/sale.svg);
  width: 100%;
  height: 100%;
  background-color: transparent;
}
body div.products-grid .product-items li span.label-out-of-stock.label {
  background-image: url(../images/hairgrownz/out-stock.svg);
  width: 100%;
  height: 100%;
  background-color: transparent;
}
body .section-about-center .image img {
  box-shadow: 0px 5px 10px #9b9b9b38;
  -webkit-box-shadow: 0px 5px 10px #9b9b9b38;
  -moz-box-shadow: 0px 5px 10px #9b9b9b38;
}
@media (min-width: 768px) {
  body.cms-home .section-about-center .content {
    width: 69.5%;
    /* padding: 158px 327px 160px 389px; */
    padding: 8.2% 17% 8.5% 20.3%;
  }
  body.cms-home .section-about-center {
    position: relative;
    justify-content: end;
  }
  body.cms-home .section-about-center .image {
    position: absolute;
    left: 0;
    width: 44.115%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  body.cms-home .section-about-center .content {
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .cms-home .section-products .feature-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cms-home main#maincontent:after {
    background-size: cover;
    width: 100%;
    left: 0;
    background-position: bottom left;
  }
}
@media (max-width: 1024px) {
  body.cms-home .section-about-center .content h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1450px) and (min-width: 992px) {
  body.cms-home .section-about-center .content {
    padding-right: 10%;
  }
}
@media (max-width: 991px) {
  body .products-grid .product-items strong.product.name {
    min-height: 56px;
  }
  .cms-home .section-featureProduct {
    margin-bottom: 80px;
  }
  .cms-home .section-about {
    margin-bottom: 80px;
  }
  .cms-home .section-products .block-featured-products-list {
    margin-top: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body.cms-home .section-about-center .content {
    padding-right: 60px;
  }
  body.cms-home .section-about-center .content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  body.cms-home .section-about-center .content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .cms-home .section-featureProduct .feature-section {
    /* padding-left:30px

        padding-right: 30px*/
  }
  .cms-home .section-products .feature-section {
    /* padding-left:30px

        padding-right: 30px*/
  }
  body div.products-grid .product-items .product-item-actions {
    padding: 0 15px;
  }
  .cms-home .section-featureProduct .view-all {
    margin-top: 30px;
  }
  .cms-home .section-featureProduct {
    margin-bottom: 60px;
  }
  .cms-home .section-about {
    margin-bottom: 50px;
  }
  .cms-home .section-products {
    margin-bottom: 20px;
  }
  .cms-home .section-featureProduct .owl-dots {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .cms-home .section-featureProduct .owl-dots .owl-dot {
    margin: 3px;
    display: inline-block;
  }
  .cms-home .section-featureProduct .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #0E1F45;
    display: block;
  }
  .cms-home .section-featureProduct .owl-dots .owl-dot.active span {
    background: #C8AE1C;
  }
}
/*=========cate==========*/
body.page-products .column.main {
  min-height: 0;
  padding: 0;
}
body.page-products .page-main {
  margin-bottom: 0;
}
.page-products .section-top {
  position: relative;
  margin-top: 37px;
}
.page-products .section-top .category-list {
  position: absolute;
  top: 17px;
  cursor: pointer;
  z-index: 6;
}
.page-products .section-top .category-list .label {
  letter-spacing: 0px;
  color: #333333;
  font-weight: 700;
  padding-right: 32px;
  position: relative;
}
.page-products .section-top .category-list .label:before {
  content: '';
  background: #ffffff url(../images/hairgrownz/chevron-down.svg) no-repeat right center;
  background-size: 14px;
  width: 14px;
  height: 7px;
  position: absolute;
  top: 14px;
  right: 0;
}
.page-products .section-top .category-list .label.open:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform-origin: rotate(180deg);
  -webkit-transform-origin: rotate(180deg);
}
.page-products .section-top .category-list > ul {
  position: absolute;
  min-width: 244px;
  /* max-width: 250px; */
  padding: 12px 20px;
  background: #fff;
  z-index: 9;
  border: 1px solid #dadada;
  list-style: none;
  top: 47px;
  width: max-content;
}
.page-products .section-top .toolbar-sorter label {
  letter-spacing: 0px;
  color: #333333;
  font-weight: 700;
  position: relative;
  top: 1px;
}
.page-products .section-top .toolbar-sorter {
  padding: 0;
  opacity: 0;
}
.page-products .section-top .sorter-options {
  border: 0;
  height: auto;
  padding: 0 25px 0 8px;
  margin: 0;
  background-position: right center;
  margin-left: -3px;
  background-size: 14px;
  max-width: 120px;
  margin-right: 10px;
}
.page-products .section-top .toolbar-products {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid#D4D4D4;
  padding-top: 15px;
  padding-bottom: 16px;
  margin-bottom: 48px;
}
.page-products .section-top .products.wrapper ~ .toolbar-products {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-products .products.wrapper ~ .toolbar .pages {
  float: none;
}
.page-products .columns .section-bottom {
  position: relative;
  padding: 77px 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: 77px;
}
.page-products .columns .section-bottom:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/hairgrownz/bkg-cate.png);
  z-index: -1;
}
.page-products .columns .section-bottom h2 {
  font-weight: normal;
  margin-bottom: 28px;
}
.page-products .columns .section-bottom h2 strong {
  font-weight: 700;
}
.page-products .columns .section-bottom .section-text {
  line-height: 35px;
  margin-bottom: 23px;
}
.page-products .columns .section-bottom .section-text p {
  margin-bottom: 25px;
}
.page-products .columns .section-bottom > .container {
  padding: 0;
  max-width: 100%;
}
.page-products .section-bottom .section-slider {
  padding: 0 85px;
  max-width: 1458px;
  margin: 0 auto;
  position: relative;
}
.page-products .section-bottom .section-slider .content-section-slider {
  max-width: 1188px;
  padding: 0 6px;
  margin: 0 auto;
}
.page-products .section-bottom .section-slider .item {
  padding: 0 15px;
}
.page-products .products-grid .product-items li .product-item-info {
  margin: 0;
  width: 100%;
}
.page-products .products.products-grid .product-items {
  margin: 0 -14px;
}
.page-products .products.products-grid .product-item {
  width: 33.333%;
  margin: 0 0 33px 0 !important;
  padding: 0 14px;
}
.page-products #amasty-shopby-product-list .products.wrapper {
  margin-bottom: 6px;
}
.page-products .section-bottom .owl-nav [class*="owl-"] {
  left: -121px;
}
.page-products .section-bottom .owl-carousel .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -121px;
}
.product-item button.buynow {
  display: none;
}
body .products-grid .product-items .product-item .price-box .price-box {
  margin: 0;
}
@media (max-width: 1450px) {
  .page-products .section-bottom .owl-nav [class*="owl-"] {
    left: -60px;
    right: auto;
  }
  .page-products .section-bottom .owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: -60px;
    left: auto;
  }
}
@media (max-width: 1199px) {
  .page-products .section-bottom .section-slider {
    padding: 0 60px;
  }
  .page-products .section-bottom .owl-nav [class*="owl-"] {
    left: -50px;
  }
  .page-products .section-bottom .owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: -50px;
  }
}
@media (max-width: 990px) {
  .page-products .products.products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-products .section-bottom .section-slider {
    padding: 0 30px;
  }
  .page-products .section-bottom .owl-nav [class*="owl-"] {
    left: -31px;
    right: auto;
  }
  .page-products .section-bottom .owl-carousel .owl-nav [class*="owl-"].owl-next {
    right: -31px;
    left: auto;
  }
  .page-products .section-top .category-list {
    left: 50%;
    top: 46px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .page-products .section-top {
    margin-top: 20px;
  }
  .page-products .section-top .toolbar-products {
    margin-bottom: 40px;
  }
  .page-products .columns .section-bottom {
    margin-top: 50px;
    padding: 50px 0;
  }
  .page-products .section-top .category-list .label:before {
    top: 9px;
  }
  .page-products .section-top .category-list > ul {
    left: -62px;
    top: 39px;
  }
}
@media (max-width: 497px) {
  .page-products .products.products-grid .product-item {
    width: 100%;
  }
}
