body {
  font-family: sans-serif;
}

#logo{
  width: 200px !important;
}

.drop-nav{
  position: fixed;
  top: -100px;
  right: 0;
  width: 100%;
  z-index: 99999999;
  transition: top 0.2s;
  transition-timing-function: linear;
}

/* nav {
  position: sticky;
  top: 0;
  z-index: 9999999999;
} */

.nav-2 {
  background: #fffffff8;
  /* backdrop-filter: blur(15px); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.userdata {
  width: 500px;
  height: auto;
  position: absolute;
  top: 40px;
  right: 0;
  background: #ffffff;
  border: 1px solid rgb(214, 214, 214);
  padding: 10px;
  list-style: none;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}

#signup {
  width: auto;
  font-size: 16px !important;
  text-decoration: none;
  color: white;
  padding: 7px 15px;
  display: block;
  margin: auto;
  border-radius: 10px;
  text-align: center;
  background: rgb(255, 172, 30);
}

.myaccount a,
.otherdata a {
  text-decoration: none;
  color: #5c5c5c;
}





.cust-nav li a {
  text-decoration: none;
  color: #0E1111;
}

.cust-nav-2 li a {
  font-size: 19px;
  color: #0E1111;
  padding: 1rem;

}


#menuToggle {
  display: none;

}

#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 25px;
  cursor: pointer;
  /* margin: auto; */
  display: block;
  height: calc(4px * 3 + 11px * 2);
}

.bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: calc(4px / 2);
  background: #000000a2;
  color: inherit;
  opacity: 1;
  transition: none 0.35s cubic-bezier(.5, -0.35, .35, 1.5) 0s;
}

/***** Collapse Animation *****/

.bar--top {
  bottom: calc(31% + 11px + 4px/ 2);
  transition-property: bottom, margin, transform;
  transition-delay: calc(0s + 0.35s), 0s, 0s;
}

.bar--middle {
  top: calc(50% - 4px/ 2);
  transition-property: top, opacity;
  transition-duration: 0.35s, 0s;
  transition-delay: calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);
}

.bar--bottom {
  top: calc(27% + 11px + 4px/ 2);
  transition-property: top, transform;
  transition-delay: 0s;
}

/*#checkbox:checked+.toggle .bar--top {*/
/*  bottom: calc(50% - 11px - 4px);*/
/*  margin-bottom: calc(11px + 4px/ 2);*/
/*  transform: rotate(45deg);*/
/*  transition-delay: calc(0s + 0.35s * .3), calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);*/
/*}*/

/*#checkbox:checked+.toggle .bar--middle {*/
/*  top: calc(50% + 11px);*/
/*  opacity: 0;*/
/*  transition-duration: 0.35s, 0s;*/
/*  transition-delay: 0s, calc(0s + 0.35s);*/
/*}*/

/*#checkbox:checked+.toggle .bar--bottom {*/
/*  top: calc(50% - 4px/ 2);*/
/*  transform: rotate(-45deg);*/
/*  transition-delay: calc(0s + 0.35s * 1.3), calc(0s + 0.35s * 1.3);*/
/*}*/

/* --------logo--------------- */

/*------ search bar -------- */
#searchbar {
  transition: all ease-in-out 0.05s;
}

.search {
  flex: 0 0 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.search__input {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #333333;
  background-color: #f4f2f2;
  border: 1px solid rgba(0, 0, 0, 0.266);
  padding: 12px 72px 12px 42px;
  border-radius: 1000px;
  width: 100%;
  margin-top: 4px;
  margin-left: -34px;
  margin-right: -66px;
  transition: all 0.2s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search__input:focus {
  outline: none;
  width: 100%;
  background-color: #f0eeee;
}

.search__input::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
  color: #999999;
}

.search__button {
  border: none;
  background-color: transparent;
  z-index: 999;
  cursor: pointer;
}

.search__button:focus {
  outline: none;
}

.search__button:active {
  transform: translateY(2px);
}

.search__icon {
  height: 20px;
  width: 20px;
  fill: #999999;
}

.mic__button {
  border: none;
  background-color: transparent;
  margin-right: 10px;
  cursor: pointer;
}

.mic__button:focus {
  outline: none;
}

.mic__button:active {
  transform: translateY(2px);
}

.mic__icon {
  height: 28px;
  width: 20px;
  fill: #999999;
}

.mic__icon:hover {
  fill: #dd5e89;
}

.picture__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.picture__button:focus {
  outline: none;
}

.picture__button:active {
  transform: translateY(2px);
}

.picture__icon {
  height: 16px;
  width: 20px;
  fill: #999999;
}

.picture__icon:hover {
  fill: #dd5e89;
}

/* End search bar */

/* image slider */

#first-animation {
  position: relative;
  top: 50px;
  transition: all ease-in-out 0.5s;
  opacity: 0;
}

#second-animation {
  position: relative;
  top: 100px;
  transition: all ease-in-out 0.6s;
  transition-delay: 0.3s;
  opacity: 0;
}

#third-animation {
  position: relative;
  top: 50px;
  transition: all ease-in-out 0.7s;
  transition-delay: 0.6s;
  opacity: 0;
}

/* end image slider */
.logo {
  transition-property: width;
  transition: all ease-in-out 0.1s;
  transition-duration: 0.5s;
  transition-delay: 0.6s;
}

.drop-menu {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  position: fixed;
  top: 0;
  background: #000000b3;
  backdrop-filter: blur(10px);
  transition: all ease-in 0.2s;
  z-index: 999999999999;
  visibility: hidden;
  
}

.white-box{
  width: 65%;
  height: 100%;
  position: relative;
  right: 100%;
  background: rgb(255, 255, 255);
  transition: all ease-in 0.2s;
  border-radius: 0 20px 20px 0;
}

.close-btn{
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-btn img{
  width: 50px;
  filter: invert(100);
  opacity: 25%;
}

.drop-menu ul {
  list-style: none;
}

/* --------Show ALl btn */


.button {
  height: 50px;
  width: 200px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #252525;
  overflow: hidden;
  border-radius: 30px;
  color: #333;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  z-index: 1;
  font-weight: 800;
  letter-spacing: 4px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #333;
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 10px #252525;
  color: #fff;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

/* ------------display Cards------------ */
.card-slider-main:hover {
  transform: translateY(-12px);
  transition: all 0.2s;

}

.main-card {
  position: relative;
  width: 230px;
  border-radius: 10px;
  margin-bottom: 20px !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.card-2 {
  width: 100%;
  height: 200px;
  background: rgb(235, 235, 235);
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 900;
  overflow: hidden;
}

.card-2:hover {
  border-radius: 15px;
  border: 2px solid rgb(135, 135, 135);
  cursor: pointer;
  /* transform: scale(1.2); */
  /*   */
  background: rgb(242, 242, 242);
}

.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 15px;
}

.card-2:hover .first-content {
  height: 0px;
  opacity: 0;
}

.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
}

.card-2:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}

.main-price {
  align-content: center;
}

.price {
  color: orange;
  font-weight: 800;
  font-size: 22px;
  /* margin-left: 15px; */
}

.dpercent{
  position: absolute;
  top: 30px;
  right: 0px;
  text-align: center;
  color: white;
  background-color: #f6465d;
  padding: 3px;
  width: 60px;
  font-size: 15px;
  border-radius: 10px 0 0 10px;
}

/* crasual image slider */

.img-auto-play {
  display: flex;
  gap: 20px;
}

/* image slider end */

/*-------- Coupon ------------*/
.Coupon img {
  width: 48%;
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

/*-------- end Coupon ------------*/

/* feedback image slider */

/* end feedback img slider */


.chat-btn {
  z-index: 999999999;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 7px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.616);
  border-radius: 100%;
}

.chat-btn img {
  width: 70px;
}

.chat-box2 {
  width: 400px !important;
  height: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: all ease-in-out 0.2s;

}

.social-icons {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 5px;
}

.social-icons i {
  font-size: 28px;
  padding: 10px;
}

.social-icons i:nth-child(1) {
  color: rgb(71, 71, 255);
}

.social-icons i:nth-child(2) {
  color: rgb(0, 208, 48);
}

.card-3 {
  background: white;
}

/*start back to top btn */

.scroll {
  color: #fff;
  margin-top: 100px;
}

#toTopBtn {
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 98;
  padding: 21px;
  background-color: hsla(0, 0%, 6%, 0.8);

}

.js .cd-top--fade-out {
  opacity: .5;
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s;
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, .8);
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);
}

/*end  back to top btn */




/*-------------- .myaccount.php file css ----------------*/

.myaccount {
  width: 80%;
  margin: auto;
}

.mydata {
  margin-top: 30px;
}

.card {
  --bg: #f7f7f8;
  --hover-bg: #FFE5F4;
  --hover-text: #716a6a;
  width: 300px;
  text-align: center;
  background: var(--bg);
  padding-block: 1.2em;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: .3s cubic-bezier(.6, .4, 0, 1), transform .15s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 20px 0;
}

.card__body {
  color: #464853;
  line-height: 1.5em;
  font-size: 1em;
}

.card> :not(span) {
  transition: .3s cubic-bezier(.6, .4, 0, 1);
}

.card>strong {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -.035em;
}

.card span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--hover-text);
  border-radius: 5px;
  font-weight: bold;
  top: 100%;
  transition: all .3s cubic-bezier(.6, .4, 0, 1);
}

.card:hover span {
  top: 0;
  font-size: 1.2em;
}

.card:hover {
  background: white;
}

.card:hover>div,
.card:hover>strong {
  opacity: 0;
}

.icon img {
  width: 50px;
  filter: opacity(0.8);
}

/* Start product view page  */
.breadcrumb-item a{
  color: lightslategrey;
  text-decoration: none;
}

#carouselExampleIndicators{
  position: relative;
}
#carouselExampleIndicators ol{
  display: flex;
  flex-direction: column;
  position: unset;
  margin: 0;
  height: 100%;
  gap: 10px;
  width:15%;
  /* justify-content: space-between; */
}

.hr{
  width: 100%;
  margin: 0;
  border-radius: 100%;
  color: rgb(146, 146, 146);
}
.carousel-inner-2{
  width: 80%;
}
.product-view img{
  border-radius: 10px;
}

.prices-bar{
  width: 300px;

}

.prices-bar span:nth-child(1){
  font-size: 26px;
  font-weight: 600;

}

.prices-bar span:nth-child(2){
  font-weight: 600;
  color: gray;

}

.prices-bar span:nth-child(3){
  width: 90px;
  padding: 5px;
  background: #f6465d;
  color: white;
  text-align: center;
  border-radius: 20px;

}

.quantity-selector a{
  cursor: pointer;
}

/* mala lengths */

:focus {
  outline: 0;
  border-color: #2260ff;
  box-shadow: 0 0 0 4px #b5c9fc;
}

.mydict div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  /* justify-content: center; */
}

.mydict input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mydict input[type="radio"]:checked + span {
  box-shadow: 0 0 0 0.0625em #0043ed;
  background-color: #dee7ff;
  z-index: 1;
  color: #0043ed;
}

label span {
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 0.375em .75em;
  position: relative;
  margin-left: .0625em;
  box-shadow: 0 0 0 0.0625em #b5bfd9;
  letter-spacing: .05em;
  color: #3e4963;
  text-align: center;
  transition: background-color .5s ease;
}

label:first-child span {
  border-radius: .375em 0 0 .375em;
}

label:last-child span {
  border-radius: 0 .375em .375em 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: invert(100%);
}

.buy-btn a{
  margin-right: 10px !important;
}


/* End product view page  */



/* -------your orders page----------- */

.custom-size{
  max-width: 60% !important;
  position: relative !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  margin-top: 40px;
}