@font-face {
  font-family: "NobelTRIAL-Regular";
  src: url(../font/NobelTRIAL-Regular.otf);
}
@font-face {
  font-family: "NobelTRIAL-Light";
  src: url(../font/NobelTRIAL-Light.otf);
}

@font-face {
  font-family: "NobelTRIAL-Book";
  src: url(../font/NobelTRIAL-Book.otf);
}

/*HEADER CODE CSS:START */

.header-topbar {
  background-color: #a4987e;
}
.header-topbar a {
  font-size: 18px;
  font-family: "NobelTRIAL-Regular";
  color: #010f1c;
}

header .logo img {
  width: 158px;
}

header menu a {
  font-size: 16px;
  font-family: "NobelTRIAL-Light";
  position: relative;
}

header menu .sub-menu-parent > a + .sub-menu {
  top: 100%;
  font-family: "NobelTRIAL-Light";
  opacity: 0;
  visibility: hidden;
}

header menu .sub-menu-parent:hover > a + .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in-out;
}

header menu .sub-menu-parent > .menu-icon > svg {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
header menu .sub-menu-parent:hover > .menu-icon > svg {
  transform: rotate(180deg);
}
header menu > a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header menu ul > li > a {
  text-decoration: none;
}

.header-1 {
  position: absolute;
  top: 0;
  background: rgb(0 0 0 / 50%);
  border-bottom: 0.5px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(4px);
}
.header-1 menu a {
  color: #fff;
}
.header-1 menu .sub-menu-parent > a + .sub-menu > div {
  background: rgb(255 255 255 / 10%);
  backdrop-filter: blur(10px);
}
.header-1 menu .sub-menu-parent > .menu-icon > svg {
  fill: #fff;
}
.header-1 menu > a:hover::after {
  background-color: #a4987e;
}
.header-1 menu ul > li {
  color: #e5ac30;
}
.header-1 .logo .logo2 {
  display: none;
}
.header-1 .cart-group-2 {
  display: none;
}

.header-2 {
  /* position: absolute;
  top: 0; */
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom: 0.5px solid #010f1c;
  z-index: 9;

  /* backdrop-filter: blur(1px); */
}
.header-2 menu a {
  color: #010f1c;
}
.header-2 menu .sub-menu-parent > a + .sub-menu > div {
  background: #fff;
  backdrop-filter: blur(10px);
}
.header-1 menu .sub-menu-parent > .menu-icon > svg {
  fill: #fff;
}
.header-1 menu > a:hover::after {
  background-color: #a4987e;
}
.header-2 menu ul > li {
  color: #a4987e;
}
.header-2 .logo .logo1 {
  display: none;
}
.header-2 .cart-group-1 {
  display: none;
}
.header-2 .logo img {
  filter: brightness(0.5);
}
.offcanvas {
  background-color: #010f1c;
}

.mobile-sidebar-dropdow-icon::after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 0;
}
.mobile-sidebar-dropdow-icon[aria-expanded="true"]::after {
  content: "-";
}

.menu-inner-list a::before {
  content: "•";
}

.inner-accordion-mobile .accordion-button::after {
  filter: invert(1);
}

/*HEADER CODE CSS:END */

.title {
  font-family: "NobelTRIAL-Regular";
  font-size: 32px;
  color: #010f1c;
}
@media (max-width: 767px) {
  .title {
    font-size: 18px;
  }
}

main {
  text-align: center;

  margin-inline: auto;
  border-radius: 25px 25px 0px 0px;
  margin-top: 15px;
}
main {
  width: calc(100% - 30px);
}
main img {
  /* height: calc(100vh - 30px); */
  /* width: calc(100% - 30px); */
  object-fit: cover;
  object-position: center;
  border-radius: var(--bs-border-radius-xl) !important;
}

@media (max-width: 767px) {
  main > img {
    height: auto;
  }
}
.offcanvas.offcanvas-top.search-canvas {
  max-height: inherit;
  height: 36px;
  min-height: auto;
  border: none;
}
.search-canvas input::placeholder {
  color: #fff;
}

.home-section-inner-2 span {
  color: #010f1c;
  font-size: 20px;
  font-family: "NobelTRIAL-Light";
  border-bottom: 1px solid #010f1c;
}
.home-section-inner-2 .rounded-pill,
.home-section-inner-2 .rounded-pill img {
  min-height: 360px;
  max-height: 360px;
  object-position: center;
}

@media (max-width: 767px) {
  .home-section-inner-2 .rounded-pill,
  .home-section-inner-2 .rounded-pill img {
    min-height: 200px;
    max-height: 200px;
  }
}

.product-card {
  font-family: "NobelTRIAL-Book";
}
.product-card .rating {
  font-family: "NobelTRIAL-Book";
  font-size: 16px;
}
.product-card .product-title {
  font-family: "NobelTRIAL-Regular";
  color: #010f1c;
  font-size: 20px;
  text-transform: uppercase;
}

.product-card .product-weight {
  color: #a4987e;
  font-size: 16px;
  font-family: "NobelTRIAL-Book";
}
.product-card .product-price {
  font-family: "NobelTRIAL-Regular";
  font-size: 16px;
}
.product-card .new-price {
  color: #010f1c;
}
.product-card .old-price {
  text-decoration: line-through;
  color: #a4987e;
}

.add-cart-btn {
  border: 1px solid #010f1c !important;
  font-size: 12px !important;
  font-family: "NobelTRIAL-Regular" !important;
  color: #010f1c !important;
  background-color: transparent !important;
  transition: all 0.1s ease-in-out !important;
  outline: none !important;
}
.add-cart-btn:hover {
  background-color: #010f1c !important;
  color: #fff !important  ;
}

.filters ul li {
  font-family: "NobelTRIAL-Book";
  font-size: 18px;
  color: #a4987e;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  cursor: pointer;
}

.filters ul li.active {
  color: #010f1c;
  border-bottom-color: #010f1c;
}

/* Fade Up Animation */
.fade-up {
  opacity: 0;

  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .filters ul li {
    font-size: 10px;
  }

  .product-card .rating {
    font-size: 12px;
  }
  .product-card .product-title {
    font-size: 16px;
  }

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

.JustforYou {
  background: rgba(164, 152, 126, 0.4);
}

.Featured-products-home-section ul li > .nav-link {
  font-family: "NobelTRIAL-Book";
  font-size: 18px;
  color: #a4987e;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  cursor: pointer;
}

.Featured-products-home-section ul li > .nav-link.active {
  color: #010f1c;
  border-bottom-color: #010f1c;
}

.Featured-products-home-section .view-more > a {
  color: #010f1c;
  font-size: 18px;
  font-family: "NobelTRIAL-Book";
}

.promo-carousel {
  overflow: hidden;
  background-color: #a4987e;
  font-size: 18px;
  text-transform: uppercase;
  color: #010f1c;
}
.promo-carousel .item-wrap {
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: flex;
}

@media (min-width: 768px) {
  .promo-carousel .item-wrap {
    width: 200%;
  }
}

.WhyChoose-home-section li {
  color: #010f1c;
  font-size: 16px;
  font-family: "NobelTRIAL-Regular";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  row-gap: 10px;
}
.WhyChoose-home-section li img {
  margin-right: 10px;
}
.WhyChoose-home-section li span {
  font-family: sans-serif;
}

@media (max-width: 767px) {
  .WhyChoose-home-section li {
    font-size: 12px;
  }
}

.video-box {
  position: relative;
  width: 100%;

  overflow: hidden;
  border-radius: 12px;
  background: #000;
}
.video-box-1 {
  height: 29.583vw;
}
.video-box-2 {
  height: 450px;
}

.video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Center Play Button Only */
.center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  display: block; /* Start hidden, show when paused */

  padding: 0;
  background: #ffffff2b;
}
.center-play img {
  width: 52px;
  height: 52px;
}

@media (max-width: 767px) {
  .video-box {
    height: 180px;
  }
}

.NewArrivals {
  position: relative;
  width: 100%;

  margin: auto;
  background-color: #fff;
}
.NewArrivals .slick-track {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.NewArrivals .slick-slide {
  /* width: 150px;
  height: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  padding-inline: 10px;
  transition: all 0.3s ease-in-out;
  transform: scale(0.5);

  width: 350px;
}

.NewArrivals .slick-current {
  padding: 0px;
  transform: scale(1);
}

.NewArrivals .slick-slide .this-hide {
  display: none;
}
.NewArrivals .slick-current .this-hide {
  display: block;
}

.NewArrivals .add-cart-btn {
  max-width: 135px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .NewArrivals .slick-slide {
    width: 150px;
  }
}

.btn-wrap {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 140px);
}

.btn-wrap .prev-arrivals {
  transform: rotate(90deg);
}

.btn-wrap .next-arrivals {
  transform: rotate(270deg);
}

.testimonials .card {
  margin-block: 20px;
  margin-inline: 20px;
}

.testimonials .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.testimonials .slick-dots li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.testimonials .slick-dots li::marker {
  display: none;
}
.testimonials .slick-dots li button {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  width: 10px;
  max-width: 10px;
  min-width: 10px;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
  text-indent: 99999px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #000;
}
.testimonials .slick-dots li.slick-active button {
  background-color: #000;
}

.VisitOurStore .inner {
  box-shadow: -2px -5px 24px 0px rgba(0, 0, 0, 0.1) inset;
  background-color: #fff;
}
.VisitOurStore .inner-img {
  box-shadow: 10px 14px 14px 0px rgba(0, 0, 0, 0.15);
  max-height: 285px;
}
.VisitOurStore .VisitOurStore-inner {
  max-width: 852px;
}

.inner-img {
  top: 80px;
  left: 10px;
  margin-bottom: 80px;
  object-fit: cover;
}

.connet-instagram .inner {
  max-height: 730px;
  object-fit: cover;
  width: 100%;
}

footer {
  background-color: #010f1c;
  font-family: "NobelTRIAL-Regular";
  font-size: 20px;
}
footer * {
  color: #a4987e;
}

footer span {
  font-family: Arial, Helvetica, sans-serif;
}

.connet-instagram a {
  color: #a4987e;
  font-size: 32px;
  font-family: "NobelTRIAL-Book";
}

aside {
  font-family: "NobelTRIAL-Book";
  font-size: 16px;
}
aside a {
  color: #010f1c;
}
aside a.active {
  color: #a4987e;
}
aside .accordion-button-custom {
  font-family: "NobelTRIAL-Regular";
  color: #010f1c;
  font-size: 24px;
  cursor: pointer;
}

aside .accordion-button-custom svg {
  transition: all 0.3s ease-in-out;
}
aside .accordion-button-custom[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.Categories-filter aside a {
  color: #ffffff;
}
.Categories-filter aside a.active {
  color: #a4987e;
}
.Categories-filter aside .accordion-button-custom {
  color: #fff;
}
.Categories-filter aside .accordion-button-custom svg {
  filter: invert(1);
}

.product-section {
  padding-top: 120px;
}

.Product-subHeader input {
  border-color: #a4987e;
  font-family: "NobelTRIAL-Book";
  font-size: 18px;
  max-width: 350px;
}

.Product-subHeader input::placeholder {
  color: #010f1c;
}
.product-section .sub-title {
  color: #a4987e;
  font-family: "NobelTRIAL-Regular";
  font-size: 36px;
}

hr {
  border-top-color: #a4987e;
}

.input-group-search {
  max-width: 350px;
}

.product-section .add-cart-btn {
  background-color: #010f1c;
  color: #fff;
}
@media (max-width: 767px) {
  .product-section .sub-title {
    font-size: 24px;
  }

  .input-group-search {
    max-width: 200px;
  }
  .product-section {
    padding-top: 0px;
  }
  .Product-subHeader {
    position: sticky;
    top: 62px;
    padding-block: 5px;
  }
}

.productDetails-section {
  padding-top: 120px;
}

.productDetails-section .pd-title {
  color: #a4987e;
  font-size: 36px;
  font-family: "NobelTRIAL-Regular";
  line-height: 1.2;
  text-align: start;
}
.productDetails-section .pd-weight {
  font-size: 20px;
  color: #010f1c;
  font-family: "NobelTRIAL-Book";
}
.productDetails-section .pb-review {
  font-size: 16px;
  color: #010f1c;
  font-family: "NobelTRIAL-Book";
}
.productDetails-section .pd-sold-details {
  font-size: 16px;
  color: #010f1c;
  font-family: "NobelTRIAL-Book";
}
.productDetails-section .pd-sold-details span {
  font-family: "NobelTRIAL-Regular";
}
.productDetails-section .pd-price {
  font-family: "NobelTRIAL-Regular";
  color: #010f1c;
  font-size: 18px;
}
.productDetails-section .pd-price div {
  font-family: "NobelTRIAL-Book";
  color: #a4987e;
  font-size: 18px;
}
.productDetails-section .pd-plus-minus {
  border-radius: 50rem;
  border: 1px solid #010f1c;
  width: 100px;
  height: 32px;
  overflow: hidden;
  color: #010f1c;
  font-size: 16px;
}
.productDetails-section .pd-plus-minus button {
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  text-align: center;
  padding: 0px;
}
.productDetails-section .pd-plus-minus input {
  background-color: transparent;
  text-align: center;
  border: none;
  width: 40px;
  outline: none;
  padding: 0px;
}

.productDetails-section .pb-ad-cart {
  border: 1px solid #010f1c;
  font-size: 12px;
  font-family: "NobelTRIAL-Regular";
  color: #010f1c;
  background-color: transparent;
  transition: all 0.1s ease-in-out;
  outline: none;
  border-radius: 50rem;
  height: 32px;
  text-transform: uppercase;
}

.productDetails-section .pd-buy-now {
  font-size: 12px;
  font-family: "NobelTRIAL-Regular";
  color: #fff;
  background-color: #010f1c;
  transition: all 0.1s ease-in-out;
  outline: none;
  border-radius: 50rem;
  height: 36px;
  text-transform: uppercase;
}

.productDetails-section .pamyent-option img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.productDetails-section .pd-note label {
  color: #010f1c;
  font-family: "NobelTRIAL-Regular";
  font-size: 18px;
}
.productDetails-section .pd-note div > div {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 0.5px solid rgba(164, 152, 126, 1);
}
.productDetails-section .pd-note span {
  color: #010f1c;
  font-family: "NobelTRIAL-Light";
  font-size: 12px;
}
.productDetails-section .pd-share div {
  color: #010f1c;
  font-family: "NobelTRIAL-Regular";
  font-size: 18px;
}

.fs-x {
  font-family: Arial, Helvetica, sans-serif;
}
.productDetails-section .accordion-item a > span {
  color: #010f1c;
  font-size: 20px;
  font-family: "NobelTRIAL-Regular";
}
.productDetails-section .accordion-item a:after {
  content: "+";
  position: absolute;
  right: 0px;
  color: #010f1c;
  font-size: 24px;
}

.productDetails-section .accordion-item a[aria-expanded="true"]:after {
  content: "-";
}
.productDetails-section .accordion-flush > .accordion-item {
  border-color: #a4987e;
}

.main-slider img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}
.thumbs {
  border-radius: 10px;
}

.thums-box {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding-block: 13px;
  cursor: pointer;
}
.thums-box img {
  width: 95px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

/* Example for a 20px gutter width */
.thumbs.slick-slider {
  margin-left: -10px; /* Half of the desired gutter width */
  margin-right: -10px;
}

@media (max-width: 767px) {
  .productDetails-section {
    padding-top: 0px;
  }
}

.tp-slider-thumb img {
  width: 100%;
}

.tp-slider-area {
  max-width: 1920px;
  margin-inline: auto;
}
header {
  max-width: 1920px;
  margin-inline: auto;
  left: 0;
  right: 0;
}

.main-slider .slick-slide img,
.thumbs .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px #00000010);
  border: 1px solid #efefef;
  border-radius: 10px !important;
}

.thums-box {
  padding-inline: 13px;
}

@media (min-width: 768px) {
  main:has(header) {
    height: calc(100vh - 70px);
    border-radius: 30px;
  }
}
