

/* Start:/local/components/cci/basket/templates/basket_new_no_auth/style.css?175213236561781*/
.basket-wrapper {
  font-family: 'Roboto', serif !important;
}
.iconList {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iconList img{
  margin-right: 16px;
  padding-top: 20px;
  height: 42px;
}
.shareBasket {
  font-weight: 500;
  color: #fa5f55;
}
.basket-share-block{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #413d58;
  padding:25px 0;
  flex-grow: 3;
}
.basket-share-block.showInformer {
  padding-top: 0;
}

.basket-empty__buttons{
  display:flex;
  justify-content: center;
  max-width: 548px;
  gap: 12px;
  width: 100%;
  margin-top: 10px;
}
.basket-empty__buttons *{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  min-width: 100px;
  font-family: Inter; 
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: -0.128px;
}
.basket-empty__button--catalog {
  cursor: pointer;
  border-radius: 4px;
  background: var(--cci-color-red);
  color: #fff;
}
.basket-empty__button--search{
      border-radius: 4px;
      border: 1px solid #FA5F55;
      background: #fff;
      color: #FA5F55;
}

@media screen and (max-width: 768px) {
  .basket-empty__buttons {
      flex-direction: column;
  }
  
}
@media screen and (max-width: 1024px) {
  .basket-share-block {
    padding-top: 0;
  }
}
.basket-summary-share {
  width: calc(100% - 64px);
  margin: 0 auto;
  background-color: #fff;
}
.basket {
  box-sizing: collapse;
  width: 100%;
  background-color: #fff;
  color:#333f48;
/* корзина группового получателя */
/* Блок итогов */
}
.basket-full-update {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.basket-empty{
  text-align: center;
}
.basket-empty__text{
  max-width: 560px;
  margin: 10px auto 0;
  line-height: 27px;
  color: #413D58BF;
  font-size: 18px;
  letter-spacing: -0.36px;
}
.basket-empty__title{
  font-family: var(--cci-font-title);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  margin-top: 56px;
  color: #707070;
}
.basket-empty__link {
  font-size: 18px;
  font-weight: bold;
  display: block;
  border: 4px #333f48 solid;
  padding: 12px 0;
  width: 290px;
  text-align: center;
  margin: 30px auto 0;
}
.basket_similar {
  min-height: 130px;
}
.basket-full-update-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% );
  z-index: 999;
}
.clearBasket__container{
  display: flex;
 margin-left: auto;
  align-items: center;
  color: var(--cci-color-red);
  font-size: 14px;
}
.clearBasket__container .mdi{
  height: 18px;
}
.clearBasket__container .clearBasket{
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.1;
  padding: 16px 0 16px 0;
}
.clearBasket__container i.mdi{
  font-size: 18px;
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .basket-full-update-wrap {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .clearBasket__container{
    position: relative;
    margin-top: 0;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    margin-right: 8px;
  }

  .clearBasket__container .clearBasket{
    text-decoration: none;
    line-height: 1.4;
    padding: 16px 0 16px 0;
  }

  #basket .mdl-grid {
    padding: 0 8px;
  }

  #basket .mdl-grid.basket-member-info__wrap {
    padding: 0 8px;
  }

  .clearBasket__container.not-auth-clear-container {
    margin-right: 20px;
    padding: 0 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .clearBasket__container {
    margin-right: 0;
  }
  #basket .mdl-grid {
    padding: 0 4px;
  }
  #basket .basket-member-info__wrap {
    padding: 0 8px;
  }
}
.basket-full-update-wrap .loading {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  z-index: 2;
  border: 0.25rem solid #c3c3c3;
  border-top-color: #84c578;
}
.basket-loading {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0.3rem solid #dedede;
  border-top-color: #c2c2c2;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.basket-wrapper {
  position: relative;
}
.basket-wrap {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  background-color: #fff;
}
.basket-empty {
  width: 100%;
}
.basket-popup-menu-shadow {
  display: none;
  position: fixed;
  background: rgba(0,0,0,0.6);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 91;
  overflow: hidden;
}

.basket-member {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  background-color: #fff;
/* элементы обычных продуктов */
/* Элементы промо-продуктов */
}
.basket-member-wrap {
  background-color: #fff;
}
.basket_dialog__buttons{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.basket_dialog__buttons button{
  padding: 10px 16px;
  z-index: 9999;
  min-width: 150px;
}
@media screen and (max-width: 470px) {
  .basket_dialog__buttons button{
    padding: 10px 16px;
    z-index: 9999;
    min-width: 100px;
    width: 50%;
  }
}
@media screen and (max-width: 1360px) {
  .basket-member-wrap {
    width: 100% !important;
  }
}
.member-basket-separator {
  background-color: rgb(250, 250, 250);
  margin-top: 80px;
}
.basket-member-info {
  height: 75px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 575px) {
  .basket-member-info {
      height: auto;
  }
}
.basket-member-info {
  border-top: 1px solid #e6e6e6;
}
.basket-member-info:first-child {
  border-top: none;
}
.basket-member-info__wrap {
  height: 100%;
}

.basket-member-info .mdi-account {
  font-size: 32px;
  color: #afbec3;
}
.basket-member-name {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  color: rgba(65, 61, 88, 0.75);
  opacity: 0.75;
}
.basket-member-id {
  display: inline-block;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.6px;
  border: 1px solid #e6e6e6;
  margin-left: 16px;
  color: rgba(65, 61, 88, 0.51);
}
@media screen and (max-width: 1024px) {
  .basket-member-id {
    margin-left: 0;
  }
}
.basket-member-transfer {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 24px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #D6D6D6;
  cursor: pointer;
  margin-right: 8px;
}
.basket-member-transfer input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.basket-member-transfer-round {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}
.basket-member-transfer-active {
  background-color: #FA5F55;
}
.basket-member-transfer-active .basket-member-transfer-round {
  left: 26px;
}
.basket-member-transfer-label {
  color: #36414D;
}
.basket-member-transfer-label-active {
  color: #36414d;
}
.basket-member__transfer {
  position: relative;
}
.basket-member__basic-items {
  position: relative;
}
.basket-member__basic-items-header {
  font-size: 10px;
  color: rgba(65, 61, 88, 0.5);
  line-height: 16px;
  text-transform: uppercase;
}
.basket-member__basic-items-header-label {
  width: 100%;
  height: 48px !important;
}
.basket-member__basic-items-header-label svg {
  fill: #afbec3;
}
.basket-member__basic-item {
  position: relative;
  min-height: 130px;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 1024px) {
  .basket-member__basic-item {
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.basket-member__basic-item-actions {
  width: 100%;
}
.basket-member__delete-product-sleep {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}
.delete-product-cancel {
  color: #fa5f55;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  padding-top: 5px;
}
.delete-product-quick {
  cursor: pointer;
  color: rgba(54, 65, 77, 0.75);
}
.basket-member__basic-item-promo {
  display: inline-block;
  font-family:  var(--cci-font-title);
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 10px 2px 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #6d4fbe;
  margin-right: 4px;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .basket-member__basic-item-promo {
    margin: 0;
  }
}
.basket-member__promo-item-promo {
  display: inline-block;
  font-family: var(--cci-font-main);
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 10px 2px 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #6d4fbe;
  text-align: center;
}
.basket-member__promo--text{
  font-size: 12px;
  color: #36414d;
  line-height: 1.28;
  flex-shrink: 4;
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .basket-member__promo-item-promo {
    margin: 0;
  }
}
.promo_product_quantity-wrap {
  font-weight: bold;
}
.promo-product-info i {
  cursor: pointer;
  position: relative;
}
.promo-product-info-window {
  visibility: hidden;
  position: absolute;
  top: 48px;
  right: -70px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  z-index: 1;
  background-color: #fff;
  padding: 16px;
  width: 300px;
  color: #36414D;

  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;

  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.promo-product-info-window:before {
  content: '';
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #55CEFA;
}
.promo-product-info-window:after {
  content: '';
  position: absolute;
  display: block;
  top: -21px;
  right: 75px;
  width: 16px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #55CEFA;
}
.promo-product-info i:hover {
  color: #55CEFA;
}
.promo-product-info i:hover .promo-product-info-window {
  top: 38px;
  visibility: visible;
  -webkit-animation-name: show-block;
  animation-name: show-block;
}
.basket-member__basic-item-new {
  display: inline-block;
  font-family:  var(--cci-font-title);
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 10px 1px 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #fa5f55;
  margin-right: 4px;
  text-align: center;
  margin-bottom: 12px;
}
.basket-member__basic-item-exp {
    display: inline-block;
    padding: 4px 7px;
    margin-right: 4px;
    color: #fff;
    font-size: 20px;
    font-family: var(--cci-font-title);
    font-weight: bold;
    text-transform: uppercase;
    background-color: #413d58;
    margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .basket-member__basic-item-new {
    margin: 0;
  }
}

.basket-member__basic-item__preview {
  background-color: #f5f5f5;
  padding: calc(8px + (12 - 8) * (100vw - 375px) / (1920 - 375));
}
.basket-member__basic-item__preview.new-photo {
  background-color: #f5f5f5;
  padding: 0;
}
.basket-member__basic-item__preview img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 100%;
}
.basket-member__basic-item__preview img {
  max-width: 100%;
  max-height: 100px;
}
@supports not (aspect-ratio: 3 / 2) {
  .basket-member__basic-item__preview {
    position: relative;
  }
  .basket-member__basic-item__preview:after {
    content: '';
    display: block;
    padding-bottom: 66.67%;
  }
  .basket-member__basic-item__preview img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.basket-member__basic-item__name {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #36414D;
}
.basket-member__basic-item__description {
  font-size: 14px;
  color: #36414d;
  line-height: 1.28;
}
.basket-member__basic-item__price-pc sup {
  vertical-align: super;
  font-size: 8px;
  margin-top: 0;
  margin-left: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.basket-member__basic-item__price-pc {
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.basket-member__basic-item__price-pc-label {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}
.basket-member__basic-item__quantity {
  width: 60px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  border: none;
  font-weight: 500;
}
.basket-member__basic-item__quantity-decr {
  position: relative;
  cursor: pointer;
}
.basket-member__basic-item__quantity-decr .mdi {
  font-size: 16px;
  color: rgba(54, 65, 77, 0.75);
}
.basket-member__basic-item__quantity-incr {
  position: relative;
  cursor: pointer;
}
.basket-member__basic-item__quantity-incr.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.basket-member__basic-item__quantity-incr .mdi {
  font-size: 16px;
  color: rgba(54, 65, 77, 0.75);
}
.basket-member__basic-item__quantity__wrap.row_line {
  height: 40px;
  width: 115px;
}
.basket-member__basic-item__quantity__wrap {
  border: 1px solid #DCDCDC;
  padding: 10px;
}
.basket-member__basic-item__mobile_quantity {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  text-align: right;
  text-align-last: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
  margin-top: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .basket-member__basic-item__mobile_quantity {
    padding-right: 24px;
  }
  .basket-member__basic-item__mobile_quantity + .mdi {
    right: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .basket-member__basic-item__mobile_quantity {
    padding-right: 8px;
  }
}
.basket-member__basic-item__mobile_quantity + .mdi {
  position: absolute;
  right: 8px;
  top: calc(50% - 14px);
  color: #36424c;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 420px) {
  .basket-member__basic-item__mobile_quantity + .mdi {
    display: none;
  }
}
.basket-member__basic-item__mobile_quantity-modify {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  height: 100%;
  width: 90px;
  z-index: 99;
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  margin-top: 0;
  cursor: pointer;
}
.basket-member__basic-item__mobile_quantity-modify + .mdi {
  position: absolute;
  right: 25px;
  top: calc(50% - 14px);
  color: #36424c;
  cursor: pointer;
  z-index: 1;
}
.basket-member__basic-item__mobile_quantity-modify option {
  text-align: right;
  text-align-last: right;
}
.basket-member__basic-item__bonus {
  /* font-family:  var(--cci-font-title); */
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #323c4b;
}
.basket-member__basic-item__bonus.type2 {
  padding-bottom: 8px;
}
.basket-member__basic-item__bonus.desktop-bonus {
  display: flex;
}
.basket-member__basic-item__bonus.mobile-bonus {
  display: none;
}
@media screen and (max-width: 1023px) {
  .basket-member__basic-item__bonus.desktop-bonus {
    display: none;
  }
  .basket-member__basic-item__bonus.mobile-bonus {
    display: flex;
    margin-top: 4px;
  }
}
@media (max-width: 575px) {
  .basket-member__basic-item__bonus {
    /* padding-left: 8px; */
  }
}
.basket-member__basic-item__bonus svg {
  margin-top: -2px;
  fill: #fed76d;
}
.basket-member__basic-item__price, .basket-product-bonus.noauth-bonus  {
  color: #323c4b;
  font-size: 20px;
  font-weight: 700;
}
.basket-member__basic-item__price-mobile {
  display: flex;
  flex-wrap: wrap;
}
.basket-member__basic-item__price-wrap {
  position: relative;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .basket-member__basic-item__price-wrap {
    text-align: left;
  }
}
.basket-member__basic-item__sale {
  width: 100%;
  margin-top: 4px;
}
.basket-member__basic-item__sale-price {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #413D5880;
  margin-right: 5px;
}
.basket-member__basic-item__sale-percent {
  line-height: 16px;
  letter-spacing: 0;
  text-decoration:none;
  color: #fd6368;
  margin: 0 0 0 3px;
  padding: 0 3px;
  font-size: 11px;
  font-weight: bold;
  background-color: rgba(253, 99, 104, 0.1);
}
.basket-member__basic-item__price-old {
  padding-right: 8px;
  color: #afbec3;
  font-size: 20px;
  font-weight: normal;
  text-decoration: line-through;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .basket-member__basic-item__price-old {
    text-align: left;
  }
}
.basket-member__basic-item__price-retail {
  width: 100%;
  font-size: 14px;
  color: #8fbf60;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .basket-member__basic-item__price-retail {
    text-align: left;
  }
}
.basket-member__basic-item__price-retail__value {
  display: inline-block;
}
.basket-member__basic-item__currency {
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: bold;
  margin-top: -5px;
  height: 15px;
  margin-left: 3px;
}
.club-price__value .basket-member__basic-item__currency {
  font-weight: normal;
  margin-left: 0;
}
.basket-product-bonus {
  margin-right: 5px;
}
.basket-member__basic-item__transfer {
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
  padding: 0;
  border: none;
  width: 46px;
  height: 24px;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.basket-member__basic-item__transfer-wrap {
  position: relative;
  min-height: 20px;
}
.basket-member__basic-item__transfer-lock {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.basket-member__basic-item__transfer-control {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 24px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #D6D6D6;
  cursor: pointer;
}
.basket-member__basic-item__transfer + .basket-member__basic-item__transfer-control::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}
.basket-member__basic-item__transfer:checked + .basket-member__basic-item__transfer-control::before {
  top: 3px;
  left: 26px;
  background-color: #fff;
}
.basket-member__basic-item__transfer:checked + .basket-member__basic-item__transfer-control {
  background-color: #FA5F55;
}
.basket-member__basic-item .mdi-close {
  cursor: pointer;
  opacity: 0.75;
}
.basket-member__promo-items {
  border-top: 1px solid #55CEFA;
  background-color: #55CEFA0D;
}
.basket-member__promo-items-header-label {
  font-size: 24px;
}
.basket-member__promo-items-header .row_line {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.basket-member__promo-items-header .mdi-gift {
  font-size: 32px;
}
.basket-member-mobile-product-menu_item {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1060;
}
.basket-member-mobile-product-menu_item__line {
  justify-content: space-between;
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0px 1px 0 0 #e6e6e6, 0px -1px 0 0 #e6e6e6;
}
.basket-member-mobile-product-menu_item__line svg {
  fill: #36414d;
}
.basket-member-mobile-product-menu_item__line.transfer-product-active {
  color: #8fbf60;
}
.basket-member-mobile-product-menu_item__line.transfer-product-active svg {
  fill: #8fbf60;
}
.basket-member-mobile-product-menu_item__line.delete-product {
  color: #fa5f55;
}
.delete-product {
  cursor: pointer;
  color: rgba(54, 65, 77, 0.75);
}
.favorite-product.mdi-heart {
  cursor: pointer;
  color: #fa5f55;
  display: block;
  margin-bottom: 20px;
}
.favorite-product.mdi-heart-outline {
  color: rgba(54, 65, 77, 0.75);
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}
.basket-member-mobile-product-menu_item__line.favorite-active {
  color: #fa5f55;
}
.basket-member-mobile-product-menu_item__preview {
  width: 100px;
  text-align: center;
}
.basket-member-mobile-product-menu_item__preview img {
  max-width: 100%;
  max-height: 100px;
}
.basket-member-mobile-product-menu_item__name {
  width: calc(100% - 100px);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.28;
  color: #36414d;
  text-align: left;
}
.basket-member-mobile-product-menu.mdi {
  cursor: pointer;
  font-size: 32px;
  margin-right: 15px;
}
.basket-member__promo-item {
  min-height: 75px;
  border-bottom: 1px solid #55CEFA;
}
.basket-empty {
  margin-top: 30px;
  margin-bottom: 45px;
}
.basket-member__promo-item__preview img {
  max-width: 90%;
  max-height: 100px;
}
.basket-member__promo-item__preview span {
  display: block;
  font-family: var(--cci-font-main);
  font-weight: bold;
  font-size: 20px;
  padding: 3px 8px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #55CEFA;
}
.basket-member__promo-item__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.28;
  color: #36414d;
}
@media screen and (max-width: 1024px) {
  .basket-member__promo-item__name {
    margin-top: 10px;
  }
}
.basket-member__promo-item__description {
  font-size: 14px;
  color: #36414d;
  line-height: 1.28;
}
.basket-member__promo-item__quantity {
  width: 40px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
}
.basket-member__promo-item__price {
  color: #323c4b;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .basket-member__promo-item__price {
    color: #afbec3;
  }
}
.basket-member__promo-item__currency {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  height: 15px;
  margin-left: 3px;
}
@media screen and (max-width: 1024px) {
  .basket-member__promo-item__currency {
    color: #afbec3;
  }
}
.basket-summary {
  width: calc(100% - 64px);

  margin: 0 auto;
  background-color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
  .basket-summary {
    width: calc(50% - 48px);
    max-width: 500px;
  }
  .basket-share-block{
    padding: 8px 0;
  }
}
@media screen and (max-width: 1024px) {
  .basket-summary {
    width: calc(100% - 48px);
    max-width: 1150px;
  }
  .basket-summary:first-child {
    margin-left: 24px;
    margin-right: 24px;
  }
  .basket-summary:last-child {
    margin-right: 24px;
    margin-left: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-items: center;
  }
  .basket-share-block {
    padding: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .basket-summary {
    width: calc(100% - 32px);
    max-width: 1150px;
  }
  .basket-summary:first-child {
    margin-left: 16px;
    margin-right: 16px;
  }
  .basket-summary:last-child {
    margin-right: 16px;
    margin-left: 16px;
  }  
}
@media screen and (max-width: 1360px) {
  .basket-summary-wrapper {
    width: 100% !important;
  }
}
.basket-summary-wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1360px) {
  .basket-summary-wrap {
    position: sticky !important;
    top: 142px;
  }
}
.basket-summary h5 {
  width: 100%;
  font-size: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #f5f5f5;
  font-weight: 500;
}
.basket-summary__label {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.basket-summary__value {
  font-size: 16px;
  line-height: 2;
  text-align: right;
}
.direction--rtl .basket-summary__value  {
  text-align: left;
}
.direction--rtl .basket-summary__label{
  text-align: right;
}
.basket-summary__currency {
  vertical-align: super;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.basket-summary .bold {
  font-weight: bold;
}
.basket-summary .row_line {
  height: unset;
}
.basket-summary .basket-summary-checkout {
  margin-top: 20px;
  margin-bottom: 32px;
  width: 100%;
  height: 64px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #fa5f55;
  font-weight: bold;
}
.basket-summary .basket-summary-checkout.disabled {
  background-color: #707070;
  cursor: default;
}
.basket-summary .basket-summary__informer {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 32px;
  border: 1px solid #F7CEB2;
  border-radius: 8px;
  background-color: #FEF7F2;
  font-size: 14px;
  line-height: 1.4;
  display: none;
}
.basket-line {
  width: 1024px;
  margin: 80px auto 80px auto;
  text-transform: uppercase;
}
.basket-line__progress {
  border-bottom: 1px solid #afbec3;
}
.basket-line__progress-point {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #afbec3;
}
.basket-line__progress-point__active {
  color: #36424c;
  position: relative;
  display: inline-block;
}
.basket-line__progress-point__active:after {
  content: '';
  position: absolute;
  display: block;
  top: 30px;
  width: 100%;
  height: 1px;
  background-color: #36424c;
}
.basket-line__progress-point:first-child {
  text-align: left;
}
.basket-line__progress-point:last-child {
  text-align: right;
}
.basket-information-block {
  background-color: #fff;
}
@media screen and (max-width: 1360px) {
  .basket-information-block-wrap {
    width: 100% !important;
  }
}
.basket-information-block h5 {
  font-size: 20px;
  font-weight: 500;
  color: #36414d;
}
.basket-information-block img {
  max-width: 100%;
}
.align-center.row_line {
  justify-content: center;
  text-align: center;
}
.blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.basket-empty-logo {
    margin-top: 90px;
}
/* мелиа-стили для сетки */
@media screen and (max-width: 1024px) {
  body {
      background-color: #fff !important;
  }
  .basket-empty {
      padding: 0 16px;
  }
  .basket-empty__title{
      margin-top: 50px;
  }
  .basket-empty img{
      max-width: 75%;
  }
  .basket-member__promo-items.gapMar-l,
  .basket-member__basic-item.gapMarL-l,
  .basket-member__basic-item.gapMarR-l {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
  }
  .basket-summary-wrapper.mdl-cell,
  .basket-member-wrap.mdl-cell {
      margin: 0;
  }
  .gapPadL-l.basket-wrapper,
  .gapPadR-l.basket-wrapper,
  .basket-member-wrap.mdl-cell {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
  }
  .basket-member__basic-item-img.mdl-cell {
      background-color: #fff;
      margin-top: 16px;
  }
  .basket-member__basic-item-img > a {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .basket-member__promo-item-img img,
  .basket-member__basic-item-img img {
      max-width: 100%;
  }
  .basket-member__promo-item.mdl-grid {
      padding-left: 8px;
      padding-right: 8px;
  }
}
.alert {
  width: 100%;
  margin: 0 !important;
}

.member-subtotal-wrap {
  padding-right: calc(4.15% - 24px) !important;
}

.member-subtotal {
  width: 100%;
  height: 100% !important;
  font-size: 16px;
}
.member-subtotal_quantity {
  margin-left: 2px;
  font-weight: normal;
}
.member-subtotal_price {
  margin-left: 2px;
  font-weight: normal;
}
.member-subtotal_bonus {
  margin-left: 2px;
  font-weight: normal;
}
.member-subtotal_price-currency {
  width: auto;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1px;
  height: 15px;
  margin-left: 2px;
}





.products .favorites .favorites__titles div {
  height: 48px;
}


/* TABS */
.tabs {
  display: flex;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 1380px ) {
  .tabs {
    width: 100% !important;
  }
}

.tab-item.hide {
  display: none;
}

.tab-item a {
  background: #F5F5F5;
  color: #9B99A6;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  padding: 16px 24px;
}

.tab-item a {
  background: #F5F5F5;
  position: relative;
}

.tab-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F5F5F5;
}

.tab-item a.active {
  background: #fff;
  color: #413D58;
}

.tab-item a.active::after {
  content: "";
  position: absolute;
  top: 0%;
  width: 100%;
  height: 2px;
  background: #F76759;
}

.tab-item .icon {
  margin-right: 9px;
  height: 24px;
}

.tab-item:last-child .icon {
  padding-top: 3px;
}

.tab-item .icon svg path {
  fill: #9B99A6
}

.tab-item a.active .icon svg path {
  fill: #F76759
}

.tab-item a.active .icon i {
  color: #F76759;
}

.mdl-grid.tab-content {
  display: none;
}

.mdl-grid.tab-content.active {
  display: flex;
}

.wrap-left {
  display: none;
  position: relative;
    width: 100%;
}

.wrap-left.active {
  display: block;
}

/* .left-basket {
  min-height: 445px;
} */

.basket-summary-ref-basket.text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 32px;
}

.addCart {
  margin-top: 20px;
  margin-bottom: 32px;
  width: 100%;
  height: 64px !important;
  color: #F76759;
  font-size: 18px;
  font-weight: bold;
  background: rgba(255, 0, 0, 0.1);
}

.addCartFavorites {
  margin-top: 20px;
  margin-bottom: 32px;
  width: 100%;
  height: 64px !important;
  color: #F76759;
  font-size: 18px;
  font-weight: bold;
  background: rgba(255, 0, 0, 0.1);
}

article.productInCart {
  position: relative;
}

.overlay {
  display: none;
}

article.productInCart .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .6);
  z-index: 100;
  display: block;
}

article.productInCart .productBuyContainer {
  display: none;
}

/* .inCart {
  display: none;
}

article.productInCart .inCart {
    display: flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding: 0 calc(10px + (20 - 10) * (100vw - 575px) / (1920 - 575));
    position: absolute;
    z-index: 150;
    background: #fff;
    width: calc(24.9999% - 32px);
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    right: 0;
    padding-right: 10px;
} */

#basket .basket_similar {
    width: 100%;
    display: none;
}

#basket .sliderSimilar-cell {
    width: calc(80% - 16px);
    margin: 8px;
}

@media screen and (max-width: 1023px) {
  #basket .sliderSimilar-cell {
    width: calc(33.3333% - 16px);
  }
}

@media screen and (max-width: 767px) {
  #basket .sliderSimilar-cell {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 640px) {
  #basket .sliderSimilar-cell {
    width: calc(100% - 16px);
  }
}


@media (min-width: 768px) {
  #basket .sliderSimilar-cell {
      width: calc(40% - 16px);
  }
}

@media (min-width: 1024px) {
  #basket .sliderSimilar-cell {
      width: calc(30% - 16px);
  }
}
@media (min-width: 1280px) {
  #basket .sliderSimilar-cell {
      width: calc(30% - 16px);
  }
}
@media (min-width: 1920px) {
  #basket .basket_similar .mdl-grid.mdl-width-area {
    max-width: 1600px;
  }
}



.products {
  width: 100%;
}
.mdl-grid.mdl-width-full {
  width: 100% !important;
}
.products__header{
    position: relative;
    background-size: cover;
    text-align: center;
    height: 150px;
    max-height: 60vh;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 1;
}
.products__header__title{
    position: relative;
    font-family: var(--cci-font-title);
    font-size:48px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}
.favorites .addToBusket, .inCart, .clearProduct, .buttons .addToBusketTarget, .addCartAllProduct, .addCartAllCancel, .addCartAllProductNoMatch, .addCartAllCancelNoMatch, .addCartAllFavoritesNoMatch, .addCartAllCancelFavoritesNoMatch, .addCartAllFavorites, .addCartAllFavoritesCancel {
    height: 48px;
    padding: 0 16px;
    background: #fa5f55;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.57;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.addCartAllProductNoMatch {
  text-transform: none;
}
.addCartAllProduct, .addCartAllCancel, .addCartAllCancelFavoritesNoMatch, .addCartAllFavoritesNoMatch, .addCartAllFavorites, .addCartAllFavoritesCancel, .buttons .addToBusketTarget, .clearProduct {
  text-transform: none;
  height: 40px;
  font-family: 'Rubik';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
    letter-spacing: normal;
}
.buttons .addToBusketTarget, .clearProduct, .addCartAllProduct, .addCartAllCancel, .addCartAllProductNoMatch, .addCartAllCancelNoMatch {
  border-radius: 4px;
  width: 100%;
  max-width: 232px !important;
}
.favorites__empty_info {
    text-align: center;
    max-width:480px;
}
.favorites__empty_info .info_image {
    margin-bottom: 136px;
}
.favorites__empty_info .info_title {
    font-family:  var(--cci-font-title);
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 0;
    color: #707070;
}
.favorites__empty_info .info_text {
    display: block;
    line-height: 24px;
    margin-top:10px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.36px;
    color: #413D58BF;
}
.favorites .offerBuy, .favorites .addToBusket {
    border: 2px solid transparent;
    transition: all 0.25s ease;
}
.favorites .offerBuy .offerBuy__added, .favorites .addToBusket .offerBuy__added{
    display: none;
}
.favorites .offerBuy.ordered .offerBuy__add, .favorites .addToBusket.ordered .offerBuy__add{
    display: none;
}
.favorites .offerBuy.ordered .offerBuy__added, .favorites .addToBusket.ordered .offerBuy__added{
    display: block;
}
.favorites .offerBuy.ordering .offerBuy__add, .favorites .addToBusket.ordering .offerBuy__add, .favorites .offerBuy.ordering .offerBuy__added, .favorites .addToBusket.ordering .offerBuy__added{
    display: none;
}
.favorites .offerBuy.ordering .loading, .favorites .addToBusket.ordering .loading{
    display: block;
}
.favorites .loading {
    display: none;
}
.favorites .catalog-items  .loading {
    margin:auto;
}
.favorites .item {
    overflow: hidden;
    width: 100%;
  }
.favorites article .productCode{
    color: #9db1b3;
}
.favorites article .productName{
    font-weight: normal;
    width:100%;
    display:inline-block;
    font-size: 16px;
    color: #333f48;
    line-height: 1.38;
}
.favorites article .productImage img {
    max-height: 100px;
    max-width: 100%;
}
.favorites .quantity-input {
    width: 48px;
    font-size: 18px;
    color: #333f48;
    text-align: center;
    border:none;
    background:none;
    outline: none;
    /* border: 1px solid #DCDCDC; */
    padding: 10px;
}
.favorites .productPrice__bb {
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #323c4b;
}
.favorites .productPrice__bb svg {
    fill: #fed76d;
}
.favorites .quantityBlock__button {
    padding: 4px;
    border: solid 1px rgba(112, 112, 112, 0.2);
}
.favorites .quantity .button_incr, .quantity .button_decr{
    cursor: pointer;
}
.favorites .quantityBlock__button .mdi{
    font-size: 18px;
}
.favorites .price {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}
.favorites .price__currency {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: bold;
    height: 15px;
    margin-left: 3px;
    position: absolute;
}
.favorites .basket-member__basic-item__sale-price {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0;
    color: #413D5880;
    margin-right: 5px;
}
.favorites .basket-member__basic-item__sale-percent {
    line-height: 16px;
    letter-spacing: 0;
    text-decoration: none !important;
    color: #fd6368;
    margin: 0 0 0 3px;
    padding: 0 3px;
    font-size: 11px;
    font-weight: bold;
    background-color: rgba(253, 99, 104, 0.1);
}
.favorites .favorites__titles div{
    color: #9db1b3;
    font-size: 10px;
    text-transform: uppercase;
}
.favorites .out-of-stock {
    opacity: 0.5;
}

.favorites #edit{
    cursor: pointer;
}
.favorites #cancel {}
.favorites__filters {
    color: #9db1b3;
    border-bottom: 1px #f5f5f5 solid;
    font-size: 14px;
}
.favorites .controls{
    display: none;
}
.favorites_similar{
    min-height:160px;
}
#edit, #delete, #cancel {
    cursor: pointer;
}
.controls .line{
    color: #f5f5f5;
}
.favorites .deleteActive {
    font-weight: bold;
    color: #fa5f55;
    cursor: pointer;
}
.favorites .cci-checkbox {
    width: auto !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}
.favorites .cci-checkbox label{
    padding-left: 0;
}
.favorites .cci-checkbox input[type=checkbox] {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
/*.favorites .info_text {*/
    /*text-align: center;*/
    /*padding: 25px;*/
/*}*/
.emptyFavorites {
    padding:166px 0 20px;
    font-size: 48px;
    font-weight: bold;
    background-color: #fff;
    width: 100%;
}
.favorites .productTitle {
    line-height: 1.28;
}
@media (max-width: 1200px){
    .productImage {
        padding: 18px;
    }
}
@media (max-width: 576px){
    .productImage {
        padding: 12px;
    }
    .price{
        font-size:17px;
    }
}
/* @media (max-width: 760px){
    .productBuyContainer{
        max-width: 75%;
    }
    .productBuyContainer button{
        padding:0 7px;
        font-size:12px;
    }
} */

.productBuyContainer__item {
    align-content: center;
    justify-content: end;
}

.delete-product-ref-basket {
  cursor: pointer;
}

.mdl-grid.favorites {
  overflow: hidden;
}

.item {
  height: 130px;
  transition: height 0.4s, transform .4s;
}

article.prod_card {
    border-top: 1px solid #ebebeb;
}

.mdl-grid.favorites > div:first-child article {
    border-top: none;
}

article.prod_card,
article.prod_card .mdl-grid,
article.prod_card .mdl-grid .mdl-cell {
    height: 100%;
}

article.prod_card .mdl-grid .mdl-cell {
    margin: 0 8px;
    padding: 8px 0;
}

#ref-basket .item.deleted {
      height: 0;
    transform: translateY(-100%);
    transform-origin: bottom;
}

main.ref-empty .tabs > div:nth-child(2) {
  display: none;
}

#favorites .favorite-product.mdi-heart, #favorites .favorite-product.mdi-heart-outline {
  margin-bottom: 0;
}

.left-favorites .basket-summary {
  display: none;
}

.left-favorites .basket-summary.active {
  display: block;
}

.tabs-mobile {
  width: 100%;
  margin: 0 32px;
}

@media screen and (max-width: 760px) {
  .tabs-mobile {
    margin: 0 16px;
  }
}

a.tabs-button {
  width: 100%;
  height: 46px;
  display: flex;
  border: 1px solid #333B4A;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  align-items: center;
  padding: 16px;
  position: relative;
  margin-bottom: 24px;
}

a.tabs-button::after {
  content: '';
  position: absolute;
  right: 16px;
  border: 5px solid transparent;
  border-top: 5px solid #333B4A;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
select::-ms-expand {
  display: none;
}

.select {
  display: none;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid #333B4A;
  padding: 0 16px;
  cursor: pointer;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  height: 46px;
  color: #333B4A;
  margin-bottom: 24px;
}

.select select, .select::after {
  grid-area: select;
}

.select select {
  height: 46px;
  margin-top: 0;
}

.select::after {
  content: "";
  justify-self: end;
  width: 10px;
  height: 5px;
  background-color: #333B4A;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #333B4A;
  border-radius: inherit;
}

@media screen and (max-width: 760px) {
  .select {
    display: grid;
  }

  .tabs {
    display: flex;
    margin: 0 0 -8px !important;
  }

  .item,
  article.prod_card,
  article.prod_card .mdl-grid,
  article.prod_card .mdl-grid .mdl-cell {
    height: auto;
  }

  /* #ref-basket .mdl-cell--hide-phone, */
  #favorites .mdl-cell--hide-phone,
  .tabs.mdl-cell--hide-phone {
    display: none !important;
  }

  .phone-center {
    justify-content: center;
  }

  article.productInCart .inCart {
    position: relative;
    min-width: 120px;
  }

  /* .favorites .productTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */

  article.prod_card {
    padding-bottom: 30px;
  }

  article.productInCart .inCart {
    justify-content: center;
  }

  /* #ref-basket .mdl-cell--order-1-phone.mdl-cell--order-1-phone,  */
  #favorites .mdl-cell--order-1-phone.mdl-cell--order-1-phone {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1 !important;
  }

  /* #ref-basket .mdl-cell--order-2-phone.mdl-cell--order-2-phone, */
  #favorites .mdl-cell--order-2-phone.mdl-cell--order-2-phone {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2 !important;
  }
  /* #ref-basket .mdl-cell--order-3-phone.mdl-cell--order-3-phone, */
  #favorites .mdl-cell--order-3-phone.mdl-cell--order-3-phone {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3 !important;
  }

  /* #ref-basket .mdl-cell */
  #favorites .mdl-cell {
      margin: 8px;
      width: calc(100% - 16px) !important;
  }

  .phone-center {
    justify-content: center;
  }

  /* #ref-basket .mdl-cell--2-col, .mdl-cell--2-col-phone.mdl-cell--2-col-phone, 
  #favorites .mdl-cell--2-col, .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
      width: calc(50% - 16px) !important;
  }*/

  /* #ref-basket .mdl-cell--4-col, .mdl-cell--4-col-phone.mdl-cell--4-col-phone, 
  #favorites .mdl-cell--4-col, .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
      width: 100% !important;
  }*/
}

.flex-col {
  flex-direction: column;
}

.v-dialog__content .v-dialog {
  max-width: 630px;
  width: 100vw;
}

.v-dialog-card__buttons .buttons {
  width: 100%;
  justify-content: center;
}

.buttons button {
  width: 50% !important;
  max-width: 159px;
  text-transform: none;
}

.addCartAllCancel, .clearProduct {
  margin-left: 20px;
}

.addCartAllCancelNoMatch, .addCartAllCancelFavoritesNoMatch, .addCartAllFavoritesCancel  {
  margin-left: 16px;
}

.productInCart {
  text-align: center;
}

.productInCart img {
  max-width: 180px;
}

.productInCartName {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 10px;
}

#addAllModalWrap .v-dialog-card__buttons {
  margin-top: 32px;
}

#addAllModalWrap .buttons.flex {
    width: 100%;
    justify-content: center;
}

#addAllModalWrap .productInCartText {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
}

#addAllModalWrap .v-dialog-card__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

#addAllModalWrap .v-dialog__close {
  top: 12px;
  right: 12px;
}

#addAllModalWrap .v-dialog-card__content {
  padding: 32px;
}

.addCartAllCancel,
.addCartAllCancelNoMatch, .addCartAllCancelFavoritesNoMatch, .addCartAllFavoritesCancel, .clearProduct {
  background: #FFFFFF;
  border: 1px solid rgba(51, 63, 72, 0.75);
  color: rgba(51, 63, 72, 0.75);
}

#addAllModalWrap .v-dialog-card__text {
  opacity: 1;
}

#addAllModalWrap .productInCartText {
  font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;
color: rgba(51, 63, 72, 0.75);
}

#addAllModalWrap .v-dialog-card__title {
  color: #333F48;
  font-family: 'Rubik';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
}

.mobile-visible {
  display: none;
}

.productInCartName, .productInCartText {
    position: relative;
    max-width: 340px;
    text-align: center;
    margin: 5px auto 0;
  }

@media screen and (max-width: 760px) {
  .mobile-none {
    display: none !important;
  }

  .mobile-visible {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
  }

  .favorites .quantity-input {
    width: 26px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
  }

  .basket-summary:last-child {
    margin-top: 0;
  }

  .addCart {
    height: 48px !important;
  }

  article.prod_card {
    padding-bottom: 0;
  }

  article.prod_card .basket-popup-menu-shadow {
    background: rgb(0 0 0 / 19%);
}

  .middle {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
  }

  .productTitleWrap a.productTitle {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #36414D;
  }

  .favorites article .productCode {
    display: inline;
    background: transparent;
    border: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #36414D;
    padding: 0;
  }

  .right > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100% !important;
  }

  .right .quantity {
    padding-right: 8px;
    position: absolute;
    top: 35px;
  }

  article.sale .right .quantity {
    top: 55px;
  }

  @media screen and (max-width: 575px) {
    .right .quantity {
      padding-right: 0;
    }
  }

  .right .favorite-product-mobile {
    position: absolute;
    right: -8px;
    top: -3px;
  }

  .ref-mobile-product-menu .basket-member-mobile-product-menu_item__line {
    padding: 16px 32px 16px 16px !important;
    margin: 0 !important;
  }

  .favorite-product {
    margin-bottom: 0 !important;
  }

  .basket-member-mobile-product-menu_item__line.delete-product-ref-basket {
      color: #fa5f55;
  }

  .favorite-product-mobile {
    border-top: none !important;
  }

  .favorites .loading {
    margin: 0 auto;
  }

  .favorites.ref-busket-list .item {
    margin: 0;
  }

  .bottom .left .delete-product-ref-basket {
    margin-left: 8px;
  }

  .bottom .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .bottom .right .addToBusket,
  .bottom .right .inCart {
    height: 23px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 12px;
    line-height: 1;
    width: auto;
    border: none !important;
  }

  .bottom .right .loading {
    width: 16px;
    height: 16px;
  }

  .middle .productPrice__bb {
    margin-bottom: 8px;
  }
}


@media screen and (max-width: 575px) {
  article .left, article .right {
          width: calc(25% - 16px) !important;
  }

  article .middle {
        width: calc(50% - 16px) !important;
  }

  article .bottom .middle {
      display: none;
  }

  article .bottom .right {
      width: 75% !important;
  }
}


.productImage.productPreview {
    width: 100%;
    display: flex;
    justify-content: center;
}

.flex.column {
  flex-direction: column;
}

.flex.center-x {
  justify-content: center;
}

.flex.wrap {
  flex-wrap: wrap;
}


span.price__value.mainPrice {
    margin-left: 13px;
}

.productPrice__bb.row_line {
    margin-left: 10px;
}


@media screen and (max-width: 768px) {
  span.price__value.mainPrice,
  .productPrice__bb.row_line {
      margin-left: 0;
  }

  .productImage.productPreview {
    justify-content: flex-start;
  }
}

.mobile_clearBasket {
  display: none;
}

@media screen and (max-width: 760px) {
  .mobile_clearBasket {
    display: flex;
  }
  .clearBasket__container .clearBasket {
    padding: 16px 13px 16px 0;
  }
}
.promo-nplusone_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 22px;
  background: #FFF8EE;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.promo-nplusone_fixed svg {
  margin-right: 10px;
}

.promo-nplusone_message {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFAB2B;
}

.promo-nplusone_message span {
  margin-right: 24px;
  font-family: Rubik, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.promo-nplusone_message button {
  width: 80px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #FFAB2B;
  border-radius: 4px;
  font-family: Rubik, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 767px) {
  .promo-nplusone_fixed {
    align-items: flex-start;
    padding: 16px;
  }
  .promo-nplusone_message {
    flex-direction: column;
    width: calc(100% - 32px);
    align-items: flex-start;
    justify-content: flex-start;
  }

  .promo-nplusone_message span {
    margin: 0 0 8px;
  }
}

.basket-member__promo-item__preview span {
  font-family: var(--cci-font-title);
}

.notification {
  margin-top: 12px;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #FFF2F3;
  border-radius: 4px;
  display: flex;
  max-width: 360px;
}

.notification .text {
  margin-left: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Rubik';
  color: #FA5F55;
}

@media screen and (max-width: 1024px) {
  .notification {
    width: 100%;
    max-width: 100%;
  }

  .mdl-grid.basket-member__basic-item {
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .notification {
    margin-top: 0%;
    align-items: center;
  }
}

@media screen and (max-width: 680px) {
  .notification {
    align-items: flex-start;
  }
}


.busket-banner {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 80.65%), #DECFC8;
    border-radius: 12px;
    width: 100%;
    margin: 24px 32px 16px;
    padding: 24px 145px 24px 24px;
    position: relative;
    overflow: hidden;
    min-height: 106px;
    font-family: 'Rubik', serif !important;
    color: #333F48;
}

.busket-banner:after {
    width: 137px;
    content: '';
    position: absolute;
    right: 12px;
    bottom: -2px;
    height: 106px;
    background-size: contain;
    background-repeat: no-repeat;
}

.il .busket-banner {
  padding: 24px 24px 24px 145px;
}

.il .busket-banner:after {
  right: auto;
  left: 12px;
  transform: scale(-1, 1);
}

.banner-1 {
  background: #F1E8FF;
}

.banner-1:after {
  background-image: url(/local/components/cci/basket/templates/basket_new/images/banner-girl-1.png);
}

.banner-2 {
  background: #EDEDEF;
}

.banner-2:after {
  background-image: url(/local/components/cci/basket/templates/basket_new/images/banner-girl-2.png);
}

.banner-3 {
  background: #FFEAF0;
}

.banner-3:after {
  background-image: url(/local/components/cci/basket/templates/basket_new/images/banner-girl-3.png);
}

.banner-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.banner-text {
  max-width: 605px;
  font-size: 14px;
  line-height: 17px;
}

.banner-text a {
  color: #FA5F55;
  font-weight: 500;
}

.busket-banner.mobile-banner {
  display: none;
}

@media screen and (max-width: 1024px) {
  .busket-banner {
    display: none;
  }

  .busket-banner.mobile-banner {
    display: block;
    margin: 24px 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  .busket-banner.mobile-banner {
    padding: 16px;
  }

  .busket-banner.mobile-banner .banner-title, .busket-banner.mobile-banner .banner-text {
    padding-right: 95px;
  }

   .mobile-banner:after {
    right: -30px;
   }

  .banner-1:after {
    background-image: url(/local/components/cci/basket/templates/basket_new/images/banner-girl-1-m.png);
  }

  .banner-2:after {
    background-image: url(/local/components/cci/basket/templates/basket_new/images/banner-girl-2-m.png);
  }

  .banner-3:after {
    background-image: url(/local/components/cci/basket/templates/basket_new/images/banner-girl-3-m.png);
  }

  .il .busket-banner.mobile-banner {
    padding: 16px 16px 16px 100px;
  }

  .il .busket-banner.mobile-banner .banner-title, .il .busket-banner.mobile-banner .banner-text {
    padding-right: 0;
  }

  .il .mobile-banner:after {
    left: -30px;
   }
}

.basket-summary__label {
  font-size: 16px;
  line-height: 20px;
  color: #333F48;
}

.basket-summary__label-total-rice, .basket-summary__total-price {
  font-weight: 700;
}

.basket-summary__label-weight {
  font-weight: 400;
}

.notauth-prices {
  margin-top: 24px;
  background: #F8F9F9;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.notauth-text {
  max-width: 128px;
  font-size: 14px;
  line-height: 17px;
  color: #333F48;
  position: relative;
}

.ro .notauth-text {
  max-width: 145px;
}

.noauth-text-tooltip {
  position: absolute;
  top: 1px;
  right: -10px;
}

.noauth-text-tooltip i {
  color: #BEC1C6;
  font-size: 16px;
}

.notauth-text a {
  font-weight: 500;
  color: #FA5F55;
}

.notauth-price {
  font-size: 12px;
  line-height: 14px;
  color: rgba(51, 63, 72, 0.75);
  text-decoration: line-through;
}

.notauth-price .basket-summary__currency {
  font-weight: 400;
}

.club-price, .bonus-club {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333F48;
}

.club-price .basket-summary__currency  {
  font-weight: 500;
}

.bonus-club {
  display: flex;
  justify-content: end;
}

.bonus-club svg path {
  fill: #FFAB2B;
}

.notauth-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}

.go-auth, .without-reg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 16px;
  text-align: center;
}

.notauth-buttons a.go-auth {
  background: #FA5F55;
  color: white;
  margin-bottom: 20px;
  transition: background .35s;
}

.notauth-buttons a.go-auth:hover {
  background: #E4564D;
}

.notauth-buttons a.without-reg {
  border: 1px solid rgba(51, 63, 72, 0.75);
  color: rgba(51, 63, 72, 0.75);
  padding: 14px 16px;
  transition: all .35s;
}

.notauth-buttons a.without-reg:hover {
  border: 1px solid #333F48;
  color: #333F48;
}
.notauth-buttons a.without-reg.disabled {
  opacity: .4;
  pointer-events: none;
}
.notauth-buttons a.without-reg.showInformer {
  margin-bottom: 12px;
}

.padB-24 {
  padding-bottom: 24px;
}

@media screen and (max-width: 1360px) {
  .notauth-prices {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 1024px) {
  .basket-summary:first-child {
    padding-bottom: 0 !important;
  }
  
  .notauth-text {
    max-width: 100%;
    flex-direction: row !important;
    align-items: center;
  }

  .noauth-text-tooltip {
    right: -20px;
    top: 10px;
  }

  .notauth-text a {
    margin-left: 3px;
  }

  .notauth-prices-wrap {
    display: flex;
  }

  .notauth-prices {
    margin-bottom: 32px;
  }

  .notauth-price {
    margin-right: 8px;
  }

  .notauth-buttons {
    flex-direction: row;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #f5f5f5;
  }

  .notauth-buttons > div {
    margin-right: 24px;
  }

  .notauth-buttons > div, .notauth-buttons > a {
    width: 50%;
  }

  .notauth-buttons a.go-auth {
    margin-bottom: 0;
  }

  .lg-hide {
    display: none !important;
  }

  .basket-information-block-container {
    padding: 0 20px !important;
  }

  .basket-information-block-wrap {
    margin: 0 !important;
  }

  .basket-information-block {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
.mobile-transfer {
  margin-left: 0 !important;
}

}

@media screen and (max-width: 767px) {
  .notauth-text {
    display: block !important;
    max-width: 185px;
  }

  .notauth-text a {
    margin-left: 0;
  }


  .noauth-text-tooltip {
    top: 1px;
  }

  .busket-banner.mobile-banner {
    margin: -12px 16px 16px 16px;
  }

  /* .clearBasket__container {
    padding-bottom: 32px;
    padding-top: 5px;
  } */

  #basket-auth .clearBasket__container {
    padding-bottom: 16px;
  }

  .clearBasket__container .clearBasket {
    padding: 0 8px 0 0;
  }

  .clearBasket__container.not-auth-clear-container {
    margin-right: 16px;
  }

  .clearBasket__container.not-auth-clear-container .clearBasket {
    padding: 16px 0 16px 0;
  }
}

@media screen and (max-width: 760px) {
  .clearBasket__container {
    padding-bottom: 32px;
    padding-top: 5px;
  }

  .clearBasket__container .clearBasket {
    padding: 0 16px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .notauth-prices {
    padding: 8px;
    align-items: center;
  }

  .notauth-prices-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .notauth-buttons {
    flex-direction: column;
  } 

  .notauth-buttons > div, .notauth-buttons > a {
    width: 100%;
  }

  #app-auth-modal {
    margin-bottom: 16px;
  }

  .sm-justify-between {
    justify-content: space-between;
  }
}

.ref-active {
  margin-top: 0 !important;
}

a.tooltip-btn {
  margin-left: 2px;
  margin-top: 3px;
  position: relative;
}

.tooltip-btn svg {
  fill: none;
}

.tooltip-btn .tooltip {
  background: #333F48;
  color: #fff;
  padding: 16px;
  width: 408px;
  max-width: 408px;
  top: -80px;
  right: -27px;
  transition: all .35s;
  transform: translateY(10px);
  opacity: 0;
  font-size: 14px;
  font-weight: 500;
}

.ro .tooltip-btn .tooltip, .pl .tooltip-btn .tooltip {
  top: -105px;
}

.il .tooltip-btn .tooltip {
  right: -365px;
  left: auto;
  top: -65px;
}

.tooltip-btn.mobile {
  display: none;
}

.tooltip-btn .tooltip.active {
  opacity: 1;
  transform: translateY(0);
}

.tooltip-btn .tooltip:after {
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #333F48;
  position: absolute;
  right: 25px;
  bottom: -20px;
}

.il .tooltip-btn .tooltip:after {
  left: 25px;
  right: auto;
}
.mobile_layout{
  display:none;
}
@media screen and (max-width: 1023px) {
  .tooltip-btn.mobile {
    display: block; 
  }

  .tooltip-btn.mobile .tooltip {
    max-width: 310px;
    top: -105px;
    left: -27px;
  }

  .tooltip-btn .tooltip:after {
    left: 25px;
    right: auto;
  }

  .il .tooltip-btn.mobile .tooltip {
    top: -85px;
    right: -267px;
    left: auto;
  }
  .mt-auto--mobile{
    margin-top: auto !important;
  }

  .mobile_layout{
    display: grid !important;
    width: 100%;
    grid-template-columns: 1fr 2fr 72px;
    grid-template-rows: 1fr 22px;
    padding-top: 14px;
    gap: 14px;
  }
  .mobile_layout__product_info{
    grid-column-start: 2;
    grid-row: 1 / span 2;
  }
  .mobile_layout  .basket-member__basic-item__mobile_quantity{
    padding-right: 0px;
  }
  .mobile_layout .basket-member__basic-item__mobile_quantity + .mdi{
    position:relative;
    display: block;
    margin-top: 8px;
    top: 0;
  }
  .mobile_layout__product_quantity{
    position: relative;
    display: flex;
  }
  .mobile_layout__product_menu{
    display: flex;
    justify-content: flex-end;
  }
  .basket-member__basic-item__price-mobile{
    margin-bottom: 4px;
  }
  .basket-member__basic-item__bonus.type2{
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .il .tooltip-btn.mobile .tooltip {
    top: -85px;
    right: -155px;
  }

  .il .tooltip-btn .tooltip:after {
    left: 137px;
    right: auto;
  }
}

@media screen and (max-width: 630px) {
  .tooltip-btn.mobile .tooltip {
    max-width: 300px;
    left: -67px;
  }

  .tooltip-btn .tooltip:after {
    left: 64px;
  }

  .il .tooltip-btn .tooltip:after {
    left: 127px;
    right: auto;
  }
}

@media screen and (max-width: 435px) {
  .tooltip-btn.mobile .tooltip {
    left: -116px;
  }

  .tooltip-btn .tooltip:after {
    left: 114px;
  }
}

@media screen and (max-width: 370px) {
  .tooltip-btn.mobile .tooltip {
    left: -138px;
    max-width: 280px;
    top: -94px;
  }

  .tooltip-btn .tooltip:after {
    left: 136px;
  }

  .il .tooltip-btn.mobile .tooltip {
    top: -85px;
    right: -135px;
  }
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 575px) {
  .mobile-only {
    display: block;
  }

  .basket-member__basic-item__transfer-wrap.mobile-only {
    left: 0 !important;
  }
}

.il .wrapAuthForm .auth-form-popup form .fields .show-password {
    right: auto;
    left: 20px;
}

/* End */


/* Start:/local/components/cci/similar/templates/.default/style.css?17515402312554*/

@media (min-width: 1661px) {
    .similar .sliderSimilar-cell {
        width: calc(25% - 16px);
        margin: 8px;
    }
}
@media (min-width: 1366px) and (max-width: 1660px) {
    .similar .sliderSimilar-cell {
        width: calc(22% - 16px);
        margin: 8px;
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .similar .sliderSimilar-cell {
        width: calc(25% - 16px);
        margin: 8px;
    }
}
@media (min-width: 576px) and (max-width: 1023px) {
    .similar .sliderSimilar-cell {
        width: calc(50% - 16px);
        margin: 8px;
    }
}
@media (max-width: 575px) {
    .similar .sliderSimilar-cell {
        width: 100%;
        margin: 0;
    }
}
.direction--rtl .similar .h2{
    margin-right: 32px;
}
.similar .sliderSimilar-cell .productPreview {
    padding: 8px 16px 24px 16px;
}
.sliderSimilar-cell {
    width: calc(16.66666666% - 16px);
    margin: 8px;
}
.sliderSimilar-cell:first-child {
    margin-left: 0;
}
.similar .offerBuy__added__text, .similar .offerBuy__add__text {
    display: none;
}
.similar .offerBuy__add .mdi, .similar .offerBuy__added .mdi {
    display: inline !important;
}
/* .similar.background-white article {
    background-color: #fafafa !important;
} */
.similar .flickity-button {
    display: block;
    margin-top: -64px;
}
.similar .flickity-prev-next-button {
    background-color: #fff;
    height: 48px;
    width: 48px;
    z-index: 70;
    border-radius: 0;
    transform: translateY(0%);
    transition: opacity .5s;
    top: 0;
}
.catalog-items .productPriceContainer{}
.similar  .catalog-items .productPreview__Container{
    padding:8px;
}

.direction--rtl .similar .flickity-prev-next-button.previous {
    left: 0;
    right: auto;
}
.direction--rtl .similar .flickity-button.next {
    left: 56px;
    right: auto;
}
.similar .flickity-prev-next-button.previous {
    right: 56px;
    left: inherit;
}
.similar .flickity-button.next {
    right: 0;
    left: inherit;
}
.similar .flickity-button {
    border: solid 1px #f0f0f0;
}
.similar .flickity-prev-next-button .flickity-button-icon {
    left: 17px !important;
    top: 17px !important;
    width: 12px !important;
    height: 12px !important;
}
.similar .h2 {
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    color: #707070;
    font-size: 32px;
    margin: 16px 108px 24px 0;
    line-height: 1;
    letter-spacing: normal;
    font-weight: bold;
    font-style: normal;
}
.bx-no-touch .similar.background-white article:hover:after {
    background-color: #fafafa !important;
}

/* End */
/* /local/components/cci/basket/templates/basket_new_no_auth/style.css?175213236561781 */
/* /local/components/cci/similar/templates/.default/style.css?17515402312554 */
