@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: sans-serif;}

body {
  min-height: 100vh;
 /*// background: url("background.jpg") no-repeat;//*/
  background-size: cover;
  background-position: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  background:#570d48;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 100;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: 0.5s;
}

.header:hover::before {
  left: 100%;
}

.logo {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  font-weight: 600;
  cursor: default;
}

.navbar a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-left: 35px;
  transition: 0.3s;
}

.navbar a:hover {
  color: #f00;
}

#menu-icon {
  font-size: 36px;
  color: #fff;
  display: none;
}

/* BREAKPOINTS */
@media (max-width: 992px) {
  .header {
    padding: 1.25rem 4%;
  }
}

@media (max-width: 768px) {
  #menu-icon {
    display: block;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0.5rem 4%;
    display: none;
  }

  .navbar.active {
    display: block;
    background-color: #570d48ab;
  }

  .navbar a {
    display: block;
    margin: 1.5rem 0;
  }

  .nav-bg {
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    height: 295px;
    background: #570d48;
    border-bottom:white;
    backdrop-filter: blur(10px);
    z-index: 99;
    display: none;
  }

  .nav-bg.active {
    display: block;
  }
}
ul{list-style: none;    display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; align-items: baseline;}
    a{text-decoration: none; list-style: none; color: black;}
.slideshow-container img{width: 100%;}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 43%;
  width: auto;
  margin-left: -150px;
  padding: 1.6rem;
  margin-top: -2.2rem;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.6s ease;
  border-radius: 0 .3rem .3rem 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: .3rem 0 0 .3rem;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);

}
.col-sm-4 .row .product .buttons {
    display: flex;
    /* font-size: 15px; */
    margin-top: 0.3rem;
    justify-content: space-evenly;
}
.col-sm-4 .row .product .price {
    font-size: 21px;
    text-align: center;
}

.col-sm-4 .row .product h3 {
    
    color: #000;
    text-align: center;padding-bottom: 5px;
}

.col-sm-4 .row .single {
    display: inline-flex;
 
    margin-top: 8px;
    float: center;
       background-color: #ffffff;
  
}
.hot {
    background-color: #ffffff;
    margin: auto;
    padding: 10px;
    margin-top: 3rem;
    border-top-left-radius: 4.5rem;
    border-top-right-radius: 4.5rem;
    padding-bottom: 2rem;

}
.col-sm-4 .row .product .buttons .btn-default {
    background-color: #1d4354;
    text-decoration-color: white;
    color: white;
    margin: .5rem;
    border-radius: 5px;
    font-size: 10px;
    padding: 5px;
}.col-sm-4 .row .product .buttons .btn-primary {
    border-radius: 5px;
    text-decoration-color: white;
    color: #ffffff;
    margin: .5rem;
    font-size: 10px;
    padding: 5px;
    background-color: #570d48;
    border-radius: 5px;
}
.row{    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.pal {
    border-bottom: 1px solid;
    width: 100%;
    color: #fff;
}
.footer {
    background-color: #570d48;
    padding: 10px;
    color: white;
    margin-top: 3rem;
    position: relative;
}
.wolf {
    display: flex;
    flex-wrap: nowrap;
}
.ul {
list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.slides img {
    border-radius: 2.5rem;
    z-index: 0rem;
    display: flex;
}
.co-md-6 {
    display: ;
    background-color: #ffffff;
       margin: auto;
 
    margin-top: 1rem;
    margin-bottom: 3rem;
    text-align: center;
}
.boxa
Specificity: (0,1,0)
 {
    margin-left: 56.3rem;
    width: 67%;
    text-align: justify;
}

.prv, .net {
    cursor: pointer;
    position: absolute;
    top: 43%;
    width: auto;
    padding: 1.6rem;
    margin-top: -2.2rem;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    transition: 0.6s ease;
    border-radius: 0 .3rem .3rem 0;
    user-select: none;
        margin-left: -99px;
    margin-right: 75px;
}
.net {
    right: 0;
    border-radius: .3rem 0 0 .3rem;
}
.breadcrumb{padding: 10px;
    background: #570d48;
    border-radius: 10px;
    margin: 5px;color: white;

  }

    .slides{    display: flex;
    justify-content: center;
}

.btn-prim {
    

    /* font-size: 15px; */
    margin-top: 0.3rem;
    justify-content: space-evenly;
}
.table tr td
 {
    text-align: center;
    border-bottom: .1rem solid #1d4354;
}

.table-responsive{

  padding: 5px;
    margin: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);

}
.table tr th {
    border-bottom: .1rem solid #1d4354;
    padding: ;
}

.ro{       display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
  }
.prod{    
   
    
  }
.shopbtn{     text-decoration-color: white;
    color: #ffffff;
    margin: .5rem;
    font-size: 10px;
    padding: 5px;
    background-color: #570d48;
    border-radius: 5px;
}
.pagination  li a{    text-align: center;
    color: #0035ff;
    padding: 6px;
   box-shadow: 2px 1px 9px 2px #5b0648;margin-left: 6px;
}
.text-center{text-align: center;}
 .roup { display: flex; margin: 5px;
    justify-content: space-around;}



@media (max-width: 768px) {
    .shop a .img-responsive{width:100px;height:100px;}
    .shop h3{font-size:10px;}
}
@media (min-width: 375px) {
    .shop a .img-responsive{width:118px;height:118px;}
    .shop h3{font-size:13px;}
}


