.productInfos > span {
	display:block;
}
.box2 .boxContent {
	overflow:initial
}
.boxContent .row {
	font-size:0
}
.boxContent .row > div {
	float:none;
	display:inline-block;
	vertical-align:middle;
	font-size: 14px;
}

.boxContent .row > div:nth-child(5) {
	text-align: center;
}

.boxContent > .row {
	border-bottom:1px solid #dadada;
}
.boxContent > .row:last-child {
	border-bottom:0 none;
}
.prodTitle, .priceTitle {
	display:block;
	float:left
} 
.prodTitle {
	width:70%;
	padding-left:15px
}
.pic {
	width:15%;
}
.productInfos {
	width:45%;
	padding-left:15px
}
.delete, .qty, .priceTitle {
	width:10%;
	word-wrap: break-word;
}
.delete a {
	text-decoration:underline
}
.boxContent .price {
	width:10%;
	font-size:16px !important;
}
.qtyGroup {
	margin-bottom:0
}
.dropdown-toggle .fa-chevron-down {
	right:2px
}
#basketform > .box2 {
	margin-bottom:15px
}
#cCode {
	margin:0 10px;
	width: -moz-calc(100% - 148px);
	width: -webkit-calc(100% - 148px); 
	width:calc(100% - 148px)
}
.actions .btn2, #voucher {
	padding-right:10px;
	margin-right:0;
	width: auto;
}
.actions .btn2:after, #voucher:after {
	background-image:none;
	margin-left:0;
	width:0
}
.coupon {
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#cpnMsg {
	display: block;
    margin-top: 10px;
}

div#DEEE_infos {
    font-size: 15px;
}

.kit-compo li {
	list-style-type: disc;
	margin-left: 15px;
}

.btns {
	display: flex;
	gap: 1em;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#bundles {
    margin-left: auto;
    border: 2px solid #d92231;
    padding: 15px;
    background-color: #fff;
    margin: 15px 0;
    clear: left;
}

#bundles .kit {
    border: 1px solid #dadada;
    padding: 10px;    
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
#bundles .kit img {
	max-width: 85px;
}

#bundles .desc {
	width: 50%;
}

#bundles .strikethrough {
	text-decoration: line-through;
	font-weight: normal;
}

.alert-warning-panier { background-color: #ebebeb; border-color: #dadada; color: #d92231; }

/* DTP + TAB */
@media (min-width: 768px) {
	
}

/* TAB */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* MOB */
@media (max-width: 767px) {
	.btns {
		flex-direction: column;
	}

	.btn1, .btn2 {
		display: block;
	}

	.pic {
		width:25%;
	}
	.productInfos {
		width:75%;
	}
	.delete {
		width:25%;
	}
	.boxContent .price {
		width: 75%;
		text-align: left;
		padding-left: 15px
	}
	.row >.qty {
		margin-left:25%;
		padding-left: 15px;
		padding-top: 10px;
	}
	.price.regular {
		text-align:right;	
		padding-right:15px;
		width:65%
	}
	#basketform .actions > a {
		text-align:center
	}
	#bundles .kit {
		flex-wrap: wrap;
	}

	#bundles .desc {
		width: 75%;
	}
}

@media (max-width: 400px) {
	#basketform .actions > a {
		width:100%;
		text-align:center;
	}
}
