

/* Start:/local/components/cci/basket/templates/basket/style.css?159836773523232*/
.iconList img{
  margin-right:12px;
  padding-top:20px;
}
.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;
}
@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: #949494;
  opacity: 0.2;
  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: 'bebas-neue';
  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: 8px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 16px);
}
@media screen and (max-width: 1024px) {
  .basket-full-update-wrap {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
}
.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;
}
@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: #e6e6e6;
  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: #afbec3;
}
.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;
  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: 'bebas-neue';
  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: 'bebas-neue';
  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;
}
@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: 'bebas-neue';
  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;
  font-family: 'bebas-neue';
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 10px 2px 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #ADBFBF;
  margin-right: 4px;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .basket-member__basic-item-new {
    margin: 0;
  }
}
.basket-member__basic-item__preview img {
  max-width: 100%;
  max-height: 100px;
}
.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 .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: 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: 'bebas-neue';
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #323c4b;
}
@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 {
  color: #323c4b;
  font-size: 20px;
  font-weight: bold;
}
.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;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -5px;
  height: 15px;
  margin-left: 3px;
}
.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: #e6e6e6;
  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: 'bebas-neue';
  font-weight: bold;
  font-size: 20px;
  padding: 3px 10px;
  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% - 40px);
    max-width: 500px;
  }
  .basket-share-block{
    padding: 8px 0;
  }
}
@media screen and (max-width: 1024px) {
  .basket-summary {
    width: calc(100% - 40px);
    max-width: 1150px;
  }
  .basket-summary:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }
  .basket-summary:last-child {
    margin-right: 20px;
    margin-left: 20px;
    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: 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;
  text-transform: uppercase;
}
.basket-summary__label {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.basket-summary__value {
  font-size: 16px;
  line-height: 2;
  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-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: bold;
  color: #36414d;
  text-transform: uppercase;
}
.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__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;
}


/* End */


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

@media (min-width: 1366px) and (max-width: 1660px) {
    .similar .sliderSimilar-cell {
        width: calc(20% - 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;
    }
}
.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;
}
@media (min-width: 575px){
    .similar .productPrice__value, .similar  article .productTitle, .catalog-items .productDescriptionFull__content {
        font-size: 14px !important;
        line-height: 1.3;
    }
    .similar .productPriceContainer {
        margin-top:3px  !important;
        font-size: 14px !important;
    }
}

.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: bebas-neue;
    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/style.css?159836773523232 */
/* /local/components/cci/similar/templates/.default/style.css?15983677352424 */
