ul.withBullet { padding-left: 25px; }
ul.withBullet li { list-style-type: disc; }
div.selectLine { display:inline-block; }

.productInfos > span, .productInfos > p { margin-bottom:5px; display:block; font-size: 1em; line-height: 2em;}
.productInfos .title5 { margin-bottom:0 }
.productInfos .title5 > a {	text-decoration:underline }
.productInfos span.italic, .mainInfo span.italic{ display:inline-block; font-style:italic; 
	font-weight:300; }

.lighter { color:#000;	margin-bottom:0; font-size: 1.1em; line-height: 2em;}
.productInfos .actions { margin-bottom:10px }

#cross { margin-top:15px }
#cross .panel-body > .row {	margin-bottom:20px;	border-bottom:1px solid #c1c1c1 }
#cross .panel-body > .row:last-child { margin-bottom:0px;border-bottom:0 none }
#cross .panel-body { padding-bottom:0 }
#cross .panel-body .title5 { padding: 10px 15px; margin-bottom: 0; font-size: 1.1em; line-height: 2em; min-height: 44px; min-width: 44px;}
#cross .panel-body .title5 a{ min-height: 44px; display: flex; align-items: center; min-width: 44px; }
#cross .panel-body .prix-elt .title5 { padding: 0px; margin-bottom: 5px; font-size: 1.1em; line-height: 2em;}

.mainInfo .actions .qtyGroup { margin-right:10px}
.dropdown-toggle .fa-chevron-down {	right:2px}
.mainInfo .actions > div > .btn1 { text-align:center }
.mainInfo .actions > div > .btnSelectModel { width: 100% }
.compatibility a { display:block }

.specs .boxContent > .row {	padding-bottom:10px; padding-top:10px; border-bottom:1px solid #dadada; }
.specs .boxContent > .row:last-child { border-bottom:0 none; padding-bottom:0 }
.panel-heading.faq { border: 1px solid #dadada; margin-top: 15px !important; padding: 10px 50px; border-radius: 0px;}
.panel-heading.faq h4 {line-height: 0; position: relative;}
.panel-heading.faq h4.panel-title a { color: #333333; font-weight: 600; text-transform: uppercase; font-size: 18px; line-height: 22px;}
.box2 .boxContent { padding: 0 15px 10px; }
.box2 .boxContent {display: none;}
small.note { text-align:right;	display:block }

#main-block {
	display: flex;
}

#main-img {
	flex: 0 0 32%;
}

#multiThumb {
	display: inline-block;
	width: 32%;
}

#multiThumb ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	margin-block: 1em;
	margin-top: 60px;
}

#multiThumb ul li {
	flex: 0 0 21%;
}

#multiThumb ul li a, #multiThumb ul li a img{
	min-height: 44px;
	min-width: 44px;
}

.prix {
	display: flex;
	margin-left: auto;
	justify-content: space-between;
}

.mainInfo .prix {
	width: 65%;
}

.prix-elt {
	display: inline-block;
}

.productInfos .add-block,
.prix .add-block {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between ;
}
.global-block .add-infos svg {
	height: 20px;
}

.global-block .add-infos {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
@media (max-width: 768px) {
	.global-block .add-infos {
		justify-content: center;
		align-items: center;
	}
}
.global-block .add-infos svg {
	margin-right: 40px;
}

.input-number {
	width: 10em;
	min-width: 90px;
	height: 44px;
}

.input-number input[type="number"] {
	height: 44px;
	padding: 0 30px;
}

.input-number span.plus {
	line-height: 34px;
	width: 30px;
}

.input-number span.minus {
	line-height: 28px;
	width: 30px;
}

.input-number {
	display: inline-block;
	border: 1px solid #ebebe9;
	position: relative;
  }
  
.input-number label {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
  .input-number .value {
	border: 0;
	width: 100%;
	text-align: center;
	background-color: transparent;
  }
  .input-number .value::-webkit-inner-spin-button, .input-number .value::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
  }
  .input-number .value::-moz-selection {
	background-color: transparent;
	color: inherit;
  }
  .input-number .value::selection {
	background-color: transparent;
	color: inherit;
  }
  .input-number .minus, .input-number .plus {
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-align: center;
  }
  .input-number .minus.off, .input-number .plus.off {
	opacity: 0.5;
	cursor: default;
  }
  .input-number .minus::-moz-selection, .input-number .plus::-moz-selection {
	background-color: transparent;
	color: inherit;
  }
  .input-number .minus::selection, .input-number .plus::selection {
	background-color: transparent;
	color: inherit;
  }
  .input-number .minus {
	left: 0;
  }
  .input-number .minus:before, .input-number .plus:after, .input-number .plus:before {
	content: "";
	display: block;
	height: 1px;
	width: 11px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: 50%;
	margin-left: -5px;
  }
  .input-number .plus {
	right: 0;
  }
  .input-number .plus:after {
	height: 11px;
	width: 1px;
	margin-top: -5px;
	margin-left: -0.5px;
  }
.add-block .stock_0,
.add-block .stock_1 {
	width: 100%;
}

.add-block .btn1 {
	width: 12em;
	margin-left: 1em;
	text-align: center;
}

#bundles {
	margin-left: auto;
	margin-block: 3em;
}

#bundles .kit {
    border: 1px solid #dadada;
    padding: 10px;
    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%;
    margin-left:10px;
}


#bundles .strikethrough {
	text-decoration: line-through;
	font-weight: normal;
}

.kit-prod {
    border: 1px solid #dadada;
    padding: 10px;
	margin-block: 1em;
}

#cross .kit {
	display: inline-block;
    margin: 15px 10px 15px 0;
    padding: 10px;
    border: 1px solid #dadada;
}

#cross .kit:hover {
	border: 1px solid lightgrey;
}
#cross .kit img {
    max-width: 50px;
    vertical-align: top;
}
#cross .kit .desc {
    display: inline-block;
    margin-left: 10px
}
.prix .prix_promo {
    margin-left:15px
}
.prix .prix_promo .strikethrough {
    font-size:18px
}
    /* DTP + TAB */
    @media (min-width: 768px) {
    }

/* MOB */
@media (max-width: 767px) {
	#cross .actions > div {	margin-right:1%	}
	#cross .actions > .btn1 { text-align:center	}

	#multiThumb {
		width: unset;
	}

	#product_form .prix {
		flex-direction: column;
		width: unset;
	}

	.mainInfo .prix > div:first-child * {
		text-align: center;
	}

	.productInfos .add-block {
		width: unset;
	}

	.prix .add-block {
		width: 100%;
		justify-content: center;
	}

	.add-block .btn1 {
		width: unset;
		height: 40px;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}

    #bundles .kit {
        flex-wrap:wrap;
    }
    #bundles .desc {
        width: 75%;
    }
    .allSupplies {
        float: none !important;
        display: block;
        margin: 0 auto 10px;
        width: fit-content;
    }
}
