.ortonica-small-cart {
	position: relative;
	z-index: 170;
}
.ortonica-small-cart .detail {
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-out;
	min-width: 200px;
}
.ortonica-small-cart:hover .detail {
	opacity: 1;
	visibility: visible;
}
.ortonica-small-cart .bx-basket-item-list-item {
	border-bottom: 1px solid #F4F4F4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ortonica-small-cart .bx-basket-item-list-item-img {
	display: flex;
	justify-content: space-between;
}
.ortonica-small-cart .bx-basket-item-list-item-img img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.ortonica-small-cart .bx-basket-item-list-item-name {
	margin-bottom: 4px;
}
.ortonica-small-cart .bx-basket-item-list-item-name a {
	color: var(--red-color);
}
.ortonica-small-cart {}
.ortonica-small-cart {}
.ortonica-small-cart {}
.ortonica-small-cart {}
.ortonica-small-cart {}
.ortonica-small-cart {}