.date-picker-go {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #ccc;
  color: #666;
  font-size: 1rem;
  padding: .875rem 2.25rem;
  border-radius: 4px;
  outline: 0;
  vertical-align: middle;
  background-color: #444;
  border-color: #444;
  color: #fff;
}
.date-picker-go:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.productCarousel-slide .price-section .price {
  display:none;
}

.table .dot {
  display: block;
  width: .8rem;
  height: .8rem;
  background-color: #071541;
  border-radius: 100%;
}
.table td:nth-child(even) .dot {
  background-color: #006eba;
}
.table th:nth-child(n+2),
.table td:nth-child(n+2) {
  text-align: center;
  text-align: -webkit-center; 
}

[data-layout-name="acss-page"] .table tr {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: initial;
}
[data-layout-name="acss-page"] .table th:nth-child(n+2), .table td:nth-child(n+2) {
  text-align: left;
}