@media only screen and (min-width: 64.0625em) {
  .c-cim {
    display: none;
  }
}
.c-cim .c-price-list {
  margin: auto 10px 5px 0;
}
.c-cim__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: ;
          justify-content: ;
  -webkit-box-align: center;
          align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #e0e0e0;
}
.c-cim__close {
  -webkit-box-flex: 0;
          flex: 0 0 20px;
  text-align: right;
}
.c-cim__content {
  align-self: stretch;
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 0;
}
.c-cim__imager {
  -webkit-box-flex: 0;
          flex: 0 0 70px;
  margin-right: 15px;
  margin-left: 7px;
}
.c-cim__image {
  height: 93px;
  width: 70px;
}
.c-cim__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
.c-cim__info > div:first-child {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
.c-cim__name {
  margin-top: 12px;
}
.c-cim__popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.c-cim__popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-cim__popup > div:last-child {
  margin-top: auto;
}
.c-cim__select .c-select__current {
  height: 45px;
}
.c-cim__select .c-select__inner {
  max-height: 107px;
  overflow-y: scroll;
  padding-bottom: 10px;
}
.c-cim__select .c-select__item {
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
}
.c-cart-discount {
  background: #fff;
  padding-left: 35px;
  padding-right: 35px;
}
.c-cart-discount__message {
  padding-top: 10px;
}
.c-cart-discount__heading {
  display: -webkit-box;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
          align-items: center;
}
.c-cart-discount__ico {
  font-weight: bold;
  margin-right: 10px;
}
.c-cart-discount__inner {
  display: -webkit-box;
  display: flex;
}
.c-cart-discount__input {
  height: 40px !important;
  padding: 0 10px !important;
}
.c-cart-discount__arrow {
  display: none;
}
.c-cart-discount__btn {
  min-width: 120px;
  width: 100%;
  text-transform: uppercase;
  height: 40px;
  border: 1px solid #000 !important;
}
.c-cart-discount__btn .svg {
  display: none;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-cart-discount {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-discount {
    padding-left: 0;
    padding-right: 0;
    height: 122px;
    position: relative;
  }
  .c-cart-discount input {
    padding: 0 25px;
  }
  .c-cart-discount__message {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
    white-space: nowrap;
  }
  .c-cart-discount__arrow {
    display: block;
    margin-left: auto;
    margin-right: 15px;
  }
  .c-cart-discount__inner {
    width: 302px;
    display: -webkit-box;
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .c-cart-discount__input {
    padding: 0 30px !important;
  }
  .c-cart-discount__btn {
    margin-top: 0;
    width: 119px;
    position: relative;
  }
  .c-cart-discount__btn .svg {
    display: block;
    height: 38px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-cart-discount__btn rect {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
  }
  .c-cart-discount__btn:hover rect {
    stroke-width: 2;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .c-cart-discount__ico {
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .c-cart-discount__heading {
    cursor: pointer;
    width: 302px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
  }
  .c-cart-discount__heading + div {
    display: none;
  }
  .c-cart-discount__heading.is-active .c-cart-discount__arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.c-cart-footer {
  text-align: center;
  margin-bottom: 35px;
}
.c-cart-footer__login {
  font-size: 12px !important;
  font-weight: bold;
  padding-left: 20px;
}
.c-cart-footer__login .i-ico {
  margin-right: 20px;
}
.c-cart-footer__mobile-login {
  margin-top: 15px;
}
.c-cart-footer__mobile-login a {
  font-weight: bold;
  color: inherit;
  line-height: 2.25;
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .c-cart-footer__mobile-login {
    text-align: left;
  }
}
.c-cart-header__divider {
  background: #e0e0e0;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  padding: 20px 0;
  text-align: center;
  margin: 0 -15px;
}
.c-cart-header__icos {
  position: relative;
}
.c-cart-header__ico,
.c-cart-header__arrow-right,
.c-cart-header__correct {
  fill: #000;
}
.c-cart-header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 25px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #000d42;
}
.c-cart-header__delivery {
  height: 40px !important;
  width: 40px !important;
  position: relative;
  top: -7px;
}
.c-cart-header__item {
  position: relative;
  text-decoration: none;
  color: #6b6b6b;
}
.c-cart-header__item--current .c-cart-header__label {
  color: #000d42;
}
.c-cart-header__item--current:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 6px;
  margin-top: 10px;
  content: '';
  background-color: #000d42;
}
.c-cart-header__item--prev .c-cart-header__label {
  color: #000d42;
}
.c-cart-header__label {
  display: none;
}
.c-cart-header__item--current .c-cart-header__label {
  font-weight: 700;
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-header {
    max-width: 770px;
    margin: 30px auto 40px;
  }
  .c-cart-header__item {
    height: 70px;
    position: relative;
    text-align: center;
  }
  .c-cart-header__icos {
    text-align: center;
    height: 40px;
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .c-cart-header__ico--shopping-bag {
    width: 32px;
    height: 40px;
  }
  .c-cart-header__ico--delivery {
    width: 70px;
    height: 33px;
  }
  .c-cart-header__ico--avatar {
    width: 35px;
    height: 42px;
  }
  .c-cart-header__ico--correct {
    width: 40px;
    height: 40px;
  }
  .c-cart-header__divider {
    display: none;
  }
  .c-cart-header__label {
    display: inline;
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
  }
}
.c-cart-next-page {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  z-index: 150;
  background: #fff;
  padding: 15px;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-cart-next-page__btn {
    max-width: 345px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-next-page {
    padding: 0;
    position: static;
    border: none;
    width: 262px;
    margin-left: auto;
  }
}
.c-cart-note p {
  margin: 0;
}
.c-cart-note__btn {
  width: 242px;
  text-transform: uppercase;
  box-shadow: 0 5px 16px -8px #000;
  margin-top: 20px;
}
.c-cart-note__footer {
  text-align: center;
}
.c-cart-note__heading {
  font-weight: bold;
  font-style: italic;
  display: block;
  margin-bottom: 5px;
}
.c-cart-note__img {
  text-align: center;
  margin-bottom: 10px;
}
.c-cart-note__content {
  line-height: 1.75;
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-note {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .c-cart-note__footer {
    padding-left: 83px;
  }
  .c-cart-note__img {
    padding-right: 86px;
  }
}
.c-cart-total-summary {
  background-color: #f1f1f1;
  margin: 10px 0;
  padding: 22px 25px 30px;
  text-align: right;
}
.c-cart-total-summary__cell:first-child {
  width: 50%;
}
.c-cart-total-summary__price {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  color: #000d42;
}
.c-cart-total-summary__item {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-cart-total-summary__item + .c-cart-total-summary__item {
  margin-top: 10px;
}
@media only screen and (min-width: 30.0625em) and (max-width: 64em) {
  .c-cart-total-summary {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-cart-total-summary {
    background: none;
    max-width: 325px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 64.0625em) {
  .c-cart-total-summary {
    padding: 15px 35px 25px;
  }
  .c-cart-total-summary__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .c-cart-total-summary__item:first-child {
    margin-bottom: 25px;
  }
  .c-cart-total-summary__cell {
    padding: 0 !important;
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .c-cart-total-summary__cell:fist-child {
    width: 100%;
  }
  .c-cart-total-summary__cell:last-child {
    margin-bottom: 0;
    font-weight: normal;
  }
}
.c-summary-item {
  background: #f1f1f1;
  margin: 10px 0;
  padding: 15px 35px 25px;
}
.c-summary-item__contact span {
  line-height: 1.5;
}
.c-summary-item__heading {
  margin-bottom: 25px;
  text-align: center;
}
.c-summary-item__ico {
  display: none;
}
.c-summary-item__img {
  flex-basis: 70px;
  margin-right: 25px;
}
.c-summary-item__inner.c-media {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 64.0625em) {
  .c-summary-item {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 15px 0;
    padding: 23px 11px 23px 47px;
  }
  .c-summary-item__contact {
    color: #6b6b6b;
    -webkit-box-flex: 0;
            flex: 0 0 200px;
    text-align: left;
    margin-bottom: 0;
    font-size: 12px; /* add PX (or original value) as backup */
    font-size: 0.75rem;
  }
  .c-summary-item__contact > strong {
    font-size: 14px; /* add PX (or original value) as backup */
    font-size: 0.875rem;
    color: #000;
  }
  .c-summary-item__contacts {
    display: -webkit-box;
    display: flex;
    padding-top: 10px;
  }
  .c-summary-item__heading {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 60%;
    margin: 0;
  }
  .c-summary-item__ico {
    display: initial;
    -webkit-box-flex: 0;
            flex: 0 0 50px;
    margin-right: 30px;
    text-align: center;
    align-self: flex-start;
  }
  .c-summary-item__img {
    margin-right: 30px;
  }
  .c-summary-item__inner {
    margin-left: auto;
    -webkit-box-flex: 1;
            flex: 1 0 40%;
  }
  .c-summary-item__description {
    margin-right: auto;
  }
}
.l-shippay--shippings .c-shippay-item__core:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}
.l-shippay--shippings .c-shippay-item.is-active .c-shippay-item__core:before {
  opacity: 0;
  z-index: -1;
}
.l-shippay--payments .c-shippay-item:not(.is-active):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}
.l-shippay--payments .c-shippay-item.is-active .c-shippay-item__core-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}
.l-shippay--payments .c-shippay-item.is-active .c-shippay-item__core-row.is-active:before {
  opacity: 0;
  z-index: -1;
}
.c-shippay-item--with-dropdown {
  z-index: 200;
}
.c-shippay-item--with-dropdown.is-active {
  z-index: 500;
}
@media only screen and (max-width: 64em) {
  .c-shippay-item--with-dropdown.is-active .c-shippay-item__content {
    overflow: visible;
  }
}
.c-shippay-item--with-dropdown .c-shippay-item__inner {
  -webkit-box-align: start;
          align-items: flex-start;
}
.c-shippay-item--with-dropdown .c-shippay-item__inputer {
  padding-top: 7px;
}
.c-shippay-item--with-dropdown .c-shippay-item__imager {
  padding-top: 7px;
  align-self: flex-start;
}
.c-shippay-item {
  position: relative;
}
.c-shippay-item label {
  cursor: pointer;
}
.c-shippay-item__inner {
  position: relative;
  padding: 20px 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  cursor: pointer;
}
.c-shippay-item__inputer {
  margin-right: 15px;
}
@media only screen and (min-width: 64.0625em) {
  .c-shippay-item__inputer {
    margin-right: 35px;
  }
}
.c-shippay-item__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.c-shippay-item__content {
  -webkit-box-flex: 1;
          flex: 1 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .c-shippay-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
  }
}
.c-shippay-item__price {
  margin-left: auto;
}
.c-shippay-item__core {
  -webkit-box-flex: 1;
          flex: 1 0;
  position: relative;
  width: 100%;
}
.c-shippay-item__core-row {
  position: relative;
  margin: 7px 0;
}
.c-shippay-item__label {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
.c-shippay-item__imager {
  margin-right: auto;
}
@media only screen and (max-width: 64em) {
  .c-shippay-item__imager {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c-shippay-item__imager {
    margin-right: 25px;
    -webkit-box-flex: 0;
            flex: 0 0 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.c-shippay-item__imager img {
  width: 70px;
}
.c-shippay-item .c-radio {
  margin-right: 15px;
}
.c-zasilkovna {
  width: 100%;
  max-width: 330px;
  position: relative;
  z-index: 140;
}
.c-zasilkovna__inner {
  border: 1px solid #e0e0e0;
  position: relative;
}
.c-zasilkovna__found {
  padding: 20px 20px 30px;
  overflow: scroll;
  max-height: 200px;
}
.c-zasilkovna__content {
  display: none;
  padding: 0 20px 30px;
  overflow: hidden;
}
.c-zasilkovna.is-active .c-zasilkovna__content {
  display: block;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.c-zasilkovna__title {
  cursor: pointer;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.c-zasilkovna__title span {
  padding-right: 15px;
}
.c-zasilkovna__item {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  cursor: pointer;
}
.c-zasilkovna__item.is-hidden {
  display: none;
}
.c-zasilkovna__item + .c-zasilkovna__item {
  margin-top: 20px;
}
.c-zasilkovna__search {
  border: 1px solid #e0e0e0;
  height: 50px;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: ;
          justify-content: ;
  -webkit-box-align: center;
          align-items: center;
}
.c-zasilkovna__search input {
  height: 45px !important;
  padding-left: 20px !important;
  border: 0 !important;
}
.c-zasilkovna__search span {
  padding-left: 25px;
}
.c-zasilkovna__search-ico {
  fill: #6b6b6b;
  height: 30px;
  border-right: 1px solid #e0e0e0;
  padding: 6px 13px 6px 0;
}
.c-zasilkovna__found {
  padding-top: 8px;
  padding-bottom: 25px;
}
.l-cart-aside-layout__heading {
  padding: 20px 25px;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
}
.l-cart-aside-layout__summary .c-cart-total-summary {
  margin: 0;
  padding: 50px 35px 25px 25px;
  max-width: none;
}
.l-cart-aside-layout__inner {
  padding: 0 25px;
}
@media only screen and (max-width: 64em) {
  .l-cart-footer__next {
    padding: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-cart-aside-layout {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .l-cart-aside-layout__padder {
    padding: 0 25px;
  }
  .l-cart-aside-layout__orders {
    position: relative;
  }
  .l-cart-aside-layout__orders:after {
    content: '';
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    display: block;
    width: 0;
  }
  .l-cart-aside-layout__orders.is-active:after {
    width: 100%;
  }
  .l-cart-aside-layout__summary {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .l-cart-aside-layout__next {
    -webkit-box-ordinal-group: 5;
            order: 4;
    padding: 35px 0;
    border-top: 1px solid #e0e0e0;
  }
  .l-cart-aside-layout__next .l-cart-footer__next {
    margin-left: auto;
    max-width: 262px;
  }
}
.l-cart-contacts__item {
  margin: 0;
  padding: 0 15px 10px;
}
.l-cart-contacts__item + .l-cart-contacts__item {
  border-top: 1px solid #e0e0e0;
}
.l-cart-contacts__item:first-child {
  padding-bottom: 15px;
  padding-top: 10px;
}
.l-cart-contacts__item--diff-ship {
  min-height: 75px;
  padding-top: 7px !important;
}
@media only screen and (max-width: 64em) {
  .l-cart-contacts__group--checkbox {
    margin: 30px 0;
  }
}
.l-cart-contacts__group--shop-term {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 64em) {
  .l-cart-contacts__group--shop-term {
    margin: 30px 15px;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
.l-cart-contacts__tooltip {
  padding: 20px 20px 20px 10px;
}
@media only screen and (max-width: 36em) {
  .l-cart-contacts__input {
    width: 25px;
    height: 25px;
    margin-left: 17px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-cart-contacts__contacts {
    border: 1px solid #e0e0e0;
  }
  .l-cart-contacts__group--textarea {
    margin: 30px 0 35px;
  }
  .l-cart-contacts__items {
    padding: 10px 0 15px;
  }
  .l-cart-contacts__item {
    padding: 0 30px 10px;
  }
  .l-cart-contacts__item:first-child {
    padding-bottom: 5px;
  }
  .l-cart-contacts__item--minor > * {
    max-width: 360px;
  }
  .l-cart-contacts__tooltip {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    top: 0;
    padding-left: 20px;
  }
}
.l-cart-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.l-cart-item > * {
  -webkit-box-flex: 1;
          flex: 1 0;
}
.l-cart-item__curr,
.l-cart-item__prev,
.l-cart-item__discount,
.l-cart-item__counter {
  display: none;
}
.l-cart-item__name {
  align-self: stretch;
}
.l-cart-item__delete {
  flex-basis: 28px;
  max-width: 28px;
  text-align: center;
}
.l-cart-item__image {
  flex-basis: 70px;
  max-width: 70px;
}
@media only screen and (min-width: 64.0625em) and (max-width: 75em) {
  .l-cart-item__name {
    flex-basis: 365px !important;
    max-width: 365px !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .l-cart-item__curr,
  .l-cart-item__prev,
  .l-cart-item__discount,
  .l-cart-item__counter {
    display: block;
  }
  .l-cart-item__delete {
    flex-basis: 52px;
    max-width: 52px;
  }
  .l-cart-item__name {
    flex-basis: 465px;
    max-width: 465px;
    align-self: auto;
  }
  .l-cart-item__counter {
    flex-basis: 140px;
    max-width: 140px;
  }
  .l-cart-item__prev {
    flex-basis: 180px;
    max-width: 180px;
    text-align: center;
  }
  .l-cart-item__discount {
    flex-basis: 110px;
    max-width: 110px;
    text-align: center;
  }
  .l-cart-item__curr {
    flex-basis: 70px;
    max-width: 70px;
    margin-left: auto;
    text-align: right;
  }
}
.l-cart-item {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.l-cart-item--header {
  padding: 25px 0 18px;
  display: none;
}
.l-cart-item a {
  color: #000;
  text-decoration: none;
}
.l-cart-item__select {
  margin: 1px 0;
}
.l-cart-item__select .c-select__inner {
  width: 100px;
  margin-top: 5px;
  border: 2px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-cart-item__select .c-select__current {
  border: 0;
  width: auto;
  display: -webkit-inline-box;
  display: inline-flex;
  text-decoration: underline;
  color: #6b6b6b;
  padding: 0 0 0 3px;
}
.l-cart-item__select .c-select__item {
  padding: 10px 20px;
}
@media only screen and (max-width: 64em) {
  .l-cart-item__select .c-select__item .x-availability {
    display: none;
  }
}
.l-cart-item__name {
  padding: 0 10px;
  position: relative;
}
.l-cart-item__name > * + * {
  margin: 5px 0;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  display: block;
}
.l-cart-item__name .x-name {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  overflow: hidden;
  font-weight: 700;
  font-weight: bold;
}
.l-cart-item__prices {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
}
.l-cart-item .c-cart-item__close {
  opacity: 1 !important;
}
@media only screen and (min-width: 64.0625em) {
  .l-cart-item {
    padding: 30px 0;
  }
  .l-cart-item--header {
    display: -webkit-box;
    display: flex;
    padding: 22px 0;
  }
  .l-cart-item:last-of-type {
    border-bottom: none;
  }
  .l-cart-item__item {
    padding-left: 30px;
  }
  .l-cart-item__select .c-select__inner {
    width: 200px;
  }
  .l-cart-item__select .c-select__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .l-cart-item__select .c-select__item > *:first-child {
    flex-basis: 75px;
  }
  .l-cart-item__select .x-availability {
    font-size: 10px; /* add PX (or original value) as backup */
    font-size: 0.625rem;
  }
  .l-cart-item__name {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    padding-left: 30px;
    padding-right: 80px;
  }
  .l-cart-item__name .x-name {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .l-cart-item__name .c-card__prices {
    display: none;
  }
  .l-cart-item .c-card__price {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
}
.l-cart-summary {
  margin: 20px 0;
}
@media only screen and (min-width: 64.0625em) {
  .l-cart-summary {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #e0e0e0;
  }
}
.l-shippay {
  position: relative;
}
.l-shippay + .l-shippay {
  border-top: 1px solid #e0e0e0;
}
.l-shippay.is-uxed {
  padding-bottom: 0;
}
.l-shippay.is-uxed .l-shippay__heading-closer {
  display: block;
}
.l-shippay.is-uxed .l-shippay__heading-closer svg.is-rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-shippay.is-uxed .c-shippay-item:not(.is-selected) {
  display: none;
}
.l-shippay.is-active:before {
  display: none;
}
.l-shippay__radio {
  margin-right: 20px;
}
.l-shippay__imager {
  margin-right: 25px;
  width: 70px;
  text-align: center;
}
.l-shippay__imager img {
  max-width: 70px;
}
.l-shippay__content .x-main {
  margin: 0 0 4px;
}
.l-shippay--payments.is-hidden {
  padding-bottom: 0;
}
.l-shippay--payments.is-hidden .l-shippay__inner {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-shippay {
    padding-bottom: 20px;
  }
  .l-shippay__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.l-shippay__heading {
  font-weight: bold;
  margin: 25px 0;
  padding: 0 25px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  cursor: pointer;
}
.l-shippay__heading > svg {
  margin-right: 20px;
}
.l-shippay .l-shippay__heading-closer {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  text-decoration: none;
  margin-left: auto;
  display: none;
}
.l-shippay .l-shippay__heading-closer span {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .l-shippay__heading {
    height: 70px;
    margin: 0;
    background: #f1f1f1;
    cursor: default;
  }
  .l-shippay__heading > svg {
    margin-right: 8px;
  }
  .l-shippay__heading-closer span {
    display: inline !important;
  }
  .l-shippay__heading-closer svg {
    margin-right: 8px;
    width: 9px;
    height: 9px;
  }
}
.l-shippay__item {
  padding: 20px 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  min-height: 60px;
  position: relative;
}
.l-shippay__item.is-active {
  background: #e0e0e0;
}
@media only screen and (min-width: 64.0625em) {
  .l-shippay__item.is-active {
    background: none;
  }
}
.l-shippay__item > .l-shippay__content.is-active {
  background: none;
}
.p-brands__carousel .c-badge {
  margin: 0 15px;
}
.p-brands__carousel .slick-arrow {
  top: 0 !important;
}
.p-brands__carousel .slick-arrow .arrow-left {
  left: 0;
}
.p-brands__carousel .slick-arrow .arrow-right {
  right: 0;
}
.p-brands__capital {
  margin: 0;
  font-size: 24px; /* add PX (or original value) as backup */
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  height: 60px;
}
@media only screen and (min-width: 64.0625em) {
  .p-brands__capital {
    -webkit-box-flex: 0;
            flex: 0 0 140px;
    padding-top: 55px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 64em) {
  .p-brands__row.is-active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p-brands__row.is-active .p-brands__inner {
    display: -webkit-box;
    display: flex;
  }
  .p-brands__row + .p-brands__row .p-brands__capital {
    border-top: 1px solid #e0e0e0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .p-brands__row {
    display: -webkit-box;
    display: flex;
    position: relative;
  }
  .p-brands__row:before {
    content: '';
    width: 270px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e0e0e0;
    height: 1px;
  }
  .p-brands__row svg {
    display: none;
  }
}
.p-brands__imager {
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.p-brands__img {
  max-height: 100px;
}
@media only screen and (min-width: 64.0625em) {
  .p-brands__img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  }
}
.p-brands__title {
  font-weight: normal;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  color: #2b2b2b;
  text-align: center;
}
.p-brands__item {
  margin: 20px;
  -webkit-box-flex: 0;
          flex: 0 0 120px;
}
@media only screen and (min-width: 64.0625em) {
  .p-brands__item {
    flex-basis: 220px;
  }
  .p-brands__item:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}
.p-brands__item a {
  text-decoration: none;
}
.p-brands__inner {
  display: none;
  flex-wrap: wrap;
}
@media only screen and (max-width: 64em) {
  .p-brands__inner {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .p-brands__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0;
  }
}
.p-brands__mobile-promo-btn {
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width: 64.0625em) {
  .p-brands__mobile-promo-btn {
    display: none;
  }
}
.p-cart__subheading {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  height: 60px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.p-cart [data-cart-slider="toggle"].is-active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-cart [data-cart-slider="toggle"] + * {
  display: none;
}
.p-cart__aside {
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
  top: 0;
}
.p-cart__aside--fixed {
  position: fixed;
  width: 370px;
  top: 80px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 64em) {
  .p-cart .c-go-to-top {
    display: none !important;
  }
}
.p-club {
  fill: #000;
  margin-top: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .p-club__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
  }
}
.p-club__btn-wrapper {
  text-align: center;
}
.p-club__item {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media only screen and (min-width: 64.0625em) {
  .p-club__item {
    -webkit-box-flex: 1;
            flex: 1 0 33%;
    max-width: 33%;
  }
}
.p-club__image {
  margin-bottom: 15px;
}
.p-club__image > div {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.p-club__content {
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 64.0625em) {
  .p-club__content {
    max-width: 200px;
    margin: 0 auto;
  }
}
.p-contacts__select .c-select__current {
  padding-left: 30px;
  padding-right: 20px;
  height: 50px;
  border-color: #e0e0e0;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}
.p-contacts__select .c-select__item {
  padding: 10px 30px;
}
.p-contacts__select .c-select__inner {
  padding: 10px 0;
}
.p-contacts__login {
  display: none;
  padding: 1px 0 20px;
}
.p-contacts__login .x-or {
  text-align: center;
}
.p-contacts .x-lh {
  line-height: 1.56;
}
.p-contacts .x-lh a {
  text-decoration: none;
}
.p-contacts .x-different-shipping {
  display: none;
}
.p-contacts .x-different-shipping > .c-form__group:first-child {
  margin-top: 0;
}
.p-contacts .x-different-shipping > .c-form__group:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.p-contacts .x-company-data {
  display: none;
}
.p-contacts__ico-search {
  position: relative;
}
.p-contacts__ico-search .c-form__group {
  margin-right: 140px;
}
.p-contacts__ico-search .c-btn--aqua {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.p-contacts .x-ico-text {
  font-size: 10px; /* add PX (or original value) as backup */
  font-size: 0.625rem;
}
@media only screen and (min-width: 64.0625em) {
  .p-contacts .x-ico-text {
    margin: -10px 0 30px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .p-contacts__contacts {
    border: 1px solid #e0e0e0;
    padding: 0 33px 0 13px;
  }
}
.p-cart-index__table {
  margin-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
}
.p-cart-index__empty {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
  border-top: 1px solid #e0e0e0;
}
.p-cart-index__empty a {
  margin-top: 45px;
}
.p-cart-index__empty p {
  line-height: 2.08;
}
.p-cart-index__empty h1 {
  font-size: 24px; /* add PX (or original value) as backup */
  font-size: 1.5rem;
}
@media only screen and (max-width: 64em) {
  .p-cart-index .x-appendix-margin {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .p-cart-index__table {
    border: 1px solid #e0e0e0;
    padding: 7px 35px 15px;
  }
  .p-cart-index__total-price {
    width: 165px;
  }
  .p-cart-index__empty {
    padding-top: 50px;
  }
}
.p-shippays .is-disabled:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  opacity: 0.7;
  cursor: not-allowed;
  content: '';
}
.shippingPayment .c-loader {
  position: fixed;
}
.shippingPayment .c-loader.is-active .c-loader__bg {
  opacity: 1;
  background: transparent;
}
.shippingPayment .c-loader.is-active .box {
  opacity: 1;
}
@media only screen and (min-width: 64.0625em) {
  .p-shippays__shippays {
    border: 1px solid #e0e0e0;
  }
}
.p-cart-summary__btn {
  width: 100%;
  max-width: 320px;
}
.p-cart-summary__btn svg {
  margin-right: 25px;
  fill: #fff;
}
.p-cart-summary__cart-note {
  background: #0c6;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 27px;
}
.p-cart-summary__dual .c-summary-item__heading {
  margin-bottom: 0;
}
.p-cart-summary__dual .c-summary-item__contact:first-child {
  margin-bottom: 25px;
}
.p-cart-summary__footer {
  margin: 40px auto !important;
  text-align: center;
}
.p-cart-summary__header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
  border-top: 1px solid #e0e0e0;
}
.p-cart-summary__header .x-ico {
  margin-right: 15px;
}
.p-cart-summary__header .c-media {
  -webkit-box-pack: center;
          justify-content: center;
  color: #000;
  text-decoration: none;
}
.p-cart-summary__heading {
  margin: 50px auto 40px;
  max-width: 560px;
  text-align: center;
}
.p-cart-summary__title {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 40px;
}
@media only screen and (min-width: 64.0625em) {
  .p-cart-summary__cart-note {
    margin-bottom: 50px;
    padding: 20px 0;
  }
  .p-cart-summary__dual {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: -15px;
  }
  .p-cart-summary__dual > div:first-child {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
  }
  .p-cart-summary__dual > div:last-child {
    -webkit-box-flex: 0;
            flex: 0 0 325px;
    margin-left: auto;
    margin-right: 11px;
  }
  .p-cart-summary__header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .p-cart-summary__header > * {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .p-cart-summary__header .c-media {
    padding-right: 35px;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
  .p-cart-summary__heading {
    margin-bottom: 50px;
  }
  .p-cart-summary__title {
    margin-top: 50px;
  }
  .p-cart-summary__title + p {
    margin-top: 10px;
  }
  .p-cart-summary__window {
    border: 1px solid #e0e0e0;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 0 34px 27px;
  }
  .p-cart-summary .x-border {
    border-top: 1px solid #e0e0e0;
  }
}
@media only screen and (max-width: 75.0625em) {
  .c-summary-item__heading {
    -webkit-box-flex: 1;
            flex: 1 0 30%;
  }
  .c-summary-item__inner {
    -webkit-box-flex: 1;
            flex: 1 0 70%;
  }
  .c-media__img img {
    max-width: unset;
  }
}
@media only screen and (max-width: 64.0625em) {
  .c-summary-item__heading {
    text-align: left;
  }
  .c-summary-item__inner.c-media {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .c-summary-item__description {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .c-summary-item__description > div:first-child {
    margin-right: 15px;
  }
}
.dev-disabled {
  position: relative;
}
.dev-disabled:before {
  position: absolute;
  content: '';
  width: 100%;
  background: rgba(0,0,0,0.5);
  height: 100%;
  z-index: 10;
  cursor: not-allowed;
}
[hidden] {
  display: none !important;
}
.table {
  position: relative;
}
.table:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(4%, #fff), to(rgba(255,255,255,0)));
  background: linear-gradient(270deg, #fff 4%, rgba(255,255,255,0) 100%);
  z-index: 10;
}
.table__inner {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table tr:first-child td {
  font-weight: bold;
}
.table tr td:last-child {
  padding-right: 50px;
}
.table tr:nth-of-type(even) td {
  background: #f1f1f1;
}
.table tr td {
  padding: 12px 25px;
  vertical-align: middle;
}
.menuallbrands {
  text-decoration: none;
  margin: 20px 0 30px;
  color: #6b6b6b;
  display: block;
}
.menuallbrands:hover {
  color: #000;
}
.c-promo .asdf {
  margin: 10px;
}
@media only screen and (min-width: 64.0625em) and (max-width: 71.25em) {
  .l-detail .qONjs {
    display: none !important;
  }
}
@media only screen and (max-width: 64em) {
  .asdasasd {
    margin-top: 30px !important;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .3stepnowrap {
    white-space: nowrap;
  }
}
.df {
  display: -webkit-box;
  display: flex;
}
.mb35 {
  margin-bottom: 35px;
}
.modal-ie {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 15px;
  display: none;
}
.modal-ie.is-active {
  display: -webkit-box;
  display: flex;
}
.modal-ie .modal-content {
  max-width: 500px;
  width: 100%;
  padding: 30px;
  background: #fff;
  font-size: 16px;
}
.c-badge .x-below {
  position: absolute;
  top: calc(100% + 20px);
}

