<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
@import '../fontello/css/fontello.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

.home #site-header .header-inner img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(102%) contrast(101%);
}
.home #site-header .lang ul span {
  color: #fff;
}
.home #site-header .lang ul li:first-child {
  border-right: 2px solid #fff;
}
.home #site-header .search-form .search-submit {
  background-image: url(../img/search-white.svg);
  background-repeat: no-repeat;
}
.home #site-header .search-form input[type=search] {
  border-bottom: 1px solid #fff;
}
.home #site-header .search-form ::-webkit-input-placeholder {
  color: #fff;
}
.home #site-header .search-form :-ms-input-placeholder {
  color: #fff;
}
.home #site-header .search-form ::placeholder {
  color: #fff;
}
.home #site-header .header-inner.fixed img {
  filter: invert(0%) sepia(100%) saturate(7433%) hue-rotate(210deg) brightness(88%) contrast(88%);
}
.home #site-header .header-inner.fixed .lang ul span {
  color: #000;
}
.home #site-header .header-inner.fixed .lang ul li:first-child {
  border-right: 2px solid #000;
}
.home #site-header .header-inner.fixed .search-form .search-submit {
  background-image: url(../img/search-black.svg);
  background-repeat: no-repeat;
}
.home #site-header .header-inner.fixed .search-form input[type=search] {
  border-bottom: 1px solid #000;
}
.home #site-header .header-inner.fixed .search-form ::-webkit-input-placeholder {
  color: #000;
}
.home #site-header .header-inner.fixed .search-form :-ms-input-placeholder {
  color: #000;
}
.home #site-header .header-inner.fixed .search-form ::placeholder {
  color: #000;
}

#site-header .search-mobile {
  display: none;
}
@media (max-width: 767px) {
  #site-header .search-mobile {
    display: block;
  }
  #site-header .search-mobile .search-form {
    display: block;
    margin: 10px 0;
  }
  #site-header .search-mobile .search-form input[type=search] {
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
  }
  #site-header .search-mobile .search-form ::-webkit-input-placeholder {
    color: #000 !important;
  }
  #site-header .search-mobile .search-form :-ms-input-placeholder {
    color: #000 !important;
  }
  #site-header .search-mobile .search-form ::placeholder {
    color: #000 !important;
  }
  #site-header .search-mobile .search-form .search-submit {
    float: left;
    background-image: url(../img/search-black.svg) !important;
    margin-right: 5%;
    width: 10%;
  }
  #site-header .search-mobile .search-form label {
    display: inline-block;
    width: 85%;
  }
}
#site-header .header-inner {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 1% 2%;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: position 0.5s linear;
}
#site-header .header-inner .header-titles-wrapper {
  width: 110px;
  margin-right: auto;
  position: relative;
  z-index: 99;
}
@media (max-width: 1023px) {
  #site-header .header-inner .header-titles-wrapper {
    width: 100px;
    margin-right: auto;
    padding: 6px;
  }
}
#site-header .header-inner.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  padding: 0.5% 2%;
  animation: smoothScroll 0.5s forwards;
  top: 0;
  left: 0;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
#site-header .lang ul {
  position: relative;
  z-index: 99;
}
#site-header .lang ul li {
  margin-top: 2px;
}
@media (max-width: 767px) {
  #site-header .lang ul li {
    margin-top: 0px;
  }
}
#site-header .lang ul li:first-child {
  border-right: 2px solid;
}
#site-header .lang ul span {
  color: #000;
}
@media (max-width: 767px) {
  #site-header .lang ul span {
    font-size: 14px;
  }
}
#site-header .lang ul .wpml-ls-display {
  display: none;
}
#site-header .search-form {
  position: relative;
  z-index: 99;
  margin: 0 30px;
}
@media (max-width: 767px) {
  #site-header .search-form {
    display: none;
  }
}
#site-header .search-form .screen-reader-text {
  display: none;
}
#site-header .search-form .search-submit {
  background: transparent;
  font-size: 0;
  background-image: url(../img/search-black.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
#site-header .search-form input[type=search] {
  border-bottom: 2px solid #000;
  border-width: 0px 0px 1px;
  font-weight: bold;
  padding: 5px;
  display: none;
  background: transparent;
}
#site-header .search-form ::-webkit-input-placeholder {
  color: #000;
}
#site-header .search-form :-ms-input-placeholder {
  color: #000;
}
#site-header .search-form ::placeholder {
  color: #000;
}
#site-header .header-navigation-wrapper {
  width: 35px;
  position: relative;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .toggle-menu {
  position: relative;
  z-index: 99;
  cursor: pointer;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .toggle-menu img {
  max-width: 35px;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu.open {
  right: 0;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
  position: fixed;
  top: 0;
  right: -35%;
  height: 100vh;
  width: 35%;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 120px 50px;
  z-index: 1;
  transition: right 0.5s linear;
}
@media (max-width: 1200px) {
  #site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
    width: 50%;
    right: -50%;
    padding: 90px 35px;
  }
}
@media (max-width: 767px) {
  #site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu {
    width: 100%;
    right: -100%;
    padding: 90px 35px;
  }
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-has-children &gt; a:after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: sans-serif;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu .menu-item-has-children.active &gt; a:after {
  content: "­–­­­­­­­­";
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu #menu-item-671,
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu #menu-item-683 {
  border-width: 1px 0px 1px !important;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu li {
  border: 1px solid #000;
  border-width: 1px 0px 0px;
  padding: 20px 0px;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  display: block;
  font-family: sans-serif;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu .sub-menu {
  background: transparent;
  display: none;
  margin: 20px 0px 0px;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu .sub-menu li {
  border: none;
  padding: 5px 20px;
}
#site-header .header-navigation-wrapper .primary-menu-wrapper .primary-menu .sub-menu li a {
  color: #404040;
}

#site-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding: 2%;
}
#site-footer i.icon-facebook-squared {
  font-size: 50px;
}
#site-footer i.icon-instagram {
  font-size: 45px;
  position: relative;
  top: -2px;
}
#site-footer a {
  color: #000;
}
#site-footer a:hover {
  color: #7B7C7F;
}
#site-footer .social-link a {
  margin-right: -15px;
}
#site-footer .pages-link a {
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 10px;
  text-decoration: none;
}
#site-footer .pages-link a:hover {
  text-decoration: underline;
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides &gt; li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides &gt; li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
body {
  font-family: "Gotham";
  font-weight: normal;
}

article {
  color: #7B7C7F;
}
article h1 {
  font-size: 34px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  article h1 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  article h1 {
    font-size: 20px;
  }
}
article p {
  line-height: 1.5;
  text-align: justify;
}

.gray {
  color: #7B7C7F !important;
}

.single-product #breadcrumbs {
  width: 80%;
  margin: 90px auto 40px;
}

#breadcrumbs,
.woocommerce-breadcrumb {
  background: #E9E9EA;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 50px 0px;
  text-align: left;
}
@media (max-width: 767px) {
  #breadcrumbs,
  .woocommerce-breadcrumb {
    padding: 10px;
    margin: 20px 0px;
  }
}
#breadcrumbs a,
.woocommerce-breadcrumb a {
  display: inline;
  color: #8C8E90;
  text-decoration: none;
}
@media (max-width: 767px) {
  #breadcrumbs a,
  .woocommerce-breadcrumb a {
    font-size: 14px;
  }
}
#breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumbs i,
.woocommerce-breadcrumb i {
  font-size: 14px;
  color: #000;
}
#breadcrumbs .breadcrumb_last,
.woocommerce-breadcrumb .breadcrumb_last {
  color: #000;
}
@media (max-width: 767px) {
  #breadcrumbs .breadcrumb_last,
  .woocommerce-breadcrumb .breadcrumb_last {
    font-size: 14px;
  }
}

.woocommerce-breadcrumb {
  max-width: 80%;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .woocommerce-breadcrumb {
    margin: 20px auto;
  }
}
.woocommerce-breadcrumb a:first-child {
  display: none;
}
.woocommerce-breadcrumb i:first-of-type {
  display: none;
}

.banner {
  position: relative;
}
.banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 10px black;
}
@media (max-width: 1200px) {
  .banner h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 25px;
    letter-spacing: 2px;
  }
}
.banner img {
  width: 100%;
}

#site-content,
.banner,
.container,
.full-width-container {
  margin-top: 90px;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.list-style {
  list-style: inside;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .img-mobile {
    display: block;
    width: 100%;
  }
}

.img-desktop {
  display: block;
}
@media (max-width: 767px) {
  .img-desktop {
    display: none;
  }
}

.container-slider {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
}
.flex-direction-nav a {
  width: auto;
  height: auto;
  opacity: 1;
  color: transparent;
  box-shadow: none;
  text-shadow: none;
}
.flex-direction-nav a:before {
  content: "‹";
  font-size: 96px;
  color: #fff;
}
.flex-direction-nav a.flex-prev {
  left: 2%;
}
.flex-direction-nav a.flex-next {
  right: 2%;
}
.flex-direction-nav a.flex-next:before {
  content: "›";
}

#slides_list ul li {
  position: relative;
}
#slides_list ul li .slide-img img {
  width: 100%;
}
#slides_list ul li .slide-img .slide-img-desc {
  position: absolute;
  top: 26%;
  font-size: 4vw;
  font-weight: 700;
  left: 5%;
  color: #fff;
}
@media (max-width: 767px) {
  #slides_list ul li .slide-img .slide-img-desc {
    font-size: 25px;
    top: 55%;
  }
  #slides_list ul li .slide-img .slide-img-desc span {
    font-size: 18px !important;
  }
}
#slides_list ul li .slide-img#slide-img-3 .slide-img-desc {
  color: #000;
}
@media (max-width: 767px) {
  #slides_list ul li .slide-img#slide-img-3 .slide-img-desc {
    top: 23%;
  }
}
#slides_list .flex-control-nav {
  bottom: 5%;
}
#slides_list .flex-control-nav a {
  width: 15px;
  height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 2px solid #fff;
}
#slides_list .flex-control-nav a.flex-active {
  background: transparent;
}

#slides_category a {
  text-decoration: none;
}
#slides_category .category-img-link {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#slides_category .category-img-link h2 {
  color: #000;
  font-size: 44px;
  margin-top: 0.67em;
}
#slides_category .category-img-link h3 {
  color: #7B7C7F;
  font-size: 16px;
  transition: all 0.5s;
}
#slides_category .category-img-link:hover {
  background: rgba(59, 60, 61, 0.8) !important;
}
#slides_category .category-img-link:hover h2 {
  color: #fff;
}
#slides_category .category-img-link:hover h3 {
  color: #fff;
  padding-left: 50px;
}
#slides_category .category-img-link img {
  width: 100%;
}
#slides_category .category-link {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #717375;
  background: #e6e7e8;
  padding: 8px 0 10px;
  font-weight: bold;
}
#slides_category .category-link:after {
  content: "";
  background: url("../img/catalogue-arrow.png");
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.home-image-list {
  position: relative;
  text-transform: uppercase;
  /* &amp;#home-image-list-1 {
    .bloc-image-link {
      bottom: auto;
      top: 215px;
      letter-spacing: 0.5px;
      @include for-size(desktop-xs) {
        top: 200px;
      }
      @include for-size(tablet-landscape) {
        top: 120px;
      }
    }
    .bloc-image-desc {
            font-size: 3.1vw;
        }
  } */
}
.home-image-list:not(:last-child) {
  margin-bottom: 20px;
}
.home-image-list img {
  width: 100%;
}
.home-image-list h2.bloc-image-title {
  position: absolute;
  top: 35px;
  font-size: 40px;
  left: 35px;
}
@media (max-width: 1200px) {
  .home-image-list h2.bloc-image-title {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .home-image-list h2.bloc-image-title {
    font-size: 30px;
    left: 15px;
  }
}
.home-image-list .bloc-image-desc {
  position: absolute;
  left: 35px;
  top: 140px;
  font-size: 2.7vw;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .home-image-list .bloc-image-desc {
    top: 120px;
  }
}
@media (max-width: 1200px) {
  .home-image-list .bloc-image-desc {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .home-image-list .bloc-image-desc {
    left: 15px;
    font-size: 18px !important;
    font-weight: 700;
  }
}
.home-image-list .bloc-image-link {
  position: absolute;
  left: 35px;
  font-size: 13px;
  bottom: 50px;
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
}
@media (min-width: 1920px) {
  .home-image-list .bloc-image-link {
    font-size: 20px;
  }
}
.home-image-list .bloc-image-link:hover {
  text-decoration: underline;
}
.home-image-list .bloc-image-link i {
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-left: -20px;
  position: absolute;
  top: -23px;
}
@media (max-width: 1366px) {
  .home-image-list .bloc-image-link {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .home-image-list .bloc-image-link {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .home-image-list .bloc-image-link {
    left: 15px;
  }
}

.home-actu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
  .home-actu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.home-actu .container-slider {
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-actu .container-slider {
    width: 100%;
  }
}
.home-actu .container-slider .actualites-slides-bloc {
  position: relative;
}
.home-actu .container-slider .actualites-slides-bloc h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  position: absolute;
  z-index: 99;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 20px;
}
.home-actu .container-slider .actualites-slides-bloc img {
  width: 100%;
}
.home-actu .container-slider .actualites-slides-bloc a.actualites-link {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.home-actu .container-slider .actualites-slides-bloc a.actualites-link:hover {
  padding-left: 50px;
  text-decoration: underline;
}
.home-actu .container-slider .actualites-slides-bloc a.actualites-link i {
  font-size: 50px;
  position: absolute;
  top: -25px;
  margin-left: -20px;
}
@media (max-width: 1366px) {
  .home-actu .container-slider .actualites-slides-bloc a.actualites-link {
    font-size: 13px;
  }
}
.home-actu .container-slider .actualites-slides-bloc .showroom-address {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
  font-size: 16px;
  color: #fff;
}
.home-actu .container-slider .actualites-slides-bloc .actualites-description {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  transform: translateY(-50%);
}

.bloc-newsletter-fixed {
  position: fixed;
  right: 3%;
  bottom: 8%;
  z-index: 999;
}
.bloc-newsletter-fixed .newsletter-link {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  width: 135px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.bloc-newsletter-fixed .newsletter-form {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 45px 20px 20px;
  max-width: 300px;
  color: #fff;
  position: relative;
  display: none;
}
.bloc-newsletter-fixed .newsletter-form .wpcf7-validation-errors {
  display: none !important;
}
.bloc-newsletter-fixed .newsletter-form .newsletter-close {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  font-size: 17px;
  position: absolute;
  right: 5%;
  top: 5%;
  padding: 5px;
  background: #fff;
}
.bloc-newsletter-fixed .newsletter-form label {
  width: 100%;
  font-size: 14px;
}
.bloc-newsletter-fixed .newsletter-form input[type=submit] {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-size: 12px;
  padding: 10px;
  letter-spacing: 1.5px;
  max-width: 130px;
  margin: 15px 0px 0px;
}

.bloc-click_collect-fixed {
  position: fixed;
  right: 3%;
  top: 95px;
  display: flex;
  z-index: 999;
  max-width: 930px;
  max-height: 527px;
}
@media (max-width: 1600px) {
  .bloc-click_collect-fixed {
    max-height: 470px !important;
  }
}
@media (max-width: 1440px) {
  .bloc-click_collect-fixed {
    max-height: 400px !important;
  }
}
@media (max-width: 1366px) {
  .bloc-click_collect-fixed {
    max-height: 370px !important;
  }
}
@media (max-width: 1024px) {
  .bloc-click_collect-fixed {
    max-height: 250px !important;
  }
}
@media (max-width: 767px) {
  .bloc-click_collect-fixed {
    max-width: 92%;
  }
}
.bloc-click_collect-fixed .click_collect-link {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  width: 350px;
  background: url("../img/shopping-bag.png") #006fff;
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 20px;
  padding-left: 40px;
  color: #fff;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
@media (max-width: 400px) {
  .bloc-click_collect-fixed .click_collect-link {
    background-position: 10px center;
    padding-left: 20px;
  }
}
.bloc-click_collect-fixed .click_collect {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #006fff;
  padding: 30px 20px 20px;
  /*max-height: 550px;*/
  color: #fff;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .bloc-click_collect-fixed .click_collect {
    height: calc(100vh - 150px);
    width: 96%;
  }
}
.bloc-click_collect-fixed .click_collect .click_collect-close {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  font-size: 17px;
  position: absolute;
  right: 5%;
  top: 5%;
  padding: 5px;
  background: #fff;
  z-index: 999999;
}
.bloc-click_collect-fixed .click_collect .click_collect_scroll {
  display: block;
  width: 95%;
  max-height: 100% !important;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .bloc-click_collect-fixed .click_collect .click_collect_scroll {
    width: 96%;
  }
}
.bloc-click_collect-fixed .click_collect .group_by_ville {
  float: left;
  display: block;
  width: 100%;
}
.bloc-click_collect-fixed .click_collect .group_by_ville h1 {
  width: 95%;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  margin: 30px 0;
  font-weight: bold;
  border-bottom: 4px solid #fff;
  float: left;
  padding-bottom: 5px;
  padding-left: 10px;
}
.bloc-click_collect-fixed .click_collect .group_by_ville h1::-moz-selection {
  /* Code for Firefox */
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville h1::selection {
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom {
  width: 43% !important;
  float: left;
  display: block;
  border-top: 1px solid #fff;
  margin: 0 0 2% 3%;
  padding-top: 2%;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom {
    width: 90% !important;
    padding-top: 6%;
  }
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom h2 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom h2::-moz-selection {
  /* Code for Firefox */
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom h2::selection {
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom p {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  padding-left: 25px;
  margin-bottom: 5px;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom p.cc_tel {
  margin-top: 15px;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom p::-moz-selection {
  /* Code for Firefox */
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom p::selection {
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  padding-left: 25px;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom a .demo-icon {
  display: none;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom a::-moz-selection {
  /* Code for Firefox */
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom a::selection {
  /* Code for Firefox */
  background: gray;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom:nth-child(2) {
  border-top: none;
  margin-top: 5px;
  padding-top: 0;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom:nth-child(3) {
  border-top: none;
  margin-top: 5px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom:nth-child(3) {
    border-top: 1px solid #fff;
    margin: 0 0 2% 4%;
    padding-top: 6%;
  }
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom .cc_horaires {
  background: url("../img/clock.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  min-height: 45px;
  padding-left: 25px;
  padding-top: 5px;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom .cc_horaires p {
  padding-left: 0;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom .cc_email {
  background: url("../img/email.png");
  background-repeat: no-repeat;
  background-position: left 5px;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom .cc_email a {
  padding-left: 0;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom .showroom-address {
  background: url("../img/map.png");
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-left: 25px;
}
.bloc-click_collect-fixed .click_collect .group_by_ville .bloc-showroom .showroom-address p {
  padding: 0;
}

.cf7sr-g-recaptcha {
  transform: scale(0.82);
  transform-origin: 0 0;
  margin-top: 15px;
}

header.page-title h1 {
  font-size: 32px;
  margin: 30px;
  text-align: center;
  text-transform: uppercase;
}

.wpcf7-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.wpcf7-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.wpcf7-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.wpcf7-form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
.wpcf7-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.wpcf7-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.wpcf7-form .intl-tel-input .flag-container {
  top: 15px;
}
@media (max-width: 767px) {
  .wpcf7-form .intl-tel-input .flag-container {
    top: 0;
  }
}
.wpcf7-form label {
  margin: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .wpcf7-form label {
    width: 100%;
    margin-bottom: 24px;
  }
}
.wpcf7-form label span {
  width: 95%;
  display: block;
}
@media (max-width: 767px) {
  .wpcf7-form label span {
    width: 100%;
  }
}
.wpcf7-form label span ul.country-list span {
  width: auto;
  display: inline-block;
  float: none;
}
.wpcf7-form label:nth-of-type(even) span {
  float: right;
}
@media (max-width: 767px) {
  .wpcf7-form label:nth-of-type(even) span {
    float: left;
  }
}
.wpcf7-form input {
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  background: #000;
  font-size: 14px;
  width: 100%;
  font-family: "Gotham";
  line-height: 1.5;
}
.wpcf7-form input[type=submit] {
  background: #000;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 1.5px;
  line-height: 1;
}
.wpcf7-form textarea {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  font-family: "Gotham";
  font-size: 16px;
}
@media (max-width: 767px) {
  .wpcf7-form textarea {
    height: 130px;
  }
}
.wpcf7-form p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

span.wpcf7-not-valid-tip {
  float: left !important;
  text-align: left;
}

.wpcf7-validation-errors {
  padding: 20px 0px !important;
}

.newsletter-form div.wpcf7-mail-sent-ok {
  color: #fff;
  padding: 0 0 20px;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: green;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  padding: 0px 20px 20px;
}

@media (max-width: 767px) {
  .page-template-template-contact .wpcf7 {
    padding: 5% 15px 0;
  }
}
.page-template-template-contact .text-content {
  color: #231F20;
  padding: 8% 20% 0;
  font-size: 36px;
  text-align: center;
  background: #d1d3d4;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .page-template-template-contact .text-content {
    background-size: cover;
    background-position: top;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact .text-content {
    padding: 30px 15px;
    font-size: 22px;
  }
}
.page-template-template-contact .text-content .txt-head-contact {
  color: #7B7C7F;
  padding-bottom: 40px;
  font-size: 42px;
  letter-spacing: 4px;
}
@media (max-width: 1200px) {
  .page-template-template-contact .text-content .txt-head-contact {
    padding-bottom: 10px;
    font-size: 30px;
  }
}
.page-template-template-contact .form-field-message {
  width: 100%;
  margin-top: 20px;
}
.page-template-template-contact .form-field-message span {
  width: 100%;
}
.page-template-template-contact input[type=submit] {
  width: 150px;
  margin: 30px auto;
}
.page-template-template-contact .page-footer {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 50px 16.666667% 40px;
  font-size: 24px;
  width: 100%;
  margin: 0;
  line-height: 1.5;
}
.page-template-template-contact .page-footer .adress-field {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.page-template-template-contact .page-footer .adress-field a {
  color: #fff;
  text-decoration: none;
}
.page-template-template-contact .page-footer .adress-field a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-template-template-contact .page-footer .adress-field {
    width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .page-template-template-rdv header.page-title h1 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.page-template-template-rdv .wpcf7-form label {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-template-template-rdv .wpcf7-form label {
    margin-bottom: 24px;
  }
}
.page-template-template-rdv .text-content {
  background: #f1e5d3;
  padding: 50px 20%;
  position: relative;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .page-template-template-rdv .text-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .page-template-template-rdv .text-content {
    font-size: 22px;
    padding: 64px 10% 40px;
  }
}
.page-template-template-rdv .form-field-message {
  width: 80%;
  margin-top: 40px;
}
.page-template-template-rdv .form-field-message textarea {
  float: left;
  height: 250px;
}
@media (max-width: 767px) {
  .page-template-template-rdv .form-field-message textarea {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .page-template-template-rdv .form-field-message {
    width: 100%;
    margin-top: 0;
  }
}
.page-template-template-rdv .form-field-submit {
  width: 20%;
  max-height: 40px;
  align-self: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-template-rdv .form-field-submit {
    width: 100%;
    max-height: none;
  }
}
.page-template-template-rdv .form-field-submit:before {
  content: "";
  background-image: url(../img/vignette-elephentr-rdv.png);
  height: 225px;
  width: 160px;
  display: block;
  position: absolute;
  top: -210px;
  background-size: 160px;
}
@media (max-width: 767px) {
  .page-template-template-rdv .form-field-submit:before {
    width: 0;
  }
}
.page-template-template-rdv .form-field-submit input[type=submit] {
  float: left;
}
@media (max-width: 767px) {
  .page-template-template-rdv .form-field-submit input[type=submit] {
    max-width: 200px;
    float: none;
    margin: 20px auto;
    display: table;
  }
}

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  font-size: 16px;
  color: red;
  border: 0;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.intl-tel-input .country-list li.country {
  font-size: 12px;
}

.single-product .type-product {
  width: 85%;
  margin: 0 auto;
}
.single-product .type-product h1,
.single-product .type-product .related h2 {
  border-top: 3px solid #e2dbdb;
  color: #7B7C7F;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single-product .type-product h1,
  .single-product .type-product .related h2 {
    font-size: 20px;
  }
}
.single-product .type-product h1 .sku,
.single-product .type-product .related h2 .sku {
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single-product .type-product h1 .sku,
  .single-product .type-product .related h2 .sku {
    margin-top: 10px;
  }
}
.single-product .type-product ol.flex-control-nav.flex-control-thumbs {
  position: absolute;
  left: 100%;
  bottom: 10px;
  max-width: 100%;
}
.single-product .type-product ol.flex-control-nav.flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
}
.single-product .type-product ol.flex-control-nav.flex-control-thumbs img {
  width: auto;
}
@media (max-width: 767px) {
  .single-product .type-product ol.flex-control-nav.flex-control-thumbs {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
.single-product .woocommerce-product-gallery {
  position: relative;
}
.single-product .woocommerce-product-gallery__trigger {
  float: right;
  margin-right: 20px;
  background-image: url(../img/search-black.svg);
  width: 20px;
  height: 20px;
  font-size: 0;
}
.single-product .woocommerce-product-gallery__trigger .emoji {
  display: none !important;
}
.single-product .woocommerce-product-gallery,
.single-product .summary {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}
@media (max-width: 767px) {
  .single-product .woocommerce-product-gallery,
  .single-product .summary {
    width: 100%;
  }
}
.single-product .woocommerce-product-gallery .woocommerce-product-details__short-description p,
.single-product .summary .woocommerce-product-details__short-description p {
  color: #7B7C7F;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .single-product .woocommerce-product-gallery .woocommerce-product-details__short-description p,
  .single-product .summary .woocommerce-product-details__short-description p {
    font-size: 18px;
  }
}

.related_products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 30px auto;
}
.related_products li {
  max-width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .related_products li {
    max-width: 100%;
  }
}
.related_products li a {
  text-decoration: none;
}
.related_products li h3 {
  color: #000;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.related_products li h3 .sku {
  display: block;
  margin-top: 5px;
}
.related_products li .button {
  display: none;
}

.category-template .category-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
.category-template h2 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #7B7C7F;
  margin: 30px 0px;
}
@media (max-width: 767px) {
  .category-template h2 {
    font-size: 25px;
  }
}
.category-template .category-item {
  display: grid;
  grid-template-columns: repeat(auto-fill, 31%);
  justify-content: space-between;
  overflow-x: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .category-template .category-item {
    display: block;
  }
}
.category-template .subcategory-wrapper {
  margin-bottom: 40px;
}
.category-template .subcategory-wrapper a {
  text-decoration: none;
  display: block;
  position: relative;
}
.category-template .subcategory-wrapper h3 {
  color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .category-template .subcategory-wrapper h3 {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .category-template .subcategory-wrapper h3 {
    top: 15px;
  }
}
.category-template .category-wrapper:nth-of-type(2) .category-item {
  display: grid;
  grid-template-columns: repeat(auto-fill, 18%);
}
@media (max-width: 1023px) {
  .category-template .category-wrapper:nth-of-type(2) .category-item {
    grid-template-columns: repeat(auto-fill, 22%);
  }
}
@media (max-width: 1023px) {
  .category-template .category-wrapper:nth-of-type(2) .category-item {
    display: block;
  }
}
.category-template .category-wrapper:nth-of-type(2) .category-item .subcategory-wrapper h3 {
  color: #000;
  position: absolute;
  bottom: -20px;
  top: initial;
}
.category-template .category-wrapper:nth-of-type(2) .category-item .subcategory-wrapper h3:hover {
  text-decoration: underline;
}

.children-category {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.children-category h2 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #7B7C7F;
  margin: 30px 0px;
}
@media (max-width: 767px) {
  .children-category h2 {
    font-size: 25px;
    margin: 20px 0px;
  }
}
.children-category h2:nth-of-type(n+2) {
  display: none;
}
.children-category .subcategory-wrapper {
  width: 31%;
  text-align: center;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .children-category .subcategory-wrapper {
    width: 100%;
    margin-right: 0;
  }
}

.product-loop-template {
  width: 80%;
  margin: 0 auto;
}
.product-loop-template .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, 33.33%);
  justify-content: space-between;
  overflow-x: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .product-loop-template .products {
    display: block;
  }
}
.product-loop-template .products .button {
  display: none;
}
.product-loop-template .products li {
  border-bottom: 4px solid #c0c0c0;
  padding: 30px 0px;
}
@media (max-width: 767px) {
  .product-loop-template .products li {
    border: none !important;
  }
}
.product-loop-template .products li:nth-child(3n+2) {
  border: 4px solid #c0c0c0;
  border-top: 0;
}
.product-loop-template .products li:last-child:nth-child(3n+1) {
  border: 4px solid #c0c0c0;
  border-width: 0px 4px 4px 0px;
  position: relative;
  left: 4px;
}
.product-loop-template .products li a {
  text-decoration: none;
}
.product-loop-template .products li .woocommerce-loop-product__title {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.product-loop-template .products li .woocommerce-loop-product__title:hover {
  text-decoration: underline;
}
.product-loop-template .products li .woocommerce-loop-product__title .sku {
  display: block;
  margin: 15px auto 0px;
}

.woocommerce-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px;
}
.woocommerce-pagination ul li {
  border: 1px solid #ccc;
  background: #f4f4f4;
  padding: 12px;
}
.woocommerce-pagination ul a.page-numbers {
  color: #7B7C7F;
}

.single article {
  margin: 0 8%;
}
.single article .featured-media {
  float: left;
  margin-right: 50px;
  margin-bottom: 100px;
  max-width: 60%;
}
@media (max-width: 1200px) {
  .single article .featured-media {
    max-width: 50%;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .single article .featured-media {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.single article h1 {
  margin-bottom: 10px;
}
.single article h2 {
  clear: both;
  text-transform: uppercase;
  font-size: 30px;
  padding: 50px 20px;
  border-top: 4px solid #cdcdce;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 1023px) {
  .single article h2 {
    font-size: 20px;
    padding: 30px 20px;
  }
}
@media (max-width: 1023px) {
  .single article h2 {
    font-size: 20px;
    padding: 20px 20px;
    margin-top: 20px;
  }
}
.single article a {
  color: #000;
  margin-top: 10px;
  display: block;
  text-decoration: none;
}
.single article a:hover {
  text-decoration: underline;
}
.single article .more-products {
  margin: 0 auto 100px;
  display: none;
}
@media (max-width: 1023px) {
  .single article .more-products {
    margin: 0 auto 50px;
  }
}
.single article .more-products a {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  width: auto;
}
.single article .more-products a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.9);
}
.single article .picture-gallery li.blocks-gallery-item {
  max-width: 33%;
}
@media (max-width: 1023px) {
  .single article .picture-gallery li.blocks-gallery-item {
    max-width: 100%;
  }
}
.single article .picture-gallery img,
.single article .product-gallery img {
  width: auto !important;
  height: auto !important;
}
.single article .picture-gallery li,
.single article .product-gallery li {
  flex-grow: 0;
}
.single article .product-gallery {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .single article .product-gallery {
    margin-bottom: 50px;
  }
}
.single article .product-gallery li {
  width: 28% !important;
  margin: 0 3.5% 50px;
  /* &amp;:nth-child(n + 4) {
    display: none;
  } */
}
@media (max-width: 767px) {
  .single article .product-gallery li {
    width: 100% !important;
    margin: 0 20px 45px;
  }
}
.single article .product-gallery li figcaption {
  background: transparent !important;
  color: #7B7C7F !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  bottom: -40px !important;
}

.container-showroom {
  max-width: 890px;
  margin: 28px auto 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .container-showroom .wp-block-columns {
    flex-direction: column-reverse;
  }
  .container-showroom .wp-block-columns .wp-block-column {
    margin-left: 0;
  }
  .container-showroom .wp-block-columns p {
    padding: 0 10px;
  }
  .container-showroom .wp-block-columns figure.size-large {
    width: 100%;
    text-align: center;
  }
  .container-showroom .wp-block-columns figure.size-large.is-resized {
    width: auto;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .container-showroom .wp-block-columns figure.size-large.is-resized {
    width: 100%;
  }
}
.container-showroom .wp-block-image.is-resized {
  display: inline-block;
}
.container-showroom .wp-block-image.is-resized:nth-of-type(odd) {
  float: right;
}
.container-showroom a {
  font-size: 20px;
  color: #000;
  float: right;
  margin: 2em 0 2.5rem;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
}
.container-showroom a:after {
  content: "";
  background: url("../img/black-arrow.svg");
  width: 20px;
  height: 36px;
  position: absolute;
  right: 0;
  top: -2px;
}
.container-showroom a:hover {
  text-decoration: underline;
}

.page-template-template-sales h1 {
  color: #7B7C7F;
}
.page-template-template-sales .hcj2-more-results {
  display: none !important;
}
.page-template-template-sales #locatoraid-form-container {
  padding: 50px 0;
  background: #ECEDED;
  margin: 0 0 20px;
}
.page-template-template-sales #locatoraid-form-container form {
  display: table;
  margin: 0 auto;
}
.page-template-template-sales #locatoraid-form-container .hc-col {
  width: auto;
  float: left;
}
.page-template-template-sales #locatoraid-form-container .hc-col.hc-col-8 {
  float: right;
}
@media (max-width: 767px) {
  .page-template-template-sales #locatoraid-form-container .hc-col.hc-col-8 {
    max-width: 90%;
  }
}
.page-template-template-sales #locatoraid-form-container input[type=text] {
  background: #d1d3d4;
  text-transform: uppercase;
  padding: 5px 10px;
  border: none;
  color: #666;
  font-weight: bold;
  width: 450px;
}
@media (max-width: 767px) {
  .page-template-template-sales #locatoraid-form-container input[type=text] {
    max-width: 90%;
    width: 280px;
  }
}
.page-template-template-sales #locatoraid-form-container input[type=submit] {
  background: url("../img/search-black.svg");
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  border: 0;
}
.page-template-template-sales .hclc_list_class {
  display: grid;
  grid-template-columns: repeat(auto-fill, 24%);
  justify-content: space-between;
  overflow-x: hidden;
  background: #000;
  padding: 20px;
  color: #fff;
  height: 800px !important;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-template-template-sales .hclc_list_class {
    grid-template-columns: auto;
  }
}
.page-template-template-sales .hclc_list_class a {
  display: none;
}
.page-template-template-sales input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.page-template-template-sales input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.page-template-template-sales input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.page-template-template-sales textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

.page-title h1 {
  color: #7B7C7F;
  letter-spacing: 5px;
}

.news-container ul,
.collaboration-container ul {
  width: 90%;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.news-container ul li,
.collaboration-container ul li {
  max-width: 49%;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .news-container ul li,
  .collaboration-container ul li {
    max-width: 100% !important;
  }
}
.news-container ul li div h2,
.collaboration-container ul li div h2 {
  letter-spacing: 5px;
}
.news-container ul li p,
.collaboration-container ul li p {
  position: absolute;
  background: #000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.news-container ul li p a,
.collaboration-container ul li p a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}
.news-container ul li p a:hover,
.collaboration-container ul li p a:hover {
  text-decoration: underline;
}

.collaboration-container ul li img {
  max-height: 400px;
  object-fit: cover;
}
.collaboration-container ul li:first-child a {
  color: #000;
}

.news-container ul {
  max-width: 1140px;
}

.news-container ul {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  width: 75%;
}
.news-container ul li {
  max-width: 45%;
}

.collaboration-container {
  overflow: hidden;
}

.collaboration-container ul .posts div {
  position: absolute;
  top: 30px;
  left: 30px;
}
.collaboration-container ul .posts a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.collaboration-container ul .posts a:first-child {
  text-transform: uppercase;
  font-size: 2vw;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .collaboration-container ul .posts a:first-child {
    font-size: 18px;
  }
}
.collaboration-container ul .posts a:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.collaboration-container ul .posts a:last-child i {
  font-size: 30px;
  margin-left: -10px;
}

.logo-gallery {
  width: 80%;
  margin: 0 auto;
}
.logo-gallery h2 {
  color: #7B7C7F;
  font-size: 2vw;
  font-weight: 500;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .logo-gallery h2 {
    font-size: 20px;
  }
}
.logo-gallery .blocks-gallery-grid {
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .logo-gallery .blocks-gallery-grid {
    display: block;
  }
  .logo-gallery .blocks-gallery-grid li {
    width: auto !important;
  }
}

.page-template-default #breadcrumbs,
.search-results #breadcrumbs {
  display: none;
}
.page-template-default .entry-content,
.search-results .entry-content {
  width: 80%;
  margin: 0 auto;
  color: #404040;
}
.page-template-default .entry-content h1,
.search-results .entry-content h1 {
  margin-bottom: 30px;
}
.page-template-default .entry-content p,
.search-results .entry-content p {
  margin-bottom: 30px;
}

.search-results-found {
  width: 80%;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.search-results-found a {
  width: 30%;
  text-align: center;
  color: #000;
  margin: 30px 0px;
}
@media (max-width: 767px) {
  .search-results-found a {
    width: 100%;
  }
}
.search-results-found a:last-child {
  margin-right: auto;
}

.no-search-results-form {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.no-search-results-form .search-submit {
  background: #000;
  color: #fff;
  display: block;
  margin: 10px auto;
  padding: 10px;
  border: none;
  font-size: 16px;
}
.no-search-results-form .screen-reader-text {
  display: none;
}
.no-search-results-form input[type=search] {
  border-bottom: 1px solid #000;
  border-width: 0px 0px 1px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.search-results .archive-title {
  font-size: 2em;
  color: #7B7C7F;
  margin-bottom: 10px;
}
.search-results .pagination-wrapper {
  text-align: center;
}
.search-results .pagination-wrapper hr,
.search-results .pagination-wrapper h2,
.search-results .pagination-wrapper .nav-next-text,
.search-results .pagination-wrapper .nav-prev-text {
  display: none;
}
.search-results .page-numbers {
  color: #7B7C7F;
  border: 1px solid #ccc;
  background: #f4f4f4;
  padding: 12px;
}
.search-results .current {
  color: #000;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>