/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

/* Size Chart CSS */
table.SizeChart {
  border: 1px solid #000000;
  background-color: #E9E9E9;
  width: 100%;
  height: 200px;
  border-collapse: collapse;
}
table.SizeChart td, table.SizeChart th {
  border: 1px solid #E9E9E9;
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
  width:33%;
}
table.SizeChart tbody td {
  font-size: 13px;
  color: #777777;
}
table.SizeChart tr:nth-child(even) {
  background: #FFFFFF;
}
table.SizeChart thead {
  background: #353535;
}
table.SizeChart thead th {
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  border-left: 1px solid #777777;
}
table.SizeChart thead th:first-child {
  border-left: none;
}

/* WooCommerce Shipment Tracking Plugin CSS */
.woocommerce-order-details__title {
	margin-top: 47px;
}