.parallax-banner {
  position: relative;
  overflow: hidden;
}
.hero-men {
  background-color: #bbdee2;
  padding: 200px 0px;
}
.hero-women {
  background-color: #fbdcd2;
  padding: 200px 0px;
}
.parallax-main-info {
  position: relative;
}
.men {
  position: absolute;
  top: 17%;
  left: 22%;
  width: 40%; /* Adjust size based on screen */
  z-index: 10 !important;
}
.men img {
  width: 100%;
  max-width: 595px;
}
.women {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 30%; /* Adjust size based on screen */
  z-index: 10 !important;
}
.women img {
  width: 100%; /* Makes the image fully responsive */
  max-width: 480px; /* Limits the maximum width */
}
.men-bg {
  background: url("./assets/images/shop-categories/men-bg.png");
  position: relative;
  z-index: -1;
  padding: 180px 0px;
  border-radius: 20px;
}
.women-bg {
  background: url(./assets/images/shop-categories/women-bg.png);
  position: relative;
  z-index: -1;
  padding: 200px 0px;
  border-radius: 20px;
}
.men-icon {
  position: absolute;
  left: 12%;
  top: 15%;
  animation: men-icon 2s ease-in-out forwards;
  width: 120px;
}
.men-icon img {
  width: 150px;
}
.women-icon {
  position: absolute;
  right: 12%;
  bottom: 5%;
  animation: women-icon 2s ease-in-out forwards;
}
.women-icon img {
  width: 150px;
}
.shop_by_men {
  position: relative;
}
.shop_by_men_info {
  position: absolute;
  right: 5%;
  top: 5%;
}
.shop-categories-main {
  position: relative;
  z-index: 1; /* Ensure it's behind the men and women */
}
.shop_by_women {
  position: relative;
}
.shop_by_women_info {
  position: absolute;
  right: 5%;
  top: 5%;
}
.shop_by_men_info-bottom {
  position: absolute;
  right: 5%;
  bottom: 20%;
}
.shop_by_women_info-bottom {
  position: absolute;
  right: 5%;
  bottom: 25%;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  z-index: 100 !important;
  cursor: pointer;
}
.carousel-prev {
  left: 10%;
}
.carousel-next {
  left: 15%;
}
.men {
  z-index: 100 !important;
}
.carousel-prev,
.carousel-next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
}

	.product-short-name {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

@keyframes men-icon {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes women-icon {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.parallex-bg-mobile {
  display: none;
}


.shop_by_category {
  position: relative;
  z-index: -1 !important;
}
@media screen and (max-width: 1440px) {
  .men-icon img,
  .women-icon img {
    width: 100px;
  }
}
/* For medium devices (tablets, 768px to 1199px) */
/* @media (max-width: 1199px) and (min-width: 768px) {
  .men {
    top: 10%;
    left: 18%;
  }
  .women {
    top: 15%;
    left: 55%;
  }
  .men-icon {
    left: 10%;
    top: 10%;
  }
  .women-icon {
    right: 10%;
    bottom: 10%;
  }
  .men-icon img,
  .women-icon img {
    width: 80px !important;
  }
} */

/* For small devices (phones, less than 768px) */
@media (max-width: 767px) {
}

/* -------------------------------------------- */
/* shop_by_category_main */
/* --------------------------------------------- */
.shop_by_category_main {
  position: relative;
}
.shop_by_men_main {
  position: absolute;
  top: 10%;
  left: 15%;
}
.shop_by_women_main {
  position: absolute;
  top: 280px;
  left: 70% !important;
}

.toggle-buttons {
  text-align: center;
  margin-bottom: 20px;
}

.toggle-btn {
  background-color: #e0e0e0;
  color: #333;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin: 5px;
}

.toggle-btn.active {
  background-color: #4caf50;
  color: white;
}

/* Adjust carousel item styling */
/* .owl-carousel .item img {
  max-width: 100%;
  height: auto;
} */

.shop-categories-main {
  padding: 40px 0px 750px;
}

.shop-categories {
  position: relative;
}

.shop-categories-men {
  position: absolute;
  top: 10%;
  left: 17%;
  max-width: 400px;
  width: 100%;
}

.shop-categories-women {
  position: absolute;
  top: 200px;
  right: 17%;
  max-width: 400px;
  width: 100%;
}

/*  */

.shop_by_men {
  max-width: 400px;
  height: 350px;
  width: 100%;
  background-color: aquamarine;
}
.shop_by_women {
  max-width: 400px;
  height: 350px;
  width: 100%;
  background-color: rgb(220, 80, 255);
}

/*  */
.shop_by_men_sub {
  position: relative;
  max-width: 400px;
}
.shop_by_women_sub {
  position: relative;
  max-width: 400px;
}

/* ------------------------------ */
/* Scroll Text */
/* ----------------------------- */
/*   
.scroll_text_stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  font-size: 20px;
} */

.scroll_text {
  font-size: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Text shadow */
  animation: zoomInOut 2s infinite; /* Animation applied */
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1); /* Normal size */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Shadow at normal size */
    opacity: 0;
  }
  50% {
    transform: scale(1.2); /* Zoomed in size */
    text-shadow: 4px 4px 10px #ff9f82; /* Shadow changes on zoom */
    opacity: 1;
  }
}

/* 
.scroll_text:only-child {
  visibility: visible;
} 


.scroll_text,
.scroll_text_stroke {
  animation-name: blink;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
} */

marquee {
  width: 100%;
}

/* ---------------------------------- */
/* Newarrivals */
/* ----------------------------------- */

.newarrivals {
  overflow: hidden !important;
  img {
    border: 1px solid;
    border-radius: 15px;
  }
}
.newarrivals_img {
  position: relative;
  overflow: hidden;
}

.newarrivals_img img {
  transition: 0.5s ease;
  width: 100%;
}

.newarrivals_img:hover img {
  filter: blur(5px);
}

.overlay-icon-arrivals {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 0.5s ease;
  cursor: pointer;
  pointer-events: none; /* Prevent interaction */
}
.overlay-icon-arrivals a {
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.newarrivals_img:hover .overlay-icon-arrivals {
  opacity: 1;
}

.newarrivals_img:hover .newarrivals_badge {
  opacity: 0; /* Optionally hide the badge when hovering */
}

.newarrivals_star {
  margin-top: 10px;
}

.newarrivals_img {
  border: 1px solid #333333;
  border-radius: 20px;
  padding: 25px 0px 0px 0px;
  margin: 20px;
  position: relative;
  img {
    border-radius: 20px !important;
  }
}
.newarrivals_badge {
  position: absolute;
  top: 5%;
  left: 2%;
  color: black;
  span {
    font-size: 12px;
    border: 1px solid #ababab;
    padding: 1px;
    color: #000000 !important;
  }
}

.toggle-buttons-main {
  background-color: #5f5f5f;
  padding: 5px;
  border-radius: 5px;
  button {
    border: none;
    background-color: #5f5f5f;
    border-radius: 2px;
    color: white;
    font-weight: 600;
    transition: all ease-in 0.3s;
  }
}
.toggle-buttons-main button.active {
  background-color: rgb(255, 255, 255);
  color: #717171;
}

.slider-container {
  margin: 20px 0; /* Spacing above and below the slider */
  text-align: center; /* Center the slider */
}

.slider {
  -webkit-appearance: none; /* Remove default styling */
  width: 80%; /* Make the width responsive */
  max-width: 600px; /* Maximum width for large screens */
  height: 10px; /* Height of the slider */
  background: #ddd; /* Background color */
  border-radius: 5px; /* Rounded corners */
  outline: none; /* Remove outline */
  margin: 0 auto; /* Center slider horizontally */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default thumb styling */
  appearance: none; /* Remove default thumb styling */
  width: 25vw; /* Responsive width of thumb */
  max-width: 350px; /* Limit thumb width on larger screens */
  min-width: 80px; /* Minimum width on small screens */
  border-radius: 50px;
  height: 10px; /* Thumb height */
  background: #ff9f82; /* Green color */
  cursor: pointer; /* Cursor pointer on hover */
  transition: all ease-in-out 0.3s;
}

.slider::-webkit-slider-thumb:hover {
  background: #fc8a68; /* Hover color */
}

.slider-container input[type="range"] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.newarrivals_star .bxs-star {
  /* color: #ffc300; */
}

/* ----------------------------------------- */
/* .trending */
/* ----------------------------------------- */
.trending-main {
  background: url("../images/trending/trending-bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 300px 0px;
}
.trending-main-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  h4 {
    font-family: maxima;
    font-style: italic;
    font-size: 52px;
    font-weight: 500;
    color: #333333;
  }
  h2 {
    font-size: 52px;
    font-family: maxima;
    font-weight: bolder;
    color: #333333;
  }
  p {
    border: 1px solid;
    padding: 4px;
  }
}
.trending-main-info-sub {
  margin: 40px 0px 0px;

  a {
    font-size: 16px;
    color: #333333;
  }
}

/* ----------------------------------------- */
/* styles */
/* ----------------------------------------- */
.style-main {
  background: url("../images/styles/styles.png");
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 300px 0px;
}
/* ----------------------------------------- */
/* limited-main */
/* ----------------------------------------- */
.limited-main {
  background: url("../images/limited/limited.png");
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 300px 0px;
}

/* Hide inactive sections */
.inactive-section {
  display: none;
}

.active-section {
  display: block;
  background-color: white;
}

.footer-main {
  background-color: #f3f3f3;
}

/* ----------------------------------------- */
/* for you */
/* ----------------------------------------- */

.toggle-buttons-foryou {
  background-color: #5f5f5f;
  padding: 5px;
  border-radius: 5px;
  button {
    border: none;
    background-color: #5f5f5f;
    border-radius: 2px;
    color: white;
    font-weight: 600;
    transition: all ease-in 0.3s;
  }
}
.foryou {
  overflow: hidden !important;
}
.toggle-buttons-foryou button.active {
  background-color: rgb(255, 255, 255);
  color: #717171;
}

.for_you_info_main {
  position: relative;
}
.for_you_info {
  position: absolute;
  left: 50%;
  top: 10%;
  text-transform: uppercase;
  h4 {
    font-size: 42px;
  }
  p {
    font-size: 18px;
  }
}

.for_you_info_2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
}

/* ----------------------------------------- */
/* Best Sellers */
/* ----------------------------------------- */

/* Style for the product card */
.product-card {
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
  overflow: hidden;
  transition: all ease-in 0.3s;
}

.product-card img {
  max-width: 100%;
  height: auto;
  transition: all ease-in 0.3s;
}

/* .product-card p {
  font-size: 16px;
  margin: 5px 0px 0px 0px;
} */

.product-card span {
  display: block;
  font-size: 18px;
  color: #333;
  margin-top: 5px;
  font-weight: bold;
}

/* Hover effect */
/* .product-card:hover {
  border: 2px solid #f0e68c; 
} */

/* Hidden hover content */
.product-hover-content {
  display: none;
}

/* Show content on hover */
.product-card:hover .product-hover-content {
  display: block;
  line-height: 12px;
  transition: all ease-in 0.3s;
}
.product-card:hover .product-card_img {
  width: 100%;
  height: 400px;
  object-fit: fill;
  aspect-ratio: 3/2;
}

/* Star rating */
.product-rating span {
  color: #ffcc00; /* Gold for stars */
  font-size: 20px;
}

/* Add to cart button */
.add-to-cart-btn {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;

  i {
    padding: 2px;
  }
}

.add-to-cart-btn:hover {
  background-color: #555;
}

.terms-icon img {
  width: 70px;
  margin: 0px 20px;
}

.terms-icon-info {
  line-height: 14px;
  font-family: maxima;
  display: flex;
  flex-direction: column;
  justify-content: center;
  p {
    font-weight: 600;
    font-size: 16px;
  }
  span {
    opacity: 0.8;
  }
}
/* .terms-icon-main{
  justify-content: center;
} */

/* From Uiverse.io by ryota1231 */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  font-family: maxima;
  border-color: transparent;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #333333;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid;
  padding: 5px;
  border-radius: 50%;
}

.animated-button .arr-1 {
  right: 7px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;

  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #1f387e;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* ---------------------------------- */
/* Footer */
/* ---------------------------------- */

.button-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-icons {
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2d2e32;
  border: 2px solid #2d2e32;
  transition: all 0.45s;
}

.social-icons:hover {
  transform: rotate(360deg);
  transform-origin: center center;
  background-color: #bdb4ad;
  color: #2d2e32;
}

.social-icons:hover .btn-svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg)
    brightness(103%) contrast(103%);
}
.footer-strip a {
  color: #8b5549;
  font-weight: 700;
  text-decoration: none;
}
.footer-strip a:hover {
  color: #8b5549;
}

.footer-mobile {
  display: none !important;
}

/* -----------------Terms ? Conditions */
.terms-and-conditions {
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;


  h6 {
      font-size: 1rem;
      /* color: #d35400; */
      color: #1A6B54;
      margin-bottom: 10px;
      position: relative;
      padding-left: 25px;
      font-weight: 700;
  }

  h4 {
      font-size: 1.2rem;
      color: #222;
      text-align: center;
      margin-bottom: 20px;
      position: relative;
      font-weight: 700;
  }

  p {
      font-size: 0.9rem;
      margin-bottom: 15px;
      color: #555;
      padding-left: 25px;
  }

  p:last-of-type {
      margin-bottom: 0;
  }

  a {
      color: #2980b9;
      text-decoration: none;
  }

  a:hover {
      text-decoration: underline;
  }

  @media (max-width: 768px) {
      .terms-and-conditions {
          padding: 20px;
      }

      h4 {
          font-size: 2rem;
      }

      h6 {
          font-size: 1.6rem;
      }

      p {
          font-size: 0.9rem;
      }
  }

}



/* Banner -Parallax slider */
.nav-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  position: absolute;
  z-index: 100 !important;
  top: 80%;
  left: 10%;
  cursor: pointer;
}

#prevbtn-nav {
  font-size: 40px;
  color: #000;
  transition: all ease-in 0.3s;
}

#nextBtn-nav {
  font-size: 40px;
  color: #1a1a1a;
  transition: all ease-in 0.3s;
}

#nextBtn-nav:hover {
  font-size: 40px;
  color: #fff;
}

#prevBtn-nav:hover {
  font-size: 40px;
  color: #fff;

}


.banner-container {
  position: relative;
}

.contact-info{
   border: 1px solid #dbdbdb;
}
.edit-address{
    color:grey;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.shipping-info{
    font-size:15px;
}
.text-decoration-line-through {
    font-size:16px;
}
.color-black p{
    color:black !important;
}
