* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cursor{
  cursor: pointer;
}
body {
  background-color: rgba(249, 218, 223, 0.511) !important;
  /* padding:0 1rem; */
}
ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
li {
  list-style: none;
}
a {
  text-decoration: none !important;
}

/* BANNER MAIN */

.bannermain,
.bannermain2,
.bannermain3,
.bannermain4{
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vmin;
  color: #fff;
}
.bannermain {
  background-image: url(../images/WhatsApp\ Image\ 2025-08-27\ at\ 4.43.17\ PM.jpeg);
}
.bannermain2 {
  background-image: url(../images/b1.jpg);
}
.bannermain3{
    background-image: url(../images/WhatsApp\ Image\ 2025-08-27\ at\ 4.43.17\ PM\ \(1\).jpeg);
}
.bannermain4{
    /* background: linear-gradient(
    90deg,
    rgba(236, 72, 153, 0.8) 0%,
    rgba(217, 70, 239, 0.8) 50%,
    rgba(99, 102, 241, 0.8) 100%
  ); */
 background-image: url(../images/banner1.jpg);
}
.bannermain > div, .bannermain2 > div, .bannermain3 > div, .bannermain4 > div  {
 
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
}

.bannermain2 .mbnrtxt, .bannermain3 .mbnrtxt , .bannermain4 .mbnrtxt{
  width: 50%;
}
.mbnrtxt {
  width: 95%;
}
.mbnrtxt h1 {
  font-size: 4rem;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
  animation: bigg 2s infinite;
}
@keyframes bigg {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.mbnrtxt p {
  font-size: 1.35rem;
  font-weight: 500;
}

.bannerbtn p {
  padding: 0.5rem 1rem;
  width: fit-content;
  border: 2px solid white;
  border-radius: 30px;
  /* font-weight: bold; */
  background: linear-gradient(
    90deg,
    rgba(236, 72, 153, 0.8) 0%,
    rgba(217, 70, 239, 0.8) 50%,
    rgba(99, 102, 241, 0.8) 100%
  );
  background-size: 200% auto;
  animation: gradient 3s ease infinite;
  color: #fff;
}

@keyframes gradient {
  0% {
    background-position: 0% center;
  }

  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
.ctgbtn a {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #ffffff2f;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
@media (max-width: 992px) {
  .mbnrtxt h1 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .mbnrtxt {
    margin: 6rem 0 3rem 0;
  }

  .ctgbtn a {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  .mbnrtxt p {
    font-size: 14px;
  }
  .bannermain2 .mbnrtxt , .bannermain3 .mbnrtxt, .bannermain4 .mbnrtxt{
    width: 70%;
  }
}

@media (max-width: 576px) {
    .bannermain,
  .bannermain2,
  .bannermain3,
   .bannermain4
   {
    height: 80vmax;
  }
  .mbnrtxt h1 {
    font-size: 2rem;
  }
  .bannermain2 .mbnrtxt, .bannermain3 .mbnrtxt, .bannermain4 .mbnrtxt {
    width: 100%;
  }
}
/* toppest nav */
.bi-cart-check::after{
  content: "3";
  background-color: red;
  color: #fff;
  font-size: 10px;
padding: 0 5px;
border-radius: 50px;
position: absolute;
transform: translateX(-50%);
}
.toppestnav 
 {
 
  color: purple;
}
.topicns i {
  margin-left: 1rem;
  color: purple;
}

/* NAVBAR MAIN */
.topnav {
  position: sticky;
  /* top: 3.5rem; */
  width: 100%;
  padding: 0.5rem 0;
  z-index: 99;
  /* background-color:transparent; */
  background-color: rgba(231, 238, 234, 0.855);
}
.topnav img{
  cursor: pointer;
}
@media (max-width: 992px) {
  .topnav {
    top: 0;
  }
}
.navlist ul li a i {
  display: inline-block;
  font-size: 1.5rem ;
}
.topnav ul li {
  margin-left: 1.5rem;
}
.topnav ul li a {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
}
.topnav.scrolled {
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-color: rgba(255, 255, 255, 0.571);
  backdrop-filter: blur(10px);
}
.topnav ul li:hover a {
  color: rgb(251, 4, 127);
}
.topnav .activenav{
  color: rgb(251, 4, 127) !important;
}
.mview a{
margin-right: 10px;
font-size: 1.5rem;
 color: #000;
}
.mview i:first-child{
  font-size: 1.5rem;
}
.mview i:hover{
    color: rgb(251, 4, 127) !important;
}
.menuopen{
  font-size: 1.5rem;
}
.droplist{
  position: relative;
}
.sublist{
display: none;
position: absolute;
width: 220px;
left: -10px;  
background-color: #fff;
/* padding: 1rem !important; */
transition: 0.3s;
}
.sublist li{
  margin-left: 0 !important;
border-bottom: 2px solid rgba(140, 139, 139, 0.64);
  padding: 1rem;
  transition: 0.3s;
}
.droplist:hover .sublist{
display: block;
}
.sublist li:hover{
  background-color: rgb(251, 4, 127);
}
.sublist li:hover a{
 color: #fff !important;
}
.bi-caret-right-fill{
  display: inline-block;
  font-size: 1rem !important;
  transition: 0.3s;
}
.droplist:hover .bi-caret-right-fill{
transform: rotate(90deg);
}
/* menu */

.menu {
  background-color: #ffffff;
  position: fixed;
  right: -350px;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 9999;
  transition: 0.3s ease-in-out;
   overflow-y: scroll;
}
.menu ul li {
  padding:0 1rem;
  height: 80px;
border-bottom: 2px solid rgba(140, 139, 139, 0.295);
display: flex;
align-items: center;
}
.menu .mainlist li a {
  display: flex;
      align-items: center;
      justify-content: space-between;
}
.menu ul li a {
  color: rgb(251, 4, 127);

      width: 100%;
      font-size: 1.2rem;
}
.menuclose{
  font-size: 1.5rem;
}
.menu ul li:hover{
  background-color: rgb(251, 4, 127);
}
.menu ul li:hover a{
color: #fff;
}

.activemenu {
    background-color: rgb(251, 4, 127);
}
.activemenu a{
  color: #fff !important;
}

.menu .sublist {
  display: none;
  transition: 0.3s;
  width: 100%;
}
.menu .sublist.active {
  display: block;
  margin-top: 0;
}
.menu .sublist li a{
color: rgb(251, 4, 127) !important;
}
.menu .sublist li:hover{
  background-color: rgb(251, 4, 127);
}
.menu .sublist li:hover a{
 color: #fff !important;
}
/* shop by */

.shopby .crdtxt h4 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(139, 11, 11);
  /* text-align: center; */
  text-underline-offset: 5px;
}
.shopby .col-lg-3:hover .crdtxt h4{
text-decoration: underline;
}

/* our collection */
.crdimgs{
    position: relative;
}
/* .crdimgs .imgback{
    position: relative;
   
} */
.crdimgs .imgtop{
    position: absolute;
    top:0;
    left: 0;
    transition: 0.3s;
}
.crdlikebtn{
    position: absolute;
    top: 1rem;
    right: 1rem;
    visibility: hidden;
    color: rgba(178, 37, 108, 0.8);
    /* border: 2px solid red; */
    padding: 0.25rem 0.5rem;
    background-color: #fff;
    transition: 0.3s;
    display: inline-block;
}
.crdlogo{
   position: absolute;
    top: 1rem;
    left: 0.5rem;
}
.crdimgs:hover .imgtop{
    opacity: 0;
}
.occrd:hover .crdlikebtn{
   visibility: visible;
}
@media (max-width:768px) {
  .crdlikebtn{
    visibility: visible;
  }
}
.occrd{
    margin: 0 0.25rem;
}
.crdpara p{
    margin-bottom: 0;
    font-size: 14px;
      font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  /* font-weight: 400; */
  font-style: normal;
}
.crdpara p:nth-child(1){
font-weight: bold;
}
.crdpara p:nth-child(2){
color: rgb(76, 76, 76);
}
.crdpara del{
    color: red;
}

/* collections */
.mainheading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mainheading {
  position: relative;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 1rem;
}
.mainheading::after {
  content: "";
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(
    to bottom right,
    rgba(236, 72, 153, 0.8) 0%,
    rgba(217, 70, 239, 0.8) 50%,
    rgba(99, 102, 241, 0.8) 100%
  );
}
.crdtxt h4 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(139, 11, 11);
}
.crdbtn p {
  color: purple;
  font-size: 14px;
}
.crdbtn button {
  padding: 0.5rem 1rem;
  border-radius: 30px;
  background-color: rgba(236, 72, 153, 0.8);
  border: none;
  color: #fff;
}
.colclas > div {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.119);
  transition: 0.3s;
  border-radius: 16px 16px 0 0;
}
.colclas > div:hover {
  transform: translateY(-8px);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.119);
}
.colclas img {
  border-radius: 16px 16px 0 0;
}
@media (max-width: 576px) {
  .crdbtn p {
    font-size: 14px;
  }
}
:root {
  --border-color: linear-gradient(
    to bottom right,
    rgba(236, 72, 153, 0.8) 0%,
    rgba(217, 70, 239, 0.8) 50%,
    rgba(99, 102, 241, 0.8) 100%
  );
}
.colclasdiv {
  border-bottom: 8px solid transparent;
  border-image: var(--border-color) 1;
  position: relative;
  background-color: #fff;
}

.extra {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(139, 11, 11);
  color: #fff;
}
.extra p {
  margin-bottom: 0;
  font-weight: bold;
}
.wsalesec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wsalesec h3 {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  padding: 8px 16px;
  width: fit-content;
  margin-bottom: 1rem;

  /* Solid white background inside */
  background: #fff;

  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Gradient text only */
.wsalesec h3 span {
  background: var(--border-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wsalesec h3::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 4px; /* border thickness */
  background: var(--border-color);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 576px) {
  .wsalesec h3 {
    font-size: 1.1rem !important;
    padding: 8px 12px;
  }
}

/* happiness */
.hpnsdiv img {
  border-radius: 50px;
  background-color: black;
}
.hpnsclm {
  /* box-shadow: 5px 5px 10px #000; */
  border: 2px solid rgba(128, 128, 128, 0.249);
}

/* footer */
 .bsnshr{
            box-shadow: 0 4px 16px grey;
            background-color: #000000e8; color: #fff; padding: 2rem 4rem; border-radius: 10px; text-align: center; 
          }
          .bsnshr h2{
            text-decoration: underline;
            text-underline-offset: 5px;
            margin-bottom:1rem;
          }
    .wic, .tic, .mic{
      position: fixed;
    z-index: 999;
    }
    .wic{
      right: 16px;
      bottom: 50px;
    }
    .wic i{
      background-color: green;
      color: #fff;
      font-size: 2rem;
      padding: 0.55rem 0.75rem;
      border-radius: 50%;
       box-shadow: 0 4px 16px rgba(84, 82, 82, 0.314);
    }
    .tic{
      right: 16px;
      bottom: 130px;
    }
     .tic i{
      background-color: white;
      color: blue;
      font-size: 2rem;
      padding: 0.45rem 0.65rem;
      border-radius: 50%;
       box-shadow: 0 4px 16px rgba(84, 82, 82, 0.314);
    }
    .mic{
      left: 16px;
      bottom: 50px;
    }
     .mic i{
      background-color: black;
      color: #fff;
      font-size: 2rem;
      padding: 0.5rem 0.7rem;
      border-radius: 50%;
       box-shadow: 0 4px 16px rgba(84, 82, 82, 0.314);
    }
footer {
  /* background-color: #2C3E50; */
  background-color: mintcream;
  color: #000;
}


.fusicons i {
  width: fit-content;
  font-size: 1.5rem;
  background-color: #ffffff3d;
  padding: 0.35rem 0.6rem;
  border-radius: 50px;
 
  transition: 0.3s;
}
.fusicons i:hover {
  background-color: #ffffff7a;
}
.bottom{
 background: rgba(202, 175, 175, 0.99);
}
.bottom a{
color: #000;
font-weight: 500;
}
.bottom h4{
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 1rem;
}
.bottom img{
  cursor: pointer;
}






/* contact page */
/* contact careds */
.contactcrds div{
  border: 4px solid rgb(251, 251, 251);
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-top: 4rem;
  padding: 5rem 1rem 1rem;
  background-color: rgb(216, 82, 149);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.314);
}
.contactcrds div p{
color: #fff;
}
@media (max-width:576px) {
  .contactcrds div{
    width: 100%;
  }
}
.contactcrds div i{
position: absolute;
top: 0;
font-size: 2rem;
padding: 0.5rem 1rem;
border-radius: 50%;
transform: translateY(-50%);
}
.contactcrds div:nth-child(1) i{
background-color: navy;
color: #fff;
/* border: 4px solid blue; */
outline: 4px solid #fff;
}
.contactcrds div:nth-child(2) i{
background-color: green;
color: #fff;
/* border: 4px solid green; */
outline: 4px solid #fff;
}
.contactcrds div:nth-child(3) i{
background-color: #000;
color: #fff;
/* border: 4px solid #000; */
outline: 4px solid #fff;
}
.contactcrds div h4{
  color: rgb(251, 251, 251);
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.contactcrds div:hover i{
/* transform: translateY(-50%) scale(1.1) rotate(20deg); */
animation: anim 0.5s infinite ;
}

@keyframes anim {
 0%, 100%  { transform: translateY(-50%) scale(1.1) rotate(0deg); }
  25%, 75% { transform: translateY(-50%) scale(1.1) rotate(8deg); }
  50%      { transform: translateY(-50%) scale(1.1) rotate(-8deg); }
}


/* form */
.cdcrd form{
  width: 80%;
}

@media (max-width:576px) {
  .cdcrd form{
  width: 100%;
}
}
.cdcrd form input, .cdcrd form textarea{
  width: 100%;
  padding: 1rem;
  margin: 1rem 0;
  margin-left: 0 !important;
  border: none;
  /* border-bottom: 4px solid #fff; */
  color: #fff;
  border-radius: 20px;
  background-color: rgb(216, 82, 149);
    box-shadow: 0 4px 12px rgba(251, 251, 251, 0.514);
}

.cdcrd form input::placeholder, .cdcrd form textarea::placeholder{
  color: #fff;
}
.formdiv1{
  border: 4px solid rgb(251, 251, 251);
  border-radius: 20px;
  padding: 1rem 0;
  background-color: rgba(251, 4, 127, 0.538);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.314);
}
.formdiv1 button{
background-color: #000;
color: #fff;
border-radius: 20px;
padding: 0.5rem 0 !important;
}
.cdcrd .container{
  background-color: #fff;
/* padding: 2rem; */
padding: 1rem ;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.314);
   overflow: hidden;
}

@media (min-width:768px) {
  .cdcrd .container{
 transform: translateY(-100px);
 padding: 2rem;

}

}














/* small kids */

.addtocard button{
  margin-top: 0.5rem;
  background-color: #000;
  color: #fff;
width: 100%;
}
.ctg img{
    border-radius: 50%;
    /* border: 4px solid rgb(28, 174, 180); */
    border: 4px solid maroon;
    position: relative;
    box-shadow: 5px 5px 15px rgb(152, 152, 152);
    top: 0;
  }
  .ctg p{
    text-align: center;
    color: maroon;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
    .items{
      background-color: #fff;
    }
    .breadcrumb a {
      color: #000;
    }
    .accordion-body > div{
border-bottom: 2px solid black;
padding: 1rem 0;
    }
     @media (min-width:992px) {
.filterdiv{
  position: sticky;
  top: 0;
}
 #accordionExample{
           
            height: 100vh;
            background-color: #fff;
           /* z-index: 3000; */
        }
          }
        @media (max-width:991px) {
           #accordionExample{
            position: fixed;
            right: -350px;
            top: 0;
            width: 280px;
            height: 100vh;
            background-color: #fff;
           z-index: 3000;
           transition: 0.3s;
        }
         #accordionExample.filteropen{
            right: 0;
        }
        }







/* product page */
#wholesalepack{
  display: none;
}
        .pqt{
            border: 2px solid grey;
            width: fit-content;
            padding: 0.25rem;
            display: flex;
            align-items: center;
            justify-content: start;
           
        }
 #size{
            border: 2px solid grey;
            width: fit-content;
            padding: 0.25rem;
            background-color: transparent;
        }

        .pqt span {
            padding: 0 1rem;
        }

        .pprice {
            font-size: 1.5rem;
        }
        @media (max-width:475px) {
            label, p, .pdetail li{
                font-size: 14px;
            }
        }

/* cart page */
 .cart-container {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    }
    .cart-item img {
      width: 80px;
      border-radius: 10px;
    }
    .cart-item{
      border-bottom: 2px solid rgba(156, 155, 155, 0.136);
      padding-bottom: 1rem;
    }
    .cart-summary {
      background: #f1f1f1;
      padding: 1.5rem;
      border-radius: 10px;
    }
    .btn-checkout {
      background: rgb(251, 4, 127);
      color: #fff;
      font-weight: 600;
    }
    .btn-checkout:hover {
      background: #c90263;
      color: #fff;
    }

    /* add like page */
      .wishlist-container {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    }
    .wishlist-item img {
      width: 100px;
      border-radius: 10px;
    }
     .wishlist-item{
      border-bottom: 2px solid rgba(156, 155, 155, 0.136);
      padding-bottom: 1rem;
    }
    .btn-remove {
      color: #ff4d4d !important;
    }
    .btn-cart {
      background: rgb(251, 4, 127) !important;
      color: #fff !important;
      font-weight: 600 !important;
    }
    .btn-cart:hover {
      background: #c90263 !important;
    }

    /* return policy */
     .policy-container {
      background: #fff;
      padding: 1rem;
      border-radius: 15px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    }
     .policy-container ul, .policy-container ol{
      margin-bottom: 2rem !important;
     }
     .policy-container ol li{
      list-style:decimal;
      
     }
    .policy-container h2 {
      color: rgb(251, 4, 127);
      font-weight: 700;
    }
    .policy-container h5 {
      margin-top: 1.5rem;
      font-weight: 600;
    }

    /* privacy policy */
   
  

    /* login form and signup form */
     .frmdiv{
        height: 100vh;
    }
    #loginfrm, #signinfrm{
     
        background-color: white;
     border-radius: 10px;
        padding: 2rem;
        box-shadow: 0px 4px 16px rgb(82, 82, 82);
    }
    #loginfrm h4,  #loginfrm a, #signinfrm h4,  #signinfrm a{
          font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    }
    
     #loginfrm input, #signinfrm input{
        padding: 0.5rem 1rem;
        width: 100%;
        border: none;
        border-bottom: 2px solid grey;
        border-radius: 10px;
        margin-bottom: 1rem;
     }
       #loginfrm button, #signinfrm button{
        width: 100%;
        padding: 0.5rem 1rem;
        border: none;
        color: #fff;
        font-weight: 600;
          margin: 1rem 0;
          border-radius:5px;
        background: linear-gradient(
    to bottom right,
    rgba(236, 72, 153) 0%,
    rgba(217, 70, 239) 50%,
    rgba(99, 102, 241) 100%) ;
       }
   

.fancytext{
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


       /* about page */
      .hero {
        background: url(../images/b1.jpg) center/cover no-repeat;
        color: white;
        text-align: center;
        padding: 100px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
          font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
      }

      .hero h1 {
        font-size: 3rem;
        font-weight: bold;
      }

      .aboutmainimg {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .aboutmainimg img {
        border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
        border: 5px solid #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      }
      .clgdiv{
 position: relative;
                width: 450px;
                height: 250px;
                background: linear-gradient(to bottom, #4dabbd, #3c9278);
                border: 5px solid #fff;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      }
      .clgdiv img{
         position: absolute;
                  top: 50px;
                  right: 50px;
                  border: 5px solid #fff;
                  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      }
@media (max-width:576px) {
    .clgdiv{
                width: 225px;
                height: 125px;
               
      }
      .clgdiv img{
                  top: 25px;
                  right: 25px;
      }
}



/* checkout page */
       .formdiv form {
            display: flex;
            flex-direction: column;
            
        }
        
        .formdiv form > div > i{
           font-size: 1.5rem;
        }
       .formdiv form input,.formdiv form textarea{
            margin-left: 1rem;
            width: 95%;
            padding: 1rem;
            margin-bottom: 1rem;
            border: none;
            border-bottom: 2px solid grey;
            border-radius: 20px;
        }
       .formdiv form button{
            background-color: #000;
            color: #fff;
            font-size: 1.2rem;
            border-radius: 30px;
        }
        .formdiv{
padding: 1rem; 
background-color: #fff; 
border-radius: 20px;
        }
        .summarydiv{
            background-color: #fff;
            padding: 1rem;
            border-radius: 20px;
        }
        .summarydiv table{
width: 100%;
        }
        .summarydiv table tr td:last-child{
            text-align: end;
        }


        /* order place */
    @media (max-width:992px) {
       .dashborddiv{
        position: fixed;
        right: -350px;
        width: 280px;
        transition:right 0.3s;
        display: block;
        background-color: #fff;
        height: 100vh;
        top: 0;
        z-index: 999;
        padding: 1rem;
    } 
    .dashborddiv.visible{ 
         right: 0;
    }
      .myaccount div{
        width: 100% !important;
    }
    }
    @media (max-width:576px) {
      .myaccount div{
        padding:0 0.5rem !important;
    }
    }
    .mycurrentorder button{
        background-color: #000;
        color: #fff;
    }
    .myaccount{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .myaccount div{
        border: 2px solid black;
        padding:0 2rem;
        border-radius: 20px;
        /* padding-bottom: 0; */
        width: 70%;
        
    }

   .myaccount table tr{
    border-bottom: 2px solid rgba(211, 211, 211, 0.449);
   
   }
   .myaccount table tr td{
 padding: 1rem 0;
   }
   .myaccount table tr td:last-child{
text-align: end;
   }


   /* tracking details */
   .trackdetails{
    text-align: center;
height: 100vh;
/* display: flex;
align-items: center;
justify-content: center; */
   }
    .trackdetails .container{
      background-color: #fff;
      transform: translateY(-80px);
      padding: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    @media (max-width:576px) {
       .trackdetails .container{
      transform: translateY(0);
       }
    }
     .trackdetails .container > div{
      width: fit-content;
    }
    .contacttodelivery i{
      font-size: 1.5rem;
      background-color: #000;
      padding: 0.35rem 0.6rem;
      color: #fff;
      border-radius: 50%;
    }
     .contacttodelivery p{
margin-top: 0.5rem;
     }