.ts-header .header-container {
  border-bottom: 1px solid rgba(235,235,235,1);
}

.breadcrumb-title-wrapper.breadcrumb-v1 {
  display: none;
}



@media only screen and (min-width: 768px){ 
  .header-middle > .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  div#main {
    margin-top: 80px;
  }
}

body.error404 .ts-header,
body.error404 footer {
  display: none;
}
body.error404 .not-found a.button {
  padding: 17px 40px;
  color: #fff;
  height: 50px;
  line-height: 16px;
}
body.error404 #main > .page-container {
  border: none;
  padding: 0px;
}
body.error404 .grecaptcha-badge,
body.error404 .gtranslate_wrapper {
  display: none;
}

/* @media only screen and (max-width: 767px){ */
  .cart .button {
    height: 36px !important;
    line-height: 8px !important;
  }
  .quantity .number-button {
    height: 36px !important;
  }
  .quantity input { 
    height: 100%;
    line-height: 36px;
    color: #fff;
  }
  .quantity .qty {
    color: #000;
  }
  
  /*.elementor-button {
    height: 45px;
    line-height: 10px !important;
  }
  .elementor-button-text {
    font-weight: bold;
  }*/

/* } */




.elementor-loop-container.elementor-grid {
  display: flex;
  flex-wrap: wrap;
}

.elementor-loop-container.elementor-grid > .e-loop-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 1 calc(25% - 20px); /* 3 colonnes avec un peu de marge */
  margin: 10px;
  box-sizing: border-box;
}

.e-loop-item .e-con.e-parent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.e-loop-item .e-con-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce .elementor-905 .elementor-element.elementor-element-79e2fd4 .price {
  width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 0px;
}
.woocommerce .elementor-905 .elementor-element.elementor-element-79e2fd4 .price span {
  width: 100%;
}

.elementor-349 .elementor-element.elementor-element-e7f606a.elementor-element {
  margin: 0 auto;
}



#btn-home-coll,
#btn-home-artiste {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  background-color: #fff;
}

#btn-home-coll:hover,
#btn-home-artiste:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
  background-color: #B93339;
  color: #fff;
}