/*
Theme Name: Simply Green
Author: Midori
Text Domain: simplygreen

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


/* Header logo */
.qodef-logo-wrapper a {
  height: 75px;
  /* padding: 10px !important; */
}
/* .qodef-logo-wrapper a img {
  height: 75% !important;
} */
/* Mobile */
.qodef-mobile-header .qodef-mobile-logo-wrapper a {
  max-height: 60px !important;
}

/* temporaire */
.qodef-search-opener, .qodef-shopping-cart-holder {
  display: none !important;
}

/* Homepage */
.text-align-center {
  text-align: center;
}
.product-categories .qodef-banner-holder {
  margin-bottom: 30px;
}
.product-categories .qodef-banner-holder .qodef-banner-title {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  font-size: 15px;
  background-color: #0000;
  border: 1px solid #ffffff;
}

/* Title */
.qodef-title-holder.qodef-has-bg-image {
  background-size: cover;
  background-position: center;
  /* background-image: url(https://www.simplygreen.lu/wp-content/uploads/2019/07/0_ndhjV2Ek76FXCUtF-1.png); */
}


/* Shop */
p.qodef-no-posts {
  margin-top: 85px;
}

/* Product page */
body.single-product .qodef-content {
  background-color: #f8f8f8;
}
.qodef-woo-single-page .qodef-single-product-summary .qodef-quantity-buttons,
.qodef-woo-single-page .woocommerce-tabs ul.tabs>li a {
  background-color: #ffffff !important;
}
.qodef-woo-single-page .woocommerce-tabs ul.tabs>li a:hover {
  background-color: #282828 !important;
  color: #fff !important;
}