@font-face {
  font-family: 'poems-i';
  src: url(../fonts/icon-poems-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

.snip-layout {
  font-feature-settings: "kern" on, "liga" off, "calt" on, "tnum" on, "lnum" on;
}

.snip-layout a,
.snip-layout dd,
.snip-layout div,
.snip-layout dl,
.snip-layout dt,
.snip-layout em,
.snip-layout form,
.snip-layout h1,
.snip-layout h2,
.snip-layout h3 h4,
.snip-layout img,
.snip-layout label,
.snip-layout li,
.snip-layout ol,
.snip-layout p,
.snip-layout small,
.snip-layout span,
.snip-layout strong,
.snip-layout table,
.snip-layout tbody,
.snip-layout td,
.snip-layout th,
.snip-layout thead,
.snip-layout tr,
.snip-layout ul {
  line-height: 18px;

}

.snip-layout .snip-product__thumbnail {
  display: none;
}

#snip-save {
  text-transform: capitalize !important;
}
#snip-layout-cart-content #snipcart-discounts {
  /* display: none; */
  padding-top: 2px;
}

#snipcart-apply-discount .snip-btn {
  background-color: black;
  color: white;

  letter-spacing: 0.05em;
}

#snipcart-show-discount-box {
  float: right;
}

.snip-layout .snip-form__error {
  border-radius: 0px;
}
.snip-layout .snip-loader--bar:before {
  background-color: white;
}
.snipcart-summary {
  font-feature-settings: "tnum" , "lnum" !important;
}

.snipcart-summary.snipcart-summary-empty::before{
  content: "Cart ";
}
.snipcart-summary::before{
  content: "Cart ";
}

.snipcart-summary-empty .compteur {
  display: none !important;
}

body.snip-open {
  font-feature-settings: "tnum" , "lnum";
}

.snip-layout .snip-btn, .snip-layout .snip-header, .snip-layout .snip-layout__loading, .snip-layout .snip-table__loading {
  font-weight: normal;
  text-transform: capitalize;
  color: black;
}

.snip-layout .snip-loader--bar {
  height: 2px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-color: black;
  margin-top: -2px;
}

.snip-layout .snip-static__link:hover {
  color: black;
  text-decoration: underline;
}
.snip-layout .snip-static__link {
  color: black;
  text-decoration: none;
}
/* .snip-layout .snip-header__title {
  visibility: hidden;
}

.snip-layout .snip-header__title::after {
  content: "Cart" ;
} */


.snip-layout .snip-header__title,
.snip-layout .snip-header .snip-header__title {
  display: none;
}

.snip-layout .snip-header::before {
  content: "Cart";
  font-size: var(--main);
  line-height: var(--lineheight-bar);
  text-align: left;
  display: inline-block;
  position: absolute;
  text-align: left;
  left: 1rem;
}


.snipcart-user-logout {
  display: none;
}

.snipcart-summary {
  display: inline;
}

.snip-layout .snip-table__body {
  padding: 8px 1rem;
}
.snip-layout .snip-table__header {
  padding: 8px 1rem;
  text-transform: lowercase;
  font-size: var(--main);
  line-height: 18px;
  background: black;
  color: white;
}
.snip-layout .snip-ico {
  color: black;
}

.snip-layout .snip-header__total-label {
  color: black;
  margin-right: 0.4em;
  text-transform: capitalize;
}

.snip-layout {
  background: rgba(255,255,255, 1);
  border: var(--border) solid black;
  color: black;
  font-family: aa;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 14px;
  height: 80%;
  margin: auto;
  max-width: 1160px;
  overflow: hidden;
  width: 85%;
}

.snip-layout .snip-layout__main-container {
  max-width: 100%;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.snip-layout::after {
  content: "🔒 SSL secured";
  /* background: url(images/lock.png) left 0.2em no-repeat; */
  background-size: contain;
  padding-left: 27px;
  background-position: top left;
  background-color: black;
  transform: translateY( calc(1px - 100%) );
  display: block;
  /* height: 2.2rem; */
  height: calc(2.2rem + 1px);
  padding: 8px 1rem;
  font-size: var(--main);
  line-height: 18px;
  color: white;
}

.snip-layout .snip-table__body {
  border-top: var(--border) solid black;
}

.snip-layout .snip-actions {
  /* border-top: var(--border) solid black; */
  margin-top: calc(-0.5 * var(--border));
}

.snip-layout .snip-header {
    font-weight: normal;
    height: var(--lineheight-bar);
    background: white;
    text-transform: initial;
    color: black;
}

.snip-layout .snip-header__title {
    left: 1rem;
    font-size: var(--main);
    line-height: var(--lineheight-bar);
}

.snip-layout .snip-header__total {
  height: var(--lineheight-bar);
  line-height: var(--lineheight-bar);
  margin-top: 0;
  padding: 0 10px;
  background: none;
}

.snip-layout .snip-product__name {
  font-weight: normal;
  text-transform: none;
}

.snip-layout .snip-product__remove {
  color: black;
  font-size: 21px;
}
.snip-layout .snip-btn {
  border-radius: 7px;
  font-weight: normal;
  text-transform: none;
}
.snip-layout .snip-btn--highlight {
  background: white;
  border: var(--border) solid black;
  color: black !important;
}
.snip-layout .snip-btn--highlight:hover {

}

.snip-layout .snip-product__description,
.snip-layout .snip-product__name {
  margin-top: 0;
}

.snip-layout .snip-table {
  text-transform: none;
  color: black;
}

.snip-layout .snip-table td,
.snip-layout .snip-table th,
.snip-layout .snip-table tr {
  border-bottom: var(--border) solid black;
}

.snip-layout .snip-table th {
  text-transform: capitalize;
}

.snip-step__nb .snip-ico .snip-ico--checklist {
  display: none;
}

td.snip-customfields {
  width: 260px;
}

.snip-layout .snip-ico {
  -webkit-font-smoothing: antialiased;
  font-family: poems-i;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 18px;
  speak: none;
  text-transform: none;
}

#snipcart-close .snip-ico--close {
  line-height: 32px !important;
}

.snip-layout .snip-ico--close:before {
  content: "X";
}

.snip-layout .snip-table tr:last-of-type {
  border-bottom: none;
}

.snip-layout td, .snip-layout th {
    vertical-align: bottom;
}

.snip-layout .snip-footer {
  position: -webkit-sticky;
  bottom: 0;
  width: 100%;
  text-transform: none;
  background: black;
  padding: 0;
  padding-left: 1rem;
}


#snipcart-footer {
  display: none;
  padding: 8px 1rem;
  font-size: var(--main);
  line-height: 18px;
  background: black;
  color: white;
}
#snipcart-footer a {
  display: none;
}
#snipcart-footer::after {
  content: "SSL secured";
  background: url(images/lock.png) left .3em no-repeat;
  background-size: contain;
  padding-left: 27px;
  background-position: top left;
}
.snip-step__nb {
  display: none !important;
}

#snipcart-checkout-step p {
  display: none;
}
#snipcart-checkout-step::after {
  content: "Content";
}
#snipcart-orderinfos-step p {
  display: none;
}
#snipcart-orderinfos-step::after {
  content: "Info";
}
#snipcart-billing-address-step p {
  display: none;
}
#snipcart-billing-address-step::after {
  content: "Address";
}
#snipcart-shipping-method-step p {
  display: none;
}
#snipcart-shipping-method-step::after {
  content: "Shipping";
}
#snipcart-payment-method-step p {
  display: none;
}
#snipcart-payment-method-step::after {
  content:"Payment";
}
#snipcart-confirm-step p {
  display: none;
}
#snipcart-confirm-step::after{
  content:"Confirm";
}
#snipcart-shipping-address-step p {
  display: none;
}
#snipcart-shipping-address-step::after {
  content:"Shipping address";
}

.snip-layout .snip-step__item {
  background: black;
  border-bottom: none;
  color: white;
}
.snip-layout .snip-steps {
  height: auto;
}
.snip-layout .snip-step__item+.snip-step__item {
  border-left: none;
}

.snip-layout .snip-steps li {
  padding: 0px 1rem;
  font-size: var(--main);
  line-height: var(--lineheight-bar);
}

.snip-layout .snip-cols {
  display: block;
}

.snip-layout input[type=password]:focus, .snip-layout input[type=password]:hover, .snip-layout input[type=text]:focus, .snip-layout input[type=text]:hover, .snip-layout select:focus, .snip-layout select:hover {
  border-color: black;
}

.snip-layout .snip-static__content {
  font-size: 1rem;
  line-height: 18px;
  color: black;
}

.snip-layout .snip-step__item.js-active {
  background: white;
  border-bottom-color: #fff;
  color: black;
}
.snip-layout .snip-table__body--big {
  font-size: 1rem;
  line-height: 18px;
  color: black;
}
.snip-layout .snip-col+.snip-col {
  border-left: none;
}
.snip-layout .snip-col {
  padding: 0.25em 1rem;
}
.snip-layout .snip-table__cell--highlight {
  font-weight: normal !important;
  color: black;
}

.snip-layout .snip-table__cell--bold {
  font-weight: normal !important;
  color: black;
}

.snip-layout .snip-product__important {
  font-size: 1rem;
  font-weight: normal;
  color: black;
}

.snip-layout .snip-product--selectable-item.js-selected {
  background-image: url(images/selected.png);
  background-size: 17px;
}
.snip-layout .snip-form__help {
  font-weight: normal;
  color: black;
  float: right;
  font-size: 1rem;
  line-height: 18px;
  display: block;
}
td.snip-table__cell--clear {
  width: 33.333333%;
}
#snipcart-fees {
  border-top: 34px solid black;
}
.snip-layout .snip-quantity-trigger {
  font-weight: normal;
  color: black;
}

.snip-btn--left {
  padding: 0 8px;
  text-transform: lowercase !important;
  line-height: 34px;
}

@media only screen and (min-width: 64em) {
  .snip-layout {
    padding: 0 0;
  }
}

@media only screen and (min-width: 48em){
  .snip-layout .snip-layout__content {
      padding: 3rem 0;
  }
}


/* Select */
.snip-layout input[type=password], .snip-layout input[type=text], .snip-layout select {
  background: white;
  border-radius: 7px;
  border: var(--border) solid black;
  box-sizing: border-box;
  color: black;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  letter-spacing: 0.05em;
  word-spacing: -0.04em;
  margin: 0;
  padding: 8px 8px;
  -webkit-transition: border .66s ease;
  width: 100%;
  -webkit-appearance: initial;

}

.snip-layout .snip-form__label {
  overflow: initial;
}
.snip-layout .snip-form__label a {
  border-bottom: 2px solid black;
  display: inline-block;
  line-height: inherit;
}

.snip-layout .snip-product__empty {
    font-size: var(--main);
    padding: 1em 1em;
    text-align: left;
    text-transform: initial;
}

.snip-layout .snip-static__title {
    font-weight: normal;
    color: black;
    font-size: 1rem;
    line-height: 18px;
    text-transform: none;
}

.snip-layout .snip-form__label {
    color: black;
    display: block;
    font-size: 1rem;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    /* width: calc(100% - 20px); */
    margin-bottom: 0.5rem;
}
#snipcart-items-list-now .snip-form__label {
  margin-bottom: 0;
}

#snipcart-orderinfos-form .snip-form__label {
  text-transform: none;
}
#snipcart-orderinfos-form .snip-col:first-of-type {
  /* width: 66%; */
  width: 100%;
}

.snip-layout .snip-btn {
    /* background-color: black;
    height: var(--lineheight-bar); */
    background-color: white;
    height: auto;
    line-height: var(--lineheight-bar);
    color: black;
    border: 2px solid black;
    padding: 8px 8px;
    line-height: 20px;
    text-transform: initial !important;
}

.snip-layout .snip-btn:hover,
#snipcart-previous:hover {
  background-color: black;
  color: white !important;
}

.snip-layout .snip-table__cell--center {
  text-align: center;
}
.snip-layout .snip-header__user {
  background: white;
  color: black;
  font-size: var(--main);
  padding: 7px 1rem;
  text-align: left;
  border-bottom: 2px solid black;
}
.snip-layout .snip-header__user-text {
  max-width: 100%;
}

.snip-layout textarea {
  background-color: white;
  border-bottom: 2px solid black;
  height: 34px;
  padding: 0 0px;
  line-height: 34px;
  width: 100%;
  letter-spacing: 0.05em;
  word-spacing: -0.04em;
}

.snip-layout .snip-quantity-trigger__btn {
  background-color: white;
  font-size: var(--main);
  font-weight: normal;
  text-align: center;
}
.snip-layout .snip-quantity-trigger__btn:hover {
  background-color: white;
}

#snipcart-discounts .snip-actions {
  border-top: none !important;
  padding: 8px 1rem;
}

#snipcart-cvc-trigger {
  display: none;
}

.snip-layout .snip-product__name {
  color: black;
}

.snip-flash__item.snip-flash__item--warn {
  background-color: white;
  color: black;
  font-size: var(--main);
  font-weight: normal;
}

.snip-layout .snip-quantity-trigger {
  font-weight: normal;
  -webkit-box-align: center;
  align-items: center;
  color: black;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
margin: 0 auto;
}

/* @media only screen and (min-width: 48em) { */
  .snip-layout .snip-btn {
    font-size: var(--main);
  }
/* } */

.snip-layout .snip-header {
  border-bottom: 2px solid black;
  padding: 0;
}

.snip-layout .snip-quantity-trigger__btn--minus:before {
    content: "–";
    line-height: 1em;
    padding-left: 1.6px;
}

.snip-layout .snip-quantity-trigger__btn--add:before {
    content: "+";
    line-height: 1em;
    margin-top: -0.01em;
}

.snip-layout .snip-actions__link--right {
    float: left;
}
.snip-layout .snip-actions__link--small {
    font-size: var(--main);
    line-height: 18px;
}

.snip-layout .snip-actions__link, .snip-layout .snip-footer__highlight {
    color: black;
}

.snipcart-customfield-element input[type=text] {
  display: none !important;
}

.snip-layout .snip-form__error {
  background-color: rgba(0, 0, 0, 0);
  color: #f10;
  font-size: var(--main);
  padding: 0;
}

@media only screen and (min-width: 48em){
  .snip-layout .snip-actions {
      padding: 1rem 1rem;
      border-top: 2px solid black;
      margin-top: -2px;
  }
}

.snip-layout .snip-flash__item--success {
  background-color: rgb(97,223,122);
  color: white;
  padding: 8px 1rem;
  font-size: 1rem;
  line-height: 18px;
  border-bottom: 2px solid black;
}

#shipping-address-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}


div.snipcart-step {
  padding-bottom: 2.4rem;
}

.snip-layout .snip-btn--highlight {
  background-color: white;
  padding: 8px 8px;
  /* text-transform: lowercase; */
  line-height: 20px;
}

.snip-layout .snip-btn--highlight:hover {
  background: black;
  color: white !important;
}

#snipcart-previous {
  padding: 8px 8px;
  text-transform: initial !important;
  line-height: 20px;
  border: 2px solid black;
  color: black;
}

#snipcart-guest-checkout-container.snip-col--half,
#snipcart-login-form-container.snip-col--half,
#snipcart-newaccount-form-container.snip-col--half {
  width: 33.333333333333%;
}

#snip-layout-order-confirm .snip-btn.snip-btn--highlight {
 background-color: rgb(97,223,122) !important;
 border-color: rgb(97,223,122) !important;
 color: white !important;
}
#snip-layout-order-confirm .snip-btn.snip-btn--highlight:hover {
  color: black !important;
}

#snipcart-actions {
  /* margin-top: -2px; */
  margin-top: -1px;
}

#snip-layout-customer\/orders-history #snipcart-header,
#snip-layout-customer\/profile #snipcart-header {
  display: none;
}
#snip-layout-empty-cart #snipcart-current-user,
#snip-layout-cart-content #snipcart-current-user {
  display: none;
}
#snip-layout-customer\/profile .snip-layout__subtitle {
  background-color: black;
  color: white;
}

.snip-layout .snip-table__body--small {
  background-color: white;
}
.snip-layout .snip-table tr {
    border-bottom: var(--border) solid black;
}
.snip-layout table {
  /* border-collapse: separate; */
}

#snip-layout-payment-method .snip-product__name,
#snip-layout-payment-method .snip-product__description {
  display: none !important;
}
#snip-layout-payment-method .snip-product::before {
  content: "Payment is secured by Stripe. Click on this button if you prefer to process your payment through PayPal. In this case leave fields above blank.";
  width: calc(100% - 200px);
  max-width: 850px;
  display: inline-block;
}

/*  */
/*  */
/*  */
/*  */
/* RESPONSIVE */
@media (max-width: 768px) {
  .snip-layout {
    width: 100%;
    height: 100%;
    /* border: none; */
    border: 4px solid black;
    margin: 0;
  }

  .snip-layout .snip-header__total {
    /* float: right; */
    margin-left: calc(50% - 57px);
  }

  .snip-layout .snip-actions {
      border-top: var(--border) solid black;
  }

  td.snip-table__cell--clear {
    width: 100%;
    border-bottom: none;
    display: inline-block !important;
  }
  .snip-layout .snip-product__description,
  .snip-layout .snip-product__name {
    font-size: var(--main);
    line-height: 18px;
  }

  .snip-layout .snip-table td, .snip-layout .snip-table th, .snip-layout .snip-table tr {
    border-bottom: 0;
  }
  .snip-layout .snip-table tr {
    border-bottom: var(--border) solid black;

  }
  .snip-layout .snip-table tr.snip-table__item {
    padding: 0em 0;
  }

  .snip-layout .snip-cols {
    display: inline-block;
    width: 100%;
  }
  .snip-layout .snip-layout__content {
    display: inline-block;
    width: 100%;
  }
  .snip-layout .snip-col+.snip-col {
    border-top: 0;
  }
  .snip-layout .snip-product__remove {
    margin-right: 4px;
    color: white;
  }
  .snip-layout .snip-table__small-col {
    margin-top: 0;
    border-top: 2px solid black !important;
  }
  .snip-layout .snip-table__small-col+.snip-table__small-col {
    border-left: var(--border) solid black;
  }
  .snip-layout .snip-table__cell--clear {
    background-color: black;
    color: white;
  }
  .snip-layout .snip-table__cell--clear h2 {
    color: white;
  }
  .snip-layout .snip-quantity-trigger {
    display: inline-flex;
  }
  .snip-layout .snip-table__cell--center {
    text-align: center;
  }
  #snipcart-guest-checkout-container.snip-col--half,
  #snipcart-login-form-container.snip-col--half,
  #snipcart-newaccount-form-container.snip-col--half {
    width: 100%;
    margin-bottom: 1rem;
  }
  #snipcart-fees tr {
    padding: 0;
  }
  #snipcart-fees td,
  #snipcart-total td {
    width: 50%;
    float: left;
  }
  #snipcart-fees td:last-of-type,
  #snipcart-total td:last-of-type {
    text-align: right;
  }
  .snip-layout .snip-table--small .snip-table__body--small tr {
    text-align: left;
    background-color: white;
  }
  .snip-layout .snip-table--small .snip-table__body--small td {
    text-align: left;
  }
  .snip-layout .snip-table--small td {
    padding: 8px 1rem !important;
  }
  .snip-customfields {
    border-top: 2px solid black;
    width: 100%;
  }
  .snip-layout .snip-table--small .snip-table__body~.snip-table__body {
    border-top: 2px solid black;
    text-align: left;
  }
  .snip-layout .snip-table--small .snip-table__body--big tr {
    padding: 0;
  }
  #snipcart-discounts {
    border-top: 2px solid black;
  }
  #snipcart-orderinfos-form .snip-col:first-of-type {
    width: 100%;
  }
  .snip-layout .snip-table--small td:empty {
    display: none;
  }
  #snipcart-sub-content {
    display: inline-block;
    width: 100%;
  }
  #snipcart-shipping-address-step::after {
    content: "Ship. addr.";
  }

}

#snipcart-total .snip-static__title::after {
  content: " (tax included)";
}

.snip-layout .snip-header__back--button:hover, .snip-layout .snip-header__user-mail {
  color: black;
}
.snip-header__user-mail::after {
  content: "[click here to edit your profile]";
}

.snip-layout .snip-layout__subtitle {
  padding: 8px 1rem;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 18px;
}

@media only screen and (min-width: 48em) {
  .snip-layout .snip-layout__close {
    font-size: 1.5em;
    top: 0;
  }
}

.snip-layout .snip-layout__close {
  color: #fff;
  font-size: 1.5em;
  padding: 0;
  position: absolute;
  right: .417em;
  top: 0;
  z-index: 2;
}

/* paypal settings */
.snipcart-paymentsby-paypal img {
  max-height: 3rem !important;
  width: auto !important;
  padding-top: 1rem !important;
}
#snip-layout-order-details #snipcart-cart-content #snipcart-items a {
  color: red;
}
.snip-layout .snip-product {
  background: white !important;
  border-top: 2px solid black !important;
  font-size: 1rem !important;
  line-height: 18px !important;
  padding: 8px 1rem !important;

}
.snip-layout .snip-product a#snipcart-express-checkout {
  max-height: 2rem !important;
  width: auto !important;
}


/* card payment */
.snip-payment__layout.snip-payment__iframe-container legend,
.snip-payment__layout.snip-payment__iframe-container label {
  font-family: aa, !important;
}
