.add-to-basket.button-zakaria {
	color: white !important;
}
.add-to-basket.button-zakaria:hover {
	color: #151515 !important;
}


.full-basket-img {
	max-width: 100%;
  transition: .3s all ease;
}

.full-basket-img:hover {
	transform: scale(1.1);
}


.delete-product-icon {
	cursor: pointer;
	transition: .3s all ease;
	position: absolute;
	right: -5px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	opacity: 0;
}

.cart-inline-item:hover .delete-product-icon, .full-cart-inline-item:hover .delete-product-icon {
	opacity: 1;
}
.delete-product-icon:hover {
	color: red !important;
}

.table-cart-stepper .stepper-arrow.up {
	font-size: 30px;
}

.table-cart-stepper .stepper-arrow.down {
	font-size: 18px;
}

.cart-inline {
  max-height: 80vh;
  overflow: scroll;
}
