/*updated 16.12.24*/
input[name="payment"][value="5"] + .checkbox + span:before.pr_bg {
  position: absolute;
  display: none!important;
  opacity: 0;
}
.basket {
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.basket input,
.basket textarea {
  -webkit-appearance: unset;
}
.basket-column:first-child {
  margin-right: 75px;
  width: 100%;
  max-width: 920px;
}
.basket-column:last-child {
  width: 100%;
  max-width: 520px;
  position: sticky;
  top: 60px;
}
.basket-column.basket-column--sticky-disable{
  position: relative;
}
.basket-second.sticky {
  position: fixed;
}
.basket-info .js--make-order {
  display: none;
}
.basket-info .js--make-order.active {
  display: flex;
}
.basket-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  white-space: nowrap;
}
.basket-header .basket-link {
  margin-top: 0;
  color: #282663;
  font-size: 14px;
  margin-left: auto;
  border-bottom: 1px dashed;
  margin-right: 11px;
  display: none;
  text-decoration: none;
  transition: .25s;
}
.basket-header .basket-link:hover {
  border-bottom-color: transparent;
}
.basket__title {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.basket__counter, .basket__subtitle {
  margin-left: 10px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #000;
}
.basket-share {
  position: relative;
  margin-left: 10px;
  display: block;
  color: #000;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
.basket-share svg {
  color: #898989;
  transition: 0.2s ease-in-out;
}
.basket-share:hover {
  color: #000000;
}
.basket-share:hover .tooltip {
  visibility: visible;
  opacity: 1;
  top: -40px;
}
.basket-share:hover svg {
  color: #B12535;
}
.basket-gift {
  margin-left: 40px;
  color: #000;
  font-size: 14px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.basket-gift:hover {
  color: #B12535;
  text-decoration: none;
}
.card-component__tools .product-pack {
  margin: 0 -36px 0 4px;
}
.item-wr .card-component__tools {
  align-items: center;
}
.basket-list__item {
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #E5EAEC;
  border-bottom: 0;
  transition: 0.25s ease-in-out;
}
.basket-list__item:first-child .item-wr {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.basket-list__item:last-child .item-wr {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.basket-list__item.wait:not(.active) {
  pointer-events: none;
}
.basket-list__item.wait:not(.active) .item-wr > * {
  opacity: 0.6;
  transition: 0.25s ease-in-out;
}
.basket-list__item .card-component__img {
  margin-bottom: 0;
  margin-right: 78px;
}
.basket-list__item .card-component__crumbs {
  margin-bottom: 15px;
  justify-content: flex-start;
}
.basket-list__item .card-component__crumb {
  visibility: visible;
  opacity: 1;
}
.basket-list__item .card-component__name {
  margin: 0 10px 6px -10px;
  height: auto;
  text-align: left;
  padding: 5px 9px;
  border-radius: 4px;
  display: inline-flex;
  width: auto;
  border: 1px solid transparent;
  font-weight: 600;
}
.basket-list__item .card-component__name.card-component__unavailable {
  color: #fff;
  background: #B12535;
  margin-left: 0;
}
.basket-list__item .card-component__name.card-component__unavailable:hover {
  color: #fff;
  background: #e2a8af;
}
.basket-list__item .card-component__name_sub {
  color: #B12535;
  white-space: normal;
  margin-bottom: 6px;
  display: inline-flex;
}
.basket-list__item.unavailable .card-component__sticker,
.basket-list__item.unavailable .card-component__img img,
.basket-list__item.unavailable .card-component__crumbs,
.basket-list__item.unavailable .price.card-component__price
{
  opacity: 0.4;
  pointer-events: none;
}
.basket-list__item .card-component__price {
  margin-bottom: 24px;
  justify-content: flex-start;
}
.basket-list__item .card-component__tools {
  visibility: visible;
  opacity: 1;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.basket-list__item .card-component__gift {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.basket-list__item .card-component__gift .main-button.main-button--short {
  max-width: 320px;
  padding: 0 20px;
  width: auto;
}
.basket-list__item.delete .item-wr:after {
  content: "";
  background: #B12535;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: 0.25s;
}
.basket-list__item.delete .item-wr {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: -1px;
}
.basket-address-info__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.basket-address .basket-address-info .basket-address-info__group--wide {
  margin-left: -38px;
  margin-top: 20px;
  max-width: calc(100% + 60px);
  margin-right: -6px;
  width: auto;
  display: block;
}
.basket-address-info__column {
  max-width: calc(100% - 80px);
  position: relative;
  left: -5px;
}
.basket-address-info__recipient span,
.basket-address-info__recipient_phone span {
  margin-left: 2px;
  line-height: 1;
}
.basket-address-info__recipient span:first-child:not(:last-child) {
  margin-bottom: 6px;
}
.basket-address-info__recipient_delete {
  position: absolute;
  left: 0;
}
.basket .basket-address-info__selector {
  display: inline-block;
  background: transparent;
  font-size: 16px;
  padding: 7px 10px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.25s;
  color: #000;
  text-decoration: none;
  border: 1px solid #E5EAEC;
}

.basket .basket-address-info__selector:hover {
  text-decoration: none;
}

.basket .basket-address-info__selector i {
  background-image: url(../img/arrow-down.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 6.5px;
  display: inline-block;
  margin-left: 10px;
}

.basket-address-info__selector-group--mobile .basket-address-info__selector i {
  background-image: url("../img/icon-calendar.svg");
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 0;
}

.basket .basket-dateime-info {
  padding: 18px 33px 21px 28px;
  border: 1px solid #E5EAEC;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.basket .basket-address-info__selector-group {
  gap: 11px;
  position: relative;
  width: 100%;
  justify-content: center;
}

.basket .basket-address-info__selector-item {
  flex-grow: 1;
  flex-basis: 50%;
}

.basket .basket-address-info__selector-item > p {
  margin-bottom: 6px;
}

.basket-address-info__selector-group--mobile {
  display: flex;
  width: 100%;
}

.basket-address-info__selector-group--mobile .basket-address-info__selector-item {
  flex-basis: 100%;
  max-width: 100%;
}

.basket-address-info__selector-group--mobile .basket-address-info__selector {
  padding: 0;
  border: 0;
}

.basket a.basket-address-info__selector {
  text-align: left;
  color: #000;
  width: 100%;
}

.basket-gifts {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.basket-gifts__section {
  background-color: var(--primary-background);
  border: 1px solid var(--primary-light);
  border-radius: 8px;
  margin-bottom: 35px;
  width: 100%;
}

.basket-gifts__section:last-child {
  margin-bottom: 0;
}

.basket-gifts__heading {
  align-items: center;
  background-color: #B12535;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 10px;
}

.basket-gifts__heading i {
  background-image: url(../img/icon-basket-gifts__gift.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  filter: saturate(0) brightness(0) invert(1);
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.basket-gifts__heading p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.basket-gifts__heading a {
  background-image: url(../img/icon-basket-gifts__arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  height: 20px;
  margin-left: auto;
  transform: rotate(-180deg);
  transition: 0.25s ease-in-out;
  width: 20px;
}

.basket-gifts__section.basket-gifts__section--is-shown .basket-gifts__heading {
  border-radius: 7px 7px 0 0;
}

.basket-gifts__section.basket-gifts__section--is-shown .basket-gifts__heading a {
  transform: rotate(0deg);
}

.basket-gifts__content {
  background: transparent;
  /*height: 0;*/
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.basket-gifts__section .basket-gifts__content {
  padding: 0 20px;
}

.basket-gifts__section.basket-gifts__section--is-shown .basket-gifts__content {
  /*height: 385px;*/
  /*margin-bottom: -70px;*/
}
.basket-gifts__section.basket-gifts__section--is-shown.basket-gifts__section--selected .basket-gifts__content {
  /*height: 182px;*/
}

.basket-gifts__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.basket .basket-gifts__list {
  display: block;
}

.basket-gifts__item-content {
  align-items: center;
  background-color: var(--primary-background);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  margin: 8px auto 30px;
  max-height: 305px;
  padding: 10px;
  transition: 0.25s ease-in-out;
  width: 180px;
}

.basket-gifts__item-content:hover {
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.25);
  max-height: 360px;
}

.basket-gifts__item-picture {
  height: 140px;
  margin: 22px 0;
}

.basket-gifts__item-picture img {
  max-height: 100%;
  max-width: 100%;
  transition: 0.25s ease-in-out;
}

.slick-slide .basket-gifts__item-picture img {
  height: 140px;
  object-fit: contain;
}

.basket-gifts__item-name {
  color: var(--primary-foreground);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}

.basket-gifts__item-name span {
  display: block;
  height: 40px;
  overflow: hidden;
}

.basket-gifts__item-name:hover {
  color: var(--primary-accent);
  text-decoration: none;
  transition: .25s ease-in-out;
}

.basket-gifts__item-price {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 16px;
}

.basket-gifts__item-price span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 8px;
  text-decoration: line-through;
}

.basket-gifts__item-price span:last-child {
  color: var(--primary-accent);
  text-decoration: none;
}

.basket-gifts__item-actions {
  flex-shrink: 0;
  opacity: 0;
  pointer-events: none;
  transition: .15s linear 0s;
  width: 100%;
}

.basket-gifts__item-content:hover .basket-gifts__item-actions {
  opacity: 1;
  pointer-events: initial;
  transition: .15s linear 0.1s;
}

@media (max-width: 1024px){
  .basket-gifts__item-actions {
    opacity: 1;
    pointer-events: initial;
    transition: .15s linear 0.1s;
  }
}

.basket-gifts__item-actions .main-button {
  font-size: 16px;
  font-weight: 700;
  height: auto;
  margin: 0;
  padding: 8px;
  width: 100%;
}

.basket-gifts__list .slick-next:before, .basket-gifts__list .slick-prev:before {
  content: "";
}

.basket-gifts__list .slick-next, .basket-gifts__list .slick-prev, .basket-gifts__list .slick-next:focus, .basket-gifts__list .slick-prev:focus {
  background-image: url(../img/icon-basket-gifts__slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 32px;
  opacity: 1;
  top: 150px;
  transition: .25s ease-in-out;
  width: 16px;
  z-index: 5;
}

.basket-gifts__list .slick-next:hover, .basket-gifts__list .slick-prev:hover {
  background-image: url(../img/icon-basket-gifts__slider-arrow--active.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 1;
}

.basket-gifts__list .slick-next.slick-disabled, .basket-gifts__list .slick-prev.slick-disabled {
  background-image: url(../img/icon-basket-gifts__slider-arrow--inactive.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 1;
}

.basket-gifts__list .slick-next {
  right: -4px;
  transform: scaleX(-1) translateY(-50%);
}

.basket-gifts__list .slick-prev {
  left: -4px;
  transform: scaleX(1) translateY(-50%);
}

.basket-gifts__selected {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 10px 0 10px 10px;
  width: 100%;
}

.basket-gifts__selected-picture {
  flex-shrink: 0;
  height: 90px;
  position: relative;
  width: 60px;
}

.basket-gifts__selected-picture img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.basket-gifts__selected-info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 15px;
  max-width: calc(100% - 320px);
}

.basket-gifts__selected-actions {
  flex-shrink: 0;
  margin-left: auto;
}

.basket-gifts__selected-actions .main-button {
  height: auto;
  padding: 8px 22px;
}

.basket-gifts__selected-info .basket-gifts__item-price span:last-child {
  order: -1;
}

.basket-gifts__selected-info .basket-gifts__item-price span {
  margin: 0 5px;
}

.basket-gifts__selected .basket-gifts__item-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 22px;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 100%;
  text-align: start;
}

.basket-gifts__selected .basket-gifts__item-name span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.basket a.basket-address-info__selector span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket-address-info__selector-group--mobile a.basket-address-info__selector span {
  justify-content: flex-start;
}
.basket-address-info__selector-group--mobile a.basket-address-info__selector span span {
  display: block;
}
.basket-address-info__selector-group--mobile a.basket-address-info__selector span span:first-letter {
  text-transform: capitalize;
}
.basket-address-info__selector-group--mobile a.basket-address-info__selector span rt {
  margin-right: 4px;
}
.basket-address__scroller-dates {
  height: 58px;
  overflow-y: hidden;
  overflow-x: scroll;
  padding: 0 0 11px;
  margin-bottom: 21px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -10px;
  max-width: calc(100% + 40px);
}
.basket-address__scroller-dates::-webkit-scrollbar {
  height: 1px;
  width: 1px;
}
.basket-address__scroller-dates::-webkit-scrollbar-track {
  background-color: #E5EAEC;
  margin-left: 20px;
  margin-right: 20px;
}
.basket-address__scroller-dates::-webkit-scrollbar-thumb {
  background-color: #272662;
}
.basket-address__scroller-dates .basket-address__scroller-date {
  background: #e7e7ee;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 4px;
}
.basket-address__scroller-dates .basket-address__scroller-date:first-child {
  margin-left: 20px;
}
.basket-address__scroller-dates .basket-address__scroller-date:last-child {
  margin-right: 20px;
}
.basket-address__scroller-dates .basket-address__scroller-date a {
  color: #8F8E96;
  text-decoration: none;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 8px;
}
.basket-address__scroller-dates .basket-address__scroller-date p {
  margin: 0;
}
.basket-address__scroller-dates .basket-address__scroller-date.active {
  background: #676791;
}
.basket-address__scroller-dates .basket-address__scroller-date.active a {
  color: #fff;
}
.basket-address-info__selector-group--mobile .basket-address-info__selector-item {
  position: relative;
}
.basket-address-info__selector-group--mobile .basket-address-info__selector-item:before,
.basket-address-info__selector-group--mobile .basket-address-info__selector-item:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 20px;
  height: 50px;
  z-index: 5;
  pointer-events: none;
}
.basket-address-info__selector-group--mobile .basket-address-info__selector-item:before {
  left: -20px;
  background: linear-gradient(-90deg, #ffffff00, #ffffff69 50%, #fff);
}
.basket-address-info__selector-group--mobile .basket-address-info__selector-item:after {
  right: -20px;
  background: linear-gradient(90deg, #ffffff00, #ffffff69 50%, #fff);
}
.basket-address__scroller-items {
  position: relative;
}
.basket-address__scroller-items .basket-address__scroller-item a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  color: #000;
  margin-bottom: 14px;
  text-decoration: none;
}
.basket-address__scroller-items .basket-address__scroller-item.expander-item__expired a {
  pointer-events: none;
  opacity: 0.25;
}
.basket-address__scroller-items .basket-address__scroller-item a p {
  margin: 0;
}
.basket-address__scroller-items .basket-address__scroller-item a label {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.basket-address__scroller-items .basket-address__scroller-item a label .checkbox {
  margin-right: 0;
}
.basket-address-info__recipient {
  position: relative;
  top: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.basket-address-info__recipient_delete {
  position: absolute;
  left: -40px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: 0.2s;
}
.basket-address-info__recipient_delete:hover {
  color: #b72638;
}
.basket-address-info__group a.basket-address-link-last {
  border-bottom: 1px dashed;
  font-size: 14px;
  align-self: flex-end;
  transition: 0.25s;
  text-decoration: none;
}
.basket-address-info__group a.basket-address-link-last:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.basket-address__label {
  display: flex;
  position: relative;
  margin: -1px 0 22px -42px;
  align-items: center;
  line-height: 1.2;
  width: 100%;
}
.basket-address__label--disabled {
  color: #7D858C;
  cursor: pointer;
  margin-right: -15px;
}
.basket-info__bottom-title .basket-address__label {
  margin-bottom: 0;
}
.basket-address__checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
}
.basket-address__label .basket-address__checkbox .checkbox {
  margin-right: 20px;
}
.basket-address-info__group .basket-address-info__column {
  max-width: 100%;
  width: 100%;
}
.basket-address-info__group .basket-address-info__column span {
  display: block;
  margin-bottom: 4px;
}
.basket-commentary .basket-commentary__textarea,
.basket-address .basket-commentary__textarea {
  font-size: 16px;
  display: block;
  padding: 14px 12px;
  resize: vertical;
  background: #fbfbfc;
  border: 1px solid #E5EAEC;
  box-sizing: border-box;
  box-shadow: inset 0 3px 5px rgb(143 142 150 / 12%);
  width: 100%;
  margin-bottom: 22px;
  min-height: 80px;
  position: relative;
  transition: background .35s, box-shadow .35s;
}
.basket-commentary .basket-commentary__textarea:focus,
.basket-address .basket-commentary__textarea:focus {
  background: #fff;
  box-shadow: inset 0 0 0 rgb(143 142 150 / 12%);
  transition: background .24s, box-shadow .18s;
}
.basket-commentary .basket-commentary__textarea::-webkit-resizer,
.basket-address .basket-commentary__textarea::-webkit-resizer {
  background-image: url("../img/icon-textarear-resizer.svg");
  background-size: 16px;
  background-position: top left;
  background-repeat: no-repeat;
}
.basket-commentary .basket-commentary__textarea::placeholder,
.basket-address .basket-commentary__textarea::placeholder {
  color: #7D858C;
}
.basket-address__label .checkbox {
  margin-right: 20px;
  flex-shrink: 0;
  border-color: #ddd;
}
.basket-address ul.basket-address__expander,
.basket-address .jsCalendar {
  background: #FFFFFF;
  border: 1px solid #E5EAEC;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 28px;
  position: absolute;
  top: calc(100% + 10px);
  right: 20px;
  z-index: 4;
  min-width: 212px;
  width: auto;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

.basket-address .jsCalendar {
  right: auto;
  left: -44px;
  min-width: auto;
  padding: 0;
}

body .basket-address .jsCalendar {
  transition: 0.4s ease-in-out;
}
body div#jsCalendar.clean-theme.jsCalendar.active {
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.basket-address .jsCalendar.clean-theme thead .jsCalendar-nav-left:after,
.basket-address .jsCalendar.clean-theme thead .jsCalendar-nav-right:after {
  content: "";
  background-image: url("../img/icon-calendar-arrow-left--hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  filter: brightness(0);
  width: 10px;
  height: 20px;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: filter 0.3s;
}

.basket-address .jsCalendar.clean-theme thead .jsCalendar-nav-right:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.basket-address .jsCalendar.clean-theme thead .jsCalendar-nav-left,
.basket-address .jsCalendar.clean-theme thead .jsCalendar-nav-right {
  border-radius: 3px;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: relative;
}

.basket-address .jsCalendar.clean-theme thead .jsCalendar-nav-left:hover:after,
.basket-address .jsCalendar.clean-theme thead .jsCalendar-nav-right:hover:after {
  color: #B12535;
  filter: brightness(1);
}

.basket-address .jsCalendar.clean-theme thead .jsCalendar-title-name {
  min-width: 120px;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  margin: 0 -1px;
}

.basket-address .jsCalendar.clean-theme  table {
  margin: 10px 12px;
}

.basket-address .jsCalendar.clean-theme tbody td,
.basket-address .jsCalendar.clean-theme thead .jsCalendar-week-days th {
  line-height: 33px;
  height: 30px;
  width: 30px;
  margin: 5px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}

.basket-address .jsCalendar.clean-theme thead .jsCalendar-week-days th {
  margin-bottom: 10px;
}

.basket-address .jsCalendar.clean-theme tbody td,
.basket-address .jsCalendar.clean-theme tbody td.jsCalendar-current{
  background: #E5EAEC;
  border-radius: 4px;
  border-bottom: 0;
  margin-bottom: 5px;
  color: #000;
  pointer-events: none;
}

.basket-address .jsCalendar.clean-theme tbody td.jsCalendar-selected {
  background-color: #B12535;
  color: #fff !important;
  font-weight: 100;
  pointer-events: initial;
}

.basket-address .jsCalendar.clean-theme tbody td.jsCalendar-selected:hover {
  background: #B12535;
  color: #fff;
  cursor: pointer;
}

.basket-address .jsCalendar.clean-theme table {
  font-family: inherit;
  display: none;
}

.basket-address .jsCalendar.clean-theme table:first-child {
  display: block;
}

.basket-address .jsCalendar.clean-theme thead .jsCalendar-title-name,
.basket-address .jsCalendar.clean-theme thead .jsCalendar-week-days th {
  font-weight: 300;
  text-transform: capitalize;
}

.basket-address .jsCalendar.clean-theme tbody td.jsCalendar-next,
.basket-address .jsCalendar.clean-theme tbody td.jsCalendar-previous {
  opacity: 1;
  color: #7D858C;
}

.basket-address .jsCalendar thead .jsCalendar-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}

.basket-address ul.basket-address__expander.active,
.basket-address .jsCalendar.active {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}

.basket-address .basket-address-info__selector-group--mobile ul.basket-address__expander {
  top: 0;
}

.basket-address ul.basket-address__expander:after,
.basket-address .jsCalendar:after {
  content: "";
  position: absolute;
  top: -7px;
  right: calc(50% - 10px);
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #E5EAEC;
  border-bottom-color: transparent;
  border-right-color: transparent;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  z-index: -1;
}

.basket-address ul.basket-address__expander li.basket-address__expander-title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.basket-address ul.basket-address__expander li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.basket-address ul.basket-address__expander li a {
  display: flex;
  flex-direction: row;
}

.basket-address ul.basket-address__expander li a p:first-child {
  min-width: 70px;
  flex-basis: 0;
  margin-right: 10px;
  text-align: right;
  display: none;
}

.basket-address ul.basket-address__expander li a p {
  margin: 0;
  font-size: 16px;
}

.basket-address ul.basket-address__expander li:last-child {
  margin-bottom: 0;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}

.basket-address ul.basket-address__expander li a {
  color: black;
  text-decoration: none;
  transition: 0.2s;
}

.basket-address ul.basket-address__expander .expander-item__later a {
  color: #CE8A5E;
}

.basket-address ul.basket-address__expander li a:hover {
  color: #B12535;
}

.basket-address ul.basket-address__expander li a p {
  white-space: nowrap;
}

.basket-address ul.basket-address__expander li a p:last-child {
  white-space: nowrap;
  margin: 0;
}
.basket-address ul.basket-address__expander li a {
  color: #309080;
}
.basket-address ul.basket-address__expander li a:hover {
  text-decoration: underline;
  color: #309080;
}
.basket-address ul.basket-address__expander .expander-item__later a {
  color: #000;
}
.basket-address ul.basket-address__expander .expander-item__later:hover a {
  text-decoration: underline;
  color: #000;
}

/* Update slot select */
.basket-address ul.basket-address__expander.new {
  padding: 0;
  max-width: 100%;
}
.basket-address ul.basket-address__expander.new li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.basket-address ul.basket-address__expander.new li:after {
  content: "";
  background-image: url("../img/icon-timepicker-checkmark.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  opacity: 0;
  transition: opacity 0.2s;
}
.basket-address ul.basket-address__expander.new li.expander-item__last:not(.expander-item__expired):after {
  opacity: 1;
}
.basket-address ul.basket-address__expander.new .basket-address__expander-title {
  margin-bottom: 13px;
  display: none;
}
.basket-address ul.basket-address__expander.new .expander-item__later a {
  background-color: #fff;
  color: #B12535;
}
.basket-address ul.basket-address__expander.new .expander-item__expired a {
  background-color: #fff!important;
  color: #ddd!important;
  pointer-events: none;
}
.basket-address ul.basket-address__expander.new li a {
  color: #000;
  background: #fff;
  text-decoration: none;
  transition: 0.2s;
  margin: 0;
  padding: 6px 24px;
  width: 100%;
  border-left-style: hidden;
  border-left-width: 0;
}
.basket-address ul.basket-address__expander.new li:first-child a,
.basket-address ul.basket-address__expander.new li:first-child:after {
  margin-top: 11px;
  top: calc(50% - 7px);
}
.basket-address ul.basket-address__expander.new li:last-child a,
.basket-address ul.basket-address__expander.new li:last-child:after {
  margin-bottom: 11px;
  top: calc(50% - 7px);
}
.basket-address ul.basket-address__expander.new .expander-item__later:hover a,
.basket-address ul.basket-address__expander.new .expander-item__later.expander-item__last a {
  background: #ebebf7;
  color: #B12535;
  text-decoration: none;
}
.basket-address ul.basket-address__expander.new .expander-item__expired:hover a {
  background: #fff!important;
  color: #ddd!important;
  text-decoration: none;
}
.basket-address ul.basket-address__expander.new li a:hover {
  background: #E5EAEC;
  color: #000;
  text-decoration: none;
}
.basket-address ul.basket-address__expander.new li a[data-action="pickSlotDate"] {
  background: #fff;
  color: #000;
  font-weight: 500;
  display: flex;
  justify-content: center;
  display: none;
}
.basket-address ul.basket-address__expander.new li a[data-action="pickSlotDate"]:hover {
  background: #eee;
  color: #000;
}

.selected-store {
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  margin: 0;
}
.basket-list__item .selected-store .close-button__line::after,
.basket-list__item .selected-store .close-button__line::before {
  height: 1px;
}
.basket-list__item .selected-store .close-button {
  top: -5px;
  right: -14px;
  cursor: pointer;
}
.basket__instock-status {
  display: flex;
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 9;
  transition: 0.2s ease-in-out;
}
.basket__instock-status .basket__status .basket__status-icon {
  width: 16px;
  height: 16px;
  padding: 16px;
  background-size: 16px;
  position: relative;
}
.basket__instock-status .basket__status .basket__status-icon-in {
  background-image: url(../img/icon-status-in.svg);
}
.basket__instock-status .basket__status .basket__status-icon-no {
  background-image: url(../img/icon-status-no.svg);
}
.basket__instock-status .basket__status .basket__status-icon-wait {
  background-image: url(../img/icon-status-wait.svg);
}
.basket__instock-status .basket__status .basket__status-icon-order {
  background-image: url(../img/icon-status-order.svg);
}
.basket__instock-status .basket__status .basket__status-icon-question {
  background-image: url(../img/icon-status-question.svg);
}
.basket__instock-status .basket__status .basket__status-icon-pickpoints {
  background-image: url(../img/icon-status-location.svg);
  width: 20px;
  height: 20px;
}
.basket__instock-status .basket__status .basket__status-icon-only {
  background-image: url(../img/icon-status-only.svg);
}
.basket__instock-status .basket__status .basket__status-icon .tooltip {
  top: 50%;
  left: 40px;
  white-space: nowrap;
  transform: translate(0%, -50%);
  transition: 0.25s ease-in-out;
}
.basket-address-info__selector-group {
  display: flex;
}
.basket-address-info__selector-group--mobile {
  display: none;
}
.basket-list__item .card-component__name.card-component__unavailable-new{
  opacity: 0.25;
}
.unavailable-img{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.unavailable-img span{
  display: none;
  background: #C7C7C7;
  color: #FFFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  user-select: none;
}
.unavailable-img .text{
  width: 200px;
  height: 40px;
  border-radius: 5px;
  display: flex;
}

.basket-list__item .card-component__unavailable-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 205px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.basket-list__item .card-component__unavailable-button .main-button.main-button--short {
  max-width: 320px;
  padding: 0 20px;
  width: auto;
}

.basket-list__item .card-component__price.price-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.basket-list__item .card-component__price.price-reverse .price__main,
.basket-list__item .card-component__price.price-reverse .price__discount {
  margin-left: 0;
  margin-right: 0;
}
.basket-list__item .card-component__price.price-reverse .price__discount {
  margin-right: 10px;
}

@media (min-width: 577px) {
  .basket__instock-status .basket__status .basket__status-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
  }
  .basket__instock-status .basket__status .basket__status-icon .tooltip .close-button {
    display: none;
  }
}
@media (max-width: 576px) {
  .basket__instock-status.active .basket__status .basket__status-icon .tooltip {
    top: 50%;
    left: 40px;
    white-space: nowrap;
    transform: translate(0%, -50%);
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .basket__instock-status .basket__status .basket__status-icon .tooltip .close-button {
    display: block;
  }
  .basket-address ul.basket-address__expander.new {
    min-height: fit-content;
    overflow: visible;
    width: 100%;
  }
  .basket-address .jsCalendar {
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .basket-address .jsCalendar:after {
    right: auto;
    left: 25%;
  }
  .basket-address ul.basket-address__expander:after {
    left: auto;
    right: 25%;
  }
  .basket-address ul.basket-address__expander.new li a {
    padding: 8px 28px;
  }

  .basket-address ul.basket-address__expander li a p {
    font-size: 18px;
  }

  .basket-address ul.basket-address__expander.new li a {
    padding: 8px 28px;
  }

  .basket-address ul.basket-address__expander li a p {
    font-size: 18px;
  }
  .basket .basket-info__bottom-title {
    margin: 0px -20px -21px -20px;
    padding: 10px 18px 10px 62px;
  }
  .basket-commentary__item {
    overflow-x: hidden;
  }
  .basket .basket-info__title {
    margin: -30px -30px 12px -73px;
    padding: 12px 31px 12px 71px;
  }
  .basket-address .basket-address-info .basket-address__warning {
    margin: 13px -76px -31px;
  }
  .basket-address .basket-address-info .basket-address__warning:not(.hide) + .basket-address__warning {
    margin-top: 30px;
  }
  .basket-commentary__item .basket-delivery__body {
    padding: 30px 20px;
  }
  .basket .basket-address-info__selector-group {
    padding: 0 20px;
  }
  .basket-address-info__selector-group {
    display: none;
  }
  .basket-address-info__selector-group--mobile {
    display: flex;
    margin: 0 0 -7px;
  }
  .popup .basket-address-info__selector-group--mobile  {
    display: flex;
  }
  .basket .basket-address__scroller-dates,
  .basket .basket-address__scroller-items,
  .popup .basket-address-info__selector {
    display: none;
  }
  .basket .basket-dateime-info {
    padding: 20px;
  }
  .basket-header .basket-link {
    display: flex;
  }
  .basket-address__checkbox {
    margin-bottom: 20px;
  }
  .basket-list button.main-button.revert-button {
    font-size: 14px;
    padding: 8px;
  }
  .basket-gifts__selected-info {
    max-width: calc(100% - 80px);
  }
  .basket-gifts__selected {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .basket-gifts__section {
      min-height: 200px;
  }
  .basket-address .basket-address-info .basket-address-info__group {
    margin-right: -15px;
  }
  .unavailable-img{
    align-items: flex-start;
  }
  .unavailable-img .text{
    display: none;
  }
  .unavailable-img .mobile-text{
    display: flex;
    width: 100%;
    height: 20px;
    font-size: 7px;
  }
}
@media (max-width: 576px) {
  .popup__content .express-address .express-address__group label.express-address__half {
    flex-basis: 100%;
  }

  .popup__content .express-address .express-address__group label.express-address__half + label.express-address__half {
    flex-basis: 100%;
  }

  .popup__content .express-address .express-address__group label {
    flex-basis: 100%;
  }
}
@media (max-width: 360px) {
  .jsCalendar.clean-theme tbody td, .jsCalendar.clean-theme thead .jsCalendar-week-days th {
    border-radius: unset;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 2px;
    width: 32px;
  }
}
.selected-store::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 18px;
  background-image: url(../img/geo-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
.selected-store__data {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.where-buy-button {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.where-buy-button:hover {
  color: #B12535;
  text-decoration: none;
}
.where-buy-button svg {
  margin-right: 10px;
  fill: none;
  stroke: #898989;
  transition: 0.2s ease-in-out;
}
.where-buy-button:hover svg {
  stroke: #B12535;
}
.basket-header.basket-total {
  display: flex;
}
.basket-list__item .where-buy-button {
  font-size: 16px;
}
.basket-info.basket-total {
  display: block;
  position: relative;
}
.basket-info__preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffe;
  border-radius: 5px;
  z-index: 1;
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.5s ease-in-out;
}
.basket-info__preloader.basket-info__preloader--blur-effect{
  background-color: #ffffffbf;
  z-index: 2;
  backdrop-filter: blur(2px);
}
.basket-info__preloader .preloader-container {
  width: 100%;
  height: 100%;
}
.basket-info__preloader.hide {
  opacity: 0;
  pointer-events: none;
}
.basket-list .basket-info__preloader {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.basket-info {
  margin-bottom: 38px;
  padding: 20px;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  transition: 0.5s;
}
.basket-info__badges {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.basket-info__badge {
  margin-right: 5px;
  margin-bottom: 8px;
  color: #7D858C;
  font-size: 13px;
  font-weight: 600;
  background-color: #E5EAEC;
  padding: 2px 10px;
  border-radius: 5px;
  display: block;
  transition: .2s ease-in-out;
}
.basket-info__badge:last-child {
  margin-right: 0;
}
.basket-info__badge:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #B12535;
}
.basket-info__badge.info {
  background-color: transparent;
  color: #a2a2a3;
  font-size: 16px;
  padding: 0px;
  margin-right: 20px;
  font-weight: 600;
  pointer-events: none;
  width: 100%;
}
.basket-info__badges-loyalty {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.basket-loyalty{
  position: relative;
}
.basket-loyalty__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 30px 0;
}
.basket-loyalty__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.basket-loyalty__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-loyalty__row-name, .basket-loyalty__row-value {
  font-weight: 600;
  font-size: 18px;
}
.basket-loyalty__input {
  padding: 6px 14px;
  border: 1px solid rgba(229, 234, 236, 1);
  text-align: center;
  font-weight: 600;
  width: 10ch;
  appearance: none;
  -moz-appearance: textfield !important;
}
.basket-loyalty__input-range-container {
  width: 100%;
}
input.basket-loyalty__range-input {
  width: 100%;
}
input.basket-loyalty__range-input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  height: 2px;
  background-color: rgba(229, 234, 236, 1);
}

input.basket-loyalty__range-input::-moz-range-track {
  height: 2px;
  box-sizing: border-box;
  background-color: rgba(229, 234, 236, 1);
}
input.basket-loyalty__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  margin-top: -15px;
  border: none;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 4px inset rgba(177, 37, 53, 1);
  transition: 300ms;
}

input.basket-loyalty__range-input::-moz-range-thumb {
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: none;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 4px inset rgba(177, 37, 53, 1);
  transition: 300ms;
}

.basket-loyalty__range-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Halvar Breit Md';
  color: rgba(228, 228, 228, 1);
  z-index: -1;
  position: relative;
}

.basket-loyalty__button {
  background-color: rgba(125, 133, 140, 1);
}
.basket-loyalty__text {
  font-weight: 600;
}

.basket-loyalty__range-footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.basket-info__badges__remain-text{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 20px;
  width: 100%;
}

.basket-info__discount-value {
  color: #B12535;
}
.basket-info__personal {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.basket-info__personal .main-field {
  margin-right: 10px;
}
.promocodes__field {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promocodes__exception {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  color: #B12535;
}
.basket-info__count {
  font-size: 14px;
  font-weight: 400;
}
.promocodes__field .main-button, .basket-info__personal  button.main-button.js--auth {
  margin-right: auto;
  max-width: 120px;
  background-color: #E5EAEC;
  color: #000;
  background-position: center center;
  background-repeat: no-repeat;
}
.basket-info__personal  button.main-button.js--auth:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(183, 38, 55, 0.7);
}
.promocodes__field .main-button--removed {
  background-image: url(../img/close-icon.svg);
  background-color: transparent;
  color: #fff;
  max-width: 50px;
}
.promocodes__field .main-button--removed:hover {
  background-color: transparent;
  color: #fff;
  filter: invert(0.5) sepia(1) brightness(0.5) hue-rotate(-55deg) saturate(5);
}
/*
.promocodes__field .main-button:hover {
  background-image: url(../img/checkmark-icon--white.svg);
}
.promocodes__field .main-button--removed:hover {
  background-image: url(../img/close-icon--white.svg);
}*/
.product-delivery-cart-box__inputs label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.basket-delivery__body input[type="checkbox"]:checked + .checkbox + span {
  max-width: calc(100% - 60px);
  margin-left: 20px;
}
.product-delivery-cart-box__inputs label .checkbox {
  margin-right: 20px;
}
.basket-delivery__title {
  cursor: pointer;
  margin: 0;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
}
.basket-delivery__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  transition: 0.2s ease-in-out;
}
.basket-delivery__selected-address-text {
  margin-bottom: 10px;
  display: block;
  color: #000;
  line-height: initial;
  font-weight: 500;
}
.basket-delivery__selected-address-link {
  color: #B12535;
  line-height: 20px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.basket-delivery__selected-address-link:hover {
  color: #B12535;
  text-decoration: none;
}
.basket-delivery__body {
  padding: 21px 30px;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  position: relative;
}
.basket-delivery__events-handler {
  display: none;
  pointer-events: none;
  background: transparent;
  position: absolute;
  top: 20px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  z-index: 1;
}
.basket-delivery__events-handler.basket-delivery__events-handler--active {
  display: block;
  pointer-events: initial;
}
.basket-delivery__selected-address {
  padding-top: 20px;
  padding-left: 50px;
  width: 100%;
}
.basket-delivery__label {
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.basket-delivery__label:last-of-type {
  margin-bottom: 0;
}
.basket-delivery__label.basket-delivery__label--no-icon {
  padding-left: 11px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: -20px;
  opacity: 0;
  transition: opacity .4s, max-height .6s .2s ease-in-out, margin .6s .2s ease-in-out;
  max-height: 0;
}
input[type="radio"]:checked + span.checkbox + span + .basket-delivery__label.basket-delivery__label--no-icon {
  opacity: 1;
  max-height: 50px;
  margin-bottom: 0;
  transition: opacity .4s .2s, max-height .6s ease-in-out, margin .6s ease-in-out;
}
.basket-delivery__label.basket-delivery__label--no-icon input {
  font-size: 16px;
  display: block;
  flex-grow: 1;
  padding: 4px 10px;
  margin: 0 0 0 20px;
  border: 1px solid #E5EAEC;
  line-height: 1;
  min-width: 225px;
}
.basket-delivery__label .checkbox {
  margin-right: 20px;
  flex-shrink: 0;
  border-color: #ddd;
}
.basket-delivery__body .checkbox {
  margin: 9px 4px;
}
.basket-delivery__name {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 9px 0 9px 55px;
  font-weight: 700;
}
.basket-delivery__name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  width: 22px;
  height: 18px;
  background-image: url(../img/geo-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
.basket-delivery__name--box::before {
  background-image: url(../img/icon-cart_delivery.svg);
  background-size: 18px;
}
.basket-delivery__name--payments::before {
  background-image: url(../img/cart-icon-money.svg);
  background-size: 22px;
}
.basket-delivery__label--no-icon .basket-delivery__name--payments::before {
  display: none;
}
.basket-delivery__label--no-icon span.basket-delivery__name.basket-delivery__name--payments {
  padding-left: 0;
}
input[name="payment"][value="5"] + .checkbox + span:before,
input[name="payment"][value="4"] + .checkbox + span:before {
  background-image: url(../img/cart-icon-card.svg);
}
input[name="payment"][value="2"] + .checkbox + span:before {
  background-image: url(../img/cart-icon-money.svg);
}
.basket-list__item .close-button {
  position: absolute;
  top: 21px;
  right: 16px;
  opacity: 0.4;
  cursor: pointer;
}
.basket-list__item .close-button:hover {
  opacity: 1;
}
.basket-list__item .close-button__line::after,
.basket-list__item .close-button__line::before {
  background-color: #000;
}
.promocodes__field .main-field {
  font-size: 16px;
  margin-right: 12px;
}
.basket-info__link {
  margin-bottom: 30px;
  padding-left: 45px;
  position: relative;
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  transition: 0.2s ease-in-out;
}
.basket-info__fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.basket-info__fields.applyed-discounts {
  font-weight: 400;
  font-size: 14px;
  color: grey;
}
.basket-info__fields-text--discount {
  margin-left: auto;
  margin-right: 30px;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 16px;
  display: none;
}
.basket-info__fields-text--discount-name {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  max-width: 70%;
  font-weight: 500;
}
.basket-info__fields-text.hide-until-load {
  display: none;
}
.basket-info__fields--discount {
  font-weight: 500;
  font-size: 16px;
  color: #B12535;
  flex-wrap: wrap;
  align-items: flex-start;
}
.basket-info__total_sum {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.basket-info__total_sum.compact {
  margin-bottom: 0;
}
.basket-info__link:hover {
  color: #B12535;
  text-decoration: none;
}
.basket-info__link::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.basket-info__link--commentary::before {
  background-image: url(../img/commentary-icon.svg);
  background-size: 20px;
}
.basket-info__link--mail::before {
  background-image: url(../img/mail-icon--gray.svg);
  background-size: 24px;
}
.basket__empty {
  margin: 0 auto;
  text-align: center;
}
.basket__empty .basket__title {
  margin-bottom: 15px;
}
.basket__empty-text {
  margin-bottom: 20px;
}
.basket-mobile__tools {
  z-index: 10;
  display: none;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #E5EAEC;
}
.bx-ios.iphone-x .basket-mobile__tools {
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  padding-bottom: calc(1.70rem + var(--safe-area-inset-bottom));
}
.bx-ios.iphone-x.iphone-x-nosafe .basket-mobile__tools {
  --safe-area-inset-bottom: 0;
  padding-bottom: 20px;
}
.basket-header__clear {
  font-size: 12px;
  letter-spacing: -0.5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #000000;
  transition: .2s ease-in-out;
}
.basket-header__clear:hover {
  color: #B12535;
  text-decoration: none;
}
.main-button.reset-point-mobile {
  display: flex;
  position: absolute;
  top: 12px;
  right: 30px;
  min-width: 100px;
  max-width: 140px;
  max-width: fit-content;
  padding: 6px 12px;
  height: auto;
}
@media (max-width: 420px), (min-width: 731px) and (max-width: 970px) {
  .main-button.reset-point-mobile {
    position: static;
    margin-top: 10px;
  }
}
.basket-info__minimal {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.basket-info__minimal .basket-info__minimal-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  bottom: 24px;
  max-width: calc(100% - 72px);
}
.basket-info__minimal .basket-info__minimal-text span {
  font-weight: 500;
}
.basket-info__minimal .basket-info__minimal-progress {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  position: relative;
  padding-top: 12px;
}
.basket-info__minimal .basket-info__minimal-progress .basket-info__minimal-bar__empty {
  width: 100%;
  height: 2px;
  background: #E5EAEC;
  position: relative;
}
.basket-info__minimal .basket-info__minimal-progress .basket-info__minimal-bar__full {
  width: 45%;
  height: 2px;
  background: #B12535;
  position: absolute;
  top: 0;
  left: 0;
}
.basket-info__minimal .basket-info__minimal-progress .basket-info__minimal-icon {
  width: 72px;
  height: 52px;
  top: -14px;
  margin-left: 10px;
  position: relative;
  background: url(../img/icon-cart-bottles.svg) no-repeat bottom;
  background-size: 75%;
  background-position-y: 2px;
}
.basket-info__minimal .basket-info__minimal-progress .basket-info__minimal-icon span {
  width: 60px;
  height: 25px;
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(0,0,0,0.5);
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  background: #E5EAEC;
  border: 2px solid #FFFFFF;
  padding-top: 2px;
  line-height: 18px;
}
.basket-info__minimal .basket-info__minimal-continue {
  display: flex;
  justify-content: center;
}
.basket-info__minimal .basket-info__minimal-continue a {
  padding: 10px 4px 20px;
  color: #B12535;
  text-decoration: underline;
}
.basket-info__minimal .basket-info__minimal-continue a:hover {
  text-decoration: none;
}
.main-button.reset-point-mobile {
  top: 23px;
  right: 30px;
}
@media (max-width: 576px) {
  .basket-info__minimal-continue {
    display: flex;
    justify-content: center;
  }

  .basket-info__minimal-continue a {
    padding: 10px 4px 20px;
    color: #B12535;
    text-decoration: underline;
  }

  .basket-info__minimal-continue a:hover {
    text-decoration: none;
  }

  .basket-info__minimal .basket-info__minimal-text {
    font-size: 13px;
  }

  .basket-info__minimal-continue a {
    padding: 0 0 20px;
  }

  .basket-info__minimal-continue {
    justify-content: left;
  }
  .basket-commentary__item .basket-delivery__body {
    padding: 20px;
  }
  .basket-delivery__label.basket-delivery__label--no-icon {
    padding-left: 40px;
  }
  .basket .basket-delivery__label--no-icon .basket-delivery__name.basket-delivery__name--payments {
    padding-left: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 1468px){
  .manager-basket .basket-header{
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 1520px) {
  .basket-list__item .card-component__tools {
    flex-wrap: wrap;
  }
  .basket-gift {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .basket-column:first-child {
    margin-right: 30px;
  }
  .basket-delivery__body {
    padding: 20px 30px;
  }
}
@media (max-width: 1406px) {
  .manager-basket .basket-header.basket-total{
    margin-top: 12px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .manager-basket .basket-header.basket-total{
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .basket {
    padding-bottom: 30px;
  }
  .basket-delivery__body {
    padding: 20px 30px;
  }
  .basket-column:first-child,
  .basket-column:last-child {
    max-width: calc((100% / 2) - 10px);
  }
  .basket-list__item {
    padding: 30px 10px 30px 25px;
  }
  .basket-list__item .card-component__img {
    margin-right: 20px;
    max-width: 120px;
    height: 200px;
    flex-shrink: 0;
  }
  .basket-list__item .card-component__crumbs {
    margin-bottom: 0;
  }
  .basket-list__item .card-component__price {
    margin-bottom: 20px;
  }
  .basket-list__item .card-component__tools {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .basket-gift {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .basket-delivery__label {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .basket-list__item .selected-store .close-button {
    top: -5px;
    right: -14px;
  }
  .unavailable-img span {
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .basket {
    padding-bottom: 30px;
  }
  .basket-delivery__body {
    padding: 20px 30px;
  }
  .basket-column:first-child,
  .basket-column:last-child {
    max-width: calc((100% / 2) - 10px);
  }
  .basket-list__item {
    padding: 30px 10px 30px 25px;
  }
  .basket-list__item .card-component__img {
    margin-right: 20px;
    max-width: 120px;
    height: 200px;
    flex-shrink: 0;
  }
  .basket-list__item .card-component__crumbs {
    margin-bottom: 0;
    top: 0;
  }
  .basket-list__item .card-component__price {
    margin-bottom: 20px;
  }
  .basket-list__item .card-component__tools {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .basket-gift {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .basket-delivery__label {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .basket-delivery__selected-address {
    padding-left: 50px;
    width: 100%;
  }
  .basket-list__item .selected-store .close-button {
    top: -5px;
    right: -14px;
  }
}
@media (max-width: 970px) {
  .unavailable-img span {
    font-size: 8px;
  }
  .manager-basket .basket-header{
    flex-wrap: nowrap;
    margin: 30px 0;
  }
  .manager-basket .basket-header.basket-total{
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .basket {
    padding: 0 20px 30px;
  }
  .basket-delivery .section-header {
    padding-left: 20px;
  }
  .basket-delivery__body {
    padding: 20px;
  }
  .basket__title {
    font-size: 18px;
  }
  .basket-header {
    padding: 0 20px;
  }
  .basket-column:first-child,
  .basket-column:last-child {
    max-width: calc((100% / 2) - 10px);
  }
  .basket-list__item {
    padding: 30px 10px 30px 25px;
  }
  .basket-list__item .card-component__img {
    margin-right: 20px;
    max-width: 60px;
    height: 140px;
    flex-shrink: 0;
  }
  .basket-list__item .card-component__name {
    font-size: 14px;
    line-height: 20px;
  }
  .basket-list__item .card-component__crumbs {
    margin-bottom: 0;
  }
  .basket-list__item .card-component__price {
    margin-bottom: 20px;
  }
  .basket-list__item .price__discount,
  .basket-list__item .price__main {
    font-size: 14px;
  }
  .basket-list__item .card-component__tools {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .basket-list__item .where-buy-button {
    font-size: 14px;
  }
  .basket-gift {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
  }
  .basket-delivery__label {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .basket-delivery__selected-address {
    padding-left: 50px;
    width: 100%;
  }
  .basket-delivery__name,
  .basket-delivery__selected-address-link,
  .basket-delivery__selected-address-text {
    font-size: 14px;
  }
  .basket-delivery__selected-address-text {
    margin-bottom: 8px;
  }
  .basket-list__item .selected-store .close-button {
    top: -5px;
    right: -14px;
  }
  .basket-mobile__tools {
    display: none;
  }
  .basket-mobile__tools.active {
    display: block;
  }
  .basket-mobile__subform {
    display: block;
    width: 100%;
  }
  .basket-mobile__subform .basket-info__fields {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .basket-info__badge {
    font-size: 11px;
  }
  .basket-header__clear {
    display: none;
  }
}
@media (min-width: 731px) and (max-width: 970px) {
  .basket-list__item .card-component__crumbs {
    padding-right: 10px;
    overflow-y: hidden;
  }
}
@media (min-width: 731px) and (max-width: 790px) {
  .basket-list__item .card-component__crumb {
    margin-right: 10px;
    width: auto;
    min-width: 14px;
  }
}
@media (max-width: 730px) {
  .basket-list__item .card-component__img {
    max-width: 120px;
  }
  .basket-list__item .card-component__tools .counter.product-action__counter {
    display: flex;
  }
  .unavailable-img span {
    font-size: 14px;
  }
  .mobile-store {
    margin: -20px 0 4px 140px;
  }
  .basket-column:last-child{
    position: relative;
    top: 0;
  }
  .basket-column:first-child,
  .basket-column:last-child {
    max-width: 100%;
  }
  .basket {
    flex-wrap: wrap;
  }
  .basket-column:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .basket {
    flex-wrap: wrap;
    padding: 0 0 30px;
  }
  .basket-delivery .section-header {
    padding-left: 20px;
  }
  .basket-delivery__body {
    padding: 20px;
  }
  .basket__title {
    font-size: 16px;
  }
  .basket-header {
    padding: 0 20px;
    position: relative;
  }
  .basket-header.only-desktop {
    display: none;
  }
  .basket-column:first-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .basket-info__fields {
    font-size: 15px;
  }
  .basket-header .basket__title {
    font-size: 18px;
    margin: 0;
  }
  .basket__counter, .basket__subtitle {
    margin-top: 0;
    margin-bottom: 0;
  }
  .basket-delivery .basket__title {
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
  }
  .basket-delivery .basket-header .basket__title {
    font-weight: 500;
  }
  .basket-info__total_sum {
    font-size: 18px;
  }
  .basket__subtitle {
    font-size: 12px;
  }
  .basket-list__item {
    padding: 30px 10px 30px 25px;
  }
  .basket-list__item .card-component__img {
    margin-right: 20px;
    max-width: 60px;
    height: 140px;
    flex-shrink: 0;
  }
  .basket-list__item .card-component__name {
    font-size: 14px;
    line-height: 20px;
  }
  .basket-list__item .card-component__crumbs {
    margin-bottom: 0;
  }
  .basket-list__item .card-component__price {
    margin-bottom: 20px;
  }
  .basket-list__item .price__discount,
  .basket-list__item .price__main {
    font-size: 14px;
  }
  .basket-list__item .card-component__tools {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .basket-list__item .card-component__tools .counter {
    display: flex;
  }
  .basket-list__item .where-buy-button {
    font-size: 14px;
  }
  .basket-gift {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
  }
  .basket-delivery__label {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .basket-delivery__label span.checkbox + span {
    max-width: calc(100% - 40px);
  }
  .basket-delivery__selected-address {
    padding-left: 50px;
    width: 100%;
  }
  .basket-delivery__name,
  .basket-delivery__selected-address-link,
  .basket-delivery__selected-address-text {
    font-size: 14px;
  }
  .basket-delivery__selected-address-text {
    margin-bottom: 8px;
  }
  .basket-info__links {
    padding-left: 20px;
  }
  .basket-info__link {
    padding-left: 35px;
  }
  .basket-info__badge.info,
  .basket-info__badges__remain-text{
    font-size: 13px;
    text-align: left;
  }
  .no-wrap-space{
    white-space: nowrap;
  }
  .basket-info__badge {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    width: 100%;
  }
  .item-wr.minimized + .mobile-store {
    padding-bottom: 10px;
  }
  .item-wr.minimized + .mobile-store .where-buy-button {
    margin-top: 8px;
  }
}
.might-like .wrapper {
  overflow: hidden;
  padding-bottom: 80px;
}
.might-like__slider {
  z-index: 1;
  margin: 0 -20px;
  transition: 0.5s all;
}
.might-like__slider.active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
}
.might-like__slider .card-component-wrapper {
  margin: 0 20px;
}
.might-like__slider-wrap {
  padding-bottom: 30px;
  border-top: 1px solid #E5EAEC;
  border-bottom: 1px solid #E5EAEC;
}
.might-like__slider .slick-list {
  overflow: visible;
}
.might-like__slider .custom-slick {
  position: absolute;
  top: -54px;
}
.might-like__slider .custom-slick--next {
  right: 20px;
}
.might-like__slider .custom-slick--prev {
  right: 55px;
}
input#select-shop + .checkbox {
  pointer-events: none;
}
@media (max-width: 1025px) {
  #cart-recommend .might-like .wrapper{
    padding-bottom: 0;
  }
}
@media (min-width: 1441px) and (max-width: 1480px) {
  .might-like {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .might-like__slider {
    margin: 0 -20px;
  }
  .might-like__slider .card-component-wrapper {
    margin: 0 20px;
  }
  .might-like__slider .card-component {
    padding: 20px 0;
  }
  .might-like__slider .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .might-like__slider .card-component__tools {
    justify-content: space-between;
    padding: 0 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .might-like {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .might-like__slider {
    margin: 0 -15px;
  }
  .might-like__slider .card-component-wrapper {
    margin: 0 15px;
  }
  .might-like__slider .card-component {
    padding: 20px 0;
  }
  .might-like__slider .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .might-like__slider .card-component__tools {
    justify-content: space-between;
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .might-like {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .might-like__slider {
    margin: 0 -20px;
  }
  .might-like__slider .card-component-wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
  .might-like__slider .card-component {
    padding: 20px 0;
  }
  .might-like__slider .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .might-like__slider .card-component__tools {
    justify-content: space-between;
    padding: 0 20px;
  }
  .might-like__slider .custom-slick--next {
    right: 20px;
  }
  .might-like__slider .custom-slick--prev {
    right: 55px;
  }
}
@media (max-width: 1280px) {
  .might-like {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .might-like__slider {
    margin: 0 -20px;
  }
  .might-like__slider .card-component-wrapper {
    margin: 0 20px;
    max-width: 100%;
  }
  .might-like__slider .card-component {
    padding: 20px 0;
  }
  .might-like__slider .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .might-like__slider .card-component__tools {
    justify-content: space-between;
    padding: 0 20px;
  }
  .might-like__slider .custom-slick--next {
    right: 20px;
  }
  .might-like__slider .custom-slick--prev {
    right: 55px;
  }
}
@media (min-width: 1200px) {
  .basket-info__minimal .basket-info__minimal-text {
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .might-like {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .might-like__slider {
    margin: 0;
  }
  .might-like__slider .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .might-like__slider .card-component {
    padding: 20px 0;
  }
  .might-like__slider .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .might-like__slider .card-component__tools {
    justify-content: space-between;
    padding: 0 20px;
  }
  .might-like__slider .custom-slick--next {
    right: 0;
  }
  .might-like__slider .custom-slick--prev {
    right: 35px;
  }
}
@media (max-width: 970px) {
  .might-like {
    overflow: hidden;
    padding: 0 20px 0px;
  }
  .might-like__slider {
    margin: 0;
  }
  .might-like__slider .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .might-like__slider .card-component {
    padding: 20px 0;
  }
  .might-like__slider .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .might-like__slider .card-component__tools {
    justify-content: space-between;
    padding: 0 20px;
  }
  .might-like__slider .custom-slick {
    top: -42px;
  }
  .might-like__slider .custom-slick--next {
    right: 0;
  }
  .might-like__slider .custom-slick--prev {
    right: 35px;
  }
  .basket__instock-status {
    left: 10px;
    top: 23px;
  }
}
@media (max-width: 576px) {
  .might-like {
    overflow: hidden;
    padding: 0 20px 0px;
  }
  .might-like__slider {
    margin: 0;
  }
  .might-like__slider .card-component-wrapper {
    margin: 0;
    max-width: 100%;
  }
  .might-like__slider .card-component {
    padding: 20px 0;
  }
  .might-like__slider .card-component__crumbs span:last-child {
    margin-right: 15px;
  }
  .might-like__slider .card-component__tools {
    justify-content: space-between;
    padding: 0 20px;
  }
  .might-like__slider .custom-slick {
    top: -42px;
  }
  .might-like__slider .custom-slick--next {
    right: 0;
  }
  .might-like__slider .custom-slick--prev {
    right: 35px;
  }
  .basket__instock-status {
    left: 10px;
    top: 28px;
  }
}
.basket {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
}
.basket.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
}
.item-wr {
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #E5EAEC;
  transition: 0.5s all;
  z-index: 1;
  margin-bottom: -1px;
}
@media (max-width: 576px) {
  .item-wr {
    border: 0 solid transparent;
    border-top: 1px solid #E5EAEC;
  }
}
.item-wr.collapsed {
  padding: 0 30px !important;
  transition: 0.3s all;
}
.basket-list {
  position: relative;
  padding-bottom: 10px;
}
.basket-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 577px) {
  .basket-list {
    overflow-y: auto;
  }
}
.basket-list__item {
  padding: 0;
  display: block;
  justify-content: space-between;
  border: none;
}
.card-component.revert.active {
  max-height: 100px;
}
.minimized > * {
  filter: grayscale(1);
  opacity: 0.3;
}
.item-wr {
  transition: all 0s;
}
.item-wr + .mobile-store:last-child {
  transition: 0s;
}
.item-wr.minimized + .mobile-store:last-child{
  opacity: 0.3;
  filter: grayscale(1);
  pointer-events: none;
}
.basket-list__item .card-component__tools {
  transition: 0.5s all;
}
.basket-list__item .minimized .card-component__tools {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
body .basket-list .card-component__sticker {
  z-index: 8;
  position: absolute;
  width: 100%;
  max-width: 170px;
  top: 0;
  left: 0;
  height: 40px;
  justify-content: flex-start;
  padding: 40px 30px;
}
body .basket-list .card-component__sticker .sticker {
  position: relative;
}
body .basket-list .card-component__sticker .sticker:first-child .tooltip {
  left: 100%;
}
body .basket-list .card-component__sticker .sticker:hover .tooltip {
  visibility: visible;
  opacity: 1;
  top: -40px;
}
body .basket-list .card-component__sticker .sticker .tooltip {
  color: #000;
  font-weight: 400;
  min-width: 120px;
}
body .basket-list .card-component__crumbs {
  height: auto;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 0;
  padding-left: 0;
}
@media (max-width: 970px) {
  body .basket-list .card-component__sticker {
    max-width: 40px;
    padding: 40px 10px;
  }
}
.store-node {
  transition: 0.5s all;
}
.minimized .store-node {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
.minimized .close-button {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
  cursor: pointer;
}
.basket-list__item .card-component__img {
  max-height: 300px;
  transition: 0.2s all;
}
.basket-list__item .minimized .card-component__img {
  max-height: 130px;
  min-width: 80px;
  transition: 0.5s all;
}
.revert {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity;
}
.revert.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s opacity;
}
.revert-button {
  padding: 10px;
  display: flex;
}
.user-basket {
  color: #B12535;
}
.select-address{
  padding: 10px 0 0 0;
  gap: 10px;
}
.select-address a {
  min-width: 120px;
}
.errorMessage{
  font-size: 14px;
  position: relative;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.tooltip-node:hover .tooltip {
  visibility: visible;
  opacity: 1;
  top: -40px;
}
.download-calculator{
  margin-left: 10px;
  background-image: url(../img/calculator--black.png);
  min-width: 22px;
  max-width: 40px;
  width: 40px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.disabled{
  filter: grayscale(1);
  opacity: 0.3;
  transition: 0.3s all;
}
.header-expander__item{opacity:1;}.collapsed{opacity:0;max-height:0;margin:0;padding:0;transition:.5s all}
.basket-info .order-button:disabled,
.basket-info .js--make-order:disabled,
.basket-mobile__tools .main-button:disabled{
  opacity: 0.5;
}
@media (max-width: 600px) {
  .popup-container .popup.xxl,
  .popup-container .popup.xl {
    top: 50%;
    left: 50%;
    bottom: unset;
    border-radius: 5px;
    transform: translate(-50%, -30%);
  }
  .popup-container .popup.popup--visible.xxl,
  .popup-container .popup.popup--visible.popup.xl {
    transform: translate(-50%, -50%);;
  }
}
.basket-list__item.shifted {
    border: 1px solid #E5EAEC;
}
.basket-list__item.shifted .item-wr {
    border: none;
}
.mobile-store {
  padding: 30px;
  padding-top: 0;
  margin: -20px 0 4px 247px;
  position: relative;
  transition: all 0s;
  z-index: 3;
}
@media (max-width: 1280px){
  .mobile-store {
    margin: -20px 0 4px 140px;
  }
}
@media (max-width: 970px){
  .mobile-store {
    margin: -20px 0 4px 78px;
  }
}
@media (max-width: 576px){
  .basket-info{
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .basket-info .order-button{
    display: none;
  }
  .basket-delivery {
    margin: 0;
  }
  .might-like .wrapper{
    padding-bottom: 20px;
  }
  .basket-delivery__selected-address{
    padding-left: 0;
  }
  .mobile-store {
    padding: 30px;
    padding-top: 0;
    margin: -20px 0 4px 78px;
    position: relative;
    transition: all 0s;
    z-index: 3;
  }
  .mobile-store:empty {
    display: none;
    padding: 0;
    margin: 0;
  }
  .basket-list__item:not(.shifted) .mobile-store {
    margin-top: -50px;
  }
  .selected-store__data {
    padding-right: 20px;
    margin-top: 20px;
  }
  .basket-list__item.shifted .item-wr{
    padding-bottom: 0;
    transition: all 0.0s;
  }
  .basket-list__item.shifted {
    border: 0 solid transparent;
    border-top: 1px solid #E5EAEC;
  }
}

#cart-recommend .might-like .card-component--vertical .main-button {
    white-space: normal;
}
#cart-recommend .might-like__slider .card-component__tools {
    justify-content: center;
}
#cart-recommend .might-like__slider .price__cafive.only-desktop {
    display: flex;
}
#cart-recommend .might-like__slider .subinfo {
    display: none;
}

@media (min-width: 971px) and (max-width: 1026px) {
    #cart-recommend .might-like {
        padding-left: 40px;
        padding-right: 40px;
    }
    #cart-recommend .might-like .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 730px) and (max-width: 1180px) {
  .basket-list .product-pack .tooltip {
    display: none;
  }
  .basket-list .product-pack:hover .tooltip,
  .basket-list .product-pack .tooltip:hover {
    transform: translateX(-50%);
  }
}

.basket-list .product-pack:hover .tooltip,
.basket-list .product-pack .tooltip:hover {
  transition: all .3s linear;
}
@media (min-width: 971px) and (max-width: 1025px) {
  .popup__content.popup__content--gifts .card-component.card-component--vertical{
    flex-direction: column;
  }
}
.basket .item-wr{
  padding: 30px 40px 30px 30px;
}
.basket-delivery-information{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #B12435;
  border-radius: 5px;
  margin: 10px 0;
}
.basket-delivery-information__text{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #B12435;
  background-image: url(../img/icon-alert-circle.svg);
  background-repeat: no-repeat;
  padding-left: 35px;
}
.whatsapp-transport__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 30px 0;
}
.whatsapp-transport__label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  gap: 16px;
  background: linear-gradient(90deg, #57D163 0%, #23B33A 100%);
  border-radius: 5px;
}
.whatsapp-transport__input-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
  user-select: none;
  cursor: pointer;
}
.whatsapp-transport__input{
  opacity: 0;
}
.basket-info.whatsapp-transport{
  margin-bottom: 0;
}
.whatsapp-transport-container {
  order: 1;
}
@media (max-width: 970px){
  .whatsapp-transport__title{
    font-size: 18px;
  }
}
@media (max-width: 576px){
  .whatsapp-transport__title{
    padding: 0 20px;
  }
  .whatsapp-transport__input-name {
    font-size: 14px;
  }
}

.basket-on-top {
  position: fixed;
  z-index: 3;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E5EAEC;
  transform: translate3d(0, -200%, 0);
  opacity: 0;
  transition: transform .175s ease-in-out;
}
.basket-on-top--fade-in{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.basket-on-top__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  margin: 0 auto;
  padding: 5px 20px;
  height: 60px;
  max-width: 1600px;
  overflow: hidden;
}
.basket-on-top__total-title,
.basket-on-top__sale-title,
.basket-on-top__summary-title,
.basket-on-top__address-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.basket-on-top__total-value,
.basket-on-top__sale-value,
.basket-on-top__summary-discount-value,
.basket-on-top__summary-value,
.basket-on-top__address-value{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.basket-on-top__summary-title,
.basket-on-top__summary-value{
  font-size: 24px;
}

.basket-on-top__count-value {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.basket-on-top__sale-value,
.basket-on-top__summary-discount-value{
  color: #BD4755;
}
.basket-on-top__summary-discount-value + .basket-on-top__summary-value{
  text-decoration: line-through;
}

.basket-on-top__total {
  max-width: 265px;
}
.basket-on-top__sale {
  max-width: 180px;
}
.basket-on-top__summary {
  max-width: 235px;
}
.basket-on-top__address {
  min-width: 200px;
  max-width: 300px;
  cursor: pointer;
  background-image: url(../img/geo-icon.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  background-position-x: left;
  background-position-y: center;
  min-height: 25px;
  position: relative;
  margin: 0;
  margin-left: 35px;
  display: flex;
  align-items: center;
}
.basket-on-top__address .checkbox {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.basket-on-top__action .main-button {
  line-height: 1;
  font-size: 14px;
  padding: 6px;
}
.basket-on-top__address-title {
  pointer-events: none;
}
.basket-on-top__address-value {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.basket-on-top__total, .basket-on-top__sale, .basket-on-top__summary{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}
.basket-on-top__action {
  width: 100%;
  max-width: 220px;
}
@media (max-width: 1200px) {
  .basket-on-top__summary-title,
  .basket-on-top__summary-value{
    font-size: 16px;
  }
  .basket-on-top__count-value {
    font-size: 12px;
  }
  .basket-on-top__total,
  .basket-on-top__sale,
  .basket-on-top__summary{
    flex-direction: column;
    align-items: flex-start;
  }
  .basket-on-top__total-title, .basket-on-top__sale-title, .basket-on-top__summary-title, .basket-on-top__address-title {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 970px){
  .basket-on-top{
    display: none;
  }
}

.registration-in-loyalty .ruby-modal__title {
  text-align: left;
}
.registration-in-loyalty .ruby-modal__content {
  max-width: 700px;
}
.modal-validate-phone .ruby-modal__content {
  max-width: 500px;
}
.modal-validate-phone .ruby-modal__body {
  min-height: initial;
}

.basket-loyalty__description {
  font-size: 14px;
}
.basket-loyalty__description p{
  margin-bottom: 0;
  color: #777;
}
.basket-loyalty__description a{
  font-weight: 700;
  color: #B12535;
  text-decoration: underline;
}

@media (max-width: 970px) {
  .basket-loyalty__title {
    font-size: 18px;
    padding: 0;
  }
  .basket-loyalty__row-name, .basket-loyalty__row-value {
    font-size: 15px;
  }
  .basket-loyalty__body {
    gap: 15px;
  }
  .basket-loyalty__description {
    font-size: 12px;
  }
}
@media (max-width: 587px) {
  .basket-loyalty__title {
    padding: 0 20px;
  }
}
