.js-arrinput {
  background-color: #f2f2f2;
}

.handburger {
  height: 10px;
  width: 24px;
  transition: all 0.3s;
}
.hand1,
.hand2,
.hand3 {
  background-color: black;
  height: 3px;
  width: 100%;
  transition: all 0.5s;
}
.hand2 {
  transform: translateY(3px);
}
.hand3 {
  transform: translateY(6px);
}
.hand {
  transform: rotate(90deg);
  transition: all 0.5s;
  cursor: pointer;
}
.hand .hand3 {
  transform: rotate(45deg) translateY(-4px);
  transition: all 0.2s;
}
.hand .hand2 {
  opacity: 0;
  transition: all 0.2s;
}
.hand .hand1 {
  transform: rotate(-47deg) translateY(4px);
  transition: all 0.2s;
}
.smallText {
  font-size: 10px;
}

.cross {
  background-color: #e9eae3;
  height: 20px;
  width: 0.5px;
}
.swiper-slide {
  overflow: hidden;
  transition: all 0.5s;
}
.swiper {
  transition: all 0.5s;
}
.slide1 h3,
.slide3 h3 {
  animation: slide1h3 1s linear 0ms;
  transition: all 0.5s;
}
.narrow {
  height: 1.5px;
  width: 5.5rem;
  background-color: white;
  margin-left: 1.2rem;
  transition: all 0.5s;
}
.narrow {
  opacity: 0;
}
.first:hover {
  .shop {
    animation: narrow 600ms linear 0ms;
  }
  .narrow {
    animation: narrow 1000ms linear 0ms;
    opacity: 1;
  }
}
.filter,
.search {
  border: 2px solid #bab5bb;
  border-radius: 3px;
}
::-webkit-input-placeholder {
  color: black;
}
.burger2 {
  padding-top: 8px;
}
.handb1 {
  height: 1.5px;
  width: 15px;
  background-color: black;
}
.handb2 {
  height: 1.5px;
  width: 10px;
  transform: translateY(2px);
  background-color: black;
  margin-left: 2px;
}
.handb3 {
  height: 2px;
  width: 6px;
  border-radius: 50px;
  background-color: black;
  transform: translateY(4px);
  margin-left: 4px;
}

.arrow {
  transition: all 0.5s;
  width: 0;
  height: 0;
  border-top: 15px solid #e7e5e1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 26px;
}

.arr:hover {
  .arrow {
    border-top: 15px solid #7481e0;
  }
}
.hand .handb1 {
  transform: rotate(50deg) translateX(7px) translateY(4px);
  width: 10px;
  transition: all 0.5s;
}
.hand .handb2 {
  width: 10px;
  transform: rotate(-50deg) translateY(4px) translateX(-6px);
  transition: all 0.5s;
}
.hand .handb3 {
  opacity: 0;
}
.search1 {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  border: solid 2px black;
  position: relative;
  top: 6px;
  left: -2px;
}
.search2 {
  height: 9px;
  position: relative;
  width: 1.5px;
  background-color: black;
  left: 4.5px;
  top: 3.5px;
  transform: rotate(-30deg);
}

.filter:hover {
  .handb1,
  .handb3,
  .handb2 {
    transition: all 0.5s ease-in-out;
    background-color: white;
  }
}
.search:hover {
  .search2,
  .search3 {
    transition: all 0.5s ease-in-out;
    background-color: white;
    border: white;
  }
  .search1 {
    border: #eae6e3 solid 2px;
    transition: all 0.3s ease-in-out;
  }
  .hand .search1 {
    border: 1px solid #eae6e3;
  }
}

.hand .search1 {
  transform: rotate(45deg) translateX(8px) translateY(4px);
  width: 12px;
  height: 1.5px;
  border-radius: 0%;
  transition: all 0.5s;
  border: 1px solid black;
}
.hand .search2 {
  width: 12px;
  height: 1.5px;
  transform: rotate(-45deg) translateY(4.5px) translateX(-10px);
  transition: all 0.5s;
}

.slide1 h1 {
  animation: slide1h1 2s linear 0ms;
  transition: all 0.6s;
  animation-timing-function: ease-in-out;
}
.slide1 button {
  animation: slide1button 2500ms linear 0ms;
  transition: all 0.5s;
  animation-timing-function: ease-in-out;
}

.woman {
  animation: slide2h1 1500ms linear 0ms;
  transition: all 0.1s;
  animation-timing-function: ease-in-out;
}
.gown {
  animation: slide2h3 1500ms linear 0ms;
  transition: all 0.1s;
  animation-timing-function: ease-in-out;
}
.slide2 button {
  animation: slide2but 2500ms linear 0ms;
  transition: all s;
  animation-timing-function: ease-in-out;
}

.suit {
  animation: suit 2100ms linear 0ms;
}
.slide3 button {
  animation: btn 2s linear 0ms;
}

.input1 {
  height: 3.7rem;
  outline: none;
  border-radius: 5px;
}

.coloured p {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 0.5px solid #92938d;
}
.active-sort {
  color: #717fe0;
  text-decoration: underline;
}
.image-div:hover button {
  opacity: 1;
  animation: imagebutton 450ms linear 0ms;
}
.image-div img:hover {
  display: block;
}
.image-div button {
  transition: all 0.3s;
  animation-timing-function: ease-in-out;
}

.dense {
  z-index: 100;
}
li {
  cursor: pointer;
}
.filtercol {
  background-color: #e7e5e1;
}

.product-option {
  color: #8d8e93;
}
.active-state {
  color: #333333;
  text-decoration: underline;
}
.searched {
  top: 3.9rem;
  transform: rotate(-25deg);
  left: 25px;
}
.searched1 {
  border: 1px solid black;
  width: 13px;
  height: 13px;
  border-radius: 100%;
}
.searched2 {
  width: 2px;
  height: 8px;
  background-color: #333333;
  position: relative;
  left: 6px;
}
.header-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(240, 235, 235);
  top: 0;
}

.input2 {
  height: 6rem;
  outline: none;
  border-radius: 5px;
}
.search-main {
  top: 5.1rem;
  transform: rotate(-25deg);
  left: 25px;
}

.choose select {
  border: 2px solid #70768f;
  border-radius: 4px;
  outline: none;
}
.num,
.opt {
  border: 1px solid #70768f;
  cursor: pointer;
}
.overflow {
  background-color: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.7;
}
.cart-div {
  background-color: #6763634c;
  overflow-y: scroll;
  height: 100%;
  opacity: 0.9;
}
.cart-cancel {
  position: relative;
  left: 90%;
}
.fa {
  cursor: pointer;
}
.activelike {
  color: blue;
}
/*  */

.btn-sm {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 20px;
}

.btn-sm:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5),
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.main_footer button {
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}

/*  */

@keyframes imagebutton {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
}

@keyframes btn {
  10% {
    opacity: 0;
    transform: rotate(-360deg);
  }
  20% {
    opacity: 0;
    transform: rotate(-180deg);
  }
  30% {
    transform: rotate(-100deg);
  }

  40% {
    transform: rotate(-80deg);
  }
}

@keyframes slide2h3 {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
}
@keyframes slide2but {
  0% {
    opacity: 0;
  }

  65% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
}
@keyframes suit {
  0% {
    transform: rotate(-40deg);
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
}

@keyframes slide1h1 {
  0% {
    transform: translateX(700px);
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
}
@keyframes slide1button {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
}
@keyframes slide2h1 {
  0% {
    transform: translateY(-50px);
  }
}

@keyframes narrow {
  10% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slide1h3 {
  0% {
    opacity: 1;
    transform: rotate(-20deg) translateY(-220px) translateX(0px);
    transition: all 0.5s;
  }
  100% {
    transform: rotate(0deg) translateY(0px) translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 700px) {
  .item .part2 {
    top: 2rem;
    position: relative;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .item .part2 {
    top: 0rem;
    position: relative;
    left: 0%;
  }
}

@media (min-width: 768px) {
  .cart-div {
    overflow: hidden;
    height: fit-content;
  }
  .cart-cancel {
    left: 100%;
  }
}
@media (min-width: 550px) {
  .cart-cancel {
    left: 95%;
  }
}
