body a {
  font-weight: 800;
}
@media screen and (max-width: 320px) {
  .radio-image-label {
    font-size: 10px;
  }
  .woocommerce #content div.product .entry-summary ul li {
    font-size: 10px;
    font-weight: 400;
    margin-right: 0px;
    margin-left: 0pxpx;
    display: inline;
  }
  .woocommerce #content div.product .price .amount {
    font-weight: 600;
    font-size: 18px;
  }
  .woocommerce #content div.product .woocommerce-tabs #tab-description h3 {
    font-size: 22px;
  }
}
.woocommerce form.checkout .form-row .input-text {
  border-color: rgba(125, 125, 125, 0.5);
}
.woocommerce .wc-proceed-to-checkout .button:hover {
  color: #000000;
}
body a:hover {
  color: #000000 !important;
}
body a:active {
  color: #000000;
}
