/*                                                   
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.header-banner {
	background-color: #555;
	text-align: center;      
}
.widget.LPE-footer.container, .widget.LPE-footer.container a, .widget.LPE-footer.container p {
	color: #fff;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    color: #FF8F28;}
 .material-icons {
    color: #FF8F28;
}
.carousel {
    margin-bottom: 0rem;
}
#wrapper {
  background: none;
  box-shadow: none;
  padding-top: 0;
}
#wrapper .breadcrumb {
  padding: 20px;
}
#product-list-header {
  padding-top: 20px; 
}
.product-flags .product-flag.new {
  background: #ff3131;
}
.product-price.h5 {
  font-size: 2.2rem;
}
.product-prices .tax-shipping-delivery-label {
  font-size: 2.2rem;
  color: #fd9125;
}
.material-icons {
  color: #FFffff;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  background-color: #555555;
}
.product-flags li.product-flag.out_of_stock {
  background-color: #fd9125;
}
.cart-line-product-actions .material-icons {
  color: gray;
  }
  .cart-item .current-price {
  font-size: 1rem;
}
/***********************************************  Modif page produit  ***********************************************/

.product-prices .tax-shipping-delivery-label{
	display: inline-block;
	margin-left: 5px;
	font-weight: 700;
  }
  
  .prix_unitaire{
	font-size: 18px;
	font-weight: bold;
  }

/***********************************************  Page liste historique commandes  ***********************************************/


.page-history i.material-icons
{
	color:inherit;
}
/* ****************************************** produits sur 2 colonnes - Mobile ****************************/
@media (max-width: 768px) { 
    #products .thumbnail-container {
width:100%
}
    .products .product-miniature {
        width: 48%;
        margin: 1%;
        float: left;
    }
#products .product-description {
width:100%
}
#products .product-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
  p.notAuthorizedBoxText {padding: 0px!important}
}
/********************************************************************************************************************/
body {
  background-image: url(/site-de-test.webp);
}