/* Start:/bitrix/templates/makukhinmoscow/components/bitrix/sale.basket.basket.small/popup/style.css?16546925694645*/
.popup-basket {
  position: absolute;
  background: #fff;
  border: none;
  z-index: 17;
  padding: 15px;
  right: 0;
  top: 62px;
  width: 325px;
  display: none;
}

.nav-item.menu-cart {
  position: relative;
}

.small-basket-wrapper {
  overflow-y: auto;
  max-height: 85vh;
  padding-right: 10px;
  padding-left: 10px;
}

.small-basket-wrapper .small-basket-item {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-height: 70px;
  border-bottom: 1px solid #c5c0c0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.small-basket-wrapper .small-basket-item img {
  max-height: 100%;
  max-width: 60px;
}

.small-basket-wrapper .small-basket-item .small-basket-item-picture {
  margin-right: 15px;
  max-width: 55px;
}

.small-basket-wrapper .total-count {
  margin-bottom: 15px;
  font-family: ArialNova, Arial, Helvetica;
  font-size: 15px;
}

.small-basket-wrapper .delete-small-basket {
  position: absolute;
  right: 5px;
  bottom: 24px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.small-basket-wrapper .delete-small-basket:before,
.small-basket-wrapper .delete-small-basket:after {
  position: absolute;
  display: block;
  left: 15px;
  width: 15px;
  height: 1px;
  background-color: #000000;
  content: "";
  top: 7px;
}

.small-basket-wrapper .delete-small-basket:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.small-basket-wrapper .delete-small-basket:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.small-basket-wrapper .delete-small-basket:hover:before,
.small-basket-wrapper .delete-small-basket:hover:after {
  opacity: 0.7;
}

.small-basket-to-order {
  font:
    16px/50px ArialNovaLight,
    Arial,
    Helvetica;
  padding: 0 35px;
  float: left;
  text-transform: none;
  margin-top: 15px;
  width: 100%;
  color: #f5f1ed;
  background: #252525;
  border-radius: 0;
  cursor: pointer;
  display: block;
  outline: none;
  text-align: center;
  border: none;
  transition:
    color 0.3s linear 0s,
    background 0.3s linear 0s;
  text-decoration: none;
}

.small-basket-to-order:hover,
.small-basket-to-order:active {
  background: #666666;
  color: #f5f1ed;
  text-decoration: none;
}

.small-basket-item a {
  color: #252525;
  text-decoration: none;
  font:
    12px/12px ArialNova,
    Arial,
    Helvetica;
  text-transform: uppercase;
}

.small-basket-item .name a {
  padding-right: 30px;
  display: inline-block;
  color: #252525 !important;
}

.small-basket-item a:hover {
  color: #666666;
}
.small-basket-wrapper .total-price b {
  font:
    bold 16px/16px ArialNovaLight,
    Arial,
    Helvetica;
}

.close-small-basket {
  display: none;
}

.popup-basket .m-btn {
  color: #ffffff;
  line-height: 48px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.small-basket-item-info {
  margin-top: 5px;
}

@media (max-width: 1120px) {
  .total-count {
    position: relative;
  }

  .close-small-basket {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .close-small-basket::after {
    position: absolute;
    display: block;
    left: 20px;
    width: 20px;
    height: 2px;
    background-color: #000000;
    content: "";
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .close-small-basket::before {
    position: absolute;
    display: block;
    left: 20px;
    width: 20px;
    height: 2px;
    background-color: #000000;
    content: "";
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-item.menu-cart {
    position: unset;
  }
  .navbar.static-top > .container-fluid {
    position: relative;
  }

  .popup-basket {
    top: 44px;
    right: -20px;
  }

  .small-basket-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .m-navbar-item {
    position: static !important;
  }
  .popup-basket {
    top: 54px;
    left: 0;
    right: 0;
    width: auto;
    border-top: 1px solid #c5c0c0;
  }
  .popup-basket .m-btn {
    line-height: 38px;
  }
}
/* End */
/* /bitrix/templates/makukhinmoscow/components/bitrix/sale.basket.basket.small/popup/style.css?16546925694645 */
