@charset "UTF-8";
/* structure start */
body {
  font-family: urw-din, sans-serif !important;
  background-color: #ffffff;
  color: #000000 !important; }

html {
  background-color: #ffffff; }

#main {
  overflow: hidden; }

p {
  color: #868585;
  font-weight: 300; }

/* structure end */
/* header start */
.navbar-fixed-top {
  margin-top: 30px; }
  @media (max-width: 1200px) {
    .navbar-fixed-top {
      margin-top: 50px; } }

.navbar-brand {
  height: 80px !important;
  padding: 10px 10px; }

.navbar-fixed-top.scroll {
  height: 80px !important; }
  .navbar-fixed-top.scroll img.scroll-image {
    display: block; }
  .navbar-fixed-top.scroll img.fixed-image {
    display: none; }

.scroll .desktop_nav {
  padding: 10px 10px; }
.scroll ul.desktop_nav ul {
  padding-top: 20px; }

.navbar-fixed-top.top img.scroll-image {
  display: none; }
.navbar-fixed-top.top img.fixed-image {
  display: block; }

.top ul.desktop_nav ul {
  padding-top: 40px; }

ul.desktop_nav a {
  text-decoration: none; }
ul.desktop_nav li:hover > ul {
  display: block; }
ul.desktop_nav ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  list-style: none; }
  ul.desktop_nav ul > li.menu-item-has-children > a:after {
    color: #fff;
    content: '►';
    vertical-align: 1px;
    padding-left: 10px;
    font-size: 0.8em; }
  ul.desktop_nav ul > li > a {
    border: solid 1px #b4b4b4;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ddd;
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #000000; }
    ul.desktop_nav ul > li > a:hover {
      color: #ffffff;
      background-color: #000000; }
  ul.desktop_nav ul > li.current_page_item > a {
    color: #ffffff;
    background-color: #000000; }
  ul.desktop_nav ul ul {
    left: 185px;
    top: 0px; }
ul.desktop_nav > li.menu-item-has-children > a:after {
  color: #fff;
  content: '▼';
  vertical-align: 1px;
  padding-left: 10px;
  font-size: 0.8em; }

.mobile-navbar .sub-menu {
  display: none; }

.search-form {
  cursor: pointer; }

.nav-form-content {
  position: absolute;
  top: -16px;
  right: 30px;
  z-index: 1100;
  width: 0px;
  overflow: hidden;
  transition: 500ms;
  height: 62px; }
  .nav-form-content .searchform .sf-searchsubmit {
    width: 35px;
    height: 32px;
    top: 0px;
    left: 0px;
    border: none; }
  .nav-form-content .searchform .sf-s {
    width: 310px;
    background: #ffffff;
    border: 1px #e8e8e8 solid;
    padding: 5px 5px 5px 5px;
    margin-left: 35px; }

.show {
  display: block !important; }

.nav-form-content.show {
  width: 347px; }
  .nav-form-content.show .sf-s {
    width: 100%; }

.searchform .sf-searchsubmit {
  margin-top: 12px !important;
  outline: 0;
  border: 1px solid #6ab33d;
  background-color: #6ab33d;
  position: absolute;
  width: 37px;
  height: 37px;
  right: 0px;
  top: -1px;
  background-image: url("/wp-content/themes/weka/img/search_icon.png");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 500ms; }

/* header end */
/* footer start */
#scrollBtn {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  font-size: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#scrollBtn:hover {
  background-color: #555; }

#bottom-bar {
  background-color: #373435; }
  #bottom-bar .summary {
    padding: 15px 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid #ffffff; }
  #bottom-bar a {
    color: #ffffff; }
    #bottom-bar a:hover {
      text-decoration: none;
      color: #dc363c; }

#footer {
  padding: 50px 0 42px; }
  #footer p,
  #footer a {
    font-weight: 200;
    line-height: 25px;
    margin-bottom: 0; }
  #footer a {
    color: #ffffff; }
    #footer a:hover {
      color: #dc363c;
      text-decoration: none; }
  #footer .content {
    margin-top: 40px; }
    @media (max-width: 991px) {
      #footer .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 3em; }
        #footer .content ul {
          text-align: center; }
        #footer .content p {
          text-align: center;
          width: 100%; } }
  #footer .logo {
    width: 220px;
    height: auto;
    margin-bottom: 32px; }
  #footer h4,
  #footer h5,
  #footer h6 {
    font-weight: 700;
    color: #dc363c; }
  #footer .social {
    margin-top: 32px; }
    #footer .social--icons img {
      width: 27px;
      height: auto;
      margin-right: 5px; }
  #footer .contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    #footer .contact .icon {
      width: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px; }
      #footer .contact .icon img {
        width: 50%;
        height: auto; }

#menu-footer-menu {
  list-style: none;
  padding-left: 0; }
  #menu-footer-menu li {
    text-transform: uppercase;
    font-size: 12px; }

/* footer end */
/* 404 start */
h1.nf_h1 {
  color: #000000; }

p.nf_paragraph {
  color: #000000; }

h2.nf_h2 {
  color: #000000; }

div.nf_main {
  text-align: center; }

/* 404 end */
/* search start */
.searchform input[type=text] {
  border: #0064b2 solid 2px;
  padding: 10px 5px;
  min-width: 250px; }
.searchform input[type=submit] {
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 5px 1px; }

/* search end */
/* mobile start */
.mobile {
  display: none; }

.desktop {
  display: block; }

@media only screen and (max-width: 480px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; } }
@media only screen and (max-width: 991px) {
  .mobile {
    display: block; }

  .desktop {
    display: none; } }
/* mobile end */
.entry-content .alignwide {
  margin-left: -80px !important;
  margin-right: -80px !important; }

.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw; }

.alignfull img {
  width: 100vw !important; }

h1,
h2,
h3,
h4 {
  font-weight: 700 !important; }

p {
  color: #000000; }

.main-heading {
  color: #dc363c; }
  .main-heading__center {
    text-align: center; }

.margin--none {
  margin: 0; }

.emphasis-text {
  font-weight: 600; }
  .emphasis-text--center {
    text-align: center; }
  .emphasis-text--primary-color {
    color: #dc363c; }
  .emphasis-text--spacing {
    line-height: 25px; }

.hesperiden .tp-bullet {
  width: 50px !important;
  height: 3px !important;
  border-radius: 0 !important;
  border: 0 !important; }

*:focus {
  outline: none; }

#contact-form-1 input {
  width: 100%; }

#contact-submit {
  margin-top: 15px; }

.button-1 {
  border: 0;
  color: #ffffff;
  padding: 7px 25px;
  border-radius: 3px; }
  .button-1:hover, .button-1:active, .button-1:focus {
    color: #ffffff; }
  .button-1--primary {
    background-color: #373435; }
    .button-1--primary:hover, .button-1--primary:active, .button-1--primary:focus {
      background-color: #dc363c; }
  .button-1--secondary {
    background-color: #dc363c; }
    .button-1--secondary:hover, .button-1--secondary:active, .button-1--secondary:focus {
      background-color: #373435; }

#breadcrumbs {
  color: #000000 !important;
  font-size: 12px;
  font-weight: 400;
  margin-top: 25px; }
  #breadcrumbs a {
    text-decoration: none !important;
    color: #000000; }
    #breadcrumbs a:hover {
      color: #dc363c; }

.breadcrumb_last {
  color: #dc363c; }

/* Owl Carousel start */
.owl-carousel-wrapper {
  margin-top: 20px;
  position: relative; }
  .owl-carousel-wrapper .owl-theme .owl-prev,
  .owl-carousel-wrapper .owl-theme .owl-next {
    position: absolute;
    height: 70%;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    top: 10%; }
    .owl-carousel-wrapper .owl-theme .owl-prev i,
    .owl-carousel-wrapper .owl-theme .owl-next i {
      font-size: 2.5rem;
      color: #cecece; }
  .owl-carousel-wrapper .owl-theme .owl-prev {
    left: -18px; }
  .owl-carousel-wrapper .owl-theme .owl-next {
    right: -18px; }

/* Owl Carousel end */
.checkboxes {
  list-style: none;
  padding-left: 0; }
  .checkboxes__checkbox {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    cursor: pointer; }
    .checkboxes__checkbox::before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: white;
      border: 1px solid #bfbfbf; }
    .checkboxes__checkbox--checked::after {
      content: '';
      position: absolute;
      left: 5px;
      top: 9px;
      background: #dc363c;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 #dc363c, 4px 0 0 #dc363c, 4px -2px 0 #dc363c, 4px -4px 0 #dc363c, 4px -6px 0 #dc363c, 4px -8px 0 #dc363c;
      transform: rotate(45deg); }

.contact-form-alert .alert {
  margin-bottom: 0; }

.custom-list {
  padding-left: 20px;
  list-style: none; }
  .custom-list--plus-bullets li {
    margin-bottom: 8px; }
    .custom-list--plus-bullets li::before {
      font-family: 'FontAwesome';
      content: '\f067';
      margin: 0 15px 0 -15px;
      color: #dc363c; }

.woocommerce div.product div.images img {
  max-height: 300px;
  width: auto;
  margin: auto; }

body.logged-in .slide-out-menu {
  top: 32px; }
  @media (max-width: 782px) {
    body.logged-in .slide-out-menu {
      top: 46px; } }

.slide-out-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  transition: all 0.5s ease; }
  .slide-out-menu--is-visible {
    visibility: visible;
    background-color: rgba(35, 31, 32, 0.7); }
  .slide-out-menu--container {
    height: 100vh;
    width: calc(100% - 7em);
    max-width: 320px;
    min-width: 200px;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all .5s ease; }
    .slide-out-menu--container.active {
      transform: translateX(0);
      -webkit-transform: translateX(0); }
  .slide-out-menu--top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    padding: 10px;
    z-index: 2;
    cursor: pointer;
    background-color: #dc363c;
    position: sticky;
    position: -webkit-sticky;
    top: 0; }
    .slide-out-menu--top-bar .menu-login {
      color: #ffffff;
      font-size: 16px; }
      .slide-out-menu--top-bar .menu-login a {
        color: #ffffff;
        text-decoration: none !important;
        font-weight: 600; }
    .slide-out-menu--top-bar #menu-close .fa-times {
      font-size: 28px;
      color: #ffffff; }
  .slide-out-menu--accounts {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    background-color: #ffffff;
    padding: 10px; }
    .slide-out-menu--accounts a {
      color: #000000;
      text-decoration: none !important; }
      .slide-out-menu--accounts a:hover {
        color: #dc363c; }
    .slide-out-menu--accounts .accounts-item {
      text-align: center;
      padding-top: 12px;
      padding-bottom: 12px;
      background-color: #d7d7d7; }
      .slide-out-menu--accounts .accounts-item-account {
        margin-right: -10px;
        border-radius: 15px 0 0 15px; }
      .slide-out-menu--accounts .accounts-item-orders {
        margin-left: -10px;
        border-radius: 0 15px 15px 0; }
  .slide-out-menu--screens .mobile-menu-screen {
    display: none; }
    .slide-out-menu--screens .mobile-menu-screen.active {
      display: block; }
    .slide-out-menu--screens .mobile-menu-screen--top-bar {
      padding: 0 10px; }
      .slide-out-menu--screens .mobile-menu-screen--top-bar a {
        text-decoration: none !important;
        color: #000000 !important; }
      .slide-out-menu--screens .mobile-menu-screen--top-bar.sub-category-top-bar {
        background-color: #b7b7b7; }
        .slide-out-menu--screens .mobile-menu-screen--top-bar.sub-category-top-bar .back-button {
          display: flex;
          align-items: center;
          color: #000000;
          font-size: 16px;
          font-weight: 600;
          padding: 12px 0; }
          .slide-out-menu--screens .mobile-menu-screen--top-bar.sub-category-top-bar .back-button span {
            font-size: 22px;
            font-weight: 500;
            margin-right: 10px; }
    .slide-out-menu--screens .mobile-menu-screen--tabs {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab {
        padding: 12px 10px;
        border-bottom: 1px solid; }
        .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab.expandable:before {
          font-family: "FontAwesome";
          content: "\f067";
          float: right;
          font-size: 18px;
          cursor: pointer; }
        .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab.expandable.active:before {
          content: "\f068"; }
        .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab a {
          text-decoration: none !important;
          color: #000000;
          font-size: 16px;
          font-weight: 600; }
          .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab a:hover {
            color: #dc363c; }
        .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab ul {
          list-style: none;
          padding-left: 15px; }
        .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab .screen-dropdown {
          display: none;
          padding-top: 10px; }
          .slide-out-menu--screens .mobile-menu-screen--tabs .screen-tab .screen-dropdown.active {
            display: block; }
    .slide-out-menu--screens .mobile-menu-screen#mobile-screen-main .button-1 {
      text-align: center;
      color: #000000;
      font-size: 16px;
      font-weight: 600;
      padding: 12px; }

.search-bar {
  display: none; }
  .search-bar.active {
    padding-bottom: 10px;
    display: block; }
  .search-bar .search-form--input {
    width: 100% !important; }

.mobile-icons #mobile-search-icon {
  cursor: pointer; }

@media (max-width: 991px) {
  .menu #menu-icon {
    display: block; }
  .menu .desktop-menu {
    display: none; } }
@media (max-width: 991px) {
  .mobilenav .navbar-header {
    float: none; }

  .mobilenav .navbar-left,
  .navbar-right {
    float: none !important; }

  .mobilenav .navbar-toggle {
    display: block; }

  .mobilenav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .mobilenav .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .mobilenav .navbar-collapse.collapse {
    display: none !important; }

  .mobilenav .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .mobilenav .navbar-nav > li {
    float: none; }

  .mobilenav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .mobilenav .collapse.in {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 18px;
    height: 38px; } }
.topbar-wrapper {
  width: 100%;
  background-color: #000000; }
  @media (max-width: 991px) {
    .topbar-wrapper {
      display: none; } }

.topbar {
  display: flex;
  height: 35px;
  align-items: center;
  font-size: 11px;
  justify-content: space-between; }
  .topbar--left, .topbar--right {
    display: flex; }
  .topbar .item {
    display: flex;
    align-items: center;
    color: #ffffff; }
    .topbar .item--text {
      font-weight: 700; }
    .topbar .item:not(:last-child) {
      padding-right: 10px; }
      .topbar .item:not(:last-child) span {
        padding-right: 10px;
        border-right: 1.5px solid #ffffff; }
    .topbar .item.emphasis span {
      background-color: #e1e1e1;
      color: #dc363c;
      padding: 3px 5px;
      border-radius: 3px;
      font-weight: 600; }
    .topbar .item span {
      line-height: 11px;
      text-transform: uppercase; }
    .topbar .item i {
      color: #dc363c; }
    .topbar .item a {
      color: #ffffff;
      display: flex;
      align-items: center; }
      .topbar .item a:hover {
        color: #dc363c;
        text-decoration: none !important; }
    .topbar .item img {
      height: 14px;
      width: auto; }
  .topbar--right .item span {
    margin-left: 5px; }

.mobilenav .navbar-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }
  .mobilenav .navbar-container .mobile-nav {
    position: absolute;
    top: 32px;
    left: 0; }
    .mobilenav .navbar-container .mobile-nav .navbar-toggle {
      margin: 0;
      border: 1px solid #dc363c; }
      .mobilenav .navbar-container .mobile-nav .navbar-toggle span {
        width: 25px; }
  .mobilenav .navbar-container .mobile-icons {
    position: absolute;
    top: 40px;
    right: 0;
    display: flex;
    z-index: 1000; }
  .mobilenav .navbar-container .icon-container {
    margin-left: 10px; }
    .mobilenav .navbar-container .icon-container img {
      height: 25px;
      width: auto;
      cursor: pointer; }

@media (max-width: 1200px) {
  .topbar .item a {
    display: block; } }
.navbar {
  border-radius: 0 !important; }

.navbar-fixed-top {
  top: unset !important; }

.navbar-inverse {
  background-color: #373435 !important;
  border: 0 !important;
  margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    .navbar-inverse {
      margin-bottom: 0 !important; } }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-top--logo {
    padding-top: 15px;
    padding-bottom: 15px; }
    .header-top--logo img {
      width: 150px;
      height: auto; }
  .header-top--info {
    display: flex;
    align-items: center;
    padding: 0 12px; }
    .header-top--info img {
      height: 38px;
      width: auto; }
    .header-top--info .details {
      margin-left: 10px; }
      .header-top--info .details p {
        margin: 0;
        font-size: 12px;
        line-height: 14px; }
    .header-top--info a {
      color: #373435;
      text-decoration: none !important; }
      .header-top--info a:hover, .header-top--info a:active, .header-top--info a:focus {
        color: #dc363c; }
  .header-top--right {
    display: flex; }
    .header-top--right .icon-container {
      margin-left: 10px; }
      .header-top--right .icon-container img {
        height: 20px;
        width: auto;
        cursor: pointer; }

.navbar-inverse.mobilenav .navbar-brand {
  display: flex;
  align-items: center; }
  .navbar-inverse.mobilenav .navbar-brand img {
    width: 235px;
    height: auto; }
    @media (max-width: 450px) {
      .navbar-inverse.mobilenav .navbar-brand img {
        width: 145px; } }
.navbar-inverse.mobilenav .navbar-toggle {
  margin-top: 20px; }
  .navbar-inverse.mobilenav .navbar-toggle .icon-bar {
    background-color: #dc363c !important; }
  .navbar-inverse.mobilenav .navbar-toggle:hover {
    background-color: #dc363c !important; }
    .navbar-inverse.mobilenav .navbar-toggle:hover .icon-bar {
      background-color: #ffffff !important; }
  .navbar-inverse.mobilenav .navbar-toggle:focus {
    background-color: transparent; }

.search-form {
  position: relative;
  display: flex; }
  .search-form--input {
    padding: 7px 7px 7px 18px !important;
    width: 165px !important;
    border: none;
    border-radius: 5px 0 0 5px;
    background-color: #e1e1e1; }
    .search-form--input::placeholder {
      color: #898989;
      font-size: 11px; }
  .search-form--submit {
    background-color: #e1e1e1;
    border-radius: 0 5px 5px 0;
    padding: 6px 10px;
    border: none; }
    .search-form--submit img {
      height: 20px;
      width: auto; }

.mobile-dropdown-search {
  margin-top: 10px;
  margin-bottom: 15px; }
  .mobile-dropdown-search .search-form--input {
    width: 100%; }

@media (min-width: 992px) {
  #mega-menu-primary_menu {
    display: flex !important;
    justify-content: space-between; } }
.footer-area__columns {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .footer-area__columns {
      display: block; } }

#footer {
  background-color: #373435; }
  #footer p {
    color: #ffffff; }
  #footer ul {
    list-style: none;
    padding: 0; }
  #footer .payment-icons {
    margin-bottom: 45px; }
    #footer .payment-icons img {
      width: 200px;
      height: auto; }
  #footer .social-icons {
    margin-top: 25px; }
    #footer .social-icons img {
      height: 26px;
      width: auto;
      margin-right: 7px; }

.footer-column h4 {
  margin-top: 0; }
@media (min-width: 1200px) {
  .footer-column {
    display: flex;
    justify-content: center; } }
.footer-column--logo {
  display: flex;
  justify-content: center;
  align-items: center; }

.footer-brands {
  display: flex;
  flex-wrap: wrap; }
  .footer-brands--logo {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .footer-brands--logo {
        justify-content: center; } }
    .footer-brands--logo img {
      width: 100%;
      height: auto;
      max-width: 140px; }
    @media (max-width: 1199px) {
      .footer-brands--logo {
        width: 50%; } }

.contact-area__tiles {
  display: flex;
  flex-wrap: wrap; }
.contact-area__tile {
  width: 33.33%; }
  @media (max-width: 767px) {
    .contact-area__tile {
      width: 100%; } }
  .contact-area__tile--phone {
    background-color: #dc363c; }
  .contact-area__tile--email {
    background-color: #e1e1e1; }
  .contact-area__tile--address {
    background-color: #ebebeb; }
.contact-area__map {
  height: 325px;
  background-position: center;
  background-image: url("/wp-content/themes/weka/img/backgrounds/IT-Air-map.jpg"); }

.contact-tile {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px; }
  .contact-tile__icon {
    height: auto; }
  .contact-tile__details {
    color: #000000;
    margin-left: 15px; }
    .contact-tile__details h4 {
      font-weight: 600;
      margin-bottom: 7px; }
    .contact-tile__details a {
      color: #000000; }
      .contact-tile__details a:hover, .contact-tile__details a:active, .contact-tile__details a:focus {
        text-decoration: none;
        color: #000000; }
    .contact-tile__details--phone {
      color: #ffffff; }
      .contact-tile__details--phone a {
        color: #ffffff; }
        .contact-tile__details--phone a:hover, .contact-tile__details--phone a:active, .contact-tile__details--phone a:focus {
          color: #ffffff; }

.product-enquiry-form {
  background-color: #ebebeb;
  padding: 38px 0 62px; }
  .product-enquiry-form__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 28px; }
  .product-enquiry-form label {
    font-weight: 400; }
  .product-enquiry-form label,
  .product-enquiry-form input,
  .product-enquiry-form textarea {
    color: #868585; }
  .product-enquiry-form .checkboxes {
    margin-top: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    column-count: 2;
    column-gap: 15px; }
    @media (max-width: 575px) {
      .product-enquiry-form .checkboxes {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
    .product-enquiry-form .checkboxes__checkbox {
      color: #868585; }
  .product-enquiry-form .button-1 {
    float: right;
    font-size: 12px;
    font-weight: 600; }

.about-section {
  padding: 72px 0; }
  .about-section__emphasis-text {
    color: #dc363c;
    margin-bottom: 32px; }
  .about-section__title {
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 32px;
    line-height: 36px; }
  .about-section__text {
    line-height: 24px; }
  .about-section__button {
    margin-top: 42px; }
    .about-section__button .button-1:hover, .about-section__button .button-1:focus, .about-section__button .button-1:active {
      text-decoration: none; }
  .about-section__img {
    width: 100%;
    height: auto; }

.services-section {
  padding: 32px 0 64px;
  background-color: #ebebeb; }
  .services-section__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 32px; }
  .services-section__tiles {
    -webkit-column-count: 3;
    -webkit-column-gap: 65px;
    -moz-column-count: 3;
    -moz-column-gap: 65px;
    column-count: 3;
    column-gap: 65px; }
    @media (max-width: 991px) {
      .services-section__tiles {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media (max-width: 767px) {
      .services-section__tiles {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px; } }
    @media (max-width: 575px) {
      .services-section__tiles {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px; } }
  .services-section__tile {
    position: relative;
    margin-bottom: 44px; }
    @media (max-width: 767px) {
      .services-section__tile {
        margin-bottom: 32px; } }
    @media (max-width: 575px) {
      .services-section__tile {
        margin-bottom: 20px; } }
    .services-section__tile:hover .services-section__tile-overlay {
      background-color: rgba(124, 32, 35, 0.7); }
    .services-section__tile:hover .services-section__tile-CTA {
      visibility: visible; }
  .services-section__tile-img {
    width: 100%;
    height: auto; }
  .services-section__tile-link {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .services-section__tile-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding: 28px; }
    @media (max-width: 575px) {
      .services-section__tile-overlay {
        padding: 18px; } }
  .services-section__tile-title {
    color: #ffffff;
    text-align: center;
    margin: 0;
    line-height: 35px;
    font-weight: 700;
    font-size: 28px; }
    @media (max-width: 767px) {
      .services-section__tile-title {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 575px) {
      .services-section__tile-title {
        font-size: 14px;
        line-height: 22px; } }
  .services-section__tile-CTA {
    display: flex;
    align-items: center;
    visibility: hidden; }
    @media (max-width: 575px) {
      .services-section__tile-CTA {
        font-size: 10px; } }
    .services-section__tile-CTA span {
      color: #ffffff; }
    .services-section__tile-CTA img {
      margin-left: 10px; }
      @media (max-width: 575px) {
        .services-section__tile-CTA img {
          height: 8px;
          width: auto; } }

.product-carousel-section {
  padding: 46px 0 76px;
  background-color: #fafafa; }
  .product-carousel-section__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 28px; }

.menu-container ul {
  list-style-type: none; }

.custom-mega-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 0;
  margin-bottom: 0; }
  .custom-mega-menu ul {
    padding-left: 10px; }
  .custom-mega-menu > .mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    padding: 12px 30px;
    border-radius: 5px 5px 0 0;
    cursor: pointer; }
    .custom-mega-menu > .mega-menu-item:hover, .custom-mega-menu > .mega-menu-item.active {
      background-color: #ffffff; }
      .custom-mega-menu > .mega-menu-item:hover > .mega-menu-link, .custom-mega-menu > .mega-menu-item.active > .mega-menu-link {
        color: #dc363c; }
    .custom-mega-menu > .mega-menu-item:hover > .mega-sub-menu {
      display: block; }
    .custom-mega-menu > .mega-menu-item > .mega-menu-link {
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none !important;
      font-weight: 500; }
    .custom-mega-menu > .mega-menu-item > .mega-sub-menu {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 999;
      background-color: #ffffff;
      padding: 25px 32px 32px 32px;
      margin-top: 12px;
      border-top: 0;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.1); }
      @media only screen and (min-width: 1025px) {
        .custom-mega-menu > .mega-menu-item > .mega-sub-menu {
          -moz-column-count: 5;
          -webkit-column-count: 5;
          column-count: 5; } }
      @media only screen and (max-width: 1024px) {
        .custom-mega-menu > .mega-menu-item > .mega-sub-menu {
          -moz-column-count: 4;
          -webkit-column-count: 4;
          column-count: 4; } }
      .custom-mega-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-item {
        margin-bottom: 15px; }
        .custom-mega-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-item > a.mega-menu-link {
          font-weight: 900; }
      .custom-mega-menu > .mega-menu-item > .mega-sub-menu a.mega-menu-link {
        color: #000000;
        text-decoration: none !important; }
        .custom-mega-menu > .mega-menu-item > .mega-sub-menu a.mega-menu-link:hover {
          color: #dc363c; }

.woocommerce .products .product {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 10px !important; }
  .woocommerce .products .product .woocommerce-LoopProduct-link {
    display: block; }
  .woocommerce .products .product .woocommerce-loop-product__title {
    text-align: center;
    color: #373435;
    padding: .5em 0;
    margin: 0;
    font-size: 1em; }
  .woocommerce .products .product .price {
    display: block;
    text-align: center;
    font-weight: 800 !important;
    color: #373435 !important;
    font-size: 13px !important;
    margin-top: 5px !important; }
  .woocommerce .products .product .tile-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px; }
    .woocommerce .products .product .tile-buttons .button {
      margin-top: 5px;
      font-size: 11px;
      width: 48%;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .woocommerce .products .product .tile-buttons .button {
          width: 100%; } }
      .woocommerce .products .product .tile-buttons .button:last-child {
        background-color: #373435;
        color: #ffffff; }
        .woocommerce .products .product .tile-buttons .button:last-child:hover, .woocommerce .products .product .tile-buttons .button:last-child:focus, .woocommerce .products .product .tile-buttons .button:last-child:active {
          background-color: #dc363c; }

.woocommerce div.product p.price {
  color: #373435;
  margin-bottom: 20px;
  font-size: 22px; }
.woocommerce div.product form.cart {
  margin-top: 32px; }
.woocommerce button.button.alt,
.woocommerce a.button.alt {
  background-color: #dc363c; }
  .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:active,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .woocommerce a.button.alt:active {
    background-color: #373435; }

/*# sourceMappingURL=main.css.map */
