.bx-basket-item-list {
  display: none;
  height: auto;
  width: 400px;
  position: relative;
  right: -25px;
  z-index: 9999;
  background: #fff;
  top: -5px;
}

/*//////////////////////////////////////////////////////////////////////////*/
.bx-basket {}

/*.bx-basket-block {*/
/*font-size: 12px;*/
/*padding-bottom: 5px;*/
/*white-space: nowrap;*/
/*position: relative;*/
/*padding-left: 20px;*/
/*}*/
.bx-basket-block>.fa {
  color: #97a1ab;
  width: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}

.bx-basket-block a {
  color: var(--main_font_color);
  border-bottom: 1px dashed;
  margin-right: 10px;
}

.bx-basket-block a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.bx-basket-item-list-item-build{
  font-size: 12px;
  margin-bottom: auto;
  margin-top: 7.bx-soa-item-img-blockpx;
  width: 100%;
}
/*FIXED BASKET*/
@media (min-width: 768px) {
  .bx-basket-fixed {
    width: 200px;
    position: fixed;
    z-index: 998;
    background: #fff;
    padding-top: 10px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    overflow: hidden;
  }

  .bx-basket-fixed.top {
    top: 10px
  }

  .bx-basket-fixed.right {
    right: 10px
  }

  .bx-basket-fixed.bottom {
    bottom: 10px
  }

  .bx-basket-fixed.left {
    left: 10px
  }

  .bx-basket-fixed.bx-max-height {
    top: 10px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .bx-basket-fixed {
    /*width: 200px;*/
    position: fixed;
    z-index: 998;
    background: #fff;
    padding-top: 10px;
    border: 1px solid #F0F0F0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .bx-basket-item-list {
    display: none;
  }

  /*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block {
  margin-left: 10px;
}

.bx-basket-item-list {
  position: relative;
  overflow: hidden;
}

.bx-opener .bx-basket-item-list {
  -padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bx-closed .bx-basket-item-list {
  height: 20px;
  overflow: hidden;
}

.bx-basket-item-list-action {
  cursor: pointer;
  background: #F7F7F7;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 120;
  height: 20px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  color: #4f4f4f;
  padding: 3px 0;
}

.bx-basket-item-list-item {
  display: flex;
  align-items: center;
}

.bx-basket-item-list-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  border-top: 1px solid #F7F7F7;
  background: #fff;
  padding: 0 15px;
  justify-content: space-between;
}

.bx-basket-item-list-button-container .prise_box {
  display: flex;
  color: #1e1e1e !important;
  cursor: default;
  width: 50%;
  height: 70px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -16px;
}

.bx-basket-item-list-button-container .prise_box span.bold {
  font-weight: 500;
  margin-left: 10px;
  color: #3D4158;
}

.bx-basket-item-list-button-container a.btn {
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
  width: 50%;
  font-size: 16px;
  max-width: 180px;
}

.bx-basket-item-list-button-container a.btn span {
  display: block;
  position: relative;
  z-index: 10;
}

.bx-basket-item-list-container {
  overflow-y: scroll;
  max-height: 220px;
}

.bx-basket-item-list-container::-webkit-scrollbar {
  width: 3px;
  background-color: #cacaca;
}

.bx-basket-item-list-container::-webkit-scrollbar-thumb {
  background-color: var(--main_color);
}

.bx-basket-item-list-item {
  position: relative;
  padding: 15px;
  padding-right: 30px;
  border-bottom: 1px solid #F7F7F7;
  justify-content: center;
  align-items: center;
}

.bx-basket-item-list-item:hover .bx-basket-item-list-item-name a {
  color: var(--main_color_hover);
}

.bx-basket-item-list-item:active .bx-basket-item-list-item-name a {
  color: var(--main_color_active);
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.bx-basket-item-list-item-status {
  font-weight: bold;
  padding: 3px;
  background: #EBEBEB;
  margin: 0 10px 20px;
  line-height: 16px;
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  white-space: normal;
}

.bx-basket-item-list-item-img {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: ease-out .3s;
}

.bx-basket-item-list-item-img a {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}

.bx-basket-item-list-item-img img {
  vertical-align: middle;
}

.bx-basket-item-list-item-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 245px;
  height: 80px;
  padding-left: 15px;
}

.bx-basket-item-list-item-name a {
  font-size: 12px;
  color: var(--main_font_color);
  text-decoration: none;
  white-space: normal;
  line-height: 14px;
}

.bx-basket-item-list-item-name a {
  color: var(--main_font_color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bx-basket-item-list-item-remove {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-image: url(../../../../images/icons/cross-remove.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  opacity: .5;
  transition: ease-out .3s;
}

.bx-basket-item-list-item-remove:hover {
  opacity: 1;
}

.bx-basket-item-list-item-remove:active {
  transform: scale(.8);
}

.bx-basket-item-list-item-price-block {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  width: 105px;
  height: 38px;
  position: relative;
}

.bx-basket-item-list-item-price {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.bx-basket-item-list-item-price strong {
  font-size: 16px;
  font-weight: 500;
  color: #3D4158;
}

.bx-basket-item-list-item-price-old {
  display: inline-block;
  text-decoration: line-through;
  color: #B0B0B0;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
}

.bx-basket-item-list-item-price-summ {
  display: none;
}

.bx_cart_login_top .bx-hdr-profile a {
  text-decoration: none;
}

.bx_cart_login_top .bx-hdr-profile {
  line-height: 1.44em;
}

.bx-basket .bx-basket-item-list {
}

#open__basket:hover:before {
  content: '';
  width: 150px;
  height: 33px;
  bottom: -25px;
  right: 0;
  position: absolute;
}

#open__basket .bx-basket-item-list {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
	text-align: left;
  background-color: #fff;
  top: 54px;
  right: -10px;
  width: 500px;
  min-width: 430px;
  max-width: 430px;
  transition: .3s ease-in-out;
  text-align: left;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

#open__basket:hover .bx-basket-item-list {
  opacity: 1;
  visibility: visible;
}

/*.bx-basket-item-list {*/
/*padding-bottom: 0;*/
/*}*/
.bx-basket-item-list-item-img img{
	width: 100%;
  height: 100%;
  object-fit: cover;
}