@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-logo {
  max-width: 300px;
}

@media screen and (min-width: 1200px) {
  .header-logo-sticky {
    max-width: 80% !important;
  }
}

/* FRONT-PAGE */
.slide-inner {
  position: relative;
}
.slide-inner:before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
}
.testimonial-item:before {
  content: url("/wp-content/themes/am-pepiniere-mineraux/assets/theme/images/testimonial/icon/quotation.png");
}

/* WOOCOMMERCE */

.woocommerce-product-details__short-description {
  font-weight: 300;
  color: #000000;
  line-height: 31px;
}

.single-product-area .price {
  color: #abd373 !important;
  font-size: 30px !important;
}

.single-product-area .product-category {
  color: #5f5f5f;
  font-weight: 500;
  font-size: 16px;
}
.single-product-area .product-category a, .single-product-area .product-category span.sku {
  color: #9f9e9e;
  font-weight: normal;
}
.single-product-area .product-category a:hover {
  color: #abd373;
}

.wp-block-search__inside-wrapper {
  flex-direction: column;
}
.wp-block-search__inside-wrapper input {
  border: 1px solid #dee2e6;
  background-color: #f6f7fb;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  color: #969696;
}
.wp-block-search__inside-wrapper button {
  margin-top: 5px;
  margin-left: 0;
  border: 1px solid #000;
  background: transparent;
  border-radius: 10px;
}