/**
 * Frontend css
 */

/**
 * Size chart table
 */
.zpsc-product-wrapper {padding: 20px;}
.zpsc-product-wrapper #zpsc-product-table {width: 100%;border-collapse: collapse;box-shadow: 1px 1px 3px 0px #ddd;border: 1px solid #e9e9e9;}
.zpsc-product-wrapper #zpsc-product-table tr > td:first-child,
.zpsc-product-wrapper #zpsc-product-table th {font-weight: 700;background: #6c7ae021;}
.zpsc-product-wrapper #zpsc-product-table th,
.zpsc-product-wrapper #zpsc-product-table td {padding: 10px;border:1px solid #cac7c780;text-align: center;height: 50px;}

