/*
Theme Name: AvescoRent
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.4
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Bodyline
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

body #wrapper-navbar {
  background: rgba(169, 18, 33, 0.85);
  font-family: 'Roboto Condensed', sans-serif;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #wrapper-navbar .bg-primary {
  background-color: rgba(169, 18, 33, 1) !important;
}
/*body #navbar ul li a {
    letter-spacing: 0.5px;
    padding: 0px;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center;
}
body #navbar ul li {
    margin-right: 58px;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 15px;
    display: inline-block;
    font-size: 16px;
}
body #navbar ul li a {
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 15px;
    display: inline-block;
    font-size: 16px;
}
body #navbar ul li a:hover {
    color: #FECE12 !important;
}*/
/*body #navbar ul
.active a {
    color: #FECE12 !important;
}*/
/*body #navbar .dropdown .active a {
    color: #FECE12 !important;
}*/
/*body #navbar .dropdown .show{
    display:block;
}
body #navbar .dropdown-menu {
    background: rgba(169,18,33,1);
    height: auto;
    left: -20px;
    min-width: 180px;
    padding: 0px;
    position: absolute!important;
    top: 70px;
    width: auto;
}
body #navbar .dropdown-menu li {
    display: block;
    width: 100%;
    max-width: 100%;
}
body #navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(169,18,33,1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
body #navbar .dropdown-menu {
    background: rgba(169,18,33,1);
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0px 20px 30px 0px;
}
body #navbar .dropdown-menu li a {
    border: 0;
    color: #fff;
    font-weight: 700;
    line-height: inherit;
    margin: 0px;
    padding: 10px 20px;
    text-align: left;
}
body #navbar .dropdown-menu li a:hover {
    background: #76110B;
    border: 0;
    color: #fff;
}*/

body .navbar-dark .navbar-nav .nav-link {
  color: white;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

body .product-item .product-propertie-line {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 11px 0px 12px 0px;
  margin-bottom: 20px;
}

.archive .button.alt.addquotelistbutton.product_type_simple {
  font-size: 14px;
}
.archive.woocommerce .add-request-quote-button.button {
  font-size: 14px;
}
.archive
  .button.alt.addquotelistbutton.product_type_simple
  span.icon-file-text {
  display: none;
}

#page {
  color: #000000;
}
.lang-nav {
  background: rgba(169, 18, 33, 0.85);
  display: block;
  float: left;
  height: 100%;
  position: relative;
  z-index: 1;
}
.lang-nav:after {
  background: #000;
  content: '\e90b';
  color: #fff;
  display: block;
  font-family: 'avescoicon' !important;
  font-size: 24px;
  height: 100%;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: -100%;
  visibility: hidden;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lang-nav:hover:after {
  top: 0px;
  visibility: visible;
}
.lang-nav ul {
  height: auto;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
}
.lang-nav:hover ul {
  margin-top: 90px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lang-nav li {
  display: block;
  height: 0px;
}
.lang-nav li.active {
  display: block;
  height: 100%;
}
.lang-nav li a {
  color: #fff;
  display: block;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
  padding: 0px 36px;
}
.lang-nav li a:hover {
  text-decoration: none;
}
.lang-nav li.active a {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.lang-nav:hover li {
  height: 100%;
}
.lang-nav:hover li a {
  background: #af2c3c;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.lang-nav:hover li a:hover {
  background: #a82b3a;
}
.lang-nav:hover li.active a {
  background: #89232e;
}
.lang-nav:hover li.active a:hover {
  background: #7c222b;
}
.navbar-toggle {
  background: rgba(0, 0, 0, 0.85);
}
.sticky .navbar-toggle {
  background: rgba(0, 0, 0, 1);
}
.print-title {
  display: none;
}
/*body .collapse:not(.show) {
    display: block;
}*/
.product-type-simple h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 0px;
  text-transform: uppercase;
}

body .woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 40% !important;
}
body .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 50% !important;
  clear: none;
}
body .product-category {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 16px;
  padding: 6px 20px;
  text-transform: uppercase;
}

.product-btn-container.tech-btn-container {
  display: inline-flex !important;
  width: 50%;
  margin-top: 50px;
  align-items: flex-end;
}
.product-btn-container .button-thumbnail {
  padding-bottom: 15px;
}

.product-btn-container .btn.add-product {
  background: #fece12;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 2.56;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-shadow: none;
}
.domaines-dactivites-template-default #woocommerce-wrapper {
  margin-top: 35px !important;
}
.page-template-qui-somme-nous #woocommerce-wrapper {
  margin-top: 35px !important;
}
.page-template-pourquoi-louer-page #woocommerce-wrapper {
  margin-top: 35px !important;
}
.page-template-agences #woocommerce-wrapper {
  margin-top: 195px !important;
}
.page-template-emplois #woocommerce-wrapper {
  margin-top: 35px !important;
}
body .tx-powermail .powermail_submit,
#send-quote {
  margin-bottom: 35px;
}
body #woocommerce-wrapper {
  /*     margin-top: 80px!important; */
}
.single-domaines-dactivites .tx-powermail .breadcrumb {
  padding: 16px 17px 0px 17px !important;
  position: absolute;
  bottom: -35px;
  left: 135px;
  background: #ffffff !important;
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
}

.page-template-condition-location .tx-powermail .breadcrumb {
  padding: 8px 0px !important;
  margin-top: 15px;
  margin-bottom: 35px;
}

.page-template-pourquoi-louer-page .tx-powermail .breadcrumb {
  padding: 16px 17px 0px 17px !important;
  position: absolute;
  bottom: 36px;
  left: 15px;
  background: #ffffff !important;
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
}
.page-template-emplois .tx-powermail .breadcrumb {
  padding: 8px 0px !important;
  margin-top: 0px;
  margin-bottom: 40px !important;
}
.page-template-qui-somme-nous .tx-powermail .breadcrumb {
  padding: 16px 17px 0px 17px !important;
  position: absolute;
  bottom: 36px;
  left: 15px;
  background: #ffffff !important;
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
}
.page-template-agences .tx-powermail .breadcrumb {
  padding: 16px 17px 0px 17px !important;
  position: absolute;
  bottom: 36px;
  left: 15px;
  background: #ffffff !important;
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
}
.tax-product_cat #content.product-content.content-grey .container {
  padding-top: 70px !important;
}
body .breadcrumb {
  padding: 8px 0px !important;
  margin-top: 0px;
  margin-bottom: 80px;
}
body .woocommerce-notices-wrapper {
  display: none !important;
}

.page-template-catalogues-brochures iframe {
  width: 100% !important;
}
body div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  margin-top: 55px !important;
}

.btn,
.powermail_submit,
.tx-felogin-pi1 input[type='submit'] {
  border-radius: 0;
  border: none;
  background: #3e3e3e;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  text-shadow: none;
  color: #ffffff;
}
.product-btn-container .print-link,
.product-btn-container .pdf-print a {
  background: #f7f7f7;
  color: #000;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 12px 0px 19px 0px;
  text-align: center;
  text-transform: uppercase;
}
body h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 0px;
  letter-spacing: 0.7px;
  line-height: 28px;
}
body .table td {
  border: 0px;
  font-size: 18px;
  padding: 15px 15px 15px 0px;
}
body .table td.machine-propertie-value {
  font-weight: 700;
  padding: 15px 0px;
}
body .table tr {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
}
body .table {
  margin-bottom: 70px;
}
body #woocommerce-wrapper {
  /*     margin-top: 115px!important; */
}
body #woocommerce-wrapper .content-grey {
  background: #f7f7f7 !important;
}
body .woocommerce-result-count {
  display: none !important;
}
body .woocommerce-breadcrumb {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}
body .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .add-request-quote-button.button {
  -webkit-font-smoothing: antialiased;
  background-color: #fece12 !important;
  color: #000 !important;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2.56;
  letter-spacing: 0.2px;
  /*     margin-bottom: 30px; */
  width: 100%;
  border-radius: 0;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  text-shadow: none;
}
body .woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 15px 15px 5px 0px !important;
  margin: 0;
  font-size: 14px !important;
  color: black;
  font-weight: bold;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  border: solid 1px #fece12 !important;
  padding: 20px !important;
}
.isdisabled {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.5 !important;
}

body .product-btn-container a.btn {
  float: left;
  letter-spacing: 0.2px;
  margin-left: 15px;
  margin-right: 0px;
  /* width: calc(50% - 5px); */
  width: 87%;
  border-radius: 0;
}

#content .cat-filter .cat-filter-list li {
  list-style-type: none;
  margin-bottom: 0px;
  overflow: hidden;
}

#content ul li {
  color: #222;
  font-size: 18px;
  line-height: 1.56;
}
#content li {
  margin-bottom: 10px;
}
#content li {
  color: #222;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.56;
  letter-spacing: 0.2px;
}
#content .child-cat-filter .child-cat-filter-sub {
  display: none;
  margin: 0px;
  padding: 0px;
}
#header .dropdown .fa {
  display: none;
}

.cat-filter .cat-filter-list .child-cat-filter li a,
#content .cat-filter .cat-filter-list .child-cat-filter li a {
  color: #fff;
  padding: 22px 35px 22px 15px;
  margin: 0 !important;
}

body a.btn {
  background: #a91221;
  color: #fff;
}

body a.btn:hover {
  background: #7d1120;
  color: #fff;
}
body .row .only-professional {
  display: none;
}
body .checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 10px !important;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
body .product-item h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 12px;
  padding: 0px;
  text-transform: none;
}
body [type='checkbox'] + label:before,
[type='checkbox']:not(.filled-in) + label:after {
  left: -15px !important;
}

.add-product-filtre button.button.alt,
.add-product-filtre input.button.alt {
  -webkit-font-smoothing: antialiased;
  background-color: #000000 !important;
  color: #fff !important;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2.56;
  letter-spacing: 0.2px;
  margin-bottom: 0px !important;
  border-radius: 0;
  border: none;
  padding-top: 15px;
  /* padding-bottom: 15px; */
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  text-shadow: none;
}
.cat-filter .cat-filter-list .child-cat-filter li a,
#content .cat-filter .cat-filter-list .child-cat-filter li .add-product-filtre {
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0 !important;
}
body .removeproductqlist span {
  white-space: normal;
  text-align: left;
}
body .add-products .icon-x-circle {
  font-size: 22px;
  position: absolute;
  right: 30px;
}

body .add-product-filtre button.button.alt:hover {
  background-color: #2f2f2f !important;
  border: 0 !important;
}
body .add-product-filtre.btn:hover {
  border: 1px solid black !important;
  /* text-shadow: none; */
  box-shadow: none;
}

body .entry-footer {
  display: none !important;
}
body .screen-reader-response {
  display: none;
}
body .tx-powermail #content > div:first-of-type .container {
  padding-top: 0px !important;
}
body #product-added-rent button a {
  color: white !important;
  cursor: none;
  color: white !important;
  pointer-events: none;
}
body .cat-filter .cat-filter-list li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 100%;
  padding: 22px 35px 22px 80px;
  position: relative;
}
.search-results .entry-title a {
  color: #a91221 !important;
  text-decoration: none;
}
body .inner-agence h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 21px !important;
  text-transform: uppercase;
  color: white;
}
body .innner-detail .list-detail-text p {
  margin-bottom: 5px;
  font-size: 16px;
  color: darkgrey !important;
}
body .no-results {
  padding: 50px !important;
}
body footer .widgettitle {
  display: none !important;
}

body .no-results .btn-primary {
  background-color: #a91221 !important;
  /* background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%); */
  background-image: inherit !important;
  /* background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88)); */
  /* background-image: linear-gradient(to bottom,#a91221 0,#265a88 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border: none !important;
}
body .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #a91221 !important;
  border-color: #a91221 !important;
}
body .pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143 !important;
  color: #a91221 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.search-results .understrap-read-more-link {
  color: #ffffff !important;
  width: 180px;
}
body #product-to-send .btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #a91221;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  float: right;
  letter-spacing: 0.4px;
  padding: 10px 15px 10px 25px;
  margin-top: 15px !important;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid !important;
  text-shadow: inherit;
  box-shadow: inherit;
}
body #product-to-send .btn:hover {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #830e19;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  float: right;
  letter-spacing: 0.4px;
  padding: 10px 15px 10px 25px;
  margin-top: 15px !important;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid !important;
}
body .btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  margin-top: 23px;
  padding: 11px 0px;
  text-transform: uppercase;
  width: 100%;
}

.tax-product_cat .container-grey,
.archive .container-grey {
  background-color: #f7f7f7 !important;
}
.archive #main-content .container {
  padding-top: 70px;
}
.tax-product_cat .container-grey .breadcrumb {
  padding: 8px 13px !important;
  margin-top: 70px;
  margin-bottom: 80px;
  /* background-color: white!important; */
}
.tax-product_cat #woocommerce-wrapper {
  margin-top: 0px !important;
}
.tax-product_cat .container-grey .breadcrumb a {
  background: #ffffff;
  color: #000;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
  margin-right: 0px;
  padding: 10px 16px;
  position: relative;
}
body .breadcumbs-page .breadcrumb {
  padding: 8px 0px !important;
  margin-top: 110px;
  margin-bottom: 80px;
}

#product-added,
#product-empty {
  position: fixed;
  background: #fece12;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 200;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  -moz-transition: max-height 0.8s, padding 0.8s;
  -o-transition: max-height 0.8s, padding 0.8s;
  -webkit-transition: max-height 0.8s, padding 0.8s;
  transition: max-height 0.8s, padding 0.8s;
}
#product-added.active,
#product-empty.active {
  max-height: 100px;
  padding: 34px 15px;
}
#product-added .icon-alert-octagon,
#product-empty .icon-alert-octagon {
  font-size: 23px;
  margin-right: 5px;
  vertical-align: bottom;
}
#product-added a,
#product-empty a {
  color: #000000;
  text-decoration: underline;
}
#product-added .icon-x-circle,
#product-empty .icon-x-circle {
  font-size: 35px;
  position: absolute;
  right: 15px;
  top: 28px;
  cursor: pointer;
  opacity: 0.6;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#product-added .icon-x-circle:hover,
#header .quote-request .quote-count.active,
#product-empty .icon-x-circle:hover {
  opacity: 1 !important;
}

.quote-count {
  position: absolute !important;
  right: 12px;
  top: -12px;
  font-size: 8px;
  color: #ffffff;
  background: blue;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 17px;
  border-radius: 50%;
  border: 2px solid #fece12;
  font-family: 'Roboto Condensed', sans-serif;
  opacity: 0 !important;
}
.quote-request span:last-of-type {
  display: block;
  float: left;
  margin-top: 8px;
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#product-added .icon-x-circle:hover,
#header .quote-request .quote-count.active,
#product-empty .icon-x-circle:hover {
  opacity: 1 !important;
}

body .dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

body .dropdown-menu > li > a {
  white-space: normal !important;
}

body .home-page .nav-tabs li .active h2 {
  color: #000000;
}

body .row {
  /* display: -webkit-box; */
  display: block;
  /* display: flex; */
}
body .product-item .product-btn-container a.btn {
  float: left;
  letter-spacing: 0.2px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  font-weight: bold;
}
body .sticky .quote-request.first-button {
  right: -164px;
}
body .container:focus {
  outline: none !important;
}
body .woocommerce-product-gallery__image {
  margin-right: 5px !important;
}
body .home-page .nav-tabs {
  border-bottom: 0;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}
body .div.tx-powermail .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

body .home-page .nav-tabs > li > a:hover {
  background: transparent;
  border: 0;
}
body #wp-realtime-sitemap-menu h3 {
  display: none !important;
}
body li .level-2 {
  position: absolute !important;
  left: 100% !important;
  background: rgba(169, 18, 33, 1) !important;
  height: auto !important;
  top: 0px !important;
  box-shadow: inset 13px -4px 20px -16px rgba(0, 0, 0, 0.3) !important;
  width: 100% !important;
}
body li .level-2 li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding: 5px 20px 5px 35px !important;
}

@media (max-width: 767px) {
  body li .level-2 {
    background: #f7f7f7 !important;
    left: 0px !important;
    position: relative !important;
    top: -50px !important;
  }
  .level-2 li {
    padding: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  }
  .level-2 li a {
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #000 !important;
  }
}
body .bg-grey h2 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  margin-bottom: 60px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
body .bg-grey .key-number-block p {
  color: #222 !important;
  letter-spacing: 0.2px !important;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.2;
  margin-bottom: 0px !important;
  padding: 0px 15px;
  text-align: center;
}
body .bg-grey h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.dropdown-menu > li > a:focus {
  background: transparent !important;
}

.icon-sciage::before {
  content: '\ea21';
}
.icon-nettoyeur::before {
  content: '\ea1a';
}
.icon-tomberau::before {
  content: '\ea24';
}
#icon-tomberau.category-filter .cat-img:after {
  content: '\ea24';
}
#icon-sciage.category-filter .cat-img:after {
  content: '\ea21';
}
#icon-nettoyeur.category-filter .cat-img:after {
  content: '\ea1a';
}
#icone-minipelle.category-filter .cat-img:after {
  content: '\ea14';
}
#icone-pelle-chenille.category-filter .cat-img:after {
  content: '\ea23';
}
#icon-compressor.category-filter .cat-img:after {
  content: '\e9ff';
}
#icone-pelle-pneu.category-filter .cat-img:after {
  content: '\ea1b';
}
#icone-chargeuse-compact.category-filter .cat-img:after {
  content: '\e9f8';
}
#icone-chargeuse-sur-chenille.category-filter .cat-img:after {
  content: '\e9f7';
}
#icone-chargeuse-pneu.category-filter .cat-img:after {
  content: '\e9f6';
}
#icone-dumpers.category-filter .cat-img:after {
  content: '\ea07';
}
#icone-dumpers-chenille.category-filter .cat-img:after {
  content: '\ea08';
}
#icone-bulldozers.category-filter .cat-img:after {
  content: '\e9f3';
}

#icone-nacelle-ciseaux.category-filter .cat-img:after {
  content: '\ea0c';
}
#icone-nacelle-articulee.category-filter .cat-img:after {
  content: '\ea17';
}
#icone-nacelle-chenille.category-filter .cat-img:after {
  content: '\ea16';
}
#icone-camion-nacelle.category-filter .cat-img:after {
  content: '\e9f4';
}
#icone-elevateur-frontal.category-filter .cat-img:after {
  content: '\ea0a';
}
#icone-elevateur-rotatif.category-filter .cat-img:after {
  content: '\ea0b';
}
#icon-generatrice.category-filter .cat-img:after {
  content: '\ea12';
}
#icon-generatrice-plus.category-filter .cat-img:after {
  content: '\ea11';
}
#icon-deshumidificateur.category-filter .cat-img:after {
  content: '\ea04';
}
#icon-chauffage-electrique.category-filter .cat-img:after {
  content: '\e9fa';
}
#icon-chauffage-electrique.category-filter .cat-img:after {
  content: '\e9fa';
}
#icon-temperature.category-filter .cat-img:after {
  content: '\e9fb';
}
#icon-extracteur.category-filter .cat-img:after {
  content: '\ea0e';
}
#icone-plaque-vibrante.category-filter .cat-img:after {
  content: '\ea1d';
}

#icon-pied-de-mouton.category-filter .cat-img:after {
  content: '\ea1c';
}
#icon-rouleau.category-filter .cat-img:after {
  content: '\ea1e';
}
#icon-broyeur.category-filter .cat-img:after {
  content: '\e9f2';
}
#icon-dessoucheuse.category-filter .cat-img:after {
  content: '\ea05';
}
#icon-trancheuse.category-filter .cat-img:after {
  content: '\ea25';
}
#icon-entretien.category-filter .cat-img:after {
  content: '\ea0d';
}
#icon-motofraise.category-filter .cat-img:after {
  content: '\ea15';
}
#icon-deplaqueuse.category-filter .cat-img:after {
  content: '\ea03';
}
#icon-tarriere.category-filter .cat-img:after {
  content: '\ea22';
}

#icon-nettoyeur.category-filter .cat-img:after {
  content: '\ea1a';
}
#icon-sciage.category-filter .cat-img:after {
  content: '\ea21';
}
#icon-container-bureau.category-filter .cat-img:after {
  content: '\ea00';
}
#icon-container.category-filter .cat-img:after {
  content: '\ea02';
}
#icon-container-sanitaire.category-filter .cat-img:after {
  content: '\ea01';
}
#icon-container-securite.category-filter .cat-img:after {
  content: '\ea2a';
}
#icone-container-ecole.category-filter .cat-img:after {
  content: '\ea2a';
}
.remove-case-content {
  color: rgba(0, 0, 0, 0.2);
  font-size: 35px;
  cursor: pointer;
  display: inline-block;
  max-height: 0;
  overflow: inherit;
  -moz-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
#main-content .case-numbers .numbers span {
  color: #a91221;
  margin-right: 15px;
  font-size: 34px !important;
}
#main-content .case-numbers .numbers {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px !important;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1;
}
body .wpcf7-acceptance .wpcf7-list-item-label {
  transform: translateY(0);
  color: #000;
  font-size: 16px !important;
}
body .quote-radio label {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

body .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
  display: none !important;
}

#content .select-wrapper li {
  margin-bottom: 0;
}
#main-content .case-numbers .numbers span {
  color: #a91221;
  margin-right: 15px;
  display: inline-block !important;
}

body .wpcf7-response-output {
  margin-top: 55px !important;
}

body .woocommerce .dvin_wcql_shopbtn_wrap button {
  width: 100% !important;
}
body .woocommerce .dvin_wcql_shopbtn_wrap {
  width: 100% !important;
}
body .woocommerce .dvin_wcql_btn_wrap button {
  width: 100%;
}
body .woocommerce .dvin_wcql_btn_wrap {
  width: 100%;
}
body .nav {
  display: block !important;
}
.tax-product_cat .woocommerce button.button.alt {
  margin-bottom: 0 !important;
}
body .cat-filters > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

body .carousel-control.right {
  right: 0;
  left: auto;
  background-color: transparent !important;
  background-image: inherit !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

body .carousel-control.left {
  background-color: transparent !important;
  background-image: inherit !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

body .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 34% !important;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
body .carousel-control .glyphicon-chevron-left {
  position: absolute;
  top: 34% !important;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
body .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 25% !important;
  margin-right: -10px;
}

body .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 25%;
  margin-left: -10px;
}
body .carousel-control {
  opacity: 1 !important;
}

body .add-product-filtre button.button.alt {
  text-align: left !important;
  width: 100%;
}
body .cat-filter .cat-filter-list li a#cat-10 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #a91221;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 100%;
  position: relative;
}

.breadcrumb {
  background-color: transparent !important;
}
.breadcrumb a {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  /* .container {
        max-width: inherit !important;
    }*/
  body .col-lg-5ths {
    width: 20% !important;
    float: left !important;
  }
  body .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  body .col-md-offset-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1600px) {
  body .container {
    width: 1600px;
  }
}

@media (min-width: 768px) {
  body #header .level-1 {
    background: rgba(169, 18, 33, 1);
    height: auto;
    left: -20px !important;
    min-width: 180px;
    padding: 0;
    position: absolute;
    top: 70px !important;
    width: auto;
    border-radius: 0;
    border: none;
    white-space: normal !important;
    transform: inherit !important;
  }
}

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 992px) {
  body .col-md-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  body .col-lg-offset-3 {
    margin-left: 25%;
  }
}

@media (max-width: 650px) {
  body .breadcrumb {
    padding: 8px 0px !important;
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  body .rev_slider h1 {
    font-size: 42px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 500px) {
  body .rev_slider h1 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}

@media (max-width: 450px) {
  body .rev_slider h1 {
    font-size: 37px !important;
    line-height: 50px !important;
  }
}
@media (max-width: 550px) {
  .case-list-content {
    margin: 0px 15px;
  }
}

@media (max-width: 450px) {
  #main-content .case-numbers .numbers {
    font-size: 26px !important;
  }
  #main-content .case-numbers .numbers span {
    color: #a91221;
    margin-right: 15px;
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  body .carousel-control {
    display: none !important;
    opacity: 1 !important;
  }
  #header .level-1 {
    background: #000;
    left: 0px;
    top: -50px !important;
    /* position: relative;*/
    width: 100%;
    position: inherit !important;
  }
  .page-template-condition-location .tx-powermail .breadcrumb {
    padding: 8px 0px !important;
    margin-top: -70px;
    margin-bottom: 15px;
  }
  body .breadcumbs-page .breadcrumb {
    padding: 8px 0px !important;
    margin-top: 140px;
    margin-bottom: 30px;
  }

  body .case-numbers-container {
    margin-top: 30px;
  }
  body .case-list-content.active {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    margin-bottom: 40px;
  }
  body .case-list-content {
    max-width: 520px;
    margin: 0 auto;
  }

  .page-template-agences .tx-powermail .breadcrumb {
    /*padding: 8px 0px !important;
        margin-top: 0px;
        margin-bottom: 0px!important;*/
    bottom: 0;
    left: 0;
    padding: 8px 0px !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    position: relative;
  }

  .page-template-qui-somme-nous .breadcrumb {
    /*padding: 8px 0px !important;
        margin-top: 0px;
        margin-bottom: 0px!important;*/
    bottom: 0;
    left: 0;
    padding: 8px 0px !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    position: relative;
  }
  .page-template-pourquoi-louer-page .breadcrumb {
    /*padding: 8px 0px !important;
        margin-top: 0px;
        margin-bottom: 0px!important;*/
    bottom: 0;
    left: 0;
    padding: 8px 0px !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    position: relative;
  }
  .single-domaines-dactivites .breadcrumb {
    /*padding: 8px 0px !important;
        margin-top: 0px;
        margin-bottom: 0px!important;*/
    background: white !important;
    left: 0px;
    padding: 17px 17px 0px 17px !important;
    bottom: 0;
    margin-top: 0px;
    margin-bottom: 0px !important;
    position: relative;
  }

  #header .dropdown .fa {
    display: inline-block;
    pointer-events: none;
  }
  body .first-content {
    padding-top: 115px;
  }
  .product-type-simple h1 {
    font-size: 46px;
  }
  body .cat-filters > .row > div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    float: none;
    width: 100% !important;
  }

  .tax-product_cat .container-grey .breadcrumb {
    padding: 8px 13px !important;
    margin-top: 160px;
    margin-bottom: 25px;
    /* background-color: white!important; */
  }
  body .subcategory-label:after {
    display: none !important;
    content: '\e9eb';
    position: absolute;
    font-family: 'avescoicon' !important;
    color: rgba(255, 255, 255, 0.4);
    font-size: 35px;
    top: -4px;
    right: 10px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .tax-product_cat #content.product-content.content-grey .container {
    padding-top: 20px !important;
  }
  body .navbar-toggle {
    padding: 33px 15px !important;
    border: 0px !important;
    border-radius: 0 !important;
    margin: 0px !important;
    background: black !important;
  }
  body .product-list-menu.fixed {
    position: inherit !important;
    top: inherit !important;
  }
  #navbar nav ul li a {
    text-align: left;
    /* padding-left: 15px; */
    width: 100% !important;
    min-height: 50px;
    display: flex;
  }
  body #navbar .dropdown-menu {
    background: #212529;
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0px 20px 30px 0px;
  }
  .content-img header h1 {
    font-size: 18px !important;
  }
  body #navbar ul li {
    padding: 0px 0px !important;
  }
  body #navbar .dropdown-menu li {
    padding: 0 !important;
  }
  body #navbar .dropdown-menu {
    transform: translate3d(0px, 50px, 0px) !important;
  }

  body #header .dropdown-menu > .active > a,
  #header .dropdown-menu > li > a,
  #header .dropdown-menu > .active > a:hover,
  #header .dropdown-menu > .active > a:focus,
  #header .dropdown-menu > li > a:hover,
  #header .dropdown-menu > li > a:focus {
    border: none;
    background: #e5e5e5;
    color: #3e3e3e;
    border-bottom: 1px solid #dbdbdb;
  }
}
/*** CM Modif ***/
@media (min-width: 768px) {
  /** menu construction mobile **/
  /*.CM-menu #header,
    .CM-menu #header .lang-nav:hover li a{
        background-color: rgba(0, 0, 0, 0.65);
    }
    .CM-menu #header.sticky,
    .CM-menu #header:hover{
        background-color: rgba(0, 0, 0, 0.65);
    }
    /*.page-template-avantage-cm #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout.CM-yellow ul.mega-sub-menu */
  /*.CM-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        background-color: #fece12;
    }
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
        border-bottom: 3px solid #A91221; 
    }
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before, 
    .CM-menu #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before{
        color:#A91221;
    }
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
        color: #000000;  
    }
    .CM-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
        color: #A91221;
    }*/
}
body
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link:focus {
  color: #000000;
}
/*.CM-menu #header #branding img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}*/
/*.CM-menu #header #branding img:hover
.CM-menu #header.sticky #branding img, 
.CM-menu #header:hover #branding img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}*/
/*** fin menu CM **/
/*.CM-menu.woocommerce div.product div.images,
.CM-menu.woocommerce-page #content div.product div.images,
.CM-menu.woocommerce-page div.product div.images {
  width: 100% !important;
}*/
.CM-menu.woocommerce-page .cm-description {
  width: 50%;
  float: left;
  padding: 0 15px;
  font-size: 20px !important;
  margin-bottom: 30px !important;
  text-align: justify;
}
.cm-description h2 {
  text-align: left;
}
.sub-title {
  color: #b21415;
  font-size: 20px;
  text-align: left;
}
.CM-menu.woocommerce-page .content-img .top-product-icon {
  padding: 15px;
  top: 0px;
  bottom: inherit;
  right: 0px;
}
.CM-menu.woocommerce-page .content-img .top-product-icon span {
  font-size: 70px;
}
.cm-content #main-content .avantage-bloc h2 {
  margin: 20px 0 15px;
}
.cm-content #main-content .avantage-bloc p,
#main-content .cm-prestations .cm-prestations-block p,
#main-content .service-bloc p,
#main-content .service-bloc li {
  font-size: 15px;
}
.cm-trust-icone {
  background-color: #f7f7f7;
  text-align: center;
  width: 100%;
  float: left;
  padding: 25px 15px;
  font-weight: normal;
  font-style: italic;
  font-size: 21px;
}
.trust-icone-1 {
  background: url('img/reactivite.png') no-repeat center/contain;
  height: 60px;
  width: 100%;
  margin-bottom: 10px;
}
.trust-icone-2 {
  background: url('img/personnalisation.png') no-repeat center/contain;
  height: 60px;
  width: 100%;
  margin-bottom: 10px;
}
.trust-icone-3 {
  background: url('img/financement.png') no-repeat center/contain;
  height: 60px;
  width: 100%;
  margin-bottom: 10px;
}
/* .cm-prestations{
    margin-top: 50px;
} */
#main-content .cm-prestations h2 {
  text-align: center;
  /*color: #a91221;*/
  text-transform: uppercase;
  margin-bottom: 40px;
}
#main-content .cm-prestations a {
  text-decoration: none;
}
#main-content .cm-prestations div.figure {
  position: relative;
}
#main-content .cm-prestations h3 {
  text-transform: uppercase;
  background-color: rgba(161, 161, 161, 0.8);
  position: absolute;
  margin: 0;
  bottom: 0;
  color: #ffffff;
  padding: 10px 15px;
  font-weight: normal;
}
#main-content .cm-prestations .cm-prestations-block {
  /*border:1px solid #000;*/
  margin-bottom: 15px;
}
#main-content .cm-prestations .cm-prestations-block p {
  padding: 10px 10px 0 10px;
  /*     min-height: 152px; */
}
.page-template-solutions-cm #main-content h2 {
  margin-top: 15px;
}
.page-template-solutions-cm
  #main-content
  .cm-prestations
  .cm-prestations-block
  p,
.single-nos-solutions-cm #main-content .cm-prestations .cm-prestations-block p,
.tax-solutions-cm #main-content .cm-prestations .cm-prestations-block p {
  min-height: inherit;
}
/* .page-template-solutions-cm .cm-prestations{
    margin-top: 0;
} */
#main-content .solutions-related-wrap .cm-prestations h2 {
  text-align: left;
  color: #000000;
}
#main-content .solutions-related-wrap {
  float: left;
  width: 100%;
}
body #content.cm-content .container {
  padding-bottom: 50px;
}
body #content.cm-content header {
  width: 100%;
  float: left;
  margin-top: 30px;
}
body #content.cm-content h1 {
  float: left;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 15px;
}
.puce-service i {
  color: #a91221;
  font-size: 60px;
  text-align: center;
  width: 100%;
}
.puce-service {
  align-items: center;
  vertical-align: middle;
  display: flex;
  height: 100%;
}
/*.service-bloc,
.service-bloc .row{
    display: flex;
}*/
.service-bloc h2 {
  color: #a91221;
}
.service-bloc span {
  color: #a91221;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .social {
  margin-top: 30px;
}
footer .social a {
  text-decoration: none;
}
footer .social a i {
  font-size: 24px;
  margin: 0;
  padding: 0 10px;
}

footer .social a i:before {
  transition: color .5s;
}

footer .social a i:hover:before {
  color: #969696;
}

.CM-menu.woocommerce-page
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-CM-yellow
  > a.mega-menu-link {
  color: #fece12;
}
.CM-menu.woocommerce-page
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li#mega-menu-item-505
  > a.mega-menu-link,
.CM-menu.woocommerce-page
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li#mega-menu-item-14117
  > a.mega-menu-link,
.CM-menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li#mega-menu-item-3194
  > a.mega-menu-link,
.CM-menu
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li#mega-menu-item-14177
  > a.mega-menu-link {
  color: #ffffff;
}
/*.product_parent_cat_construction-mobile.single-product .quote-request{
    display: none;
}*/
.woocommerce-page .subcategory-label {
  max-width: 100%;
}
.CM-menu.woocommerce-page .category-label {
  background-color: #a1a1a1;
}
.cm-prestations-block:hover .figure::after {
  background: rgba(161, 161, 161, 0.7);
}
.cm-prestations-block .figure::after {
  content: '';
  background: rgba(161, 161, 161, 0);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#main-content .cm-prestations .cm-prestations-block:hover h3 {
  background: transparent;
  z-index: 2;
  font-weight: bold;
}
/*.CM-menu #header .lang-nav:hover li a{
    background-color: rgba(0, 0, 0, 0.65);
}
.CM-menu #header .lang-nav:hover li.active a,
.CM-menu #header .lang-nav:hover li.active a:hover,
.CM-menu #header .lang-nav:hover li a:hover{
    background-color: #000000;
}
.CM-menu #header .lang-nav{
    background: transparent;
}*/
#navbar #header #mega-menu-primary a,
#navbar
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link,
#navbar
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  line-height: 1.17;
}
#header #mega-menu-primary a,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  letter-spacing: 0.5px;
  display: flex !important;
  align-items: center;
}
.title-button {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.woocommerce div.product form.cart .button,
.dvin_wcql_btn_wrap {
  width: 100%;
}
body .product-list-menu {
  max-height: inherit;
  overflow-y: inherit;
}
body .product-list-menu a {
  text-transform: inherit;
}
.cm-products-filter-title {
  font-size: 16px;
  line-height: 2.56;
  letter-spacing: 0.2px;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  color: #ffffff;
  background-color: #000000;
  float: left;
  width: 100%;
}
#send-quote .child-cat-filter .child-cat-filter-sub li.CM-products-filter a {
  width: 50%;
  padding: 5px 10px;
  background-color: #fece12 !important;
  border: 0;
}
#send-quote
  .child-cat-filter
  .child-cat-filter-sub
  li.CM-products-filter
  button {
  background-color: #fece12 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center !important;
  color: #000000 !important;
  border: 1px solid #000000;
}
#send-quote
  .child-cat-filter
  .child-cat-filter-sub
  li.CM-products-filter
  a:hover {
  border: none !important;
}
.single-nos-solutions-cm .gallery .gallery-item {
  float: left;
  padding: 15px;
}
.single-nos-solutions-cm .gallery .gallery-item img {
  max-width: 100%;
}
.single-nos-solutions-cm .solution-field-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.content-2-column {
  text-align: justify;
  column-count: 2;
  column-gap: 30px;
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cm-description,
  body .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images,
  body .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% !important;
  }
}
@media (min-width: 768px) {
  .single-nos-solutions-cm .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .single-nos-solutions-cm .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .single-nos-solutions-cm .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  #mega-menu-wrap-primary,
  #mega-menu-primary,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu.mega-menu-item,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    height: 100% !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link::before,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link::before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #fece12;
    font-weight: normal;
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
  }
  .mega-indicator {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 22px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 54px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 54px;
    left: -20px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    ul.mega-sub-menu {
    top: 0px;
    left: 100%;
  }
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 18px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 15px;
  }
  /* #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    max-height: 530px;
    overflow-y: scroll;
  } */
}
/* @media (min-width: 1201px) and (min-width: 1980px) { */
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    max-height: 78vh; /*support more zoom*/
    overflow-y: auto;
  }
/* } */
@media (max-width: 1050px) {
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    max-width: 120px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    letter-spacing: 0;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding-left: 18px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link::before {
    left: 5px;
    top: 5px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 0 0 5px 0;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1000px) {
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 18px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 14px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    /*max-width: 90px;*/
    margin-right: 10px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .content-2-column {
    column-count: inherit;
  }
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-right: 0;
  }
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    max-width: inherit;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    /*color:#212529;*/
    color: #ffffff;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 14px;
  }
  #navbar #header #mega-menu-primary a,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    min-height: 50px;
    padding-left: 15px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding-left: 15px;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    ul.mega-sub-menu
    a.mega-menu-link {
    padding-left: 40px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu.mega-menu-item,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    height: auto !important;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator::after {
    content: '\f107';
    font: normal normal normal 22px/1 FontAwesome;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children.mega-toggle-on
    > a.mega-menu-link
    > span.mega-indicator::after {
    transform: rotate(180deg);
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding: 0;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    position: absolute;
    right: 15px;
    left: inherit;
    float: inherit;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link:hover
    span {
    font-weight: normal;
    font-size: 14px !important;
    color: #ffffff;
  }
  #navbar #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #212529;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
    background-color: #6d0b16;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    ul.mega-sub-menu {
    background-color: #f7f7f7;
    box-shadow: inset 13px -4px 20px -16px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: inset 13px -4px 20px -16px rgba(0, 0, 0, 0.3) !important;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    ul.mega-sub-menu
    a.mega-menu-link {
    color: #000000;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    ul.mega-sub-menu
    li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  }
  #navbar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  #navbar #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    padding: 0;
  }
  #main-content .cm-prestations .cm-prestations-block p {
    min-height: inherit;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    background: #212529;
  }
  #navbar
    #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    li.mega-menu-item
    > a.mega-menu-link {
    padding-left: 25px;
  }
  /*.CM-menu #navbar #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
    .CM-menu #navbar{
        background-color: #000000 ;
    }
    .CM-menu #header, 
    .CM-menu #header.sticky, 
    .CM-menu #header:hover,
    .CM-menu #header:focus{
        background-color: #000000 !important;
    }*/
}
#myModal.modal.show {
  opacity: 1;
}
#myModal.modal {
  display: inherit !important; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  /*padding-top: 90px; /* Location of the box */
  left: 0;
  top: 90px;
  width: 100%; /* Full width */
  height: auto; /* Full height */
  overflow-y: scroll; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-right: 0 !important;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  opacity: 0;
  visibility: hidden;
}
#myModal.modal.opened {
  visibility: visible;
  opacity: 1;
}
body .modal-backdrop {
  z-index: 0;
}
#myModal .modal-dialog {
  width: 100%;
  padding-top: 230px;
}

/* Modal Content */
#myModal .modal-content {
  background-color: #e4e4e4;
  border-radius: none;
  border-radius: 0;
  margin: auto;
  padding: 20px;
  border: none;
  width: 100%;
}

/* The Close Button */
#myModal .close {
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}
#myModal .close span {
  font-size: 32px;
  vertical-align: middle;
  margin-left: 10px;
}
#myModal .close:hover,
#myModal .close:focus {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.sticky .quote-request.contact-solution,
body:lang(de) .sticky .quote-request.contact-solution {
  right: -105px;
}
.quote-request.contact-solution .icon-file-text,
.quote-request.contact-solution .icon-corner-up-right {
  margin-right: 20px;
}
.sticky .quote-request.contact-solution span:last-of-type {
  opacity: 1;
}
#myBtn:hover {
  cursor: pointer;
}
.categories-cm {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.categories-cm .checkbox {
  margin-top: 15px !important;
  margin-bottom: 15px;
}
.categories-cm .checkbox label {
  color: #000000 !important;
  font-size: 16px;
}
.icon-home::before {
  padding-right: 5px;
}
#myModal h3 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}
#myModal h3 span {
  color: #a91221;
}
.product_parent_cat_construction-mobile .cm-description h2,
.product_parent_cat_construction-mobile
  .product-item
  .product-propertie-line
  h2,
.product_parent_cat_mobilbau .cm-description h2,
.product_parent_cat_mobilbau .product-item .product-propertie-line h2 {
  font-size: 26px;
  text-align: left;
  text-transform: inherit;
  margin: 30px 0 10px 0;
}
.product_parent_cat_construction-mobile .cm-description h2:first-child,
.product_parent_cat_construction-mobile
  .product-item
  .product-propertie-line
  h2:first-child,
.product_parent_cat_mobilbau .cm-description h2:first-child,
.product_parent_cat_mobilbau
  .product-item
  .product-propertie-line
  h2:first-child {
  margin-top: 0px;
}
.single-solutions-rail-route .rev_slider_section,
.single-nos-solutions-cm .rev_slider_section {
  margin-bottom: 20px;
}
.single-nos-solutions-cm .image-solution {
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-template-avantage-cm #main-content p,
.page-template-solutions-cm #main-content p,
.single-nos-solutions-cm #main-content p,
.tax-category_solutions #main-content p,
.page-template-services-cm #main-content p {
  text-align: justify;
}
.cm-prestations-block p {
  text-align: justify;
}
/*.content-parag{
    color: #222;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.2px;
}*/
@media (max-width: 992px) {
  #myModal.modal {
    top: 80px;
  }
}
.temperature-products {
  margin-top: 75px;
}
.bouton-interlink {
  background-color: #a91221;
  color: #ffffff;
  padding: 15px 18px;
  text-transform: uppercase;
  font-size: 18px;
  float: right;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.bouton-interlink:hover,
.bouton-interlink:focus {
  color: #ffffff;
}
.new-new > a::after {
  content: 'NEW';
  display: inline-block !important;
  position: absolute;
  right: 16px;
  background-color: #fece12;
  color: #a91221;
  padding: 0 3px;
  margin-left: 5px;
  font-size: 14px;
}
html[lang='de-DE'] .new-new > a::after {
  content: 'NEU';
}
.wpcf7-acceptance input[type='checkbox'] {
  width: 14px !important;
  opacity: 1;
  margin-left: 0 !important;
}

#header .mini-raq {
  float: left;
  background: #fece12;
  height: 100%;
  padding: 0 0;
}
#header .widget_ywraq_mini_list_quote .raq-info {
  border: none;
}
#header .widget_ywraq_mini_list_quote .raq-info {
  padding: 3px 12px;
}
#header .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
  left: auto;
  right: 10px;
}
#header .widget_ywraq_mini_list_quote ul.yith-ywraq-list {
  height: auto;
}

.table.shop_table tbody tr td.product-thumbnail,
table.cart tbody tr td.product-thumbnail {
  width: 80px;
}
table.cart th,
table.cart thead th,
table.shop_table th,
table.shop_table thead th {
  background: transparent;
  color: rgb(0, 0, 0);
  padding: 15px 15px;
  vertical-align: top;
}
.yith-request-a-quote-page .woocommerce table.shop_table,
.yith-request-a-quote-page table tr td {
  border: none;
}
.yith-request-a-quote-page #content {
  max-width: 970px;
}
.yith-request-a-quote-page .gform_wrapper {
  margin-top: 70px;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label,
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio,
.gform_wrapper .ginput_container_consent,
.gform_wrapper .gfield_consent_label {
  padding-left: 14px !important;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}
.gform_wrapper [type='radio'] + label:before,
.gform_wrapper [type='radio'] + label:after {
  left: -16px;
}
.gform_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  .address_country
  label {
  margin-top: 12px;
}
.gform_wrapper .ginput_container_phone .iti {
  width: 100%;
}
.gform_wrapper .ginput_container_phone .iti input {
  padding-left: 50px !important;
}
.gform_wrapper .address_line_1 {
  width: 50%;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
}
.gform_wrapper .address_city {
  margin-right: -8px !important;
}
.gform_wrapper .address_zip {
  margin-right: 8px !important;
}
.gform_wrapper .address_country .select-dropdown {
  overflow-y: scroll !important;
  max-height: 200px !important;
}

.yith-request-a-quote-page #content .gform_wrapper .rgpd {
  margin-bottom: 0;
}

.page-template-default #content {
  margin: 100px auto;
}

#header .ywraq-quote-icon-icon_quote {
  font-family: 'avescoicon' !important;
}
#header .ywraq-quote-icon-icon_quote:before {
  content: '\E9B4';
}

#yith-ywraq-message .return-to-shop {
  display: none;
}
.yith-request-a-quote-page .ywraq-wrapper .woocommerce-message:first-child {
  display: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  padding-right: 50px !important;
}

.gform_wrapper select {
  display: block;
}

select {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  height: 3rem;
  width: 100% !important;
  display: block;
}

@media (max-width: 900px) {
  #header .mini-raq {
    padding: 0;
  }
  #header .widget_ywraq_mini_list_quote .raq-info {
    padding: 0 8px;
  }
}

@media (min-width: 1201px) {
  html[lang='de-DE'] #mega-menu-wrap-primary #mega-menu-primary {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .new-new > a::after {
    position: inherit;
  }
}
@media (min-width: 768px) {
  .bouton-interlink {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  .new-new > a::after {
    margin-left: 15px;
  }
}

/*.page-template-services-cm h1,
.tax-product_cat.term-construction-mobile h1,
.tax-product_cat.term-mobilbau h1 {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 15px;
  width: fit-content;
  margin-bottom: 30px !important;
}
*/
.subcategory-label.special-offers {
	color: black;
	background-color: white;
	border: 1px solid black;
}
.special-offers-flyers {
	display: flex;
	margin-bottom: 30px;
}
.special-offers-flyers .flyer {
	margin: auto;
}
.special-offers-flyers .flyer p {
	text-align: center;
}


@media (max-width: 992px) {
	.subcategory-label.special-offers {
		display: none;
	}
}

/* ===============================================================
  Global
=============================================================== */

.shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn.btn--arrow-right {
  margin-top: 0;
  padding: 10px;
}

.btn.btn--arrow-right img {
  max-width: 20px;
  height: auto;
  margin-left: 6px;
  margin-bottom: 3px;
}

.hide-desktop {
  display: none !important;
}

@media(max-width: 480px) {
  .hide-desktop {
    display: block !important;
  }

  .hide-mobile {
    display: none !important;
  }
}

/* ===============================================================
  Section Drop Down
=============================================================== */

.section {
  padding: 30px 0;
}

/* ===============================================================
  Section Intro
=============================================================== */

.section-intro {
  min-height: 340px;
  padding: 45px 0 90px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.section-intro.section-intro--alt {
  min-height: 220px;
  padding: 33px 0 35px;
}

.section-intro.section-intro--breadcrumbs {
  padding-bottom: 0;
}

.section-intro .background__mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 0;
}

.section-intro .section__breadcrumb .breadcrumb {
  margin: 0 0 30px 0;
  padding: 0 !important;
  z-index: 10;
}

.section-intro .section__breadcrumb .breadcrumb a {
  background-color: #fff;
}

.section-intro .section__title {
  clear: both;
}

.section-intro h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  /*line-height: 73px;*/
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  display: inline-block;
  margin: 0 0 20px;
  z-index: 10;
  position: relative;
}

.section-intro h2 span {
  background-color: #FFCD11;
  display: inline-block;
  padding: 0 11px;
  margin-bottom: 20px;
}

.section-intro h2 span:last-child {
  margin-bottom: 0;
}

.section-intro.section-intro--alt h2 {
  font-family: 'Roboto';
  font-size: 34px;
  line-height: 1.18;
  color: #fff;
  margin: 0 0 4px;
  background-color: unset;
  padding-left: 0;
}

.section-intro.section-intro--alt h2 span {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  background: #000;
}

.section-intro.section-intro--alt h2:last-child {
  margin-bottom: 0;
}

.section-intro .section__body {
  min-height: 190px;
}

.section-intro.section-intro--alt .section__body {
  min-height: 150px;
}

.section-intro .section__btn .btn {
  margin: 0;
  display: inline-block;
  width: unset;
  padding: 10px 10px 8px 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  position: relative;
  text-transform: uppercase;

  color: #FFFFFF;
}

.section-intro .section__btn .btn:hover {
  border: 1px solid transparent;
}

.section-intro .section__btn .btn img {
  max-width: 18px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 3px;
}

.section-intro.section-intro--breadcrumbs .section__body {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  min-height: unset;
}

.section-intro.section-intro--breadcrumbs .section__body .breadcrumb {
  margin-bottom: 0;
  padding: 7px !important;
  background: #fff !important;
  border-radius: 0;
  display: inline-block;
  width: unset;
}

@media (max-width: 1200px) {
  .section-intro h2 {
    font-size: 56px;
    margin-bottom: 15px;
  }

  .section-intro h2 span {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .section-intro h2 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .section-intro {
    min-height: 300px;
    padding: 35px 0 60px;
  }

  .section-intro h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .section-intro {
    min-height: 435px;
    padding: 30px 0 45px;
  }

  .section-intro.section-intro--breadcrumbs {
    min-height: 165px;
  }

  .section-intro .background__mobile {
    opacity: 1;
  }

  .section-intro .hide-mobile {
    display: none;
  }

  body .section-intro .hide-desktop {
    display: inline;
  }

  .section-intro h2 {
    font-size: 34px;
    margin-bottom: 10px;
    padding: 0;
    display: inline;
    line-height: 1.4;
  }

  .section-intro h2.hide-desktop {
    background-color: #FFCD11;
    display: inline !important;
  }

  .section-intro.section-intro--alt .main__title {
    display: block !important;
    background: unset;
    font-size: 34px;
    line-height: 1.18;
  }

  .section-intro.section-intro--alt .main__title span {
    background: #000;
    display: inline-block;
    padding: 0 6px;
  }

  .section-intro.section-intro--alt h2 br
  .section-intro h2 br {
    display: none;
  }

  .section-intro.section-intro--alt h2 {
    font-size: 24px;
    line-height: 1.4;
    display: inline;
  }

  .section-intro.section-intro--alt .section__breadcrumb {
    display: none;
  }

  .section-intro .section__body {
    min-height: 150px;
  }

  .section-intro .section__btn {
    margin-top: 18px;
  }

  .section-intro .section__btn .btn {
    font-size: 18px;
  }

  .section-intro .section__breadcrumb .breadcrumb a {
    margin-bottom: 5px !important;
  }
}

/*@media (max-width: 420px) {
  .section-intro {
    padding: 20px 0 30px;
  }

  .section-intro .section__body {
    min-height: 120px;
  }

  .section-intro .section__btn .btn {
    font-size: 10px;
    padding: 8px;
  }
}*/

/*@media (max-width: 340px) {
  .section-intro h2 {
    font-size: 22px;
  }
}*/

/* ===============================================================
  Section Drop Down
=============================================================== */

.section-drop-down {
  padding: 30px 0;
}

.section-drop-down .col-lg-offset-3 {
  width: 100%;
  margin-left: unset;
}

.section-drop-down .cat-filter {
  max-width: 475px;
  margin: 0 auto;
}

.section-drop-down .cat-filter-box {
  box-shadow: none;
  border: 0;
  height: 57px;
}

.section-drop-down .cat-filter-box .cat-filter-choice {
  width: 75%;
  line-height: 52px;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;

  color: #000000;
}

.section-drop-down .cat-filter .cat-filter-list {
  width: 75%;
  z-index: 30;
}

.section-drop-down .cat-filter-box .cat-filter-search {
  width: 25%;
  line-height: 60px;
  font-size: 24px;
}

.section-drop-down .cat-filter-box .cat-filter-choice .icon-arrow-down-2 {
  line-height: 54px;
}

@media (max-width: 768px) {
  .section-drop-down .cat-filter {
    max-width: 400px;
  }

  .section-drop-down .cat-filter .cat-filter-choice-text {
    font-size: 16px;
  }
}

/*  Media Queries - Screen under 500px  */
@media screen and (max-width: 500px) {
  .section-drop-down .cat-filter .cat-filter-list {
    width: 100%;
  }
}

/* ===============================================================
  Section Cards
=============================================================== */

.section-cards {
  background-color: #FCCC34;
  padding: 50px 0 70px;
}

.section-cards .shell {
  max-width: 1440px;
}

.section-cards .section__head {
  padding-bottom: 55px;
}

.section-cards .section__head h3 {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.17;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.section-cards .cards {
  display: flex;
  /*padding: 0 10px;*/
  margin: 0 -10px;
  flex-wrap: wrap;
}

.section-cards .card {
  width: 25%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 500px;
}

.section-cards .card .card__body {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.section-cards .card .card__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-cards .card .card__background.hide-desktop {
  display: none;
}

.section-cards .card .card__body:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.section-cards .card .card__body h4 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding: 16px 18px 16px 16px;
  margin: 0;
  min-height: 98px;
}

.section-cards .card .card__corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 110px;
  height: 110px;
  border-bottom-right-radius: 220px;
  background-color: #A51120;
  padding: 15px;
}

.section-cards .card .card__corner img {
  max-width: 100%;
}

.section-cards .card .card__hover-content {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #A51120;
  padding: 110px 15px 20px;
  transition: opacity .5s;
  overflow-y: auto;
  pointer-events: none;

  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.35;
  color: #ffffff;
  border-bottom: 3px solid #FCCC34;
}

.section-cards .card .card__hover-content ul:last-child,
.section-cards .card .card__hover-content li:last-child,
.section-cards .card .card__hover-content p:last-child,
.section-cards .card .card__hover-content h5:last-child {
  margin-bottom: 0;
}


.section-cards .card .card__hover-content ul,
.section-cards .card .card__hover-content ol {
  margin-left: 5px;
  font-size: 16px;
  line-height: 1.38;
}

.section-cards .card .card__hover-content li {
  margin-bottom: 20px;
  font-family: 'Roboto';
}

.section-cards .card .card__hover-content h5 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.16;
  text-transform: uppercase;
}

.section-cards .card:hover .card__hover-content {
  opacity: 1;
  pointer-events: all;
}

.section-cards .card .card__foot .btn {
  margin: 0;
  display: block;
  max-width: 100%;
  padding: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.17;
  /* identical to box height */
  position: relative;
  text-transform: unset;
  color: #FFFFFF;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  background: #A51120;
}

.section-cards .card .card__foot .btn:hover {
  border: 1px solid transparent;
  background: #A51120;
}

.section-cards .card__mobile-touch {
  display: none;
  font-weight: bold;
  z-index: 2;
}

.section-cards .card__mobile-touch img {
  padding-left: 10px;
}

@media (max-width: 1440px) {
  .section-cards .card .card__foot .btn {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .section-cards .card {
    height: 400px;
  }

  .section-cards .card .card__body h4 {
    font-size: 22px;
  }

  .section-cards .card .card__hover-content {
    font-size: 14px;
  }

  .section-cards .card .card__hover-content h5 {
    font-size: 20px;
  }

  .section-cards .card .card__hover-content ul,
  .section-cards .card .card__hover-content ol {
    font-size: 12px;
  }

  .section-cards .card .card__foot .btn {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .section-cards {
    padding-bottom: 50px;
  }

  .section-cards .section__head h3 {
    font-size: 30px;
  }

  .section-cards .card {
    width: 50%;
    margin-bottom: 20px;
  }

  .section-cards .card .card__body h4 {
    font-size: 24px;
  }

  .section-cards .card .card__foot .btn {
    font-size: 14px;
  }

  .section-cards .card .card__hover-content {
    font-size: 15px;
  }

  .section-cards .card .card__hover-content h5 {
    font-size: 24px;
  }

  .section-cards .card .card__hover-content ul,
  .section-cards .card .card__hover-content ol {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .section-cards .section__head h3 {
    font-size: 26px;
  }

  .section-cards .card .card__body h4 {
    font-size: 22px;
  }

  .section-cards .card .card__hover-content h5 {
    font-size: 20px;
  }

  .section-cards .card .card__hover-content {
    font-size: 12px;
  }

  .section-cards .card .card__hover-content ul,
  .section-cards .card .card__hover-content ol {
    font-size: 11px;
  }

  .section-cards .card .card__foot .btn {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .section-cards {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .section-cards .section__head {
    padding-bottom: 45px;
  }

  .section-cards .section__head h3 {
    font-size: 26px;
    line-height: 1.15;
  }

  .section-cards .card .card__body {
    align-items: center;
  }

  .section-cards .card .card__body h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    min-height: unset;
    padding: 10px 85px 10px 10px;
  }

  .section-cards .card {
    width: 100%;
    min-height: 150px;
    height: unset;
    transition: all .3s;
  }

  .section-cards .card .card__hover-content {
    padding: 15px 50px 15px 15px;
    font-size: 14px;
    border-bottom: none;
  }

  .section-cards .card .card__body:before {
    height: 70%;
    pointer-events: none;
  }

  .section-cards .card .card__hover-content h5 {
    display: none;
  }

  .section-cards .card .card__hover-content li,
  .section-cards .card .card__hover-content p {
    margin-bottom: 4px;
  }

  .section-cards .card .card__hover-content p {
    max-width: 220px;
  }

  .section-cards .card:hover .card__body h4,
  .section-cards .card:hover .card__body .card__mobile-touch {
    display: none;
  }

  .section-cards .card:hover .card__hover-content {
    display: block;
    position: relative;
  }

  .section-cards .card .card__hover-content ul,
  .section-cards .card .card__hover-content ol {
    font-size: 15px;
    line-height: 1.4;
  }

  .section-cards .card .card__foot .btn {
    display: none;
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
  }

  .section-cards .card:hover .card__foot .btn {
    display: block;
    pointer-events: all;
  }

  .section-cards .card__mobile-touch {
    display: block;
    width: 100%;
    position: absolute;
    font-size: 14px;
    line-height: 1.14;
    color: #fff;
    bottom: 15px;
    left: 10px;
    right: 0;
  }

  .section-cards .card .card__corner {
    top: 0;
    left: unset;
    right: 0;
    /*z-index: 20;*/
    width: 70px;
    height: 70px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: unset;
    /*background-color: #A51120;*/
    padding: 0;
    text-align: right;
  }

  .section-cards .card .card__corner img {
    max-width: 65%;
    height: auto;
    padding-top: 10px;
    padding-right: 12px;
  }
}

/* ===============================================================
  Section News
=============================================================== */

.section-news {
  padding: 50px 0 65px;
}

.section-news .section__title {
  padding-bottom: 30px;
}

.section-news .section__title h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.17;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  padding: 0;
}

.section-news .section__body {
  padding-bottom: 45px;
}

.section-news .news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.section-news .news-entry {
  flex: 0 1 33%;
  padding: 0 10px;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.33;
  color: #000000;
}

.section-news .news-entry img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.section-news .news-entry .news-entry__meta {
  padding-bottom: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.15;
  color: #000000;
  opacity: 0.5;
  margin: 0;
}

.section-news .news-entry h5 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.18;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0;
  margin-bottom: 8px;
}

.section-news .news-entry p:last-of-type {
  margin-bottom: 8px;
}

.section-news .news-entry .news-entry__link {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 16px;
  line-height: 1.19;
  color: #A51120;
}

.section-news .news-entry .news-entry__link img {
  margin-bottom: 2px;
  margin-left: 6px;
}

.section-news .section__foot {
  text-align: center;
}

.section-news .section__foot .btn--arrow-right {
  font-family: 'Roboto Condensed';
  display: inline-block;
  width: unset;
  font-size: 18px;
  line-height: 1.17;
}

.section-news .section__foot .btn--arrow-right img {
  margin-left: 8px;
}

.section-news .section__foot .btn:hover {
  border: 1px solid transparent;
}

.section-news .news-entry__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
}


@media (max-width: 1024px) {
  .section-news .section__title h3 {
    font-size: 32px;
  }

  .section-news .news-entry {
    font-size: 16px;
  }

  .section-news .news-entry h5 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .section-news .news-entry {
    flex: 1 1 100%;
    font-size: 16px;
  }

  .section-news .news-entry + .news-entry {
    margin-top: 25px;
  }

  .section-news .section__title h3 {
    font-size: 26px;
    line-height: 1.15;
  }

  .section-news .news-entry__image {
    width: 100%;
  }

  .section-news .news-entry h5 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .section-news {
    padding: 40px 0;
    font-size: 16px;
    line-height: 1.19;
  }

  .section-news .section__body {
    padding-bottom: 35px;
  }

  .section-news .section__title {
    padding-bottom: 20px;
  }

  .section-news .news-entry h5 {
    font-size: 18px;
    text-transform: unset;
  }

  .section-news .section__foot .btn--arrow-right {
    font-size: 18px;
  }

  .section-news .news-entry + .news-entry {
    margin-top: 20;
  }

  .section-news .news-entry:last-child {
    display: none;
  }
}

#header .ywraq-quote-icon-icon_quote:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('./img/page.png');
}

/* ===============================================================
  Header
=============================================================== */

.header-bar {
  font-size: 12px;
  line-height: 1.17;
  padding: 9px;
}

body #header #navbar {
  height: 54px !important;
}

body #header .navbar-brand {
  height: 54px;
  padding: 16px 0px;
}

body #header #branding img {
  width: 133px;
}

body #header .search-lang {
  height: 54px;
}

body #header .lang-nav:after,
body #header .lang-nav li a {
  line-height: 54px;
  font-size: 14px;
  padding: 0 23px;
}


body #header .lang-nav:hover ul {
  margin-top: 54px;
}

body .widget_ywraq_mini_list_quote {
  margin: 9px 0;
}

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-size: 14px;
}

body .widget_ywraq_mini_list_quote .raq-items-number {
  color: #000;
}

@media(max-width: 767px) {
  body #header #navbar {
    height: 100vh !important;
  }

  body .navbar-toggle {
    padding: 20px 15px !important;
  }
}

/* ===============================================================
  Footer
=============================================================== */

.footer {
  padding: 0;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 35px 20px 22px 20px;
  border-bottom: 1px solid #fff;
}

.footer-container .footer__cols {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  color: #fff;
  line-height: 1.19;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
}

.footer-container .footer__col {
  flex: 1 1 44%;
  padding: 0 10px;
}

.footer-container .footer__col:first-child {
  flex: 1 1 24%;
}

.footer-container .footer__col:last-child {
  flex: 1 1 32%;
}

.footer-container .footer__col h6 {
  margin: 10px 0 6px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 18px;
  line-height: 1.17;
  text-transform: uppercase;
  color: #fff;
  border-bottom: none;
}

.footer-container .footer__col p {
  line-height: 1.2;
}

.footer-container .footer__col p a {
  color: #fff;
  text-decoration: none;
}

.footer-container .footer__col p + p {
  margin-top: 20px;
}

.footer-container .footer__col .social {
  margin: 30px 0 35px;
  padding: 0 5px;
}

.footer-container .footer__col .imgf {
  max-width: 75px;
  padding-top: 0;
}

.footer-container .footer__nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-container .footer__nav li {
  flex: 1;
  padding: 0;
  margin-bottom: 10px;
}

.footer-container .footer__nav li:last-child {
  margin-bottom: 0;
}

.footer-container .footer__nav a {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 1.19;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-transform: unset;
  padding: 5px 0;
  opacity: 1;
  transition: color .5s;
}

.footer-container .footer__image img {
  max-width: 75px;
  height: auto;
}

.footer-container .footer__nav a:hover {
  color: #969696;
}

.footer-container .footer__nav li:first-child a {
  padding-top: 0;
}

.footer-container .footer__nav li:last-child a {
  padding-bottom: 0;
}

.footer-container .footer__box {
  padding: 13px 20px 14px 18px;
  background: #6A1219;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-container .footer__box p + p {
  margin-top: 5px;
}

.footer-container .footer__box a {
  font-weight: bold;
}

.footer-bar {
  padding: 25px;
}

.footer-bar .footer-bar__content {
  font-family: 'Roboto Condensed';
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.footer-bar .footer-bar__copyright span {
  color: #fff;
  padding: 0 5px;
}

.footer-bar .footer-bar__nav li {
  padding: 0 5px;
  border-left: 1px solid #fff;
}

.footer-bar .footer-bar__nav a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  transition: color .5s;
}

.footer-bar .footer-bar__nav a:hover {
  color: #969696;
}

@media(max-width: 1024px) {
  .footer-container .footer__col p {
    font-size: 14px;
  }

  .footer-container .footer__nav li {
    margin-bottom: 5px;
  }

  .footer-container .footer__col h6 {
    font-size: 16px;
  }

  .footer-container .footer__col {
    flex: 1 1 36%;
  }

  .footer-container .footer__col:last-child {
    flex: 1 1 40%;
  }
}

@media(max-width: 767px) {
  .footer-container {
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-container .footer__cols .footer__col {
    flex: 1 1 50%;
    text-align: left;
    margin-bottom: 30px;
  }

  .footer-container .footer__col h6 {
    margin-top: 0;
  }

  .footer-container .footer__nav li {
    border: 0;
    text-align: left;
  }

  .footer-container .footer__col p {
    text-align: left;
  }

  .footer-container nav ul li,
  .footer-container nav > ul > li.active {
    margin: 0 !important;
  }

  .footer-bar .footer-bar__nav li {
    border-top: none !important;
    border-bottom: none !important;
    margin: 0 !important;
  }

  .footer-bar .footer-bar__nav ul {
    display: flex;
  }

  .footer-bar .footer-bar__copyright,
  .footer-bar .footer-bar__nav a {
    font-size: 14px;
  }
}

@media(max-width: 480px) {
  .footer-container {
    padding: 25px 20px 40px 20px;
    font-size: 16px;
  }

  .footer-container .footer__nav {
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
  }

  .footer-container .footer__nav a {
    padding: 7px 0;
  }

  .footer-container .footer__cols {
    padding: 0;
  }

  .footer-container .footer__cols .footer__col {
    margin-bottom: 35px;
  }

  .footer-container .footer__cols .footer__col {
    flex: 1 1 100%;
  }

  .footer-container .footer__col:last-child {
    margin-bottom: 0;
  }

  .footer-container .footer__col .social {
    margin: 0;
  }

  .footer-container .footer__col h6 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 9;
  }

  .footer-container .footer__box {
    flex-direction: row-reverse;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 25px;
  }

  .footer-container .footer__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-container .footer__foot .footer__image {
    margin-right: 15px;
  }

  .footer-container .footer__box .section__content {
    flex-grow: 1;
    font-size: 16px;
  }

  .footer-container .footer__box .section__content a {
    font-size: 16px;
  }

  .footer-container .footer__box .section__aside {
    margin-right: 25px;
  }

  .footer-container .footer__box .section__aside img {
    max-width: 30px;
  }

  .footer-bar {
    padding: 25px 0;
    margin: 0 20px;
    border-top: 1px solid #fff;
  }

  .footer-bar .footer-bar__content {
    display: block;
  }

  .footer-bar .footer-bar__nav ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    margin: 0 auto;
    justify-content: center;
  }

  .footer-bar .footer-bar__nav li:nth-child(odd) {
    border: none;
  }

  .footer-bar .footer-bar__nav li {
    margin-bottom: 7px !important;
  }

  .footer-bar .footer-bar__copyright {
    margin-bottom: 7px;
  }

  .footer-bar .footer-bar__nav li:first-child {
    border-left: none;
  }
}

/* ===============================================================
  Section Shop
=============================================================== */
.section-shop {
  padding: 45px 0 100px;
  background: #E5E5E5;
}

.section-shop > .shell {
  display: flex;
}

.section-shop .shop-sidebar {
  width: 295px;
  margin-right: 20px;
}

.section-shop .container {
  width: auto;
  background: #E5E5E5;
}

.section-shop .breadcrumb {
  display: none;
}

.section-shop .wrapper {
  flex: 1;
}

.section-shop .product-item img {
  max-width: 100% !important;
}

.section-shop .product-item .product-item__image {
  display: block;
  text-align: center;
}

.section-shop .product-item .product-item__image img {
  height: 200px;
  object-fit: contain;
}

.section-shop .content-area {
  padding: 0;
}

.section-shop .woocommerce-products-header {
  padding-bottom: 8px;
}

.section-shop .woocommerce-products-header h1 {
  margin: 0 0 0 10px;
  padding: 0;
  font-family: Roboto;
  font-weight: bold;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}

.section-shop .products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.section-shop .product-item {
  flex: 0 1 33%;
  padding: 10px;
  background: unset;
  border: none;
  margin-bottom: 10px;
}

.section-shop .product-item .row {
  margin: 0;
}

.section-shop .product-item > .row {
  background: #fff;
  padding: 15px 5px;
  height: 100%;
}

.section-shop .product-item img {
  padding: 0 10px;
}

.section-shop .product-item h3 {
  font-size: 26px;
  padding: 0 10px;
  margin-bottom: 25px;
}

.section-shop .row .product-btn-container {
  margin: 0;
  padding: 0;
}

.section-shop .product-btn-container .row.product-btn-container--small-btns {
  margin: -7px;
}

.section-shop .product-btn-container .row.product-btn-container--small-btns .add-request-quote-button:after {
  margin-bottom: -3px;
}

.section-shop .row .product-btn-container .row.product-btn-container--small-btns > .col-sm-6 {
  padding: 0 7px;
}

.section-shop .product-item .btn,
.archive.woocommerce .section-shop .add-request-quote-button.button {
  font-size: 10px;
}

.section-shop .product-item .btn {
  margin-top: 15px;
}

.section-shop .product-item .btn:hover {
  border: 1px solid #7c222b;
}

.section-shop .product-item .product-propertie-line {
  padding: 0 0 10px 0;
  margin: 15px 10px;
  font-size: 12px;
}

.section-shop .product-item .product-propertie-line > .row {
  padding: 0;
}

.section-shop .product-item .product-propertie-line > .row > div {
  padding: 0;
}

.section-shop .products__text-content {
  margin-top: 50px;
  padding: 0 10px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.19;
  color: #000000;
  clear: both;
  width: 100%;
}

.section-shop .products__text-content.richtext-content ul,
.section-shop .products__text-content.richtext-content ol {
  margin-left: 20px !important;
  font-size: 16px !important;
  line-height: 1.19 !important;
  padding: 0 !important;
}

.section-shop .products__text-content.richtext-content li,
.woocommerce .section-shop .products .richtext-content ul {
  list-style: unset !important;
}

.section-shop .products__text-content.richtext-content li {
  margin-bottom: 5px !important;
}


.section-shop .products__text-content.product__text-content--alt {
  padding: 0;
}

body.single-product .section-shop .products__text-content {
  padding: 0;
}

.section-shop .products__text-content h4 {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 23px;
  line-height: 1.17;
  color: #000000;
  padding: 0;
  margin-bottom: 15px;
}

.section-shop .products__text-content p {
  margin-bottom: 15px;
}

.section-shop .products__text-content h4:last-child,
.section-shop .products__text-content p:last-child {
  margin-bottom: 0;
}

.shop-sidebar {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  text-transform: uppercase;
}

.shop-sidebar .shop-sidebar__title {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 24px;
  line-height: 0.86;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 7px 6px;
  background: #000;
  text-align: left;
  margin: 0;
}

.shop-sidebar .iksm-term.iksm-term--expanded .iksm-term__inner {
  background: rgba(252, 204, 52, 0.2);
  transition: padding 1s;
}

.shop-sidebar .iksm-term.iksm-term--expanded > .iksm-term__inner .iksm-term__link {
  padding-left: 10px;
}

.shop-sidebar .iksm-term.iksm-term--current > .iksm-term__inner {
  background: #FCCC34 !important;
}

.shop-sidebar .iksm-term.iksm-term--current > .iksm-term__inner .iksm-term__link {
  padding-left: 10px;
}


.shop-sidebar .iksm-term .iksm-term__inner {
  background: #E5E5E5;
}

.shop-sidebar .iksm-term .iksm-term__link {
  padding: 12px 3px 12px 0;
  color: #000;
  font-weight: bold;
}

.shop-sidebar .iksm-term .iksm-term__toggle__inner i:before {
  content: '';
  width: 4px;
  height: 8px;
  background: url('./img/triangle-right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.iksm .iksm-term--expanded > .iksm-term__inner > .iksm-term__toggle > .iksm-term__toggle__inner {
  transform: rotate(90deg) translate(0, -2px) !important;
}

.section-shop #content .woocommerce-pagination {
  margin-top: 30px;
}

.section-shop #content .woocommerce-pagination .page-numbers {
  color: #000;
}

.section-shop #content .woocommerce-pagination .current {
  background: #A91221;
  color: #fff;
}

.section-shop #content .woocommerce-pagination li {
  margin-bottom: 0;
}

.section-shop .product-details {
  float: none;
  margin: 0;
}

.section-shop .product-type-simple h1 {
  font-size: 44px;
}

.section-shop .table td.machine-propertie-value {
  padding: 10px 0;
}

.section-shop .table {
  margin-bottom: 50px;
}

.section-shop .table td {
  font-size: 14px;
}

.section-shop .summary > h4 {
  margin-bottom: 25px;
}

.section-shop .product-details .product-btn-container {
  margin-left: -15px;
}

.section-shop .product-details .entry-summary {
  margin-bottom: 50px !important;
}

.woocommerce .section-shop .add-request-quote-button.button,
.woocommerce .section-shop .add-request-quote-button-addons.button {
  font-size: 18px;
  line-height: 1;
  padding: 13px 20px;
}

.woocommerce .section-shop .add-request-quote-button:after {
  content: '';
  margin: 0 0 -2px 8px;
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url('./img/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.woocommerce .section-shop .entry-summary__content {
  margin-bottom: 50px;
}

.woocommerce .section-shop #woocommerce-wrapper .product-details .entry-summary__content h2 {
  margin: 20px 0;
  text-align: initial;
}

.woocommerce .section-shop #woocommerce-wrapper .product-details .entry-summary__content h2:first-child {
  margin-top: 0;
}

.woocommerce .section-shop #woocommerce-wrapper .product-details .entry-summary__content p {
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .section-shop .product-item {
    flex: 0 1 50%;
  }

  .section-shop .woocommerce-products-header h1 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .section-shop .product-item {
    flex: 0 1 100%;
  }

  .section-shop .product-details .entry-summary {
    float: none !important;
    clear: both !important;
    margin-bottom: 30px !important;
  }

  body .woocommerce .section-shop #content div.product div.summary,
  .woocommerce .section-shop div.product div.summary,
  .woocommerce-page .section-shop #content div.product div.summary,
  .woocommerce-page .section-shop div.product div.summary {
    width: 100% !important;
  }

  .section-shop .products__text-content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .single-product .section-shop > .shell {
    display: block;
  }

  .single-product .section-shop #woocommerce-wrapper {
    margin-top: 40px !important;
  }

  .single-product .section-shop .woocommerce-products-header h1 {
    font-size: 24px;
  }

  .single-product .section-shop .shop-sidebar {
    width: 100%;
  }

  .section-shop .woocommerce-products-header h1 {
    font-size: 28px;
  }

  .shop-sidebar .shop-sidebar__title {
    font-size: 20px;
  }

  .section-shop .shop-sidebar {
    width: 240px;
  }

  .section-shop #content .woocommerce-pagination li {
    margin: 0 !important;
  }

  .section-shop .row.product-btn-container--small-btns .add-request-quote-button {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 480px) {
  .section-shop {
    padding-bottom: 50px;
  }

  .section-shop > .shell {
    display: block;
  }

  .section-shop .product-item .product-item__image img {
    height: unset;
    max-height: 200px;
  }

  .section-shop #woocommerce-wrapper {
    margin-top: 40px !important;
  }

  .section-shop .woocommerce-products-header h1 {
    font-size: 24px;
  }

  .section-shop .shop-sidebar {
    width: 100%;
  }

  .woocommerce .section-shop .add-request-quote-button.button,
  .woocommerce .section-shop .add-request-quote-button-addons.button {
    font-size: 14px;
  }

  .shop-sidebar .iksm {
    max-height: 40px;
    overflow: hidden;
    transition: max-height .3s;
    position: relative;
  }

  .shop-sidebar .iksm:hover {
    max-height: 9999px;
  }

  .shop-sidebar .iksm-term .iksm-term__inner {
    background: #fff;
    min-height: 40px !important;
  }

  .shop-sidebar .iksm-term .iksm-term__link {
    padding: 10px 3px 10px 10px;
  }

  .shop-sidebar .iksm:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: visibility .5s;
  }

  .shop-sidebar .iksm:hover:before {
    visibility: hidden;
  }

  .shop-sidebar .iksm-term .iksm-term__link {
    font-size: 12px;
  }

  .section-shop .product-item .product-propertie-line {
    display: none;
  }

  .woocommerce .section-shop .add-request-quote-button {
    font-weight: bold;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .section-shop .row.product-btn-container--small-btns .add-request-quote-button {
    margin-bottom: 8px !important;
  }

  .woocommerce .section-shop .add-request-quote-button:after {
    display: none;
  }

  .section-shop .product-item > .row {
    padding-bottom: 5px;
  }

  .products .products__text-content .shop-sidebar {
    margin-top: 50px;
  }
}


/* ===============================================================
  Admin bar
=============================================================== */

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

/* ===============================================================
  Mobile Navigation
=============================================================== */

.nav--mobile {
  display: none !important;
}

.mobile-bar {
  display: none;
}

@media(max-width: 767px) {
  body #header #navbar.collapsing,
  body #header #navbar.show,
  body #header #navbar.in {
    display: flex !important;
  }
  body #header #navbar {
    top: 0 !important;
    max-height: unset !important;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 100px;
  }

  body #header #navbar:before,
  body #header #navbar:after {
    display: none;
  }

  #mega-menu-wrap-primary {
    display: none !important;
  }

  .mobile-bar {
    display: block;
  }


  #navbar .nav--mobile {
    display: block !important;
    height: auto;
  }

  #navbar .nav--mobile > ul > li {
    background: #A51120 !important;
  }

  #navbar .nav--mobile ul li {
    border: none !important;
  }

  #navbar .nav--mobile ul li a {
    min-height: 40px;
    font-family: 'Roboto';
    color: #fff;
  }

  #navbar .nav--mobile > ul > li > a {
    padding: 0 30px 0 20px;
    font-size: 14px;
    line-height: 1.14;
  }

  #navbar .nav--mobile > ul > li > a br {
    display: none;
  }

  /*#header .nav--mobile .dropdown-menu > .active > a,
  #header .nav--mobile .dropdown-menu > .active > a:hover,
  #header .nav--mobile .dropdown-menu > .active > a:focus,
  #header .nav--mobile .dropdown-menu > li > a:hover,
  #header .nav--mobile .dropdown-menu > li > a:focus {
    background: #6A1219 !important;
  }*/

  #header .nav--mobile ul li.active > a {
    color: #fff;
  }

  body #header #navbar .nav--mobile .dropdown-menu.level-1 > .active a,
  body #header #navbar .nav--mobile .dropdown-menu.level-1 {
    background: #6A1219 !important;
    color: #fff;
  }

  body #header #navbar .nav--mobile .dropdown-menu.level-2 .active a,
  body #header #navbar .nav--mobile .dropdown-menu.level-2 > .menu-item > a {
    background: #000 !important;
  }
  
  body #header .nav--mobile .dropdown-menu > .active > a,
  #header .nav--mobile .dropdown-menu > li > a,
  #header .nav--mobile .dropdown-menu > .active > a:hover,
  #header .nav--mobile .dropdown-menu > .active > a:focus,
  #header.nav--mobile .dropdown-menu > li > a:hover,
  #header .nav--mobile .dropdown-menu > li > a:focus {
    border: none;
  }

  body .nav--mobile .dropdown-menu.level-2 > li > a {
    color: #fff !important;
  }

  .nav--mobile > ul > li:focus,
  .nav--mobile > ul > li.open,
  .nav--mobile > ul > li:hover {
    background: #A51120;
  }

  .nav--mobile .fa-angle-down:before {
    content: '\f0da';
    font-size: 15px;
  }

  #header nav.nav--mobile ul li.open .fa,
  #header nav.nav--mobile ul li.show .fa {
    transform: rotate(0);
  }

  #header nav.nav--mobile ul li.open > .fa,
  #header nav.nav--mobile ul li.show > .fa {
    transform: rotate(90deg) !important;
  }

  #navbar .mobile-bar .lang-nav-mobile ul {
    list-style: none;
    display: flex;
    margin: 20px;
    padding-left: 0 !important;
  }

  #navbar .mobile-bar .lang-nav-mobile li {
    margin-right: 40px;
    padding: 0 !important;
  }

  .mobile-bar .lang-nav-mobile li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }

  .mobile-bar .mobile-nav-box {
    padding: 12px 15px 10px;
    background: #6A1219;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    color: #fff;
  }

  .mobile-bar .mobile-nav-box .section__aside {
    margin-right: 20px;
  }

  .mobile-bar .mobile-nav-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.19;
  }

  .mobile-bar .mobile-nav-box img {
    max-width: 35px;
  }

  .mobile-bar .mobile-nav-box p + p {
    margin-top: 2px;
  }

  .mobile-bar .mobile-nav-box a {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
  }
}


/* ===============================================================
  Richtext Content
=============================================================== */

.richtext-content h2 {
  text-align: left;
  text-transform: none;
}

.richtext-content ul,
.richtext-content ol {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.19;
}

.richtext-content li {
  margin-bottom: 5px;
}

.richtext-content p {
  margin-bottom: 20px;
}

.richtext-content p:last-child {
  margin-bottom: 0;
}

/* ===============================================================
  Section Content Drop-down
=============================================================== */

.section-content-drop-down {
  padding: 70px 0;
  min-height: 600px;
  background: #F7F7F7;
}

.section-content-drop-down .section__main {
  display: flex;
  justify-content: space-between;
}

.section-content-drop-down .section__content {
  flex: 1;
  max-width: 610px;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.44;
}

.section-content-drop-down .section__title {
  margin-top: 0;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  padding: 5px;
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: #000;
  display: inline-block;
}

.section-content-drop-down .section__content p:last-child {
  margin-bottom: 0;
}

.section-content-drop-down .section__drop-down {
  flex: 1;
  flex-grow: 1;
  max-width: 505px;
  margin-left: 125px;
}

.section-content-drop-down .drop-down-label {
  font-size: 18px;
  line-height: 1.17;
  margin-bottom: 8px;
  font-weight: normal;
}

.section-content-drop-down .drop-down {
  padding: 10px 16px;
  background: #fff;
  border: none;
  font-size: 16px;
  line-height: 1.19;
  color: rgba( 0, 0, 0, .5 );
  height: unset;
  appearance: none;
}

.section-content-drop-down .drop-down-wrapper {
  position: relative;
}

.section-content-drop-down .drop-down-wrapper:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #969696 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-31%);
  pointer-events: none;
}

.section-content-drop-down .drop-down-button {
  margin-top: 8px;
  max-width: 100%;
  display: block;
  font-size: 18px;
  line-height: 1.17;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #A51120;
  padding: 9px 20px;
  text-align: center;
  transition: all .3s;
}

.section-content-drop-down .drop-down-button:hover {
  background: #7d1120;
  color: rgba( 255, 255, 255, .98 );
  border: 1px solid transparent;
}

.section-content-drop-down .drop-down-button img {
  margin-bottom: 2px;
  margin-left: 10px;
}

@media(max-width: 1024px) {
  .section-content-drop-down .section__main {
    display: block;
  }

  .section-content-drop-down .section__content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-content-drop-down .section__drop-down {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

@media(max-width: 767px) {
  .section-content-drop-down {
    padding-top: 20px;
  }

  .section-content-drop-down .section__main {
    margin-top: 35px;
  }

  .section-content-drop-down .section__title {
    font-size: 34px;
    margin-bottom: 35px;
    display: inline;
    line-height: 1.4;
    padding: 0;
  }

  .section-content-drop-down .section__content {
    margin-bottom: 25px;
  }

  .section-content-drop-down .drop-down-button {
    text-align: left;
  }

  .section-content-drop-down .drop-down-button:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }

  .section-content-drop-down .drop-down-button img {
    float: right;
    margin: 4px 0 0 0;
  }
}

/* ===============================================================
  Section Text Columns
=============================================================== */

.section-text-columns {
  background: #fff;
  margin: 65px 0;
  padding: 0;
}

.section-text-columns .section__title {
  font-family: 'Roboto';
  font-size: 34px;
  line-height: 1.18;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 0 5px;
  margin-top: 0;
  margin-bottom: 35px;
  display: inline-block;
}

.section-text-columns .section__subtitle {
  padding: 15px 0;
  margin: 0;
  font-size: 31px;
  line-height: 1.32;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.section-text-columns .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.section-text-columns .column {
  flex: 1 1 50%;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: normal;
  font-family: 'Roboto';
}

.section-text-columns .column h5 {
  font-size: 22px;
}

.section-text-columns .column__titles {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.section-text-columns .column__title {
  flex: 1 1 50%;
  padding: 0 10px;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  line-height: 1.04;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.012em;
}

.section-text-columns .column__title.column__title--mobile {
  display: none;
  padding: 0;
}

.section-text-columns .column p {
  margin-bottom: 20px;
}

.section-text-columns .column p:last-child {
  margin-bottom: 0;
}

@media(max-width: 767px) {
  .section-text-columns {
    margin: 40px 0;
  }

  .section-text-columns .section__title {
    font-size: 34px;
    margin-bottom: 35px;
    display: inline;
    line-height: 1.4;
    padding: 0;
  }


  .section-text-columns .section__subtitle {
    font-size: 25px;
    line-height: 1.25;
  }

  .section-text-columns .column__title {
    font-size: 20px;
    display: none;
  }

  .section-text-columns .column__title.column__title--mobile {
    display: block;
  }

  .section-text-columns .columns {
    margin-top: 35px;
  }

  .section-text-columns .section__subtitle + .columns {
    margin-top: 0;
  }

  .section-text-columns .column {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }

  .section-text-columns .column:last-child {
    margin-bottom: 0;
  }

  .section-text-columns .column strong {
    font-size: 20px;
  }
}

/* ===============================================================
  Section Boxes
=============================================================== */

.section-boxes {
  background: #F7F7F7;
  padding: 90px 0;
}

.section-boxes .boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -19px -10px;
}

.section-boxes .box {
  flex: 0 1 33.333%;
  padding: 19px 10px;
}

.section-boxes .box__content {
  position: relative;
  opacity: 1;
  transition: all .3s;
}

.section-boxes .box__content:hover{
  opacity: .85;
}

.section-boxes .box__content > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-boxes .section__title {
  background: #fff;
  padding: 15px 20px 30px;
}

.section-boxes .section__title h4 {
  font-size: 22px;
  line-height: 1.18;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.section-boxes .box__image {
  max-height: 300px;
  height: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 75%;
}

@media(max-width: 1024px) {
  .section-boxes .box {
    flex: 0 1 50%;
  }
}

@media(max-width: 767px) {
  .section-boxes .box {
    flex: 0 1 100%;
  }

  .section__title h4 {
    font-size: 18px;
  }
}

/* ===============================================================
  Section Contact
=============================================================== */

.section-contact {
  padding-bottom: 50px;
}

.section-contact .section__main {
  display: flex;
  justify-content: space-between;
}

.section-contact .section__contact {
  flex: 0 1 660px;
}


.section-contact .section__box {
  flex: 0 1 400px;
  margin-left: 50px;
  margin-top: 16px;
}

.section-contact .box {
  padding: 18px 20px 23px;
  background: #6A1219;
  color: #fff !important;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.4;
}

.section-contact .box .section__aside {
  flex: 0 1 auto;
  margin-right: 23px;
  margin-top: 5px;
}

.section-contact .box .section__aside img {
  width: 43px;
  height: 43px;
}

.section-contact .box .section__content {
  flex: 1 1 auto;
}

.section-contact .box h4 {
  color: #fff !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
  font-family: 'Roboto' !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
  font-weight: bold;
}

.section-contact .box p {
  margin-bottom: 10px;
  color: #fff !important;
  font-weight: 300;
  font-family: 'Roboto';
}

.section-contact .box .section__content p:last-child {
  margin-bottom: 0;
}

.section-contact .box .phone {
  margin-top: 30px;
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-family: 'Roboto';
}

@media(max-width: 1024px) {
  .section-contact .box .phone,
  .section-contact .box h4 {
    font-size: 22px !important;
  }

  .section-contact .box p {
    font-size: 16px !important;
  }
}

@media(max-width: 1024px) {
  .section-contact .section__main {
    display: block;
  }

  .section-contact .section__contact {
    margin-bottom: 30px;
  }

  .section-contact .section__box {
    margin: 30px 0 0 0;
  }
}

@media(max-width: 480px) {
  .section-contact .box .phone,
  .section-contact .box h4 {
    font-size: 20px !important;
  }

  .section-contact .box p {
    font-size: 14px !important;
  }
}

/* ===============================================================
  Section Breadcrumbs
=============================================================== */

.section-breadcrumbs {
  padding: 30px 0;
}

.section-breadcrumbs:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.section-breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0 !important;
  z-index: 10;
}

.section-breadcrumbs .breadcrumb a {
  background-color: #F7F7F7;
}

.section-breadcrumbs .breadcrumb a:after {
  background-image: url('./img/breadcrumb-arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

/* ===============================================================
  Section Content Icon
=============================================================== */

.section-content-icon {
  background: #F7F7F7;
  padding: 70px 0;
}

.section-content-icon .section__layout {
  display: flex;
  justify-content: flex-start;
}

.section-content-icon .section__content {
  flex: 0 1 610px;
  margin-right: 14%;
  font-family: 'Roboto';
  font-size: 25px;
  line-height: 1.28;
  color: #000;
  font-weight: bold;
}

.section-content-icon .section__title {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 23px;
  display: inline-block;
}

.section-content-icon .section__title span {
  background: #000;
  line-height: 1.4;
  padding: 0 5px;
}

.section-content-icon .section__icon img {
  max-height: 314px;
  width: auto;
  max-width: 100%;
}

@media(max-width: 1024px) {
  .section-content-icon .section__title span {
    padding: 0;
  }
}

@media(max-width: 767px) {
  .section-content-icon {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .section-content-icon .section__layout {
    display: block;
  }

  .section-content-icon .section__content {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-content-icon .section__icon {
    text-align: center;
  }
}

/* ===============================================================
  Section Box Steps
=============================================================== */

.section-box-steps {
  background: #F7F7F7;
  padding: 65px 0;
}

.section-box-steps + .section-box-steps {
  padding-top: 120px;
}

.section-box-steps .box-steps {
  background: #fff;
  border: 1px solid #DBDBDB;
  padding: 50px 22px;
}

.section-box-steps .section__icon {
  text-align: center;
  margin-top: -118px;
  margin-bottom: 20px;
}

.section-box-steps .section__icon img {
  max-height: 130px;
  width: auto;
}

.section-box-steps .section__title {
  margin-top: 0;
  margin-bottom: 70px;
  padding-bottom: 0;
  text-align: center;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.28;
  font-weight: bold;
}

.section-box-steps .steps {
  display: flex;
  margin: -25px -25px;
  flex-wrap: wrap;
}

.section-box-steps .step {
  flex: 0 1 33.333%;
  padding: 25px;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.44;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.section-box-steps .step p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.44;
}

.section-box-steps .step p:last-child {
  margin-bottom: 0;
}

.section-box-steps .step .step__aside {
  flex: 0 1 auto;
  margin-right: 13px;
}

.section-box-steps .step .step__aside span {
  font-size: 45px;
  font-weight: bold;
  color: #159A34;
  line-height: 0.71;
}

.section-box-steps .step .step__content {
  flex: 1 1 auto;
}

.section-box-steps .section__testimonial {
  padding-top: 50px;

}

.section-box-steps .steps + .section__testimonial {
  padding-top: 80px;
}

.section-box-steps .section__testimonial-head {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  align-items: center;
}

.section-box-steps .section__testimonial-head .section__aside {
  flex: 0 1 auto;
  margin-right: 15px;
}

.section-box-steps .section__testimonial-head .section__content {
  flex: 0 1 auto;
}

.section-box-steps .section__testimonial-head .section__content p,
.section-box-steps .section__testimonial-head .section__content h4 {
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: bold;
  margin: 0;
}

.section-box-steps .section__testimonial-head .section__content p {
  font-weight: normal;
}

.section-box-steps .section__testimonial-content {
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  color: #000;
  max-width: 820px;
  margin: 0 auto;
}

@media(max-width: 1024px) {
  .section-box-steps + .section-box-steps {
    padding-top: 100px;
  }


  .section-box-steps .step {
    flex: 0 1 50%;
  }

  .section-box-steps .steps + .section__testimonial {
    padding-top: 60px;
  }
}

@media(max-width: 767px) {
  .section-box-steps + .section-box-steps {
    padding-top: 75px;
  }

  .section-box-steps .section__title {
    margin-bottom: 40px;
  }

  .section-box-steps .box-steps {
    padding-bottom: 40px;
  }

  .section-box-steps .steps {
    margin: -15px -23px;
  }

  .section-box-steps .step {
    flex: 1 1 100%;
    padding: 15px 24px;
  }

  .section-box-steps .section__testimonial-content {
    text-align: left;
    padding-left: 6px;
  }
}

/* ===============================================================
  Form Solutions
=============================================================== */

.archive .form-solutions--alt {
  display: block !important;
  clear: both;
  border-top: none;
  margin-top: 0;
}

.archive .case-studies .form-solutions--alt + .case-display {
  margin-top: 60px;
}

.archive .case-studies .form-solutions--alt h2 {
  margin-bottom: 15px !important;
}

/* ===============================================================
  Section Image, Video
=============================================================== */

.section-image-video {
  margin: 65px 0;
}

.section-image-video .section__image {
  max-height: 522px;
  text-align: center;
}

.section-image-video .section__image img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

@media(max-width: 767px) {
  .section-image-video {
    margin: 40px 0;
  }
}

/* ===============================================================
  Section Counters
=============================================================== */

.section-counters {
  background: #000;
  color: #fff;
  font-family: 'Roboto';
  padding: 45px 0 80px 0;
}

.section-counters .section__title {
  margin-bottom: 65px;
  font-size: 34px;
  line-height: 1.18;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.section-counters .counters {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: -10px;
}

.section-counters .counter {
  flex: 0 1 33.333%;
  padding: 10px;
  text-align: center;
  max-width: 400px;
}

.section-counters .counter__number {
  margin-bottom: 20px;
  font-size: 62px;
  font-weight: bold;
  line-height: 1.18;
  text-transform: uppercase;
}

.section-counters .counter__title {
  margin: 0 0 8px 0;
  font-size: 22px;
  line-height: 1.18;
  text-align: center;
}

.section-counters .counter__text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.17;
  text-align: center;
}

@media(max-width: 1024px) {
  .section-counters .counters {
    margin: -40px -10px;
  }

  .section-counters .counter {
    flex: 0 1 50%;
    padding: 40px 10px;
  }
}

@media(max-width: 767px) {
  .section-counters .counters {
    margin: -45px -10px;
  }

  .section-counters .counter {
    flex: 0 1 100%;
    padding: 45px 10px;
  }
}
