.ps-widget[ps-sku],
.ps-widget[data-ps-sku] {
  float: left;
  display: block;
  margin: 0 0 0 0;
  padding: 20px 30px;
  background-color: #053D82;
  box-shadow: 0 0 7px #A6A6A6;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-radius: 8px;
  min-width: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  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;
  background: url(./images/blue_cta.png) 50% 50%; }

.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: #ffffff;
  box-shadow: 0 0 7px #A6A6A6;
  border-color: #053D82;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  cursor: default; }

.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: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #053D82;
  display: block; }

.ps-widget[ps-sku].ps-disabled > small, .ps-widget[data-ps-sku].ps-disabled > small {
  color: #ffffff; }

.ps-widget[ps-sku].ps-disabled:hover > small, .ps-widget[data-ps-sku].ps-disabled:hover > small {
  color: #ffffff; }

@media screen and (min-width: 1025px) {
  .ps-widget[ps-sku]:hover,
  .ps-widget[data-ps-sku]:hover {
    background-color: #d81e24;
    box-shadow: 0 0 7px #A6A6A6;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: url(./images/red_cta.png) 50% 50%; }
  .ps-widget[ps-sku].ps-disabled:hover,
  .ps-widget[data-ps-sku].ps-disabled:hover {
    background-color: #ffffff;
    box-shadow: 0 0 7px #A6A6A6;
    border-color: #053D82;
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    cursor: default; }
  .ps-widget[ps-sku].ps-disabled:hover > small,
  .ps-widget[data-ps-sku].ps-disabled:hover > small {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #ffffff; } }

@media screen and (max-width: 1024px) {
  .ps-widget[ps-sku],
  .ps-widget[data-ps-sku] {
    min-width: 0;
    background-color: #053D82;
    box-shadow: 0 0 7px #A6A6A6;
    padding: 20px 30px; } }

@media screen and (max-width: 767px) {
  .ps-widget[ps-sku],
  .ps-widget[data-ps-sku] {
    min-width: 0;
    background-color: #053D82;
    box-shadow: 0 0 7px #A6A6A6;
    padding: 20px 30px; } }

.ps-widget[ps-sku]:-moz-focusring,
.ps-widget[data-ps-sku]:-moz-focusring {
  outline: 1px dotted ButtonText; }
