#search-input::placeholder{font-size: 12px;}

/*product style*/
.products-wrapper{margin:0 0 4px 0;
                  padding:0 2px; 
                  background-color: rgba(245, 245, 255);}

.products-wrapper-2{min-height:250px;
                    }

.product-picture-wrapper{height:270px;}

.product-picture-wrapper img{height: inherit;
                             width: 100%;
                              object-fit: cover;
                            padding-top: 5px;}

 .product-details-wrapper{padding: 10px;}

 .product_name{font-weight:bold;
                text-transform:capitalize;}

  .product_description{}


  .product_price-wrapper{padding-top:6px;
                        margin-bottom:5px ;}

   .product_price-wrapper .currency{font-size:28px;}

   .product_price-wrapper .price{font-size:25px;}

   .buy-btn-wrapper{padding-bottom:3px;}

   .buy-btn-wrapper button{background:#034; 
   	                       color:white;
                             padding:4px 10px; 
                            cursor:pointer;
                           border-radius: 20px;
                           border:1px solid rgba(0, 0, 0, 0.4) ;
                          outline: none;
                          font-size: 14px;}

.buy-btn-wrapper  .buy-notify_result{}


.purchase-request-info{text-align:justify;
                        font-size:12.3px;
                         color:white;
                          background:rgb(42 ,130, 119);
                          padding: 10px;}


#table-wrapper{}

#table-wrapper #id-row th{font-size: 12px;}

#table-wrapper table td{font-size:14px;}

#table-wrapper table tr{background: #f2f2f2;
                        }


#table-wrapper table .poster{ width:58px; 
                             height:58px;
                             object-fit:cover; }


#table-wrapper table .actions{ text-align: center;}

#table-wrapper table .call-btn{outline:none;
                                border:none;
                                font-size:11.5px;
                                border-radius:3px; 
                                cursor:pointer;
                            padding: 3px 6px;
                           text-decoration:none;}


#table-wrapper table .chat-btn{padding:2px 6px;  
                                 border-radius:3px;
                                text-decoration:none;
                                font-size: 12px;}


#table-wrapper table .delete-btn {outline:none;
                                   border:none;
                                   font-size:11.5px; 
                                   border-radius:3px;
                                    cursor:pointer;
                                    padding: 3px 6px;}





   .no-products-alert{background:rgb(245 ,245, 254); word-spacing:2px;
       font-weight:bold;
   margin-bottom:280px;
          opacity: 0.8;
          font-size: 13px;
          text-transform: uppercase;
         padding: 100px;
      text-align: center;}

footer{width: 100%;}






.post-now-wrapper{
                   text-align: center;
                   background:rgba(245, 245, 255, 1.0);
                   padding: 30px;
                  }


.post-now-wrapper button{ padding: 3px 20px;
                           background: #034;
                            outline: none;
                            border: none;
                            border-radius: 20px;
                            color: white;
                             word-spacing: 1.9px;
                             font-size: 13px; 
                             cursor: pointer;
                            }