  /*!
Theme Name: Grün
Author: Grün
Author URI: https://www.grun.lu/
Text Domain: grun
Version: 1.0

*/


/* In order to make blur effect work in Firefox :  */
/* 1. Open "open:config" on Firefox
2. Set "gfx.webrender.all" to Enabled
3. Set "ayout.css.backdrop-filter.enabled" to Enabled */
/* 4. Restart Firefox */


/* COLORS */
:root {
  --red: #e1251b;
  --red50Opacity: rgba(225, 37, 27, 0.5);
  --black: #252525;
  --blackHover: #3a3a3a;
}

/* FONTS */
@font-face {
  font-family: "Oswald-Light";
  src: url("assets/fonts/Oswald/Oswald-Light.ttf");
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("assets/fonts/Oswald/Oswald-Regular.ttf");
}
@font-face {
  font-family: "Oswald-Medium";
  src: url("assets/fonts/Oswald/Oswald-Medium.ttf");
}
@font-face {
  font-family: "Oswald-SemiBold";
  src: url("assets/fonts/Oswald/Oswald-SemiBold.ttf");
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("assets/fonts/Oswald/Oswald-Bold.ttf");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("assets/fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("assets/fonts/Open_Sans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("assets/fonts/Open_Sans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "ConduitITCStd-Bold";
  src: url("assets/fonts/ConduitITCStd/ConduitITCStd-Bold.ttf");
}

/* GLOBAL */
* {
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: "OpenSans-Regular";
  font-family: "Oswald-Regular";
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #252525;
}
body.disable-scroll,
body.menu-open {
  overflow: hidden;
}
body,
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figure {
  margin: 0;
}
a,
svg,
svg path,
button {
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  outline: 0;
}
button:focus {
  outline: 0;
}
@media (min-width: 900px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: calc(1230px + 22px);
  }

  /* LIGHTBOX */
  .glightbox-container .ginner-container {
    max-width: calc(1230px + 22px);
    padding: 0 30px;
  }
}
.bg-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.page-template-template-contact .header-image {
  height: calc(475px + 150px);
  overflow: hidden;
}
.page-template-template-contact .header-image #map {
  /* height: calc(100% + 150px); */
  height: 100%;
  width: 100%;
}
.page-template-template-contact .header-image #map-iframe {
  height: 102.5%;
  width: 100%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.bg-top-center {
  background-position: top center;
}
.bg-bottom-center {
  background-position: bottom center;
}
.bg-left-center {
  background-position: left center;
}
.bg-right-center {
  background-position: right center;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}
.bg-gray {
  background-color: #F3F3F3;
}
.bg-red {
  background-color: #e1251b;
}
.colored-text strong {
  color: #e1251b;
  font-weight: inherit;
}
.txt-upper {
  text-transform: uppercase;
}
.hide-mobile {
  display: block !important;
}
.show-mobile {
  display: none !important;
}

/* TITLES */
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  margin: 0;
}
a {
  outline: 0;
  color: #e1251b;
}
a:hover {
  color: #e1251b;
}

/* BUTTONS */
.btn {
  display: inline-block;
  /* font-family: "Oswald-Regular"; */
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 11px 15px;
  border-radius: 0;
  outline: 0;
  box-shadow: inherit !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-red {
  background-color: #e1251b;
  color: #ffffff !important;
}
.btn-red:focus,
.btn-red:hover {
  background-color: #252525;
}
.btn-black {
  background-color: #252525;
  color: #ffffff !important;
  padding: 11px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn-black:focus,
.btn-black:hover {
  background-color: #e1251b;
}

/* HEADER */
.header-image {
  height: 637.5px;
  height: 475px; /* new */
}

/* MENU HEADER */
header .header-menu {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  margin-top: 24px;
}
body.admin-bar header .header-menu {
  top: 32px;
}
header .header-menu-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#e1251b));
  background: -o-linear-gradient(#1d1d1d 0%, #e1251b 100%);
  background: linear-gradient(#1d1d1d 0%, #e1251b 100%);
}
/* Top Bar */
#top-bar {
  background-color: #f3f3f3;
}
.top-menu li > a {
  /* font-family: "Oswald-Regular"; */
  font-size: 13px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 14px 22px;
  color: #868686;
  border-left: 1px solid #d9d9d9;
  text-decoration: none;
}
.top-menu li > a:last-of-type {
  border-right: 1px solid #d9d9d9;
}
.top-menu li > a:hover,
.top-menu li > a:focus {
  background-color: #d9d9d9;
}
#top-bar .lang-switcher {
  padding: 12px 18px;
}
#top-bar .lang-switcher .qtranxs_widget ul {
  display: -ms-flexbox !important;
  display: flex !important;
}
#top-bar .lang-switcher .qtranxs_widget ul li.active,
#top-bar .lang-switcher .qtranxs_widget ul li img,
.scroll-menu .lang-switcher .qtranxs_widget ul li.active,
.scroll-menu .lang-switcher .qtranxs_widget ul li img {
  display: none !important;
}
.lang-switcher .qtranxs_widget ul li {
  opacity: 1;
  display: inline-block;
  height: 21px;
  width: 34px;
  margin: 0 4px;
}
.lang-switcher .qtranxs_widget ul li a {
  display: inline-block;
  height: 21px;
  width: 34px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(100%);
}
.lang-switcher .qtranxs_widget ul li.lang-fr a {
  background-image: url("/wp-content/themes/grun/assets/images/flags/fr-flag.png");
}
.lang-switcher .qtranxs_widget ul li.lang-en a {
  background-image: url("/wp-content/themes/grun/assets/images/flags/en-flag.png");
}
.lang-switcher .qtranxs_widget ul li.lang-de a {
  background-image: url("/wp-content/themes/grun/assets/images/flags/de-flag.png");
}
.lang-switcher .qtranxs_widget ul li a:hover,
.lang-switcher .qtranxs_widget ul li a:focus {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}
/* MENU HEADER */
/* top */
.top-navigation {
  padding: 26px 33px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
/* bottom */
/* Logo */
.logo img {
  height: 93px !important;
}
/* search form */
.menu-search {
  width: 52%;
  max-width: 606px;
}
.menu-search .search-fields {
  width: calc(100% - 60px);
}
.menu-search .search-fields input {
  width: 65%;
}
.menu-search .search-fields .select-wrap {
  width: 35%;
}
.menu-search input,
.menu-search select,
.menu-search button {
  background-color: #ffffff;
  border: none;
  height: 52px;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.menu-search input,
.menu-search select {
  /* font-family: "Oswald-Regular"; */
  font-size: 13px;
  line-height: 18px;
  color: #868686;
  padding: 0 22px;
  padding: 0 18px;
  width: 100%;
}
.menu-search select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-left: 1px solid #e0e0e0;
}
.menu-search .select-wrap {
  position: relative;
}
.menu-search .select-wrap::after {
  content: "";
  line-height: 52px;
  right: 11px;
  top: 50%;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-top-color: #252525;
  border-width: 8px 6px 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.menu-search button {
  background-color: #252525;
  width: 60px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.menu-search button:hover,
.menu-search button:focus {
  background-color: #f3f3f3;
  background-color: #3a3a3a;
}

/* acces rapide */
.acces-rapide ul {
  list-style: none;
}
.acces-rapide > ul > li {
  margin-right: 9px;
}
.acces-rapide li > a.acces,
.top-navigation a.menu-toggle {
  display: inline-block;
  text-decoration: none;
  background-color: #252525;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.acces-rapide li:last-of-type {
  margin-right: 0;
}
.acces-rapide a.acces:hover,
.acces-rapide a.acces:focus,
.top-navigation a.menu-toggle:hover,
.top-navigation a.menu-toggle:focus {
  background-color: #f3f3f3;
  background-color: #3a3a3a;
}
.acces-rapide a.acces.shop-link:hover {
  background-color: #c72017;
}
/* MENU */
.bottom-navigation {
  padding: 0 33px;
  background: #252525;
}
.navbar.main-navigation {
  padding: 0;
}
ul.main-menu > li {
  display: inline-block;
}
ul.main-menu > li > a {
  text-transform: uppercase;
  /* font-family: "Oswald-Regular"; */
  font-size: 13px;
  text-align: left;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 20px 11px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
ul.main-menu > li > a::before {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

ul.main-menu li.shop-menu > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.main-menu li.shop-menu svg {
  height: 13px;
  width: 15px;
  margin-right: 6px;
}
ul.main-menu li.shop-menu svg,
ul.main-menu li.shop-menu svg path {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
ul.main-menu li.shop-menu > a {
  background-color: rgba(255, 255, 255, 0.84);
  color: #e1251b;
}
ul.main-menu li.shop-menu > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.main-menu li.shop-menu svg path {
  fill: #e1251b;
  stroke: #e1251b;
}
ul.main-menu li.shop-menu:hover > a,
ul.main-menu li.shop-menu:focus > a {
  background-color: #ffffff;
}
/* ul.main-menu li > a:hover,
ul.main-menu li > a:focus {
  background-color: rgba(255, 255, 255, 0.84);
  color: #e1251b;
} */

/* Fixed Menu */
header.fixed-menu .header-menu {
  position: fixed;
  top: 0;
  margin-top: -46px;
  background: linear-gradient(#1d1d1d 0%, #e1251b 100%);
  z-index: 100;
}
header.fixed-menu #top-bar {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
}
header.fixed-menu .header-menu-wrap {
  background: inherit;
} 
header.fixed-menu .bottom-navigation {
  display: none !important;
}

header .toggle-menu {
  display: none;
}
/* make menu smaller */
/* header:not(.fixed-menu) .toggle-menu a { */
body:not(.woocommerce) header:not(.fixed-menu) .toggle-menu a {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
header.fixed-menu .toggle-menu {
  display: block;
}
header.fixed-menu .top-navigation {
  padding: 15px 0;
  padding: 25px 0;
}
header.fixed-menu .toggle-menu a {
  height: 44px;
  width: 44px;
  line-height: 44px;
}
header.fixed-menu .toggle-menu .line,
header .toggle-menu .line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 4px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
header.fixed-menu .toggle-menu .line:last-of-type,
header .toggle-menu .line:last-of-type {
  margin-bottom: 0;
}
body.menu-open .toggle-menu .line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
body.menu-open .toggle-menu .line:nth-child(2) {
  display: none;
}
body.menu-open .toggle-menu .line:nth-child(3) {
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* mega menu */
ul.main-menu .mega-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  left: -33px;
  width: 625px;
  padding: 40px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
ul.main-menu li.shop-menu:hover .mega-menu,
ul.main-menu li.shop-menu:focus .mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
ul.main-menu .mega-menu .sub-categories {
  border-right: 1px solid #DADADA;
}
ul.main-menu .mega-menu .sub-categories h2 {
  font-size: 16px;
  line-height: 25.5px;
  text-transform: inherit;
  padding-right: 20px;
  border-bottom: 1px solid #e1251b;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
ul.main-menu .mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 33px;
  padding-bottom: 100px;

}
ul.main-menu .mega-menu ul li a {
  color: #868686;
  text-decoration: none;
}
ul.main-menu .mega-menu ul li a:hover {
  color: #e1251b;
}
ul.main-menu .mega-menu .custom-plate h3 {
  text-transform: inherit;
  font-size: 20px;
  line-height: 26px;
}
ul.main-menu .mega-menu .custom-plate span {
  text-transform: inherit;
  color: #868686;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 30px;
}
ul.main-menu .mega-menu .custom-plate img.custom_plate {
  max-width: 225px;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 25px;
}
ul.main-menu .mega-menu .custom-plate a {
  display: inline-block;
}

@media (min-width: 744px) {
  .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* PHONE */
.bottom-navigation .phone {
  height: 31px;
}
.bottom-navigation .phone span.icon {
  padding-right: 15px;
  line-height: 31px;
  border-right: 1px solid #494949;
}
.bottom-navigation .phone svg path {
  fill: #e1251b;
}
.bottom-navigation .phone a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;
}
.bottom-navigation .phone a:hover,
.bottom-navigation .phone a:focus {
  color: #e1251b;
}
.bottom-navigation .phone .label {
  /* font-family: "Oswald-Regular"; */
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}
.bottom-navigation .phone .num {
  /* font-family: "Oswald-Regular"; */
  font-size: 18px;
  line-height: 27px;
}

/* FIXED MENU + MENU MOBILE */
.scroll-menu .logo {
  position: absolute;
  top: 30px;
  left: 45px;
  z-index: 1;
}
.scroll-menu .logo img {
  width: 165px;
  width: auto;
}
.scroll-menu a.close-menu {
  position: absolute;
  right: 45px;
  top: 30px;
  z-index: 1;
  height: 24px;
  width: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.scroll-menu .close-menu .line {
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 50%;
  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
}
.scroll-menu a.close-menu:hover .line {
  background-color: #e1251b;
}
.scroll-menu .close-menu .line:nth-child(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.scroll-menu {
  opacity: 0;
  visibility: hidden;
  width: 475px;
  position: fixed;
  top: 0;
  left: -475px;
  z-index: 99;
  bottom: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
body.admin-bar .scroll-menu {
  top: 32px;
}
.scroll-menu.reveal {
  opacity: 1;
  visibility: visible;
  /* width: 475px; */
  left: 0;
}

.scroll-menu .mobile-navigation {
  background: transparent;
  /* backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.64); */
  background-color: rgba(0, 0, 0, 0.9);

  padding: 30px 45px 45px 45px;
  text-align: right;
}
.filter-svg {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -1000px;
}
ul.menu-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
}
ul.menu-mobile li {
  display: block;
  margin-bottom: 15px;
}
ul.menu-mobile li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 35px;
  display: inline-block;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
ul.menu-mobile li a:hover {
  padding-right: 3px;
  /* letter-spacing: 0.5px; */
}
ul.menu-mobile li.shop-menu a {
  color: #e1251b;
}
ul.menu-mobile li.shop-menu a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.menu-mobile li.shop-menu a > span svg {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
ul.menu-mobile li.shop-menu a > span svg path {
  fill: #e1251b;
  stroke: #e1251b;
}
.scroll-menu .custom-plate {
  padding: 45px;
  padding-left: 205px;
  height: 100%;
  background: transparent;
  /* backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); */
  background-color: rgba(255, 255, 255, 0.9);
}
.scroll-menu .custom-plate img {
  width: 230px;
  /* max-width: 100%; */
  margin-bottom: 40px;
}
.scroll-menu .custom-plate h3 {
  text-transform: inherit;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 0.5rem;
}
.scroll-menu .custom-plate span {
  color: #868686;
  color: #676767;
}
.scroll-menu .custom-plate .button-wrapper {
  margin-top: 10px;
  text-align: right;
}

@supports ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
  .scroll-menu .mobile-navigation {
    background: transparent;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.64);
  }

  .scroll-menu .custom-plate {
    background: transparent;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.45);
  }
}
/* MOBILE MENU */


/* HOMEPAGE */
/* Slider */
.home-slider {
  overflow: hidden;
  height: 700px; /* new */
}
.home-slider .slide-item {
  height: 862px;
  height: 700px; /* new */
  position: relative;
  background-repeat: no-repeat;
  /* background-position: 50% 0; */
  /* background-size: cover; */
}
.home-slider .slide-box {
  position: absolute;
  bottom: 206px;
  min-width: 431px;
  bottom: 130px; /* new */
  min-width: 400px; /* new */
  background: #ffffff;
  opacity: 0;
}
.home-slider .slide-box .box-content {
  padding: 65px 50px 75px 75px;
  padding: 40px 50px 50px 50px; /* new */
  text-transform: uppercase;
  position: relative;
}
.home-slider .slide-box .box-content h2 {
  margin-bottom: 0;
  font-family: "Oswald-SemiBold";
  font-size: 39px;
  text-align: left;
  color: #252525;
  opacity: 0;
  transform: translate(-25px, 0px);
  -webkit-transform: translate(-25px, 0px);
  -moz-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  -o-transform: translate(-25px, 0px);
}
.home-slider .slide-box .box-content h3 {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  color: #252525;
  opacity: 0;
  position: relative;
  transform: translate(-25px, 0px);
  -webkit-transform: translate(-25px, 0px);
  -moz-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  -o-transform: translate(-25px, 0px);
}
.home-slider .slide-box .box-content h3::before {
  content: "";
  left: -26px;
  top: 9px;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-left-color: #e1251b;
  border-width: 9px 0px 9px 15px;
}
.home-slider .slide-box .box-content .btn {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

/* .home-slider .slick-dots-wrap {} */
.home-slider .slick-dots {
  position: absolute;
  bottom: 112px;
  bottom: 55px; /* new */
  padding: 0;
  list-style: none;
  text-align: left;
}
.slideshow .slick-dots {
  line-height: 0;
}
.slideshow .slick-dots li {
  display: inline-block;
}
.slideshow .slick-dots li button {
  text-indent: -7499px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  outline: 0;
  border-radius: 37px;
  -moz-border-radius: 37px;
  -webkit-border-radius: 37px;
  border: 0;
  background-color: #ffffff;
  /* box-shadow: 0 0 0px rgba(50,50,50,.5); */
  padding: 0;
  -webkit-appearance: inherit;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
}
.slideshow .slick-dots li.slick-active button {
  background-color: #e1251b;
}
.slideshow .slick-dots li:not(.slick-active) button:hover {
  background-color: rgba(225, 37, 27, 0.5);
}

/* 404 */
.error-404 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
h1.text-404 {
  font-family: "Oswald-Bold";
}

/* SEARCH RESULT */
.search-result {
  margin-top: 60px;
  margin-bottom: 60px;
}
.search-result h2 {
  margin-bottom: 2rem;
}
.search-result form input {
  font-size: 20px;
  line-height: 30px;
}
.search-result form button {
  background-color: #252525;
  border: none;
  line-height: 15px;
  padding: 0 10px;
}
.search-result form button svg {
  height: 15px;
  width: 15px;
}
.search-result form button:hover {
  background-color: #e1251b;
}
.search-result .post-thumbnail img {
  border: 1px solid #DADADA;
  max-height: 250px;
  width: auto;
  margin: 1rem 0;
}
.search-result article {
  margin-bottom: 3rem;
}
.search-result article .content-wrap {
  border-bottom: 1px solid #d4d4d4;
}


/* PAGE SIMPLE SANS ELEMENTS */
.wysiwyg-content {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: "OpenSans-Regular";
  font-size: 15px;
  line-height: 20px;
}
.wysiwyg-content .page-breadcrumb,
.catalogue-page .page-breadcrumb {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.wysiwyg-content .page-breadcrumb > .bradcrumb-container,
.catalogue-page .page-breadcrumb > .bradcrumb-container {
  display: inline-block;
}
.wysiwyg-content .page-breadcrumb > .bradcrumb-container::after,
.catalogue-page .page-breadcrumb > .bradcrumb-container::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  top: 50%;
  margin-left: 10px;
}
.wysiwyg-content .page-breadcrumb > .bradcrumb-container *,
.catalogue-page .page-breadcrumb > .bradcrumb-container * {
  color: #868686;
}
.wysiwyg-content .page-breadcrumb > .bradcrumb-container a:hover,
.catalogue-page .page-breadcrumb > .bradcrumb-container a:hover {
  color: #e1251b;
}
.wysiwyg-content h1 {
  font-family: "Oswald-SemiBold";
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 50px;
}
.wysiwyg-content .entry-content h1 {
  margin-bottom: 20px;
}
.wysiwyg-content h2 {
  font-family: "OpenSans-Bold";
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 1rem;
  padding-top: 2rem;
  text-transform: inherit;
}
.page-content > h2:first-of-type,
.wysiwyg-content h1 + h2 {
  padding-top: 0;
}
.wysiwyg-content .page-thumbnail figure {
  margin-bottom: 1rem;
  opacity: 0;
  transform: translate(0px, -50px);
  -webkit-transform: translate(0px, -50px);
  -moz-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  -o-transform: translate(0px, -50px);
}
.wysiwyg-content img {
  width: 100%;
  height: auto;
}
.wysiwyg-content .entry-content ul {
  margin-bottom: 1rem;
  padding-left: 20px;
}

/* SINGLE CATALOGUE */
.single-catalogue .woocommerce-breadcrumb {
  font-family: "Oswald-Regular";
  color: #767676;
}
.single-catalogue .woocommerce-breadcrumb a {
  color: #767676 !important;
}
.catalogue-slider-nav,
.catalogue-slider-nav .slide-item {
  height: 100px;
  min-width: 100px;
  min-width: calc(387px / 4);
  /* height: calc(var(--vh, 1vh) * 100 - 50px); */
}
.catalogue-slider figure {
  min-height: 400px;
  min-height: 387px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.catalogue-slider figure img,
.catalogue-slider-nav .slide-item {
  border: 1px solid #DADADA;
}
.galerie-nav {
  margin-top: 1.5rem;
}
.catalogue-slider-nav .slide-item {
  cursor: pointer;
  padding: 1px;
  opacity: .5;
  margin: 0;
  outline: 0 !important;
  transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
}
.catalogue-slider-nav .slide-item:hover,
.catalogue-slider-nav .slide-item.slick-current {
  opacity: 1;
}
.catalogue-slider-nav .slide-item > div {
  height: 100%;
  width: 100%;
  background-size: contain !important;
}

.recaptcha {
  margin-bottom: 1rem;
}
.page-template-template-contact .wysiwyg-content h1 {
  margin-bottom: 14px;
}
.page-template-template-contact .wysiwyg-content .contact-info {
  margin-bottom: 30px;
}
.page-template-template-contact .wysiwyg-content .contact-info a {
  color: #252525;
}
.page-template-template-contact .wysiwyg-content .contact-info .email a,
.page-template-template-contact .wysiwyg-content .contact-info a:hover {
  color: #e1251b;
}
.page-template-template-contact .contact-form-container {
  padding: 60px 0;
}
.page-template-template-contact .contact-form-container .wysiwyg-content {
  margin-top: 0;
  margin-bottom: 0;
}
form.wpcf7-form label {
  width: 100%;
}
form.wpcf7-form label span.wpcf7-form-control-wrap {
  display: inline-block;
  line-height: 30px;
  width: 100%;
}
form.wpcf7-form label span.wpcf7-form-control-wrap.recipient {
  position: relative;
}
form.wpcf7-form label span.wpcf7-form-control-wrap.recipient::after {
  border-bottom: 2px solid #252525;
  border-right: 2px solid #252525;
  content: '';
  display: block;
  height: 9px;
  width: 9px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 15px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form select {
  background-color: #DADADA;
  border: 1px solid #868686;
  margin-top: 3px;
  width: 100%;
  padding: 1px 3px;
}
form.wpcf7-form button.wpcf7-submit,
form.wpcf7-form input.wpcf7-submit {
  width: auto;
  background-color: #e1251b;
  border: 0;
  display: inline-block;
  font-family: "Oswald-Regular";
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 11px 15px;
  margin: 0;
}
form.wpcf7-form input.wpcf7-submit:hover,
form.wpcf7-form input.wpcf7-submit:focus {
  background-color: #252525;
  color: #ffffff !important;
}
form.wpcf7-form select {
  height: 34px;
  -webkit-appearance: none;
    -moz-appearance: none;
  background-repeat: no-repeat;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-not-valid {
  border-color: #e1251b !important;
}
span.wpcf7-not-valid-tip {
  color: #e1251b;
  text-align: right;
  font-size: 12px;
  line-height: 24px;
}

/* PAGE ELEMENTS */
/* Products Block */
.block-products {
  padding-top: 60px;
  padding-bottom: 60px;
}
aside.categories {
  border: 2px solid #e1251b;
  height: calc(100% - 7px);
  height: 100%;
  padding-bottom: 7px;
  background-color: #ffffff;
}
aside.categories h4 {
  /* font-family: "Oswald-Regular"; */
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  padding: 11px 22px;
  background-color: #e1251b;
}
aside.categories h4 img {
  height: 21px;
  width: auto;
  margin-right: 11px;
}

aside.categories {
  position: relative;
}
aside.categories ul.categories-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
}
/* aside.categories ul.categories-list li:not(:last-of-type) { */
aside.categories ul.categories-list > li {
  border-bottom: 1px solid #eaeaea;
}
aside.categories ul.categories-list > li a {
  /*font-family: "Oswald-Regular";
  */display: block;
  font-size: 15px;
  line-height: 22px;
  color: #868686;
  padding: 11px 33px 11px 22px;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}
aside.categories ul.categories-list > li a::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #DADADA;
  transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
}
aside.categories ul.categories-list > li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  right: 22px;
  top: 50%;
  font-size: 13px;
  pointer-events: none;
  color: #c1c1c1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
aside.categories ul.categories-list > li a span {
  position: relative;
  /* z-index: 1; */
}
.woocommerce-MyAccount-navigation aside.categories ul.categories-list > li a span {
  z-index: inherit;
}
/* aside.categories ul.categories-list > li.is-active,
aside.categories ul.categories-list > li a:hover {
  background-color: #eaeaea;
} */
aside.categories ul.categories-list > li a.current,
aside.categories ul.categories-list > li a:hover {
  color: #ffffff;
}
aside.categories ul.categories-list > li a.current::before,
aside.categories ul.categories-list > li a:hover::before {
  width: 100%;
}
aside.categories ul.categories-list > li a.current::after,
aside.categories ul.categories-list > li a:hover::after {
  color: #DADADA;
}
aside.categories .project-link {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Sub categories Pop up */
.block-products .sub-categories.popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  left: calc(100% + 32px);
  top: 45px;
  padding: 40px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
  z-index: 2;
  height: calc(100% - 45px);
  width: 0;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
aside.categories ul.categories-list > li:hover .popup {
  opacity: 1;
  visibility: visible;
  width: 800px;
}
.sub-categories.popup h2 {
  font-size: 16px;
  line-height: 25.5px;
  text-transform: inherit;
  padding-right: 20px;
  /* border-bottom: 1px solid #e1251b; */
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
}
.sub-categories.popup h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 57px;
  background-color: #e1251b;
}
.sub-categories.popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-categories.popup ul li a::before,
.sub-categories.popup ul li a::after {
  content: none !important;
}
.sub-categories.popup ul li a {
  color: #868686;
  text-decoration: none;
  line-height: 27px !important;
  padding: 0 !important;
}
.sub-categories.popup ul li a:hover {
  color: #e1251b !important;
}



.slider-wrapper .slider-nav {
  margin-bottom: 24px;
  text-align: right;
  overflow: hidden;
  position: relative;
}
.slider-wrapper .slider-nav .buttons-wrap {
  display: inline-block;
  position: relative;
}

.slider-wrapper .slider-nav:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  top: 50%;
  left: 0;
  right: calc(2 * 43px + 11px);
  background-color: #e1e1e1;
}

.slider-wrapper .slider-nav.hide-nav:before {
  right: 0;
}
.slider-wrapper .slider-nav button {
  width: 43px;
  height: 43px;
  font-size: 13px;
  line-height: 43px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.slider-wrapper .slider-nav.hide-nav button {
  visibility: hidden;
  opacity: 0;
}
.block-products .slider-nav button {
  border: 1px solid #dadada;
}
.block-products .filter-actions {
  position: relative;
  z-index: 1;
}
.block-products .filter-actions a.btn {
  border: 1px solid #dadada;
  color: #868686;
  background-color: #ffffff;
  text-transform: inherit;
}
.block-products .filter-actions a.btn:not(:last-of-type) {
  margin-right: 11px;
}
.block-products .filter-actions a.btn:hover {
  /* border-color: #e1251b; */
  background-color: #e1251b;
  color: #ffffff !important;
}
.block-products .filter-actions a.btn.active {
  border-color: #e1251b;
  background-color: #e1251b;
  color: #ffffff !important;
  padding: 11px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.block-products .products-list.inactive {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-products .products-list {
    max-height: 428px;
    max-height: 429px;
    max-height: 500px;
    overflow: hidden;
    margin: 0 -1px;
  }
  
  .block-products .slideshow {
    max-height: 429px;
  }
  
}
/* max-slider */
/* .block-products .products-slider {
  max-height: 428px;
  overflow: hidden;
} */
.block-products .products-slider .slick-list {
  margin: 0 -11px;
}
.block-products .products-slider .slide-item {
  margin: 0 11px;
  /* margin-bottom: 7px; */
}
.block-products .products-slider .slide-item li.product-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.block-products .products-slider .slide-item .product-thumbnail img {
  max-height: 275px;
}
.block-products .products-slider.row {
  margin: 0 -11px;
  /* margin-bottom: 7px; */
}
.block-products .products-slider.row .slide-item {
  margin: 0;
  padding: 0 11px;
  /* margin-bottom: 7px; */
}
.block-products .products-slider .slide-item:hover .yith-wcwl-add-to-wishlist {
  visibility: visible;
  opacity: 1;
}
.products .product-item:hover .product-thumbnail,
.block-products .products-slider .slide-item:hover .product-thumbnail {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Catalogue Block */
section.catalogue {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.catalogue aside.categories {
  height: calc(100% - 7px);
}
.catalogue aside.categories h4 {
  color: #ffffff;
  background-color: #252525;
}
.catalogue aside.categories {
  color: #ffffff;
  border-color: #252525;
}
.catalogue .sub-categories {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%; */
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.catalogue .sub-categories.inactive {
  display: none;
  /* visibility: hidden;
  opacity: 0; */
}
.catalogue .categories-slider {
  /* max-slider */
  max-height: 476px;
  max-height: 484px;
  overflow: hidden;
}
.catalogue .categories-slider .slick-slide {
  margin: 0 11px;
}
.catalogue .categories-slider .slick-list {
  margin: 0 -11px;
}
.catalogue .categories-slider .slide-item {
  margin: 0 11px;
  margin-bottom: 7px;
  outline: 0;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
}
.catalogue .categories-slider.row {
  margin: 0 -11px;
}
.catalogue .categories-slider.row .slide-item {
  padding-left: 11px;
  padding-right: 11px;
  margin-left: 0;
  margin-right: 0;
}
.catalogue .categories-slider .slide-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.catalogue .sub-categories .title-holder {
  padding: 22px;
  height: 131px;
  background-color: #ffffff;
}
.catalogue .sub-categories .title-holder .sub-category.empty {
  min-height: 21px;
  margin-bottom: 10px;
}
.catalogue .sub-categories .title-holder a.sub-category {
  /* font-family: "Oswald-Regular"; */
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #868686;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.catalogue .sub-categories .title-holder .catalogue-item {
  /* font-family: "Oswald-Regular"; */
  font-size: 16.5px;
  line-height: 22.5px;
  color: #252525;
  text-transform: inherit;
}
.catalogue .sub-categories .slide-item .catalogue-image-wrap {
  overflow: hidden;
}
.catalogue .sub-categories .slide-item .catalogue-image {
  padding-top: 119.38%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.catalogue .sub-categories .slide-item:hover .catalogue-image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Projets Block */
.derniers-projets {
  padding-top: 60px;
  padding-bottom: 22px;
}
.derniers-projets .title-holder {
  position: relative;
}
.derniers-projets h2 {
  position: relative;
  font-family: "Oswald-Medium";
  text-align: center;
  font-size: 22px;
  line-height: 33px;
  padding-bottom: 22px;
  margin-bottom: 60px;
}
.derniers-projets h2::after {
  content: "";
  display: inline-block;
  bottom: 0;
  width: 99px;
  background: #eba910;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slider-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.slider-nav button {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  outline: 0;
}
.slider-nav button:last-of-type {
  margin-left: 11px;
}
.slider-nav button:not(.slick-disabled):hover {
  background-color: #e1251b;
  color: #ffffff;
}
.slider-nav button.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.projets-slider {
  /* max-height: 382px; */
  overflow: hidden;
}
.projets-slider .slick-dots {
  text-align: center;
  margin-top: 37px;
}
.projets-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #868686;
}
.projets-slider .slick-dots li.slick-active button {
  width: 18px;
}
.projets-slider .slick-slide {
  margin: 0 11px;
}
.projets-slider .slick-list {
  margin: 0 -11px;
}
.derniers-projets a.slide-item {
  outline: 0;
  margin-bottom: 7px;
  text-decoration: none;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
}
.derniers-projets a.slide-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.derniers-projets a.slide-item:hover .projet-image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.derniers-projets a.slide-item:hover h4 {
  color: #e1251b;
}
.derniers-projets .projet-image-wrap {
  overflow: hidden;
}
.derniers-projets .projet-image {
  padding-top: 71.48%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.projets-slider .projet-title {
  padding: 0 37px;
  background-color: #ffffff;
  height: 101px;
}
.projets-slider .projet-image-wrap .projet-title {
  display: none !important;
}
.projets-slider h4 {
  /* font-family: "Oswald-Regular"; */
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  text-transform: inherit;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

/* Call-to-actions Block */
.call-to-actions {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
/* Banner */
.banner-cta {
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner-cta .banner {
  /*padding: 33px 0 41px;
  */padding: 37px 0;
  padding-left: 56px;
  outline: 2px solid transparent;
  transition: outline 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -webkit-transition: outline 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -moz-transition: outline 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -ms-transition: outline 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: outline 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.banner-cta .banner:hover {
  outline: 2px solid #e1251b;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.banner-cta .banner h2 {
  font-family: "Oswald-SemiBold";
  font-size: 32px;
  /* line-height: 47px; */
  margin-bottom: 11px;
}
.banner-cta .banner h3 {
  /* font-family: "Oswald-Regular"; */
  font-size: 21px;
  /* line-height: 30px; */
}
.banner-cta .banner.dark {
  background-color: #000000;
  color: #ffffff;
}
.banner-cta .banner.dark a:hover,
.banner-cta .banner.dark a:focus {
  background-color: #ffffff;
  color: #e1251b !important;
}
.banner-cta .banner.light {
  background-color: #ffffff;
  color: #252525;
}

/* Call to actions */
article.cta-item {
  position: relative;
  padding-top: 71px;
  padding-left: 60px;
  padding-bottom: 142px;
}
article.cta-item::before {
  content: "";
  background-color: #252525;
  position: absolute;
  width: 81%;
  height: 100%;
  top: 0;
  left: 0;
}
article.cta-item .cta-content {
  position: relative;
  z-index: 3;
}
article.cta-item .text-content {
  color: #ffffff;
  max-width: 225px;
}
article.cta-item h2 {
  font-family: "Oswald-SemiBold";
  font-size: 33px;
  line-height: 41px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
article.cta-item h3 {
  color: #e1251b;
  /* font-family: "Oswald-Regular"; */
  font-size: 22px;
  line-height: 33px;
  color: #e1251b;
  text-transform: uppercase;
}
article.cta-item p {
  /* font-family: "Oswald-Regular"; */
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px;
}
article.cta-item a:hover,
article.cta-item a:focus {
  background-color: #ffffff;
  color: #e1251b !important;
}
article.cta-item figure {
  position: absolute;
  top: 0;
  right: -75px;
  right: -55px;
  z-index: 2;
}
article.cta-item figure img {
  max-width: 450px;
}

/* WOOCOMMERCE */
/* FIX BOOTSTRAP */
.woocommerce .shop-content ul.products::before,
.woocommerce .shop-content .products ul::after,
.woocommerce .shop-content .products ul::before,
.woocommerce .shop-content ul.products::after,
.woocommerce .shop-content ul.products::before {
  content: none;
  display: inherit;
}
.woocommerce ul.products li.product.bootstrap,
.woocommerce-page ul.products li.product.bootstrap {
  float: inherit;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}
.woocommerce img,
.woocommerce-page img {
  min-width: inherit;
  height: auto;
  max-width: none;

}
.woocommerce div.product div.images img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 1.5rem;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #DADADA;
}
/* page shop */
.woocommerce .container .container {
  padding: 0;
}
.woocommerce ul.products {
  margin-right: -15px;
  margin-left: -15px;
}
/* SHOP PAGE */
.woocommerce .header-image {
  height: 305px;
  overflow: hidden;
  /* make menu smaller */
  height: 193px;
}
body.woocommerce aside.categories {
  height: inherit;
  padding-bottom: 65px;
}
.shop-content {
  margin-bottom: 60px;
}
.single-catalogue .woocommerce-products-header,
.single-product .woocommerce-products-header,
.shop-content .woocommerce-products-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
  z-index: 0;
}

.single-catalogue .woocommerce-products-header nav,
.single-product .woocommerce-products-header nav,
.shop-content .woocommerce-products-header nav,
.shop-content .woocommerce-products-header form {
  margin-bottom: 0;
  /* font-family: "Oswald-Regular"; */
  font-size: 15px;
  line-height: 22px;
}
.single-catalogue .woocommerce-products-header nav a:hover,
.shop-content .woocommerce-products-header nav a:hover {
  color: #e1251b;
}
.single-catalogue .woocommerce-products-header::after,
.single-product .woocommerce-products-header::after,
.shop-content .woocommerce-products-header::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #e1e1e1;
}
.single-catalogue .woocommerce-breadcrumb,
.single-product .woocommerce-breadcrumb,
.shop-content .woocommerce-breadcrumb {
  position: relative;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.woocommerce form.woocommerce-ordering {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.woocommerce .woocommerce-ordering select {
  background-color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #e0e0e0;
  line-height: 44px;
  padding-left: 13px;
}
.woocommerce .woocommerce-products-header form {
  position: relative;
}
.woocommerce .woocommerce-products-header form::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  content: "\f078";
  font-size: 14px;
  line-height: 46px;
  right: 11px;
  top: 50%;
  font-weight: 900;
  pointer-events: none;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
/* pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  /* font-family: "Oswald-Regular"; */
  padding: 0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: #252525;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  /* color: #e1251b; */
  color: #ffffff;
  background-color: #e1251b;
}
/* categories-navigation */
.categories-navigation {
  margin: 60px 0;
}
.archive.woocommerce .categories-navigation {
  margin: 30px 0;
}
.categories-navigation ul.shop-categories {
  list-style: none;
}
.categories-navigation ul > li {
  text-align: center;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.categories-navigation ul > li > a {
  background-color: #252525;
  /* font-family: "Oswald-Regular"; */
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16.5px;
  line-height: 22px;
  padding: 22.5px 32.5px;
  display: block;
  height: 100%;
}
.categories-navigation ul > li span {
  display: inline-block;
}
.categories-navigation ul > li figure {
  margin-top: 10px;
}
.categories-navigation ul > li.active a,
.categories-navigation ul > li a:hover {
  background-color: #e1251b;
}
.categories-navigation figure.category-icon {
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  height: 65px;
}
/* LOOP */
/* product-item */
.product-item {
  list-style: none;
}
.product-item a {
  text-decoration: none;
  color: #252525;
}
.product-item .product-thumbnail {
  background-color: #ffffff;
  border: 1px solid #dadada;
  margin-bottom: 23px;
  padding: 15px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: relative;
}
.product-item .product-thumbnail .product-bg-thumbnail {
  width: 100%;
  padding-bottom: 100%;
}
.product-item .product-thumbnail figure {
  text-align: center;
}
.product-item .product-thumbnail img {
  margin: 0 !important;
}
.product-item img {
  padding: 0;
  margin: 0 auto;
  border: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  /* width: auto; */
}
.product-item h2 {
  /* font-family: "Oswald-Regular"; */
  font-size: 16.5px;
  line-height: 24px;
  color: #252525;
  margin-bottom: 10px;
}
.product-item h3 {
  /* font-family: "Oswald-Regular"; */
  font-size: 14px;
  line-height: 21px;
  color: #868686;
  margin-bottom: 7px;
}
.product-item .price {
  font-family: "Oswald-Regular" !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: #252525 !important;
}
.product-item .stock-label {
  /* font-family: "Oswald-Regular"; */
  color: #868686;
  font-size: 14px;
  line-height: 25px;
  margin-left: 12px;
}
.product-item .add_to_cart_button {
  background-color: inherit !important;
  padding: 0 !important;
}
.add_to_cart_button svg path {
  fill: #868686;
}
.product-item .add_to_cart_button:hover svg path {
  fill: #e1251b;
}
.woocommerce .products .product .woocommerce-loop-product__title {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.woocommerce ul.products li.product .price {
  margin: 0;
}
/* click add to cart */
.woocommerce a.added_to_cart {
  display: none;
}
.add_to_cart_button .added {
  visibility: hidden;
  opacity: 0;
  width: 0;
  display: inline-block;
}
.woocommerce a.button.added::after {
  content: none !important;
}
.add_to_cart_button .add-to {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
}
.add_to_cart_button.added .add-to {
  visibility: hidden;
  opacity: 0;
  width: 0;
  display: inline-block;
}
.add_to_cart_button.added .added {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
}
.add_to_cart_button.added:hover .add-to {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
}
.add_to_cart_button.added:hover .added {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
/* fix produit en rupture de stock & variation */
li.product-item.outofstock a.button:not(.ajax_add_to_cart) {
  display: none;
}
li.product-item.outofstock .stock-label {
  color: #e1251b;
}
.woocommerce ul.products li.product .product-meta a.button {
  margin-top: 0;
}
.see-options {
  display: none;
}
/* li.product-type-variable .product-meta a.button:not(.ajax_add_to_cart) .add-to, */
li.product-type-variable .product-meta a.button:not(.ajax_add_to_cart) .added {
  display: none;
}
/* li.product-type-variable .product-meta a.button:not(.ajax_add_to_cart) .see-options {
  display: inline-block;
  padding: 7px;
  background-color: #d4d4d4;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
li.product-type-variable .product-meta a.button:not(.ajax_add_to_cart):hover .see-options {
  background-color: #bdbdbd;
} */
/* Wishlist */
.yith-wcwl-add-to-wishlist {
  /* visibility: hidden;
  opacity: 0; */
  margin: 0;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.yith-wcwl-add-to-wishlist i,
.yith-wcwl-add-button > a i {
  margin: 0 !important;
  color: #c4c4c4;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.yith-wcwl-add-to-wishlist:hover i,
.yith-wcwl-add-button > a:hover i {
  color: #e1251b;
}
.product-item .yith-wcwl-add-to-wishlist .icon,
.product-item .yith-wcwl-add-button a.add_to_wishlist,
.single-product .single-product-image .yith-wcwl-add-to-wishlist .icon,
.single-product .single-product-image .yith-wcwl-add-button a.add_to_wishlist,
.single-product .single-product-image .open-gallery {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 31px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
}
.product-item .yith-wcwl-wishlistaddedbrowse a:not(.see-wishlist),
.product-item .yith-wcwl-add-to-wishlist .feedback a:not(.see-wishlist),
.product-item .wishlist-tooltip,
.single-product
  .single-product-image
  .yith-wcwl-wishlistaddedbrowse
  a:not(.see-wishlist),
.single-product
  .single-product-image
  .yith-wcwl-add-to-wishlist
  .feedback
  a:not(.see-wishlist),
.single-product .single-product-image .wishlist-tooltip {
  display: none;
}
.product-item .yith-wcwl-add-button a.add_to_wishlist span,
.single-product
  .single-product-image
  .yith-wcwl-add-button
  a.add_to_wishlist
  span {
  display: none;
  font-size: 0;
  background: 0 0;
}
/* MINI CART */
.acces-rapide li.toggle-mini_cart {
  position: relative;
}
.acces-rapide .cart-contents-count {
  color: #252525;
  font-family: "Oswald-SemiBold";
  font-size: 12px;
  line-height: 19px;
  display: inline-block;
  /* width: 19px;
  height: 19px; */
  padding: 1px;
  min-width: 19px;
  min-height: 19px;
  width: auto;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -9px;
}
.mini-cart {
  position: absolute;
  /* top: 100%; */
  right: 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 0.75rem;
  padding: 1.25rem 0.5rem 0.75rem;
  width: 230px;
  border: 0;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.39);
  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
}
.mini-cart .widget_shopping_cart_content {
  position: relative;
}
.mini-cart .widget_shopping_cart_content::before {
  content: '';
  position: absolute;
  top: calc(-1.25rem - 12px);
  right: 0;
  display: inline-block;
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
.acces-rapide .toggle-mini_cart:hover .mini-cart {
  opacity: 1;
  visibility: visible;
}

.mini-cart li.woocommerce-mini-cart-item {
  position: relative;
  padding: 1rem 0 !important;
  padding: 1.25rem 0 !important;
  border-top: 1px solid #DADADA;
}
.mini-cart li.woocommerce-mini-cart-item:last-of-type {
  border-bottom: 1px solid #DADADA;
}
.mini-cart .woocommerce-mini-cart-item .product-thumbnail {
  width: 30%;
  text-align: center;
  margin: 0.5em 0.5em 0.5em 0;
  margin: 0 0.5em;
}
.mini-cart .woocommerce-mini-cart-item .remove-wrap > a {
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.39);
  text-decoration: none;
  color: #252525;
  font-family: "Oswald-SemiBold";
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 7.5px;
  top: 0.75rem;
  right: 0;
}
.mini-cart .woocommerce-mini-cart-item .remove-wrap > a:hover {
  background-color: #e1251b;
  color: #ffffff;
}
.woocommerce ul.product_list_widget li img, .mini-cart li.woocommerce-mini-cart-item img {
  float: none !important;
  height: 50px !important;
  margin: 0 auto;
  width: auto;
  border: 1px solid #DADADA;
}
.mini-cart .mini-cart_header {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 1rem;
}
.mini-cart .mini-cart_header a {
  font-family: "Oswald-Medium";
}
.mini-cart ul.woocommerce-mini-cart {
  max-height: 400px;
  overflow-y: auto;
  padding: 0 0.25rem;
}
.mini-cart li.woocommerce-mini-cart-item .product-info {
  width: 100%;
}
.mini-cart li.woocommerce-mini-cart-item .product-info {
  font-size: 12px;
  line-height: 16px;
}
.mini-cart li.woocommerce-mini-cart-item .product-info a {
  color: #252525;
  text-transform: uppercase;
}
.mini-cart li.woocommerce-mini-cart-item .product-info p.custom_plate {
  margin: 0;
  display: none;
}
.mini-cart p {
  margin: 0;
}
.mini-cart li.woocommerce-mini-cart-item .product-info .quantity {
  display: block;
  color: #868686;
}
.mini-cart .woocommerce-mini-cart__buttons .wc-forward {
  display: none;
}
.mini-cart .woocommerce-mini-cart__total.total {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.mini-cart .woocommerce-mini-cart__total.total > strong {
  color: #868686;
}
.mini-cart .woocommerce-mini-cart__buttons .button.checkout {
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  padding: 6px 11px;
  background-color: #e1251b;
}
.mini-cart .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: #252525;
}



/* SINGLE PRODUCT */
.single-product .woocommerce-notices-wrapper > .woocommerce-message,
.single-product .woocommerce-notices-wrapper > .woocommerce-error {
  margin-top: 40px;
}
.single-product .header-image {
  height: 305px;
  overflow: hidden;
}
.single-product .header-image .bg-image {
  height: 400px;
}
.single-product .woocommerce-products-header {
  margin-top: 25px;
}
/* NAV BUTTONS */
.prev_next_buttons {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.prev_next_buttons a {
  display: inline-block;
  color: #252525;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  outline: 0;
  width: 43px;
  height: 43px;
  font-size: 13px;
  line-height: 43px;
  line-height: 41px;
  border: 1px solid #dadada;
}
.prev_next_buttons a:nth-child(2) {
  margin-left: 11px;
}
.prev_next_buttons a:hover {
  background-color: #e1251b;
  color: #ffffff;
}
.single-product div.product {
  padding-bottom: 40px;
}
/* Thumbnail */
.woocommerce.single-product div.product div.images {
  margin-bottom: 60px;
}
/* wishlist + zoom icon */
.single-product
  .single-product-image.has-gallery
  .yith-wcwl-add-to-wishlist
  .icon,
.single-product
  .single-product-image.has-gallery
  .yith-wcwl-add-button
  a.add_to_wishlist,
.single-product .single-product-image.has-gallery .open-gallery {
  top: 15px;
  z-index: 1;
}
.single-product .single-product-image .open-gallery {
  bottom: calc(2 * 15px + 33px);
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.single-product .single-product-image.has-gallery .open-gallery {
  right: calc(2 * 15px + 33px);
}
.single-product .single-product-image:hover .open-gallery {
  opacity: 1;
}
.single-product .single-product-image .open-gallery svg {
  height: 17px;
  width: auto;
}
.single-product .single-product-image .open-gallery svg path {
  fill: #c4c4c4;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.single-product .single-product-image .open-gallery:hover svg path {
  fill: #e1251b;
}
body.admin-bar.single-product .pswp {
  top: 32px;
  height: calc(100% - 32px);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  /* border: 1px solid #dadada; */
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid #d4d4d4;
}
.single-product div.product .product_title {
  font-family: "Oswald-SemiBold";
  font-size: 30px;
  line-height: 45px;
}
.single-product div.product p.price {
  font-size: 30px;
  line-height: 45px;
  color: #252525;
  margin-bottom: 30px;
}
.single-product .product-notice,
.woocommerce-product-details__short-description {
  font-family: "OpenSans-Regular";
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 23px;
}
.woocommerce-product-details__short-description strong {
  font-family: "OpenSans-Bold";
}
.woocommerce-product-details__short-description a {
  color: #e1251b;
  text-decoration: underline;
}
.single-product .product-reference {
  font-family: "Oswald-Regular";
}
.single-product .woocommerce-product-details__short-description table td,
.single-product .product-notice table td {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 5px 1rem;
}
.single-product .woocommerce-product-details__short-description table tr td:first-of-type,
.single-product .product-notice table tr td:first-of-type {
  background-color: #dadada;
}

/* Color variation */
.woocommerce div.product form.cart .variations td.label {
  padding: 0;
}
.variable-items-wrapper .wvs-has-image-tooltip:before,
.variable-items-wrapper [data-wvstooltip]:before {
  background-color: #e1251b !important;
}
.reset_variations {
  color: #e1251b;
}
.variable-items-wrapper .wvs-has-image-tooltip:after,
.variable-items-wrapper [data-wvstooltip]:after {
  border-top-color: #e1251b !important;
}
.woo-variation-swatches-stylesheet-enabled
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches-stylesheet-enabled
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px #e1251b !important;
}
/* add to cart + quantity */
.woocommerce.single-product div.product form.cart div.quantity input {
  display: inline-block;
  height: 54px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #dadada;
  border-right: 0;
  border-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  font-size: 28px;
  width: 60px;
}
.woocommerce.single-product
  div.product
  form.cart
  div.quantity
  input::-webkit-outer-spin-button,
.woocommerce.single-product
  div.product
  form.cart
  div.quantity
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce.single-product
  div.product
  form.cart
  div.quantity
  input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.woocommerce.single-product div.product form.cart .quantity-wrapper button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 1px solid #dadada;
  height: 54px;
  font-size: 28.5px;
  line-height: 42px;
  position: relative;
  outline: 0;
}
.woocommerce.single-product
  div.product
  form.cart
  .quantity-wrapper
  button:hover {
  color: #ffffff;
  background-color: #e1251b;
}
.woocommerce.single-product div.product form.cart .quantity-wrapper {
  margin-right: 33px;
}
.woocommerce.single-product
  div.product
  form.cart
  .quantity-wrapper
  button.minus {
  padding-bottom: 10px;
}
.woocommerce div.product div.summary,
.woocommerce div.product form.cart {
  margin-bottom: 23px;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce.single-product button.single_add_to_cart_button {
  float: none !important;
  margin: 0;
}
.woocommerce a.button,
.woocommerce button.button {
  border-radius: 0 !important;
  font-weight: normal;
}
.woocommerce button.button.alt.disabled,
.woocommerce.single-product button.button.alt.disabled,
.woocommerce.single-product button.single_add_to_cart_button,
.woocommerce.single-product button.btn-woocommerce {
  text-transform: uppercase;
  background-color: #e1251b;
  color: #ffffff;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  font-size: 20px;
  line-height: 30px;
  font-weight: inherit;
}
.woocommerce.single-product .add-to-cart-wrapper,
.woocommerce.single-product button.single_add_to_cart_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce.single-product .add-to-cart-wrapper {
  padding: 23px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.woocommerce.single-product button.button.alt.disabled,
.woocommerce.single-product button.single_add_to_cart_button {
  line-height: 54px;
  padding: 0 20px;
}
.woocommerce.single-product button.single_add_to_cart_button svg {
  margin-right: 10px;
}
.woocommerce button.button.alt.disabled:hover,
.woocommerce.single-product button.button.alt.disabled:hover,
.woocommerce.single-product button.single_add_to_cart_button:hover,
.woocommerce.single-product button.btn-woocommerce:hover {
  background-color: #252525;
}

/* Numéro plaque */
.customize_plate p {
  font-size: 23px;
  line-height: 34px;
}
.cfwc-custom-field-wrapper {
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 30px;
}
.cfwc-custom-field-wrapper label {
  display: none;
}
.plates-notice {
  font-size: 14px;
  color: #e1251b;
  /* position: absolute; */
  /* margin-left: 10px; */
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}
.cfwc-custom-field-wrapper .woocommerce-input-wrapper {
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100px;
  max-width: 450px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.cfwc-custom-field-wrapper:not(.black) .woocommerce-input-wrapper.oldtime,
.cfwc-custom-field-wrapper .woocommerce-input-wrapper.yellow {
  background-color: #f6d700;
}
.cfwc-custom-field-wrapper:not(.black) .woocommerce-input-wrapper.oldtime::before,
.cfwc-custom-field-wrapper .woocommerce-input-wrapper.yellow::before {
  content: "";
  pointer-events: none;
  display: inline-block;
  background-color: #0185ca;
  left: 0;
  height: 100%;
  width: 55px;
}
.cfwc-custom-field-wrapper .woocommerce-input-wrapper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 3px solid #252525;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.cfwc-custom-field-wrapper .woocommerce-input-wrapper input:focus {
  outline: none;
}
.cfwc-custom-field-wrapper .woocommerce-input-wrapper input {
  line-height: 94px;
  line-height: 75px;
  font-size: 60px;
  font-family: "Oswald-SemiBold";
  font-family: "ConduitITCStd-Bold";
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: -5px;

  margin-top: 5px;
  font-size: 88px;
  letter-spacing: 0.045em;
}
.cfwc-custom-field-wrapper.black .woocommerce-input-wrapper.oldtime {
  background-color: #252525;
}
.cfwc-custom-field-wrapper.black .woocommerce-input-wrapper.oldtime input {
  color: #ffffff;
}
.cfwc-custom-field-wrapper .woocommerce-input-wrapper.yellow input {
  width: calc(100% - 55px);
}
.cfwc-custom-field-wrapper .woocommerce-input-wrapper input:-internal-autofill-selected {
  background-color: transparent !important;
}
.cfwc-custom-field-wrapper .plate-actions {
  margin-left: 30px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cfwc-custom-field-wrapper .plate-actions button {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  background-color: #dadada;
  color: #252525;
  border: 0;
  padding: 8px 18px;
  outline: 0;
  position: relative;
  min-width: 125px;
  text-align: center;
}
.cfwc-custom-field-wrapper .plate-actions button:hover {
  background-color: #bdbdbd;
}
.cfwc-custom-field-wrapper .plate-actions button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  right: calc(50% - 7.5px);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  opacity: 0.75;
  pointer-events: none;
  color: #252525;
}

.cfwc-custom-field-wrapper .plate-actions button.loading span {
  opacity: 0;
  visibility: hidden;
}
.cfwc-custom-field-wrapper .plate-actions button.success span.label i {
  margin-right: 5px;
  font-size: 12px;
}
.cfwc-custom-field-wrapper .plate-actions button.success {
  cursor: not-allowed;
  opacity: 0.35;
}

.type_plate {
  display: inline-block;
  background-color: #e1251b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.5rem;
  border-radius: 5px;
  margin-bottom: 1em;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.39);
}
.type_plate span {
  margin-right: 0.5rem;
}
.type_plate label {
  margin-bottom: 0;
}
/* Custom radio input */
/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 25px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container:not(:last-of-type) {
  margin-right: 1em;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #252525;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ffffff;
}


/* PAGE PANIER */
/* empty */
.woocommerce-cart .return-to-shop {
  margin-bottom: 60px;
}
/* shipping icon */
.woocommerce tr.shipping td {
  color: #868686;
}
.woocommerce ul#shipping_method {
  margin-bottom: 1rem;
}
.woocommerce ul#shipping_method li {
  margin-bottom: 5px;
}
.woocommerce ul#shipping_method li.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
}
.woocommerce ul#shipping_method li.has-icon input {
  margin-top: calc(3px + 33px + 8px);
}
.woocommerce ul#shipping_method .amount {
  color: #e1251b;
}
.woocommerce ul#shipping_method .amount.free {
  margin-left: 4px;
}


img.shipping-icon {
  display: block;
  height: 33px;
  width: auto;
  margin-bottom: 8px;
}
/* bootstrap fix */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce table.shop_table {
  margin-bottom: 0;
  /* border-color: #868686; */
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.woocommerce table.shop_table td:not(:last-of-type) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
  background: #dadada;
  font-weight: normal;
}
.woocommerce table.shop_table tfoot td {
  font-weight: normal;
}
.woocommerce table.shop_table tr.order-total * {
  font-family: "Oswald-Medium";
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 37px;
}
.woocommerce table.shop_table tr.order-total td {
  color: #e1251b;
}
.woocommerce table.shop_table a {
  color: #e1251b;
}
.woocommerce table.shop_table .product-name a {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.woocommerce table.shop_table .custom_plate {
  text-transform: inherit;
  font-size: 13px;
  margin-bottom: 0;
  color: #252525;
}
.woocommerce table.shop_table .custom_plate span {
  font-family: "Oswald-Medium";
  text-transform: uppercase;
}
.cart-wrapper {
  margin-bottom: 60px;
}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  margin-top: 50px;
}
.woocommerce-cart .header-image,
.woocommerce-checkout .header-image {
  height: 305px;
  overflow: hidden;
}
.woocommerce-cart .header-image .bg-image,
.woocommerce-checkout .header-image .bg-image {
  height: 400px;
}
.woocommerce-cart .woocommerce h2:not(.woocommerce-loop-product__title),
.woocommerce-checkout .woocommerce h3 {
  font-family: "Oswald-SemiBold";
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce h3#ship-to-different-address {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-checkout .woocommerce #ship-to-different-address-checkbox {
  margin-right: 10px;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding-bottom: 0;
}
/* table */
.woocommerce-page #content table.cart td.actions .input-text#coupon_code {
  width: 100px;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: auto;
}
/* buttons */
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout-payment button.button.alt {
  font-family: "Oswald-SemiBold";
  font-size: 20px;
  text-transform: uppercase;
  background-color: #e1251b;
  color: #ffffff;
  padding: 0.9em;
  margin-bottom: 0;
  float: none !important;
}
.woocommerce-checkout-payment button.button.alt {
  display: block;
  width: 100%;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-checkout-payment button.button.alt:hover {
  background-color: #252525;
}

/* CHECKOUT PAGE */
.custom.select-wrap select {
  line-height: 32px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 1px 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.custom.select-wrap .woocommerce-input-wrapper {
  position: relative;
}
.custom.select-wrap .woocommerce-input-wrapper::after {
  content: "";
  line-height: 52px;
  right: 11px;
  top: 50%;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-top-color: #252525;
  border-width: 8px 6px 0;
  border-width: 6px 5px 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
/* bootstrap fix */
@media (min-width: 992px) {
  .shop_table.woocommerce-checkout-review-order-table.col-lg-6 {
    margin: 0 15px;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  padding: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table .product-name {
  width: 50%;
}
.woocommerce table.shop_table .product-name > .name {
  color: #e1251b;
  text-transform: uppercase;
}
.woocommerce table.shop_table .product-quantity {
  /* display: block; */
  font-weight: normal;
  text-align: center;
}
.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
  text-align: center;
}
.woocommerce table.shop_table td.product-quantity input.custom-plate {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.woocommerce table.shop_table td.product-quantity input.custom-plate::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* formulaire */
.woocommerce-checkout form.woocommerce-checkout {
  margin-bottom: 60px;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
  color: #868686;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
  /* display: block; */
  width: 100%;
}
/* Payment methods */
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  line-height: 32px;
  margin-left: 5px;
}
.payment_method_stripe {
  margin-bottom: 8px !important;
}
.payment_method_stripe label {
  display: inline;
}
.stripe-card-group {
  width: 100% !important;
}
.woocommerce-checkout #payment .payment_method_stripe div.form-row {
  padding: 0;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  width: 100%;
}

/* ORDER PAGE */
.woocommerce-order {
  margin-top: 60px;
  margin-bottom: 60px;
}
.woocommerce-order table.woocommerce-table,
.woocommerce-order address {
  max-width: 700px;
}


/* Multiple plates */
.cfwc-custom-field-wrapper.multiple .plate-actions,
.cfwc-custom-field-wrapper.series .plate-actions {
  display: block !important; 
  margin: 0;
  padding: 0;
  margin-top: 6px;
}
.cfwc-custom-field-wrapper.series .plate-actions button,
.cfwc-custom-field-wrapper.multiple .plate-actions button {
  display: inline-block;
}
.cfwc-custom-field-wrapper.series .plate-actions button:first-of-type,
.cfwc-custom-field-wrapper.multiple .plate-actions button:first-of-type {
  margin-right: 0.5rem;
}
.cfwc-custom-field-wrapper.multiple,
.cfwc-custom-field-wrapper.series {
  -ms-flex-direction: column;
  flex-direction: column;
}
.plates-holder.multiple {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plates-holder.multiple .plate-item {
  width: 50%;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}


.plates-holder.hide {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.plates-holder.show {
  height: auto;
  width: auto;
  opacity: 1;
  visibility: visible;
}

/* TypeSerie */
.series-actions {
  margin-left: 0.5rem;
  padding-bottom: 10px;
}
.series-actions a {
  color: #252525;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  float: left;
  font-size: 10px;
  border: 1px solid #d4d4d4;
  text-decoration: none;
  margin: 5px 0;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.series-actions a.remove-serie:hover {
  background-color: #e1251b;
  color: #ffffff;
}
.series-actions a.add-serie:hover {
  background-color: green;
  color: #ffffff;
}
.typeSerie .serie-item:first-of-type .series-actions a.remove-serie {
  display: none !important;
}
/* .typeSerie .serie-item:not(:first-of-type) .series-actions a.add-serie {
  display: none !important;
}
.typeSerie .serie-item:last-of-type .series-actions a.add-serie {
  display: -ms-flexbox!important;
  display: flex!important;
} */
.typeSerie .serie-item .series-actions a {

  opacity: 0;
  visibility: hidden;
}
.typeSerie .serie-item:last-of-type .series-actions a {
  opacity: 1;
  visibility: visible;
  display: -ms-flexbox!important;
  display: flex!important;
}
.serie-item {
  position: relative;
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
}
.serie-item .plate-wrap {
  width: 50%;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;

  display: flex;
  align-items: center;
}
.serie-item .plate-wrap span.label {
  margin-right: 5px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  height: 36px !important;
  line-height: 36px !important;
  outline: 0 !important;
  padding-top: 3px;
}
.woocommerce form .form-row .woocommerce-input-wrapper input {
  line-height: 32px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered  {
  color: red !important;
  line-height: 34px !important;
}


/* Woocommerce Account pages */
.woocommerce-MyAccount-navigation aside {
  padding: 0;
}
.woocommerce form .form-row {
  padding: 0;
}
.woocommerce-account .woocommerce {
  margin-top: 60px;
  margin-bottom: 60px;
}
/* login  */
.woocommerce-account h2 {
  font-family: "Oswald-SemiBold";
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
}
/* .woocommerce-account h2,
.woocommerce form.login {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
} */
.woocommerce form .password-input, .woocommerce-page form .password-input {
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce-account form .woocommerce-input-wrapper input {
  line-height: 32px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 1px 8px;
}
.woocommerce-account button.woocommerce-Button,
.woocommerce-account button.woocommerce-Button.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  font-family: "Oswald-SemiBold";
  font-size: 17px;
  text-transform: uppercase;
  background-color: #e1251b;
  color: #ffffff;
  padding: 0.9em;
  margin-bottom: 0;
  float: none !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
  margin-right: 8px;
}
.woocommerce-account button.woocommerce-Button:focus,
.woocommerce-account button.woocommerce-Button:hover,
.woocommerce-account .woocommerce-Button.woocommerce-form-register__submit:focus,
.woocommerce-account .woocommerce-Button.woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #000000;
  color: #ffffff;
}
/* Account */
.woocommerce-account .edit-account em {
  color: #868686;
  font-size: 13px;
}
.woocommerce-account .edit-account fieldset {
  margin-top: 2rem;
}
.woocommerce .edit-account button.button {
  margin-top: 1rem;
  font-family: "Oswald-SemiBold";
  font-size: 17px;
  text-transform: uppercase;
  background-color: #e1251b;
  color: #ffffff;
  padding: 0.9em;
  margin-bottom: 0;
  float: none !important;
}
.woocommerce .edit-account button.button:hover {
  background-color: #252525;
  color: #ffffff;
}
/* My payment methods */
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #e1251b;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
  background-color: #252525;
}


/* Wishlist page */
.woocommerce .wishlist-title {
  margin-bottom: 0;
}
form.yith-wcwl-form.wishlist-fragment {
  margin: 100px 0;
}
form.yith-wcwl-form.wishlist-fragment table {
  border-collapse: collapse;
}
table.wishlist_table {
  font-size: inherit;
}
form.yith-wcwl-form.wishlist-fragment h2 {
  font-family: "Oswald-SemiBold";
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
}
.wishlist-items-wrapper a.add_to_cart_button {
  background-color: transparent !important;
  margin-top: 8px !important;
}
.wishlist-items-wrapper a.add_to_cart_button:hover path {
  color: #e1251b;
}
.wishlist-items-wrapper a.remove {
  line-height: 22px;
}
.wishlist-items-wrapper a.remove:hover {
  background-color: #e1251b !important;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail img {
  max-width: 100%;
}


/* Services List */
.services-listing {
  /* height: 712px; */
  padding: 105px 0 125px;
  padding: 85px 0 60px; /* new */
}
.services-wrap {
  background-color: #ffffff;
  padding: 93px 0 60px;
  position: relative;
  padding: 80px 0 30px; /* new */
  max-width: 1000px; /* new */
  margin: 0 auto; /* new */
}
.services-wrap .icon-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  background-color: rgba(221, 26, 13, 0.36);
  padding: 12.5px;
  width: 125px;
  height: 125px;
  margin-top: -62.5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.services-wrap .icon {
  display: inline-block;
  background-color: #e1251b;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.services-listing figure {
  height: 50px;
  margin-bottom: 20px;
}
.services-listing figure img {
  max-height: 100%;
}
.services-listing h2 {
  font-family: "Oswald-Medium";
  /* text-transform: uppercase; */
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 52px;
  margin-bottom: 20px; /* new */
}
.services-listing h3 {
  font-family: "Oswald-Medium";
  /* text-transform: uppercase; */
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 21px;
  margin-bottom: 10px; /* new */
}
.services-listing p {
  /* font-family: "Oswald-Regular"; */
  color: #868686;
  font-size: 18px;
  line-height: 27px;
  font-size: 16px; /* new */
  line-height: 25px; /* new */
}
.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.services-list .service-item {
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  max-width: 225px;
  -ms-flex: 0 0 250px; /* new */
  flex: 0 0 250px; /* new */
  max-width: 250px; /* new */
  padding: 11px;
}


/* PAGE CATALOGUE */
.catalogue-page {
  padding: 60px 0;
}
.catalogue-page aside.categories {
  height: inherit;
  padding: 0;
}
.catalogue-page .woocommerce-breadcrumb a {
  color: #767676;
}
.wysiwyg-content .page-breadcrumb > .bradcrumb-container::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  top: 50%;
  margin-left: 10px;
}
.catalogue-page .catalogue_item .catalogue-thumbnail {
  background-color: #ffffff;
  border: 1px solid #dadada;
  margin-bottom: 23px;
  padding: 15px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: relative;
}
.catalogue-page .catalogue_item:hover .catalogue-thumbnail {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.catalogue-page .catalogue_item {
  margin-bottom: 2.992em;
}
.catalogue-page .catalogue_item a {
  text-decoration: none;
}
.catalogue-page .catalogue_item a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.catalogue-page .catalogue_item h2 {
  color: #252525;
  margin: 0;
  font-size: 1em;
  text-decoration: none;
}

.pagination-nav {
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1;
  display: inline-block;
}
.pagination-nav .page-numbers {
  text-align: center;
  display: inline-block;
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  float: left;
  width: 33px;
  height: 33px;
  line-height: 33px;
  color: #252525;
  text-decoration: none;
}
.pagination-nav .page-numbers.current,
.pagination-nav .page-numbers:hover {
  background-color: #e1251b;
  color: #ffffff;
}



/* PAGE PROJETS */
section.projets {
  padding: 115px 0 75px;
  padding: 75px 0;
}
section.projets .projets-list {
  margin-top: 40px;
}
section.projets #msg-box {
  display: none;
}
.projet_item {
  margin-bottom: 40px;
}
.projet_item a {
  text-decoration: none;
  color: #252525;
}
.projet_item figure {
  margin-bottom: 23px;
  overflow: hidden;
}
.projet_item figure,
.projet_item figure picture {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.projet_item figure:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.projet_item figure:hover picture {
  transform: scale(1.06) !important;
}
.projet_item .projet_image {
  padding-top: 100%;
}
.projet_item .sub-category {
  font-size: 14px;
  line-height: 21px;
  color: #868686;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.projet_item h5 {
  font-size: 16.5px;
  line-height: 24px;
}
.gslide-image img.zoomable {
  max-height: 75vh !important;
}
.projets-page .load-more {
  padding: 50px 0;
}
.projet_loadmore {
  font-family: "Oswald-Semibold";
  text-transform: uppercase;
  line-height: 54px;
  padding: 0 20px;
  font-size: 20px;
  border: 0 !important;
}
.loading {
  display: none;
}
.donut {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 2rem;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
  border: 0.3rem solid rgba(225, 37, 27, 0.3);
  border-top-color: #e1251b;
  animation: 1.5s spin infinite linear;
  -webkit-animation:1.5s spin infinite linear;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* LIGHTBOX */
#glightbox-body .goverlay {
  background: inherit;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /* (plus shape's fill blended on top as a separate layer with 40% opacity) */
  background: rgba(37, 37, 37, 0.4);

}
.glightbox-container .ginner-container {
  padding: 0 30px;
}
.glightbox-clean .gslide-description, .glightbox-modern .gslide-description {
  background-color: inherit;
}
.glightbox-clean .gslide-media, .glightbox-modern .gslide-media {
  box-shadow: inherit;
}
.glightbox-clean .gbtn, .glightbox-modern .gbtn {
  background-color: #e1251b;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.glightbox-clean .gbtn:hover, .glightbox-modern .gbtn:hover {
  background-color: #1d1d1d;
}
.gclose svg, .gnext svg, .gprev svg {
  max-width: 20px;
  margin: 0 auto;
}

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner {
  padding: 20px 0;
}
.glightbox-clean .gslide-title, .glightbox-modern .gslide-title {
  font-family: "Oswald-Regular";
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.glightbox-clean .gslide-desc, .glightbox-modern .gslide-desc {
  font-family: "Oswald-Regular";
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  color: #1d1d1d !important;
}
/* RESPONSIVE FIX */
@media screen and (max-width: 767px) {
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    position: relative;
    bottom: auto;
    background: inherit !important;
    max-width: 550px;
    padding: 20px 0;
  }
  .glightbox-container .gslide-media.gslide-image {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  
  .desc-bottom .gslide-image img, .desc-top .gslide-image img {
    max-width: 100%;
  }
}
  

/* FOOTER */
footer {
  background-color: #252525;
}
footer,
footer a {
  /* font-family: "Oswald-Regular"; */
  font-size: 14px;
  line-height: 21px;
  color: #868686;
}
footer .widget-area {
  padding-top: 67px;
  padding-bottom: 33px;
}
footer h4 {
  font-family: "Oswald-SemiBold";
  /* text-transform: uppercase; */
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 22px;
  margin-bottom: 22px;
  position: relative;
}
footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e1251b;
  width: 59px;
  height: 1px;
}
footer .footer-widget-1 .widget_media_image {
  margin-bottom: 30px;
}
footer .footer-widget-1 .widget_media_image img {
  max-height: 82px;
  width: auto;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul.menu li:not(:last-of-type) {
  margin-bottom: 7px;
}
footer ul.menu li > a {
  padding: 3px 0;
}
footer ul.menu li > a:hover,
footer ul.menu li > a:focus {
  color: #ffffff;
}
footer .numeros-contact {
  background-color: #e1251b;
  color: #ffffff;
  padding: 60px 30px;
  margin-top: -80px;
  margin-bottom: 40px;
}
footer .numeros-contact a {
  color: #ffffff;
  text-decoration: none;
}
footer .numeros-contact li:not(:last-of-type) a {
  margin-bottom: 30px;
}
footer .numeros-contact a .icon {
  display: inline-block;
  margin-right: 11px;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #ffffff;
  border: 4px solid #ff9797;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}
footer .icon-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.36);
  padding: 12.5px;
  width: 125px;
  height: 125px;
  margin-top: -62.5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
footer .icon-phone {
  display: inline-block;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
footer .icon-phone svg {
  height: 45px;
  width: 45px;
}
footer .icon-phone svg path {
  fill: #e1251b;
}

footer .numeros-contact .phone-wrap {
  width: calc(100% - 57px);
}
footer .numeros-contact a .icon path {
  fill: #e1251b;
}
footer .numeros-contact .num-title {
  /* font-family: "Oswald-Regular"; */
  font-size: 17px;
  line-height: 27px;
}
footer .numeros-contact .num {
  /* font-family: "Oswald-Regular"; */
  font-size: 24px;
  line-height: 27px;
}
footer .numeros-contact a:hover .icon,
footer .numeros-contact a:focus .icon {
  border-color: #ffffff;
}
footer .numeros-contact a:hover .num-title,
footer .numeros-contact a:focus .num-title {
  text-decoration: underline;
}
footer .payment-methods {
  max-width: 255px;
}
/* Site info */
footer .site-info {
  border-top: 1px solid #4a4a4a;
  padding: 37px 0;
}

.goTop {
  position: absolute;
  top: -75px;
  right: -75px;
  top: -45px;
  right: 11px;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e1251b;
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  outline: 0 !important;
}
.goTop:hover {
  background-color: #252525;
}


/* GDPR */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(#e1251b)) !important;
  background: -o-linear-gradient(#1d1d1d 0%, #e1251b 100%) !important;
  background: linear-gradient(#1d1d1d 0%, #e1251b 100%) !important;
  border: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-color: #252525 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  background-color: #ffffff !important;
  color: #252525 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover {
  color: inherit !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  display: inline-block;
  text-transform: uppercase !important;
  min-width: auto !important;
  font-family: "Oswald-Regular";
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 11px 15px;
  border-radius: 0;
  outline: 0;
  box-shadow: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
  background-color: #252525 !important;
  color: #ffffff !important;
}


/* MEDIA QUERIES */
@media screen and (max-width: 1300px) {
  /* Call to actions */
  /* article.cta-item {
    padding: 25px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  } */
  article.cta-item {
    padding: 25px;
    padding: 55px 40px 70px;
  }
  article.cta-item figure {
    right: -25px;
  }
  article.cta-item figure img {
    max-width: 350px;
  }

  /* Custom Plates */
  .cfwc-custom-field-wrapper .woocommerce-input-wrapper,
  .cfwc-custom-field-wrapper .woocommerce-input-wrapper input {
    height: 75px;
  }
  .cfwc-custom-field-wrapper .woocommerce-input-wrapper input {
    font-size: 55px;
  }
  .cfwc-custom-field-wrapper .typeSerie .woocommerce-input-wrapper input {
    font-size: 40px;
    line-height: 50px;
    padding: 3px;
  }
  .cfwc-custom-field-wrapper .plate-actions button:first-of-type {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1100px) {
  /* Call to actions */
  article.cta-item {
    padding: 35px 25px 60px;
  }
  article.cta-item .text-content {
    max-width: 200px;
  }
  article.cta-item figure {
    top: 25px;
  }
  article.cta-item figure img {
    max-width: 250px;
  }

  /* Custom Plates */
  .plates-holder.multiple .plate-item {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  /* fix sliders */
  .block-products .products-slider {
    max-height: inherit;
  }

  /* Custom Plates */
  .plates-holder.multiple .plate-item {
    width: 100%;
  }
   .cfwc-custom-field-wrapper .typeSerie .woocommerce-input-wrapper {
    height: 50px;
  }
  .typeSerie .serie-item .plate-wrap {
    width: 50%;
  }
  .series-actions a {
    width: 20px;
    height: 20px;
    margin: 3px 0;
  }

  /* SINGLE CATALOGUE */
  .catalogue-galerie {
    margin-bottom: 30px;
  }
  .catalogue-slider figure {
    min-height: inherit;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  /* HEADER */
  .logo {
    margin-right: auto;
    margin-left: 20px;
  }
  .logo img {
    height: 70px !important;
  }

  /* Search Menu */
  .menu-search {
    display: none;
  }


  /* Call to actions */
  article.cta-item {
    padding: 25px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  article.cta-item::before {
    width: 100%;
  }
  article.cta-item .text-content {
    max-width: 100%;
  }
  article.cta-item figure {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 1rem;
  }
  article.cta-item figure img {
    width: 100%;
    max-width: inherit;
  }

  /* Product Slider */
  .block-products .products-slider .slide-item li.product-item {
    padding: 0 10px;
  }
  .categories-wrap {
    display: none;
  }
  .homepage .block-products .slider-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  a.goto {
    margin: 30px auto 0;
  }

  /* Services */
  .services-list .service-item {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  /* WOOCOMMERCE */
  .woocommerce-breadcrumb {
    max-width: 75%;
  }

  .archive.woocommerce .categories-navigation {
    display: none;
  }
  .archive.woocommerce .shop-page {
    margin-top: 40px;
  }


  /* Custom plate */
  .serie-item-wrap {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: block !important;
  }
  .serie-item-wrap .label {
    width: 15px;
  }
  .typeSerie .serie-item .plate-wrap {
    width: 100%;
  }
  .serie-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  /* .cfwc-custom-field-wrapper .typeSerie .woocommerce-input-wrapper {
    width: 90%;
  } */

  /* Footer */
  footer .numeros-contact {
    padding: 60px 11px;
  }
  footer .numeros-contact a .icon {
    height: 40px;
    width: 40px;
    margin-right: 6px;
  }
  footer .numeros-contact .num-title {
    font-size: 15px;
    line-height: 23px;
  }
  footer .numeros-contact .num {
    font-size: 18px;
    line-height: 23px;
  }
}

@media screen and (max-width: 782px) {
  #top-bar {
    display: none;
  }
  body.admin-bar header .header-menu {
    top: 46px;
    top: 0;
  }
  body.admin-bar header.fixed-menu .header-menu {
    top: 46px;
  }

  header .header-menu {
    margin-top: 46px;
    position: fixed;
  }
  header.fixed-menu .header-menu {
    margin-top: 0;
    top: 46px;
  }

  header:not(.fixed-menu) .header-menu > .container {
    max-width: inherit;
    padding: 0;
  }
  header.fixed-menu .header-menu > .container {
    padding: 0 15px;
  }

  header:not(.fixed-menu) .main-menu-bar {
    padding: 0 15px;
  }

  header:not(.fixed-menu) .logo {
    margin-left: 0;
  }

  /* no admin-bar */
  body:not(.admin-bar) header .header-menu {
    margin-top: 0;
    top: 0;
    position: fixed;
  }

  .woocommerce .header-image {
    height: 120px;
  }
}
/* .acces-rapide li > a.shop-link, */
.mobile-fixed {
  display: none;
}


@media screen and (max-width: 767px) {
  #top-bar,
  .bottom-navigation,
  .goTop,
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }

  .header-image {
    height: 350px;
  }

  .woocommerce .header-image {
    height: 120px;
    /* display: none; */
  }

  .error-404 {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  /* Single Product + CHECKOUT PAGES */
  .single-product .header-image,
  .woocommerce-cart .header-image,
  .woocommerce-checkout .header-image {
    height: 200px;
  }
  .single-product .header-image .bg-image,
  .woocommerce-cart .header-image .bg-image,
  .woocommerce-checkout .header-image .bg-image {
    height: 100%;
  }

  /* Products Slider */
  .block-products .products-slider .slide-item .product-thumbnail img {
    /* max-height: inherit; */
    margin: 0 auto !important;
    width: auto;
  }
  .block-products .products-slider .slide-item li.product-item {
    padding: 0 10;
  }

  /* Produits */
  .add_to_cart_button.added:hover .add-to {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .add_to_cart_button.added:hover .added {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
  }


  /* Catalogue Block */
  .catalogue {
    border: 0;
  }
  .catalogue .catalogue-post a {
    display: block;
    position: relative;
    height: 330px;
  }
  .catalogue .catalogue-post a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #252525;
    opacity: 0.6;
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
  }
  .catalogue .catalogue-post a:hover::after {
    opacity: 0.25;
  }
  .catalogue .catalogue-post .post-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
  }
  .catalogue .catalogue-post .post-info span.category-tag {
    display: inline-block;
    background-color: #e1251b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    padding: 7px;
    margin-bottom: 5px;
  }
  .catalogue .catalogue-post .post-info h3 {
    text-transform: inherit;
    color: #ffffff;
    font-size: 18px;
    line-height: 22.5px;
  }

  .banner-cta,
  .call-to-actions {
    display: none;
  }
  /* .derniers-projets.bg-gray, */
  .catalogue.bg-gray {
    background-color: inherit;
  }

  /* paddings */
  .block-products,
  .catalogue,
  .derniers-projets {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-listing {
    padding-bottom: 30px;
  }

  /* Projets Block */
  .projets-slider {
    overflow: inherit;
    max-height: inherit;
  }
  .projets-slider .slick-dots {
    display: none !important;
  }
  .derniers-projets {
    padding-bottom: 130px;
  }


  /* Services list */
  .services-wrap {
    background-color: inherit;
    padding: 0;
  }
  .services-wrap .icon-wrap {
    margin-top: -150px;
  }
  .services-listing h2 {
    color: #ffffff;
  }
  .services-list {
    display: block;
    background-color: #ffffff;
  }
  .services-list .service-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 23px;
    position: relative;
  }
  .services-list .service-item:not(:last-of-type)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 23px;
    right: 23px;
    height: 1px;
    background-color: #868686;
    opacity: 0.25;
  }
  /* .services-list .service-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  } */
  .service-item .tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-item .tab i {
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
  }
  .service-item .tab.open i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .services-listing figure {
    height: 30px;
    margin: 0;
  }
  .services-listing h3 {
    margin: 0;
  }
  .service-item .service-description {
    display: none;
    margin-top: 20px;
  }
  .service-item .service-description p:last-of-type {
    margin: 0;
  }


  /* WISHLIST PAGE */
  .wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
    font-size: 17px;
    line-height: 23px;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 80px;
  }
  .wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table,
  .wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin: 0;
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    width: calc(100% - 95px);
  }
  .wishlist_table.mobile li:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  .wishlist_table.mobile tr {
    border-bottom: 1px solid #d4d4d4;
  }
  .wishlist_table.mobile .additional-info-wrapper {
    margin-left: 94px;
  }

  /* WOOCOMMERCE PAGES */
  .woocommerce-notices-wrapper {
    margin-top: 30px;
  }
  .categories-navigation {
    display: none;
  }
  body.woocommerce aside.categories, .shop-page aside.categories {
    /* margin-top: 30px; */
    padding-bottom: 0;
  }
  body.woocommerce .shop-content {
    margin-top: 30px;
  }
  .woocommerce-ordering {
    margin-bottom: 30px !important;
  }
  .woocommerce ul.products li.product.bootstrap, .woocommerce-page ul.products li.product.bootstrap {
    max-width: 50%;
  }
  .related-products {
    padding-bottom: 90px;
  }
  .cart-wrapper {
    margin: 30px 0 120px;
  }
  .woocommerce-cart-form {
    margin-bottom: 30px;
  }
  .woocommerce table.shop_table .product-remove {
    text-align: right !important;
  }
  .woocommerce table.shop_table .product-remove a {
    display: inline-block;
  }
  .woocommerce table.shop_table .product-name {
    width: 100%;
  }
  .woocommerce ul#shipping_method li {
    width: 100%;
    text-align: right;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
  .woocommerce-checkout .woocommerce {
    margin: 30px 0 120px;
  }
  .woocommerce-checkout .woocommerce table.shop_table .product-name {
    width: 50%;
  }
  .woocommerce-billing-fields,
  .woocommerce-checkout-review-order {
    margin-bottom: 30px;
  }

  .single-product .woocommerce-products-header::after {
    content: none !important;
  }
  .single-catalogue .woocommerce-products-header,
  .single-product .woocommerce-products-header {
    margin-top: 30px;
  }
  .woocommerce-breadcrumb {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px !important;
  }
  .single-product .woocommerce-products-header, .shop-content .woocommerce-products-header {
    display: block;
  }
  .prev_next_buttons {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
  .prev_next_buttons::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #e1e1e1;
    z-index: -1;
  }

  /* ACCOUNT */
  .woocommerce-account .woocommerce {
    margin: 30px 0 90px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }


  .wysiwyg-content {
    margin-top: 30px;
    margin-bottom: 90px;
  }
  .contact-infos.wysiwyg-content {
    margin-bottom: 30px;
  }
  .page-template-template-contact .contact-form-container {
    padding-top: 30px;
  }
  .wysiwyg-content h1 {
    margin-bottom: 20px;
  }
  .page-template-template-contact .header-image {
    height: 400px;
  }

  /* PAGE PROJETS */
  .wysiwyg-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.projets {
    padding: 30px 0 70px;
  }
  .projets-page .load-more {
    padding: 30px 0 90px;
  }


  /* PAGE CATALOGUE */
  .catalogue-page {
    padding: 30px 0 70px;
  }
  .catalogue-page .page-breadcrumb {
    margin-top: 30px;
  }


  /* Footer */
  footer .widget-area {
    padding-bottom: 40px;
  }
  /* .full-container-mobile {
    padding: 0;
  } */
  footer .numeros-contact {
    margin-top: 0;
    padding: 100px 30px 40px;
    text-align: center;
  }
  footer .numeros-contact a .icon {
    display: none !important;
  }
  footer .numeros-contact .phone-wrap {
    width: 100%;
  }
  footer .payment-methods {
    margin: 0 auto;
    display: block;
  }
  footer .site-info {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar header.fixed-menu .header-menu {
    top: 0;
  }

  body header .header-menu {
    position: relative !important;
    margin: 0;
  }
  .logo {
    margin: 0 auto !important;
  }
  .logo img {
    height: 43px !important;
  }
  .top-navigation {
    padding: 20px 15px;
  }

  header.fixed-menu .top-navigation .desktop.toggle-menu {
    display: none !important;
  }
  .mobile-fixed {
    display: block;
  }
  .menu.acces-rapide {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #252525;
  }
  /* .menu.acces-rapide ul {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  } */
  .acces-rapide li.toggle-mini_cart {
    order: -1;
  }
  .acces-rapide > ul > li.mobile-menu-item {
    margin: 0;
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .menu.acces-rapide .toggle-menu.acces-rapide  {
    display: block;
    position: relative;
  }
  .acces-rapide li > a.acces {
    line-height: 48px;
    width: 100%;
  }
  .menu.acces-rapide .toggle-menu.acces-rapide a.menu-toggle {
    width: 52px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
  }
  
  header.fixed-menu .toggle-menu .line,
  header .toggle-menu .line {
    height: 1px;
    margin-bottom: 5px;
  }
  /* .acces-rapide li > a.shop-link {
    display: block;
  } */
  .acces-rapide li > a.shop-link,
  .acces-rapide li > a.cart-contents {
    position: relative;
    background-color: #e1251b;
  }
  /* .acces-rapide li > a.cart-contents {
    display: none;
  }
  .acces-rapide li > a.cart-contents .cart-contents-count {
    display: none !important;
  } */
  .acces-rapide .cart-contents-count {
    right: 50%;
    top: 3px;
    font-size: 10px;
    line-height: 15px;
    min-width: 15px;
    min-height: 15px;
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }

  body.admin-bar .scroll-menu {
    top: 0;
  }
  .scroll-menu {
    width: 100%;
  }
  .scroll-menu .logo,
  .scroll-menu .custom-plate {
    display: none !important;
  }
  ul.menu-mobile {
    margin-top: 0;
  }
  .scroll-menu .mobile-navigation {
    text-align: center;
    height: 100%;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .scroll-menu a.close-menu {
    bottom: 30px;
    top: auto;
  }
  .scroll-menu ul.menu-mobile li.shop-menu a {
    background-color: #e1251b;
    color: #ffffff;
    padding: 5px 20px;
  }
  .scroll-menu ul.menu-mobile li.shop-menu svg path {
    fill: #ffffff;
    stroke: #ffffff;
  }
  ul.menu-mobile li {
    margin-bottom: 20px;
  }

  
  .header-slider {
    margin-top: -83px;
    position: relative;
  }
  .home-slider,
  .home-slider .slide-item {
    height: calc(93vh - 52px);
    /* height: calc(var(--vh, 1vh) * 100 - 50px); */
  }
  body.admin-bar .home-slider,
  body.admin-bar .home-slider .slide-item {
    height: calc(93vh - 98px);
  }
  .home-slider .slick-dots {
    left: 0;
    right: 0;
    text-align: center;
  }
  .home-slider .slide-box {
    position: relative;
    top: 130px;
    bottom: auto;
    min-width: inherit;
    background-color: inherit;
  }
  .home-slider .slide-box .box-content {
    padding: 0 30px;
  }
  .home-slider .slide-box .box-content h3::before {
    content: none;
  }
  .home-slider .slide-box .box-content h2,
  .home-slider .slide-box .box-content h3 {
    font-size: 20px;
    line-height: 35px;
    font-family: "Oswald-Regular";
  }
  .home-slider .slide-box .box-content h2 strong,
  .home-slider .slide-box .box-content h3 strong {
    font-family: "Oswald-SemiBold";
  }
  .home-slider .slide-box .box-content .btn {
    position: relative;
    margin-top: 30px;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
  }

  .slider-navigation {
    display: block !important;
    position: absolute;
    bottom: 70px;
    right: 20px;
  }
  .slider-navigation button {
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    outline: 0;
    border: 1px solid #DADADA;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
  }
  .slider-navigation button:hover {
    color: #ffffff;
    border-color: #e1251b;
    background-color: #e1251b;
  }
  .slider-navigation button:last-of-type {
    margin-left: 9px;
  }
  
  .slider-wrapper .slider-nav {
    z-index: 0;
  }


  .header-image {
    height: 175px;
  }
  .categories-navigation {
    display: none;
  }
  /* .shop-page {
    margin-top: 30px;
  } */

  /* Shipping */
  .woocommerce ul#shipping_method li label {
    text-align: left;
  }
  /* Payment methods */
  .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    display: none;
  }
  .woocommerce-SavedPaymentMethods-saveNew.woocommerce-validatedlabel label {
    width: 90%;
    line-height: 23px;
    display: inline-block !important;
    margin-top: -5px;
  }
  
  body.woocommerce aside.categories,
  .shop-page aside.categories {
    /* margin-top: 30px; */
    padding-bottom: 0;
  }

  /* Single Product */
  .single-product .header-image,
  .woocommerce-cart .header-image,
  .woocommerce-checkout .header-image {
    height: 100px;
  }

  .woocommerce.single-product div.product div.images {
    margin-bottom: 30px;
  }

  .single-product div.product .product_title {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 15px;
  }

  /* make menu smaller */
  .woocommerce .header-image {
    height: 0;
  }
}
@media screen and (max-width: 500px) {
  /* Products Block */
  .block-products .products-slider .slide-item li.product-item {
    padding: 0;
  }
  .block-products .slider-wrapper .slider-nav:before {
    display: none;
  }
  .block-products .filter-actions {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-products .nav-buttons .buttons-wrap {
    display: none !important;
  }
  .block-products {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slideshow .slick-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    background-color: inherit;
    position: absolute;
    top: 30%;
    z-index: 1;
    color: #868686;
    transform: scaleY(1.3);
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
}
  .slideshow .slick-arrow.slick-prev {
    left: -35px;
  }
  .slideshow .slick-arrow.slick-next {
    right: -35px;
  }

  /* Produits */
  .product-item .add_to_cart_button {
    padding: 5px !important;
  }
  .product-item .add_to_cart_button:not(.added) {
    background-color: #e1251b !important;
  }
  .product-item .add_to_cart_button svg {
    width: 30px;
    height: 30px;
  }
  .product-item .add_to_cart_button:not(.added) svg path {
    fill: #ffffff !important;
  }


  /* SINGLE PRODUCT */
  .woocommerce.single-product .add-to-cart-wrapper {
    display: block;
  }
  .woocommerce.single-product div.product form.cart .quantity-wrapper {
    margin: 0;
    margin-bottom: 15px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .woocommerce.single-product button.single_add_to_cart_button {
    width: 100%;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  /* CUSTOM PLAQUE */
  .cfwc-custom-field-wrapper {
    display: block;
  }
  .cfwc-custom-field-wrapper .plate-actions {
    margin-left: 0;
    margin-top: 11px;
  }


  /* Catalogue Block */
  .catalogue .catalogue-post a {
    height: inherit;
  }
  .catalogue .catalogue-post.half a {
    padding-top: 175.54%;
  }
  .catalogue .catalogue-post.full a {
    padding-top: 87.77%;
  }

  /* Projets Block */
  .derniers-projets {
    background-color: inherit;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .derniers-projets .title-holder {
    display: none;
  }
  .projet-image-wrap {
    position: relative;
  }
  .derniers-projets .projet-image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .derniers-projets .projet-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(141, 141, 141, 0.7);
    z-index: 1;
  }
  .projets-slider .projet-title {
    display: none !important;
    position: absolute;
    z-index: 2;
    background-color: inherit;
    height: auto;
    max-width: 70%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .projets-slider .projet-title h4 {
    background-color: rgba(225, 37, 27, 0.8);
    color: #ffffff !important;
    padding: 10px;
    text-align: center;
  }
  .projets-slider .projet-image-wrap .projet-title {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .projets-slider .slick-arrow {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .derniers-projets a.slide-item:hover .projet-image::after {
    opacity: 0;
  }

  /* WOOCOMMERCE PAGES */
  .woocommerce ul.products li.product.bootstrap, .woocommerce-page ul.products li.product.bootstrap {
    max-width: 100%;
  }

  /* Footer + Services */
  .services-listing {
    padding-top: 65px;
  }
  .services-wrap .icon-wrap {
    margin-top: -105px;
  }
  .services-wrap .icon-wrap {
    width: 80px;
    height: 80px;
  }
  .services-wrap .icon {
    width: 55px;
    height: 55px;
  }
  .services-wrap .icon svg,
  footer .icon-phone svg {
    height: 30px;
    width: 30px;
  }
  footer .icon-wrap {
    width: 80px;
    height: 80px;
  }
  footer .icon-wrap {
    margin-top: -40px;
  }
  .services-wrap .icon,
  footer .icon-phone {
    width: 55px;
    height: 55px;
  }
  footer .numeros-contact .num-title {
    font-family: "Oswald-Light";
    font-size: 18px;
    line-height: 20px;
  }
  footer .numeros-contact .num {
    font-size: 15px;
    line-height: 20px;
  }
  footer .numeros-contact {
    padding-top: 70px;
  }
}


@media screen and (max-width: 500px) {
  .type_plate {
    width: 100%;
  }
  .type_plate span.label-span {
    display: none;
  }
}


@media screen and (max-height: 800px) {
  body .scroll-menu {
    max-height: 100%;
    overflow: scroll;
  }
  .scroll-menu .custom-plate {
    display: none !important;
  }
}




/* SLIDER INITIALZE FIX */
.slideshow {
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.5s linear;
  transition:opacity 0.5s linear;
}
.slideshow.slick-initialized {
  max-height: auto;
  height: auto;
  visibility: visible !important;
  opacity:1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/* LANGUAGE HIDE */
.lang-switcher {
  display: none !important;
}


/* .woocommerce ul.products li.product a img {
  width: 300px;
  height: 300px;
} */
/* .products .product-item .product-thumbnail {
  height: 282.98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */



@media (min-width: 992px) {
  .shop-categories .col-lg-2 {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
    max-width: calc(100% / 7);
  }
}


/* hide shipping adresse in cart page if client grun */
body.client_grun .woocommerce-shipping-destination {
  display: none !important;
}



/* MAKE MENU SMALLER 
(+ script.js "if ($win_top > 24) {" */
.archive.woocommerce #top-bar,
.archive.woocommerce .bottom-navigation {
  display: none !important;
}
/* .woocommerce .header-image {
  height: 199px;
} */
.archive.woocommerce header.fixed-menu .header-menu {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .archive.woocommerce .header-image {
    height: 170px;
  }
}
@media screen and (max-width: 782px) {
  .archive.woocommerce header .toggle-menu {
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) {
  .archive.woocommerce header .toggle-menu {
    display: block;
  }
}



#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: auto;
}