* {
  font-family: "Poppins", sans-serif;
  /* overflow-x: hidden; */
}

html {
  overflow-x: hidden !important;
}

/* 
.sticky-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99999;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase !important;
  font-weight: 700;
}

.bg-gradient{
  /* background-image: linear-gradient(to right, #c6ee71, #82b611) !important;  */
  background-color: rgb(216,163,40);
  background-image: linear-gradient(0deg, rgba(216,163,40,1) 0%, rgba(234,193,46,1) 33%, rgba(235,214,98,1) 48%, rgba(234,193,46,1) 62%, rgba(216,163,40,1) 100%);
}

.bg-dark,
.btn-dark {
  background-color: black !important;
}

.bg-lightgrey,
.btn-lightgrey {
  background-color: #f5f5f5 !important;
}

.cart-icon {
  font-size: 34px;
  color: white;
  display: inline-block;
}

.add-to-cart-btn {
  display: block;
  width: 100%;
}

.brand-item {
  font-size: 0.6rem !important;
  border: 1px solid transparent;
  margin: 5%;
  display: block;
  justify-content: center;
  align-items: center;
}
/* .brand-item .brand-image {
  border-radius: 50%;
} */

.brand-item .brand-image {
  /* height: 200px;
  width: 200px; */
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
}

/*.brand-item .brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

.brand-item a {
  color: black !important;
  font-size: smaller;
  text-decoration: none;
}

.brand-item a:hover {
  color: rgb(255, 70, 70) !important;
  /* font-size: smaller; */
  text-decoration: none;
}

.cart-count {
  font-size: 15px;
  background: red;
  color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: -0.2rem;
  right: -0.1rem;
  position: absolute;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#category-groups {
  position: relative;
}
.detailed-nav-item {
  background-color: #fff;
  display: none;
  width: max-content;
  position: absolute;
  top: 90%;
  left: -20%;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.detailed-nav-item-section {
  padding: 15px;
  width: max-content;
}
/* .detailed-heading{
    padding: 5px 10px;
} */

.category-tab {
  padding: auto;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  border: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-tab::-webkit-scrollbar {
  display: none; /* Optional: Hide scrollbar in WebKit browsers */
}
.category-tab .nav-link {
  background-color: white;
  color: black;
  text-transform: uppercase;
  border-radius: 7px;
  border: 1px solid black;
  padding: 0.4rem;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

.category-tab .nav-link.active {
  background-color: black;
  color: white;
  text-transform: uppercase;
  border: 1px solid black;
}
.tab-pane,
.tab-content {
  border: unset;
}

.category-item {
  font-size: 0.6rem !important;
  border: 1px solid transparent;
  margin: 5%;
}

.category-item .category-image {
  width: auto;
  max-height: 320px;
  overflow: hidden; /* Ensure the image doesn't overflow the box */
  position: relative; /* Needed for absolute positioning of the image */
  border: 1px solid transparent;
}

.category img {
  transition: transform 0.3s ease;
}

.category-item .img-odd {
  /* border-radius: 0px 50px 0px 50px !important; */
  border-radius: 50px 50px 50px 50px !important;
  justify-content: center;
}

.category-item .img-even {
  /* border-radius: 50px 0px 50px 0px !important; */
  border-radius: 50px 50px 50px 50px !important;
  justify-content: center;
}

.category-item a {
  color: black !important;
  font-size: smaller;
  text-decoration: none;
}

.category-item a:hover {
  color: rgb(255, 70, 70) !important;
  /* font-size: smaller; */
  text-decoration: none;
}

.card-title {
  font-size: 1rem;
}

.product-item {
  font-size: 14px !important;
  padding: 0px;
  margin: 0px;
}

/* .product-item .product-image {
  width: 100%; 
  overflow: hidden;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
}



.product-item .product-image img {
  width: 100%;
  min-height: 100% !important;
  object-fit: cover; 
  display: block; 
} */



.product-item .product-image {
  width: 100%; /* Full width */
  padding-top: 100%; /* This creates a 1:1 aspect ratio (square) */
  position: relative;
  overflow: hidden;
  display: block;
  justify-content: center;
  align-items: center;
}

.product-item .product-image img {
  position: absolute; /* Allow positioning within the container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Ensures the image fills the square container */
  object-fit: cover; /* Maintain aspect ratio and cover the container */
  display: block;
}


.detailed-heading a,
.product-item a {
  color: black !important;
  font-size: smaller;
  text-decoration: none;
}

.detailed-heading a:hover,
.product-item a:hover {
  /* color: black !important; */
  /* font-size: smaller; */
  color: rgb(255, 70, 70) !important;
  text-decoration: none;
}

.product-detailed-slider-item .product-image {
  height:100%; /* Fixed height */
  /* min-height: 400px !important; */
  width: 100%; /* Full width */
  overflow: hidden;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
}

.product-detailed-slider-item .product-image img {
  width: 100%;
  /* height: auto; */
  min-height: 100% !important;
  margin: auto;
  object-fit: contain; /* Maintain aspect ratio and cover the container */
  display: block; /* Ensures the image is treated as a block element */
}


.product-details {
  /* width: 498px ; */
  /* height: 315px;  */
  /* background-color: #efefef;
  border: 3px solid #d9d8d8; */
  display: flex;
  /* height: 3rem; */
}
.product-details .detail-left-box {
  width: calc(100% - 30px) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-details .detail-right-box {
  width: 30px;
  display: flex;
  justify-content: right;
  align-items: center;
}

/* .product-item-name{
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  word-wrap: break-word;
  hyphens: auto;
  line-height: 1.35;
  position: relative;
} */

/* .product-item-link {
  font-size: 0.7rem !important;
  overflow: hidden;
  width: inherit;
  text-overflow: ellipsis !important; 
  -webkit-box-orient: vertical;
  font-weight: 800 !important;
} */

.product-image {
  /* width: 300px; Set the width of the box */
  /* height: 200px; Set the height of the box */
  overflow: hidden; /* Ensure the image doesn't overflow the box */
  position: relative; /* Needed for absolute positioning of the image */
}

.product-image img {
  width: 100%; /* Make sure the image fills the box */
  height: auto; /* Maintain aspect ratio */
  transition: transform 0.5s ease; /* Smooth transition for zoom effect */
}

.product-image:hover img {
  transform: scale(1.1); /* Scale up the image on hover */
}

.product_price {
  font-size: 0.7rem !important;
  display: block !important;
}

#category-groups:hover .detailed-nav-item {
  display: block;
  width: max-content;
}

#category-groups:hover #category-groups {
  color: rgb(125, 125, 211);
}

.main {
  margin: 30px 0 20px 0;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: auto;
  text-align: inherit;
  width: 100%;
  /* position: fixed; Fixed position to stick the footer to the bottom */
  bottom: 0;
  left: 0;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}

.font-500 {
  font-weight: 500;
}

.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.details-table {
  border: 2px solid #d9d8d8;
  padding: 10px 5px;
}

.row-1,
.row-3,
.row-5 {
  background-color: #e0e0e0;
  margin: 0 0px;
}

.cart-items-section {
  box-shadow: 0px 0px 1px #8c8686;
  background: #fff;
  padding: 20px;
  border: 1px solid #d9d8d8;
  margin: 10px 0;
}

.summary-section {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  padding: 1px 20px 25px;
  border: 1px solid #d9d8d8;
  margin: 10px 0;
}

.summary-sub-section {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.blink {
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.1rem 0.3rem;
  margin: 0.5rem;
  background: red;
  color: white;
  border-radius: 5px;
  animation: blinker 1.5s ease-in-out infinite;
}

.nav-item {
  cursor: pointer;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@import "http://nyplintranet-training.appspot.com/css/themes/nypl/main.css";
/* equal card height */
.row-equal > div[class*="col-"] {
  display: flex;
  flex: 1 0 auto;
}

.row-equal .card {
  width: 100%;
}

#myCarousel {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  .carousel-item-next.carousel-item-start,
  .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}

.cart-item {
  position: relative;
}
/* .remove-cart-item-btn {
  position: absolute !important;
  top: 2;
  right: 0;
  border-radius: 50px;
} */

.remove-cart-item-btn {
  background-color: red;
  color: white !important;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
  align-items: contain;
  font-size: 0.8rem;
  border-radius: 2rem;
  position: absolute;
  top: -0.2rem;
  right: 0.2rem;
}

.close-btn {
  position: absolute !important;
  color: white;
  background-color: red;
  border: 1px solid rgb(196, 196, 196);
  top: -7px;
  right: -7px;
  border-radius: 50px;
  padding-right: 2px;
  padding-left: 2px;
  font-weight: 100 !important;
}

.card,
.modal,
.modal-content,
.btn {
  border-radius: 0px !important;
}

.zoom-area {
  /* width: 500px;
			margin: 50px auto; */
  position: relative;
  cursor: none;
}
.maginfied_image {
  width: 175px;
  height: 175px;
  position: absolute;
  border: none;
  /* border-radius: 100%; */

  /* for box shadow for glass effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  /*for hide the glass by default*/
  display: none;
}

.saleItemBadge {
  background-color: red;
  color: white !important;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  align-items: contain;
  font-size: 0.8rem;
  font-weight: 500 !important;
  border-radius: 2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}



.referralTags{
  /* background-color: red; */
  color: white !important;
  /* height: 2.5rem;
  width: 2.5rem; */
  line-height: 2.5rem;
  text-align: center;
  align-items: contain;
  font-size: 0.5rem;
  font-weight: 500 !important;
  border-radius: 2rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

#contactWhatsAppBtn {
  position: fixed; /* Fixed/sticky position */
  bottom: 55px; /* Place the button at the bottom of the page */
  right: 50px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 2rem; /* Rounded corners */
  font-size: 1rem; /* Increase font size */
  height: 4rem;
  width: 4rem;
  line-height: 3rem;
}

/* #contactWhatsAppBtn:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
} */

#scrollTopTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 120px; /* Place the button at the bottom of the page */
  right: 58px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 1px solid black; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 2rem; /* Rounded corners */
  font-size: 2rem ; /* Increase font size */
  height: 3rem;
  width: 3rem;
  line-height: 1rem;
}

#scrollTopTop:hover {
  background-color: white; /* Add a dark-grey background on hover */
  color: black;
  border: 1px solid black;
}




.navbar-header {
  float: left;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.navbar-brand {
  float: none;
  margin-left: 42%;
}

.navbar-brand img {
  height: 45px;
  width: auto;
}

.carousel-web {
  display: block;
}

.carousel-mobile {
  display: none;
}

.mobileViewNavButton {
  display: none;
}
.webViewNavButton {
  display: block;
}

#categoriesDropdownItems {
  display: none;
}

.nav-main-screen {
  display: block;
}

.nav-mobile-screen {
  display: none;
}

#rightAlignItems {
  float: right;
}

.add-to-cart-icon {
  font-size: 36px !important;
}

@media screen and (max-width: 500px) {
  .add-to-cart-btn {
    margin-right: 0px !important;
  }

  .category-tab {
    display: flex;
    justify-content: start;
  }

  .category-item .category-image {
    width: auto;
    max-height: 150px;
    overflow: hidden; /* Ensure the image doesn't overflow the box */
    position: relative; /* Needed for absolute positioning of the image */
    border: 1px solid transparent;
  }

  .card-title {
    font-size: 0.7rem;
  }

  /* .product-item .product-image {
    height: 200px !important; 
    width: 100%; 
    overflow: hidden;
    position: relative;
    display: block;
    justify-content: center;
    align-items: center;
  } */

  .product-details .detail-left-box {
    width: calc(100% - 20px);
  }

  .product-details .detail-right-box {
    width: 20px;
  }
}
@media screen and (max-width: 990px) {
  .carousel-web {
    display: none;
  }

  .carousel-mobile {
    display: block;
  }

  .mobileViewNavButton {
    display: block;
  }
  .webViewNavButton {
    display: none;
  }

  #categoriesDropdownItems {
    display: block;
  }
  .nav-main-screen {
    display: none;
  }
  .nav-mobile-screen {
    display: flex;
  }

  #rightAlignItems {
    float: unset;
    padding: 2%;
    border: 1px solid grey;
    border-radius: 5px;
  }
  .navbar-brand {
    margin-left: unset;
  }

  /* #contactWhatsAppBtn, #scrollTopTop{
      right: 70px !important;
    } */
}
/* ---------------------------------------------------------------- */
/* SEARCH BAR */
/* Rounded pill classes for horizontal sides */
.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* Another classes to use */
.rounded-t-l-0 {
  border-top-left-radius: 0 !important;
}
.rounded-t-r-0 {
  border-top-right-radius: 0 !important;
}
.rounded-b-l-0 {
  border-bottom-left-radius: 0 !important;
}
.rounded-b-r-0 {
  border-bottom-right-radius: 0 !important;
}
.rounded-x-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-x-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* ------------------------------------------------------------------- */

/* SIDE BAR */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 2rem;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
}

/* .sidenav a:hover {
  color: #f1f1f1;
} */

.sidenav .closebtn {
  /* position: absolute; */
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* SIDE BAR CSS END */
