
@media (max-width: 767px) {
  #fc .fc-checkout__main__contents {
    padding-left: 15px;
    padding-right: 15px; }
  #fc .logo {
    margin-top: 15px; }
  #fc .logo p {
    font-size: 12pt;
    padding-top: 20px;
    padding-bottom: 0px; }
  #fc .logo adress {
    font-size: 8pt; }
  #fc .fc-cart__indicator-cart {
    width: 100%;
    border-width: 0px 0px 1px 0px; }
  #fc .fc-cart__indicator-summary {
    display: none; }
  #fc .fc-cart__header, #fc .fc-checkout__header {
    margin: 0 auto; }
  #fc .fc-cart__indicator > div > h1 {
    font-size: 32px;
    line-height: 30px; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart {
    float: none;
    border: none; }
  #fc .fc-cart__footer-pwp {
    padding: 30px 17px; }
  #fc .fc-cart__footer-seals {
    width: 50%;
    float: left; }
  #fc .fc-cart__footer-pwp-authorize, #fc .fc-cart__footer-pwp-bbb, #fc .fc-cart__footer-pwp-wqa {
    float: none;
    margin-bottom: 10px; }
  #fc .fc-cart__footer-pwp-links {
    width: 50%;
    float: left; }
  #fc .fc-cart__footer-pwp-links ul li {
    font-size: 14px;
    /*margin: 5px 10px;*/
    width: 100%;
    text-align: center;
    clear: left;
    margin: 0 0 5px 0; }
  #fc .fc-cart__footer-pwp-links ul li a {
    text-decoration: underline; }
  #fc .fc-checkout__sidebar-footer-inner {
    font-size: 12px; }
  #fc .fc-checkout__sidebar-footer-wrap {
    display: none; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-wrap .fc-cart__item__title-and-options {
    width: 75%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__totals {
    width: 25%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-and-image {
    width: 25%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-wrap {
    width: 75%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__options-wrap {
    margin-left: 25%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item {
    margin: 10px 0px;
    padding: 10px 0px 30px 0px; }
  /* Checkout */
  #fc .fc-container__grid--checkout-submit {
    text-align: center; }
  #fc #fc-cart--responsive .fc-cart__main__content {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px; }
  #fc .fc-form-group {
    margin-bottom: 10px; }
  /* Receipt */
  #fc .fc-receipt__row {
    margin: 0;
    padding: 0; }
  #fc #fc-receipt-container #fc-cart--responsive {
    padding-left: 7px;
    padding-right: 7px; }
  #fc #fc-receipt-container .fc-form-group {
    margin: 0;
    padding: 0; }
  #fc .fc-receipt__main {
    border: none; }
  #fc .fc-checkout__main__contents .fc-address-entry .fc-form-label.fc-form-label--city {
    top: -25px; }
  #fc .fc-checkout__main__contents .fc-address-entry .fc-form-label.fc-form-label--region {
    left: -7px; }
  #fc .fc-checkout__main__contents .fc-address-entry .fc-form-label--postal-code {
    left: -1px; }
  #fc .fc-checkout__main .fc-cancel-continue-shopping {
    display: none; }
  #fc .fc-cancel-continue-shopping {
    border-width: 1px 0px 0px 0px;
    margin-bottom: 0px; }
  #fc .fc-container__grid--country {
    margin-top: 10px !important; }
  #fc .fc-container__grid--input--phone {
    margin-top: 10px !important; }
  #fc .fc-postal-code-entry .fc-form-label {
    top: -29px !important; }
  #fc .fc-form-label.focused {
    visibility: visible;
    opacity: 1;
    /*left: 15px;*/ } }


/******** Foxycart Cart * Checkout * Receipt ************/
@media screen {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  html {
    margin: 0;
    padding: 0;
    overflow-y: scroll; }
  body {
    font-family: "MS Arial", "Helvetica", sans-serif;
    font-size: 16px;
    padding: 0px; }
  /* main fc wrap */
  #fc {
    /*svg icon color override */
    /* main button style */
    /* default resets */
    /* cart & checkout header */
    /* reset default fc address rule */
    /* wrap responsive cart */
    /* general styling - responsive & sidebar carts */
    /* hide paypal on cart */
    /* widths */
    /* Cancel - continue button */
    /* header logo */
    /* cart footer */
    /* checkout page */
    /* remove animation from forms */
    /* receipt page */
    /* wrap receipt cart */
    /* end #fc wrap */ }
    #fc a {
      color: #000; }
    #fc legend {
      color: #3F6FB6; }
    #fc .fa-lock {
      fill: #fff; }
    #fc .fa-angle-double-left {
      fill: #fff; }
    #fc .button {
      cursor: pointer;
      display: inline-block;
      padding: 10px 20px;
      line-height: 18px;
      border: solid;
      border-width: 1px;
      color: white;
      border-radius: 5px;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
      text-decoration: none !important;
      background-color: #4D99EA;
      border-color: #0083e6 #0074cc #0065b3;
      border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
      -webkit-user-select: none; }
      #fc .button:hover {
        text-decoration: none;
        color: white;
        background-color: #1F60B1; }
      #fc .button:active {
        text-decoration: none;
        background-position: 0 -15px;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        position: relative;
        top: 1px;
        border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.9); }
      #fc .button:focus {
        outline: none; }
      #fc .button:visited, #fc .button .button:visited:hover {
        color: white; }
    #fc .button-green {
      background-color: #458c33;
      border-color: #55aa3f;
      border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.5); }
      #fc .button-green:hover {
        background-color: #55aa3f; }
    #fc .button-mute {
      background-color: #6884A2; }
    #fc body {
      background-image: none;
      background-color: white; }
    #fc .fc-cart__header, #fc .fc-checkout__header {
      margin: 0; }
    #fc .fc-container__row-indicator {
      margin: 0; }
    #fc .fc-cart__indicator {
      width: 100%;
      float: left;
      padding: 0px;
      margin-bottom: 0px;
      overflow: auto;
      position: relative;
      z-index: 999;
      /* needs prefixing ? */
      box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px; }
    #fc .fc-cart__indicator > div > h1 {
      margin: 0px;
      font-size: 32px;
      line-height: 20px;
      font-weight: 200;
      margin: 0;
      font-size: 32px;
      line-height: 20px; }
    #fc .fc-cart__indicator-cart {
      padding: 20px;
      color: #ffffff;
      width: 66.66%;
      border: solid;
      background-color: #4b94ff;
      border-color: #22054b #ffffff;
      border-width: 0px 0px 0px 0px;
      float: left; }
    #fc .fc-cart__indicator-summary {
      padding: 20px 10px;
      background-color: #3f6fb6;
      color: #fff;
      float: right;
      width: 33.33%;
      border: solid;
      border-color: #294978;
      border-width: 0px 0px 0px 0px; }
    #fc .fc-cart__indicator-summary h1 {
      color: #fff; }
    #fc .fc-cart__indicator-checkout {
      padding: 20px 10px;
      background-color: #efefef;
      color: #cfcfcf;
      border: solid;
      border-color: #ccc;
      border-width: 0px 0px 1px 0px;
      float: left; }
    #fc .fc-cart__indicator-receipt {
      padding: 20px 10px;
      background-color: #fff;
      border: solid;
      border-color: #ccc;
      border-width: 0px 0px 1px 0px;
      float: left;
      box-shadow: none; }
    #fc .fc-cart__indicator > .fc-cart__indicator-current h1 {
      color: #fff; }
    #fc .fc-cart__indicator-receipt > .fc-cart__indicator-current h1 {
      color: #000; }
    #fc address {
      margin-bottom: 0px; }
    #fc .fc-wrap__checkout {
      margin-top: 30px; }
    #fc .fc-checkout__main {
      padding: 0px 0px;
      border: none;
      margin: 0;
      background-color: #ebebeb; }
    #fc .fc-sidebar--checkout {
      background-color: #fafafa; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__title {
      width: 100%; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__main {
      padding: 0px 0px;
      border: none;
      margin: 0;
      border-bottom: solid 1px #ccc;
      border-radius: 0px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive.fc-checkout__main {
      padding: 0px 0px;
      border: none;
      margin: 0;
      border-bottom: solid 1px #ccc;
      background-color: #ebebeb; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__main__content {
      margin-top: 0px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-checkout__main__contents .fc-messages {
      left: 0; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__header {
      background: none;
      border: solid;
      border-width: 0px 0px 1px 0px;
      margin: 10px 0px;
      font-size: 0.8em;
      color: #999; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__header__column {
      padding: 15px 15px 5px 15px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__header__price {
      width: 31%; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__header__quantity {
      width: 33%; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__header__total {
      width: 36%; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item {
      border: solid;
      border-width: 0px 0px 1px 0px;
      border-color: #999999;
      background-color: #fff;
      margin: 0px 10px 10px 0px;
      padding: 10px 10px 30px 0px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item--last {
      border: none; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-and-image {
      width: 15%;
      height: 100%;
      margin: 0;
      padding: 0px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-wrap {
      overflow: hidden;
      width: 85%; }
      #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-wrap .fc-cart__item__title-and-options {
        overflow: hidden;
        float: left;
        width: 50%;
        padding-top: 15px; }
      #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-wrap .fc-cart__item__details {
        width: 100%;
        margin-left: 0px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__image {
      width: 100%;
      overflow: visible;
      margin: 0px;
      padding: 15px 5px !important; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__image__img {
      margin: 0px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__price p, #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__total p {
      line-height: 22px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__options-wrap {
      margin-left: 15%;
      padding-left: 10px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__options {
      margin-top: 10px;
      margin-left: 0px;
      margin-bottom: 0px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__option,
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__option--code,
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__option--weight {
      border: solid;
      border-width: 0px 0px 0px 0px;
      border-color: #999;
      margin-bottom: 2px;
      font-size: 12px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__totals {
      width: 50%;
      padding-top: 15px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart {
      margin-top: 0px;
      padding-top: 0px;
      background-color: #fafafa;
      border: solid;
      border-width: 0px 0px 0px 1px;
      border-color: #CAC9C9;
      float: right; }
      #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart .fc-address-entry {
        border-top: none; }
      #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart .fc-container__grid--city {
        float: none;
        width: 80%; }
      #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart .fc-container__grid--region {
        width: 60%;
        float: none;
        margin-left: 7px;
        margin-top: 15px; }
      #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart .fc-container__grid--postal-code {
        float: none; }
      #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart .fc-container__grid--country {
        width: 80%;
        float: none;
        margin-left: 7px;
        margin-top: 15px; }
    #fc #fc-cart-container-pwp #fc-cart--responsive .fc-postal-code-entry {
      margin-top: 25px; }
    #fc .fc-cart__item__name {
      font-size: 16px;
      color: #000; }
    #fc .fc-cart__item__total p {
      color: #000; }
    #fc .fc-cart__items .fc-cart__item__remove a {
      color: #000; }
    #fc h3, #fc h4, #fc h5 {
      color: #000; }
    #fc .fc-transaction {
      color: #000; }
    #fc .fc-transaction__header {
      display: none; }
    #fc .fc-form-label {
      color: #000; }
    #fc .fc-checkout__main__contents .fc-address-entry .fc-form-label {
      text-align: left;
      padding-left: 10px; }
    #fc .fc-form-label--shipping-address1, #fc .fc-container__grid--label--name {
      padding-left: 20px;
      padding-bottom: 10px; }
    #fc .form-control {
      transition: none; }
    #fc .fc-form-control {
      background-color: #fafafa;
      transition: none;
      border: solid;
      border-width: 2px;
      border-color: #b8b8b8;
      box-shadow: none; }
    #fc .fc-form-control:focus {
      background-color: #fafafa;
      border: solid;
      border-color: #d5d5d5;
      border-width: 2px;
      box-shadow: none; }
    #fc .fc-subtotal__label {
      color: #000; }
    #fc .fc-subtotal__value {
      color: #000; }
    #fc .fc-cart__item__total {
      color: #000; }
    #fc .fc-transaction__subtotal .fc-subtotal__value {
      padding: 10px 0px; }
    #fc .fc-transaction__shipping-address {
      margin: 5px 0px 15px 5px; }
    #fc .fc-transaction__total .fc-subtotal__label {
      color: #000; }
    #fc .fc-transaction__total .fc-subtotal__value {
      color: #000; }
    #fc .fc-transaction__total .fc-cart__item__total {
      color: #000; }
    #fc .fc-sidebar.fc-sidebar--cart {
      padding-left: 5px;
      padding-right: 5px; }
    #fc .fc-sidebar--cart .fc-actions--payment {
      border: none;
      padding: 30px 0px; }
    #fc .fc-sidebar--cart .fc-action--payment--or {
      display: none; }
    #fc .fc-sidebar--cart .fc-action--payment--paypal-ec {
      display: none; }
    #fc .fc-sidebar--cart .fc-transaction {
      border-bottom: none;
      margin: 0px -15px; }
    #fc .fc-sidebar--cart .fc-address-entry {
      margin: 0px -10px;
      padding: 15px 10px; }
    #fc .fc-container__grid--input--customer-email {
      width: 100%;
      margin-left: 0; }
    #fc .fc-container__grid--input--first-name {
      clear: left;
      width: 50%; }
    #fc .fc-container__grid--input--last-name {
      width: 50%; }
    #fc .fc-form-group--multiple-inline .fc-container__grid--input--company {
      width: 70%;
      margin-left: 0; }
    #fc .fc-container__grid--input--phone {
      clear: left;
      width: 50%;
      /*margin-left: 8px !important;*/
      margin-top: 15px;
      padding-left: 15px !important; }
    #fc .fc-container__grid--input--address1 {
      padding-right: 15px !important;
      /* override first-of-type rule */
      margin-bottom: 10px;
      width: 100%; }
    #fc .fc-container__grid--label--address2 {
      width: 100%;
      /*margin-left: 0px;*/
      margin-top: 0px;
      padding-left: 15px !important;
      /* override first-of-type rule */ }
    #fc .fc-container-checkout__grid--postal-code {
      width: 100%;
      margin-left: 0; }
    #fc .fc-container__grid--city {
      width: 60%; }
    #fc .fc-postal-code__manual-inputs .fc-container__grid--region {
      width: 40%; }
    #fc .fc-container__grid--postal-code {
      width: 40%; }
    #fc .fc-postal-code-entry__without-search .fc-container__grid--country {
      width: 60%; }
    #fc .fc-container__grid--use-different-address {
      margin-left: 0; }
    #fc #fc-cart--responsive .fc-cancel-continue-shopping {
      width: 100%;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 30px; }
      #fc #fc-cart--responsive .fc-cancel-continue-shopping .fc-button {
        padding: 10px 20px; }
    #fc .fc-cancel-continue-shopping {
      margin-top: 20px;
      margin-bottom: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
      border: dotted;
      border-color: #c7c7c7;
      border-width: 1px 0px 0px 0px; }
    #fc .logo {
      border-width: 0px;
      border-bottom: 1px solid black;
      border-color: black;
      border-style: solid;
      margin-bottom: 15px; }
    #fc .logo p {
      border-right: 3px solid black;
      float: left;
      font-size: 16pt;
      font-family: 'Arial-Black', 'Helvetica-Black', sans-serif;
      font-weight: bold;
      font-style: italic;
      line-height: 20px;
      margin: 0px;
      padding: 5px; }
    #fc .logo p a {
      text-decoration: none;
      color: black; }
    #fc .logo img {
      width: 243px;
      height: 21px;
      margin-bottom: 5px; }
    #fc .logo address {
      font-size: 10pt;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0.5pt;
      padding-bottom: 4px;
      text-transform: uppercase; }
    #fc .logo address a {
      color: #053996;
      border: none;
      text-decoration: none;
      text-transform: none; }
    #fc .logo p, #fc .logo address, #fc .logo h1 {
      border: none;
      color: black;
      display: block;
      float: none;
      padding-left: 0px; }
    #fc .fc-cart__footer-pwp, #fc .fc-checkout__footer-pwp {
      margin: 0;
      padding: 30px 0px 30px 0px;
      overflow: auto; }
    #fc .fc-checkout__footer-pwp {
      display: none; }
    #fc .fc-cart__footer-pwp-links {
      float: right; }
      #fc .fc-cart__footer-pwp-links ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #fc .fc-cart__footer-pwp-links ul li {
          margin-right: 15px; }
        #fc .fc-cart__footer-pwp-links ul li a {
          font-size: 11px;
          margin: 0 0 10px; }
        #fc .fc-cart__footer-pwp-links ul li:last-child {
          margin-right: 0px; }
    #fc .fc-cart__footer-pwp-wqa, #fc .fc-cart__footer-pwp-bbb, #fc .fc-cart__footer-pwp-authorize {
      float: left;
      text-align: center;
      margin-right: 40px; }
      #fc .fc-cart__footer-pwp-wqa img, #fc .fc-cart__footer-pwp-bbb img, #fc .fc-cart__footer-pwp-authorize img {
        height: 50px; }
    #fc .fc-cart__footer-pwp-bbb {
      margin-top: 10px; }
    #fc .fc-cart__footer-pwp-authorize {
      margin-top: 5px; }
      #fc .fc-cart__footer-pwp-authorize > div {
        display: inline-block; }
      #fc .fc-cart__footer-pwp-authorize img {
        height: 50px;
        width: 62px; }
    #fc .fc-cart__item__option__value {
      white-space: normal;
      color: #3f6fb6; }
    #fc #fc-checkout-container .fc-cart__item__option {
      margin-bottom: 10px; }
    #fc #fc-checkout-container .fc-form-group textarea {
      width: 100%;
      min-height: 85px;
      padding: 6px;
      border: solid;
      border-width: 1px;
      border-radius: 3px;
      border-color: #D0CFCF; }
    #fc .fc-address-entry .fc-postal-code-entry__loading {
      margin-top: 0px;
      display: block;
      padding-top: .7em;
      padding-bottom: .7em;
      width: 100%;
      text-align: center;
      border-radius: 5px;
      background-color: whitesmoke;
      float: left; }
    #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-section-counter {
      background: #aaa;
      border-color: #aaa;
      box-shadow: none; }
    #fc .fc-sidebar--cart .fc-shipping-rates__rate__name {
      font-size: 0.8em;
      font-weight: 800; }
    #fc .fc-checkout__shipping-subhead {
      font-size: 0.9em;
      color: #666;
      margin-left: 51px;
      margin-top: -20px; }
    #fc .fc-shipping-rates__rate {
      padding-left: 0.5em; }
    #fc .fc-form-control--shipping-rate {
      margin-top: 2px !important; }
    #fc .fc-container__grid--checkout-submit .button {
      font-size: 18px;
      padding: 16px 26px;
      margin-bottom: 30px; }
    #fc .fc-foxycomplete-inactive .fc-location {
      background-color: #f1f1f1; }
    #fc .fc-container__grid--country {
      margin-left: 8px;
      margin-top: 15px; }
    #fc .fc-alert-container--error .fc-form-control {
      transition: none;
      -webkit-transition: none; }
    #fc #footer {
      font-size: 0.7em;
      border-top: solid 1px #000;
      padding: 10px 0px; }
    #fc #footer .fc-cart__footer-inner {
      width: 40%;
      float: left; }
    #fc #footer .fc-cart__footer-inner p {
      font-size: 11px; }
    #fc .fc-checkout #footer {
      display: none; }
    #fc #fc-receipt-container-pwp .fc-cart__item__image {
      width: 15%; }
    #fc #fc-receipt-container fieldset .fc-form-group .fc-form-label {
      font-size: 1em; }
    #fc #fc-receipt-container fieldset .fc-form-group div[class*="fc-container__grid--static-input"] p {
      font-size: 1em; }
    #fc #fc-receipt__section--header {
      background: none;
      padding: 0; }
    #fc #fc-receipt-container .fc-receipt__section .fc-alert p {
      margin-bottom: 9px;
      font-size: 1em; }
    #fc .fc-checkout__sidebar-footer-wrap {
      margin-top: 70px; }
      #fc .fc-checkout__sidebar-footer-wrap h4 {
        font-size: 12px;
        font-weight: 800;
        color: #636363;
        text-align: left; }
      #fc .fc-checkout__sidebar-footer-wrap ul {
        list-style: disc;
        color: #636363;
        margin: 0 0 5px 0;
        padding-left: 20px; }
      #fc .fc-checkout__sidebar-footer-wrap li {
        font-size: 12px;
        font-weight: 400; }
      #fc .fc-checkout__sidebar-footer-wrap li a {
        color: #636363;
        text-decoration: none; }
    #fc .fc-checkout__sidebar-footer .fc-checkout__sidebar-footer-inner {
      border-top: solid 1px #636363;
      width: 100%;
      font-size: 10px;
      color: #636363; }
    #fc .fc-checkout__sidebar-links {
      background-color: #e4e4e4;
      margin-bottom: 50px; }
    #fc .fc-checkout__sidebar-seals {
      background-color: #e4e4e4;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center; }
    #fc .fc-checkout__sidebar-seals .clearfix-wrap {
      overflow: hidden; }
    #fc .fc-checkout__sidebar-seals .fc-checkout__sidebar-wqa {
      float: left; }
    #fc .fc-checkout__sidebar-seals .fc-checkout__sidebar-authorize {
      float: right; }
    #fc .fc-checkout__sidebar-seals .fc-checkout__sidebar-bbb {
      clear: both;
      text-align: center;
      margin-top: 20px; }
    #fc .button-confirm {
      font-size: 16px;
      padding: 12px 22px; } }

@media screen and (max-width: 768px) {
  #fc .button-confirm {
    font-size: 18px;
    padding: 16px 26px; }
  #fc .fc-address-entry .fc-postal-code-entry__submit {
    margin-left: -18px; }
  #fc .fc-cart__footer-seals {
    margin-top: 20px; }
  #fc .fc-form-group .fc-form-control {
    margin-bottom: 10px; }
  #fc .fc-checkout__main__contents .fc-address-entry .fc-form-label {
    /*width: 100%;*/
    text-align: left;
    left: 0px;
    top: -22px;
    padding-left: 20px; }
  #fc #footer .fc-cart__footer-inner {
    text-align: center;
    float: none;
    width: 100%; }
  #fc #footer .fc-cart__footer-pwp-links {
    overflow: hidden;
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  #fc .logo address {
    font-size: 7pt; }
  #fc .logo p {
    font-size: 12pt;
    padding-top: 20px;
    padding-bottom: 0px; }
  #fc .logo adress {
    font-size: 8pt; }
  #fc .fc-cart__indicator-cart {
    width: 100%;
    border-width: 0px 0px 1px 0px; }
  #fc .fc-cart__indicator-summary {
    display: none; }
  #fc .fc-cart__header, #fc .fc-checkout__header {
    margin: 0 auto; }
  #fc .fc-cart__indicator > div > h1 {
    font-size: 32px;
    line-height: 30px; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-sidebar--cart {
    float: none;
    border: none; }
  #fc .fc-cart__footer-pwp {
    padding: 30px 17px; }
  #fc .fc-cart__footer-seals {
    width: 50%;
    float: left; }
  #fc .fc-cart__footer-pwp-authorize, #fc .fc-cart__footer-pwp-bbb, #fc .fc-cart__footer-pwp-wqa {
    float: none;
    margin-bottom: 10px; }
  #fc .fc-cart__footer-pwp-links {
    width: 50%;
    float: left; }
  #fc .fc-cart__footer-pwp-links ul li {
    font-size: 14px;
    width: 100%;
    text-align: center;
    clear: left;
    margin: 0 0 5px 0; }
  #fc .fc-cart__footer-pwp-links ul li a {
    text-decoration: underline; }
  #fc .fc-checkout__sidebar-footer-inner {
    font-size: 12px; }
  #fc .fc-checkout__sidebar-footer-wrap {
    display: none; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-wrap .fc-cart__item__title-and-options {
    width: 75%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__totals {
    width: 25%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-and-image {
    width: 25%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item__details-wrap {
    width: 75%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__items__options-wrap {
    margin-left: 25%; }
  #fc #fc-cart-container-pwp #fc-cart--responsive .fc-cart__item {
    margin: 10px 0px;
    padding: 10px 0px 30px 0px; }
  /* Checkout */
  #fc .fc-container__grid--checkout-submit {
    text-align: center; }
  #fc #fc-cart--responsive .fc-cart__main__content {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px; }
  /* Receipt */
  #fc .fc-receipt__row {
    margin: 0;
    padding: 0; }
  #fc #fc-receipt-container #fc-cart--responsive {
    padding-left: 7px;
    padding-right: 7px; }
  #fc #fc-receipt-container .fc-form-group {
    margin: 0;
    padding: 0; }
  #fc .fc-receipt__main {
    border: none; }
  #fc .fc-checkout__main .fc-cancel-continue-shopping {
    display: none; }
  #fc .fc-cancel-continue-shopping {
    border-width: 1px 0px 0px 0px;
    margin-bottom: 0px; }
  #fc .fc-form-label.focused {
    visibility: visible;
    opacity: 1; } }

@media screen and (min-width: 768px) {
  #fc .fc-checkout__main__contents {
    padding-right: 50px;
    padding-left: 30px; }
  #fc .fc-cart__indicator > div > h1 {
    font-size: 30px; }
  #fc .fc-container__grid--postal-code {
    /*			width: 40% !important; */ }
  #fc .fc-container__grid--postal-code-actions {
    width: 60% !important; }
  #fc .fc-container__grid--country {
    margin: 0; }
  #fc .fc-sidebar--cart .fc-form-control--postal-code {
    font-size: 12px; }
  #fc .fc-sidebar--cart .fc-form-control--postal-code:focus {
    font-size: 12px; }
  #fc .fc-shipping-rates__rate {
    padding-right: 0.5em; }
  #fc #fc-cart--responsive .fc-sidebar--cart {
    padding-left: 10px;
    padding-right: 10px; }
  #fc #fc-cart--responsive .fc-cart__main__content {
    padding-left: 10px;
    padding-right: 10px; }
  #fc .fc-cart__footer-pwp-links ul li {
    float: left; }
  #fc .fc-cart__footer-pwp-links ul li a {
    text-decoration: none;
    border: solid;
    border-width: 0px 0px 1px 0px; }
  #fc .fc-cart__footer-pwp-wqa {
    margin-top: 5px; }
  #fc .fc-checkout__sidebar-seals .fc-checkout__sidebar-wqa, #fc .fc-checkout__sidebar-seals .fc-checkout__sidebar-authorize, #fc .fc-checkout__sidebar-seals .fc-checkout__sidebar-bbb {
    float: none;
    text-align: center; } }

@media screen and (min-width: 1200px) {
  #fc .fc-container {
    max-width: 1100px; } }

@media screen {
  /* header logo */ }

/* header logo */
@media print {
  #fc .logo {
    border-width: 0px;
    border-bottom: 1px solid black;
    border-color: black;
    border-style: solid;
    margin-bottom: 20px; }
  #fc .logo p {
    border-right: 3px solid black;
    float: left;
    font-size: 16pt;
    font-family: 'Arial-Black', 'Helvetica-Black', sans-serif;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    margin: 0px;
    padding: 5px; }
  #fc .logo p a {
    text-decoration: none;
    color: black; }
  #fc .logo address {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.5pt;
    padding-bottom: 4px;
    text-transform: uppercase; }
  #fc .logo address a {
    color: #053996;
    border: none;
    text-decoration: none;
    text-transform: none; }
  #fc .logo p, #fc .logo address, #fc .logo h1 {
    border: none;
    color: black;
    display: block;
    float: none;
    padding-left: 0px; }
  #fc .fc-receipt__row {
    margin: 0;
    /*padding: 0;*/ }
  #fc .fc-container__row {
    margin: 0;
    /*padding: 0;*/ } }
