.table-border-bottom {
  border-bottom: 1px solid #231F20 !important;
}

.table-border-top {
  border-top: 1px solid #231F20 !important;
}

.woocommerce table.shop_table {
  border-radius: 30px !important;
}

.cart-button {
  max-height: 37px;
  display: flex;
  align-items: center;
}

#coupon_code {
  width: 220px;
  border: 1px solid #484848;
}
@media (max-width: 1200px) {
  #coupon_code {
    width: 175px;
  }
}
@media (max-width: 768px) {
  #coupon_code {
    width: 150px;
  }
}

.product-name > a:hover {
  font-weight: 400;
}

.cart_totals {
  border-radius: 30px;
}

.shipping_method {
  accent-color: black;
}

.attachment-woocommerce_thumbnail {
  width: 60px !important;
}