

/* Start:/local/components/zlt/sale.basket.basket/templates/bootstrap_v4/style.css?176837151925976*/


/* Start:/basket-test/css/style.css?170238141519532*/
@charset "UTF-8";

@font-face {
  font-family: Baskerville Display PT;
  font-display: swap;
  src: url("/basket-test/css/../fonts/BaskervilleDisplayPT-Bold.woff2") format("woff2"), url("/basket-test/css/../fonts/BaskervilleDisplayPT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url("/basket-test/css/../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("/basket-test/css/../fonts/ProximaNova-BoldIt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url("/basket-test/css/../fonts/ProximaNova-Regular.woff2") format("woff2"), url("/basket-test/css/../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Proxima Nova;
  font-display: swap;
  src: url("/basket-test/css/../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("/basket-test/css/../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Proxima Nova";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Proxima Nova";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  flex: 1 1 auto;
  position: relative;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  max-width: 88.75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.quantity {
  width: 100px;
  height: 33px;
  display: flex;
  border: 1px solid #888888;
  user-select: none;
}

.quantity__button {
  flex: 0 0 33.333%;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -7.5px;
  background-color: #888888;
  width: 13px;
  height: 1px;
}

@media (any-hover: hover) {

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.quantity__button_plus::before {
  transform: rotate(-90deg);
}

button.limit {
  pointer-events: none;
  background-color: #e9e9e9;
}

.quantity__input { 
  flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #000;
  font-size: 14px;
  width: 100%;
  text-align: center;
  outline: none;
  letter-spacing: 0.7px;
}


.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: visibility 0.3s ease 0s;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

@media (max-width: 29.99875em) {
  .popup {
    padding: 0;
    top: 80px;
  }
}

.popup__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 80px;
  transition: all 0.25s ease 0s;
  z-index: 21;
  outline: none;
  cursor: pointer;
}

@media (max-width: 47.99875em) {
  .popup__close {
    right: 13px;
  }
}

.popup__close:hover span::after,
.popup__close:hover span::before {
  background-color: #000;
}

.popup__close span {
  position: relative;
}

.popup__close span::before,
.popup__close span::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  top: 0;
  left: -14px;
  background-color: #888888;
}

.popup__close span::after {
  transform: rotate(45deg);
}

.popup__close span::before {
  transform: rotate(-45deg);
}

.popup_show {
  visibility: visible;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  opacity: 1;
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
}

.popup__content {
  position: relative;
  transition: transform 0.3s ease 0s;
  background-color: #fff;
  padding: 20px 80px;
  padding-top: 0;
  width: 100%;
  max-width: 860px;
  transform: scale(0);
}

.popup__content_basket {
  border-radius: 0;
}

.lock .popup__content {
  visibility: visible;
}

@media (max-width: 47.99875em) {
  .popup__content {
    padding: 20px;
  }
}

.cart {
  padding: 20px 0 123px;
}

@media (max-width: 1240px){
    .cart {
    padding-bottom: 181px;
  }
}

@media (max-width: 47.99875em) {
  .cart {
    padding-bottom: 181px;
    padding-top: 0px;
    margin-top: -5px;
  }
}

@media (max-width: 61.99875em) {
  .cart__container {
    max-width: 700px;
  }
  
}

@media (max-width: 29.99875em) {
  .cart__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cart__title {
  margin-bottom: 20px;
  font: normal 700 30px/normal Baskerville Display PT;
  color: #000;
  letter-spacing: 1.5px;
}

.cart__title span {
  font-size: 24px;
  letter-spacing: 1.2px;
}



.cart__layout {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.cart__body {
  flex: 0 1 74.6%;
}

.cart__basket-checkbox {
  display: block;
}

.cart__aside {
  flex: 1 0 24%;
}

.basket-item {
  position: relative;
  display: grid;
  grid-template: auto/repeat(5, auto);
  align-items: center;
  padding: 30px 57px 29px 40px;
  font: normal 400 14px/1.28 "Proxima Nova";
  letter-spacing: 0.7px;
  border-bottom: 1px solid #888888;
}

@media (max-width: 61.99875em) {
  .basket-item {
    padding-bottom: 24px;
  }
}

@media (max-width: 47.99875em) {
  .basket-item {
    padding-right: 20px;
  }
}

@media (max-width: 620px) {
  .basket-item {
    padding-left: 20px;
  }
}

@media (max-width: 29.99875em) {
  .basket-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 26px;
  }
}

.basket-item_retail {
  grid-template: auto/200px 360px auto 1fr;
  justify-content: flex-start;
}

@media (max-width: 1040px) {
  .basket-item_retail {
    grid-template: auto/200px 300px auto 1fr;
    padding-bottom: 24px;
  }
}

@media (max-width: 47.99875em) {
  .basket-item_retail {
    grid-template: auto auto/repeat(3, auto) 1fr;
    padding-bottom: 36px;
  }

  .basket-item_retail .info-basket__row {
    margin-bottom: 10px;
  }

  .basket-item_retail .basket-item__info {
    display: flex;
    flex-direction: column;
  }

  .basket-item_retail .info-basket {
    grid-row: 1/2;
  }
}

.basket-items-list-table {
  border-top: 1px solid #888888;
}

.basket-item__checkbox {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1;
}

@media (max-width: 29.99875em) {
  .basket-item__checkbox {
    top: 25px;
  }
}

.basket-item__button {
  position: absolute;
}

.basket-item__button_favorite {
  top: 20px;
  right: 18px;
}

@media (max-width: 61.99875em) {
  .basket-item__button_favorite {
    right: 10px;
  }
}

@media (max-width: 29.99875em) {
  .basket-item__button_favorite {
    top: 25px;
    right: 0;
  }
}

.basket-item__button_remove {
  width: 16px;
  height: 20px;
  background-image: url("/basket-test/css/../img/svg/Delete.svg");
  bottom: 19px;
  right: 22px;
  cursor: pointer;
}

@media (max-width: 61.99875em) {
  .basket-item__button_remove {
    right: 14px;
  }
}

@media (max-width: 29.99875em) {
  .basket-item__button_remove {
    right: 4px;
    bottom: 24px;
  }
}

.basket-item__button_remove:hover {
  background-image: url("/basket-test/css/../img/svg/Delete-hover.svg");
}

.basket-item__image {
  display: block;
  margin-right: 60px;
}

@media (max-width: 61.99875em) {
  .basket-item__image {
    grid-row: 1/3;
    margin-bottom: 63px;
  }
}

@media (max-width: 47.99875em) {
  .basket-item__image {
    width: 140px;
    margin-right: auto;
  }
}

@media (max-width: 620px) {
  .basket-item__image {
    grid-row: 1/2;
  }
}

@media (max-width: 29.99875em) {
  .basket-item__image {
    margin-bottom: 14px;
  }
}

.basket-item__image img {
  width: 100%;
  max-width: 140px;
  height: auto;
  object-fit: cover;
  transition: transform 1.5s ease 0s;
}

@media (hover: hover) {
  .basket-item__image img:hover {
    transform: scale(1.16);
  }
}

.basket-item__info {
  max-width: 340px;
  margin-right: 20px;
  align-self: start;
}

@media (max-width: 29.99875em) {
  .basket-item__info {
    margin-right: 0;
  }
}

.basket-item__quantity-wpapper {
  position: relative;
  max-width: 100px;
  margin-right: 40px;
  text-align: center;
}

@media (max-width: 29.99875em) {
  .basket-item__quantity-wpapper {
    padding-left: 20px;
  }
}

.basket-item__qantity-price {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.55px;
  color: #222222;
  white-space: nowrap;
}

@media (max-width: 29.99875em) {
  .basket-item__qantity-price {
    left: 70%;
  }
}

.basket-item__price {
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

.basket-item__price span {
  display: inline-block;
  padding-right: 30px;
  white-space: nowrap;
}

@media (max-width: 61.99875em) {
  .basket-item__price {
    grid-column: -3/-1;
  }

  .basket-item__price span {
    padding-right: 0;
    transform: translateX(5px);
  }
}

@media (max-width: 29.99875em) {
  .basket-item__price {
    grid-row: 2/4;
    text-align: left;
  }

  .basket-item__price span {
    line-height: 1;
    margin-left: -4px;
  }
}

.basket-item__retail {
  margin-right: 20px;
}

@media (max-width: 61.99875em) {
  .info-basket {
    grid-column: 2/6;
    margin-bottom: 54px;
  }
}

@media (max-width: 29.99875em) {
  .info-basket {
    grid-row: 1/3;
    margin-bottom: 0;
  }
}

.info-basket__row {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  font-size: 13px;
  letter-spacing: 0.65px;
  color: #888888;
}

@media (max-width: 29.99875em) {
  .info-basket__row {
    margin-bottom: 10px;
    padding-right: 27px;
  }
}

.info-basket__num {
  text-transform: uppercase;
  width: 100px;
}

.info-basket__atricle {
  flex-shrink: 0;
}

@media (max-width: 23.375em) {
  .info-basket__atricle {
    flex-shrink: 1;
  }
}

.info-basket__description {
  display: block;
  margin-bottom: 10px;
  text-underline-offset: 3px;
}

@media (hover: hover) {
  .info-basket__description:hover {
    text-decoration: underline;
  }
}

.info-basket__size {
  display: inline-block;
}

.retail {
  position: relative;
  flex-shrink: 0;
  width: 120px;
}

.retail__title {
  position: absolute;
  top: -26px;
  left: 0;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.65px;
  white-space: nowrap;
}

@media (max-width: 29.99875em) {
  .retail__title {
    position: static;
    padding-top: 13px;
    margin-bottom: 10px;
  }
}

.retail__price {
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: 0.7px;
  color: #888888;
  white-space: nowrap;
}

.dealer {
  position: relative;
  flex-shrink: 0;
  width: 120px;
}

.dealer__title {
  position: absolute;
  top: -26px;
  left: 0;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.65px;
  white-space: nowrap;
}

@media (max-width: 29.99875em) {
  .dealer__title {
    position: static;
    padding-top: 13px;
    margin-bottom: 10px;
  }
}

.dealer__price {
  font-weight: 600;
}

.aside {
  padding-top: 58px;
}

@media (max-width: 1240px) {
  .aside {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 20px 130px;
    box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 47.99875em) {
  .aside {
    padding: 20px;
  }
}

@media (max-width: 29.99875em) {
  .aside {
    padding: 20px;
    padding-top: 23px;
  }
}

.aside__table {
  width: 100%;
  margin-bottom: 12px;
}

@media (max-width: 61.99875em) {
  .aside__table {
    max-width: 344px;
    margin: 0 auto 12px;
  }
}

.aside__row {
  display: flex;
  justify-content: space-between;
  padding: 0 28px;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 1.28;
  color: #222222;
}

.aside__row_header {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.8px;
}

.aside__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 280px;
  padding: 15px 0;
  background-color: #000;
  font: normal 400 16px/normal "Proxima Nova";
  color: #fff;
  letter-spacing: 0.8px;
  transition: background-color 0.25s ease 0s;
  user-select: none;
  font-size: 18px;
}

@media (hover: hover) {
  .aside__button:hover {
    background-color: #e0004d;
  }
}

.ui__label-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-left: 11px;
  font: normal 400 14px/1.28 "Proxima Nova";
  color: #000;
  letter-spacing: 0.7px;
  cursor: pointer;
}

@media (max-width: 29.99875em) {
  .ui__label-checkbox {
    padding-left: 0;
  }
}

@media (hover: hover) {
  .ui__label-checkbox:hover span {
    border-color: #e0004d;
  }
}

.ui__checkbox {
  display: inline-block;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 0;
  left: 11px;
  overflow: hidden;
  opacity: 0;
}

.ui__checkbox:checked+.ui__checkbox-blank::after {
  content: "";
}

.ui__checkbox:checked+.ui__checkbox-blank {
  border: none;
}

.ui__checkbox-blank {
  display: inline-block;
  position: relative;
  padding-left: 11px;
  height: 18px;
  width: 18px;
  border: 1px solid #888888;
}

.ui__checkbox-blank::after {
  display: inline-block;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  background-image: url(/basket-test/css/../img/svg/Checked.svg);
}

.ui-favorite {
  width: 24px;
  height: 22px;
  background-image: url("/basket-test/css/../img//svg//Favorite.svg");
}

.ui-favorite:hover {
  background-image: url("/basket-test/css/../img/svg/Favorite-hover.svg");
}

.ui-favorite.active {
  background-image: url("/basket-test/css/../img/svg/Favorite-active.svg");
}

.detail {
  overflow-y: auto;
}

.detail::-webkit-scrollbar {
  display: none;
}

.detail__header {
  position: absolute;
  width: 100%;
  max-width: 860px;
  min-height: 80px;
  top: 0px;
  left: 0;
  z-index: 20;
  padding: 20px 200px 0 80px;
  font: normal 700 20px/normal "Baskerville Display PT";
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
}

@media (max-width: 47.99875em) {
  .detail__header {
    padding-right: 35px;
    padding-left: 20px;
    padding-bottom: 16px;
  }
}

.detail__body {
  padding: 112px 0 30px;
  font: normal 400 16px/normal "Proxima Nova";
  letter-spacing: 0.8px;
}

@media (max-width: 47.99875em) {
  .detail__body {
    padding-top: 70px;
  }
}

@media (max-width: 29.99875em) {
  .detail__body {
    padding-top: 133px;
    padding-bottom: 0;
  }
}

.detail__visual {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 60px;
  margin-bottom: 20px;
}

@media (max-width: 50.3125em) {
  .detail__visual {
    padding-left: 0;
  }
}

@media (max-width: 47.99875em) {
  .detail__visual {
    position: relative;
    flex-direction: column;
    padding-left: 0;
  }
}

@media (max-width: 29.99875em) {
  .detail__visual {
    margin-bottom: 28px;
  }
}

.detail__image {
  position: relative;
}

@media (max-width: 47.99875em) {
  .detail__image {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.detail__image img {
  width: 100%;
  max-width: 340px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1;
}

@media (max-width: 29.99875em) {
  .detail__image img {
    max-width: 240px;
  }
}

.detail__info {
  padding-right: 16px;
}

@media (max-width: 47.99875em) {
  .detail__info {
    display: grid;
    grid-template: repeat(2, auto)/repeat(2, auto);
  }
}

@media (max-width: 29.99875em) {
  .detail__info {
    display: block;
  }
}

.detail__num {
  text-transform: uppercase;
  color: #888;
  position: relative;
}

.detail__num:not(:last-child) {
  margin-bottom: 10px;
}

.detail__favorite {
  width: 24px;
  height: 22px;
  position: absolute;
  top: 0;
  right: -60px;
}

@media (max-width: 61.99875em) {
  .detail__favorite {
    right: 0px;
  }
}

@media (max-width: 47.99875em) {
  .detail__favorite {
    top: 22px;
  }
}

@media (max-width: 29.99875em) {
  .detail__favorite {
    top: 1px;
  }
}

.detail__favorite::before {
  content: url("/basket-test/css/../img/svg/Favorite.svg");
}

@media (hover: hover) {
  .detail__favorite:hover::before {
    content: url("/basket-test/css/../img/svg/Favorite-hover.svg");
  }
}

.detail__favorite.active::before {
  content: url("/basket-test/css/../img/svg/Favorite-active.svg");
}

.detail__article {
  margin-bottom: 39px;
  color: #888;
  white-space: nowrap;
}

.detail__quantity {
  margin-bottom: 30px;
}

.detail__price:not(:last-child) {
  margin-bottom: 28px;
}

@media (max-width: 47.99875em) {
  .detail__price_dealer {
    grid-column: -3/-1;
    justify-content: end;
    margin: 0px auto;
    padding-left: 26px;
  }
}

@media (max-width: 29.99875em) {
  .detail__price_dealer {
    padding-left: 0;
  }
}

.detail__price-title {
  margin-bottom: 10px;
}

.detail__price-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.9px;
}

.detail__price-text_retail {
  color: #888;
  font-weight: 400;
}

@media (max-width: 29.99875em) {
  .detail__characteristic {
    margin-right: -1px;
  }
}

.detail__characteristic-title {
  margin-bottom: 20px;
  font: normal 700 24px/1.16 "Baskerville Display PT";
  letter-spacing: 1.2px;
}

@media (max-width: 29.99875em) {
  .detail__characteristic-title {
    margin-bottom: 18px;
  }
}

.detail__characteristic-item {
  margin-bottom: 9px;
}

.detail__characteristic-item:last-child {
  margin-bottom: 30px;
}

.detail__button-wrapper {
  margin-bottom: 31px;
  text-align: center;
}

@media (max-width: 29.99875em) {
  .detail__button-wrapper {
    margin-bottom: 27px;
  }
}

.detail__button {
  padding: 15px 0;
  width: 100%;
  max-width: 340px;
  border: 1px solid #000;
  transition: all 0.25s ease 0s;
  letter-spacing: 0.8px;
}

.detail__button:hover {
  background-color: #000;
  color: #fff;
}

.detail__remove {
  display: block;
  color: #888;
  position: relative;
  margin: 0px auto;
  text-align: center;
  letter-spacing: 0.8px;
  transform: translateX(14px);
}

@media (max-width: 29.99875em) {
  .detail__remove {
    min-width: 162px;
  }
}

.detail__remove::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  background-image: url("/basket-test/css/../img/svg/Delete.svg");
}

.detail__remove:hover::before {
  background-image: url("/basket-test/css/../img//svg/Delete-hover.svg");
}

.detail__footer {
  position: absolute;
  height: 120px;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 25;
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-left: 80px;
  gap: 20px;
  box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media (max-width: 29.99875em) {
  .detail__footer {
    padding-left: 20px;
    bottom: 40px;
  }
}

.detail__footer-image {
  display: block;
  overflow: hidden;
}

.detail__footer-image:hover img {
  transform: scale(1.16);
}

.detail__footer-image img {
  width: 100%;
  max-width: 100px;
  height: auto;
  transition: all 1.5s ease 0s;
}

.basket-items-list-table {
	width: 100%;
}

.product-item__like {
	top: 0;
    right: 0;
}

@media (max-width: 29.99875em) {
	.aside {
		padding: 20px;
		padding-top: 19px;
		padding-bottom: 6px;
	}
	.basket-total__btn {
		width: 100%;
		padding-right: 0;
	}
}

.bx-sbb-empty-cart-image {
	margin: 50px auto 42px;
	width: 131px;
	height: 116px;
	background: url(/local/components/zlt/sale.basket.basket/templates/bootstrap_v4/images/empty_cart.svg) no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
}

.bx-sbb-empty-cart-text {
	text-align: center;
  margin-bottom: 61px;
  font-size: 21px;
  letter-spacing: 1px;
}

.bx-sbb-empty-cart-desc {
	margin-bottom: 42px;
	color: #000;
	text-align: center;
	font-size: 20px;
  letter-spacing: 1px;
}

.bx-sbb-empty-cart-desc a.custom-link{
	text-decoration: underline;
  color: #000;
  text-underline-offset: 5px;
}

.basket-items-list-item-removed-block {
  display: flex;
  align-items: center;
  gap: 18px;
  grid-column: -2/-1;
  margin-top: -1px;
}
/* End */
/* /basket-test/css/style.css?170238141519532 */
p.cart__title{
  display: flex;
  justify-content:center;
  align-items: center;
  padding-top: 32px;
  margin-bottom: 42px;
  font-size: 32px;
  letter-spacing: 1.6px;
}
.cart__basket-top{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 16px;
  color: var(--link);
  font-weight: 600;
}

@media (max-width: 478px){
  .cart__basket-top{
    margin-bottom: 23px;
  }
}
.cart__basket-top button {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  color: var(--link);
  font-weight: 600;
  transition: all 0.15s ease 0s;
}
.cart__basket-top button.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.basket-item__recover,
.basket-item__remove{
  display: flex;
  justify-content:center;
  align-items: center;
  padding: 5px 15px;

  border: 1px solid #000;
  cursor: pointer;
  transition: all 0.20s ease 0s;
  user-select: none;

  font-size: 14px;
  text-transform: uppercase;
}
.basket-item__recover:hover{
  background-color: #000;
  color: #fff;
}
.basket-item__remove{
  color: var(--link);
  border-color: var(--link);
}
.basket-item__remove:hover{
  color: #fff;
  background-color: var(--link);;
}
.basket-item_retail:has( .basket-items-list-item-removed-container){
  display: block;
  padding: 0;
  padding-left: 40px;
}
.basket-item_retail:has( .basket-items-list-item-removed-container) .info-basket__description,
.basket-item_retail:has( .basket-items-list-item-removed-container) .basket-item-image{
  opacity: .5;
  pointer-events: none;
  cursor: auto;
}
.basket-item_retail:has( .basket-items-list-item-removed-container) .info-basket__description{
  padding-top: 13px;
}
.basket-items-list-item-removed-container {
  display: grid;
  grid-template: auto / 200px 360px;
  justify-content: flex-start;
}
.basket-item__not-available{
  display: none;
  color: var(--link);
}
.basket-item_retail[data-available="0"]{
  background-color: #f0f0f0;
}
.basket-item_retail[data-available="0"] .basket-item__quantity-wpapper{
  display: none;
}
.basket-item_retail[data-available="0"] .basket-item__not-available{
  display: block;
}
@media (max-width: 478px){
  .basket-item_retail[data-available="0"] .basket-item__not-available{
    text-align: center;
  }
}
.basket-item-image{
  mix-blend-mode: multiply;
}
.basket-total-block{
  flex: 1 0 24%;
}
.aside__table + .basket-total__btn{
  padding-right: 0;
}

@media (max-width: 1240px) {
  .cart__layout{
    gap: 0;
  }
  .cart__body{
    flex: 1 1 100%;
  }
  .basket-total-block{
    flex: 1 0 0%;
  }
}

@media (max-width: 768px){
  .basket-items-list-item-removed-container{
    grid-template: auto / 150px auto;
  }
  .basket-items-list-item-removed-block{
    flex-direction: column;
    gap: 8px;
  }
  .basket-items-list-item-removed-block a{
    width: 100%;
  }
  .basket-item_retail:has( .basket-items-list-item-removed-container) .info-basket,
  .basket-item_retail:has( .basket-items-list-item-removed-container) .basket-item-image{
    margin-bottom: 10px;
  }
  .basket-item_retail:has( .basket-items-list-item-removed-container){
    padding-left: 0;
  }
}

.checkout-client{
  min-width: 100%;
  width: 100%;
  height: 52px;
  background: #8031A7;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #F7F7F7;
  margin-top: 20px;
}

.client-block{
  width: 100%;

  background: rgba(128, 49, 167, 0.15);
  margin-top: 20px;
  padding: 13px;
}
.client-block-header{
  margin-top: 5px;
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #222222;
}

.remove-selected-client{
  font-family: 'Proxima Nova Regular';
   font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #D9D9D9;
  cursor: pointer;
}
.selected-client{
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #8031A7;
  margin-top: 15px;
}
.basket-item__type{
  background: rgba(128, 49, 167, 0.15);
  margin-top: 15px;
  padding: 8px;
  max-width: max-content;
  text-align: center;
}
.order-type{
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
  color: #222222;
  margin-top: 13px;
  margin-bottom: 13px;
  display: none;
}
.order-type .arrow, .order-type .order-type-name{
  font-weight: 600;
}
.order-loader .main-modal__body{
  width: 322px;
  /*height: 336px;*/
  background: #D9D9D9;
  border-radius: 20px;
  padding: 33px;
}
.order-loader p.warning-message{
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #222222;
  
}
.hidden-cart-button{
  display: none;
}
/* End */
/* /local/components/zlt/sale.basket.basket/templates/bootstrap_v4/style.css?176837151925976 */
