@charset "UTF-8";
@-webkit-keyframes fadeInInfoBorder {
  from {
    border: 2px solid rgba(217, 237, 247, 0);
  }
  to {
    border: 2px solid #d9edf7;
  }
}
@-moz-keyframes fadeInInfoBorder {
  from {
    border: 2px solid rgba(217, 237, 247, 0);
  }
  to {
    border: 2px solid #d9edf7;
  }
}
@-o-keyframes fadeInInfoBorder {
  from {
    border: 2px solid rgba(217, 237, 247, 0);
  }
  to {
    border: 2px solid #d9edf7;
  }
}
@keyframes fadeInInfoBorder {
  from {
    border: 2px solid rgba(217, 237, 247, 0);
  }
  to {
    border: 2px solid #d9edf7;
  }
}
@-webkit-keyframes fadeInSuccessBorder {
  from {
    border: 2px solid rgba(193, 219, 155, 0);
  }
  to {
    border: 2px solid #c1db9b;
  }
}
@-moz-keyframes fadeInSuccessBorder {
  from {
    border: 2px solid rgba(193, 219, 155, 0);
  }
  to {
    border: 2px solid #c1db9b;
  }
}
@-o-keyframes fadeInSuccessBorder {
  from {
    border: 2px solid rgba(193, 219, 155, 0);
  }
  to {
    border: 2px solid #c1db9b;
  }
}
@keyframes fadeInSuccessBorder {
  from {
    border: 2px solid rgba(193, 219, 155, 0);
  }
  to {
    border: 2px solid #c1db9b;
  }
}
@-webkit-keyframes fadeInErrorBorder {
  from {
    border: 2px solid rgba(220, 49, 68, 0);
  }
  to {
    border: 2px solid #dc3144;
  }
}
@-moz-keyframes fadeInErrorBorder {
  from {
    border: 2px solid rgba(220, 49, 68, 0);
  }
  to {
    border: 2px solid #dc3144;
  }
}
@-o-keyframes fadeInErrorBorder {
  from {
    border: 2px solid rgba(220, 49, 68, 0);
  }
  to {
    border: 2px solid #dc3144;
  }
}
@keyframes fadeInErrorBorder {
  from {
    border: 2px solid rgba(220, 49, 68, 0);
  }
  to {
    border: 2px solid #dc3144;
  }
}
@-webkit-keyframes scaleUpAndFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@-moz-keyframes scaleUpAndFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@-o-keyframes scaleUpAndFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes scaleUpAndFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@-moz-keyframes scaleUp {
  from {
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@-o-keyframes scaleUp {
  from {
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes scaleUp {
  from {
    -webkit-transform: scaleY(0.85);
    -moz-transform: scaleY(0.85);
    -ms-transform: scaleY(0.85);
    -o-transform: scaleY(0.85);
    transform: scaleY(0.85);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
  to {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
  }
}
@-webkit-keyframes highlight {
  0% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  75% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  100% {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@-moz-keyframes highlight {
  0% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  75% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  100% {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@-o-keyframes highlight {
  0% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  75% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  100% {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@keyframes highlight {
  0% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  75% {
    background-color: rgb(227.875, 239.25, 211.25);
    padding-top: 7px;
    padding-bottom: 7px;
  }
  100% {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#fc {
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
}
#fc html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#fc body {
  margin: 0;
}
#fc article,
#fc aside,
#fc details,
#fc figcaption,
#fc figure,
#fc footer,
#fc header,
#fc hgroup,
#fc main,
#fc nav,
#fc section,
#fc summary {
  display: block;
}
#fc audio,
#fc canvas,
#fc progress,
#fc video {
  display: inline-block;
  vertical-align: baseline;
}
#fc audio:not([controls]) {
  display: none;
  height: 0;
}
#fc [hidden],
#fc template {
  display: none;
}
#fc a {
  background: transparent;
}
#fc a:active,
#fc a:hover {
  outline: 0;
}
#fc abbr[title] {
  border-bottom: 1px dotted;
}
#fc b,
#fc strong {
  font-weight: bold;
}
#fc dfn {
  font-style: italic;
}
#fc h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#fc mark {
  background: #ff0;
  color: #000;
}
#fc small {
  font-size: 80%;
}
#fc sub,
#fc sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#fc sup {
  top: -0.5em;
}
#fc sub {
  bottom: -0.25em;
}
#fc img {
  border: 0;
}
#fc svg:not(:root) {
  overflow: hidden;
}
#fc figure {
  margin: 1em 40px;
}
#fc hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#fc pre {
  overflow: auto;
}
#fc code,
#fc kbd,
#fc pre,
#fc samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#fc button,
#fc input,
#fc optgroup,
#fc select,
#fc textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#fc button {
  overflow: visible;
}
#fc button,
#fc select {
  text-transform: none;
}
#fc button,
#fc html input[type=button],
#fc input[type=reset],
#fc input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
#fc button[disabled],
#fc html input[disabled] {
  cursor: default;
}
#fc button::-moz-focus-inner,
#fc input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#fc input {
  line-height: normal;
}
#fc input[type=checkbox],
#fc input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
#fc input[type=number]::-webkit-inner-spin-button,
#fc input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
#fc input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#fc input[type=search]::-webkit-search-cancel-button,
#fc input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#fc fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#fc legend, #fc #fc-receipt-container #fc-cart--responsive .fc-cart__title__header {
  border: 0;
  padding: 0;
}
#fc textarea {
  overflow: auto;
}
#fc optgroup {
  font-weight: bold;
}
#fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
#fc td,
#fc th {
  padding: 0;
}
#fc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fc *:before,
#fc *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fc html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#fc body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
#fc input,
#fc button,
#fc select,
#fc textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#fc a {
  color: #428bca;
  text-decoration: none;
}
#fc a:hover, #fc a:focus {
  color: rgb(41.9400826446, 99.7066115702, 149.5599173554);
  text-decoration: underline;
}
#fc a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#fc figure {
  margin: 0;
}
#fc img {
  vertical-align: middle;
}
#fc .img-responsive, #fc .fc-logo__image, #fc .fc-cart__item__image__img {
  display: block;
  max-width: 100%;
  height: auto;
}
#fc .img-rounded, #fc .fc-cart__item__image__img {
  border-radius: 6px;
}
#fc .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#fc .img-circle {
  border-radius: 50%;
}
#fc hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}
#fc .sr-only, #fc .fc-container__grid--input--first-name .fc-form-label,
#fc .fc-container__grid--input--last-name .fc-form-label,
#fc .fc-container__grid--input--phone .fc-form-label,
#fc .fc-container__grid--input--company .fc-form-label,
#fc .fc-container__grid--input--tax-id .fc-form-label,
#fc .fc-container__grid--input--address1 .fc-form-label,
#fc .fc-container__grid--label--address2 .fc-form-label, #fc .fc-form-label--postal-code,
#fc .fc-form-label--city-options,
#fc .fc-form-label--city,
#fc .fc-form-label--region,
#fc .fc-form-label--customer-email,
#fc .fc-form-label--customer-password,
#fc .fc-form-label--new-cc-number,
#fc .fc-form-label--new-cc-exp-year,
#fc .fc-form-label--plastic-new__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#fc .sr-only-focusable:active, #fc .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#fc h1, #fc h2, #fc h3, #fc h4, #fc h5, #fc h6,
#fc .h1, #fc .h2, #fc .h3, #fc .h4, #fc .h5, #fc .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#fc h1 small,
#fc h1 .small, #fc h2 small,
#fc h2 .small, #fc h3 small,
#fc h3 .small, #fc h4 small,
#fc h4 .small, #fc h5 small,
#fc h5 .small, #fc h6 small,
#fc h6 .small,
#fc .h1 small,
#fc .h1 .small, #fc .h2 small,
#fc .h2 .small, #fc .h3 small,
#fc .h3 .small, #fc .h4 small,
#fc .h4 .small, #fc .h5 small,
#fc .h5 .small, #fc .h6 small,
#fc .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
#fc h1, #fc .h1,
#fc h2, #fc .h2,
#fc h3, #fc .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#fc h1 small,
#fc h1 .small, #fc .h1 small,
#fc .h1 .small,
#fc h2 small,
#fc h2 .small, #fc .h2 small,
#fc .h2 .small,
#fc h3 small,
#fc h3 .small, #fc .h3 small,
#fc .h3 .small {
  font-size: 65%;
}
#fc h4, #fc .h4,
#fc h5, #fc .h5,
#fc h6, #fc .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#fc h4 small,
#fc h4 .small, #fc .h4 small,
#fc .h4 .small,
#fc h5 small,
#fc h5 .small, #fc .h5 small,
#fc .h5 .small,
#fc h6 small,
#fc h6 .small, #fc .h6 small,
#fc .h6 .small {
  font-size: 75%;
}
#fc h1, #fc .h1 {
  font-size: 36px;
}
#fc h2, #fc .h2 {
  font-size: 30px;
}
#fc h3, #fc .h3 {
  font-size: 24px;
}
#fc h4, #fc .h4 {
  font-size: 18px;
}
#fc h5, #fc .h5 {
  font-size: 14px;
}
#fc h6, #fc .h6 {
  font-size: 12px;
}
#fc p {
  margin: 0 0 10px;
}
#fc .lead, #fc .fc-order-quantity {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #fc .lead, #fc .fc-order-quantity {
    font-size: 21px;
  }
}
#fc small,
#fc .small {
  font-size: 85%;
}
#fc cite {
  font-style: normal;
}
#fc mark,
#fc .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
#fc .text-left, #fc .fc-pos-modal--header__value {
  text-align: left;
}
#fc .text-right, #fc .fc-pos-modal--header__action, #fc .fc-container__grid--label--po, #fc .fc-form-label__pos-masked-number,
#fc .fc-form-label__pos-expiration, #fc .fc-form-label__plastic-saved-expiration,
#fc .fc-form-label--cvv2-saved, #fc .fc-form-label--new-cc-number {
  text-align: right;
}
#fc .text-center, #fc #fc-payment-method-show_other_options, #fc #fc-checkout__section--express-options, #fc .fc-action--payment--checkout,
#fc .fc-action--payment--or,
#fc .fc-action--payment--paypal-express-checkout,
#fc .fc-action--payment--amazon-fps,
#fc .fc-action--payment--amazon-mws,
#fc .fc-action--payment--paypal-ec,
#fc .fc-transaction__header {
  text-align: center;
}
#fc .text-justify {
  text-align: justify;
}
#fc .text-muted, #fc .fc-container__static--pos-masked-number .fc-form-control--static,
#fc .fc-container__static--pos-expiration .fc-form-control--static, #fc .fc-container__static--plastic-saved-expiration .fc-form-control--static, #fc .fc-payment-method--plastic-saved__card-number,
#fc .fc-container__checkout-helper-text,
#fc .fc-container__subscription-cancel-helper-text,
#fc .fc_checkout__shipping-results__help-text {
  color: #999999;
}
#fc .text-primary {
  color: #428bca;
}
#fc a.text-primary:hover {
  color: rgb(47.5247933884, 112.9834710744, 169.4752066116);
}
#fc .text-success {
  color: #3c763d;
}
#fc a.text-success:hover {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
#fc .text-info {
  color: #31708f;
}
#fc a.text-info:hover {
  color: rgb(35.984375, 82.25, 105.015625);
}
#fc .text-warning {
  color: #8a6d3b;
}
#fc a.text-warning:hover {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
#fc .text-danger {
  color: #a94442;
}
#fc a.text-danger:hover {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
#fc .bg-primary {
  color: #fff;
}
#fc .bg-primary {
  background-color: #428bca;
}
#fc a.bg-primary:hover {
  background-color: rgb(47.5247933884, 112.9834710744, 169.4752066116);
}
#fc .bg-success {
  background-color: #dff0d8;
}
#fc a.bg-success:hover {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}
#fc .bg-info {
  background-color: #d9edf7;
}
#fc a.bg-info:hover {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
#fc .bg-warning {
  background-color: #fcf8e3;
}
#fc a.bg-warning:hover {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}
#fc .bg-danger {
  background-color: #f2dede;
}
#fc a.bg-danger:hover {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}
#fc .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}
#fc ul,
#fc ol {
  margin-top: 0;
  margin-bottom: 10px;
}
#fc ul ul,
#fc ul ol,
#fc ol ul,
#fc ol ol {
  margin-bottom: 0;
}
#fc .list-unstyled, #fc .fc-transaction--multiship-shiptos,
#fc .fc-transaction,
#fc .fc-cart__item__options, #fc .list-inline, #fc .fc-actions-container,
#fc .fc-list--inline {
  padding-left: 0;
  list-style: none;
}
#fc .list-inline, #fc .fc-actions-container,
#fc .fc-list--inline {
  margin-left: -5px;
}
#fc .list-inline > li, #fc .fc-actions-container > li,
#fc .fc-list--inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#fc dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#fc dt,
#fc dd {
  line-height: 1.428571429;
}
#fc dt {
  font-weight: bold;
}
#fc dd {
  margin-left: 0;
}
#fc .dl-horizontal dd:before, #fc .dl-horizontal dd:after {
  content: " ";
  display: table;
}
#fc .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  #fc .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #fc .dl-horizontal dd {
    margin-left: 180px;
  }
}
#fc abbr[title],
#fc abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
#fc .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
#fc blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
#fc blockquote p:last-child,
#fc blockquote ul:last-child,
#fc blockquote ol:last-child {
  margin-bottom: 0;
}
#fc blockquote footer,
#fc blockquote small,
#fc blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
#fc blockquote footer:before,
#fc blockquote small:before,
#fc blockquote .small:before {
  content: "— ";
}
#fc .blockquote-reverse,
#fc blockquote.pull-right,
#fc .fc-password-action--guest blockquote.fc-password-action--button-container,
#fc blockquote.fc-password-action--guest,
#fc blockquote.fc-transaction__ui__button {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
#fc .blockquote-reverse footer:before,
#fc .blockquote-reverse small:before,
#fc .blockquote-reverse .small:before,
#fc blockquote.pull-right footer:before,
#fc .fc-password-action--guest blockquote.fc-password-action--button-container footer:before,
#fc blockquote.fc-password-action--guest footer:before,
#fc blockquote.fc-transaction__ui__button footer:before,
#fc blockquote.pull-right small:before,
#fc .fc-password-action--guest blockquote.fc-password-action--button-container small:before,
#fc blockquote.fc-password-action--guest small:before,
#fc blockquote.fc-transaction__ui__button small:before,
#fc blockquote.pull-right .small:before,
#fc .fc-password-action--guest blockquote.fc-password-action--button-container .small:before,
#fc blockquote.fc-password-action--guest .small:before,
#fc blockquote.fc-transaction__ui__button .small:before {
  content: "";
}
#fc .blockquote-reverse footer:after,
#fc .blockquote-reverse small:after,
#fc .blockquote-reverse .small:after,
#fc blockquote.pull-right footer:after,
#fc .fc-password-action--guest blockquote.fc-password-action--button-container footer:after,
#fc blockquote.fc-password-action--guest footer:after,
#fc blockquote.fc-transaction__ui__button footer:after,
#fc blockquote.pull-right small:after,
#fc .fc-password-action--guest blockquote.fc-password-action--button-container small:after,
#fc blockquote.fc-password-action--guest small:after,
#fc blockquote.fc-transaction__ui__button small:after,
#fc blockquote.pull-right .small:after,
#fc .fc-password-action--guest blockquote.fc-password-action--button-container .small:after,
#fc blockquote.fc-password-action--guest .small:after,
#fc blockquote.fc-transaction__ui__button .small:after {
  content: " —";
}
#fc blockquote:before,
#fc blockquote:after {
  content: "";
}
#fc address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
#fc .container, #fc .fc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#fc .container:before, #fc .fc-container:before, #fc .container:after, #fc .fc-container:after {
  content: " ";
  display: table;
}
#fc .container:after, #fc .fc-container:after {
  clear: both;
}
@media (min-width: 768px) {
  #fc .container, #fc .fc-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #fc .container, #fc .fc-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #fc .container, #fc .fc-container {
    width: 1170px;
  }
}
#fc .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#fc .container-fluid:before, #fc .container-fluid:after {
  content: " ";
  display: table;
}
#fc .container-fluid:after {
  clear: both;
}
#fc .row, #fc #fc-receipt-container .fc-form-group, #fc .fc-receipt__row, #fc .fc-container__row,
#fc .fc-checkout__main {
  margin-left: -15px;
  margin-right: -15px;
}
#fc .row:before, #fc #fc-receipt-container .fc-form-group:before, #fc .fc-receipt__row:before, #fc .fc-container__row:before,
#fc .fc-checkout__main:before, #fc .row:after, #fc #fc-receipt-container .fc-form-group:after, #fc .fc-receipt__row:after, #fc .fc-container__row:after,
#fc .fc-checkout__main:after {
  content: " ";
  display: table;
}
#fc .row:after, #fc #fc-receipt-container .fc-form-group:after, #fc .fc-receipt__row:after, #fc .fc-container__row:after,
#fc .fc-checkout__main:after {
  clear: both;
}
#fc .col-xs-1, #fc .col-sm-1, #fc .col-md-1, #fc .col-lg-1, #fc .col-xs-2, #fc .fc-form-label--new-cc-cvv2, #fc .fc-cart__items__header__totals,
#fc .fc-cart__item__totals, #fc .col-sm-2, #fc .fc-container__grid--plastic-new-csc, #fc .col-md-2, #fc .col-lg-2, #fc .col-xs-3, #fc .fc-container__grid--label--po, #fc .fc-container__grid--plastic-new-csc, #fc .fc-container__grid--plastic-new-exp-year, #fc .fc-container__static--plastic-saved-expiration, #fc .fc-container__grid--static--plastic-saved-csc, #fc #fc-cart--responsive .fc-cart__item__image, #fc .col-sm-3, #fc .fc-container__grid--label--address2, #fc .fc-container__grid--label--multiship-select,
#fc .fc-container__grid--label--name,
#fc .fc-container__grid--label--tax-id,
#fc .fc-container__grid--label--address, #fc .fc-container__grid--plastic-new-exp-month, #fc .fc-form-label--new-cc-exp-month, #fc .col-md-3, #fc .col-lg-3, #fc .col-xs-4, #fc #fc-receipt-container fieldset .fc-form-group .fc-form-label, #fc .fc-pos-modal--header__action, #fc .fc-container__grid--label--address2, #fc .fc-container--postal-code-actions--search .fc-container__grid--postal-code, #fc .fc-container__grid--postal-code, #fc #fc-cart--fixed-width .fc-cart__item__image, #fc .col-sm-4, #fc .fc-container__grid--input--first-name,
#fc .fc-container__grid--input--last-name,
#fc .fc-form-group--multiple-inline .fc-container__grid--input--company,
#fc .fc-container__grid--input--phone, #fc .fc-cart__item__price,
#fc .fc-cart__item__quantity, #fc .fc-cart__item__total, #fc .fc-cart__items__header__price,
#fc .fc-cart__items__header__quantity,
#fc .fc-cart__items__header__total, #fc .fc-checkout__main .fc-sidebar--checkout, #fc #fc-cart--responsive .fc-sidebar--cart, #fc #fc-cart--responsive .fc-cancel-continue-shopping, #fc .col-md-4, #fc .col-lg-4, #fc .col-xs-5, #fc .fc-container__grid--plastic-new-exp-month, #fc .col-sm-5, #fc .fc-container__grid--input--address1,
#fc .fc-container__grid--input--multiship-select, #fc .fc-container__grid--checkout-submit,
#fc .fc-container__grid--checkout-subscription-cancel,
#fc .fc-container__grid--checkout-submit-helper-text,
#fc .fc-container__grid--checkout-subscription-cancel-helper-text, #fc .fc-form-label__pos-masked-number,
#fc .fc-form-label__pos-expiration, #fc .fc-cart__items--with-images .fc-cart__items__header__item, #fc .col-md-5, #fc .fc-container__grid--checkout-submit,
#fc .fc-container__grid--checkout-subscription-cancel,
#fc .fc-container__grid--checkout-submit-helper-text,
#fc .fc-container__grid--checkout-subscription-cancel-helper-text, #fc .col-lg-5, #fc .col-xs-6, #fc #fc-receipt__section--header .fc-container__grid--receipt--transaction-subject, #fc #fc-receipt__section--header .fc-container__grid--receipt--logo, #fc .fc-container__grid--input--first-name,
#fc .fc-container__grid--input--last-name,
#fc .fc-form-group--multiple-inline .fc-container__grid--input--company,
#fc .fc-container__grid--input--phone, #fc .fc-container__grid--city,
#fc .fc-postal-code__manual-inputs .fc-container__grid--region, #fc .col-sm-6, #fc #fc-receipt-container #fc-messages,
#fc #fc-receipt__section--actions,
#fc #fc-receipt__section--general-information,
#fc #fc-receipt__section--billing-information,
#fc #fc-receipt__section--shipping-information,
#fc #fc-receipt__section--custom-fields,
#fc .fc-receipt__section--multiship-shipping-information, #fc .fc-address-validation--suggested, #fc .fc-address-validation--original, #fc .col-md-6, #fc .fc-form-label__plastic-saved-expiration,
#fc .fc-form-label--cvv2-saved, #fc .col-lg-6, #fc .col-xs-7, #fc .fc-container--postal-code-actions--search .fc-container__grid--postal-code-actions, #fc .col-sm-7, #fc .fc-container__static--pos-masked-number,
#fc .fc-container__static--pos-expiration, #fc .fc-cart__item__details-and-image, #fc .fc-cart__items--without-images .fc-cart__items__header__item, #fc .col-md-7, #fc .col-lg-7, #fc .col-xs-8, #fc #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input], #fc .fc-pos-modal--header__value, #fc .fc-container__grid--input--address1,
#fc .fc-container__grid--input--multiship-select, #fc .fc-container__grid--input--po, #fc .fc-postal-code-entry__without-search .fc-container__grid--country, #fc .fc-container__grid--postal-code-actions, #fc #fc-cart--fixed-width .fc-cart__items--with-images .fc-cart__item__details, #fc .col-sm-8, #fc #paypal_platform_fastlane_watermark_container, #fc #fc-payment-method-show_other_options, #fc .fc-container-checkout__grid--postal-code, #fc .fc-container__grid--input--company,
#fc .fc-container__grid--input--tax-id, #fc .fc-form-label__plastic-saved-expiration,
#fc .fc-form-label--cvv2-saved, #fc .fc-container__grid--input--customer-email, #fc .fc-checkout__main__contents, #fc .fc-container__grid--use-different-address, #fc #fc-cart--responsive .fc-cart__main__content, #fc #fc-cart--responsive .fc-cart__title, #fc #fc-checkout__section--express-options, #fc .col-md-8, #fc .fc-container__grid--payment-method,
#fc .fc-checkout__additional-field--tos,
#fc .fc-checkout__additional-field--secure-transfer,
#fc .fc-checkout__additional-field--subscribe,
#fc .fc-checkout__additional-field--save-account,
#fc .fc-container__grid--recaptcha, #fc .col-lg-8, #fc .col-xs-9, #fc .fc-form-label--new-cc-exp-month, #fc .fc-form-label__plastic-saved-expiration,
#fc .fc-form-label--cvv2-saved, #fc #fc-cart--responsive .fc-cart__items--with-images .fc-cart__item__details, #fc .col-sm-9, #fc .col-md-9, #fc .col-lg-9, #fc .col-xs-10, #fc .fc-container__grid--postal-code-errors, #fc .col-sm-10, #fc .fc-postal-code-entry__with-search .fc-container__grid--country, #fc .col-md-10, #fc .fc-shipping-rates .fc-input-group--full-page,
#fc .fc-shipping-results__header,
#fc .fc_checkout__shipping-results__help-text, #fc .col-lg-10, #fc .col-xs-11, #fc .fc-container__grid--input--plastic-new-card-number, #fc .fc-container__static--pos-masked-number,
#fc .fc-container__static--pos-expiration, #fc .fc-form-label__pos-masked-number,
#fc .fc-form-label__pos-expiration, #fc .col-sm-11, #fc .col-md-11, #fc .col-lg-11, #fc .col-xs-12, #fc .fc-pos-modal--email-container, #fc .fc-container__grid--input--company,
#fc .fc-container__grid--input--tax-id, #fc #fc-cart--fixed-width .fc-cart__items--without-images .fc-cart__item__details, #fc #fc-cart--fixed-width .fc-sidebar--cart, #fc #fc-cart--fixed-width .fc-cart__main__content, #fc #fc-cart--fixed-width .fc-cancel-continue-shopping, #fc #fc-cart--fixed-width .fc-cart__title, #fc #fc-cart--responsive .fc-cart__items--without-images .fc-cart__item__details, #fc .col-sm-12, #fc #fc-receipt__section--transaction-history, #fc .fc-container__grid--input--plastic-new-card-number, #fc .col-md-12, #fc .fc-shipping-rates .fc-input-group--sidebar,
#fc .fc-form-group--multiship-select, #fc .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#fc .col-xs-1, #fc .col-xs-2, #fc .fc-form-label--new-cc-cvv2, #fc .fc-cart__items__header__totals,
#fc .fc-cart__item__totals, #fc .col-xs-3, #fc .fc-container__grid--label--po, #fc .fc-container__grid--plastic-new-csc, #fc .fc-container__grid--plastic-new-exp-year, #fc .fc-container__static--plastic-saved-expiration, #fc .fc-container__grid--static--plastic-saved-csc, #fc #fc-cart--responsive .fc-cart__item__image, #fc .col-xs-4, #fc #fc-receipt-container fieldset .fc-form-group .fc-form-label, #fc .fc-pos-modal--header__action, #fc .fc-container__grid--label--address2, #fc .fc-container--postal-code-actions--search .fc-container__grid--postal-code, #fc .fc-container__grid--postal-code, #fc #fc-cart--fixed-width .fc-cart__item__image, #fc .col-xs-5, #fc .fc-container__grid--plastic-new-exp-month, #fc .col-xs-6, #fc #fc-receipt__section--header .fc-container__grid--receipt--transaction-subject, #fc #fc-receipt__section--header .fc-container__grid--receipt--logo, #fc .fc-container__grid--input--first-name,
#fc .fc-container__grid--input--last-name,
#fc .fc-form-group--multiple-inline .fc-container__grid--input--company,
#fc .fc-container__grid--input--phone, #fc .fc-container__grid--city,
#fc .fc-postal-code__manual-inputs .fc-container__grid--region, #fc .col-xs-7, #fc .fc-container--postal-code-actions--search .fc-container__grid--postal-code-actions, #fc .col-xs-8, #fc #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input], #fc .fc-pos-modal--header__value, #fc .fc-container__grid--input--address1,
#fc .fc-container__grid--input--multiship-select, #fc .fc-container__grid--input--po, #fc .fc-postal-code-entry__without-search .fc-container__grid--country, #fc .fc-container__grid--postal-code-actions, #fc .fc-cart__items--with-images .fc-cart__items__header__item, #fc #fc-cart--fixed-width .fc-cart__items--with-images .fc-cart__item__details, #fc .col-xs-9, #fc .fc-form-label--new-cc-exp-month, #fc .fc-form-label__plastic-saved-expiration,
#fc .fc-form-label--cvv2-saved, #fc .fc-cart__items--without-images .fc-cart__items__header__item, #fc #fc-cart--responsive .fc-cart__items--with-images .fc-cart__item__details, #fc .col-xs-10, #fc .fc-container__grid--postal-code-errors, #fc .fc-cart__item__details-and-image, #fc .col-xs-11, #fc .fc-container__grid--input--plastic-new-card-number, #fc .fc-container__static--pos-masked-number,
#fc .fc-container__static--pos-expiration, #fc .fc-form-label__pos-masked-number,
#fc .fc-form-label__pos-expiration, #fc .col-xs-12, #fc .fc-pos-modal--email-container, #fc .fc-container__grid--input--company,
#fc .fc-container__grid--input--tax-id, #fc .fc-postal-code-entry__with-search .fc-container__grid--country, #fc .fc-checkout__main__contents, #fc .fc-checkout__main .fc-sidebar--checkout, #fc #fc-cart--fixed-width .fc-cart__items--without-images .fc-cart__item__details, #fc #fc-cart--fixed-width .fc-sidebar--cart, #fc #fc-cart--fixed-width .fc-cart__main__content, #fc #fc-cart--fixed-width .fc-cancel-continue-shopping, #fc #fc-cart--fixed-width .fc-cart__title, #fc #fc-cart--responsive .fc-cart__items--without-images .fc-cart__item__details {
  float: left;
}
#fc .col-xs-1 {
  width: 8.3333333333%;
}
#fc .col-xs-2, #fc .fc-form-label--new-cc-cvv2, #fc .fc-cart__items__header__totals,
#fc .fc-cart__item__totals {
  width: 16.6666666667%;
}
#fc .col-xs-3, #fc .fc-container__grid--label--po, #fc .fc-container__grid--plastic-new-csc, #fc .fc-container__grid--plastic-new-exp-year, #fc .fc-container__static--plastic-saved-expiration, #fc .fc-container__grid--static--plastic-saved-csc, #fc #fc-cart--responsive .fc-cart__item__image {
  width: 25%;
}
#fc .col-xs-4, #fc #fc-receipt-container fieldset .fc-form-group .fc-form-label, #fc .fc-pos-modal--header__action, #fc .fc-container__grid--label--address2, #fc .fc-container--postal-code-actions--search .fc-container__grid--postal-code, #fc .fc-container__grid--postal-code, #fc #fc-cart--fixed-width .fc-cart__item__image {
  width: 33.3333333333%;
}
#fc .col-xs-5, #fc .fc-container__grid--plastic-new-exp-month {
  width: 41.6666666667%;
}
#fc .col-xs-6, #fc #fc-receipt__section--header .fc-container__grid--receipt--transaction-subject, #fc #fc-receipt__section--header .fc-container__grid--receipt--logo, #fc .fc-container__grid--input--first-name,
#fc .fc-container__grid--input--last-name,
#fc .fc-form-group--multiple-inline .fc-container__grid--input--company,
#fc .fc-container__grid--input--phone, #fc .fc-container__grid--city,
#fc .fc-postal-code__manual-inputs .fc-container__grid--region {
  width: 50%;
}
#fc .col-xs-7, #fc .fc-container--postal-code-actions--search .fc-container__grid--postal-code-actions {
  width: 58.3333333333%;
}
#fc .col-xs-8, #fc #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input], #fc .fc-pos-modal--header__value, #fc .fc-container__grid--input--address1,
#fc .fc-container__grid--input--multiship-select, #fc .fc-container__grid--input--po, #fc .fc-postal-code-entry__without-search .fc-container__grid--country, #fc .fc-container__grid--postal-code-actions, #fc .fc-cart__items--with-images .fc-cart__items__header__item, #fc #fc-cart--fixed-width .fc-cart__items--with-images .fc-cart__item__details {
  width: 66.6666666667%;
}
#fc .col-xs-9, #fc .fc-form-label--new-cc-exp-month, #fc .fc-form-label__plastic-saved-expiration,
#fc .fc-form-label--cvv2-saved, #fc .fc-cart__items--without-images .fc-cart__items__header__item, #fc #fc-cart--responsive .fc-cart__items--with-images .fc-cart__item__details {
  width: 75%;
}
#fc .col-xs-10, #fc .fc-container__grid--postal-code-errors, #fc .fc-cart__item__details-and-image {
  width: 83.3333333333%;
}
#fc .col-xs-11, #fc .fc-container__grid--input--plastic-new-card-number, #fc .fc-container__static--pos-masked-number,
#fc .fc-container__static--pos-expiration, #fc .fc-form-label__pos-masked-number,
#fc .fc-form-label__pos-expiration {
  width: 91.6666666667%;
}
#fc .col-xs-12, #fc .fc-pos-modal--email-container, #fc .fc-container__grid--input--company,
#fc .fc-container__grid--input--tax-id, #fc .fc-postal-code-entry__with-search .fc-container__grid--country, #fc .fc-checkout__main__contents, #fc .fc-checkout__main .fc-sidebar--checkout, #fc #fc-cart--fixed-width .fc-cart__items--without-images .fc-cart__item__details, #fc #fc-cart--fixed-width .fc-sidebar--cart, #fc #fc-cart--fixed-width .fc-cart__main__content, #fc #fc-cart--fixed-width .fc-cancel-continue-shopping, #fc #fc-cart--fixed-width .fc-cart__title, #fc #fc-cart--responsive .fc-cart__items--without-images .fc-cart__item__details {
  width: 100%;
}
#fc .col-xs-pull-0 {
  right: auto;
}
#fc .col-xs-pull-1 {
  right: 8.3333333333%;
}
#fc .col-xs-pull-2 {
  right: 16.6666666667%;
}
#fc .col-xs-pull-3 {
  right: 25%;
}
#fc .col-xs-pull-4 {
  right: 33.3333333333%;
}
#fc .col-xs-pull-5 {
  right: 41.6666666667%;
}
#fc .col-xs-pull-6 {
  right: 50%;
}
#fc .col-xs-pull-7 {
  right: 58.3333333333%;
}
#fc .col-xs-pull-8 {
  right: 66.6666666667%;
}
#fc .col-xs-pull-9 {
  right: 75%;
}
#fc .col-xs-pull-10 {
  right: 83.3333333333%;
}
#fc .col-xs-pull-11 {
  right: 91.6666666667%;
}
#fc .col-xs-pull-12 {
  right: 100%;
}
#fc .col-xs-push-0 {
  left: auto;
}
#fc .col-xs-push-1 {
  left: 8.3333333333%;
}
#fc .col-xs-push-2 {
  left: 16.6666666667%;
}
#fc .col-xs-push-3 {
  left: 25%;
}
#fc .col-xs-push-4 {
  left: 33.3333333333%;
}
#fc .col-xs-push-5 {
  left: 41.6666666667%;
}
#fc .col-xs-push-6 {
  left: 50%;
}
#fc .col-xs-push-7 {
  left: 58.3333333333%;
}
#fc .col-xs-push-8 {
  left: 66.6666666667%;
}
#fc .col-xs-push-9 {
  left: 75%;
}
#fc .col-xs-push-10 {
  left: 83.3333333333%;
}
#fc .col-xs-push-11 {
  left: 91.6666666667%;
}
#fc .col-xs-push-12 {
  left: 100%;
}
#fc .col-xs-offset-0 {
  margin-left: 0%;
}
#fc .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
#fc .col-xs-offset-2, #fc .fc-cart__items--with-images .fc-cart__items__header__item {
  margin-left: 16.6666666667%;
}
#fc .col-xs-offset-3 {
  margin-left: 25%;
}
#fc .col-xs-offset-4, #fc #fc-receipt-container fieldset .fc-form-group .fc-container__grid--static-input--city-state-postcode,
#fc #fc-receipt-container fieldset .fc-form-group .fc-container__grid--static-input--country {
  margin-left: 33.3333333333%;
}
#fc .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
#fc .col-xs-offset-6 {
  margin-left: 50%;
}
#fc .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
#fc .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
#fc .col-xs-offset-9 {
  margin-left: 75%;
}
#fc .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
#fc .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
#fc .col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  #fc .col-sm-1, #fc .col-sm-2, #fc .fc-container__grid--plastic-new-csc, #fc .col-sm-3, #fc .fc-container__grid--label--address2, #fc .fc-container__grid--label--multiship-select,
  #fc .fc-container__grid--label--name,
  #fc .fc-container__grid--label--tax-id,
  #fc .fc-container__grid--label--address, #fc .fc-container__grid--plastic-new-exp-month, #fc .fc-form-label--new-cc-exp-month, #fc .col-sm-4, #fc .fc-container__grid--input--first-name,
  #fc .fc-container__grid--input--last-name,
  #fc .fc-form-group--multiple-inline .fc-container__grid--input--company,
  #fc .fc-container__grid--input--phone, #fc .fc-cart__item__price,
  #fc .fc-cart__item__quantity, #fc .fc-cart__item__total, #fc .fc-cart__items__header__price,
  #fc .fc-cart__items__header__quantity,
  #fc .fc-cart__items__header__total, #fc .fc-checkout__main .fc-sidebar--checkout, #fc #fc-cart--responsive .fc-sidebar--cart, #fc #fc-cart--responsive .fc-cancel-continue-shopping, #fc .col-sm-5, #fc .fc-container__grid--input--address1,
  #fc .fc-container__grid--input--multiship-select, #fc .fc-container__grid--checkout-submit,
  #fc .fc-container__grid--checkout-subscription-cancel,
  #fc .fc-container__grid--checkout-submit-helper-text,
  #fc .fc-container__grid--checkout-subscription-cancel-helper-text, #fc .fc-form-label__pos-masked-number,
  #fc .fc-form-label__pos-expiration, #fc .fc-cart__items__header__totals,
  #fc .fc-cart__item__totals, #fc .fc-cart__items--with-images .fc-cart__items__header__item, #fc .col-sm-6, #fc #fc-receipt-container #fc-messages,
  #fc #fc-receipt__section--actions,
  #fc #fc-receipt__section--general-information,
  #fc #fc-receipt__section--billing-information,
  #fc #fc-receipt__section--shipping-information,
  #fc #fc-receipt__section--custom-fields,
  #fc .fc-receipt__section--multiship-shipping-information, #fc .fc-address-validation--suggested, #fc .fc-address-validation--original, #fc .col-sm-7, #fc .fc-container__static--pos-masked-number,
  #fc .fc-container__static--pos-expiration, #fc .fc-cart__item__details-and-image, #fc .fc-cart__items--without-images .fc-cart__items__header__item, #fc .col-sm-8, #fc #paypal_platform_fastlane_watermark_container, #fc #fc-payment-method-show_other_options, #fc .fc-container-checkout__grid--postal-code, #fc .fc-container__grid--input--company,
  #fc .fc-container__grid--input--tax-id, #fc .fc-form-label__plastic-saved-expiration,
  #fc .fc-form-label--cvv2-saved, #fc .fc-container__grid--input--customer-email, #fc .fc-checkout__main__contents, #fc .fc-container__grid--use-different-address, #fc #fc-cart--responsive .fc-cart__main__content, #fc #fc-cart--responsive .fc-cart__title, #fc #fc-checkout__section--express-options, #fc .col-sm-9, #fc .col-sm-10, #fc .fc-postal-code-entry__with-search .fc-container__grid--country, #fc #fc-cart--fixed-width .fc-cart__items--with-images .fc-cart__item__details, #fc .col-sm-11, #fc .col-sm-12, #fc #fc-receipt__section--transaction-history, #fc .fc-container__grid--input--plastic-new-card-number {
    float: left;
  }
  #fc .col-sm-1 {
    width: 8.3333333333%;
  }
  #fc .col-sm-2, #fc .fc-container__grid--plastic-new-csc {
    width: 16.6666666667%;
  }
  #fc .col-sm-3, #fc .fc-container__grid--label--address2, #fc .fc-container__grid--label--multiship-select,
  #fc .fc-container__grid--label--name,
  #fc .fc-container__grid--label--tax-id,
  #fc .fc-container__grid--label--address, #fc .fc-container__grid--plastic-new-exp-month, #fc .fc-form-label--new-cc-exp-month {
    width: 25%;
  }
  #fc .col-sm-4, #fc .fc-container__grid--input--first-name,
  #fc .fc-container__grid--input--last-name,
  #fc .fc-form-group--multiple-inline .fc-container__grid--input--company,
  #fc .fc-container__grid--input--phone, #fc .fc-cart__item__price,
  #fc .fc-cart__item__quantity, #fc .fc-cart__item__total, #fc .fc-cart__items__header__price,
  #fc .fc-cart__items__header__quantity,
  #fc .fc-cart__items__header__total, #fc .fc-checkout__main .fc-sidebar--checkout, #fc #fc-cart--responsive .fc-sidebar--cart, #fc #fc-cart--responsive .fc-cancel-continue-shopping {
    width: 33.3333333333%;
  }
  #fc .col-sm-5, #fc .fc-container__grid--input--address1,
  #fc .fc-container__grid--input--multiship-select, #fc .fc-container__grid--checkout-submit,
  #fc .fc-container__grid--checkout-subscription-cancel,
  #fc .fc-container__grid--checkout-submit-helper-text,
  #fc .fc-container__grid--checkout-subscription-cancel-helper-text, #fc .fc-form-label__pos-masked-number,
  #fc .fc-form-label__pos-expiration, #fc .fc-cart__items__header__totals,
  #fc .fc-cart__item__totals, #fc .fc-cart__items--with-images .fc-cart__items__header__item {
    width: 41.6666666667%;
  }
  #fc .col-sm-6, #fc #fc-receipt-container #fc-messages,
  #fc #fc-receipt__section--actions,
  #fc #fc-receipt__section--general-information,
  #fc #fc-receipt__section--billing-information,
  #fc #fc-receipt__section--shipping-information,
  #fc #fc-receipt__section--custom-fields,
  #fc .fc-receipt__section--multiship-shipping-information, #fc .fc-address-validation--suggested, #fc .fc-address-validation--original {
    width: 50%;
  }
  #fc .col-sm-7, #fc .fc-container__static--pos-masked-number,
  #fc .fc-container__static--pos-expiration, #fc .fc-cart__item__details-and-image, #fc .fc-cart__items--without-images .fc-cart__items__header__item {
    width: 58.3333333333%;
  }
  #fc .col-sm-8, #fc #paypal_platform_fastlane_watermark_container, #fc #fc-payment-method-show_other_options, #fc .fc-container-checkout__grid--postal-code, #fc .fc-container__grid--input--company,
  #fc .fc-container__grid--input--tax-id, #fc .fc-form-label__plastic-saved-expiration,
  #fc .fc-form-label--cvv2-saved, #fc .fc-container__grid--input--customer-email, #fc .fc-checkout__main__contents, #fc .fc-container__grid--use-different-address, #fc #fc-cart--responsive .fc-cart__main__content, #fc #fc-cart--responsive .fc-cart__title, #fc #fc-checkout__section--express-options {
    width: 66.6666666667%;
  }
  #fc .col-sm-9 {
    width: 75%;
  }
  #fc .col-sm-10, #fc .fc-postal-code-entry__with-search .fc-container__grid--country, #fc #fc-cart--fixed-width .fc-cart__items--with-images .fc-cart__item__details {
    width: 83.3333333333%;
  }
  #fc .col-sm-11 {
    width: 91.6666666667%;
  }
  #fc .col-sm-12, #fc #fc-receipt__section--transaction-history, #fc .fc-container__grid--input--plastic-new-card-number {
    width: 100%;
  }
  #fc .col-sm-pull-0 {
    right: auto;
  }
  #fc .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  #fc .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  #fc .col-sm-pull-3 {
    right: 25%;
  }
  #fc .col-sm-pull-4, #fc .fc-checkout__main__contents, #fc .fc-cart__item__price,
  #fc .fc-cart__item__quantity {
    right: 33.3333333333%;
  }
  #fc .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  #fc .col-sm-pull-6, #fc .fc-address-validation--original {
    right: 50%;
  }
  #fc .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  #fc .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  #fc .col-sm-pull-9 {
    right: 75%;
  }
  #fc .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  #fc .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  #fc .col-sm-pull-12 {
    right: 100%;
  }
  #fc .col-sm-push-0 {
    left: auto;
  }
  #fc .col-sm-push-1 {
    left: 8.3333333333%;
  }
  #fc .col-sm-push-2 {
    left: 16.6666666667%;
  }
  #fc .col-sm-push-3 {
    left: 25%;
  }
  #fc .col-sm-push-4 {
    left: 33.3333333333%;
  }
  #fc .col-sm-push-5 {
    left: 41.6666666667%;
  }
  #fc .col-sm-push-6, #fc .fc-address-validation--suggested {
    left: 50%;
  }
  #fc .col-sm-push-7 {
    left: 58.3333333333%;
  }
  #fc .col-sm-push-8, #fc .fc-cart__item__total, #fc .fc-checkout__main .fc-sidebar--checkout {
    left: 66.6666666667%;
  }
  #fc .col-sm-push-9 {
    left: 75%;
  }
  #fc .col-sm-push-10 {
    left: 83.3333333333%;
  }
  #fc .col-sm-push-11 {
    left: 91.6666666667%;
  }
  #fc .col-sm-push-12 {
    left: 100%;
  }
  #fc .col-sm-offset-0, #fc .fc-form-group--multiple-inline .fc-container__grid--input--phone {
    margin-left: 0%;
  }
  #fc .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  #fc .col-sm-offset-2, #fc .fc-cart__items--with-images .fc-cart__items__header__item {
    margin-left: 16.6666666667%;
  }
  #fc .col-sm-offset-3, #fc #paypal_platform_fastlane_watermark_container, #fc #fc-payment-method-show_other_options, #fc .fc-container__grid--input--company,
  #fc .fc-container__grid--input--phone,
  #fc .fc-container-checkout__grid--postal-code, #fc .fc-container__grid--checkout-submit,
  #fc .fc-container__grid--checkout-subscription-cancel,
  #fc .fc-container__grid--checkout-submit-helper-text,
  #fc .fc-container__grid--checkout-subscription-cancel-helper-text, #fc .fc-container__grid--input--customer-email, #fc .fc-container__grid--use-different-address, #fc #fc-checkout__section--express-options {
    margin-left: 25%;
  }
  #fc .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  #fc .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  #fc .col-sm-offset-6 {
    margin-left: 50%;
  }
  #fc .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  #fc .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  #fc .col-sm-offset-9 {
    margin-left: 75%;
  }
  #fc .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  #fc .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  #fc .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  #fc .col-md-1, #fc .col-md-2, #fc .col-md-3, #fc .col-md-4, #fc .col-md-5, #fc .fc-container__grid--checkout-submit,
  #fc .fc-container__grid--checkout-subscription-cancel,
  #fc .fc-container__grid--checkout-submit-helper-text,
  #fc .fc-container__grid--checkout-subscription-cancel-helper-text, #fc .col-md-6, #fc .fc-form-label__plastic-saved-expiration,
  #fc .fc-form-label--cvv2-saved, #fc .col-md-7, #fc .col-md-8, #fc .fc-container__grid--payment-method,
  #fc .fc-checkout__additional-field--tos,
  #fc .fc-checkout__additional-field--secure-transfer,
  #fc .fc-checkout__additional-field--subscribe,
  #fc .fc-checkout__additional-field--save-account,
  #fc .fc-container__grid--recaptcha, #fc .fc-checkout__main__contents, #fc .col-md-9, #fc .col-md-10, #fc .fc-shipping-rates .fc-input-group--full-page,
  #fc .fc-shipping-results__header,
  #fc .fc_checkout__shipping-results__help-text, #fc .col-md-11, #fc .col-md-12, #fc .fc-shipping-rates .fc-input-group--sidebar,
  #fc .fc-form-group--multiship-select {
    float: left;
  }
  #fc .col-md-1 {
    width: 8.3333333333%;
  }
  #fc .col-md-2 {
    width: 16.6666666667%;
  }
  #fc .col-md-3 {
    width: 25%;
  }
  #fc .col-md-4 {
    width: 33.3333333333%;
  }
  #fc .col-md-5, #fc .fc-container__grid--checkout-submit,
  #fc .fc-container__grid--checkout-subscription-cancel,
  #fc .fc-container__grid--checkout-submit-helper-text,
  #fc .fc-container__grid--checkout-subscription-cancel-helper-text {
    width: 41.6666666667%;
  }
  #fc .col-md-6, #fc .fc-form-label__plastic-saved-expiration,
  #fc .fc-form-label--cvv2-saved {
    width: 50%;
  }
  #fc .col-md-7 {
    width: 58.3333333333%;
  }
  #fc .col-md-8, #fc .fc-container__grid--payment-method,
  #fc .fc-checkout__additional-field--tos,
  #fc .fc-checkout__additional-field--secure-transfer,
  #fc .fc-checkout__additional-field--subscribe,
  #fc .fc-checkout__additional-field--save-account,
  #fc .fc-container__grid--recaptcha, #fc .fc-checkout__main__contents {
    width: 66.6666666667%;
  }
  #fc .col-md-9 {
    width: 75%;
  }
  #fc .col-md-10, #fc .fc-shipping-rates .fc-input-group--full-page,
  #fc .fc-shipping-results__header,
  #fc .fc_checkout__shipping-results__help-text {
    width: 83.3333333333%;
  }
  #fc .col-md-11 {
    width: 91.6666666667%;
  }
  #fc .col-md-12, #fc .fc-shipping-rates .fc-input-group--sidebar,
  #fc .fc-form-group--multiship-select {
    width: 100%;
  }
  #fc .col-md-pull-0 {
    right: auto;
  }
  #fc .col-md-pull-1 {
    right: 8.3333333333%;
  }
  #fc .col-md-pull-2 {
    right: 16.6666666667%;
  }
  #fc .col-md-pull-3 {
    right: 25%;
  }
  #fc .col-md-pull-4 {
    right: 33.3333333333%;
  }
  #fc .col-md-pull-5 {
    right: 41.6666666667%;
  }
  #fc .col-md-pull-6 {
    right: 50%;
  }
  #fc .col-md-pull-7 {
    right: 58.3333333333%;
  }
  #fc .col-md-pull-8 {
    right: 66.6666666667%;
  }
  #fc .col-md-pull-9 {
    right: 75%;
  }
  #fc .col-md-pull-10 {
    right: 83.3333333333%;
  }
  #fc .col-md-pull-11 {
    right: 91.6666666667%;
  }
  #fc .col-md-pull-12 {
    right: 100%;
  }
  #fc .col-md-push-0 {
    left: auto;
  }
  #fc .col-md-push-1 {
    left: 8.3333333333%;
  }
  #fc .col-md-push-2 {
    left: 16.6666666667%;
  }
  #fc .col-md-push-3 {
    left: 25%;
  }
  #fc .col-md-push-4 {
    left: 33.3333333333%;
  }
  #fc .col-md-push-5 {
    left: 41.6666666667%;
  }
  #fc .col-md-push-6 {
    left: 50%;
  }
  #fc .col-md-push-7 {
    left: 58.3333333333%;
  }
  #fc .col-md-push-8 {
    left: 66.6666666667%;
  }
  #fc .col-md-push-9 {
    left: 75%;
  }
  #fc .col-md-push-10 {
    left: 83.3333333333%;
  }
  #fc .col-md-push-11 {
    left: 91.6666666667%;
  }
  #fc .col-md-push-12 {
    left: 100%;
  }
  #fc .col-md-offset-0 {
    margin-left: 0%;
  }
  #fc .col-md-offset-1, #fc .fc-shipping-rates .fc-input-group--full-page,
  #fc .fc-shipping-results__header,
  #fc .fc_checkout__shipping-results__help-text {
    margin-left: 8.3333333333%;
  }
  #fc .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  #fc .col-md-offset-3, #fc .fc-container__grid--checkout-submit,
  #fc .fc-container__grid--checkout-subscription-cancel,
  #fc .fc-container__grid--checkout-submit-helper-text,
  #fc .fc-container__grid--checkout-subscription-cancel-helper-text, #fc .fc-container__grid--payment-method,
  #fc .fc-checkout__additional-field--tos,
  #fc .fc-checkout__additional-field--secure-transfer,
  #fc .fc-checkout__additional-field--subscribe,
  #fc .fc-checkout__additional-field--save-account,
  #fc .fc-container__grid--recaptcha {
    margin-left: 25%;
  }
  #fc .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  #fc .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  #fc .col-md-offset-6 {
    margin-left: 50%;
  }
  #fc .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  #fc .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  #fc .col-md-offset-9 {
    margin-left: 75%;
  }
  #fc .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  #fc .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  #fc .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  #fc .col-lg-1, #fc .col-lg-2, #fc .col-lg-3, #fc .col-lg-4, #fc .col-lg-5, #fc .col-lg-6, #fc .col-lg-7, #fc .col-lg-8, #fc .col-lg-9, #fc .col-lg-10, #fc .col-lg-11, #fc .col-lg-12 {
    float: left;
  }
  #fc .col-lg-1 {
    width: 8.3333333333%;
  }
  #fc .col-lg-2 {
    width: 16.6666666667%;
  }
  #fc .col-lg-3 {
    width: 25%;
  }
  #fc .col-lg-4 {
    width: 33.3333333333%;
  }
  #fc .col-lg-5 {
    width: 41.6666666667%;
  }
  #fc .col-lg-6 {
    width: 50%;
  }
  #fc .col-lg-7 {
    width: 58.3333333333%;
  }
  #fc .col-lg-8 {
    width: 66.6666666667%;
  }
  #fc .col-lg-9 {
    width: 75%;
  }
  #fc .col-lg-10 {
    width: 83.3333333333%;
  }
  #fc .col-lg-11 {
    width: 91.6666666667%;
  }
  #fc .col-lg-12 {
    width: 100%;
  }
  #fc .col-lg-pull-0 {
    right: auto;
  }
  #fc .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  #fc .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  #fc .col-lg-pull-3 {
    right: 25%;
  }
  #fc .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  #fc .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  #fc .col-lg-pull-6 {
    right: 50%;
  }
  #fc .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  #fc .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  #fc .col-lg-pull-9 {
    right: 75%;
  }
  #fc .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  #fc .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  #fc .col-lg-pull-12 {
    right: 100%;
  }
  #fc .col-lg-push-0 {
    left: auto;
  }
  #fc .col-lg-push-1 {
    left: 8.3333333333%;
  }
  #fc .col-lg-push-2 {
    left: 16.6666666667%;
  }
  #fc .col-lg-push-3 {
    left: 25%;
  }
  #fc .col-lg-push-4 {
    left: 33.3333333333%;
  }
  #fc .col-lg-push-5 {
    left: 41.6666666667%;
  }
  #fc .col-lg-push-6 {
    left: 50%;
  }
  #fc .col-lg-push-7 {
    left: 58.3333333333%;
  }
  #fc .col-lg-push-8 {
    left: 66.6666666667%;
  }
  #fc .col-lg-push-9 {
    left: 75%;
  }
  #fc .col-lg-push-10 {
    left: 83.3333333333%;
  }
  #fc .col-lg-push-11 {
    left: 91.6666666667%;
  }
  #fc .col-lg-push-12 {
    left: 100%;
  }
  #fc .col-lg-offset-0 {
    margin-left: 0%;
  }
  #fc .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  #fc .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  #fc .col-lg-offset-3 {
    margin-left: 25%;
  }
  #fc .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  #fc .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  #fc .col-lg-offset-6 {
    margin-left: 50%;
  }
  #fc .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  #fc .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  #fc .col-lg-offset-9 {
    margin-left: 75%;
  }
  #fc .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  #fc .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  #fc .col-lg-offset-12 {
    margin-left: 100%;
  }
}
#fc fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#fc legend, #fc #fc-receipt-container #fc-cart--responsive .fc-cart__title__header {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#fc label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#fc input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fc input[type=radio],
#fc input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
#fc input[type=file] {
  display: block;
}
#fc input[type=range] {
  display: block;
  width: 100%;
}
#fc select[multiple],
#fc select[size] {
  height: auto;
}
#fc input[type=file]:focus,
#fc input[type=radio]:focus,
#fc input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#fc output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}
#fc .form-control, #fc .fc-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#fc .form-control:focus, #fc .fc-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#fc .form-control::-moz-placeholder, #fc .fc-form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#fc .form-control:-ms-input-placeholder, #fc .fc-form-control:-ms-input-placeholder {
  color: #999999;
}
#fc .form-control::-webkit-input-placeholder, #fc .fc-form-control::-webkit-input-placeholder {
  color: #999999;
}
#fc .form-control[disabled], #fc [disabled].fc-form-control, #fc .form-control[readonly], #fc [readonly].fc-form-control, fieldset[disabled] #fc .form-control, fieldset[disabled] #fc .fc-form-control {
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
#fc textarea.form-control, #fc textarea.fc-form-control {
  height: auto;
}
#fc input[type=search] {
  -webkit-appearance: none;
}
#fc input[type=date],
#fc input[type=time],
#fc input[type=datetime-local],
#fc input[type=month] {
  line-height: 34px;
  line-height: 1.428571429 \0 ;
}
#fc input[type=date].input-sm, #fc input[type=date].fc-cart__item__quantity__input, #fc .input-group-sm > input[type=date].form-control, #fc .input-group-sm > input[type=date].fc-form-control,
#fc .input-group-sm > input[type=date].input-group-addon,
#fc .input-group-sm > .input-group-btn > input[type=date].btn,
#fc .input-group-sm > .input-group-btn > input[type=date].fc-button-link,
#fc .input-group-sm > .input-group-btn > input[type=date].fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > input[type=date].fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > input[type=date].fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > input[type=date].btn,
#fc .input-group-sm > .fc-input-group__button > input[type=date].fc-button-link,
#fc .input-group-sm > .fc-input-group__button > input[type=date].fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > input[type=date].fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > input[type=date].fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > input[type=date].fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > input[type=date].fc-button--minor,
#fc .input-group-sm > .input-group-btn > input[type=date].fc-button,
#fc .input-group-sm > .fc-input-group__button > input[type=date].fc-button,
#fc input[type=time].input-sm,
#fc input[type=time].fc-cart__item__quantity__input,
#fc .input-group-sm > input[type=time].form-control,
#fc .input-group-sm > input[type=time].fc-form-control,
#fc .input-group-sm > input[type=time].input-group-addon,
#fc .input-group-sm > .input-group-btn > input[type=time].btn,
#fc .input-group-sm > .input-group-btn > input[type=time].fc-button-link,
#fc .input-group-sm > .input-group-btn > input[type=time].fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > input[type=time].fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > input[type=time].fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > input[type=time].btn,
#fc .input-group-sm > .fc-input-group__button > input[type=time].fc-button-link,
#fc .input-group-sm > .fc-input-group__button > input[type=time].fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > input[type=time].fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > input[type=time].fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > input[type=time].fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > input[type=time].fc-button--minor,
#fc .input-group-sm > .input-group-btn > input[type=time].fc-button,
#fc .input-group-sm > .fc-input-group__button > input[type=time].fc-button,
#fc input[type=datetime-local].input-sm,
#fc input[type=datetime-local].fc-cart__item__quantity__input,
#fc .input-group-sm > input[type=datetime-local].form-control,
#fc .input-group-sm > input[type=datetime-local].fc-form-control,
#fc .input-group-sm > input[type=datetime-local].input-group-addon,
#fc .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
#fc .input-group-sm > .input-group-btn > input[type=datetime-local].fc-button-link,
#fc .input-group-sm > .input-group-btn > input[type=datetime-local].fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > input[type=datetime-local].fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > input[type=datetime-local].fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > input[type=datetime-local].btn,
#fc .input-group-sm > .fc-input-group__button > input[type=datetime-local].fc-button-link,
#fc .input-group-sm > .fc-input-group__button > input[type=datetime-local].fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > input[type=datetime-local].fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > input[type=datetime-local].fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > input[type=datetime-local].fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > input[type=datetime-local].fc-button--minor,
#fc .input-group-sm > .input-group-btn > input[type=datetime-local].fc-button,
#fc .input-group-sm > .fc-input-group__button > input[type=datetime-local].fc-button,
#fc input[type=month].input-sm,
#fc input[type=month].fc-cart__item__quantity__input,
#fc .input-group-sm > input[type=month].form-control,
#fc .input-group-sm > input[type=month].fc-form-control,
#fc .input-group-sm > input[type=month].input-group-addon,
#fc .input-group-sm > .input-group-btn > input[type=month].btn,
#fc .input-group-sm > .input-group-btn > input[type=month].fc-button-link,
#fc .input-group-sm > .input-group-btn > input[type=month].fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > input[type=month].fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > input[type=month].fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > input[type=month].btn,
#fc .input-group-sm > .fc-input-group__button > input[type=month].fc-button-link,
#fc .input-group-sm > .fc-input-group__button > input[type=month].fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > input[type=month].fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > input[type=month].fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > input[type=month].fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > input[type=month].fc-button--minor,
#fc .input-group-sm > .input-group-btn > input[type=month].fc-button,
#fc .input-group-sm > .fc-input-group__button > input[type=month].fc-button {
  line-height: 30px;
}
#fc input[type=date].input-lg, #fc .input-group-lg > input[type=date].form-control, #fc .input-group-lg > input[type=date].fc-form-control,
#fc .input-group-lg > input[type=date].input-group-addon,
#fc .input-group-lg > .input-group-btn > input[type=date].btn,
#fc .input-group-lg > .input-group-btn > input[type=date].fc-button-link,
#fc .input-group-lg > .input-group-btn > input[type=date].fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > input[type=date].fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > input[type=date].fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > input[type=date].btn,
#fc .input-group-lg > .fc-input-group__button > input[type=date].fc-button-link,
#fc .input-group-lg > .fc-input-group__button > input[type=date].fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > input[type=date].fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > input[type=date].fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > input[type=date].fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > input[type=date].fc-button--minor,
#fc .input-group-lg > .input-group-btn > input[type=date].fc-button,
#fc .input-group-lg > .fc-input-group__button > input[type=date].fc-button,
#fc input[type=time].input-lg,
#fc .input-group-lg > input[type=time].form-control,
#fc .input-group-lg > input[type=time].fc-form-control,
#fc .input-group-lg > input[type=time].input-group-addon,
#fc .input-group-lg > .input-group-btn > input[type=time].btn,
#fc .input-group-lg > .input-group-btn > input[type=time].fc-button-link,
#fc .input-group-lg > .input-group-btn > input[type=time].fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > input[type=time].fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > input[type=time].fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > input[type=time].btn,
#fc .input-group-lg > .fc-input-group__button > input[type=time].fc-button-link,
#fc .input-group-lg > .fc-input-group__button > input[type=time].fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > input[type=time].fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > input[type=time].fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > input[type=time].fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > input[type=time].fc-button--minor,
#fc .input-group-lg > .input-group-btn > input[type=time].fc-button,
#fc .input-group-lg > .fc-input-group__button > input[type=time].fc-button,
#fc input[type=datetime-local].input-lg,
#fc .input-group-lg > input[type=datetime-local].form-control,
#fc .input-group-lg > input[type=datetime-local].fc-form-control,
#fc .input-group-lg > input[type=datetime-local].input-group-addon,
#fc .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
#fc .input-group-lg > .input-group-btn > input[type=datetime-local].fc-button-link,
#fc .input-group-lg > .input-group-btn > input[type=datetime-local].fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > input[type=datetime-local].fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > input[type=datetime-local].fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > input[type=datetime-local].btn,
#fc .input-group-lg > .fc-input-group__button > input[type=datetime-local].fc-button-link,
#fc .input-group-lg > .fc-input-group__button > input[type=datetime-local].fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > input[type=datetime-local].fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > input[type=datetime-local].fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > input[type=datetime-local].fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > input[type=datetime-local].fc-button--minor,
#fc .input-group-lg > .input-group-btn > input[type=datetime-local].fc-button,
#fc .input-group-lg > .fc-input-group__button > input[type=datetime-local].fc-button,
#fc input[type=month].input-lg,
#fc .input-group-lg > input[type=month].form-control,
#fc .input-group-lg > input[type=month].fc-form-control,
#fc .input-group-lg > input[type=month].input-group-addon,
#fc .input-group-lg > .input-group-btn > input[type=month].btn,
#fc .input-group-lg > .input-group-btn > input[type=month].fc-button-link,
#fc .input-group-lg > .input-group-btn > input[type=month].fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > input[type=month].fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > input[type=month].fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > input[type=month].btn,
#fc .input-group-lg > .fc-input-group__button > input[type=month].fc-button-link,
#fc .input-group-lg > .fc-input-group__button > input[type=month].fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > input[type=month].fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > input[type=month].fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > input[type=month].fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > input[type=month].fc-button--minor,
#fc .input-group-lg > .input-group-btn > input[type=month].fc-button,
#fc .input-group-lg > .fc-input-group__button > input[type=month].fc-button {
  line-height: 46px;
}
#fc .form-group, #fc .fc-form-group {
  margin-bottom: 15px;
}
#fc .radio, #fc .fc-input-group-container--radio,
#fc .checkbox,
#fc .fc-input-group-container--checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#fc .radio label, #fc .fc-input-group-container--radio label,
#fc .checkbox label,
#fc .fc-input-group-container--checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#fc .radio input[type=radio], #fc .fc-input-group-container--radio input[type=radio],
#fc .radio-inline input[type=radio],
#fc .checkbox input[type=checkbox],
#fc .fc-input-group-container--checkbox input[type=checkbox],
#fc .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
#fc .radio + .radio, #fc .fc-input-group-container--radio + .radio, #fc .radio + .fc-input-group-container--radio, #fc .fc-input-group-container--radio + .fc-input-group-container--radio,
#fc .checkbox + .checkbox,
#fc .fc-input-group-container--checkbox + .checkbox,
#fc .checkbox + .fc-input-group-container--checkbox,
#fc .fc-input-group-container--checkbox + .fc-input-group-container--checkbox {
  margin-top: -5px;
}
#fc .radio-inline,
#fc .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#fc .radio-inline + .radio-inline,
#fc .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#fc input[type=radio][disabled], fieldset[disabled] #fc input[type=radio],
#fc input[type=checkbox][disabled],
fieldset[disabled] #fc input[type=checkbox],
#fc .radio[disabled],
#fc [disabled].fc-input-group-container--radio,
fieldset[disabled] #fc .radio,
fieldset[disabled] #fc .fc-input-group-container--radio,
#fc .radio-inline[disabled],
fieldset[disabled] #fc .radio-inline,
#fc .checkbox[disabled],
#fc [disabled].fc-input-group-container--checkbox,
fieldset[disabled] #fc .checkbox,
fieldset[disabled] #fc .fc-input-group-container--checkbox,
#fc .checkbox-inline[disabled],
fieldset[disabled] #fc .checkbox-inline {
  cursor: not-allowed;
}
#fc .input-sm, #fc .fc-cart__item__quantity__input, #fc .input-group-sm > .form-control, #fc .input-group-sm > .fc-form-control,
#fc .input-group-sm > .input-group-addon,
#fc .input-group-sm > .input-group-btn > .btn,
#fc .input-group-sm > .input-group-btn > .fc-button-link,
#fc .input-group-sm > .input-group-btn > .fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > .fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > .fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > .btn,
#fc .input-group-sm > .fc-input-group__button > .fc-button-link,
#fc .input-group-sm > .fc-input-group__button > .fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > .fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > .fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > .fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > .fc-button--minor,
#fc .input-group-sm > .input-group-btn > .fc-button,
#fc .input-group-sm > .fc-input-group__button > .fc-button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#fc select.input-sm, #fc select.fc-cart__item__quantity__input, #fc .input-group-sm > select.form-control, #fc .input-group-sm > select.fc-form-control,
#fc .input-group-sm > select.input-group-addon,
#fc .input-group-sm > .input-group-btn > select.btn,
#fc .input-group-sm > .input-group-btn > select.fc-button-link,
#fc .input-group-sm > .input-group-btn > select.fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > select.fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > select.fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > select.btn,
#fc .input-group-sm > .fc-input-group__button > select.fc-button-link,
#fc .input-group-sm > .fc-input-group__button > select.fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > select.fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > select.fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > select.fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > select.fc-button--minor,
#fc .input-group-sm > .input-group-btn > select.fc-button,
#fc .input-group-sm > .fc-input-group__button > select.fc-button {
  height: 30px;
  line-height: 30px;
}
#fc textarea.input-sm, #fc textarea.fc-cart__item__quantity__input, #fc .input-group-sm > textarea.form-control, #fc .input-group-sm > textarea.fc-form-control,
#fc .input-group-sm > textarea.input-group-addon,
#fc .input-group-sm > .input-group-btn > textarea.btn,
#fc .input-group-sm > .input-group-btn > textarea.fc-button-link,
#fc .input-group-sm > .input-group-btn > textarea.fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > textarea.fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > textarea.fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > textarea.btn,
#fc .input-group-sm > .fc-input-group__button > textarea.fc-button-link,
#fc .input-group-sm > .fc-input-group__button > textarea.fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > textarea.fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > textarea.fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > textarea.fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > textarea.fc-button--minor,
#fc .input-group-sm > .input-group-btn > textarea.fc-button,
#fc .input-group-sm > .fc-input-group__button > textarea.fc-button,
#fc select[multiple].input-sm,
#fc select[multiple].fc-cart__item__quantity__input,
#fc .input-group-sm > select[multiple].form-control,
#fc .input-group-sm > select[multiple].fc-form-control,
#fc .input-group-sm > select[multiple].input-group-addon,
#fc .input-group-sm > .input-group-btn > select[multiple].btn,
#fc .input-group-sm > .input-group-btn > select[multiple].fc-button-link,
#fc .input-group-sm > .input-group-btn > select[multiple].fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > select[multiple].fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > select[multiple].fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > select[multiple].btn,
#fc .input-group-sm > .fc-input-group__button > select[multiple].fc-button-link,
#fc .input-group-sm > .fc-input-group__button > select[multiple].fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > select[multiple].fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > select[multiple].fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > select[multiple].fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > select[multiple].fc-button--minor,
#fc .input-group-sm > .input-group-btn > select[multiple].fc-button,
#fc .input-group-sm > .fc-input-group__button > select[multiple].fc-button {
  height: auto;
}
#fc .input-lg, #fc .input-group-lg > .form-control, #fc .input-group-lg > .fc-form-control,
#fc .input-group-lg > .input-group-addon,
#fc .input-group-lg > .input-group-btn > .btn,
#fc .input-group-lg > .input-group-btn > .fc-button-link,
#fc .input-group-lg > .input-group-btn > .fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > .fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > .fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > .btn,
#fc .input-group-lg > .fc-input-group__button > .fc-button-link,
#fc .input-group-lg > .fc-input-group__button > .fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > .fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > .fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > .fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > .fc-button--minor,
#fc .input-group-lg > .input-group-btn > .fc-button,
#fc .input-group-lg > .fc-input-group__button > .fc-button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#fc select.input-lg, #fc .input-group-lg > select.form-control, #fc .input-group-lg > select.fc-form-control,
#fc .input-group-lg > select.input-group-addon,
#fc .input-group-lg > .input-group-btn > select.btn,
#fc .input-group-lg > .input-group-btn > select.fc-button-link,
#fc .input-group-lg > .input-group-btn > select.fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > select.fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > select.fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > select.btn,
#fc .input-group-lg > .fc-input-group__button > select.fc-button-link,
#fc .input-group-lg > .fc-input-group__button > select.fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > select.fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > select.fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > select.fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > select.fc-button--minor,
#fc .input-group-lg > .input-group-btn > select.fc-button,
#fc .input-group-lg > .fc-input-group__button > select.fc-button {
  height: 46px;
  line-height: 46px;
}
#fc textarea.input-lg, #fc .input-group-lg > textarea.form-control, #fc .input-group-lg > textarea.fc-form-control,
#fc .input-group-lg > textarea.input-group-addon,
#fc .input-group-lg > .input-group-btn > textarea.btn,
#fc .input-group-lg > .input-group-btn > textarea.fc-button-link,
#fc .input-group-lg > .input-group-btn > textarea.fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > textarea.fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > textarea.fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > textarea.btn,
#fc .input-group-lg > .fc-input-group__button > textarea.fc-button-link,
#fc .input-group-lg > .fc-input-group__button > textarea.fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > textarea.fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > textarea.fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > textarea.fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > textarea.fc-button--minor,
#fc .input-group-lg > .input-group-btn > textarea.fc-button,
#fc .input-group-lg > .fc-input-group__button > textarea.fc-button,
#fc select[multiple].input-lg,
#fc .input-group-lg > select[multiple].form-control,
#fc .input-group-lg > select[multiple].fc-form-control,
#fc .input-group-lg > select[multiple].input-group-addon,
#fc .input-group-lg > .input-group-btn > select[multiple].btn,
#fc .input-group-lg > .input-group-btn > select[multiple].fc-button-link,
#fc .input-group-lg > .input-group-btn > select[multiple].fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > select[multiple].fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > select[multiple].fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > select[multiple].btn,
#fc .input-group-lg > .fc-input-group__button > select[multiple].fc-button-link,
#fc .input-group-lg > .fc-input-group__button > select[multiple].fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > select[multiple].fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > select[multiple].fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > select[multiple].fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > select[multiple].fc-button--minor,
#fc .input-group-lg > .input-group-btn > select[multiple].fc-button,
#fc .input-group-lg > .fc-input-group__button > select[multiple].fc-button {
  height: auto;
}
#fc .has-feedback {
  position: relative;
}
#fc .has-feedback .form-control, #fc .has-feedback .fc-form-control {
  padding-right: 42.5px;
}
#fc .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
#fc .input-lg + .form-control-feedback, #fc .input-group-lg > .form-control + .form-control-feedback, #fc .input-group-lg > .fc-form-control + .form-control-feedback,
#fc .input-group-lg > .input-group-addon + .form-control-feedback,
#fc .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
#fc .input-group-lg > .input-group-btn > .fc-button-link + .form-control-feedback,
#fc .input-group-lg > .input-group-btn > .fc-button--show-other-payment + .form-control-feedback,
#fc .input-group-lg > .input-group-btn > .fc-action--checkout--button + .form-control-feedback,
#fc .input-group-lg > .input-group-btn > .fc-sidecart-button + .form-control-feedback,
#fc .input-group-lg > .fc-input-group__button > .btn + .form-control-feedback,
#fc .input-group-lg > .fc-input-group__button > .fc-button-link + .form-control-feedback,
#fc .input-group-lg > .fc-input-group__button > .fc-button--show-other-payment + .form-control-feedback,
#fc .input-group-lg > .fc-input-group__button > .fc-action--checkout--button + .form-control-feedback,
#fc .input-group-lg > .fc-input-group__button > .fc-sidecart-button + .form-control-feedback,
#fc .input-group-lg > .input-group-btn > .fc-button--minor + .form-control-feedback,
#fc .input-group-lg > .fc-input-group__button > .fc-button--minor + .form-control-feedback,
#fc .input-group-lg > .input-group-btn > .fc-button + .form-control-feedback,
#fc .input-group-lg > .fc-input-group__button > .fc-button + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#fc .input-sm + .form-control-feedback, #fc .fc-cart__item__quantity__input + .form-control-feedback, #fc .input-group-sm > .form-control + .form-control-feedback, #fc .input-group-sm > .fc-form-control + .form-control-feedback,
#fc .input-group-sm > .input-group-addon + .form-control-feedback,
#fc .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
#fc .input-group-sm > .input-group-btn > .fc-button-link + .form-control-feedback,
#fc .input-group-sm > .input-group-btn > .fc-button--show-other-payment + .form-control-feedback,
#fc .input-group-sm > .input-group-btn > .fc-action--checkout--button + .form-control-feedback,
#fc .input-group-sm > .input-group-btn > .fc-sidecart-button + .form-control-feedback,
#fc .input-group-sm > .fc-input-group__button > .btn + .form-control-feedback,
#fc .input-group-sm > .fc-input-group__button > .fc-button-link + .form-control-feedback,
#fc .input-group-sm > .fc-input-group__button > .fc-button--show-other-payment + .form-control-feedback,
#fc .input-group-sm > .fc-input-group__button > .fc-action--checkout--button + .form-control-feedback,
#fc .input-group-sm > .fc-input-group__button > .fc-sidecart-button + .form-control-feedback,
#fc .input-group-sm > .input-group-btn > .fc-button--minor + .form-control-feedback,
#fc .input-group-sm > .fc-input-group__button > .fc-button--minor + .form-control-feedback,
#fc .input-group-sm > .input-group-btn > .fc-button + .form-control-feedback,
#fc .input-group-sm > .fc-input-group__button > .fc-button + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#fc .has-success .help-block, #fc .fc-alert-container--success .help-block,
#fc .has-success .control-label,
#fc .has-success .fc-form-label__pos-masked-number,
#fc .has-success .fc-form-label__pos-expiration,
#fc .has-success .fc-form-label__plastic-saved-expiration,
#fc .has-success .fc-form-label--cvv2-saved,
#fc .has-success .fc-form-label--new-cc-number,
#fc .fc-alert-container--success .control-label,
#fc .fc-alert-container--success .fc-form-label__pos-masked-number,
#fc .fc-alert-container--success .fc-form-label__pos-expiration,
#fc .fc-alert-container--success .fc-form-label__plastic-saved-expiration,
#fc .fc-alert-container--success .fc-form-label--cvv2-saved,
#fc .fc-alert-container--success .fc-form-label--new-cc-number,
#fc .has-success .radio,
#fc .fc-alert-container--success .radio,
#fc .has-success .fc-input-group-container--radio,
#fc .fc-alert-container--success .fc-input-group-container--radio,
#fc .has-success .checkbox,
#fc .fc-alert-container--success .checkbox,
#fc .has-success .fc-input-group-container--checkbox,
#fc .fc-alert-container--success .fc-input-group-container--checkbox,
#fc .has-success .radio-inline,
#fc .fc-alert-container--success .radio-inline,
#fc .has-success .checkbox-inline,
#fc .fc-alert-container--success .checkbox-inline {
  color: #3c763d;
}
#fc .has-success .form-control, #fc .fc-alert-container--success .form-control, #fc .has-success .fc-form-control, #fc .fc-alert-container--success .fc-form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#fc .has-success .form-control:focus, #fc .fc-alert-container--success .form-control:focus, #fc .has-success .fc-form-control:focus, #fc .fc-alert-container--success .fc-form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
#fc .has-success .input-group-addon, #fc .fc-alert-container--success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
#fc .has-success .form-control-feedback, #fc .fc-alert-container--success .form-control-feedback {
  color: #3c763d;
}
#fc .has-warning .help-block, #fc .fc-alert-container--warning .help-block,
#fc .has-warning .control-label,
#fc .has-warning .fc-form-label__pos-masked-number,
#fc .has-warning .fc-form-label__pos-expiration,
#fc .has-warning .fc-form-label__plastic-saved-expiration,
#fc .has-warning .fc-form-label--cvv2-saved,
#fc .has-warning .fc-form-label--new-cc-number,
#fc .fc-alert-container--warning .control-label,
#fc .fc-alert-container--warning .fc-form-label__pos-masked-number,
#fc .fc-alert-container--warning .fc-form-label__pos-expiration,
#fc .fc-alert-container--warning .fc-form-label__plastic-saved-expiration,
#fc .fc-alert-container--warning .fc-form-label--cvv2-saved,
#fc .fc-alert-container--warning .fc-form-label--new-cc-number,
#fc .has-warning .radio,
#fc .fc-alert-container--warning .radio,
#fc .has-warning .fc-input-group-container--radio,
#fc .fc-alert-container--warning .fc-input-group-container--radio,
#fc .has-warning .checkbox,
#fc .fc-alert-container--warning .checkbox,
#fc .has-warning .fc-input-group-container--checkbox,
#fc .fc-alert-container--warning .fc-input-group-container--checkbox,
#fc .has-warning .radio-inline,
#fc .fc-alert-container--warning .radio-inline,
#fc .has-warning .checkbox-inline,
#fc .fc-alert-container--warning .checkbox-inline {
  color: #8a6d3b;
}
#fc .has-warning .form-control, #fc .fc-alert-container--warning .form-control, #fc .has-warning .fc-form-control, #fc .fc-alert-container--warning .fc-form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#fc .has-warning .form-control:focus, #fc .fc-alert-container--warning .form-control:focus, #fc .has-warning .fc-form-control:focus, #fc .fc-alert-container--warning .fc-form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
#fc .has-warning .input-group-addon, #fc .fc-alert-container--warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
#fc .has-warning .form-control-feedback, #fc .fc-alert-container--warning .form-control-feedback {
  color: #8a6d3b;
}
#fc .has-error .help-block, #fc .fc-alert-container--error .help-block,
#fc .has-error .control-label,
#fc .has-error .fc-form-label__pos-masked-number,
#fc .has-error .fc-form-label__pos-expiration,
#fc .has-error .fc-form-label__plastic-saved-expiration,
#fc .has-error .fc-form-label--cvv2-saved,
#fc .has-error .fc-form-label--new-cc-number,
#fc .fc-alert-container--error .control-label,
#fc .fc-alert-container--error .fc-form-label__pos-masked-number,
#fc .fc-alert-container--error .fc-form-label__pos-expiration,
#fc .fc-alert-container--error .fc-form-label__plastic-saved-expiration,
#fc .fc-alert-container--error .fc-form-label--cvv2-saved,
#fc .fc-alert-container--error .fc-form-label--new-cc-number,
#fc .has-error .radio,
#fc .fc-alert-container--error .radio,
#fc .has-error .fc-input-group-container--radio,
#fc .fc-alert-container--error .fc-input-group-container--radio,
#fc .has-error .checkbox,
#fc .fc-alert-container--error .checkbox,
#fc .has-error .fc-input-group-container--checkbox,
#fc .fc-alert-container--error .fc-input-group-container--checkbox,
#fc .has-error .radio-inline,
#fc .fc-alert-container--error .radio-inline,
#fc .has-error .checkbox-inline,
#fc .fc-alert-container--error .checkbox-inline {
  color: #a94442;
}
#fc .has-error .form-control, #fc .fc-alert-container--error .form-control, #fc .has-error .fc-form-control, #fc .fc-alert-container--error .fc-form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#fc .has-error .form-control:focus, #fc .fc-alert-container--error .form-control:focus, #fc .has-error .fc-form-control:focus, #fc .fc-alert-container--error .fc-form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
#fc .has-error .input-group-addon, #fc .fc-alert-container--error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
#fc .has-error .form-control-feedback, #fc .fc-alert-container--error .form-control-feedback {
  color: #a94442;
}
#fc .has-feedback label.sr-only ~ .form-control-feedback, #fc .has-feedback .fc-container__grid--input--first-name label.fc-form-label ~ .form-control-feedback, #fc .fc-container__grid--input--first-name .has-feedback label.fc-form-label ~ .form-control-feedback,
#fc .has-feedback .fc-container__grid--input--last-name label.fc-form-label ~ .form-control-feedback,
#fc .fc-container__grid--input--last-name .has-feedback label.fc-form-label ~ .form-control-feedback,
#fc .has-feedback .fc-container__grid--input--phone label.fc-form-label ~ .form-control-feedback,
#fc .fc-container__grid--input--phone .has-feedback label.fc-form-label ~ .form-control-feedback,
#fc .has-feedback .fc-container__grid--input--company label.fc-form-label ~ .form-control-feedback,
#fc .fc-container__grid--input--company .has-feedback label.fc-form-label ~ .form-control-feedback,
#fc .has-feedback .fc-container__grid--input--tax-id label.fc-form-label ~ .form-control-feedback,
#fc .fc-container__grid--input--tax-id .has-feedback label.fc-form-label ~ .form-control-feedback,
#fc .has-feedback .fc-container__grid--input--address1 label.fc-form-label ~ .form-control-feedback,
#fc .fc-container__grid--input--address1 .has-feedback label.fc-form-label ~ .form-control-feedback,
#fc .has-feedback .fc-container__grid--label--address2 label.fc-form-label ~ .form-control-feedback,
#fc .fc-container__grid--label--address2 .has-feedback label.fc-form-label ~ .form-control-feedback, #fc .has-feedback label.fc-form-label--postal-code ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--city-options ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--city ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--region ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--customer-email ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--customer-password ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--new-cc-number ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--new-cc-exp-year ~ .form-control-feedback,
#fc .has-feedback label.fc-form-label--plastic-new__text ~ .form-control-feedback {
  top: 0;
}
#fc .form-control-static, #fc #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input], #fc .fc-container__static--pos-masked-number .fc-form-control--static,
#fc .fc-container__static--pos-expiration .fc-form-control--static, #fc .fc-container__static--plastic-saved-expiration .fc-form-control--static {
  margin-bottom: 0;
}
#fc .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}
@media (min-width: 768px) {
  #fc .form-inline .form-group, #fc .form-inline .fc-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #fc .form-inline .form-control, #fc .form-inline .fc-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #fc .form-inline .input-group, #fc .form-inline .fc-coupon-entry--input, #fc .form-inline .fc-input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #fc .form-inline .input-group .input-group-addon, #fc .form-inline .fc-coupon-entry--input .input-group-addon, #fc .form-inline .fc-input-group .input-group-addon,
  #fc .form-inline .input-group .input-group-btn,
  #fc .form-inline .fc-coupon-entry--input .input-group-btn,
  #fc .form-inline .fc-input-group .input-group-btn,
  #fc .form-inline .input-group .fc-input-group__button,
  #fc .form-inline .fc-coupon-entry--input .fc-input-group__button,
  #fc .form-inline .fc-input-group .fc-input-group__button,
  #fc .form-inline .input-group .form-control,
  #fc .form-inline .fc-coupon-entry--input .form-control,
  #fc .form-inline .input-group .fc-form-control,
  #fc .form-inline .fc-coupon-entry--input .fc-form-control,
  #fc .form-inline .fc-input-group .form-control,
  #fc .form-inline .fc-input-group .fc-form-control {
    width: auto;
  }
  #fc .form-inline .input-group > .form-control, #fc .form-inline .fc-coupon-entry--input > .form-control, #fc .form-inline .input-group > .fc-form-control, #fc .form-inline .fc-coupon-entry--input > .fc-form-control, #fc .form-inline .fc-input-group > .form-control, #fc .form-inline .fc-input-group > .fc-form-control {
    width: 100%;
  }
  #fc .form-inline .control-label, #fc .form-inline .fc-form-label__pos-masked-number,
  #fc .form-inline .fc-form-label__pos-expiration, #fc .form-inline .fc-form-label__plastic-saved-expiration,
  #fc .form-inline .fc-form-label--cvv2-saved, #fc .form-inline .fc-form-label--new-cc-number {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #fc .form-inline .radio, #fc .form-inline .fc-input-group-container--radio,
  #fc .form-inline .checkbox,
  #fc .form-inline .fc-input-group-container--checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #fc .form-inline .radio label, #fc .form-inline .fc-input-group-container--radio label,
  #fc .form-inline .checkbox label,
  #fc .form-inline .fc-input-group-container--checkbox label {
    padding-left: 0;
  }
  #fc .form-inline .radio input[type=radio], #fc .form-inline .fc-input-group-container--radio input[type=radio],
  #fc .form-inline .checkbox input[type=checkbox],
  #fc .form-inline .fc-input-group-container--checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  #fc .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#fc .form-horizontal .radio, #fc .fc-checkout__main__form .radio,
#fc .fc-address-entry .radio, #fc .form-horizontal .fc-input-group-container--radio, #fc .fc-checkout__main__form .fc-input-group-container--radio,
#fc .fc-address-entry .fc-input-group-container--radio,
#fc .form-horizontal .checkbox,
#fc .fc-checkout__main__form .checkbox,
#fc .fc-address-entry .checkbox,
#fc .form-horizontal .fc-input-group-container--checkbox,
#fc .fc-checkout__main__form .fc-input-group-container--checkbox,
#fc .fc-address-entry .fc-input-group-container--checkbox,
#fc .form-horizontal .radio-inline,
#fc .fc-checkout__main__form .radio-inline,
#fc .fc-address-entry .radio-inline,
#fc .form-horizontal .checkbox-inline,
#fc .fc-checkout__main__form .checkbox-inline,
#fc .fc-address-entry .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
#fc .form-horizontal .radio, #fc .fc-checkout__main__form .radio,
#fc .fc-address-entry .radio, #fc .form-horizontal .fc-input-group-container--radio, #fc .fc-checkout__main__form .fc-input-group-container--radio,
#fc .fc-address-entry .fc-input-group-container--radio,
#fc .form-horizontal .checkbox,
#fc .fc-checkout__main__form .checkbox,
#fc .fc-address-entry .checkbox,
#fc .form-horizontal .fc-input-group-container--checkbox,
#fc .fc-checkout__main__form .fc-input-group-container--checkbox,
#fc .fc-address-entry .fc-input-group-container--checkbox {
  min-height: 27px;
}
#fc .form-horizontal .form-group, #fc .fc-checkout__main__form .form-group,
#fc .fc-address-entry .form-group, #fc .form-horizontal .fc-form-group, #fc .fc-checkout__main__form .fc-form-group,
#fc .fc-address-entry .fc-form-group {
  margin-left: -15px;
  margin-right: -15px;
}
#fc .form-horizontal .form-group:before, #fc .fc-checkout__main__form .form-group:before,
#fc .fc-address-entry .form-group:before, #fc .form-horizontal .fc-form-group:before, #fc .fc-checkout__main__form .fc-form-group:before,
#fc .fc-address-entry .fc-form-group:before, #fc .form-horizontal .form-group:after, #fc .fc-checkout__main__form .form-group:after,
#fc .fc-address-entry .form-group:after, #fc .form-horizontal .fc-form-group:after, #fc .fc-checkout__main__form .fc-form-group:after,
#fc .fc-address-entry .fc-form-group:after {
  content: " ";
  display: table;
}
#fc .form-horizontal .form-group:after, #fc .fc-checkout__main__form .form-group:after,
#fc .fc-address-entry .form-group:after, #fc .form-horizontal .fc-form-group:after, #fc .fc-checkout__main__form .fc-form-group:after,
#fc .fc-address-entry .fc-form-group:after {
  clear: both;
}
#fc .form-horizontal .form-control-static, #fc .form-horizontal #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input], #fc #fc-receipt-container fieldset .fc-form-group .form-horizontal div[class*=fc-container__grid--static-input], #fc .form-horizontal .fc-container__static--pos-masked-number .fc-form-control--static, #fc .fc-container__static--pos-masked-number .form-horizontal .fc-form-control--static,
#fc .form-horizontal .fc-container__static--pos-expiration .fc-form-control--static,
#fc .fc-container__static--pos-expiration .form-horizontal .fc-form-control--static, #fc .form-horizontal .fc-container__static--plastic-saved-expiration .fc-form-control--static, #fc .fc-container__static--plastic-saved-expiration .form-horizontal .fc-form-control--static, #fc .fc-checkout__main__form .form-control-static, #fc .fc-checkout__main__form #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input], #fc #fc-receipt-container fieldset .fc-form-group .fc-checkout__main__form div[class*=fc-container__grid--static-input], #fc .fc-checkout__main__form .fc-container__static--pos-masked-number .fc-form-control--static, #fc .fc-container__static--pos-masked-number .fc-checkout__main__form .fc-form-control--static,
#fc .fc-checkout__main__form .fc-container__static--pos-expiration .fc-form-control--static,
#fc .fc-container__static--pos-expiration .fc-checkout__main__form .fc-form-control--static, #fc .fc-checkout__main__form .fc-container__static--plastic-saved-expiration .fc-form-control--static, #fc .fc-container__static--plastic-saved-expiration .fc-checkout__main__form .fc-form-control--static,
#fc .fc-address-entry .form-control-static,
#fc .fc-address-entry #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input],
#fc #fc-receipt-container fieldset .fc-form-group .fc-address-entry div[class*=fc-container__grid--static-input],
#fc .fc-address-entry .fc-container__static--pos-masked-number .fc-form-control--static,
#fc .fc-container__static--pos-masked-number .fc-address-entry .fc-form-control--static,
#fc .fc-address-entry .fc-container__static--pos-expiration .fc-form-control--static,
#fc .fc-container__static--pos-expiration .fc-address-entry .fc-form-control--static,
#fc .fc-address-entry .fc-container__static--plastic-saved-expiration .fc-form-control--static,
#fc .fc-container__static--plastic-saved-expiration .fc-address-entry .fc-form-control--static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  #fc .form-horizontal .control-label, #fc .form-horizontal .fc-form-label__pos-masked-number,
  #fc .form-horizontal .fc-form-label__pos-expiration, #fc .form-horizontal .fc-form-label__plastic-saved-expiration,
  #fc .form-horizontal .fc-form-label--cvv2-saved, #fc .fc-checkout__main__form .control-label, #fc .fc-checkout__main__form .fc-form-label__pos-masked-number,
  #fc .fc-checkout__main__form .fc-form-label__pos-expiration, #fc .fc-checkout__main__form .fc-form-label__plastic-saved-expiration,
  #fc .fc-checkout__main__form .fc-form-label--cvv2-saved,
  #fc .fc-address-entry .control-label,
  #fc .fc-address-entry .fc-form-label__pos-masked-number,
  #fc .fc-address-entry .fc-form-label__pos-expiration,
  #fc .fc-address-entry .fc-form-label__plastic-saved-expiration,
  #fc .fc-address-entry .fc-form-label--cvv2-saved, #fc .form-horizontal .fc-form-label--new-cc-number, #fc .fc-checkout__main__form .fc-form-label--new-cc-number,
  #fc .fc-address-entry .fc-form-label--new-cc-number {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
#fc .form-horizontal .has-feedback .form-control-feedback, #fc .fc-checkout__main__form .has-feedback .form-control-feedback,
#fc .fc-address-entry .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
#fc .btn, #fc .fc-button-link,
#fc .fc-button--show-other-payment, #fc .fc-action--checkout--button, #fc .fc-sidecart-button, #fc .fc-button--minor, #fc .fc-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#fc .btn:focus, #fc .fc-button-link:focus,
#fc .fc-button--show-other-payment:focus, #fc .fc-action--checkout--button:focus, #fc .fc-sidecart-button:focus, #fc .fc-button--minor:focus, #fc .fc-button:focus, #fc .btn:active:focus, #fc .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#fc .btn:hover, #fc .fc-button-link:hover,
#fc .fc-button--show-other-payment:hover, #fc .fc-action--checkout--button:hover, #fc .fc-sidecart-button:hover, #fc .fc-button--minor:hover, #fc .fc-button:hover, #fc .btn:focus, #fc .fc-button-link:focus,
#fc .fc-button--show-other-payment:focus, #fc .fc-action--checkout--button:focus, #fc .fc-sidecart-button:focus, #fc .fc-button--minor:focus, #fc .fc-button:focus {
  color: #333;
  text-decoration: none;
}
#fc .btn:active, #fc .fc-button-link:active,
#fc .fc-button--show-other-payment:active, #fc .fc-action--checkout--button:active, #fc .fc-sidecart-button:active, #fc .fc-button--minor:active, #fc .fc-button:active, #fc .btn.active, #fc .active.fc-button-link,
#fc .active.fc-button--show-other-payment, #fc .active.fc-action--checkout--button, #fc .active.fc-sidecart-button, #fc .active.fc-button--minor, #fc .active.fc-button {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#fc .btn.disabled, #fc .disabled.fc-button-link,
#fc .disabled.fc-button--show-other-payment, #fc .disabled.fc-action--checkout--button, #fc .disabled.fc-sidecart-button, #fc .disabled.fc-button--minor, #fc .disabled.fc-button, #fc .btn[disabled], #fc [disabled].fc-button-link,
#fc [disabled].fc-button--show-other-payment, #fc [disabled].fc-action--checkout--button, #fc [disabled].fc-sidecart-button, #fc [disabled].fc-button--minor, #fc [disabled].fc-button, fieldset[disabled] #fc .btn, fieldset[disabled] #fc .fc-button-link,
fieldset[disabled] #fc .fc-button--show-other-payment, fieldset[disabled] #fc .fc-action--checkout--button, fieldset[disabled] #fc .fc-sidecart-button, fieldset[disabled] #fc .fc-button--minor, fieldset[disabled] #fc .fc-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#fc .btn-default, #fc .fc-sidecart-button, #fc .fc-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#fc .btn-default:hover, #fc .fc-sidecart-button:hover, #fc .fc-button:hover, #fc .btn-default:focus, #fc .fc-sidecart-button:focus, #fc .fc-button:focus, #fc .btn-default:active, #fc .fc-sidecart-button:active, #fc .fc-button:active, #fc .btn-default.active, #fc .active.fc-sidecart-button, #fc .active.fc-button, .open > #fc .btn-default.dropdown-toggle, .open > #fc .dropdown-toggle.fc-sidecart-button, .open > #fc .dropdown-toggle.fc-button {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
#fc .btn-default:active, #fc .fc-sidecart-button:active, #fc .fc-button:active, #fc .btn-default.active, #fc .active.fc-sidecart-button, #fc .active.fc-button, .open > #fc .btn-default.dropdown-toggle, .open > #fc .dropdown-toggle.fc-sidecart-button, .open > #fc .dropdown-toggle.fc-button {
  background-image: none;
}
#fc .btn-default.disabled, #fc .disabled.fc-sidecart-button, #fc .disabled.fc-button, #fc .btn-default.disabled:hover, #fc .btn-default.disabled:focus, #fc .btn-default.disabled:active, #fc .btn-default.disabled.active, #fc .btn-default[disabled], #fc [disabled].fc-sidecart-button, #fc [disabled].fc-button, #fc .btn-default[disabled]:hover, #fc .btn-default[disabled]:focus, #fc .btn-default[disabled]:active, #fc .btn-default[disabled].active, fieldset[disabled] #fc .btn-default, fieldset[disabled] #fc .fc-sidecart-button, fieldset[disabled] #fc .fc-button, fieldset[disabled] #fc .btn-default:hover, fieldset[disabled] #fc .btn-default:focus, fieldset[disabled] #fc .btn-default:active, fieldset[disabled] #fc .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
#fc .btn-default .badge, #fc .fc-sidecart-button .badge, #fc .fc-button .badge {
  color: #fff;
  background-color: #333;
}
#fc .btn-primary, #fc .fc-action--checkout--button {
  color: #fff;
  background-color: #428bca;
  border-color: rgb(53.1095041322, 126.2603305785, 189.3904958678);
}
#fc .btn-primary:hover, #fc .fc-action--checkout--button:hover, #fc .btn-primary:focus, #fc .fc-action--checkout--button:focus, #fc .btn-primary:active, #fc .fc-action--checkout--button:active, #fc .btn-primary.active, #fc .active.fc-action--checkout--button, .open > #fc .btn-primary.dropdown-toggle, .open > #fc .dropdown-toggle.fc-action--checkout--button {
  color: #fff;
  background-color: rgb(47.5247933884, 112.9834710744, 169.4752066116);
  border-color: rgb(39.7061983471, 94.3958677686, 141.5938016529);
}
#fc .btn-primary:active, #fc .fc-action--checkout--button:active, #fc .btn-primary.active, #fc .active.fc-action--checkout--button, .open > #fc .btn-primary.dropdown-toggle, .open > #fc .dropdown-toggle.fc-action--checkout--button {
  background-image: none;
}
#fc .btn-primary.disabled, #fc .disabled.fc-action--checkout--button, #fc .btn-primary.disabled:hover, #fc .btn-primary.disabled:focus, #fc .btn-primary.disabled:active, #fc .btn-primary.disabled.active, #fc .btn-primary[disabled], #fc [disabled].fc-action--checkout--button, #fc .btn-primary[disabled]:hover, #fc .btn-primary[disabled]:focus, #fc .btn-primary[disabled]:active, #fc .btn-primary[disabled].active, fieldset[disabled] #fc .btn-primary, fieldset[disabled] #fc .fc-action--checkout--button, fieldset[disabled] #fc .btn-primary:hover, fieldset[disabled] #fc .btn-primary:focus, fieldset[disabled] #fc .btn-primary:active, fieldset[disabled] #fc .btn-primary.active {
  background-color: #428bca;
  border-color: rgb(53.1095041322, 126.2603305785, 189.3904958678);
}
#fc .btn-primary .badge, #fc .fc-action--checkout--button .badge {
  color: #428bca;
  background-color: #fff;
}
#fc .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
#fc .btn-success:hover, #fc .btn-success:focus, #fc .btn-success:active, #fc .btn-success.active, .open > #fc .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
#fc .btn-success:active, #fc .btn-success.active, .open > #fc .btn-success.dropdown-toggle {
  background-image: none;
}
#fc .btn-success.disabled, #fc .btn-success.disabled:hover, #fc .btn-success.disabled:focus, #fc .btn-success.disabled:active, #fc .btn-success.disabled.active, #fc .btn-success[disabled], #fc .btn-success[disabled]:hover, #fc .btn-success[disabled]:focus, #fc .btn-success[disabled]:active, #fc .btn-success[disabled].active, fieldset[disabled] #fc .btn-success, fieldset[disabled] #fc .btn-success:hover, fieldset[disabled] #fc .btn-success:focus, fieldset[disabled] #fc .btn-success:active, fieldset[disabled] #fc .btn-success.active {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
#fc .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
#fc .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
#fc .btn-info:hover, #fc .btn-info:focus, #fc .btn-info:active, #fc .btn-info.active, .open > #fc .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
#fc .btn-info:active, #fc .btn-info.active, .open > #fc .btn-info.dropdown-toggle {
  background-image: none;
}
#fc .btn-info.disabled, #fc .btn-info.disabled:hover, #fc .btn-info.disabled:focus, #fc .btn-info.disabled:active, #fc .btn-info.disabled.active, #fc .btn-info[disabled], #fc .btn-info[disabled]:hover, #fc .btn-info[disabled]:focus, #fc .btn-info[disabled]:active, #fc .btn-info[disabled].active, fieldset[disabled] #fc .btn-info, fieldset[disabled] #fc .btn-info:hover, fieldset[disabled] #fc .btn-info:focus, fieldset[disabled] #fc .btn-info:active, fieldset[disabled] #fc .btn-info.active {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
#fc .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
#fc .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
#fc .btn-warning:hover, #fc .btn-warning:focus, #fc .btn-warning:active, #fc .btn-warning.active, .open > #fc .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
#fc .btn-warning:active, #fc .btn-warning.active, .open > #fc .btn-warning.dropdown-toggle {
  background-image: none;
}
#fc .btn-warning.disabled, #fc .btn-warning.disabled:hover, #fc .btn-warning.disabled:focus, #fc .btn-warning.disabled:active, #fc .btn-warning.disabled.active, #fc .btn-warning[disabled], #fc .btn-warning[disabled]:hover, #fc .btn-warning[disabled]:focus, #fc .btn-warning[disabled]:active, #fc .btn-warning[disabled].active, fieldset[disabled] #fc .btn-warning, fieldset[disabled] #fc .btn-warning:hover, fieldset[disabled] #fc .btn-warning:focus, fieldset[disabled] #fc .btn-warning:active, fieldset[disabled] #fc .btn-warning.active {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
#fc .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
#fc .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
#fc .btn-danger:hover, #fc .btn-danger:focus, #fc .btn-danger:active, #fc .btn-danger.active, .open > #fc .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
#fc .btn-danger:active, #fc .btn-danger.active, .open > #fc .btn-danger.dropdown-toggle {
  background-image: none;
}
#fc .btn-danger.disabled, #fc .btn-danger.disabled:hover, #fc .btn-danger.disabled:focus, #fc .btn-danger.disabled:active, #fc .btn-danger.disabled.active, #fc .btn-danger[disabled], #fc .btn-danger[disabled]:hover, #fc .btn-danger[disabled]:focus, #fc .btn-danger[disabled]:active, #fc .btn-danger[disabled].active, fieldset[disabled] #fc .btn-danger, fieldset[disabled] #fc .btn-danger:hover, fieldset[disabled] #fc .btn-danger:focus, fieldset[disabled] #fc .btn-danger:active, fieldset[disabled] #fc .btn-danger.active {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
#fc .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
#fc .btn-link, #fc .fc-button-link,
#fc .fc-button--show-other-payment, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
#fc .btn-link, #fc .fc-button-link,
#fc .fc-button--show-other-payment, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle, #fc .btn-link:active, #fc .btn-link[disabled], fieldset[disabled] #fc .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#fc .btn-link, #fc .fc-button-link,
#fc .fc-button--show-other-payment, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle, #fc .btn-link:hover, #fc .btn-link:focus, #fc .btn-link:active {
  border-color: transparent;
}
#fc .btn-link:hover, #fc .fc-button-link:hover,
#fc .fc-button--show-other-payment:hover, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle:hover, #fc .btn-link:focus, #fc .fc-button-link:focus,
#fc .fc-button--show-other-payment:focus, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle:focus {
  color: rgb(41.9400826446, 99.7066115702, 149.5599173554);
  text-decoration: underline;
  background-color: transparent;
}
#fc .btn-link[disabled]:hover, #fc [disabled].fc-button-link:hover,
#fc [disabled].fc-button--show-other-payment:hover, #fc .fc-transaction--future__summary--toggle [disabled].fc-transaction__ui__toggle:hover, #fc .btn-link[disabled]:focus, #fc [disabled].fc-button-link:focus,
#fc [disabled].fc-button--show-other-payment:focus, #fc .fc-transaction--future__summary--toggle [disabled].fc-transaction__ui__toggle:focus, fieldset[disabled] #fc .btn-link:hover, fieldset[disabled] #fc .fc-button-link:hover,
fieldset[disabled] #fc .fc-button--show-other-payment:hover, fieldset[disabled] #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle:hover, fieldset[disabled] #fc .btn-link:focus, fieldset[disabled] #fc .fc-button-link:focus,
fieldset[disabled] #fc .fc-button--show-other-payment:focus, fieldset[disabled] #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle:focus {
  color: #999999;
  text-decoration: none;
}
#fc .btn-lg, #fc .btn-group-lg > .btn, #fc .btn-group-lg > .fc-button-link,
#fc .btn-group-lg > .fc-button--show-other-payment, #fc .btn-group-lg > .fc-action--checkout--button, #fc .btn-group-lg > .fc-sidecart-button, #fc .btn-group-lg > .fc-button--minor, #fc .btn-group-lg > .fc-button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#fc .btn-sm, #fc #fc-receipt__section--receipt_messaging_and_actions .fc-button, #fc .fc-modal .fc-modal--inner button, #fc .fc-button--cancel,
#fc #AmazonLogoutButton, #fc .btn-group-sm > .btn, #fc .btn-group-sm > .fc-button-link,
#fc .btn-group-sm > .fc-button--show-other-payment, #fc .btn-group-sm > .fc-action--checkout--button, #fc .btn-group-sm > .fc-sidecart-button, #fc .btn-group-sm > .fc-button--minor, #fc .btn-group-sm > .fc-button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#fc .btn-xs, #fc .fc-transaction__ui__toggle,
#fc .fc-transaction__ui__button, #fc .fc-button--minor, #fc .btn-group-xs > .btn, #fc .btn-group-xs > .fc-button-link,
#fc .btn-group-xs > .fc-button--show-other-payment, #fc .btn-group-xs > .fc-action--checkout--button, #fc .btn-group-xs > .fc-sidecart-button, #fc .btn-group-xs > .fc-button--minor, #fc .btn-group-xs > .fc-button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#fc .btn-block, #fc .fc-button--submit,
#fc .fc-button--subscription-cancel, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle, #fc .fc-sidecart-button {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#fc .btn-block + .btn-block, #fc .fc-button--submit + .btn-block,
#fc .fc-button--subscription-cancel + .btn-block, #fc .btn-block + .fc-button--submit, #fc .fc-button--submit + .fc-button--submit,
#fc .fc-button--subscription-cancel + .fc-button--submit,
#fc .btn-block + .fc-button--subscription-cancel,
#fc .fc-button--submit + .fc-button--subscription-cancel,
#fc .fc-button--subscription-cancel + .fc-button--subscription-cancel, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle + .btn-block, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle + .fc-button--submit,
#fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle + .fc-button--subscription-cancel, #fc .fc-transaction--future__summary--toggle .btn-block + .fc-transaction__ui__toggle, #fc .fc-transaction--future__summary--toggle .fc-button--submit + .fc-transaction__ui__toggle,
#fc .fc-transaction--future__summary--toggle .fc-button--subscription-cancel + .fc-transaction__ui__toggle, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle + .fc-transaction__ui__toggle, #fc .fc-sidecart-button + .btn-block, #fc .fc-sidecart-button + .fc-button--submit,
#fc .fc-sidecart-button + .fc-button--subscription-cancel, #fc .fc-transaction--future__summary--toggle .fc-sidecart-button + .fc-transaction__ui__toggle, #fc .btn-block + .fc-sidecart-button, #fc .fc-button--submit + .fc-sidecart-button,
#fc .fc-button--subscription-cancel + .fc-sidecart-button, #fc .fc-transaction--future__summary--toggle .fc-transaction__ui__toggle + .fc-sidecart-button, #fc .fc-sidecart-button + .fc-sidecart-button {
  margin-top: 5px;
}
#fc input[type=submit].btn-block, #fc input[type=submit].fc-button--submit,
#fc input[type=submit].fc-button--subscription-cancel, #fc .fc-transaction--future__summary--toggle input[type=submit].fc-transaction__ui__toggle, #fc input[type=submit].fc-sidecart-button,
#fc input[type=reset].btn-block,
#fc input[type=reset].fc-button--submit,
#fc input[type=reset].fc-button--subscription-cancel,
#fc .fc-transaction--future__summary--toggle input[type=reset].fc-transaction__ui__toggle,
#fc input[type=reset].fc-sidecart-button,
#fc input[type=button].btn-block,
#fc input[type=button].fc-button--submit,
#fc input[type=button].fc-button--subscription-cancel,
#fc .fc-transaction--future__summary--toggle input[type=button].fc-transaction__ui__toggle,
#fc input[type=button].fc-sidecart-button {
  width: 100%;
}
#fc .btn-group,
#fc .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#fc .btn-group > .btn, #fc .btn-group > .fc-button-link,
#fc .btn-group > .fc-button--show-other-payment, #fc .btn-group > .fc-action--checkout--button, #fc .btn-group > .fc-sidecart-button, #fc .btn-group > .fc-button--minor, #fc .btn-group > .fc-button,
#fc .btn-group-vertical > .btn,
#fc .btn-group-vertical > .fc-button-link,
#fc .btn-group-vertical > .fc-button--show-other-payment,
#fc .btn-group-vertical > .fc-action--checkout--button,
#fc .btn-group-vertical > .fc-sidecart-button,
#fc .btn-group-vertical > .fc-button--minor,
#fc .btn-group-vertical > .fc-button {
  position: relative;
  float: left;
}
#fc .btn-group > .btn:hover, #fc .btn-group > .fc-button-link:hover,
#fc .btn-group > .fc-button--show-other-payment:hover, #fc .btn-group > .fc-action--checkout--button:hover, #fc .btn-group > .fc-sidecart-button:hover, #fc .btn-group > .fc-button--minor:hover, #fc .btn-group > .fc-button:hover, #fc .btn-group > .btn:focus, #fc .btn-group > .fc-button-link:focus,
#fc .btn-group > .fc-button--show-other-payment:focus, #fc .btn-group > .fc-action--checkout--button:focus, #fc .btn-group > .fc-sidecart-button:focus, #fc .btn-group > .fc-button--minor:focus, #fc .btn-group > .fc-button:focus, #fc .btn-group > .btn:active, #fc .btn-group > .fc-button-link:active,
#fc .btn-group > .fc-button--show-other-payment:active, #fc .btn-group > .fc-action--checkout--button:active, #fc .btn-group > .fc-sidecart-button:active, #fc .btn-group > .fc-button--minor:active, #fc .btn-group > .fc-button:active, #fc .btn-group > .btn.active, #fc .btn-group > .active.fc-button-link,
#fc .btn-group > .active.fc-button--show-other-payment, #fc .btn-group > .active.fc-action--checkout--button, #fc .btn-group > .active.fc-sidecart-button, #fc .btn-group > .active.fc-button--minor, #fc .btn-group > .active.fc-button,
#fc .btn-group-vertical > .btn:hover,
#fc .btn-group-vertical > .fc-button-link:hover,
#fc .btn-group-vertical > .fc-button--show-other-payment:hover,
#fc .btn-group-vertical > .fc-action--checkout--button:hover,
#fc .btn-group-vertical > .fc-sidecart-button:hover,
#fc .btn-group-vertical > .fc-button--minor:hover,
#fc .btn-group-vertical > .fc-button:hover,
#fc .btn-group-vertical > .btn:focus,
#fc .btn-group-vertical > .fc-button-link:focus,
#fc .btn-group-vertical > .fc-button--show-other-payment:focus,
#fc .btn-group-vertical > .fc-action--checkout--button:focus,
#fc .btn-group-vertical > .fc-sidecart-button:focus,
#fc .btn-group-vertical > .fc-button--minor:focus,
#fc .btn-group-vertical > .fc-button:focus,
#fc .btn-group-vertical > .btn:active,
#fc .btn-group-vertical > .fc-button-link:active,
#fc .btn-group-vertical > .fc-button--show-other-payment:active,
#fc .btn-group-vertical > .fc-action--checkout--button:active,
#fc .btn-group-vertical > .fc-sidecart-button:active,
#fc .btn-group-vertical > .fc-button--minor:active,
#fc .btn-group-vertical > .fc-button:active,
#fc .btn-group-vertical > .btn.active,
#fc .btn-group-vertical > .active.fc-button-link,
#fc .btn-group-vertical > .active.fc-button--show-other-payment,
#fc .btn-group-vertical > .active.fc-action--checkout--button,
#fc .btn-group-vertical > .active.fc-sidecart-button,
#fc .btn-group-vertical > .active.fc-button--minor,
#fc .btn-group-vertical > .active.fc-button {
  z-index: 2;
}
#fc .btn-group > .btn:focus, #fc .btn-group > .fc-button-link:focus,
#fc .btn-group > .fc-button--show-other-payment:focus, #fc .btn-group > .fc-action--checkout--button:focus, #fc .btn-group > .fc-sidecart-button:focus, #fc .btn-group > .fc-button--minor:focus, #fc .btn-group > .fc-button:focus,
#fc .btn-group-vertical > .btn:focus,
#fc .btn-group-vertical > .fc-button-link:focus,
#fc .btn-group-vertical > .fc-button--show-other-payment:focus,
#fc .btn-group-vertical > .fc-action--checkout--button:focus,
#fc .btn-group-vertical > .fc-sidecart-button:focus,
#fc .btn-group-vertical > .fc-button--minor:focus,
#fc .btn-group-vertical > .fc-button:focus {
  outline: 0;
}
#fc .btn-group .btn + .btn, #fc .btn-group .fc-button-link + .btn,
#fc .btn-group .fc-button--show-other-payment + .btn, #fc .btn-group .btn + .fc-button-link, #fc .btn-group .fc-button-link + .fc-button-link,
#fc .btn-group .fc-button--show-other-payment + .fc-button-link,
#fc .btn-group .btn + .fc-button--show-other-payment,
#fc .btn-group .fc-button-link + .fc-button--show-other-payment,
#fc .btn-group .fc-button--show-other-payment + .fc-button--show-other-payment, #fc .btn-group .fc-action--checkout--button + .btn, #fc .btn-group .fc-action--checkout--button + .fc-button-link,
#fc .btn-group .fc-action--checkout--button + .fc-button--show-other-payment, #fc .btn-group .btn + .fc-action--checkout--button, #fc .btn-group .fc-button-link + .fc-action--checkout--button,
#fc .btn-group .fc-button--show-other-payment + .fc-action--checkout--button, #fc .btn-group .fc-action--checkout--button + .fc-action--checkout--button, #fc .btn-group .fc-sidecart-button + .btn, #fc .btn-group .fc-sidecart-button + .fc-button-link,
#fc .btn-group .fc-sidecart-button + .fc-button--show-other-payment, #fc .btn-group .fc-sidecart-button + .fc-action--checkout--button, #fc .btn-group .btn + .fc-sidecart-button, #fc .btn-group .fc-button-link + .fc-sidecart-button,
#fc .btn-group .fc-button--show-other-payment + .fc-sidecart-button, #fc .btn-group .fc-action--checkout--button + .fc-sidecart-button, #fc .btn-group .fc-sidecart-button + .fc-sidecart-button, #fc .btn-group .fc-button--minor + .btn, #fc .btn-group .fc-button--minor + .fc-button-link,
#fc .btn-group .fc-button--minor + .fc-button--show-other-payment, #fc .btn-group .fc-button--minor + .fc-action--checkout--button, #fc .btn-group .fc-button--minor + .fc-sidecart-button, #fc .btn-group .btn + .fc-button--minor, #fc .btn-group .fc-button-link + .fc-button--minor,
#fc .btn-group .fc-button--show-other-payment + .fc-button--minor, #fc .btn-group .fc-action--checkout--button + .fc-button--minor, #fc .btn-group .fc-sidecart-button + .fc-button--minor, #fc .btn-group .fc-button--minor + .fc-button--minor, #fc .btn-group .fc-button + .btn, #fc .btn-group .fc-button + .fc-button-link,
#fc .btn-group .fc-button + .fc-button--show-other-payment, #fc .btn-group .fc-button + .fc-action--checkout--button, #fc .btn-group .fc-button + .fc-sidecart-button, #fc .btn-group .fc-button + .fc-button--minor, #fc .btn-group .btn + .fc-button, #fc .btn-group .fc-button-link + .fc-button,
#fc .btn-group .fc-button--show-other-payment + .fc-button, #fc .btn-group .fc-action--checkout--button + .fc-button, #fc .btn-group .fc-sidecart-button + .fc-button, #fc .btn-group .fc-button--minor + .fc-button, #fc .btn-group .fc-button + .fc-button,
#fc .btn-group .btn + .btn-group,
#fc .btn-group .fc-button-link + .btn-group,
#fc .btn-group .fc-button--show-other-payment + .btn-group,
#fc .btn-group .fc-action--checkout--button + .btn-group,
#fc .btn-group .fc-sidecart-button + .btn-group,
#fc .btn-group .fc-button--minor + .btn-group,
#fc .btn-group .fc-button + .btn-group,
#fc .btn-group .btn-group + .btn,
#fc .btn-group .btn-group + .fc-button-link,
#fc .btn-group .btn-group + .fc-button--show-other-payment,
#fc .btn-group .btn-group + .fc-action--checkout--button,
#fc .btn-group .btn-group + .fc-sidecart-button,
#fc .btn-group .btn-group + .fc-button--minor,
#fc .btn-group .btn-group + .fc-button,
#fc .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#fc .btn-toolbar {
  margin-left: -5px;
}
#fc .btn-toolbar:before, #fc .btn-toolbar:after {
  content: " ";
  display: table;
}
#fc .btn-toolbar:after {
  clear: both;
}
#fc .btn-toolbar .btn-group,
#fc .btn-toolbar .input-group,
#fc .btn-toolbar .fc-coupon-entry--input,
#fc .btn-toolbar .fc-input-group {
  float: left;
}
#fc .btn-toolbar > .btn, #fc .btn-toolbar > .fc-button-link,
#fc .btn-toolbar > .fc-button--show-other-payment, #fc .btn-toolbar > .fc-action--checkout--button, #fc .btn-toolbar > .fc-sidecart-button, #fc .btn-toolbar > .fc-button--minor, #fc .btn-toolbar > .fc-button,
#fc .btn-toolbar > .btn-group,
#fc .btn-toolbar > .input-group,
#fc .btn-toolbar > .fc-coupon-entry--input,
#fc .btn-toolbar > .fc-input-group {
  margin-left: 5px;
}
#fc .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-button-link:not(:first-child):not(:last-child):not(.dropdown-toggle),
#fc .btn-group > .fc-button--show-other-payment:not(:first-child):not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-action--checkout--button:not(:first-child):not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-sidecart-button:not(:first-child):not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-button--minor:not(:first-child):not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
#fc .btn-group > .btn:first-child, #fc .btn-group > .fc-button-link:first-child,
#fc .btn-group > .fc-button--show-other-payment:first-child, #fc .btn-group > .fc-action--checkout--button:first-child, #fc .btn-group > .fc-sidecart-button:first-child, #fc .btn-group > .fc-button--minor:first-child, #fc .btn-group > .fc-button:first-child {
  margin-left: 0;
}
#fc .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-button-link:first-child:not(:last-child):not(.dropdown-toggle),
#fc .btn-group > .fc-button--show-other-payment:first-child:not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-action--checkout--button:first-child:not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-sidecart-button:first-child:not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-button--minor:first-child:not(:last-child):not(.dropdown-toggle), #fc .btn-group > .fc-button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#fc .btn-group > .btn:last-child:not(:first-child), #fc .btn-group > .fc-button-link:last-child:not(:first-child),
#fc .btn-group > .fc-button--show-other-payment:last-child:not(:first-child), #fc .btn-group > .fc-action--checkout--button:last-child:not(:first-child), #fc .btn-group > .fc-sidecart-button:last-child:not(:first-child), #fc .btn-group > .fc-button--minor:last-child:not(:first-child), #fc .btn-group > .fc-button:last-child:not(:first-child),
#fc .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#fc .btn-group > .btn-group {
  float: left;
}
#fc .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, #fc .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-button-link,
#fc .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-button--show-other-payment, #fc .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-action--checkout--button, #fc .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-sidecart-button, #fc .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-button--minor, #fc .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-button {
  border-radius: 0;
}
#fc .btn-group > .btn-group:first-child > .btn:last-child, #fc .btn-group > .btn-group:first-child > .fc-button-link:last-child,
#fc .btn-group > .btn-group:first-child > .fc-button--show-other-payment:last-child, #fc .btn-group > .btn-group:first-child > .fc-action--checkout--button:last-child, #fc .btn-group > .btn-group:first-child > .fc-sidecart-button:last-child, #fc .btn-group > .btn-group:first-child > .fc-button--minor:last-child, #fc .btn-group > .btn-group:first-child > .fc-button:last-child,
#fc .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#fc .btn-group > .btn-group:last-child > .btn:first-child, #fc .btn-group > .btn-group:last-child > .fc-button-link:first-child,
#fc .btn-group > .btn-group:last-child > .fc-button--show-other-payment:first-child, #fc .btn-group > .btn-group:last-child > .fc-action--checkout--button:first-child, #fc .btn-group > .btn-group:last-child > .fc-sidecart-button:first-child, #fc .btn-group > .btn-group:last-child > .fc-button--minor:first-child, #fc .btn-group > .btn-group:last-child > .fc-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#fc .btn-group .dropdown-toggle:active,
#fc .btn-group.open .dropdown-toggle {
  outline: 0;
}
#fc .btn-group > .btn + .dropdown-toggle, #fc .btn-group > .fc-button-link + .dropdown-toggle,
#fc .btn-group > .fc-button--show-other-payment + .dropdown-toggle, #fc .btn-group > .fc-action--checkout--button + .dropdown-toggle, #fc .btn-group > .fc-sidecart-button + .dropdown-toggle, #fc .btn-group > .fc-button--minor + .dropdown-toggle, #fc .btn-group > .fc-button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
#fc .btn-group > .btn-lg + .dropdown-toggle, #fc .btn-group.btn-group-lg > .btn + .dropdown-toggle, #fc .btn-group.btn-group-lg > .fc-button-link + .dropdown-toggle,
#fc .btn-group.btn-group-lg > .fc-button--show-other-payment + .dropdown-toggle, #fc .btn-group.btn-group-lg > .fc-action--checkout--button + .dropdown-toggle, #fc .btn-group.btn-group-lg > .fc-sidecart-button + .dropdown-toggle, #fc .btn-group.btn-group-lg > .fc-button--minor + .dropdown-toggle, #fc .btn-group.btn-group-lg > .fc-button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
#fc .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#fc .btn-group.open .dropdown-toggle.btn-link, #fc .btn-group.open .dropdown-toggle.fc-button-link,
#fc .btn-group.open .dropdown-toggle.fc-button--show-other-payment, #fc .btn-group.open .fc-transaction--future__summary--toggle .dropdown-toggle.fc-transaction__ui__toggle, #fc .fc-transaction--future__summary--toggle .btn-group.open .dropdown-toggle.fc-transaction__ui__toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#fc .btn .caret, #fc .fc-button-link .caret,
#fc .fc-button--show-other-payment .caret, #fc .fc-action--checkout--button .caret, #fc .fc-sidecart-button .caret, #fc .fc-button--minor .caret, #fc .fc-button .caret {
  margin-left: 0;
}
#fc .btn-lg .caret, #fc .btn-group-lg > .btn .caret, #fc .btn-group-lg > .fc-button-link .caret,
#fc .btn-group-lg > .fc-button--show-other-payment .caret, #fc .btn-group-lg > .fc-action--checkout--button .caret, #fc .btn-group-lg > .fc-sidecart-button .caret, #fc .btn-group-lg > .fc-button--minor .caret, #fc .btn-group-lg > .fc-button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
#fc .dropup .btn-lg .caret, #fc .dropup .btn-group-lg > .btn .caret, #fc .dropup .btn-group-lg > .fc-button-link .caret,
#fc .dropup .btn-group-lg > .fc-button--show-other-payment .caret, #fc .dropup .btn-group-lg > .fc-action--checkout--button .caret, #fc .dropup .btn-group-lg > .fc-sidecart-button .caret, #fc .dropup .btn-group-lg > .fc-button--minor .caret, #fc .dropup .btn-group-lg > .fc-button .caret {
  border-width: 0 5px 5px;
}
#fc .btn-group-vertical > .btn, #fc .btn-group-vertical > .fc-button-link,
#fc .btn-group-vertical > .fc-button--show-other-payment, #fc .btn-group-vertical > .fc-action--checkout--button, #fc .btn-group-vertical > .fc-sidecart-button, #fc .btn-group-vertical > .fc-button--minor, #fc .btn-group-vertical > .fc-button,
#fc .btn-group-vertical > .btn-group,
#fc .btn-group-vertical > .btn-group > .btn,
#fc .btn-group-vertical > .btn-group > .fc-button-link,
#fc .btn-group-vertical > .btn-group > .fc-button--show-other-payment,
#fc .btn-group-vertical > .btn-group > .fc-action--checkout--button,
#fc .btn-group-vertical > .btn-group > .fc-sidecart-button,
#fc .btn-group-vertical > .btn-group > .fc-button--minor,
#fc .btn-group-vertical > .btn-group > .fc-button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
#fc .btn-group-vertical > .btn-group:before, #fc .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#fc .btn-group-vertical > .btn-group:after {
  clear: both;
}
#fc .btn-group-vertical > .btn-group > .btn, #fc .btn-group-vertical > .btn-group > .fc-button-link,
#fc .btn-group-vertical > .btn-group > .fc-button--show-other-payment, #fc .btn-group-vertical > .btn-group > .fc-action--checkout--button, #fc .btn-group-vertical > .btn-group > .fc-sidecart-button, #fc .btn-group-vertical > .btn-group > .fc-button--minor, #fc .btn-group-vertical > .btn-group > .fc-button {
  float: none;
}
#fc .btn-group-vertical > .btn + .btn, #fc .btn-group-vertical > .fc-button-link + .btn,
#fc .btn-group-vertical > .fc-button--show-other-payment + .btn, #fc .btn-group-vertical > .btn + .fc-button-link, #fc .btn-group-vertical > .fc-button-link + .fc-button-link,
#fc .btn-group-vertical > .fc-button--show-other-payment + .fc-button-link,
#fc .btn-group-vertical > .btn + .fc-button--show-other-payment,
#fc .btn-group-vertical > .fc-button-link + .fc-button--show-other-payment,
#fc .btn-group-vertical > .fc-button--show-other-payment + .fc-button--show-other-payment, #fc .btn-group-vertical > .fc-action--checkout--button + .btn, #fc .btn-group-vertical > .fc-action--checkout--button + .fc-button-link,
#fc .btn-group-vertical > .fc-action--checkout--button + .fc-button--show-other-payment, #fc .btn-group-vertical > .btn + .fc-action--checkout--button, #fc .btn-group-vertical > .fc-button-link + .fc-action--checkout--button,
#fc .btn-group-vertical > .fc-button--show-other-payment + .fc-action--checkout--button, #fc .btn-group-vertical > .fc-action--checkout--button + .fc-action--checkout--button, #fc .btn-group-vertical > .fc-sidecart-button + .btn, #fc .btn-group-vertical > .fc-sidecart-button + .fc-button-link,
#fc .btn-group-vertical > .fc-sidecart-button + .fc-button--show-other-payment, #fc .btn-group-vertical > .fc-sidecart-button + .fc-action--checkout--button, #fc .btn-group-vertical > .btn + .fc-sidecart-button, #fc .btn-group-vertical > .fc-button-link + .fc-sidecart-button,
#fc .btn-group-vertical > .fc-button--show-other-payment + .fc-sidecart-button, #fc .btn-group-vertical > .fc-action--checkout--button + .fc-sidecart-button, #fc .btn-group-vertical > .fc-sidecart-button + .fc-sidecart-button, #fc .btn-group-vertical > .fc-button--minor + .btn, #fc .btn-group-vertical > .fc-button--minor + .fc-button-link,
#fc .btn-group-vertical > .fc-button--minor + .fc-button--show-other-payment, #fc .btn-group-vertical > .fc-button--minor + .fc-action--checkout--button, #fc .btn-group-vertical > .fc-button--minor + .fc-sidecart-button, #fc .btn-group-vertical > .btn + .fc-button--minor, #fc .btn-group-vertical > .fc-button-link + .fc-button--minor,
#fc .btn-group-vertical > .fc-button--show-other-payment + .fc-button--minor, #fc .btn-group-vertical > .fc-action--checkout--button + .fc-button--minor, #fc .btn-group-vertical > .fc-sidecart-button + .fc-button--minor, #fc .btn-group-vertical > .fc-button--minor + .fc-button--minor, #fc .btn-group-vertical > .fc-button + .btn, #fc .btn-group-vertical > .fc-button + .fc-button-link,
#fc .btn-group-vertical > .fc-button + .fc-button--show-other-payment, #fc .btn-group-vertical > .fc-button + .fc-action--checkout--button, #fc .btn-group-vertical > .fc-button + .fc-sidecart-button, #fc .btn-group-vertical > .fc-button + .fc-button--minor, #fc .btn-group-vertical > .btn + .fc-button, #fc .btn-group-vertical > .fc-button-link + .fc-button,
#fc .btn-group-vertical > .fc-button--show-other-payment + .fc-button, #fc .btn-group-vertical > .fc-action--checkout--button + .fc-button, #fc .btn-group-vertical > .fc-sidecart-button + .fc-button, #fc .btn-group-vertical > .fc-button--minor + .fc-button, #fc .btn-group-vertical > .fc-button + .fc-button,
#fc .btn-group-vertical > .btn + .btn-group,
#fc .btn-group-vertical > .fc-button-link + .btn-group,
#fc .btn-group-vertical > .fc-button--show-other-payment + .btn-group,
#fc .btn-group-vertical > .fc-action--checkout--button + .btn-group,
#fc .btn-group-vertical > .fc-sidecart-button + .btn-group,
#fc .btn-group-vertical > .fc-button--minor + .btn-group,
#fc .btn-group-vertical > .fc-button + .btn-group,
#fc .btn-group-vertical > .btn-group + .btn,
#fc .btn-group-vertical > .btn-group + .fc-button-link,
#fc .btn-group-vertical > .btn-group + .fc-button--show-other-payment,
#fc .btn-group-vertical > .btn-group + .fc-action--checkout--button,
#fc .btn-group-vertical > .btn-group + .fc-sidecart-button,
#fc .btn-group-vertical > .btn-group + .fc-button--minor,
#fc .btn-group-vertical > .btn-group + .fc-button,
#fc .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
#fc .btn-group-vertical > .btn:not(:first-child):not(:last-child), #fc .btn-group-vertical > .fc-button-link:not(:first-child):not(:last-child),
#fc .btn-group-vertical > .fc-button--show-other-payment:not(:first-child):not(:last-child), #fc .btn-group-vertical > .fc-action--checkout--button:not(:first-child):not(:last-child), #fc .btn-group-vertical > .fc-sidecart-button:not(:first-child):not(:last-child), #fc .btn-group-vertical > .fc-button--minor:not(:first-child):not(:last-child), #fc .btn-group-vertical > .fc-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#fc .btn-group-vertical > .btn:first-child:not(:last-child), #fc .btn-group-vertical > .fc-button-link:first-child:not(:last-child),
#fc .btn-group-vertical > .fc-button--show-other-payment:first-child:not(:last-child), #fc .btn-group-vertical > .fc-action--checkout--button:first-child:not(:last-child), #fc .btn-group-vertical > .fc-sidecart-button:first-child:not(:last-child), #fc .btn-group-vertical > .fc-button--minor:first-child:not(:last-child), #fc .btn-group-vertical > .fc-button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#fc .btn-group-vertical > .btn:last-child:not(:first-child), #fc .btn-group-vertical > .fc-button-link:last-child:not(:first-child),
#fc .btn-group-vertical > .fc-button--show-other-payment:last-child:not(:first-child), #fc .btn-group-vertical > .fc-action--checkout--button:last-child:not(:first-child), #fc .btn-group-vertical > .fc-sidecart-button:last-child:not(:first-child), #fc .btn-group-vertical > .fc-button--minor:last-child:not(:first-child), #fc .btn-group-vertical > .fc-button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-button-link,
#fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-button--show-other-payment, #fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-action--checkout--button, #fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-sidecart-button, #fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-button--minor, #fc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-button {
  border-radius: 0;
}
#fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, #fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-button-link:last-child,
#fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-button--show-other-payment:last-child, #fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-action--checkout--button:last-child, #fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-sidecart-button:last-child, #fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-button--minor:last-child, #fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-button:last-child,
#fc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, #fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-button-link:first-child,
#fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-button--show-other-payment:first-child, #fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-action--checkout--button:first-child, #fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-sidecart-button:first-child, #fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-button--minor:first-child, #fc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#fc .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
#fc .btn-group-justified > .btn, #fc .btn-group-justified > .fc-button-link,
#fc .btn-group-justified > .fc-button--show-other-payment, #fc .btn-group-justified > .fc-action--checkout--button, #fc .btn-group-justified > .fc-sidecart-button, #fc .btn-group-justified > .fc-button--minor, #fc .btn-group-justified > .fc-button,
#fc .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
#fc .btn-group-justified > .btn-group .btn, #fc .btn-group-justified > .btn-group .fc-button-link,
#fc .btn-group-justified > .btn-group .fc-button--show-other-payment, #fc .btn-group-justified > .btn-group .fc-action--checkout--button, #fc .btn-group-justified > .btn-group .fc-sidecart-button, #fc .btn-group-justified > .btn-group .fc-button--minor, #fc .btn-group-justified > .btn-group .fc-button {
  width: 100%;
}
#fc .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
#fc [data-toggle=buttons] > .btn > input[type=radio], #fc [data-toggle=buttons] > .fc-button-link > input[type=radio],
#fc [data-toggle=buttons] > .fc-button--show-other-payment > input[type=radio], #fc [data-toggle=buttons] > .fc-action--checkout--button > input[type=radio], #fc [data-toggle=buttons] > .fc-sidecart-button > input[type=radio], #fc [data-toggle=buttons] > .fc-button--minor > input[type=radio], #fc [data-toggle=buttons] > .fc-button > input[type=radio],
#fc [data-toggle=buttons] > .btn > input[type=checkbox],
#fc [data-toggle=buttons] > .fc-button-link > input[type=checkbox],
#fc [data-toggle=buttons] > .fc-button--show-other-payment > input[type=checkbox],
#fc [data-toggle=buttons] > .fc-action--checkout--button > input[type=checkbox],
#fc [data-toggle=buttons] > .fc-sidecart-button > input[type=checkbox],
#fc [data-toggle=buttons] > .fc-button--minor > input[type=checkbox],
#fc [data-toggle=buttons] > .fc-button > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#fc .input-group, #fc .fc-coupon-entry--input, #fc .fc-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#fc .input-group[class*=col-], #fc [class*=col-].fc-coupon-entry--input, #fc [class*=col-].fc-input-group {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#fc .input-group .form-control, #fc .fc-coupon-entry--input .form-control, #fc .input-group .fc-form-control, #fc .fc-coupon-entry--input .fc-form-control, #fc .fc-input-group .form-control, #fc .fc-input-group .fc-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#fc .input-group-addon,
#fc .input-group-btn,
#fc .fc-input-group__button,
#fc .input-group .form-control,
#fc .fc-coupon-entry--input .form-control,
#fc .input-group .fc-form-control,
#fc .fc-coupon-entry--input .fc-form-control,
#fc .fc-input-group .form-control,
#fc .fc-input-group .fc-form-control {
  display: table-cell;
}
#fc .input-group-addon:not(:first-child):not(:last-child),
#fc .input-group-btn:not(:first-child):not(:last-child),
#fc .fc-input-group__button:not(:first-child):not(:last-child),
#fc .input-group .form-control:not(:first-child):not(:last-child),
#fc .fc-coupon-entry--input .form-control:not(:first-child):not(:last-child),
#fc .input-group .fc-form-control:not(:first-child):not(:last-child),
#fc .fc-coupon-entry--input .fc-form-control:not(:first-child):not(:last-child),
#fc .fc-input-group .form-control:not(:first-child):not(:last-child),
#fc .fc-input-group .fc-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#fc .input-group-addon,
#fc .input-group-btn,
#fc .fc-input-group__button {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#fc .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
#fc .input-group-addon.input-sm, #fc .input-group-addon.fc-cart__item__quantity__input,
#fc .input-group-sm > .input-group-addon,
#fc .input-group-sm > .input-group-btn > .input-group-addon.btn,
#fc .input-group-sm > .input-group-btn > .input-group-addon.fc-button-link,
#fc .input-group-sm > .input-group-btn > .input-group-addon.fc-button--show-other-payment,
#fc .input-group-sm > .input-group-btn > .input-group-addon.fc-action--checkout--button,
#fc .input-group-sm > .input-group-btn > .input-group-addon.fc-sidecart-button,
#fc .input-group-sm > .fc-input-group__button > .input-group-addon.btn,
#fc .input-group-sm > .fc-input-group__button > .input-group-addon.fc-button-link,
#fc .input-group-sm > .fc-input-group__button > .input-group-addon.fc-button--show-other-payment,
#fc .input-group-sm > .fc-input-group__button > .input-group-addon.fc-action--checkout--button,
#fc .input-group-sm > .fc-input-group__button > .input-group-addon.fc-sidecart-button,
#fc .input-group-sm > .input-group-btn > .input-group-addon.fc-button--minor,
#fc .input-group-sm > .fc-input-group__button > .input-group-addon.fc-button--minor,
#fc .input-group-sm > .input-group-btn > .input-group-addon.fc-button,
#fc .input-group-sm > .fc-input-group__button > .input-group-addon.fc-button {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
#fc .input-group-addon.input-lg,
#fc .input-group-lg > .input-group-addon,
#fc .input-group-lg > .input-group-btn > .input-group-addon.btn,
#fc .input-group-lg > .input-group-btn > .input-group-addon.fc-button-link,
#fc .input-group-lg > .input-group-btn > .input-group-addon.fc-button--show-other-payment,
#fc .input-group-lg > .input-group-btn > .input-group-addon.fc-action--checkout--button,
#fc .input-group-lg > .input-group-btn > .input-group-addon.fc-sidecart-button,
#fc .input-group-lg > .fc-input-group__button > .input-group-addon.btn,
#fc .input-group-lg > .fc-input-group__button > .input-group-addon.fc-button-link,
#fc .input-group-lg > .fc-input-group__button > .input-group-addon.fc-button--show-other-payment,
#fc .input-group-lg > .fc-input-group__button > .input-group-addon.fc-action--checkout--button,
#fc .input-group-lg > .fc-input-group__button > .input-group-addon.fc-sidecart-button,
#fc .input-group-lg > .input-group-btn > .input-group-addon.fc-button--minor,
#fc .input-group-lg > .fc-input-group__button > .input-group-addon.fc-button--minor,
#fc .input-group-lg > .input-group-btn > .input-group-addon.fc-button,
#fc .input-group-lg > .fc-input-group__button > .input-group-addon.fc-button {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
#fc .input-group-addon input[type=radio],
#fc .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
#fc .input-group .form-control:first-child, #fc .fc-coupon-entry--input .form-control:first-child, #fc .input-group .fc-form-control:first-child, #fc .fc-coupon-entry--input .fc-form-control:first-child, #fc .fc-input-group .form-control:first-child, #fc .fc-input-group .fc-form-control:first-child,
#fc .input-group-addon:first-child,
#fc .input-group-btn:first-child > .btn,
#fc .input-group-btn:first-child > .fc-button-link,
#fc .input-group-btn:first-child > .fc-button--show-other-payment,
#fc .input-group-btn:first-child > .fc-action--checkout--button,
#fc .input-group-btn:first-child > .fc-sidecart-button,
#fc .fc-input-group__button:first-child > .btn,
#fc .fc-input-group__button:first-child > .fc-button-link,
#fc .fc-input-group__button:first-child > .fc-button--show-other-payment,
#fc .fc-input-group__button:first-child > .fc-action--checkout--button,
#fc .fc-input-group__button:first-child > .fc-sidecart-button,
#fc .input-group-btn:first-child > .fc-button--minor,
#fc .fc-input-group__button:first-child > .fc-button--minor,
#fc .input-group-btn:first-child > .fc-button,
#fc .fc-input-group__button:first-child > .fc-button,
#fc .input-group-btn:first-child > .btn-group > .btn,
#fc .input-group-btn:first-child > .btn-group > .fc-button-link,
#fc .input-group-btn:first-child > .btn-group > .fc-button--show-other-payment,
#fc .input-group-btn:first-child > .btn-group > .fc-action--checkout--button,
#fc .input-group-btn:first-child > .btn-group > .fc-sidecart-button,
#fc .fc-input-group__button:first-child > .btn-group > .btn,
#fc .fc-input-group__button:first-child > .btn-group > .fc-button-link,
#fc .fc-input-group__button:first-child > .btn-group > .fc-button--show-other-payment,
#fc .fc-input-group__button:first-child > .btn-group > .fc-action--checkout--button,
#fc .fc-input-group__button:first-child > .btn-group > .fc-sidecart-button,
#fc .input-group-btn:first-child > .btn-group > .fc-button--minor,
#fc .fc-input-group__button:first-child > .btn-group > .fc-button--minor,
#fc .input-group-btn:first-child > .btn-group > .fc-button,
#fc .fc-input-group__button:first-child > .btn-group > .fc-button,
#fc .input-group-btn:first-child > .dropdown-toggle,
#fc .fc-input-group__button:first-child > .dropdown-toggle,
#fc .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#fc .input-group-btn:last-child > .fc-button-link:not(:last-child):not(.dropdown-toggle),
#fc .input-group-btn:last-child > .fc-button--show-other-payment:not(:last-child):not(.dropdown-toggle),
#fc .input-group-btn:last-child > .fc-action--checkout--button:not(:last-child):not(.dropdown-toggle),
#fc .input-group-btn:last-child > .fc-sidecart-button:not(:last-child):not(.dropdown-toggle),
#fc .fc-input-group__button:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#fc .fc-input-group__button:last-child > .fc-button-link:not(:last-child):not(.dropdown-toggle),
#fc .fc-input-group__button:last-child > .fc-button--show-other-payment:not(:last-child):not(.dropdown-toggle),
#fc .fc-input-group__button:last-child > .fc-action--checkout--button:not(:last-child):not(.dropdown-toggle),
#fc .fc-input-group__button:last-child > .fc-sidecart-button:not(:last-child):not(.dropdown-toggle),
#fc .input-group-btn:last-child > .fc-button--minor:not(:last-child):not(.dropdown-toggle),
#fc .fc-input-group__button:last-child > .fc-button--minor:not(:last-child):not(.dropdown-toggle),
#fc .input-group-btn:last-child > .fc-button:not(:last-child):not(.dropdown-toggle),
#fc .fc-input-group__button:last-child > .fc-button:not(:last-child):not(.dropdown-toggle),
#fc .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
#fc .input-group-btn:last-child > .btn-group:not(:last-child) > .fc-button-link,
#fc .input-group-btn:last-child > .btn-group:not(:last-child) > .fc-button--show-other-payment,
#fc .input-group-btn:last-child > .btn-group:not(:last-child) > .fc-action--checkout--button,
#fc .input-group-btn:last-child > .btn-group:not(:last-child) > .fc-sidecart-button,
#fc .fc-input-group__button:last-child > .btn-group:not(:last-child) > .btn,
#fc .fc-input-group__button:last-child > .btn-group:not(:last-child) > .fc-button-link,
#fc .fc-input-group__button:last-child > .btn-group:not(:last-child) > .fc-button--show-other-payment,
#fc .fc-input-group__button:last-child > .btn-group:not(:last-child) > .fc-action--checkout--button,
#fc .fc-input-group__button:last-child > .btn-group:not(:last-child) > .fc-sidecart-button,
#fc .input-group-btn:last-child > .btn-group:not(:last-child) > .fc-button--minor,
#fc .fc-input-group__button:last-child > .btn-group:not(:last-child) > .fc-button--minor,
#fc .input-group-btn:last-child > .btn-group:not(:last-child) > .fc-button,
#fc .fc-input-group__button:last-child > .btn-group:not(:last-child) > .fc-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#fc .input-group-addon:first-child {
  border-right: 0;
}
#fc .input-group .form-control:last-child, #fc .fc-coupon-entry--input .form-control:last-child, #fc .input-group .fc-form-control:last-child, #fc .fc-coupon-entry--input .fc-form-control:last-child, #fc .fc-input-group .form-control:last-child, #fc .fc-input-group .fc-form-control:last-child,
#fc .input-group-addon:last-child,
#fc .input-group-btn:last-child > .btn,
#fc .input-group-btn:last-child > .fc-button-link,
#fc .input-group-btn:last-child > .fc-button--show-other-payment,
#fc .input-group-btn:last-child > .fc-action--checkout--button,
#fc .input-group-btn:last-child > .fc-sidecart-button,
#fc .fc-input-group__button:last-child > .btn,
#fc .fc-input-group__button:last-child > .fc-button-link,
#fc .fc-input-group__button:last-child > .fc-button--show-other-payment,
#fc .fc-input-group__button:last-child > .fc-action--checkout--button,
#fc .fc-input-group__button:last-child > .fc-sidecart-button,
#fc .input-group-btn:last-child > .fc-button--minor,
#fc .fc-input-group__button:last-child > .fc-button--minor,
#fc .input-group-btn:last-child > .fc-button,
#fc .fc-input-group__button:last-child > .fc-button,
#fc .input-group-btn:last-child > .btn-group > .btn,
#fc .input-group-btn:last-child > .btn-group > .fc-button-link,
#fc .input-group-btn:last-child > .btn-group > .fc-button--show-other-payment,
#fc .input-group-btn:last-child > .btn-group > .fc-action--checkout--button,
#fc .input-group-btn:last-child > .btn-group > .fc-sidecart-button,
#fc .fc-input-group__button:last-child > .btn-group > .btn,
#fc .fc-input-group__button:last-child > .btn-group > .fc-button-link,
#fc .fc-input-group__button:last-child > .btn-group > .fc-button--show-other-payment,
#fc .fc-input-group__button:last-child > .btn-group > .fc-action--checkout--button,
#fc .fc-input-group__button:last-child > .btn-group > .fc-sidecart-button,
#fc .input-group-btn:last-child > .btn-group > .fc-button--minor,
#fc .fc-input-group__button:last-child > .btn-group > .fc-button--minor,
#fc .input-group-btn:last-child > .btn-group > .fc-button,
#fc .fc-input-group__button:last-child > .btn-group > .fc-button,
#fc .input-group-btn:last-child > .dropdown-toggle,
#fc .fc-input-group__button:last-child > .dropdown-toggle,
#fc .input-group-btn:first-child > .btn:not(:first-child),
#fc .input-group-btn:first-child > .fc-button-link:not(:first-child),
#fc .input-group-btn:first-child > .fc-button--show-other-payment:not(:first-child),
#fc .input-group-btn:first-child > .fc-action--checkout--button:not(:first-child),
#fc .input-group-btn:first-child > .fc-sidecart-button:not(:first-child),
#fc .fc-input-group__button:first-child > .btn:not(:first-child),
#fc .fc-input-group__button:first-child > .fc-button-link:not(:first-child),
#fc .fc-input-group__button:first-child > .fc-button--show-other-payment:not(:first-child),
#fc .fc-input-group__button:first-child > .fc-action--checkout--button:not(:first-child),
#fc .fc-input-group__button:first-child > .fc-sidecart-button:not(:first-child),
#fc .input-group-btn:first-child > .fc-button--minor:not(:first-child),
#fc .fc-input-group__button:first-child > .fc-button--minor:not(:first-child),
#fc .input-group-btn:first-child > .fc-button:not(:first-child),
#fc .fc-input-group__button:first-child > .fc-button:not(:first-child),
#fc .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
#fc .input-group-btn:first-child > .btn-group:not(:first-child) > .fc-button-link,
#fc .input-group-btn:first-child > .btn-group:not(:first-child) > .fc-button--show-other-payment,
#fc .input-group-btn:first-child > .btn-group:not(:first-child) > .fc-action--checkout--button,
#fc .input-group-btn:first-child > .btn-group:not(:first-child) > .fc-sidecart-button,
#fc .fc-input-group__button:first-child > .btn-group:not(:first-child) > .btn,
#fc .fc-input-group__button:first-child > .btn-group:not(:first-child) > .fc-button-link,
#fc .fc-input-group__button:first-child > .btn-group:not(:first-child) > .fc-button--show-other-payment,
#fc .fc-input-group__button:first-child > .btn-group:not(:first-child) > .fc-action--checkout--button,
#fc .fc-input-group__button:first-child > .btn-group:not(:first-child) > .fc-sidecart-button,
#fc .input-group-btn:first-child > .btn-group:not(:first-child) > .fc-button--minor,
#fc .fc-input-group__button:first-child > .btn-group:not(:first-child) > .fc-button--minor,
#fc .input-group-btn:first-child > .btn-group:not(:first-child) > .fc-button,
#fc .fc-input-group__button:first-child > .btn-group:not(:first-child) > .fc-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#fc .input-group-addon:last-child {
  border-left: 0;
}
#fc .input-group-btn, #fc .fc-input-group__button {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#fc .input-group-btn > .btn, #fc .input-group-btn > .fc-button-link,
#fc .input-group-btn > .fc-button--show-other-payment, #fc .input-group-btn > .fc-action--checkout--button, #fc .input-group-btn > .fc-sidecart-button, #fc .fc-input-group__button > .btn, #fc .fc-input-group__button > .fc-button-link,
#fc .fc-input-group__button > .fc-button--show-other-payment, #fc .fc-input-group__button > .fc-action--checkout--button, #fc .fc-input-group__button > .fc-sidecart-button, #fc .input-group-btn > .fc-button--minor, #fc .fc-input-group__button > .fc-button--minor, #fc .input-group-btn > .fc-button, #fc .fc-input-group__button > .fc-button {
  position: relative;
}
#fc .input-group-btn > .btn + .btn, #fc .input-group-btn > .fc-button-link + .btn,
#fc .input-group-btn > .fc-button--show-other-payment + .btn, #fc .input-group-btn > .btn + .fc-button-link, #fc .input-group-btn > .fc-button-link + .fc-button-link,
#fc .input-group-btn > .fc-button--show-other-payment + .fc-button-link,
#fc .input-group-btn > .btn + .fc-button--show-other-payment,
#fc .input-group-btn > .fc-button-link + .fc-button--show-other-payment,
#fc .input-group-btn > .fc-button--show-other-payment + .fc-button--show-other-payment, #fc .input-group-btn > .fc-action--checkout--button + .btn, #fc .input-group-btn > .fc-action--checkout--button + .fc-button-link,
#fc .input-group-btn > .fc-action--checkout--button + .fc-button--show-other-payment, #fc .input-group-btn > .btn + .fc-action--checkout--button, #fc .input-group-btn > .fc-button-link + .fc-action--checkout--button,
#fc .input-group-btn > .fc-button--show-other-payment + .fc-action--checkout--button, #fc .input-group-btn > .fc-action--checkout--button + .fc-action--checkout--button, #fc .input-group-btn > .fc-sidecart-button + .btn, #fc .input-group-btn > .fc-sidecart-button + .fc-button-link,
#fc .input-group-btn > .fc-sidecart-button + .fc-button--show-other-payment, #fc .input-group-btn > .fc-sidecart-button + .fc-action--checkout--button, #fc .input-group-btn > .btn + .fc-sidecart-button, #fc .input-group-btn > .fc-button-link + .fc-sidecart-button,
#fc .input-group-btn > .fc-button--show-other-payment + .fc-sidecart-button, #fc .input-group-btn > .fc-action--checkout--button + .fc-sidecart-button, #fc .input-group-btn > .fc-sidecart-button + .fc-sidecart-button, #fc .fc-input-group__button > .btn + .btn, #fc .fc-input-group__button > .fc-button-link + .btn,
#fc .fc-input-group__button > .fc-button--show-other-payment + .btn, #fc .fc-input-group__button > .btn + .fc-button-link, #fc .fc-input-group__button > .fc-button-link + .fc-button-link,
#fc .fc-input-group__button > .fc-button--show-other-payment + .fc-button-link,
#fc .fc-input-group__button > .btn + .fc-button--show-other-payment,
#fc .fc-input-group__button > .fc-button-link + .fc-button--show-other-payment,
#fc .fc-input-group__button > .fc-button--show-other-payment + .fc-button--show-other-payment, #fc .fc-input-group__button > .fc-action--checkout--button + .btn, #fc .fc-input-group__button > .fc-action--checkout--button + .fc-button-link,
#fc .fc-input-group__button > .fc-action--checkout--button + .fc-button--show-other-payment, #fc .fc-input-group__button > .btn + .fc-action--checkout--button, #fc .fc-input-group__button > .fc-button-link + .fc-action--checkout--button,
#fc .fc-input-group__button > .fc-button--show-other-payment + .fc-action--checkout--button, #fc .fc-input-group__button > .fc-action--checkout--button + .fc-action--checkout--button, #fc .fc-input-group__button > .fc-sidecart-button + .btn, #fc .fc-input-group__button > .fc-sidecart-button + .fc-button-link,
#fc .fc-input-group__button > .fc-sidecart-button + .fc-button--show-other-payment, #fc .fc-input-group__button > .fc-sidecart-button + .fc-action--checkout--button, #fc .fc-input-group__button > .btn + .fc-sidecart-button, #fc .fc-input-group__button > .fc-button-link + .fc-sidecart-button,
#fc .fc-input-group__button > .fc-button--show-other-payment + .fc-sidecart-button, #fc .fc-input-group__button > .fc-action--checkout--button + .fc-sidecart-button, #fc .fc-input-group__button > .fc-sidecart-button + .fc-sidecart-button, #fc .input-group-btn > .fc-button--minor + .btn, #fc .input-group-btn > .fc-button--minor + .fc-button-link,
#fc .input-group-btn > .fc-button--minor + .fc-button--show-other-payment, #fc .input-group-btn > .fc-button--minor + .fc-action--checkout--button, #fc .input-group-btn > .fc-button--minor + .fc-sidecart-button, #fc .fc-input-group__button > .fc-button--minor + .btn, #fc .fc-input-group__button > .fc-button--minor + .fc-button-link,
#fc .fc-input-group__button > .fc-button--minor + .fc-button--show-other-payment, #fc .fc-input-group__button > .fc-button--minor + .fc-action--checkout--button, #fc .fc-input-group__button > .fc-button--minor + .fc-sidecart-button, #fc .input-group-btn > .btn + .fc-button--minor, #fc .input-group-btn > .fc-button-link + .fc-button--minor,
#fc .input-group-btn > .fc-button--show-other-payment + .fc-button--minor, #fc .input-group-btn > .fc-action--checkout--button + .fc-button--minor, #fc .input-group-btn > .fc-sidecart-button + .fc-button--minor, #fc .fc-input-group__button > .btn + .fc-button--minor, #fc .fc-input-group__button > .fc-button-link + .fc-button--minor,
#fc .fc-input-group__button > .fc-button--show-other-payment + .fc-button--minor, #fc .fc-input-group__button > .fc-action--checkout--button + .fc-button--minor, #fc .fc-input-group__button > .fc-sidecart-button + .fc-button--minor, #fc .input-group-btn > .fc-button--minor + .fc-button--minor, #fc .fc-input-group__button > .fc-button--minor + .fc-button--minor, #fc .input-group-btn > .fc-button + .btn, #fc .input-group-btn > .fc-button + .fc-button-link,
#fc .input-group-btn > .fc-button + .fc-button--show-other-payment, #fc .input-group-btn > .fc-button + .fc-action--checkout--button, #fc .input-group-btn > .fc-button + .fc-sidecart-button, #fc .fc-input-group__button > .fc-button + .btn, #fc .fc-input-group__button > .fc-button + .fc-button-link,
#fc .fc-input-group__button > .fc-button + .fc-button--show-other-payment, #fc .fc-input-group__button > .fc-button + .fc-action--checkout--button, #fc .fc-input-group__button > .fc-button + .fc-sidecart-button, #fc .input-group-btn > .fc-button + .fc-button--minor, #fc .fc-input-group__button > .fc-button + .fc-button--minor, #fc .input-group-btn > .btn + .fc-button, #fc .input-group-btn > .fc-button-link + .fc-button,
#fc .input-group-btn > .fc-button--show-other-payment + .fc-button, #fc .input-group-btn > .fc-action--checkout--button + .fc-button, #fc .input-group-btn > .fc-sidecart-button + .fc-button, #fc .fc-input-group__button > .btn + .fc-button, #fc .fc-input-group__button > .fc-button-link + .fc-button,
#fc .fc-input-group__button > .fc-button--show-other-payment + .fc-button, #fc .fc-input-group__button > .fc-action--checkout--button + .fc-button, #fc .fc-input-group__button > .fc-sidecart-button + .fc-button, #fc .input-group-btn > .fc-button--minor + .fc-button, #fc .fc-input-group__button > .fc-button--minor + .fc-button, #fc .input-group-btn > .fc-button + .fc-button, #fc .fc-input-group__button > .fc-button + .fc-button {
  margin-left: -1px;
}
#fc .input-group-btn > .btn:hover, #fc .input-group-btn > .fc-button-link:hover,
#fc .input-group-btn > .fc-button--show-other-payment:hover, #fc .input-group-btn > .fc-action--checkout--button:hover, #fc .input-group-btn > .fc-sidecart-button:hover, #fc .fc-input-group__button > .btn:hover, #fc .fc-input-group__button > .fc-button-link:hover,
#fc .fc-input-group__button > .fc-button--show-other-payment:hover, #fc .fc-input-group__button > .fc-action--checkout--button:hover, #fc .fc-input-group__button > .fc-sidecart-button:hover, #fc .input-group-btn > .fc-button--minor:hover, #fc .fc-input-group__button > .fc-button--minor:hover, #fc .input-group-btn > .fc-button:hover, #fc .fc-input-group__button > .fc-button:hover, #fc .input-group-btn > .btn:focus, #fc .input-group-btn > .fc-button-link:focus,
#fc .input-group-btn > .fc-button--show-other-payment:focus, #fc .input-group-btn > .fc-action--checkout--button:focus, #fc .input-group-btn > .fc-sidecart-button:focus, #fc .fc-input-group__button > .btn:focus, #fc .fc-input-group__button > .fc-button-link:focus,
#fc .fc-input-group__button > .fc-button--show-other-payment:focus, #fc .fc-input-group__button > .fc-action--checkout--button:focus, #fc .fc-input-group__button > .fc-sidecart-button:focus, #fc .input-group-btn > .fc-button--minor:focus, #fc .fc-input-group__button > .fc-button--minor:focus, #fc .input-group-btn > .fc-button:focus, #fc .fc-input-group__button > .fc-button:focus, #fc .input-group-btn > .btn:active, #fc .input-group-btn > .fc-button-link:active,
#fc .input-group-btn > .fc-button--show-other-payment:active, #fc .input-group-btn > .fc-action--checkout--button:active, #fc .input-group-btn > .fc-sidecart-button:active, #fc .fc-input-group__button > .btn:active, #fc .fc-input-group__button > .fc-button-link:active,
#fc .fc-input-group__button > .fc-button--show-other-payment:active, #fc .fc-input-group__button > .fc-action--checkout--button:active, #fc .fc-input-group__button > .fc-sidecart-button:active, #fc .input-group-btn > .fc-button--minor:active, #fc .fc-input-group__button > .fc-button--minor:active, #fc .input-group-btn > .fc-button:active, #fc .fc-input-group__button > .fc-button:active {
  z-index: 2;
}
#fc .input-group-btn:first-child > .btn, #fc .input-group-btn:first-child > .fc-button-link,
#fc .input-group-btn:first-child > .fc-button--show-other-payment, #fc .input-group-btn:first-child > .fc-action--checkout--button, #fc .input-group-btn:first-child > .fc-sidecart-button, #fc .fc-input-group__button:first-child > .btn, #fc .fc-input-group__button:first-child > .fc-button-link,
#fc .fc-input-group__button:first-child > .fc-button--show-other-payment, #fc .fc-input-group__button:first-child > .fc-action--checkout--button, #fc .fc-input-group__button:first-child > .fc-sidecart-button, #fc .input-group-btn:first-child > .fc-button--minor, #fc .fc-input-group__button:first-child > .fc-button--minor, #fc .input-group-btn:first-child > .fc-button, #fc .fc-input-group__button:first-child > .fc-button,
#fc .input-group-btn:first-child > .btn-group,
#fc .fc-input-group__button:first-child > .btn-group {
  margin-right: -1px;
}
#fc .input-group-btn:last-child > .btn, #fc .input-group-btn:last-child > .fc-button-link,
#fc .input-group-btn:last-child > .fc-button--show-other-payment, #fc .input-group-btn:last-child > .fc-action--checkout--button, #fc .input-group-btn:last-child > .fc-sidecart-button, #fc .fc-input-group__button:last-child > .btn, #fc .fc-input-group__button:last-child > .fc-button-link,
#fc .fc-input-group__button:last-child > .fc-button--show-other-payment, #fc .fc-input-group__button:last-child > .fc-action--checkout--button, #fc .fc-input-group__button:last-child > .fc-sidecart-button, #fc .input-group-btn:last-child > .fc-button--minor, #fc .fc-input-group__button:last-child > .fc-button--minor, #fc .input-group-btn:last-child > .fc-button, #fc .fc-input-group__button:last-child > .fc-button,
#fc .input-group-btn:last-child > .btn-group,
#fc .fc-input-group__button:last-child > .btn-group {
  margin-left: -1px;
}
#fc .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
#fc .label:empty {
  display: none;
}
.btn #fc .label, #fc .fc-button-link #fc .label,
#fc .fc-button--show-other-payment #fc .label, #fc .fc-action--checkout--button #fc .label, #fc .fc-sidecart-button #fc .label, #fc .fc-button--minor #fc .label, #fc .fc-button #fc .label {
  position: relative;
  top: -1px;
}
#fc a.label:hover, #fc a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#fc .label-default {
  background-color: #999999;
}
#fc .label-default[href]:hover, #fc .label-default[href]:focus {
  background-color: rgb(127.5, 127.5, 127.5);
}
#fc .label-primary {
  background-color: #428bca;
}
#fc .label-primary[href]:hover, #fc .label-primary[href]:focus {
  background-color: rgb(47.5247933884, 112.9834710744, 169.4752066116);
}
#fc .label-success {
  background-color: #5cb85c;
}
#fc .label-success[href]:hover, #fc .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
#fc .label-info {
  background-color: #5bc0de;
}
#fc .label-info[href]:hover, #fc .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
#fc .label-warning {
  background-color: #f0ad4e;
}
#fc .label-warning[href]:hover, #fc .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}
#fc .label-danger {
  background-color: #d9534f;
}
#fc .label-danger[href]:hover, #fc .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
#fc .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fc .thumbnail > img,
#fc .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#fc .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
#fc a.thumbnail:hover,
#fc a.thumbnail:focus,
#fc a.thumbnail.active {
  border-color: #428bca;
}
#fc .alert, #fc .fc-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#fc .alert h4, #fc .fc-alert h4 {
  margin-top: 0;
  color: inherit;
}
#fc .alert .alert-link, #fc .fc-alert .alert-link {
  font-weight: bold;
}
#fc .alert > p, #fc .fc-alert > p,
#fc .alert > ul,
#fc .fc-alert > ul {
  margin-bottom: 0;
}
#fc .alert > p + p, #fc .fc-alert > p + p {
  margin-top: 5px;
}
#fc .alert-dismissable {
  padding-right: 35px;
}
#fc .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
#fc .alert-success, #fc .fc-alert--success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
#fc .alert-success hr, #fc .fc-alert--success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
#fc .alert-success .alert-link, #fc .fc-alert--success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}
#fc .alert-info, #fc .fc-alert--info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
#fc .alert-info hr, #fc .fc-alert--info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
#fc .alert-info .alert-link, #fc .fc-alert--info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}
#fc .alert-warning, #fc .fc-alert--warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
#fc .alert-warning hr, #fc .fc-alert--warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
#fc .alert-warning .alert-link, #fc .fc-alert--warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}
#fc .alert-danger, #fc .fc-alert--danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
#fc .alert-danger hr, #fc .fc-alert--danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
#fc .alert-danger .alert-link, #fc .fc-alert--danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
#fc .panel, #fc .fc-receipt__main, #fc .fc-cart__main,
#fc .fc-checkout__main {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#fc .panel-body {
  padding: 15px;
}
#fc .panel-body:before, #fc .panel-body:after {
  content: " ";
  display: table;
}
#fc .panel-body:after {
  clear: both;
}
#fc .panel-heading, #fc #fc-receipt__section--header {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#fc .panel-heading > .dropdown .dropdown-toggle, #fc #fc-receipt__section--header > .dropdown .dropdown-toggle {
  color: inherit;
}
#fc .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
#fc .panel-title > a {
  color: inherit;
}
#fc .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#fc .panel > .list-group, #fc .fc-receipt__main > .list-group, #fc .fc-cart__main > .list-group,
#fc .fc-checkout__main > .list-group {
  margin-bottom: 0;
}
#fc .panel > .list-group .list-group-item, #fc .fc-receipt__main > .list-group .list-group-item, #fc .fc-cart__main > .list-group .list-group-item,
#fc .fc-checkout__main > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
#fc .panel > .list-group:first-child .list-group-item:first-child, #fc .fc-receipt__main > .list-group:first-child .list-group-item:first-child, #fc .fc-cart__main > .list-group:first-child .list-group-item:first-child,
#fc .fc-checkout__main > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#fc .panel > .list-group:last-child .list-group-item:last-child, #fc .fc-receipt__main > .list-group:last-child .list-group-item:last-child, #fc .fc-cart__main > .list-group:last-child .list-group-item:last-child,
#fc .fc-checkout__main > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#fc .panel-heading + .list-group .list-group-item:first-child, #fc #fc-receipt__section--header + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
#fc .panel > .table, #fc .fc-receipt__main > .table, #fc .fc-cart__main > .table,
#fc .fc-checkout__main > .table,
#fc .panel > .table-responsive > .table,
#fc .fc-receipt__main > .table-responsive > .table,
#fc .fc-cart__main > .table-responsive > .table,
#fc .fc-checkout__main > .table-responsive > .table {
  margin-bottom: 0;
}
#fc .panel > .table:first-child, #fc .fc-receipt__main > .table:first-child, #fc .fc-cart__main > .table:first-child,
#fc .fc-checkout__main > .table:first-child,
#fc .panel > .table-responsive:first-child > .table:first-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#fc .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, #fc .fc-receipt__main > .table:first-child > thead:first-child > tr:first-child td:first-child, #fc .fc-cart__main > .table:first-child > thead:first-child > tr:first-child td:first-child,
#fc .fc-checkout__main > .table:first-child > thead:first-child > tr:first-child td:first-child,
#fc .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .fc-receipt__main > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .fc-cart__main > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .fc-checkout__main > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .fc-receipt__main > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .fc-cart__main > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .fc-checkout__main > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#fc .fc-receipt__main > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#fc .fc-cart__main > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#fc .fc-checkout__main > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#fc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#fc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#fc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#fc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
#fc .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, #fc .fc-receipt__main > .table:first-child > thead:first-child > tr:first-child td:last-child, #fc .fc-cart__main > .table:first-child > thead:first-child > tr:first-child td:last-child,
#fc .fc-checkout__main > .table:first-child > thead:first-child > tr:first-child td:last-child,
#fc .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .fc-receipt__main > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .fc-cart__main > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .fc-checkout__main > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .fc-receipt__main > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .fc-cart__main > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .fc-checkout__main > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#fc .fc-receipt__main > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#fc .fc-cart__main > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#fc .fc-checkout__main > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#fc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#fc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#fc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#fc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#fc .fc-receipt__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#fc .fc-cart__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#fc .fc-checkout__main > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
#fc .panel > .table:last-child, #fc .fc-receipt__main > .table:last-child, #fc .fc-cart__main > .table:last-child,
#fc .fc-checkout__main > .table:last-child,
#fc .panel > .table-responsive:last-child > .table:last-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#fc .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, #fc .fc-receipt__main > .table:last-child > tbody:last-child > tr:last-child td:first-child, #fc .fc-cart__main > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#fc .fc-checkout__main > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#fc .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .fc-receipt__main > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .fc-cart__main > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .fc-checkout__main > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .fc-receipt__main > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .fc-cart__main > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .fc-checkout__main > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#fc .fc-receipt__main > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#fc .fc-cart__main > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#fc .fc-checkout__main > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
#fc .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, #fc .fc-receipt__main > .table:last-child > tbody:last-child > tr:last-child td:last-child, #fc .fc-cart__main > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#fc .fc-checkout__main > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#fc .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .fc-receipt__main > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .fc-cart__main > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .fc-checkout__main > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .fc-receipt__main > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .fc-cart__main > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .fc-checkout__main > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#fc .fc-receipt__main > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#fc .fc-cart__main > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#fc .fc-checkout__main > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#fc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#fc .fc-receipt__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#fc .fc-cart__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#fc .fc-checkout__main > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
#fc .panel > .panel-body + .table, #fc .fc-receipt__main > .panel-body + .table, #fc .fc-cart__main > .panel-body + .table,
#fc .fc-checkout__main > .panel-body + .table,
#fc .panel > .panel-body + .table-responsive,
#fc .fc-receipt__main > .panel-body + .table-responsive,
#fc .fc-cart__main > .panel-body + .table-responsive,
#fc .fc-checkout__main > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
#fc .panel > .table > tbody:first-child > tr:first-child th, #fc .fc-receipt__main > .table > tbody:first-child > tr:first-child th, #fc .fc-cart__main > .table > tbody:first-child > tr:first-child th,
#fc .fc-checkout__main > .table > tbody:first-child > tr:first-child th,
#fc .panel > .table > tbody:first-child > tr:first-child td,
#fc .fc-receipt__main > .table > tbody:first-child > tr:first-child td,
#fc .fc-cart__main > .table > tbody:first-child > tr:first-child td,
#fc .fc-checkout__main > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
#fc .panel > .table-bordered, #fc .fc-receipt__main > .table-bordered, #fc .fc-cart__main > .table-bordered,
#fc .fc-checkout__main > .table-bordered,
#fc .panel > .table-responsive > .table-bordered,
#fc .fc-receipt__main > .table-responsive > .table-bordered,
#fc .fc-cart__main > .table-responsive > .table-bordered,
#fc .fc-checkout__main > .table-responsive > .table-bordered {
  border: 0;
}
#fc .panel > .table-bordered > thead > tr > th:first-child, #fc .fc-receipt__main > .table-bordered > thead > tr > th:first-child, #fc .fc-cart__main > .table-bordered > thead > tr > th:first-child,
#fc .fc-checkout__main > .table-bordered > thead > tr > th:first-child,
#fc .panel > .table-bordered > thead > tr > td:first-child,
#fc .fc-receipt__main > .table-bordered > thead > tr > td:first-child,
#fc .fc-cart__main > .table-bordered > thead > tr > td:first-child,
#fc .fc-checkout__main > .table-bordered > thead > tr > td:first-child,
#fc .panel > .table-bordered > tbody > tr > th:first-child,
#fc .fc-receipt__main > .table-bordered > tbody > tr > th:first-child,
#fc .fc-cart__main > .table-bordered > tbody > tr > th:first-child,
#fc .fc-checkout__main > .table-bordered > tbody > tr > th:first-child,
#fc .panel > .table-bordered > tbody > tr > td:first-child,
#fc .fc-receipt__main > .table-bordered > tbody > tr > td:first-child,
#fc .fc-cart__main > .table-bordered > tbody > tr > td:first-child,
#fc .fc-checkout__main > .table-bordered > tbody > tr > td:first-child,
#fc .panel > .table-bordered > tfoot > tr > th:first-child,
#fc .fc-receipt__main > .table-bordered > tfoot > tr > th:first-child,
#fc .fc-cart__main > .table-bordered > tfoot > tr > th:first-child,
#fc .fc-checkout__main > .table-bordered > tfoot > tr > th:first-child,
#fc .panel > .table-bordered > tfoot > tr > td:first-child,
#fc .fc-receipt__main > .table-bordered > tfoot > tr > td:first-child,
#fc .fc-cart__main > .table-bordered > tfoot > tr > td:first-child,
#fc .fc-checkout__main > .table-bordered > tfoot > tr > td:first-child,
#fc .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > thead > tr > th:first-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > thead > tr > th:first-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > thead > tr > th:first-child,
#fc .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > thead > tr > td:first-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > thead > tr > td:first-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > thead > tr > td:first-child,
#fc .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#fc .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#fc .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#fc .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
#fc .panel > .table-bordered > thead > tr > th:last-child, #fc .fc-receipt__main > .table-bordered > thead > tr > th:last-child, #fc .fc-cart__main > .table-bordered > thead > tr > th:last-child,
#fc .fc-checkout__main > .table-bordered > thead > tr > th:last-child,
#fc .panel > .table-bordered > thead > tr > td:last-child,
#fc .fc-receipt__main > .table-bordered > thead > tr > td:last-child,
#fc .fc-cart__main > .table-bordered > thead > tr > td:last-child,
#fc .fc-checkout__main > .table-bordered > thead > tr > td:last-child,
#fc .panel > .table-bordered > tbody > tr > th:last-child,
#fc .fc-receipt__main > .table-bordered > tbody > tr > th:last-child,
#fc .fc-cart__main > .table-bordered > tbody > tr > th:last-child,
#fc .fc-checkout__main > .table-bordered > tbody > tr > th:last-child,
#fc .panel > .table-bordered > tbody > tr > td:last-child,
#fc .fc-receipt__main > .table-bordered > tbody > tr > td:last-child,
#fc .fc-cart__main > .table-bordered > tbody > tr > td:last-child,
#fc .fc-checkout__main > .table-bordered > tbody > tr > td:last-child,
#fc .panel > .table-bordered > tfoot > tr > th:last-child,
#fc .fc-receipt__main > .table-bordered > tfoot > tr > th:last-child,
#fc .fc-cart__main > .table-bordered > tfoot > tr > th:last-child,
#fc .fc-checkout__main > .table-bordered > tfoot > tr > th:last-child,
#fc .panel > .table-bordered > tfoot > tr > td:last-child,
#fc .fc-receipt__main > .table-bordered > tfoot > tr > td:last-child,
#fc .fc-cart__main > .table-bordered > tfoot > tr > td:last-child,
#fc .fc-checkout__main > .table-bordered > tfoot > tr > td:last-child,
#fc .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > thead > tr > th:last-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > thead > tr > th:last-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > thead > tr > th:last-child,
#fc .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > thead > tr > td:last-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > thead > tr > td:last-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > thead > tr > td:last-child,
#fc .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#fc .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#fc .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#fc .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
#fc .fc-cart__main > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
#fc .panel > .table-bordered > thead > tr:first-child > td, #fc .fc-receipt__main > .table-bordered > thead > tr:first-child > td, #fc .fc-cart__main > .table-bordered > thead > tr:first-child > td,
#fc .fc-checkout__main > .table-bordered > thead > tr:first-child > td,
#fc .panel > .table-bordered > thead > tr:first-child > th,
#fc .fc-receipt__main > .table-bordered > thead > tr:first-child > th,
#fc .fc-cart__main > .table-bordered > thead > tr:first-child > th,
#fc .fc-checkout__main > .table-bordered > thead > tr:first-child > th,
#fc .panel > .table-bordered > tbody > tr:first-child > td,
#fc .fc-receipt__main > .table-bordered > tbody > tr:first-child > td,
#fc .fc-cart__main > .table-bordered > tbody > tr:first-child > td,
#fc .fc-checkout__main > .table-bordered > tbody > tr:first-child > td,
#fc .panel > .table-bordered > tbody > tr:first-child > th,
#fc .fc-receipt__main > .table-bordered > tbody > tr:first-child > th,
#fc .fc-cart__main > .table-bordered > tbody > tr:first-child > th,
#fc .fc-checkout__main > .table-bordered > tbody > tr:first-child > th,
#fc .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
#fc .fc-receipt__main > .table-responsive > .table-bordered > thead > tr:first-child > td,
#fc .fc-cart__main > .table-responsive > .table-bordered > thead > tr:first-child > td,
#fc .fc-checkout__main > .table-responsive > .table-bordered > thead > tr:first-child > td,
#fc .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
#fc .fc-receipt__main > .table-responsive > .table-bordered > thead > tr:first-child > th,
#fc .fc-cart__main > .table-responsive > .table-bordered > thead > tr:first-child > th,
#fc .fc-checkout__main > .table-responsive > .table-bordered > thead > tr:first-child > th,
#fc .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#fc .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr:first-child > th,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr:first-child > th,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
#fc .panel > .table-bordered > tbody > tr:last-child > td, #fc .fc-receipt__main > .table-bordered > tbody > tr:last-child > td, #fc .fc-cart__main > .table-bordered > tbody > tr:last-child > td,
#fc .fc-checkout__main > .table-bordered > tbody > tr:last-child > td,
#fc .panel > .table-bordered > tbody > tr:last-child > th,
#fc .fc-receipt__main > .table-bordered > tbody > tr:last-child > th,
#fc .fc-cart__main > .table-bordered > tbody > tr:last-child > th,
#fc .fc-checkout__main > .table-bordered > tbody > tr:last-child > th,
#fc .panel > .table-bordered > tfoot > tr:last-child > td,
#fc .fc-receipt__main > .table-bordered > tfoot > tr:last-child > td,
#fc .fc-cart__main > .table-bordered > tfoot > tr:last-child > td,
#fc .fc-checkout__main > .table-bordered > tfoot > tr:last-child > td,
#fc .panel > .table-bordered > tfoot > tr:last-child > th,
#fc .fc-receipt__main > .table-bordered > tfoot > tr:last-child > th,
#fc .fc-cart__main > .table-bordered > tfoot > tr:last-child > th,
#fc .fc-checkout__main > .table-bordered > tfoot > tr:last-child > th,
#fc .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#fc .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#fc .fc-cart__main > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#fc .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#fc .fc-cart__main > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#fc .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
#fc .fc-receipt__main > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
#fc .fc-cart__main > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
#fc .fc-checkout__main > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
#fc .panel > .table-responsive, #fc .fc-receipt__main > .table-responsive, #fc .fc-cart__main > .table-responsive,
#fc .fc-checkout__main > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
#fc .panel-group {
  margin-bottom: 20px;
}
#fc .panel-group .panel, #fc .panel-group .fc-receipt__main, #fc .panel-group .fc-cart__main,
#fc .panel-group .fc-checkout__main {
  margin-bottom: 0;
  border-radius: 4px;
}
#fc .panel-group .panel + .panel, #fc .panel-group .fc-receipt__main + .panel, #fc .panel-group .panel + .fc-receipt__main, #fc .panel-group .fc-receipt__main + .fc-receipt__main, #fc .panel-group .fc-cart__main + .panel, #fc .panel-group .fc-cart__main + .fc-receipt__main,
#fc .panel-group .fc-checkout__main + .panel,
#fc .panel-group .fc-checkout__main + .fc-receipt__main, #fc .panel-group .panel + .fc-cart__main, #fc .panel-group .fc-receipt__main + .fc-cart__main, #fc .panel-group .fc-cart__main + .fc-cart__main,
#fc .panel-group .fc-checkout__main + .fc-cart__main,
#fc .panel-group .panel + .fc-checkout__main,
#fc .panel-group .fc-receipt__main + .fc-checkout__main,
#fc .panel-group .fc-cart__main + .fc-checkout__main,
#fc .panel-group .fc-checkout__main + .fc-checkout__main {
  margin-top: 5px;
}
#fc .panel-group .panel-heading, #fc .panel-group #fc-receipt__section--header {
  border-bottom: 0;
}
#fc .panel-group .panel-heading + .panel-collapse .panel-body, #fc .panel-group #fc-receipt__section--header + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
#fc .panel-group .panel-footer {
  border-top: 0;
}
#fc .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
#fc .panel-default {
  border-color: #ddd;
}
#fc .panel-default > .panel-heading, #fc .panel-default > #fc-receipt__section--header {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#fc .panel-default > .panel-heading + .panel-collapse > .panel-body, #fc .panel-default > #fc-receipt__section--header + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
#fc .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
#fc .panel-primary {
  border-color: #428bca;
}
#fc .panel-primary > .panel-heading, #fc .panel-primary > #fc-receipt__section--header {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
#fc .panel-primary > .panel-heading + .panel-collapse > .panel-body, #fc .panel-primary > #fc-receipt__section--header + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
#fc .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
#fc .panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
#fc .panel-success > .panel-heading, #fc .panel-success > #fc-receipt__section--header {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
#fc .panel-success > .panel-heading + .panel-collapse > .panel-body, #fc .panel-success > #fc-receipt__section--header + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
#fc .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
#fc .panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
#fc .panel-info > .panel-heading, #fc .panel-info > #fc-receipt__section--header {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
#fc .panel-info > .panel-heading + .panel-collapse > .panel-body, #fc .panel-info > #fc-receipt__section--header + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
#fc .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
#fc .panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
#fc .panel-warning > .panel-heading, #fc .panel-warning > #fc-receipt__section--header {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
#fc .panel-warning > .panel-heading + .panel-collapse > .panel-body, #fc .panel-warning > #fc-receipt__section--header + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
#fc .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
#fc .panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
#fc .panel-danger > .panel-heading, #fc .panel-danger > #fc-receipt__section--header {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
#fc .panel-danger > .panel-heading + .panel-collapse > .panel-body, #fc .panel-danger > #fc-receipt__section--header + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
#fc .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
#fc .clearfix:before, #fc .fc-sidebar:before, #fc .clearfix:after, #fc .fc-sidebar:after {
  content: " ";
  display: table;
}
#fc .clearfix:after, #fc .fc-sidebar:after {
  clear: both;
}
#fc .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#fc .pull-right, #fc .fc-password-action--guest .fc-password-action--button-container, #fc .fc-password-action--guest, #fc .fc-transaction__ui__button {
  float: right !important;
}
#fc .pull-left, #fc .fc-password-action--change .fc-password-action--button-container,
#fc .fc-password-action--reset .fc-password-action--button-container, #fc .fc-password-action--change,
#fc .fc-password-action--reset {
  float: left !important;
}
#fc .hide {
  display: none !important;
}
#fc .show {
  display: block !important;
}
#fc .invisible {
  visibility: hidden;
}
#fc .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#fc .hidden, #fc .fc-hidden {
  display: none !important;
  visibility: hidden !important;
}
#fc .affix {
  position: fixed;
}
#fc .visible-xs, #fc .fc-form-label--new-cc-cvv2, #fc .visible-sm, #fc .visible-md, #fc .visible-lg {
  display: none !important;
}
#fc .visible-xs-block,
#fc .visible-xs-inline,
#fc .visible-xs-inline-block,
#fc .visible-sm-block,
#fc .visible-sm-inline,
#fc .visible-sm-inline-block,
#fc .visible-md-block,
#fc .visible-md-inline,
#fc .visible-md-inline-block,
#fc .visible-lg-block,
#fc .visible-lg-inline,
#fc .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  #fc .visible-xs, #fc .fc-form-label--new-cc-cvv2 {
    display: block !important;
  }
  #fc table.visible-xs, #fc table.fc-form-label--new-cc-cvv2 {
    display: table;
  }
  #fc tr.visible-xs, #fc tr.fc-form-label--new-cc-cvv2 {
    display: table-row !important;
  }
  #fc th.visible-xs, #fc th.fc-form-label--new-cc-cvv2,
  #fc td.visible-xs,
  #fc td.fc-form-label--new-cc-cvv2 {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #fc .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #fc .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  #fc .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fc .visible-sm {
    display: block !important;
  }
  #fc table.visible-sm {
    display: table;
  }
  #fc tr.visible-sm {
    display: table-row !important;
  }
  #fc th.visible-sm,
  #fc td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fc .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fc .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fc .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #fc .visible-md {
    display: block !important;
  }
  #fc table.visible-md {
    display: table;
  }
  #fc tr.visible-md {
    display: table-row !important;
  }
  #fc th.visible-md,
  #fc td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #fc .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #fc .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #fc .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  #fc .visible-lg {
    display: block !important;
  }
  #fc table.visible-lg {
    display: table;
  }
  #fc tr.visible-lg {
    display: table-row !important;
  }
  #fc th.visible-lg,
  #fc td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #fc .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  #fc .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  #fc .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #fc .hidden-xs, #fc .fc-pos-modal--header__label, #fc .fc-container__grid--label--multiship-select,
  #fc .fc-container__grid--label--name,
  #fc .fc-container__grid--label--tax-id,
  #fc .fc-container__grid--label--address, #fc .fc-section-counter, #fc .fc-cart__items__header,
  #fc .fc-logo,
  #fc .fc-cart__items__header__quantity,
  #fc .fc-cart__items__header__total {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #fc .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #fc .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #fc .hidden-lg {
    display: none !important;
  }
}
#fc .visible-print {
  display: none !important;
}
@media print {
  #fc .visible-print {
    display: block !important;
  }
  #fc table.visible-print {
    display: table;
  }
  #fc tr.visible-print {
    display: table-row !important;
  }
  #fc th.visible-print,
  #fc td.visible-print {
    display: table-cell !important;
  }
}
#fc .visible-print-block {
  display: none !important;
}
@media print {
  #fc .visible-print-block {
    display: block !important;
  }
}
#fc .visible-print-inline {
  display: none !important;
}
@media print {
  #fc .visible-print-inline {
    display: inline !important;
  }
}
#fc .visible-print-inline-block {
  display: none !important;
}
@media print {
  #fc .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  #fc .hidden-print {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #fc .fc-container {
    padding-right: 7px;
    padding-left: 7px;
  }
  #fc .fc-container__row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
#fc .panel, #fc .fc-receipt__main, #fc .fc-cart__main,
#fc .fc-checkout__main {
  box-shadow: none;
}
#fc .fc-container__row,
#fc .fc-checkout__main {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 480px) {
  #fc .fc-password-action--guest {
    float: left !important;
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 480px) {
  #fc .fc-password-action--guest .fc-password-action--button-container {
    float: left !important;
    clear: left;
  }
}
#fc .fc-form-label--postal-code,
#fc .fc-form-label--city-options,
#fc .fc-form-label--city,
#fc .fc-form-label--region,
#fc .fc-form-label--customer-email,
#fc .fc-form-label--customer-password,
#fc .fc-form-label--new-cc-number,
#fc .fc-form-label--new-cc-exp-year,
#fc .fc-form-label--plastic-new__text {
  left: -9999px;
}
#fc html, #fc body {
  min-height: 100vh;
  position: relative;
}
#fc body {
  background: #EEEEEE url(/static/themes/responsive/images/background-dark.png) repeat top left;
  padding: 0;
}
@media (min-width: 768px) {
  #fc body {
    padding: 30px 0;
  }
}
#fc a {
  color: #4d4d4d;
}
#fc .text-info {
  color: rgb(13.25, 13.25, 13.25);
}
#fc h1 {
  color: #4D4D4D;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#fc h2,
#fc h3,
#fc h4 {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
#fc h2 {
  color: #4D4D4D;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#fc h3 {
  color: rgb(102.5, 102.5, 102.5);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
}
#fc h4 {
  color: gray;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#fc h5 {
  color: rgb(102.5, 102.5, 102.5);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
#fc p {
  font-size: 14px;
}
#fc p,
#fc input,
#fc button,
#fc span,
#fc a,
#fc table,
#fc table *,
#fc div,
#fc address,
#fc li,
#fc ul {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#fc fieldset {
  margin: 30px 0;
}
#fc legend, #fc #fc-receipt-container #fc-cart--responsive .fc-cart__title__header {
  color: #1a1a1a;
  font-weight: thin;
  border-bottom: none;
  margin-bottom: 20px;
  font-size: 1.75em;
}
#fc input[type=number]::-webkit-inner-spin-button,
#fc input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#fc input[type=number] {
  -moz-appearance: textfield;
}
#fc li {
  margin: 0;
}
#fc #fc-checkout-container {
  padding: 0;
  counter-reset: fieldsets 0;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
#fc #fc-checkout-container:before, #fc #fc-checkout-container:after {
  content: " ";
  display: table;
}
#fc #fc-checkout-container:after {
  clear: both;
}
@media (max-width: 767px) {
  #fc .fc-cart__main,
  #fc #fc-checkout-container,
  #fc .fc-receipt-container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #fc .fc-cart__main,
  #fc #fc-checkout-container,
  #fc .fc-receipt-container {
    min-height: 100%;
    overflow: hidden;
    clear: both;
  }
}
@media (min-width: 1200px) {
  #fc .fc-container {
    max-width: 970px;
  }
}
#fc .fc-sidebar {
  background: rgb(227.8, 227.8, 227.8);
  border-radius: 0 4px 4px 0;
}
#fc .fc-sidebar:before, #fc .fc-sidebar:after {
  content: " ";
  display: table;
}
#fc .fc-sidebar:after {
  clear: both;
}
@media (min-width: 768px) {
  #fc .fc-sidebar {
    min-height: 100%;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
  }
}
#fc .fc-sidebar .fc-container {
  padding: 0;
}
#fc .fc-checkout__main__contents {
  padding-top: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#fc #fc-cart--fixed-width .fc-logo__image,
#fc #fc-cart--fixed-width .fc-cart__items__header,
#fc #fc-cart--fixed-width .fc-logo,
#fc #fc-cart--fixed-width .fc-cart__items__header__quantity,
#fc #fc-cart--fixed-width .fc-cart__items__header__total {
  display: none;
}
#fc .fc-logo__image {
  padding: 50px 0 35px;
  margin: 0 auto;
}
#fc .fc-cart__title__header {
  font-size: 1.5em;
  margin-bottom: 5px;
  text-align: center;
}
#fc .fc-order-quantity {
  font-size: 0.875em;
  text-align: center;
}
#fc .fc-transaction-history {
  padding-left: 10px;
}
#fc .fc-transaction-history h2 {
  color: #1a1a1a;
  font-size: 1.5em;
}
#fc .fc-info {
  min-height: 65px;
  text-align: right;
  max-width: 500px;
  float: right;
  padding-top: 10px;
  padding-right: 10px;
  border: solid 2px #a19696;
  background-color: #f6f6b5;
}
#fc .fc-transaction__total {
  font-weight: bold;
  font-size: 1.1em;
}
#fc .fc-transaction__header {
  margin-bottom: 0;
}
#fc .fc-transaction__total .fc-subtotal__label,
#fc .fc-transaction__total .fc-subtotal__value {
  font-size: 16px;
  font-weight: bold;
  color: rgb(102.5, 102.5, 102.5);
}
#fc .fc-sidebar--cart .fc-transaction,
#fc .fc-sidebar--cart .fc-address-entry,
#fc .fc-sidebar--cart .fc-actions--payment {
  margin: 0 -15px;
  padding: 15px 15px;
}
#fc .fc-sidebar--cart .fc-transaction:before, #fc .fc-sidebar--cart .fc-transaction:after,
#fc .fc-sidebar--cart .fc-address-entry:before,
#fc .fc-sidebar--cart .fc-address-entry:after,
#fc .fc-sidebar--cart .fc-actions--payment:before,
#fc .fc-sidebar--cart .fc-actions--payment:after {
  content: " ";
  display: table;
}
#fc .fc-sidebar--cart .fc-transaction:after,
#fc .fc-sidebar--cart .fc-address-entry:after,
#fc .fc-sidebar--cart .fc-actions--payment:after {
  clear: both;
}
#fc .fc-sidebar--cart .fc-transaction,
#fc .fc-sidebar--cart .fc-address-entry {
  border-bottom: 1px solid #ddd;
}
#fc .fc-sidebar--cart .fc-address-entry,
#fc .fc-sidebar--cart .fc-actions--payment {
  border-top: 1px solid #ffffff;
}
#fc .fc-sidebar--cart .fc-shipping-rates__rate__name {
  font-size: 0.9em;
  padding-top: 3px;
}
#fc .fc-context--cart-fullpage .fc-sidecart-only-fixed {
  display: none;
}
@media (max-width: 767px) {
  #fc .fc-context--cart-fullpage .fc-section-counter {
    display: none !important;
  }
  #fc .fc-context--cart-fullpage .fc-cart__items--with-images .fc-cart__item__image {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 768px) {
  #fc .fc-context--cart-fullpage .fc-cart__title__header,
  #fc .fc-context--cart-fullpage .fc-order-quantity {
    display: inline-block;
    margin-bottom: 10px;
  }
  #fc .fc-context--cart-fullpage .fc-cart__title__header {
    padding-right: 20px;
  }
}
#fc .fc-cart__main {
  border-width: 2px;
}
#fc .fc-transaction {
  color: #4D4D4D;
  font-size: 13px;
}
#fc .fc-transaction table {
  width: 100%;
}
#fc .fc-transaction__section {
  padding: 5px 0;
  margin-bottom: 0.4em;
}
#fc .fc-transaction__ui__header {
  display: inline-block;
  vertical-align: top;
}
#fc .fc-transaction__ui__header__value {
  margin-left: 15px;
}
#fc .fc-transaction__ui__toggle {
  font-size: 11px;
  margin: 5px 0;
  border-radius: 6px;
  float: right;
}
#fc .fc-subtotal--row {
  margin-bottom: 0;
  padding: 0;
}
#fc .fc-subtotal__label {
  text-align: left;
  color: #4D4D4D;
  font-size: 12px;
  padding-left: 5px;
}
#fc .fc-transaction__subtotal .fc-subtotal__label,
#fc .fc-transaction__total .fc-subtotal__label {
  padding-left: 0;
}
#fc .fc-subtotal__value {
  text-align: right;
  color: #4D4D4D;
  vertical-align: bottom;
}
#fc .fc-logotype {
  text-align: center;
  font-size: 28px;
  color: #4D4D4D;
  margin-top: 2em;
}
#fc .fc-section-counter {
  height: 36px;
  width: 36px;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 1.25em;
  border-color: #1a1a1a;
  border-radius: 20px;
  display: inline-block;
  margin: -2px 3px 0;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  box-shadow: inset 0 3px 5px -3px black;
}
#fc .fc-section-counter {
  display: inline-block !important;
}
#fc legend .fc-section-counter:before, #fc #fc-receipt-container #fc-cart--responsive .fc-cart__title__header .fc-section-counter:before {
  counter-increment: fieldsets 1;
  content: counter(fieldsets, decimal);
}
#fc legend .fc-active, #fc #fc-receipt-container #fc-cart--responsive .fc-cart__title__header .fc-active {
  background-color: #00A533;
}
#fc legend .incomplete, #fc #fc-receipt-container #fc-cart--responsive .fc-cart__title__header .incomplete {
  background-color: #B9B9B9;
}
#fc {
  /* Postal Code specific elements */
}
#fc .fc-form-group--postal-code {
  margin-left: -15px;
  margin-right: -15px;
}
#fc .fc-form-control--postal-code--with-search {
  min-width: 6.5em;
}
#fc .fc-address-entry .fc-postal-code-entry__loading {
  display: block;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-color: #f5f5f5;
}
#fc .fc-address-entry .fc-postal-code-entry__loading:before, #fc .fc-address-entry .fc-postal-code-entry__loading:after {
  content: " ";
  display: table;
}
#fc .fc-address-entry .fc-postal-code-entry__loading:after {
  clear: both;
}
#fc .fc-address-entry .fc-postal-code-entry__loading .fc-spinner {
  margin: 0;
  float: left;
}
#fc .fc-address-entry .fc-postal-code-entry__loading__text {
  display: inline-block;
  float: left;
  margin: 0;
  margin-left: 15px;
}
#fc .fc-address-entry .fc-postal-code-entry__submit {
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
@media (min-width: 768px) {
  #fc .fc-address-entry .fc-postal-code-entry__submit {
    margin-left: -18px;
  }
}
#fc .fc-address-entry .fc-postal-code-entry__submit button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-bottom: 4px;
  margin-left: 1px;
  line-height: 2;
}
#fc .fc-address-entry .fc-alert-container--error .fc-postal-code-entry__submit button {
  padding-bottom: 2px;
}
#fc .fc-address-entry.fc-with-submit-postal-code .fc-postal-code-entry__submit {
  opacity: 1;
  max-height: 44px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#fc .fc-address-entry .text-info {
  max-height: 140px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-address-entry.fc-with-city-options .text-info, #fc .fc-address-entry.fc-with-submit-postal-code .text-info {
  max-height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#fc .fc-address-entry .fc-city-options {
  overflow: hidden;
  max-height: 0px;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#fc .fc-address-entry.fc-with-city-options .fc-city-options {
  max-height: 160px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
#fc .fc-address-entry .fc-city-inputs {
  display: block;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-address-entry.fc-with-city-inputs .fc-city-inputs {
  opacity: 1;
  margin-bottom: 15px;
  max-height: 200px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in 0.1s;
  -o-transition: all 0.2s ease-in 0.1s;
  transition: all 0.2s ease-in 0.1s;
}
#fc .fc-address-entry .fc-alert-container--error .fc-alert--danger {
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  #fc .fc-checkout__main__contents .fc-postal-code-entry__submit {
    margin-left: -10px;
  }
}
#fc .fc-btn-action {
  border-radius: 0;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#fc .fc-btn-action.btn-default, #fc .fc-btn-action.fc-button, #fc .fc-btn-action.fc-sidecart-button {
  border: 0;
}
#fc .fc-password-actions {
  margin-top: 8px;
}
#fc .fc-password-actions .fc-password-action {
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 480px) {
  #fc .fc-password-actions .fc-password-action {
    max-width: 100%;
  }
  #fc .fc-password-actions .fc-password-action:first-child {
    margin-bottom: 3px;
  }
}
#fc .fc-password-actions .fc-password-action .fc-button-link {
  padding-left: 6px;
  padding-right: 6px;
  white-space: normal;
  text-align: left;
}
#fc .fc-password-actions .fc-password-action:last-child .fc-button-link {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 480px) {
  #fc .fc-password-actions .fc-password-action:last-child .fc-button-link {
    text-align: left;
  }
}
#fc .fc-cancel-continue-shopping {
  text-align: center;
}
#fc .fc-cancel-continue-shopping .fc-button {
  margin: 0 auto 10px auto;
}
@media (min-width: 768px) {
  #fc #fc-cart--responsive .fc-cancel-continue-shopping {
    text-align: right;
  }
  #fc #fc-cart--responsive .fc-cancel-continue-shopping .fc-button {
    margin: 20px auto 0 auto;
  }
}
#fc .fc-button {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  line-height: 1.9; /* to match the .fc-form-control elements */
}
#fc .fc-form-control--static .fc-button {
  margin-top: -7px;
}
#fc .fc-button--cancel {
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
}
#fc .fc-button {
  background: #F9F9F9; /* Old browsers */
  background: -webkit-linear-gradient( $gradients) top 0%;
  background: linear-gradient( #F9F9F9, #EEEEEE) top 0%;
  border: 1px solid #d5d5d5;
  color: #888888;
  text-shadow: 1px 1px 0px white;
}
#fc .fc-input-group__button > .fc-button:hover,
#fc .fc-button:hover {
  background: #F9F9F9; /* Old browsers */
  background: -webkit-linear-gradient( $gradients) top 0%;
  background: linear-gradient( #F9F9F9, #EEEEEE) top 0%;
  color: #555555;
  border-color: #bbbbbb;
  z-index: 0;
}
#fc .fc-action--checkout--button,
#fc .fc-button--subscription-cancel,
#fc .fc-button--submit {
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #55aa3f;
  background-color: #00A533;
  color: #ffffff;
  background: -webkit-linear-gradient(top, $gradients);
  background: linear-gradient(to bottom, #73b263 0%, #458c33 100%);
  /* W3C */
  text-shadow: 1px 1px 0px rgb(50, 113, 35);
}
#fc .fc-action--checkout--button:hover, #fc .fc-action--checkout--button:focus,
#fc .fc-button--subscription-cancel:hover,
#fc .fc-button--subscription-cancel:focus,
#fc .fc-button--submit:hover,
#fc .fc-button--submit:focus {
  color: #ffffff;
  border-color: #55aa3f;
  background-color: #00A533;
  background: -webkit-linear-gradient(top, $gradients);
  background: linear-gradient(to bottom, #458c33 0%, #458c33 100%);
  /* W3C */
  text-shadow: 1px 1px 0px rgb(50, 113, 35);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#fc .fc-button--submit .fc-spinner {
  margin-top: 0;
}
#fc .fc-button--submit .fc-spinner > div {
  background-color: #ffffff;
}
#fc .fc-coupon-entry--input {
  margin-bottom: 10px;
  width: 100%;
}
#fc .fc-coupon-entry__apply {
  left: -5px;
}
#fc .fc-transaction__discounts .fc-alert--warning {
  width: 100%;
  color: #DC3144;
  text-shadow: none;
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  background: none;
}
#fc .fc-transaction__discounts .fc-subtotal--row .fc-subtotal__label,
#fc .fc-transaction__discounts .fc-subtotal--row .fc-subtotal__value {
  color: #267d00;
}
#fc .fc-transaction__discounts .fc-subtotal--row--new {
  -webkit-animation: highlight 2s ease-in 0s 1;
  -o-animation: highlight 2s ease-in 0s 1;
  animation: highlight 2s ease-in 0s 1;
}
#fc .fc-subtotal--row--inactive .fc-subtotal__label,
#fc .fc-subtotal--row--inactive .fc-subtotal__value {
  color: #4d4d4d;
}
#fc [data-fc-error-notifier] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 0;
  background-color: #DC3144;
  text-align: center;
  z-index: 1500;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
#fc [data-fc-error-notifier] h3 {
  opacity: 0;
}
#fc [data-fc-error-notifier].fc-alert.fc-alert--danger {
  padding: 0;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
#fc [data-fc-error-notifier].fc-alert.fc-alert--danger h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #ffffff;
  opacity: 1;
  padding: 0;
  text-shadow: none;
  -webkit-transition: opacity 0.6s linear;
  -o-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}
#fc {
  /* First and Last name inputs on the same line */
  /* Company + Phone inputs optionally on the same line */
  /* Postal Code + Select autocomplete */
  /* City + State inputs */
}
#fc .fc-form-group {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #fc .fc-form-group {
    margin-bottom: 15px;
  }
}
#fc .fc-form-group--multiple-inline > div:nth-of-type(2) {
  padding-right: 7px;
  padding-left: 8px;
}
#fc .fc-form-group--multiple-inline > div:first-of-type {
  padding-right: 7px;
}
#fc .fc-form-group--multiple-inline > div:last-of-type {
  padding-left: 8px;
  padding-right: 15px;
}
#fc .fc-container__grid--input--phone {
  padding-right: 7px;
}
.fc-form-group--multiple-inline #fc .fc-container__grid--input--phone {
  padding-right: 15px;
}
#fc .fc-form-control,
#fc .fc-form-control:focus {
  font-size: 14px;
  height: 40px;
  background: #EEEEEE;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #fc .fc-form-control--postal-code,
  #fc .fc-form-control--postal-code:focus,
  #fc .fc-coupon-entry--input .fc-form-control,
  #fc .fc-coupon-entry--input .fc-form-control:focus {
    border-top: 1px solid #bbbbbb;
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
}
#fc .fc-sidebar .fc-form-control,
#fc .fc-sidebar .fc-form-control:focus {
  background: #ffffff;
}
#fc .fc-cart__item__quantity .fc-form-control:focus {
  height: auto;
}
#fc .fc-form-control--static {
  line-height: 28px; /* to match the .fc-form-control elements */
}
#fc .fc-form-group .fc-form-group .fc-form-label {
  line-height: 28px;
}
#fc .fc-form-group--postal-code { /* To avoid double bottom margins when a .form-group containers more .form-group elements */
  margin-bottom: 0;
}
#fc .fc-alert--success .fc-input-group--customer-password__authenticated,
#fc .fc-input-group--customer-email__found {
  width: 100%;
}
#fc .fc-alert--success .fc-input-group--customer-password__authenticated .fc-input-group__button,
#fc .fc-input-group--customer-email__found .fc-input-group__button {
  display: none;
}
#fc .fc-container__grid--input--customer-email .fc-input-group .fc-form-control--customer-email {
  border-radius: 4px;
}
#fc .fc-form-label {
  font-weight: normal;
  color: #4D4D4D;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (max-width: 767px) {
  #fc .fc-form-label.focused {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
#fc .fc-checkout__main__contents .fc-address-entry .fc-form-label {
  padding-top: 7px;
  text-align: right;
}
#fc .fc-checkout__main__contents .fc-address-entry .fc-shipping-results .fc-form-label,
#fc .fc-checkout__main__contents .fc-address-entry .fc-input-group-container .fc-form-label {
  text-align: left;
}
#fc .fc-checkout__main__contents .fc-address-entry .fc-input-group-container .fc-form-label {
  padding-top: 0;
  line-height: 2.9em;
}
@media (max-width: 767px) {
  #fc label.focused {
    color: #666;
    left: 10%;
    top: -13px;
    font-weight: normal;
    font-size: 0.85em;
    line-height: 1.2em;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
#fc select.fc-form-control {
  padding-left: 6px;
  padding-right: 0px;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 0px 0px #ffffff;
  -moz-padding: 8px 0 4px 12px;
  -webkit-box-shadow: none;
}
@media (min-width: 992px) {
  #fc select.fc-form-control {
    padding-top: 8px;
    border-top: 1px solid #cccccc;
  }
}
#fc select.fc-form-control:focus {
  border: 1px solid rgb(174.8695652174, 217.0434782609, 238.1304347826);
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  box-shadow: 0px 0px 2px 2px rgb(174.8695652174, 217.0434782609, 238.1304347826);
}
#fc .fc-input-group-container {
  padding: 5px 28px 0px 28px;
  position: relative;
}
#fc .fc-input-group-container .fc-form-group {
  margin-top: -40px;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}
#fc .fc-input-group-container .fc-form-group select {
  background: #ffffff;
}
#fc .fc-input-group-container .fc-form-group input {
  background: #ffffff;
}
#fc .fc-input-group-container .fc-form-group label {
  padding-left: 0;
}
#fc .fc-input-group-container--active {
  padding-bottom: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  border: 2px solid #fff;
  -webkit-transition: background-color 0.2s linear 0.2s;
  -o-transition: background-color 0.2s linear 0.2s;
  transition: background-color 0.2s linear 0.2s;
}
#fc .fc-input-group-container--active p {
  font-size: 95%;
}
#fc .fc-input-group-container--active .fc-form-group {
  opacity: 1;
  margin: 1em 0px 10px 0;
  max-height: 200px;
  -webkit-transition: all 0.2s ease-in 0.2s;
  -o-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
}
#fc .fc-input-group-container--active .fc-input-group-container__title {
  background-color: #e1e1e1;
  -webkit-transition: background-color 0.2s linear 0.2s;
  -o-transition: background-color 0.2s linear 0.2s;
  transition: background-color 0.2s linear 0.2s;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 40px;
}
#fc .fc-input-group-container--active .fc-input-group-container__title input {
  left: -2px;
  margin-top: -6px;
}
#fc .fc-input-group-container--active .fc-input-group-container__title--forced {
  background-color: rgb(216.25, 232.5, 192.5);
  text-shadow: none;
  padding-left: 23px;
}
#fc .fc-input-group-container--checkbox .fc-form-control {
  top: 13px;
}
#fc .fc-input-group-container--radios .fc-radio {
  margin-bottom: 0.5em;
}
#fc .fc-input-group-container--checkbox .fc-input-group-container__title:before {
  border-radius: 7px;
}
#fc .fc-input-group-container--checkbox .fc-input-group-container__title input,
#fc .fc-input-group-container--radio .fc-input-group-container__title input {
  margin-left: -28px;
  margin-top: -6px;
}
#fc .fc-input-group-container--checkbox .fc-input-group-container__title input {
  margin-top: -7px;
}
#fc .fc-input-group-container .fc-form-group input[type=checkbox],
#fc .fc-input-group-container .fc-form-group input[type=radio] {
  float: left;
  margin-left: 0;
  position: relative;
  top: 7px;
  left: 0;
  padding: 0;
  line-height: 1;
  height: 14px;
  width: 16px;
  margin-top: 0;
  margin-right: 12px;
  box-shadow: none;
}
#fc .fc-form-group .fc-input-group-container__title {
  line-height: 25px;
  display: block !important;
  background-color: none;
  border-radius: 5px 5px 0 0;
  margin: -5px -28px 0 -28px;
  padding-left: 28px;
  padding-right: 28px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  max-width: none;
}
#fc .fc-form-group .fc-input-group-container__title .fc-payment-no-logo {
  line-height: 2.9em;
}
#fc .fc-form-group .fc-input-group-container__title img {
  position: relative;
  top: -2px;
  display: inline-block;
}
#fc .fc-input-group-container__no-title .fc-form-control,
#fc .fc-input-group-container__title .fc-form-control {
  position: relative;
  top: 12px;
  left: 0;
  z-index: 3;
  padding: 0;
  line-height: 1;
  height: 14px;
  width: 16px;
  margin-top: 0;
  margin-right: 12px;
  box-shadow: none;
}
#fc .fc-input-group-container__no-title:before,
#fc .fc-input-group-container__title:before {
  content: "";
  background: #fff;
  border-radius: 16px;
  border: 2px solid #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 2;
  top: 7px;
  left: -8px;
  clip: rect(0px, 100px, 100px, 6px);
}
#fc .fc-input-group-container__no-title.fc-input-group-container__title--forced:before,
#fc .fc-input-group-container__title.fc-input-group-container__title--forced:before {
  background: inherit;
  width: 0;
  height: 0;
}
#fc #fc-additional-fields .fc-form-group {
  margin-bottom: 8px;
}
#fc .fc-container__grid--use-different-address .fc-input-group-container--checkbox {
  padding-left: 0;
}
#fc .fc-form-label--tos a {
  color: rgb(13.25, 13.25, 13.25);
  text-decoration: underline;
}
#fc .fc-foxycomplete {
  position: relative;
}
#fc .fc-foxycomplete-list {
  background-color: #fff;
  border: 1px solid #777;
  display: block;
  list-style-type: none;
  margin: 0;
  max-height: 200px;
  padding: 0px;
  position: absolute;
  overflow: auto;
}
#fc .fc-foxycomplete-list li {
  border-top: 1px solid #aaa;
  cursor: pointer;
  width: 100%;
  padding: 0;
  margin: 0;
}
#fc .fc-foxycomplete-list li:first-child {
  border-top: none;
}
#fc .fc-foxycomplete-list .active {
  background-color: #eef;
}
#fc .fc-foxycomplete-list li p {
  font-size: 14px;
  margin: 0;
  padding: 5px 7px;
}
#fc .fc-foxycomplete-list li .matchRow {
  color: #666;
  padding-top: 0;
  font-style: italic;
}
#fc .fc-foxycomplete-list li .matchedField {
  color: #999;
  font-style: italic;
}
#fc .fc-foxycomplete-list .match {
  font-weight: bold;
  text-decoration: underline;
}
#fc .fc-foxycomplete-list .fc-foxycomplete-no-results p {
  color: #777;
  font-style: italic;
}
#fc .fc-foxycomplete-combobox {
  background: #F1F1F1;
  border: none;
  border-left: 1px solid #777;
  color: #777;
  cursor: pointer;
  font-family: Tahoma;
  font-size: 12px;
  text-align: center;
  position: absolute;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#fc .fc-foxycomplete-combobox:hover {
  background: #ffffff;
}
#fc .fc-foxycomplete-flag {
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  padding: 0;
  margin: 0;
}
#fc .fc-foxycomplete-inactive .fc-location {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: underline;
}
#fc .fc-foxycomplete-inactive .fc-readonly {
  text-decoration: none;
  cursor: default;
}
#fc .fc-foxycomplete-inactive .fc-foxycomplete-combobox-closed {
  display: none;
}
#fc .fc-foxycomplete-active .fc-readonly {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  cursor: default;
}
#fc #fc-icons {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  position: absolute;
}
#fc .fc-svg-icon {
  display: inline-block;
  height: 0.9em;
  width: 0.9em;
  text-align: center;
}
#fc .fc-svg-icon.fc-icon-large {
  height: 1.25em;
  margin-bottom: -0.25em;
  width: 1.25em;
}
#fc .fc-svg-icon.fc-icon-small {
  height: 0.7em;
  width: 0.7em;
  margin-bottom: 0;
}
#fc .fc-svg-icon#fc-icon-lock-large {
  width: 0.6em;
}
#fc .fc-cc-icon {
  position: absolute;
  top: 9px;
  right: 22px;
  font-size: 24px;
  color: #C1DB9B;
}
#fc .fa-angle-double-left {
  display: block;
  height: 12px;
  width: 9px;
  fill: #4D4D4D;
}
#fc .fa-caret-left {
  height: 14px;
  width: 5px;
  fill: #ffffff;
}
#fc .fa-caret-right {
  height: 14px;
  width: 5px;
  fill: #888888;
}
#fc .fa-lock {
  height: 16px;
  width: 14px;
  fill: #ffffff;
}
#fc .fa-lock {
  fill: #C1DB9B;
}
#fc .fa-lock-large {
  height: 117px;
  width: 85px;
  fill: #EEEEEE;
}
#fc .fa-times-circle {
  height: 14px;
  width: 14px;
  fill: #666;
}
#fc .fa-truck,
#fc .fa-bank {
  height: 17px;
  width: 16px;
  fill: #999;
}
#fc .fa-map-marker {
  height: 20px;
  width: 14px;
  fill: #999;
}
#fc {
  /* CSS LOADERS */
  /* http://tobiasahlin.com/spinkit/ */
}
#fc .fc-spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}
#fc .fc-spinner > div {
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -o-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#fc .fc-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#fc .fc-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#fc .fc-cart__multiship-header {
  padding: 0px 20px;
  background: #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#fc .fc-cart__multiship-header__ship-to {
  color: rgb(13.25, 13.25, 13.25);
  padding-left: 5px;
}
#fc .fc-cart__multiship-header__text {
  font-size: 14px;
  color: #4D4D4D;
}
@media (min-width: 768px) {
  #fc .fc-cart__multiship-header h4 {
    font-size: 16px;
  }
}
#fc .fc-modal--overlay {
  background: rgba(43, 46, 56, 0.9);
}
#fc .fc-modal,
#fc .fc-modal--wrapper:after {
  vertical-align: middle;
}
#fc .fc-modal {
  width: 90%;
}
@media only screen and (min-width: 471px) {
  #fc .fc-modal {
    width: 470px;
  }
}
#fc .fc-modal {
  text-align: left;
  background: none;
}
#fc .lt-ie9 .fc-modal {
  width: 470px;
}
#fc .fc-modal {
  display: none;
}
#fc .fc-modal .fc-modal--inner {
  position: relative;
  padding: 20px;
  opacity: 1;
  display: block;
  background: #ffffff;
  border-radius: 4px;
  border-width: 0;
  overflow: hidden;
  animation: none;
  -webkit-animation: none;
}
#fc .fc-modal .fc-modal--inner .fc-spinner {
  margin: 10px auto;
  float: none;
}
#fc .fc-modal .fc-modal--inner .fc-spinner > div {
  background-color: #C1DB9B;
}
#fc .fc-modal .fc-modal--inner h2, #fc .fc-modal .fc-modal--inner address, #fc .fc-modal .fc-modal--inner p {
  text-shadow: none;
}
#fc .fc-modal .fc-modal--inner h2 {
  font-size: 1.3125em;
  margin: 0 0 10px;
  padding: 0;
  color: #000000;
}
#fc .fc-modal .fc-modal--inner p {
  color: #000000;
  font-size: 95%;
  margin-bottom: 15px;
}
#fc .fc-modal .fc-modal--inner p:last-child {
  margin-bottom: 0px;
}
#fc .fc-modal .fc-modal--inner address {
  font-weight: normal;
  color: #1A1A1A;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 0;
}
#fc .fc-modal .fc-modal--inner .fc-address-validation--suggested address {
  border: none;
  background-color: #ccc;
}
#fc .fc-modal .fc-modal--inner a[data-remodal-action] {
  cursor: pointer;
}
#fc .fc-modal .fc-modal--inner button {
  margin-top: 10px;
  width: 100%;
}
#fc .fc-modal .fc-alert--success h2 {
  color: #3e5300;
}
#fc .fc-modal--is-initialized {
  display: inline-block;
}
#fc .fc-address-validation--changed {
  background-color: #ffffaa;
  font-weight: bold;
  color: #3e5300;
}
#fc .fc-address-validation__address1:after,
#fc .fc-address-validation__address2:after,
#fc .fc-address-validation__region:after,
#fc .fc-address-validation__postal-code:after,
#fc .fc-address-validation__country:after {
  content: "\a";
  white-space: pre;
}
#fc #fc-payment {
  position: relative;
  min-height: 160px;
}
#fc .fc-payment-method--plastic-saved__card-number a,
#fc .fc-container__checkout-helper-text a,
#fc .fc-container__subscription-cancel-helper-text a {
  color: #A9A9A9;
}
#fc .fc-checkout__section--payment__method__logo {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--visa .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--visa .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--visa {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--mastercard .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--mastercard .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--mastercard {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--amex .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--amex .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--amex {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--discover .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--discover .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--discover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--dinersclub .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--dinersclub .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--dinersclub {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--maestro .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--maestro .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--maestro {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--laser .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--laser .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--laser {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--jcb .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--jcb .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--jcb {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--unionpay .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--unionpay .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--unionpay {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--uatp .fc-checkout__section--payment__method__logo {
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-checkout__section--payment--uatp .fc-checkout__section--payment__method__logo.fc-checkout__section--payment__method__logo--uatp {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
#fc .fc-container__grid--plastic-new-exp-month {
  padding-left: 10px;
  padding-right: 5px;
  width: 28%;
}
#fc .fc-container__grid--plastic-new-exp-year,
#fc .fc-container__grid--plastic-new-csc {
  padding-left: 5px;
  padding-right: 5px;
}
#fc .fc-container__grid--plastic-new-exp-year {
  width: 27%;
}
#fc .fc-container__grid--plastic-new-csc {
  width: 20%;
  padding-right: 0px;
}
@media (max-width: 767px) {
  #fc .fc-container__grid--plastic-new-exp-month {
    padding-left: 0px;
    width: 35%;
  }
  #fc .fc-container__grid--plastic-new-exp-year {
    width: 35%;
  }
  #fc .fc-container__grid--plastic-new-csc {
    width: 22%;
  }
}
@media (max-width: 480px) {
  #fc .fc-container__grid--plastic-new-exp-month,
  #fc .fc-container__grid--plastic-new-exp-year {
    width: 35%;
  }
  #fc .fc-container__grid--plastic-new-csc {
    width: 30%;
  }
}
#fc {
  /* Payment methods */
}
#fc .fc-checkout__section--payment {
  position: relative;
}
#fc .fc-checkout__section--payment > .fc-form-group {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #fc .fc-checkout__section--payment > .fc-form-group {
    margin-bottom: 8px;
  }
}
#fc .fc-checkout__section--payment #fc-icon-lock-large {
  position: absolute;
  color: #EEEEEE;
  top: 0px;
  left: 55px;
  font-size: 130px;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__saved,
#fc .fc-checkout__section--payment .fc-payment-method--plastic__new {
  padding-top: 0;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-form-group,
#fc .fc-checkout__section--payment .fc-payment-method--plastic__new .fc-form-group {
  margin-top: 5px;
  margin-bottom: 0.7em;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-form-group:last-child,
#fc .fc-checkout__section--payment .fc-payment-method--plastic__new .fc-form-group:last-child {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #fc .fc-checkout__section--payment .fc-container__grid--static--plastic-saved-csc {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  #fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-input-group-container--active {
    min-height: 160px;
  }
}
@media (max-width: 480px) {
  #fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-input-group-container--active {
    min-height: 27px;
  }
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-form-group:first-of-type {
  margin-bottom: 0;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-form-group .fc-form-label {
  padding-top: 7px;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-svg-icon--lock {
  position: absolute;
  top: 56px;
  left: 20px;
  color: #ffffff;
  font-size: 85px;
}
@media (max-width: 480px) {
  #fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-svg-icon--lock {
    display: none !important;
  }
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__saved .fc-input-group-container--active .fc-form-control--static {
  font-size: 100% !important;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__new .fc-input-group-container__title--forced {
  padding-left: 40px;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__new .fc-form-group:first-of-type {
  margin-top: 15px;
}
#fc .fc-checkout__section--payment .fc-payment-method--plastic__new .fc-svg-icon--lock {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 24px;
  color: #C1DB9B;
}
#fc .fc-checkout__section--payment .fc-checkout__section--payment__method__logo,
#fc .fc-checkout__section--payment .fc-payment-method-logo {
  display: inline-block;
  text-align: left;
}
#fc .fc-checkout__section--payment .fc-checkout__section--payment__method__logo img,
#fc .fc-checkout__section--payment .fc-payment-method-logo img {
  height: 23px;
  margin-right: 5px;
}
#fc .fc-form-control--new-cc-number,
#fc .fc-payment-method--plastic__saved .fc-form-control {
  padding-right: 0;
  padding-left: 6px;
  background: #ffffff;
}
#fc .fc-container__grid--input--plastic-new-card-number {
  padding-right: 0px;
  padding-left: 0;
}
@media (max-width: 480px) {
  #fc .fc-container__grid--input--plastic-new-card-number {
    width: 100%;
  }
}
#fc .fc-container__grid--payment-method .fc-form-label--new-cc-exp-month {
  margin-top: 7px;
  padding-left: 0;
}
@media (max-width: 991px) {
  #fc .fc-form-label__pos-masked-number,
  #fc .fc-form-label__pos-expiration {
    text-align: left;
  }
}
#fc .fc-container__static--pos-masked-number .fc-payment-method-logo img {
  margin-right: 0;
  margin-left: 5px;
}
#fc .fc-pos-modal .fc-modal--inner {
  min-height: 300px;
}
#fc [data-fc-id=fc-pos--swipe-ui] {
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
}
#fc [data-fc-id=fc-pos--swipe-ui] h3 {
  text-align: center;
  margin: 95px 0 30px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
#fc .fc-pos-modal--header {
  margin: -20px -20px 20px;
  padding: 20px;
  background: #F1F1F1;
  text-align: center;
}
#fc .fc-pos-modal--header h2 {
  font-size: 20px;
}
#fc .fc-pos-modal--header h3 {
  margin: 0 0 5px;
  font-size: 16px;
}
#fc .fc-pos-modal--header ul {
  list-style: none;
  border-top: 1px solid #CCC;
  margin: 0;
  padding: 10px 0 0;
}
#fc .fc-pos-modal--header .fc-pos-modal--email {
  margin-top: 8px;
}
#fc .fc-pos-modal--header .fc-payment-method-logo {
  display: inline-block;
  text-align: left;
}
#fc .fc-pos-modal--header .fc-payment-method-logo img {
  height: 20px;
  margin-left: 5px;
}
#fc #fc_checkout_pos_encryption_number {
  position: absolute;
  height: 0px;
  width: 0px;
  overflow: hidden;
  opacity: 0;
  top: 0px;
  left: 0px;
}
#fc .fc-3dsv2-modal .fc-modal--inner {
  padding: 0;
  height: 450px;
}
#fc .fc-3dsv2-modal iframe {
  border: 0;
  width: 100%;
  height: 95%;
}
#fc .fc-3dsv2-modal .fc-modal--inner .fc-spinner {
  margin-top: 165px;
}
#fc .modal-buttons {
  width: 100%;
  text-align: right;
  cursor: pointer;
}
#fc .modal-button-cancel-lang {
  color: #ffffff;
  float: right;
  padding-left: 5px;
}
#fc #fc-checkout__section--express-options {
  margin-bottom: 5px;
}
#fc #fc-checkout__section--express-options .fc-express-option {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 10px;
}
#fc span.fc-placeholder {
  font-size: 0.9em;
  font-weight: normal;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  padding: 4px 3px;
  z-index: 1;
  text-align: left;
  cursor: text;
}
#fc span.fc-placeholder--hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  position: inherit !important;
}
#fc span.placeholder-hide {
  display: none;
}
#fc {
  /* overwrite for the HTML5 Boilerplate way to hide labels */
}
#fc label.fc-form-label--with-placeholder {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -9999px;
  margin: 0 !important;
}
#fc .fc-cart__items {
  position: relative;
}
#fc .fc-cart__items .fc-cart__item__remove {
  float: none;
  opacity: 1;
  font-size: 12px;
}
#fc .fc-cart__items .fc-cart__item__remove a {
  color: #4D4D4D;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.1s linear, opacity 0.1s linear;
  -o-transition: color 0.1s linear, opacity 0.1s linear;
  transition: color 0.1s linear, opacity 0.1s linear;
  font-weight: normal;
}
#fc .fc-cart__items .fc-cart__item__remove a:hover {
  color: #c00;
  opacity: 1;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.1s linear, opacity 0.1s linear;
  -o-transition: color 0.1s linear, opacity 0.1s linear;
  transition: color 0.1s linear, opacity 0.1s linear;
}
#fc .fc-cart__items__header {
  background: #F9F9F9;
  font-weight: normal;
  font-size: 1em;
  border-bottom: none;
  border-right: 2px solid #ffffff;
  border-radius: 5px 0 0 0;
  text-shadow: 1px 1px 0px white;
}
#fc .fc-cart__items__header__column {
  padding: 15px;
}
#fc .fc-cart__item {
  padding: 10px;
  font-size: 13px;
  position: relative;
}
#fc .fc-cart__item__options {
  margin-left: 5px;
  font-size: 13px;
}
#fc .fc-cart__item.fc-cart__item--child-product {
  padding: 10px 15px 5px 30px;
  border-top: 1px solid #EEEEEE;
  border-bottom: none;
  border-left: none;
  background: rgb(250.75, 250.75, 250.75);
}
#fc .fc-cart__item--parent-product {
  border-bottom: none;
  border-left: none;
  border-top: 1px solid #fff;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, rgb(250.75, 250.75, 250.75)));
  background-image: -webkit-linear-gradient(#e4e4e4, rgb(250.75, 250.75, 250.75));
  background-image: linear-gradient(#e4e4e4, rgb(250.75, 250.75, 250.75));
  z-index: 1;
}
#fc .fc-cart__item--updating {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1000;
}
#fc .fc-cart__item--updating:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#fc .fc-cart__item--updating .fc-spinner {
  display: inline-block;
  vertical-align: middle;
}
#fc .fc-cart__item--updating .fc-spinner > div {
  background-color: #ffffff;
}
#fc #fc-cart--fixed-width .fc-cart__item__image {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#fc #fc-cart--fixed-width .fc-cart__item__details {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#fc #fc-cart--fixed-width .fc-cart__item__total {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#fc #fc-cart--fixed-width .fc-cart__item__price {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#fc #fc-cart--fixed-width .fc-cart__item__quantity {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#fc #fc-cart--responsive .fc-cart__item__image {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 768px) {
  #fc #fc-cart--responsive .fc-cart__item__image {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
}
#fc #fc-cart--responsive .fc-cart__item__details {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 768px) {
  #fc #fc-cart--responsive .fc-cart__item__details {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#fc #fc-cart--responsive .fc-cart__item__total {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 768px) {
  #fc #fc-cart--responsive .fc-cart__item__total {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#fc #fc-cart--responsive .fc-cart__item__price {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 768px) {
  #fc #fc-cart--responsive .fc-cart__item__price {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#fc #fc-cart--responsive .fc-cart__item__quantity {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 768px) {
  #fc #fc-cart--responsive .fc-cart__item__quantity {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  #fc .fc-cart__item__image {
    width: 34%;
    margin-left: -23%;
  }
}
#fc .fc-cart__item__image span {
  float: left;
  border: 5px solid #e4e4e4;
  border-radius: 10px;
  max-width: 100%;
}
#fc .fc-cart__item--child-product .fc-cart__item__image span {
  border: 3px solid #ffffff;
}
#fc .fc-cart__item__name {
  margin-bottom: 5px;
  font-weight: bold;
  color: rgb(0.5, 0.5, 0.5);
}
#fc .fc-cart__item__option__value {
  color: #4D4D4D;
  white-space: inherit;
}
#fc .fc-cart__item__option--subscription-details ul {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0 0 0 5px;
  border-left: 1px solid #ccc;
  font-size: 12px;
}
#fc .fc-cart__item__actions .fc-actions-container {
  border-left: none;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  text-align: left;
}
#fc .fc-cart__item__actions .fc-actions-container li:first-child {
  padding-left: 0;
}
#fc .fc-cart__item__totals {
  padding: 0;
}
#fc .fc-cart__item__totals .fc-container__row {
  margin: 0;
}
#fc .fc-cart__item__quantity .fc-form-control {
  margin-top: 4px;
  height: auto;
  padding: 5px 2px;
  display: inline-block;
  text-align: center;
  width: 3.5em;
  font-size: 14px;
}
@media (max-width: 767px) {
  #fc .fc-cart__item__quantity .fc-form-control {
    text-align: center;
  }
}
#fc .fc-cart__item__total p {
  margin-bottom: 0;
  color: rgb(13.25, 13.25, 13.25);
  font-weight: bold;
}
#fc .fc-cart__item__total,
#fc .fc-cart__item__price__each {
  white-space: nowrap;
}
#fc .fc-cart__item__price p {
  font-size: 11px;
  color: #999;
  margin-bottom: 0;
}
#fc .fc-cart__item__price small {
  display: none;
}
#fc #fc-cart--fixed-width .fc-cart__items__header {
  display: none !important;
}
#fc #fc-cart--fixed-width .fc-cart__item__details-and-image {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}
#fc #fc-cart--fixed-width .fc-cart__item__image {
  padding-left: 5px;
  padding-right: 5px;
}
#fc #fc-cart--fixed-width .fc-cart__item__details {
  padding-left: 5px;
  padding-right: 5px;
}
#fc #fc-cart--fixed-width .fc-cart__item__total {
  padding-left: 5px;
  padding-right: 5px;
}
#fc #fc-cart--fixed-width .fc-cart__item__price {
  padding-left: 5px;
  padding-right: 5px;
}
#fc #fc-cart--fixed-width .fc-cart__item__quantity {
  padding-left: 5px;
  padding-right: 5px;
}
#fc #fc-cart--fixed-width .fc-cart__item__totals {
  width: 25%;
  text-align: right;
}
#fc #fc-cart--fixed-width .fc-cart__item__total,
#fc #fc-cart--fixed-width .fc-cart__item__price,
#fc #fc-cart--fixed-width .fc-cart__item__quantity {
  width: 100%;
  left: 0;
  right: 0;
  margin-bottom: 5px;
}
#fc .fc-context--cart-fullpage .fc-cart__items__header__total,
#fc .fc-context--cart-fullpage .fc-cart__items__header__quantity,
#fc .fc-context--cart-fullpage .fc-cart__items__header__price {
  padding: 0 5px 0 0;
}
#fc .fc-context--cart-fullpage .fc-cart__item__price,
#fc .fc-context--cart-fullpage .fc-cart__item__quantity {
  padding: 0 5px 0 0;
}
#fc .fc-context--cart-fullpage .fc-cart__item__total {
  padding: 0;
}
#fc .fc-context--cart-fullpage .fc-cart__item__image {
  width: 21.666667%;
  margin-left: -5%;
}
#fc .fc-context--cart-fullpage .fc-cart__item__image span {
  float: none;
  border: none;
}
#fc .fc-context--cart-fullpage .fc-cart__item__image__img {
  margin-top: 5px;
}
@media (min-width: 768px) {
  #fc .fc-context--cart-fullpage .fc-cart__item__total {
    /*       text-align:right; */
  }
  #fc .fc-context--cart-fullpage .fc-cart__item__quantity {
    /*       text-align:center; */
  }
  #fc .fc-context--cart-fullpage .fc-cart__item__price {
    /*       text-align:left; */
  }
}
@media (min-width: 768px) {
  #fc .fc-cart__item {
    padding: 15px 20px 10px;
    font-size: 14px;
  }
  #fc .fc-cart__item__image {
    padding-right: 0;
    padding-left: 0;
  }
  #fc .fc-cart__item__image .fc-cart__item__details {
    padding-left: 15px;
  }
  #fc .fc-cart__item__quantity {
    padding-left: 0;
    padding-right: 0;
  }
  #fc .fc-cart__item__quantity .fc-form-control {
    width: 3em;
    font-size: 14px;
    margin-top: -5px;
    padding: 5px 2px;
    height: auto;
  }
  #fc .fc-cart__item__price p {
    font-size: 14px;
  }
}
#fc #fc-receipt__section--header {
  background: #EEEEEE;
  padding: 15px 25px;
}
#fc #fc-receipt__section--header .fc-container__grid--receipt--logo #fc-logo--receipt {
  max-height: 80px;
  margin: 0;
  padding: 0;
}
#fc #fc-receipt__section--header .fc-container__grid--receipt--transaction-subject {
  text-align: right;
  padding-top: 20px;
}
#fc #fc-receipt__section--downloadables .fc-container__grid--static-label--downloadables {
  display: none;
}
#fc #fc-receipt__section--downloadables .fc-container__grid--static-input--downloadables {
  width: 100%;
}
#fc #fc-receipt__section--footer {
  margin-bottom: 30px;
}
#fc #fc-receipt__section--transaction-history {
  margin-top: 30px;
}
#fc #fc-receipt__section--transaction-history .fc-list--transaction-history__item {
  font-size: 12px;
}
#fc #fc-receipt__section--transaction-history .fc-transaction-history__positive {
  color: #267d00;
}
#fc #fc-receipt__section--transaction-history .fc-transaction-history__processor {
  color: #999;
}
#fc #fc-receipt__section--receipt_messaging_and_actions:before, #fc #fc-receipt__section--receipt_messaging_and_actions:after {
  content: " ";
  display: table;
}
#fc #fc-receipt__section--receipt_messaging_and_actions:after {
  clear: both;
}
#fc #fc-receipt__section--receipt_messaging_and_actions {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: 1px dashed #A9A9A9;
}
#fc #fc-receipt__section--receipt_messaging_and_actions .fc-alert {
  border-radius: 5px;
}
#fc #fc-receipt__section--receipt_messaging_and_actions #fc-messages,
#fc #fc-receipt__section--receipt_messaging_and_actions .fc-alert {
  margin-bottom: 15px;
}
#fc #fc-receipt__section--receipt_messaging_and_actions #fc-receipt__section--downloadables,
#fc #fc-receipt__section--receipt_messaging_and_actions #fc-receipt__section--actions {
  margin-bottom: 15px;
}
#fc #fc-receipt-container fieldset {
  margin-top: 0;
}
#fc #fc-receipt-container .fc-form-group {
  margin-bottom: 0;
}
#fc #fc-receipt-container fieldset .fc-form-group .fc-form-label {
  padding-left: 0;
  text-align: right;
  font-size: 0.85em;
  line-height: 1em;
  color: #999;
}
#fc #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input] {
  padding-left: 0;
}
#fc #fc-receipt-container fieldset .fc-form-group div[class*=fc-container__grid--static-input] p {
  font-size: 0.85em;
  line-height: 1em;
}
#fc #fc-receipt-container fieldset .fc-form-group .fc-container__grid--static-label--country {
  display: none;
}
#fc #fc-receipt-container .fc-form-group--receipt--phone {
  margin-top: 1em;
}
#fc #fc-receipt-container .fc-container__grid--static-label--multiship-total,
#fc #fc-receipt-container .fc-container__grid--static-input--multiship-total {
  font-weight: bold;
}
#fc #fc-receipt-container #fc-cart--responsive {
  padding-right: 15px;
  padding-left: 15px;
}
#fc #fc-receipt-container #fc-cart--responsive .fc-cancel-continue-shopping {
  display: none;
}
#fc #fc-receipt-container #fc-cart--responsive .fc-cart__main {
  margin-bottom: 0;
}
#fc #fc-receipt-container #fc-cart--responsive #fc-logo,
#fc #fc-receipt-container #fc-cart--responsive .fc-logotype {
  display: none;
}
#fc #fc-receipt-container #fc-cart--responsive .fc-cart__title {
  text-align: left;
}
#fc #fc-receipt-container #fc-cart--responsive .fc-cart__title__header {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  text-align: left;
}
#fc #fc-receipt-container #fc-cart--responsive .fc-order-quantity {
  display: inline-block;
  padding: 0 0 0 1em;
  margin: 0;
}
#fc #fc-receipt-container #fc-cart--responsive .fc-cart__item__image {
  margin-left: -25.5px;
}
#fc #fc-receipt-container #fc-cart--responsive .fc-cart__item__image span {
  border: none;
}
@media print {
  @page {
    #fc {
      size: auto;
      margin-left: 2cm;
      margin-right: 2cm;
    }
  }
  #fc [class*=col-sm-] {
    float: left;
  }
  #fc body,
  #fc #fc-receipt__section--header {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  #fc .fc-container {
    padding: 0;
    margin: 0;
  }
  #fc #fc-logo--receipt {
    max-height: 0.75in;
    max-width: 2in;
  }
  #fc #fc-receipt__section--receipt_messaging_and_actions,
  #fc .fc-cancel-continue-shopping {
    display: none;
  }
  #fc #fc-receipt-container fieldset {
    margin: 0;
  }
  #fc #fc-receipt__section--general-information,
  #fc #fc-receipt__section--billing-information,
  #fc #fc-receipt__section--shipping-information,
  #fc #fc-receipt__section--custom-fields,
  #fc .fc-receipt__section--multiship-shipping-information {
    width: 49%;
    display: inline-block;
  }
  #fc #fc-receipt__section--multiship-shipping-information {
    width: 100%;
  }
  #fc #fc-receipt__section--shipping-information .fc-form-group {
    margin: 0;
  }
  #fc #fc-receipt__section--shipping-information .fc-form-label {
    opacity: 0;
  }
  #fc #fc-receipt__section--shipping-information .fc-receipt__section--shipping-information__address {
    padding: 0.5cm 0;
    border: 0.1cm solid #A9A9A9;
    font-weight: bold;
  }
  #fc .fc-cart__main__content {
    float: left;
    width: 66%;
  }
  #fc .fc-sidebar {
    float: right;
    width: 33%;
    background: none;
    color: #000;
    border: 0.1cm solid #A9A9A9;
    margin: 0;
    padding: 0;
  }
  #fc .fc-sidebar .fc-transaction__header {
    padding: 0.25cm 0;
    margin: 0;
    color: #000;
  }
  #fc .fc-sidebar .fc-transaction {
    padding: 0;
    margin: 0;
    color: #000;
  }
  #fc .fc-sidebar .fc-transaction li {
    padding: 0 0 0.5cm;
    margin: 0;
    color: #000;
  }
  #fc .fc-sidebar .fc-transaction h5 {
    margin: 0;
    padding: 0;
  }
  #fc .fc-sidebar .fc-transaction td, #fc .fc-sidebar .fc-transaction th {
    color: #000;
  }
}
#fc .fc-transaction__shipping-address img {
  vertical-align: baseline;
  padding-left: 6px;
}
#fc .fc-transaction__shipping-address {
  border: 1px solid rgb(212.5, 212.5, 212.5);
  border-radius: 3px;
  margin: 15px 0;
  padding: 5px 5px 3px;
}
@media (min-width: 768px) {
  #fc .fc-transaction__shipping-address {
    margin: 5px 0 10px 5px;
  }
}
#fc .fc_checkout__shipping-results__help-text {
  font-weight: normal;
}
#fc .fc-shipping-rates__rate .fc-form-label--shipping-rate {
  display: block;
}
#fc .fc-shipping-rates__rate .fc-form-label--shipping-rate:before, #fc .fc-shipping-rates__rate .fc-form-label--shipping-rate:after {
  content: " ";
  display: table;
}
#fc .fc-shipping-rates__rate .fc-form-label--shipping-rate:after {
  clear: both;
}
#fc .fc-shipping-rates__rate__name {
  float: left;
  padding: 0;
  width: 80%;
}
#fc .fc-shipping-rates__rate__name:before, #fc .fc-shipping-rates__rate__name:after {
  content: " ";
  display: table;
}
#fc .fc-shipping-rates__rate__name:after {
  clear: both;
}
#fc .fc-shipping-rates__rate__value {
  float: left;
  margin-left: 2%;
  padding: 0;
  width: 18%;
}
#fc .fc-shipping-rates__rate__value:before, #fc .fc-shipping-rates__rate__value:after {
  content: " ";
  display: table;
}
#fc .fc-shipping-rates__rate__value:after {
  clear: both;
}
#fc {
  /* Shipping radios and labels */
}
#fc .fc-shipping-rates__rate .fc-shipping-rates__rate__value {
  color: #999;
  font-style: italic;
}
#fc .fc-shipping-rates__rate {
  border: 2px solid rgba(255, 255, 255, 0);
  padding-bottom: 0.5em;
}
#fc .fc-input-group-container--active.fc-shipping-rates__rate {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
#fc .fc-container__grid--label--multiship-select {
  text-align: right;
}
#fc .fc-checkout__section--recaptcha {
  margin: -10px 0 30px;
  padding-top: 2px;
  overflow: hidden;
}
@media (max-width: 480px) {
  #fc .fc-checkout__section--recaptcha iframe {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
#fc .fc-container__grid--authentication-button--amazon .fc-action--payment--or {
  margin: -10px 0 5px 12px;
  color: #999;
}
@media (max-width: 767px) {
  #fc .fc-container__grid--authentication-button--amazon .fc-action--payment--or {
    margin-top: 0;
  }
}
#fc #AmazonAddressBookWidget,
#fc #AmazonWalletWidget,
#fc #AmazonConsentWidget {
  margin-left: 11%;
  height: auto !important;
}
@media (min-width: 768px) {
  #fc #AmazonAddressBookWidget,
  #fc #AmazonWalletWidget,
  #fc #AmazonConsentWidget {
    height: 300px !important;
  }
}
#fc #AmazonAddressBookWidget iframe,
#fc #AmazonWalletWidget iframe,
#fc #AmazonConsentWidget iframe {
  border: none !important;
}
@media (min-width: 768px) {
  #fc #AmazonConsentWidget {
    height: 175px !important;
  }
}
#fc .paypalplus_loader_spinner {
  width: 90%;
}
#fc .paypalplus_loader_spinner .paypalplus_loader_spinwrap {
  margin-left: -100px;
}
#fc .paypalplus_loader_spinner .paypalplus_loader_spinwrap p {
  margin: 0 0 0 -23px;
}
#fc #apple-pay {
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
#fc #apple-pay-express {
  width: 150px;
  height: 30px;
  border-radius: 5px;
}
@supports (-webkit-appearance: -apple-pay-button) {
  #fc #apple-pay,
  #fc #apple-pay-express {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: black;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  #fc #apple-pay,
  #fc #apple-pay-express {
    border: none;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-position: 50% 50%;
    background-color: black;
    background-size: 100% 60%;
    background-repeat: no-repeat;
  }
}
#fc .apple_pay_amount_text {
  background-color: #F0FFFF;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#fc .fc-stripe-element {
  margin-top: 15px;
  margin-bottom: 10px;
}
#fc .fc-stripe-element .fc_stripe_connect_payment_selector {
  float: left;
  margin-right: 5px;
}
#fc .klarna-description-image {
  height: 30px;
}
#fc .klarna-payment-method-selector {
  margin: 0;
}
#fc .klarna-payment-methods-container {
  margin-top: 10px;
}
#fc .klarna-payment-method-hidden {
  display: none;
}
#fc .klarna-payment-method-container {
  margin-top: 10px;
  padding-left: 1px;
  padding-right: 1px;
}
#fc .klarna-display-message {
  margin-top: 10px;
}
#fc .klarna-token-div {
  padding-bottom: 0;
}
#fc #payment_gateway_live_square_up {
  display: none;
}
#fc .payment-gateway-square-up-notice {
  margin: 10px;
  padding: 10px;
  clear: both;
  background: #e0e0e0;
  width: 90%;
}
#fc .square-up-payment-fields {
  height: 40px;
  padding: 0;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  #fc .square-up-expiration-date {
    width: 30%;
  }
}
#fc .square-up-postal-code {
  padding-left: 0;
}
#fc .square-up-hide-elements {
  visibility: hidden;
}
#fc .square-up-hide-spinner {
  display: none;
}
#fc .fc-payment-method--square_up .fc-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
}
#fc .fc-payment-method--square_up .fc-alert-container--error .fc-form-control {
  padding-left: 0;
}
#fc .fc-adyen-payment-form {
  height: 220px;
}
#fc .adyen-payment-method-hidden {
  display: none;
}
#fc .adyen-payment-method-container {
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 10px;
}
#fc {
  /* Copied from https://checkoutshopper-live.cdn.adyen.com/checkoutshopper/sdk/6.29.0/adyen.css */
}
#fc .adyen-checkout__iframe {
  border: 0;
}
#fc .adyen-checkout-sr-panel {
  font-size: 0.75em;
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
}
#fc .adyen-checkout-sr-panel--sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#fc .adyen-checkout__spinner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
#fc .adyen-checkout__spinner__wrapper--inline {
  display: inline-block;
  height: auto;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
#fc [dir=rtl] .adyen-checkout__spinner__wrapper--inline {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
#fc .adyen-checkout__spinner {
  height: var(--adyen-sdk-spacer-090, 24px);
  position: relative;
  width: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__spinner:after,
#fc .adyen-checkout__spinner:before {
  animation: rotate 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  border: var(--adyen-sdk-border-width-l, 3px) solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fc .adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  border-top-color: transparent;
  opacity: 0.1;
}
#fc .adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__spinner--small {
  height: var(--adyen-sdk-spacer-070, 16px);
  width: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__spinner--small:after,
#fc .adyen-checkout__spinner--small:before {
  border-width: var(--adyen-sdk-spacer-010, 2px);
}
#fc .adyen-checkout__spinner--medium {
  height: 28px;
  width: 28px;
}
#fc .adyen-checkout__spinner--large {
  height: var(--adyen-sdk-spacer-120, 48px);
  width: var(--adyen-sdk-spacer-120, 48px);
}
#fc .adyen-checkout__spinner--large:after,
#fc .adyen-checkout__spinner--large:before {
  border-width: var(--adyen-sdk-spacer-020, 4px);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#fc .adyen-checkout__button {
  background: var(--adyen-sdk-color-background-always-dark, #00112c);
  border: 0;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  cursor: pointer;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  height: var(--adyen-sdk-spacer-120, 48px);
  margin: 0;
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-000, 0);
  text-decoration: none;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 100%;
}
#fc .adyen-checkout__button:focus-visible {
  box-shadow: 0 0 0 var(--adyen-sdk-focus-ring-spacer, 1px) var(--adyen-sdk-color-background-primary, #ffffff), 0 0 0 var(--adyen-sdk-focus-ring-outline, 3px) var(--adyen-sdk-focus-ring-color, rgba(0, 112, 245, 0.8));
  outline: 0;
}
#fc .adyen-checkout__button:hover {
  background: var(--adyen-sdk-color-background-inverse-primary-hover, #5c687c);
}
#fc .adyen-checkout__button:active {
  background: var(--adyen-sdk-color-background-always-dark-active, #8d95a3);
}
#fc .adyen-checkout__button:disabled,
#fc .adyen-checkout__button:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
#fc .adyen-checkout__button.adyen-checkout__button--loading {
  background: var(--adyen-sdk-color-label-disabled, #8d95a3);
  box-shadow: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc .adyen-checkout__button.adyen-checkout__button--pay {
  align-items: center;
  display: flex;
  gap: var(--adyen-sdk-spacer-020, 4px);
  justify-content: center;
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__button.adyen-checkout__button--pay:disabled {
  opacity: 0.4;
}
#fc .adyen-checkout__button.adyen-checkout__button--standalone {
  margin-top: 0;
}
#fc .adyen-checkout__button.adyen-checkout__button--inline {
  display: block;
  font-size: 0.81em;
  height: auto;
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-040, 8px);
  width: auto;
}
#fc .adyen-checkout__button.adyen-checkout__button--ghost {
  background: none;
  border: 0;
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .adyen-checkout__button.adyen-checkout__button--ghost .adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  border-top-color: transparent;
  opacity: 0.1;
}
#fc .adyen-checkout__button.adyen-checkout__button--ghost .adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__button.adyen-checkout__button--ghost:hover {
  background: var(--adyen-sdk-color-background-secondary-hover, #eeeff1);
}
#fc .adyen-checkout__button.adyen-checkout__button--ghost:active {
  background: var(--adyen-sdk-color-background-secondary-active, #e3e5e9);
  box-shadow: none;
}
#fc .adyen-checkout__button.adyen-checkout__button--secondary {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-label-primary, #00112c);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  border-top-color: transparent;
  opacity: 0.1;
}
#fc .adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__button.adyen-checkout__button--secondary:hover {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
}
#fc .adyen-checkout__button.adyen-checkout__button--secondary:hover:not(:focus-visible) {
  box-shadow: 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-020, 4px) rgba(27, 42, 60, 0.2), 0 var(--adyen-sdk-spacer-020, 4px) 5px rgba(27, 42, 60, 0.14);
}
#fc .adyen-checkout__button.adyen-checkout__button--secondary:active,
#fc .adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  box-shadow: none;
}
#fc .adyen-checkout__button.adyen-checkout__button--secondary:disabled,
#fc .adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover {
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-color: var(--adyen-sdk-color-outline-disabled, #dbdee2);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
#fc .adyen-checkout__button.adyen-checkout__button--action {
  background: var(--adyen-sdk-color-background-always-dark, #00112c);
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__button.adyen-checkout__button--action:hover {
  background: var(--adyen-sdk-color-background-inverse-primary-hover, #5c687c);
}
#fc .adyen-checkout__button.adyen-checkout__button--action:active,
#fc .adyen-checkout__button.adyen-checkout__button--action:active:hover {
  background: var(--adyen-sdk-color-background-always-dark-active, #8d95a3);
  box-shadow: none;
}
#fc .adyen-checkout__button.adyen-checkout__button--link {
  background: transparent;
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  color: var(--adyen-sdk-color-label-highlight, #0070f5);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  padding: var(--adyen-sdk-spacer-010, 2px);
  text-decoration: none;
}
#fc .adyen-checkout__button.adyen-checkout__button--link:hover {
  background: transparent;
  text-decoration: underline;
}
#fc .adyen-checkout__button.adyen-checkout__button--completed,
#fc .adyen-checkout__button.adyen-checkout__button--completed:active,
#fc .adyen-checkout__button.adyen-checkout__button--completed:active:hover,
#fc .adyen-checkout__button.adyen-checkout__button--completed:hover {
  background: var(--adyen-sdk-color-label-success, #07893c);
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
}
#fc .adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon {
  filter: brightness(0) invert(1);
}
#fc .adyen-checkout__button__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
#fc .adyen-checkout__button__icon {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
#fc [dir=rtl] .adyen-checkout__button__icon {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
#fc .adyen-checkout__button__text {
  display: block;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fc .adyen-checkout__button__text--sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#fc .adyen-checkout__button .adyen-checkout__spinner:before {
  border-color: var(--adyen-sdk-color-label-on-color, #ffffff);
  border-top-color: transparent;
  opacity: 0.1;
}
#fc .adyen-checkout__button .adyen-checkout__spinner:after {
  border-color: transparent;
  border-top-color: var(--adyen-sdk-color-label-on-color, #ffffff);
}
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly {
  align-items: center;
  background: transparent;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: var(--adyen-sdk-button-tertiary-box-shadow, inset 0 0 0 1px rgba(0, 0, 0, 0));
  color: var(--adyen-sdk-button-tertiary-color, #00112c);
  display: flex;
  height: auto;
  padding: var(--adyen-sdk-button-icon-only-padding, 10px);
  width: auto;
}
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly:hover {
  background-color: var(--adyen-sdk-color-background-secondary-hover, #eeeff1);
}
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly:active {
  background-color: var(--adyen-sdk-button-tertiary-active-background-color, rgba(0, 0, 0, 0));
  color: var(--adyen-sdk-button-tertiary-active-color, #8d95a3);
}
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly:focus {
  box-shadow: none;
}
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly:focus-visible {
  box-shadow: 0 0 0 var(--adyen-sdk-focus-ring-spacer, 1px) var(--adyen-sdk-color-background-primary, #ffffff), 0 0 0 var(--adyen-sdk-focus-ring-outline, 3px) var(--adyen-sdk-focus-ring-color, rgba(0, 112, 245, 0.8));
  outline: 0;
}
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly:disabled,
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
#fc .adyen-checkout__button.adyen-checkout__button--iconOnly .adyen-checkout__button__icon {
  margin: 0;
}
#fc [class^=adyen-checkout],
#fc [class^=adyen-checkout] *,
#fc [class^=adyen-checkout] :after,
#fc [class^=adyen-checkout] :before,
#fc [class^=adyen-checkout]:after,
#fc [class^=adyen-checkout]:before {
  box-sizing: border-box;
}
#fc .adyen-checkout__threeds2__challenge,
#fc .adyen-checkout__threeds2__challenge-container {
  background-color: transparent;
  display: block;
  height: inherit;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#fc .adyen-checkout__threeds2__challenge--01,
#fc .adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 250px;
}
#fc .adyen-checkout__threeds2__challenge--02,
#fc .adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 390px;
}
#fc .adyen-checkout__threeds2__challenge--03,
#fc .adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
  height: 600px;
  width: 500px;
}
#fc .adyen-checkout__threeds2__challenge--04,
#fc .adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 600px;
}
#fc .adyen-checkout__threeds2__challenge--05,
#fc .adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
  height: 100%;
  width: 100%;
}
#fc .adyen-checkout__iframe--threeDSIframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}
#fc .adyen-checkout__image {
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
#fc .adyen-checkout__image--loaded {
  opacity: 1;
}
#fc .adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon {
  display: block;
  margin: var(--adyen-sdk-spacer-130, 56px) auto var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text {
  color: var(--adyen-sdk-color-label-critical, #c72727);
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  margin-bottom: var(--adyen-sdk-spacer-130, 56px);
  text-align: center;
}
#fc .js-iframe {
  border: none;
  color-scheme: auto;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#fc .adyen-checkout-card-input__wrapper {
  position: relative;
}
#fc .adyen-checkout-card-input__icon {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  height: 18px;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  width: 27px;
}
#fc .adyen-checkout-card-input__form {
  opacity: 1;
}
#fc .adyen-checkout-card-input__spinner {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#fc .adyen-checkout-card-input__spinner--active {
  display: block;
}
#fc .adyen-checkout-card-input__form--loading {
  opacity: 0;
}
#fc .adyen-checkout__input {
  display: block;
  max-height: 100px;
}
#fc .adyen-checkout__field.adyen-checkout__card__cvc__input--hidden {
  display: none;
}
#fc .revolving-plan-installments__disabled {
  opacity: 0.4;
  pointer-events: none;
}
#fc .adyen-checkout__card-input__form {
  transition: opacity 0.25s ease-out;
}
#fc .adyen-checkout__card__cardNumber {
  max-width: 400px;
}
#fc .adyen-checkout__card__cardNumber__input {
  padding-left: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__card__holderName {
  margin-bottom: 0;
}
#fc .adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,
#fc .adyen-checkout__card__holderName,
#fc .adyen-checkout__card__kcp-authentication,
#fc .adyen-checkout__card__socialSecurityNumber,
#fc .adyen-checkout__installments {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__card-input.adyen-checkout__card-input--loading {
  pointer-events: none;
}
#fc .adyen-checkout__card__holderName:first-child {
  margin: 0 0 var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__field--cardNumber .adyen-checkout-card-input__icon--hidden,
#fc .adyen-checkout__field--cardNumber .adyen-checkout__input--error + .adyen-checkout-brand-wrapper,
#fc .adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand) + .adyen-checkout-input__inline-validation--valid {
  display: none;
}
#fc .adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,
#fc .adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint {
  opacity: 0;
}
@keyframes cvc-indicate-location {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
#fc .adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,
#fc .adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location {
  animation-direction: alternate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: cvc-indicate-location;
}
#fc .adyen-checkout__card__cvc__hint__wrapper {
  align-items: center;
  backface-visibility: visible;
  display: flex;
  height: 100%;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  position: absolute;
  right: 0;
  transform: translateZ(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 27px;
  will-change: transform;
}
#fc .adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper {
  transform: rotateY(180deg);
}
#fc .adyen-checkout__card__cvc__hint {
  backface-visibility: hidden;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  position: absolute;
  transition: opacity 0.1s linear;
}
#fc .adyen-checkout__card__cvc__hint--front {
  transform: rotateY(180deg);
}
@media (prefers-reduced-motion: reduce) {
  #fc .adyen-checkout__card__cvc__hint__wrapper {
    transition: none;
  }
}
#fc .adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields {
  justify-content: left;
}
#fc .adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group {
  display: flex;
  flex-direction: column;
}
#fc .adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper {
  margin-top: var(--adyen-sdk-spacer-080, 20px);
}
#fc .adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments {
  margin-left: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  top: 52px;
  width: 30%;
}
#fc .adyen-checkout__card-input .adyen-checkout__fieldset--dual-brand-switcher {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__card-input .adyen-checkout__fieldset--dual-brand-switcher .adyen-checkout__fieldset__title {
  padding-bottom: 0;
}
#fc .adyen-checkout__card-input .adyen-checkout__fieldset--dual-brand-switcher .adyen-checkout-form-instruction {
  margin: 0;
}
#fc .loading-input__form {
  opacity: 1;
}
#fc .loading-input__form--loading {
  opacity: 0;
}
#fc .loading-input__spinner {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#fc .loading-input__spinner--active {
  display: block;
}
#fc .adyen-checkout__field {
  display: block;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
#fc .adyen-checkout__field-static-value {
  background-color: var(--adyen-sdk-color-background-primary-hover, #f7f7f8);
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  height: 28px;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin-left: var(--adyen-sdk-spacer-020, 4px);
  padding: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-030, 6px);
}
#fc .adyen-checkout__field--no-borders .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#fc .adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:active,
#fc .adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:active:hover,
#fc .adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:focus-within,
#fc .adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:focus-within:hover {
  border: none;
  box-shadow: none;
}
#fc .adyen-checkout__field--no-borders .adyen-checkout__input-wrapper:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 480px) {
  #fc .adyen-checkout__field--20 {
    width: 20%;
  }
  #fc .adyen-checkout__field--30 {
    width: 30%;
  }
  #fc .adyen-checkout__field--40 {
    width: 40%;
  }
  #fc .adyen-checkout__field--50 {
    width: 50%;
  }
  #fc .adyen-checkout__field--60 {
    width: 60%;
  }
  #fc .adyen-checkout__field--70 {
    width: 70%;
  }
  #fc .adyen-checkout__field--80 {
    width: 80%;
  }
  #fc .adyen-checkout__field--col-20 {
    width: calc(20% - var(--adyen-sdk-spacer-040, 8px));
  }
  #fc .adyen-checkout__field--col-30 {
    width: calc(30% - var(--adyen-sdk-spacer-040, 8px));
  }
  #fc .adyen-checkout__field--col-40 {
    width: calc(40% - var(--adyen-sdk-spacer-040, 8px));
  }
  #fc .adyen-checkout__field--col-50 {
    width: calc(50% - var(--adyen-sdk-spacer-040, 8px));
  }
  #fc .adyen-checkout__field--col-60 {
    width: calc(60% - var(--adyen-sdk-spacer-040, 8px));
  }
  #fc .adyen-checkout__field--col-70 {
    width: calc(70% - var(--adyen-sdk-spacer-040, 8px));
  }
  #fc .adyen-checkout__field--col-80 {
    width: calc(80% - var(--adyen-sdk-spacer-040, 8px));
  }
}
#fc .adyen-checkout__input-wrapper {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  position: relative;
}
#fc .adyen-checkout__input-wrapper div,
#fc .adyen-checkout__input-wrapper input,
#fc .adyen-checkout__input-wrapper span {
  border-radius: inherit;
}
#fc .adyen-checkout__input-wrapper button,
#fc .adyen-checkout__input-wrapper div,
#fc .adyen-checkout__input-wrapper input {
  border: none;
}
#fc .adyen-checkout__input-wrapper:active,
#fc .adyen-checkout__input-wrapper:active:hover,
#fc .adyen-checkout__input-wrapper:focus-within,
#fc .adyen-checkout__input-wrapper:focus-within:hover {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__input-wrapper:hover {
  border-color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
#fc .adyen-checkout__field--inactive > .adyen-checkout__input-wrapper {
  background: var(--adyen-sdk-color-background-disabled, #eeeff1);
  border-color: transparent;
}
#fc .adyen-checkout__field--error > :not(.adyen-checkout__label--focused) + .adyen-checkout__input-wrapper:not(:focus-within, :active) {
  border-color: var(--adyen-sdk-color-outline-critical, #e22d2d);
}
#fc .adyen-checkout__label {
  display: block;
  position: relative;
}
#fc .adyen-checkout__label--focused + .adyen-checkout__input-wrapper {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__label--disabled + .adyen-checkout__input-wrapper {
  background: var(--adyen-sdk-color-background-disabled, #eeeff1);
  border-color: transparent;
}
#fc .adyen-checkout__helper-text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
}
#fc .adyen-checkout__label-adornment--end {
  position: absolute;
  right: 0;
  top: 0;
}
#fc .adyen-checkout__label__text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.1s ease-out;
  white-space: nowrap;
}
#fc .adyen-checkout__label__text--error {
  color: var(--adyen-sdk-color-label-critical, #c72727);
}
#fc .adyen-checkout__label--focused .adyen-checkout__label__text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .adyen-checkout-contextual-text,
#fc .adyen-checkout-contextual-text--error {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-020, 4px);
  opacity: 1;
  transition: margin 0.2s ease-out, opacity 0.2s ease-out;
}
#fc .adyen-checkout-contextual-text--error {
  color: var(--adyen-sdk-color-label-critical, #c72727);
}
#fc .adyen-checkout-contextual-text--hidden {
  height: 0;
  margin: 0;
  opacity: 0;
}
#fc .adyen-checkout__field__cvc .adyen-checkout__input-wrapper {
  cursor: text;
}
#fc .adyen-checkout__filter-input:-webkit-autofill,
#fc .adyen-checkout__input:-webkit-autofill {
  color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-text-fill-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  box-shadow: 0 0 0 1000px var(--adyen-sdk-color-background-primary, #ffffff) inset !important;
  -webkit-transition: none !important;
  transition: none !important;
}
#fc .adyen-checkout__filter-input:-webkit-autofill,
#fc .adyen-checkout__filter-input:-webkit-autofill:active,
#fc .adyen-checkout__filter-input:-webkit-autofill:focus,
#fc .adyen-checkout__filter-input:-webkit-autofill:hover,
#fc .adyen-checkout__filter-input:autofill,
#fc .adyen-checkout__input:-webkit-autofill,
#fc .adyen-checkout__input:-webkit-autofill:active,
#fc .adyen-checkout__input:-webkit-autofill:focus,
#fc .adyen-checkout__input:-webkit-autofill:hover,
#fc .adyen-checkout__input:autofill {
  color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-text-fill-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-color: var(--adyen-sdk-color-label-primary, #00112c) !important;
  box-shadow: 0 0 0 1000px var(--adyen-sdk-color-background-primary, #ffffff) inset !important;
  -webkit-transition: none !important;
  transition: none !important;
}
#fc .adyen-checkout__filter-input,
#fc .adyen-checkout__input {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: var(--adyen-sdk-color-label-primary, #00112c) !important;
}
#fc .adyen-checkout__field-wrapper {
  display: flex;
  width: 100%;
}
#fc .adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
#fc [dir=rtl] .adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
#fc .adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
}
#fc [dir=rtl] .adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
  margin-left: 0;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__field-wrapper:last-of-type > .adyen-checkout__field {
  margin-bottom: 0;
}
#fc .adyen-checkout__input {
  background: inherit;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-family: inherit;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  height: var(--adyen-sdk-spacer-110, 40px);
  outline: none;
  padding-left: var(--adyen-sdk-spacer-060, 12px);
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 100%;
}
#fc .adyen-checkout__input:required {
  box-shadow: none;
}
#fc .adyen-checkout__input:-moz-read-only {
  color: var(--adyen-sdk-color-label-secondary, #5c687c) !important;
  cursor: default;
}
#fc .adyen-checkout__input:disabled,
#fc .adyen-checkout__input:read-only {
  color: var(--adyen-sdk-color-label-secondary, #5c687c) !important;
  cursor: default;
}
#fc span.adyen-checkout__input {
  overflow: hidden;
}
#fc .adyen-checkout-input__inline-validation {
  height: var(--adyen-sdk-spacer-070, 16px);
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  width: var(--adyen-sdk-spacer-070, 16px);
}
#fc [dir=rtl] .adyen-checkout-input__inline-validation {
  margin-left: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout-input__inline-validation > .adyen-checkout__icon {
  display: block;
}
#fc .adyen-checkout-input__inline-validation--invalid {
  color: var(--adyen-sdk-color-label-critical, #c72727);
}
#fc .adyen-checkout__input--date {
  padding: 0.5em;
}
#fc .adyen-checkout__fieldset {
  border: none;
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin: 0;
  padding-block-start: 0;
  padding-bottom: var(--adyen-sdk-spacer-040, 8px);
  padding-block-end: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}
#fc .adyen-checkout__fieldset__description {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
}
#fc .adyen-checkout__fieldset:last-of-type {
  padding-bottom: 0;
}
#fc .adyen-checkout__fieldset + .adyen-checkout__fieldset {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__fieldset__title {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: block;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-subtitle-stronger-font-weight, 600);
  font-weight: var(--adyen-sdk-text-subtitle-font-weight, 500);
  line-height: var(--adyen-sdk-text-subtitle-line-height, 26px);
  margin: 0;
  padding: 0 0 var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__fieldset__title:has(+ .adyen-checkout__fieldset__description) {
  padding: 0;
}
#fc .adyen-checkout__fieldset__fields {
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
#fc .adyen-checkout__fieldset__fields > .adyen-checkout__field {
  margin-bottom: 0;
}
#fc .adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0;
}
#fc .adyen-checkout__card__exp-date__input--oneclick {
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-title-line-height, 26px);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fc .adyen-checkout__radio_group + .adyen-checkout-input__inline-validation {
  display: none;
}
#fc .adyen-checkout__radio_group__input {
  opacity: 0;
  position: absolute;
}
#fc .adyen-checkout__radio_group__label {
  color: inherit;
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: 400;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin: 0;
  overflow: visible;
  padding-bottom: 0;
  padding-left: var(--adyen-sdk-spacer-090, 24px);
  position: relative;
}
#fc .adyen-checkout__label--focused .adyen-checkout__radio_group__label {
  color: inherit;
}
#fc .adyen-checkout__radio_group__label:before {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  border-radius: 50%;
  content: "";
  height: var(--adyen-sdk-spacer-070, 16px);
  left: 0;
  position: absolute;
  top: var(--adyen-sdk-spacer-010, 2px);
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__radio_group__label:hover:before {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
  cursor: pointer;
}
#fc .adyen-checkout__radio_group__label:after {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 15, 45, 0.25);
  content: "";
  display: block;
  height: var(--adyen-sdk-spacer-030, 6px);
  left: 5px;
  margin: 0 auto;
  position: absolute;
  top: 7px;
  transform: scale(0);
  transition: transform 0.2s ease-out;
  width: var(--adyen-sdk-spacer-030, 6px);
}
#fc .adyen-checkout__radio_group__label:hover {
  border-color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
}
#fc .adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:before,
#fc .adyen-checkout__radio_group__label--selected {
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  border: 0;
  transition: all 0.2s ease-out;
}
#fc .adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:after {
  transform: scale(1);
}
#fc .adyen-checkout__radio_group__input:focus + .adyen-checkout__radio_group__label:before {
  border-color: var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:hover:before,
#fc .adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label:before,
#fc .adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label:before,
#fc .adyen-checkout__radio_group__input:focus + .adyen-checkout__radio_group__label:before {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
#fc .adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-critical, #e22d2d);
}
#fc .adyen-checkout__radio_group--button {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input-wrapper {
  display: flex;
  flex: 1 0 0;
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__label:after {
  left: calc(var(--adyen-sdk-spacer-060, 12px) + 5px);
  position: absolute;
  top: calc(50% - var(--adyen-sdk-spacer-030, 6px) / 2);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__label:before {
  left: calc(var(--adyen-sdk-spacer-060, 12px));
  position: absolute;
  top: calc(50% - var(--adyen-sdk-spacer-070, 16px) / 2);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__label {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  padding: var(--adyen-sdk-spacer-060, 12px);
  padding-left: calc(var(--adyen-sdk-spacer-060, 12px) + var(--adyen-sdk-spacer-090, 24px));
  width: 100%;
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input + .adyen-checkout__radio_group__label:hover,
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label,
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__dropdown__button-icon--left {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#fc .adyen-checkout__dropdown__button-icon--left > img {
  margin-left: 0;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__dropdown {
  max-width: 100%;
  position: relative;
}
#fc .adyen-checkout__dropdown,
#fc .adyen-checkout__dropdown__button {
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  width: 100%;
}
#fc .adyen-checkout__dropdown__button {
  align-items: center;
  background: inherit;
  border-radius: inherit;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  display: flex;
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  outline: 0;
  padding: 0 var(--adyen-sdk-spacer-060, 12px);
  text-decoration: none;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc [dir=rtl] .adyen-checkout__dropdown__button {
  padding: 7px var(--adyen-sdk-spacer-060, 12px) 7px var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__dropdown__button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%2300112c' fill-rule='evenodd' d='M4.47 6.47a.75.75 0 0 1 1.06 0L8 8.94l2.47-2.47a.75.75 0 0 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: var(--adyen-sdk-spacer-030, 6px);
  position: absolute;
  right: var(--adyen-sdk-spacer-070, 16px);
  width: var(--adyen-sdk-spacer-040, 8px);
}
#fc [dir=rtl] .adyen-checkout__dropdown__button:after {
  left: var(--adyen-sdk-spacer-070, 16px);
  right: auto;
}
#fc .adyen-checkout__dropdown__button--active:after {
  transform: rotate(180deg);
}
#fc .adyen-checkout__dropdown__button--disabled {
  opacity: 0.4;
}
#fc .adyen-checkout__dropdown__button--readonly,
#fc .adyen-checkout__dropdown__button--readonly--active,
#fc .adyen-checkout__dropdown__button--readonly:focus,
#fc .adyen-checkout__dropdown__button--readonly:hover {
  background: var(--adyen-sdk-color-background-disabled, #eeeff1);
  border-color: transparent;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: not-allowed;
}
#fc .adyen-checkout__dropdown__button--readonly:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none' viewBox='0 0 8 7'%3E%3Cpath fill='%23b9c4c9' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6z'/%3E%3C/svg%3E");
}
#fc .adyen-checkout__dropdown__button--invalid {
  border-color: var(--adyen-sdk-color-outline-critical, #e22d2d);
}
#fc .adyen-checkout__dropdown__button__icon {
  border-radius: 3px;
  height: 26px;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  max-width: var(--adyen-sdk-spacer-110, 40px);
}
#fc .adyen-checkout__dropdown__button__text {
  flex-grow: 1;
  overflow: hidden;
  pointer-events: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#fc .adyen-checkout__dropdown__button__text-placeholder {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
}
#fc .adyen-checkout__dropdown__button__secondary-text {
  margin-right: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__filter-input {
  background: inherit;
  border: 0;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-family: inherit;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  height: 100%;
  padding: 0;
  width: 100%;
}
#fc .adyen-checkout__filter-input:active,
#fc .adyen-checkout__filter-input:focus {
  outline: 0;
}
#fc .adyen-checkout__filter-input[readonly] {
  border-color: transparent;
  color: var(--adyen-sdk-color-label-secondary, #5c687c) !important;
  cursor: not-allowed;
}
#fc .adyen-checkout__dropdown__list {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: 0 var(--adyen-sdk-spacer-010, 2px) 7px rgba(0, 15, 45, 0.3);
  display: none;
  list-style: none;
  margin: 0 0 var(--adyen-sdk-spacer-120, 48px);
  max-height: 375px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#fc .adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active {
  display: block;
  margin-top: var(--adyen-sdk-spacer-010, 2px);
}
#fc .adyen-checkout__dropdown__element {
  align-items: center;
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  cursor: pointer;
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  hyphens: auto;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  outline: 0;
  padding: var(--adyen-sdk-spacer-040, 8px);
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  word-break: break-word;
}
#fc .adyen-checkout__dropdown__element .adyen-checkout__icon {
  position: absolute;
  right: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__dropdown__element:last-child {
  border-bottom: 0;
}
#fc .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
  background: rgba(230, 233, 235, 0.6);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: inset 0 0 0 var(--adyen-sdk-border-width-s, 1px) var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__dropdown__element:hover {
  background: rgba(230, 233, 235, 0.6);
}
#fc .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected {
  background: rgba(0, 102, 255, 0.1);
}
#fc .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active,
#fc .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus,
#fc .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover {
  background: rgba(0, 102, 255, 0.15);
}
#fc .adyen-checkout__dropdown__element--disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
#fc .adyen-checkout__dropdown__element__icon {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  max-height: 26px;
  max-width: var(--adyen-sdk-spacer-110, 40px);
}
#fc .adyen-checkout__dropdown__element__text {
  flex-grow: 1;
}
#fc .adyen-checkout__dropdown__element__secondary-text:not(:last-child) {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__dropdown__element__flag {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: var(--adyen-sdk-spacer-050, 10px);
  max-height: 18px;
  max-width: 27px;
}
#fc .adyen-checkout__dropdown + .adyen-checkout-input__inline-validation {
  right: var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__installments--revolving-plan .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#fc .adyen-checkout__installments--revolving-plan .adyen-checkout__input-wrapper:active,
#fc .adyen-checkout__installments--revolving-plan .adyen-checkout__input-wrapper:active:hover,
#fc .adyen-checkout__installments--revolving-plan .adyen-checkout__input-wrapper:focus-within,
#fc .adyen-checkout__installments--revolving-plan .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
#fc .adyen-checkout__installments--revolving-plan .adyen-checkout__fieldset--revolving-plan {
  margin-top: -5px;
}
#fc .adyen-checkout-disclaimer__label {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: inline-block;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: 400;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  padding-left: 0;
}
#fc [dir=rtl] .adyen-checkout-disclaimer__label {
  padding-right: 0;
}
#fc .adyen-checkout-link {
  --text-decoration: none;
  color: var(--adyen-sdk-color-label-highlight, #0070f5);
  -webkit-text-decoration: var(--text-decoration);
  text-decoration: var(--text-decoration);
}
#fc .adyen-checkout-link:focus-visible {
  outline: none;
}
#fc .adyen-checkout-link:active,
#fc .adyen-checkout-link:hover {
  --text-decoration: underline ;
}
#fc .adyen-checkout-link:focus-visible {
  border-radius: var(--adyen-sdk-border-radius-xs, 2px);
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--adyen-sdk-focus-ring-color, rgba(0, 112, 245, 0.8));
  transition: 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#fc .adyen-checkout-brand-wrapper {
  align-items: center;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#fc .adyen-checkout-brand-wrapper--error {
  display: none;
}
#fc .adyen-checkout__field--cardNumber .adyen-checkout__input-wrapper {
  cursor: text;
}
#fc .adyen-checkout__field--cardNumber .adyen-checkout-brand-wrapper {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  margin-right: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__field--cardNumber .adyen-checkout-card-input__icon {
  margin-right: 0;
}
#fc .adyen-checkout__card__dual-branding__icons {
  display: flex;
}
#fc .adyen-checkout__card__dual-branding__icons .adyen-checkout__card__cardNumber__brandIcon {
  opacity: 1;
}
#fc .adyen-checkout__field.adyen-checkout__card__exp-date__input--hidden {
  display: none;
}
#fc .adyen-checkout__card__exp-cvc__exp-date__input--hidden {
  justify-content: flex-end;
}
#fc .adyen-checkout__field__exp-date .adyen-checkout__input-wrapper {
  cursor: text;
}
#fc .adyen-checkout__input-wrapper .adyen-checkout__field__exp-date_hint_wrapper {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  height: 18px;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  position: absolute;
  right: 0;
  transition: opacity 0.1s linear;
  width: 27px;
}
#fc .adyen-checkout__input-wrapper .adyen-checkout__field__exp-date_hint_wrapper.adyen-checkout__field__exp-date_hint_wrapper--hidden {
  opacity: 0;
}
#fc .adyen-checkout__field__exp-date_hint {
  height: 18px;
  width: 27px;
}
#fc .adyen-checkout__card__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
  margin-top: -12px;
  min-height: var(--adyen-sdk-spacer-090, 24px);
  transition: all 0.3s ease-out;
}
#fc .adyen-checkout__card__brands__brand-wrapper {
  height: var(--adyen-sdk-spacer-070, 16px);
  margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-010, 2px);
  width: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__card__brands--hidden {
  margin: -8px 0 8px;
  max-height: 0;
  min-height: 0;
  opacity: 0;
}
#fc .adyen-checkout__card__brands img {
  display: block;
  height: var(--adyen-sdk-spacer-070, 16px);
  margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-010, 2px);
  padding: 0;
  width: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__card__exp-cvc {
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
#fc .adyen-checkout__card__exp-cvc > .adyen-checkout__field {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  #fc .adyen-checkout__card__exp-cvc .adyen-checkout__field {
    margin-bottom: 0;
  }
}
#fc .adyen-checkout__checkbox {
  display: flex;
  width: 100%;
}
#fc .adyen-checkout__checkbox__label {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: 400;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding-left: var(--adyen-sdk-spacer-090, 24px);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc [dir=rtl] .adyen-checkout__checkbox__label {
  padding-left: 0;
  padding-right: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__checkbox__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
#fc .adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:before {
  opacity: 1;
}
#fc .adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:after {
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .adyen-checkout__checkbox__input:checked:hover + .adyen-checkout__checkbox__label:after {
  border-color: var(--adyen-sdk-color-label-primary, #00112c);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
#fc .adyen-checkout__checkbox__input:focus + .adyen-checkout__checkbox__label:after {
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-label-primary, #00112c);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
#fc .adyen-checkout__checkbox__input:hover:not(:focus) + .adyen-checkout__checkbox__label:after {
  border-color: var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
#fc .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  border-bottom: var(--adyen-sdk-spacer-010, 2px) solid var(--adyen-sdk-color-label-on-color, #ffffff);
  border-left: 1px solid transparent;
  border-radius: 0 var(--adyen-sdk-spacer-010, 2px) 1px;
  border-right: var(--adyen-sdk-spacer-010, 2px) solid var(--adyen-sdk-color-label-on-color, #ffffff);
  border-top: 1px solid transparent;
  content: "";
  height: 11px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: var(--adyen-sdk-spacer-010, 2px);
  transform: rotate(37deg);
  transform-origin: 100% 100%;
  transition: opacity 0.2s ease-out;
  width: var(--adyen-sdk-spacer-030, 6px);
  z-index: 1;
}
#fc [dir=rtl] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  left: auto;
  right: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  content: "";
  height: var(--adyen-sdk-spacer-070, 16px);
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.15s ease-out, border 0.05s ease-out, box-shadow 0.1s ease-out;
  width: var(--adyen-sdk-spacer-070, 16px);
  z-index: 0;
}
#fc [dir=rtl] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  left: auto;
  right: 0;
}
#fc .adyen-checkout__field--consentCheckbox {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
}
#fc .adyen-checkout__field--consentCheckbox,
#fc [dir=rtl] .adyen-checkout__field--consentCheckbox {
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
  flex: 1;
  justify-content: space-between;
}
#fc .adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:active,
#fc .adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:active:hover,
#fc .adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:focus-within,
#fc .adyen-checkout__field--consentCheckbox .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
#fc .adyen-checkout__field--consentCheckbox.adyen-checkout__field--error {
  border-color: var(--adyen-sdk-color-outline-critical, #e22d2d);
}
#fc .adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation {
  margin-right: 0;
}
#fc [dir=rtl] .adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation {
  margin-left: 0;
}
#fc .adyen-checkout__store-details {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  gap: var(--adyen-sdk-spacer-060, 12px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__address-search {
  position: relative;
}
#fc .adyen-checkout__address-search .adyen-checkout__dropdown__button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23687282' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45m0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: var(--adyen-sdk-spacer-070, 16px);
  left: var(--adyen-sdk-spacer-060, 12px);
  position: absolute;
  width: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%2300112c' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45m0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");
  transform: none;
}
#fc .adyen-checkout__address-search .adyen-checkout__filter-input {
  padding-left: calc(var(--adyen-sdk-spacer-040, 8px) + var(--adyen-sdk-spacer-070, 16px));
  position: relative;
}
#fc .adyen-checkout__address-search__manual-add {
  position: absolute;
  right: 0;
  top: 0;
}
#fc .adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button {
  border: 0;
  padding: 0;
}
#fc .adyen-checkout__fieldset--address .adyen-checkout__field-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
#fc .adyen-checkout__fieldset--address .adyen-checkout__field-group > .adyen-checkout__field {
  margin-bottom: 0;
}
#fc .adyen-checkout__input-icon {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  height: 18px;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  width: 27px;
}
#fc .adyen-checkout__input-icon--hidden {
  display: none;
}
#fc .adyen-checkout__input-icon--no-radio-icon {
  margin-left: calc(var(--adyen-sdk-spacer-090, 24px) * -1);
}
#fc .adyen-checkout__radio_group__label--no-radio {
  color: inherit;
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: 400;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin: 0;
  overflow: visible;
  padding-bottom: 0;
  padding-left: var(--adyen-sdk-spacer-090, 24px);
  position: relative;
}
#fc .adyen-checkout__input-icon--no-radio-icon {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
}
#fc .adyen-checkout__radio_group__label--no-radio:hover {
  border-color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
}
#fc .adyen-checkout__label--focused .adyen-checkout__radio_group__label--no-radio {
  color: inherit;
}
#fc .adyen-checkout__radio_group__label--no-radio.adyen-checkout__radio_group__label--no-radio--invalid {
  color: var(--adyen-sdk-color-outline-critical, #e22d2d);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__label--no-radio {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-060, 12px) calc(var(--adyen-sdk-spacer-060, 12px) + var(--adyen-sdk-spacer-090, 24px));
  width: 100%;
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label--no-radio {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input + .adyen-checkout__radio_group__label--no-radio:hover {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label--no-radio,
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label--no-radio {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label--no-radio {
  outline: var(--adyen-sdk-border-width-m, 2px) solid var(--adyen-sdk-color-outline-primary-active, #00112c);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper {
  display: flex;
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper .adyen-checkout__radio_group-extended__label {
  width: 100%;
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper .adyen-checkout-input__inline-validation {
  display: none;
  margin-right: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout__radio_group--button .adyen-checkout__radio_group-extended__label-wrapper .adyen-checkout-input__inline-validation.adyen-checkout-input__inline-validation--valid {
  display: block;
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-top: 1px;
}
@media (max-width: 480px) {
  #fc .adyen-checkout__radio_group__input-wrapper.adyen-checkout__field--50 {
    min-width: 100%;
  }
}
#fc .adyen-checkout-form-instruction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  margin-top: 0;
}
#fc [dir=rtl] .adyen-checkout-form-instruction {
  padding-right: 0;
}
#fc .adyen-checkout-toggle {
  color: inherit;
  cursor: pointer;
  display: flex;
  width: auto;
}
#fc .adyen-checkout-toggle,
#fc .adyen-checkout-toggle *,
#fc .adyen-checkout-toggle :after,
#fc .adyen-checkout-toggle :before,
#fc .adyen-checkout-toggle:after,
#fc .adyen-checkout-toggle:before {
  box-sizing: border-box;
}
#fc .adyen-checkout-toggle--disabled {
  cursor: not-allowed;
  display: flex;
}
#fc .adyen-checkout-toggle--readonly {
  pointer-events: none;
}
#fc .adyen-checkout-toggle--label-first {
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#fc .adyen-checkout-toggle__input {
  cursor: inherit;
  opacity: 0;
  position: absolute;
}
#fc .adyen-checkout-toggle__track {
  align-items: center;
  background-color: var(--adyen-sdk-toggle-track-background-color, #ffffff);
  border: var(--adyen-sdk-toggle-track-border, 1px solid #8d95a3);
  border-radius: var(--adyen-sdk-toggle-track-border-radius, 12px);
  display: flex;
  height: var(--adyen-sdk-toggle-track-height, 20px);
  min-width: var(--adyen-sdk-toggle-track-width, 36px);
  padding: var(--adyen-sdk-toggle-track-padding, 2px 4px);
  position: relative;
}
#fc .adyen-checkout-toggle__input:focus-visible + .adyen-checkout-toggle__track {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--adyen-sdk-focus-ring-color, rgba(0, 112, 245, 0.8));
  transition: 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#fc .adyen-checkout-toggle__input:hover:enabled + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-hover-background-color, #f7f7f8);
  border-color: var(--adyen-sdk-toggle-track-hover-border-color, #6d7789);
}
#fc .adyen-checkout-toggle__input:active:enabled + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-active-background-color, #eeeff1);
  border-color: var(--adyen-sdk-toggle-track-active-border-color, #00112c);
}
#fc .adyen-checkout-toggle__input:disabled + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-disabled-background-color, #f7f7f8);
  border-color: var(--adyen-sdk-toggle-track-disabled-border-color, #dbdee2);
  cursor: not-allowed;
}
#fc .adyen-checkout-toggle__input:disabled + .adyen-checkout-toggle__track path {
  fill: #8d95a3;
}
#fc .adyen-checkout-toggle--readonly .adyen-checkout-toggle__input + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-readonly-background-color, #f7f7f8);
  border-color: var(--adyen-sdk-toggle-track-readonly-border-color, #dbdee2);
}
#fc .adyen-checkout-toggle__input:checked + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-toggled-background-color, #00112c);
  border: var(--adyen-sdk-toggle-track-toggled-border, 0);
  padding: var(--adyen-sdk-toggle-track-toggled-padding, 2px);
}
#fc .adyen-checkout-toggle__input:checked:hover:enabled + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-toggled-hover-background-color, #5c687c);
}
#fc .adyen-checkout-toggle__input:checked:active:enabled + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-toggled-active-background-color, #8d95a3);
}
#fc .adyen-checkout-toggle__input:checked:disabled + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-toggled-disabled-background-color, #c0c5cc);
}
#fc .adyen-checkout-toggle--readonly .adyen-checkout-toggle__input:checked + .adyen-checkout-toggle__track {
  background-color: var(--adyen-sdk-toggle-track-toggled-readonly-background-color, #c0c5cc);
}
#fc .adyen-checkout-toggle__handle {
  align-content: center;
  background-color: var(--adyen-sdk-toggle-handle-background-color, #00112c);
  border-radius: var(--adyen-sdk-toggle-handle-border-radius, 12px);
  color: var(--adyen-sdk-toggle-handle-toggled-color, #00112c);
  display: inline-flex;
  height: var(--adyen-sdk-toggle-handle-height, 12px);
  justify-content: center;
  transition: var(--adyen-sdk-toggle-handle-transition, transform 0.15s cubic-bezier(0.2, 0, 0.4, 0.9));
  width: var(--adyen-sdk-toggle-handle-width, 12px);
}
#fc .adyen-checkout-toggle__input:disabled + * .adyen-checkout-toggle__handle {
  background-color: var(--adyen-sdk-toggle-handle-disabled-background-color, #8d95a3);
  cursor: not-allowed;
}
#fc .adyen-checkout-toggle__input:checked + * .adyen-checkout-toggle__handle {
  background-color: var(--adyen-sdk-toggle-handle-toggled-background-color, #ffffff);
  height: var(--adyen-sdk-toggle-handle-toggled-height, 16px);
  transform: translateX(100%);
  width: var(--adyen-sdk-toggle-handle-toggled-width, 16px);
}
#fc .adyen-checkout-toggle__input:checked:disabled + * .adyen-checkout-toggle__handle {
  background-color: var(--adyen-sdk-toggle-handle-toggled-disabled-background-color, #eeeff1);
  color: var(--adyen-sdk-toggle-handle-toggled-disabled-color, #8d95a3);
  cursor: not-allowed;
}
#fc .adyen-checkout-toggle--readonly .adyen-checkout-toggle__input:checked + * .adyen-checkout-toggle__handle {
  background-color: var(--adyen-sdk-toggle-handle-toggled-readonly-background-color, #eeeff1);
}
#fc .adyen-checkout-toggle__label-container {
  display: flex;
  flex-direction: column;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  padding-left: var(--adyen-sdk-toggle-label-padding, 16px);
}
#fc .adyen-checkout-toggle--label-first > .adyen-checkout-toggle__label-container {
  padding-left: 0;
  padding-right: var(--adyen-sdk-toggle-label-padding, 16px);
}
#fc .adyen-checkout-toggle__label {
  vertical-align: baseline;
}
#fc .adyen-checkout-toggle__description,
#fc .adyen-checkout-toggle__label {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
}
#fc .adyen-checkout-toggle__description {
  color: var(--adyen-sdk-toggle-description-color, #5c687c);
  padding-top: var(--adyen-sdk-toggle-description-padding, 4px);
}
#fc .adyen-checkout__modal-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: var(--adyen-sdk-spacer-090, 24px);
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
#fc .adyen-checkout__modal-wrapper:before {
  background: rgba(0, 17, 44, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 10;
}
#fc .adyen-checkout__modal-wrapper--open {
  visibility: visible;
}
#fc .adyen-checkout__modal-wrapper--open .adyen-checkout__modal,
#fc .adyen-checkout__modal-wrapper--open:before {
  opacity: 1;
}
#fc .adyen-checkout__modal {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: 0 var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-090, 24px) rgba(0, 17, 44, 0.15);
  margin: auto;
  opacity: 0;
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 11;
}
#fc .adyen-checkout-card-fastlane__modal {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  max-width: 372px;
}
#fc .adyen-checkout-card-fastlane__modal-section {
  -moz-column-gap: var(--adyen-sdk-spacer-070, 16px);
  column-gap: var(--adyen-sdk-spacer-070, 16px);
  display: grid;
  grid-template-areas: "image header" ". text";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
  place-items: start;
}
#fc .adyen-checkout-card-fastlane__modal-section-image {
  grid-area: image;
  place-self: center;
}
#fc .adyen-checkout-card-fastlane__modal-section-header {
  color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  font-size: var(--adyen-sdk-text-title-m-font-size, 1.25rem);
  font-weight: var(--adyen-sdk-text-title-m-font-weight, 600);
  grid-area: header;
  line-height: var(--adyen-sdk-text-title-m-line-height, 30px);
  margin: 0;
}
#fc .adyen-checkout-card-fastlane__modal-section-text {
  color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  grid-area: text;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
}
#fc .adyen-checkout-card-fastlane__modal-brand {
  height: 23px;
  margin-top: var(--adyen-sdk-spacer-040, 8px);
  width: 168px;
}
#fc .adyen-checkout-card-fastlane__modal-button-container {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout-card-fastlane__modal-button-container > button {
  line-height: 0;
}
#fc .adyen-checkout-card__fastlane {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-card__fastlane,
#fc [dir=rtl] .adyen-checkout-card__fastlane {
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-card__fastlane-consent-toggle {
  display: flex;
}
#fc .adyen-checkout-card__fastlane-consent-text,
#fc .adyen-checkout-card__fastlane-consent-toggle--active {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-card__fastlane-consent-text {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
}
#fc .adyen-checkout-card__fastlane-brand {
  height: 23px;
  width: 168px;
}
#fc .adyen-checkout__button.adyen-checkout__button--fastlane-info-modal {
  height: 20px;
  line-height: 0;
  margin-left: var(--adyen-sdk-spacer-020, 4px);
  padding: 0;
  vertical-align: bottom;
  width: 20px;
}
#fc .adyen-checkout-ctp__otp-resend-code-wrapper {
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
}
#fc .adyen-checkout-ctp__otp-resend-code--confirmation,
#fc .adyen-checkout-ctp__otp-resend-code--disabled {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  cursor: default;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  margin-left: auto;
  pointer-events: none;
}
#fc .adyen-checkout-ctp__otp-resend-code--confirmation {
  align-items: center;
  display: flex;
}
#fc .adyen-checkout-ctp__otp-resend-code--confirmation > img {
  margin-left: var(--adyen-sdk-spacer-020, 4px);
}
#fc .adyen-checkout-ctp__otp-resend-code-counter {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: default;
  display: inline-block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  margin-left: auto;
  text-align: right;
}
#fc .adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--otp {
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout-ctp__otp-field-wrapper {
  position: relative;
}
#fc .adyen_checkout-ctp__brand-wrapper {
  align-items: center;
  display: flex;
  height: 18px;
}
#fc .adyen_checkout-ctp__brand-logo {
  margin-right: var(--adyen-sdk-spacer-030, 6px);
  width: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen_checkout-ctp__brand-pipe {
  height: 15px;
  margin-right: var(--adyen-sdk-spacer-030, 6px);
}
#fc .adyen_checkout-ctp__brand-scheme {
  margin-right: var(--adyen-sdk-spacer-030, 6px);
  -o-object-fit: none;
  object-fit: none;
}
#fc .adyen_checkout-ctp__brand-scheme-mc {
  width: 27px;
}
#fc .adyen_checkout-ctp__brand-scheme-visa {
  width: 35px;
}
#fc .adyen-checkout__ctp-modal-header-image {
  display: block;
  margin: auto;
}
#fc .adyen-checkout__ctp-modal-title {
  font-size: var(--adyen-sdk-text-title-m-font-size, 1.25rem);
  font-weight: 700;
  line-height: var(--adyen-sdk-spacer-090, 24px);
  margin: 0 0 var(--adyen-sdk-spacer-060, 12px);
  padding: 0;
}
#fc .adyen-checkout__ctp-modal-text {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__ctp-modal-benefits {
  margin-left: 0;
  padding-left: var(--adyen-sdk-spacer-080, 20px);
}
#fc .adyen-checkout__ctp-modal-benefits li {
  list-style: disc;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal {
  max-width: 464px;
}
#fc .adyen_checkout-ctp__brand-wrapper--popup {
  justify-content: center;
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-web__ctp-info-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
#fc .adyen-checkout__button--section-logout-button {
  margin-left: auto;
}
#fc .adyen-checkout__button--section-logout-button--disabled {
  color: var(--adyen-sdk-color-label-disabled, #8d95a3);
  pointer-events: none;
}
#fc .adyen-checkout-ctp__section {
  background-color: white;
  border-radius: var(--adyen-sdk-spacer-060, 12px);
  box-shadow: 0 6px 12px rgba(0, 17, 44, 0.08), 0 2px 4px rgba(0, 17, 44, 0.04);
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
}
#fc .adyen-checkout-ctp__section-brand {
  align-items: center;
  display: flex;
  height: 18px;
  margin-bottom: 16px;
}
#fc .adyen-checkout-ctp__section--standalone {
  all: unset;
}
#fc .adyen-checkout-ctp__section .adyen-checkout__fieldset {
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout-ctp__section-header {
  align-items: center;
  display: flex;
}
#fc .adyen-checkout-ctp__section-header-title {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-title-font-weight, 600);
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: auto;
}
@media (min-width: 480px) {
  #fc .adyen-checkout-ctp__section-header-title {
    font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  }
}
#fc .adyen-checkout-ctp__section-header-adornment {
  margin-left: 5px;
}
#fc .adyen-checkout-ctp__section-text {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-ctp__section-text,
#fc .adyen-checkout-ctp__separator {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
}
#fc .adyen-checkout-ctp__separator {
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .adyen-checkout-ctp__otp-subtitle--highlighted {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
}
#fc .adyen-checkout-ctp__otp-checkbox-container {
  background-color: #f7f8f9;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout-ctp__otp-checkbox-container--checked {
  background-color: #F2F8FF;
}
#fc .adyen-checkout-ctp__otp-checkbox-container label {
  cursor: pointer;
}
#fc .adyen-checkout-ctp__section .adyen-checkout__field.adyen-checkout-ctp__otp-checkbox-container {
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
}
#fc .adyen-checkout-ctp__otp-checkbox-info {
  color: #707070;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin: var(--adyen-sdk-spacer-020, 4px) 0 0;
}
#fc .adyen-checkout-ctp__otp-readmore-button {
  all: unset;
  color: #0075ff;
  cursor: pointer;
  text-transform: lowercase;
}
#fc .adyen-checkout-ctp__card-list-single-card {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-spacer-030, 6px);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout-ctp__card-list-single-card-expired {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  text-decoration: line-through;
}
#fc .adyen-checkout-ctp__expired-label {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  line-height: 17px;
  margin-left: auto;
}
#fc .adyen-checkout-ctp__card-image {
  border-radius: 3px;
  height: 24px;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout-ctp__cards-list-field .adyen-checkout__label {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-ctp__cards-list-field .adyen-checkout__label__text {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
}
#fc .adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled {
  opacity: 1;
}
#fc .adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text {
  margin: 0;
  opacity: 0.4;
  text-decoration: line-through;
}
#fc .adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  line-height: 17px;
}
#fc .adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled {
  opacity: 1;
}
#fc .adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text {
  opacity: 0.4;
  text-decoration: line-through;
}
#fc .adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  opacity: 1;
}
#fc .adyen-checkout-ctp__card {
  background-color: white;
  border: none;
  border-radius: var(--adyen-sdk-spacer-020, 4px);
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) #999595;
  cursor: pointer;
  height: var(--adyen-sdk-spacer-110, 40px);
  margin: 0;
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
  width: 100%;
}
#fc .adyen-checkout-ctp__empty-cards {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-spacer-030, 6px);
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__iframe--ctpIframe {
  pointer-events: auto;
}
#fc .adyen-checkout__iframe--ctpIframe-hidden {
  display: none;
}
@keyframes card-bounce {
  0% {
    animation-timing-function: cubic-bezier(0.17, 0.17, 0.32, 1);
    -webkit-translate: 0 -60%;
    -moz-translate: 0 -60%;
    -ms-translate: 0 -60%;
    translate: 0 -60%;
  }
  9.70874% {
    animation-timing-function: cubic-bezier(0.41, 0, 0.49, 1);
    -webkit-translate: 0 8.5%;
    -moz-translate: 0 8.5%;
    -ms-translate: 0 8.5%;
    translate: 0 8.5%;
  }
  23.4466% {
    animation-timing-function: cubic-bezier(0.29, 0, 0.26, 1);
    -webkit-translate: 0 -22.5%;
    -moz-translate: 0 -22.5%;
    -ms-translate: 0 -22.5%;
    translate: 0 -22.5%;
  }
  47.7184% {
    -webkit-translate: 0;
    -moz-translate: 0;
    -ms-translate: 0;
    translate: 0;
  }
  63.8835% {
    animation-timing-function: cubic-bezier(1, 0, 0.78, 1);
    -webkit-translate: 0;
    -moz-translate: 0;
    -ms-translate: 0;
    translate: 0;
  }
  86.5534% {
    -webkit-translate: 0 40.7%;
    -moz-translate: 0 40.7%;
    -ms-translate: 0 40.7%;
    translate: 0 40.7%;
  }
  to {
    -webkit-translate: 0 40.7%;
    -moz-translate: 0 40.7%;
    -ms-translate: 0 40.7%;
    translate: 0 40.7%;
  }
}
@keyframes card-fade-100 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 1;
  }
  78.4466% {
    opacity: 1;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes card-fade-60 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 0.6;
  }
  78.4466% {
    opacity: 0.6;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes card-fade-20 {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 0.2;
  }
  78.4466% {
    opacity: 0.2;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
#fc .adyen-checkout-ctp__card-animation {
  aspect-ratio: 1/0.438;
  filter: grayscale(1);
  margin: 40px auto 50px;
  max-width: 100%;
  position: relative;
  width: 140px;
}
#fc .adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer {
  background-size: contain !important;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
#fc .adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:first-of-type {
  animation: card-bounce 2.06s linear infinite both, card-fade-100 2.06s linear infinite both;
  animation-delay: 0.1s;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056q.002-.019.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118q.156-.091.301-.183c2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836q0 .01.093.032c.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath stroke='%23fff' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056q.002-.019.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118q.156-.091.301-.183c2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836q0 .01.093.032c.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M418.95 242.813c-1.166.08-3.042-.372-4.121-.994-.702-.405-.941-.755-1.527-2.243-2.373-6.017-6.517-11.028-13.679-16.54-6.921-5.325-13.863-9.053-24.178-12.987-2.215-.844-4.182-1.652-4.368-1.795-.687-.528-.979-1.482-.612-1.986.505-.691 2.349-1.081 3.824-.809.567.103 2.521.743 4.345 1.421 7.215 2.687 13.99 5.937 20.009 9.598 3.723 2.267 9.803 6.823 12.219 9.164 4.462 4.317 7.493 8.422 9.4 12.73 1.153 2.604 1.269 3.77.4 4.003a2.4 2.4 0 0 0-.548.23c-.132.08-.653.173-1.164.208m-16.069-.701c-1.791.122-4.29-.719-4.965-1.671-.163-.23-.697-1.349-1.19-2.485-2.083-4.815-6.346-9.43-12.427-13.455-4.994-3.305-8.797-5.218-15.392-7.737-4.424-1.69-4.929-2-5.087-3.117-.146-1.06 1.961-1.804 4.061-1.431 1.457.258 8.467 2.972 11.969 4.634 11.594 5.498 19.993 12.484 23.913 19.889 2.008 3.792 1.779 5.192-.882 5.373m-16.492-.659c-1.224-.015-2.768-.406-3.758-.951-.603-.332-.912-.797-1.614-2.437-2.575-6.024-8.768-10.833-18.898-14.676-4.447-1.688-5.038-2.104-4.718-3.324.158-.605.358-.757 1.34-1.02 1.642-.44 3.175-.146 7.121 1.365 6.068 2.325 10.298 4.621 14.525 7.881 4.345 3.352 6.465 5.882 8.069 9.62.915 2.141.839 2.79-.389 3.282-.375.149-1.131.266-1.678.26m-15.379-.611c-.949.006-2.546-.385-3.476-.851-1.035-.519-1.424-1.045-1.796-2.434-.477-1.786-1.147-2.632-3.558-4.488s-3.719-2.531-6.931-3.584c-1.089-.356-2.302-.809-2.698-1.003-1.658-.818-1.914-2.296-.508-2.936 1.187-.544 2.67-.406 5.617.522 8.533 2.685 14.934 7.611 15.941 12.27.357 1.645-.521 2.495-2.591 2.504'/%3E%3Crect width='110' height='74' fill='url(%23a)' rx='10' transform='matrix(.96593 -.25882 .7925 .60987 199.717 245.906)'/%3E%3Cg stroke='%23000' stroke-opacity='.8' stroke-width='2'%3E%3Cpath d='m233.447 236.868 46.846 36.05c.876.673.72 1.451-.347 1.737l-31.799 8.521M266.657 262.424l-33.731 9.038m17.126-21.816-33.73 9.038m115.215 13.423-46.846-36.05c-.875-.673-.72-1.451.347-1.737l31.799-8.52M298.327 246.551l33.731-9.038m-17.126 21.816 33.731-9.038'/%3E%3Crect width='112' height='76' x='-1.758' y='-.351' rx='11' style='mix-blend-mode:soft-light' transform='matrix(.96593 -.25882 .7925 .60987 199.935 245.314)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-12.604' x2='99.193' y1='0' y2='88.114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.484' stop-color='%23b3b3b3'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
  opacity: 1;
  z-index: 3;
}
#fc .adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2) {
  animation: card-bounce 2.06s linear infinite both, card-fade-60 2.06s linear infinite both;
  animation-delay: 50ms;
  opacity: 0.6;
  transform: translateY(25%);
  z-index: 2;
}
#fc .adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2),
#fc .adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
}
#fc .adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
  animation: card-bounce 2.06s linear infinite both, card-fade-20 2.06s linear infinite both;
  opacity: 0.2;
  transform: translateY(50%);
  z-index: 1;
}
#fc .adyen-checkout-ctp__loading-subtitle {
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0 auto 58px;
  max-width: 280px;
  text-align: center;
}
#fc .adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--shopperLogin {
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
}
#fc .adyen-checkout__content-separator {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  justify-content: center;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  text-transform: capitalize;
  white-space: nowrap;
}
#fc .adyen-checkout__content-separator:after,
#fc .adyen-checkout__content-separator:before {
  border-bottom: 1px solid var(--adyen-sdk-color-separator-primary, #dbdee2);
  content: "";
  flex: 1;
}
#fc .adyen-checkout__content-separator:after {
  margin-left: var(--adyen-sdk-spacer-080, 20px);
}
#fc .adyen-checkout__content-separator:before {
  margin-right: var(--adyen-sdk-spacer-080, 20px);
}
#fc .adyen-checkout__bacs--confirm {
  position: relative;
}
#fc .adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid {
  display: none;
}
#fc .adyen-checkout__bacs .adyen-checkout__field--inactive {
  pointer-events: none;
}
#fc .adyen-checkout__bacs .adyen-checkout__bacs--edit {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
#fc .adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin {
  top: -50px;
}
#fc .adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button {
  background: none;
  border: none;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  padding: 0;
  text-align: end;
  text-decoration: underline;
}
#fc .adyen-checkout__details-table {
  list-style: none;
  margin: -1px auto 0;
  padding: 0;
}
#fc .adyen-checkout__details-table__item {
  align-items: center;
  border-top: 1px solid var(--adyen-sdk-color-separator-primary, #dbdee2);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-090, 24px);
  word-break: break-word;
}
#fc .adyen-checkout__details-table__item:last-child {
  margin-bottom: 0;
}
#fc .adyen-checkout__details-table__label {
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  text-align: left;
}
#fc .adyen-checkout__details-table__label,
#fc .adyen-checkout__details-table__value {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  max-width: 50%;
}
#fc .adyen-checkout__details-table__value {
  align-items: center;
  display: flex;
  font-weight: var(--adyen-sdk-text-body-strongest-font-weight, 600);
  gap: var(--adyen-sdk-spacer-070, 16px);
  text-align: right;
}
#fc .adyen-checkout-tooltip {
  background: var(--adyen-sdk-tooltip-background-color, #00112c);
  border-radius: var(--adyen-sdk-tooltip-border-radius, 4px);
  color: var(--adyen-sdk-tooltip-color, #ffffff);
  display: inline-block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  padding: var(--adyen-sdk-tooltip-padding, 4px 8px);
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: var(--adyen-sdk-tooltip-z-index, 5);
}
#fc .adyen-checkout-tooltip--hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}
#fc .adyen-checkout-tooltip-arrow {
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
#fc .adyen-checkout-tooltip-arrow.adyen-checkout-tooltip-arrow--top {
  border-color: var(--adyen-sdk-tooltip-background-color, #00112c) transparent transparent;
  border-width: 6px 6px 0;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
#fc .adyen-checkout-tooltip-arrow.adyen-checkout-tooltip-arrow--bottom {
  border-color: transparent transparent var(--adyen-sdk-tooltip-background-color, #00112c);
  border-width: 0 6px 6px;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
}
#fc .adyen-checkout__button--iconOnly__icon {
  fill: currentcolor;
  transition: fill 0.3s ease;
}
#fc .adyen-checkout__voucher-result {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  position: relative;
  text-align: center;
}
#fc .adyen-checkout__voucher-result__bottom,
#fc .adyen-checkout__voucher-result__top {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-separator-primary, #dbdee2);
}
#fc .adyen-checkout__voucher-result__bottom .adyen-checkout__details-table,
#fc .adyen-checkout__voucher-result__top .adyen-checkout__details-table {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  margin: 0 var(--adyen-sdk-spacer-090, 24px) var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__voucher-result__bottom .adyen-checkout__details-table__item:first-child,
#fc .adyen-checkout__voucher-result__top .adyen-checkout__details-table__item:first-child {
  border-top: none;
}
#fc .adyen-checkout__voucher-result__top {
  border-bottom: 0;
  border-radius: var(--adyen-sdk-border-radius-m, 8px) var(--adyen-sdk-border-radius-m, 8px) 0 0;
  padding: var(--adyen-sdk-spacer-110, 40px) 0 var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__voucher-result__bottom {
  border-radius: 0 0 var(--adyen-sdk-border-radius-m, 8px) var(--adyen-sdk-border-radius-m, 8px);
  border-top: 0;
}
#fc .adyen-checkout__voucher-result__separator {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  display: flex;
  margin: 0 auto;
  position: relative;
}
#fc .adyen-checkout__voucher-result__separator__inner {
  border-top: 1px solid var(--adyen-sdk-color-separator-primary, #dbdee2);
  width: 100%;
}
#fc .adyen-checkout__voucher-result__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: var(--adyen-sdk-spacer-110, 40px);
  width: 100%;
}
#fc .adyen-checkout-link--voucher-result-instructions {
  display: inline-block;
}
#fc .adyen-checkout__voucher-result__image__wrapper {
  display: block;
  height: var(--adyen-sdk-spacer-120, 48px);
  margin: 0 var(--adyen-sdk-spacer-090, 24px);
  position: relative;
}
#fc .adyen-checkout__voucher-result__image__wrapper:after {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fc .adyen-checkout__voucher-result__image__wrapper:nth-child(2) {
  margin-left: 0;
}
#fc .adyen-checkout__voucher-result__image__brand,
#fc .adyen-checkout__voucher-result__image__issuer {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  height: var(--adyen-sdk-spacer-120, 48px);
}
#fc .adyen-checkout__voucher-result__introduction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
#fc .adyen-checkout__voucher-result__amount {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: 700;
  margin: var(--adyen-sdk-spacer-090, 24px) auto 0;
  text-align: center;
}
#fc .adyen-checkout__voucher-result__surcharge {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  text-align: center;
}
#fc .adyen-checkout__voucher-result__code__label,
#fc .adyen-checkout__voucher-result__surcharge {
  display: block;
  font-weight: 400;
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
}
#fc .adyen-checkout__voucher-result__code__label {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
}
#fc .adyen-checkout__voucher-result__code__label:before {
  content: "";
  position: absolute;
}
#fc .adyen-checkout__voucher-result__code__label__text {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  letter-spacing: normal;
  line-height: 1;
  padding: 0 var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__voucher-result__code__barcode {
  display: block;
  height: var(--adyen-sdk-spacer-130, 56px);
  margin: 0 auto var(--adyen-sdk-spacer-040, 8px);
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc .adyen-checkout__voucher-result__code {
  border-width: 1px 0;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: inline-block;
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 auto;
  padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-120, 48px);
  position: relative;
  text-align: center;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 100%;
  word-break: break-word;
}
#fc .adyen-checkout__voucher-result__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-040, 8px);
  justify-content: center;
  list-style: none;
  margin: 0 auto var(--adyen-sdk-spacer-100, 32px);
  max-width: 300px;
  min-width: 200px;
  padding: 0 var(--adyen-sdk-spacer-090, 24px);
  width: 100%;
}
#fc .adyen-checkout__voucher-result__actions__item {
  flex: 1 1 0;
  min-width: 100px;
}
#fc .adyen-checkout__voucher-result__actions__item .adyen-checkout__button--inline {
  width: 100%;
}
#fc .adyen-checkout__voucher-result__introduction {
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  max-width: 420px;
}
#fc .adyen-checkout__alert-message {
  align-items: center;
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-070, 16px);
  text-align: left;
}
#fc .adyen-checkout__alert-message--error {
  background: var(--adyen-sdk-alert-critical-background-color, #fef4f4);
}
#fc .adyen-checkout__alert-message--warning {
  background: var(--adyen-sdk-alert-warning-background-color, #fff5e9);
}
#fc .adyen-checkout__alert-message--info {
  background: var(--adyen-sdk-alert-highlight-background-color, #f2f8ff);
}
#fc .adyen-checkout__alert-message--success {
  background: var(--adyen-sdk-alert-success-background-color, #edfaf3);
}
#fc .adyen-checkout__alert-message__icon {
  height: 14px;
  margin-right: var(--adyen-sdk-spacer-040, 8px);
  width: 14px;
}
#fc .adyen-checkout__fieldset + .adyen-checkout__eftpad-canada-info {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout_eftpad-canada-store-details {
  margin: var(--adyen-sdk-spacer-070, 16px) 0;
}
#fc .adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#fc .adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:active,
#fc .adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:active:hover,
#fc .adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:focus-within,
#fc .adyen-checkout__field--separateDeliveryAddress .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
#fc .adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress,
#fc .adyen-checkout__open-invoice .adyen-checkout__fieldset--personalDetails {
  padding-bottom: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress {
  margin-top: var(--adyen-sdk-spacer-090, 24px);
  padding-bottom: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress {
  margin-bottom: 0;
}
#fc .adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__open-invoice--loading {
  pointer-events: none;
}
#fc .adyen-checkout__amazonpay__button {
  margin: auto;
}
#fc .adyen-checkout__amazonpay .adyen-checkout__button--ghost {
  display: block;
  margin: var(--adyen-sdk-spacer-040, 8px) auto 0;
  width: auto;
}
#fc apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 48px;
  --apple-pay-button-border-radius: 4px ;
}
#fc .adyen-checkout__cashapp > .adyen-checkout__store-details {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  margin-top: 0;
}
#fc .adyen-checkout__paywithgoogle {
  height: var(--adyen-sdk-spacer-120, 48px);
}
#fc .adyen-checkout__paypal__buttons {
  position: relative;
  z-index: 0;
}
#fc .adyen-checkout__paypal__button {
  display: flex;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__paypal__button:empty {
  display: none;
}
#fc .adyen-checkout__paypal__status--pending {
  margin: var(--adyen-sdk-spacer-070, 16px) 0;
}
#fc .adyen-checkout__paypal__status--processing {
  align-items: center;
  display: flex;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  justify-content: center;
  padding: var(--adyen-sdk-spacer-090, 24px) 0;
}
#fc .adyen-checkout__paypal-processing .adyen-checkout__paypal__button {
  display: none;
}
#fc .adyen-checkout__payment-method .adyen-checkout__paypal__status--pending {
  margin: var(--adyen-sdk-spacer-070, 16px) 0 38px;
}
#fc .adyen-checkout__payment-method .adyen-checkout__paypal__status--processing {
  padding: var(--adyen-sdk-spacer-080, 20px) 0 65px;
}
#fc .adyen-checkout-fastlane__card-brand--wrapper {
  align-items: center;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  display: flex;
  height: 26px;
  justify-content: center;
  margin-right: var(--adyen-sdk-spacer-060, 12px);
  overflow: hidden;
  position: relative;
  width: var(--adyen-sdk-spacer-110, 40px);
}
#fc .adyen-checkout-fastlane__card-section {
  align-items: center;
  display: flex;
}
#fc .adyen-checkout-fastlane__card-number {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
}
#fc .adyen-checkout-fastlane__brand {
  display: flex;
  justify-content: center;
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-fastlane__brand img {
  width: 95px;
}
#fc .adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#fc .adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:active,
#fc .adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:active:hover,
#fc .adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:focus-within,
#fc .adyen-checkout__field--sendCopyToEmail .adyen-checkout__input-wrapper:focus-within:hover {
  box-shadow: none;
}
#fc .adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding: var(--adyen-sdk-spacer-090, 24px);
  word-break: break-all;
}
#fc .adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding: var(--adyen-sdk-spacer-090, 24px);
  word-break: break-all;
}
#fc .adyen-checkout__issuer-button {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: none;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-primary, #dbdee2);
  cursor: pointer;
  display: flex;
  flex-basis: 47%;
  flex-grow: 2;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  height: var(--adyen-sdk-spacer-110, 40px);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-060, 12px);
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
}
#fc .adyen-checkout__issuer-button:active {
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus {
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: none;
}
#fc .adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible {
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: none;
}
#fc .adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover {
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  outline: none;
}
#fc .adyen-checkout__issuer-button--selected {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  box-shadow: inset 0 0 0 1.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  height: var(--adyen-sdk-spacer-110, 40px);
  transition: none;
}
#fc .adyen-checkout__issuer-button-img {
  margin-right: var(--adyen-sdk-spacer-040, 8px);
  max-height: 26px;
}
#fc .adyen-checkout__issuer-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__field--issuer-list {
  margin-bottom: 0;
}
#fc .adyen-checkout__field--issuer-list .adyen-checkout__dropdown {
  position: static;
}
#fc .adyen-checkout__field--issuer-list .adyen-checkout__dropdown__button {
  position: relative;
}
#fc .adyen-checkout__qr-loader {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  flex-direction: column;
  padding: 16px;
}
#fc .adyen-checkout__qr-loader--result {
  gap: var(--adyen-sdk-spacer-090, 24px);
  padding: 100px;
}
#fc .adyen-checkout__qr-loader__brand-logo-wrapper {
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
  overflow: hidden;
}
#fc .adyen-checkout__qr-loader__brand-logo {
  display: block;
  width: 80px;
}
#fc .adyen-checkout__qr-loader__subtitle {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  max-width: 400px;
  text-align: center;
}
#fc .adyen-checkout__qr-loader__icon {
  height: 88px;
  width: 88px;
}
#fc .adyen-checkout__qr-loader__payment_amount {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: var(--adyen-sdk-text-title-l-font-weight, 600);
  line-height: var(--adyen-sdk-text-body-wide-line-height, 24px);
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__qr-loader__progress {
  background: var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  height: var(--adyen-sdk-spacer-020, 4px);
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
  padding-right: 3%;
  width: 152px;
}
#fc [dir=rtl] .adyen-checkout__qr-loader__progress {
  padding-left: 3%;
  padding-right: 0;
}
#fc .adyen-checkout__qr-loader__percentage {
  background: var(--adyen-sdk-color-label-primary, #00112c);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  display: block;
  height: 100%;
}
#fc .adyen-checkout__qr-loader__countdown {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  text-align: center;
}
#fc .adyen-checkout__qr-loader > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
#fc .adyen-checkout__qr-loader__app-link {
  display: none;
}
#fc .adyen-checkout__button.adyen-checkout__button--qr-loader {
  margin-top: var(--adyen-sdk-spacer-090, 24px);
  text-decoration: none;
}
#fc .adyen-checkout__qr-loader__instructions {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  line-height: 1.5;
  margin-top: var(--adyen-sdk-spacer-090, 24px);
  max-width: 300px;
  text-align: center;
}
#fc .adyen-checkout__qr-loader__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: var(--adyen-sdk-spacer-100, 32px);
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  #fc .adyen-checkout__qr-loader__app-link {
    display: block;
    min-width: 220px;
  }
}
#fc .adyen-checkout__segmented-control {
  background: var(--adyen-sdk-color-background-tertiary, #eeeff1);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  display: grid;
  gap: var(--adyen-sdk-spacer-020, 4px);
  grid-template-columns: repeat(auto-fit, minmax(var(--adyen-sdk-spacer-140, 64px), 1fr));
  padding: var(--adyen-sdk-spacer-030, 6px);
}
#fc .adyen-checkout__segmented-control--disabled {
  pointer-events: none;
}
#fc .adyen-checkout__segmented-control--disabled > .adyen-checkout__segmented-control-segment {
  color: var(--adyen-sdk-color-label-disabled, #8d95a3);
}
#fc .adyen-checkout__segmented-control-segment {
  background: transparent;
  border: 0;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-060, 12px);
  text-align: center;
  transition: background 0.3s ease-out;
}
#fc .adyen-checkout__segmented-control-segment:active,
#fc .adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover {
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
}
#fc .adyen-checkout__segmented-control-segment--selected {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .IrisGenerateQRCode-module_instruction__uDTb- {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
}
#fc .IrisComponent-module_bankList__fehP- {
  padding-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-timeline-wrapper {
  background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  max-width: 300px;
  padding: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-timeline {
  scrollbar-color: var(--adyen-sdk-color-background-quaternary, #c0c5cc) transparent;
}
#fc .adyen-checkout-timeline__items {
  all: unset;
}
#fc .adyen-checkout-timeline-item {
  scrollbar-color: var(--adyen-sdk-color-background-quaternary, #c0c5cc) transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style-type: none;
  max-width: 500px;
}
#fc .adyen-checkout-timeline-item:last-child .adyen-checkout-timeline-item__separator {
  display: none;
}
#fc .adyen-checkout-timeline-item:last-child .adyen-checkout-timeline-item__content {
  padding-bottom: 0;
}
#fc .adyen-checkout-timeline-item__row {
  display: flex;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-timeline-item__marker {
  display: flex;
  flex-flow: column;
  margin-top: var(--adyen-sdk-spacer-010, 2px);
  max-width: var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
#fc .adyen-checkout-timeline-item__separator {
  flex-grow: 1;
  position: relative;
}
#fc .adyen-checkout-timeline-item__separator:before {
  background-color: var(--adyen-sdk-color-separator-secondary, #c9cdd3);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 1px;
}
#fc .adyen-checkout-timeline-item__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout-timeline-item__title {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  letter-spacing: 0;
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  margin-bottom: var(--adyen-sdk-spacer-010, 2px);
  text-align: left;
}
#fc .adyen-checkout__econtext-input__field > .adyen-checkout__button--pay:only-child {
  margin-top: 0;
}
#fc .adyen-checkout-trustly {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-trustly__descriptor {
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  margin: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-020, 4px);
}
#fc .adyen-checkout-trustly__description-list {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
  padding-left: var(--adyen-sdk-spacer-080, 20px);
}
#fc .adyen-checkout-paybybank_AIS_DD {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-paybybank_AIS_DD__description-header {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  margin: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-020, 4px);
}
#fc .adyen-checkout-paybybank_AIS_DD__description-body {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
}
@media (max-width: 330px) {
  #fc .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(2) {
    display: none;
  }
}
@media (max-width: 360px) {
  #fc .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(3) {
    display: none;
  }
}
@media (max-width: 390px) {
  #fc .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(4) {
    display: none;
  }
}
#fc .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brand-number {
  text-overflow: clip;
  white-space: nowrap;
}
#fc .adyen-checkout__voucher-result--paybybank_pix {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__voucher-result--paybybank_pix .adyen-checkout__voucher-result__top {
  border: none;
  margin: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-000, 0);
  padding: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout__voucher-result--paybybank_pix .adyen-checkout__voucher-result__bottom {
  border: none;
}
#fc .adyen-checkout__voucher-result--paybybank_pix .adyen-checkout__voucher-result__image {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__voucher-result--paybybank_pix .adyen-checkout__voucher-result__image__wrapper {
  width: 8em;
}
#fc .adyen-checkout__voucher-result--paybybank_pix .adyen-checkout__voucher-result__image__wrapper > img {
  width: 100%;
}
#fc .adyen-checkout__voucher-result--paybybank_pix .adyen-checkout__voucher-result__amount {
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: var(--adyen-sdk-text-title-l-font-weight, 600);
  line-height: var(--adyen-sdk-text-title-l-line-height, 34px);
  margin-top: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout-await-logo-open-finance {
  height: auto;
  width: 8em;
}
#fc .adyen-checkout-await-logo-container {
  align-items: center;
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-090, 24px);
  width: -moz-fit-content;
  width: fit-content;
}
#fc .adyen-checkout-await-logo-container:has(> :only-child) {
  background: none;
}
#fc .adyen-checkout__await {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  padding: var(--adyen-sdk-spacer-110, 40px);
  text-align: center;
}
#fc .adyen-checkout__await--result {
  padding: 100px;
}
#fc .adyen-checkout__await__brand-logo {
  border-radius: 3px;
  width: 74px;
}
#fc .adyen-checkout__await__instructions {
  display: flex;
  justify-content: center;
}
#fc .adyen-checkout__await__indicator-text,
#fc .adyen-checkout__await__subtitle {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text {
  margin-left: var(--adyen-sdk-spacer-050, 10px);
  margin-top: var(--adyen-sdk-spacer-030, 6px);
}
#fc .adyen-checkout__await__indicator-holder {
  display: flex;
  justify-content: center;
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
  margin-top: var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__await__subtitle--result {
  margin-bottom: var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__await__icon {
  height: 88px;
  width: 88px;
}
#fc .adyen-checkout__await__progress {
  background: var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  height: var(--adyen-sdk-spacer-020, 4px);
  margin: var(--adyen-sdk-spacer-100, 32px) auto var(--adyen-sdk-spacer-060, 12px);
  width: 152px;
}
#fc .adyen-checkout__await__percentage {
  background: var(--adyen-sdk-color-label-primary, #00112c);
  border-radius: var(--adyen-sdk-border-radius-l, 12px);
  display: block;
  height: 100%;
}
#fc .adyen-checkout__await__countdown {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
}
#fc .adyen-checkout__await > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
#fc .adyen-checkout__await__app-link {
  display: block;
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__await__amount {
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: var(--adyen-sdk-text-title-font-weight, 600);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  text-align: center;
}
@media (min-width: 1280px) {
  #fc .adyen-checkout__await__app-link {
    display: none;
  }
}
#fc .adyen-checkout-pay-by-bank-pix-await {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#fc .adyen-checkout-pay-by-bank-pix-await .adyen-checkout__await__countdown-holder,
#fc .adyen-checkout-pay-by-bank-pix-await .adyen-checkout__await__subtitle {
  display: none;
}
#fc .adyen-checkout-pay-by-bank-pix-await .adyen-checkout__await,
#fc .adyen-checkout-pay-by-bank-pix-await .adyen-checkout__await--paybybank_pix {
  border: none;
  padding: 0;
}
#fc .adyen-checkout-pay-by-bank-pix-await .adyen-checkout__await__indicator-holder {
  margin-top: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout-pay-by-bank-pix-await .adyen-checkout__await__countdown {
  color: var(--adyen-sdk-color-label-primary, #00112c);
}
#fc .adyen-checkout-pay-by-bank-pix-await .adyen-checkout__await__end-slot {
  color: var(--adyen-sdk-color-label-tertiary, #5c687c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout-issuer-list-introduction-logo-container {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  padding: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-070, 16px) 0;
  text-align: center;
}
#fc .adyen-checkout-issuer-list-introduction-logo-container__title {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  font-weight: var(--adyen-sdk-text-caption-stronger-font-weight, 500);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0;
}
#fc .adyen-checkout-issuer-list-introduction-logo-container__logo {
  height: auto;
  width: 8em;
}
#fc .adyen-checkout-pix-enrollment-issuer-list {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-pix-enrollment-issuer-list .adyen-checkout-disclaimer__label {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: inline-block;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: 0;
}
#fc .adyen-checkout-await-logo-open-finance {
  height: auto;
  width: 8em;
}
#fc .adyen-checkout-await-logo-arrow-down {
  height: auto;
  width: 1em;
}
#fc .adyen-checkout-await-logo-bank {
  height: auto;
  width: 3em;
}
#fc .adyen-checkout__klarna-widget {
  pointer-events: all;
}
#fc .adyen-checkout__qr-loader--pix {
  padding-bottom: var(--adyen-sdk-spacer-110, 40px);
}
#fc .adyen-checkout__qr-loader--pix__qr_details {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  max-width: 318px;
  width: 100%;
}
#fc .adyen-checkout__qr-loader--pix__qr_details__timer {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__qr-loader--pix__qr_details__code {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  text-align: center;
}
#fc .adyen-checkout__qr-loader--swish > .adyen-checkout__qr-loader__instructions {
  text-align: center;
}
#fc .adyen-checkout-paynow__introduction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  text-align: center;
}
#fc .adyen-checkout-paynow__instructions {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  line-height: var(--adyen-sdk-text-body-line-height, 20px);
  text-align: center;
}
#fc .adyen-checkout-paynow__instructions > p {
  margin-bottom: 0;
}
#fc .adyen-checkout__blik__helper {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: 400;
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
  padding: 0;
}
#fc .adyen-checkout__loading-input__form {
  transition: opacity 0.25s ease-out;
}
#fc .adyen-checkout__fieldset--phone-input {
  direction: ltr;
}
#fc .adyen-checkout__fieldset--phone-input .adyen-checkout__fieldset__fields {
  gap: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__fieldset--phone-input .adyen-checkout__fieldset__fields > .adyen-checkout__field {
  margin-bottom: 0;
}
#fc .adyen-checkout-field--phone-prefix {
  width: 144px;
}
#fc .adyen-checkout-field--phone-number {
  flex: 1;
}
#fc .adyen-checkout__field--vpa {
  margin-bottom: 0;
}
#fc .adyen-checkout_upi-mode-selection-text {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-top: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout__segmented-control--upi-margin-bottom,
#fc .adyen-checkout_upi-mode-selection-text {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc #upi-area-vpa .adyen-checkout__alert-message--info,
#fc .adyen-checkout-upi-area-intent .adyen-checkout__alert-message--info,
#fc .adyen-checkout-upi-area-intent .adyen-checkout__button--pay {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-upi-area-qr-code .adyen-checkout__button--pay,
#fc .adyen-checkout-upi-instruction-label {
  margin-top: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout-upi-instruction-label {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: flex;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__payment-method__header__title {
  align-items: center;
  background: none;
  border: none;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1em;
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  gap: var(--adyen-sdk-spacer-060, 12px);
  margin-right: var(--adyen-sdk-spacer-070, 16px);
  max-height: 38px;
  max-width: 100%;
  padding: 0;
}
#fc [dir=rtl] .adyen-checkout__payment-method__header__title {
  margin-left: var(--adyen-sdk-spacer-070, 16px);
  margin-right: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout__payment-method__header__title--standalone {
  cursor: default;
}
#fc .adyen-checkout__payment-method__radio {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: 50%;
  height: var(--adyen-sdk-spacer-070, 16px);
  left: var(--adyen-sdk-spacer-070, 16px);
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: var(--adyen-sdk-spacer-070, 16px);
}
#fc [dir=rtl] .adyen-checkout__payment-method__radio {
  left: auto;
  right: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__payment-method__radio:after {
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--adyen-sdk-spacer-040, 8px);
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease-out;
  width: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__payment-method__radio--selected {
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  border: 0;
  transition: all 0.3s ease-out;
}
#fc .adyen-checkout__payment-method__radio--selected:hover {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
#fc .adyen-checkout__payment-method__radio--selected:after {
  transform: translateY(-50%) scale(1);
}
#fc .adyen-checkout-upi-app-item {
  align-items: center;
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  cursor: pointer;
  display: flex;
  gap: var(--adyen-sdk-spacer-070, 16px);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-070, 16px);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15s ease;
  width: 100%;
}
#fc .adyen-checkout-upi-app-item__label {
  cursor: pointer;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
}
#fc .adyen-checkout-upi-app-item:hover:not(.adyen-checkout-upi-app-item--selected) {
  border-color: var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
#fc .adyen-checkout-upi-app-item--selected {
  border-color: var(--adyen-sdk-color-outline-primary-active, #00112c);
  box-shadow: 0 0 0 0.5px var(--adyen-sdk-color-outline-primary-active, #00112c);
  cursor: default;
}
#fc .adyen-checkout-upi-app-item--selected .adyen-checkout-expand-button--upi-app-item,
#fc .adyen-checkout-upi-app-item--selected .adyen-checkout-expand-button--upi-app-item > label {
  cursor: default;
}
#fc .adyen-checkout-upi-app-item .adyen-checkout-expand-button--upi-app-item {
  margin-right: 0;
}
#fc .adyen-checkout-upi-app-item__checkmark {
  border-bottom: 1.5px solid var(--adyen-sdk-color-label-primary, #00112c);
  border-right: 1.5px solid var(--adyen-sdk-color-label-primary, #00112c);
  height: var(--adyen-sdk-spacer-060, 12px);
  transform: rotate(45deg);
  width: var(--adyen-sdk-spacer-030, 6px);
}
#fc .adyen-checkout-upi-app-list {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
#fc .adyen-checkout-upi-app-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc .adyen-checkout__payto-component .adyen-checkout__fieldset,
#fc .adyen-checkout__payto-component .adyen-checkout__fieldset .adyen-checkout__fieldset__fields {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__payto-component .adyen-checkout-field--phone-prefix {
  width: 98px;
}
#fc .adyen-checkout__payto-component--loading {
  pointer-events: none;
}
#fc .adyen-checkout__await--payto .adyen-checkout__details-table {
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  padding-top: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__await--payto .adyen-checkout__details-table__item:first-child {
  border-top: none;
}
#fc .adyen-checkout__giftcard-result__header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  justify-content: space-between;
  position: relative;
  width: 100%;
}
#fc .adyen-checkout__giftcard-result__header__title {
  align-items: center;
  display: flex;
}
#fc .adyen-checkout__giftcard-result__name {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__giftcard-result__balance {
  list-style: none;
  margin: var(--adyen-sdk-spacer-070, 16px) 0 0;
  padding: 0;
}
#fc .adyen-checkout__giftcard-result__balance__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--adyen-sdk-spacer-040, 8px);
}
#fc .adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
}
#fc .adyen-checkout__giftcard-result__balance__item:last-child {
  margin-bottom: 0;
}
#fc .adyen-checkout__giftcard-result__balance__value--amount {
  font-weight: 700;
}
#fc .adyen-checkout__giftcard-result__remaining-balance {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  margin: var(--adyen-sdk-spacer-040, 8px) auto 0;
  text-align: center;
}
#fc .adyen-checkout__voucher-result {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  position: relative;
  text-align: center;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result-title {
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-title-font-weight, 600);
  line-height: var(--adyen-sdk-text-title-line-height, 26px);
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__bottom,
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__top {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-separator-primary, #dbdee2);
  display: flex;
  flex-direction: column;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__bottom .adyen-checkout__details-table,
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__top .adyen-checkout__details-table {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  margin: 0;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__bottom .adyen-checkout__details-table__item:first-child,
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__top .adyen-checkout__details-table__item:first-child {
  border-top: none;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__top {
  align-items: center;
  border-bottom: 0;
  border-radius: var(--adyen-sdk-border-radius-m, 8px) var(--adyen-sdk-border-radius-m, 8px) 0 0;
  padding: var(--adyen-sdk-spacer-100, 32px) var(--adyen-sdk-spacer-090, 24px) var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__bottom {
  border-radius: 0 0 var(--adyen-sdk-border-radius-m, 8px) var(--adyen-sdk-border-radius-m, 8px);
  border-top: 0;
  padding: 0 var(--adyen-sdk-spacer-090, 24px) var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
  width: 100%;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout-link--voucher-result-instructions {
  display: inline-block;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__image__wrapper {
  display: block;
  height: var(--adyen-sdk-spacer-120, 48px);
  position: relative;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__image__wrapper:after {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  box-shadow: var(--adyen-sdk-shadow-low, 0 2px 4px rgba(0, 17, 44, 0.04), 0 1px 2px rgba(0, 17, 44, 0.02));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__image__wrapper:nth-child(2) {
  margin-left: 0;
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__image__brand,
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__image__issuer {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  height: var(--adyen-sdk-spacer-120, 48px);
}
#fc .adyen-checkout__voucher-result--bankTransfer .adyen-checkout__voucher-result__amount {
  font-size: var(--adyen-sdk-text-title-l-font-size, 1.5rem);
  font-weight: var(--adyen-sdk-text-title-l-font-weight, 600);
  line-height: var(--adyen-sdk-text-title-l-line-height, 34px);
  margin: 0 auto var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__bankTransfer__introduction {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
  padding: 0;
}
#fc .adyen-checkout__bankTransfer__emailField {
  margin: 0 0 var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__adyen-giving .adyen-checkout__status__icon {
  display: block;
  margin: var(--adyen-sdk-spacer-130, 56px) auto var(--adyen-sdk-spacer-100, 32px);
}
#fc .adyen-checkout__adyen-giving .adyen-checkout__status__text {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  margin-bottom: var(--adyen-sdk-spacer-130, 56px);
  text-align: center;
}
#fc .adyen-checkout__adyen-giving .adyen-checkout-disclaimer__label {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  margin-top: 0;
}
#fc .adyen-checkout__campaign {
  position: relative;
}
#fc .adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description {
  text-decoration: underline;
}
#fc .adyen-checkout__campaign-logo {
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  display: block;
  flex-shrink: 0;
  height: var(--adyen-sdk-spacer-120, 48px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  width: var(--adyen-sdk-spacer-120, 48px);
}
#fc .adyen-checkout__campaign-background-image {
  aspect-ratio: 5/2;
  background-color: var(--adyen-sdk-color-label-primary, #00112c);
  background-position: 50%;
  background-size: 100%;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  margin-bottom: var(--adyen-sdk-spacer-060, 12px);
  overflow: hidden;
  transition: background-size 0.6s ease-out;
}
#fc .adyen-checkout__campaign-background-image:hover {
  background-size: 110%;
}
#fc .adyen-checkout__campaign-link {
  text-decoration: none;
}
#fc .adyen-checkout__campaign-link:hover {
  text-decoration: underline;
}
#fc .adyen-checkout__campaign-content {
  align-items: flex-start;
  display: flex;
  gap: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout__campaign-description,
#fc .adyen-checkout__campaign-title {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  margin: 0;
}
#fc .adyen-checkout__campaign-title {
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-title-font-weight, 600);
  line-height: var(--adyen-sdk-text-title-line-height, 26px);
}
#fc .adyen-checkout__campaign-cause {
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  font-weight: var(--adyen-sdk-text-caption-stronger-font-weight, 500);
}
#fc .adyen-checkout__campaign-cause,
#fc .adyen-checkout__campaign-description {
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
}
#fc .adyen-checkout__campaign-description {
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  margin-top: var(--adyen-sdk-spacer-060, 12px);
}
#fc .adyen-checkout-roundup-description {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: inline-block;
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
  line-height: var(--adyen-sdk-text-caption-line-height, 18px);
  padding-left: 0;
}
#fc .adyen-checkout__adyen-giving-actions {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  margin-top: var(--adyen-sdk-spacer-070, 16px);
  text-align: center;
}
#fc .adyen-checkout__button.adyen-checkout__button--donate {
  margin: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout__button.adyen-checkout__button--decline {
  display: block;
  margin: auto;
}
#fc .adyen-checkout__button-group {
  background: transparent;
  display: flex;
  justify-content: space-between;
}
#fc .adyen-checkout__button-group .adyen-checkout__button {
  background: transparent;
  border: 0;
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-outline-primary, #dbdee2);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  font-weight: 400;
  height: var(--adyen-sdk-spacer-110, 40px);
  line-height: var(--adyen-sdk-spacer-110, 40px);
  margin-right: var(--adyen-sdk-spacer-040, 8px);
  padding: 0;
  text-align: center;
}
#fc .adyen-checkout__button-group .adyen-checkout__button:last-child {
  margin-right: 0;
}
#fc .adyen-checkout__button-group .adyen-checkout__button:hover {
  background: transparent;
  box-shadow: inset 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
#fc .adyen-checkout__button-group .adyen-checkout__button:active {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  box-shadow: inset 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-tertiary, #8d95a3);
}
#fc .adyen-checkout__button-group .adyen-checkout__button--disabled,
#fc .adyen-checkout__button-group .adyen-checkout__button--disabled:hover {
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc .adyen-checkout__button-group .adyen-checkout__button--selected,
#fc .adyen-checkout__button-group .adyen-checkout__button--selected:active,
#fc .adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,
#fc .adyen-checkout__button-group .adyen-checkout__button--selected:hover {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  box-shadow: inset 0 0 0 1px var(--adyen-sdk-color-label-primary, #00112c);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  height: var(--adyen-sdk-spacer-110, 40px);
  transition: none;
}
#fc .adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
#fc .adyen-checkout__order-payment-methods-list {
  list-style: none;
  margin: 0 auto var(--adyen-sdk-spacer-070, 16px);
  padding: 0;
}
#fc .adyen-checkout__order-payment-method {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-tertiary, #8d95a3);
  margin-top: -1px;
  position: relative;
  width: 100%;
}
#fc .adyen-checkout__order-payment-method:first-child {
  border-top-left-radius: var(--adyen-sdk-border-radius-m, 8px);
  border-top-right-radius: var(--adyen-sdk-border-radius-m, 8px);
}
#fc .adyen-checkout__order-payment-method:last-child {
  border-bottom-left-radius: var(--adyen-sdk-border-radius-m, 8px);
  border-bottom-right-radius: var(--adyen-sdk-border-radius-m, 8px);
}
#fc .adyen-checkout__order-payment-method__header {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
#fc .adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title {
  padding: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout__order-payment-method__details {
  padding: 0 var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__order-payment-method__deducted-amount {
  display: flex;
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  justify-content: space-between;
  line-height: var(--adyen-sdk-text-subtitle-font-size, 1rem);
}
#fc .adyen-checkout__order-payment-method__deducted-amount__label {
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
}
#fc .adyen-checkout__order-payment-method__deducted-amount__value {
  font-weight: var(--adyen-sdk-text-body-stronger-font-weight, 500);
}
#fc .adyen-checkout__order-remaining-amount {
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-070, 16px);
  width: 100%;
}
#fc .adyen-checkout__order-remaining-amount strong {
  font-weight: 700;
}
#fc .adyen-checkout__dropin--loading .adyen-checkout__instant-payment-methods-list {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc .adyen-checkout__payment-method__disable-confirmation {
  background: var(--adyen-sdk-color-background-critical-strong, #e22d2d);
  border-left: 1px solid rgb(224.7623430962, 36.0376569038, 36.0376569038);
  border-right: 1px solid rgb(224.7623430962, 36.0376569038, 36.0376569038);
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  display: grid;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  grid-template-rows: 0fr;
  margin: 0 -17px;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows var(--adyen-sdk-animation-duration-moderate, 0.15s) var(--adyen-sdk-animation-easing-linear, linear), opacity var(--adyen-sdk-animation-duration-moderate, 0.15s) var(--adyen-sdk-animation-easing-standard, cubic-bezier(0.2, 0, 0.4, 0.9)), margin-bottom var(--adyen-sdk-animation-duration-fast, 0.1s) var(--adyen-sdk-animation-easing-linear, linear);
}
#fc .adyen-checkout__payment-method__disable-confirmation__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 0;
  transition: visibility var(--adyen-sdk-animation-duration-moderate, 0.15s) var(--adyen-sdk-animation-easing-linear, linear), padding var(--adyen-sdk-animation-duration-fast, 0.1s) var(--adyen-sdk-animation-easing-linear, linear);
  visibility: hidden;
}
#fc .adyen-checkout__payment-method__disable-confirmation--open {
  grid-template-rows: 1fr;
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
  opacity: 1;
}
#fc .adyen-checkout__payment-method__disable-confirmation--open .adyen-checkout__payment-method__disable-confirmation__content {
  padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-070, 16px);
  visibility: visible;
}
#fc .adyen-checkout__payment-method__disable-confirmation__buttons {
  display: flex;
}
#fc .adyen-checkout__payment-method__disable-confirmation__button {
  background: var(--adyen-sdk-color-background-critical-strong, #e22d2d);
  border: var(--adyen-sdk-border-width-s, 1px) solid transparent;
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-on-color, #ffffff);
  cursor: pointer;
  display: block;
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
  height: auto;
  margin: 0 0 0 var(--adyen-sdk-spacer-040, 8px);
  padding: var(--adyen-sdk-spacer-040, 8px);
  width: auto;
}
#fc .adyen-checkout__payment-method__disable-confirmation__button:hover,
#fc .adyen-checkout__payment-method__disable-confirmation__button:hover:focus {
  background: rgb(215.7112970711, 29.7887029289, 29.7887029289);
  box-shadow: none;
}
#fc .adyen-checkout__payment-method__disable-confirmation__button:active,
#fc .adyen-checkout__payment-method__disable-confirmation__button:hover:active {
  background: rgb(193.3054393305, 26.6945606695, 26.6945606695);
  box-shadow: none;
}
#fc .adyen-checkout__payment-method__disable-confirmation__button--remove,
#fc .adyen-checkout__payment-method__disable-confirmation__button--remove:disabled {
  border-color: var(--adyen-sdk-color-label-on-color, #ffffff);
}
#fc .adyen-checkout__payment-method__disable-confirmation__button--cancel,
#fc .adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled {
  border-color: transparent;
}
#fc .adyen-checkout__payment-method {
  background: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-radius 0.15s ease;
  width: 100%;
}
#fc .adyen-checkout__payment-method:focus {
  outline: 0;
}
#fc .adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) {
  border-color: var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
}
#fc .adyen-checkout__payment-method--loading {
  opacity: 0.2;
}
#fc .adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
  opacity: 0.9;
}
#fc .adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,
#fc .adyen-checkout__payment-method--disabling {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc .adyen-checkout__payment-method--disabling {
  opacity: 0.3;
}
#fc .adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio {
  display: none;
}
#fc .adyen-checkout__payment-method__header {
  align-items: center;
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
  justify-content: space-between;
  padding: var(--adyen-sdk-spacer-070, 16px);
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
#fc [dir=rtl] .adyen-checkout__payment-method__header {
  padding: calc(var(--adyen-sdk-spacer-070, 16px) - var(--adyen-sdk-spacer-020, 4px));
  padding-right: calc(var(--adyen-sdk-spacer-120, 48px) - var(--adyen-sdk-spacer-020, 4px));
}
#fc .adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header {
  padding: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__payment-method__surcharge {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  margin-left: var(--adyen-sdk-spacer-020, 4px);
}
#fc .adyen-checkout__payment-method--selected {
  background: var(--adyen-sdk-color-background-secondary, #f7f7f8);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  cursor: default;
  transition: opacity 0.3s ease-out;
}
#fc .adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header {
  flex-wrap: wrap;
}
#fc .adyen-checkout__payment-method__details {
  padding: var(--adyen-sdk-spacer-000, 0) var(--adyen-sdk-spacer-070, 16px);
  position: relative;
}
#fc .adyen-checkout__payment-method__details__content > :last-child {
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__payment-method__image__wrapper {
  align-items: center;
  border-radius: var(--adyen-sdk-border-radius-s, 4px);
  display: flex;
  height: 26px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: var(--adyen-sdk-spacer-110, 40px);
}
#fc .adyen-checkout__payment-method__image {
  border-radius: var(--adyen-checkout-border-radius-s);
  display: block;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#fc .adyen-checkout__payment-method__brands {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-020, 4px);
  height: var(--adyen-sdk-spacer-090, 24px);
  margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0);
  overflow: hidden;
  text-align: right;
}
#fc .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-body-font-size, 0.875rem);
}
#fc .adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands {
  height: auto;
  overflow: visible;
  text-align: left;
}
#fc .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  display: inline-block;
  height: var(--adyen-sdk-spacer-070, 16px);
  transition: opacity 0.2s ease-out;
  width: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child {
  margin: var(--adyen-sdk-spacer-000, 0);
}
#fc .adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  margin-bottom: var(--adyen-sdk-spacer-020, 4px);
}
#fc .adyen-checkout__payment-method__brands img {
  height: 100%;
  width: 100%;
}
#fc .adyen-checkout__payment-method__image__wrapper--disabled {
  opacity: 0.25;
}
#fc .adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio {
  box-shadow: 0 0 0 var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-color-outline-primary-hover, #c9cdd3);
  cursor: pointer;
}
#fc .adyen-checkout__payment-method__name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#fc .adyen-checkout__payment-method__additional-info {
  color: var(--adyen-sdk-color-label-secondary, #5c687c);
  font-size: var(--adyen-sdk-text-caption-font-size, 0.75rem);
  font-weight: var(--adyen-sdk-text-body-font-weight, 400);
}
#fc .adyen-checkout__payment-method__name_wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-020, 4px);
  min-width: var(--adyen-sdk-spacer-120, 48px);
  text-align: start;
}
#fc .adyen-checkout__status {
  align-items: center;
  background-color: var(--adyen-sdk-color-background-primary, #ffffff);
  border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
  color: var(--adyen-sdk-color-label-primary, #00112c);
  display: flex;
  flex-direction: column;
  font-size: var(--adyen-sdk-text-title-font-size, 1rem);
  height: 350px;
  justify-content: center;
  margin: 0;
  padding: var(--adyen-sdk-spacer-100, 32px);
  text-align: center;
}
#fc .adyen-checkout__status__icon {
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
}
#fc .adyen-checkout__status .adyen-checkout__spinner__wrapper {
  max-height: 88px;
}
#fc .adyen-checkout__dropin {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout__button--dropin-show-paymentmethods {
  align-self: start;
}
#fc .adyen-checkout-payment-methods-container {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
}
#fc .adyen-checkout-payment-methods-list-label {
  color: var(--adyen-sdk-color-label-primary, #00112c);
  font-size: var(--adyen-sdk-text-subtitle-font-size, 1rem);
  font-weight: var(--adyen-sdk-text-subtitle-stronger-font-weight, 600);
  line-height: var(--adyen-sdk-text-subtitle-line-height, 26px);
}
#fc .adyen-checkout__payment-methods-list {
  display: flex;
  flex-direction: column;
  gap: var(--adyen-sdk-spacer-070, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
#fc .adyen-checkout__payment-methods-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#fc .adyen-checkout__instant-payment-methods-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--adyen-sdk-spacer-070, 16px);
  list-style: none;
  margin: 0;
  padding: 0;
}
#fc .adyen-checkout__instant-payment-methods-list li {
  flex: 1 0 calc(50% - var(--adyen-sdk-spacer-070, 16px) / 2);
}
#fc .adyen-checkout__payment-method {
  display: block;
}
#fc .adyen-checkout__payment-method__details {
  overflow: hidden;
}
#fc .adyen-checkout__payment-method__image {
  height: 26px;
  width: var(--adyen-sdk-spacer-110, 40px);
}
#fc [dir=rtl] .adyen-checkout__payment-method__image__wrapper {
  margin-left: var(--adyen-sdk-spacer-040, 8px);
  margin-right: 0;
}
#fc .adyen-checkout-pm-details-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
  visibility: hidden;
}
#fc .adyen-checkout-pm-details-wrapper[aria-hidden=false] {
  grid-template-rows: 1fr;
  visibility: visible;
}
#fc .adyen-checkout-pm-details-wrapper[aria-hidden=false] .adyen-checkout__payment-method__details {
  overflow: visible;
}
#fc {

}
#fc .paypal-mark-holder > div {
  display: inline-block;
}
#fc .paypal-mark {
  background: none;
  margin-right: 10px;
}
#fc .fc-form-group .paypal-mark img {
  top: 0;
}
#fc #paypal_platform_fastlane_watermark_container {
  margin-top: 7px;
}
#fc #paypal_platform_fastlane_watermark_container paypal-watermark {
  float: right;
}
#fc .fc-action--payment--paypal-platform {
  text-align: center;
}
#fc .fc-payment-method--paypal_platform_fastlane .fc-input-group-container--active .fc-form-group {
  max-height: 800px;
}
#fc #fastlane-payment-button {
  padding: 0 12px;
  margin: 5px 0;
}
#fc .text-info {
  padding: 5px 12px 10px;
}
#fc .fc-messages__empty-notification {
  background-color: #C1DB9B;
  border-radius: 6px;
  margin: 1em 0;
  padding: 1em 2em;
  text-align: center;
}
#fc .fc-messages__empty-notification a {
  color: #3e5300;
  font-size: 1.2em;
}
#fc .fc-messages .fc-alert {
  margin: 20px 10px;
  padding: 10px;
  opacity: 1;
  display: block;
  background: #EEEEEE;
}
#fc .fc-messages .fc-alert .fc-alert--more {
  font-weight: bold;
  text-shadow: none;
}
#fc .fc-messages .fc-alert ul {
  margin-left: 0;
  list-style: none;
}
#fc .fc-messages .fc-alert h2 {
  font-weight: normal;
  padding: 0;
  text-shadow: none;
}
#fc .fc-messages .fc-alert li {
  color: #666;
  text-shadow: none;
}
#fc .fc-messages .fc-alert a {
  color: #666;
}
#fc .fc-alert {
  border: 0;
  color: #ffffff;
  padding: 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  margin-top: -4px;
  margin-bottom: 0;
}
#fc .fc-alert a {
  text-decoration: underline;
  color: #ffffff;
}
#fc .fc-alert p {
  margin-bottom: 15px;
  font-size: 0.9em;
}
#fc .fc-alert p:last-child {
  margin-bottom: 0px;
}
#fc .fc-alert h2 {
  font-size: 1.3125em;
  margin: 0;
  padding: 0;
}
#fc .fc-alert ul {
  padding: 0;
  margin-left: 15px;
}
#fc .fc-alert .fc-list--inline {
  width: 100%;
  margin-left: 0;
  display: inline-block;
}
#fc .fc-alert .fc-spinner {
  width: 40px;
  float: left;
  margin-top: 0;
  margin-left: 20px;
}
#fc .fc-payment-method--plastic__saved .fc-alert {
  margin-left: -23px;
  margin-right: -10px;
  margin-bottom: -12px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 12px;
}
#fc .fc-alert--success {
  color: #3e5300;
  background-color: #C1DB9B;
  border: 2px solid #C1DB9B;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  #fc .fc-alert--success.fc-with-animation {
    -webkit-animation: scaleUpAndFadeIn 0.2s ease-in 0s 1;
    -o-animation: scaleUpAndFadeIn 0.2s ease-in 0s 1;
    animation: scaleUpAndFadeIn 0.2s ease-in 0s 1;
  }
}
#fc .fc-alert--success h2 {
  color: #C1DB9B;
}
#fc .fc-alert--success .alert-more, #fc .fc-alert--success a {
  color: #3e5300;
}
#fc .fc-alert--success .fc-spinner > div {
  background-color: #C1DB9B;
}
#fc .fc-alert--success .fc-alert-container--error {
  background-color: #DC3144;
  border-color: #DC3144;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  text-shadow: none;
}
#fc .fc-alert--success .fc-alert--info {
  border-color: #D9EDF7;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 99.6%;
  margin-left: 1px;
}
#fc .fc-alert--success .fc-alert--info:before, #fc .fc-alert--success .fc-alert--info:after {
  content: " ";
  display: table;
}
#fc .fc-alert--success .fc-alert--info:after {
  clear: both;
}
#fc .fc-alert--success .fc-alert--info p {
  margin-bottom: 0;
  float: left;
}
#fc .fc-alert--danger {
  background-color: #DC3144;
  border: 2px solid #DC3144;
  overflow: hidden;
}
@media (min-width: 768px) {
  #fc .fc-alert--danger {
    -webkit-animation: scaleUp 0.2s ease-in 0s 1;
    -o-animation: scaleUp 0.2s ease-in 0s 1;
    animation: scaleUp 0.2s ease-in 0s 1;
  }
}
#fc .fc-alert--danger h2 {
  color: #DC3144;
}
#fc .fc-alert--danger span {
  color: #DC3144;
  font-weight: bold;
}
#fc .fc-alert--danger .fc-alert--more {
  color: #DC3144;
  margin-top: 0;
}
#fc .fc-alert--danger .fc-spinner > div {
  background-color: #DC3144;
}
#fc .fc-alert--danger .fc-button-link {
  border: 0px;
  color: #ffffff;
  text-decoration: underline;
  padding: 0px;
}
#fc [data-fc-id=shipping-results] .fc-alert--danger {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -2px;
  border-radius: 0px;
  clear: both;
}
#fc .fc-alert--info {
  border: 2px solid #000080;
  color: #000080;
  text-shadow: none;
}
@media (min-width: 768px) {
  #fc .fc-alert--info {
    -webkit-animation: scaleUpAndFadeIn 0.2s ease-in;
    -o-animation: scaleUpAndFadeIn 0.2s ease-in;
    animation: scaleUpAndFadeIn 0.2s ease-in;
  }
}
#fc .fc-alert--info h2 {
  color: #000080;
}
#fc .fc-alert--info .fc-spinner > div {
  background-color: #000080;
}
#fc .fc-alert--warning {
  border: 2px solid #c09853;
  color: #c09853;
  text-shadow: none;
}
#fc .fc-alert--warning .alert-more, #fc .fc-alert--warning h2 {
  color: #c09853;
}
#fc .fc-alert--warning .fc-spinner > div {
  background-color: #c09853;
}
#fc .fc-alert-container--success .fc-form-control,
#fc .fc-alert-container--success .fc-form-control:focus {
  border: 2px solid #C1DB9B;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#fc .fc-alert-container--success .fc-alert .fc-form-control,
#fc .fc-alert-container--success .fc-alert .fc-form-control:focus {
  border: 1px solid #C1DB9B;
  border-bottom: none;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#fc .fc-alert-container--success .fc-alert-container--error .fc-form-control--customer-password,
#fc .fc-alert-container--success .fc-alert-container--error .fc-form-control--customer-password:focus {
  border: none;
}
#fc .fc-alert-container--success .fc-alert-container--error .fc-button--sign-in {
  border-bottom-right-radius: 0;
}
#fc .fc-alert-container--success .fc-alert--success .fc-input-group {
  border-bottom-right-radius: 0;
}
#fc .fc-alert-container--success .fc-alert--success .fc-input-group + .fc-alert--danger {
  margin-right: 1px;
}
#fc .fc-alert-container--success .fc-alert--success .fc-input-group button {
  height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 0px 15px;
  border: 0;
}
#fc .fc-alert-container--success .fc-alert--success .fc-input-group .fc-button--sign-in {
  height: 39px;
  margin-top: 1px;
}
#fc .fc-alert-container--success .fc-alert--success {
  border: none;
}
#fc .fc-alert-container--success .fc-alert--success .fc-form-control--customer-password {
  border-bottom: none;
}
#fc .fc-alert-container--error label {
  color: #DC3144;
}
#fc .fc-alert-container--error .fc-input-title {
  color: inherit;
}
.fc-input-group-container--radio #fc .fc-alert-container--error .fc-form-group input,
#fc .fc-alert-container--error .fc-input-group,
#fc .fc-alert-container--error .fc-container__grid--payment-method .fc-input-group-container--active,
#fc .fc-alert-container--error .fc-input-group-container--checkbox,
#fc .fc-alert-container--error .fc-input-group-container--active {
  background: rgb(249.6265560166, 223.3734439834, 226.2904564315);
  border: 2px solid #DC3144;
  border-radius: 5px;
  -webkit-transition: background 0.2s linear, border 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear;
  transition: background 0.2s linear, border 0.2s linear;
}
.fc-input-group-container--radio #fc .fc-alert-container--error .fc-form-group input:focus,
#fc .fc-alert-container--error .fc-input-group:focus,
#fc .fc-alert-container--error .fc-container__grid--payment-method .fc-input-group-container--active:focus,
#fc .fc-alert-container--error .fc-input-group-container--checkbox:focus,
#fc .fc-alert-container--error .fc-input-group-container--active:focus {
  background: #ffffff;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#fc .fc-alert-container--error .fc-form-control,
#fc .fc-alert-container--error .fc-form-control:focus {
  padding-left: 10px;
  background: rgb(249.6265560166, 223.3734439834, 226.2904564315);
  border: 2px solid #DC3144;
  -webkit-transition: background 0.2s linear, border 0.2s linear, padding 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear, padding 0.2s linear;
  transition: background 0.2s linear, border 0.2s linear, padding 0.2s linear;
}
#fc .fc-alert-container--error .fc-form-control:focus,
#fc .fc-alert-container--error .fc-form-control:focus:focus {
  background: #ffffff;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#fc .fc-alert-container--error .fc-button {
  border: 2px solid #DC3144;
  border-left: none;
  line-height: 1.9;
  -webkit-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
#fc .fc-alert-container--error .fc-button:hover {
  border-color: #DC3144;
}
#fc .fc-alert-container--error .fc-button.fc-button-link {
  border: none;
}
#fc .fc-alert-container--error .fc-input-group-container--active .fc-input-group-container__title:before,
#fc .fc-alert-container--error .fc-input-group-container--active .fc-input-group-container__no-title:before,
#fc .fc-alert-container--error .fc-input-group-container--checkbox .fc-input-group-container__title:before {
  border-width: 2px;
  border-color: #DC3144;
  border-style: solid;
  left: -8px;
  -webkit-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
@media (min-width: 768px) {
  #fc .fc-alert-container--error .fc-input-group-container--active .fc-input-group-container__title:before,
  #fc .fc-alert-container--error .fc-input-group-container--active .fc-input-group-container__no-title:before,
  #fc .fc-alert-container--error .fc-input-group-container--checkbox .fc-input-group-container__title:before {
    -webkit-animation: fadeInErrorBorder 0.2s linear 0s 1;
    -o-animation: fadeInErrorBorder 0.2s linear 0s 1;
    animation: fadeInErrorBorder 0.2s linear 0s 1;
  }
}
#fc .fc-alert-container--error .fc-alert--danger {
  display: block;
  border-radius: 0px 0px 5px 5px;
  opacity: 1;
}
#fc .fc-alert-container--error .fc-alert .fc-form-control {
  border: none;
}
#fc .fc-alert-container--error .fc-alert-container--success .fc-form-control {
  border: none;
}
#fc .fc-alert-container--error .fc-payment-method--plastic__new .fc-alert-container--error .fc-form-control {
  border: 2px solid #DC3144;
  -webkit-transition: background 0.2s linear, border 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear;
  transition: background 0.2s linear, border 0.2s linear;
}
#fc .fc-alert-container--error .fc-input-group--full-page {
  border: 2px solid #DC3144;
  border-radius: 5px;
  background-color: #EEEEEE;
}
@media (min-width: 768px) {
  #fc .fc-alert-container--error .fc-input-group--full-page {
    -webkit-animation: fadeInErrorBorder 0.2s linear 0s 1;
    -o-animation: fadeInErrorBorder 0.2s linear 0s 1;
    animation: fadeInErrorBorder 0.2s linear 0s 1;
  }
}
#fc .fc-alert-container--error .fc-input-group .fc-form-control--customer-email,
#fc .fc-alert-container--error .fc-input-group .fc-form-control--customer-email:focus,
#fc .fc-alert-container--error .fc-input-group .fc-button--check-email {
  border: none;
}
#fc .fc-alert-container--info .fc-form-control {
  border: 2px solid #D9EDF7;
  border-bottom: none;
}
@media (min-width: 768px) {
  #fc .fc-alert-container--info .fc-form-control {
    -webkit-animation: fadeInInfoBorder 0.1s linear;
    -o-animation: fadeInInfoBorder 0.1s linear;
    animation: fadeInInfoBorder 0.1s linear;
  }
}
#fc .fc-alert-container--info .fc-alert .fc-form-control,
#fc .fc-alert-container--info .fc-alert .fc-input-group {
  border: 2px solid #D9EDF7;
  border-bottom: none;
}
#fc .fc-alert-container--info .fc-alert {
  border-radius: 0px 0px 5px 5px;
  border: 2px solid #D9EDF7;
  border-top: none;
}
#fc .fc-alert-container--info .fc-alert:before, #fc .fc-alert-container--info .fc-alert:after {
  content: " ";
  display: table;
}
#fc .fc-alert-container--info .fc-alert:after {
  clear: both;
}
@media (min-width: 768px) {
  #fc .fc-alert-container--info .fc-alert {
    -webkit-animation: fadeInInfoBorder 0.1s linear;
    -o-animation: fadeInInfoBorder 0.1s linear;
    animation: fadeInInfoBorder 0.1s linear;
  }
}
#fc .fc-alert-container--info .fc-alert p {
  float: left;
  margin-bottom: 0;
}
#fc .fc-alert-container--info .fc-button {
  border: 2px solid #D9EDF7;
  border-bottom: none;
  border-left: none;
  line-height: 1.9em;
  height: 39px;
  -webkit-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
#fc .fc-alert-container--info .fc-button:hover {
  border-color: #D9EDF7;
}

:root {
  --adyen-sdk-color-background-primary: #f8f8f8;
  --adyen-sdk-color-background-secondary: #ffffff;
  --adyen-sdk-color-outline-primary: #d5d5d5;
  --adyen-sdk-color-outline-secondary: #bebebe;
  --adyen-sdk-border-radius-m: 5px;
}

[data-fc-ui-block], [data-fc-store-page], [data-fc-sidecart] .fc-sidecart-only-fixed, [data-fc-sidecart], #fc header, #fc section, #fc div {
  margin: 0;
  padding: 0;
  border: none;
}

html, body.cart-visible--reset {
  height: 100%;
  z-index: 1;
}

span.fc-skeleton {
  background: #000;
  color: #000;
  text-shadow: none;
  display: inline-block;
  opacity: 0.125;
}

[data-fc-sidecart] {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  overflow-y: scroll;
  display: block;
  width: 280px;
  height: 100%;
  background: #e4e4e4;
}
[data-fc-sidecart] #fc {
  position: relative;
}
[data-fc-sidecart] #fc .fc-sidebar--cart {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
[data-fc-sidecart] #fc #fc-cart--fixed-width .fc-cart__item__image {
  width: 34%;
  margin-left: -5%;
}
[data-fc-sidecart] #fc #fc-cart--fixed-width .fc-cart__item__details {
  width: 71%;
}
[data-fc-sidecart] #fc .fa-caret-right {
  fill: #ffffff;
}
[data-fc-sidecart] #fc .fa-caret-left {
  fill: #333;
}
[data-fc-sidecart] #fc .fc-fixed-button-left .fc-svg-icon,
[data-fc-sidecart] #fc .fc-fixed-button-right .fc-svg-icon {
  top: 0px;
  position: relative;
  height: 8px;
}
[data-fc-sidecart] #fc .fc-fixed-button-left .fc-svg-icon {
  margin-right: 3px;
}
[data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action {
  background-color: #55aa3f;
  color: #ffffff;
  background: -webkit-linear-gradient(top, $gradients);
  background: linear-gradient(to bottom, #73b263 0%, #458c33 100%);
}
[data-fc-sidecart] #fc-cart {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  background-color: #e4e4e4;
}
[data-fc-sidecart] #fc-cart.fc-container {
  width: inherit;
}
[data-fc-sidecart] .fc-sidecart-only-fixed {
  display: block;
  position: fixed;
  z-index: 10000;
  max-width: 100%;
  top: 0;
  width: 280px;
}
[data-fc-sidecart] .fc-fixed-button-right {
  width: 80%;
  float: left;
}
[data-fc-sidecart] .fc-fixed-button-left {
  width: 20%;
  float: left;
}
[data-fc-sidecart] .fc-fixed-button-left .fc-fixed-button-left--text {
  display: none;
}
[data-fc-sidecart] #fc .fc-cart-item-image {
  margin-left: -5%;
}
@media (max-width: 767px) {
  [data-fc-sidecart] #fc .fc-cart__header,
  [data-fc-sidecart] #fc .fc-cart-container {
    margin-left: -7px;
    margin-right: -7px;
  }
}

[data-fc-with-sidecart] {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-fc-store-page] {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  font-size: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-fc-ui-block] {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, width 0s linear 0.4s, height 0s linear 0.4s;
  -moz-transition: -moz-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, width 0s linear 0.4s, height 0s linear 0.4s;
  -ms-transition: -ms-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, width 0s linear 0.4s, height 0s linear 0.4s;
  -o-transition: -o-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, width 0s linear 0.4s, height 0s linear 0.4s;
  transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, width 0s linear 0.4s, height 0s linear 0.4s;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #000;
}

[data-fc-with-sidecart].cart-visible {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
[data-fc-with-sidecart].cart-visible [data-fc-store-page] {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
}
[data-fc-with-sidecart].cart-visible [data-fc-ui-block] {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, width 0s linear 0s, height 0s linear 0s;
  -moz-transition: -moz-transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, width 0s linear 0s, height 0s linear 0s;
  -ms-transition: -ms-transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, width 0s linear 0s, height 0s linear 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, width 0s linear 0s, height 0s linear 0s;
  transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, width 0s linear 0s, height 0s linear 0s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  opacity: 0.2;
}

[data-fc-with-sidecart=rotate-pusher] {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
[data-fc-with-sidecart=rotate-pusher] [data-fc-sidecart] {
  top: 0;
  left: 100%;
  z-index: -10;
}
[data-fc-with-sidecart=rotate-pusher].cart-visible {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
[data-fc-with-sidecart=rotate-pusher].cart-visible [data-fc-store-page] {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
[data-fc-with-sidecart=rotate-pusher].cart-visible [data-fc-store-page],
[data-fc-with-sidecart=rotate-pusher].cart-visible [data-fc-ui-block] {
  -webkit-transform: translate3d(0, 0, 0) rotateY(15deg);
  -moz-transform: translate3d(0, 0, 0) rotateY(15deg);
  -ms-transform: translate3d(0, 0, 0) rotateY(15deg);
  -o-transform: translate3d(0, 0, 0) rotateY(15deg);
  transform: translate3d(0, 0, 0) rotateY(15deg);
}
[data-fc-with-sidecart=rotate-pusher].cart-visible [data-fc-sidecart] {
  z-index: 2500;
}

[data-fc-with-sidecart=reveal] [data-fc-sidecart] {
  z-index: -10;
  top: 0;
  right: 0;
}
[data-fc-with-sidecart=reveal] [data-fc-store-page],
[data-fc-with-sidecart=reveal] [data-fc-ui-block] {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
[data-fc-with-sidecart=reveal].cart-visible [data-fc-store-page],
[data-fc-with-sidecart=reveal].cart-visible [data-fc-ui-block] {
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
[data-fc-with-sidecart=reveal].cart-visible--animation-complete [data-fc-sidecart] {
  z-index: 100;
}
[data-fc-with-sidecart=reveal] [data-fc-store-page] {
  z-index: 2;
}

body.logged-in.admin-bar div[data-fc-store-page] {
  padding-top: 32px;
}

body.logged-in.admin-bar {
  margin-top: -32px;
}

@media (min-width: 768px) {
  [data-fc-sidecart] {
    width: 310px;
  }
  [data-fc-sidecart] .fc-fixed-button-left {
    width: 45%;
    left: 0;
    height: 40px;
  }
  [data-fc-sidecart] .fc-fixed-button-left .fc-fixed-button-left--text {
    display: inline;
  }
  [data-fc-sidecart] .fc-fixed-button-right {
    left: 55%;
    width: 55%;
    height: 40px;
    border-radius: 0;
  }
  [data-fc-sidecart] .fc-sidecart-button {
    font-size: 13px;
  }
  [data-fc-sidecart] .fc-sidecart-only-fixed {
    width: 310px;
  }
  [data-fc-with-sidecart=rotate-pusher].cart-visible {
    -webkit-transform: translate3d(-310px, 0, 0);
    -moz-transform: translate3d(-310px, 0, 0);
    -ms-transform: translate3d(-310px, 0, 0);
    -o-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
  }
  [data-fc-with-sidecart=reveal].cart-visible [data-fc-store-page],
  [data-fc-with-sidecart=reveal].cart-visible [data-fc-ui-block] {
    -webkit-transform: translate3d(-310px, 0, 0);
    -moz-transform: translate3d(-310px, 0, 0);
    -ms-transform: translate3d(-310px, 0, 0);
    -o-transform: translate3d(-310px, 0, 0);
    transform: translate3d(-310px, 0, 0);
  }
}
@media (min-width: 992px) {
  [data-fc-sidecart] {
    width: 340px;
  }
  [data-fc-sidecart] .fc-fixed-button-left {
    width: 45%;
    left: 0;
    height: 40px;
  }
  [data-fc-sidecart] .fc-fixed-button-left .fc-fixed-button-left--text {
    display: inline;
  }
  [data-fc-sidecart] .fc-fixed-button-right {
    left: 55%;
    width: 55%;
    height: 40px;
    border-radius: 0;
  }
  [data-fc-sidecart] .fc-sidecart-button {
    font-size: 13px;
  }
  [data-fc-sidecart] .fc-sidecart-only-fixed {
    width: 340px;
  }
  [data-fc-with-sidecart=rotate-pusher].cart-visible {
    -webkit-transform: translate3d(-340px, 0, 0);
    -moz-transform: translate3d(-340px, 0, 0);
    -ms-transform: translate3d(-340px, 0, 0);
    -o-transform: translate3d(-340px, 0, 0);
    transform: translate3d(-340px, 0, 0);
  }
  [data-fc-with-sidecart=reveal].cart-visible [data-fc-store-page],
  [data-fc-with-sidecart=reveal].cart-visible [data-fc-ui-block] {
    -webkit-transform: translate3d(-340px, 0, 0);
    -moz-transform: translate3d(-340px, 0, 0);
    -ms-transform: translate3d(-340px, 0, 0);
    -o-transform: translate3d(-340px, 0, 0);
    transform: translate3d(-340px, 0, 0);
  }
}

/*# sourceMappingURL=styles.css.map */
