/**
 foundation/util/breakpoints
 */
/**
 * foundation/grid/grid
 */
/**
 * Misc
 */
/**
 * foundation/reveal
 */
/**
 * button-group
 */
/**
 * Forms
 */
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.spinner {
  background-position: center; }

.order-status {
  background-color: #f4f4f4;
  padding: 10px 10px 35px 10px; }
  @media print, screen and (min-width: 48em) {
    .order-status {
      padding: 15px 15px 35px 15px; }
      .order-status .cart-info__main-buttons {
        display: block; } }
  .order-status .cart-items .cart-items__entry {
    padding-bottom: 0;
    min-height: 121px;
    padding-top: 5px; }
  .order-status .cart-info__main-buttons {
    display: none; }
  .order-status .address-container__box__content__inner-shadow {
    cursor: default; }
  .order-status .order-status__payment-info {
    transition: height .3s ease;
    overflow: hidden;
    margin-bottom: 20px; }
  .order-status .order-status__payment-info.noheight, .order-status .order-status__change-payment.noheight {
    height: 0; }
  .order-status .order-status__payment-info__header {
    background-color: white;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px; }
  .order-status .order-status__payment-info__content {
    padding: 10px 15px; }
  .order-status .order-status__payment-info__header__title {
    flex: 1;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle; }
  .order-status .order-status__payment-info__header__logo {
    text-align: left;
    margin-top: 10px;
    height: 28px; }
    @media print, screen and (min-width: 40em) {
      .order-status .order-status__payment-info__header__logo {
        margin-top: 0;
        text-align: right; } }
    .order-status .order-status__payment-info__header__logo .bank-transfer-logo-canvas {
      height: 100%; }
  .order-status .order-status__payment-info__content.barzahlen {
    width: 100%;
    height: 1110px;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0; }

button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  background-color: #d9d9d9;
  color: #333;
  padding: 10px 45px;
  border: none;
  outline: none;
  margin: 0;
  text-align: left;
  border-color: transparent;
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  button:focus, button:hover {
    color: #333;
    background-color: #d9d9d9; }
    button:focus:after, button:hover:after {
      background-color: rgba(0, 0, 0, 0.1); }
  button:disabled {
    color: rgba(0, 0, 0, 0.5);
    cursor: default;
    background-color: #d9d9d9;
    border-color: transparent;
    opacity: 1; }
    button:disabled:hover {
      color: rgba(0, 0, 0, 0.5); }
      button:disabled:hover:after {
        background-color: rgba(100, 100, 100, 0.3); }
    button:disabled:after {
      background-color: rgba(100, 100, 100, 0.3); }
  button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: background .1s ease, box-shadow .1s ease; }
  button:active:after {
    background-color: rgba(0, 0, 0, 0.1); }

button.call-to-action {
  background-color: #0085d3;
  color: white;
  text-transform: uppercase; }
  button.call-to-action.disabled {
    color: #ffffff;
    cursor: default;
    background-color: #d5d5d5;
    border-color: transparent;
    opacity: 1; }
    button.call-to-action.disabled:focus, button.call-to-action.disabled:hover {
      background-color: #d5d5d5; }
  button.call-to-action:focus, button.call-to-action:hover {
    background-color: #0085d3; }

button.arrow-left {
  padding-left: 28px; }
  button.arrow-left:before {
    display: block;
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    width: 0;
    height: 0;
    top: 8px;
    border-width: 6px 12px 6px 0;
    border-right-color: rgba(0, 0, 0, 0.6);
    left: 8px; }

button.big {
  font-size: 22px;
  padding: 12px 16px;
  font-weight: bold;
  text-align: center; }
  button.big.arrow-left {
    padding-left: 40px; }
    button.big.arrow-left:before {
      top: 15px;
      border-width: 10px 12px 10px 0;
      left: 15px; }

button.call-to-action.arrow-left:before {
  border-right-color: white; }

button.call-to-action.arrow-right:before {
  border-left-color: white; }

button.call-to-action-inverted {
  color: #0085d3;
  background-color: transparent;
  text-transform: uppercase;
  text-align: left; }
  button.call-to-action-inverted:active {
    color: #0084cd; }
  button.call-to-action-inverted:after {
    box-shadow: none; }
  button.call-to-action-inverted:focus:after, button.call-to-action-inverted:hover:after {
    background-color: transparent; }

button.call-to-action-inverted.arrow-left:before {
  border-right-color: #0085d3; }

button.uppercase {
  text-transform: uppercase; }

.white-bg, .opac-bg {
  background-color: white; }

.border-top {
  border-top: 1px solid #f4f4f4; }

.border-bottom {
  border-bottom: 1px solid #f4f4f4; }

.bold {
  font-weight: bold; }

p {
  margin-bottom: 8px; }

.hidden {
  display: none !important; }

@media print, screen and (min-width: 48em) {
  .noscroll {
    overflow: hidden; } }

.pointer {
  cursor: pointer; }

.info-text {
  display: none; }

.stored-payment-methods__method__container__content {
  padding: 12px; }

.payment-header {
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  padding: 8px 15px;
  border-bottom: 1px solid #999; }

.stored-payment-methods {
  padding-top: 10px;
  font-size: 0; }

.stored-payment-methods__method {
  margin-bottom: 10px; }
  @media print, screen and (min-width: 48em) {
    .stored-payment-methods__method {
      width: 50%;
      display: inline-block; }
      .stored-payment-methods__method:nth-child(odd) {
        padding-right: 5px; }
      .stored-payment-methods__method:nth-child(even) {
        padding-left: 5px; } }
  .stored-payment-methods__method p:last-of-type {
    margin-bottom: 0; }
  .stored-payment-methods__method input {
    display: block;
    position: absolute;
    left: -9999px; }
    .stored-payment-methods__method input:checked ~ label {
      background-color: #dbe9f0;
      box-shadow: 0 0 2px #666; }
  .stored-payment-methods__method label {
    cursor: pointer;
    display: block;
    box-shadow: 0 0 2px #999;
    transition: background-color 0.3s ease; }

.other-payment-methods__method {
  overflow: hidden; }
  .other-payment-methods__method > input {
    display: block;
    position: absolute;
    left: -9999px; }
    .other-payment-methods__method > input:checked ~ .other-payment-methods__method__header:before {
      background-color: #0299d9;
      box-shadow: 0 0 0 3px white, 0 0 0 4px #0299d9; }
  .other-payment-methods__method:last-of-type {
    border-bottom: none; }
  .other-payment-methods__method > input.glowing ~ .other-payment-methods__method__header:before {
    box-shadow: 0 0 0 3px white, 0 0 0 4px #717171, 0 0 8px 3px #0085d3; }
  .other-payment-methods__method > input.glowing:checked ~ .other-payment-methods__method__header:before {
    box-shadow: 0 0 0 3px white, 0 0 0 4px #0299d9, 0 0 8px 3px #0085d3; }
  .other-payment-methods__method > input.checked ~ .other-payment-methods__method__header {
    background-color: #DEE8ED; }
  .other-payment-methods__method > input.checked ~ .other-payment-methods__method__content {
    background-color: #DEE8ED; }

.stored-payment-methods__method__header {
  height: 40px;
  width: 500px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px; }
  .stored-payment-methods__method__header img {
    height: 20px;
    display: inline-block;
    vertical-align: middle; }

.stored-payment-methods__method__content {
  padding: 10px; }

.other-payment-methods {
  overflow: hidden;
  margin-bottom: 20px; }

.other-payment-methods__method .other-payment-methods__method__header {
  margin: auto 0;
  vertical-align: top;
  display: table; }
  .other-payment-methods__method .other-payment-methods__method__header.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: 0.5; }

.paypal-unsupported-currency-notice {
  padding: 0 10px 10px 20px;
  background-color: #ccc;
  opacity: 0.5; }

.min-amount-warning {
  color: #eb1c26; }

.other-payment-methods__method__content {
  height: 0;
  overflow: hidden;
  will-change: height;
  transition: background-color 0.3s ease, height .3s ease;
  font-size: 12px;
  line-height: 18px; }
  .other-payment-methods__method__content .other-payment-methods__method__content__wrap, .other-payment-methods__method__content .hide-for-medium {
    padding: 0 20px 20px 20px; }
    @media print, screen and (min-width: 40em) {
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap, .other-payment-methods__method__content .hide-for-medium {
        padding: 0 10px 20px 60px; } }
    .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form {
      font-size: 0;
      width: 100%; }
      @media print, screen and (min-width: 48em) {
        .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form {
          width: 50%; } }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form label, .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form input, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form label, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form input {
        font-size: 12px;
        width: 100%; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .pan, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .pan {
        display: table;
        width: 100%;
        margin-bottom: 5px; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .card-type, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .card-type {
        margin-bottom: 5px; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .margin-bottom, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .margin-bottom {
        margin-bottom: 5px; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .block, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .block {
        display: block; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .pan_input, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .pan_input {
        display: table-cell; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .svg-container, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .svg-container {
        display: table-cell;
        vertical-align: middle;
        padding-left: 5px;
        width: 1px; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .expiry, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .expiry {
        display: inline-block;
        margin-bottom: 5px;
        width: 50%;
        padding-right: 10px; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .cvc, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .cvc {
        display: inline-block;
        margin-bottom: 5px;
        width: 50%; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .remember input, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .remember input {
        display: none; }
        .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .remember input:checked ~ label:after, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .remember input:checked ~ label:after {
          opacity: 1; }
        .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .remember input:checked ~ label:before, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .remember input:checked ~ label:before {
          border-color: rgba(0, 150, 215, 0.2); }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .remember label, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .remember label {
        cursor: pointer;
        position: relative;
        line-height: 30px; }
        .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .remember label:before, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .remember label:before {
          content: '';
          display: inline-block;
          height: 12px;
          width: 12px;
          margin-bottom: -1px;
          margin-right: 8px;
          border: 2px solid #0096D7;
          border-radius: 2px;
          transition: border-color .2s ease; }
        .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .remember label:after, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .remember label:after {
          content: '';
          display: block;
          height: 14px;
          width: 14px;
          background-image: url("../../static/images/checkout/check.svg");
          background-size: 100%;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 1px;
          opacity: 0;
          transition: opacity .2s ease; }
      .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .buttons button, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .buttons button {
        padding: 10px 25px;
        margin-top: 10px;
        border-radius: 4px; }
        .other-payment-methods__method__content .other-payment-methods__method__content__wrap .other-payment-methods__method__content__wrap__cc-form .buttons button:first-child, .other-payment-methods__method__content .hide-for-medium .other-payment-methods__method__content__wrap__cc-form .buttons button:first-child {
          margin-right: 8px; }

.other-payment-methods__method__content__wrap__cc-form {
  font-size: 0; }
  .other-payment-methods__method__content__wrap__cc-form label, .other-payment-methods__method__content__wrap__cc-form input {
    font-size: 12px;
    width: 100%; }
  .other-payment-methods__method__content__wrap__cc-form .pan {
    display: table;
    width: 100%;
    margin-bottom: 5px; }
  .other-payment-methods__method__content__wrap__cc-form .card-type {
    margin-bottom: 5px; }
  .other-payment-methods__method__content__wrap__cc-form .margin-bottom {
    margin-bottom: 5px; }
  .other-payment-methods__method__content__wrap__cc-form .block {
    display: block; }
  .other-payment-methods__method__content__wrap__cc-form .pan_input {
    display: table-cell; }
  .other-payment-methods__method__content__wrap__cc-form .svg-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    width: 1px; }
  .other-payment-methods__method__content__wrap__cc-form .expiry {
    display: inline-block;
    margin-bottom: 5px;
    width: 50%;
    padding-right: 10px;
    vertical-align: top; }
  .other-payment-methods__method__content__wrap__cc-form .cvc {
    display: inline-block;
    margin-bottom: 5px;
    width: 50%;
    vertical-align: top; }
  .other-payment-methods__method__content__wrap__cc-form .input-error {
    color: #eb1c26;
    font-size: 12px; }
  .other-payment-methods__method__content__wrap__cc-form .remember input {
    display: none; }
    .other-payment-methods__method__content__wrap__cc-form .remember input:checked ~ label:after {
      opacity: 1; }
    .other-payment-methods__method__content__wrap__cc-form .remember input:checked ~ label:before {
      border-color: rgba(0, 150, 215, 0.2); }
  .other-payment-methods__method__content__wrap__cc-form .remember label {
    cursor: pointer;
    position: relative;
    line-height: 30px; }
    .other-payment-methods__method__content__wrap__cc-form .remember label:before {
      content: '';
      display: inline-block;
      height: 12px;
      width: 12px;
      margin-bottom: -1px;
      margin-right: 8px;
      border: 2px solid #0096D7;
      border-radius: 2px;
      transition: border-color .2s ease; }
    .other-payment-methods__method__content__wrap__cc-form .remember label:after {
      content: '';
      display: block;
      height: 14px;
      width: 14px;
      background-image: url("../../static/images/checkout/check.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 1px;
      opacity: 0;
      transition: opacity .2s ease; }
  .other-payment-methods__method__content__wrap__cc-form .buttons button {
    padding: 10px 25px;
    margin-top: 10px;
    border-radius: 4px; }
    .other-payment-methods__method__content__wrap__cc-form .buttons button:first-child {
      margin-right: 8px; }

.payment-method-sofortueberweisung .unspecified[data-bind=incomplete-form] label[data-bind=iban],
.payment-method-sofortueberweisung .unspecified[data-bind=incomplete-form] label[data-bind=bic],
.payment-method-sofortueberweisung .unspecified[data-bind=incomplete-form] label[data-bind=accountnumber],
.payment-method-sofortueberweisung .unspecified[data-bind=incomplete-form] label[data-bind=bankcode],
.payment-method-sofortueberweisung .unspecified[data-bind=incomplete-form] div[data-bind=country] {
  display: none; }

.payment-method-sofortueberweisung .national[data-bind=incomplete-form] label[data-bind=iban],
.payment-method-sofortueberweisung .national[data-bind=incomplete-form] label[data-bind=bic],
.payment-method-sofortueberweisung .national[data-bind=incomplete-form] label[data-bind=iban-accountnumber],
.payment-method-sofortueberweisung .national[data-bind=incomplete-form] label[data-bind=bic-bankcode] {
  display: none; }

.payment-method-sofortueberweisung .german[data-bind=incomplete-form] label[data-bind=iban-accountnumber],
.payment-method-sofortueberweisung .german[data-bind=incomplete-form] label[data-bind=accountnumber],
.payment-method-sofortueberweisung .german[data-bind=incomplete-form] div[data-bind=bic],
.payment-method-sofortueberweisung .german[data-bind=incomplete-form] div[data-bind=country] {
  display: none; }

.payment-method-sofortueberweisung .european[data-bind=incomplete-form] label[data-bind=iban-accountnumber],
.payment-method-sofortueberweisung .european[data-bind=incomplete-form] label[data-bind=bic-bankcode],
.payment-method-sofortueberweisung .european[data-bind=incomplete-form] label[data-bind=accountnumber],
.payment-method-sofortueberweisung .european[data-bind=incomplete-form] label[data-bind=bankcode],
.payment-method-sofortueberweisung .european[data-bind=incomplete-form] div[data-bind=country] {
  display: none; }

.payment-method-sofortueberweisung .other[data-bind=incomplete-form] label[data-bind=iban-accountnumber],
.payment-method-sofortueberweisung .other[data-bind=incomplete-form] label[data-bind=bic-bankcode],
.payment-method-sofortueberweisung .other[data-bind=incomplete-form] label[data-bind=accountnumber],
.payment-method-sofortueberweisung .other[data-bind=incomplete-form] label[data-bind=bankcode],
.payment-method-sofortueberweisung .other[data-bind=incomplete-form] div[data-bind=country] {
  display: none; }

.cart-items__entry {
  display: flex;
  padding-bottom: 35px;
  position: relative;
  font-size: 0; }
  @media print, screen and (min-width: 48em) {
    .cart-items__entry {
      padding: 0; } }

body.es .cart-items__entry__edit > *, body.pt .cart-items__entry__edit > *, body.ru .cart-items__entry__edit > * {
  letter-spacing: -0.5px; }
  @media print, screen and (min-width: 22.5em) {
    body.es .cart-items__entry__edit > *, body.pt .cart-items__entry__edit > *, body.ru .cart-items__entry__edit > * {
      letter-spacing: normal; } }

body.pt .cart-items__entry__edit > * {
  font-size: 10px; }
  @media print, screen and (min-width: 30em) {
    body.pt .cart-items__entry__edit > * {
      font-size: 11px; } }

body.fr .change-address__inner__buttons button {
  font-size: 12px; }

.cart-items__entry__desc {
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px 0 10px;
  width: 60%; }
  @media print, screen and (min-width: 48em) {
    .cart-items__entry__desc {
      width: 75%;
      padding: 18px 10px 10px 10px; } }
  .cart-items__entry__desc > * {
    padding-bottom: 5px; }

.cart-items__entry__desc.top-padding-8 {
  padding-top: 8px; }

.price-detail span,
.price-detail span.base-price,
.product-sterile span.sterile-desc,
.product-sterile span#sterile_price {
  display: inline-table;
  font-weight: bold; }

.product-sterile span.sterile-desc,
.product-sterile span#sterile_price {
  padding-bottom: 1rem; }

.price-detail span,
.price-detail span.base-price {
  width: 50%; }

.product-sterile span.sterile-desc,
.product-sterile span#sterile_price {
  width: auto; }

.product-sterile span.sterile-desc {
  float: left; }

.product-sterile span#sterile_price {
  float: right; }

.price-detail span.base-price,
.product-sterile span.sterile-desc {
  color: #333;
  text-align: left; }

.price-detail span,
.product-sterile span#sterile_price {
  color: #0085d3;
  text-align: right; }

.price-detail {
  padding-bottom: 1.5rem; }
  .price-detail::after, .price-detail::before {
    content: "";
    display: block;
    border-top: 1px solid #ccc;
    width: 100%; }
  .price-detail::after {
    margin-top: 1.5rem; }
  .price-detail::before {
    margin-bottom: 1.5rem; }

.product-sterile {
  display: none;
  padding-bottom: 3rem;
  padding-top: 1rem; }
  .product-sterile span.sterile-desc {
    font-size: 16px;
    margin-top: 5px; }
  .product-sterile span#sterile_price {
    margin-top: 5px; }
  .product-sterile .switch {
    float: left;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin-bottom: 0;
    margin-left: 15px; }
    .product-sterile .switch input {
      display: none; }
  .product-sterile .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .product-sterile .slider::before {
      position: absolute;
      content: "";
      height: 24px;
      width: 24px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .product-sterile .slider.round {
      border-radius: 34px; }
      .product-sterile .slider.round::before {
        border-radius: 50%; }
  .product-sterile input:checked + .slider {
    background-color: #2ED3C6; }
    .product-sterile input:checked + .slider:before {
      -webkit-transform: translateX(22px);
      -ms-transform: translateX(22px);
      transform: translateX(22px); }
  .product-sterile input:focus + .slider {
    box-shadow: 0 0 1px #2ED3C6; }
  .product-sterile .sterile-tip {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-top: 5px;
    margin-left: 10px;
    background-color: #ccc;
    border-radius: 50%; }
    .product-sterile .sterile-tip svg {
      fill: #fff;
      width: 66%;
      height: 66%;
      position: absolute;
      top: 3px;
      left: 3px; }

html[lang=ru] .cart-items__entry__desc__bottom__single-price__discounted {
  float: right; }

.cart-items__entry__more-entries {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 10%, white 85%);
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1; }

.cart-items__entry.last {
  margin-bottom: 30px; }

.cart-items__entry__more-entries__text {
  position: absolute;
  bottom: -8px;
  width: 100%;
  z-index: 1;
  text-align: center; }

#triangle-shadow {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0; }

.modal {
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(45, 45, 45, 0.86);
  align-items: center; }

.modal__inner {
  background-color: white;
  font-size: 0;
  padding: 10px;
  margin: 10px auto;
  width: 100%; }
  .modal__inner.change-address__inner {
    padding: 24px;
    border-radius: 5px; }
  .modal__inner .change-address__inner__new-address__body_container {
    padding: 0 30px 30px 30px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 18px; }
    @media print, screen and (min-width: 48em) {
      .modal__inner .change-address__inner__new-address__body_container {
        flex-direction: row; } }
  @media print, screen and (min-width: 40em) {
    .modal__inner {
      width: 90%; } }
  @media print, screen and (min-width: 64em) {
    .modal__inner {
      width: 80%; } }

.change-address__inner__new-address {
  position: relative; }
  .change-address__inner__new-address h2 {
    font: bold 24px/28px Arial;
    text-align: center;
    color: rgba(45, 45, 45, 0.8); }

.change-address__inner__new-address__spinner {
  position: absolute; }

.change-address__inner__new-address__box {
  font-size: 13px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  position: relative; }
  .change-address__inner__new-address__box:last-child {
    padding-bottom: 10px; }
  @media print, screen and (min-width: 48em) {
    .change-address__inner__new-address__box:last-child {
      padding-bottom: 10px; } }
  @media print, screen and (min-width: 48em) {
    .change-address__inner__new-address__box {
      width: 50%;
      min-height: 100%; }
      .change-address__inner__new-address__box:nth-child(even) {
        margin-left: 50px; } }
  .change-address__inner__new-address__box > input {
    display: none; }
  .change-address__inner__new-address__box .no_address {
    margin-bottom: 5px;
    display: block;
    color: #e95d0f; }
  .change-address__inner__new-address__box .change-address__inner__new-address__box__preview__icon, .change-address__inner__new-address__box .address-container__box__content__inner-shadow__icon {
    max-width: 24px;
    float: right; }
  .change-address__inner__new-address__box .change-address__inner__new-address__box__form {
    display: block;
    background-color: #fff;
    border: 0;
    font-size: 0;
    margin: 0; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form h3.change-address__inner__new-address__box__form_header {
      font-size: 16px;
      line-height: 18px;
      font-weight: bold; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form p.change-address__inner__new-address__box__form_required_text {
      font-size: 11px;
      line-height: 15px;
      text-align: right;
      color: #707070; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form label.commercial-order-label {
      font-weight: 100; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form select, .change-address__inner__new-address__box .change-address__inner__new-address__box__form label {
      display: block;
      width: 100%;
      font-size: 12px;
      font-weight: bold; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form input {
      background: none;
      border: 1px solid #d5d5d5;
      padding: 12px;
      height: auto;
      border-radius: 4px;
      font-size: 12px; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form input::placeholder {
        color: #707070; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form .hint {
      font-size: 11px;
      display: block;
      margin: -15px 0 10px; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form.customer-info-container {
      transition: max-height 1s, margin-bottom 0.25s;
      overflow: hidden;
      margin-bottom: 0;
      max-height: 0;
      padding: 0; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form.customer-info-container.open {
        margin-bottom: 20px;
        max-height: 400px; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line {
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      clear: both; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line label {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 18px; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line .calling-code-select2-wrapper {
        border-radius: 4px; }
        .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line .calling-code-select2-wrapper input.phone-number-input {
          padding: 12px;
          height: auto;
          font-size: 12px; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line input {
        margin: 0; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line select {
        border: 1px solid #d5d5d5;
        background: none; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line:last-child input, .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line:last-child select {
        margin-bottom: 0; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column {
      flex: 1;
      padding: 0 3px; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column.address_tool_postcode:only-child {
        flex: 0.5;
        padding-right: 6px !important; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column:first-child {
        padding-left: 0; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column:last-child {
        padding-right: 0; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column .topnav-select2-wrapper {
        font-size: 14px;
        position: relative; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column .calling-code-select2-wrapper .select2-container {
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-right: 1px solid #d5d5d5;
        border-radius: 4px 0 0 4px; }
        .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column .calling-code-select2-wrapper .select2-container .select2-selection__arrow {
          height: 100%; }
      .change-address__inner__new-address__box .change-address__inner__new-address__box__form .change-address__inner__new-address__box__form__inputs__line__column .calling-code-select2-wrapper .calling-code-span {
        margin-left: 66px; }
  .change-address__inner__new-address__box .change-address__inner__new-address__box__form__inputs__line__2, .change-address__inner__new-address__box .change-address__inner__new-address__box__form__inputs__line__3 {
    display: inline-block;
    vertical-align: top; }
  .change-address__inner__new-address__box .change-address__inner__new-address__box__form__select-label {
    line-height: 18px;
    clear: both; }
  .change-address__inner__new-address__box .change-address__inner__new-address__box__form__inputs__select {
    position: relative; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__inputs__select select {
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 4px;
      padding: 12px;
      height: auto; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__inputs__select:after {
      position: absolute;
      right: 5px;
      content: '';
      pointer-events: none;
      background: url(../../static/css/responsive/img/arrow-down-dark.png) no-repeat 50% 50%/9px 6px;
      width: 30px;
      height: 100%;
      top: 0;
      cursor: pointer; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__inputs__select:hover:after {
      border-top-color: #666; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__inputs__select:focus:after {
      border-top-color: #333; }
  .change-address__inner__new-address__box .change-address__inner__new-address__box__form__select {
    position: relative; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: auto;
      background-color: white;
      border-radius: 4px;
      font-size: 12px;
      padding: 12px;
      background-image: none;
      margin-bottom: 20px; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__select:after {
      position: absolute;
      right: 5px;
      content: '';
      pointer-events: none;
      background: url(../../static/css/responsive/img/arrow-down-dark.png) no-repeat 50% 50%/9px 6px;
      width: 30px;
      height: 100%;
      top: 0;
      cursor: pointer; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__select:hover:after {
      border-top-color: #666; }
    .change-address__inner__new-address__box .change-address__inner__new-address__box__form__select:focus:after {
      border-top-color: #333; }
  .change-address__inner__new-address__box #address-preview, .change-address__inner__new-address__box .note_text {
    font-size: 12px;
    color: #707070; }
    .change-address__inner__new-address__box #address-preview b, .change-address__inner__new-address__box .note_text b {
      color: #2D2D2D; }
  .change-address__inner__new-address__box .change-address__inner__new-address__box__preview {
    display: block;
    border: 1px solid #D5D5D5;
    min-height: 100px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 16px;
    margin: 20px 0 20px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    color: #2D2D2D;
    background-color: #FAFAFA; }
  .change-address__inner__new-address__box .change-address__inner__buttons {
    margin-top: 28px;
    position: static;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between; }
    @media print, screen and (min-width: 64em) {
      .change-address__inner__new-address__box .change-address__inner__buttons {
        text-align: right;
        display: block; }
        .change-address__inner__new-address__box .change-address__inner__buttons > *:first-child {
          margin-right: 10px; } }
    .change-address__inner__new-address__box .change-address__inner__buttons button {
      font-size: 12px;
      font-weight: bold;
      border-radius: 4px;
      color: white;
      margin-bottom: 5px;
      width: 49%;
      flex-basis: 49%;
      max-width: 49%; }
      @media print, screen and (min-width: 22.5em) {
        .change-address__inner__new-address__box .change-address__inner__buttons button {
          font-size: 16px; } }
      @media print, screen and (min-width: 64em) {
        .change-address__inner__new-address__box .change-address__inner__buttons button {
          min-width: 100px;
          width: auto; } }
      .change-address__inner__new-address__box .change-address__inner__buttons button:hover {
        color: white; }

.change-address__inner__address-box {
  font-size: 13px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px; }
  .change-address__inner__address-box input {
    display: none; }

.optional {
  font-size: 12px;
  color: #ccc;
  font-weight: normal;
  text-transform: lowercase; }

.change-address__inner__address-box__preview {
  display: block;
  box-shadow: 0 0 8px #666;
  border-radius: 8px;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px; }

span.overlong-address-line {
  color: #F00; }

.address-length-hint {
  color: #F00;
  margin-top: 15px; }

input.invalid-address-line {
  box-shadow: 0 0 4px red;
  border-bottom: none; }
  input.invalid-address-line:focus {
    border-bottom: 1px solid #f00; }

select.invalid-address-line {
  box-shadow: 0 0 4px red;
  border-bottom: none; }
  select.invalid-address-line:focus {
    border-bottom: 1px solid #f00; }

#stripe_creditcard_iframe_container > iframe {
  width: 390px;
  height: 400px;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.order-status__payment-info__content__title {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px 0; }

.order-status__payment-info__content__payment-reminder {
  color: #FF7800;
  font-size: 22px;
  margin-top: 30px; }

.order-status__payment-info__content__important {
  background-color: #FF7800;
  font-size: 0;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.order-status__payment-info__content__important__header {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 20px 0 10px 15px; }

.order-status__payment-info__content__important__block {
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px; }
  .order-status__payment-info__content__important__block .bank-transfer-data__cell {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    word-wrap: break-word;
    vertical-align: top; }
    .order-status__payment-info__content__important__block .bank-transfer-data__cell:nth-child(odd) {
      width: 100%;
      padding-left: 0;
      padding-bottom: 0; }
    .order-status__payment-info__content__important__block .bank-transfer-data__cell:nth-child(even) {
      background-color: #FFFFFF;
      width: 100%; }
  .order-status__payment-info__content__important__block .bank-transfer-data__cell.plain {
    background-color: transparent; }
    .order-status__payment-info__content__important__block .bank-transfer-data__cell.plain:nth-child(even) {
      font-weight: normal; }
  .order-status__payment-info__content__important__block .bank-transfer-data__cell__reference-explanation {
    font-weight: normal;
    font-size: 12px; }
  .order-status__payment-info__content__important__block .bank-transfer-data__cell__reference-reminder {
    float: right;
    color: #FF7800; }
  .order-status__payment-info__content__important__block .bank-transfer-addresses__address {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    width: 50%; }
  .order-status__payment-info__content__important__block.bank-transfer-addresses {
    width: 100%;
    font-size: 0; }
  @media print, screen and (min-width: 48em) {
    .order-status__payment-info__content__important__block {
      width: 50%; }
      .order-status__payment-info__content__important__block .bank-transfer-data__cell.plain {
        font-weight: normal; }
      .order-status__payment-info__content__important__block .bank-transfer-data__cell:nth-child(odd) {
        width: 40%; }
      .order-status__payment-info__content__important__block .bank-transfer-data__cell:nth-child(even) {
        width: 60%; }
      .order-status__payment-info__content__important__block .bank-transfer-addresses__address {
        display: block;
        white-space: nowrap; }
        .order-status__payment-info__content__important__block .bank-transfer-addresses__address:first-of-type {
          margin-bottom: 2em; } }
  @media print, screen and (min-width: 48em) {
    .order-status__payment-info__content__important__block.bank-transfer-data {
      width: 70%;
      font-size: 0; } }
  @media print, screen and (min-width: 48em) {
    .order-status__payment-info__content__important__block.bank-transfer-addresses {
      width: 30%; } }

.order-status__change-payment-button {
  text-align: right;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px; }

.order-status__change-payment {
  transition: height .3s ease;
  overflow: hidden; }

.order-status__change-payment__buttons {
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center; }
  .order-status__change-payment__buttons button, .order-status__change-payment__buttons [role="button"] {
    display: inline-block;
    margin-top: 12px; }
  .order-status__change-payment__buttons .clear {
    clear: both; }
  @media print, screen and (min-width: 48em) {
    .order-status__change-payment__buttons {
      text-align: right; }
      .order-status__change-payment__buttons .os-cancel-change-payment-method {
        float: left; }
      .order-status__change-payment__buttons .clear {
        display: none; } }

.merge-cart__inner button {
  margin-right: 10px; }

.merge-cart.reveal-overlay {
  display: flex;
  overflow: auto;
  align-items: center; }

.merge-cart dialog {
  border: none;
  display: block; }

.merge-cart header {
  margin-bottom: 0; }
  .merge-cart header h3 {
    display: inline;
    margin-left: 5px; }
    .merge-cart header h3:first-of-type {
      margin-left: 0; }

.alternate-email-input {
  padding: 5px 3px;
  margin-top: 10px; }

.invalid-alternate-email {
  color: #FF0000; }

.example-cart-kilroy {
  position: relative; }
  .example-cart-kilroy > img {
    position: absolute;
    top: -21px;
    left: 20px;
    z-index: 1;
    pointer-events: none; }

span.address_warning {
  color: red;
  font-size: 11px;
  text-decoration: underline; }

.cart-item-hr {
  display: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cccccc;
  margin: 0; }

span.warning {
  color: red;
  display: inline-block;
  margin: 8px 0 0 0; }

span.hidden {
  display: none; }

label.not_allowed {
  background: #e1e1e1;
  cursor: not-allowed; }

@media only screen and (min-width: 64.063em) {
  .cart-items__entry__desc__prop-edit {
    width: 66%; }
  .cart-items__entry__desc__bottom__button {
    width: 66%; }
  .order-status__payment-info__content__important__block.bank-transfer-data {
    width: 60%; }
  .order-status__payment-info__content__important__block .bank-transfer-data__cell:nth-child(odd) {
    width: 30%; }
  .order-status__payment-info__content__important__block .bank-transfer-data__cell:nth-child(even) {
    width: 70%; }
  .order-status__payment-info__content__important__block.bank-transfer-addresses {
    width: 40%; } }

@media only screen and (max-width: 930px) and (min-width: 768px) {
  body.ru .cart-items__entry__desc__bottom__single-price, body.es .cart-items__entry__desc__bottom__single-price, body.it .cart-items__entry__desc__bottom__single-price, body.pt .cart-items__entry__desc__bottom__single-price {
    width: 45%; }
  body.ru .cart-items__entry__desc__bottom__quantity, body.es .cart-items__entry__desc__bottom__quantity, body.it .cart-items__entry__desc__bottom__quantity, body.pt .cart-items__entry__desc__bottom__quantity {
    width: 30%; }
  body.ru .cart-items__entry__desc__bottom__sum, body.es .cart-items__entry__desc__bottom__sum, body.it .cart-items__entry__desc__bottom__sum, body.pt .cart-items__entry__desc__bottom__sum {
    width: 25%; } }

@media only screen and (max-width: 420px) {
  .cart-items__entry__edit__change {
    padding-right: 10px; }
  .cart-items__entry__edit__delete {
    padding-left: 10px; } }

.cant-ship-checkout-notice {
  color: #ff7800;
  margin-bottom: 8px; }
  @media print, screen and (min-width: 48em) {
    .cant-ship-checkout-notice {
      text-align: right; } }

#AmazonPayButton.disabled > img {
  filter: grayscale(1);
  cursor: not-allowed !important;
  pointer-events: none; }

.checkout {
  padding: 0 0 35px 0;
  background-color: #f4f4f4;
  background-repeat: repeat-x;
  background-position: left bottom; }
  @media print, screen and (min-width: 40em) {
    .checkout {
      padding: 10px 0 35px 0; } }
  .checkout .checkout__container {
    max-height: 5000px;
    overflow: hidden; }
    .checkout .checkout__container.transition-height {
      transition: max-height 2s; }
    .checkout .checkout__container.collapsed {
      max-height: 0; }
    .checkout .checkout__container .additional-info {
      padding: 20px; }
      .checkout .checkout__container .additional-info p {
        font-style: italic;
        font-size: 11px; }
  @media print, screen and (min-width: 40em) {
    .checkout {
      padding: 10px 16px 35px 16px; } }

.free-shipping-reminder {
  background: #008BD2;
  color: #fff;
  padding: 20px 40px;
  display: table;
  width: 100%;
  margin-bottom: 8px;
  text-align: center; }
  .free-shipping-reminder > div {
    text-align: left;
    vertical-align: middle;
    display: table;
    margin: auto; }
    .free-shipping-reminder > div > div {
      display: table-cell;
      vertical-align: middle; }
      .free-shipping-reminder > div > div .free-delivery-icon img {
        width: 45px;
        margin-right: 20px; }
      .free-shipping-reminder > div > div p.heading {
        display: block;
        text-align: left;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700; }
        @media print, screen and (min-width: 48em) {
          .free-shipping-reminder > div > div p.heading {
            text-align: center;
            display: flex; } }
      .free-shipping-reminder > div > div .separate-line {
        display: none;
        border-right: 1px solid;
        justify-content: center;
        align-items: center;
        margin: 0 20px;
        height: 40px; }
        @media print, screen and (min-width: 48em) {
          .free-shipping-reminder > div > div .separate-line {
            display: block; } }
      .free-shipping-reminder > div > div.free-shipping-reminder-description > div {
        vertical-align: middle; }
        @media print, screen and (min-width: 48em) {
          .free-shipping-reminder > div > div.free-shipping-reminder-description > div {
            display: table-cell; } }
    .free-shipping-reminder > div p {
      margin-bottom: 0;
      line-height: 20px; }

.cart-items__entry {
  background-color: #fff;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0; }
  .cart-items__entry:last-of-type {
    margin-bottom: 0; }
  .cart-items__entry .cart-items__entry__left {
    vertical-align: top;
    display: flex;
    flex-direction: column;
    width: 40%;
    min-width: 100px; }
    @media print, screen and (min-width: 48em) {
      .cart-items__entry .cart-items__entry__left {
        width: 25%; } }
    .cart-items__entry .cart-items__entry__left .cart-items__entry__label {
      display: inline-flex;
      position: absolute;
      top: 0;
      right: 5px; }
    .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      text-align: center;
      position: relative;
      min-height: 100px;
      max-width: 200px;
      width: 100%;
      margin: auto; }
      .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image img:not(.coupon_icon) {
        width: 100px;
        margin: 25px 0; }
      .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image .coupon_icon {
        position: absolute;
        width: 13%;
        right: 2%;
        bottom: 2%;
        max-width: 25px;
        margin-bottom: 50px; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image .coupon_icon {
            margin-bottom: 18px; } }
      .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image.black {
        background-color: black;
        padding-bottom: 30px; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image.black {
            padding-bottom: 0; } }
      .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image .cart-items__entry__left__image__info {
        background-color: rgba(255, 0, 0, 0.7);
        z-index: 1;
        color: white;
        text-align: center;
        font-size: 10px;
        margin-top: 25px;
        border-radius: 4px;
        left: auto;
        right: auto;
        top: 0;
        bottom: auto;
        padding: 3px;
        margin-left: 3px;
        position: relative; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image .cart-items__entry__left__image__info {
            margin-top: 27px; } }
        .cart-items__entry .cart-items__entry__left .cart-items__entry__left__image .cart-items__entry__left__image__info.new_label {
          background: #0085d3; }
  .cart-items__entry .cart-items__entry__left__name {
    line-height: 30px;
    font-size: 15px;
    background-color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    text-transform: uppercase;
    max-width: 85%; }
    .cart-items__entry .cart-items__entry__left__name a, .cart-items__entry .cart-items__entry__left__name span {
      color: #333; }
  .cart-items__entry .cart-items__entry__edit {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    right: 10px;
    top: 5px;
    text-align: end; }
    @media print, screen and (min-width: 48em) {
      .cart-items__entry .cart-items__entry__edit {
        border-top: none;
        right: 40px;
        top: 0;
        left: auto; } }
    .cart-items__entry .cart-items__entry__edit > * {
      line-height: 30px;
      display: inline-block;
      cursor: pointer;
      font-size: 11px; }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry .cart-items__entry__edit > * {
          width: auto;
          margin-left: 10px;
          max-width: none; } }
    .cart-items__entry .cart-items__entry__edit .cart-items__entry__left {
      margin: 30px 0; }
    .cart-items__entry .cart-items__entry__edit.mobile {
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      top: auto;
      background: #fff; }
      .cart-items__entry .cart-items__entry__edit.mobile .cart-items__entry__edit__wishlist, .cart-items__entry .cart-items__entry__edit.mobile .cart-items__entry__edit__change {
        display: inline-block;
        width: 50%;
        margin-bottom: 5px;
        text-align: center;
        padding-right: 0; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__edit.mobile .cart-items__entry__edit__wishlist, .cart-items__entry .cart-items__entry__edit.mobile .cart-items__entry__edit__change {
            display: none; } }
    .cart-items__entry .cart-items__entry__edit > div {
      float: none !important;
      margin-left: 0;
      border-right: 1px solid #f4f4f4;
      line-height: 30px; }
      .cart-items__entry .cart-items__entry__edit > div img {
        vertical-align: middle;
        color: #333333;
        margin: 5px 10px;
        width: 22px;
        height: 22px; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__edit > div img {
            width: 15px;
            height: 15px; } }
      .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__wishlist, .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__change {
        display: none; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__wishlist, .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__change {
            display: inline-block; } }
      .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__delete {
        border: none;
        text-align: left;
        float: left; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__delete {
            border-left: 1px solid #f4f4f4;
            border-right: 1px solid #f4f4f4; } }
        .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__delete img {
          margin: 10px;
          width: 10px;
          height: 10px; }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry .cart-items__entry__edit > div.cart-items__entry__edit__change {
          border-right: 1px solid #f4f4f4; } }
      .cart-items__entry .cart-items__entry__edit > div i {
        padding: 5px 10px; }
  .cart-items__entry .cart-items__entry__desc {
    padding: 18px 20px 50px 10px; }
    @media print, screen and (min-width: 48em) {
      .cart-items__entry .cart-items__entry__desc {
        padding: 18px 40px 20px 10px; } }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop {
      padding-bottom: 0; }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop {
          padding-bottom: 5px; } }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop .cart-items__entry__desc__prop__item {
        padding-bottom: 5px; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop .cart-items__entry__desc__prop__item:last-of-type {
            padding-bottom: 25px; } }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit {
      padding-bottom: 15px;
      width: 100%; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbSelector span {
        overflow: hidden;
        max-width: calc(100% - 40px);
        white-space: nowrap;
        text-overflow: ellipsis; }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__number {
      font-size: 12px;
      color: #666; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__number strong {
        line-height: 18px; }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom {
      padding: 0;
      display: block;
      line-height: 18px;
      color: #707070; }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom {
          display: flex;
          line-height: 32px;
          min-height: 30px;
          position: absolute;
          left: 25%;
          right: 0;
          bottom: 0;
          padding: 0 40px 0 9px; } }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom > * {
        font-size: 12px;
        font-weight: normal;
        padding-bottom: 0; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom > * {
            padding-bottom: 10px;
            margin-top: 8px;
            display: inline-flex;
            width: 33%; } }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity {
          width: 30%;
          text-align: center; } }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__edit__cancel img {
        margin-bottom: -3px;
        width: 15px;
        height: 15px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__sum {
        margin-top: 8px; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__sum {
            width: 40%;
            text-align: right;
            display: inline-block;
            padding-right: 5px; } }
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__sum .sum-price-value {
          font-weight: bold;
          font-size: 14px;
          color: #000000; }
          @media print, screen and (min-width: 48em) {
            .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__sum .sum-price-value {
              font-size: 24px;
              line-height: 24px; } }
          .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__sum .sum-price-value.redeemed-giftcard-value {
            color: red; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .single-price-value, .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .quantity-value, .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .sum-price-value {
        color: #000000; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .quantity-value span, .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .single-price-value span {
        font-weight: bold; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .quantity-value font, .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .single-price-value font {
        position: absolute;
        padding-left: 5px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__single-price {
        width: 100%;
        display: inline-flex; }
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__single-price span {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__single-price {
            padding-bottom: 10px;
            width: 60%; } }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button {
          width: 100%;
          right: 0;
          position: absolute;
          bottom: -45px; } }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop__item {
      font-size: 12px;
      line-height: 18px;
      color: #666;
      padding-bottom: 25px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop__item:not(:last-child) {
        padding-bottom: 5px; }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom__quantity {
      padding-bottom: 5px;
      -webkit-user-select: none; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom__quantity .quantity-value {
        padding-left: 3px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom__quantity .desktop {
        width: 100%; }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom__single-price {
      padding-bottom: 5px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom__single-price .single-price-value {
        padding-left: 3px; }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop.loading {
      height: 60px;
      background-image: url("../../static/images/checkout/spinner.gif");
      background-repeat: no-repeat;
      background-position: 20px;
      background-size: 30px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop.loading .cart-items__entry__desc__prop__item {
        display: none; }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit {
      display: none; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .info_text {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 12px;
        padding: 10px;
        background-color: #f4f4f4;
        border: 1px solid #dddddd; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbHolder {
        height: 40px;
        line-height: 40px;
        float: none;
        width: 100%;
        background: white; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbSelector {
        height: 40px;
        line-height: 40px;
        color: #0085d3;
        text-align: right;
        width: 100%;
        padding-right: 30px;
        font-size: 13px; }
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbSelector span {
          float: left;
          font-size: 12px;
          font-weight: normal;
          color: #333; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbToggle {
        height: 40px;
        line-height: 40px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbOptions li {
        padding: 0; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbOptions a {
        padding: 0 0 0 10px;
        background: transparent no-repeat 95% center; }
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .sbOptions a:hover {
          font-weight: 400;
          background-color: #0085d3;
          color: #fff; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .measurement {
        text-align: left;
        max-width: calc(100% - 40px);
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .price {
        text-align: right; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .image {
        padding-left: 0;
        min-width: 30px; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__prop-edit .discount {
        float: right;
        color: red;
        padding-right: 2px;
        font-weight: bold; }
    .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom {
      font-size: 0; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button button.button {
        margin: 0 0 5px 0;
        font-size: 12px;
        height: 40px; }
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button button.button:hover {
          border: 1px solid rgba(0, 0, 0, 0.1); }
        @media print, screen and (min-width: 30em) {
          .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button button.button {
            margin: 0 5px 5px 0;
            font-size: 14px; } }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button button.button {
            margin: 0 10px 5px 0; } }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__single-price__discounted {
        margin-left: 3px;
        float: none;
        color: red; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__single-price__original {
        font-size: 12px;
        color: #000;
        text-decoration: line-through; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity__val {
        display: none; }
      .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity__val-input {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        text-align: center;
        width: 40px;
        background-color: #fdfdfd;
        border: none;
        padding: 3px;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        transition: box-shadow .2s ease;
        height: 40px;
        margin: 0;
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece; }
        .cart-items__entry .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity__val-input:focus {
          transition: none;
          border-left: none;
          border-right: none; }
  .cart-items__entry.editing {
    padding: 0 20px 5px 10px; }
    @media print, screen and (min-width: 48em) {
      .cart-items__entry.editing {
        padding: 0 40px 100px 10px; }
        .cart-items__entry.editing .cart-items__entry__desc__bottom {
          bottom: 50px; } }
    .cart-items__entry.editing.configurator {
      padding: 18px 40px 70px 10px; }
      .cart-items__entry.editing.configurator .cart-items__entry__desc {
        padding: 18px 0 0 10px; }
    .cart-items__entry.editing .cart-items__entry__left {
      padding: 0 0 70px 0; }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry.editing .cart-items__entry__left {
          padding: 0; } }
    .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity.desktop {
      display: none; }
    .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity.desc {
      background: none;
      padding: 0 0 5px 0;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
    .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity.mobile {
      padding: 0;
      float: right;
      position: absolute;
      display: flex; }
    .cart-items__entry.editing .cart-items__entry__desc {
      padding: 18px 0 70px 10px; }
      @media print, screen and (min-width: 48em) {
        .cart-items__entry.editing .cart-items__entry__desc {
          padding: 18px 0 5px 10px; } }
      .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button {
        text-align: right;
        right: 0;
        position: absolute;
        margin: 0 20px 0 0;
        bottom: 10px;
        display: block; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button {
            margin: 0;
            bottom: -50px;
            right: 40px; } }
        .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__button button.button.call-to-action {
          margin: 0 0 5px 0; }
      .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity {
        margin-right: 10px;
        width: 100%; }
        @media print, screen and (min-width: 48em) {
          .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity {
            width: 20%; } }
        .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity.mobile {
          width: 200px;
          float: left;
          display: inline-flex;
          right: 170px;
          position: absolute;
          top: 0;
          margin-bottom: 0;
          padding: 0;
          margin-right: 0; }
        .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-up {
          padding-top: 3px; }
        .cart-items__entry.editing .cart-items__entry__desc .cart-items__entry__desc__bottom .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-down {
          padding-top: 1px; }
    .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity.mobile {
      float: left;
      background: #fff;
      display: inline-block;
      margin-bottom: 10px;
      max-width: 110px; }
    .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity.desktop {
      width: 100%; }
    .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-up, .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-down {
      color: #FFF;
      font-size: 18px;
      line-height: 18px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      border: 1px solid #cecece;
      cursor: pointer; }
      .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-up:hover, .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-down:hover {
        border: 1px solid #aaaaaa; }
      .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-up span, .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-down span {
        width: 100%;
        color: #0085d3;
        text-align: center; }
      .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-up.disabled, .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-down.disabled {
        cursor: auto;
        background: #f4f4f4; }
        .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-up.disabled:after, .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-down.disabled:after {
          border-top-color: #999999;
          cursor: default; }
        .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-up.disabled span, .cart-items__entry.editing .cart-items__entry__desc__bottom__quantity .cart-items__entry__desc__bottom__quantity__edit-down.disabled span {
          color: #9e9e9e; }
  .cart-items__entry.cart-items__coupon .cart-items__entry__desc {
    padding: 18px 20px 20px 10px; }
    @media print, screen and (min-width: 48em) {
      .cart-items__entry.cart-items__coupon .cart-items__entry__desc {
        padding: 18px 20px 50px 10px; } }
  .cart-items__entry.cart-items__coupon .cart-items__entry__left .cart-items__entry__left__image .coupon_icon {
    margin-bottom: 18px; }
  .cart-items__entry.cart-items__discount.editing .sbOptions .measurement {
    max-width: calc(100% - 80px);
    flex: 1 1 0; }
    @media print, screen and (min-width: 48em) {
      .cart-items__entry.cart-items__discount.editing .sbOptions .measurement {
        max-width: calc(100% - 60px); } }
  .cart-items__entry.cart-items__discount.editing .sbOptions .image {
    padding-left: 0;
    min-width: 30px;
    padding-right: 0;
    text-align: center;
    flex: 1 1 0; }
  .cart-items__entry.cart-items__discount.editing .sbOptions .discount {
    padding-left: 0;
    text-align: right;
    padding-right: 10px;
    min-width: 50px;
    max-width: 60px; }
    @media print, screen and (min-width: 48em) {
      .cart-items__entry.cart-items__discount.editing .sbOptions .discount {
        padding-right: 20px; } }

.cart-info__sum_inline {
  display: inline-block; }
  @media print, screen and (min-width: 40em) {
    .cart-info__sum_inline {
      width: 49.5%;
      flex-basis: 49.5%;
      max-width: 49.5%; } }
  @media print, screen and (min-width: 64em) {
    .cart-info__sum_inline {
      width: 49.8%;
      flex-basis: 49.8%;
      max-width: 49.8%; } }

.cart-info {
  display: table;
  width: 100%;
  direction: rtl;
  margin: 10px 0 10px 0; }
  @media print, screen and (min-width: 48em) {
    .cart-info {
      margin: 20px 0 8px 0;
      padding: 0; } }
  .cart-info div > * {
    direction: ltr; }
  .cart-info .cart-info__discount {
    width: 100%;
    background: #fff;
    padding-right: 0; }
    @media print, screen and (min-width: 48em) {
      .cart-info .cart-info__discount {
        width: 50%;
        display: table-cell;
        border-right: 4px solid #f4f4f4;
        vertical-align: top; } }
    .cart-info .cart-info__discount .cart-info__discount__header {
      box-shadow: none; }
      .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__vouchers, .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__ccp {
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px; }
        @media print, screen and (min-width: 48em) {
          .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__vouchers, .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__ccp {
            font-size: 16px; } }
        .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__vouchers.selected, .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__ccp.selected {
          color: #000; }
    .cart-info .cart-info__discount .cart-info__discount__content {
      box-shadow: none;
      padding: 20px; }
      .cart-info .cart-info__discount .cart-info__discount__content p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 18px; }
      .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__ccp-text {
        margin-bottom: 0; }
      .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input {
        display: block; }
        @media print, screen and (min-width: 30em) {
          .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input {
            display: flex;
            flex-wrap: wrap; } }
        .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input .input-error {
          color: #ff7800;
          display: none;
          font-size: 12px;
          margin-bottom: 15px; }
          @media print, screen and (min-width: 30em) {
            .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input .input-error {
              flex: 1 0 100%;
              order: 100;
              margin-bottom: 10px; } }
        .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input input {
          background: #fff;
          margin-right: 8px;
          border: 1px solid #ccc;
          border-radius: 4px;
          padding: 0 20px;
          font-size: 12px;
          height: 40px;
          flex: 5; }
        .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input button {
          flex: 1;
          border-radius: 4px;
          background-color: #e1f2fb;
          color: #fff;
          text-transform: uppercase;
          padding: 10px 45px;
          font-weight: bold;
          height: 40px;
          transition: all 0.3s;
          width: 100%;
          text-align: center;
          white-space: nowrap; }
          @media print, screen and (min-width: 30em) {
            .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input button {
              width: auto;
              display: inline-table; } }
          .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input button.active {
            background-color: #008cd8; }
            .cart-info .cart-info__discount .cart-info__discount__content .cart-info__discount__content__input button.active:hover {
              background-color: #006b9a; }
  .cart-info .cart-info__sum, .cart-info .cart-info__discount {
    background: #fff; }
  .cart-info .cart__no-items {
    margin: 5px 0 20px 0;
    padding-left: 15px !important; }
  .cart-info .cart-info__sum {
    width: 100%;
    background: #fff;
    margin-bottom: 10px; }
    @media print, screen and (min-width: 48em) {
      .cart-info .cart-info__sum {
        width: 50%;
        display: table-cell;
        border-left: 4px solid #f4f4f4; } }
    .cart-info .cart-info__sum .cart-info__sum__content {
      padding: 10px; }
      @media print, screen and (min-width: 48em) {
        .cart-info .cart-info__sum .cart-info__sum__content {
          padding: 20px 0 20px 0; } }
      .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__entry {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 10px 8px 10px; }
        @media print, screen and (min-width: 48em) {
          .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__entry {
            padding: 0 40px 8px 20px; } }
        .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__entry strong {
          float: right; }
        .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__entry span:first-of-type {
          max-width: 75%;
          display: inline-flex; }
        .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__entry span:last-of-type {
          float: right; }
        .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__entry span.free_shipping {
          font-weight: bold;
          text-transform: uppercase; }
        .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__entry.discount_style {
          color: red; }
      .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__total {
        padding: 0 10px 8px 10px;
        font-size: 17px; }
        @media print, screen and (min-width: 48em) {
          .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__total {
            padding: 0 40px 8px 20px; } }
        .cart-info .cart-info__sum .cart-info__sum__content .cart-info__sum__content__total strong {
          float: right; }
      .cart-info .cart-info__sum .cart-info__sum__content .remaining_credit {
        font-size: 12px;
        color: #666666;
        padding: 10px; }
        @media print, screen and (min-width: 48em) {
          .cart-info .cart-info__sum .cart-info__sum__content .remaining_credit {
            padding: 10px 40px 0 20px; } }
  .cart-info .cart-info__discount .cart-info__discount__header {
    display: table;
    width: 100%;
    background: #d5d5d5; }
    .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__vouchers, .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__ccp {
      display: table-cell;
      padding: 10px 15px;
      font-weight: bold;
      cursor: pointer; }
      .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__vouchers.selected, .cart-info .cart-info__discount .cart-info__discount__header .cart-info__discount__header__ccp.selected {
        background: white; }
  .cart-info .cart-info__main-buttons {
    clear: both; }
    .cart-info .cart-info__main-buttons .cart-info__main-buttons__wrap {
      padding: 10px 0;
      overflow: hidden; }
      .cart-info .cart-info__main-buttons .cart-info__main-buttons__wrap .button_buynow.disabled, .cart-info .cart-info__main-buttons .cart-info__main-buttons__wrap .button_buynow.disabled:hover {
        background-color: #d9d9d9;
        cursor: not-allowed;
        pointer-events: none; }
      .cart-info .cart-info__main-buttons .cart-info__main-buttons__wrap > .to-homepage-button {
        width: 100%;
        margin: 0 0 5px 0; }

.address-container {
  margin-bottom: 10px; }
  @media print, screen and (min-width: 48em) {
    .address-container {
      margin-bottom: 20px;
      display: table;
      width: 100%; } }
  .address-container .address-container__box {
    margin-bottom: 10px; }
    .address-container .address-container__box:last-of-type {
      margin-bottom: 0; }
    @media print, screen and (min-width: 48em) {
      .address-container .address-container__box {
        margin-bottom: 20px;
        display: table-cell;
        width: 50%; }
        .address-container .address-container__box:nth-child(odd) {
          border-right: 4px solid #f4f4f4; }
        .address-container .address-container__box:nth-child(even) {
          border-left: 4px solid #f4f4f4; } }
    .address-container .address-container__box .address-container__box__content {
      font-size: 12px;
      line-height: 18px;
      padding: 20px; }
      @media print, screen and (min-width: 48em) {
        .address-container .address-container__box .address-container__box__content {
          display: block; } }
      .address-container .address-container__box .address-container__box__content .address-container__box__content__info-text {
        padding-bottom: 10px;
        border-bottom: 1px solid #f4f4f4;
        margin-bottom: 15px; }
      .address-container .address-container__box .address-container__box__content label {
        display: inline-flex; }
        .address-container .address-container__box .address-container__box__content label input {
          margin: 0 8px 0 0; }
      .address-container .address-container__box .address-container__box__content .address-container__box__content__editing-options {
        text-align: right; }
      .address-container .address-container__box .address-container__box__content .address-container__box__content__inner-shadow {
        box-shadow: none;
        border: 1px solid #f4f4f4;
        padding: 20px;
        cursor: pointer; }
        .address-container .address-container__box .address-container__box__content .address-container__box__content__inner-shadow span {
          font-size: 12px;
          line-height: 18px; }
      .address-container .address-container__box .address-container__box__content .address-container__box__content__inner-shadow__link {
        font-size: 12px;
        cursor: pointer;
        margin: 8px 0 0; }
        @media print, screen and (min-width: 48em) {
          .address-container .address-container__box .address-container__box__content .address-container__box__content__inner-shadow__link {
            margin: 8px 0 16px 0; } }
      .address-container .address-container__box .address-container__box__content label {
        font-size: 12px;
        line-height: 18px; }
        .address-container .address-container__box .address-container__box__content label input {
          height: 18px;
          vertical-align: top; }

.other-payment-methods {
  margin-bottom: 10px; }
  @media print, screen and (min-width: 48em) {
    .other-payment-methods {
      margin-bottom: 20px; } }
  .other-payment-methods .other-payment-methods__method__header {
    padding: 16px 40px 16px 60px;
    height: 70px;
    width: 100%;
    transition: background-color 0.3s ease;
    position: relative; }
    .other-payment-methods .other-payment-methods__method__header:before {
      content: '';
      height: 6px;
      width: 6px;
      border-radius: 3px;
      position: absolute;
      background-color: white;
      top: 50%;
      margin-top: -3px;
      left: 30px;
      box-shadow: 0 0 0 3px white, 0 0 0 4px #d5d5d5; }
    .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__desc {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px;
      width: 85%;
      font-size: 12px;
      line-height: 18px; }
    .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo {
      width: 22%;
      text-align: left;
      display: table-cell;
      vertical-align: middle;
      font-size: 0; }
      @media print, screen and (min-width: 48em) {
        .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo .order-status__payment-info__header__logo__bank-transfer, .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo .other-payment-methods__method__header__logo__bank-transfer {
          width: 50%; } }
      .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo .other-payment-methods__method__header__logo__bank-transfer {
        width: 80%;
        display: block;
        margin: 0 auto; }
        .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo .other-payment-methods__method__header__logo__bank-transfer .bank-transfer-logo-canvas {
          display: block;
          width: 100%;
          height: auto; }
      .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.two img {
        width: 50%; }
      .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img {
        width: 33%; }
        @media only screen and (max-width: 639px) {
          .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.svg {
            width: auto; } }
        @media only screen and (min-width: 780px) {
          .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.svg:first-of-type {
            width: auto; } }
        .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.visa {
          height: 20px;
          margin-right: 5px; }
          @media print, screen and (min-width: 40em) {
            .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.visa {
              width: 32%;
              height: 30px; } }
          @media print, screen and (min-width: 64em) {
            .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.visa {
              margin-right: 0; } }
        @media print, screen and (min-width: 40em) {
          .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.visa-electron {
            width: 31%; } }
        .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.mastercard {
          height: 35px; }
          @media print, screen and (min-width: 40em) {
            .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.three img.mastercard {
              width: 32%; } }
      .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo.four > img {
        width: 25%; }
      @media only screen and (max-width: 639px) {
        .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo {
          width: 100%; } }
      @media only screen and (min-width: 976px) {
        .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo {
          min-width: 210px; } }
      .other-payment-methods .other-payment-methods__method__header .other-payment-methods__method__header__logo img {
        vertical-align: middle;
        height: 30px;
        width: auto; }

h1 {
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.block-header {
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2D2D2D;
  border-bottom: 0.5px solid #d5d5d5;
  padding: 15px 20px;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .block-header {
      font-size: 16px; } }

.address-container__box img {
  height: 20px;
  right: 20px;
  top: 14px;
  position: absolute; }

.address-container__box:last-of-type .block-header img {
  height: 25px;
  top: 12px; }

.block-header-no-bg {
  margin-bottom: 0;
  padding: 10px 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    .block-header-no-bg {
      padding: 10px 0; } }
  @media print, screen and (min-width: 64em) {
    .block-header-no-bg {
      font-size: 24px;
      line-height: 26px; } }

.order-comment {
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative; }
  .order-comment .order-comment__header {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    position: relative; }
    @media print, screen and (min-width: 48em) {
      .order-comment .order-comment__header {
        font-size: 16px; } }
  .order-comment .order-comment__content {
    transition: height .3s ease;
    overflow: hidden; }
    .order-comment .order-comment__content form {
      padding: 20px; }
      .order-comment .order-comment__content form > p {
        font-size: 12px; }
      .order-comment .order-comment__content form textarea {
        font-size: 12px;
        width: 100%;
        border: 1px solid #ccc;
        min-height: 70px;
        margin-bottom: 8px;
        padding: 10px;
        background-color: #F8FBFD; }
    .order-comment .order-comment__content.readonly {
      padding: 10px; }
    .order-comment .order-comment__content .order-comment__content__buttons {
      text-align: right;
      font-size: 0; }
      .order-comment .order-comment__content .order-comment__content__buttons > button {
        height: 0;
        font-size: 0;
        padding: 0;
        opacity: 0;
        transition: height 0s linear .5s, font-size 0s linear .5s, padding 0s linear .5s, opacity .5s ease;
        -webkit-transition: height 0s linear .5s, font-size 0s linear .5s, padding 0s linear .5s, opacity .5s ease; }
        .order-comment .order-comment__content .order-comment__content__buttons > button.show {
          height: 28px;
          font-size: 14px;
          padding: 5px 10px 7px 10px;
          opacity: 1;
          transition: height 0s linear 0s, font-size 0s linear 0s, padding 0s linear 0s, opacity .5s ease;
          -webkit-transition: height 0s linear 0s, font-size 0s linear 0s, padding 0s linear 0s, opacity .5s ease; }
  .order-comment .order-comment__header__saved {
    display: none; }
  .order-comment .order-comment__spinner {
    position: absolute; }

.commercial-order-control {
  overflow: hidden; }

.customer-info-expander {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  font-size: 14px;
  color: #1d6a96;
  text-transform: lowercase;
  cursor: pointer; }
  .customer-info-expander img {
    margin-top: 5px; }
  .customer-info-expander .bottom {
    height: 2px;
    width: 350px;
    opacity: 0.5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #c4c4c4, rgba(0, 0, 0, 0));
    margin-top: 5px; }

.StripeElement, .StripeListElement {
  background: #F7F7F7;
  box-shadow: 0 0 0 1000px rgba(222, 222, 222, 0.1) inset;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #32315E;
  outline: none;
  margin-bottom: 15px; }

.StripeElement {
  flex: 1;
  height: 35px;
  padding: 2px 15px;
  cursor: text; }

.StripeElement.StripeElement--invalid {
  margin-bottom: 5px; }

.other-payment-methods__method input.invalid {
  margin-bottom: 5px; }

.stripe-declined-title {
  font-weight: 700;
  text-align: left; }

.stripe-declined-detail {
  line-height: 1.7em;
  padding: 0 20px;
  list-style: disc;
  text-align: left; }
  .stripe-declined-detail li {
    padding: 5px 0; }

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