/* 
Theme Name: Jacquie
Description: Mode unisexe, inclusive et durable
Template: hello-elementor
Text Domain: jacquie
Version: 1.0.0
Author: 218labs
Author URI: https://218labs.ma/
*/

body {
  letter-spacing: 1px;
  background-color: #dad7d0;
  font-family: "Futura PT", sans-serif;
}

.elementor-editor-active .header-container,
.elementor-editor-active .navbar-container {
  display: none !important;
}

.table-transparent {
  margin-bottom: 0px;
}
.table-transparent tbody > tr > td,
.table-transparent tbody > tr > th {
  border: none;
  padding: 10px;
  background-color: transparent !important;
}

.wpcf7-form p {
  margin-bottom: 10px;
}
.wpcf7-form label {
  font-weight: 400;
  margin-bottom: 5px;
  color: #141414;
  font-size: 16px;
  line-height: 22px;
}
.wpcf7-form-control:not(.wpcf7-submit) {
  color: #333;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  background-color: rgba(0, 0, 0, 0);
  border: 0.5px solid #000;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}
.wpcf7-textarea {
  min-height: 200px;
}
.wpcf7-submit,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  color: #000;
  background-color: #dad7d0;
  border: 0.5px solid #000;
  border-radius: 0;
  width: 200px;
  height: 60px;
}

.hfe-search-form__container {
  flex-direction: row-reverse;
}

li.type-product {
  position: relative;
}
.woocommerce-loop-product__title {
  position: absolute;
  bottom: 16px;
  width: 100%;
  height: 15%;
  color: #fff;
  background-color: rgba(83, 78, 65, 0.75);
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 22px !important;
  padding: 20px !important;
  display: none !important;
}
li.type-product:hover .woocommerce-loop-product__title {
  display: block !important;
}
.woocommerce a.button.product_type_simple {
  display: none !important;
}

.sticky-h-text-column {
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
}
