 .owl-carousel .owl-stage { display: flex; align-items: center; } /*vertically center*/



/*this can rotate the list*/
  .center {
    transform: rotate(-0deg);
    transform-origin: center;
    overflow: visible;
    margin: 0px 0;
  }


  .owl-carousel {
    padding: 15px 0;    
  }
  .owl-nav {
    transform: rotate(0deg);
  }  
  /*this can rotate the list*/


 
  /*product card*/
.itemCard {
    width: 220px;
    height: 300;
    margin: 0px;
    border: 1px solid white;
    border-color: black;
    border-width: thin;
    /*background-color: lightgrey;*/
    background-color: rgba(192, 192, 192, 0.8); /* Silver with 50% opacity */
  
    padding: 1px;
    margin: 1px;
    vertical-align: central;
    margin-right: 5px;
    color: black;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

  .itemCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

 @media screen and (max-width: 768px) {     
 .itemCard {
  width: 120px;
  height:220px;
  margin: 0px;
  border: 0px  solid white;
  background-color:white;
  padding:0px; 
    }
 }

.img1 {
    display: block;
    width: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    vertical-align: top;
}

     .container_imgP {
  position: relative;
  max-width: 100%; /* Maximum width */
  margin: 0 auto; /* Center it */
  opacity: 1;
  transition: .5s ease;

}




        .container_imgP .content {
            position: absolute; /* Position the background text */
            bottom: 0; /* At the bottom. Use top:0 to append it to the top */
            background: rgb(0, 0, 0); /* Fallback color */            
            background: rgba(0, 0, 0, 0.8); /* Black background with 0.5 opacity */
            color: black; /* Grey text */
            width: 100%; /* Full width */
            padding: 5px; /* Some padding */
            align-content: center;
            text-align: center;
            height: 50px;
            line-height: 20px;
            border-radius: 0%;
            
        }

     .container_imgP:hover {

       opacity: 0.5;
        transition: .5s ease;        
     }


      .container_imgP:hover .content {
           bottom: 30%;
          transition: .5s ease; 
            background: rgba(0, 0, 0, 0.4);
            
      }

       .container_imgP:hover ._newButtonP {
           visibility:   visible;
           bottom: 0%;
           height:50px;          
          transition: .5s ease;               
      }



       .container_imgP .contentSale {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  /*background: rgb(0, 0, 0); /* Fallback color */
 /* background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: black; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
  align-content: center;
  text-align:center;
  left:10%;
}


      .container_imgP:hover .contentSale {
       
       /*   bottom: 50%;*/
          /*transition: .5s ease;         */
      }

       .container_imgP:hover ._newButtonSale {
            visibility:  visible;
           top: 5%;
           bottom:100px;
           height:50px;          
          transition: .5s ease;                  
  }

    


  ._newButtonP {
  position: absolute;
  top: 160%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color:  white;
  color: white;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width:120px;
  color:black;
  border-color:black;
  border-style: solid;
  border-width:1px;
  visibility: hidden;
  font-size:16px;
  height:10px;
  border-color:white;
  height:10px;
}


  ._newButtonP:hover {
  background-color: black;
   color:white;
   
  
}

 /*for product details*/

 





