.cart-delayed {
  display: inline-block;
  padding: 0 12px 0 0;
  vertical-align: top;
  position: relative;
}

.cart-delayed__count {
  position: absolute;
  top: 5px;
  right: 2px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  text-align: center;
  display: block;
  padding: 0;
  line-height: 17px;
  background: #5b9118;
  color: #fff;
  border-radius: 50%;
}

.cart-line {
  display: inline-block;
  vertical-align: top;
  background: #e31e24;
  padding: 0 10px;
  color: #fff;
  margin: 0 -12px;
}

.cart-line-info {
  display: inline-block;
  line-height: normal;
  margin: 0 0 0 5px;
  position: relative;
  top: 4px;
}

a.inline-block {
  display: inline-block;
}

@media (max-width: 900px) {
  .cart-delayed__name {
    display: none;
  }
}

@media (max-width: 767px) {
  .cart-line .header__cart-img {
    max-width: 30px;
    top: 5px;
    vertical-align: middle;
    top: 0;

  }
}

.basket-count-block {
  margin-bottom: -14px;
  padding-top: 7px;
}

.basket-count {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 0;
  border-radius: 50%;
  line-height: 1.6;
  text-align: center;
  font-size: 11px;
}

#bx_basketFKauiI {
  display: flex;
}

.cart-delayed__name {
  display: none;
}

.cart-delayed .fa-heart:before {
  content: "";
}

.cart-delayed .fa-heart {
  margin-top: 8px;
  background: url("/local/templates/martin-sad.ru/components/bitrix/sale.basket.basket.line/.default/images/2.png") center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.topBar ul.topBarNav li a {
  max-height: 42px;
}

@media (max-width: 767px) {
  .cart-delayed .fa-heart {
    margin-top: 8px;
    background: url(/local/templates/martin-sad.ru/components/bitrix/sale.basket.basket.line/.default/images/2.png) center no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    filter: invert(1) brightness(10);
  }

  .header-compare-count a img {
    filter: invert(1) brightness(10);
    max-width: 25px !important;
    margin-top: 0 !important;
  }

  .cart-delayed__count {
    background: #fff;
    color: #333;
  }
}


.topBar ul.topBarNav li ul.cart-top-appear {
  width: 650px;
  visibility: visible;
  opacity: 1;
  background: #f5f5f5;
}

.product-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

a.product-image {
  width: 100px;
  overflow: hidden;
  max-height: 100px;
  display: block;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 15px;
}

.amount-price-wrap {
  width: 120px;
  min-width: 120px;
  text-align: right;
}

.product-name {
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 7px;
  font-size: 14px;
}

.topBar ul.topBarNav li .product-name a {
  padding-left: 0px;
}

.cart-top-appear .cart-items .items {
  padding: 10px;
  overflow-y: scroll;
  max-height: 400px;
}

.product-image-wrap {
  min-width: 80px;
  height: 80px;
  padding: 0;
  overflow: hidden;
  margin: 10px;
  padding-top: 3px;
}

.cart-items li {
  border-bottom: 1px solid #ccc !important;
}

.cart-footer .btn {
  width: 180px;
  margin-left: 15px;
}

.cart-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 10px 15px 20px;
}

.free-shipping img {
  width: 50px;
  margin-right: 20px;
}

.cart-top-appear a.free-shipping {
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  background: #5b9118;
  font-size: 18px;
  display: block;
  max-height: 50px !important;
}

.fixed .cart-delayed {
/*  display: none;*/
}

.fixed #bx_basketT0kNhm {
  position: relative;
}

.fixed #bx_basketT0kNhm:hover .cart-top-appear {
  display: block !important;
}


#bx_basketFKauiI:hover .cart-top-appear {
  display: block !important;
}

@media (max-width: 767px) {
  
 .menu-line div[class^="col-"] {
    margin-bottom: 0;
}
  #bx_basketFKauiI:hover .cart-top-appear {
    display: none !important;
  }

  .fixed #bx_basketT0kNhm:hover .cart-top-appear {
    display: none !important;
  }

  .fixed-box .linkdown {
/*    overflow: hidden;*/
  }
}

.fixed .cart-line-info {
  display: none;
}

.chars2 {
  font-weight: normal;
  padding: 5px 0;
  font-size: 13px;
  color: #555;
}
