@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -.01em;
  font-display: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 16px;
  min-height: 100%;
  position: relative; }

body {
  font-family: "Open Sans", sans-serif;
  color: #383431;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 100%;
  position: relative; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

strong {
  font-weight: 700; }

img {
  vertical-align: middle;
  max-width: 100%; }

label {
  cursor: pointer; }

input {
  color: #383431;
  font-size: 16px;
  font-weight: 400; }

input.button {
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  padding: 7px 25px 5px;
  border: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "Open Sans", sans-serif;
  background-color: #7bbd14;
  font-size: 1.125rem; }

input.button:hover, button:hover {
  background-color: #639810; }

td {
  font-size: inherit; }

::-webkit-input-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::before, ::after {
  font-family: fontello; }

ul, ol {
  margin: 0; }

.hidden {
  display: none; }

@media all and (max-width: 992px) {
  .md-hide {
    display: none; } }

.ask {
  clear: both;
  width: 100%;
  padding: 0; }

.ask a {
  text-decoration: underline; }

.ask p {
  font-size: .875rem; }

.ask ul {
  list-style-type: disc; }

.ask__header {
  background-color: #7bbd14;
  color: #fff;
  font-size: 1rem;
  padding: 6px 10px 4px; }

@media all and (max-width: 800px) {
  .ask {
    padding-left: 15px;
    padding-right: 15px; } }

.ask .block-1 {
  float: left;
  width: 100%;
  padding-top: 27px; }

@media all and (max-width: 800px) {
  .ask .block-1 {
    width: 100%; } }

.ask .block-2 {
  float: right;
  width: 100%; }

@media all and (max-width: 800px) {
  .ask .block-2 {
    width: 100%; } }

.ask .row {
  padding-top: 5px;
  padding-bottom: 4px;
  margin: 0; }

.ask .row label {
  font-weight: 300;
  display: block;
  float: left;
  width: 40%;
  padding-right: 5%;
  padding-top: 7px; }

@media all and (max-width: 560px) {
  .ask .row label {
    width: 100%; } }

.ask .text {
  background-color: #F8F8F8;
  border: 1px solid #D7D7D7;
  width: 55%; }

@media all and (max-width: 560px) {
  .ask .text {
    width: 100%; } }

.ask .clear {
  clear: both; }

.ask .clear:after {
  content: '';
  display: table;
  clear: both; }

.ask textarea {
  background-color: #F8F8F8;
  border: 1px solid #D7D7D7;
  width: 100%;
  margin-top: 17px;
  height: 126px; }

.ask input.button {
  float: right;
  padding-left: 40px;
  padding-right: 40px; }

/**************************/
.bgGray {
  background-color: #ececec; }

.flex__toRight {
  justify-content: flex-end; }

.wrapper {
  box-sizing: content-box;
  -moz-box-sizing: content-box; }
  @media all and (max-width: 768px) {
    .wrapper {
      overflow: hidden; } }
  @media all and (min-width: 992px) {
    .wrapper {
      max-width: 992px;
      margin: auto; } }
  @media all and (min-width: 1240px) {
    .wrapper {
      max-width: 1240px;
      margin: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media all and (min-width: 1414px) {
    .wrapper {
      max-width: 1414px;
      padding-left: 15px;
      padding-right: 15px; } }

.layout-2__sidebar {
  display: none; }

@media all and (min-width: 1240px) {
  .layout-2 {
    display: flex;
    justify-content: space-between; }
    .layout-2__sidebar {
      flex: 0 0 16%;
      display: block; }
    .layout-2__content {
      flex: 0 0 80.5%; } }

body.search-open {
  height: 100%;
  overflow: hidden; }

body.menu-open {
  height: 100%;
  overflow: hidden; }

@media all and (min-width: 1240px) {
  .sticky-box {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000; } }

.mtop {
  background-color: #ececec;
  font-size: .875rem; }
  .mtop__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .mtop__menu {
    display: none; }
  @media all and (min-width: 992px) {
    .mtop__grid {
      justify-content: space-between; }
    .mtop__menu {
      display: block; }
      .mtop__menu li {
        float: left; }
      .mtop__menu a {
        display: block;
        padding: 10px 0;
        margin-left: 20px; } }

.mheader__grid {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.mheader__logo {
  padding: 6px 10px; }
  .mheader__logo a img {
    width: 140px; }

.mheader__search {
  position: relative; }

.mheader__panels {
  display: flex;
  align-items: center; }

@media all and (min-width: 992px) {
  .mheader__logo {
    padding: 0; }
    .mheader__logo a {
      display: block;
      padding: 18px 0;
      background: none;
      width: auto;
      height: auto; }
      .mheader__logo a img {
        display: inline-block;
        width: auto; }
  .mheader__search {
    display: block;
    flex: 0 0 30%; }
    .mheader__search .js-close-search {
      display: none; } }

.mobile-account {
  display: inline-block;
  margin-right: 12px; }
  .mobile-account a {
    width: 30px;
    text-align: center;
    padding: 14px 0;
    display: inline-block; }
  @media all and (min-width: 1240px) {
    .mobile-account {
      display: none; } }

@media all and (max-width: 992px) {
  .mheader__search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #383431;
    z-index: 999;
    padding-top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all 120ms ease-in-out; }
    .mheader__search .js-close-search {
      display: flex;
      align-items: center;
      justify-content: center;
      float: right;
      width: 40px;
      height: 40px;
      z-index: 90;
      position: absolute;
      top: 10px;
      right: 10px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.1); }
      .mheader__search .js-close-search img {
        width: 20px; }
  .search-open .mheader__search {
    visibility: visible;
    opacity: 1; } }

@media all and (max-width: 992px) {
  .msearch {
    position: absolute;
    top: 100px;
    left: 10%;
    right: 10%;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #7bbd14; }
    .msearch input {
      border: 0;
      font-size: .875rem;
      height: 40px;
      padding: 2px 0 0 13px;
      background-color: rgba(0, 0, 0, 0);
      width: 90%; }
    .msearch button {
      border: 0;
      background-color: #7bbd14;
      position: absolute;
      right: 0;
      width: 50px;
      height: 100%;
      z-index: 999;
      cursor: pointer;
      transition: all 130ms ease-in-out; }
      .msearch button em {
        width: 50px;
        height: 100%;
        position: absolute;
        background: url(../img/ico-str-white.svg) center center no-repeat;
        top: 0;
        left: 0;
        transition: all 130ms ease-in-out; }
      .msearch button:hover {
        background-color: #669d11; }
        .msearch button:hover em {
          background: url(../img/ico-str-white.svg) 24px center no-repeat; } }

@media all and (min-width: 992px) {
  .msearch {
    display: block;
    border: 1px solid #7bbd14;
    border-radius: 8px;
    overflow: hidden;
    background: url(../img/ico-search-dark.svg) 16px center no-repeat;
    position: relative; }
    .msearch input {
      border: 0;
      font-size: .8125rem;
      height: 40px;
      padding: 2px 0 0 43px;
      background-color: rgba(0, 0, 0, 0);
      width: 90%; }
    .msearch button {
      border: 0;
      background-color: #7bbd14;
      position: absolute;
      right: 0;
      width: 50px;
      height: 100%;
      z-index: 999;
      cursor: pointer;
      transition: all 130ms ease-in-out; }
      .msearch button em {
        width: 50px;
        height: 100%;
        position: absolute;
        background: url(../img/ico-str-white.svg) center center no-repeat;
        top: 0;
        left: 0;
        transition: all 130ms ease-in-out; }
      .msearch button:hover {
        background-color: #669d11; }
        .msearch button:hover em {
          background: url(../img/ico-str-white.svg) 24px center no-repeat; } }

.mlogin {
  display: none; }
  @media all and (min-width: 992px) {
    .mlogin {
      display: block;
      font-size: .9375rem;
      white-space: nowrap;
      padding-right: 60px; } }

.mcart {
  font-size: .9375rem;
  white-space: nowrap;
  font-weight: 600; }
  .mcart a {
    display: block;
    background: url(../img/ico-cart.png) left center no-repeat;
    background-size: auto 20px;
    padding-left: 32px;
    position: relative;
    min-height: 24px;
    min-width: 44px; }
  .mcart__name {
    display: none; }
  .mcart__amount {
    display: none; }
  .mcart__qty {
    background-color: #dc0500;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-size: .6875rem;
    display: block;
    text-align: center;
    position: absolute;
    border-radius: 20px;
    left: 12px;
    top: -6px; }
  @media all and (min-width: 992px) {
    .mcart__name {
      text-transform: uppercase; }
    .mcart__amount {
      display: inline-block; } }

@media all and (max-width: 992px) {
  .mnav {
    position: absolute;
    top: 0;
    height: auto;
    width: 360px;
    background-color: #383431;
    z-index: 999;
    padding-top: 50px;
    left: -100%;
    transition: all 10ms ease-in-out;
    overflow: scroll; }
    .mnav .js-close-menu {
      display: block;
      float: right;
      width: 40px;
      height: 40px;
      z-index: 90;
      position: absolute;
      top: 10px;
      right: 10px;
      text-align: center; }
      .mnav .js-close-menu img {
        width: 20px; }
    .mnav .mcategories {
      color: #fff; }
      .mnav .mcategories__top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        padding: 4px 0 4px 0; }
        .mnav .mcategories__top > a {
          padding-left: 18px; }
        .mnav .mcategories__top .s15 > span > a {
          padding-left: 18px;
          display: block;
          font-size: .9375rem; }
        .mnav .mcategories__top .s15 ul {
          padding-left: 0; }
        .mnav .mcategories__top .s30 > span > a {
          padding-left: 18px;
          display: block;
          font-size: .875rem; }
        .mnav .mcategories__top .s30 ul {
          padding-left: 0; }
        .mnav .mcategories__top .s45 > span > a {
          padding-left: 36px;
          display: block;
          font-size: .875rem; }
      .mnav .mcategories li {
        position: relative; }
      .mnav .mcategories__link {
        display: inline-block;
        padding: 6px 0 6px 0;
        font-size: 1.0625rem; }
      .mnav .mcategories a {
        padding-right: 50px; }
      .mnav .mcategories__sub ul {
        display: none; }
      .mnav .mcategories .opened {
        background-color: rgba(255, 255, 255, 0.15); }
      .mnav .mcategories .sub-trig {
        position: absolute;
        display: block;
        width: 46px;
        height: 40px;
        background: url(../img/mob-menu-str.svg) center center no-repeat;
        background-size: auto 8px;
        top: 1px;
        right: 5px; }
        .mnav .mcategories .sub-trig::before {
          display: none !important; }
      .mnav .mcategories .s30 .sub-trig {
        height: 26px; }
      .mnav .mcategories .s15 {
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .mnav .mcategories .s15 > ul {
          padding: 12px 0 0 0; }
          .mnav .mcategories .s15 > ul a {
            margin-bottom: 2px;
            display: block; }
          .mnav .mcategories .s15 > ul span > a::before {
            content: '- ';
            display: inline-block;
            margin-right: 4px; }
      .mnav .mcategories .opened > .mcategories__sub > .sub-trig {
        transform: rotate(180deg); }
      .mnav .mcategories .opened > .sub-trig {
        transform: rotate(180deg); }
      .mnav .mcategories__top:last-of-type .s15 {
        padding-left: 18px; } }

@media all and (max-width: 768px) {
  .mnav {
    width: 100%; } }

@media all and (min-width: 992px) {
  .mnav {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: block; }
    .mnav .js-close-menu {
      display: none; }
    .mnav .mcategories {
      display: table;
      width: 100%;
      position: relative; }
      .mnav .mcategories__top {
        display: table-cell;
        text-align: center;
        border-left: 1px solid #ececec; }
        .mnav .mcategories__top:hover {
          background-color: #ececec; }
        .mnav .mcategories__top:first-of-type {
          border-color: #fff; }
      .mnav .mcategories__link {
        display: inline-block;
        padding: 13px 0 11px;
        text-transform: uppercase;
        font-size: .875rem;
        font-weight: 600; }
      .mnav .mcategories__top .mcategories__sub {
        opacity: 0;
        visibility: hidden;
        transition: all 120ms ease-in-out; }
      .mnav .mcategories__top:hover .mcategories__sub {
        opacity: 1;
        visibility: visible; }
      .mnav .mcategories__top:nth-of-type(7):hover .mcategories__sub {
        opacity: 0;
        visibility: hidden; }
      .mnav .mcategories__top .mcategories__sub {
        position: absolute;
        z-index: 999;
        top: 46px;
        left: 0;
        right: 0;
        background-color: #ececec;
        text-align: left;
        padding: 20px;
        font-size: .875rem; }
        .mnav .mcategories__top .mcategories__sub > ul {
          column-count: 4;
          column-gap: 50px; }
        .mnav .mcategories__top .mcategories__sub .s15 {
          -webkit-column-break-inside: avoid;
          column-break-inside: avoid;
          page-break-inside: avoid; }
          .mnav .mcategories__top .mcategories__sub .s15 ul {
            -webkit-column-break-inside: avoid;
            column-break-inside: avoid;
            page-break-inside: avoid;
            margin-bottom: 10px; }
        .mnav .mcategories__top .mcategories__sub .s30 {
          -webkit-column-break-inside: avoid;
          column-break-inside: avoid;
          page-break-inside: avoid; }
          .mnav .mcategories__top .mcategories__sub .s30 ul {
            -webkit-column-break-inside: avoid;
            column-break-inside: avoid;
            page-break-inside: avoid;
            padding-left: 3px;
            padding-top: 8px; }
        .mnav .mcategories__top .mcategories__sub .s15 > span {
          font-weight: 600;
          text-transform: uppercase; }
        .mnav .mcategories__top .mcategories__sub .s45 span a:before {
          content: ' - ';
          display: inline-block;
          margin-right: 6px; }
      .mnav .mcategories__top:nth-of-type(8) .mcategories__sub > ul {
        column-count: 7;
        column-gap: 40px; } }

.menu-open .mnav {
  left: 0;
  transition: all 140ms ease-in-out; }

.mob-menu {
  margin-left: auto;
  margin-right: 10px; }
  .mob-menu a {
    display: inline-block;
    width: 48px;
    text-align: center;
    padding: 14px 0; }
  .mob-menu img {
    width: 16px; }
  @media all and (min-width: 992px) {
    .mob-menu {
      display: none; } }

.mfeatures {
  background-color: #7bbd14;
  color: #fff;
  font-size: .75rem; }
  .mfeatures ul li {
    display: block;
    margin: 3px 10px 2px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase; }
  @media all and (min-width: 992px) {
    .mfeatures ul {
      display: flex;
      justify-content: center; }
      .mfeatures ul li {
        display: block;
        margin: 6px 6% 5px;
        white-space: nowrap;
        text-align: center;
        text-transform: uppercase; } }

.mbaners {
  padding: 0; }
  .mbaners__slider {
    display: flex;
    justify-content: space-between; }
  .mbaners .slick-dots {
    text-align: center;
    padding-top: 10px; }
    .mbaners .slick-dots li {
      display: inline-block;
      overflow: hidden;
      transition: all 150ms ease-in-out;
      margin: 0 2px; }
      .mbaners .slick-dots li button {
        border: 0;
        cursor: pointer;
        border: 0;
        text-indent: 200px;
        width: 24px;
        height: 24px;
        background-color: #ececec; }
    .mbaners .slick-dots li.slick-active button {
      background-color: #7bbd14;
      width: 56px; }
  @media all and (max-width: 992px) {
    .mbaners__ext a {
      float: left;
      width: 50%;
      display: block; } }
  @media all and (max-width: 768px) {
    .mbaners {
      min-height: 306px; } }
  @media all and (min-width: 992px) {
    .mbaners {
      padding: 30px 0; }
      .mbaners:after {
        content: '';
        display: table;
        clear: both; }
      .mbaners__grid {
        display: flex;
        justify-content: space-between; }
      .mbaners__slider {
        flex: 0 0 65.5%;
        display: flex;
        justify-content: space-between; }
      .mbaners__ext {
        flex: 0 0 32.5%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-end;
        float: right; }
        .mbaners__ext a {
          display: block; } }
  @media all and (min-width: 1414px) {
    .mbaners__slider {
      flex: 0 0 66%; }
    .mbaners__ext {
      flex: 0 0 31.5%; }
      .mbaners__ext a:first-of-type {
        margin-bottom: 35px; } }

.mhome {
  border-top: 1px solid #7bbd14;
  border-bottom: 1px solid #7bbd14;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 22px 15px 19px;
  margin-bottom: 40px; }

.breadcrumbs a:not(:first-of-type)::before {
  content: ' » ';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 7px; }

@media all and (max-width: 992px) {
  .breadcrumbs {
    border-bottom: 2px solid #7bbd14; }
    .breadcrumbs > * {
      display: none; } }

@media all and (min-width: 992px) {
  .breadcrumbs {
    padding: 10px 0; }
    .breadcrumbs__grid a {
      display: inline-block;
      margin-right: 5px;
      font-size: .875rem;
      color: rgba(0, 0, 0, 0.7); } }

.layout2 {
  padding-top: 20px; }
  .layout2__grid:after {
    content: '';
    display: table;
    clear: both; }
  @media all and (min-width: 992px) {
    .layout2__sidebar {
      width: 246px;
      float: left;
      display: block; }
    .layout2__content {
      width: calc(100% - 286px);
      float: right; } }

.product-page {
  font-size: .9375rem; }
  .product-page__d {
    clear: both;
    width: 100%; }
    .product-page__d:after {
      content: '';
      display: table;
      clear: both; }
  .product-page__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.75rem; }
  .product-page__infos {
    margin-bottom: 10px; }
    .product-page__infos li {
      display: inline-block;
      position: relative; }
      .product-page__infos li a {
        text-decoration: underline; }
  .product-page__gallery {
    text-align: center; }
    .product-page__gallery img {
      width: 54px;
      margin: 6px 4px; }
  .product-page__card {
    border-bottom: 1px solid #ececec;
    padding-bottom: 18px;
    margin-bottom: 20px; }
    .product-page__card img {
      margin-right: 6px; }
    .product-page__card a {
      text-decoration: underline; }
  @media all and (max-width: 992px) {
    .product-page__a {
      padding-left: 15px;
      padding-right: 15px; }
    .product-page__c {
      padding-left: 15px;
      padding-right: 15px; }
    .product-page__d {
      padding-left: 15px;
      padding-right: 15px; }
      .product-page__d:after {
        content: '';
        display: table;
        clear: both; } }
  @media all and (min-width: 992px) {
    .product-page__a {
      float: right;
      width: 60%; }
    .product-page__b {
      float: left;
      width: 40%; }
    .product-page__c {
      float: right;
      width: 60%; }
    .product-page__d {
      clear: both;
      width: 100%; }
      .product-page__d:after {
        content: '';
        display: table;
        clear: both; }
    .product-page__title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 16px;
      line-height: 1.75rem; }
    .product-page__infos {
      margin-bottom: 10px; }
      .product-page__infos li {
        display: inline-block;
        margin-right: 24px; }
        .product-page__infos li a {
          text-decoration: underline; }
    .product-page__photo {
      padding-right: 20px; }
    .product-page__gallery {
      text-align: center; }
      .product-page__gallery img {
        width: 54px;
        margin: 6px 4px; } }

.code-tip {
  background: #fff;
  border: 2px solid #ececec;
  padding: 15px;
  font-size: .8125rem;
  width: 100%;
  line-height: 1.125rem; }
  .code-tip p:not(:last-of-type) {
    margin-bottom: 10px; }
  @media all and (min-width: 992px) {
    .code-tip {
      position: absolute;
      bottom: 30px;
      right: 100px;
      -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      transition: opacity 160ms ease-in-out;
      width: 500px; } }

.js-code-tip {
  display: inline-block;
  padding: 2px 3px;
  cursor: help; }
  .js-code-tip img {
    position: relative;
    top: -1px; }

@media all and (min-width: 992px) {
  .js-code-tip:hover ~ .code-tip {
    opacity: 1;
    visibility: visible; } }

.sidecats .mcategories {
  display: none; }

@media all and (max-width: 992px) {
  .sidecats {
    padding: 0 10px; } }

@media all and (min-width: 992px) {
  .sidecats {
    display: block; }
    .sidecats .mcategories {
      display: block; }
    .sidecats.ext .mcategories__top {
      display: block;
      background: #ececec;
      border-bottom: 1px solid #fff; }
    .sidecats.ext .mcategories__link {
      display: block;
      padding: 12px 22px;
      font-size: .9375rem;
      font-weight: 400;
      color: #383431; }
    .sidecats.ext .mcategories__sub {
      display: none; } }

.filters {
  margin-bottom: 20px;
  font-size: .9375rem; }
  .filters__header {
    font-size: 1.125rem;
    font-weight: 600;
    background: url(../img/ico-str-2.svg) left center no-repeat;
    padding-left: 14px;
    cursor: pointer; }
  .filters__single {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    padding-bottom: 10px; }
  .filters__name {
    font-weight: bold;
    margin-bottom: 8px; }
  .filters__val {
    padding: 1px 0; }
    .filters__val label:hover span {
      text-decoration: underline; }
  .filters__range input {
    width: 44%;
    font-size: .9375rem; }
  .filters__submit button {
    background-color: #e20000;
    color: #fff;
    border: 0;
    padding: 5px 15px 4px;
    cursor: pointer;
    font-weight: bold; }
    .filters__submit button:hover {
      background-color: #c90000; }
  @media all and (max-width: 992px) {
    .filters__slide {
      display: none; } }
  @media all and (min-width: 992px) {
    .filters__header {
      display: none; } }

form:after {
  content: '';
  display: table;
  clear: both; }

@media all and (max-width: 992px) {
  .opineo-side-slider-widget {
    display: none !important; } }
