.clicked {
	cursor: pointer;
}


.clicked:hover, .clicked.active {
	color: #fff;
	background: #0eb5cd;
}

tr:last-child>.active.border-right, tr:last-child>.active.border-left, tr:last-child>.clicked.border-left:hover , tr:last-child>.clicked.border-right:hover{
	border-bottom:1px solid #0eb5cd !important;
}

/*.main{*/
/*	gap:0 !important;*/
/*}*/

.bundle-item {
	box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.basket-item:hover {
	box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.bundle-item .basket-item-no-calc {
	margin: 0 0 0;
	cursor: auto;
}

.add-to-cart-bundle {
	display: flex;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url(/local/templates/europe/assets/img/icons/add-to-cart.svg) no-repeat 0 center/cover;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.add-to-cart-bundle:hover {
	text-decoration: none;
	color: #fff;
	background: url(/local/templates/europe/assets/img/icons/add-to-cart-hover.svg) no-repeat 0
		center/cover;
}

.basket-calc .card-body-img{
	margin-bottom: 40px;
}

.basket-calc .card-body-img img{
	max-width: 84px;
}

.basket-calc .card-header {
    padding-top: 20px;
}
.card-basket{
	gap:35px !important;
}

.basket-item:not(.active) .basket-offer,
.basket-item:not(:hover) .basket-offer{
	margin-top: -4px !important;
	margin-bottom: -4px !important;
}

.basket-item:hover .basket-offer{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.basket-calc .card-table{
	margin:0 !important
}

