/*
 Theme Name:   Mella Child
 Theme URI:    http://wordpress.com
 Description:  Mella Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     mella
 Version:      1.0.0
 Text Domain:  mella-child
*/

.logo {
  margin-top: 12px;
}
.logo img {
  width: 220px;
}
.full-width {
  width: 100%;
}
.widget-social .social a {
  font-size: 28px;
}

.product-block.grid .metas {
  height: auto;
}
.product-block.grid .name {
  text-overflow: unset;
  white-space: normal;
}
/* #6154 */
.apus-header > div:before, #apus-header-mobile > div:before {
    content: "Pujol Maison est un site vous permettant de faire votre sélection d'articles puis de finaliser vos achats en boutique";
    display: block;
    background: #f2f2f2;
    text-align: center;
    padding: 6px 0;
	color: #666;
}

#apus-header-mobile > div:before {
	font-size: 1rem;
    padding: 6px;
}

/* Fix grille produit avec espace blanc */
/*
@media screen and (max-width: 992px) {
  .row-products .product:nth-child(2n + 1),
  .row-products-wrapper .product:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .row-products .product:nth-child(4n + 1),
  .row-products-wrapper .product:nth-child(4n + 1) {
    clear: both;
  }
}
*/
.row-products-wrapper, .row-products {
	display: flex;
	flex-wrap: wrap;
}

/* #9944 */
#yith-wcwl-form .wishlist_table .product-add-to-cart{
	display:none;
}

