.post-single-page .article-body-container a {
    color: #82b735!important;
}
.pia-title {
    padding: 20px;
}


/* .widget_product_tag_cloud{
    max-height:300px;
    overflow:hidden;
    position:relative;
 }
 .tagcloud {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
 }
 
 .tagscloud-btn {
     position:absolute;
     bottom:0;
     right: 0;
     background:#ffffff;
     width:100%;
     text-align:center;
     padding:5px;
     cursor:pointer;
 }
  */

.single-product-page.single-product-content {
    max-width: 100vw!important;
}

  .home-category{
    display: flex;
    flex-wrap: wrap;
  }

  @media (max-width: 640px) {
  .table-reflow thead {
    display: none;
  }
  .table-reflow,
  .table-reflow tbody,
  .table-reflow tr,
  .table-reflow td {
    display: block;
    width: 100%;
  }
  /* .table-reflow tr {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 12px;
    margin: 10px 0;
    background: #fff;
  }
  .table-reflow td {
    padding: 8px 0;
  } */
  .table-reflow td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
    color: #64748b;
    margin-bottom: 4px;
   
  }
}