.field_error {
  color: red;
}

.field_error1 {
  color: green;
}

.accordion .accordion__hide {
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  padding: 3px 15px 0px 15px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 0px;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
}

#social_share_box {
  margin-top: 20px;
  width: 150px;
}

#social_share_box img {
  width: 20%;
  margin-right: 10px;
}

#post-review-box .form-control {
  height: 40px;
  width: 100%;
  margin-bottom: 0px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  transition: 0.3sease-in-out;
  outline: none !important;
  box-shadow: none !important;
}

#post-review-box .form-control:focus {
  border: 1px solid #852469;
  transition: 0.3sease-in-out;
}

#post-review-box textarea.form-control {
  height: auto;
  margin-bottom: 20px;
}

.instamojo_error {
  color: red;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

/* .buy_now {
    background: #111111 none repeat scroll 0 0;
    margin-left: 5px;
} */

/* .buy_now:hover {
    background: #852469 none repeat scroll 0 0;
} */

#multiple_images {
  margin-top: 10px;
}

#multiple_images img {
  width: 15%;
}

.review_heading {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: -10px;
  color: #000;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

#review .comment-rating {
  color: #852469;
  text-transform: capitalize;
  font-weight: 500;
}

.submit_review_hint {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 16px;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

.mt10 {
  margin-top: 10px;
}

/*banner-start*/

.banner {
  /* margin-top: 80px; */
  margin-top: 100px;
  position: relative;
  z-index: 5;
}

.banner .cr__btn {
  background: none;
  border: none;
  color: #030303;
  display: inline-block;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  line-height: 46px;
  padding: 0px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.banner .cr__btn:hover {
  border: 0px solid #313131;
}

.banner .item {
  /* height: calc(100vh - 138px); */
  position: relative;
  /* object-fit: fill; */
  /* object-position: top; */
}

/* @media only screen and (max-width: 1799px) {
  .banner .item {
    height: 800px;
  }
}

@media only screen and (max-width: 1399px) {
  .banner .item {
    height: 680px;
  }
}

@media only screen and (max-width: 1199px) {
  .banner .item {
    height: 570px;
  }
}

@media only screen and (max-width: 991px) {
  .banner .item {
    height: 440px;
  }
}

@media only screen and (max-width: 767px) {
  .banner .item {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .banner .item {
    height: auto;
  }
}

@media only screen and (max-width: 410px) {
  .banner .item {
    height: auto;
  }
} */

.banner .item img {
  width: 100%;
  height: auto;
  object-fit: fill;
  filter: brightness(1.05);
}

.banner .item .cover {
  /* padding: 75px 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.4); */
  display: flex;
  align-items: center;
}

/* .banner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
} */

.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h1 {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
}

.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

#owl-carousel1 .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.owl-dot>button {
  background: transparent;
  color: #c3c3c3;
  border: 2px solid #c3c3c3;
  margin: 9px 5px;
  /* font-family: 'Playfair Display'; */
  /* font-family: "Times New Roman", Times, serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot {
  /* display: block; */
  zoom: 1;
}

#owl-carousel1.owl-theme .owl-nav.disabled+.owl-dots {
  transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme:hover .owl-nav.disabled+.owl-dots {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active>button,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover>button {
  color: #fff;
  border: 2px solid #fff;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover span,
#owl-carousel_testi.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel_testi.owl-theme .owl-dots .owl-dot:hover span {
  background: #852469;
  /*    background: #ffc100;*/
  transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot span,
#owl-carousel_testi.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 5px;
  background: #cccccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 8px 0px #00000052;
}

.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 4px #0000003d;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  line-height: 28px;
  font-size: 24px;
  color: #852469;
  border-radius: 6px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner .owl-nav .owl-prev:focus {
  outline: 0;
}

.fr__pro__prize li {
  margin: 0 6px;
}

.banner .owl-nav .owl-prev:hover {
  background: #fff !important;
  color: #852469;
  /* box-shadow: 2px 2px 4px #000000; */
}

.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 4px #0000003d;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  line-height: 28px;
  font-size: 24px;
  color: #852469;
  border-radius: 6px;
}

.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner .owl-nav .owl-next:focus {
  outline: 0;
}

.banner .owl-nav .owl-next:hover {
  background: #fff !important;
  color: #852469;
  /* box-shadow: 2px 2px 4px #000000; */
}

.banner:hover .owl-prev {
  left: 10px;
  opacity: 1;
}

.banner:hover .owl-next {
  right: 10px;
  opacity: 1;
}

.banner .owl-theme .owl-nav {
  margin-top: 0;
}

@media only screen and (min-width: 2360px) and (max-width: 2600px) {
  /* .banner .item {
        height: 840px;
    } */
  /* .banner .item {
        height: 810px;
    } */
}

@media only screen and (min-width: 2190px) and (max-width: 2359px) {
  /* .banner .item {
        height: 780px;
    } */
  /* .banner .item {
        height: 750px;
    } */
}

@media only screen and (min-width: 2020px) and (max-width: 2189px) {
  /* .banner .item {
        height: 720px;
    } */
  /* .banner .item {
        height: 690px;
    } */
}

@media only screen and (min-width: 1921px) and (max-width: 2019px) {
  /* .banner .item {
        height: 684px;
    } */
  /* .banner .item {
        height: 655px;
    } */
}

@media only screen and (min-width: 1800px) and (max-width: 1920px) {
  /* .banner .item {
        height: 640px;
    } */
  /* .banner .item {
        height: 720px;
    } */
}

@media only screen and (min-width: 1660px) and (max-width: 1799px) {
  /* .banner .item {
        height: 590px;
    } */
  /* .banner .item {
        height: 565px;
    } */
}

@media only screen and (min-width: 1550px) and (max-width: 1659px) {
  /* .banner .item {
        height: 550px;
    } */
  /* .banner .item {
        height: 530px;
    } */
}

@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  /* .banner .item {
        height: 498px;
    } */
  /* .banner .item {
        height: 480px;
    } */
}

@media only screen and (min-width: 1290px) and (max-width: 1399px) {
  /* .banner .item {
        height: 458px;
    } */
  /* .banner .item {
        height: 440px;
    } */
}

@media only screen and (min-width: 1180px) and (max-width: 1289px) {
  /* .banner .item {
        height: 418px;
    } */
  /* .banner .item {
        height: 400px;
    } */
}

@media only screen and (min-width: 1080px) and (max-width: 1179px) {
  /* .banner .item {
        height: 380px;
    } */
  /* .banner .item {
        height: 370px;
    } */
}

@media only screen and (min-width: 970px) and (max-width: 1079px) {
  /* .banner .item {
        height: 344px;
    } */
  /* .banner .item {
        height: 330px;
    } */
}

@media only screen and (min-width: 870px) and (max-width: 969px) {
  /* .banner .item {
        height: 308px;
    } */
  /* .banner .item {
        height: 295px;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 869px) {
  /* .banner .item {
        height: 270px;
    } */
  /* .banner .item {
        height: 260px;
    } */
}

@media only screen and (min-width: 720px) and (max-width: 767px) {
  /* .banner .item {
        height: 254px;
    } */
  /* .banner .item {
        height: 245px;
    } */
}

@media only screen and (min-width: 650px) and (max-width: 719px) {
  /* .banner .item {
        height: 228px;
    } */
  /* .banner .item {
        height: 220px;
    } */
}

@media only screen and (min-width: 576px) and (max-width: 649px) {
  /* .banner .item {
        height: 202px;
    } */
  /* .banner .item {
        height: 196px;
    } */
}

@media only screen and (min-width: 544px) and (max-width: 575px) {
  /* .banner .item {
        height: 260px;
    } */
  /* .banner .item {
        height: 240px;
    } */
}

@media only screen and (min-width: 480px) and (max-width: 543px) {
  /* .banner .item {
        height: 225px;
    } */
  /* .banner .item {
        height: 215px;
    } */
}

@media only screen and (min-width: 438px) and (max-width: 479px) {
  /* .banner .item {
        height: 206px;
    } */
  /* .banner .item {
        height: 198px;
    } */
}

@media only screen and (min-width: 390px) and (max-width: 437px) {
  /* .banner .item {
        height: 184px;
    } */
  /* .banner .item {
        height: 175px;
    } */
}

@media only screen and (min-width: 355px) and (max-width: 389px) {
  /* .banner .item {
        height: 167px;
    } */
  /* .banner .item {
        height: 160px;
    } */
}

@media only screen and (max-width: 354px) {
  /* .banner .item {
        height: 150px;
    } */
  /* .banner .item {
        height: 145px;
    } */
}

/* @media only screen and (max-width:1599px) {
    .banner .item {
        height: 600px;
    }
}

@media only screen and (max-width:1399px) {
    .banner .item {
        height: 520px;
    }
} */

@media only screen and (max-width: 1199px) {
  .banner .item .cover .header-content {
    padding: 46px;
  }

  /* .banner .item {
        height: 440px;
    } */
}

@media only screen and (max-width: 991px) {
  .banner .item .cover .header-content {
    padding: 15px 40px 15px 15px;
  }

  .banner .item .cover .header-content h2 {
    font-size: 32px;
  }

  .banner .item .cover .header-content h1 {
    font-size: 36px;
    margin: 5px 0 10px;
    word-spacing: 2px;
  }

  .banner .item .cover .header-content h4 {
    font-size: 22px;
    line-height: 28px;
  }

  /* .banner .item {
        height: 380px;
    } */

  .slider__inner h1 {
    font-size: 55px !important;
    margin-top: 10px !important;
    margin-bottom: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* .banner .item {
        height: 320px;
    } */

  .banner .item .cover .header-content {
    padding: 36px;
  }

  .banner .item .cover .header-content h2 {
    font-size: 28px;
  }

  .banner .item .cover .header-content h1 {
    font-size: 30px;
  }

  .banner .item .cover .header-content h4 {
    font-size: 20px;
  }

  #owl-carousel1 .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    right: 0%;
  }

  #owl-carousel1.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }

  .banner .item .cr__btn {
    display: none;
  }

  .slider__inner h1 {
    font-size: 40px !important;
    margin-bottom: 0px !important;
    margin-top: 12px !important;
    text-align: center !important;
  }
}

@media only screen and (min-width: 992px) {
  .desktop-home-banner-new {
    display: block !important;
  }

  .tab-home-banner-new,
  .mobile-home-banner-new {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width:991px) {
  .tab-home-banner-new {
    display: block !important;
  }

  .desktop-home-banner-new,
  .mobile-home-banner-new {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {

  .desktop-home-banner,
  .mid-banner-desktop {
    display: block !important;
  }

  .mobile-home-banner,
  .mid-banner-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {

  .mobile-home-banner,
  .mid-banner-mobile {
    display: block !important;
  }

  .desktop-home-banner,
  .mid-banner-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {


  .mobile-home-banner-new {
    display: block !important;
  }

  .desktop-home-banner-new,
  .tab-home-banner-new {
    display: none !important;
  }

  /* .banner .item {
        height: 260px;
    } */

  .banner .item .cover .header-content {
    padding: 20px 0px;
  }

  .banner .item .cover .header-content h2 {
    font-size: 24px;
  }

  .slider__inner h2 {
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
  }

  .slider__inner h1 {
    font-size: 36px !important;
    margin-bottom: 0px !important;
    margin-top: 12px !important;
    text-align: center !important;
    text-shadow: 1px 1px 0px #000;
  }

  .banner .item .cover .header-content h1 {
    font-size: 26px;
    margin: 5px 0 6px;
  }

  .banner .item .cover .header-content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 474px) {
  .slider__inner h1 {
    font-size: 30px !important;
    margin-bottom: 0px !important;
    margin-top: 8px !important;
    text-align: center !important;
  }

  .slider__inner h2 {
    line-height: 40px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
  }

  /* .banner .item {
        height: 180px;
    } */
}

@media only screen and (max-width: 410px) {
  .slider__inner h1 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
    margin-top: 8px !important;
    text-align: center !important;
  }

  .slider__inner h2 {
    line-height: 36px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
  }
}

@media only screen and (max-width: 359px) {
  .slider__inner h1 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
    margin-top: 6px !important;
    text-align: center !important;
  }

  .slider__inner h2 {
    line-height: 26px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
  }

  /* .banner .item {
        height: 160px;
    } */
}

/*banner-end*/

/* header-start */

/* 
.sticky__header.scroll-header {
    background: rgb(255 255 255) none repeat scroll 0 0;
} */

/* #htc__header {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
} */

#htc__header {
  position: absolute;
  width: 100%;
  z-index: 15;
  top: 38px;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 7%);
}

#sticky-header-with-topbar {
  background-color: #111111;
}

.main__menu>li>a {
  color: #000000;
  /* color: #999999; */
}

.main__menu>li>a:hover {
  color: #852469;
}

.main__menu>li.active>a {
  color: #fff;
}

.header__search a i {
  color: #000000;
  font-weight: 600;
}

.header__account a {
  color: #000000;
  font-weight: 400;
}

.header__search a::before {
  background: #20acc9;
}

.header__account a::before {
  background: #20acc9;
}

.icon-handbag:before {
  content: "\e035";
}

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

.htc__shopping__cart a i {
  color: #000000;
  font-weight: 600;
}

.search__area {
  /* background: #852469 none repeat scroll 0 0; */
  background: #fff none repeat scroll 0 0;
}

.mean-container a.meanmenu-reveal span {
  background: #852469 none repeat scroll 0 0;
}

.mean-container a.meanmenu-reveal {
  border: 2px solid #852469;
  border-radius: 4px;
  color: #852469;
}

.navbar-nav>li>.dropdown-menu {
  background: #111;
  margin-top: -22px;
  margin-left: -30px;
  border-radius: 0px;
}

.header__account .navbar-toggler {
  opacity: 0;
}

/* .htc__shopping__cart a span.htc__wishlist {
    right: 16px;
    margin-right: 15px;
    background: #852469;
    border-radius: 100%;
    color: #030303;
    font-weight: 600;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 16px;
} */
.htc__shopping__cart a span.htc__wishlist {
  background: #ff0026;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 26px;
  text-align: center;
  top: -6px;
  width: 15px;
  box-shadow: 0px 0px 3px 0px #fffffff5;
}

.vastra-user-wrp-upper.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
}

.vastra-user-wrp {
  position: relative;
  padding: 0px !important;
  display: flex;
  align-items: center;
}

.vastra-user-wrp:before {
  top: 4px;
}

.vastra-user {
  position: relative;
  height: 30px;
  width: 50px;
  bottom: -2px;
}

.vastra-user img {
  height: 22px;
  /* filter: invert(11); */
}

.vastra-user:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 24px;
  bottom: 5px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 55%);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -4px;
  vertical-align: middle;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: auto;
  left: 30px;
  bottom: 11px;
}

.caret i {
  font-size: 20px;
  display: none;
  pointer-events: none;
}

.dropdown-divider {
  height: 1px;
  background-color: #852469;
  margin: 1px 0;
}

.header__account a.dropdown-item {
  font-size: 14px;
  margin-right: 0px;
  padding-right: 0px;
  line-height: 26px;
  width: auto;
  height: auto;
  display: block;
  transition: 0.3s ease-in-out;
}

.header__account a.dropdown-item:hover {
  color: #852469;
  transition: 0.3s ease-in-out;
}

.header-left {
  padding-right: 0px !important;
}

.header-right {
  /* display: flex;
  justify-content: space-between; */
  padding-left: 0px !important;
}

@media only screen and (max-width:1399px) {
  .header-left {
    width: 20%;
  }

  .header-middle {
    width: 60%;
  }

  .header-right {
    width: 20%;
  }

  .main__menu>li>a {
    font-size: 14px;
  }

  .main__menu li {
    margin: 0px 6px;
  }

  .logo img {
    width: 220px;
  }
}

@media only screen and (max-width:1199px) {
  .header-left {
    width: 19.5%;
  }

  .header-middle {
    width: 70%;
  }

  .header-right {
    width: 10.5%;
  }

  .main__menu>li>a {
    font-size: 13px;
  }

  .main__menu li {
    margin: 0px 6px;
  }
}

@media only screen and (max-width: 991px) {
  .hidden-header-vastra {
    display: none;
  }

  .logo img {
    width: 220px !important;
  }

  .header-left {
    width: 45%;
  }

  .header-middle {
    width: 25%;
  }

  .header-right {
    width: 30%;
  }
}

/* .header-left {
    padding-left: 0px;
} */

@media only screen and (max-width: 767px) {
  .header-left {
    padding: 0px;
  }

  .header-right {
    padding-left: 0px;
  }

  .vastra-user-wrp-upper.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    border-top: 0px solid transparent;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  }

  .vastra-user-wrp-upper .navbar-nav {
    margin: 7.5px 0px;
  }

  .vastra-user-wrp:before {
    top: 3px;
  }

  .htc__shopping__cart {
    margin-right: 45px;
  }

  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: auto;
    border: 0;
    box-shadow: none;
    background: #ffffff;
    margin-top: -22px;
  }
}

@media only screen and (max-width: 575px) {
  .vastra-user-wrp-upper.navbar-collapse {
    padding-right: 6px;
    padding-left: 6px;
  }

  /* .mean-container a.meanmenu-reveal {
        border: 2px solid #000;
        color: #000;
        cursor: pointer;
        display: block;
        font-family: "Poppins", sans-serif !important;
        font-size: 1px;
        font-weight: 700;
        height: 20px;
        line-height: 20px;
        margin-top: -58px;
        padding: 3px 4px 4px 4px;
        position: absolute;
        right: 0;
        text-decoration: none;
        text-indent: -9999em;
        top: 0;
        width: 19px;
    } */

  #htc__header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__account a {
    font-size: 16px;
    margin-right: 2px;
    padding-right: 10px;
  }
}

/* @media only screen and (max-width:360px) {
    .header__right {
        justify-content: start;
    }

    .htc__shopping__cart {
        margin-right: 30px;
    }

    .vastra-user {
        width: 48px;
    }

    .vastra-user:after {
        right: 22px;
    }

    .search__open.header__search a {
        margin-right: 0px;
        padding-right: 8px;
    }

    .header__account a.vastra-user-wrp {
        margin-right: 4px;
    }

    .htc__shopping__cart a span.htc__qua {
        background: #852469;
        border-radius: 100%;
        color: #030303;
        font-weight: 600;
        font-size: 10px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        right: -8px;
        text-align: center;
        top: -5px;
        width: 16px;
    }

    .htc__shopping__cart a span.htc__wishlist {
        right: 12px;
        margin-right: 15px;
        background: #852469;
        border-radius: 100%;
        color: #030303;
        font-weight: 600;
        font-size: 10px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        text-align: center;
        top: -5px;
        width: 16px;
    }

} */

/* header-end */

/* product-card-start */

.spl-__product__area.ftr__product__area {
  background: #fff;
  border-bottom: 0px solid #e7e7e7;
}

/* .category {
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgb(12 35 34 / 7%);
    margin: 15px 0px;
    border: 1px solid #ddd;
} */

.category {
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 15px #85246957;
  margin: 15px 0px;
  border: 0px solid #ddd;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px #0f233426;
}

/* .fr__product__inner {
    padding: 18px 14px 8px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #852469;
} */

.fr__product__inner {
  padding: 8px 10px 10px;
  text-align: center;
  background: #fff;
  position: relative;
  border-top: 0px solid #ff0000;
}

.fr__product__inner h4 a {
  /* color: #444; */
  color: #303030;
  /* font-family: Old Standard TT; */
  /* font-family: "Baloo 2", sans-serif !important; */
  /* font-family: "Cormorant Garamond", serif !important; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  line-height: 28px;
  height: auto;
  margin-bottom: 2px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.fr__pro__prize {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.fr__pro__prize li.old__prize {
  color: #888888;
  text-decoration: line-through;
  text-decoration-color: #f00;
  text-decoration-thickness: 1px;
}

.product-modal-text .fr__pro__prize li.old__prize {
  text-decoration-color: #f00;
}

.fr__hover__info {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media only screen and (max-width: 767px) {
  .fr__product__inner h4 a {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }

  .category.product-new-card .fr__hover__info {
    bottom: 89px !important;
  }
}

.product__action li a {
  background: #fefefe none repeat scroll 0 0;
  height: 45px;
  line-height: 55px;
  width: 45px;
}

.product__action li {
  margin: 0;
  margin-bottom: 4px;
}

.section__title--2 h2 {
  /* font-family: 'Lora', serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  padding-bottom: 0px;
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 0px solid #852469;
  position: relative;
  z-index: 0;
  /* text-shadow: 2px 2px 2px #85246917; */
  margin-bottom: 20px;
}

.section__title--2.faq-sec-title {
  margin-bottom: 10px;
}

.section__title--2.faq-sec-title h2 {
  margin-bottom: 0px;
}

/* .section__title--2 h2:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #852469;
    background: linear-gradient(180deg, #1e1e1e00, #852469 70%);
    z-index: -1;
}

.section__title--2.section__title--2-alt h2:before {
    background: linear-gradient(180deg, #1e1e1e00, #852469 70%);
} */

/* .section__title--2 h2:before {
    content: " ";
    position: absolute;
    display: block;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 5px;
    width: 70px;
    left: -80px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #f8f8f8;
}

.section__title--2 h2:after {
    content: " ";
    position: absolute;
    display: block;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 5px;
    width: 70px;
    right: -80px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #f8f8f8;
} */

/* .section__title--2 h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 45px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
} */

/* .section__title--2 h2:before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    content: "";
    background-color: #000;
    z-index: 4;
} */

/* .section__title--2 h2:after {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    bottom: 3px;
    content: '';
    background-image: url(../images/g-clef.png);
    font-weight: 400;
    z-index: 4;
    display: block;
    background-color: #fff;
} */

/* .section__title--2.white-bg h2:after {
    background-color: #fff;
} */

@media only screen and (max-width: 767px) {
  .section__title--2 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 475px) {
  /* .fr__product__inner h4 a {
        font-size: 16px;
        line-height: 26px;
        height: auto;
    } */

  /* .section__title--2 h2 {
        font-size: 38px;
    } */
}

/* product-card-end */
.bg__light_pink {
  background-color: #ffd7e0 !important;
}

/* contact-us-start */

.address__details {
  background: #ffffff none repeat scroll 0 0;
  flex-basis: calc(100% - 110px);
  padding: 20px 15px 15px 15px;
  height: 120px;
}

.row.contact-form-wrap {
  border: 2px solid #852469;
  padding: 30px 0px 20px;
  margin: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
}

.updated-contact__area .row.contact-form-wrap .fv-btn {
  border: 2px solid #000000;
  color: #060606;
  transition: 0.3s ease-in-out;
}

.updated-contact__area .row.contact-form-wrap .fv-btn:hover {
  background: black none repeat scroll 0 0;
  border: 2px solid #852469;
  color: #852469;
  transition: 0.3s ease-in-out;
}

.row.contact-form-wrap button {
  width: 100%;
}

.map-contacts--2 iframe {
  height: 500px;
}

.default-banner-desktop {
  display: block;
  height: 400px;
  margin-top: 80px;
}

/* .contact-page-banner.default-banner-desktop {
    background-position-x: 15% !important;
} */

.default-banner-mobile {
  display: none;
}

.product-details-banner-2 {
  margin-top: 80px;
}

/* .category-page-banner.default-banner-desktop {
    background-position-x: 36% !important;
} */

.product-details-banner.default-banner-desktop {
  background-position-x: left !important;
}

.product-details-banner-2.default-banner-desktop {}

.brd-separetor {
  padding: 0px 10px;
  position: relative;
  bottom: -2px;
}

.updated-contact__area.htc__contact__area {
  background: #e5e5e5;
}

.updated-contact__area.htc__contact__area .title__line--6 {
  color: #000000;
}

.updated-contact__area.htc__contact__area .address__details p a:hover {
  color: #000000;
}

@media only screen and (max-width: 1920px) and (min-width: 1450px) {
  .default-banner-desktop {
    height: 300px;
  }
}

@media only screen and (max-width: 1449px) and (min-width: 1200px) {
  .default-banner-desktop {
    height: 250px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .default-banner-desktop {
    height: 210px;
  }

  /* .category-page-banner.default-banner-desktop {
        background-position-x: 37% !important;
    } */

  .product-details-banner.default-banner-desktop {
    background-position-x: 20% !important;
  }

  .product-details-banner-2.default-banner-mobile {}
}

@media only screen and (max-width: 991px) {
  /* .category-page-banner.default-banner-mobile {
        background-position-x: 15% !important;
    } */

  .contact-page-banner.default-banner-mobile {
    /* background-position-x: 0% !important; */
    background-position-x: center !important;
  }
}

@media only screen and (max-width: 991px) and (min-width: 920px) {
  .default-banner-mobile {
    height: 370px;
  }

  .product-details-banner.default-banner-mobile {}
}

@media only screen and (max-width: 919px) and (min-width: 840px) {
  .default-banner-mobile {
    height: 340px;
  }
}

@media only screen and (max-width: 839px) and (min-width: 760px) {
  .default-banner-mobile {
    height: 310px;
  }
}

@media only screen and (max-width: 759px) and (min-width: 690px) {
  .default-banner-mobile {
    height: 280px;
  }
}

@media only screen and (max-width: 689px) and (min-width: 630px) {
  .default-banner-mobile {
    height: 250px;
  }
}

@media only screen and (max-width: 629px) and (min-width: 576px) {
  .default-banner-mobile {
    height: 230px;
  }
}

@media only screen and (max-width: 575px) and (min-width: 540px) {
  .default-banner-mobile {
    height: 220px;
  }
}

@media only screen and (max-width: 539px) and (min-width: 490px) {
  .default-banner-mobile {
    height: 200px;
  }
}

@media only screen and (max-width: 489px) and (min-width: 440px) {
  .default-banner-mobile {
    height: 180px;
  }
}

@media only screen and (max-width: 439px) and (min-width: 400px) {
  .default-banner-mobile {
    height: 160px;
  }
}

@media only screen and (max-width: 399px) and (min-width: 360px) {
  .default-banner-mobile {
    height: 140px;
  }
}

@media only screen and (max-width: 359px) {
  .default-banner-mobile {
    height: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .address__details {
    padding: 35px 15px 15px 15px;
  }

  .map-contacts--2 iframe {
    height: 450px;
  }

  .default-banner-desktop {
    display: none;
  }

  .default-banner-mobile {
    display: block;
    margin-top: 80px;
  }

  .brd-separetor {
    bottom: 0px;
  }

  .brd-separetor i {
    color: #852469;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
  }

  .breadcrumb-item {
    color: #852469;
    text-shadow: 1px 1px 1px #000;
  }
}

@media only screen and (max-width: 767px) {
  .map-contacts--2 iframe {
    height: 380px;
  }

  .brd-separetor {
    padding: 0px 10px;
    position: relative;
    bottom: -2px;
  }

  .breadcrumb-item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .map-contacts--2 iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-box.message textarea {
    padding: 18px 20px;
  }

  .contact-box input {
    padding: 0 20px;
  }

  .address__icon {
    background: #852469 none repeat scroll 0 0;
    height: 85px;
    line-height: 115px;
    text-align: center;
    width: 75px;
  }

  .address__details p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }

  .address__details {
    padding: 10px 10px 10px 10px;
    flex-basis: calc(100% - 75px);
    height: 85px;
  }
}

/* contact-us-end */

/* product-details-start */
/* 
.ht__pro__details__content {
    padding-bottom: 30px;
} */

/* 
.htc__produc__decription.spl--produc__decription.bg__white {
    background: #f9f9f9;
} */

.htc__produc__decription.spl--produc__decription.bg__white h3 {
  text-align: center;
}

.htc__produc__decription.spl--produc__decription.bg__white .ht__pro__details__content {
  padding-bottom: 0px;
}

.pro__prize li.old__prize {
  text-decoration: line-through;
  text-decoration-color: #f00;
}

.discount-text-1 {
  text-align: center;
  color: #0d9223;
  font-size: 12px;
  font-weight: 400;
  margin: 3px 0px;
}

.discount-text-1 span {
  font-weight: 600;
  font-size: 16px;
}

.ht__product__dtl h6.discount-text-1 {
  color: #388e3c;
  font-weight: 500;
  margin-top: 11px;
  margin-bottom: 6px;
  font-size: 16px;
  text-align: left;
}

.ht__product__dtl h6.discount-text-1 span {
  color: #388e3c;
  /* font-family: 'Old Standard TT', serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

/* product-details-end */

/* footer-start */

.bg__cat--1.upper-footer {
  /* background-color: #000354; */
  /* background-color: #000000; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  background: transparent !important;
}

.bg__cat--1.upper-footer .container {
  position: relative;
  z-index: 5;
}

.bg__cat--1.upper-footer:before {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-mask: url(../images/svg-3.svg);
  mask: url(../images/svg-3.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 2;
}

.bg__cat--1.upper-footer::after {
  content: "";
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #852469;
  -webkit-mask: url(../images/svg-3.svg);
  mask: url(../images/svg-3.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 1;
}

.ft__list.footer-list-spl i {
  vertical-align: middle;
  color: #852469;
}

.copyright__inner {
  display: block;
  /* height: 134px; */
}

.copyright__inner p {
  color: #fff8f8;
  font-size: 15px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.footer-list-spl.ft__list li {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.footer-list-spl.ft__list li a {
  color: #000;
}

.footer__container {
  padding-top: 35px;
  padding-bottom: 50px;
}

.htc__copyright.bg__cat--5 {
  border-top: 0px solid #000000;
  /* background-image: url(../images/bg-img-3.jpg); */
  background-color: #852469 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}

@media only screen and (max-width: 991px) {

  .bg__cat--1.upper-footer:before,
  .bg__cat--1.upper-footer:after {
    display: none;
  }

  .footer__container {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #htc__footer .footer {
    text-align: center;
  }

  .footer-2 {
    padding-left: 0px;
  }

  .footer-3 {
    padding-left: 0px;
  }

  .social__link {
    display: flex;
    justify-content: center;
  }

  .social__link li+li {
    margin-left: 0px;
  }

  .footer .title__line--2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .title__line--2:before {
    left: 0;
    right: 0;
    margin: auto;
  }

  .title__line--2:after {
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% + -16px);
  }

  .bg__cat--1.upper-footer {
    background-position: right;
  }

  .social__link li {
    margin-right: 4px;
    margin-left: 4px;
  }

  .social__link li+li {
    margin-left: 4px;
  }

  .ft__list.footer-list-spl i {
    vertical-align: unset;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .copyright__inner {
    height: 50px;
  }

  .copyright__inner p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__container.bg__cat--1 .smt-40 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .copyright__inner p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0px;
  }

  .footer__container.bg__cat--1 .xmt-40 {
    margin-top: 25px;
  }

  #scrollUp {
    bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .copyright__inner {
    display: block;
    height: auto;
    padding: 0px 0px;
  }

  /* .copyright__inner p {
        color: #ffffff;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 0px;
    } */

  .copyright__inner p span {
    display: block;
  }

  /* #scrollUp {
        bottom: 60px;
    } */

  .footer__container.bg__cat--1 .xmt-40 {
    margin-top: 20px;
  }

  .copyright__inner p {
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* footer-end */

/* product-page-start */

/* .spl-product__grid.htc__product__grid {
    background: #f9f9f9;
} */

.spl-product__grid.htc__product__grid select.ht__select {
  border: 2px solid #852469;
}

/* product-page-end */

.product-details-slider {
  margin-bottom: 0px;
  padding: 0px;
  /* box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%); */
  /* border-top-left-radius: 0; */
  /* border-top-right-radius: 5px; */
  /* border-bottom-right-radius: 20px; */
  /* border-bottom-left-radius: 5px; */
  overflow: hidden;
  /* background: #fff; */
}

.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.slider-for {
  margin-bottom: 15px;
}

.slider-for img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* min-height: 100%; */
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 5px; */
  /* border-bottom-right-radius: 20px; */
  /* border-bottom-left-radius: 5px; */
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 2px 2px 5px 0px #00000036; */
}

/* .slider-nav {
    margin: auto;
    max-height: 470px;
} */

.slider-nav .item-slick {
  max-width: 240px;
  width: 90.8px;
  height: auto;
  padding: 0px;
  border: 1px solid #fff8f2;
  margin: 0px 4px 0px 0px;
  outline: none !important;
  cursor: pointer;
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 5px; */
  /* border-bottom-right-radius: 20px; */
  /* border-bottom-left-radius: 5px; */
  /* overflow: hidden; */
}

.col-md-3.product-slider-left-col {
  padding-right: 0px;
}

/* #aniimated-thumbnials button,
.slider-nav button {
    display: none !important;
} */

.slider-nav .item-slick img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 2px 2px 5px 0px #00000036; */
}

.product-details-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 28px;
  height: 28px;
  /* border: 2px solid #852469; */
  /* background: #852469; */
  /* background: #000000f0; */
  background: #00000091;
  line-height: 3px;
  margin-top: 0px;
  /* border-top-left-radius: 6px; */
  /* border-bottom-right-radius: 6px; */
}

/* .slider-nav .slick-track {
    width: 100% !important;
    transform: translate(5px, 0px) !important;
} */

.product-details-slider .slick-prev {
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(0px);
  height: 100%;
  border: none;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.product-details-slider .slick-next {
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(0px);
  height: 100%;
  border: none;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.slider-nav:hover .slick-prev,
.slider-nav:hover .slick-next {
  opacity: 1;
  display: none;
  transition: 0.3s ease-in-out;
}

.product-details-slider .slick-prev:before,
.product-details-slider .slick-next:before {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .htc__product__details__top .xmt-40 {
    margin-top: 15px;
  }

  .ht__pro__desc {
    margin-top: 18px;
  }

  .sin__desc.align--left {
    align-items: center;
    display: flex;
    margin-top: 18px;
  }
}

@media only screen and (max-width: 490px) {
  .slider-nav .item-slick {
    width: 50px;
    height: auto;
    /* margin: 0px 3px; */
  }
}

/* project-details-end */

/* spl-padding-responsive-start */

@media only screen and (max-width: 991px) {
  .ptb--80 {
    padding: 40px 0;
  }

  .home-about-sec.home-about-sec-newest.ptb--80 {
    padding: 10px 0 20px;
  }

  .home-about-sec.home-about-sec-newest.h-a-s-nn.ptb--80 {
    padding: 40px 0;
  }
}

/* spl-padding-responsive-end */

@media only screen and (max-width: 575px) {

  /* .col-spl-12 {
        width: 100%;
    } */
  .home-about-sec.home-about-sec-newest.ptb--80 {
    padding: 20px 0 40px;
  }

  .home-about-sec.home-about-sec-newest.h-a-s-nn.ptb--80 {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 575px) {
  .col-spl-12 {
    width: 70%;
    margin: 0px 15%;
  }
}

@media only screen and (max-width: 475px) {
  .col-spl-12 {
    width: 76%;
    margin: 0px 12%;
  }
}

.cr__btn {
  background: #852469;
  border: 2px solid #2b2927;
  color: #030303;
  display: inline-block;
  /* font-family: Poppins; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 4px;
  text-transform: capitalize;
  transition: 0.3sease-in-out;
}

.cr__btn:hover {
  background: #313131 none repeat scroll 0 0;
  border: 2px solid #313131;
  color: #fff;
}

/* thank-you-page-start */

.thank-you-section {
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 80px; */
  background: #fff8f2;
}

.thank-you-section .container {
  padding-bottom: 130px;
}

/* .thank-you-wrap {
    margin: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 50px 15px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    position: relative;
    overflow: hidden;
} */

.thank-you-wrap {
  text-align: center;
  border: 3px solid #852469;
  margin-top: 0px;
  padding: 5px 30px 35px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

/* .thank-you-wrap:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

/* .thank-you-wrap:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .thank-you-wrap:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.thank-you-wrap img {
  width: 140px;
}

.thank-you-wrap h2 {
  font-weight: 500;
  padding: 0px 0px 15px;
  color: #852469;
  margin-top: -5px;
}

.thank-you-wrap h6 {
  font-weight: 500;
  padding-bottom: 15px;
  color: #000;
  font-size: 20px;
}

.thank-you-wrap a button {
  background: #852469;
  border: 1px solid #852469;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  transition: 0.3sease-in-out;
}

.thank-you-wrap a button:hover {
  background: #fff;
  color: #852469 !important;
  border-color: #852469;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .thank-you-wrap {
    margin: 50px 0px;
    padding: 30px 15px;
  }
}

/* thank-you-page-end */

/* about-us-page-start */

.about-page-wrap {
  position: relative;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  overflow: hidden;
}

.about-page-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
}

.about-page-wrap .container {
  position: relative;
}

.about-page-text {
  text-align: center;
  padding: 30px;
  position: relative;
  /* border: 2px solid #fff; */
  background: #ffffffdb;
  /* box-shadow: 1px 1px 15px 1px rgb(255 255 255 / 25%); */
  box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
}

.about-page-text:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid #000;
}

.about-page-text h5 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 4px;
  /* color: #fff; */
}

.about-page-text h3 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  color: #1e1e1e;
  /* color: #fff; */
  text-transform: capitalize;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}

.about-page-text h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1px;
  height: 3px;
  width: 60px;
  background-color: #000;
}

.about-page-text h3:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 2px;
  height: 1px;
  width: calc(100% + 30px);
  /* max-width: 255px; */
  background-color: #00000078;
}

.about-page-text h6 {
  text-align: justify;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}

/* 
.about-page-text h6 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
} */

.about-page-text h2 {
  /* font-family: 'Lora', serif; */
  font-family: "Poppins", sans-serif !important;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #852469;
  text-shadow: 1px 1px 0px #000000;
}

.about-page-text p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}

.about-page-img {}

.about-page-img img {
  box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .about-page-text p {
    margin-bottom: 20px;
  }

  .about-page-text h6 {
    text-align: center;
  }

  .about-page-text h2 {
    text-align: center;
  }
}

/* about-us-page-end */

/* default-banner-start */

.ht__bradcaump__area {
  margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
  .ht__bradcaump__area {
    background-position: 45% !important;
  }
}

@media only screen and (max-width: 991px) {
  .ht__bradcaump__area {
    background-position: 65% !important;
  }
}

@media only screen and (max-width: 767px) {
  .ht__bradcaump__area {
    background-position: 45% !important;
  }
}

@media only screen and (max-width: 575px) {
  /* .breadcrumb-item {
        color: #852469;
        text-shadow: 1px 1px 1px #000;
    } */
}

@media only screen and (max-width: 499px) {
  .ht__bradcaump__area {
    background-position: 60% !important;
  }
}

@media only screen and (max-width: 410px) {
  .ht__bradcaump__area {
    background-position: 70% !important;
  }

  /* .ht__bradcaump__wrap {
        height: auto;
        padding: 55px 0;
    } */
}

/* default-banner-end */

/* categories-part-start */

.projects-wrap-outer {
  /* background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
  /* background-attachment: fixed; */

  /* padding: 90px 0 90px; */
  /* background-color: #81e5ff; */
  /* background: linear-gradient(331deg, #e57a054d, #e57a05b5); */
  /* background: #f9f9f9; */
  /* background: #020200; */
}

.projects-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(255 243 248);
  /* background: linear-gradient(320deg, #87beff4f, #b2d5ff8a); */
  background-image: url(../images/icons/icon-dotted-map-3.png);
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  pointer-events: none;
}

.project-box {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  /* border: 1px solid #a2a2a2; */
  transition: 0.3s ease-in-out;
  /* margin: 15px 0px; */
  margin: 15px 0px 0px;
  /* box-shadow: 0 4px 15px 1px rgba(12, 35, 34, 0.2); */
  box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

img.project-image {
  width: 100%;
  object-fit: cover;
  /* height: 260px; */
}

.project-text {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 55%;
  height: 200%;
  /* background: #852469d4; */
  background: #3a3938d1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0px;
  /* padding-bottom: 20%; */
  background: linear-gradient(134deg, rgb(183 203 228 / 0%), #00000052 80%);
  padding-bottom: 20px;
  transition: 0.3s ease-in-out;
}

/* .project-box:hover .project-text {
    background: #0033726e;
    background: linear-gradient(134deg, rgb(183 203 228 / 0%), #002c286e 80%);
    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
} */

.project-text h4 {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  text-shadow: 1px 1px 1px #000;
}

.project-text h5 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 500;
  text-shadow: 1px 1px 1px #000;
}

.project-text h5 i {
  font-size: 16px;
}

.project-text h2 {
  transition: 0.3s ease-in-out;
  color: #313131;
  font-weight: 500;
  font-size: 18px;
  padding: 9px 5px;
  border: 2px solid #852469;
  width: 140px;
  /* text-shadow: 1px 1px 1px #000; */
  box-shadow: 1px 1px 1px 0px #000;
  background: #852469;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  opacity: 1;
}

.project-box:hover h2 {
  transition: 0.3s ease-in-out;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  img.project-image {
    /* height: 300px; */
  }
}

@media only screen and (max-width: 991px) {
  img.project-image {
    /* height: 245px; */
  }
}

@media only screen and (max-width: 767px) and (min-width: 575px) {
  img.project-image {
    /* height: 190px; */
  }

  .project-text {
    padding-bottom: 12px;
  }

  .project-text h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .project-text h2 {
    font-size: 16px;
    padding: 9px 3px;
    width: 120px;
    margin-bottom: 8px;
  }
}

.proj-img-1 {
  display: block !important;
}

.proj-img-2 {
  display: none !important;
}

@media only screen and (max-width: 575px) {
  img.project-image {
    height: auto;
    min-height: 120px;
  }

  .project-text h2 {
    font-size: 18px;
    padding: 9px 0px;
    width: 130px;
  }

  .proj-img-1 {
    display: none !important;
  }

  .proj-img-2 {
    display: block !important;
  }

  .project-box {
    margin: 5px 0px 0px;
  }
}

@media only screen and (max-width: 410px) {
  .project-text h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

/* categories-part-end */

/* profile-page-start */

.margin-profile-page {
  margin-top: 80px;
}

/* .profile-page-box {
    padding: 30px 30px;
    border: 0px solid #852469;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px 4px rgb(12 35 34 / 20%);
} */

.profile-page-box.login-page-box {
  margin-top: 0px;
  padding: 30px 30px 26px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.profile-page-box.login-page-box.my-profile-box {
  padding: 30px 30px 36px;
}

.profile-page-box.login-page-box.my-profile-box .password_label {
  margin-bottom: 3px;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 15px;
  text-transform: capitalize;
}

.profile-page-box.login-page-box.my-profile-box
/* .profile-page-box:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

/* .profile-page-box.login-page-box:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .profile-page-box.login-page-box:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.profile-page-box.login-page-box .section__title--2 h2 {
  color: #852469;
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-page-box.login-page-box.my-profile-box .section__title--2 h2 {
  margin-bottom: 8px;
  color: #852469;
  font-weight: 600;
}

.margin-profile-page-2 {
  padding-bottom: 60px;
  background-color: #ffe4ea;
}

.profile-page-box .col-xs-12 {
  padding: 0;
}

.profile-page-box .title__line--6 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
}

.profile-page-box .title__line--6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 3px;
  width: 50px;
  background-color: #000;
}

.profile-page-box .title__line--6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: calc(100% + 20px);
  /* max-width: 255px; */
  background-color: #00000078;
}

.profile-page-box .contact-box.name {
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
}

.profile-page-box .contact-box.name label {
  margin-bottom: 3px;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 15px;
  text-transform: capitalize;
}

.profile-page-box .contact-box.name label sup {
  color: #852469;
  padding-left: 2px;
  font-size: 14px;
  top: -0.35em;
}

.profile-page-box .contact-box.name input {
  margin: 0px 0px;
  height: 42px;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #d2d2d2;
  transition: 0.3s ease-in-out;
}

.profile-page-box .contact-box.name input:focus {
  border: 1px solid #852469;
  transition: 0.3s ease-in-out;
  outline: none;
}

/* .border-spl-box {
    border-left: 1px solid #852469;
} */

.profile-page-box .cr__btn.fv-btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #852469;
  background: #852469;
}

.profile-page-box .cr__btn.fv-btn:hover {
  background: #fff;
  color: #852469;
}

#login-form .home-about-btn-box .home-about-btn,
#frmPassword .home-about-btn-box .home-about-btn {
  padding: 6px 10px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #852469;
  background: #852469;
  border-radius: 4px;
  height: 42px;
  color: #fff;
  transform: scale(1);
  line-height: 28px;
  font-size: 14px;
  transition: 0.3sease-in-out;
}

#login-form .home-about-btn-box .home-about-btn:hover,
#frmPassword .home-about-btn-box .home-about-btn:hover {
  transform: scale(1);
  color: #852469;
  background: #fff;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .border-spl-box {
    border-left: none;
  }

  .heading-margin-top.title__line--6 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #2b2927;
  }

  .contact-register-form .heading-margin-top.title__line--6 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #2b2927;
  }

  .login-page-box.profile-page-box {
    padding: 30px 20px 20px;
  }

  #login-form .home-about-btn-box .home-about-btn {
    margin-bottom: 20px;
  }

  .login-page-box.profile-page-box .section__title--2.section__title--2-alt {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .login-page-box.profile-page-box {
    padding: 15px 15px 10px;
  }

  .profile-page-box.login-page-box.my-profile-box {
    padding: 15px 15px 20px;
  }
}

/* profile-page-end */

/* login-page-start */

.mail-verify-box.contact-box.name {
  display: block;
  justify-content: space-between;
}

.forgot_password {
  margin-left: 0px;
  font-size: 18px;
  margin-top: 12px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 6px;
  transition: 0.3sease-in-out;
}

.forgot_password:hover {
  color: #852469;
  transition: 0.3s ease-in-out;
}

.login-email-1 {
  width: 100% !important;
}

.login-email-2 {
  width: 100% !important;
}

.login-email-btn-1 {
  margin-top: 16px;
  padding: 0px 20px;
  font-size: 14px;
  width: 100% !important;
  height: 42px !important;
  background-color: #852469;
  border: 1px solid #852469;
  color: #ffffff;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.login-email-btn-1:hover {
  background: #fff;
  color: #852469;
  border-color: #852469;
}

.login-email-btn-2 {
  padding: 0px 20px;
  font-size: 14px;
  width: 100% !important;
  height: 42px !important;
  background-color: #852469;
  border: 1px solid #852469;
  color: #ffffff;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.login-email-btn-2.fv-btn:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #852469;
  color: #852469;
  transition: 0.3s ease-in-out;
}

#email_otp_result {
  margin-top: 0px;
  line-height: 36px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: bold;
}

.margin-login-page {
  margin-top: 80px;
}

@media only screen and (max-width: 575px) {
  .profile-page-box {
    padding: 20px 15px;
  }
}

/* login-page-end */

/* checkout-page-start */

.accordion__title.vstra_acc+.accordion__body {
  display: block !important;
}

.accordion__title.vstra_acc {
  pointer-events: none;
}

/* checkout-page-end */

/* my-order-page-start */

.margin-order-page {
  /* margin-top: 80px; */
  padding-bottom: 60px;
  padding-top: 0px;
  background: #fff8f2;
}

.wishlist-content {
  background: #fff;
  margin-top: 0px;
  padding: 5px 20px 25px;
  border-radius: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 0px solid #000000;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

/* .wishlist-content:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .wishlist-content:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  backdrop-filter: blur(25px);
  background: #ffffffb8;
  /* box-shadow: 0 4px 15px rgb(0 0 0 / 12%); */
  /* padding: 10px 10px; */
  padding: 0px 0px;
  width: 100%;
  /* display: block; */
  border-bottom: 2px solid #852469;
}

.wishlist-table table {
  background: #fff none repeat scroll 0 0;
  border-color: #252525;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0px 5px 1px;
  border-bottom-color: #852469;
  width: 100%;
}

.wishlist-table table thead {
  background: #852469;
}

.wishlist-table table th,
.wishlist-table table td {
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  color: #000000;
  /* font-family: Old Standard TT; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px;
  text-align: center;
}

.wishlist-table table .product-add-to-cart>a {
  background: #ffffff;
  color: #852469;
  border: 1px solid #852469;
  display: block;
  font-weight: 500;
  padding: 5px 0px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  width: auto;
}

.wishlist-table table .product-add-to-cart>a:hover {
  color: #fff;
  background: #852469;
}

.wishlist-table table .product-add-to-cart>a:first-child {
  margin-bottom: 12px;
  color: #852469;
  border: 1px solid #852469;
}

.wishlist-table table .product-add-to-cart>a:first-child:hover {
  color: #fff;
  background: #852469;
}

@media only screen and (max-width: 575px) {
  .wishlist-content {
    padding: 20px 15px 4px;
  }
}

/* my-order-page-end */

/* order-details-page-start */

/* .margin-order-details-page {
    margin-top: 80px;
} */

/* order-details-page-end */

/* cart-page-start */

/* .margin-cart-page {
    margin-top: 80px;
} */

.cart-page-card {
  margin-top: 0px;
  padding: 5px 15px 20px;
  border-radius: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 0px solid #000000;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

/* .cart-page-card:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .cart-page-card:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

@media only screen and (max-width: 575px) {
  .cart-page-card {
    padding: 20px 15px 20px;
  }
}

/*scrollbar-start*/
/* width */
.table-responsive::-webkit-scrollbar {
  height: 2px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  /*    background: #00acfd;*/
  /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
  /* background: linear-gradient(to top, #852469, #000354cf); */
  background: linear-gradient(to top, #852469, #852469);
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  /* background: linear-gradient(to top, #852469, #000354cf); */
  background: linear-gradient(to top, #852469, #852469);
}

@media only screen and (max-width: 767px) {
  .buttons-cart {
    text-align: center;
  }

  .margin-cart-page .buttons-cart--inner {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

/*scrollbar-end*/

/* cart-page-end */

/* wishlist-page-start */

/* .margin-wishlist-page {
    margin-top: 80px;
} */

.wishlist-page-card {
  margin-top: 0px;
  background: #fff;
  padding: 40px 40px 40px;
  border-radius: 0px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 0px solid #000000;
  /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
  box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .wishlist-page-card:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .wishlist-page-card:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

@media only screen and (max-width: 575px) {
  .wishlist-page-card {
    padding: 20px 15px 20px;
  }
}

.cart-main-area.margin-cart-page {
  padding-bottom: 40px;
  position: relative;
}

.buttons-cart--inner {
  margin-bottom: 0px;
  margin-top: 20px;
  background: #ffffff63;
  padding: 0px;
  box-shadow: none;
}

.table-content table {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  border-style: solid;
  margin: 0 0 0px;
  text-align: center;
  width: 100%;
  border-color: #000000;
  border-width: 0px 1px 0px 1px;
  border-bottom-color: #852469;
  border-bottom: 0px solid #000;
}

@media only screen and (max-width: 991px) {
  .table-content table {
    width: 820px;
  }
}

.table-content table th {
  border-top: medium none;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #fff;
}

.product-remove.product-add-to-cart a {
  background: #ffffff none repeat scroll 0 0;
  color: #333;
  border: 2px solid #111;
  display: block;
  font-weight: 700;
  /* padding: 10px 6px; */
  font-size: 14px !important;
  text-transform: uppercase;
}

.product-remove.product-add-to-cart a:hover {
  color: #000 !important;
  background: #fff !important;
  transition: 0.3s ease-in-out;
}

.product-remove.product-add-to-cart a:hover i {
  color: #000 !important;
  background: #fff !important;
  transition: 0.3s ease-in-out;
}

.table-content table td.product-remove i {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  width: 34px;
  background: #111;
  border: 0px solid #000000;
  font-weight: 500;
  margin-left: 8px;
  transition: 0.3s ease-in-out;
}

.table-content.table-responsive thead {
  background: #fff;
}

/* .table-content table th,
.table-content table td {
    border-bottom: 1px solid #111111;
    border-right: 0px solid #111111;
} */

.table-content table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.table-content table td:first-child {
  border-left: 1px solid #fff;
}

.table-content table td:last-child {
  border-right: 1px solid #fff;
}

.table-content table th {
  border-right: 1px solid transparent;
  border-bottom: 2px solid #852469;
}

.table-content table th:last-child {
  border-right: 1px solid #fff !important;
}

@media only screen and (max-width: 767px) {
  .margin-wishlist-page .buttons-cart--inner {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

/* wishlist-page-end */

/* checkout-page-start */

.margin-checkout-page {
  margin-top: 0px;
  margin-bottom: 40px;
}

.checkout-method__title.register-title {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 6px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.checkout-method__title.register-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 3px;
  width: 50px;
  background-color: #000;
}

.checkout-method__title.register-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: calc(100% + 20px);
  max-width: 255px;
  background-color: #00000078;
}

.checkout-page-box {
  margin-top: 0px;
  background: #fff;
  padding: 20px 15px 10px;
  border-radius: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 0px solid #000000;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

/* .checkout-page-box:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .checkout-page-box:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

/* .checkout-page-box:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

.checkout-page-box .accordion .accordion__body {
  padding: 15px 15px 20px;
  border: 0px solid #d2d2d2;
  border-top: none;
  margin-bottom: 20px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 2px 2px 5px 0px #00000024;
}

.checkout-page-box .accordion .accordion__title {
  background: #852469;
  color: #ffffff;
  border-bottom: 0px solid #852469;
  border-radius: 10px 10px 0px 0px;
  /* box-shadow: 0 4px 15px rgb(0 0 0 / 25%); */
}

.checkout-page-box .accordion .accordion__hide {
  background: #fff;
  color: #000;
  margin-bottom: 15px;
  border-bottom: 0px solid #852469;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 0px #00000024;
}

.checkout-page-box .accordion__body .checkout-method__login .single-input input {
  line-height: 32px;
  font-size: 14px;
  background: #fff;
  height: 42px;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #d2d2d2;
  transition: 0.3s ease-in-out;
}

.checkout-page-box .accordion__body .checkout-method__login .single-input input:focus {
  border: 1px solid #852469;
  transition: 0.3sease-in-out;
}

.checkout-page-box .accordion__body .checkout-method__login .dark-btn {
  margin-top: 10px;
}

.checkout-page-box .order-details {
  background: #ffd7e0;
  border: 2px solid #852469;
  border-radius: 10px;
  /* box-shadow: 0 4px 15px rgb(0 0 0 / 25%); */
}

.checkout-page-box .order-details .order-details__title {
  border-bottom: 1px solid #852469;
  padding-top: 24px;
  padding-bottom: 18px;
  margin: 0 30px;
}

.checkout-page-box .order-details .order-details__item {
  border-bottom: 1px solid #852469;
}

.checkout-page-box .order-details .order-details__item .single-item .single-item__content a,
.checkout-page-box .order-details .order-details__item .single-item .single-item__content a:hover {
  color: #000;
}

.checkout-page-box .order-details .order-details__item .single-item .single-item__content span {
  color: #000;
}

.checkout-page-box .bilinfo .single-input {
  margin-top: 15px;
}

.checkout-page-box .bilinfo .single-input.single-input-2 {
  margin-top: 0px;
}

.checkout-page-box .cr__btn.fv-btn {
  padding: 0px 20px;
  font-size: 14px;
  width: 100% !important;
  height: 42px !important;
  background-color: #852469;
  border: 1px solid #852469;
  color: #ffffff;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.checkout-page-box .cr__btn.fv-btn:hover {
  background: #fff;
  color: #852469;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.checkout-page-box .cr__btn.fv-btn.coupon_style {
  width: auto;
}

.checkout-page-box #coupon_result {
  padding: 30px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.checkout-page-box #coupon_str.coupon_style {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  line-height: 50;
  border-radius: 4px;
  border: 1px solid #a1a1a1;
}

.checkout-page-box .ordre-details__total.order-total {
  padding-bottom: 0px;
}

.checkout-page-box .ordre-details__total.order-total.order-total-2 {
  padding-bottom: 24px;
}

.checkout-page-box .ordre-details__total.add-coupon {
  padding-bottom: 10px;
}

.checkout-page-box .accordion .accordion__title:before {
  display: none;
}

.checkout-page-box input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 0;
}

.checkout-page-box .order-details .ordre-details__total span.price {
  color: #000;
  font-size: 16px;
}

.checkout-radio-span {
  padding: 4px 25px 4px 5px;
  position: relative;
  border: 1px solid #d2d2d2;
  background: #ffffff;
  color: #000;
  margin-right: 10px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 5px;
}

.checkout-radio-span input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}

.checkout-radio-span.radio-span-1 {}

.checkout-radio-span.radio-span-2 {}

.bilinfo label {
  margin-bottom: 3px;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 15px;
  text-transform: capitalize;
}

.bilinfo label sup {
  color: #852469;
  padding-left: 2px;
  font-size: 14px;
  top: -0.35em;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .checkout-page-box .ordre-details__total.add-coupon {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .checkout-page-box #coupon_str.coupon_style {
    width: 100%;
    margin-right: 0px;
  }

  .checkout-page-box .cr__btn.fv-btn.coupon_style {
    width: 100%;
    margin-top: 20px;
  }
}

/* @media only screen and (max-width:991px) and (min-width:768px){
    .checkout-page-box .order-details {
        margin-top: 0px;
        margin-bottom: 30px;
    }
} */

@media only screen and (max-width: 991px) {
  .checkout-page-box>.row {
    display: flex;
    flex-direction: column-reverse;
  }

  .checkout-page-box .order-details {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-page-box .order-details .order-details__item {
    margin: 0 30px;
  }

  .checkout-page-box .checkout-method__login {
    margin-top: 0px;
  }

  .checkout-page-box .accordion .accordion__hide {
    font-size: 15px;
    padding: 0 12px;
  }
}

@media only screen and (max-width: 575px) {
  .checkout-page-box {
    padding: 20px 15px;
  }

  .checkout-page-box .order-details .order-details__title {
    margin: 0 15px;
  }

  .checkout-page-box .order-details .order-details__item {
    margin: 0 15px;
  }

  .checkout-page-box .ordre-details__total.order-total {
    margin: 0 15px;
  }

  .checkout-page-box .ordre-details__total.add-coupon {
    padding-bottom: 10px;
    margin: 0 15px;
  }

  .checkout-page-box #coupon_result {
    padding: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
  }

  .checkout-page-box .ordre-details__total.add-coupon {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .checkout-page-box #coupon_str.coupon_style {
    width: 100%;
    margin-right: 0px;
  }

  .checkout-page-box .cr__btn.fv-btn.coupon_style {
    width: 100%;
    margin-top: 20px;
  }
}

/* checkout-page-end */

/* home-modal-start */

.homepage-popup-modal.modal {
  background: rgba(0, 0, 0, 0.6);
}

.homepage-popup-modal .modal-content {
  background-color: transparent;
  border: none;
}

.homepage-popup-modal .modal-content span {
  font-size: 34px;
  font-weight: 500;
  color: #852469;
}

.homepage-popup-modal .btn-close {
  position: absolute;
  right: -20px;
  top: -25px;
  opacity: 1;
  background: transparent;
  border: none;
}

.homepage-popup-modal img {
  border-radius: 0px;
  width: 100%;
}

.img-modal-1 {
  display: block;
}

.img-modal-2 {
  display: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 992px) {
  .homepage-popup-modal .modal-dialog {
    max-width: 800px;
    width: 800px;
  }
}

@media (max-width: 991px) {
  .homepage-popup-modal .modal-dialog {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .homepage-popup-modal .modal-dialog {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage-popup-modal .btn-close {
    right: 5px;
    top: 3px;
    z-index: 2;
  }

  /* .homepage-popup-modal .modal-content span {
        font-size: 20px;
        color: #000;
    } */

  .img-modal-1 {
    display: none;
  }

  .img-modal-2 {
    display: block;
  }
}

/* home-modal-end */

/* .vastra-password-section {
    margin-top: 80px;
} */

/* .contact-form-wrap.forget-password-wrap {
    text-align: center;
    padding: 36px 30px 30px 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px 4px rgb(12 35 34 / 20%);
} */

.contact-form-wrap.forget-password-wrap {
  margin-top: -70px;
  background: #fff;
  padding: 40px 40px 40px;
  border-radius: 0px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 2px solid #000000;
  /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
  box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .contact-form-wrap.forget-password-wrap:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

.contact-form-wrap.forget-password-wrap:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: 100px;
  height: 100px;
  border: 6px solid #000000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  pointer-events: none;
}

.contact-form-wrap.forget-password-wrap:after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: -2px;
  width: 100px;
  height: 100px;
  border: 6px solid #000000;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  pointer-events: none;
}

.contact-form-wrap.forget-password-wrap .section__title--2 h2 {
  margin-bottom: 5px;
}

.contact-form-wrap.forget-password-wrap .title__line--6 {
  font-size: 22px;
  margin-bottom: 15px;
}

.contact-form-wrap.forget-password-wrap .contact-btn button {
  width: 100%;
  background: #852469 none repeat scroll 0 0;
  border: 1px solid #852469;
}

.contact-form-wrap.forget-password-wrap .contact-btn button:hover {
  background: #fff;
  color: #852469;
  border-color: #852469;
}

.vastra-password-section .contact-box.name input:focus {
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
}

.single-input.vasta-email-con {
  width: 100%;
  overflow: hidden;
}

.single-input.vasta-email-con .contact-box.name {
  margin-left: 0px;
  margin-right: 0px;
}

.single-input.vasta-email-con .contact-box.name input {
  margin: 0 0px;
}

.htc__product__details.product-details-page-section {
  margin-top: 100px;
  border-bottom: 0px solid #e7e7e7;
  position: relative;
  /* background-color: #fff8f2; */
  overflow: hidden;
}

.htc__product__details.product-details-page-section:before {
  content: "";
  position: absolute;
  background-image: url(../images/sns-bg-new.webp);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.htc__product__details.product-details-page-section.pt--80 {
  padding-top: 60px;
}

.accordion__body.vastraa-hide-add-be-log {
  display: none;
}

.acc-off-on-vastra {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .htc__product__details.product-details-page-section {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .htc__product__details.product-details-page-section {
    padding-top: 40px;
  }
}

/* size-chart-table-start */

.vastra-size-chart-table {
  border: 1px solid #d5d9d9 !important;
  /* box-shadow: 0 4px 15px rgb(12 35 34 / 20%); */
}

.pro__tab__content__inner.product-video-part {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.pro__tab__content__inner.product-video-part #player,
.pro__tab__content__inner.product-video-part .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}

#player {
  pointer-events: none;
}

.pro__tab__content__inner {
  font-size: 16px;
  color: #000;
  backdrop-filter: blur(25px);
  background: #ffffff;
  /* box-shadow: 0px 6px 6px rgb(0 0 0 / 26%); */
  padding: 0px;
}

/* .ht__pro__details__content .pro__tab__content__inner {
    padding: 12px 15px;
} */

.ht__pro__details__content .pro__tab__content__inner {
  margin: 0px 0px 0px;
  padding: 15px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px #42424229;
}

@media only screen and (max-width: 991px) {
  .ht__pro__details__content .pro__tab__content__inner {
    margin: 0px 0px 0px;
  }
}

.video-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.video-text h2 {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.video-text a {
  background: #fff;
  border: 2px solid #ffffff;
  color: #852469;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  padding: 0px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.video-text a:hover {
  border-color: #852469;
  box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .video-text h2 {
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .pro__tab__content__inner.product-video-part {
    padding-top: 65%;
  }

  .video-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }

  .pro__tab__content__inner.product-video-part #player {
    transform: scaleY(1.17);
  }

  .video-text h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
}

.pro__tab__content__inner .panel-body {
  padding: 10px;
}

.pro__tab__content__inner .panel-default.panel {
  border-color: #000;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
}

.pro__tab__content__inner.updated-product-review .panel-default.panel {
  border-color: #000;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #dddddd78;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgb(12 35 34 / 7%);
}

.vastra-size-chart-table tbody tr:nth-child(even) {
  background-color: #852469;
}

.table.vastra-size-chart-table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 0px solid #ddd;
  border-right: 1px solid transparent;
  text-align: center;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .table.vastra-size-chart-table>thead>tr>th {
    font-size: 16px;
  }
}

.vastra-size-chart-table thead {
  background: #852469;
  border-bottom: 0px solid #000;
}

.vastra-size-chart-table thead tr {}

.vastra-size-chart-table thead tr td {
  border-top: 0px solid #ddd;
}

.vastra-size-chart-table tbody {}

.vastra-size-chart-table tbody tr {
  text-align: center;
}

.vastra-size-chart-table tbody tr td {
  border-top: 0px solid #ddd;
  border-right: 1px solid #d5d9d9;
  color: #000000;
  font-size: 16px;
}

/* size-chart-table-end */

/* copy-text-start */

.product-coupon-code .button {
  padding: 10px 10px;
  background: #852469;
  /* color: #111; */
  color: #ffffff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 0px;
  cursor: pointer;
}

.product-coupon-code .form-group {
  margin-bottom: 0px;
}

.product-coupon-code .input-group {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  background: #111;
}

.product-coupon-code .input-group input {
  font-size: 18px;
  font-weight: 600;
  color: #852469;
  background: #000;
  border: none;
  outline: none;
  padding-left: 0px;
}

.product-coupon-code .input-group input:focus {
  box-shadow: none;
}

/* copy-text-end */

.search__close__btn .search__close__btn_icon:hover i {
  color: #f00;
}

.search__area .search__inner form button:hover {
  background: #852469 none repeat scroll 0 0;
  border-radius: 0px 8px 8px 0px;
}

.main__menu li.drop ul.dropdown li:hover>a {
  background: #fafafa none repeat scroll 0 0;
  color: #000000;
}

.product-coupon-code.coupon-code-details {
  padding: 10px 0;
}

.product-coupon-code.coupon-code-details .input-group {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  background: #fff;
  width: 280px;
  border: 1px solid #000;
}

.product-coupon-code.coupon-code-details .input-group input {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background: #fff;
  border: none;
  outline: none;
  padding-left: 0px;
  box-shadow: none;
}

.product-coupon-code.coupon-code-details p {
  color: #000;
  font-weight: 600;
}

.password_label.vastra-label-md-show {
  position: absolute;
  left: calc(50% + 3px);
  top: 5px;
}

.password_label.vastra-label-sm-show {
  display: none;
}

@media only screen and (max-width: 767px) {
  .password_label.vastra-label-sm-show {
    display: block;
  }

  .password_label.vastra-label-md-show {
    display: none;
  }
}

/*#coupon_box.ordre-details__total {*/
/*    display: flex !important;*/
/*}*/

/*#coupon_box {*/
/*    display: none !important;*/
/*}*/
.cancel-order-btn {
  /* background: #000354 none repeat scroll 0 0; */
  color: #ffffff !important;
  background: #852469;
  border: 1px solid #852469;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500 !important;
  padding: 5px 10px 5px;
  text-transform: capitalize;
  width: auto;
  font-size: 14px !important;
  margin-top: 3px;
  transition: 0.3s ease-in-out;
}

.cancel-order-btn:hover {
  color: #852469 !important;
  border-color: #852469;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}

.cancel-order-modal {}

.cancel-order-area .nav {
  text-align: center;
  margin-bottom: 10px;
}

.cancel-order-area .nav-pills>li {
  float: none;
}

.cancel-order-area .nav>li {
  position: relative;
  display: inline-block;
  float: none;
}

.cancel-order-area .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background: #852469 none repeat scroll 0 0;
  /* color: #000354; */
  color: #000000;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  display: inline-block;
  /* border: 2px solid #000354; */
  border: 2px solid #000000;
  border-radius: 0px;
}

.cancel-order-area h5 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 500;
  /* color: #000354; */
  color: #000000;
}

.cancel-order-area .modal-header {
  padding: 15px;
  /* border-bottom: 2px solid #000354; */
  border-bottom: 2px solid #000000;
  background: #852469;
}

.cancel-order-area .modal-title {
  text-align: center;
  margin-left: 16px;
  font-weight: 500;
}

.cancel-order-area .nav-pills>li.active>a,
.cancel-order-area .nav-pills>li.active>a:hover,
.cancel-order-area .nav-pills>li.active>a:focus {
  color: #852469;
  /* background-color: #000354; */
  background-color: #000000;
}

.cancel-order-area h4 {
  font-size: 22px;
  margin-bottom: 14px;
  text-align: center;
  font-weight: 600;
}

/* .cancel-order-card {
    padding: 30px 30px;
    border-radius: 0px;
    position: relative;
    border: 0px solid #000000;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
} */

.cancel-order-card {
  margin-top: 70px;
  background: #fff;
  padding: 25px 30px 35px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 0px solid #000000;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

/* .cancel-order-card:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

/* .cancel-order-card:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .cancel-order-card:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.cancel-order-card hr {}

.cancel-order-card .title__line {
  font-family: "Poppins", sans-serif !important;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  padding-bottom: 0px;
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 0px solid #852469;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}

.cancel-order-card textarea {
  /* border: 1px solid #000354; */
  border: 1px solid #cecece;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.cancel-order-card .form-control {
  background: #fff;
  min-height: 40px;
  margin: 0px 0px;
  height: 42px;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #d2d2d2;
  transition: 0.3sease-in-out;
}

.cancel-order-card .form-control:focus,
.cancel-order-card textarea:focus {
  /* border: 1px solid #000354; */
  border: 1px solid #000000;
  transition: 0.3s ease-in-out;
  box-shadow: none;
  outline: none;
}

.cancel-order-card .btn-default {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
  width: 100% !important;
  height: 42px !important;
  background: #852469 !important;
  border: 1px solid #852469 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  margin-top: 5px;
}

.cancel-order-card .btn-default:hover,
.cancel-order-card .btn-default:focus {
  color: #852469 !important;
  border: 1px solid #852469 !important;
  background: #fff !important;
  transition: 0.3s ease-in-out;
}

.cancel-order-card hr {
  /* border-color: #000354; */
  border-color: #000000;
}

.cancel-order-card h6 {
  font-size: 22px;
  margin-bottom: 14px;
  text-align: center;
  font-weight: 600;
}

.cancel-order-card label {
  /* color: #000354; */
  /* color: #000000;
    font-weight: 500;
    margin-bottom: 2px; */
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 575px) {
  .cancel-order-card {
    padding: 15px 15px;
  }

  .cancel-order-area .nav>li>a {
    font-size: 11px;
    padding: 0px 6px;
  }
}

/*Return Policy*/
/**********************
       faq-start
***********************/

.return-policy-box-new {
  margin-top: 0px;
  background: #fff;
  padding: 40px 40px 40px;
  border-radius: 0px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 0px solid #000000;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.return-policy-box-new .section__title--2 h2 {}

@media only screen and (max-width: 767px) {
  .return-policy-box-new {
    padding: 15px 15px 15px;
  }

  .margin-top-spl {
    margin-top: 30px !important;
  }
}

.return-policy-box-new.return-policy-box-2 {
  margin-top: 60px;
}

/* .return-policy-box-new:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .return-policy-box-new:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.return-policy-box-new .section__title--2 h2 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .return-policy-box-new .section__title--2 h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.vastra-return-policy {
  /* margin-top: 80px; */
}

.vastra-return-policy .mt-20 {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.faq-answer {
  padding: 0px 0px;
}

.faq-wrap.bg-light .title__head {
  position: relative;
  margin-bottom: 10px;
}

.faq-box {
  padding: 35px 15px 0px 15px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
  border: 2px solid;
  margin: 40px 0;
}

.faq-wrap h6 {
  margin-top: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-heading {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  font-style: italic;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 2px;
  border-bottom: 2px solid;
}

.dropdown-header {
  background: #fff;
  padding: 20px 50px;
  font-size: 14px;
  /*color: ;*/
  font-weight: 700;
  position: relative;
}

.dropdown-header:before {
  content: "\75";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7px;
}

.ac-heading {
  position: relative;
  background-color: #fcf6ff;
  margin: 15px;
  border: double 2px #fcf6ff;
  border-radius: 0px;
  min-height: 54px;
  display: flex;
  align-items: center;
}

.acc__title.active .ac-heading {
  border: double 2px #852469;
}

.spl-sec-heading.sec-heading h2:after {
  width: 20px;
}

.acc__card {
  margin: 30px 0;
  position: relative;
}

.acc__card:first-of-type {
  margin-top: 0px;
}

.acc__card:last-of-type {
  margin-bottom: 0px;
}

.acc__title {
  display: block;
  position: relative;
  cursor: pointer;
  outline: 0;
  width: 100%;
  background: none;
  text-align: initial;
  background-color: #fcf6ff;
  border-radius: 0px;
  border: 2px solid #852469;
  color: #fff;
  box-shadow: 1px 1px 5px 1px #0000002b;
}

.ac-heading h4 {
  font-size: 20px;
  font-weight: 600;
  top: 0px;
  position: relative;
  display: inline-block;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  color: #852469;
  left: -1rem;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}

.return-policy-box-new.return-policy-box-newest .ac-heading h4 {
  left: -1.5rem;
}

.ac-heading::after {
  width: 8px;
  height: 8px;
  /* border-right: 2px solid #000354; */
  border-right: 2px solid #852469;
  /* border-bottom: 2px solid #000354; */
  border-bottom: 2px solid #852469;
  position: absolute;
  right: 1rem;
  content: " ";
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.acc__title.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.acc__title.active {
  border: 2px solid #852469;
  transition: all 0.3s ease-in-out;
}

.acc__title.active:hover {
  border: 2px solid #852469;
  transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading h4 {
  color: #000000;
  left: 8px;
  padding: 7px 50px 7px 7px;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading h4 {
  /* color: #000354; */
  color: #000000;
  left: 8px;
  transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading::after {
  transform: rotate(-135deg);
  border-right: 2px solid #852469;
  border-bottom: 2px solid #852469;
  transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading:before {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.acc__title.active .ac-heading {
  background-image: linear-gradient(#ffffff, #ffffff),
    radial-gradient(circle at bottom left, #ffffff, #ffffff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  transition: all 0.3s ease-in-out;
}

.acc__title:hover {
  background-color: #fcf6ff;
  border: 2px solid #852469;
  transition: all 0.3s ease-in-out;
}

.acc__title:hover .ac-heading h4 {
  /* color: #000000; */
  left: 1rem;
  transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading::after {
  transform: rotate(-135deg);
  border-right: 2px solid #852469;
  border-bottom: 2px solid #852469;
  transition: all 0.3s ease-in-out;
}

.acc__title:hover .ac-heading:before {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  /* color: #000354; */
  color: #852469;
}

.acc__title:hover .ac-heading {
  background-image: linear-gradient(#fcf6ff, #fcf6ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  transition: all 0.3s ease-in-out;
}

.acc__title:hover .acc-icon {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.acc__panel {
  background-color: #ffffff;
  color: #212121;
  display: none;
  border-top: 0px solid #852469;
  margin: 0;
  padding: 24px;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 23%);
}

.acc__panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #852469, #ffffff);
}

.spl-panel {
  display: block;
}

.num .ac-heading:before {
  content: "\f059";
  font-family: "FontAwesome";
  font-size: 2rem;
  font-weight: bold;
  /*color: ;*/
  width: 2rem;
  opacity: 0;
  transition: 0.35s;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.return-policy-box-new.return-policy-box-newest .num .ac-heading:before {
  content: "";
  height: 2rem;
  width: 2rem;
  background-image: url(../images/new-feature-1.png);
  opacity: 0;
  transition: 0.35s;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.acc-icon {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  padding: 5px;
  left: 0;
  top: 7px;
  opacity: 0;
  background-color: #852469;
  border-radius: 50px;
  transition: 0.35s;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.acc-icon img {
  filter: invert(1);
}

.acc__title.active .acc-icon {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading::before {
  content: "\f05a";
  /* color: #000354; */
  color: #852469;
  transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading::before {
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
}

.faq-answer p {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
}

.faq-answer p b {
  font-weight: 600 !important;
}

.faq-answer a {
  font-weight: 600 !important;
  color: #852469;
}

.margin-top-spl {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .section-heading {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .acc__panel {
    padding: 18px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .section-heading {
    font-size: 25px;
    letter-spacing: 0px;
  }

  .faq-box {
    margin: 30px 0;
  }

  .faq-answer {
    padding: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 475px) {
  .ac-heading {
    position: relative;
    margin: 5px 5px;
    border: double 2px transparent;
  }

  .ac-heading h4 {
    font-size: 12px;
    line-height: 18px;
    top: -1px;
  }

  .return-policy-box-new.return-policy-box-newest .ac-heading h4 {
    font-size: 12px;
    line-height: 17px;
    top: -1px;
  }

  .acc__panel {
    padding: 8px 15px;
  }

  .num .ac-heading:before {
    font-size: 1rem;
    margin-left: 5px;
    width: 1rem;
  }

  .faq-answer p,
  .privacy-ol li {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .acc__title:hover .ac-heading h4,
  .acc__title.active .ac-heading h4 {
    left: 0px;
    padding: 9px 25px 7px 7px;
  }

  .return-policy-box-new.return-policy-box-newest .acc__title:hover .ac-heading h4,
  .return-policy-box-new.return-policy-box-newest .acc__title.active .ac-heading h4 {
    left: 8px;
    padding: 9px 50px 7px 7px;
  }

  .ac-heading::after {
    right: 8px;
  }

  .acc-icon {
    height: 30px;
    width: 30px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
  }

  .acc-icon img {
    filter: invert(1);
    width: 70%;
  }
}

@media screen and (max-width: 415px) {
  /*
    .ac-heading::after {
        top: 8px;
        bottom: auto;
    }
  */

  .acc__title.active .ac-heading::before {
    margin-top: -2px;
  }

  .acc__title:hover .ac-heading h4,
  .acc__title.active .ac-heading h4 {
    left: 0px;
    padding: 4px 6px;
    padding-right: 20px;
  }

  .ac-heading h4 {
    font-size: 14px;
    padding-right: 6px;
  }

  .city-list {
    font-size: 15px;
    line-height: 19px;
  }

  .acc__card {
    margin: 12px 0;
  }
}

.privacy-p {
  color: #000;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: left;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

.privacy-ol {
  list-style-type: auto;
  margin-bottom: 0px;
}

.privacy-ol li {
  padding-left: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: left;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

.privacy-li-p {
  color: #000;
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 20px;
  text-align: justify;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

/*********************
       faq-end
  **********************/

#is_cart_box_show .fr__btn:focus {
  color: #fff;
}

/*************************
   new-custom-css-start 
 *************************/

/* pre-header-start */

/* .pre-header {
    padding: 11px 0px;
    background: #f25821;
    border-bottom: 0px solid #ffffff;
} */

/* .pre-header {
    padding: 11px 0px;
    background: #121212;
    border-bottom: 0px solid #ffffff;
} */

/* .pre-header {
    padding: 11px 0px;
    background: #852469;
    border-bottom: 0px solid #ffffff;
} */

.pre-header {
  padding: 11px 0px;
  background: #fff;
  border-bottom: 2px solid #852469;
}

.pre-header h6 {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding-right: 11px;
  color: #000000;
  font-weight: 500;
}

.pre-header img {
  width: 24px;
  /* filter: invert(1); */
  filter: invert(54%) sepia(44%) saturate(705%) hue-rotate(143deg) brightness(95%) contrast(100%);
  position: absolute;
  animation: beat 0.8s infinite alternate;
}

@keyframes beat {
  to {
    transform: scale(1.2);
  }
}

@keyframes beat2 {
  to {
    transform: scale(1.05);
  }
}

.pre-header-ul {
  display: flex;
  justify-content: end;
}

.pre-header-ul li {
  padding: 0px 16px;
}

.pre-header-ul li a {
  font-size: 16px;
  font-weight: 500;
  /* text-transform: uppercase; */
  color: #000;
}

.pre-header-ul li a:hover {}

.pre-header-ul .last-preheader-li {
  position: relative;
  /* border-left: 2px solid #000; */
  padding-right: 0px;
}

.pre-header-ul .last-preheader-li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 2px;
  height: 16px;
  background: #20acc9;
}

@media only screen and (max-width: 767px) {
  .pre-header-ul li a {
    font-size: 15px;
  }

  .pre-header-ul li {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .pre-header {
    display: none;
  }
}

/* pre-header-end */

/* header-start */

.drop.actual-drop a i {
  transition: all 0.2s ease-in-out 0s;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 3px;
}

.drop.actual-drop:hover a i {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out 0s;
}

@media only screen and (max-width: 575px) {
  /* #htc__header {
        top: 0px;
    } */

  .logo {
    width: 155px;
  }

  /* .mean-container a.meanmenu-reveal {
        right: -5px !important;
    } */

  .mean-container a.meanmenu-reveal {
    right: 0px !important;
  }

  .header__search a i,
  .htc__shopping__cart a i {
    font-size: 14px;
  }

  .header__search a {
    margin-right: 0px;
    padding-right: 0px;
  }

  .vastra-user img {
    height: 20px;
  }

  .vastra-user {
    width: 49px;
  }

  .htc__shopping__cart {
    margin-right: 38px;
  }

  .htc__shopping__cart.mr15 {
    margin-right: 12px !important;
  }

  .header-right {
    padding-left: 0px !important;
  }
}

/* header-end */

/* dark bg and heading start */

.dark-bg {
  background: #020200 !important;
}

.grey-bg-new {
  background: #f9f9f9 !important;
}

.dark-bg .section__title--2 h2 {
  color: #ffffff !important;
}

.dark-bg .section__title--2 h2:before {
  background-color: #fff !important;
}

.dark-bg .section__title--2 h2:after {
  filter: invert(1) !important;
}

.grey-bg-new .section__title--2 h2:after {
  background-color: #f9f9f9;
}

/* dark bg and heading end */

/* product-category-start */

.projects-wrap-outer {
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  /* padding-bottom: 0px; */
  background-image: url(../images/sns-bg-new.webp);
}

@media only screen and (max-width: 475px) {
  .projects-wrap-outer .category-card-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

.projects-wrap-outer .section__title--2 h2 {
  margin-bottom: 25px;
}

.projects-wrap-outer .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.category-card-wrap {}

.product-card-new {
  overflow: hidden;
  position: relative;
  /* margin: 40px; */
  /* border: 4px solid #fff; */
  margin: 0px 0;
  /* box-shadow: 0 2px 20px 2px rgb(0 0 0 / 15%); */
  box-shadow: 0 2px 20px 2px rgb(255 255 255 / 7%);
}

.product-card-new:hover {
  /* box-shadow: 0 4px 15px rgb(0 0 0 / 50%); */
  /* box-shadow: 0px 2px 20px 2px rgb(255 255 255 / 24%); */
  /* box-shadow: 0 2px 20px 2px rgb(0 0 0 / 15%); */
}

.product-card-new img {
  object-fit: cover;
  min-height: 100%;
  height: auto;
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
}

.product-overlay {
  position: absolute;
  z-index: 3;
  opacity: 1;
  overflow: hidden;
  transform: translateY(32px);
  transition: all 0.4s ease;
  left: 0%;
  right: 0%;
  bottom: 0%;
  padding: 10px 0px 0px 0px;
  /* border-top: 1px transparent; */
  color: #ffffff;
  background: #00000091;
  text-align: center;
}

.product-overlay h6 {
  transition: all 0.7s ease;
  transform: translateY(0%);
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  position: relative;
}

.product-overlay a {
  transition: all 0.7s ease;
  transform: translateY(0%);
  overflow: hidden;
  color: #fff;
  display: block;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 0px #000;
}

/* .product-card-new::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
} */

.product-card-new:hover img {
  transform: scale(1.1) translate(0%, 0%);
  filter: brightness(1.05);
  transition: transform 0.5s ease;
}

.product-card-new:hover .product-overlay {
  opacity: 1;
  transform: translateY(0);
  background: #0000009e;
  /* border-top: 1px solid #ffffffab; */
}

.product-card-new:hover h6,
.product-card-new:hover a {
  transform: translateY(0px);
}

.product-img-new {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.product-img-new:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
  opacity: 1;
  filter: alpha(opacity=0);
  visibility: hidden;
  /* visibility: initial; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-card-new:hover .product-img-new:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: initial;
}

.product-texts {
  text-align: center;
  padding: 12px 5px 0px 5px;
  background: transparent;
  /* background: linear-gradient(180deg, #ffffff, #852469 150%); */
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}

/* .product-card-new:hover .product-texts {
    background: linear-gradient(180deg, #ffffff00, #0000000f 100%);
    transition: 0.3s ease-in-out;
} */

.product-texts h6 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: capitalize;
}

/* .product-texts a.product-anchor {
  padding: 10px 30px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  border: 2px solid #852469;
  background: #f6edfd;
  border-radius: 30px;
  color: #852469;
  font-size: 16px;
  margin-top: 10px;
} */

.product-texts a.product-anchor {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 30px;
  color: #ed1598;
  background:
    linear-gradient(#f6edfd, #f6edfd) padding-box,
    linear-gradient(to right, #ed1598, #852469) border-box;
  border: 2px solid transparent;
  transition: 0.4s ease-in-out;
}

.product-texts a.product-anchor:hover {
  color: #fff;
  background:
    linear-gradient(transparent, transparent) padding-box,
    linear-gradient(to right, #ed1598, #852469) border-box;
  transition: 0.4s ease-in-out;
}

.product-texts a.product-anchor {
  /* display: none; */
}

/* .product-texts a:hover {
    background: #000000;
    color: #fff;
} */

/* #owl-carousel-cat.owl-carousel .owl-nav.disabled { */
#owl-carousel-cat.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 0px;
  left: -60px;
  width: calc(100% + 120px);
  height: 100%;
  margin-top: 0px;
  z-index: 0;
  pointer-events: none;
}

#owl-carousel-cat.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  height: calc(100% - 37px);
  margin: 0px;
  padding: 0px !important;
  background: transparent;
  /* background: #ffffff85; */
  border-radius: 0px;
  z-index: 5;
  pointer-events: all;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-size: 36px !important;
  transform: translateX(30px);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#owl-carousel-cat.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  height: calc(100% - 37px);
  margin: 0px;
  padding: 0px !important;
  background: transparent;
  /* background: #ffffff85; */
  border-radius: 0px;
  z-index: 5;
  pointer-events: all;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-size: 36px !important;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#owl-carousel-cat:hover .owl-prev {
  opacity: 1 !important;
  transform: translateX(0px) !important;
  transition: 0.3s ease-in-out !important;
  /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
}

#owl-carousel-cat:hover .owl-next {
  opacity: 1 !important;
  transform: translateX(0px) !important;
  transition: 0.3s ease-in-out !important;
  /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
}

#owl-carousel-cat.owl-carousel .owl-nav i {
  color: #852469;
}

@media only screen and (max-width: 1299px) {
  #owl-carousel-cat.owl-carousel .owl-nav {
    left: -35px;
    width: calc(100% + 70px);
  }
}

@media only screen and (max-width: 1199px) {
  #owl-carousel-cat.owl-carousel .owl-nav {
    left: -40px;
    width: calc(100% + 80px);
  }
}

@media only screen and (max-width: 991px) {
  #owl-carousel-cat .owl-prev {
    opacity: 1 !important;
    width: 25px !important;
    transform: translateX(0px) !important;
    transition: 0.3s ease-in-out !important;
    /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
  }

  #owl-carousel-cat .owl-prev i {
    font-size: 30px !important;
    text-shadow: 1px 1px 0px #000;
  }

  #owl-carousel-cat .owl-next {
    opacity: 1 !important;
    width: 25px !important;
    transform: translateX(0px) !important;
    transition: 0.3s ease-in-out !important;
    /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
  }

  #owl-carousel-cat .owl-next i {
    font-size: 30px !important;
    text-shadow: 1px 1px 0px #000;
  }

  #owl-carousel-cat.owl-carousel .owl-nav {
    left: -30px;
    width: calc(100% + 60px);
  }
}

@media only screen and (max-width: 575px) {
  #owl-carousel-cat.owl-carousel .owl-nav {
    left: -25px;
    width: calc(100% + 50px);
  }
}

@media only screen and (max-width: 475px) {

  #owl-carousel-cat:hover .owl-prev,
  #owl-carousel-cat .owl-prev {
    transform: translateX(-30px) !important;
  }

  #owl-carousel-cat:hover .owl-next,
  #owl-carousel-cat .owl-next {
    transform: translateX(30px) !important;
  }

  #owl-carousel-cat.owl-carousel .owl-nav {
    left: -15px;
    width: calc(100% + 30px);
  }
}

/* product-category-end */

/* home-about-part-start */

.home-about-wrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-position: right; */
}

.home-about-text {}

.home-about-text h5 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #20acc9;
}

@media only screen and (max-width: 991px) {
  .home-about-text h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  .home-about-text h5 b {
    font-weight: 600 !important;
  }
}

.home-about-text h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #1e1e1e;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
}

/* .home-about-text h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 60px;
    background-color: #000;
} */

/* .home-about-text h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 30px);
    background-color: #00000078;
} */

.home-about-text h6 {
  text-align: justify;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}

.home-about-btn-box {}

.home-about-btn-box .home-about-btn {
  padding: 6px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #852469;
  background: #852469;
  height: 40px;
  color: #fff;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.home-about-btn:hover {
  background: #fff;
  color: #852469;
  transform: scale(1.04);
  transition: 0.3s ease-in-out;
}

.home-about-img {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.home-about-img::before {
  content: "";
  height: 70px;
  width: 70px;
  position: absolute;
  background: #000;
  bottom: -2px;
  right: -2px;
  z-index: -1;
}

.home-about-img::after {
  content: "";
  height: 70px;
  width: 70px;
  position: absolute;
  background: #000;
  top: -2px;
  left: -2px;
  z-index: -1;
}

.home-about-img img {}

/* .home-about-card {
    background: #ffffffed;
    box-shadow: 0 4px 15px rgb(0 0 0 / 45%);
    padding: 0px 0px;
    position: relative;
}

.home-about-card .home-about-text {
    padding: 15px 0px 0px 20px;
}

.home-about-card .col-md-5 {
    padding-right: 10px;
} */

@media only screen and (max-width: 991px) {
  .home-about-text {
    text-align: center;
  }

  .home-about-text h3 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 25px;
    margin-bottom: 8px;
  }

  .home-about-text h3:before {
    left: 0;
    right: 0;
    margin: auto;
  }

  .home-about-text h3:after {
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% + -16px);
  }

  .home-about-img {
    margin-top: 40px;
  }

  .home-about-img::before {
    height: 50px;
    width: 50px;
  }

  .home-about-img::after {
    height: 50px;
    width: 50px;
  }
}

/* home-about-part-end */

/* features-area-start */

/* .features-new-area {
    padding-top: 0px;
} */

.features-new-card-wrap {}

.row.features-spl-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.features-spl-row .col-md {
  padding: 0px 10px;
  width: 20%;
}

.features-spl-row .col-md:first-child {
  padding-left: 0px;
}

.features-spl-row .col-md:last-child {
  padding-right: 0px;
}

.features-new-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 7px 7px 7px;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 15px rgb(12 35 34 / 21%);
  /* border-right: 4px solid #000; */
}

.features-new-card:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000;
  /* box-shadow: 0 4px 15px rgb(12 35 34 / 32%); */
}

.features-new-img {
  width: 60px;
  padding: 10px;
  margin-right: 10px;
  position: relative;
}

:root {
  --border: -3px;
  --color1: #000000;
  --color2: #000000;
  --from: -135deg;
  --distance: 100%;
}

.features-new-img::after {
  content: "";
  border-radius: 0px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: conic-gradient(from var(--from), var(--color1), var(--color2) var(--distance), transparent var(--distance));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--border)), #fff calc(100% - var(--border) + 1px));
    mask: radial-gradient(farthest-side, transparent calc(100% - var(--border)), #fff calc(100% - var(--border) + 1px)); */
}

.features-new-img img {
  height: 40px;
  width: 40px;
  object-fit: fill;
  object-position: center;
}

.features-new-text {
  width: calc(100% - 70px);
}

.features-new-text h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .row.features-spl-row {
    justify-content: center;
  }

  .features-spl-row .col-md {
    width: 33.33%;
    margin: 0px 0px 20px 0px;
  }

  .features-new-area.ptb--80 {
    /* padding: 80px 0; */
    padding: 60px 0 45px 0;
  }

  /* .features-new-area.features-about.ptb--80 {
        padding-top: 0px;
    } */

  .features-new-text {
    width: calc(100% - 80px);
  }

  .features-new-img {
    width: 70px;
  }

  .features-new-img img {
    height: 50px;
    width: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .features-new-area.ptb--80 {
    padding: 40px 0 35px 0;
  }
}

@media only screen and (max-width: 767px) {
  .features-spl-row .col-md {
    width: 50%;
    margin: 0px 0px 20px 0px;
  }

  .features-new-text {
    width: calc(100% - 75px);
  }
}

@media only screen and (max-width: 475px) {
  .features-spl-row .col-md {
    width: 80%;
    margin: 0px 0px 15px 0px;
  }

  .features-new-text {
    width: calc(100% - 75px);
  }
}

/* features-area-end */

/* updated-product-category-start */

.htc__category__area.updated-product-category {
  background: #f2fffe;
  padding: 60px 0 50px;
}

.dark-bg .category.product-new-card {
  box-shadow: 1px 2px 15px 0px rgb(255 255 255 / 56%);
}

.product-new-card .ht__cat__thumb {
  position: relative;
  /* overflow: hidden; */
}

/* 
.product-new-card .ht__cat__thumb:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    content: '';
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 1;
    filter: alpha(opacity=0);
    visibility: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-new-card:hover .ht__cat__thumb:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
} */

.quick-view-btn-wrap {
  background-color: #000000e0;
  /* background-color: #852469f7; */
  text-align: center;
  /* padding: 6px; */
  position: absolute;
  width: 100%;
  bottom: -1px;
  transform: translateY(38px);
  transition: 0.4s ease-in-out;
}

.category.product-new-card:hover .quick-view-btn-wrap {
  transform: translateY(0px);
  transition: 0.4s ease-in-out;
}

.quick-view-btn-wrap a {
  color: #fff;
  font-size: 16px;
  padding: 7px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  /* display: none; */
}

.quick-view-btn-wrap i {
  vertical-align: middle;
  font-weight: 700;
}

.quick-view-btn-wrap a:hover {
  color: #eeeeee;
}

.product-new-card .ht__cat__thumb .discount-text-1 {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 6px;
  background: #852469;
  box-shadow: 2px 2px 15px 0px rgb(12 35 34 / 17%);
  margin: 0px;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

.product-new-card .ht__cat__thumb .discount-text-1 span {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

/* .category.product-new-card .fr__hover__info {
    right: 10px;
    top: 10px;
} */

.category.product-new-card .fr__hover__info {
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: 93px;
}

/* .product-image-1 {
    display: block;
    transition: 0.5s ease-in-out;
}

.category.product-new-card:hover .product-image-1 {
    display: none;
    transition: 0.5s ease-in-out;
}

.product-image-2 {
    display: none;
    transition: 0.5s ease-in-out;
}

.category.product-new-card:hover .product-image-2 {
    display: block;
    transition: 0.5s ease-in-out;
} */

/* .category.product-new-card .product__action {
    background: #000000e0;
    box-shadow: 0 4px 15px rgb(12 35 34 / 14%);
} */

.category.product-new-card .product__action li {
  margin-bottom: 0px;
  border-bottom: 0px solid #f5f5f5;
  /* background: transparent; */
  background: #000000;
  box-shadow: 0 4px 15px rgb(12 35 34 / 14%);
}

.category.product-new-card .product__action li a {
  background: #ffffff;
  height: 40px;
  line-height: 44px;
  width: 40px;
}

.category.product-new-card .product__action li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease 0s;
}

.category.product-new-card .product__action li a i.icon-handbag {
  color: #000000;
  font-weight: 600;
}

.category.product-new-card .product__action li a:hover {
  background: #f9f9f9;
}

.category.product-new-card .product__action li a:hover i {
  color: #000;
}

.category.product-new-card .fr__product__inner {
  padding: 12px 10px 10px;
  border-radius: 20px 20px 0px 0px;
  margin-top: -15px;
  text-align: center;
  background: #ffffff;
  position: relative;
  border-top: 0px solid #8524699c;
  box-shadow: -2px 0px 5px #00000014;
  z-index: 1;
}

.category.product-new-card .fr__product__inner:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px dashed #852469;
  border-radius: 20px 20px 10px 10px;
  pointer-events: none;
}

.category.product-new-card .fr__product__inner h4 {}

.category.product-new-card .fr__product__inner h4 a {
  color: #000;
  font-weight: 600;
}

.category.product-new-card .fr__pro__prize {}

.category.product-new-card .fr__pro__prize li.old__prize {
  color: #131313;
  font-weight: 400;
}

.category.product-new-card .fr__pro__prize li {
  color: #000000;
  font-weight: 600;
}

.updated-product-category .section__title--2 h2 {
  margin-bottom: 5px;
}

.updated-product-category.updated-product-category .section__title--2 h2 {
  margin-bottom: 20px;
}

.prod-size-list {
  display: flex;
  justify-content: center;
  grid-gap: 6px;
  column-gap: 0px;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-bottom: 8px;
}

.prod-size-list a {
  margin: 0px 5px;
  padding: 0px 4px;
  border: 1px solid #852469;
  border-radius: 4px;
  color: #4e4e4e;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}

@media only screen and (max-width: 991px) {
  .updated-product-category.ptb--80 {
    padding: 40px 0 30px 0;
  }

  .category.product-new-card .quick-view-btn-wrap {
    transform: translateY(0px);
  }

  .category.product-new-card .product__action li:nth-child(1) {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
    opacity: 1;
    transition: opacity 300ms linear 0s;
  }

  .category.product-new-card .product__action li:nth-child(2) {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    opacity: 1;
    transition: opacity 500ms linear 0s;
  }

  .category.product-new-card .product__action li:nth-child(3) {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
    opacity: 1;
    transition: opacity 500ms linear 0s;
  }

  .product-modal-carousel .owl-carousel.owl-theme .owl-prev {
    left: 10px !important;
    opacity: 1 !important;
    transition: 0.3s ease-in-out !important;
  }

  .product-modal-carousel .owl-carousel.owl-theme .owl-next {
    right: 10px !important;
    opacity: 1 !important;
    transition: 0.3s ease-in-out !important;
  }
}

@media only screen and (max-width: 475px) {
  .category.product-new-card .fr__product__inner {
    padding: 10px 10px 8px;
  }
}

@media only screen and (max-width: 411px) {

  /* .col-spl-12 {
        width: 90%;
        margin: 0px 5%;
    } */
  .col-spl-12 {
    width: 100%;
    margin: 0px 0%;
  }
}

/* updated-product-category-end */

/* product-modal-start */

.homepage-popup-modal.product-modal {
  background: rgb(255 255 255 / 60%);
}

.homepage-popup-modal.product-modal .modal-content {
  background-color: #000;
  border: none;
  width: 100%;
  border-radius: 0px;
}

.modal-body.product-modal-body {
  padding: 0px;
  overflow: hidden;
  background: #fff;
}

.modal-body.product-modal-body .row {
  margin-left: -15px;
  margin-right: -15px;
}

.product-modal-carousel {
  background: #fff;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav {
  margin-top: 0px;
  width: 100%;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav i {
  font-size: 40px;
  color: #852469;
  font-weight: 400;
  line-height: 38px;
  width: 38px;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid #852469;
  box-shadow: 2px 2px 4px #0000009e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-modal-carousel .owl-carousel.owl-theme .owl-prev {
  position: absolute;
  left: 25px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.product-modal-carousel .owl-carousel.owl-theme:hover .owl-prev {
  left: 10px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-next {
  position: absolute;
  right: 25px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.product-modal-carousel .owl-carousel.owl-theme:hover .owl-next {
  right: 10px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#product-modal .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 1;
  background: transparent;
  border: none;
  z-index: 50;
}

#product-modal .modal-content .btn-close span {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

/* .product-modal-carousel {
    height: 514px;
} */

.col-md-6.product-modal-text-wrap {
  padding-left: 0px;
  height: 385px;
  /* background-image: url(../images/product-modal-bg-new2.jpg);
    background-size: cover;
    background-position: bottom; */
  position: relative;
  background-color: #fff;
}

/* .col-md-6.product-modal-text-wrap:before {
    content: "";
    position: absolute;
    background-color: #101010ad;
    width: 100%;
    height: 100%;
    left: -15px;
    top: 0px;
} */

/* .product-modal-text {
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 5px;
    padding-right: 15px;
} */

.product-modal-text {
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding-top: 5px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-modal-text h2 {
  text-transform: capitalize;
  letter-spacing: 1.2px;
  margin-bottom: 2px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  max-width: calc(100% - 0px);
  padding-right: 0px;
  overflow-x: hidden;
}

.product-modal-text h2 a {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

.product-modal-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 3px;
  width: 60px;
  background-color: #852469;
}

.product-modal-text h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: calc(100% + 15px);
  background-color: #8524697d;
}

.product-modal-text .discount-text-1 {
  text-align: left;
  margin: 6px 0 8px;
}

.product-modal-text .discount-text-1 span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 6px 6px;
  background: #852469;
  box-shadow: 2px 2px 15px 0px rgb(12 35 34 / 17%);
  margin: 0px;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

.product-modal-text .fr__pro__prize {
  justify-content: start;
}

.product-modal-text .fr__pro__prize li {
  margin: 0px 4px;
  font-size: 22px;
  color: #000;
}

.product-modal-text .fr__pro__prize li.old__prize {
  margin-left: 0px;
  font-size: 16px;
  color: #868686;
}

.product-modal-short-desc {}

.product-modal-short-desc p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}

.product-modal-cart-btn-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 6px 0;
}

.product-modal-cart-btn-wrap a i {
  font-weight: 600;
}

.product-modal-cart-btn-wrap .product-modal-cart-card {
  width: 160px;
  color: #000;
  display: inline-block;
  padding: 6px 0px;
  text-align: center;
  background: transparent;
  border: 2px solid #000000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.product-modal-cart-btn-wrap .product-modal-cart-card:hover {
  background: transparent;
  color: #852469;
  border-color: #852469;
  transition: 0.3s ease-in-out;
}

/* 
.product-modal-cart-btn-wrap .product-modal-wishlist-card {
    width: 49%;
    margin-left: 2%;
    color: #fff;
    display: inline-block;
    padding: 6px 0px;
    text-align: center;
    background: #000;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.product-modal-cart-btn-wrap .product-modal-wishlist-card:hover {
    background: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
} */

.product-modal-category {
  margin-top: 10px;
}

.product-modal-category h6 {
  font-size: 16px;
  color: #ffffff;
}

.product-modal-category h6 span {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.product-modal-social {
  margin-top: 10px;
  display: none;
}

.product-modal-social h6 {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}

.product-modal-social .product-modal-social-list {
  display: inline-block;
}

.product-modal-social .product-modal-social-list li {
  display: inline-block;
  margin-right: 5px;
}

.product-modal-social .product-modal-social-list li a {
  display: inline-block;
}

.product-modal-social .product-modal-social-list li a:hover {}

.product-modal-social .product-modal-social-list li a i {
  background: transparent;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 28px;
  border: 1px solid #fff;
}

.product-modal-social .product-modal-social-list li a:hover i {
  background: #fff;
  color: #000;
}

/* a.product-modal-details-btn {
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 15px);
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    background: #000000;
    border: 2px solid #000000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
} */

a.product-modal-details-btn {
  color: #fff;
  /* position: absolute;
    bottom: 0px;
    right: 15px; */
  width: calc(50% - 15px);
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
  background: #000000;
  border: 2px solid #000000;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.product-modal-cart-btn {
  color: #fff;
  /* position: absolute; */
  /* bottom: 0px; */
  width: calc(50% - 15px);
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
  background: #852469;
  border: 2px solid #852469;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

a.product-modal-details-btn:hover {
  color: #852469f7;
  border-color: #852469f7;
  background: transparent;
  transition: 0.3s ease-in-out;
}

.product-modal-cart-btn:hover {
  color: #000;
  border-color: #000;
  background: transparent;
  transition: 0.3s ease-in-out;
}

.product-modal-btn-cover-wrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .homepage-popup-modal.product-modal .modal-dialog {
    max-width: 90%;
    width: 660px;
    margin: 30px auto;
  }

  .col-md-6.product-modal-text-wrap {
    height: 315px;
  }

  .product-modal-text {
    padding-top: 20px;
  }

  .product-modal-text h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .product-modal-text h2 a {
    font-size: 22px;
    line-height: 28px;
  }

  .product-modal-short-desc p {
    font-size: 15px;
    line-height: 22px;
  }

  .product-modal-text .discount-text-1 {
    margin: 4px 0 6px;
  }

  .product-modal-text .discount-text-1 span {
    font-size: 15px;
  }

  .product-modal-text .fr__pro__prize li.old__prize {
    font-size: 15px;
  }

  .product-modal-text .fr__pro__prize li {
    margin: 0px 4px;
    font-size: 20px;
  }

  .product-modal-cart-btn-wrap {
    margin: 4px 0;
  }

  .product-modal-cart-btn-wrap .product-modal-cart-card {
    width: 170px;
    padding: 5px 0px;
    border: 2px solid #fff;
    font-size: 12px;
  }

  .product-modal-category {
    margin-top: 8px;
  }

  .product-modal-social {
    margin-top: 6px;
  }

  /* a.product-modal-details-btn {
        padding: 8px 0px;
        font-size: 18px;
    } */
}

@media only screen and (max-width: 767px) {
  .homepage-popup-modal.product-modal .modal-dialog {
    max-width: 70%;
    width: auto;
  }

  .product-modal-text {
    padding-left: 15px;
    padding-top: 15px;
  }

  .col-md-6.product-modal-text-wrap {
    height: auto;
    padding-left: 15px;
    background-position: center;
  }

  a.product-modal-cart-btn,
  a.product-modal-details-btn {
    /* position: static;
        width: 100%;
        margin-top: 10px; */
    width: calc(50% - 10px);
  }

  .product-modal-text .discount-text-1 {
    margin: 6px 0 7px;
  }

  /* .product-modal-cart-btn-wrap {
        margin: 6px 0 8px;
    } */

  .product-modal-social {
    margin-top: 8px;
  }

  #product-modal .modal-content .btn-close span {
    font-size: 30px;
    font-weight: 400;
    color: #000;
  }
}

@media only screen and (max-width: 575px) {
  .product-modal-text h2 {
    max-width: 100%;
  }

  .homepage-popup-modal.product-modal .modal-dialog {
    max-width: 70%;
  }

  .product-modal-text h2 a {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 475px) {
  .homepage-popup-modal.product-modal .modal-dialog {
    max-width: 80%;
  }
}

@media only screen and (max-width: 411px) {
  .homepage-popup-modal.product-modal .modal-dialog {
    max-width: 90%;
  }
}

/* product-modal-end */

/* contacts-page-start */

.contact-content.contact-content-updated {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact-content.contact-content-updated .form-contact-wrap {
  position: relative;
  background: #fff;
  z-index: 5;
}

.contact-content.contact-content-updated .form-contact-wrap h4 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
}

.contact-content.contact-content-updated .form-contact-wrap h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 90px;
  height: 2px;
  background-color: #1b3c45;
}

.contact-content.contact-content-updated .form-contact input {
  margin-bottom: 20px;
}

.contact-content.contact-content-updated .form-contact textarea {
  min-height: 0px;
  resize: none;
}

.contact-content.contact-content-updated .form-contact input:focus,
.contact-content.contact-content-updated .form-contact textarea:focus {
  border-color: #1b3c45 !important;
}

.contact-page-area {
  position: relative;
  /* background-image: url(../images/contact-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.contact-page-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff00;
  pointer-events: none;
}

.contact-page-upper {
  position: relative;
  padding: 30px 30px 24px 30px;
  background: #ffffffd6;
  box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
}

/* .contact-page-upper:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
} */

/* 
.contact-page-upper:after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: -8px;
    width: 120px;
    height: 250px;
    z-index: -10;
    background-color: #000000;
} */

/* .contact-page-upper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 250px;
    background-color: #1b3c45;
} */

.contact-content.contact-content-updated .form-contact-wrap div>button {
  border: none;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 0px !important;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: #1b3c45;
}

.contact-content.contact-content-updated .form-contact-wrap div>button:hover {
  background: #111111;
}

.contact-map {
  /* background-color: #ecc2ff; */
}

.contact-map iframe {
  height: 550px;
  /* mix-blend-mode: luminosity; */
}

.contact-page-info {}

.contact-info-box {
  display: flex;
  padding: 10px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
  border-bottom: 0px solid #1b3c45;
  position: relative;
}

.contact-info-box:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #000;
}

.contact-info-left {
  height: 65px;
  width: 65px;
  padding: 10px;
  margin-right: 5px;
  position: relative;
}

/* .contact-info-left img {
    filter: invert(18%) sepia(64%) saturate(424%) hue-rotate(146deg) brightness(88%) contrast(90%);
} */

.contact-info-right {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.contact-info-right h6 {
  font-size: 14px;
  margin-bottom: 1px;
  position: relative;
  display: inline-block !important;
  padding-bottom: 7px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-info-right h6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 3px;
  width: 25px;
  background-color: #000;
}

.contact-info-right h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 70px;
  max-width: 255px;
  background-color: #00000078;
}

.contact-info-right p {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000;
}

.contact-info-right p a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.contact-info-right p a:hover {
  color: #1b3c45;
}

.contact-page-upper .form-contact-wrap {
  background: #fff;
  padding: 30px 35px 35px;
  border-radius: 15px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 0px solid #000000;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.contact-form-panel {}

.contact-form-panel input {
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 10px;
  border: 1px solid #cecece;
  transition: 0.3s ease-in-out;
}

.contact-form-panel textarea {
  width: 100%;
  margin-bottom: 14px;
  outline: none;
  padding: 10px;
  border: 1px solid #cecece;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus {
  border: 1px solid #852469;
  transition: 0.3s ease-in-out;
}

.form-contact-updated .home-about-btn-box {}

.form-contact-updated .home-about-btn-box .home-about-btn {
  width: auto;
  padding: 0px 40px;
  height: 50px;
  border: 0px solid #852469;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598) !important;
  background-size: 300% 100% !important;
  border-radius: 30px;
  font-size: 16px;
  display: block;
  margin: auto;
  transition: all 0.3s ease 0s;
}

.form-contact-updated .home-about-btn-box .home-about-btn:hover {
  color: #fff;
  transform: scale(1);
  border: 0px solid #852469;
  background-position: 100% 0 !important;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 5px #000000a1;
}

.form-contact-wrap-col {}

.contact-map-col {
  padding-left: 0px !important;
  margin-bottom: -7px;
}

.contact-page-upper .row {
  margin-left: -15px;
  margin-right: -15px;
}

.form-contact-wrap h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
}

.form-contact-wrap h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 3px;
  width: 60px;
  background-color: #000;
}

.form-contact-wrap h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: calc(100% + 20px);
  /* max-width: 255px; */
  background-color: #00000078;
}

@media only screen and (max-width: 991px) {
  .contact-map iframe {
    height: 426px;
  }

  .contact-page-upper .form-contact-wrap {
    padding: 40px 40px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-content.contact-content-updated .form-contact-wrap {
    padding: 0px;
    padding-top: 16px !important;
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
  }

  .contact-content.contact-content-updated .form-contact-wrap h4 {
    margin-left: 15px;
  }

  .contact-page-upper .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .contact-content.contact-content-updated .form-contact-wrap div>button {
    margin: 10px 15px 24px 15px;
    width: calc(100% - 30px);
    font-size: 18px;
  }

  .contact-map iframe {
    height: 320px;
    /* border: 1px solid #1b3c45 !important; */
  }

  .contact-page-upper .form-contact-wrap {
    padding: 20px 5px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info-left {
    margin-right: 12px;
  }

  .contact-page-upper .form-contact-wrap {
    padding: 15px 0px 20px;
  }

  .contact-page-upper.contact-page-upper-new .section__title--2 h2 {
    margin-bottom: 6px !important;
  }

  .contact-map iframe {
    height: 260px;
    /* border: 1px solid #1b3c45 !important; */
  }
}

/* contacts-page-end */

/* product-page-start */

.row.spl-cat-page-row {}

/* product-page-end */

/* preloader-start */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 1000;
}

#wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  animation: pulse 1s infinite;
}

#pulsingheart {
  position: absolute;
  width: 210px;
  height: 140px;
  /* border-radius: 50%; */
  background: #fff;
  /* border: 2px solid #852469;
  box-shadow: 0 4px 15px rgb(12 35 34 / 9%); */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* #pulsingheart {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #852469;
    box-shadow: 0 4px 15px rgb(12 35 34 / 9%);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */

#pulsingheart img {
  width: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 500;
}

#pulsingheart:after {
  position: absolute;
  content: "";
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0;
  margin: auto;
  width: 87%;
  height: 87%;
  background: #fff;
  /* border-radius: 50%; */
  transform-origin: 0 100%;
  animation: pulsecolor 1s infinite;
}

/* #pulsingheart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    animation: pulsecolor 1s infinite;
} */

@keyframes pulse {
  10% {
    transform: scale(1.05);
  }
}

@keyframes pulsecolor {
  10% {
    background: #ffffff50;
  }
}

/* preloader-end */

/* product-zoom-start */

/* body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    background-image: linear-gradient(to right, #dae2f8, #d6a4a4);
}

img {
    display: block;
    max-width: 100%;
}

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

.container>* {
    flex: 1;
}

@media (max-width: 1030px) {
    .container {
        flex-direction: column;
        max-width: 500px;
        text-align: center;
    }
}

.info {
    margin-right: 50px;
}

@media (max-width: 1030px) {
    .info {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.info__body {
    position: sticky;
    top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

h1 {
    font-size: 32px;
    margin-bottom: 0.75em;
}

p {
    margin-bottom: 5px;
} */

.zoomable {
  position: relative;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #ffe4ea;
  border-radius: 10px;
}

.scroll-zoom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 130px;
  padding: 3px 4px 4px 1px;
  background: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  font-weight: 600;
  color: #852469;
  box-shadow: 1px -1px 4px #0000002b;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.scroll-zoom img {
  width: 24px !important;
  height: 24px;
  margin: 0 !important;
  filter: invert(21%) sepia(36%) saturate(7025%) hue-rotate(329deg) brightness(93%) contrast(101%);
}

.pinch-zoom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 130px;
  padding: 3px 4px 4px 1px;
  background: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  color: #852469;
  font-weight: 600;
  box-shadow: 1px -1px 4px #0000002b;
}

.pinch-zoom img {
  width: 24px !important;
  height: 24px;
  margin: 0 !important;
  filter: invert(21%) sepia(36%) saturate(7025%) hue-rotate(329deg) brightness(93%) contrast(101%);
}

@media only screen and (min-width: 992px) {
  .pinch-zoom {
    display: none !important;
  }

  .zoomable:hover .scroll-zoom {
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
}

@media only screen and (max-width: 991px) {
  .scroll-zoom {
    display: none !important;
  }
}

/* .zoomable:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    pointer-events: none;
} */

.zoomable img {
  /* max-width: 100%; */
  /* border: 1px solid #000; */
  /* width: calc(100% - 10px); */
  width: 100%;
  display: block;
  margin: auto;
}

.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

/* product-zoom-end */

/* bootstrap-manual-spacing-start */

.container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

/* bootstrap-manual-spacing-end */

/* payment-fail-start */

/* .owl-carousel {
    display: block !important;
} */

.checkout-wrap.payment-fail-wrap {
  height: calc(100vh - 445px);
}

/* payment-fail-end */

/* home-about-part-new-start */

.home-about-wrap.home-about-wrap-new {
  position: relative;
  padding-top: 100px;
  z-index: 5;
  /* background: #0d9223; */
  /* background: #852469; */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .home-about-wrap.home-about-wrap-new:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f00;
    z-index: 2;
} */

.paper-tear {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  z-index: -50;
  filter: invert(1);
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .paper-tear {
    top: -22px;
  }

  .home-about-wrap.home-about-wrap-new {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .paper-tear {
    display: none;
  }

  .home-about-wrap.home-about-wrap-new {
    padding-top: 40px;
  }
}

.home-about-wrap.home-about-wrap-new .container {
  position: relative;
  z-index: 1;
}

.home-about-card {}

.home-about-card .home-about-text {
  /* background: #fbfbfb; */
  background: #fff;
  padding: 40px 40px 40px;
  border-radius: 0px;
  text-align: center;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
  position: relative;
  overflow: hidden;
  border: 2px solid #000000;
  /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
}

.home-about-card .home-about-text:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: 100px;
  height: 100px;
  border: 6px solid #000000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  pointer-events: none;
}

.home-about-card .home-about-text:after {
  content: "";
  position: absolute;
  content: "";
  right: -2px;
  bottom: -2px;
  width: 100px;
  height: 100px;
  border: 6px solid #000000;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  pointer-events: none;
}

.home-about-card .home-about-text h3 {
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.home-about-card .home-about-text h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1px;
  height: 3px;
  width: 80px;
  z-index: 2;
  background-color: #852469;
}

.home-about-card .home-about-text h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #b4b4b4;
}

.home-about-card .home-about-text h6 {}

.home-about-card .home-about-text h6:last-child {
  margin-bottom: 0px;
}

.home-about-card .home-about-btn-box {}

.home-about-card .home-about-btn-box a {}

@media only screen and (max-width: 767px) {
  .home-about-card .home-about-text {
    padding: 15px 10px 15px;
  }
}

/* home-about-part-new-end */

/* about-page-new-start */

.home-about-wrap.home-about-wrap-new.about-page-wrap-new {
  padding-top: 0px;
  margin-top: 100px;
}

/* .about-page-pre-about {
    padding: 60px 0px 110px;
    background: #852469;
    position: relative;
} */

.about-page-pre-about {
  position: relative;
  padding: 100px 0px 100px;
  margin-top: 100px;
  /* background-image: url(../images/3-3.jpg); */
  background-image: url(../images/3-3.jpg);
  background-color: #852469;
  background-blend-mode: lighten;
  /* background-repeat: repeat-y; */
  background-size: auto;
  /* background-attachment: fixed; */
  /* background-position: bottom; */
  background-position: bottom;
}

.about-page-pre-about.about-page-pre-about-2 {
  position: relative;
  padding: 100px 0px 100px;
  margin-top: 100px;
  background-image: url(../images/3-3.jpg);
  background-color: #852469;
  background-blend-mode: lighten;
  /* background-repeat: no-repeat; */
  background-size: auto;
  /* background-attachment: fixed; */
  /* background-position: bottom; */
  background-position: bottom;
}

.about-page-pre-about h2 {
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 0px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 5px #000000d1;
}

.about-page-pre-about .paper-tear {
  z-index: 0;
  top: auto;
  bottom: -50px;
}

.home-about-card.home-about-card-page {}

.home-about-text.about-page-text {
  margin-top: -70px;
}

.about-page-text .section__title--2-alt {}

.about-page-text .section__title--2-alt h2 {
  text-shadow: 2px 2px 2px #00000017;
  font-weight: 600;
  margin-bottom: 0px;
}

.home-about-text.about-page-text h6 {
  margin-bottom: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .about-page-text .section__title--2-alt h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1499px) {
  /* .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 100px 0px 70px;
        margin-top: 100px;
        transform: scaleY(1.5);
    } */

  /* .htc__grid__top {
        margin-top: 125px;
    } */
}

@media only screen and (max-width: 1199px) {
  /* .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 55px 0px 55px;
        margin-top: 125px;
        transform: scaleY(1.5);
    } */

  /* .htc__grid__top {
        margin-top: 120px;
    } */
}

@media only screen and (max-width: 991px) {

  .about-page-pre-about,
  .about-page-pre-about.about-page-pre-about-2 {
    background-image: url(../images/3-3.jpg);
    padding: 120px 0px 120px;
    margin-top: 80px;
    transform: scaleY(1);
    background-size: cover;
  }

  .htc__grid__top {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .about-page-pre-about,
  .about-page-pre-about.about-page-pre-about-2 {
    background-image: url(../images/3-3.jpg);
    padding: 80px 0px 80px;
  }

  .about-page-pre-about h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {

  .about-page-pre-about,
  .about-page-pre-about.about-page-pre-about-2 {
    padding: 80px 0px 80px;
  }
}

@media only screen and (max-width: 474px) {

  .about-page-pre-about,
  .about-page-pre-about.about-page-pre-about-2 {
    padding: 70px 0px 70px;
  }
}

@media only screen and (max-width: 410px) {

  .about-page-pre-about,
  .about-page-pre-about.about-page-pre-about-2 {
    padding: 55px 0px 55px;
  }
}

/* @media only screen and (max-width:359px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 45px 0px 45px;
    }
} */

.features-new-wrap {}

.features-new-wrap .features-spl-row {}

.features-newer-card {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .features-spl-row .col-md {
    margin: 0px 0px 30px 0px;
  }

  .features-new-area.ptb--80 {
    padding: 40px 0 5px 0;
  }
}

.features-newer-img {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.features-newer-img img {
  height: 35px;
  width: 35px;
  filter: invert(1);
}

.features-newer-img.image-1 {
  position: relative;
  background-color: #852469;
  border-radius: 50%;
}

.features-newer-img.image-1:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #85246957;
  z-index: -1;
  border-radius: 50%;
  animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-2 {
  position: relative;
  background-color: #0d9223;
  border-radius: 50%;
}

.features-newer-img.image-2:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #0d922357;
  z-index: -1;
  border-radius: 50%;
  animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-3 {
  position: relative;
  background-color: #ff157b;
  border-radius: 50%;
}

.features-newer-img.image-3:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #ff157b57;
  z-index: -1;
  border-radius: 50%;
  animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-4 {
  position: relative;
  background-color: #ff9901;
  border-radius: 50%;
}

.features-newer-img.image-4:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #ff990157;
  z-index: -1;
  border-radius: 50%;
  animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-5 {
  position: relative;
  background-color: #852469;
  border-radius: 50%;
}

.features-newer-img.image-5:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #85246957;
  z-index: -1;
  border-radius: 50%;
  animation: beat2 0.85s infinite alternate;
}

.features-newer-text {
  margin-top: 22px;
}

.features-newer-text h6 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.features-newer-text small {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
  line-height: 22px;
}

/* about-page-new-end */

/* contact-page-new-start */

/* .contact-page-upper.contact-page-upper-new {
    margin-top: -70px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #000000;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
} */

.contact-page-upper.contact-page-upper-new {
  padding: 0px;
  border-radius: 0px;
  text-align: left;
  position: static;
  overflow: visible;
  border: 0px solid #000000;
  box-shadow: none;
}

.contact-page-upper.contact-page-upper-new .section__title--2 h2 {
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

/* .contact-page-upper.contact-page-upper-new:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.contact-page-upper.contact-page-upper-new:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.contact-page-info.contact-page-info-new {
  padding-top: 0px;
}

.contect-lower-new {
  margin-top: 60px;
  /* background-image: url(../images/bg-img-3.jpg); */
  box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
  position: relative;
  background: #fffbfb;
  border-radius: 15px;
}

.contect-lower-new:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact-bg-new.jpg);
  background-color: #852469;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: luminosity;
  opacity: 0.07;
}

.contact-info-box-new {
  padding: 25px 10px;
}

.contact-image-box {
  width: 50px;
  height: 50px;
  padding: 0px 0px;
  margin: 0 auto;
}

.contact-image-box img {}

.contact-text-box {
  text-align: center;
  margin-top: 14px;
}

.contact-text-box h6 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 20px;
}

.contact-text-box p {
  font-size: 16px;
  font-weight: 500;
  color: #852469;
  display: block;
  line-height: 22px;
  min-height: 44px;
}

.contact-text-box p a {
  color: #852469;
}

.contact-text-box p a:hover {
  color: #852469;
  text-decoration: underline;
}

.contact-info-box-new.contact-box-spl {
  position: relative;
}

.contact-info-box-new.contact-box-spl:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  left: -15px;
  background-color: #852469;
}

.contact-info-box-new.contact-box-spl:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  right: -15px;
  background-color: #852469;
}

/* contact-page-new-end */

/* product-details-page-new-start */

.ht__product__dtl.product-detail-right {}

.ht__product__dtl.product-detail-right .sin__desc.align--left {
  margin-top: 18px;
  align-items: center;
}

.ht__product__dtl.product-detail-right .sin__desc.align--left p {
  color: #000;
}

.ht__product__dtl.product-detail-right .sin__desc.align--left p span {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  margin-right: 2px;
  text-transform: capitalize;
}

.ht__product__dtl.product-detail-right h2 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: capitalize;
  /* font-family: "Cormorant Garamond", serif !important; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

.ht__product__dtl.product-detail-right .product-price-part {
  display: flex;
  align-items: center;
}

.ht__product__dtl.product-detail-right .product-price-part h6.discount-text-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  background: #852469;
  color: #fff;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.ht__product__dtl.product-detail-right .product-price-part h6.discount-text-1 span {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize {
  margin-top: 0px;
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize .old__prize {
  padding-right: 10px;
  text-decoration-color: #f00;
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize .new__price {
  font-size: 24px;
  color: #852469;
  font-weight: 500;
}

.product-detail-right .product-coupon-code.coupon-code-details {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 16px;
}

.product-detail-right .product-coupon-code.coupon-code-details p {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin-top: 2px;
}

.product-detail-right .product-coupon-code.coupon-code-details .form-group {
  margin-bottom: 0px;
}

.product-detail-right .product-coupon-code.coupon-code-details .input-group {
  border: 1px solid #dddddd;
  padding: 6px 6px 6px 16px;
  width: 220px;
}

.product-detail-right .product-coupon-code.coupon-code-details .input-group input {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  background: #fff;
  border: none;
  outline: none;
  padding-left: 0px;
  box-shadow: none;
}

.product-detail-right .product-coupon-code.coupon-code-details button {
  background-color: #852469;
  font-size: 16px;
  padding: 6px 10px;
}

.sin__desc.align--left.product-color-part {}

.sin__desc.align--left.product-color-part p {}

.sin__desc.align--left.product-color-part p span {}

.sin__desc.align--left.product-color-part p a {
  position: relative;
  display: inline-block;
  box-shadow: 0px 0px 10px #42424257;
  padding: 1px 6px;
  margin: 6px 5px;
  font-weight: 500;
  background: #fff;
  color: #852469;
}

.sin__desc.align--left.product-color-part p a:before {
  position: absolute;
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
  border: 2px solid #852469;
  border-radius: 4px;
}

.sin__desc.align--left.product-color-part p a.no-color-anchor:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border: 2px solid #fff;
}

.sin__desc.align--left.product-color-part img {
  width: 45px;
  height: 45px;
}

.sin__desc.align--left.product-quantity-part {}

.sin__desc.align--left.product-quantity-part p {}

.sin__desc.align--left.product-quantity-part p span {}

.sin__desc.align--left.product-quantity-part select {
  width: 40px;
  background: #f9f9f9;
  border-color: #dddddd;
  font-weight: 500;
  color: #000000;
  outline: none;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 8%);
}

.product-button-part {}

.product-button-part .fr__btn-new {
  padding: 6px 20px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  color: #ed1598;
  background: linear-gradient(#f6edfd, #f6edfd) padding-box, linear-gradient(to right, #ed1598, #852469) border-box;
  border: 2px solid transparent;
  transition: 0.4s ease-in-out;
  height: 50px;
  line-height: 34px;
  width: 140px;
  text-align: center;
  margin-right: 6px;
  border-radius: 30px;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}

.product-button-part .fr__btn-new:hover {
  transition: 0.3s ease-in-out;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598);
  background-size: 300% 100%;
  background-position: 100% 0;
  color: #fff;
  box-shadow: 1px 1px 5px #000000a1;
}

.product-button-part .fr__btn.buy_now-new {
  padding: 6px 10px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  border: 2px solid transparent;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598);
  background-size: 300% 100%;
  height: 50px;
  line-height: 34px;
  width: 140px;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-top: 0px;
  position: relative;
  border-radius: 30px;
  font-size: 15px;
  top: 0px;
}

/* .product-button-part .fr__btn.buy_now-new:hover {
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #852469;
} */

.product-button-part .fr__btn.buy_now-new:hover {
  transition: 0.3s ease-in-out;
  background: linear-gradient(#f6edfd, #f6edfd) padding-box, linear-gradient(to right, #ed1598, #852469) border-box;
  border: 2px solid transparent;
  color: #852469;
  box-shadow: 1px 1px 5px #000000a1;
}

.product-features-part.features-new-wrap {}

.product-features-part.features-new-wrap .features-newer-card {
  margin-top: 30px;
}

.product-features-part.features-new-wrap .features-spl-row .col-md:first-child {
  padding-left: 10px;
}

.product-features-part.features-new-wrap .features-newer-img {
  width: 45px;
  height: 45px;
}

.product-features-part.features-new-wrap .features-newer-img.image-1:before,
.product-features-part.features-new-wrap .features-newer-img.image-2:before,
.product-features-part.features-new-wrap .features-newer-img.image-3:before,
.product-features-part.features-new-wrap .features-newer-img.image-4:before,
.product-features-part.features-new-wrap .features-newer-img.image-5:before {
  width: 65px;
  height: 65px;
}

.product-features-part.features-new-wrap .features-newer-img img {
  height: 25px;
  width: 25px;
}

.product-features-part.features-new-wrap .features-newer-text {
  margin-top: 20px;
}

.product-features-part.features-new-wrap .features-newer-text h6 {
  font-weight: 500;
  font-size: 14px;
  margin-top: 0px;
}

.product-wishlist-part {
  margin-top: 14px;
}

.ht__pro__desc.ht__pro__desc-new {
  margin-top: 12px;
}

.product-wishlist-part a {
  color: #ff0f33;
  padding: 6px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #dddddd87;
  border-bottom: 2px solid #ff0f33;
  background: #fff;
  background: #ffffff;
  height: 36px;
  line-height: 24px;
}

.product-wishlist-part a i {
  color: #ff0026;
  font-weight: 600;
}

.product-wishlist-part a:hover {}

.product-wishlist-part a:hover i {}

.sin__desc.align--left.product-sku-part {}

.sin__desc.align--left.product-sku-part p {}

.sin__desc.align--left.product-sku-part p span {}

.sin__desc.align--left.product-categories-part {}

.sin__desc.align--left.product-categories-part p {}

.sin__desc.align--left.product-categories-part p span {}

.sin__desc.align--left.product-categories-part .pro__cat__list {
  margin-left: 0px;
}

.sin__desc.align--left.product-categories-part .pro__cat__list li {}

.sin__desc.align--left.product-categories-part .pro__cat__list li a {
  line-height: 19px;
  font-weight: 600;
  padding-left: 3px;
  display: inline-block;
  color: #852469;
}

.sin__desc.align--left.social_share_box {}

.sin__desc.align--left.social_share_box p {}

.sin__desc.align--left.social_share_box p span {}

.sin__desc.align--left.social_share_box a {
  background: #fcf6ff none repeat scroll 0 0;
  border-radius: 4px;
  color: #852469;
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transition: all 0.4sease;
  width: 28px;
  border: 1px solid #fcf6ff;
  box-shadow: 2px 2px 7px rgb(0 0 0 / 14%);
  margin-right: 4px;
  margin-left: 4px;
}

.sin__desc.align--left.social_share_box a:hover {
  transition: all 0.4s ease;
  border-color: #852469;
}

#sizechart .table-responsive {
  background: #ffffff;
  border: 1px solid #dddddd78;
  margin-bottom: 0px;
  box-shadow: 0 4px 15px rgb(12 35 34 / 7%);
}

/* .table.vastra-size-chart-table.pulse-table {}

.vastra-size-chart-table.pulse-table tbody {}

.vastra-size-chart-table.pulse-table tbody tr {}

.vastra-size-chart-table.pulse-table tr th {}

.vastra-size-chart-table.pulse-table tr td {} */

@media only screen and (max-width: 1199px) {
  .zoomable {
    margin-right: 1px;
  }

  .slider-nav .item-slick {
    width: 71.7px;
  }

  .spl-left-padding {
    padding-left: 0px !important;
  }

  .product-features-part.features-new-wrap .features-spl-row .col-md {
    width: 20%;
    padding: 0px 5px;
    margin: 0px 0px 0px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .pro__details__tab li {
    height: 40px;
    line-height: 44px;
  }

  .pro__details__tab li a {
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    padding: 0px 20px;
  }

  .htc__product__details.product-details-page-section.pt--80 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .spl-left-padding {
    padding-left: 0px !important;
  }

  .slider-nav .item-slick {
    width: 66px;
  }

  .product-detail-right .product-coupon-code.coupon-code-details {
    padding-top: 12px;
  }

  .sin__desc.align--left.product-sku-part {
    margin-top: 6px !important;
  }

  .product-features-part.features-new-wrap .features-newer-card {
    margin-top: 24px;
  }

  .product-features-part.features-new-wrap .features-newer-text h6 {
    font-weight: 600;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .product-features-part.features-new-wrap .features-newer-img {
    width: 40px;
    height: 40px;
  }

  .product-features-part.features-new-wrap .features-newer-img.image-1:before,
  .product-features-part.features-new-wrap .features-newer-img.image-2:before,
  .product-features-part.features-new-wrap .features-newer-img.image-3:before,
  .product-features-part.features-new-wrap .features-newer-img.image-4:before,
  .product-features-part.features-new-wrap .features-newer-img.image-5:before {
    width: 60px;
    height: 60px;
  }

  .product-features-part.features-new-wrap .features-newer-img img {
    height: 22px;
    width: 22px;
  }

  .ht__product__dtl.product-detail-right .sin__desc.align--left {
    margin-top: 10px;
    align-items: center;
  }

  .sin__desc.align--left.product-categories-part {
    margin-top: 6px !important;
  }

  .ht__pro__desc.ht__pro__desc-new {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  /* .slider-nav.slider-thumbnails .slick-track {
        width: calc(100% + 5px) !important;
    } */

  .slider-nav.slider-thumbnails .item-slick {
    /* width: calc(20% - 5px); */
    width: 143px;
  }

  .spl-left-padding {
    padding-left: 15px !important;
  }

  .pro__details__tab li a {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    padding: 0px 0px;
  }

  .ht__product__dtl.product-detail-right h2 {
    margin-bottom: 10px;
  }

  .product-detail-right .product-coupon-code.coupon-code-details {
    padding-top: 14px;
  }

  .pro__details__tab {
    display: flex !important;
  }

  .sin__desc.align--left.product-categories-part .pro__cat__list li a {
    font-size: 16px;
  }

  .product-features-part.features-new-wrap .features-newer-text h6 {
    font-size: 13px;
    margin-bottom: 0px;
  }

  .product-detail-right .product-coupon-code.coupon-code-details .input-group {
    padding: 6px 6px 6px 6px;
    width: 200px;
  }

  .updated-product-category .section__title--2 h2 {
    margin-bottom: -5px;
  }

  .section__title--2 h2:before {
    bottom: 13px;
    height: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .pro__details__tab li a {
    font-size: 15px;
    /* margin: 0px 5px;
        height: 36px; */
  }
}

@media only screen and (max-width: 575px) and (min-width: 425px) {
  .slider-nav.slider-thumbnails .item-slick {
    width: 110px;
  }
}

@media only screen and (max-width: 424px) {
  .slider-nav.slider-thumbnails .item-slick {
    width: 93px;
  }
}

@media only screen and (max-width: 575px) and (min-width: 475px) {
  /* .pro__details__tab li a {
        font-size: 12px;
    } */
}

@media only screen and (max-width: 474px) {
  .product-features-part.features-new-wrap .features-spl-row .col-md {
    width: 50%;
    padding: 0px 10px;
  }

  /* .pro__details__tab {
        display: block !important;
    }

    .pro__details__tab li {
        width: 100%;
    }

    .pro__details__tab li+li {
        border-left: 0px solid #ddd;
        line-height: 40px;
    }

    .pro__details__tab li a {
        border-bottom: 1px solid #ddd;
    }

    .pro__details__tab li:last-child a {
        border-bottom: none;
    } */
}

/* product-details-page-new-end */

/* new-responsive-start */

/* category-new-responsive-start */

.updated-product-grid.spl-product__grid.ptb--80 {
  padding: 0px 0 70px 0;
  position: relative;
  /* background: #ffe3ed; */
  background-image: url(../images/sns-bg-new.webp);
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

@media only screen and (max-width: 1199px) {
  /* .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        padding: 30px 25px;
    } */

  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:before {
    width: 80px;
    height: 80px;
  }

  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:after {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .updated-product-grid.spl-product__grid.ptb--80 {
    padding: 0px 0 0px 0;
  }

  /* .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        margin-bottom: 25px;
        margin-top: -50px;
    } */
}

@media only screen and (max-width: 767px) {
  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
    display: flex;
  }

  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top select.ht__select {
    padding: 0 0px 0 15px;
    background-position: right 15px center;
  }
}

@media only screen and (max-width: 575px) {
  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
    /* padding: 20px 15px; */
    justify-content: space-between;
  }

  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top h6 {
    font-size: 16px;
    margin-right: 6px;
  }

  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:before {
    width: 70px;
    height: 70px;
  }

  .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:after {
    width: 70px;
    height: 70px;
  }
}

/* category-new-responsive-end */

/* product-details-new-start */

.updated-product-category.updated-related-products.ptb--80 {
  padding: 70px 0 70px 0;
  background-color: #fff8f2;
}

.htc__produc__decription.bg__white {
  /* padding-bottom: 50px; */
  border-bottom: 0px solid #e7e7e7;
  /* padding-bottom: 0px; */
}

.submit_review_hint a {
  text-transform: capitalize;
  font-weight: 600;
  color: #852469;
  transition: 0.3s ease-in-out;
}

.submit_review_hint a:hover {
  text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  transition: 0.3s ease-in-out;
}

.submit_review_hint {
  color: #000000;
}

.pro__tab__content__inner.updated-product-review .review_heading {
  margin-top: 0px;
  margin-bottom: 10px;
}

header.text-left {
  border-bottom: 1px solid #852469;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#sizechart .pro__tab__content__inner {
  overflow: hidden;
  padding: 15px 15px;
}

#sizechart table {
  overflow-x: auto;
  min-height: 0.01%;
  backdrop-filter: blur(25px);
  background: #ffffffb8;
  /* box-shadow: 0 4px 15px rgb(0 0 0 / 12%); */
  /* padding: 10px 10px; */
  padding: 0px 0px;
  width: 100% !important;
  /* display: block; */
  border: 1px solid #852469;
}

#sizechart p {
  display: none;
}

#sizechart table tr td:first-child {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 26px;
  font-weight: 600;
  padding: 10px 25px;
  width: 250px;
  background: #8524692b;
  color: #852469;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  border-bottom: 1px solid #852469;
}

#sizechart table tr td:last-child {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 25px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid #852469;
}

#sizechart table tr:last-child td {
  border-bottom: none !important;
}

@media only screen and (max-width: 767px) {
  #sizechart table tr td:first-child {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px 15px;
    font-weight: 600;
    width: 180px;
  }

  #sizechart table tr td:last-child {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 15px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 575px) {
  #sizechart table tr td:first-child {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 21px;
    padding: 5px 5px;
    font-weight: 600;
    width: 110px;
  }

  #sizechart table tr td:last-child {
    font-size: 13px;
    line-height: 21px;
    padding: 5px 5px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {
  .updated-product-category.updated-related-products.ptb--80 {
    padding: 40px 0 0px 0;
  }

  .htc__produc__decription.bg__white {
    padding-bottom: 35px;
    padding-top: 20px;
  }
}

/* product-details-new-end */

/* contact-us-new-responsive-start */

@media only screen and (max-width: 1799px) {
  .about-page-pre-about .paper-tear {
    bottom: -48px;
  }
}

@media only screen and (max-width: 1699px) {
  .about-page-pre-about .paper-tear {
    bottom: -46px;
  }
}

@media only screen and (max-width: 1599px) {
  .about-page-pre-about .paper-tear {
    bottom: -44px;
  }
}

@media only screen and (max-width: 1499px) {
  .about-page-pre-about .paper-tear {
    bottom: -40px;
  }
}

@media only screen and (max-width: 1399px) {
  .about-page-pre-about .paper-tear {
    bottom: -38px;
  }
}

@media only screen and (max-width: 1299px) {
  .about-page-pre-about .paper-tear {
    bottom: -34px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-page-pre-about .paper-tear {
    bottom: -32px;
  }
}

@media only screen and (max-width: 1099px) {
  .about-page-pre-about .paper-tear {
    bottom: -30px;
  }
}

@media only screen and (max-width: 1199px) {
  /* .contact-page-upper.contact-page-upper-new {
        padding: 30px 30px 36px;
    } */
}

@media only screen and (max-width: 991px) {
  /* .contact-map-col {
        margin-top: 30px;
        padding-left: 15px !important;
    } */

  .contect-lower-new {
    margin-top: 20px;
    box-shadow: 4px 4px 8px rgb(188 188 188 / 48%);
  }

  .contact-info-box-new {
    padding: 15px 5px;
  }

  .contact-text-box {
    margin-top: 8px;
  }

  .contact-page-upper.contact-page-upper-new {
    padding: 0px 0px 0px;
    margin-top: 0px;
  }

  .contact-text-box p {
    font-size: 15px;
    font-weight: 500;
    /* color: #000; */
    display: block;
    line-height: 21px;
    min-height: 0px;
  }

  .contact-page-upper.contact-page-upper-new {
    text-align: center;
  }

  /* .about-page-pre-about.about-page-pre-about-2 {
        padding: 100px 0px 100px;
        margin-top: 80px;
    } */

  .contect-lower-new {
    box-shadow: none;
    margin-top: 30px;
    background-image: none;
    background-color: #fff;
  }

  .contact-info-box-new.contact-box-spl {
    margin: 30px 0;
    position: relative;
  }

  .contact-page-upper.contact-page-upper-new {
    padding: 0px 0px 0px;
    margin-top: 0px;
  }

  .contact-info-box-new {
    padding: 15px 10px;
    box-shadow: 2px 2px 8px rgb(137 137 137 / 26%);
    position: relative;
    border-radius: 15px;
  }

  .contact-info-box-new.contact-box-spl:before,
  .contact-info-box-new:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-bg-new.jpg);
    background-color: #852469;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: luminosity;
    opacity: 0.07;
    pointer-events: none;
  }

  .contact-info-box-new.contact-box-spl:after {
    display: none;
  }

  .contact-page-upper .form-contact-wrap .contact-form-panel {
    padding-left: 0px;
    padding-right: 0px;
  }

  .contect-lower-new:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .contact-text-box p {
    font-size: 16px;
    font-weight: 500;
    /* color: #000; */
    display: block;
    line-height: 24px;
    height: auto;
    min-height: 0px;
  }

  /* .contect-lower-new {
        box-shadow: none;
        margin-top: 30px;
        background-image: none;
        background-color: #fff;
    }

    .contact-info-box-new.contact-box-spl {
        margin: 30px 0;
    }

    .contact-page-upper.contact-page-upper-new {
        padding: 0px 0px 0px;
        margin-top: 0px;
    }

    .contact-info-box-new {
        padding: 15px 10px;
        background-image: url(../images/bg-img-3.jpg);
        background-color: #b100ff;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-blend-mode: luminosity;
        box-shadow: 2px 2px 8px rgb(137 137 137 / 26%);
    }

    .contact-page-upper .form-contact-wrap .contact-form-panel {
        padding-left: 0px;
        padding-right: 0px;
    } */
}

@media only screen and (max-width: 575px) {
  .contact-page-upper.contact-page-upper-new {
    padding: 0px 0px 0px;
  }

  .about-page-pre-about h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .contact-info-box-new.contact-box-spl {
    margin: 30px 0;
  }

  .contect-lower-new {
    box-shadow: none;
    margin-top: 30px;
  }

  .contact-map-col {
    margin-top: 0px;
  }
}

.product-visible-pulse {
  display: none;
}

/* contact-us-new-responsive-end*/

/* new-responsive-end */

.sin__desc.available-dtls.not-available {}

.sin__desc.available-dtls {}

.sin__desc.available-dtls p {
  color: #0d9223;
  font-weight: 500;
}

.sin__desc.available-dtls.not-available p {
  color: #f00;
}

.sin__desc.available-dtls p span {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  margin-right: 2px;
  text-transform: capitalize;
}

/* about-page-new-parts-start */

.about-page-part {}

.about-page-part.page-part-1 {
  background-color: #f6f0d9ba;
}

.about-page-part.page-part-2 {
  /* background-color: #f7f7f7; */
}

.spl-about-row {
  display: flex;
  align-items: center;
}

.page-part-text {}

.page-part-text h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 4px;
  position: relative;
  background-image: linear-gradient(to right bottom, #00d3ff -110%, #852469);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.page-part-text p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
}

.page-part-img {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 36%);
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff;
}

.page-part-img:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: 70px;
  height: 70px;
  border: 6px solid #ffffff;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  pointer-events: none;
}

.page-part-img:after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: -2px;
  width: 70px;
  height: 70px;
  border: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  pointer-events: none;
}

.page-part-img img {
  width: 100%;
}

.about-music-part {
  background-color: #f7f7f7;
}

.about-music-card-new {
  background: #fff;
  padding: 40px 40px 30px;
  border-radius: 0px;
  text-align: center;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
  position: relative;
  overflow: hidden;
  border: 2px solid #000000;
}

.about-music-card-new:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  width: 100px;
  height: 100px;
  border: 6px solid #000000;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  pointer-events: none;
}

.about-music-card-new:after {
  position: absolute;
  content: "";
  right: -2px;
  bottom: -2px;
  width: 100px;
  height: 100px;
  border: 6px solid #000000;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  pointer-events: none;
}

.about-music-card-new h2 {
  margin-bottom: 0px;
}

.about-music-card-new p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
}

.about-owner-wrap {
  background: linear-gradient(306deg, white, #12a7ff66);
}

.about-owner-text {}

.about-owner-text h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}

.about-owner-text h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

.about-owner-text h2:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #852469;
  left: 0;
  bottom: -5px;
}

.about-owner-text p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
}

.about-owner-img {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 36%);
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff;
}

.about-owner-img img {}

.hide-large {
  display: none;
}

@media only screen and (max-width: 991px) {
  .spl-about-row {
    display: block;
  }

  .page-part-text {
    text-align: center;
  }

  .page-part-text h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 2px;
  }

  .page-part-text p {
    margin-bottom: 16px;
  }

  .hide-small {
    display: none;
  }

  .hide-large {
    display: block;
  }

  .about-owner-text {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-part-text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
  }

  .about-music-card-new {
    padding: 15px 10px 10px;
  }

  .about-music-card-new p {
    margin-bottom: 5px;
    line-height: 26px;
  }

  .about-music-card-new .section__title--2 h2 {
    font-size: 21px;
  }

  .about-owner-text h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .about-owner-text h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
  }

  .about-owner-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .about-owner-text {
    margin-bottom: 16px;
  }
}

/* about-page-new-parts-end */
.bc-img img {
  width: 100%;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 1320px;
  }
}

.header-contents {
  text-align: center;
}

.both-cat-wrap {
  border-bottom: 0px solid #e7e7e7;
  background: #fdf6ff;
}

.bc-card {
  /* box-shadow: 0 4px 15px rgb(12 35 34 / 9%); */
  box-shadow: 2px 2px 15px #85246957;
}

.bc-img {}

.bc-img img {
  width: 100%;
}

.bc-img:hover img {}

.bc-text {
  text-align: center;
  padding: 16px 0 24px 0;
  background: #ffffff80;
}

.bc-text h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.bc-text p {
  max-width: 500px;
  margin: 0 auto;
  color: #868686;
  margin-bottom: 10px;
}

.bc-text a {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  padding: 0px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.bc-text a:hover {
  box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
  transition: all 0.3s ease 0s;
  border-color: #fff;
  color: #852469;
}

@media only screen and (max-width: 1199px) {
  .bc-text p {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .bc-card.bc-card-2 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .bc-text {
    text-align: center;
    padding: 12px 0 20px 0;
  }

  .bc-text h6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.home-about-sec {
  /* border-bottom: 1px solid #e7e7e7; */
  background: #fff2f4;
}

.home-about-sec .row.spl-about-row {}

.home-about-text {}

.home-about-text h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 4px;
}

.home-about-text h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
  padding-bottom: 0px;
}

.home-about-text h3 span {
  color: #852469;
  font-weight: 600;
}

.home-about-text p {
  color: #000000;
  text-align: justify;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.home-about-text a {
  /* background: #852469; */
  border: 0px solid #852469;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598);
  background-size: 300% 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  padding: 0px 32px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  margin-top: 4px;
  border-radius: 30px;
}

.home-about-text a:hover {
  color: #fff;
  /* background: #852469;
  border: 1px solid #852469; */
  border: 0px solid #852469;
  background-position: 100% 0;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 5px #000000a1;
}

.home-about-img-new {
  position: relative;
  /* border-radius: 10px;
    box-shadow: 4px 4px 10px 0px #0000001c; */
}

.home-about-img-new:before {
  position: absolute;
  content: "";
}

.home-about-img-new img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 0px #00000036;
}

/* .home-about-img-new:hover {
    animation-name: animation-horizontal;
    animation-iteration-count: 1;
    animation-duration: 1s;
    opacity: 0.8;
    color: #852469;
} */

@keyframes animation-horizontal {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 991px) {
  .home-about-img-new {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .home-about-sec.home-about-sec-about .home-about-img-new {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .home-about-text h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
  }

  .home-about-text a {
    margin-top: 0px;
  }

  .home-about-sec.home-about-sec-newest .home-about-text h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.feature-latest-wrap {
  background-image: url(../images/bg-img-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 0px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .feature-latest-wrap {
    margin-top: -8px;
  }
}

.feature-latest-card {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .feature-latest-card.feature-latest-card-3 {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-latest-card.feature-latest-card-2 {
    margin-top: 24px;
  }
}

.fl-img {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
}

.fl-img img {
  width: 100%;
  filter: invert(13%) sepia(79%) saturate(4387%) hue-rotate(278deg) brightness(81%) contrast(107%);
  transition: 0.5s ease-in-out;
}

.feature-latest-card:hover .fl-img img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-360deg);
  filter: invert(13%) sepia(79%) saturate(4387%) hue-rotate(278deg) brightness(81%) contrast(107%);
  transition: 0.5s ease-in-out;
}

.fl-text {}

.fl-text h6 {
  font-size: 16px;
  font-weight: 600;
  /* font-family: "Lato", sans-serif; */
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 0px;
}

.fl-text p {
  max-width: 300px;
  margin: 0 auto;
  color: #868686;
}

.product-coupon-code-new {
  background-color: #fcf6ff;
  padding: 10px 12px;
  border-radius: 0px;
  border-color: #000000;
  border-width: 0px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60%;
  margin-top: 20px;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 9%);
}

.product-coupon-code-new h6 {
  color: #852469;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  margin-top: 6px;
  line-height: 22px;
  margin-bottom: 0px;
  text-align: center;
}

.product-coupon-code-new p {
  color: #852469;
  font-size: 16px;
  line-height: 26px;
  margin-top: 4px;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

@media only screen and (max-width: 991px) {
  .product-coupon-code-new {
    width: 100%;
    margin-bottom: 20px;
  }

  .ht__product__dtl.product-detail-right h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {
  #sizechart .pro__tab__content__inner {
    overflow: hidden;
    /* padding: 15px 0px 0px; */
  }

  /* .ht__pro__details__content .pro__tab__content__inner {
        padding: 12px 0px 0px;
    } */
  .ht__pro__details__content .pro__tab__content__inner {
    margin: 0px 0px 0px;
  }

  .ht__product__dtl.product-detail-right h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.video-sec {
  position: relative;
  overflow: hidden;
}

.vid-desktop {
  width: 100%;
}

.vid-mobile {
  width: 100%;
  display: none;
}

.video-text-new {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.video-text-new h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 1px 1px 4px #852469;
}

.video-text-new a {
  background: #fff;
  border: 2px solid #ffffff;
  color: #852469;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  padding: 0px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-bottom: 60px;
}

.video-text-new a:hover {
  border-color: #852469;
  box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1199px) {
  .video-text-new h2 {
    font-size: 70px;
    margin-bottom: 10px;
  }

  .video-text-new a {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .video-text-new h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .video-text-new a {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vid-desktop {
    display: none;
  }

  .vid-mobile {
    display: block;
  }

  .video-text-new h2 {
    font-size: 60px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 4px #181818;
  }

  .video-text-new a {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .video-text-new h2 {
    font-size: 36px;
    margin-bottom: 8px;
  }

  .video-text-new a {
    margin-bottom: 20px;
  }
}

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.15));
  font-size: 60px;
  text-align: center;
  margin: 20px 0 70px;
}

.waviy span {
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
  position: relative;
  display: inline-block;
  color: #852469;
  font-weight: 600;
  line-height: 76px;
  text-transform: uppercase;
  animation: 2.5s infinite waviy;
  animation-delay: calc(0.2s * var(--i));
}

.waviy span.space {
  margin-left: 8px;
}

@keyframes waviy {

  0%,
  100%,
  40% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-20px);
  }
}

@media only screen and (max-width: 1499px) {
  .waviy {
    margin: 70px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .waviy {
    margin: 30px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .waviy {
    margin: 30px 0 80px;
    font-size: 48px;
  }

  .waviy span {
    font-weight: 700;
    line-height: 62px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-section {
    min-height: 40vh;
  }

  .waviy {
    font-size: 34px;
    margin: 10px 0 50px;
  }

  .waviy span {
    line-height: 50px;
  }
}

.rp-img {
  width: 16px;
}

.preheader-sec {
  background: #852469;
  padding: 10px 0;
  position: relative;
  z-index: 15;
}

.ph-carousel-outer {}

#owl-carousel_ph {
  position: relative;
}

#owl-carousel_ph .item {
  display: flex;
  justify-content: center;
}

#owl-carousel_ph .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin-top: 0px;
  margin: auto;
  height: 38px;
  width: 670px;
}

.owl-carousel .owl-nav button.owl-prev {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: 0px;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}

.owl-carousel .owl-nav button.owl-next {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}

#owl-carousel_ph h6 {
  text-align: center;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  line-height: 18px;
  /* font-family: "Baloo 2", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

@media only screen and (max-width: 767px) {
  #owl-carousel_ph .owl-nav {
    width: 470px;
  }
}

@media only screen and (max-width: 575px) {
  #owl-carousel_ph h6 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  #owl-carousel_ph .owl-nav {
    width: 270px;
  }
}

.row.row-sp-flex {}

.col-md-4.col-sp-flex {}

@media only screen and (min-width: 768px) {
  .row.row-sp-flex {
    display: flex;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .fl-text h6 {
    font-size: 13px;
  }
}

.testimonial-sec {
  /* background-color: #77cbd9; */
  position: relative;
  /* overflow: hidden; */
  padding: 70px 0px 70px;
}

.testimonial-sec .section__title--2 h2 {
  color: #fff;
}

.testi-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-color: #852469; */
  background: linear-gradient(-64deg, #852469, #852469, #852469, #ed1598);
  background-size: 250% 100%;
}

/* .shape-top {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
  -webkit-mask: url(../images/svg-1.svg);
  mask: url(../images/svg-1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
} */

@media only screen and (max-width: 991px) {
  .testimonial-sec {
    padding: 40px 0px 35px;
  }
}

@media only screen and (max-width: 575px) {
  .shape-top {
    display: none;
  }
}

.testimonial-sec .shape-top {
  background-color: #fff2f4;
}

.testimonial-sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/borof.png); */
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: bottom;
}

#owl-carousel_testi {}

.testimonial-box {
  /* box-shadow: 2px 2px 15px #85246933; */
  margin: 10px 12px 10px;
  border: 2px solid #852469;
  border-radius: 10px;
  background: transparent;
  text-align: center;
  padding: 40px 30px;
  position: relative;
}

.testimonial-box:before {
  position: absolute;
  content: "";
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  left: -10px;
  top: -10px;
  background: #fff;
  border-radius: 10px;
  transform: rotate(0deg);
  z-index: -1;
}

.testimonial-box-inner {
  position: relative;
  z-index: 5;
}

.testimonial-box-inner:before {
  position: absolute;
  content: "";
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 50px;
  background: #ffffff;
}

.testimonial-box-inner:after {
  position: absolute;
  content: "";
  bottom: -42px;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 50px;
  background: #ffffff;
}

.ratings-testi {
  margin-top: 10px;
}

.ratings-testi i {
  color: #ffb500;
}

/* .testimonial-box div {
    display: flex;
    justify-content: end;
} */

.testimonial-box img.img-1 {
  width: 40px !important;
  margin-bottom: 0px;
  /* filter: invert(1); */
  /* filter: invert(13%) sepia(79%) saturate(7488%) hue-rotate(338deg) brightness(105%) contrast(86%); */
  filter: invert(47%) sepia(93%) saturate(6626%) hue-rotate(307deg) brightness(89%) contrast(109%);
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.testimonial-box img.img-2 {
  transform: rotate(180deg);
  width: 40px !important;
  margin-top: 0px;
  /* filter: invert(1); */
  /* filter: invert(13%) sepia(79%) saturate(7488%) hue-rotate(338deg) brightness(105%) contrast(86%); */
  filter: invert(47%) sepia(93%) saturate(6626%) hue-rotate(307deg) brightness(89%) contrast(109%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
  z-index: 1;
}

.testimonial-box p {
  color: #000000;
  font-weight: 500;
  height: 72px;
  padding-right: 10px;
  overflow-y: auto;
  text-align: justify;
}

.testimonial-box p::-webkit-scrollbar {
  width: 2px;
}

.testimonial-box p::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #fff;
}

/* Handle */
.testimonial-box p::-webkit-scrollbar-thumb {
  background: linear-gradient(to left bottom, #852469 20%, #852469 50%);
  transition: all 500ms ease;
}

@media only screen and (max-width: 1199px) {
  .testimonial-box {
    padding: 20px 15px;
  }

  .testimonial-box-inner:before {
    top: -22px;
  }

  .testimonial-box img.img-1 {
    top: -37px;
  }

  .testimonial-box-inner:after {
    bottom: -22px;
  }

  .testimonial-box img.img-2 {
    bottom: -35px;
  }

  .testimonial-box h5 {
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-box p {
    height: 72px;
    padding-right: 10px;
  }
}

.testimonial-box h5 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #852469;
}

.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.testimonial-sec .owl-theme .owl-dots .owl-dot.active span,
.testimonial-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: #852469;
}

@media only screen and (max-width: 575px) {
  .ratings-testi {
    margin-top: 6px;
  }

  .testimonial-box h5 {
    margin-top: 6px;
  }

  .testimonial-box p {
    height: 96px;
    padding-right: 10px;
  }
}

.why-choose-us-sec-new {
  /* background-image: url(../images/bg-blue.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #852469;
    background-blend-mode: lighten; */
  padding: 60px 0 50px 0;
}

.why-choose-us-sec-new .section__title--2 h2 {
  margin-bottom: 5px;
}

.wcu-box {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px #0f233417;
  padding: 20px 20px;
  margin: 15px 0;
}

.wcu-box.wcu-box-1 {
  position: relative;
  background: #ffc9ce;
}

.wcu-box.wcu-box-1:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px dashed #852469;
  border-radius: 10px;
}

.wcu-box-1 .wcu-text h6 {
  color: #852469;
}

.wcu-box.wcu-box-2 {
  position: relative;
  background: #88e1ff;
}

.wcu-box.wcu-box-2:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px dashed #0075db;
  border-radius: 10px;
}

.wcu-box-2 .wcu-text h6 {
  color: #0075db;
}

.wcu-box.wcu-box-3 {
  position: relative;
  background: #8bd083;
}

.wcu-box.wcu-box-3:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px dashed #17630e;
  border-radius: 10px;
}

.wcu-box-3 .wcu-text h6 {
  color: #17630e;
}

.wcu-box.wcu-box-4 {
  position: relative;
  background: #ffb561;
}

.wcu-box.wcu-box-4:after {
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px dashed #a34e0a;
  border-radius: 10px;
}

.wcu-box-4 .wcu-text h6 {
  color: #a34e0a;
}

.wcu-img {
  padding: 20px;
  background: #fff;
  border-radius: 60px;
}

.wcu-img img {
  width: 80px;
}

.wcu-text {
  width: calc(100% - 135px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.wcu-text h6 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4px;
}

.wcu-text p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.boys-girls-sec {
  /* background: #fffaf2; */
  position: relative;
}

/* .boys-girls-sec:before {
    position: absolute;
    content: "";
    top: -65px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-mask: url(../images/svg-3.svg);
    mask: url(../images/svg-3.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
} */

.bg-card {
  position: relative;
  border-radius: 10px;
  padding: 16px 12px;
}

.bg-card.boys-card {
  border: 2px dashed #852469;
}

.bg-card.boys-card img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #85246961;
}

.bg-card.girls-card {
  border: 2px dashed #852469;
}

.bg-card.girls-card img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #85246961;
}

.bg-card a {
  display: block;
}

/*scrollbar-start*/
/* width */
body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  /*    background: #00acfd;*/
  /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
  /* background: linear-gradient(to top, #852469, #000354cf); */
  background: linear-gradient(to top, #852469, #852469);
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  /* background: linear-gradient(to top, #852469, #000354cf); */
  background: linear-gradient(to top, #852469, #852469);
}

.mid-banner-1 {
  position: relative;
  /* background-color: #fffaf2;
    padding: 60px 0; */
}

/* .mid-banner-1:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: -70px;
    background-color: #fffaf2;
    -webkit-mask: url(../images/svg-3.svg);
    mask: url(../images/svg-3.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
} */

.dm-banner-card {
  position: relative;
  /* background: #fff;
    border-radius: 16px;
    box-shadow: 4px 4px 10px 0px #0000001c; */
}

/* .dm-banner-card:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 2px dashed #852469;
    border-radius: 10px;
} */

/* .dm-banner-img {
    padding: 12px 10px 0px 10px;
} */

.dm-banner-img img {
  width: 100%;
}

.dm-banner-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5px 20px 15px;
}

.dm-banner-text {}

.dm-banner-text h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  color: #852469;
  margin-bottom: 2px;
  padding-bottom: 0px;
}

.dm-banner-text h2 span {
  color: #852469;
}

.dm-banner-text h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
}

.dm-banner-buttons {
  margin-top: 10px;
  display: flex;
  column-gap: 10px;
}

.dm-banner-buttons a {
  display: inline-block;
  width: 160px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
}

.dm-banner-buttons a:hover {
  border: 1px solid #852469;
  box-shadow: 4px 4px 10px 0px #0000001c;
  transition: 0.3s ease-in-out;
}

.dm-banner-buttons a img {}

.dm-banner-buttons a:hover img {}

.dm-banner-buttons-new {
  position: absolute;
  top: 75%;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  column-gap: 10px;
}

.dm-banner-buttons-new a {
  display: inline-block;
  width: 160px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ffffff00;
  transition: 0.3s ease-in-out;
}

.dm-banner-buttons-new a:hover {
  border: 1px solid #852469;
  box-shadow: 4px 4px 10px 0px #0000001c;
  transition: 0.3s ease-in-out;
}

.wrapper {
  position: relative;
}

.sticky-footer {
  position: fixed;
  z-index: 5;
  width: 100%;
  background: transparent;
  bottom: 0px;
}

.sticky-footer-box {
  /* border: 2px dashed #852469; */
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 16px 0 10px;
  background: #ffffff;
  box-shadow: -2px 0px 5px #000;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}

.sticky-footer-box:before {
  position: absolute;
  content: "";
  height: calc(100% - 4px);
  width: calc(100% - 12px);
  left: 6px;
  top: 6px;
  border-radius: 8px 8px 0 0;
  border: 2px dashed #852469;
  pointer-events: none;
}

.sf-inner {
  text-align: center;
  width: 31%;
  padding: 10px 10px;
  border-radius: 6px;
  border: 1px solid #c3e7ec;
  background: #c3e7ec;
  box-shadow: 4px 4px 10px 0px #00000038;
}

.sf-inner.sf-inner-1 {}

.sf-inner.sf-inner-2 {}

.sf-inner.sf-inner-3 {}

.sf-inner a {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.sf-inner a img {
  width: 44px;
  margin-right: 6px;
  padding: 4px;
  border-radius: 6px;
  border: 0px solid #852469;
  background: #fff;
  box-shadow: 4px 4px 10px 0px #00000038;
  display: none;
}

.footer-mii-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}

.footer-mii-wrap img {
  width: 400px;
  padding: 0px 10px;
  background: #fff;
  position: relative;
}

.footer-mii-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fe5064;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  background: rgb(254, 80, 100);
  background: linear-gradient(90deg,
      rgba(254, 80, 100, 1) 40%,
      rgba(4, 156, 179, 1) 60%);
}

/* .footer-mii-wrap::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 5px;
    background: #f00;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
} */

#prod-slider-new {
  position: relative;
}

#prod-slider-new a {}

#prod-slider-new img {
  cursor: zoom-in;
}

#prod-slider-new.owl-theme .owl-nav {
  height: 24px;
  width: calc(100% - 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#prod-slider-new .owl-prev {
  margin: 0;
  font-size: 24px;
  width: 24px;
  font-weight: 900;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  pointer-events: all;
  opacity: 0;
}

#prod-slider-new:hover .owl-prev {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#prod-slider-new .owl-prev i {
  font-weight: 900;
  color: #852469;
  background: transparent;
}

#prod-slider-new .owl-next {
  margin: 0;
  font-size: 24px;
  width: 24px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  pointer-events: all;
  opacity: 0;
}

#prod-slider-new:hover .owl-next {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#prod-slider-new .owl-next i {
  font-weight: 900;
  color: #852469;
  background: transparent;
}

.product-sec-new {
  padding: 70px 0 30px;
}

@media only screen and (max-width: 991px) {
  .product-sec-new {
    padding: 40px 0 0px;
  }
}

.product-card-anchor-new {}

.product-new-card2 {
  text-align: center;
  margin-bottom: 40px;
}

.product-new-card2:hover .pn-img img {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.pn-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0px #00000036;
}

.pn-img img {
  transition: 0.3s ease-in-out;
}

.pn-text {
  padding: 15px 15px 0px;
}

.pn-text h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 24px;
}

.pn-text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.pn-text button {
  padding: 0px;
  background: transparent;
  border: none;
}

/* .pn-text button,
.pn-text a {
    background: #852469;
    border: 1px solid #852469;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 48px;
    padding: 0px 40px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    margin-top: 12px;
    border-radius: 30px;
} */

.pn-text .prod-dtls-btn {
  /* background: #852469; */
  border: 0px solid #852469;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598);
  background-size: 300% 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  padding: 0px 40px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  margin-top: 12px;
  border-radius: 30px;
}

/* .pn-text button:hover,
.pn-text a:hover {
    color: #fff;
    background: #852469;
    border: 1px solid #852469;
    transition: all 0.3s ease 0s;
    box-shadow: 1px 1px 5px #000000a1;
} */

.pn-text .prod-dtls-btn:hover {
  color: #fff;
  /* background: #852469; */
  border: 0px solid #852469;
  background-position: 100% 0;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 5px #000000a1;
}

/*************************
    new-custom-css-end 
 *************************/

.sns-timeline-sec {}

.sns-timeline-sec img {
  width: 100%;
}

.home-about-sec.about-page-sec {
  background: #fff !important;
}

.home-about-sec.about-page-sec .home-about-text {
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .home-about-sec.about-page-sec .home-about-text h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.product-sec-new.ready-to-go-cakes-sec {
  background: #ffe3ed;
  padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .product-sec-new.ready-to-go-cakes-sec {
    padding: 40px 0px 0px;
  }
}

.career-sec {
  position: relative;
  padding-bottom: 130px;
}

.career-sec:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/career-bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.career-sec:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffe3e7f2;
  background-blend-mode: luminosity;
}

.career-sec .container {
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .career-sec {
    padding-bottom: 40px;
  }
}

.career-card {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 5%);
}

@media only screen and (max-width: 767px) {
  .career-card {
    padding: 20px 15px;
  }
}

/* .career-card .section__title--2 h2 {
    color: #852469;
    font-weight: 600;
    margin-bottom: 10px;
} */

.form-career {}

.form-career .career-form-panel {
  margin-bottom: 16px;
}

.career-form-panel {}

.career-form-panel label {
  margin-bottom: 2px;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 16px;
}

.career-form-panel label sup {
  color: #852469;
  padding-left: 2px;
  font-size: 14px;
  top: -0.35em;
}

.career-form-panel input {
  height: 50px;
  border-radius: 6px;
  padding: 12px 10px;
  border: 1px solid #d2d2d2;
  transition: 0.3s ease-in-out;
}

.career-form-panel input:focus {
  border: 1px solid #852469;
  transition: 0.3s ease-in-out;
  outline: none;
}

.career-card .section__title--2 h2 {
  color: #852469;
  font-weight: 600;
  margin-bottom: 10px;
}

.career-form-panel input[type="text"],
.career-form-panel input[type="email"],
.career-form-panel input[type="number"],
.career-form-panel input[type="file"],
.career-form-panel input[type="password"] {
  width: 100%;
}

.career-form-panel textarea {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  padding: 10px;
  border-radius: 6px;
}

.career-form-panel textarea:focus {
  border: 1px solid #852469;
  transition: 0.3s ease-in-out;
  outline: none;
}

.career-btn-box {}

.career-btn-box button {
  width: auto;
  padding: 0px 50px;
  height: 50px;
  border: 0px solid #852469;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598) !important;
  background-size: 300% 100% !important;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: auto;
  transition: all 0.3s ease 0s;
}

.career-btn-box button:hover {
  color: #fff;
  transform: scale(1);
  border: 0px solid #852469;
  background-position: 100% 0 !important;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 5px #000000a1;
}

.form-contact-updated {}

.form-contact-wrap .section__title--2 h2 {
  color: #852469;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-contact-updated .career-form-panel {
  margin-bottom: 16px;
}

.form-contact-updated .home-about-btn {
  width: 100%;
  height: 42px;
  background: #852469;
  border: 1px solid #852469;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
}

.form-contact-updated .home-about-btn:hover {
  background: #fff;
  color: #852469;
  text-transform: capitalize;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.login-sec {
  position: relative;
}

.login-sec .container {
  position: relative;
  z-index: 5;
}

.login-sec .ptb--80 {
  padding-bottom: 130px;
}

/* 
.login-sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/career-bg.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.35;
} */

.login-sec:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffe4ea;
  background-blend-mode: luminosity;
}

.htc__contact__area.margin-login-page2.login-sec button.fv-btn {
  width: 100% !important;
  height: 42px !important;
  background: #852469 !important;
  border: 1px solid #852469 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.htc__contact__area.margin-login-page2.login-sec button.fv-btn:hover {
  background: #fff !important;
  color: #852469 !important;
  transform: scale(1) !important;
  transition: 0.3s ease-in-out !important;
}

.product-sec-new.product-page-sec-new {
  padding: 70px 0 70px;
}

.htc__produc__decription.prod-desc-sec-new {
  background-color: #ffd7e0;
}

.pdf-img {
  width: 250px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 991px) {
  .login-sec .ptb--80 {
    padding-bottom: 40px;
  }

  .margin-profile-page-2 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {

  .col-md-12.form-contact-wrap-col.fcw-spl,
  .col-lg-10.col-lg-offset-1.spl-col-10,
  .col-md-4.fcw-spl {
    padding: 0px !important;
  }
}

.associate-with-us-sec {
  background: #ffe3ed;
}

.associate-with-us-sec .container {
  margin-bottom: 60px;
}

.pro__details__tab.pro__details__tab-2 {}

.pro__details__tab.pro__details__tab-2 li {
  width: 33.4%;
}

.ht__pro__details__content.ht__pro__details__content-2 {}

.ht__pro__details__content.ht__pro__details__content-2 .pro__tab__content__inner {
  padding: 25px 30px 30px;
}

.ht__pro__details__content.ht__pro__details__content-2 h2 {}

.ht__pro__details__content.ht__pro__details__content-2 h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #852469;
}

.ht__pro__details__content.ht__pro__details__content-2 p {
  margin-bottom: 6px;
}

.ht__pro__details__content.ht__pro__details__content-2 .pro__tab__content__inner p+p {
  margin-top: 0px;
}

.ht__pro__details__content.ht__pro__details__content-2 p b {
  font-weight: 500;
}

.ht__pro__details__content.ht__pro__details__content-2 label {
  margin-bottom: 3px;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 15px;
  text-transform: capitalize;
}

.ht__pro__details__content.ht__pro__details__content-2 label sup {
  color: #852469;
  padding-left: 2px;
  font-size: 14px;
  top: -0.35em;
}

.ht__pro__details__content.ht__pro__details__content-2 input {
  margin: 0px 0px;
  height: 42px;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #d2d2d2;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.ht__pro__details__content.ht__pro__details__content-2 input:focus {
  border: 1px solid #852469;
  transition: 0.3s ease-in-out;
  outline: none;
}

.ht__pro__details__content.ht__pro__details__content-2 .fv-btn.cr__btn {
  display: block;
  margin: 15px auto 0px;
  padding: 0px 40px;
  border-radius: 30px;
  font-size: 18px;
  height: 50px;
  border: none;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598);
  background-size: 300% 100%;
}

.ht__pro__details__content.ht__pro__details__content-2 .fv-btn.cr__btn:hover {
  color: #fff;
  /* background: #852469;
  border: 1px solid #852469; */
  background-position: 100% 0;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 5px #000000a1;
}

.ht__pro__details__content.ht__pro__details__content-2 select {
  margin: 0px 0px;
  height: 42px;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #d2d2d2;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.ht__pro__details__content.ht__pro__details__content-2 select:focus {
  border: 1px solid #852469;
  transition: 0.3s ease-in-out;
  outline: none;
}

.ht__pro__details__content.ht__pro__details__content-2 textarea {
  margin: 0px 0px;
  border-radius: 4px;
  padding: 6px 10px;
  background: #fff;
  min-height: 80px;
  border: 1px solid #d2d2d2;
  transition: 0.3sease-in-out;
  margin-bottom: 10px;
}

.ht__pro__details__content.ht__pro__details__content-2 textarea:focus {
  border: 1px solid #852469;
  transition: 0.3s ease-in-out;
  outline: none;
}

.ht__pro__details__content.ht__pro__details__content-2 ul {
  display: flex;
  column-gap: 15px;
}

.ht__pro__details__content.ht__pro__details__content-2 ul li {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
}

.ht__pro__details__content.ht__pro__details__content-2 ul li b {
  font-weight: 500;
}

.assoaciate-table {
  margin-bottom: 6px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}

.assoaciate-table input {
  margin-bottom: 0px !important;
}

.assoaciate-table thead {}

.assoaciate-table thead tr th {
  border: 1px solid #852469 !important;
  background: #852469;
  color: #fff;
}

.assoaciate-table thead tr th {}

.assoaciate-table tbody {}

.assoaciate-table tbody tr {}

.assoaciate-table tbody tr td {
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.assoaciate-table thead tr th:last-child {
  border-right: 1px solid #852469 !important;
}

.assoaciate-table tbody tr:last-child td {
  border-bottom: none !important;
}

@media only screen and (max-width: 1199px) {
  .ht__pro__details__content.ht__pro__details__content-2 ul {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }

  .ht__pro__details__content.ht__pro__details__content-2 ul li {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 991px) {
  .associate-with-us-sec .container {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .pro__details__tab.pro__details__tab-2 li a {
    font-size: 14px;
  }

  .ht__pro__details__content.ht__pro__details__content-2 .pro__tab__content__inner {
    padding: 15px 15px 20px;
  }

  .ht__pro__details__content.ht__pro__details__content-2 label {
    font-size: 14px;
  }

  .pro__tab__content__inner p {
    font-size: 15px;
    line-height: 23px;
  }

  .ht__pro__details__content.ht__pro__details__content-2 ul li {
    font-size: 15px;
    line-height: 23px;
  }
}

@media only screen and (max-width:475px) {
  .pro__details__tab.pro__details__tab-2 {
    flex-direction: column;
  }

  .pro__details__tab.pro__details__tab-2 li {
    width: 100%;
  }

  .pro__details__tab li+li {
    border-left: 0px solid #ddd;
    border-top: 1px solid #ddd;
  }
}

.category-spl-sec {
  /* background-color: #fff8f2; */
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  /* padding-bottom: 0px; */
  background-image: url(../images/sns-bg-new.webp);
}

.category-spl-sec .container {
  margin-bottom: 60px;
}

.category-spl-sec .row {
  display: flex;
  justify-content: center;
}

.product-new-card3 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0px #00000024;
}

.pn3-img {}

.pn3-img img {}

.product-new-card3:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
  transition: 0.3s ease-in-out;
}

.pn3-text {
  padding: 16px 15px 20px;
  text-align: center;
  background: #fff;
  border-radius: 30px 30px 0px 0px;
  margin-top: -30px;
  position: relative;
  box-shadow: 0px 2px 10px #85246970;
}

.pn3-text h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 24px;
}

.pn3-text h6 a {}

.pn3-text h6 a:hover {}

.pn3-text button {
  padding: 0px;
  background: transparent;
  border: none;
}

.pn3-text button a {
  border: 0px solid #852469;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598);
  background-size: 300% 100%;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  padding: 0px 30px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  margin-top: 0px;
  border-radius: 30px;
}

.pn3-text button a:hover {
  color: #fff;
  border: 0px solid #852469;
  background-position: 100% 0;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 1px 5px #000000a1;
}

/*-----------------------------------------------
    Cake Customiser
-------------------------------------------------*/

.custom-cake-container {
  margin-top: 100px;
  border-bottom: 0px solid #e7e7e7;
  position: relative;
  /* background-color: #fff8f2; */
  position: relative;
  overflow: hidden;
}

.custom-cake-container:before {
  content: "";
  position: absolute;
  background-image: url(../images/sns-bg-new.webp);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.custom-cake-container .veg-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #0c0;
  border-radius: 50%;
  background-color: green;
}

.custom-cake-container .product-image {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
}

.custom-cake-container .price-box {
  padding: 10px 0px;
  border-radius: 0px;
  column-gap: 15px;
}

.custom-cake-container .cream-options label,
.custom-cake-container .dietary-options label {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-cake-container .cream-options input:checked+label,
.custom-cake-container .dietary-options input:checked+label {
  background-color: #9c3493;
  color: white;
  border-color: #9c3493;
}

#veg-container {
  border: 2px solid green;
  padding: 2px;
  margin-right: 10px;
}

/* Style the select dropdown */
#product-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid #852469;
  border-radius: 30px;
  padding: 0px 15px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #852469;
  cursor: pointer;
  outline: none;
  width: 100%;
  min-width: 220px;
  max-width: 290px;
}

/* Style the dropdown arrow */
#product-form select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="%23a04c9d"><path d="M7 10l5 5 5-5H7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  position: relative;
}

/* #product-form select:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-down.png);
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
} */

/* Style the dropdown options */
#product-form select option {
  font-size: 14px;
  font-weight: 500;
  color: #4b4b4b;
  padding: 10px;
}

/* Hover and focus effects */
#product-form select:focus {
  border-color: #852469;
  box-shadow: none !important;
}

/* Style the selected option inside the dropdown */
#product-form select option:checked {
  background: #e8d5eb;
  /* Light purple background */
  color: #7d358f;
}

.custom-cake-container .cream-options input,
.custom-cake-container .dietary-options input {
  display: none;
}

.custom-cake-container .btn-primary {
  background-color: #9c3493;
  border-color: #9c3493;
}

.custom-cake-container .btn-primary:hover {
  background-color: #7b2973;
  border-color: #7b2973;
}

/* Product Tabs */
.product-detail-container {
  background-color: #ffd7e0;
}

.product-detail-container .nav-tabs .nav-link {
  color: #666;
  font-weight: 500;
}

.product-detail-container .nav-tabs .nav-link.active {
  color: #9c3493;
  font-weight: 600;
}

.product-detail-container .product-tabs {
  background-color: #ffffff;
  border-radius: 10px;
}

.product-detail-container .product-tabs .nav-tabs {
  border-bottom: 2px solid #852469;
}

.product-detail-container .product-tabs .nav-tabs li.active a {
  margin-bottom: 0;
  border: none;
  background: #852469;
  color: #ffffff;
  border-bottom: 1px solid #852469;
}

.product-detail-container .delivery-info li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.product-detail-container .delivery-info li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #9c3493;
}

.radio-group.custom {
  display: flex;
  gap: 10px;
  /* Space between buttons */
}

.radio-group.custom .radio-inline {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #852469;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #852469;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.radio-group.custom .radio-inline input {
  display: none;
  /* Hide actual radio button */
}

.radio-group.custom .radio-inline:has(input:checked) {
  background: #f6edfd;
  /* Light purple background */
  color: #852469;
  /* Purple text */
  border-color: #852469;
}

.quantity-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f8fc;
  border-radius: 30px;
  width: 170px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #852469;
}

.qty-btn {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #852469;
  padding: 11px 15px;
  border-radius: 50%;
}

.qty-btn:hover {
  background-color: #f6edfd;
}

.qty-btn:focus {
  outline: none;
}

#quantity {
  text-align: center;
  flex-grow: 1;
  color: #000;
  font-weight: 600;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  border: 2px solid #852469;
  border-radius: 50px;
  padding: 10px 15px;
  width: fit-content;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #852469;
  transition: all 0.3s ease-in-out;
}

.custom-file-upload #imageUpload {
  display: none;
}

/* Label for file input */
.custom-file-upload .file-label {
  background: #852469;
  color: #fff;
  background: linear-gradient(-64deg, #ed1598, #852469, #852469, #ed1598);
  background-size: 300% 100%;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}

/* File name styling */
.custom-file-upload .file-name {
  color: #852469;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}

/* Hover Effects */
.custom-file-upload .custom-file-upload:hover {
  border: 2px dashed #852469;
}

.custom-file-upload .file-label:hover {
  /* background: linear-gradient(45deg, #7d1d74, #852469); */
  box-shadow: 2px 2px 5px 0px #00000036;
}

/* cursor-stylish-start */

.cursor {
  display: block;
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background: transparent;
  pointer-events: none;
  z-index: 11;
  /* border: 4px solid #4f7fff; */
  background-image: url(../images/thesns-cursor-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 260 / 326;
  transition: all 0.2s ease-out;
  animation: moveCursor1 .5s infinite alternate;
  /* box-shadow: 0px 0px 12px 5px #ffffff40; */
}

.expand {
  background: transparent;
  animation: moveCursor2 .5s forwards;
  border: 1px solid #85246950;
}

@keyframes moveCursor1 {
  from {
    transform: scale(1);
  }

  to {
    /* transform: scale(.8); */
    transform: scale(1);
  }
}

@keyframes moveCursor2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes moveCursor3 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@media only screen and (max-width:767px) {

  .cursor,
  .expand {
    display: none;
  }
}


/* cursor-stylish-end */

#owl-carousel1.owl-carousel .owl-nav button.owl-prev {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: none;
}

#owl-carousel1.owl-carousel .owl-nav button.owl-next {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: none;
}

.associate-with-us-sec.custom-cake-desc-sec {
  background-color: #ffd7e0;
}

.associate-with-us-sec.custom-cake-desc-sec .ht__pro__details__content.ht__pro__details__content-2 .pro__tab__content__inner {
  padding: 15px 15px 15px;
}

.associate-with-us-sec.custom-cake-desc-sec .ht__pro__details__content.ht__pro__details__content-2 ul {
  display: block;
}

.associate-with-us-sec.custom-cake-desc-sec .ht__pro__details__content.ht__pro__details__content-2 ul li {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  padding-left: 17px;
  position: relative;
}

.associate-with-us-sec.custom-cake-desc-sec .ht__pro__details__content.ht__pro__details__content-2 ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 2px;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #852469;
  transform: rotate(45deg);
  border-radius: 0px;
}

.custom-cake-left {}

.custom-cake-left .text-center {
  background: #fff;
  box-shadow: 2px 2px 5px 0px #0000001a;
  border-radius: 8px;
  border: 2px solid #852469;
  display: flex;
  justify-content: center;
}

.custom-cake-left .text-center img {}

.custom-cake-left .text-danger {
  margin-top: 12px;
  color: #852469;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.form-group.mb-5 {
  margin-bottom: 5px !important;
}

#product-form label.control-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

#product-form .radio-group.custom .radio-inline {
  padding: 11px 30px;
  font-size: 14px;
  font-weight: 600;
}

#product-form .radio-group.custom {
  gap: 0px;
}

#product-form .help-block {
  display: block;
  margin-top: 8px;
  margin-bottom: -10px;
  color: #000000;
}

.product-details p {
  color: #000000;
}

.custom-cake-right .text-success {
  color: #00a923 !important;
  font-size: 14px;
  font-weight: 500;
}

.form-group.qty-form-group {
  display: flex;
  flex-direction: column;
}

.product-details .description {
  margin-top: 8px;
}

.help-block a {
  font-weight: 500;
  background: #00a923;
  padding: 13px 20px;
  color: #fff;
  margin-left: 8px;
  border-radius: 30px;
  display: inline-block;
}

.help-block a i {
  color: #fff !important;
}

.help-block a:hover {
  color: #fff !important;
  box-shadow: 2px 2px 5px 0px #00000036;
}

.custom-cake-container .price-box h1 {
  font-weight: 500;
  font-size: 32px;
  color: #852469;
}

.custom-cake-right .pull-left h2 {
  font-weight: 500;
}

@media only screen and (max-width:991px) {
  .custom-cake-right {
    margin-top: 15px;
  }
}

@media only screen and (max-width:509px) {
  .custom-cake-desc-sec .pro__details__tab.pro__details__tab-2 {
    flex-direction: column;
  }

  .custom-cake-desc-sec .pro__details__tab.pro__details__tab-2 li {
    width: 100%;
  }

  .custom-cake-desc-sec .pro__details__tab li+li {
    border-left: 0px solid #ddd;
    border-top: 1px solid #ddd;
  }
}

@media only screen and (max-width:575px) {
  #product-form .help-block {
    margin-top: 12px;
    margin-bottom: -2px;
  }

  .help-block a {
    font-weight: 500;
    background: #00a923;
    padding: 13px 25px;
    color: #fff;
    margin-left: 0px;
    margin-top: 6px;
    border-radius: 30px;
    display: block;
    width: 211px;
  }

  #product-form .radio-group.custom .radio-inline {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
  }

  .custom-cake-container .price-box {
    row-gap: 4px;
  }

  .cake-title {
    margin-top: 15px !important;
  }

  .timer {
    margin-top: 0px !important;
  }

  .product-details .description {
    margin-top: 6px;
  }
}

@media only screen and (max-width:991px) {
  .category-spl-sec .container {
    margin-bottom: 0px;
  }

  .category-spl-sec .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: start;
  }
}