.pp__btn{
font-size: 14px;
    color: #808080;
    border-radius: 10px;
    padding: 10px 10px 0px 5px;
    cursor: pointer;

}
.product .product-card {
    z-index: 1;
      position: relative;
      width: 300px;
      height: 370px;
      margin: 40px;
      border-radius: 10px;
      box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }
  
  
  .product .product-card .product-img {
    z-index: 1;
      position: absolute;
      /* max-width: 302px; */
      top: 25%;
      height: 300px;
    width: 290px;
      border-radius: 10px 10px 0px 0px;
      left: 50%;
      transform: translate(-50%, -50%);
  
  }
  
.nameoo {
   
    color: rgb(128 128 128);
    margin-top: 5px;
      font-size: 20px;
      margin-bottom: 5px;
  }
  
.priceoo {
    
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
  }
  

  
  /*Styles for popup view*/
  
  .product .popup-view {
    z-index: 2;
    background: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  
  .product .popup-view.active {
    opacity: 1;
    visibility: visible;
  }
  
  .product .popup-card {
  position: relative;
    width: 450px;
    margin: 20px;
  }
  
  .product .popup-card .product-img {
z-index: 2;
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
  }
  
  .product .popup-card .product-img img {
  z-index: 2;
    position: relative;
    border-radius: 100%;
    width: 160px;
  
  
  }
  
  .product .popup-card .info {
      z-index: 2;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product .popup-card .close-btn {
    color: #555;
    z-index: 3;
    position: absolute;
    right: 0;
    font-size: 20px;
    margin: 20px;
    cursor: pointer;
  }
  
  .product .popup-card .info h2 {
    font-size: 40px;
    line-height: 20px;
    margin: 10px;
  }
  
  .product .popup-card .info h2 span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .product .popup-card .info h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 10px;
  }
  
  .product .popup-card .info h2 span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .product .popup-card .info p {
    font-size: 15px;
    margin: 0px;
    text-align: center;
  }
  
  .product .popup-card .info .price {
    font-size: 45px;
    font-weight: 300;
    margin: 10px;
  }
  
  .product .popup-card .info .add-cart-btn {
    color: #fff;
    background: #009dd2;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px auto;
    padding: 10px 50px;
    border-radius: 20px;
  }
  
  .product .popup-card .info .add-wish {
    color: #009dd2;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  /*Responsive styles*/

  @media (max-width: 900px) {
    .product .popup-card {
      flex-direction: column;
      width: 550px;
      height: auto;
    }
  
    .product .popup-card .product-img {
      z-index: 3;
      width: 100%;
      transform: translateY(0);
      border-bottom-left-radius: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
  
    .product .popup-card .product-img img {
      left: initial;
      max-width: 100%;
    }
  
    .product .popup-card .info {
      width: 100%;
      height: auto;
      padding: 20px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  
    .product .popup-card .info h2 {
      margin: 20px 5px 5px 5px;
      font-size: 25px;
    }
  
    .product .popup-card .info h2 span {
      font-size: 10px;
    }
  
    .product .popup-card .info p {
      margin: 5px;
      font-size: 13px;
    }
  
    .product .popup-card .info .price {
      margin: 5px;
      font-size: 30px;
    }
  
    .product .popup-card .info .add-cart-btn {
      margin: 5px auto;
      padding: 5px 40px;
      font-size: 14px;
    }
  
    .product .popup-card .info .add-wish {
      font-size: 14px;
    }
  
    .product .popup-card .close-btn {
      z-index: 4;
    }
  }


  @media (max-width: 1199.98px){
    .product .product-card{
       margin: 0px;
   }

  }
  @media (max-width: 990.98px){
  .product .product-card .product-img {
    z-index: 1;
    position: absolute;
    /* max-width: 302px; */
    top: 25%;
    height: 250px;
    width: 240px;
    border-radius: 10px 10px 0px 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product .product-card {

  width: 256px;
  /* height: 379px; */
  height: 335px;
  
}
.product__container {
  grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 768px) {
  
  .nameoo {
   
    font-size: 18px;
    
}
.priceoo {
  
  font-size: 14px;
  
}
.pp__btn {
  
  border-radius: 5px;
  padding: 5px 7px;
 
}
}
