/**********************************************
**
**
**   RESET PARENT STYLE THEME
**
**
**********************************************/
body {
  font-family: "acumin-pro-condensed", sans-serif !important;
}

#wrapper,
.page-content.page-cms {
  padding: 0;
}

p,
.page-content.page-cms ul {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

#wrapper {
  background-color: #fff;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1245px;
    max-width: 100%;
  }
}

/**********************************************
**
**
**   LEFT COLUMN 
**
**
**********************************************/
#left-column {
  background: #f5f5f5;
}

/**********************************************
**
**
**   BREADCRUMBS 
**
**
**********************************************/
#wrapper nav.breadcrumb {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 300;
}

#wrapper nav.breadcrumb li:last-child {
  color: black;
}

#wrapper nav.breadcrumb li::after {
  content: "|";
}

/**********************************************
**
**
**   FORMS 
**
**
**********************************************/

/**********************************************
**   SHOP 
**********************************************/

.product-actions .control-label {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #333;
  font-weight: bold;
  transition: 0.5s;
}
.btn-primary:hover {
  background-color: #3272b2;
}

/**********************************************
**
**
**   CHECKOUT 
**
**
**********************************************/
.done {
  color: #3272b2;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: #3272b2;
}

/**********************************************
**
**
**   FLOATING CART 
**
**
**********************************************/

/* Masquer les prix dans le floating cart */
#header .elementor-cart__main .elementor-cart__summary,
#header .elementor-cart__main .elementor-cart__product-price {
  display: none;
}

/**********************************************
**
**
**   FOOTER 
**
**
**********************************************/

#footer {
  padding-top: 0;
}
