

/* Start:/local/templates/mtr/components/bitrix/sale.basket.basket.line/shop/style.css?1650451426630*/
.bx-basket {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #000;
    padding: 20px;
    color: #fff;
	z-index: 999;
	transition: all .2s ease;
}
.bx-basket:hover {
	opacity: 0.8;
}
.bx-basket .bx-basket-block {
    position: relative;
}
.bx-basket .fa {
    font-size: 28px;
	color: #fff;
}
.bx-basket span {
    font-size: 16px;
    font-family: Bahnschrift;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    line-height: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    top: -10px;
    right: -10px;
}
/* End */
/* /local/templates/mtr/components/bitrix/sale.basket.basket.line/shop/style.css?1650451426630 */
