@import url("https://fonts.googleapis.com/css2?family=Montserrat");.woocommerce .woocommerce-info {
  background-color: #172830;
  color: #f3f5f5;
}
.woocommerce form.checkout .form-row label {
  font-weight: 500;
}
.woocommerce form.checkout h3 {
  font-weight: 500;
}
#primary > #main .entry-title {
  font-weight: 500;
  font-size: 30px;
  padding-right: 0px;
  padding-left: 10px;
  padding-top: 15px;
}
.woocommerce .wc-proceed-to-checkout .button {
  font-family: Montserrat;
  font-weight: 600;
}
.woocommerce #content div.product .product_meta > span {
  font-weight: 400;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .woocommerce-checkout .woocommerce .shop_table th {
    font-weight: 500;
  }
  .woocommerce-cart .woocommerce table.shop_table.cart thead th {
    background-color: #091016;
  }
}
