@font-face {
  font-family: "augustinebold";
  src: url("./../assets/fonts/augustine-bold-webfont.woff2") format("woff2"),
    url("./../assets/fonts/augustine-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 1rem;
  min-width: 340px;
  font-family: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}

a {
  transition: all 0.25s ease;
}

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

.bg-blue {
  background-color: #1d2451;
}

.bg-blue-100 {
  background-color: #1b244f;
}

.bg-blue-200 {
  background-color: #1c234e;
}

.bg-blue-500 {
  background-color: #e18580;
}

.bg-vivid {
  background-color: #f4988a;
}

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

.radius-50 {
  border-radius: 50%;
}

.fontFamily-augustine {
  font-family: "augustinebold";
}

@media (min-width: 576px) {

  .h1,
  h1,
  .h2,
  h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {

  .h1,
  h1,
  .h2,
  h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 992px) {

  .h1,
  h1,
  .h2,
  h2 {
    font-size: 2.625rem;
  }
}

@media (min-width: 1200px) {

  .h1,
  h1,
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {

  .h3,
  h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {

  .h3,
  h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.5rem;
  }
}

.heading-01 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .heading-01 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .heading-01 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1490px) {
  .heading-01 {
    font-size: 1.9375rem;
  }
}

.heading-01-01 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .heading-01-01 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1490px) {
  .heading-01-01 {
    font-size: 1.9375rem;
  }
}

.heading-02 {
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .heading-02 {
    font-size: 1.625rem;
  }
}

@media (min-width: 768px) {
  .heading-02 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .heading-02 {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .heading-02 {
    font-size: 3rem;
  }
}

.heading-05 {
  font-size: 0.875rem;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .heading-05 {
    font-size: 1rem;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  .heading-05 {
    font-size: 1.25rem;
    line-height: 27px;
  }
}

.heading-06 {
  font-size: 1.375rem;
  line-height: 1.2;
}

.heading-07 {
  font-size: 1rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .heading-07 {
    font-size: 1.25rem;
  }
}

.heading-08 {
  font-size: 1rem;
  line-height: 1.2;
}

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

.font-weight-semibold {
  font-weight: 600 !important;
}

.text-12 {
  font-size: 0.75rem;
  line-height: 1.2;
}

.home-page-btn {
  height: auto !important;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--playful-purple);
  color: white;
  border-radius: 25px;
  border: 3px solid var(--playful-purple);
  font-size: 16px;
  width: auto !important;
  padding: 5px 25px;
}

.home-page-btn:hover {
  background-color: var(--playful-purple);
  border: 3px solid var(--secondary);
}

.home-page-btn:focus {
  background-color: var(--playful-purple);
  border: 3px solid var(--secondary);
}

.btn {
  min-width: 103px;
  height: 26px;
  width: auto;
}

@media (min-width: 576px) {
  .btn {
    font-size: 1.125rem;
    min-width: 150px;
    height: 35px;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.5rem;
    min-width: 200px;
    height: 40px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 768px) {
  .btn {
    font-size: 1.5rem;
    min-width: 270px;
    height: 50px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 1490px) {
  .btn {
    font-size: 1.9375rem;
    min-width: 334px;
    height: 76px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.btn-sm {
  min-width: 117px;
  height: 25px;
}

@media (min-width: 576px) {
  .btn-sm {
    font-size: 1rem;
    min-width: 130px;
    height: 30px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .btn-sm {
    font-size: 1.1875rem;
    min-width: 150px;
    height: 36px;
  }
}

@media (min-width: 992px) {
  .btn-sm {
    font-size: 1.375rem;
    min-width: 188px;
    height: 42px;
  }
}

.btn-purple {
  background-color: #713a74;
  color: #fff;
  border-color: #713a74;
  padding: 0 20px !important;
  line-height: 45px !important;
}

.btn-purple:hover {
  background-color: #5f3562;
  color: #fff;
  border-color: #5f3562;
}

.btn-outline-purple {
  background-color: transparent;
  color: #713a74;
  border-color: #713a74;
}

.btn-outline-purple:hover {
  background-color: #f1f1f1;
  color: #713a74;
}

.btn-pink {
  background-color: #f4988a;
  color: #fff;
  border-color: #f4988a;
}

.btn-pink:hover {
  background-color: #d27b7b;
  color: #fff;
  border-color: #d27b7b;
}

.hz-logo {
  max-width: 74px;
}

@media (min-width: 576px) {
  .hz-logo {
    max-width: 110px;
  }
}

@media (min-width: 992px) {
  .hz-logo {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .hz-logo {
    max-width: 125px;
  }
}

@media (min-width: 1490px) {
  .hz-logo {
    max-width: 125px;
  }
}

.hz-header-form-search {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-47%, -50%);
  width: calc(100% - 180px);
  min-width: 220px;
  z-index: 2;
}

@media (min-width: 576px) {
  .hz-header-form-search {
    width: 310px;
  }
}

@media (min-width: 768px) {
  .hz-header-form-search {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
  }
}

@media (min-width: 1200px) {
  .hz-header-form-search {
    width: 460px;
  }
}

@media (min-width: 1490px) {
  .hz-header-form-search {
    width: 583px;
  }
}

.hz-header-form-search .form-control {
  height: 35px;
  width: 100%;
  background: #f1f1f1;
  border-radius: 50rem;
  color: #1d2451;
  font-size: 0.625rem;
}

.hz-header-form-search .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hz-header-form-search .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hz-header-form-search .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hz-header-form-search .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
  .hz-header-form-search .form-control {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .hz-header-form-search .form-control {
    height: 36px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .hz-header-form-search .form-control {
    height: 36px;
  }
}

.hz-header-form-search .btn {
  position: absolute;
  top: 45%;
  right: auto;
  bottom: auto;
  left: 25px;
  transform: translateY(-50%);
  padding: 0;
  min-width: auto;
}

@media (min-width: 576px) {
  .hz-header-form-search .btn {
    left: 30px;
  }
}

@media (max-width: 767.98px) {
  .hz-header-form-search .btn svg {
    width: 20px;
  }
}

@media (max-width: 575.98px) {
  .hz-header-form-search .btn svg {
    width: 16px;
  }
}

.hz-header.header-sticky {
  height: 64px;
}

@media (min-width: 576px) {
  .hz-header.header-sticky {
    height: 81px;
  }
}

@media (min-width: 768px) {
  .hz-header.header-sticky {
    height: 91px;
  }
}

@media (min-width: 992px) {
  .hz-header.header-sticky {
    height: 114px;
  }
}

@media (min-width: 1200px) {
  .hz-header.header-sticky {
    height: 134px;
  }
}

@media (min-width: 1490px) {
  .hz-header.header-sticky {
    height: 140px;
  }
}

.hz-header-main.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .hz-navbar .nav-link {
    /* font-size: 1.275rem; */
    line-height: 1.2;
    /* color: #f4988a !important; */
    color: #f4988a;
  }
}

@media (min-width: 992px) {
  .hz-navbar .hz-device-mobile.navbar-collapse {
    display: none !important;
  }
}

.hz-home-categoryList {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 1200px) {
  .hz-home-categoryList {
    font-size: 1.375rem;
  }
}

.hz-home-categoryList>li>a {
  color: inherit;
  transition: color 0.35s ease;
}

.hz-home-categoryList>li>a:hover {
  color: #1e626c;
}

.hz-homeCategory-block {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.hz-circle-inner-text-list {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #f1f1f1;
}

@media (min-width: 992px) {
  .hz-circle-inner-text-list {
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .hz-circle-inner-text-list {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1490px) {
  .hz-circle-inner-text-list {
    font-size: 1.125rem;
  }
}

.hz-circle-inner-text-list>.hz-circle-inner-text {
  width: 33.33%;
}

@media (min-width: 992px) {
  .hz-circle-inner-text-list>.hz-circle-inner-text {
    width: 13.667%;
  }
}

.hz-circle-inner-text-list .hz-circle-inner-text-bg {
  width: 110px;
  height: 110px;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .hz-circle-inner-text-list .hz-circle-inner-text-bg {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 768px) {
  .hz-circle-inner-text-list .hz-circle-inner-text-bg {
    width: 110px;
    height: 110px;
  }
}

@media (min-width: 992px) {
  .hz-circle-inner-text-list .hz-circle-inner-text-bg {
    width: 114px;
    height: 114px;
  }
}

@media (min-width: 1200px) {
  .hz-circle-inner-text-list .hz-circle-inner-text-bg {
    width: 114px;
    height: 114px;
  }
}

@media (min-width: 1490px) {
  .hz-circle-inner-text-list .hz-circle-inner-text-bg {
    width: 114px;
    height: 114px;
  }
}

@media (max-width: 374px) {
  .hz-circle-inner-text-list .hz-circle-inner-text-bg {
    width: 95px;
    height: 95px;
  }
}

.hz-circle-inner-text-list .earing {
  background-image: url("./../assets/images/dummy.png");
}

.hz-circle-inner-text-list .vintage {
  background-image: url("./../assets/images/dummy.png");
}

.hz-circle-inner-text-list .outdoorGarden {
  background-image: url("./../assets/images/dummy.png");
}

.hz-circle-inner-text-list .essential {
  background-image: url("./../assets/images/dummy.png");
}

.hz-circle-inner-text-list .candal {
  background-image: url("./../assets/images/dummy.png");
}

.hz-circle-inner-text-list .mukhwas {
  background-image: url("./../assets/images/dummy.png");
}

.hz-product-edge-curve-article .img-holder img {
  width: 216px;
  height: 230px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .hz-product-edge-curve-article .img-holder img {
    border-top-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .hz-product-edge-curve-article .img-holder img {
    border-top-left-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .hz-product-edge-curve-article .img-holder img {
    border-top-left-radius: 80px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .hz-product-edge-curve-article .img-holder img {
    border-top-left-radius: 90px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1490px) {
  .hz-product-edge-curve-article .img-holder img {
    border-top-left-radius: 120px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 0;
  }
}

.hz-product-edge-curve-article h3 {
  color: #1b244f;
  font-size: 1rem !important;
  padding-left: 0rem;
  padding-right: 0.9375rem;
}

@media (max-width: 991.98px) {
  .hz-product-edge-curve-article h3 {
    padding-left: 0rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .hz-product-edge-curve-article h3 {
    padding-left: 0rem;
    padding-right: 0.625rem;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .hz-product-edge-curve-article h3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
  }
}

.hz-product-edge-curve-article a {
  transition: all 0.35s ease;
}

.hz-product-edge-curve-article a:hover h3 {
  color: #d27b7b;
}

.heading-icon-group.purple {
  color: #713a74;
}

.heading-icon-group .heading-left-icon {
  display: inline-flex;
  margin-top: -25px;
}

@media (max-width: 991.98px) {
  .heading-icon-group .heading-left-icon svg {
    width: 70px;
  }
}

@media (max-width: 767.98px) {
  .heading-icon-group .heading-left-icon svg {
    width: 50px;
  }
}

@media (max-width: 575.98px) {
  .heading-icon-group .heading-left-icon svg {
    width: 30px;
  }
}

.hz-treding-product-slider .col-12 {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  /* padding-left: 0.3125rem;
  padding-right: 0.3125rem; */
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .hz-treding-product-slider .col-12 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 992px) {
  .hz-treding-product-slider .col-12 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .hz-treding-product-slider .col-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1490px) {
  .hz-treding-product-slider .col-12 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.hz-treding-product-slider .slick-prev,
.hz-treding-product-slider .slick-next {
  top: 50%;
  position: absolute;
  transform: translateY(-50%) scale(2);
}

.hz-treding-product-slider .slick-prev.slick-disabled,
.hz-treding-product-slider .slick-next.slick-disabled {
  display: none;
}

.hz-treding-product-slider .slick-prev {
  right: -40px;
}

.hz-treding-product-slider .slick-next {
  left: -40px;
}

.footer-nav {
  color: #d27b7b;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .footer-nav {
    width: 50%;
    color: #fff;
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .footer-nav {
    font-size: 0.8125rem;
  }
}

@media (max-width: 575.98px) {
  .footer-nav {
    font-size: 0.625rem;
  }
}

.footer-nav>li>a {
  color: inherit;
  transition: color 0.35s ease;
}

.footer-nav>li>a:hover {
  color: #713a74;
}

@media (max-width: 991.98px) {
  .footer-nav>li>a:hover {
    color: #d27b7b;
  }
}

.footer-logo {
  width: 108px;
  margin-left: auto;
  margin-right: auto;
}

.hz-footer {
  z-index: 0;
}

.hz-footer .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background-position: top right;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.hz-story-holder {
  z-index: 0;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow: hidden;
}

@media (min-width: 576px) {
  .hz-story-holder {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .hz-story-holder {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .hz-story-holder {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

.hz-story-holder .hz-seller-story-rings-bg-img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -12px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .hz-story-holder .img-holder {
    max-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .hz-story-holder .img-holder {
    max-width: 150px;
  }
}

@media (max-width: 575.98px) {
  .hz-story-holder .img-holder {
    max-width: 183px;
  }
}

.hz-story-holder h3 {
  color: #1c234e;
}

@media (max-width: 991.98px) {
  .hz-story-holder h3 {
    background: #1d2451;
    color: #e18580;
    margin: 0 -50px;
  }
}

.hz-story-holder p {
  margin-bottom: 8px;
}

.hz-product-curated-article {
  font-size: 1rem;
  line-height: 21px;
  padding: 0 10px 15px;
  color: #fff;
  font-size: 0.75rem;
  min-height: 390;
}

@media (min-width: 576px) {
  .hz-product-curated-article {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .hz-product-curated-article {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .hz-product-curated-article {
    /* width: 300px; */
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

/* .hz-product-curated-article:hover .hz-product-curated-article-like {
  background-color: #758095;
} */

.hz-product-curated-article:hover .hz-fill-heart {
  display: block;
  padding-top: 1px;
  width: 38px;
  height: 34px;
}

/* .hz-product-curated-article:hover .hz-outline-heart {
  display: none;
} */
.hz-product-curated-article .img-holder {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media (min-width: 992px) {
  .hz-product-curated-article .img-holder {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1200px) {
  .hz-product-curated-article .img-holder {
    /* height: 250px; */
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

.hz-product-curated-article .img-holder img {
  /* min-height: 150px; */
  width: 100%;
}

.hz-product-curated-article .heading-05 {
  color: #fff;
}

.hz-product-curated-article .heading-05 strong {
  color: inherit;
}

.hz-product-curated-article .hz-fill-heart {
  display: none;
}

.hz-product-curated-article .hz-new-price,
.hz-product-curated-article .hz-currency-symbol-lg {
  font-size: 0.75rem;
}

@media (min-width: 576px) {

  .hz-product-curated-article .hz-new-price,
  .hz-product-curated-article .hz-currency-symbol-lg {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {

  .hz-product-curated-article .hz-new-price,
  .hz-product-curated-article .hz-currency-symbol-lg {
    font-size: 1.25rem;
  }
}

.hz-product-curated-article .hz-old-price {
  color: #b3b3b3;
}

.hz-product-curated-article .hz-fll-heart {
  width: 38px;
  height: 34px;
}

.hz-product-curated-article-like {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px 0 10px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 576px) {
  .hz-product-curated-article-like {
    width: 40px;
    height: 40px;
    border-radius: 30px 0 30px 0;
  }
}

@media (min-width: 1200px) {
  .hz-product-curated-article-like {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 10px 0;
  }
}

.hz-product-curated-article-like .hz-fill-heart {
  display: none;
}

.hz-product-curated-article-like .hz-fill-heart,
.hz-product-curated-article-like .hz-outline-heart {
  width: 25px;
}

@media (min-width: 576px) {

  .hz-product-curated-article-like .hz-fill-heart,
  .hz-product-curated-article-like .hz-outline-heart {
    width: 25px;
  }
}

@media (min-width: 1490px) {

  .hz-product-curated-article-like .hz-fill-heart,
  .hz-product-curated-article-like .hz-outline-heart {
    width: 25px;
  }
}

.hz-product-curated-article-like:hover {
  background-color: #758095;
}

.hz-product-curated-article-like:hover .hz-fill-heart {
  display: block;
  padding-top: 1px;
  width: 38px;
  height: 34px;
}

/* .hz-product-curated-article-like:hover .hz-outline-heart {
  display: none;
} */

.hz-product-picks-article {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #1b244f;
  position: relative;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .hz-product-picks-article {
    padding-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .hz-product-picks-article {
    padding-bottom: 155px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .hz-product-picks-article.v2 {
    padding-bottom: 60px;
  }
}

.hz-product-picks-article.v2 h3 {
  font-size: 0.9375rem;
  margin-bottom: 5px !important;
}

.hz-product-picks-article.v2 .hz-product-picks-article-detail p {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.hz-product-picks-article.v2 .btn {
  min-width: 110px;
  font-size: 0.75rem;
  height: 30px;
}

@media (min-width: 992px) {
  .hz-product-picks-article.full.single-line .img-holder {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .hz-product-picks-article.full.single-line .img-holder {
    height: 500px;
  }
}

@media (min-width: 1490px) {
  .hz-product-picks-article.full.single-line .img-holder {
    height: 500px;
  }
}

@media (min-width: 768) {
  .hz-product-picks-article.full .img-holder {
    height: 400px !important;
  }
}

@media (min-width: 992px) {
  .hz-product-picks-article.full .img-holder {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .hz-product-picks-article.full .img-holder {
    height: 500px;
  }
}

@media (min-width: 1490px) {
  .hz-product-picks-article.full .img-holder {
    height: 500px;
  }
}

.hz-product-picks-article.half .img-holder {
  height: 160px;
}

@media (min-width: 992px) {
  .hz-product-picks-article.half .img-holder {
    height: 160px;
  }
}

@media (min-width: 1200px) {
  .hz-product-picks-article.half .img-holder {
    height: 160px;
  }
}

@media (min-width: 1490px) {
  .hz-product-picks-article.half .img-holder {
    height: 160px;
  }
}

.hz-product-picks-article .img-holder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.hz-product-picks-article h3 {
  color: #1d2451;
}

.hz-product-picks-article h3 a {
  color: inherit;
  transition: color 0.35s ease;
}

.hz-product-picks-article h3 a:hover {
  color: #713a74;
}

.hz-product-picks-article .hz-product-picks-article-detail {
  background-color: #f4988a;
  padding: 0px 18px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  .hz-product-picks-article .hz-product-picks-article-detail {
    padding: 15px 15px;
  }
}

@media (min-width: 1200px) {
  .hz-product-picks-article .hz-product-picks-article-detail {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

@media (max-width: 991.98px) {
  .hz-product-picks-article .hz-product-picks-article-detail p {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hz-product-picks-article .hz-product-picks-article-detail .btn {
    min-width: 150px;
  }
}

.hz-header-profilePic .hz-camera {
  width: 21px;
  height: 21px;
  position: absolute;
  top: auto;
  right: -3px;
  bottom: -5px;
  left: auto;
}

.hz-header-profile-top {
  margin-bottom: 28px;
}

.hz-header-profile-top .hz-header-profile-name {
  font-size: 0.75rem;
}

@media (max-width: 991.98px) {
  .hz-device-mobile {
    opacity: 0;
    visibility: hidden;
    transform: translateX(30%);
    display: none;
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .hz-device-mobile.show {
    position: fixed;
    top: 90px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 280px;
    height: calc(100% - 64px);
    opacity: 1;
    overflow-y: auto;
    background-color: #1d2451;
    z-index: 999;
    visibility: visible;
    transform: translate(0);
    display: block;
  }
}

@media (max-width: 767.98px) {
  .hz-device-mobile.show {
    top: 80px;
  }
}

@media (max-width: 575.98px) {
  .hz-device-mobile.show {
    top: 64px;
  }
}

.hz-device-mobile>div {
  padding: 33px 35px;
}

.hz-device-mobile-nav {
  font-size: 0.625rem;
  color: #fff;
}

.hz-device-mobile-nav>li {
  margin-bottom: 30px;
}

.hz-device-mobile-nav .hz-icon-left {
  width: 25px;
  margin-right: 8px;
}

.hz-editor-pick-section {
  background: url("./../assets/images/editor-pick-bg.png");
  background-position: "center";
  background-size: "cover";
}

.hz-blog-article h3 {
  color: #f4988a;
}

.hz-blog-article h3 a {
  color: inherit;
}

.hz-blog-article h3 a:hover {
  color: #5f3562;
}

.hz-blog-article.full .img-holder {
  height: 520px;
  width: 520px;
}

.hz-blog-article.half .img-holder {
  height: auto;
}

/* @media (min-width: 420px) {
  .hz-blog-article.half .img-holder {
    height: 88px;
  }
}

@media (min-width: 1200px) {
  .hz-blog-article.full .img-holder {
    height: 400px !important;
  }
}

@media (min-width: 1200px) {
  .hz-blog-article.half .img-holder {
    height: 198px !important;
  }
}

@media (min-width: 992px) {
  .hz-blog-article.full .img-holder {
    height: 350px !important;
  }
}

@media (min-width: 992px) {
  .hz-blog-article.half .img-holder {
    height: 168px !important;
  }
}

@media (min-width: 768px) {
  .hz-blog-article.full .img-holder {
    height: 320px !important;
  }
}

@media (min-width: 768px) {
  .hz-blog-article.half .img-holder {
    height: 150px !important;
  }
} */

.hz-blog-article .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hz-blog-article .img-holder {
  flex-shrink: 0;
}

.hz-blog-article .img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1200px) {
  .hz-blog-edges-curve-section {
    border-top-left-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1490px) {
  .hz-blog-edges-curve-section {
    border-top-left-radius: 150px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 0;
  }
}

.hz-blog-edges-curve-section h2 {
  color: #f4988a;
}

.hz-indyView-sider .slick-list {
  overflow: visible;
}

.hz-indyView-sider .item:nth-child(odd) .hz-indyview-overay-text {
  bottom: auto;
  top: 25px;
}

@media (min-width: 768px) {
  .hz-indyView-sider .item:nth-child(odd) .hz-indyview-overay-text {
    top: 35px;
  }
}

@media (min-width: 768px) {
  .hz-indyView-sider .item:nth-child(odd) .hz-indyview-overay-text {
    top: 70px;
  }
}

@media (min-width: 992px) {
  .hz-indyView-sider .item:nth-child(odd) .hz-indyview-overay-text {
    top: 154px;
  }
}

.hz-indyview-overay-text {
  width: 145px;
  width: 120px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 13px;
  color: #1b244f;
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 25px;
  left: auto;
}



@media (min-width: 768px) {
  .hz-indyview-overay-text {
    position: absolute;
    top: auto;
    right: 20%;
    bottom: 10px;
    left: auto;
  }
}

@media (max-width: 768px) {
  .hz-indyview-overay-text {
    position: absolute;
    top: auto;
    right: 40px;
    bottom: 50px;
    left: auto;
  }
}

@media (max-width: 479px)and (min-width: 350px) {
  .hz-indyview-overay-text {
    position: absolute;
    top: auto;
    right: 40%;
    bottom: 15px;
    right: 5%;
    bottom: 5px;
    left: auto;
    padding: 5px 0px;
  }
}


@media (min-width: 992px) {
  .hz-indyview-overay-text {
    position: absolute;
    top: auto;
    right: 22%;
    bottom: 10px;
    left: auto;
  }
}

.hz-indyview-overay-text h3 {
  margin-bottom: 8px;
}

.hz-indyview-overay-text h4 {
  margin-bottom: 14px;
}

.hz-indyview-article .img-holder img {
  /* border-radius: 20px; */
  height: auto !important;
  min-height: 250px;
  min-height: 140px;
  width: 250px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto !important;
}

/* @media (max-width: 576px) and (min-width: 320px) {
  .hz-indyview-article .img-holder img {
    height: 143px !important;
  }
} */

.hz-curated-slider .slick-list {
  overflow: visible;
}

.hz-curated-slider .slick-list {
  overflow: visible;
}

.hz-curated-slider .slick-track {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.hz-curated-slider .slick-track>div {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (max-width: 429px) {
  .mobile-row-list-full [class*="col-"] {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 320px) {
  .mobile-row-list-full-editor [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .hz-most-popular-slider {
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .hz-most-popular-slider {
    padding: 20px 0;
    position: relative;
  }

  .hz-most-popular-slider::before {
    position: absolute;
    content: "";
    top: 0%;
    left: -99999px;
    right: -99999px;
    bottom: 0;
    background-color: #f4988a;
  }
}

.hz-most-popular-slider .slick-list .col-12 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 768px) {

  .hz-most-popular-slider .slick-prev,
  .hz-most-popular-slider .slick-next {
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 767.98px) {

  .hz-most-popular-slider .slick-prev,
  .hz-most-popular-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {

  .hz-most-popular-slider .slick-prev.slick-disabled,
  .hz-most-popular-slider .slick-next.slick-disabled {
    cursor: no-drop;
  }
}

@media (min-width: 768px) {

  .hz-most-popular-slider .slick-prev:hover svg path,
  .hz-most-popular-slider .slick-next:hover svg path {
    stroke: #f4988a;
  }
}

@media (min-width: 768px) {
  .hz-most-popular-slider .slick-prev {
    left: 60px;
  }
}

@media (max-width: 767.98px) {
  .hz-most-popular-slider .slick-prev {
    right: -40px;
  }
}

@media (min-width: 768px) {
  .hz-most-popular-slider .slick-next {
    left: 15px;
  }
}

@media (max-width: 767.98px) {
  .hz-most-popular-slider .slick-next {
    left: -40px;
  }
}

.filter-btn {
  height: 48px;
  padding: 10px 30px;
}

@media (max-width: 767.98px) {
  .filter-btn {
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .filter-btn svg {
    order: 2;
  }
}

.sort-filter-select {
  border: 1px solid #713a74;
  color: #713a74;
  min-width: 300px !important;
  width: auto;
  height: 48px;
}

@media (max-width: 767.98px) {
  .sort-filter-select {
    font-size: 0.75rem;
    padding: 8px 8px;
  }
}

@media (max-width: 419.98px) {
  .sort-filter-select {
    min-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.sort-filter-select select {
  color: #713a74;
  border-width: 0;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .sort-filter-select select {
    flex-grow: 1;
  }
}

.sort-filter-select select:focus {
  outline: none;
}

.hz-pagination .page-item.active .page-link {
  color: #fff;
  background-color: #713a74;
}

.hz-pagination .page-item.disabled {
  display: none;
}

.hz-pagination .page-item .page-link {
  width: 20px;
  height: 21px;
  font-size: 0.875rem;
  border-width: 0;
  color: #000;
  line-height: 1;
  padding: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
}

@media (min-width: 420px) {
  .hz-pagination .page-item .page-link {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 576px) {
  .hz-pagination .page-item .page-link {
    font-size: 14px;
    width: 26px;
    height: 28px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .hz-pagination .page-item .page-link {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 992px) {
  .hz-pagination .page-item .page-link {
    width: 28px;
    height: 28px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .hz-pagination .page-item .page-link {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }
}

.hz-pagination .page-next {
  margin-left: 10px;
}

.hz-pagination .page-prev .page-link,
.hz-pagination .page-next .page-link {
  width: auto;
  height: 32px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #713a74;
  padding: 3px 20px;
  border: 1px solid #713a74;
}

@media (min-width: 992px) {

  .hz-pagination .page-prev .page-link,
  .hz-pagination .page-next .page-link {
    font-size: 14px;
  }
}

@media (min-width: 320px) {

  .hz-pagination .page-prev .page-link,
  .hz-pagination .page-next .page-link {
    width: auto;
    height: 25px;
    font-size: 0.775rem;
    line-height: 1;
    color: #713a74;
    padding: 3px 10px;
    border: 1px solid #713a74;
  }
}

.hz-shop-slider .slick-list {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.hz-shop-slider .slick-list .col-12 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.hz-shop-slider .slick-dots {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

.hz-shop-slider .slick-dots>li {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.hz-shop-slider .slick-dots>li.slick-active button {
  background-color: #151522;
}

.hz-shop-slider .slick-dots>li button {
  border-width: 0;
  background: transparent;
  padding: 0;
  text-indent: -99999px;
  width: 9px;
  height: 9px;
  background-color: #d9d9d9;
  border-radius: 50rem;
}

@media (max-width: 767.98px) {
  .hz-most-popular-section {
    background-image: url("./../assets//images/editor-pick-bg.png");
    background-size: cover;
  }
}

.hz-most-popular-section .heading-01-01 {
  color: #713a74;
}

.footer-user-custom-menu {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -20px;
}

.hz-sign-in-form .form-control {
  height: 35px;
  border: 2px solid #713a74;
  color: #000;
  padding: 8px 16px;
  font-size: 0.625rem;
}

.hz-sign-in-form .textarea {
  border: 2px solid #713a74;
  color: #000;
  padding: 8px 16px;
  font-size: 0.625rem;
}

@media (min-width: 576px) {
  .hz-sign-in-form .form-control {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .hz-sign-in-form .form-control {
    height: 40px !important;
    padding: 12px 22px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .hz-sign-in-form .form-control {
    height: 40px !important;
  }
}

.hz-sign-in-form .form-control::-webkit-input-placeholder {
  color: #d9d9d9;
}

.hz-sign-in-form .form-control:-moz-placeholder {
  color: #d9d9d9;
}

.hz-sign-in-form .form-control::-moz-placeholder {
  color: #d9d9d9;
}

.hz-sign-in-form .form-control:-ms-input-placeholder {
  color: #d9d9d9;
}

.modal {
  z-index: 9999;
}

.hz-form-modal .modal-dialog {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) {
  .hz-form-modal .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .hz-form-modal .modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .hz-form-modal .modal-dialog {
    max-width: 500px;
  }
}

.hz-form-modal .modal-content {
  border-radius: 25px;
}

@media (min-width: 768px) {
  .hz-form-modal .modal-content {
    border-radius: 35px;
  }
}

@media (min-width: 1200px) {
  .hz-form-modal .modal-content {
    border-radius: 50px;
  }
}

.hz-form-modal .btn {
  height: 38px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .hz-form-modal .btn {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .hz-form-modal .btn {
    height: 40px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .hz-form-modal .btn {
    height: 40px;
    font-size: 1.125rem;
  }
}

.hz-form-modal .hz-loggined {
  color: rgba(0, 0, 0, 0.5);
}

.hz-form-modal .google-button,
.hz-form-modal .facebook-button {
  color: #000;
  gap: 17px;
  display: inline-flex;
  padding: 15px 30px;
}

@media (max-width: 767.98px) {

  .hz-form-modal .google-button,
  .hz-form-modal .facebook-button {
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.form-label {
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .form-label {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .form-label {
    font-size: 1.125rem;
  }
}

.hz-forget-password {
  font-size: 16px;
  color: #000;
}

.hz-checkbox-custom {
  width: 26px;
  height: 28px;
  border: 1px solid #dee2e6;
  display: inline-flex;
  border-radius: 4px;
}

.hz-check-text {
  transform: translateY(0);
  font-size: 1rem;
}

.hz-check-text input {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.hz-check-text input:checked+label .hz-checkbox-custom svg {
  opacity: 1;
  visibility: visible;
}

.hz-check-text label {
  padding-top: 3px;
  cursor: pointer;
}

.hz-check-text .hz-checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
}

.hz-check-text .hz-checkbox-custom svg {
  opacity: 0;
  visibility: hidden;
}

.hz-or-divider {
  z-index: 1;
}

.hz-or-divider:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}

.it-stars span,
.it-stars {
  width: 100px;
  height: 16px;
  float: left;
  line-height: 16px;
  position: relative;
}

.it-stars span span:after,
.it-stars span:before,
.it-stars span:after,
.it-stars:before {
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  letter-spacing: 4px;
  font-family: "Font Awesome 6 Free";
  color: rgba(218, 218, 218, 0.8);
  content: "\f005\f005\f005\f005\f005";
}

.it-stars span span,
.it-stars span {
  width: 75%;
  overflow: hidden;
}

.it-stars span span:after,
.it-stars span:after {
  color: #ffd109;
}

.rt-backto {
  width: 100%;
  float: left;
  padding: 20px 0 46px;
}

.rt-backto a {
  float: left;
  font-size: 14px;
  color: #b3b3b3;
  line-height: 20px;
}

.rt-backto a svg,
.rt-backto a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.it-productdetailsection {
  width: 100%;
  /* float: left; */
}

.it-productimgenamecartarea {
  width: 100%;
  /* float: left; */
  padding: 0 0 60px;
}

.it-productslider {
  /* float: left; */
  position: relative;
  width: calc(100% - 524px);
}

.it-productslidview {
  width: 100%;
  /* float: left; */
}

.it-productslidview .slick-list figure {
  width: 100%;
  /* float: left; */
  width: 600px !important;
  height: 530px;
}

.it-productslidview .slick-list figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 30px;
}

.it-productslidview .slick-list figure figcaption {
  z-index: 9999;
  top: 20px;
  right: 20px;
  position: absolute;
}

/* .it-productslidenav {*/
/* top: 70px;
  left: -400px; */
/* width: 100%;
  max-width: 60%; */
/* position: absolute;
} */

/* .it-productslidenav .slick-list {
  transform: rotate(90deg) !important;
} */

.it-productslidenav .slick-slide img {
  width: 70px !important;
  height: 70px !important;
  /* display: block;
  object-fit: cover; */
  border-radius: 30px;
  cursor: pointer;
  /* transform: rotate(-90deg) !important; */
}

.it-productdetailarea {
  width: 500px;
  /* float: right; */
}

/* .it-productrating {
  width: 100%;
  float: left;
} */

.it-productrating h3 {
  display: inline-block;
  vertical-align: middle;
}

.it-productrating .it-startholder {
  display: inline-block;
  vertical-align: middle;
}

/* .it-productnamearea { */
/* align-self: flex-start; */
/* width: 100%;
  float: left;
  padding: 0 0 30px; */
/* } */

/* .it-productnamearea h3 {
  margin: 0 0 8px !important;
  color: #000;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px;
} */

.it-productnamearea .hz-card-old-price {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 16px;
  color: #b3b3b3;
}

.it-productnamearea h3 span .hz-old-price {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 16px;
  color: #b3b3b3;
}

/* .it-productnamearea h4 {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
} */

.it-productnamearea h4 a {
  color: #000;
  font-size: 26px !important;
}

.it-productnamearea .product-name h4 a {
  font-size: 14px !important;
}

.it-quantityholder {
  width: 100%;
  float: left;
  padding: 0 0 12px;
}

.it-quantityholder span {
  color: #000;
  font-weight: 500;
  padding: 0 30px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.it-quantityholder .it-quantity {
  display: inline-block;
  vertical-align: middle;
  /* Firefox */
}

.it-quantityholder .it-quantity button, .order-dec-quantity, .order-inc-quantity {
  width: 17px;
  height: 17px;
  margin: 0 8px;
  line-height: 11px;
  border-radius: 50%;
  color: #fff;
  padding: 0;
  text-align: center;
  background: #713a74;
}

.it-quantityholder .it-quantity input, .order-product-quantity {
  width: 20px;
  padding: 0;
  border: 0;
  text-align: center;
  background: none;
}

.it-quantityholder .it-quantity input:focus, .order-product-quantity {
  outline: none;
}

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

.it-quantityholder .it-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.it-metrialholder {
  width: 100%;
  float: left;
  padding: 0 0 10px;
}

.it-metrialholder span {
  float: left;
  color: #000;
  font-weight: 500;
  padding: 0 24px 0 0;
}

.it-metrialholder span+span {
  padding: 0;
}

.it-btnholder {
  /* width: 334px; */
  float: left;
  /* padding: 0 0 24px; */
}

.it-sallerdliverholder {
  width: 100%;
  float: left;
}

.it-sallerdliverholder ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style: none;
}

.it-sallerdliverholder ul li {
  width: 100%;
  float: left;
  padding: 9px 0;
  list-style-type: none;
}

/* .it-sallerdliverholder ul li span {
  font-size: 14px;
} */

.it-colorholder {
  width: 100%;
  float: left;
  padding: 0 0 16px;
}

.it-colors {
  width: 290px;
  float: left;
  border-radius: 20px;
  padding: 10px 16px;
  border: 1px solid #000;
}

.it-colors span {
  float: left;
}

.it-colors ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}

.it-colors ul li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  padding: 0 4px;
}

.it-colors ul li span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #55acee;
}

.it-colors ul li:nth-child(2) span {
  border: 1px solid #000;
  width: 26px;
  height: 26px;
  background: #fff;
}

.it-colors ul li:nth-child(3) span {
  background: #e2909a;
}

/* .it-productreviewdeliverydetailholder {
  width: 100%;
  float: left;
} */

.it-reviewscontentimagesholder {
  width: calc(100% - 424px);
  float: left;
}

.it-deliverdetailholder {
  width: 400px;
  float: right;
}

.it-deliverdetailholder h2 {
  margin: 0 0 16px;
  display: inline-block;
  vertical-align: bottom;
  /* font-size: 24px;
  font-weight: 700; */
  line-height: 24px;
  color: #000;
}

.it-deliverdetailholder .form-group {
  width: 100%;
  float: left;
  margin: 0 0 30px;
}

.it-deliverdetailholder .form-group p {
  margin: 0;
  /* font-weight: 400;
  font-size: 16px; */
  line-height: 20px;
  color: #b3b3b3;
}

.it-productreviewimageholder {
  width: 100%;
  float: left;
  padding: 0 0 40px;
}

.it-productreviewimageholder h2 {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
  /* font-size: 30px;
  line-height: 34px; */
  color: #000;
}

.it-productreviewimageholder span {
  display: inline-block;
  vertical-align: bottom;
}

.it-productreviewimageholder figure {
  width: 100%;
  margin: 0;
  float: left;
}

.it-productreviewimageholder figure img {
  width: 100%;
  height: auto;
  display: block;
}

.it-reviewtabsholder {
  width: 100%;
  float: left;
}

.it-reviewtabsholder>ul {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #000;
}

.it-reviewtabsholder>ul li {
  width: 50%;
  float: left;
  list-style-type: none;
}

.it-reviewtabsholder>ul li button {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  width: 100%;
  float: left;
  margin: 0 !important;
  text-align: left;
}

.it-reviewtabsholder>ul li button:hover {
  color: #000;
  border: 0 !important;
}

.it-reviewtabsholder>ul li button.active {
  border: none !important;
  border-bottom: 4px solid #000 !important;
}

.it-reviewtabsholder .tab-content {
  width: 100%;
  float: left;
}

.it-reviewtabsholder .it-reviewsortby {
  width: 100%;
  float: left;
  padding: 0 0 24px;
}

.it-reviewtabsholder .it-reviewsortby a {
  float: left;
  color: #713a74;
  border: 1px solid #713a74;
  border-radius: 12px;
  padding: 6px 10px;
}

.it-reviewdescriptionholder {
  width: 100%;
  float: left;
  padding: 0 0 20px;
}

.it-reviewdescription {
  width: 100%;
  float: left;
  padding: 0 0 36px;
}

.it-reviewdescription p {
  margin: 0 0 12px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.it-reviewdescription .it-reviewedby {
  width: 100%;
  float: left;
}

.it-reviewdescription .it-reviewedby span {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  padding: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.it-reviewdescription .it-reviewedby span+span {
  font-weight: 400;
  color: #b3b3b3;
}

.it-pagination {
  width: 100%;
  float: left;
}

.it-inputwithbtn {
  width: 300px;
  float: left;
  position: relative;
  margin: 0 0 12px;
}

.it-inputwithbtn input {
  width: 100%;
  float: left;
  height: 40px;
  border-radius: 50px;
  padding: 20px 60px 20px 20px;
  border: 2px solid #000;
}

.it-inputwithbtn button {
  position: absolute;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  right: 20px;
  top: 50%;
  color: #000;
  font-weight: 700;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.it-returnpolicy {
  width: 100%;
  float: left;
  padding: 0 0 40px;
}

.it-proudectdescription {
  width: 100%;
  float: left;
  padding: 0 0 30px;
}

/* .it-proudectdescription p {
  color: #000;
  font-weight: 500;
} */

.it-shopingcarttotalholder {
  width: 100%;
  float: left;
  padding: 32px 0;
}

.it-shopingcarttotalholder h2 {
  margin: 0;
  float: left;
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  color: #713a74;
}

.it-cartpage {
  width: 100%;
  float: left;
}

.it-totalamount {
  float: right;
  width: auto;
}

.it-totalamount h3 {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 52px;
  color: #713a74;
}

.it-totalamount .it-btn {
  float: left;
  padding: 0 50px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #f4988a;
  border: 1px solid #000000;
  border-radius: 10px;
}

.it-cartsholder {
  width: 100%;
  float: left;
}

.it-cart {
  width: 100%;
  /* padding: 32px 0; */
  /* border-bottom: 1px solid #1d2451; */
  float: left;
  border-radius: 25px;
  margin-bottom: 20px !important;
}

.it-cart .it-cartimgdetailarea {
  width: 100%;
  /* padding: 32px 0; */
  padding: 10px 0;
  /* border-bottom: 1px solid #1d2451; */
  float: left;
  border-radius: 25px;
  /* margin-bottom: 20px !important; */
}

/* .it-cartimgdetailarea {
  width: calc(100% - 362px);
  float: left;
} */

.it-cartimg {
  width: auto;
  height: auto;
  /* float: left;
  margin: 0 30px 0 30px; */
}

.it-cartimg img {
  /* width: 100%;
  height: 100%; */
  width: 170px;
  height: 170px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

/* .it-cartdetail {
  width: calc(100% - 350px);
  float: left;
} */

.it-cartdetail .it-productrating {
  padding: 0 0 12px;
}

.it-cartdetail .it-productrating h3 {
  font-size: 20px;
  color: #000;
}

.it-cartsizecolor {
  width: 100%;
  float: left;
}

.it-cartsizecolor .it-metrialholder {
  width: calc(50% - 20px);
  margin: 0 20px 0 0;
}

.it-cartsizecolor .it-metrialholder span {
  padding: 0;
}

.it-cartsizecolor .it-metrialholder span+span {
  float: right;
  color: #b3b3b3;
}

.it-cartsizecolor .it-metrialholder:last-child {
  margin: 0 0 0 20px;
}

.it-cartsizecolor .it-metrialholder .it-selecttheme {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #fff;
  height: 30px;
  padding: 2px 10px;
  background: #1d2451;
  border-radius: 10px;
}

.it-carturls {
  width: 100%;
  float: left;
}

.it-carturls ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.it-carturls ul li {
  float: left;
  padding: 0 12px;
  list-style-type: none;
}

.it-carturls ul li:first-child {
  padding: 0 12px 0 0;
}

.it-carturls ul li:last-child {
  padding: 0 0 0 12px;
}

.it-carturls ul li a {
  display: block;
  font-size: 14px;
  color: #a793a6;
}

.it-cartspricemessagearea {
  width: auto;

}

.it-cartspricemessagearea .it-productnamearea h3 {
  margin: 0 0 2px;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #713a74;
}

.it-cartchat {
  width: 100%;
  float: left;
  padding: 12px 28px;
  margin: 0px 0 0;
  border-radius: 30px;
  background: #f4988a;
}

.it-cartchat .form-group {
  width: 100%;
  float: left;
  margin: 20px 0;
}

.it-cartchat .form-group input {
  width: 100%;
  float: left;
  height: 43px;
  border-radius: 20px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  border: 1px solid #000;
}

.it-cartchat .form-group input:focus {
  outline: none;
}

.it-cartchat .it-btn {
  background: #1d2451;
  border: 1px solid #000000;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #f1f1f1;
  width: 100%;
  float: left;
}

.it-ratingdetail {
  width: 100%;
  float: left;
}

.it-ratingdetail h4 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  color: #333333;
}

.it-ratingdetail span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}

.it-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}

.hz-filter-search-active .form-control {
  border-radius: 38px 38px 0 0;
}

.hz-filter-search-active .hz-search-list {
  display: block;
}

.hz-filter-search-active .hz-search-list a {
  color: inherit;
  padding: 6px 10px;
  display: block;
}

@media (min-width: 576px) {
  .hz-filter-search-active .hz-search-list a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .hz-filter-search-active .hz-search-list a {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media (min-width: 992px) {
  .hz-filter-search-active .hz-search-list a {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.hz-search-list {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 12px;
  width: calc(100% - 24px);
  background: #f1f1f1;
  border-radius: 0 0 38px 38px;
  color: #713a74;
  font-size: 0.6875rem;
  padding: 15px 0 20px;
}

@media (min-width: 576px) {
  .hz-search-list {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .hz-search-list {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .hz-search-list {
    font-size: 1rem;
  }
}

@media (max-width: 1500px) {
  .it-container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1080px;
  }

  /* .it-productslidenav {
    left: -400px;
  } */

  .btn-purple {
    line-height: 50px !important;
  }
}

/* @media (max-width: 1200px) {
  .it-cartpage {
    zoom: 100%;
  } */

/* .it-productslider,
  .it-reviewscontentimagesholder,
  .it-deliverdetailholder,
  .it-productdetailarea {
    width: 100%;
  } */

.it-productnamearea h3,
.it-productnamearea h4 {
  font-size: 16px !important;
  line-height: 5px;
}

.it-productnamearea h3 span {
  font-size: 12px;
}

/* .it-productslidenav {
    position: static;
    float: left;
    left: 0;
    top: 0;
    padding: 30px 0;
  } */

/* .it-productslidenav .slick-slide img,
  .it-productslidenav .slick-list {
    transform: rotate(0deg) !important;
  } */

.it-btnholder .btn {
  height: 40px !important;
}

.btn-buy-now {
  height: 40px !important;
  background-color: #713a74;
  color: #fff;
  border-color: #713a74;
  padding: 0 20px !important;
  /* line-height: 45px !important; */
}

@media (max-width: 568px) {
  .it-productdetailsection {
    zoom: 100%;
  }

  /* .it-cartpage {
    zoom: 30%;
  } */

  .it-btnholder {
    width: 100%;
  }

  .it-btnholder .btn {
    height: 50px !important;
  }
}

@media (max-width: 1490px) {
  .it-productdetailsection {
    zoom: 70%;
  }

  /* .it-cartpage {
    zoom: 30%;
  } */

  .it-btnholder {
    width: 100%;
  }

  .it-btnholder .btn {
    height: 40px !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* Contact Us */
.contact-us-form {
  background: #f1f1f1;
  padding: 50px 10px;
  border-radius: 10px;
}

.contact-us-form input {
  height: 40px;
  border: 2px solid #713a74;
  color: #000;
  padding: 8px 16px;
  font-size: 0.625rem;
}

.contact-us-form button {
  border: 1px solid #1d2451;
  padding: 10px 30px;
  background: #1d2451;
  color: #fff;
}

.contact-us-form textarea {
  border: 2px solid #713a74;
  color: #000;
  padding: 8px 16px;
  font-size: 0.625rem;
}

@media (min-width: 576px) {
  .contact-us-form input {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .contact-us-form input {
    height: 40px !important;
    padding: 12px 22px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .contact-us-form input {
    height: 45px !important;
  }
}

.contact-us-form input::-webkit-input-placeholder {
  color: #d9d9d9;
}

.contact-us-form input:-moz-placeholder {
  color: #d9d9d9;
}

.contact-us-form input::-moz-placeholder {
  color: #d9d9d9;
}

.contact-us-form input:-ms-input-placeholder {
  color: #d9d9d9;
}


.hz-indyview-overay-button {
  position: absolute;
  top: 40%;
  right: 104px;
}
.hz-indyview-overay-button button{
  background-color: #713a74;
  color: #fff;
  border-color: #713a74;
  line-height: 45px !important;
}