.icon-box_item .bx-basket {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartline_wrapper {
    position: absolute;
    cursor: default;
    right: 0;
    top: 100%;
    padding-top: 10px;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease, .1s ease-out top, .1s ease-out padding;
    transition: .3s ease, .1s ease-out top, .1s ease-out padding;
}
.header .sticky .cartline_wrapper {
    right: 65px;
}

.cartline_wrapper-wrp {
    width: 100%;
    min-width: 310px;
    max-width: 312px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.header #basket_in:hover  .cartline_wrapper {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}

.scroll_bar_main::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}
.scroll_bar_main::-webkit-scrollbar-thumb {
    background-color: var(--main_color);
}

.cartline_wrapper .wrapper-inner {
    position: relative;
}

.cart-list-wrapper {
    overflow: hidden;
    max-height: 287px;
}

.cart-list-item {
    padding: 10px;
    position: relative;
    border-bottom: 0;
}
.cart-list-item + .cart-list-item {
    border-top: solid 1px rgba(151, 151, 151, 0.34);
}

.cart-list-item-wrapper-img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-list-item-wrapper-img img {
    max-width: 100%;
    max-height: 100%;
}

.cart-list-item-img {
    margin-right: 10px;
}

.cart-list-item-name-box {
    line-height: 16px;
    color: #444;
    cursor: pointer;
    transition: color .1s ease;
    display: inline-block;
    margin-right: 15px;
}

.cart-list-item-name-box .item_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
    height: 32px;
  -webkit-box-orient: vertical;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
    color: var(--main-txt);
    margin-bottom: 3px;
}
.cart-list-item-name-box .item_name:hover {
    color: var(--main_color);
}

.cart-list-item-price .price {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.cartline_wrapper .product_item-link {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
}

.cartline_wrapper .product-item-container {
}

.cartline_wrapper .swiper-wrapper {
    padding: 0 1px;
}

.cartline_wrapper .product_item_wrapper_img {
    height: 150px;
    line-height: 150px;
}

.cartline_wrapper .product_item_wrapper_img .product_item_img-bg {
    max-width: 90%;
    max-height: 90%;
    border: none;
}

.cartline_wrapper .product_item_name_box {
    height: 34px;
    font-size: 12px;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
}

.cartline_wrapper .product_item_name_box a.item_name {
    font-size: 12px;
    color: var(--main_link_color);
    text-align: left;
}
.product_item__cart.on-basket .product-item-amount, .bx-catalog-element.on-basket .product-detail-byu-container .product-item-amount {
    display: block;
}

.product-item-container:after, .product-item-container:before,
.bx-catalog-element .product-detail-byu-container .quantity-block:after, .bx-catalog-element .product-detail-byu-container .quantity-block:before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.bx-catalog-element .product-detail-byu-container .quantity-block:after, .bx-catalog-element .product-detail-byu-container .quantity-block:before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.product-item-container:after, .bx-catalog-element .product-detail-byu-container .quantity-block:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    margin: 15px;
    display: block;
    height: 95%;
    border-radius: 10px;
}
/*.product-item-container:before, .bx-catalog-element .product-detail-byu-container .quantity-block:before {*/
/*    display: flex;*/
/*    font-family: FontAwesome;*/
/*    content: "\f110";*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 35px;*/
/*    color: var(--main_color);*/
/*    animation: fa-spin 1s infinite steps(8);*/
/*}*/

.product-item-container:before,
.bx-catalog-element .product-detail-byu-container .quantity-block:before {
  max-height: 222px;
}
.product-item-container.loader-on:after, .bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:after {
    z-index: 1000;
}
.product-item-container.loader-on:before, .bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:before {
    z-index: 1001;
}
.product-item-container.hover.loader-on:before,
.bx-catalog-element .product-detail-byu-container.hover .quantity-block.loader-on:before{
    height: 536px;
}
.product-item-container.loader-on:after, .product-item-container.loader-on:before,
.bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:after, .bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:before {
    opacity: 1;
    visibility: visible;
}
.btn-goods-link.btn {
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: var(--main_color);
    text-align: center;
    font-weight: 600 !important;
}
.btn-goods-link.btn:focus{
    background-color: var(--main_color);
    color: var(--main-txt);
}
.btn-goods-link.btn:hover{
    background-color: var(--main_color_hover);
    color: var(--main-txt);
}
.btn-goods-link.btn:active{
    background-color: var(--main_color_active);
    color: var(--main-txt);
}
@media (max-width: 900px){
  .bx-basket .row{
    margin-left: -10px;
    margin-right: -10px;
  }
  .title_box .row{
    margin-left: -10px;
    margin-right: -10px;
  }
}

.icon-item.basket-icon svg{
  margin-right: 0px;
}

.btn-goods .btn-goods-link{
  padding: 14px 0;
}

/* .img_sprite_cart{
  width: 22px;
  height: 22px;
  background-image: url(images/smart-cart.png);
  background-position: 0px 0px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 22px 44px;
} */

@media (max-width: 1024px){
  .icon-item.basket-icon svg{
    margin-right: 0px;
    fill: var(--main_color);
  }
  /* .img_sprite_cart{
    background-position: 0px -22px;
    width: 25px;
    height: 25px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 0px;
    background-size: 23px 46px;
    position: relative;
    top: -1px;
  } */
}
/*
.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
    position:absolute;
    width: 20px;
    height: 20px;
}
.basket-item-amount-filed { padding:0 20px; }
.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
    background-color: transparent;
    cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #979797;
    content: "";
    transition: 300ms all ease;
}
.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.basket-item-amount-btn-plus:before {
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
}
*/