/*
Theme Name: Miessem
Theme URI: https://eurlmiessem.com
Author: SARL HERFA MIROTECH
Author URI: https://herfa-mirotech.com
Description: EURL Miessem | Importation et Vente en Gros de Chauffages et Accessoires
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miessem
Tags: business, e-commerce, catalogue

*/

:root {
  --primary-color: #f87804;
  --secondary-color: #f87804;

  --btn-primary-border-radius: 0.25rem;
  --btn-primary-color: #fff;
  --btn-primary-background-color: #f87804;
  --btn-primary-border-color: #f87804;
  --btn-primary-hover-color: #fff;
  --btn-primary-background-hover-color: #f87804;
  --btn-primary-border-hover-color: #f87804;
  --btn-primary-font-weight: 500;

  --btn-secondary-border-radius: 0.25rem;
  --btn-secondary-color: #00234d;
  --btn-secondary-background-color: transparent;
  --btn-secondary-border-color: #00234d;
  --btn-secondary-hover-color: #fff;
  --btn-secondary-background-hover-color: #f87804;
  --btn-secondary-border-hover-color: #f87804;
  --btn-secondary-font-weight: 500;

  --heading-color: #000;
  --heading-font-family: "Poppins", sans-serif;
  --heading-font-weight: 700;

  --title-color: #000;
  --title-font-family: "Poppins", sans-serif;
  --title-font-weight: 400;

  --body-color: #000;
  --body-background-color: #fff;
  --body-font-family: "Poppins", sans-serif;
  --body-font-size: 14px;
  --body-font-weight: 400;

  --section-heading-color: #000;
  --section-heading-font-family: "Poppins", sans-serif;
  --section-heading-font-size: 48px;
  --section-heading-font-weight: 600;

  --section-subheading-color: #000;
  --section-subheading-font-family: "Poppins", sans-serif;
  --section-subheading-font-size: 16px;
  --section-subheading-font-weight: 400;
}

.slick-slide img {
  width: -webkit-fill-available;
}


.product-availability-2 {
    padding: 4px 12px;
    background: #f87804;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #FEFEFE;
    display: inline-block;
}