/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       Lorenzo
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
*/

/*#luxor-product-table { width: 100%; overflow-x:auto; }
#luxor-product-table td {min-width: 120px;}*/

.lu-ico-product { margin-right: 10px; }
.lu-wrap-ico { padding-bottom: 20px; }
IMG.lu-ico-product { width: 85px; }
.ico-download-wrap { float: left; text-align: center; margin-right: 20px; }

.attrs-wrap { border-bottom: 1px dashed #CCC; padding-bottom: 10px; margin-bottom: 10px; overflow: hidden; }
span.attr-float{ float: right; margin-left: 5px; font-weight: 400; }

h1.product_title { margin-bottom: 30px; }
.single-product-page .wd-wishlist-btn { display: none; }
.single-product-page .product_meta span.posted_in { display: none; }
.single-product-page .product-share { display: none; }
.shortcode-aggiuntivo { margin-top: 30px; margin-bottom: 20px; }

/* table */

table.lu-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.lu-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.lu-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.lu-table tr:nth-child(even) {
    background-color: #FFF;
}

table.lu-table th,
table.lu-table td {
  padding: .625em;
  text-align: center;
}

table.lu-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table.lu-table {
    border: 0;
  }

  table.lu-table caption {
    font-size: 1.3em;
  }
  
  table.lu-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.lu-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.lu-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.lu-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.lu-table td:last-child {
    border-bottom: 0;
  }
}