/*.aside #basket-panel  .aside-content {*/

/*    box-shadow: 0px 0px 140px rgba(0, 0, 0, 0);*/

/*    transition: box-shadow 0.3s ease-in-out, left 0.3s ease-in-out;*/

/*    -webkit-transition: box-shadow 0.3s ease-in-out, left .3s ease-in-out;*/

/*}*/

/*.snapjs-right .aside .close {*/

/*	opacity: 1;*/

/*	visibility: visible;*/

/*	left: 30px;*/

/*}*/

/*Корзина*/

.aside #basket-panel + .aside-content .basket-footer {
  position: absolute;
  overflow: hidden;
  flex: 0 0 auto;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
}

.aside #basket-panel + .aside-content .basket-footer > .container {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

@media (max-height: 575px) and (orientation: landscape) {
  .aside #basket-panel + .aside-content .table-basket {
    margin-bottom: 70px;
    position: unset !important;
  }
  .aside #basket-panel + .aside-content .container-items {
    margin-bottom: unset;
  }
}

.aside #basket-panel + .aside-content .table-basket {
  /*margin-top: 15px;*/
  padding-top: 10px;
  position: absolute;
  background: white;
  margin-right: 0;
  margin-left: 0;
  right: 0;
  left: 0;
  bottom: 63px;
}

.basket-content .table-basket .table-basket-header {
  font-size: 15px;
  line-height: 17px;
  color: #0288d1;
  opacity: 0.7;
}

.basket-content .table-basket .price-tag-footer {
  font-size: 15px;
  line-height: 18px;
  color: #0288d1;
  font-weight: 500;
}

.aside #basket-panel + .aside-content .basket-footer .checkout-button {
  /*align-items: center;*/
  /* align-self: center; */
  flex-direction: column;
}

.aside #basket-panel + .aside-content .checkout-pay {
  display: inline-block;
  color: #6d4215;
  background-color: #ffdf37;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 0px 25px 0px 25px;
  line-height: 34px;
  margin: 15px;
  text-align: center;
  font-size: 18px;
}

/*popup*/

.b-popup,
.b-popup-mobile-price {
  display: flex;
  visibility: hidden;
  align-items: center;
  /*position: relative;*/
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.81);
  overflow: hidden;
  position: fixed;
  z-index: 5;
  top: 0;
}

.b-popup .b-popup-content,
.b-popup-mobile-price .b-popup-content {
  margin: 40px auto 0px auto;
  width: 290px;
  /* height: 40px; */
  /* position: relative; */
  height: 100%;
  padding: 25px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.b-popup .b-popup-content .item-img,
.b-popup-mobile-price .b-popup-content .item-img {
  position: relative;
  height: 90px;
}

.b-popup .b-popup-content .close,
.b-popup-mobile-price .b-popup-content .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background: url(/local/templates/voltag.kz/images/icon/close-icon.svg)
    no-repeat center;
}

.b-popup .b-popup-content .actions a.tex-info,
.b-popup .b-popup-content .actions a.price,
.b-popup .b-popup-content .actions div.delete,
.b-popup-mobile-price .b-popup-content .actions a.tex-info,
.b-popup-mobile-price .b-popup-content .actions a.price,
.b-popup-mobile-price .b-popup-content .actions div.delete {
  display: inline-block;
  flex: 1;
  color: #6d4215;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 10px 8px 10px;
  line-height: 21px;
  border-radius: 6px;
  line-height: 21px;
  text-align: center;
  /* padding: 0 15px; */
  /*margin: 0 15px;*/
}

.b-popup .b-popup-content .actions a.tex-info,
.b-popup .b-popup-content .actions a.price,
.b-popup-mobile-price .b-popup-content .actions a.tex-info,
.b-popup-mobile-price .b-popup-content .actions a.price {
  text-decoration: none;
}

.b-popup .b-popup-content .actions a.to,
.b-popup-mobile-price .b-popup-content .actions a.to {
  font-size: 18px;
  line-height: 21px;
  color: #0288d1;
  margin: 20px 0;
}

.b-popup .b-popup-content .actions a.tex-info,
.b-popup-mobile-price .b-popup-content .actions a.tex-info {
  background-color: #0288d1;
  color: #f5fcff;
  margin-top: 10px;
  margin-bottom: 10px;
  /* margin-left: 5px; */
}

.b-popup .b-popup-content .actions a.price,
.b-popup-mobile-price .b-popup-content .actions a.price {
  background-color: #e6f3fa;
  color: #0288d1;
  margin-right: 5px;
}

.b-popup .b-popup-content .actions div.delete,
.b-popup-mobile-price .b-popup-content .actions a.delete,
.b-popup-mobile-price .b-popup-content .actions div.delete:not(:last-child) {
  background-color: #fae6e6;
  color: #d10202;
  /* margin-right: 5px; */
}

.mr5px {
  margin-right: 5px;
}
.b-popup .b-popup-content img,
.b-popup-mobile-price .b-popup-content img {
  width: 78px;
  height: 78px;
  left: 0;
  position: absolute;
  top: 0;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 8px;
}

.b-popup .b-popup-content .item-info,
.b-popup-mobile-price .b-popup-content .item-info {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.b-popup .b-popup-content .hr,
.b-popup-mobile-price .b-popup-content .hr {
  border-bottom: 1px solid #9acfed;
}

.b-popup .b-popup-content .item-info .item-info-summary,
.b-popup-mobile-price .b-popup-content .item-info .item-info-summary {
  line-height: 23px;
  color: #0288d1;
}

.b-popup .b-popup-content .item-img .item-info-summary .item-info-name,
.b-popup .b-popup-content .item-info .item-info-summary .item-info-name,
.b-popup-mobile-price
  .b-popup-content
  .item-info
  .item-info-summary
  .item-info-name {
  font-weight: 500;
  font-size: 20px;
}

.b-popup .b-popup-content .item-info .item-info-summary .item-info-name,
.b-popup-mobile-price
  .b-popup-content
  .item-info
  .item-info-summary
  .item-info-name {
  font-size: 18px;
}

.b-popup .b-popup-content .item-info .item-info-summary,
.b-popup-mobile-price .b-popup-content .item-info .item-info-summary {
  flex: 1;
  align-self: center;
}

.b-popup .b-popup-content .item-info .item-count,
.b-popup-mobile-price .b-popup-content .item-info .item-count {
  flex: unset;
}

.b-popup .b-popup-content .item-price,
.b-popup-mobile-price .b-popup-content .item-price {
  padding: 15px 0;
}

.b-popup .b-popup-content .item-price span,
.b-popup-mobile-price .b-popup-content .item-price span {
  color: rgba(2, 136, 209, 0.7);
  display: block;
}

.b-popup .b-popup-content .item-price > span:first-child,
.b-popup-mobile-price .b-popup-content .item-price > span:first-child {
  font-size: 24px;
  line-height: 28px;
  color: rgba(2, 136, 209);
}

.b-popup .b-popup-content .item-price span:last-child,
.b-popup-mobile-price .b-popup-content .item-price span:last-child {
  font-size: 16px;
  line-height: 18px;
}

/*input*/

.input-number-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-number-group input[type="number"]::-webkit-inner-spin-button,
.input-number-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.input-number-group .input-group-button {
  line-height: calc(80px / 2 - 5px);
}

.input-number-group .basket-input-quantity {
  vertical-align: top;
  width: 25px;
  text-align: center;
  outline: none;
  display: block;
  /*padding-top: 2px;*/
  margin: 3px 0 0;
  color: #0288d1;
}

.input-number-group .basket-input-quantity,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  border: none;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  color: #ffffff;
  background: #0288d1;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}

.b-popup .item-img .item-info-summary {
  display: none;
}
.b-popup .item-price .item-count {
  display: none;
}
@media (orientation: portrait) {
  .horiz {
    display: none !important;
  }
}
@media (orientation: landscape) {
  .b-popup .b-popup-content,
  .b-popup-mobile-price .b-popup-content {
    width: 500px;
  }
  .filler {
    flex-grow: 1;
    text-align: center;
  }
  .b-popup .b-popup-content .item-img,
  .b-popup-mobile-price .b-popup-content .item-img {
    height: auto;
    padding-bottom: 10px;
  }

  .b-popup .b-popup-content .actions a.tex-info,
  .b-popup-mobile-price .b-popup-content .actions a.tex-info {
    width: 100%;
    margin: 0;
  }

  .b-popup .item-price .item-count {
    display: flex;
  }
  .b-popup .item-img .item-info-summary {
    margin-left: 90px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .b-popup .item-img {
    display: flex;
    align-items: center;
  }
  .b-popup .item-img .item-info-name {
    display: flex;
    align-items: center;
    color: #0288d1;
  }
  .b-popup .item-price {
    display: flex;
    align-items: flex-end;
  }
  .b-popup .item-price #price {
    flex: 1;
  }
  .b-popup .item-price > * {
    margin-right: 10px;
  }
  .b-popup .item-price > :last-child {
    margin-right: 0px;
  }
  .b-popup-mobile-price .b-popup-content {
    display: block;
  }

  .b-popup .b-popup-content .item-price .input-number-group span,
  .b-popup-mobile-price .b-popup-content .item-price .input-number-group span {
    color: white;
    font-size: 19px;
    line-height: 33px;
  }
}
