@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: Montserrat, sans-serif;
  color: #12285c;
}
#wholecontainer {
  display: flex;
  width: 96%;
  max-width: 1300px;
  margin: auto;
  padding: 1% 3%;
  justify-content: space-between;
}
#right-box,
.header-child {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 72%;
}
#left-box {
  display: flex;
  flex-direction: column;
  width: 25%;
}
#category-box,
#category-box > div {
  display: flex;
  flex-direction: column;
}
#category-box > div > h1 {
  font-size: 1.3rem;
  margin-bottom: -10px;
}
#category-box > div {
  height: 12.5vh;
  justify-content: end;
  border-bottom: 1px solid black;
}
#category-box > div > p {
  font-size: 1rem;
  font-style: italic;
}
.header {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 2rem;
  min-height: 12vh;
  align-items: center;
}
.header > h1 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 3%;
}
.header-child {
  flex-direction: row;
  align-items: center;
  width: 45%;
  justify-content: space-between;
}
.header-child * {
  font-size: 1.2rem;
  font-weight: 600;
}

.select {
  font-size: 1.2rem;
  height: 40px;
  width: 65%;
  font-weight: 300;
  margin: 10px 10px;
  border: 3px solid #12285c;
}
option {
  font-size: 1.2rem;
  padding: 10px;
}

#container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1rem;
  width: 95%;
  margin: auto;
  justify-items: center;
}
.product-container {
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
}
img + h3 {
  font-weight: 400;
  /* margin-bottom: -10px; */
}
h3 + p,
h3 + p + p {
  font-weight: 400;
  font-size: 1.15rem;
  box-sizing: border-box;
  padding-right: 20%;
}
h3 + p {
  margin: -7px 0;
}
hr {
  width: 100%;
}
.head,
.head + p {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
}
a {
  text-decoration: none;
  color: black;
  font-size: 1.1rem;
  display: block;
  margin-top: -10px;
}
/* ---------------------// whislist  ----------------*/
.d {
  width: 20vw;
  background-color: rgb(255, 255, 255);
  position: fixed;
  right: -20%;
  top: 50%;
  opacity: 0;
  transform: translate(-50% -50%) scale(0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: black;
  font-weight: 600;
  transition: all 0.8s ease-in-out;
  box-sizing: border-box;
  padding: 1rem 0.5rem;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  z-index: 1;
}
.d img {
  width: 60%;
  display: block;
  margin: auto;
  border-radius: 50% 50%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.d button {
  background-color: rgb(7, 3, 93);
  border: none;
  border-radius: 3px;
  padding: 5px;
  color: white;
  font-size: 1rem;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.d p {
  width: 95%;
  margin: 15px auto;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  box-sizing: border-box;
  padding: 7px 0;
  border-radius: 5px;
}
.applied {
  opacity: 1;
  transform: translate(-50% -50%) scale(1);
  right: 1%;
}
/* -----------------------whislist--------------------- */

/* ------------quickView------------------------ */

.quickview img {
  width: 60%;
  display: block;
  margin: auto;
  background-color: rgb(129, 100, 100);
}
.quickview:hover button {
  opacity: 1;
}
.quickview {
  position: relative;
  /* border: 1px solid black; */
}
.quick {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  opacity: 0;
  transform: translate(-50%, -50%);
  border: 0.5px solid black;
  font-size: 1.3rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out;
}
/* -----------------viewBox------------------- */
.ViewBox {
  position: absolute;
  font-size: 1.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  position: fixed;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  display: grid;
  opacity: 0;
  grid-template-columns: repeat(2, 1fr);
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.ViewBox div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  box-sizing: border-box;
  padding: 20px 0;
  margin-left: 5%;
}
.ViewBox div:nth-child(1) {
  background-color: rgb(245, 245, 245);
}
/* .ViewBox div:nth-child(3) {
  background-color: rgb(161, 105, 105);
  margin-top: 15px;
} */
.details {
  position: absolute;
  bottom: 0;
  left: 40%;
  display: block;
  width: 60%;
  border: none;
  background-color: rgb(236, 236, 236);
}
.ViewBox > div:nth-child(2) > div + button {
  font-size: 1.4rem;
  background-color: #12284c;
  color: white;
  border: none;
  box-sizing: border-box;
  padding: 0.9rem 0;
  width: 95%;
  margin-top: 15px;
}
.ViewBox > div:nth-child(2) > div + button i {
  margin-right: 5%;
}

.proQuantity,
.quantityBtn {
  width: 40px;
  font-size: 1.2rem;
  text-align: center;
}
.proQuantity {
  margin: 0 -2px;
}
.heart {
  margin-left: 20%;
  margin-right: 2%;
  margin-top: 5px;
}
.heart + p {
  font-size: 1.4rem;
  margin-top: 7px;
}
.ViewBox img {
  width: 90%;
  height: 90%;
  display: block;
  margin: 5% auto;
}
#x {
  position: absolute;
  right: 1%;
  top: 1%;
  font-size: 2.3rem;
  background-color: #fff;
  border: none;
}
.boxApply {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  width: 750px;
  height: 400px;
}

/* -----------------------ViewBox------------------- */
@media all and (max-width: 968px) {
  #wholecontainer {
    flex-direction: column;
    align-items: center;
    height: 10%;
  }
  #left-box,
  #right-box {
    width: 100%;
    margin: auto;
  }
  #container {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    margin: auto;
  }
  .header > h1 {
    font-size: 1.4rem;
    width: 40%;
    justify-content: space-between;
  }
  .header-child {
    width: 60%;
    justify-content: center;
  }
  .header-child p {
    font-size: 1rem;
  }
  .header #filter {
    width: 60%;
  }
  .d {
    width: 40vw;
  }
  .ViewBox {
    width: 90vw;
    height: 60vh;
    grid-template-columns: repeat(1, 1fr);
    overflow: scroll;
  }
  .details {
    opacity: 0;
  }
  #left-box {
    display: none;
  }
}

/* -=----==================Footer------------------------ */

.eventBox {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 30px;
  margin-top: 50px;
  border-bottom: 1px solid darkgray;
  justify-content: space-between;
}

.eventBox > div {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eventBox > div > a {
  margin-top: 1rem;
  font-size: 13px;
  color: black;
}
.eventBox > div > p {
  margin: auto;
  text-align: center;
  padding-right: 0;
}

.footer {
  display: flex;
  justify-content: space-around;
  margin: 50px;
}

.footer > div > h2 > span {
  margin: 20px;
}

div.form > * {
  padding-bottom: 15px;
}

div.form > u > input {
  padding: 0;
  margin-bottom: 15px;
  outline: none;
  border: none;
  border-bottom: 1px solid;
  width: 80%;
}

.form > p {
  font-size: 13px;
}

.bm > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}
.account > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}

.cs > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}

.resources > p > a {
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 5px;
}

/* ==============Filter============================ */
.btn-text {
  font-size: 1.1rem;
  font-weight: bold;
}
.type-container {
  border-bottom: 1px solid #12284c;
  margin-bottom: 15px;
}
.select-btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
}
.select-btn {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(2, 8, 83);
}
.select-btn .arrow-dwn {
  display: flex;
  height: 21px;
  width: 21px;
  color: rgb(0, 9, 90);
  font-size: 14px;
  border-radius: 50%;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.select-btn.open .arrow-dwn {
  transform: rotate(-180deg);
}
.list-items {
  position: relative;
  margin-top: 0;
  height: 150px;
  overflow: auto;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.select-btn.open ~ .list-items {
  display: block;
}
.list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}
.list-items .item:hover {
  background-color: #e7edfe;
}
.item .item-text {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
.item .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1.5px solid #c0c0c0;
  transition: all 0.3s ease-in-out;
}
.item.checked .checkbox {
  background-color: #4070f4;
  border-color: #4070f4;
}
.checkbox .check-icon {
  color: #fff;
  font-size: 11px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.item.checked .check-icon {
  transform: scale(1);
}

/* ======================navbar==================================== */
#main_nav {
  width: 100%;
  height: 120px;
}
.top_part {
  height: 60%;
  display: flex;
  color: #0d3e46;
}
.location {
  width: 15%;
  height: 40%;
  margin-left: 8px;
}
.location > a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 200;
}

.logo {
  width: 15%;
  height: 40%;
  margin-left: 26.6%;
  margin-top: 18px;
}
.logo > a > img {
  width: 100%;
}
.nav_item {
  width: 32%;
  height: 50%;
  display: flex;
  margin-left: 13%;
  cursor: pointer;
}
.nav_item > div {
  margin-left: 10px;
}
.wishlist {
  width: 22%;
  height: 100%;
}
.wishlist > span {
  text-decoration: none;
}
.search {
  width: 22%;
  height: 100%;
}
.search > span {
  text-decoration: none;
}

.signin {
  width: 27%;
  height: 100%;
}
.bag {
  width: 15%;
  height: 100%;
}

#upperdropdown_hr {
  width: 102%;
  margin-top: -5px;
  margin-left: -10px;
}

#dropdown {
  width: 80%;
  height: 35%;
  margin-left: 12%;
  color: rgb(34, 33, 33);
  display: flex;
  cursor: pointer;
}
#dropdown > div {
  margin-left: 60px;
  color: rgb(141, 141, 211);
}
#dropdown > div:hover {
  text-decoration: underline;
  text-underline-offset: 26px;
  text-decoration-color: rgb(7, 7, 14);
}
#brand {
  text-decoration: underline;
  text-underline-offset: 25px;
  text-decoration-color: rgb(7, 7, 14);
  text-decoration-thickness: 3px;
}

#dropdown_shop {
  width: 80%;
  margin-left: 10%;
  height: 450px;
  display: none;
  margin-bottom: 50px;
  background-color: white;
}

.category {
  width: 25%;
  height: 100%;
  display: flex;
}

#dropdown_shop > hr {
  width: 0.5px;
  height: 90%;
  color: black;
  background-color: grey;
  margin-left: 0;
  margin-top: 0%;
}

.category > ul {
  list-style-type: none;
  margin-left: -10px;
  margin-top: 7px;
}
.category > ul > li {
  margin-top: 20px;
  color: rgb(88, 84, 84);
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.category > ul > li:hover {
  color: rgb(14, 13, 13);
  font-size: 17.5px;
}
.bycategory {
  width: 25%;
  height: 100%;
}
.bycategory > ul {
  list-style-type: none;
  margin-left: -10px;
  margin-top: 27px;
}
.bycategory > ul > li {
  margin-top: 17px;
  color: rgb(88, 84, 84);
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.bycategory > ul > li:hover {
  color: rgb(14, 13, 13);
  font-size: 17.5px;
}

.bybrand {
  width: 21%;
  height: 100%;
}
.bybrand > ul {
  list-style-type: none;
  margin-left: -10px;
  margin-top: 27px;
}
.bybrand > ul > li {
  margin-top: 10px;
  color: rgb(100, 97, 97);
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.bybrand > ul > li:hover {
  color: rgb(14, 13, 13);
  font-size: 17.5px;
}
.dropdown_img {
  margin-top: 15px;
}
.dropdown_img > p {
  font-size: 14px;
  margin-top: -10px;
}

#new_box {
  width: 101.5%;
  height: 480px;
  background-color: white;
  margin-top: -10px;
  display: none;
  margin-left: -2%;
  position: absolute;
  z-index: 2;
}
#new_box > hr {
  margin-top: -2px;
}

#dropdown_new {
  width: 70%;
  margin-left: 15%;
  height: 400px;
  margin-top: 0;
  display: flex;
}

.newcategory {
  width: 25%;
  height: 80%;
  margin-top: 25px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.newcategory > ul {
  list-style-type: none;
  color: rgb(100, 97, 97);
}

.newcategory > ul > li {
  margin-top: 10px;
}
.newcategory > ul > li:hover {
  color: rgb(14, 13, 13);
  font-size: 17.5px;
}
.newcategory_img1 {
  width: 34%;
  height: 100%;
  font-size: 14px;
}
.newcategory_img1 > img {
  width: 100%;
  height: 73%;
}
.newcategory_img1 > h3 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  margin-top: 3px;
}

.newcategory_img2 {
  width: 35%;
  height: 100%;
  margin-left: 5%;
}
.newcategory_img2 > img {
  width: 100%;
  height: 73%;
}
.newcategory_img2 > h3 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  margin-top: 3px;
}
.newcategory_img2 > p {
  font-size: 14px;
}

#brand_box {
  width: 102%;
  height: 480px;
  background-color: white;
  margin-top: -10px;
  margin-left: -2%;
  position: absolute;
  display: none;
  z-index: 2;
}
#brand_box > hr {
  margin-top: -2px;
}

#dropdown_brand {
  width: 80%;
  margin-left: 12%;
  height: 400px;
  margin-top: 0;
  display: flex;
}
#dropdown_brand > ul {
  list-style-type: none;
  margin-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(100, 97, 97);
}
#dropdown_brand > ul:nth-child(4) {
  margin-left: 2%;
}

#dropdown_brand > ul > li {
  margin-top: 10px;
}
#dropdown_brand > ul :hover {
  font-size: 17px;
  color: black;
}

#explore_box {
  width: 102%;
  height: 480px;
  background-color: white;
  margin-top: -10px;
  margin-left: -2%;
  display: none;
  position: absolute;
  z-index: 2;
}
#explore_box > hr {
  margin-top: -2px;
}

#dropdown_explore {
  width: 70%;
  margin-left: 15%;
  height: 400px;
  margin-top: 0;
  display: flex;
}

.explorecategory {
  width: 25%;
  height: 80%;
  margin-top: 25px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.explorecategory > ul {
  color: rgb(100, 97, 97);
  list-style-type: none;
}

.explorecategory > ul > li {
  margin-top: 10px;
}
.explorecategory > ul > li:hover {
  color: rgb(14, 13, 13);
  font-size: 17.5px;
}
.explorecategory_img1 {
  width: 34%;
  height: 100%;
  font-size: 14px;
}
.explorecategory_img1 > h3 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  margin-top: 3px;
  color: rgb(54, 53, 53);
}
.explorecategory_img1 > p {
  color: rgb(87, 84, 84);
}

.explorecategory_img2 {
  width: 34%;
  height: 100%;
  font-size: 14px;
}
.explorecategory_img2 > h3 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  margin-top: 3px;
  color: rgb(54, 53, 53);
}
.explorecategory_img2 > p {
  color: rgb(87, 84, 84);
}

#event_box {
  width: 100%;
  height: 400px;
  background-color: white;
  margin-top: -11px;
  margin-left: -2%;
  position: absolute;
  display: none;
  z-index: 2;
}
#event_box > hr {
  margin-top: -2px;
}

#dropdown_event {
  width: 50%;
  margin-left: 25%;
  height: 400px;
  margin-top: 0;
  display: flex;
}

.eventcategory_img1 > h3 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  margin-top: 3px;
}
.eventcategory_img2 > h3 {
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  margin-top: 3px;
}

.eventcategory_img1 {
  width: 44%;
  height: 80%;
  font-size: 14px;
}
.eventcategory_img2 {
  width: 44%;
  height: 80%;
  margin-left: 5%;
  font-size: 14px;
}

#dropdown_event > div > p {
  font-size: 14px;
  margin-top: -10px;
  color: rgb(100, 97, 97);
}

#reward_box {
  width: 101.5%;
  height: 400px;
  background-color: white;
  margin-top: -11px;
  margin-left: -2%;
  display: none;
  position: absolute;
  z-index: 2;
}

#reward_box > hr {
  margin-top: -2px;
}
#dropdown_reward {
  width: 40%;
  height: 98%;
  margin-left: 33%;
  display: flex;
}

.rewardcategory {
  width: 35%;
}
.rewardcategory > ul {
  list-style-type: none;
  color: rgb(100, 97, 97);
}
.rewardcategory > ul > li:hover {
  color: black;
  font-size: 18px;
}
.reward_img {
  width: 60%;
}

#routine_box {
  width: 101.5%;
  height: 400px;
  background-color: white;
  margin-top: -11px;
  margin-left: -2%;
  display: none;
  position: absolute;
  z-index: 2;
}
#routine_box > hr {
  margin-top: -2px;
}

#dropdown_routine {
  width: 70%;
  height: 98%;
  margin-left: 20%;
  display: flex;
}
#dropdown_routine > div > h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: rgb(100, 97, 97);
}
#dropdown_routine > div > p {
  color: rgb(109, 106, 106);
  margin-top: -8px;
}

.routine_img2 {
  margin-left: 2%;
}

.routinecategory > ul {
  list-style-type: none;
  color: rgb(109, 106, 106);
}

.routinecategory > ul > li {
  margin-top: 10px;
}
.routinecategory > ul > li:hover {
  color: black;
  font-size: large;
}

#offer {
  width: 102.4%;
  height: 35px;
  margin-left: -10px;
  margin-top: -12.4px;
  background-color: rgb(206, 236, 236);
  overflow: hidden;
}
#category_hr {
  width: 4.7%;
  height: 1px;
  color: black;
  margin-left: 31%;
  margin-top: -14px;
  background-color: black;
}

.item-1,
.item-2,
.item-3 {
  position: absolute;
  display: block;
  text-align: center;
  width: 45%;

  font-size: 0.8em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;

  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-direction: reverse;
  animation-iteration-count: infinite;
}

.item-1 {
  animation-name: anim-1;
}

.item-2 {
  animation-name: anim-2;
}

.item-3 {
  animation-name: anim-3;
}

@keyframes anim-1 {
  0%,
  8.3% {
    left: -100%;
    opacity: 0;
  }
  8.3%,
  25% {
    left: 25%;
    opacity: 1;
  }
  33.33%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes anim-2 {
  0%,
  33.33% {
    left: -100%;
    opacity: 0;
  }
  41.63%,
  58.29% {
    left: 25%;
    opacity: 1;
  }
  66.66%,
  100% {
    left: 110%;
    opacity: 0;
  }
}

@keyframes anim-3 {
  0%,
  66.66% {
    left: -100%;
    opacity: 0;
  }
  74.96%,
  91.62% {
    left: 25%;
    opacity: 1;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
