/** BASKET */
.basket-icon-div .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-style: solid;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.25rem;
}

.basket-icon-div .btn {
	width: 56px;
	min-width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 50%;
	background: #da291c none repeat scroll 0 0;
	color: #fff;
	z-index: 1000;

	position: relative;
	display: block;
	transition: all .2s ease-in-out;
	transition: all .3s cubic-bezier(.55,0,.1,1);

	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

#buttonBasket svg {
	line-height: 54px
}