.ps-button-label {
  float: left;
  display: block;
  margin: 0 0 5px 0;
  padding: 0 12px;
  background-color: #00a5e8;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  min-width: 250px;
  font-family: 'Montserrat', 'Open Sans','Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s; }

.ps-widget[ps-sku] > small, .ps-widget[data-ps-sku] > small {
  display: none; }

.ps-widget[ps-sku].ps-disabled, .ps-widget[data-ps-sku].ps-disabled {
  background-color: #aaa;
  border-color: #aaa;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  cursor: default;
  float: left;
  padding: 0 12px; }

.ps-widget[ps-sku].ps-disabled > span, .ps-widget[data-ps-sku].ps-disabled > span {
  display: none; }

.ps-widget[ps-sku].ps-disabled > small, .ps-widget[data-ps-sku].ps-disabled > small {
  font-family: 'Montserrat', 'Open Sans','Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  display: block; }

@media screen and (min-width: 1025px) {
  .ps-button-label:hover {
    background-color: #ed1b2f;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    font-family: 'Montserrat', 'Open Sans','Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    cursor: pointer; }
  .ps-widget[ps-sku].ps-disabled:hover small, .ps-widget[data-ps-sku].ps-disabled:hover small {
    background-color: #aaa;
    border-color: #aaa;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    cursor: default; }
  .ps-widget[ps-sku].ps-disabled:hover > small, .ps-widget[data-ps-sku].ps-disabled:hover > small {
    font-family: 'Montserrat', 'Open Sans','Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #fff; } }

@media screen and (max-width: 1024px) {
  .ps-button-label {
    min-width: 250px;
    background-color: #00a5e8;
    padding: 0 12px; } }

@media screen and (max-width: 767px) {
  .ps-button-label {
    min-width: 200px;
    background-color: #00a5e8;
    padding: 0 12px;
    font-size: 15px;
    line-height: 40px; } }
