#config-hs-produit .alert-info p {
	font-size: .8em;
	color:#25b9d7;
	padding-left: 5px;
}

#config-hs-produit .alert-info i.fa {
	font-size: 2.3em;
}

#config-hs-produit .btn-secondary,
#config-hs-produit .btn-default {
	background-color: #e5e5e5 !important;
	border-color: #e5e5e5 !important;
	color: #333 !important;
}

#config-hs-produit label {
	padding-left: 5px;
	font-size: .9em;
	color: #555;
}

#config-hs-produit .input-group .input-group-addon {
	background-color: #e5e5e5;
	color: #999;
	font-size: 11px;
}

#config-hs-produit .input-group .input-group-addon[data-toggle=modal] {
	cursor: pointer;
	background-color: #e5e5e5;
	color: #999;
}

#config-hs-produit .input-group .input-group-addon[data-toggle=modal]:hover {
	color: #149FBC;
}

#modalTextesDelais .modal-body table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

#modalTextesDelais .modal-body table thead th {
	background-color: #555;
	color: #fff;
	font-weight: normal;
}

#modalTextesDelais .modal-body table th,
#modalTextesDelais .modal-body table td {
	padding: 2px 4px;
}

#modalTextesDelais .modal-body table td {
	border-bottom: 1px solid #ccc;
}

#modalTextesDelais .modal-body table tbody tr:nth-child(odd) td {
	background-color: #f5f5f5;
}

#modalTextesDelais .badge {
	display: inline-block;
	background-color: #149FBC;
	color: #fff;
	padding: 0px 6px;
	border-radius: 10px;
	margin-right: 8px;
}

#modalTextesDelais table tbody td i.fa {
	margin-right: 3px;
	color: #555;
}
#modalTextesDelais table tbody td p {
	margin: 0;
	font-size: 11px;
}

#config-hs-produit .bootstrap-select ul.dropdown-menu li a {
	width: 100%;
	display: inline-block;
	padding: 1px 10px;
	font-size: 13px;
	color: #555;
}

#config-hs-produit .bootstrap-select ul.dropdown-menu li a:hover {
	background-color: #ccc;
}
#config-hs-produit .bootstrap-select.btn-group .dropdown-menu {
	background-color: #f5f5f5;
}
#config-hs-produit .bootstrap-select.btn-group .dropdown-menu button.actions-btn.btn-default {
	background-color: #6C868E !important;
	color: #fff !important;
}

select.nbpictos {
	cursor: pointer;
}


#config-hs-produit .hs-recap-admin-pdt table {
	width: 100%;
	border-collapse: collapse;
}
#config-hs-produit .hs-recap-admin-pdt table td,
#config-hs-produit .hs-recap-admin-pdt table th {
	padding:2px 5px;
	font-weight: normal;
}
#config-hs-produit .hs-recap-admin-pdt table thead th {
	background-color: #555;
	color: #fff;
	text-align: left;
	font-size: 12px;
}
#config-hs-produit .hs-recap-admin-pdt table tbody td {
	color: #6C868E;
	vertical-align: middle;
	padding: 0.75rem;
	line-height: 1.5;
}

#config-hs-produit .hs-recap-admin-pdt table tbody tr:nth-child(odd) td {
	background-color: #DFF5F9;
}

#config-hs-produit .hs-recap-admin-pdt table thead th.tdark {
	background-color: #333;
	color: #fff;
	text-align: left;
	font-size: 12px;
}
#config-hs-produit .hs-recap-admin-pdt table thead th.text-center {
	text-align: center !important;
}
#config-hs-produit .hs-recap-admin-pdt table tbody td.tdark {
	background-color: #ddd;
	text-align: center;
}
#config-hs-produit .hs-recap-admin-pdt table tbody tr:nth-child(odd) td.tdark {
	background-color: #ccc;
}
#config-hs-produit .hs-recap-admin-pdt table td img.img-responsive {
	max-width: 50px;
}

#config-hs-produit .hs-recap-admin-pdt table td.w80 { width: 80px; }
#config-hs-produit .hs-recap-admin-pdt table td.w150 { width: 150px; }
#config-hs-produit .hs-recap-admin-pdt table td.w175 { width: 175px; }

#config-hs-produit .infos-modhs {
	font-size: 12px;
	padding-top: 10px;
	color: #999;
}
#config-hs-produit sup {
	color: #999;
}

.legende-hors-stock {
	margin-top: 15px;
}

.legende-hors-stock p {
	color: #777;
	font: 700 16px/22px "Poppins",Helvetica,sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.legende-hors-stock ul li {
	margin-left: 15px;
}

#cart .hors-stock-panier {
	margin-top: 15px;
}

#cart .hors-stock-panier .btn-del-hs-cart {
	cursor: pointer;
}

#cart .hors-stock-panier .product-price.qte-hs strong {
	color: #ff381e !important;
}

#cart .hors-stock-panier .card-block p {
	margin-bottom: 0;
}
#order-confirmation-hors-stock {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#order-confirmation-hors-stock p {
	padding-left: 15px;
	padding-right: 15px;
}
#order-confirmation-hors-stock table {
	border-collapse: inherit;
	padding-left: 15px;
	padding-right: 15px;
}
.padding1rem {
	padding: 1rem;
}