.md-woo-table > .notification {
  color: #fff;
  background: #006990;
  padding: 30px 15px;
  border-bottom: 1px solid rgba( 255, 255, 255, 0.5 );
}
.md-woo-table > .notification h3 {
  color: #fff;
  margin: 0
}
.md-woo-table > table{
  width: 100%;
}
.md-woo-table th {
  text-transform: uppercase;
  background: #006990;
  color: #fff;
  padding: 15px;
}
.md-woo-table tbody tr:nth-of-type( odd ) {
  background: rgba( 255, 255, 255, 0.9 )
}
.md-woo-table tbody tr:nth-of-type( even ) {
  background: rgba( 255, 255, 255, 0.5 )
}
.md-woo-table td.product_image-column > .image-wrap {
  width: 100px;
  position: relative;
  border: 1px solid #ccc;
}
.md-woo-table td.product_image-column > .image-wrap a.image-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.md-woo-table td.product_image-column > .image-wrap:before{
  content:'';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.md-woo-table td.product_image-column > .image-wrap > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.md-woo-table .quantity-wrap {
  margin: 0;
}
.md-woo-table .quantity-wrap .quantity{
  border: 1px solid #eee;
  min-width: 112px;
}
.md-woo-table .quantity-wrap .quantity-label {
  display: none;
}
.md-woo-table .quantity input.qty {
  width: 80px;
}
.md-woo-table.woocommerce a.button {
  background: #1787B0;
  color: #fff;
  min-width: 120px;
}
.md-woo-table.woocommerce a.button.added {
  display: none;
}
.md-woo-table .product_action-column {
  text-align: center;
}
.md-woo-table .variation-title {
  font-weight: 600;
}
@media screen and ( max-width: 767px ) {
  .md-woo-table .table_head {
    display: none;
  }
  .md-woo-table tr,
  .md-woo-table td{
    display: block;
  }
  .md-woo-table td.product_image-column > .image-wrap {
    width: 100%;
  }
  .md-woo-table tr.product {
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
  }
  .md-woo-table .quantity-wrap .quantity-label,
  .md-woo-table .quantity-wrap .quantity {
    display: inline-block;
    vertical-align: middle;
  }
  /*.md-woo-table .product_quantity-column {
    text-align: center;
  }*/
  .md-woo-table .quantity-wrap .quantity-label {

    margin-right: 1em;
  }
}