@-webkit-keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@-webkit-keyframes rougeTempKf {
	0%{box-shadow:0px 0px 10px #d00;}
	50%{box-shadow:0px 0px 0px #d00;}
	100%{box-shadow:0px 0px 10px #d00;}
}
@keyframes rougeTempKf {
	0%{box-shadow:0px 0px 10px #d00;}
	50%{box-shadow:0px 0px 0px #d00;}
	100%{box-shadow:0px 0px 10px #d00;}
}

.rougeTemp {
	-webkit-animation-name: rougeTempKf;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:infinite;
	animation-name: rougeTempKf;
	animation-duration: 1s;
	animation-iteration-count:infinite;
}
button.add-to-cart.add-to-cart-tde-exec {
    display: none !important;
}

/* jusqu'à  991  */ 
@media only screen and (max-width: 991px) {
	.product-double-entree {
		overflow-x: auto;
	}
}

table.double-entree {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

table.double-entree td,
table.double-entree th {
    padding:2px 4px;
}

table.double-entree th {
    background-color: #ccc;
}

table.double-entree tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

table.double-entree td i.fa-circle {
    cursor: help;
}

table.double-entree tr td,
table.double-entree tr th {
    text-align: center;
	min-width: 40px;
}

table.double-entree tr td .uarr {
    display: inline-block;
	padding: 0 20px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #070;
	position: relative;
}

table.double-entree tr td .uarr.cursorhelp {
	cursor: help;
}

table.double-entree tr td .uarr em {
	display: none;
	position: absolute;
	background: #000;
	opacity: .8;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	text-align: center;
	top: -30px;
	left:50%;
}

table.double-entree tr td .uarr:hover em {
	display: inline-block;
}


table.double-entree tr td .uarr.horsstock {
	color: #b00;
}

table.double-entree tr td input.form-control {
    padding:5px 8px;
    text-align: center;
    max-width: 50px;
    margin: 0 auto;
}

table.double-entree tr td img.img_tde_pdt {
    max-height: 70px;
    max-width: 70px;
    border:1px solid #e5e5e5;
}

table.double-entree tr td:first-child {
    text-align:center;
     border-left: 1px solid #e5e5e5;
}

table.double-entree tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #e5e5e5;
    
}

table.double-entree tr td .declina {
    display: block;
}

table.double-entree tr td .declina:last-child {
    color:#555;
    font-size:0.6rem;
}

.alert-tde {
    display: none;
    margin-top: 10px;
    border-radius: 5px;
     color:#900;
}

.alert-tde i.fa {
    margin-right: 5px;
    font-size: 1.5rem;
    vertical-align: middle;
   
}

.alert-info-kit {
	margin-top: 10px;
}

.alert-info-kit p {
	margin-bottom: 0;
}

.alert-info-kit i.fa {
	font-size: 3em;
	float: left;
	margin:5px 15px 0 0;
}

.tde_qty_positive {
    border:2px solid green;
    border-radius:5px;
    color:#333;
}

.tde_qty_overstock {
    border:2px solid #900;
    border-radius:5px;
    color:#900;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.no-padding {
    padding:0 !important;
}

.tde_qte_total {
    display: inline-block;
    margin-left: 10px;
    padding:2px 15px;
    background-color: #f7f7f7;
    border-radius : 5px;
    border: 1px solid #ccc;
}

#modalOkAjoutPanier .modal-body {
    background-color: #f5f5f5;
}

#modalOkAjoutPanier .modal-footer i.fa {
    margin-right: 10px;
    font-size: 1.2em;
    vertical-align: middle;
}

#modalOkAjoutPanier .modal-body i.fa {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 4em;
}

#modalOkAjoutPanier a.btn:hover {
    color:#fff;
}

.kit-type-titre {
	font-size: 1.4em;
	padding: 0 0 5px 0;
	margin-top: 5px;
}

.kit-type-titre:first-of-type {
	margin-top: 15px;
}

.kit-type-titre img {
	max-height: 28px;
	margin-right: 5px;
}

.product-variants > .product-variants-item select {
	width: 50%;
}

.btn-confirm-horsstock {
	float: right;
	margin-top: -7px;
}

.btn-confirm-horsstock i.fa {
	font-size: 1.rem !important;
}

.tde-raz-qte {
	border-radius: 30px;
	padding: 4px 8px;
	margin-left: 15px;
}