@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  font-family: "Roboto", sans-serif;
}

/* fonts start */

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
  
/* fonts end */


body {

  background-color: #ffffff; /* Set your desired background color */
}



/* .my_footer {
  background-color: #343a40;
  color: #fff;
  text-align: center;
  padding: 20px 0;
} */

/*** Navbar ***/

.navbar.navbar-expand-lg{
  box-shadow: 1px 1px 8px rgb(145, 145, 145);
}



.nav-item,
.dropdown-item {
  font-size: 18px;
  color: purple!important;
  font-weight: 500!important;
}

.dropdown-item.text-nav{
  color: #860064!important;
}

.dropdown-item.text-nav:hover{
  color: #ffffff!important;
  background-color: #6d1c6d;
}

.nav-link{
  color: rgb(0, 0, 0)!important;
}

.nav-link:hover{
  color: rgb(134, 8, 115)!important;
}


.fa-bars {
  color: rgb(133, 9, 129);
  font-size: 30px;
}

/*** Category Page ***/
.my_row_class {
  padding-top: 15px;
}

.my_row_class .mx_auto {
  color: #333;
  font-size: 14px;
}

.my_image {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.my_title {
  font-size: 23px;
  margin-top: 10px;
  font-weight: 500;
  color: rgb(133, 9, 129);
}

.my_title2{
  font-weight: 500;
  font-size: 18px;
}

.my_title3{
  font-weight: bold;
  font-size: 18px;
  color: #ab1ca9;
  margin-top: -10px;
}

.text-cat{
  text-decoration: none !important;
  color: #000000;
  font-size: 33px;
}

.text-cat:hover{
  color: #9d0076;

}

.my_title-head{
  font-size: 33px;
  font-weight: 600;
}

.card {
  background-color: #ff8c00; /* Set your desired card background color */
  border-radius: 2px;
  transition: transform 0.1s ease-in-out;
  box-shadow: 1px 5px 10px rgb(200, 198, 198);
}

.card:hover {
  transition: 0.1s;
  box-shadow: 1px 5px 10px rgb(255, 255, 255);
}

.card-body h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff; /* Set your desired text color */
}

/*** Product Page ***/
.my_prod_row_class {
  padding-top: 15px;
  padding-bottom: 20px;
}

.my_prod_row_class .mx_auto {
  color: #333;
  font-size: 14px;
}

.my_prod_title {
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 600;
}

.my_prod_text {
  padding-right: 20px;
}

.my_prod_price{
  font-size: 20px;
  font-weight: 600;
  color: #ab1ca9;
}

.my_search_text {
  padding-top: 20px;
}

/*** Cart Page ***/
.my_custom_table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}

.my_custom_table th,
.my_custom_table td {
  padding: 12px;
  border-bottom: 1px solid #afafaf;
  text-align: left;
}

.my_custom_thead {
  font-size: 18px;
  background-color: #d7dbde!important;
}

.custom_a {
  text-decoration: none;
  color: #007bff;
}

.custom_icon {
  text-decoration: none;
  color: #868e96!important;
}

.my_custom_button {
  margin-top: 10px;
  padding: 8px 20px;
  background-color: #72767a;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
}

.my_custom_button:hover {
  background-color: #979fa9;
  color: white;
}


/* Button start */

.button-28 {
  appearance: none;
  /* background-color: transparent; */
  background-color: #7e176b !important;
  border: 2px solid #a1049f;
  border-radius: 4px;
  box-sizing: border-box;
  color:#ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px !important;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 30px;
  min-width: 0;
  outline: none;
  padding-bottom: 4px !important;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  height: 36px !important;
  will-change: transform;
  }
  
  .button-28:disabled {
  pointer-events: none;
  }
  
  .button-28:hover {
  color: #e1d6d6;
  background-color: #930f7b !important;
  box-shadow: rgba(80, 80, 80, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  }
  
  .button-28:active {
  box-shadow: none;
  transform: translateY(0);
  }

/* Button end */


/* Footer start */

.footer1{
  background-color: #ac5ba5;
}

.text-bp{
    font-family: sans-serif;
    margin-top: 40px;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    transition: ease-in 0.2s;
}

.text-bash{
    font-size: 18px;
}

.bash{
    margin-top: -38px;
}


.text-pdt{
  font-size: 17px;
}

.text-price{
  font-size: 16px;
  color: rgb(133, 9, 129);
}


.text-pdt2{
  font-size: 30px;
  font-weight: 600;
}

.text-price2{
  font-size: 20px;
  color: #1da040;
  color: rgb(133, 9, 129);
}

.text-content.head,.product-head{
  font-size: 30px;
}
.text-content.head{
  color: black;
}


.text-reset1{
  font-size: 16px;
  color: white;
}

.text-reset2{
  font-size: 16px;
  color: rgb(208, 203, 203);
}


.text-reset2:hover{
  color: rgb(255, 255, 255);
  text-decoration: none;
}


.text-reset:hover{
  color: #ab12bf;
  scale: 0.01s;
}


.text-reset-head{
  color:  rgb(255, 255, 255);
  font-size: 23px;
}

/* Footer end */


.card-text.card-text2{
  color: #6d6d6d;
  font-size: 16px;
}

.card7:hover{
  transition: 0.3s;
  box-shadow: 1px 5px 10px rgb(255, 255, 255);

}
.card7{
  box-shadow: 1px 5px 10px rgb(200, 198, 198);
}
.card-title1{
  font-size: 20px;
  margin-bottom: 10px;
}


/* Button card feature start */

.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid #6f166d;
  border-radius: 4px;
  box-sizing: border-box;
  color:#7e176b;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 30px;
  min-width: 0;
  outline: none;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  height: 30px;
  will-change: transform;
  }
  
  .button-28:disabled {
  pointer-events: none;
  }
  
  .button-28:hover {
  color: #fff;
  background-color: #7e176b;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  }
  
  .button-28:active {
  box-shadow: none;
  transform: translateY(0);
  }


  /* Button card feature end */

/* button product start */

  .button-29 {
    appearance: none;
    /* background-color: transparent; */
    background-color: #7e176b !important;
    border: 2px solid #a1049f;
    border-radius: 4px;
    box-sizing: border-box;
    color:#ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 30px;
    min-width: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 130px;
    height: 45px;
    will-change: transform;
    padding-bottom: 3px;
    }
    
    .button-29:disabled {
    pointer-events: none;
    }
    
    .button-29:hover {
    color: #fff;
    background-color: #9d0d82 !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    }
    
    .button-29:active {
    box-shadow: none;
    transform: translateY(0);
    }
  

    /* button product end */
  

    /* button 200 start */

.button-200 {
  padding: 0px 25px;
  border: unset;
  margin-top: -1px;
  border-radius: 2px;
  color: #ffffff;
  z-index: 1;
  width: 100%;
  background:  rgb(133, 9, 129);
  position: relative;
  font-weight: 600;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 250ms;
  overflow: hidden;
  height: 40px;
 }
 
 .button-200::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  border-radius: 2px;
  background-color:  rgb(186, 18, 180);
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
  transition: all 200ms
 }
 
 .button-200:hover {
  color: #e8e8e8;
 }
 
 .button-200:hover::before {
  width: 100%;
 }

 @media (max-width: 768px) {
  .button-200 {
    height: 32px;
    padding: 0px 25px;
    font-size: 15px;
    margin-top: 0px;
    font-weight: 500;
  }
}

/* button 200 end */

    /* button 201 start */

    .button-201 {
      padding: 0px 25px;
      border: unset;
      margin-top: -1px;
      border-radius: 2px;
      color: #ffffff;
      z-index: 1;
      width: 100%;
      background:  rgb(129, 125, 128);
      position: relative;
      font-weight: 600;
      font-size: 17px;
      -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
      box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
      transition: all 250ms;
      overflow: hidden;
      height: 40px;
     }
     
     .button-201::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      border-radius: 2px;
      background-color:  rgb(157, 157, 157);
      z-index: -1;
      -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
      box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
      transition: all 200ms
     }
     
     .button-201:hover {
      color: #e8e8e8;
     }
     
     .button-201:hover::before {
      width: 100%;
     }
    
     @media (max-width: 768px) {
      .button-201 {
        height: 32px;
        padding: 0px 25px;
        font-size: 15px;
        margin-top: 0px;
        font-weight: 500;
      }
    }
    
    /* button 201 end */



    .form-control{
      background-color: rgb(255, 255, 255) !important;
    }

 
    .text-table{
      color: black;
      font-weight: 500;
    }

    
    .bash{
        margin-top: -38px;
    }

    
@media (min-width: 768px) {
  .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 992px) {
    .featurette-heading {
      margin-top: 120px;
      font-size: 50px;
    }
  }
  @media (min-width: 10px) {
      .featurette-heading {
          font-size: 35px;
          margin-top: 50px;
        }
      }
  
  
  @media (min-width: 1400px) {
      .featurette-heading {
          font-size: 50px;
          margin-top: 120px;
          
      }
      }    
  
  


  /* label start */



.text-label1{
    color: rgb(133, 9, 129);
    font-size: 18px;
    font-weight: 500;
}
.text-label1:hover{
  color: #a40f98;
}

.label-icons{
  font-size: 35px;
  color: rgb(133, 9, 129);
}

.label-box{
  padding-top: 30px;
  padding-bottom: 19px;
  border-radius: 4px;
  width: 160px;
  height: 140px;
  margin-left: 70px;
  margin-bottom: 20px;
}


@media (max-width: 576px) {
  .label-box {
    margin-left: 180px;

   }
}

@media (max-width: 530px) {
  .label-box {
    margin-left: 120px;

   }
}

@media (max-width: 410px) {
  .label-box {
    margin-left: 80px;

   }
}


.text-label1:hover,.label-icons:hover{
  scale: 1.05;
  transition: 0.16s;
}
  /* label end */

 

.text-desc{
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin-left: 16px;
}

.text-desc-manage{
  margin-top: 50px;
}

.text-link{
  color:  #a1167e!important;
}

.text-link:hover{
  text-decoration: none;
  color: #ed0cb5!important;
}

.text-total{
  color: #a018a0;
}


.refund-text{
  margin-left: 35px;
  margin-right: 35px;
  text-align: justify;
}


.text-about{
  font-size: 20px;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
}


.footer-icons.fab.fa-facebook-f,.fab.fa-instagram,.fab.fa-youtube{
  font-size: 30px;
  width: 40px;
}
.footer-icons.fab.fa-facebook-f:hover{
  color: #6f166d!important;
}

.footer-icons.fab.fa-instagram:hover{
  color: #6f166d!important;
}

.footer-icons.fab.fa-youtube:hover{
  color: #6f166d!important;
}