input:not([type="radio"]),
.wc-block-components-quantity-selector,
.wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-notice-banner,
select {
  border-radius: 0 !important;
}
.wc-block-components-button,
button {
  background-color: #000;
  border: 1px solid #000;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-family: 'DINCondensed-Regular', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  padding: 10px 25px;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  background: #000;
  border: 2px solid transparent;
  color: #FFF;
}
.wc-block-components-button.btn-outline-black,
button.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.wc-block-components-button.btn-outline-black:hover,
button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) and (max-width: 480px) {
  .wc-block-components-button,
  button {
    font-size: 14px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  .wc-block-components-button,
  button {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .wc-block-components-button,
  button {
    font-size: 16px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .wc-block-components-button,
  button {
    font-size: 16px;
  }
}
@media all and (min-width: 1280px) and (max-width: 1468px) {
  .wc-block-components-button,
  button {
    font-size: 16px;
  }
}
@media all and (min-width: 1468px) and (max-width: 1680px) {
  .wc-block-components-button,
  button {
    font-size: 16px;
  }
}
@media all and (min-width: 1680px) and (max-width: 1920px) {
  .wc-block-components-button,
  button {
    font-size: 16px;
  }
}
@media all and (min-width: 1920px) {
  .wc-block-components-button,
  button {
    font-size: 16px;
  }
}
@media all and (min-width: 2200px) {
  .wc-block-components-button,
  button {
    font-size: 16px;
  }
}
.wc-block-components-button.btn-white,
button.btn-white {
  background: #FFF;
  border: 2px solid transparent;
  color: #000;
}
.wc-block-components-button.btn-white:hover,
button.btn-white:hover {
  transform: scale(1.2);
}
.wc-block-components-button.btn-black,
button.btn-black {
  background: #000;
  border: 2px solid transparent;
  color: #FFF;
}
.wc-block-components-button.btn-black:hover,
button.btn-black:hover {
  background: #FFF;
  color: #000;
  border: 2px solid #000;
}
.wc-block-components-button.cta-outline-white,
button.cta-outline-white,
.wc-block-components-button.btn-outline-white,
button.btn-outline-white {
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF;
}
.wc-block-components-button.cta-outline-white:hover,
button.cta-outline-white:hover,
.wc-block-components-button.btn-outline-white:hover,
button.btn-outline-white:hover {
  background: #FFF;
  border: 2px solid #FFF;
  color: #000;
}
.wc-block-components-button.cta-outline-black,
button.cta-outline-black,
.wc-block-components-button.btn-outline-black,
button.btn-outline-black {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.wc-block-components-button.cta-outline-black:hover,
button.cta-outline-black:hover,
.wc-block-components-button.btn-outline-black:hover,
button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
.wc-block-components-button:hover,
button:hover {
  background: #FFF;
  color: #000;
  border: 2px solid #000;
}
