/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*cod pentru tabelul cu produse din prima pagina
.responsive-table {
    border-collapse: collapse;
    width: 100%;
  }
  .responsive-table th, .responsive-table td {
    border: 1px solid black;
    padding: 10px;
  }
  @media only screen and (max-width: 768px) {
    .responsive-table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr { 
      display: block; 
    }
    .responsive-table thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    .responsive-table tr { 
      border: 1px solid black;
      margin-bottom: 10px; 
    }
    .responsive-table td { 
      border: none;
      border-bottom: 1px solid black;
      position: relative;
      padding-left: 50%; 
    }
    .responsive-table td:before { 
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
    }
    .responsive-table th { 
      border: none;
      border-bottom: 1px solid black;
      position: relative;
      padding-left: 50%; 
    }
    .responsive-table th:before { 
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
      font-weight: bold;
    }
  }
sfarsit cod pentru tabelul cu produse din prima pagina*/