html, body {
  overflow-x: hidden; }

body {
  background-color: #fbfbfb !important;
  color: #4c4c4c;
}

footer {
  margin-top: 0px; }

small {
  font-size: 12px;
}


#contact-side {
  position: fixed;
  right: 0px;
  top: 40vh;
  z-index: 111; }
  #contact-side img {
    height: 100px;
    width: auto; }

/* HELPERS */
.col-right {
  float: right;
  margin: 0 auto; }

.col-left {
  float: left;
  margin: 0 auto; }

.back-btn {
  color: #4d4d4f;
  text-decoration: none;
  font-size: 15px; }
  .back-btn:focus {
    text-decoration: none;
    color: #4d4d4f; }
  .back-btn:hover {
    color: #4d4d4f; }

.center-td td {
  text-align: center;
  vertical-align: middle; }

.col-center {
  float: none;
  margin-right: auto;
  margin-left: auto; }

.bold {
  font-weight: bold; }

.red-color {
  color: #d71c23; }

.red-color:hover {
  color: #d71c23;
}

.red-background {
  background: #d71c23 !important;
  color: white !important; }

.dropdown {
  padding: 0px !important; }

.dropdown-menu {
  border: none !important;
  border-radius: 0px !important;
    min-width: 350px !important;
}
  .dropdown-menu li {
    display: block; }
    .dropdown-menu li a {
      border-bottom: 3px solid transparent; }
      .dropdown-menu li a:hover {
        background: #f1f1f1 !important;
        border-bottom: 3px solid transparent !important;
      }

       .dropdown-submenu li a:hover {
        background: #f1f1f1 !important;
        border-bottom: 3px solid transparent !important;
      }
      .dropdown-menu li:hover {
        background: #f1f1f1 !important;
        border-bottom: 3px solid #d71c23 !important;
      }

.dropdown-submenu::after {
  display: none !important; }

.dropdown-menu::after li a {
  display: none !important; }

.dropdown-toggle::after {
  content: none !important; }

.dropdown-submenu {
  position: relative;
  margin: 0px !important;
  padding: 0px !important;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.new-hover:hover {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75) !important;
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75) !important;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/* DEFAULTS */
.light-font {
  font-family: font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold   }

.btn {
  border-radius: 2px !important;
  background: #5d5d5d !important;
  border: 1px solid #5d5d5d !important;
  padding: 10px 18px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn:hover {
    background: #5d5d5d !important;
    border: 1px solid #5d5d5d !important; }

.btn-danger {
  border-radius: unset !important;
  background: #d71c23 !important;
  border-color: #d71c23 !important; }
  .btn-danger:hover {
    background: #aa161c !important; }

.btn-default {
  background: none !important;
  color: #5d5d5d !important;
}
  .btn-default:hover {
    color: white !important; }

.card-shadow {
  -webkit-box-shadow: 0 3px 6px #ececec, 0 3px 6px #ececec !important;
          box-shadow: 0 3px 6px #ececec, 0 3px 6px #ececec !important; }

.product-thumb {
  border: none !important;
  margin: 2em;
  overflow: hidden; }
  .product-thumb .product-image {
    background: white !important;
    min-height: 375px;
    z-index: -1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-thumb .product-image img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      max-width: auto !important;
      height: 100% !important;
      z-index: -2; }

  .product-thumb .image {
    background: white !important;
    position: relative;
    border-bottom: 2px solid #d71c23;
    height: 350px;
    z-index: 1; }
    .product-thumb .image img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;

      width: 100% !important;
      z-index: -1;

      height: auto !important; }

      .product-thumb .image img.featured-img {
        position: absolute;
      }
    .product-thumb .image .overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      z-index: 111;
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
      .product-thumb .image .overlay .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
            align-self: flex-end;
        padding-bottom: 1em; }
        .product-thumb .image .overlay .btn-group > a {
          color: #4b4b4b !important;
          padding: 10px 12px !important; }
        .product-thumb .image .overlay .btn-group > button {
          color: #d71c23 !important; }
        .product-thumb .image .overlay .btn-group a, .product-thumb .image .overlay .btn-group button {
          border-radius: 0px !important;
          margin: 1em 5px;
          border: none !important;
          background: white !important;
          -webkit-box-shadow: 0 3px 6px #ececec, 0 3px 6px #ececec !important;
                  box-shadow: 0 3px 6px #ececec, 0 3px 6px #ececec !important; }
          .product-thumb .image .overlay .btn-group a:hover, .product-thumb .image .overlay .btn-group button:hover {
            background: #d71c23 !important;
            color: white !important; }
  .product-thumb .caption {
    min-height: unset;
    padding: 2em;
    z-index: 111;
    background: #f4f4f4; }
    .product-thumb .caption small {
      color: #d71c23;
      font-weight: bold; }
    .product-thumb .caption h4 a {
      text-transform: uppercase;
      color: #4d4d4f !important; }

.span-text {
    color: #d71c23;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold
}


/* TITLE */
.heading-title {
  padding: 5em; }
  .heading-title .heading-style {
    height: 2.5px;
    width: 40px;
    background: #d71c23; }
  .heading-title h2 {    color: #d71c23;font-weight:bold;
    padding-top: 10px;
    margin: 0px;
    margin-bottom: .8em; }
  .heading-title span:last-child {
    font-weight: bold;
    color: #d71c23; }
  .heading-title section {
    width: 80%; }

.heading-title-side h1 {
  font-weight: bold; }
.heading-title-side .heading-style {
  height: 2px;
  background: #d71c23;
  width: 110px;
  margin-bottom: 1em; }

/* SERVICE - HOME */
.box-container {
  padding: 2em; }
  .box-container .box {
    background: #dd474d;
    border-radius: 4px;
    width: 190px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .box-container .box figcaption {
      padding-top: 1.5em;
      font-weight: bold;
      color: white; }
  .box-container .caption {
    margin: 2em 0px; }

.banner {
  height: 280px;
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-image: url("../../../../../image/catalog/slicing/general/banner.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner h1 {
    font-weight: bold;
    font-style: italic;
  }

/* HOME */
#search {
  border-bottom: 1px solid #5d5d5d; }
  #search input {
    background: transparent !important;
    border: none !important;
    boder-radius: 0px !important; }
    #search input:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  #search .input-group-btn button {
    width: 10px;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: transparent !important;
    border-radius: none !important;
    color: #d71c23 !important; }

/*
  #cart  {
    background: transparent !important;
    color: #d71c23 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;

  }*/

  #cart-container {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;

  }

@media (max-width: 478px) {
  #cart .dropdown-menu {
      width: unset;
  }
}

#logo {
  position: absolute;
  top: 2.2em;
  right: 4em; }

/* SLIDER */
.parent-home-slider {
  position: relative; }
  .parent-home-slider .overlay {
    position: absolute;
    top: 2em;
    left: 10em; }
    .parent-home-slider .overlay h2 {
      color: #dd474d;
      text-transform: uppercase; }
    .parent-home-slider .overlay p {
      color: white; }

.sub-home-banner {
  position: relative; }
  .sub-home-banner .sub-overlay {
    right: 15%;
    position: absolute;
    top: 2em; }
    .sub-home-banner .sub-overlay h1 {
      color: #dd474d;
      text-transform: uppercase; }

#home-slider {
  position: relative; }
  #home-slider .home-slider-img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.product-layout {
  margin: 0px 1em !important; }

.featured-slider-prev {
  display: block;
  position: absolute;
  top: 45%;
  left: -4%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.featured-slider-next {
  display: block;
  position: absolute;
  top: 45%;
  right: -4%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.featured-slider-prev-i {
  display: block;
  position: absolute;
  top: 45%;
  left: 1%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 55px; }

.featured-slider-next-i {
  display: block;
  position: absolute;
  top: 45%;
  right: 1%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 55px; }

.slick-dots li.slick-active button:before {
  color: #F15359;
  -webkit-text-fill-color: #F15359;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #F15359; }

.slick-dots li button::before {
  font-size: 21px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #f15359;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f15359; }

.slick-dots {
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: .2em;
  left: 48.3%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  margin: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: transparent;
  border-radius: 18px;
  border: 1px solid #7f8c8d; }

.slick-dots li.slick-active button {
  background-color: #d71c23; }

.slick-dots li button:before {
  font-size: 21px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  sleft: -2px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #d71c23;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d71c23; }

.slick-dots li.slick-active button:before {
  color: #d71c23;
  -webkit-text-fill-color: #d71c23;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d71c23; }

/* NAVIGATION */
#menu {
  background: none !important;
  border: none !important;
  padding: 0px !important;
  margin-bottom: 3.5px !important;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(179, 179, 179, 0.6);
  box-shadow: 0px 4px 5px -1px rgba(179, 179, 179, 0.6); }

.navbar {
  padding: 0px !important;
  margin-bottom: 0px !important; }

nav {
  margin: 0 auto;
  background: transparent;
  padding: 50px 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

nav ul {
  list-style: none;
  text-align: center; }

nav ul li {
  display: inline-block; }

nav ul li a {
  border-bottom: 3px solid transparent;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: black !important;

  text-transform: uppercase;
  margin: 0 10px; }

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

nav ul li a:hover {
  color: #555;
  background: transparent !important;
  border-bottom: 3px solid #d71c23;
}

.panel {
  border-bottom: none !important;
  border-top: none !important;
  border-radius: 0px !important;
  border-color: #ebebeb !important; }

.active-side {
  background: #d71c23;
  color: white !important;
}

#side-categories {
  font-weight: bold; }
  #side-categories ul {
    margin: 0px !important;
    padding-left: 0px !important; }
    #side-categories ul li {
      list-style: none !important; }
      #side-categories ul li a {
        color: black;
        padding: 10px 20px;
        display: block; }
        #side-categories ul li a:hover {
          background: #d71c23;
          color: white; }
        #side-categories ul li a:focus {
          text-decoration: none; }

.sub li a:hover {
  background: white !important;
  color: #d71c23 !important; }

ul.cat-sub-1 li a {
  margin-left: 3em !important; }
ul.cat-sub-2 li a {
  margin-left: 4.5em !important; }

.cat-parent > li {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb; }

a .fa {
  padding: 5px;
  font-size: 10px !important; }

.nav-tabs {
  margin-bottom: 0px; }
  .nav-tabs li.active.active a, .nav-tabs li.active a {
    color: white !important;
    background: #d71c23; }
  .nav-tabs li.active a, .nav-tabs li a {
    border: 1px solid #DDDDDD;
    margin: 0px; }
  .nav-tabs li.active a, .nav-tabs li a {
    color: unset;
    border-radius: 0px !important; }
    .nav-tabs li.active a:hover, .nav-tabs li a:hover {
      color: white !important;
      background: #d71c23; }
    .nav-tabs li.active a:visited, .nav-tabs li a:visited {
      color: unset; }

.nav-tabs > li > a {
  width: 200px;
  text-align: center;
}

.tab-content {
  padding: 2em 1em;
  background: white;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }

/* SERVICES */
#service-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  margin: 0px;
  padding: 0px; }
  #service-container .service-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px; }
    #service-container .service-row:nth-child(1) {
      background-image: url("../../../../../image/catalog/slicing/mechmar_services/boiler-bg.png");
      background-size: contain; }
    #service-container .service-row:nth-child(2) {
      background-image: url("../../../../../image/catalog/slicing/mechmar_services/ice-bg.png");
      background-size: contain; }
    #service-container .service-row:last-child {
      background-image: url("../../../../../image/catalog/slicing/mechmar_services/water-bg.png");
      background-size: contain; }
    #service-container .service-row .service {
      width: 50%; }
    #service-container .service-row #boiler {
      padding: 1em !important; }

.news-container {
  border: 1px solid #ebebeb;
  background: white !important;
  padding: 0px;
  margin-bottom: 1em; }
  .news-container .content {
    padding: 7em; }
    .news-container .content h3 {
      margin: 0px; }
      .news-container .content h3 a {
        color: #4d4d4f; }

.cards {
  border-radius: 2px;
  background: white;
  padding: 1.5em; }

.calc-input, .form-control {
  border-radius: 0px !important; }
  .calc-input:focus, .form-control:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important; }

.calc-input::-webkit-input-placeholder {
  font-size: 8px !important;
  line-height:  !important; }

#steam-output {
  pointer-events: none; }

.cards-2 {
  border-radius: 2px;
  background: white; }

.calc-icon {
  background: #dd474d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  border-radius: 4px;
  height: 180px; }

.content-2 {
  padding: 1.5em; }

.card-height {
  min-height: 230px; }

/* PAGINATION */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  margin-left: 0;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.pagination > li > a, .pagination > li > span {
  margin: 0px 5px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #d71c23;
  border-color: #d71c23; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4d4d4f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

/* ENQUIRY TABLE */
#enquiry-table thead, #confirm-table thead {
  background: #d71c23;
  color: white; }
#enquiry-table #enquiry-table tbody tr, #confirm-table #enquiry-table tbody tr {
  border-color: transparent; }
  #enquiry-table #enquiry-table tbody tr td, #confirm-table #enquiry-table tbody tr td {
    padding: 4em; }

#cart-table {
  border: none;
  background: white !important; }
  #cart-table thead {
    background: #d71c23;
    color: white; }
  #cart-table tbody tr {
    border-color: transparent; }
    #cart-table tbody tr td {
      padding: 1em; }

a.agree {
  color: #d71c23 !important;
  text-decoration: underline; }
  a.agree b {
    font-weight: normal !important; }

.qty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .qty-block .control {
    background: #5d5d5d;
    color: white;
    border: none;
    height: 20px; }
    .qty-block .control:hover {
      background: #5d5d5d; }
    .qty-block .control .fa {
      font-size: 10px !important;
      padding: 0px !important;
      margin: 0px !important; }
  .qty-block input {
    width: 60px;
    text-align:center;
    border: none !important;
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
    background: #fbfbfb !important; }
  .qty-block #update {
    background: transparent !important;
    color: #5d5d5d;
    border: none !important;
    padding: 5px !important; }

#remove {
  color: #4d4d4f;
  background: transparent !important;
  border: none !important;
  padding: 5px !important; }

.quickcheckout-cart thead {
  background: #d71c23 !important;
  color: white !important; }

.quickcheckout-heading {
  background: #d71c23 !important;
  color: white !important; }

#comment {
  border: 1px solid #ccc !important;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none; }

.quickcheckout-content {
  background: tranparent !important;
  border: none !important;
  padding: 0px !important; }

#quickcheckoutconfirm .col-sm-6.form-width:first-child {
  margin-right: 14px; }

#input-payment-postcode {
  margin-left: 14px;
}

#input-payment-lastname {

}

.home-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../../../../image/catalog/slicing/mechmar/home-background.jpg"); }

.alert {
   border-radius: 0px !important;
}
.service { overflow-y: auto; }


/* BREADCRUMBS */
.breadcrumb li {
  padding: 0px !important; }
  .breadcrumb li a {
    padding: 2px 8px !important;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .breadcrumb li a:hover {
      color: #DC1C23;
      text-decoration: underline; }
    .breadcrumb li a:focus {
      text-decoration: none; }

.breadcrumb > li + li:before {
  content: ">" !important;
  padding: 0; }

/* BREADCRUMB */
ul.breadcrumb {
  background: none !important;
  border: none !important; }
  ul.breadcrumb li a {
    color: #DC1C23;
    font-weight: bold; }
