/* font-family: forma-djr-display, sans-serif; */
/* font-family: Montserrat, sans-serif, Arial, "sans-serif"; */
/* font-family: Verdana, Geneva, Tahoma, sans-serif; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 0% 1.5% 0% 1.5%;
}
.logoModesens {
  width: 100%;
}
.logoModesens img {
  width: 150px;
}

.navbar {
  display: flex;
}
.nav-list {
  width: 70%;

  /* background-color: rgb(238, 236, 214); */

  display: flex;
  align-items: center;
}
.nav-list li {
  list-style: none;
  padding: 26px 17px;
  font-size: 13px;
  font-weight: bold;
  font-family: forma-djr-display, sans-serif;
  /* font-family: Montserrat, sans-serif, Arial, "sans-serif"; */
}
.nav-list li a {
  text-decoration: none;
  color: rgb(63, 61, 61);
}
.nav-list li a:hover {
  color: grey;
}
.rightNav {
  /* background-color: teal; */
  width: 30%;
  text-align: right;
  justify-content: right;
  display: flex;
  align-items: center;
}
/* ******slider****** */

.slider {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* ******cart icon***** */
.cart {
  justify-self: flex-end;
  padding-right: 8px;
}
#cart-btn {
  border: none;
  font-size: 1.5rem;
  background: none;
  color: var(--granite-gray);
  position: relative;
}
#cart-count-info {
  position: absolute;
  top: -12px;
  right: -8px;
  background: var(--fire-bush);
  color: #fff;
  font-size: 1rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.cart-container {
  position: absolute;
  overflow-y: scroll;
  background: #fff;
  width: 100%;
  height: 600px;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.21);
  display: none;
}
.cart-container::-webkit-scrollbar {
  width: 8px;
}
.cart-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* *****carticon end***** */

.searchicon img {
  width: 25px;
  height: 25px;
}
.country img {
  width: 25px;
  height: 25px;
}

.profile {
  padding: 20px;
}
.profile img {
  width: 25px;
  height: 25px;
}
/* *********1st crousal**** */
.mainContainer {
  max-width: 87%;

  margin: auto;
  /* border: 2px solid blue; */
  width: 100vw;
  height: 55vh;
}


#goToTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: rgb(255, 254, 254);
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 1px;
  border-radius: 4px;
}
/* *******shop now btn****** */

#goToTopBtn img {
  width: 20%;
  height: 20%;
}

