@import 'bootstrap.min.css';
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css");
@import 'animation.css';
body {
  margin: 0;
  font-family: "Jost", sans-serif;
  overflow-x: hidden;
  background-color: #f5f5f5;
}

/* .divider {
  background-color: #777;
  height: 1px;
  margin: 20px 0;
} */

.colorWhite {
  color: #fff;
}

@media (min-width: 1280px) and (max-width: 1920px) {
  .container {
    max-width: 1255px;
  }
}
.fixedSection {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11111;
}
.fixedSection.inner {
  background-color: #fff;
}
.fixedSection .search_icon img {
  filter: invert(1);
}
.fixedSection.scrolled .search_icon img {
  filter: invert(0);
}
.fixedSection .right_Icons img {
  filter: invert(1);
}
.fixedSection.scrolled .right_Icons img {
  filter: invert(0);
}
.fixedSection.scrolled {
  background-color: #fff;
}
/* .topbar {
  background-color: #000;
  padding: 8px;
}
.topbar__inner .carousel .carousel-inner .carousel-item p {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: clamp(0.625rem, 0.5673rem + 0.2564vw, 0.875rem);
}
.topbar__inner .carousel .carousel-inner .carousel-item p a {
  color: #fff;
  text-decoration: none;
}
.topbar__inner .carousel .carousel-control-prev, .topbar__inner .carousel .carousel-control-next {
  opacity: 1;
}
.topbar__inner .carousel .carousel-control-prev span, .topbar__inner .carousel .carousel-control-next span {
  height: 0.9rem;
  width: 0.9rem;
} */
.mainNavbar {
  padding: 0 20px;
}
.mainNavbar .navbar {
  padding: 0;
  border-bottom: 1px solid #fff;
}
.fixedSection.scrolled .mainNavbar .navbar {
  padding: 0;
  border-bottom: 1px solid #000;
}
.fixedSection.inner .topLinks ul li a {
  color: #000;
  font-weight: 400;
}
.fixedSection.inner .topLinks .dropdown .dropdown-toggle {
  color: #000;
}
.mainNavbar .centerLogo {
  transition: all 0.2s ease-in-out;
}
.mainNavbar .centerLogo h2 {
  color: #000;
  font-size: 40px;
}
.mainNavbar .navbar .navbar-brand {
  display: none;
}
.mainNavbar .navbar .search_icon img {
  width: 100%;
  max-width: 20px;
}
.fixedSection.inner .mainNavbar .navbar .search_icon img {
  filter: invert(0);
}
.navbar .search_icon {
  background-color: transparent;
  border: 0;
}
/* .nav-item.dropdown::after {
  position: fixed;
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
} */
.nav-item.dropdown:hover::after {
  display: block;
  z-index: -1;
}
.search-slide {
  position: fixed;
  background-color: #fff;
  width: 360px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 11;
  transform: translate(-360px, 0);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.51, 1);
}
.search-slide.active {
  transform: translate(0, 0);
}
.search-slide .close-btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.search-slide .close-btn img {
  width: 100%;
  max-width: 25px;
}
.search-slide .form-group {
  position: relative;
}
.search-slide .form-group .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
  box-shadow: none;
  padding-left: 25px;
}
.search-slide .form-group span {
  position: absolute;
  top: 5px;
  left: 0;
}
.search-slide .form-group span img {
  width: 100%;
  max-width: 18px;
}
.search-slide .popular h3 {
  font-size: 22px;
  color: #777;
  margin: 30px 0;
}
.search-slide .popular ul {
  padding: 0;
}
.search-slide .popular ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.search-slide .popular ul li a {
  text-decoration: none;
  color: #000;
}
.mainNavbar .navbar .right_Icons .btn {
  padding: 0;
  box-shadow: none;
}
.mainNavbar .navbar .right_Icons a {
  text-decoration: none;
  padding-right: 10px;
}
.mainNavbar .navbar .right_Icons .btn img,
.mainNavbar .navbar .right_Icons a img {
  width: 100%;
  max-width: 25px;
}
.fixedSection.inner .mainNavbar .navbar .right_Icons .btn img,
.fixedSection.inner .mainNavbar .navbar .right_Icons a img {
  filter: invert(0);
}
.mainNavbar .navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
}
.fixedSection .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1;
}
.fixedSection .overlay.active {
  display: block;
}
.mainNavbar .navbar .navbar-nav .nav-item.sale a {
  color: #691c1c;
}
.mainNavbar .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
.mainNavbar .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle img {
  width: 15px;
  height: 15px;
  filter: invert(1);
}
.fixedSection.scrolled .mainNavbar .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle img {
  filter: invert(0);
}
.mainNavbar .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.mainNavbar .navbar .navbar-nav .dropdown-menu {
  width: 700px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #000;
  display: block;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
  visibility: hidden;
  pointer-events: none;
}
.mainNavbar .navbar .navbar-nav .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.mainNavbar .navbar .navbar-nav .dropdown-menu ul {
  padding: 15px 0;
}
.mainNavbar .navbar .navbar-nav .dropdown-menu ul li {
  list-style-type: none;
}
.mainNavbar .navbar .navbar-nav .dropdown-menu ul li a {
  font-size: 18px;
}
.mainNavbar .navbar .navbar-nav .dropdown-menu ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.navbar-nav .dropdown-menu .dressesImg {
  position: relative;
}
.navbar-nav .dropdown-menu .dressesImg::after {
  position: absolute;
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.navbar-nav .dropdown-menu .dressesImg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.navbar-nav .dropdown-menu .dressesImg .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 15px;
}
.navbar-nav .dropdown-menu .dressesImg .content h3 {
  font-size: 22px;
  font-family: "Amiti", 'sarif';
  color: #fff;
}
.navbar-nav .dropdown-menu .dressesImg .content a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  font-weight: 300;
  padding: 5px 10px;
  font-size: 14px;
}
.fixedSection.inner .mainNavbar .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  box-shadow: none;
}
.fixedSection.inner .mainNavbar .navbar .navbar-nav .nav-item .nav-link img {
  filter: invert(0);
}
.heroCarousel .carousel-inner .carousel-item {
  position: relative;
}
.heroCarousel .carousel-inner .carousel-item::after {
  position: absolute;
  content: " ";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.heroCarousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}
.heroCarousel .carousel-inner .carousel-item .carousel-caption {
  z-index: 11;
  top: 50%;
}
.heroCarousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-family: "Amiri", 'sarif';
  font-size: 65px;
}
.heroCarousel .carousel-inner .carousel-item .carousel-caption p {
  font-family: "Amiri", 'sarif';
  font-size: 20px;
}
.heroCarousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.heroCarousel .carousel-indicators button.active {
  background-color: transparent;
}
.heroCarousel .carousel-control-prev {
  width: 30px;
  height: 30px;
  bottom: 15px;
  top: auto;
  left: 43%;
  opacity: 1;
  z-index: 11;
}
.heroCarousel .carousel-control-next {
  width: 30px;
  height: 30px;
  bottom: 15px;
  top: auto;
  right: 43%;
  opacity: 1;
  z-index: 11;
}
.heroCarousel .carousel-control-prev span,
.heroCarousel .carousel-control-next span {
  background-size: 22px;
}


.carousel-indicators {
  gap: 8px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  bottom: 13px;
}

.carousel-indicators button {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.carousel-indicators button .dot {

}
/* center dot (small filled circle) */
.carousel-indicators button .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  /* border: 2px solid rgba(255, 255, 255, 0.5); */
}

/* SVG overlay for progress ring - bigger than dot so it looks like a border */
.carousel-indicators button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg); /* rotate to start at top */
  width: 26px;
  height: 66px;
  z-index: 1;
  pointer-events: none;
}

/* circle stroke base */
.carousel-indicators .progress-ring circle {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2.6;
  stroke: #fff;
}

/* animation uses CSS variable --duration (set by JS) and --circumference */
@keyframes drawRing {
  from { stroke-dashoffset: var(--circumference); }
  to   { stroke-dashoffset: 0; }
}

.progress-animate {
  animation-name: drawRing;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: var(--duration, 5s);
}

/* active dot darker so it's visually obvious (optional) */
.carousel-indicators button.active .dot {
  background-color: transparent;
}



.fixedSection.scrolled .navbar-nav .nav-item .nav-link {
  color: #000;
}
.topLinks {
  transition: all 0.2s ease-in-out;
}
.topLinks ul {
  padding: 10px 0 0 0;
  margin: 0;
}
.topLinks ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  font-weight: 300;
}
.topLinks ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.topLinks .dropdown {
  margin-top: 10px;
}
.topLinks .dropdown .dropdown-toggle {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.topLinks .dropdown .dropdown-menu {
  padding-top: 0;
}
.topLinks .dropdown .dropdown-menu li {
  display: block;
}
.topLinks .dropdown .dropdown-menu li a {
  color: #000;
}
.topLinks .dropdown .dropdown-menu li a img {
  width: 100%;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.fixedSection.scrolled .topLinks {
  /* display: none; */
  margin-top: -40px;
  opacity: 0;
  position: relative;
  z-index: -1;
}
.fixedSection.scrolled .mainNavbar .centerLogo {
  opacity: 0;
  margin-top: -40px;
}
.fixedSection:hover .mainNavbar .navbar {
    border-bottom: 1px solid #000;
}
.fixedSection:hover .topLinks, .fixedSection:hover .mainNavbar {
  background-color: #fff;
}
.fixedSection:hover .topLinks * {
  color: #000;
}
.fixedSection:hover .navbar-nav .nav-item .nav-link {
  color: #000;
}
.fixedSection:hover .search_icon img, 
.fixedSection:hover .right_Icons .btn img, 
.fixedSection:hover .right_Icons a img {
  filter: invert(0);
}
.fixedSection:hover .navbar-nav .nav-item .nav-link img {
  filter: invert(0) !important;
}
/* .fixedSection.scrolled:hover .centerLogo  {
  position: relative;
  z-index: -1;
} */
.fixedSection.scrolled:hover .topbar {
  position: relative;
}














.homeCategory {
  padding: 40px 0;
}
.homeCategory h2 {
  font-family: "Amiri", serif;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  color: #000;
  font-size: 28px;
}
.homeCategory__categogies {
  position: relative;
}
.homeCategory__categogies a {
  display: block;
}
.homeCategory__categogies::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 60%, rgba(0, 0, 0, 0.5));
  top: 0;
  left: 0;
}
.homeCategory__categogies img {
  width: 100%;
}
.homeCategory__categogies .content {
  position: absolute;
  bottom: 0;
  padding: 20px 20px;
  z-index: 11;
  font-family: "Amiri", serif;
}
.homeCategory__categogies .content h3 {
  font-size: 40px;
  margin: 0;
}
.homeCategory__categogies .content p {
  font-size: 25px;
}
.homeCategory__categogies .content span {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.homeCategory__categogies .content span::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.2s ease-in-out;
}
.homeCategory__categogies .content span::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.3s ease-in-out;
}
.homeCategory__categogies .content span:hover::before {
  left: 100%;
  width: 0;
}
.homeCategory__categogies .content span:hover::after {
  width: 100%;
}

.offerSection__Inner {
  background-color: #efece3;
  padding: 20px;
}
.offerSection__Inner .outliner {
  border: 1px solid #683a25;
  padding: 20px;
}
.offerSection__Inner .outliner .offerContent {
  width: 70%;
  margin-left: auto;
}
.offerSection__Inner .outliner .offerContent h4 {
  font-family: "Amiri", serif;
  color: #683a25;
}
.offerSection__Inner .outliner .offerContent h1 {
  color: #683a25;
  font-size: 150px;
  font-family: "Amiri", serif;
  display: flex;
  align-items: center;
}
.offerSection__Inner .outliner .offerContent h1 span {
  font-size: 40px;
  display: flex;
}
.offerSection__Inner .outliner .offerContent p {
  color: #683a25;
}
.offerSection__Inner .outliner .saleContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  position: relative;
}
.offerSection__Inner .outliner .saleContent::before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 200px;
  background-color: #683a25;
  top: 60px;
  left: 0;
}
.offerSection__Inner .outliner .saleContent h2 {
  color: #683a25;
  font-family: "Amiri", serif;
  font-size: 40px;
}
.offerSection__Inner .outliner .saleContent p {
  color: #683a25;
  font-size: 18px;
  margin-bottom: 30px;
}
.offerSection__Inner .outliner .saleContent a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #683a25;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  width: 140px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.offerSection__Inner .outliner .saleContent a span {
  position: relative;
  z-index: 11;
}
.offerSection__Inner .outliner .saleContent a::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 65px;
  background-color: #542d1b;
  top: 0;
  left: -10px;
  transition: all 0.3s ease-in-out;
  transform-origin: top left;
}
.offerSection__Inner .outliner .saleContent a:hover::after {
  width: 150px;
  transform: skew(10deg, -10deg);
}

.trending {
  padding: 40px 0;
}
.trending__Inner {
  position: relative;
  overflow: hidden;
}
.trending__Inner img {
  width: 100%;
}
.trending__Inner .content {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 60%, rgba(255, 255, 255, 0.1));
}
.trending__Inner .content p {
  margin: 0;
}
.trending__Inner .content h3 {
  font-family: "Amiri", serif;
  font-size: 37px;
}
.trending__Inner .content span {
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.trending__Inner .content span::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -3px;
  transition: all 0.2s ease-in-out;
}
.trending__Inner .content span::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: all 0.3s ease-in-out;
}
.trending__Inner .content span:hover::before {
  left: 100%;
  width: 0;
}
.trending__Inner .content span:hover::after {
  width: 100%;
}

.offers ul {
  padding: 0;
}
.offers ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.offers ul li .inner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.offers ul li .inner img {
  width: 100%;
  max-width: 50px;
}
.offers ul li .inner p {
  margin: 0;
  font-size: 40px;
  font-family: "Amiri", serif;
  color: #aaa;
}

.arrivals h2 {
  font-family: "Amiri", serif;
  font-size: 36px;
  color: "Amiri", serif;
}
.arrivals .bestSeccler {
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  margin: 10px 0 30px;
}
.arrivals .nav-pills {
  margin: 25px 0;
}
.arrivals .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: #000;
  font-family: "Amiri", serif;
  padding: 0;
  margin-right: 30px;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  padding: 0;
  border-radius: 0;
}
.arrivals .nav-pills .nav-item .nav-link.active {
  border-bottom-color: #000;
}
.arrivals .arrivalsCarousel .owl-carousel .owl-nav {
  display: flex !important;
  position: absolute;
  top: -40px;
  right: 0;
}
.arrivals .arrivalsCarousel .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}
.arrivals .arrivalsCarousel .owl-carousel .owl-nav .owl-prev span {
  height: 34px;
  width: 34px;
  display: inline-block;
  color: transparent;
  background-image: url(../images/icons/left-arrow.png);
  background-size: 34px;
  background-repeat: no-repeat;
}
.arrivals .arrivalsCarousel .owl-carousel .owl-nav .owl-next span {
  height: 34px;
  width: 34px;
  display: inline-block;
  color: transparent;
  background-image: url(../images/icons/right-arrow.png);
  background-size: 34px;
  background-repeat: no-repeat;
}
.arrivals .arrivalsCarousel .owl-carousel .item {
  padding: 15px;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.arrivals .arrivalsCarousel .owl-carousel .item:hover:hover {
  border-color: #000;
}
.arrivals .arrivalsCarousel .owl-carousel .item img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
.arrivals .arrivalsCarousel .owl-carousel .item .hover-img {
  transform: translate(0, -100%);
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 90.5%;
  overflow: hidden;
  z-index: -1;
}
.arrivals .arrivalsCarousel .owl-carousel .item .hover-img img {
  transform: scale(1.08);
}
.arrivals .arrivalsCarousel .owl-carousel .item:hover .hover-img img {
  transform: scale(1);
}
.arrivals .arrivalsCarousel .owl-carousel .item:hover .actual-img {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.arrivals .arrivalsCarousel .owl-carousel .item .new {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 0 5px;
  font-size: 12px;
  top: 30px;
  left: 30px;
}
/* .arrivals .arrivalsCarousel .owl-carousel .item:hover {
  border-color: #000;
} */
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection {
  position: relative;
  text-align: center;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection .btn {
  position: absolute;
  width: 95%;
  padding: 4px 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  top: -55px;
  left: 7px;
  display: none;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection p {
  text-transform: uppercase;
  font-size: 14px;
  margin: 15px 0 0;
  color: #000;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection p.price {
  font-size: 16px;
  margin: 7px 0;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection .rating {
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection .rating img {
  width: 100%;
  max-width: 15px;
  height: auto;
  margin-right: 3px;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection small {
  color: #aaa;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection .sizes {
  display: #aaa;
  opacity: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
}
.arrivals .arrivalsCarousel .owl-carousel .item .buttomSection .sizes span {
  font-size: 14px;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  padding: 2px 3px;
  width: 30px;
  cursor: pointer;
}
.arrivals .arrivalsCarousel .owl-carousel .item:hover .btn {
  display: block;
}
.arrivals .arrivalsCarousel .owl-carousel .item:hover .buttomSection .sizes {
  opacity: 1;
}

.popularCollection {
  padding: 20px 0 0 0;
}
.popularCollection .heading {
  margin-bottom: 30px;
}
.popularCollection .heading h2 {
  color: #000;
  font-family: "Amiri", serif;
}
.popularCollection .heading a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #000;
}
.popularCollection__inner {
  overflow: hidden;
  position: relative;
}
.popularCollection__inner::after {
  position: absolute;
  content: " ";
  background: linear-gradient(rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.5));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popularCollection__inner img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.popularCollection__inner:hover img {
  transform: scale(1.05);
}
.popularCollection__inner .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.popularCollection__inner .content p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
  color: #fff;
  font-family: "Amiri", serif;
}
.popularCollection__inner .content p img {
  width: 100%;
  max-width: 20px;
  height: 15px;
}
.linen-look {
  padding-top: 50px;
}
.linen-look .linenLook-img {
  overflow: hidden;
}
.linen-look .linenLook-img img {
  width: 100%;
}
.linen-look .linenLook-carousel h3 {
  font-family: "Amiri", 'sarif';
  color: #000;
  font-size: 36px;
}
.linen-look .linenLook-carousel p {
  color: #000;
  font-size: 18px;
}
.linen-look .linenLook-carousel a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
}
.linen-look .linenLook-carousel .carousel .carousel-inner .carousel-item img {
  height: 400px;
  object-fit: cover;
}
.linenLook-carousel .carousel .carousel-inner .carousel-item .content {
  text-align: center;
}
.linenLook-carousel .carousel .carousel-inner .carousel-item a {
  text-decoration: none;
}
.linenLook-carousel .carousel .carousel-inner .carousel-item p {
  text-transform: uppercase;
  color: #000;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.linenLook-carousel .carousel .carousel-inner .carousel-item .quickView {
  border: 1px solid #000;
  padding: 7px 15px;
  display: inline-block;
  font-size: 14px;
}
.linen-look .linenLook-carousel .carousel {
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #000;
  padding: 20px;
}
.linen-look .linenLook-carousel .carousel .carousel-control-prev,
.linen-look .linenLook-carousel .carousel .carousel-control-next  {
  opacity: 1;
  width: 30px;
  height: 30px;
  top: 50%;
}
.linen-look .linenLook-carousel .carousel .carousel-control-prev {
  left: -40px;
}
.linen-look .linenLook-carousel .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../images/left-chevron.png);
  background-size: 30px;
}
.linen-look .linenLook-carousel .carousel .carousel-control-next {
  right: -40px;
}
.linen-look .linenLook-carousel .carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url(../images/right-chevron.png);
  background-size: 30px;
}
.linenLook-carousel .carousel-indicators {
  left: -560px;
  width: 30%;
  margin: 0;
}
.linenLook-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.linenLook-carousel .carousel-indicators button.active::after {
  position: absolute;
  content: " "; 
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -7px;
  left: -7px;
}
.linenLook-carousel .carousel-indicators button:first-child {
  position: absolute;
  top: -450px;
  left: -10px;
  animation: pulse-animation 2s infinite;
}
.linenLook-carousel .carousel-indicators button:nth-child(2) {
  position: absolute;
  top: -220px;
  left: -30px;
  animation: pulse-animation 5s infinite;
}
.linenLook-carousel .carousel-indicators button:last-child {
  position: absolute;
  top: -130px;
  left: 140px;
  animation: pulse-animation 3s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.exclusive {
  background-color: #0b3b3e;
  padding: 60px 0;
}
.exclusive__Content {
  text-align: center;
}
.exclusive__Content h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.exclusive__Content h2 {
  font-family: "Amiri", serif;
  font-size: 55px;
  color: #fff;
}
.exclusive__Content p {
  font-size: 25px;
  color: #fff;
  font-family: "Amiri", serif;
  margin-bottom: 30px;
}
.exclusive__Content a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.exclusive__Content a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.exclusive__Img {
  overflow: hidden;
}
.exclusive__Img img {
  width: 100%;
}

.testimonials {
  padding: 50px 0;
}
.testimonials__Carousel .carousel .carousel-item .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
.testimonials__Carousel .carousel .carousel-item .text span {
  display: flex;
  gap: 3px;
  margin-bottom: 20px;
}
.testimonials__Carousel .carousel .carousel-item .text span img {
  width: 100%;
  max-width: 15px;
}
.testimonials__Carousel .carousel .carousel-item .text h3 {
  font-family: "Amiri", serif;
  font-size: 36px;
  color: #000;
}
.testimonials__Carousel .carousel .carousel-item .text p {
  color: #000;
  font-size: 18px;
  margin-top: 20px;
}
.testimonials__Carousel .carousel .carousel-item .img p {
  font-size: 18px;
  color: #000;;
  text-transform: uppercase;
}
.testimonials__Carousel .carousel .carousel-item .img img {
  width: 470px;
  height: 470px;
  object-fit: cover;
  object-position: center;
}
.testimonials__Carousel .carousel .carousel-control-prev, .testimonials__Carousel .carousel .carousel-control-next {
  opacity: 1;
  width: 10px;
}
.testimonials__Carousel .carousel .carousel-control-prev span, .testimonials__Carousel .carousel .carousel-control-next span {
  height: 25px;
  width: 25px;
}
.testimonials__Carousel .carousel .carousel-control-prev span {
  background-image: url(../images/left-chevron.png);
  background-size: 25px;
  background-repeat: no-repeat;
}
.testimonials__Carousel .carousel .carousel-control-next span {
  background-image: url(../images/right-chevron.png);
  background-size: 25px;
  background-repeat: no-repeat;
}

.bts {
  padding: 50px 0;
  background: url(../images/bg-img.webp) rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
}
.bts__Content {
  text-align: center;
}
.bts__Content h6 {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.bts__Content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  font-family: "Amiri", 'sarif';
}
.bts__Content p {
  font-family: "Amiti", 'sarif';
  color: #fff;
  font-size: 18px;
}
.bts__Content .btn-play {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  position: relative;
  border-radius: 0;
}
.bts__Content .imgBts {
  width: 100px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  margin-right: 10px;
}
.bts__Content span {
  position: absolute;
  left: 50px;
  top: 17px;
}
.bts__Content span img {
  width: 100%;
  max-width: 30px;
  filter: invert(1)
}
.videoModal .modal-body video {
  width: 100%;
  height: 500px;
}
.videoModal .modal-content {
  background-color: transparent;
  border: 0;
}
.videoModal .modal-content .btn-close {
  position: absolute;
  right: -60px;
  opacity: 1;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: none;
}
.handcraft {
  padding: 50px 0;
}
.handcraft-img img {
  width: 100%;
}
.handcraft_Content h1 {
  font-size: 48px;
  color: #000;
  font-family: "Amiri", 'sarif';
  margin-bottom: 30px;
}
.handcraft_Content h4 {
  font-family: "Amiri", 'sarif';
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}
.handcraft_Content p {
  color: #000;
}
.handcraft_Content a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.question {
  padding: 20px 0;
}
.question .questionInner {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.question .question-content {
  position: relative;
}
.question .question-content::after {
  position: absolute;
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #000;
  right: -25px;
  top: -6px;
}
.question .question-content h3 {
  font-family: "Amiri", 'sarif';
  color: #000;
}
.question .timing p {
  font-size: 20px;
  color: #000;
}
.question .contact a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
}

.footer {
  background-color: #000;
  padding: 40px 40px;
}
.footer__About p {
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0 0;
  font-weight: 400;
}
.footer__About p a {
  color: rgba(255, 255, 255, 0.8);
}
.footer__About ul {
  padding: 0;
  margin-top: 30px;
}
.footer__About ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.footer__About ul li a {
  text-decoration: none;
  color: #fff;
}
.footer__About__Content h3 {
  text-transform: uppercase;
  color: #fff;
}
.footer__About__Content ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer__Content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer__Content ul {
  padding: 0;
}
.footer__Content ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.footer__Content ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer__Content ul li a:hover {
  text-decoration: underline;
}
.footer__Content p {
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 18px;
}
.footer__Content form .form-group {
  position: relative;
}
.footer__Content form .form-group .form-control {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  padding: 10px 80px 10px 0px;
}
.footer__Content form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer__Content form .form-group button {
  color: #fff;
  position: absolute;
  right: 0;
  background-color: transparent;
  top: 6px;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.footer .copyrightText {
  margin-top: 80px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .copyrightText p {
  font-size: 13px;
  margin: 0;
}
.footer .cards {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-top: 80px;
}

/* login starts */
.authForm {
  padding: 200px 0 50px;
}
.authForm__Content h2 {
  font-size: 40px;
  color: #000;
  font-family: "Amiti", 'sanrif';
  text-align: center;
  margin-bottom: 20px;
}
.authForm__Content form .form-group {
  margin-bottom: 25px;
}
.authForm__Content form .form-group label {
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 8px;

}
.authForm__Content form .form-group .form-control {
  height: 48px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #aaa;
}
.authForm__Content form .form-group .form-control:hover, .authForm__Content form .form-group .form-control:focus {
  border-color: #000;
}
.authForm__Content form button, .authForm__Content form button:hover {
  background-color: #111;
  color: #fff;
  width: 100%;
  height: 48px;
  border-radius: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.authForm__Content form p {
  color: #000;
  font-size: 18px;
}
.authForm__Content form p a {
  color: #000;
}
/* story starts */
.storyImg {
  padding: 200px 0 0;
}
.storyImg img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.story {
  padding: 60px 0 30px;
}
.story__Content span a {
  border: 1px solid #000;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  padding: 3px;
}
.story__Content h1 {
  font-size: 45px;
  margin-top: 15px;
  color: #000;
}
.story__Content p {
  color: #000;
}
.story__Content .share {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.story__Content .share img {
  width: 100%;
  max-width: 20px;
}
.story__Content .prev-nex-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.story__Content .prev-nex-btns a {
  color: #000;
  border-bottom: 2px solid #000;
  text-decoration: none;
  font-size: 14px;
}
.story .commentSection .header h2 {
  font-family: "Amiri", 'sarif';
  font-size: 40px;
  color: #000;
}
.story .commentSection .header p {
  color: #000;
}
.story .commentSection .form-group {
  margin-bottom: 25px;
}
.story .commentSection .form-group label {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.story .commentSection .form-group .form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #aaa;
  box-shadow: none;
}
.story .commentSection .form-group .form-control:hover, .story .commentSection .form-group .form-control:focus {
  border-color: #000;
}
.story .commentSection .form-group textarea.form-control {
  height: 150px;
}
.story .commentSection .form-group p {
  color: #000;
  margin-top: 10px;
}
.story .commentSection .form-group p a {
  color: #000;
}
.story .commentSection .form-group .btn {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 30px;
}
.story .commentSection .form-group .btn.btn-submit {
  background-color: #000;
  color: #fff;
}
.contactUs {
  padding-top: 200px;
}
.faq  {
  padding: 200px 0 50px;
}
.faq .header {
  text-align: center;
  margin-bottom: 50px;
}
.faq .header h2 {
  font-family: "Amiri", 'sarif';
  color: #000;
  font-size: 45px;
}

.faq  .accordion h3 {
  color: #000;
  font-family: "Amiri", 'sarif';
  margin-bottom: 20px;
  font-size: 30px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 20px;
}
.faq  .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-radius: 0;
}
.faq  .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 25px;
  font-family: "Amiri", 'sarif';
  color: #000;
  padding: 0;
  box-shadow: none;
}
.faq  .accordion .accordion-item .accordion-body {
  padding: 10px 0;
}
.faq  .accordion .accordion-item .accordion-body p {
  margin: 0;
  padding: 0;
}
.faq-contact {
  padding: 0 0 50px;
}
.faq-contact {
  text-align: center;
  font-family: "Amiri", 'sarif';
}
.faq-contact p {
  font-size: 22px;
  color: #000;
}
.faq-contact h3 {
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
}
.faq-contact a {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  text-decoration: none;
  font-family: 'Jost', 'san sarif';
  font-size: 17px;
}

/* off canvas starts */
.offcanvas {
  padding: 0 10px;
  z-index: 11111;
}
.offcanvas .offcanvas-header {
  border-bottom: 2px solid #000;
}
.offcanvas .offcanvas-header .btn-close {
  opacity: 1;
}
.offcanvas .offcanvas-header h5 {
  font-family: "Amiri", 'sarif';
  font-size: 24px;
  color: #000;
}
.offcanvas .offcanvas-body {
  text-align: center;
  font-family: "Amiri", 'sarif';
  padding-top: 50px;
}
.offcanvas .offcanvas-body h3 {
  font-size: 28px;
  color: #000;
}
.offcanvas .offcanvas-body p.cartMessage {
  color: #000;
  margin: 25px 0 50px;
  font-size: 18px;
  font-family: "Jost", 'san sarif';
}
.offcanvas .offcanvas-body .cart-buttons a {
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  width: 190px;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 15px;
  font-family: "Jost", 'san sarif';
}
.productDetail {
  padding: 200px 0 50px;
}
.productDetail__Content span {
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  padding: 1px 3px;
}
.productDetail__Content h1 {
  font-family: "Amiri", 'sarif';
  color: #000;
}
.productDetail__Content .price {
  color: #000;
  font-weight: 400;
}
.productDetail__Content .selectedSize {
  color: #777;
  font-weight: 400;
}
.productDetail__Content .selectedSize span {
  border: 0;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
}
.productDetail__Content .productCallout {
  margin-bottom: 20px;
}
.productDetail__Content .productCallout span {
  font-size: 14px;
  color: #333;
  font-size: 14px;
  padding: 3px 8px;
}
.productDetail__Content .sizes .btn {
  width: 50px;
  height: 27px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #000;
  margin: 0 4px 0 0;
  border-radius: 0;
  padding: 0;
}
.productDetail__Content .sizes .btn.active,
.productDetail__Content .sizes .btn:hover {
  border-color: #000;
}
.productDetail__Content .sizes {
  text-decoration: none;
  color: #000;
}
.productDetail__Content .sizes a {
  text-decoration: none;
}
.productDetail__Content .sizes span {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
  font-size: 14px;
  text-transform: none;
}
.productDetail__Content .sizes a img {
  width: 100%;
  max-width: 25px;
}
.productDetail__Content .sizes a:hover span {
  color: #777;
  border-color: #777;
}
.productDetail__Content .sizes a:hover img {
  opacity: 0.6;
}
.productDetail__Content h4 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.productDetail__Content h4 span {
  color: #777;
  border: 0;
  padding: 0;
  font-size: 16px;
}
.productDetail__Content .colorStyle button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #aaa;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.productDetail__Content .colorStyle button img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.productDetail__Content .colorStyle .progress {
  height: 5px;
  border-radius: 0;
}
.productDetail__Content .colorStyle .quantity-field {
  display: flex;
  align-items: center;
  border: 1px solid #aaa;
  justify-content: space-between;
  width: 100px;
  margin-top: 20px;
}
.productDetail__Content .colorStyle .quantity-field button {
  background-color: transparent;
  border: 0;
  font-size: 20px;
}
.productDetail__Content .cart-buttons .btn {
  border-radius: 0;
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.productDetail__Content .cart-buttons .btn-cart {
  border: 1px solid #000;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.productDetail__Content .cart-buttons .btn-buy {
  background-color: #5433EB;
  border: 1px solid #5433EB;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.productDetail__Content .cart-buttons .btn-buy img {
  width: 100%;
  max-width: 80px;
}
.productDetail__Content .cart-buttons a {
  color: #000;
}
.productDetail__Content .description {
  margin-top: 20px;
}
.productDetail__Content .description h3 {
  font-family: "Amiri", 'sarif';
  color: #000;
}
.productDetail__Content .description p {
  color: #000;
  font-size: 15px;
}
.productDetail__Content .description .box {
  border: 1px solid #aaa;
  padding: 10px;
}
.productDetail__Content .description .box p {
  color: #000;
  border-bottom: 1px solid #aaa;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.productDetail__Content .description .box p img {
  width: 100%;
  max-width: 30px;
  float: left;
  margin-right: 10px;
}
.productDetail__Content .description .box p:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
.productDetail__Content .description .accordion {
  margin-top: 30px;
}
.productDetail__Content .description .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  padding: 0 10px;
}
.productDetail__Content .description .accordion .accordion-item .accordion-button {
  background-color: transparent;
  padding: 7px 0;
  font-size: 20px;
  font-family: "Amiri", 'sarif';
  color: #000;
  box-shadow: none;
}
.productDetail__Content .description .accordion .accordion-item .accordion-body {
  padding: 0;
}
.productDetail__Content .quantity-field {
  display: flex;
  align-items: center;
  border: 1px solid #aaa;
  justify-content: space-between;
  width: 100px;
  margin-top: 20px;
  padding: 5px;
}
.productDetail__Content .quantity-field button {
  background-color: transparent;
  border: 0;
  font-size: 20px;
}
.description .accordion-button::after {
  background-image: url(../images/icons/plus.png);
  background-size: 14px;
  background-repeat: no-repeat;
}
.description .accordion-button.collapsed::after {
  background-image: url(../images/icons/minus-sign.png);
  background-size: 13px;
  background-repeat: no-repeat;
}
.produsctGallary a img {
  width: 100%;
  cursor: zoom-in;
}
.betterCotton {
  background-image: url(../images/better-cotton.jpg);
  background-size: cover;
}
.betterCotton {
}
.betterCotton .overlay {
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.betterCotton__Content {
  text-align: center;
}
.betterCotton__Content h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.betterCotton__Content h1 {
  font-family: "Amiri", 'sarif';
  color: #fff;
  font-size: 55px;
  margin-bottom: 15px;
}
.betterCotton__Content p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.styleTogeather {
  padding: 50px 0;
}
.styleTogeather__video video {
  width: 100%;
  height: 900px;
}
.styleTogeather__Products {
  text-align: center;
}
.styleTogeather__Products .product {
  position: relative;
}
.styleTogeather__Products .product::after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  background-color: #000;
  top: 0;
  right: -10px;
}
.styleTogeather__Products .product.no-border::after {
  display: none;
}
.styleTogeather__Products .product a {
  text-decoration: none;
}
.styleTogeather__Products .product img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.styleTogeather__Products .product h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.styleTogeather__Products .product p {
  color: #000;
}
.styleTogeather__Products .product button {
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  padding: 6px 15px;

}

/* checkout page starts */
.checkoutTopbar {
  padding: 20px 0;
  border-bottom: 1px solid #aaa;
}
.checkoutTopbar h3 {
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.checkoutForm {
  padding: 30px;
}
.checkoutForm p {
  font-size: 14px;
  color: #777;
  text-align: center;
}
.checkoutForm .btn-shop {
  background-color: #592ff4;
  width: 250px;
  height: 45px;
}
.checkoutForm .btn-shop img {
  width: 100%;
  max-width: 70px;
  padding: 0;
}
.checkoutForm form .form-group {
  position: relative;
}
.checkoutForm form .form-check-input:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}
.checkoutForm form .form-group .icons {
  position: absolute;
  top: 9px;
  right: 6px;
  opacity: 0.5;
}
.checkoutForm form .form-group .icons img {
  width: 100%;
  max-width: 20px;
}
.checkoutForm form .form-group h4 {
  color: #000;
}
.checkoutForm form .form-group .form-control {
  height: 48px;
  border: 1px solid #ddd;
  box-shadow: none;
}
.checkoutForm form .form-group .form-control:focus {
  border-color: #000;
}
.checkoutForm form .form-group .form-floating #floatingSelect {
  height: 48px;
  min-height: 48px;
  padding: 17px 10px 10px;
  box-shadow: none;
}
.checkoutForm form .form-group .form-floating label {
  padding-top: 9px;
}
.checkoutForm form .shippingBox {
  background-color: #f5f5f5;
  border-radius: 9px;
}
.checkoutForm form h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.checkoutForm form .shippingBox p {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
}
.checkoutPayment .card {
  border-radius: 15px;
}
.checkoutPayment .card .card-header {
  display: flex;
  justify-content: space-between;
}
.checkoutPayment .card .card-header {
  padding: 15px 10px;
}
.checkoutPayment .card .card-header .cards img {
  width: 100%;
  max-width: 30px;
}
.checkoutPayment .card .card-body .input-group .form-floating .form-control {
  height: 48px;
  min-height: 48px;
  border-left: 0;
}
.checkoutPayment .card .card-body .input-group .form-floating .form-control:focus {
  border-color: #ddd;
}
.checkoutPayment .card .card-body .input-group .input-group-text {
  background-color: #fff;
  padding: 0 0 0 7px;
}
.checkoutPayment .card .card-body .input-group .input-group-text img {
  width: 100%;
  max-width: 20px;
}
.checkoutForm .secure-info p {
  font-size: 12px;
  color: #777;
  text-align: left;
  margin: 10px 0 0;
}
.checkoutForm .secure-info p img {
  width: 100%;
  max-width: 15px;
  opacity: 0.5;
}
.checkoutForm form .pay-btn {
  background-color: #000;
  color: #fff;
  height: 48px;
  width: 100%;
  margin-top: 20px;
  border-radius: 10px;
}
.checkoutForm p.privacyText {
  color: #777;
  font-size: 13px;
  text-align: left;
  margin: 10px 0 0;
}
.checkoutForm p.privacyText a {
  color: #777;
}
.checkoutProduct-detail {
  background-color: #f5f5f5;
  padding: 30px;
  height: 650px;
  border-left: 1px solid #ddd;
  position: sticky;
  top: 0px;
}
.checkoutProduct-detail td {
  background-color: transparent;
  border: 0;
}
.checkoutProduct-detail .productName {
  display: flex;
}
.checkoutProduct-detail .productName p {
  font-size: 14px;
  color: #000;
}
.checkoutProduct-detail .productName p span {
  color: #777;
  font-size: 12px;
}
.checkoutProduct-detail .productName span.imgOuter {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  margin-right: 20px;
}
.checkoutProduct-detail .productName span.orderQuantity {
  background-color: #777;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;

}
.checkoutProduct-detail .productName img {
  width: 100%;
  max-width: 40px;
}
.checkoutProduct-detail .price p {
  color: #000;
}
.checkoutProduct-detail .total {
  font-size: 18px;
  font-weight: 600;
}
.checkoutProduct-detail .totalPrice p span {
  color: #777;
  font-size: 13px;
}


/* quickview modal starts */
.quickView-modal-content {
  position: relative;
}
.quickView-modal-content .btn-close {
  opacity: 0.7;
  position: absolute;
  right: 15px;
  box-shadow: none;
  font-size: 12px;
}
.quickView-modal .modal-dialog .modal-content {
  border-radius: 0;
}
.quickView-modal-content .quickView-img img {
  width: 100%;
}
.quickView-innerbox {
  height: 450px;
  overflow: auto;
}
.quickView-innerbox::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
 
.quickView-innerbox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
 
.quickView-innerbox::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
}
.quickView-modal-content .productDetail__Content .cart-buttons .btn-cart {
  background-color: #000;
  color: #fff;
}

/* product list starts */
.product-breadcrumb {
  padding: 190px 0  0 0;
}
.product-breadcrumb ul {
  padding: 0;
}
.product-breadcrumb ul li {
  display: inline-block;
  list-style-type: none;
  color: #777;
}
.product-breadcrumb ul li img {
  width: 100%;
  max-width: 15px;
  opacity: 0.7;
}
.product-breadcrumb ul li a {
  color: #000;
  text-decoration: none;
}
.product-list {
  padding: 50px 0;
}
.product-list .header {
  text-align: center;
}
.product-list .header h2 {
  color: #000;
  font-family: "Amiri", 'sarif';
  font-size: 40px;
  margin-bottom: 30px;
}
.product-list .filterSection .btn-filter {
  box-shadow: none;
  border: 0;
  padding: 0;
}
.product-list .filterSection .btn-filter img {
  width: 100%;
  max-width: 20px;
}
.product-list .filterSection p {
  color: #777;
  margin: 0 0 0 15px;
}
.product-list .sortSection .dropdown .dropdown-toggle {
  background-color: #fff;
  color: #000;
  border: 0;
  padding: 0;
}
.product-list .sortSection .dropdown .dropdown-menu {
  padding: 10px;
}
.product-list .sortSection .dropdown .dropdown-menu .form-check {
  cursor: pointer;
}
.product-list .sortSection .dropdown .dropdown-menu .form-check .form-check-input:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}
.product-list .sortSection .dropdown .dropdown-menu .form-check-label {
  color: #000;
}
.product-list .product {
  /* border: 1px solid #777; */
  padding: 0;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.product-list .product:hover {
  border-color: #000;
}
.product-list .product img {
  width: 100%;
}
.product-list .product .imageSection .hover-img {
  transform: translate(0, -100%);
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
.product-list .product .imageSection .fav-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-list .product .imageSection .fav-icon img {
  width: 100%;
  max-width: 25px;
}
.product-list .product:hover  .fav-icon img {
  transform: scale(1) !important;
}
.product-list .product .imageSection .actual-img {
  transition: all 0.2s ease-in-out;
}
.product-list .product:hover .imageSection .actual-img {
  opacity: 0;
}
.product-list .product h3 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.product-list .product .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list .product .rating img {
  width: 100%;
  max-width: 15px;
  margin-left: 3px;
}
.product-list .product h4 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}
.product-list .product .rating p {
  color: #777;
  margin: 0;
  font-size: 14px;
}
.product-list .product p {
  color: #777;
  margin: 0 0 0 10px;
}
.product-list .product .colours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.product-list .product .colours .btn {
  width: 29px;
  height: 29px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #777;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-list .product .colours .btn img {
  width: 23px;
  height: 23px;
  object-fit: cover;
  border-radius: 50%;
}
.product-list .product .sizes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
.product-list .product .sizes span {
  font-size: 14px;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  padding: 2px 3px;
  width: 30px;
  cursor: pointer;
}
.product-list .product .imageSection {
  position: relative;
  overflow: hidden;
}
.product-list .product .imageSection img {
  transition: all 0.3s ease-in-out;
}
.product-list .product:hover .imageSection img {
  transform: scale(1.1);
}
.product-list .product .btn-view {
  width: 95%;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: none;
  color: #000;
  border-radius: 0;
  position: absolute;
  bottom: 10px;
  left: 7px;
  display: none;
  z-index: 11;
}
.product-list .product:hover .btn-view {
  display: block;
}
/* filters */
.filters__Outer {
  position: relative;
}
.filters__Outer .filters {
  position: absolute;
  width: 280px;
  left: 0;
  top: 0;
  display: none;
}
.filters__Outer.open {
  padding-left: 300px;
}
.filters__Outer.open .filters {
  display: block;
  margin-top: 20px;
}
.filters .accordion-item {
  border: 0;
  border-bottom: 1px solid #777;
  border-radius: 0;
  padding: 0 10px;
}
.filters .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background-color: transparent;
  color: #000;
  padding: 10px 0;
}
.filters .accordion-item .accordion-body .form-check .form-check-label {
  color: #000;
}
.filters .accordion-item .accordion-body .form-check .form-check-label span {
  color: #777;
  font-size: 14px;
}
.filters .accordion-item .accordion-body .form-check .form-check-input {
  box-shadow: none;
  border-color: #000;
}
.filters .accordion-item .accordion-body .form-check .form-check-input:checked {
  background-color: #000;
  color: 000;
  border-color: #000;
}
.filters .accordion-item .accordion-body .btn-color {
  border: 1px solid #d5d5d5;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
}
.filters .accordion-item .accordion-body .btn-color.active {
  outline: 2px solid #000;
}
.filters .accordion-item .accordion-body .btn-color img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.filters .accordion-item .accordion-body .sizes span {
  font-size: 14px;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  padding: 4px 3px;
  width: 75px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 5px;
}

.price-values {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.price-values span {
  font-weight: 600;
}

.range-slider {
  position: relative;
  height: 40px;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  height: 5px;
  background: transparent;
  background-color: #000;
}

input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 111;
}

input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}


/* @media (max-width: 1440px) {
  .productDetail {
    padding: 50px 50px;
  }
} */



/* about starts */
.welcomeSection {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/store.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: 200px;
  text-align: center;
  padding: 60px 0;
}
.welcomeSection h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}
.welcomeSection img {
  width: 100%;
  max-width: 250px;
  margin: 30px 0;
}
.welcomeSection p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.foundedSection {
  padding: 40px 0 0;
  text-align: center;
}
.foundedSection .foundedContent {
  width: 50%;
  margin: 0 auto;
}
.foundedSection .foundedContent h6 {
  font-size: 20px;
}
.foundedSection .foundedContent p {
  font-size: 18px;
  margin-top: 20px;
}
.compromiseSection {
  padding: 0 0 50px;
}
.compromiseSection .compromiseContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.compromiseSection .compromiseContent h1 {
  font-family: "Amiri", 'sarif';
  font-size: 45px;
  color: #000;
}
.compromiseSection .compromiseContent p {
  color: #000;
  width: 70%;
  margin: 0 auto 20px;
  font-size: 18px;
}
.compromiseSection .compromiseContent a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  font-size: 18px;
  width: 170px;
  margin: 0 auto;
}
.compromiseSection .compromiseImg img {
  width: 100%;
}
.asSeenSection {
  padding: 40px 0;
}
.asSeenSection .asSeenSectionImgs {
  text-align: center;
}
.asSeenSection .asSeenSectionImgs p {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
}
.asSeenSection .asSeenSectionImgs .inner {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.asSeenSection .asSeenSectionImgs .inner span {
  display: inline-flex;
  align-items: center;
}
.asSeenSection .asSeenSectionImgs .inner img {
  width: 100%;
  max-width: 150px;
}
.commitment {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.commitment .commit-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.commitment .commit-img img {
  width: 100%;
}
.commitment-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.commitment-content h1 {
  font-family: "Amiri", 'sarif';
  font-size: 50px;
  color: #fff;
}
.thoughtSection {
  padding: 80px 0;
}
.thoughtSection__Content h4 {
  font-size: 36px;
  font-family: 'Amiri', 'sarif';
  color: #000;
}
.thoughtSection__Content p {
  color: #000;
  font-size: 18px;;
}

/* stockist */
.vendorSection {
  padding: 200px 0 50px;
  text-align: center;
}
.vendorSection h1 {
  font-family: "Amiri", 'sarif';
  color: #000;
}
.vendorSection p {
  color: #000;
}
.onlineSection {
  padding: 0 0 30px 0;
}
.onlineSection h2 {
  color: #000;
  font-family: "Amiri", 'sarif';
  margin-bottom: 20px;
}
.onlineSection .onlineStores {
  background-color: #f1f1f1;
  padding: 20px;
}
.onlineSection .onlineStores p {
  color: #000;
  text-transform: uppercase;
}
.onlineSection .onlineStores a {
  color: #000;
}
.onlineSection .mapSection img {
  width: 100%;
}
.onlineSection .mapSection h2 {
  color: #000;
  font-family: "Amiri", 'sarif';
  margin: 20px 0 10px 0;
}
.onlineSection .mapSection p {
  color: #000;
}
.onlineSection .mapSection a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 8px 15px;
}


.cookiesPopup .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookiesPopup .modal-header h1 {
  font-size: 25px;
}
.cookiesPopup .modal-header p {
  font-size: 14px;
  margin: 0;
}
.cookiesPopup .content h5 {
  font-size: 20px;
}
.cookiesPopup .content p {
  font-size: 13px;
  line-height: 18px;
}
.cookiesPopup .content p a {
  color: #000;
}
.cookiesPopup .content .btns {
  text-align: center;
  margin-bottom: 15px;
}
.cookiesPopup .content .btns a {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 25px;
}
.cookiesPopup .content .content-link {
  color: #000;
}


@media (max-width: 1600px) {
  .linen-look .linenLook-carousel .carousel {
    width: 340px;
  }
}
@media (max-width: 1280px) {
  .offerSection__Inner .outliner .saleContent::before {
    top: 30px;
  }
}
@media (max-width: 1199px) {
  .exclusive__Content h2 {
    font-size: 46px;
  }
  .exclusive__Content p {
    font-size: 20px;
  }
  .exclusive__Content img {
    height: 270px;
  }
  .exclusive__Content a {
    padding: 10px 20px;
  }
  .handcraft_Content h1 {
    font-size: 36px;
  }
  .linen-look .linenLook-carousel p {
    font-size: 14px;
  }
  .linen-look .linenLook-carousel a {
    font-size: 14px;
  }
  .linenLook-carousel .carousel .carousel-inner .carousel-item p {
    font-size: 14px;
  }
  .linen-look .linenLook-carousel .carousel {
    margin-top: 20px;
  }
  .linen-look .linenLook-carousel .carousel .carousel-inner .carousel-item img {
    height: 240px;
    object-position: top;
  }
  .linenLook-carousel .carousel-indicators button:first-child {
    top: -340px;
    left: 170px;
  }
  .linenLook-carousel .carousel-indicators button:nth-child(2) {
    top: -170px;
    left: 150px;
  }
  .linenLook-carousel .carousel-indicators button:last-child {
    top: -90px;
    left: 280px;
  }
}

@media (max-width: 1024px) {
  .foundedSection .foundedContent {
    width: 70%;
  }
  .compromiseSection .compromiseContent p {
    width: 90%;
    font-size: 14px;
  }
  .compromiseSection .compromiseContent h1 {
    font-size: 38px;
  }
  .arrivals .arrivalsCarousel .owl-carousel .item img {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    border: 0;
    box-shadow: none !important;
  }
  .produsctGallary .row {
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
  }
  .produsctGallary a img {
    height: 550px;
    object-fit: cover;
  }
  .styleTogeather__Products .product {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .styleTogeather__Products .product img {
    height: 170px;
  }
  .filters__Outer.open {
    padding: 0;
  }
  .filters__Outer.open .filters {
    z-index: 11;
    padding: 10px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
  }
  .homeCategory__categogies .content p {
    font-size: 20px;
  }
  .arrivals .arrivalsCarousel .owl-carousel .item img {
    height: 360px;
  }
  .exclusive__Content img {
    height: 200px;
    width: 200px;
    object-fit: cover;
  }
  .testimonials__Carousel .carousel .carousel-item .img img {
    width: 280px;
    height: 280px;
  }
  .testimonials__Carousel .carousel .carousel-item .text h3 {
    font-size: 25px;
  }
  .handcraft .handcraft_Content .divider {
    margin: 10px 0 !important;
  }
  .question .contact a {
    font-size: 14px;
  }
  .navbar-nav .dropdown-menu .dressesImg {
    display: none;
  }
  .mainNavbar .navbar .right_Icons {
    margin-bottom: 10px;
  }
  .linenLook-carousel .carousel-indicators {
    display: none;
  }
  .linen-look .linenLook-carousel h3 {
    font-size: 26px;
  }
  .linen-look .linenLook-carousel p {
    font-size: 12px;
  }
  .linen-look .linenLook-carousel a {
    font-size: 12px;
  }
  .linen-look .linenLook-img img {
    height: 540px;
    object-fit: cover;
  }
  .linen-look .linenLook-carousel .carousel .carousel-control-next {
    right: -7px;
  }
  .linen-look .linenLook-carousel .carousel .carousel-control-prev {
    left: -7px;
  }
  .nav-item.dropdown:hover::after {
    display: none;
  }
  .onlineSection .onlineStores {
    margin-bottom: 10px;
  }
  .onlineSection .mapSection {
    margin-bottom: 20px;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-size: 25px;
    filter: invert(1);
  }
  .fixedSection.scrolled .navbar-toggler .navbar-toggler-icon {
    filter: invert(0);
  }
}
@media (max-width: 767px) {
  .checkoutDetail .col-md-7 {
    order: 2;
  }
  .checkoutDetail .col-md-5 {
    order: 1;
    padding-right: 10px !important;
  }
  .checkoutProduct-detail {
    height: auto;
    margin-top: 10px;
  }
  .styleTogeather__video video {
    height: 600px;
    margin-bottom: 20px;
  }
  .offerSection__Inner .outliner .saleContent::before {
    display: none;
  }
  .offerSection__Inner .outliner .offerContent {
    width: 100%;
  }
  .offerSection__Inner .outliner .saleContent {
    padding: 0;
  }
  .foundedSection .foundedContent {
    width: 100%;
  }
  .compromiseSection .compromiseContent p {
    width: 100%;
  }
  .homeCategory__categogies img {
    height: 500px;
    object-fit: cover;
  }
  .homeCategory__categogies {
    margin-bottom: 10px;
  }
  .trending__Inner {
    margin-bottom: 10px;
  }
  .trending__Inner img {
    height: 450px;
  }
  .popularCollection__inner {
    margin-bottom: 10px;
  }
  .popularCollection__inner img {
    height: 450px;
    object-fit: cover;
  }
  .popularCollection__inner .content p a img {
    height: auto;
  }
  .exclusive .exclusive__Img {
    margin-top: 10px;
  }
  .testimonials__Carousel .carousel .carousel-item .img img {
    width: 60px;
    height: 60px;
    object-position: top;
    border-radius: 50%;
  }
  .linen-look .linenLook-carousel .carousel .carousel-control-next {
    right: -40px;
  }
  .linen-look .linenLook-carousel .carousel .carousel-control-prev {
    left: -40px;
  }
  .linen-look .linenLook-img img {
    height: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .checkoutProduct-detail {
    padding: 10px;
  }
  .checkoutProduct-detail .price p {
    font-size: 13px;
  }
  .checkoutProduct-detail .totalPrice {
    font-size: 14px;
  }
  .checkoutProduct-detail .total {
    font-size: 14px;
  }
  .checkoutProduct-detail .productName span.imgOuter {
    width: 60px;
  }
  .checkoutProduct-detail .productName span.orderQuantity {
    font-size: 12px;
    width: 17px;
    height: 17px;
  }
  .checkoutForm {
    padding: 10px;
  }
  .checkoutDetail form {
    margin-top: 20px;
  }
  .checkoutForm form .shippingBox p {
    padding: 15px;
    font-size: 13px;
  }
  .homeCategory h2 {
    width: 100%;
    font-size: 25px;
  }
  .bts__Content h1 {
    font-size: 40px;
  }
  .question .questionInner {
    flex-direction: column;
  }
  .question .questionInner {
    gap: 0;
    text-align: center;
  }
  .footer {
    padding: 40px 10px;
  }
  .footer .cards {
    justify-content: center;
    margin-top: 30px;
  }
  .footer .copyrightText {
    margin-top: 20px;
  }
  .handcraft_Content h1 {
    font-size: 28px;
    margin-top: 10px;
  }
  .linen-look .linenLook-carousel .carousel .carousel-control-next {
    right: -7px;
  }
  .linen-look .linenLook-carousel .carousel .carousel-control-prev {
    left: -7px;
  }
  .linen-look .linenLook-carousel .carousel {
    width: 100%;
  }
  .commitment {
    padding: 70px 0;
  }
  .commitment-content h1 {
    font-size: 35px;
  }
  .thoughtSection__Content h4 {
    font-size: 22px;
  }
  .faq-contact h3 {
    font-size: 28px;
  }
  .heroCarousel .carousel-control-next {
    right: 33%;
  }
  .heroCarousel .carousel-control-prev {
    left: 33%;
  }
  .mainNavbar .navbar .navbar-nav .dropdown-menu {
    display: none;
  }
  .topLinks .dropdown {
    text-align: left !important;
  }
  /* .mainNavbar {
    padding: 0;
  } */
   .question .question-content::after {
    display: none;
   }
   .cookiesPopup .modal-header {
    flex-direction: column;
   }
   .cookiesPopup .content h5 {
      font-size: 18px;
  }
  .cookiesPopup .content .btns a {
    font-size: 13px;
  }
}





