

/* Start:/local/templates/sushivashi/components/bitrix/sale.basket.basket/basket/style.css?16849040201847*/
.basket-item-actions-remove {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
	bottom:90px;
}

.basket-coupon-delete{
	position: relative;
	display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}


.basket-item-block-actions {
    position: relative;

}
.basket-items-list-item-remove {
    vertical-align: top;


}

.basket-item-actions-remove:hover:after, .basket-item-actions-remove:hover:before,
.basket-coupon-delete:hover:after, .basket-coupon-delete:hover:before {
    background-color: #7e000f;
}
.basket-item-actions-remove:before, .basket-coupon-delete:before {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

.basket-item-actions-remove:after, .basket-coupon-delete:after{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.basket-item-actions-remove:after, .basket-item-actions-remove:before,
.basket-coupon-delete:after, .basket-coupon-delete:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    background: #d0021b;
    content: '';
    transition: 300ms background-color ease;
}

@media(max-width:1330px){
	.basket-item-actions-remove {
		bottom:60px;	
	}
}

@media(max-width:1000px){
	.basket-item-actions-remove {
		bottom:90px;	
	}
}

@media(max-width:768px){
	.basket-item-actions-remove {
		bottom:65px;	
	}
}

@media(max-width:576px){
	.basket-item-actions-remove {
		bottom:0;	
	}
	.basket__product-modifier{
		padding:0 20px;
	}
}

.basket__product-modifier{
	display:flex;
	flex-direction:row;
}

.basket__product-modifiers .basket-item-actions-remove{
	bottom:0;
}
/* End */
/* /local/templates/sushivashi/components/bitrix/sale.basket.basket/basket/style.css?16849040201847 */
