
/******************************************************************************************************************************//*
* Subscribe menu
********************************************************************************************************************************/

.menu--subscribe-menu .menu {
  margin: 0 0 1.25rem 0;
}

.menu--subscribe-menu .menu-item {
  display: inline-block;
}

.menu--subscribe-menu .menu-item a {
  background: #ddd;
  display: inline-block;
  color: #666;
  margin: 0 0.5rem 0 0;
  padding: 0.75rem 1em;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 4px;
}

.menu--subscribe-menu .menu-item a:hover {
  background: #ccc;
  color: #333;
}

.menu--subscribe-menu .menu-item--active-trail a,
.menu--subscribe-menu ul.menu a.is-active,
.page-renew-choose .menu--subscribe-menu li.renew a,
.page-subscribe-renewal-ncr .menu--subscribe-menu li.renew a,
.page-subscribe-gift-renewal-ncr .menu--subscribe-menu li.renew a {
  background: #21406e;
  color: #fff;
  font-weight: 700;
}

.menu--subscribe-menu .menu-item--active-trail a:hover {
  background: #0f274a;
  color: #fff;
}

/******************************************************************************************************************************//*
* Add to Cart
********************************************************************************************************************************/

.product-type-subscription .field--name-price {
    text-align: right;
    margin: -0.1em 0 0.3em 1em;
    font-size: 2em;
    line-height: 130%;
  }
.product-type-subscription .field--name-price .strike {
  opacity: 0.5;
}

.product-type-subscription .field--name-price .sell_price {
  font-weight: bold;
}
.product-type-subscription .field--name-price .full_price,
.product-type-subscription .field--name-price .savings {
  font-size: 0.6em;
  line-height: 120%;
}
.product-type-subscription .field--name-price .savings {
  margin-top: 1em;
  color: #63b304;
}

.product-type-subscription .field--type-address details {
  border: none;
  margin-top: 0;
}

.product-type-subscription .field--type-address summary {
  display: none;
}

.product-type-subscription .field--type-address .details-wrapper {
  padding: 0;
}

.attribute-widgets .fieldset-legend {
  display: none;
}

.product-type-subscription .form-type-radio label {
  opacity: 0.6;
}
.product-type-subscription .form-type-radio input:checked+label {
  opacity: 1;
  font-weight: bold;
}
.form-type-radio label img {
  display: none;
}
.form-type-radio label span {
  display: inline;
}

/******************************************************************************************************************************//*
* Checkout
********************************************************************************************************************************/

.checkout-pane-ncr-addon-donation .form-radios .form-type-radio {
  margin: 0 0.75rem 0 0;
}

.checkout-pane-ncr-addon-donation .form-radio {
  display: none;
}
.checkout-pane-ncr-addon-donation label.option {
  background: #ddd;
  display: inline-block;
  color: #666;
  padding: 0.75rem 1em;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 4px;
}
.checkout-pane-ncr-addon-donation label.option:hover {
  background: #ccc;
  color: #333;
}
.checkout-pane-ncr-addon-donation input:checked + label {
  background: #21406e;
  color: #fff;
  font-weight: 700;
}
.checkout-pane-ncr-addon-donation input:checked + label:hover {
  background: #0f274a;
  color: #fff;
}

.ncr-commerce.back-to-cart {
  float: right;
}

.ncr-commerce.back-to-cart .button {
  margin: 0.5rem 0;
}

.checkout-pane-coupon-redemption .form-submit,
.coupon-redemption-form__coupons .form-submit,
.checkout-pane-payment-information .form-submit,
.views-field-remove-button .form-submit {
  font-size: 0.9em;
  padding: 0.5em 0.75em;
}

a.link--previous {
  float: left;
  display: inline-block;
  margin: 1rem 0;
  padding: 0.75rem 1rem 0.65rem;
  font-family: "Roboto", sans-serif;
}

a.link--previous:before {
  content: '‹ ';
}

/******************************************************************************************************************************//*
* Renewal pages
*********************************************************************************************************************************/

.page-renew-choose h1.page-title,
.page-renew h1.page-title {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.page-renew-choose h2.subtitle,
.page-renew h2.subtitle {
  color: #000;
  margin: 0 0 2rem;
}
.page-renew .form-item-ncr-renewals-account-num {
  margin-top: 0;
  float: left;
}
.page-renew .form-text {
  width: 100%;
  padding: 0.65em;
}
.page-renew .next_step {
  margin-top: 26px;
  border-radius: 0 5px 5px 0;
}
.page-renew .diagram_image {
  clear: both;
  padding-top: 1em;
}

#ncr-renewals-choose-renewal-subscription-form .form-item.form-type-radio {
  float: none;
  margin: 0.5em 0.1em;
}

@media screen and (min-width: 640px) {
  .page-renew .help_text {
    width: 53%;
    float: right;
  }
  .page-renew .help_text.image {
    width: 45%;
    float: left;
  }
  .product-type-subscription .field--name-price {
    float: right;
  }
  .attribute-media-type .form-type-radio label span {
    display: none;
  }
  .attribute-media-type .form-type-radio label img {
    display: block;
    max-height: 225px;
  }
  .attribute-media-type .form-type-radio input {
    clear: none;
    float: left;
    margin: 120px 2px 0 0;
  }
  .attribute-media-type .form-type-radio label {
    float: left;
    display: block;
    padding: 0.5em 1em;
    border: 1px solid #fff;
  }
}

@media screen and (min-width: 800px) {
  .product-type-subscription .field--name-price {
    height: 0;
  }
}
