@import url(https://fonts.googleapis.com/css?family=Assistant:400,600,700);

/* FS */


/* order pages */

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #F7FBFE;
  background-image: url('bg-pattern.svg');
  background-repeat: no-repeat;
  background-position: center 50px;
  font-family: 'Assistant', sans-serif;
  color: #2A2B2B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

#page {
  margin: 1em auto;
  width: 730px;
  max-width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #EAEBEF;
  box-shadow: 0 1px 5px 0 rgba(41, 56, 67, 0.10);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3rem;
}

a,
a:hover,
a:visited {
  color: #16A5F3;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 700;
}

p {
  line-height: 1.65rem;
  font-size: 1.06rem;
}

ul, ol, ul li, ol li {
  color: $light-graphite;
  line-height: 1.65rem;
  font-size: 1.06rem;
}

#head {
  clear: both;
  max-width: 730px;
  text-align: center;
}
  #head h1 {
    font-size: 1.5rem;
  }

#guide {
 font-weight: 700;
 font-size: 1.2rem;
}
  #guide img {
    margin: 1rem auto 1rem auto;
    width: 122px;
    display: block;
  }

#content-inner {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  background: inherit;
}

#head-security {
  background: url("fs_secure-ordering.png") no-repeat scroll right 17px rgba(0, 0, 0, 0);
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: 0;
  width: 300px;
}

.store-decorate-silk .store-action {
  font-size: 1em;
}

ul.store-order-action-list {
  border-top: 1px solid #F2F9FE;
  padding: 2.5rem 0 0;
  overflow: hidden;
}
  ul.store-order-action-list li:first-child {
    display: none;
  }

.store-order-action-list li {
  white-space: normal !important;
  /* france length */
}

a#ext-gen189.store-action-command {
  float: right;
}

.core-form-field-required .core-form-field-label {
  font-weight: 600;
}

.core-form-field-required label:after {
  content: "*";
  padding-left: 2px;
}

.core-form-field-group + .core-form-field-group {
  margin-top: 2em;
}

.core-form-field-label {
  margin-bottom: 4px;
}

.core-body-window .core-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  margin-top: 1em;
}

.core-section + .core-section {
  margin-top: 1em;
}

.core-body-window .core-section-header {
}

.core-body-window .core-section-body {
  padding-bottom: 2.5em;
}



.store-footer {
  padding: 1em 0 0 0;
}

.store-footer a:link,
.store-footer a:visited {
  color: #00bfff;
}

.store-footer a:hover {
  color: #ffa500;
  text-decoration: none;
}

.store-product-detail-description-short {
  margin-left: 0;
}

.store-product-list-item {
  margin-bottom: 0;
}

.store-product-list-item-title {}

store-product-list-item-pricing {
  padding-left: 10px;
}

.store-product-list-item-description {
  margin-top: 1em;
}

.store-order-item-description {
  margin-left: 19px;
  font-size: 1rem;
  margin-top: 3px;
}

.store-product-list-item-action-list li {
  display: inline-block;
  margin: 0 0 1em 0.5em;
}

.store-order-item-child {
  font-size: 0.9em;
  font-weight: 600;
  padding-left: 19px;
  padding-top: 1em;
}

.store-product-detail {
  line-height: 1.4em;
}

.store-product-detail-title {
  margin-bottom: 10px;
  margin-right: 1em;
  font-weight: 600;
  line-height: 1.15em;
}

.store-order-item-base-title {
  font-weight: 600;
}

.store-order-item-group + .store-order-item-group {
  border-top: 1px dotted #dadada;
  margin-top: 1.25em;
  padding-top: 1.25em;
}

.store-order-item-group {
  margin-bottom: 1.25em;
}

.store-order-price-label {
  font-weight: 600;
}

.core-form-field-group-header {
  font-size: 1em;
  font-weight: normal;
  margin-top: 0;
}

.store-order-item-group-action-list span {
  font-size: 0.9em;
}

.store-page-navigation {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.store-decorate-button .store-page-navigation .store-action-command {
  appearance: none;
  border: 0 !important;
  cursor: pointer;
  font-size: 1rem;
  outline: 0;
  text-decoration: none;

  padding: 0.65rem 1.5rem !important;
  border-radius: 2rem !important;

  font-weight: 600;
  font-family: 'Assistant', sans-serif;
  text-align: center;

  transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;

  background-color: #16A5F3;
  color: #FFF;
}
  .store-decorate-button .store-page-navigation .store-action-command:hover {
    background-color: #16A5F3;
    color: #FFF;
    opacity: .85;
  }

.store-decorate-button .store-page-navigation .store-action-command,
.store-decorate-button .store-product-list-item-action-list .store-action-command,
.store-decorate-button .store-page-navigation .store-action-command:hover,
.store-decorate-button .store-product-list-item-action-list .store-action-command:hover,
.store-decorate-button .store-page-navigation .store-action-command:active,
.store-decorate-button .store-product-list-item-action-list .store-action-command:active,
.store-decorate-button .store-page-navigation .store-action-command:link,
.store-decorate-button .store-product-list-item-action-list .store-action-command:link,
.store-decorate-button .store-page-navigation .store-action-command:visited,
.store-decorate-button .store-product-list-item-action-list .store-action-command:visited,
.store-decorate-button .store-page-navigation .store-action-command:focus,
.store-decorate-button .store-product-list-item-action-list .store-action-command:focus {
  font-weight: 600;
}

.store-decorate-button .store-page-navigation .store-order-action-coupon a,
.store-decorate-button .store-order-action-coupon a:hover {
  background-color: transparent !important;
  border: none !important;
  color: #0085cf !important;
  color: #0085cf !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  padding: 0 !important;
}

.store-product-detail-quantity {
  margin-top: 10px;
}

.store-product-detail-description,
.store-product-list-item-description {
  /*  text-align: justify;*/
  margin-bottom: 1em;
}

.store-product-option-groups {
  padding-left: 1em;
  padding-right: 1em;
}

.store-field-contact-email .core-form-field-body-note {
  font-size: 0.75em;
  margin-top: 4px;
  color: #666;
  width: 90% !important;
}

select,
input[type="text"],
.store-action-input {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  background: rgba(247,251,254,0.50);
  border: 1px solid #D1D8DD;
  box-shadow: inset 0 1px 1px 0 rgba(65,78,85,0.05);
  box-sizing: border-box;
  width: 100%;
  height: auto !important;

  font-family: 'Assistant', sans-serif;
  color: #4C5153;
}
  input[type="text"]:focus {
    outline: 0 !important;
    background-color: #FFF !important;
  }
  input#confirm:card_number {
    width: 302px;
  }

  .store-action-input-line {
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .store-action.store-order-action-coupon input {
    float: right;
    width: 306px !important;
    margin-top: -6px;
  }

.store-decorate-silk .store-section-customer-details input[type="text"],
.store-page-subscription-update-address input[type="text"] {
  width: 21em;
}

.store-decorate-silk .store-section-customer-details select,
.store-page-subscription-update-address select {
  width: 22em;
}

.store-order-item-action-quantity a {
  margin-right: 1rem;
}

.store-order-item-action-quantity input {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.core-messages {
  padding: 0;
  margin: 2rem 0 0 0;
  border: 0;
  background-color: #FFF;
}
  .core-messages ul {
    line-height: 1.65rem;
    font-size: 1.06rem;
    font-weight: 600;
  }
    .core-messages ul li {
      margin: 0 !important;
    }

    /*.core-messages ul li.core-message-error:before {
      content: ''; 
      display: inline-block; 
      height: 9px; 
      width: 9px; 
      background-image: url(list-style-error.svg); 
      background-size: contain; 
      background-repeat: no-repeat; 
      padding-left: 0.75rem; 
    }*/

.store-tools {
  margin: 2em 0 1em;
  text-align: right;
}

.store-order-action-coupon input {
  line-height: normal;
}

.core-form-field-group-body {

}

.core-form-field-area-right {
  margin-left: 334px;
  width: 302px;
}

.core-form-field-area-left {
  float: left;
  width: 302px;
}

.store-decorate-pay2 .store-payment-method-cc-li,
.store-decorate-pay2 .store-payment-method-pp-li {
  font-size: inherit;
  height: 100%;
  line-height: 24px;
}

.store-decorate-pay2 .store-payment-method-cc-li input,
.store-decorate-pay2 .store-payment-method-pp-li input {
  height: inherit;
}

.store-decorate-pay2 .store-payment-method-cc-li,
.store-decorate-pay2 .store-payment-method-pp-li {
  font-size: 19px;
  height: 100%;
  line-height: 24px;
  margin-bottom: 1em;
}

.store-decorate-pay2 .store-field-cc-number .core-form-field-body-note {
  padding-top: 3px;
}

.store-decorate-pay2 li + li {
}

.store-payment-method-content {
  font-size: 0.9em;
  margin-left: 22px;
  margin-top: 1em;
}

.store-notice-bill-descriptor {
  display: inline-block !important;
  font-weight: 600;
  margin-top: 0 !important;
}

.store-page-contents .store-page-navigation .store-order-action-coupon-li {
  float: left;
}

.store-page-contents .store-page-navigation {
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 1em;
}


/* sub mgmt */

.store-subscription-edit-list {
  padding-bottom: 1em;
  padding-top: 1em;
}

.store-page-subscription .core-form-field-label {
  color: #757575;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.store-subscription-entry + .store-subscription-entry {
  margin-bottom: 1em;
}

.store-decorate-silk .store-subscription-entry-next .store-subscription-entry-date {
  background: url("//dcnz2rrcot657.cloudfront.net/silk/bullet_white.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  padding-left: 19px;
}

.store-subscription-entry-date {
  float: left;
  max-width: 30%;
  width: 100%;
  margin-right: 0;
}

.store-subscription-entry-status {
  float: left;
  margin-left: 19px;
  margin-right: 0;
  max-width: 30%;
  text-align: center;
  width: 100%;
}

.store-subscription-entry-amount {
  display: inline-block;
  float: right;
  max-width: 30%;
  text-align: right;
}

@media only screen and (max-width: 760px) {
  .core-form-field-area-left, .core-form-field-area-right {
    float: none;
      margin: 0;
      width: 100%;
  }
}

.store-order-item-offer-title {
  font-size: 0.9rem;
}

#store-variation-selection {
  display: none;
}

a#ext-gen189.store-action-command {
  float: left;
}

/*.store-page-customer .store-order-action-list {
  display: none;
}*/

.store-section-order-contents, .store-section-customer-details {
  padding: 2.5rem 0 0;
  border-bottom: 1px solid #F2F9FE;
}

.store-section-payment {
  padding-bottom: 0;
}

.store-action-input-line {
  width: auto;
}

div.store-order-item.store-order-item-base {
  overflow: hidden;
  margin-bottom: 1rem;
} 
  .store-order-item-offers {
    float: left;
    margin-top: 7px;
  }

.store-order-pricing {
  margin-top: 1rem;
}

.store-section-vat-exemption .store-order-price-label {
  margin-top: 7px;
}

input#user:address_1 {
  margin-bottom: 5px;
}