.content-container {
  padding-bottom: 0; }

.overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; }

.section-top-title h2,
.section-top-title h1 {
  font-size: 43px;
  color: white;
  margin: 0;
  text-transform: uppercase; }

.select-filters {
  margin-bottom: 4vw; }

.products-container {
  margin: 4vw 8vw 0 8vw; }

.home_single_blog img {
  height: 250px; }

.page-title {
  text-transform: uppercase; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px;
  width: 100%;
  border-radius: 0;
  height: 37px;
  border-color: #dddddd; }

.input-container {
  position: relative;
  padding-right: 0; }
  .input-container form {
    margin: 0; }
  .input-container input {
    width: 100%;
    height: 37px;
    border: 1px solid #dddddd;
    padding-left: 7px; }
  .input-container i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-size: 16px;
    color: #e50345; }

label input {
  display: none; }

/* style the artificial checkbox */
label span {
  height: 12px;
  width: 12px;
  border: 1px solid black;
  display: inline-block;
  position: relative; }

/* style its checked state..with a ticked icon */
[type=checkbox]:checked + span:before {
  content: "\2713";
  position: absolute;
  color: black;
  font-size: 12px;
  top: -8px;
  left: 0; }

.categories-products {
  background-color: #f5f7fa;
  padding: 20px; }
  .categories-products .type-title {
    color: #a09c9c;
    font-weight: bold; }
  .categories-products .type-items {
    margin: 12px 0; }
    .categories-products .type-items .type-item {
      font-size: 11px; }
      .categories-products .type-items .type-item span.type-name {
        text-transform: uppercase;
        color: black;
        font-weight: bold;
        position: relative;
        top: -2px; }
    .categories-products .type-items .type-quantity {
      float: right;
      position: relative;
      top: -2px; }

.products-container .row.product-section .products-gallery .home_single_blog {
  margin-bottom: 30px;
  margin-top: 0;
  transition: box-shadow 0.3s ease-in-out; }
.products-container .row.product-section .products-gallery .home_single_blog:hover {
  -webkit-box-shadow: 0px 0px 14px -2px rgba(75, 89, 149, 0.8);
  box-shadow: 0px 0px 21px -2px rgba(75, 89, 149, 0.2); }
.products-container .row.product-section .products-gallery .home_blog_text {
  border: initial;
  text-align: left;
  padding: 20px;
  font-size: 14px; }
  .products-container .row.product-section .products-gallery .home_blog_text .title {
    color: #fe5a3e;
    font-weight: bold; }
  .products-container .row.product-section .products-gallery .home_blog_text .description {
    line-height: 1.5;
    color: grey; }

.pagination li {
  font-weight: bold; }
.pagination li.active {
  background-color: initial;
  color: #e50345; }
  .pagination li.active span {
    z-index: 3;
    color: #e50345;
    cursor: default;
    background-color: initial;
    border: none; }
  .pagination li.active span:hover {
    background-color: initial;
    color: #e50345; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  display: none; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #e50345;
  background-color: #eeeeee;
  border-color: #dddddd; }

.product-details .product-title {
  color: #fe5a3e;
  font-size: 18px;
  font-weight: bold; }
.product-details .product-description {
  line-height: 1.25;
  font-size: 14px; }
.product-details .dealer-details {
  font-size: 14px; }
  .product-details .dealer-details .dealer-title {
    text-transform: uppercase;
    padding: 50px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: black; }
  .product-details .dealer-details i {
    color: black;
    padding-right: 7px; }
.product-details .contact-buttons .button-contact {
  right: 0;
  position: relative;
  width: 200px;
  background-color: #e50345 !important;
  border-radius: 3px !important;
  margin: 50px 0 0;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  height: 36px;
  line-height: 1; }
  .product-details .contact-buttons .button-contact a {
    color: white;
    font-size: 16px;
    text-transform: uppercase; }
.product-details .contact-buttons .button-contact:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: white !important; }
.product-details img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain; }

.mobile-image-only {
  display: none; }

.desktop-image-only {
  display: block; }

.breadcrumb .active {
  color: #e50345 !important; }

.search-container.mobile-only {
  display: none; }

.select-filters {
  display: block; }

.mobile-filters {
  display: none; }

.desktop-filters {
  display: block; }

.mobile-contact-buttons {
  display: none; }

.contact-buttons.desktop-only {
  display: block; }

@media(max-width: 767px) {
  .mobile-filters {
    position: sticky;
    width: 100%;
    top: 70px;
    z-index: 999;
    background-color: white; }

  .home_single_blog img {
    height: 150px; }

  .select-filters div {
    padding: 0; }
    .select-filters div:first-child {
      margin-bottom: 4vw; }

  .mobile-image-only {
    display: block;
    margin-top: 25px; }

  .product-details img {
    width: 100%;
    height: 150px;
    max-height: 400px;
    object-fit: cover; }

  .desktop-image-only {
    display: none; }

  .products-gallery {
    margin-top: 4vw; }

  .products-container .row.product-section .products-gallery .home_blog_text {
    padding: 5px; }

  .product-details .product-description {
    margin-top: 15px; }

  .product-details .dealer-details .dealer-title {
    padding-top: 25px; }

  .products-gallery .section-padding {
    padding-bottom: 30px; }

  .product-details, .product-details .container {
    padding: 0; }

  .product-details .product-title {
    padding: 30px 10px 0;
    font-size: 14px;
    line-height: 1.5; }
  .product-details .product-description {
    padding: 0 10px;
    font-size: 9px;
    line-height: 1;
    margin-top: 0; }

  .section-top-title h2,
  .section-top-title h1 {
    font-size: 26px;
    padding-bottom: 30px; }

  .dealer-details {
    padding: 0 12px;
    font-size: 12px !important; }
    .dealer-details .dealer-title {
      font-size: 15px !important; }

  .related-product {
    padding: 0 5px; }
    .related-product .title, .related-product .description {
      font-size: xx-small;
      line-height: 1.5; }
    .related-product img {
      height: 100px; }
    .related-product .home_blog_text {
      padding: 0 !important; }

  .product-item {
    padding: 0 5px; }
    .product-item .title, .product-item .description {
      font-size: xx-small;
      line-height: 1.5;
      padding: 0 7px; }
    .product-item .home_blog_text {
      padding: 0 !important; }

  .related-product:nth-child(2), .related-product:last-child {
    display: none; }

  .search-container.mobile-only {
    display: block; }
    .search-container.mobile-only .home_banner_selectors {
      margin: 0; }

  .select-filters {
    display: none; }

  .section-top .section-top-title {
    padding-bottom: 115px;
    padding-top: 110px; }

  .desktop-filters {
    display: none; }

  .mobile-filters {
    display: block;
    width: 100%;
    margin: 0; }
    .mobile-filters .mobile-filter-column {
      text-align: center;
      padding: 20px;
      font-weight: bold; }
      .mobile-filters .mobile-filter-column .profiles-dropdown-mobile {
        padding: 10px; }
        .mobile-filters .mobile-filter-column .profiles-dropdown-mobile .type-item {
          font-weight: normal;
          text-align: left; }
          .mobile-filters .mobile-filter-column .profiles-dropdown-mobile .type-item label span {
            border-color: #777777; }
          .mobile-filters .mobile-filter-column .profiles-dropdown-mobile .type-item .type-name {
            color: black;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            padding: 0 6px;
            position: relative;
            top: -1px; }
          .mobile-filters .mobile-filter-column .profiles-dropdown-mobile .type-item .type-quantity {
            float: right;
            font-size: 11px;
            color: #777777; }
    .mobile-filters #profiles-mobile {
      display: none; }
    .mobile-filters #profiles-mobile.selected {
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      background-color: white;
      width: 100%;
      z-index: 99;
      -webkit-box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.65);
      -moz-box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.65);
      box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.65); }
      .mobile-filters #profiles-mobile.selected .column-title {
        text-align: center;
        padding: 10px;
        color: #e50345; }
      .mobile-filters #profiles-mobile.selected .buttons-profiles {
        display: inline-flex;
        width: 100%; }
        .mobile-filters #profiles-mobile.selected .buttons-profiles div {
          width: 50%;
          font-weight: 100;
          text-transform: uppercase;
          cursor: pointer; }
        .mobile-filters #profiles-mobile.selected .buttons-profiles div:first-child {
          color: green; }
    .mobile-filters #batches-mobile {
      display: none; }
    .mobile-filters #batches-mobile.selected {
      display: block;
      position: absolute;
      top: 0;
      right: 15px;
      background-color: white;
      width: 100%;
      z-index: 99;
      -webkit-box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.65);
      -moz-box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.65);
      box-shadow: 0px 0px 41px -15px rgba(0, 0, 0, 0.65); }
      .mobile-filters #batches-mobile.selected .column-title {
        text-align: center;
        padding: 10px;
        color: #e50345; }
      .mobile-filters #batches-mobile.selected .buttons-profiles {
        display: inline-flex;
        width: 100%; }
        .mobile-filters #batches-mobile.selected .buttons-profiles div {
          width: 50%;
          font-weight: 100;
          text-transform: uppercase;
          cursor: pointer; }
        .mobile-filters #batches-mobile.selected .buttons-profiles div:first-child {
          color: green; }

  .mobile-contact-buttons {
    display: inline-flex;
    margin-left: -8vw;
    width: calc(100% + 16vw);
    position: sticky;
    top: 20px;
    z-index: 999;
    background-color: white; }
    .mobile-contact-buttons #btn-instant-message, .mobile-contact-buttons #btn-direct-call {
      padding: 18px 0 !important;
      height: 50px !important;
      width: 50% !important;
      border-radius: 0 !important;
      cursor: pointer !important; }
      .mobile-contact-buttons #btn-instant-message a, .mobile-contact-buttons #btn-direct-call a {
        font-size: 13px !important; }
    .mobile-contact-buttons #btn-instant-message {
      background-color: #a09e9e !important; }

  .contact-buttons .button-contact {
    right: 0;
    position: relative;
    width: 200px;
    background-color: #e50345 !important;
    border-radius: 3px !important;
    margin: 50px 0 0;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    height: 36px;
    line-height: 1; }
    .contact-buttons .button-contact a {
      color: white;
      font-size: 16px;
      text-transform: uppercase; }
  .contact-buttons .button-contact:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white !important; }

  .contact-buttons.desktop-only {
    display: none;
    height: 0; } }

.owl-dots {
  display: none; }
