/* TEXT STYLING */

/* FUTURA FONT REF 

Futura PT Light
font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: normal;

Futura PT Light Oblique
font-family: "futura-pt", sans-serif;
font-weight: 300;
font-style: italic;

Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Book Oblique
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;

Futura PT Bold
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Bold Oblique
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;

*/



/*
 *---------------------------------------------------------------
 * LAYOUT & UTILITIES
 *---------------------------------------------------------------
 *
 */

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  moz-osx-font-smoothing: grayscale;
  webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 100%;
}

body {
  /*font-size: 0.75em;*/ /*12px*/
  font-size: 0.875em; /*14px*/
  /*font-size: 1em;*/ /*16px*/
  color: #171D3F;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}



::selection {
  background-color: #333;
  color: #fff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* img {
  max-width: 100%;
  height: auto;
  display: block;
} */

.logo {
  max-width: 100%;
  height: auto;
  display: block;
}

.main-product-image {
  max-width: 100%;
  height: auto;
  display: block;
}



.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w_100 {
  width: 100%;
}

.w_90 {
  width: 90%;
}

.w_80 {
  width: 80%;
}

.w_70 {
  width: 70%;
}

.w_60 {
  width: 60%;
}

.w_50,
.half {
  width: 50%;
}

.w_40 {
  width: 40%;
}

.w_33_3,
.third {
  width: 33.3333333%;
}

.w_30 {
  width: 30%;
}

.w_25,
.quarter {
  width: 25%;
}

.w_20,
.fifth {
  width: 20%;
}

.w_16_6,
.sixth {
  width: 16.6666666%;
}

.w_12_5,
.eighth {
  width: 12.5%;
}

.w_10,
.tenth {
  width: 10%;
}

.moneyback {
  box-sizing: padding-box;
  /*     outline: red solid 1px; */
  display: none;
  float: left;
  width: 62px;
  height: 62px;
  position: absolute;
  left: 65px;
  padding: 5px;
}

.moneyback img {
  float: left;
  display: block;
  max-width: 100%;
  height: auto;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}
.inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*
 *---------------------------------------------------------------
 * SITE LINKS
 *---------------------------------------------------------------
 *
 */

a:link {
  text-decoration: none;
  color: #e63329;
}

a:visited {
  text-decoration: none;
  color: #e63329;
}

a:hover {
  text-decoration: underline;
  color: #1f4b89;
}

a:active {
  text-decoration: underline;
}

/* Stop iPhone changing numbered links to telephone numbers */

a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}

/*
 *---------------------------------------------------------------
 * TEXT STYLES
 *---------------------------------------------------------------
 *
 */

h1 {
  color: #171D3F;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

h2 {
  color: #171D3F;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

h3 {
    font-size:1.5em;
  color: #171D3F;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}



.c_1 {
  color: #000;
}

.c_2 {
  color: #fff;
}

.c_3 {
  color: #2c82c9;
}

.c_4 {
  color: #bb1cc9;
}

.c_5 {
  color: #13c975;
}

.c_6 {
  color: #c92a12;
}

.content p,
.content ul {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;

  color: #171D3F;
  font-size: 1.3em;
  line-height: 1.3;
}

.title_price ul {
    list-style: none; /* Remove default bullets */
}

    .title_price ul li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: red; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }

.content ul {
  padding: 0 0 0 20px;
}



.sitemap h3 {
  font-size: 25px !important;
  color: #e63329;
}

.sitemap ul {
  list-style: none;
  padding: 0;
}

.sitemap ul li {
  line-height: 30px;
}

.sitemap ul li a {
  font-size: 18px;
  color: #171D3F;
}

.sitemap ul li a:hover {
  text-decoration: none;
  color: #e63329;
}

.sitemap > ul > li {
  /* 	outline: red solid 1px; */
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.sitemap > ul > li a {
  padding-bottom: 15px;
  font-size: 25px !important;
  display: block;
}

/*
 *---------------------------------------------------------------
 * BACKGROUND COLOURS
 *---------------------------------------------------------------
 *
 */

.bg_c_1 {
  background-color: #000;
}

.bg_c_2 {
  background-color: #fff;
}

.bg_c_3 {
  background-color: #2c82c9;
}

.bg_c_4 {
  background-color: #bb1cc9;
}

.bg_c_5 {
  background-color: #13c975;
}

.bg_c_6 {
  background-color: #c92a12;
}

/*
 *---------------------------------------------------------------
 * FORMS
 *---------------------------------------------------------------
 *
 */

fieldset {
  border: none;
  padding: 0;
}

label {
  padding: 0.5em 0;
  display: inline-block;
}

input,
select,
textarea {
  border: 1px solid #d1d1d1;
  width: 100%;
  padding: 0.5em;
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
  /*transition: border 0.30s ease-in-out;*/
}

input[type="checkbox"] { border: 1 solid #d1d1d1; padding: 0.5em; outline: none; transition: box-shadow 0.3s ease-in-out; }

textarea {
  resize: none;
}

select {
  background: transparent url("/assets/media/down_arrow.svg") no-repeat right;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 2px red;
  /*border:1px solid rgba(81, 203, 238, 1);*/
}

input[type="submit"] {
  width: auto;
  margin-top: 0.2em;
  background-color: #019501;
  color: #fff;
  transition: background-color 0.8s ease;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  line-height: 48px;
  padding: 0px 25px;
  border: 0;
}

input[type="submit"]:hover {
  background-color: #e63429;
}

::-webkit-input-placeholder {
  color: #d1d1d1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: #d1d1d1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.error input,
.error textarea {
  background: #f5bdbb;
}

.error input::-webkit-input-placeholder {
  color: #d1403f;
}

.error input::-moz-placeholder {
  color: #d1403f;
}

.error input:-ms-input-placeholder {
  color: #d1403f;
}

.error textarea::-webkit-input-placeholder {
  color: #d1403f;
}

.error textarea::-moz-placeholder {
  color: #d1403f;
}

.error textarea:-ms-input-placeholder {
  color: #d1403f;
}

/*
 *---------------------------------------------------------------
 * TABLES
 *---------------------------------------------------------------
 *
 */

table {
  padding: 0.4em;
}

tr:nth-child(odd) {
  background: #f9f9f9;
}

th,
td {
  border: 1px solid #d1d1d1;
  padding: 0.6em;
  vertical-align: top;
}

/*
 *---------------------------------------------------------------
 * SITE NAVIGATION
 *---------------------------------------------------------------
 *
 */

/*.main_menu {
    display: block;
}

.main_menu li {
    display: inline;
}*/

/*
 *---------------------------------------------------------------
 * RESPONSIVE HOMEPAGE SLIDER
 *---------------------------------------------------------------
 *
 */

.slide {
  position: relative;
  font-size: 1.6rem;
  font-weight: bolder;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 30%;
  left: 25%;
  transform: translate(-20%, -20%);
}

.slide .slide__content a {
  text-decoration: none;
  border: solid 2px #fff;
  border-radius: 2px;
  color: #ffffff;
  width: 100%;
  padding: 10px 15px;
  max-width: 330px;
  margin-top: 10px;
  transition: 0.3s;
  font-size: 40%;
  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.slide .slide__content a:hover {
  background-color: #ffffff;
  color: #293789;
  
}

.slide .slide__content a:hover {
  cursor: pointer;
  background: #fff;
  color: #171D3F;
}

.slide .slide__content--headings {
  text-align: left;
  color: #fff;
}
.slide .slide__content--headings h2 {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;

  text-align: left;
  font-size: 4rem;
  
  margin: -30px 0 0 0;
  color: white;
  width: 60%;
}

.slide .slide__content--headings p {
  font-size: 40px;
  margin: 5px 0 0 15px;
  width: 100%;
}

@media (max-width: 1587px) {
  .slide .slide__content--headings p {
    font-size: 20px;
    margin: 10px 0 0 10px;
  }

    .w_60 { width: 100%; }
    .w_40 { width: 100%; }
    .w_40 { width: 100%; }
    .half { width: 100%; }

  .slide .slide__content--headings h2 {
    font-size: 53px;
    color: white;
    width: 60%;
    margin: -20px 0 0 0;
  }
}

@media (max-width: 945px) {

  .slide .slide__content--headings h2 {
    font-size: 45px;
    width: 60%;
    color: white;
  }

}

@media (max-width: 800px) {

  .main_menu{
    width: 100% !important;
  }

  .slide .slide__content--headings h2 {
    font-size: 30px;
    width: 60%;
    color: white;
  }

}

@media (max-width: 679px) {

  .slide .slide__content--headings h2 {
    font-size: 30px;
    width: 70%;
    color: white;
  }

}



.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 10px;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}
/*
 *---------------------------------------------------------------
 * RESPONSIVE NAVIGATION (BURGER)
 *---------------------------------------------------------------
 *
 */

/*.rsp_title, .rsp_nav, .rsp_nav_sub, .menu_link {
    display: none;
}

.rsp_nav {
    border: 2px solid #000;
    position: absolute;
    padding-top: 12px;
    height:30px;
    width:44px;
    right: 12px;
    top: 0;
    z-index: 999;
}

.rsp_nav span, .rsp_nav_sub span {
    margin: 0 auto 3px;
    background: #000;
    display: block;
    width: 24px;
    height: 4px;
}

.rsp_nav_sub {
    border: 2px solid #000;
    padding: 12px 0 0 0;
    float: right;
    height:28px;
    width:40px;
    margin-right: 13px;
    margin-top: 5px;
    box-shadow: none;
}*/

/*
 *---------------------------------------------------------------
 * LIVE SEARCH
 *---------------------------------------------------------------
 *
 */

.search_top {
  background-color: #f8f5f5;
  width: 100%;
  float: left;
  display: block;
}

.search_box {
  width: 100%;
  text-align: center;
  display: none;
  height: 54px;
  position: relative;
  z-index: 999;
  clear: both;
}

.search_box .search {
  width: 100%;
  position: relative;
  left: 0;
  height: 100%;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
}

.search_box input {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  height: 100%;
  background: none;
  border: 0;
  outline: none;
}

.search_box input:focus {
  outline-width: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.close_search {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 0;
  text-align: center;
  height: 100%;
  width: 52px;
  line-height: 54px;
  display: block;
}

.close_search img {
  vertical-align: middle;
  display: inline-block;
}

.live_search {
  background-color: #666;
  left: -9999px;
  min-height: auto;
  position: relative;
  z-index: 990;

  -webkit-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.21);
}

.live_search.active {
  background-color: #fff;
  overflow: scroll;
  min-height: 100%;
  left: auto;
  padding: 0 20px 20px 20px;
}

.live_search .outer {
  position: relative;
}

.live_search .product_list .product {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.no_product {
  /* 	border-top: #ebebeb solid 1px; */
  /* 	padding-top: 20px; */
}

.live_search .product_list .product .product_title {
  /*     white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0 20px 0;
}

.live_search .product_list .product .product_price span {
  margin: 0 5px;
}

.live_search .product_list .product .product_price span.onsale:before {
  content: "Now: ";
  color: #000000;
}

.live_search h1 {
  font-weight: 300;
  margin: 20px 0;
}

.live_search p {
  font-weight: 500;
  color: #171D3F;
  font-size: 1.4em;
}

.search_box input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #171D3F;
  opacity: 1; /* Firefox */
  font-weight: 500;
}

.search_box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #171D3F;
  font-weight: 500;
}

.search_box input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #171D3F;
  font-weight: 500;
}

.live_search .product .product_image {
  width: 100%;
}

.live_search .product_list .product .product_title {
  width: 100%;
  clear: both;
  float: left;
}

.live_search .product_price {
  font-size: 1em;
}

/*
 *---------------------------------------------------------------
 * PRODUCTS SLIDESHOW JS PLUGIN
 *---------------------------------------------------------------
 *
 */

/*.slide_container {
    width:100%;
}

.slide_container .slide .featured_items {
    width:230px;
    height:420px;
    float:left;
    margin-left: 20px;
    text-align: center;
}*/

/*PRODUCT RATING*/

.starRating:not(old) {
  display: inline-block;
  width: 7.5em;
  height: 1em;
  overflow: hidden;
  vertical-align: bottom;
}

.starRating:not(old) > input {
  margin-right: -100%;
  opacity: 0;
  width: auto;
}

.starRating:not(old) > label {
  display: block;
  float: right;
  position: relative;
  background: url("/assets/media/star-off.svg");
  background-size: contain;
  padding: 0;
}

.starRating:not(old) > label:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/assets/media/star-on.svg");
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before {
  opacity: 1;
}

/*
 *---------------------------------------------------------------
 * HEADER (RESPONSIVE)
 *---------------------------------------------------------------
 *
 */

header.header_top {
  float: left;
  width: 100%;
  padding: 10px 20px;

  -webkit-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.21);
}

.header_top {
  position: relative;
  background: #ffffff;
}

.header_top .logo {
  color: transparent;
  font-size: 0px;
  display: block;
  margin: 0 auto;
  width: 65px;
  height: 62px;
}

.header_top .logo a {
  display: block;
  height: 62px;
  text-align: center;
}

.header_top .logo a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.header_top .logo a img {
  vertical-align: middle;
  display: inline;
  width: 65px;
}

.header_top .rsp_nav {
  position: absolute;
  display: block;
  text-align: center;
  width: 65px;
  height: 62px;
  z-index: 999;
  top: 0;
  left: 0;
}

.header_top .rsp_nav:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.header_top .rsp_nav img {
  width: 16px;
  vertical-align: middle;
  display: inline;
}

.header_top .search,
.header_top .globe {
  background: url("/assets/media/search.svg") no-repeat center center;
  position: absolute;
  color: transparent;
  text-align: center;
  font-size: 0px;
  display: block;
  width: 65px;
  height: 62px;
  z-index: 999;
  right: 0;
  top: 0;
}

.header_top .download {
  background-image: url("/assets/media/download.svg") !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 17px;
}

.header_top .globe {
  background-image: url("/assets/media/globe.svg") !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 17px;
  right: 65px;
}

.header_top .search:hover,
.header_top .globe:hover {
  background-color: #f8f5f5;
}

.header_top .search:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.header_top .search img {
  width: 16px;
  vertical-align: middle;
  display: inline;
}

.header_top .search.download,
.header_top .explore {
  display: none;
}

/*
 *---------------------------------------------------------------
 * GOOGLE GLOBE
 *---------------------------------------------------------------
 *
 */

.goog-te-gadget {
  background: none !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget-simple {
  background-color: inherit !important;

  padding: 0px !important;
  border-radius: 0px !important;
  font-size: 1rem !important;
  border: 0 !important;
  display: inline-block;
  cursor: pointer;
  zoom: 0;
  height: 62px;
  width: 100%;
}

.goog-te-gadget-icon {
  background-image: none !important;
  height: 16px !important;
  width: 16px !important;
}

.skiptranslate iframe,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/*
 *---------------------------------------------------------------
 * MENU TOGGLE (RESPONSIVE)
 *---------------------------------------------------------------
 *
 */

.header_top .left_position {
  display: none;
  background: #050505;
  background-color: rgba(5, 5, 5, 0.9);
  /* 	position: absolute; */
  width: 100%;
  /* 	top: 0px; */
  /* 	height:100vh; */
  right: 0px;
  left: 0px;
  z-index: 999;
}

.header_top .on_off {
  display: block;
  max-width: 100%;
}

.header_top .menu_options {
  background-color: #383636;
  display: block;
  clear: both;
  width: 100%;
  float: left;
}

.header_top .menu_options .close_toggle {
  position: relative;
  float: right;
  height: 50px;
}

.header_top .close_toggle img {
  width: 35px;
  height: 35px;
}

.header_top .menu_text_holder {
  max-width: 250px;
  float: left;
}

.header_top .menu_text {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 1.3em;
  color: #ffffff;
  line-height: 1.3;

  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.submenutitle {
  display: none;
}

/*
 *---------------------------------------------------------------
 * MAIN MENU (RESPONSIVE)
 *---------------------------------------------------------------
 *
 */

.main_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 90%;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal; 
}

.main_menu li {
  position: relative;
  background: #121111;
  border-top: 1px solid #383636;
  width: 100%;
  float: left;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal; 
}

.main_menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px;
  display: block;
  font-size: 18px;
  line-height:12px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal; 
  
}

.main_menu li a.rsp_nav_sub {
  position: absolute;
  z-index: 1;
  right: 0;
  height: 57px;
  width: 67px;
  padding: 23px;
}

.main_menu li a:hover {
  background: #e63329;
}

.sub_position_menu .main_menu {
  display: none;
}

.sub_position_menu.on_off .main_menu {
  display: block;
}

.sub_position_menu.on_off .main_menu li {
  background: #2b2b2b;
}

/*
 *---------------------------------------------------------------
 * CONTAINERS & PADDING
 *---------------------------------------------------------------
 *
 */

.blog_page_article,
article.home_block header,
article.home_block .home {
    /** HOME TOP CONTENT PAD **/

    padding-top: 38px;
 

    font-size: 1.2em;
    width:80%;
}

article.home_block header {
  padding-top: 0;
}

.blog_page_article,
.content .container .home {
  /** HOME CONTENT PARAGRAPH DIVS **/
  max-width: 80%;
  margin: 0 auto;
}



#page_con,
.foo_pad,
.pages_pad,
.blog_top_detail {
  padding: 0 38px;
  max-width: 800px;
  margin: 0 auto;
}

.blog_top {
  /** MARCRIST NEWS LIST TITLE TOP **/
  max-width: 800px;
  margin: 0 auto;
}

.home_block#page_con {
  /** HOME CONTENT ARTICLE SECTION **/
  margin: inherit;
  max-width: 100%;
  padding: 0 0;
}

.home_block#page_con h1 {
  /** HOME H1 SECTION **/
  text-align: center;
  margin-top: 0;
}

.bottom_con {
  /** HOME BOTTOM CONTENT SECTION **/
  float: left;
  width: 100%;
  padding-bottom: 86px;
}

.content .container {
  max-width: 100%;
  padding: 38px 0;
  width: 100%;
}

.no_padd_bottom .content .container {
  padding: 38px 0px 0 0px;
}

.content .container h1 {
  font-size: 3em;
  font-weight: 500;
}

.img_title {
  margin-bottom: 38px;
}

/*
 *---------------------------------------------------------------
 * FOOTER
 *---------------------------------------------------------------
 *
 */

.footer {
  background: #f2f2f2;
  float: left;
  width: 100%;
}

.footer_menu {
  padding: 38px 0;
}

.footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  
}

ul.phone {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

.footer_menu ul li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 0.9em;

}

.footer_menu ul li a {
  text-transform: uppercase;
  text-decoration: none;

  color: #171D3F;

  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.footer_menu ul li a:hover {
  color: #e63329;
}

.menu-item_8 a{
  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.footer_menu .left_position.fl {
  width: 100%;
  clear: both;
}

.footer_menu #primary-menu {
  float: right;
  width: 50%;
}

/*
 *---------------------------------------------------------------
 * JOIN THE MARCRIST USER CLUB
 *---------------------------------------------------------------
 *
 */

.got_a_question {
  background: #e63329;
  float: left;
  display: block;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.got_a_question h2 { 
}

.got_a_question h2,
.got_a_question p {
  color: #ffffff;
}

.got_a_question p {
  line-height: 1.5em;
  font-size: 1.1em;
  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.subscribe {
  border-top: solid 1px #171D3F;
  font-size: 1em;
  margin-bottom: 38px;
  padding-top: 38px;
}

.subscribe input::placeholder {
  color: #171D3F;
  opacity: 1; /* Firefox */
}

.subscribe input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #171D3F;
}

.subscribe input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #171D3F;
}

a.subscribe,
.ask a,
a.next_prev,
a.dealers_link,
a.download_link,
a.product_button,
.search_list .product .product_button a,
.mailinglist input.submit_field {
  text-decoration: none;
  background: #171D3F;
  text-align: center;
  
  border-radius: 3px;
  font-size: 1em;
  margin-top: 38px;
  padding: 20px 0;
  color: #ffffff;
  width: 100%;
  float: left;
  border: 0;

  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

a.subscribe:hover,
.ask a:hover,
a.next_prev:hover,
a.dealers_link:hover,
a.download_link:hover {
  transition: 0.3s;
  cursor: pointer;
}

a.subscribe,
.mailinglist input.submit_field {
  border: solid 2px #171D3F;
  padding: 15px 0;
  margin-top: 20px;
}

.ask a {
  border: solid 2px #171D3F;
  margin-top: 0px;
  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.ask a:hover {
  border: solid 2px #fff;
  background: none;
}

.mailinglist form input,
.mailinglist form textarea,
.mailinglist form select {
  padding: 0 10px 0 10px;
  margin: 0;
  border: solid 1px #171D3F;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.mailinglist input.submit_field {
  max-width: 250px;
  margin: 0 auto;
  float: none;
  display: block;
  line-height: normal;
}

.mailinglist form select {
  background: url("/assets/media/d_arrow.svg") #fff no-repeat;
  background-position: right center;
  background-size: contain;
  width: 59%;
}

a.subscribe:hover,
.mailinglist input.submit_field:hover {
  border: solid 2px #e63329;
  background: none;
  color: red;
}

.subscribe span {
  line-height: 24px;
  font-size: 1.1em;
  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.subscribe span.sub_title {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1.2em;
  float: left;
  display: block;
  clear: both;
  width: 100%;
}

.mailinglist header {
  text-align: center;
}

a.next_prev {
  border: solid 2px #171D3F;
  padding: 15px 0;
  margin: 0px;
}

a.next_prev:hover {
  border: solid 2px #e63329;
  background: none;
  color: red;
}

a.dealers_link {
  border: solid 2px #171D3F;
  padding: 15px 0;
  margin: 0px;
  float: left;
}

a.dealers_link:hover {
  border: solid 2px #e63329;
  background: none;
  color: red;
}

a.download_link {
  border: solid 2px #171D3F;
  padding: 15px 0;
  margin: 0px;
  float: left;
}

a.download_link:hover {
  border: solid 2px #e63329;
  background: none;
  color: red;
}

/*
 *---------------------------------------------------------------
 * COPYRIGHT & SOCIAL LINKS
 *---------------------------------------------------------------
 *
 */

.copy_social {
  background: #050505;
  display: block;
  width: 100%;
  float: left;
}

.copy_right {
  display: none;
  font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}

.social_links {
  text-align: justify;
  list-style: none;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  width: 100%;
  max-width: 300px;
}

.social_links li {
  /* 	outline: red solid 1px; */
  display: inline-block;

  margin: 0;
  padding: 0;
}

.social_links:after {
  content: "";
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;
}

.social_links li a {
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  color: transparent;
  line-height: 6;
}

.social_links li.instagram {
  background: url("/assets/media/instagram.svg") center center no-repeat;
  background-size: contain;
}

.social_links li.twitter {
  background: url("/assets/media/twitter.svg") center center no-repeat;
  background-size: contain;
}

.social_links li.facebook {
  background: url("/assets/media/facebook.svg") center center no-repeat;
  background-size: contain;
}

.social_links li.youtube {
  background: url("/assets/media/youtube.svg") center center no-repeat;
  background-size: contain;
}

.social_links li.linkedin {
  background: url("/assets/media/linkedin.svg") center center no-repeat;
  background-size: contain;
}

/*
 *---------------------------------------------------------------
 * SIX HOMEPAGE BOXES
 *---------------------------------------------------------------
 *
 */

img {
  image-rendering: optimizeQuality;
}

.home_services {
  width: 100%;
  float: left;
  background: black;
  margin: 58px 0;
  overflow: hidden;
}

.no_padd_bottom .home_services {
  margin: 58px 0 0 0;
}

.home_services > div {
  position: relative;
  width: 100%;
  float: left;
  height: 300px;
  display: table;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  overflow-y: auto;
}

.home_services > div.odd_number {
  width: 100%;
}

.home_services .service_box {
  overflow: hidden !important;
  overflow-y: auto !important;
}

.home_services .service_box .inner {
  width: 75%;
}

.con {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home_services > div h2 {
  font-weight: 500;
  font-size: 2em;
  margin: 0 0 10px 0;
  color: #fff;
}

.content .container .home_services p {
    margin: 0px;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    filter: brightness(100%);
}

.home_services > .blades .con {
    background-image: url("/assets/media/banners/blades.jpg");
    background-position: center center;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    opacity: 0.8;
}

.home_services > .blades .con h2{

    filter: brightness(100%);

}

.home_services > .akkumax .con {
  background-image: url("/assets/media/banners/akkumax.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  opacity: 0.9;
}

.home_services > .mortor .con {
  background-image: url("/assets/media/banners/mortor.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  opacity: 0.9;
}

/*
.home_services > .drills .con {
    background-image: url('../media/banners/drills.jpg');
    background-position: center center;
    background-size: cover ;
    background-repeat: no-repeat;
}

.home_services > .cores .con {
    background-image: url('../media/banners/cores.jpg');
    background-position: center center;
    background-size: cover ;
    background-repeat: no-repeat;
}

.home_services > .grinding .con {
    background-image: url('../media/banners/grinding.jpg');
    background-position: center center;
    background-size: cover ;
    background-repeat: no-repeat;
}

.home_services > .abrasives .con {
    background-image: url('../media/banners/abrasives.jpg');
    background-position: center center;
    background-size: cover ;
    background-repeat: no-repeat;
}

.home_services > .machines .con {
    background-image: url('../media/banners/machines.jpg');
    background-position: center center;
    background-size: cover ;
    background-repeat: no-repeat;
}
*/
/*
 *---------------------------------------------------------------
 * Plumbing BG
 *---------------------------------------------------------------
 *
 */

.home_services.plumbing_homepage_images > .blades .con {
  background-image: url("/assets/media/banners/ph-1-blades.jpg");
}

.home_services.plumbing_homepage_images > .cores .con {
  background-image: url("/assets/media/banners/ph-2-cores.jpg");
}

.home_services.plumbing_homepage_images > .drills .con {
  background-image: url("/assets/media/banners/ph-3-drills.jpg");
}

/*
 *---------------------------------------------------------------
 * Genral Building BG
 *---------------------------------------------------------------
 *
 */

.home_services.general_building_images > .blades .con {
  background-image: url("/assets/media/banners/gb-1-blades.jpg");
}

.home_services.general_building_images > .drills .con {
  background-image: url("/assets/media/banners/gb-2-drills.jpg");
}

.home_services.general_building_images > .cores .con {
  background-image: url("/assets/media/banners/gb-3-cores.jpg");
}

.home_services.general_building_images > .grinding .con {
  background-image: url("/assets/media/banners/gb-4-grinding.jpg");
}

.home_services.general_building_images > .abrasives .con {
  background-image: url("/assets/media/banners/gb-5-abrasives.jpg");
}

/*
 *---------------------------------------------------------------
 * Landscaping BG
 *---------------------------------------------------------------
 *
 */

.home_services.landscaping_images > .blades .con {
  background-image: url("/assets/media/banners/la-1-blades.jpg");
}

.home_services.landscaping_images > .drills .con {
  background-image: url("/assets/media/banners/la-2-drills.jpg");
}

.home_services.landscaping_images > .cores .con {
  background-image: url("/assets/media/banners/la-3-core.jpg");
}

/*
 *---------------------------------------------------------------
 * Electrical BG
 *---------------------------------------------------------------
 *
 */

.home_services.electrical_images > .blades .con {
  background-image: url("/assets/media/banners/el-1-blades.jpg");
}

.home_services.electrical_images > .drills .con {
  background-image: url("/assets/media/banners/el-2-drills.jpg");
}

.home_services.electrical_images > .cores .con {
  background-image: url("/assets/media/banners/el-3-core.jpg");
}

.home_services.electrical_images > .abrasives .con {
  background-image: url("/assets/media/banners/el-5-abrasives.jpg");
}

/*
 *---------------------------------------------------------------
 * Tiling BG
 *---------------------------------------------------------------
 *
 */

.home_services.tiling_images > .blades .con {
  background-image: url("/assets/media/banners/ti-1-blades.jpg");
}

.home_services.tiling_images > .drills .con {
  background-image: url("/assets/media/banners/ti-2-drills.jpg");
}

.home_services.tiling_images > .abrasives .con {
  background-image: url("/assets/media/banners/ti-3-abrasives.jpg");
}

.home_services.tiling_images > .grinding .con {
  background-image: url("/assets/media/banners/ti-4-grinding.jpg");
}

/*
.home_services.tiling_images > .cores .con {
	background-image: url('../media/banners/ti-4-core.jpg');
}
*/

.home_services > .drills .con {
  background-image: url("/assets/media/banners/drills.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_services > .cores .con {
  background-image: url("/assets/media/banners/cores.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_services > .grinding .con {
  background-image: url("/assets/media/banners/grinding.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_services > .abrasives .con {
  background-image: url("/assets/media/banners/abrasives.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_services > .machines .con {
  background-image: url("/assets/media/banners/machines.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
 *---------------------------------------------------------------
 * MISC
 *---------------------------------------------------------------
 *
 */

html:before {
  position: absolute;
  background: gray;
  z-index: 999;
  content: "Mobile";
  padding: 4px 6px;
  display: block;
  color: #fff;
  font-size: 0.6em;
  opacity: 0.3;
  display: none !important;
}

/*
 *---------------------------------------------------------------
 * COOKIE OVERIDE
 *---------------------------------------------------------------
 *
 */

.cc-color-override-530831885.cc-window { font-family: font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif background: #171D3F !important; }

.cc-color-override-530831885 .cc-btn {
  text-decoration: none;
  border-radius: 3px;
  background: #e63329 !important;
  text-transform: uppercase;
  font-size: 0.9em !important;
}

.cc-color-override-530831885 .cc-btn:hover,
.cc-color-override-530831885 .cc-btn:focus {
  border: solid 2px #fff;
  background: none !important;
}

.cc-color-override-530831885 .cc-link,
.cc-color-override-530831885 .cc-link:active,
.cc-color-override-530831885 .cc-link:visited {
  color: #e63329 !important;
  opacity: 1 !important;
}

.cc-color-override-530831885 .cc-link:hover {
  color: #1f4b89 !important;
}

/*
 *---------------------------------------------------------------
 * BLOG LIST
 *---------------------------------------------------------------
 *
 */

.blog_article {
  background: #ebeaea;
  float:left;
  width: 300px;
  height: 600px;
  display: block;
  margin:20px;
}

.blog_thumb {
  width: 100%;
  float: left;
  display: block;
}

.blog_thumb a {
  width: 100%;
  height: 100%;
  float: left;
}

.blog_thumb img {
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.blog_post {
  margin-left: auto;
  margin-right: auto;
  padding: 38px 42px 38px 38px;
  min-height: 215px;
  display: block;
  width: 100%;
  clear: both;
}

.blog_post .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.blog_post .title,
.blog_post .link {
  font-size: 1.3em;
  color: #171D3F;
  font-weight: 500;
}

.blog_post .title:hover,
.blog_post .link:hover {
  text-decoration: none;
  color: #e63329;
}

.blog_post .intro {
  margin: 15px 0;
}

.content .container .blog_post .intro p {
  margin: 0;
  /* 	line-height: 1.6em; */
  font-size: 1.2em;
  font-weight: 500;
}

.bg_img_banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 400px;
  float: left;
}

.guarantee_badge .bg_img_banner {
  background-size: contain;
}

.blog_top .blog_top_title,
.explore_more .blog_top_title {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 38px;
}

.explore_more .blog_top_title {
  text-align: center;
  margin-top: 38px;
}

/*
 *---------------------------------------------------------------
 * DOWNLOADS LIST
 *---------------------------------------------------------------
 *
 */

.pdf_download {
  margin-top: 38px;
}

.download_links {
  margin-top: 38px;
  float: left;
  width: 100%;
  clear: both;
}

.download_links a.down_link {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  clear: both;
  display: block;
  color: #171D3F;
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 25px;
}

.download_links a.down_link:hover {
  color: #e63329;
}

.download_links a .down_plus_img {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 0;
  right: 0;
}

.download_blocks h1 {
  margin-top: 0px;
}

.pdf_download .blog_post .title {
  /* 	text-transform: uppercase; */
}

/*
 *---------------------------------------------------------------
 * PRODUCTS LIST
 *---------------------------------------------------------------
 *
 */

.products_filters {
  
  display: block;
  width: 100%;
  float: left;
  margin-top: 38px;
  clear: both;
  
}

.filterbox {
    border-bottom: #171D3F solid 1px;
    
}

.filterbox:last-child {
  border-bottom: 0px;
}

.filterbox.refineby {
  border-bottom: #171D3F solid 1px;
  padding: 20px 30px;
}

.filterbox .collapse {
  border-bottom: #171D3F solid 1px;
  padding: 20px 30px;
  width: 100%;
}

.filter_view h5 {
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 0;
}

.filter_view .comparison {
    color: #171D3F;
    
}

.filter_view .comparison:hover {
  color: #e63329;
}

.filter_view select {
    background: url("/assets/media/d_arrow.svg") #fff no-repeat;
    background-position: right center;
    background-size: contain;
    width: 100%;
    font-size: large;
    
}

.filter_view h5 {
    position: relative;
}

.filterbox .reset {
  height: 26px;
  width: 26px;
  font-size: 0px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

.filterbox .reset span {
  display: block;
  width: 26px;
  height: 26px;
}

.filterbox .reset:hover svg {
  fill: #e63329;
}

.filter_view .filter_all {
  display: none;
  margin-top: 30px;
  padding: 0 30px;
}

.filter_view .filter_all label {
  text-transform: uppercase;
  position: relative;
  background: none;
  line-height: 25px;
  padding: 0 35px;
  font-weight: 600;
  margin: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.filter_view .filter_all label:hover {
  color: #e63329;
}

.filter_view .filter_all .clear {
  margin-bottom: 30px;

}

.compare_outer label {
  text-transform: uppercase;
  position: relative;
  background: none;
  line-height: 25px;
  padding: 0 30px;
  font-weight: 600;
  margin: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  /* 	outline: red solid 1px; */
  float: left;
}

/* The container */
.filtercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  /*   margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear: both;
}

.compare_outer {
  display: block;
  position: relative;
  font-size: 0.5em;
  font-weight: 100;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear: both;
  margin-bottom: 10px;
}

/* Hide the browser's default checkbox */
.filtercheck input,
.compare_outer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  border: #171D3F solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  float:left;
  /*   background-color: #eee; */
}

.compare_outer .checkmark {
  opacity: 0.4;
}

/* On mouse-over, add a grey background color */
.filtercheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filtercheck input:checked ~ .checkmark,
.compare_outer input:checked ~ .checkmark {
  color: black;
  opacity: 1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filtercheck input:checked ~ .checkmark:after,
.compare_outer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filtercheck .checkmark:after,
.compare_outer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #171D3F;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.filter_arrow {
  text-decoration: none;
  text-align: center;
  float: right;
  width: 25px;
  color: #171D3F;
}

a.filter_arrow:hover {
  color: #e63329;
}

h1 span.counter {
  font-size: 0.5em;
}

.products_list,
.related_products .products_list {
  
  display: block;
  
}

.related_products {
  margin-top: 20px;

}

.related_products .products_list {
  margin-top: 0px;
  float: left;
}

.products_list .fav_image .helper img,
.search_list .product .product_image img {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.related_products .products_list .fav_image .helper img {
  max-width: 120px;
}

.related_products .products_list .product_button {
  display: none;
}

.products_list .fav_title {
  margin-bottom: 38px;
  /* 	min-height: 0px; */
  text-align: center;
}

.products_list .fav_title .link_title {
  margin: 10px 0;
  width: 100%;
  display: block;
  float: left;
}

.products_list .fav_title a {
  clear: both;
  word-break: break-word; /* or use break-all if needed */
}

.link_title a,
.product_title a,
.search_list .product_price a {
  text-decoration: none;
  font-size: 1.2em;
  font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;
  color: #171D3F;
}

.link_title a:hover,
.search_list .product_title a:hover,
.search_list .product_price a:hover {
  color: #e63329;
}

.search_list .product_price {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 20px;
}

.products_list .fav_title a.product_button,
.search_list .product .product_button a {
  border: solid 2px #171D3F;
  background-color: transparent;
  margin-top: 0px;
  padding: 10px 0;
  width: 100%;
  color: #171D3F;
  font-size: 1em;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.products_list .fav_title a.product_button:hover,
.search_list .product .product_button a:hover {
  border: solid 2px #e63329;
  padding: 10px 0;
  background: none;
  color: #e63329;
}

/*
 *---------------------------------------------------------------
 * CAREERS LIST
 *---------------------------------------------------------------
 *
 */

.careers .bg_img_banner {
  min-height: 330px;
  width: 100%;
}

.vacancy_desc {
  margin: 38px 0;
}

strong.vac_title {
  font-weight: 500;
  font-size: 1.3em;
}

.vacancy_article div h1 {
  column-span: all;
}

.content .container .vacancy_desc h1 {
  text-align: left;
}

.vacancy_desc strong {
  color: #171D3F;
}

/*
 *---------------------------------------------------------------
 * DEALERS LIST
 *---------------------------------------------------------------
 *
 */

.dealers .bg_img_banner {
  position: relative;
  min-height: 250px;
  width: 100%;
}

.dealers_holder {
  position: absolute;
  width: 100%;
  height: 100%;
}

.dealers .bg_img_banner .pages_pad {
  position: relative;
  width: 100%;
  height: 100%;
}

.content .container .dealers_holder .inner {
  padding: 0 38px;
}

.content .container .dealers_holder .inner h1 {
  text-align: left;
  color: #ffffff;
  
}


    .content .container .dealers_holder .inner h3 {
        text-align: left;
        color: #ffffff;
    }

.dealers_list {
  padding-top: 38px;
  padding-bottom: 38px;
  clear: both;
}

.dealers_list > div {
  margin-top: 38px;
  float: left;
}

.dealers_list a.title {
  text-decoration: none;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 38px;
  color: #171D3F;
}

.dealers_list a.title:hover {
  color: #e63329;
}

.dealers_img {
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

.dealers_img img {
  width: 100%;
}

/*
 *---------------------------------------------------------------
 * BLOG LIST (ELLIPSIS)
 *---------------------------------------------------------------
 *
 */

/* styles for '...' */
.content .container .blog_post .intro p.block-with-text,
.content .container .pdf_download p.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.3em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.8em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: left;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.content .container .blog_post .intro p.block-with-text:before,
.content .container .pdf_download p.block-with-text:before {
  /* points in the end */
  content: "...";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.content .container .blog_post .intro p.block-with-text:after,
.content .container .pdf_download p.block-with-text:after {
  /* points in the end */
  content: "";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: #ebeaea;
}

/* styles for '...' */
.products_list .fav_title .link_title {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.3em;
    /* max-height = line-height (1.2) * lines max number (3) */
    /*max-height: 5.3em;*/
    min-height: 5.3em;
    /* fix problem when last visible word doesn't adjoin right side  */
    /* 	text-align: left;   */
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
/* create the ... */
.products_list .fav_title .link_title:before {
  /* points in the end */
  /* 	content: '...'; */
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.products_list .fav_title .link_title:after {
  /* points in the end */
  content: "";
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  /* 	background: #EBEAEA; */
}

/*
 *---------------------------------------------------------------
 * BLOG ARTICLE
 *---------------------------------------------------------------
 *
 */

.content .container .blog_page_article h1 {
  text-align: left;
}

/*
 *---------------------------------------------------------------
 * BLOG PAGING
 *---------------------------------------------------------------
 *
 */

ul.blog_list_paging {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}

/*
 *---------------------------------------------------------------
 * BREADCRUMBS
 *---------------------------------------------------------------
 *
 */

.home .breadcrumbs {
  margin: 0;
}

.breadcrumbs {
  margin-bottom: 38px;
}

.breadcrumbs a:first-child:before {
  text-align: center;
  background: #171D3F;
  width: 15px;
  height: 15px;
  content: "<";
  color: #fff;
  display: block;
  float: left;
  border-radius: 50px;
  font-weight: 500;
  margin-right: 5px;
  line-height: 15px;
  font-size: 0.9em;
}

.breadcrumbs a:hover:before {
  background: #e63329;
}

.breadcrumbs a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 1em;
  color: #171D3F;
}

.breadcrumbs a:hover {
  color: #e63329;
}

.breadcrumbs span {
  text-decoration: underline;
  font-weight: 500;
  font-size: 1em;
  color: #bebaba;
}

/*
 *---------------------------------------------------------------
 * FAQS
 *---------------------------------------------------------------
 *
 */

.question_block {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.3em;
  background: #f8f5f5;
  margin-bottom: 2px;
  float: left;
  width: 100%;
}

.question_block dl {
  margin: 0;
}

.question_block .slidetitle {
  position: relative;
  padding-left: 20px;
  width: 100%;
  float: left;
}

.question_block .slidetitle span {
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.faq_plus {
  position: absolute;
  right: 20px;
  top: 15px;
  height: 30px;
  width: 30px;
  overflow: hidden;
}

.slidetitle.active .faq_plus .faq_minus_img {
  position: absolute;
  outline: green solid 4px;
  z-index: 1;
  top: 0;
  left: 0;
}

.question_block dd {
  background: #ffffff;
  margin: 0;
  padding: 38px 20px;
  float: left;
  width: 100%;
  color: #171D3F;
}

.question_block dd ul {
  font-size: 1em;
}

.content .container .faq_text_drop_downs h1 {
  text-align: left;
}

.faq_text_drop_downs .half_block {
  margin: 38px 0;
}

.faq_search {
  margin-bottom: 38px;
  float: left;
  width: 100%;
}

.faq_search input {
  padding: 0 0 0 20px;
  margin: 0;
  border: solid 1px #171D3F;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.faq_search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: uppercase;
  opacity: 1; /* Firefox */
  font-weight: 500;
}

.faq_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-weight: 500;
}

.faq_search input::-ms-input-placeholder {
  /* Microsoft Edge */
  text-transform: uppercase;
  font-weight: 500;
}

.faq_search input[type="button"],
.contact_search .contact_from input[type="submit"],
.register_form  input[type="submit"],
.login form input[type="submit"] {
  text-decoration: none;
  background: #171D3F;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  font-size: 1em;
  color: #ffffff;
  padding: 0;
  width: 100%;
  float: left;
  border: 0;
  line-height: 48px;
  margin-bottom: 0px;
  border: solid 2px #171D3F;
}

.faq_search input[type="button"]:hover,
.contact_search .contact_from input[type="submit"]:hover,
.register_form  input[type="submit"]:hover,
.login form input[type="submit"]:hover {
  transition: 0.3s;
  border: solid 2px #e63329;
  background: none;
  color: red;
  cursor: pointer;
}

.faq_bottom {
  text-align: center;
  display: block;
  clear: both;
}

.content .container .faq_bottom h1 {
  margin-top: 0px;
  text-align: center;
}

.faq_group {
  float: left;
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 38px;
}

.contact_search h3 {
  font-size: 1.4em;
}

/*
 *---------------------------------------------------------------
 * CONTACTS
 *---------------------------------------------------------------
 *
 */

.contact_search {
  padding-top: 38px;
}

.contact_search .w_50 {
  width: 100%;
}

.contact_search .contact_from input,
.contact_search .contact_from textarea {
  padding: 0 20px 0 20px;
  margin: 0;
  border: solid 1px #171D3F;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.contact_search .contact_from textarea {
  height: 100px;
}

.contact_search strong {
  color: #171D3F;
}

.contact_from .fields label {
  display: none;
}

/*
 *---------------------------------------------------------------
 * LOGIN
 *---------------------------------------------------------------
 *
 */

.login form input {
  padding: 0 20px 0 20px;
  margin: 0;
  border: solid 1px #171D3F;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.login form select {
  padding: 0 20px 0 20px;
  margin: 0;
  border: solid 1px #171D3F;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
  color: #d1d1d1;
  background: none;
}

.login form .countryField {
  position: relative;
}

.login form .countryField:after {
  text-align: center;
  position: absolute;
  content: "V";
  display: block;
  font-size: 1.4em;
  line-height: 50px;
  z-index: -1;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
}

.login .fields label {
  display: none;
}

.content .container .login h1 {
  text-align: left;
  margin-top: 0px;
}

.login .w_50 {
  width: 100%;
}

/*
 *---------------------------------------------------------------
 * REGISTER
 *---------------------------------------------------------------
 *
 */

.register_text {
  background: #ebeaea;
  margin-top: 38px;
  float: left;
  width: 100%;
  clear: both;
}

.register_text div {
  padding: 0 20px;
}

.register_text {
  margin-top: 38px;
  float: left;
  width: 100%;
  clear: both;
}

.register_form input,
.register_form textarea,
.register_form select,
.register_form checkbox 
{ padding: 0 10px 0 10px; margin: 0; border: solid 1px #171D3F; line-height: 50px; height: 50px; margin-bottom: 10px; font-size: 1.3em; font-weight: 500; }

.register_form  select {
  background: url("/assets/media/d_arrow.svg") #fff no-repeat;
  background-position: right center;
  background-size: contain;
  width: 59%;
}

.register_form  label {
  line-height: 50px;
  font-size: 1.3em;
  padding: 0;
  width: 49%;
  float: left;
  font-weight: 500;
}

.register_form  .error label {
  color: #d1403f;
}

.register_form  select,
.register_form  input {
  width: 49% !important;
  float: right;
}

.register_form  input[type="submit"] {
  width: 100% !important;
  float: right;
  margin-top: 20px;
}

.reg_product_info {
  display: block;
  float: left;
  width: 100%;
}

.register_form  .fields {
  float: left;
  width: 100%;
  display: block;
}

.register_form h3 {
  margin-top: 38px;
  text-transform: uppercase;
}

/*
 *---------------------------------------------------------------
 * EXPLORE THE RANGE
 *---------------------------------------------------------------
 *
 */

.explore_range_bg {
  position: relative;
}

.explore_range_bg .con {
  position: absolute;
}

.explore_range_bg h2 {
  color: #ffffff;
  font-size: 2em;
}

.explore_range_article {
  margin-bottom: 38px;
}

/*
 *---------------------------------------------------------------
 * PRODUCT DETAIL PAGE
 *---------------------------------------------------------------
 *
 */

.related_products {
  float: left;
  display: block;
  
}

.related_products h2 {
  text-align: left;
}

.product_table {
  width: 100%;
}

.product_table table {
  border-collapse: collapse;
}

.product_table h2 {
  font-size: 1em;
}

.product_table tr {
  background: #ffffff;
}

.product_table th,
.product_table td {
  font-weight: 400;
  padding: 15px 0 0 0;
  color: #171D3F;
  border: 0px;

}

.product_table table tr:first-child {
  border-bottom: 1px solid #cecece;
}

.used_suitable {
  margin-top: 0px;
}

.suitable_info,
.used_info {
  margin-bottom: 20px;
}

.suitable_info,
.used_info {
  border-bottom: 1px solid #cecece;
}

.used_suitable .disc {
  font-family: "fututa-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #171D3F;

}



.product_image {
  width: 100%;
}

ul.thumbnail-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 38px 0 0 0;

  /* key updates */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

ul.thumbnail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* space between images */
}

.thumbnail-list li {
  flex: 0 0 22%;
  box-sizing: border-box;
  border: 1px solid #d5d0d0;
  transition: border-color 0.3s;
}

.thumbnail-list li img {
  display: block;
  width: 100%;
  height: auto;
}


a.where_to,
a.explore_range {
  position: relative;
  text-decoration: none;
  background: #1f4b89;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  font-size: 1em;
  color: #ffffff;
  padding: 0 20px;
  width: 100%;
  float: left;
  border: 0;
  line-height: 48px;
  margin: 20px 0 0 0;
  border: solid 2px #1f4b89;
}

a.explore_range {
  background: #019501;
  border: solid 2px #019501;
  text-align: center;
  float: right;
  width: 100%;
  padding: 0;
}

a.explore_range:hover {
  transition: 0.3s;
  border: solid 2px #171D3F;
  background: none;
  color: #171D3F;
  cursor: pointer;

}

a.where_to:hover {
  transition: 0.3s;
  border: solid 2px #e63329;
  background: none;
  color: red;
  cursor: pointer;
  text-align: center;
}

a.where_to:before {
  content: "";
  position: absolute;
  text-align:center;
  display: block;
  width: 30px;
  height: 48px;
  right: 20px;
  top: 0;
}

a.where_to:hover:after { content: ""; position: absolute; text-align: center; display: block; width: 30px; height: 48px; right: 20px; top: 0; }

.see_more a {
  font-size: 1em;
  font-weight: 600;
}

.see_more a:hover {
  color: #171D3F;
}

.product_price {
  font-size: 2em;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.stockists article {
  /*
        background: #f2f2f2;
        padding:  20px;
    */
}

.stockists_form .tradeField {
  position: relative;
}

.stockists_form .tradeField:before {
  position: absolute;
  background: #171D3F url("/assets/media/arrow_down.svg") center center no-repeat !important;
  background-size: 20px !important;
  right: 0;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  z-index: 0;
}

.stockists_form .tradeField select {
  z-index: 1;
  position: relative;
  background: none;
  color: #d1d1d1;
}

.stockists_form input,
.stockists_form select,
.stockists_form textarea {
  padding: 0 20px 0 20px;
  margin: 0;
  border: solid 1px #171D3F;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.stockists_form input[type="submit"] {
  text-decoration: none;
  background: #171D3F;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
  font-size: 1em;
  color: #ffffff;
  padding: 0;
  width: 100%;
  float: left;
  border: 0;
  line-height: 48px;
  margin-bottom: 0px;
  border: solid 2px #171D3F;
}

.stockists_form input[type="submit"]:hover {
  background: #ffffff;
  color: #060606;
}

.stockists_form label {
  display: none;
}

.stockists .w_20 {
  width: 100%;
}

.stockists .intro {
  border: solid 1px #171D3F;
  font-size: 1.2em;
  background: #ffffff;
  min-height: 150px;
  list-style: none;
  padding: 20px;
  margin: 20px 0 0 0;
  width: 100%;
  color: #171D3F;
}

.stockists .intro a {
  font-weight: 800;
  color: #171D3F;
}

.stockists .intro:hover,
.stockists .intro:hover a {
  background: #171D3F;
  color: #fff;
}

.address_locations {
  display: block;
  clear: both;
  width: 100%;
}

.address_locations .address,
.address_locations .address.tech_support {
  margin-top: 20px;
  float: left;
  width: 100%;
}
/*
.banner_error .article_banner {
    position: relative;
}

.banner_error .article_banner:after {
    background: red;
    content: 'No Banner Image';
    color: #fff;
    padding: 4px;
    font-size: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
*/

/*
 *---------------------------------------------------------------
 * Technical Details - ICONS
 *---------------------------------------------------------------
 *
 */

.techIcons {
  /*     outline: red solid 1px; */
}

.techIcons img {
  /*     outline: black solid 1px; */
  
  height: auto;
  float: left;
  margin: 0 0px 0px 0;
  width: 80px;
}
.compare_products td img {
  padding: 10px;
  margin: 0px auto;
  height: auto;
  max-width: 180px;
  /*
	max-width: 300px;
	width: 100%;
*/
}

.compare_products td .fav_image {
  position: relative;
}

.compare_products td .fav_image a.close {
  position: absolute;
  display: block;
  right: 0;
  color: transparent;
  z-index: 999999;
}

.compare_products td .fav_image a.close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.compare_products td .fav_image a.close:hover:after {
  opacity: 0.5;
}

.compare_products a.product_button {
  margin-top: 0px;
  display: block;
  float: left;
  height: 50px;
  width: 100%;
}

.comparison_mobile {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.compare_products .clear {
  overflow-x: auto;
}

/*
 *---------------------------------------------------------------
 * PAGING
 *---------------------------------------------------------------
 *
 */

.paging {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.paging ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}

.paging ul li {
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.paging ul li:last-child {
  margin-right: 0px;
}

.paging ul li a {
  border-radius: 4px;
  text-decoration: none;
  background: #171D3F;
  padding: 7px 17px;
  display: block;
  float: left;
  color: #ffffff;
  border: solid 2px #171D3F;
}

.paging ul li.selected a {
  background: #e63329;
  border: solid 2px #e63329;
}

.paging ul li a:hover,
.paging ul li.selected a:hover {
  background: #ffffff;
  border: solid 2px #e63329;
  color: #e63329;
}

.dealers_logos {
  float: left;
  width: 100%;
}

.dealers_logos img {
  max-width: 250px;
  width: auto;
  margin: 0 auto;
}

.dealers_logos div {
  padding: 20px 0;
  height: 250px;
  margin: 20px 0;
}

.guarantees .content .container .blog_post .intro p.block-with-text,
.guarantees .content .container .pdf_download p.block-with-text {
  overflow: visible;
}

.guarantees .content .container .blog_post .intro p.block-with-text:after,
.guarantees .content .container .pdf_download p.block-with-text:after,
.guarantees .content .container .blog_post .intro p.block-with-text:before,
.guarantees .content .container .pdf_download p.block-with-text:before {
  display: none;
}

.guarantees .content .container .blog_post .intro p.block-with-text {
  text-align: left;
  font-size: 1.15em;
}

a.comparison {
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  /* 	border:solid 2px #171D3F; */
  text-decoration: none;
  text-transform: uppercase;
  background: #e63329;
  margin-top: 0px;
  padding: 20px 0;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1em;
  /*     border-radius: 3px; */
  z-index: 999;
  display: none;
}

a.comparison:hover {
  /* 	border:solid 2px #E63329; */
  background: #171D3F;
  color: #fff;
}

.pages_pad {
  position: relative;
}

img.ajax_loader {
  display: none;
  position: absolute;
  right: 50%;
  z-index: 999;
  top: 15px;
}

/*
 *---------------------------------------------------------------
 * RESPONSIVE WIDTH 400px OR LESS
 *---------------------------------------------------------------
 *
 * To adjust responsive width change the setting in database and
 * also below...
 *
 */

@media (max-width: 800px) {

  header.header_top{
    padding: 0px;
  }

  /* Force table to not be like tables anymore */
  .compare_products table,
  .compare_products thead,
  .compare_products tbody,
  .compare_products th,
  .compare_products td,
  .compare_products tr {
    display: block;
  }

    #page_con,
    .foo_pad,
    .pages_pad,
    .blog_top {
        max-width: 95%;
        padding: 0;
    }

   

  /* Hide table headers (but not display: none;, for accessibility) */
  .compare_products thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .compare_products tr {
    border: 1px solid #ccc;
  }

  .compare_products td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /* 	padding-left: 50%;  */
  }

  .compare_products td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .compare_products tr.hidden_compare {
    display: none;
  }

  .compare_products td .comparison_mobile img {
    max-width: 150px;
  }
}







@media (min-width: 600px) {
  .products_list .fav_item_holder,
  .live_search .product_list .product {
    display: inline-block;
    padding: 0 1em;
    width: 32%;
  }



  .live_search .product_list .product .product_title {
    margin: 20px 0 0 0;
    height: 80px;
  }

  .live_search .product_list .product .product_title {
    text-overflow: inherit;
    white-space: inherit;
  }

  .category_description {
    padding: 1em;
    width: 100%;
  }

  .products_list .fav_title .link_title {
    height: 140px;
  }

  .products_list,
  .products_filters {
    clear: none;
  }


  

  

  .content .container .title_price h1 {
    text-align: left;
    line-height: 1em;
  }

        /*
        a.where_to {
            width: 60%;
        }

        a.explore_range {
            width: 39%;
            font-size: 0.6em;
        }
    */
        /*
        a.where_to:before, a.where_to:hover:after {
            display: none;
        }
    */
  }

@media (min-width: 800px) {
  .comparison_mobile {
    display: none;
  }

    .content .container .dealers_holder .inner h1 {
        text-align: left;
        color: #ffffff;
        font-size: 4.5em;
    }

        .product_image {
    float: right;
    width: 100%;
  }

    


  ul.thumbnail-list:after {
    display: none;
  }

  .thumbnail-list li {
    width: 100%;
  }

  a.where_to {
    text-align: center;
    width: 49%;
  }

  a.where_to:before,
  a.where_to:hover:after {
    display: none;
  }

  a.explore_range {
    width: 49%;
  }

  html:before {
    background: gray;
    content: "800px";
  }

  .container {
    max-width: 800px;
    margin: 0 auto;
  }

  .top_container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    clear: both;
  }

  .top_container:after {
    content: "";
    clear: both;
    display: table;
  }

  .header_top .rsp_nav {
    display: none;
  }

  .search_down_explore {
    position: relative;
    float: right;
    display: block;
  }

  .header_top .search {
    width: 30px;
  }

  .header_top .search.download {
    display: block;
  }

  .header_top .search.download,
  .header_top .search,
  .header_top .search.globe {
    position: relative;
    margin-right: 10px;
    height: 72px;
    float: left;
    left: 0;
  }

  .header_top .search:hover,
  .header_top .globe:hover {
    background-color: inherit;
  }

  .goog-te-gadget-simple {
    height: 100%;
  }

  .header_top .logo {
    margin-left: 30px;
    float: left;
  }

  .header_top .left_position {
    display: block;
    background: none;
    max-width: 550px;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding-top: 7px;
    position: inherit;
  }

  .main_menu {
    text-align: left;
  }

  .main_menu:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }

  .main_menu li {
    position: static;
    border: 0;
    display: inline-block;
    background: none;
    width: auto;
    float: none;
    font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal; 
   }

  .main_menu li a {
    font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal; 
    
    color: #171D3F;
    

    padding: 15px 3px 0px 3px;
    font-size: 0.9em;
    /* added by craig */
   
  }

  .main_menu li a:hover {
    background: none;
    color: #e63329;
  }

  .header_top .left_position .left_position,
  .header_top .menu_options,
  .main_menu li a.rsp_nav_sub {
    display: none;
  }

  /*
         .header_top .left_position .left_position {
            display: block;
            max-width: 100%;
            top:50px;
            background: pink;
            width: 900px;
            z-index: 999;
            left: 0;
            right: 0;
         }
    */

  .main_menu li:hover .submenutitle span {
    font-weight: 500;
    padding: 33px 30px 20px 15px;
    color: #bbbbbb;
    font-size: 0.9em;
    text-transform: uppercase;
  }

  .sub_position_menu .main_menu {
    display: block;
  }

  .header_top .sub_position_menu {
    background: rgba(232, 232, 232, 1);
    position: absolute;
    z-index: 999;
    top: 55px;
    left: 0;
    right: 0;

    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .main_menu li:hover .sub_position_menu {
    visibility: visible;
    opacity: 1;
  }

  .header_top .sub_position_menu ul {
    /* 		  outline: red solid 1px; */
    text-align: left;
    float: none;
    margin: 0 auto;
    width: auto;
  }

  .header_top .sub_position_menu ul li a {
    padding: 33px 15px 20px 15px;
  }

  .content {
    display: block;
    clear: both;
    float: left;
    width: 100%;
  }

  .got_a_question h2 {
    margin-right: 30px;
  }

  .got_holder {
    width: 66%;
    float: left;
  }

  .got_a_question p {
    font-size: 0.8em;
    padding: 9px 0;
    margin: 0;
    font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .ask {
    width: 30%;
    float: right;
  }

  .subscribe {
    border-top: 0px;
    max-width: 400px;
    float: left;
    width: 40%;
  }

  .subscribe span {
    font-size: 1.2em;
    width: 100%;
    clear: both;
    float: left;

    font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
  }

  a.subscribe {
    max-width: 120px;
  }

  a.next_prev {
    max-width: 240px;
    margin: 0 auto;
    float: none;
    display: block;
  }

  a.dealers_link {
    max-width: 240px;
    display: block;
  }

  .footer_menu {
    float: right;
    width: 59%;
    max-width: 570px;
        
  }

  .footer_menu #primary-menu {
    float: right;
  }

  .footer_menu .sub_position_menu {
    max-width: 130px;
    margin-left: 3%;
    width: 33%;
    float: right;
  }

  .left_position.fl {
    margin-left: 0px;
  }

  .footer_menu .left_position ul {
    width: 100%;
  }

  .footer_menu .left_position.fl {
    width: 33%;
    float: left;
  }

  .copy_right {
    display: block;
    float: left;
    color: #ffffff;
  }

  .social_links {
    width: auto;
    float: right;
    margin: 0;
    padding: 0;
  }

  .social_links li {
    margin-left: 35px;
  }

  .social_links li a {
    width: 16px;
    height: 16px;
  }

  .social_links:after {
    display: none;
  }

  .copy_social .container {
    padding: 20px 28px;
  }

  .copy_social .container:after {
    content: "";
    clear: both;
    display: table;
  }

  .mn_slides li,
  .bg_img_banner {
    min-height: 500px;
  }

  .home-box a.rslides_nav {
    display: block;
    line-height: 500px;
  }

  .mn_slides li .inner h2 {
    font-size: 4.4em;
  }

  .mn_slides li .inner p {
    font-size: 1.2em;
    font-weight: 500;
  }

  .mn_slides li .inner p br {
    display: block;
  }

  .mn_slides li .inner a {
    max-width: 260px;
    padding: 15px 0;
  }

  

  /*.content .container h1,
  .blog_top .blog_top_title,
  .explore_more .blog_top_title,
  .dealers_list a.title {
    font-size: 2.5em;
    margin-bottom: -15px;
  }*/

  .content .container h2,
  .blog_top .blog_top_title,
  .explore_more .blog_top_title,
  .dealers_list a.title {
    font-size: 1.6em;
  }



    .content .container h3,
    .blog_top .blog_top_title,
    .explore_more .blog_top_title,
    .dealers_list a.title {
        font-size: 1.9em;
        text-align: left;
        margin-top:50px;
    }

  .explore_range_bg h2 {
    font-size: 4em;
  }

  .content .container p,
  .content ul {
    text-align: left;
    line-height: 1.4em;
    font-size: 1.2em;
  }

  .content .container h1 {
    text-align: center;
  }

  .content .container .home p {
    text-align: left;
  }

  .home_services > div {
    height: 400px;
    border: 0px;
    width: 50%;
  }

  .home_services > div h2 {
    font-size: 2.5em;
  }

    .content .container .home_services p {
        font-size: 1.5em;
        text-align: left;
    }

  .home_services > div .con {
    transition: all 0.5s ease;
    opacity: 0.8;
  }

  .home_services > div .con:hover {
    transform: scale(1.2);
    opacity: 1;
  }

  @-moz-document url-prefix() {
    .home_services > div .con:hover {
      transform: inherit;
    }
  }

  /* Internet Explorer 10+, Microsoft Edge Browser */

  _:-ms-lang(x),
  .home_services > div .con:hover {
    transform: inherit;
  }

  .rslides_tabs {
    display: block;
  }

  .mn_slides li .inner p br {
    display: block;
  }

  article h2 {
    font-size: 1.9em;
  }

  .blog_article {
    margin-bottom: 15px;
    width: 49%;
    float: left;
  }

  .blog_article:nth-child(2) {
    float: right;
  }

  .content .container .vacancy_article h1 {
    text-align: left;
  }

  .vacancy_article .article_columb,
  .dealers_list {
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
    -moz-column-count: 2; /* Old Firefox */
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .vacancy_article .article_columb p {
    padding-top: 0;
    margin-top: 0;
  }

  .pages_pad.dealers_list {
    padding: 0 0 0 0;
  }

  .faq_search input {
    font-size: 1.8em;
    width: 64%;
  }

  .faq_search input[type="button"] {
    float: right;
    width: 34%;
  }

  a.download_link {
    max-width: 50%;
  }

.register_form  label {
    width: 39% !important;
  }

.register_form  select,
.register_form  input {
    width: 59% !important;
  }

  .register_form h3 {
  }

  .explore_range_article {
    margin-bottom: 58px;
  }

  h1 span.counter {
    font-size: 0.4em;
  }

  .product_table {
    
  }

  .product_table h2 {
    font-size: 1.2em;
  }

  /*
        a.where_to:before, a.where_to:hover:after {
            display: block;
            width: 80px;
        }
    */

  .product_price {
    font-size: 2em;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .stockists article {
    background: #f2f2f2;
    padding: 20px;
  }

  .stockists_form {
    clear: both;
    width: 100%;
    float: left;
  }

  .stockists .intro {
    text-align: left;
    border: 0px;
    margin-top: 10px;
  }

  .stockists_form .fields {
    float: left;
    width: 49%;
  }

  .stockists_form .fields:nth-child(even) {
    float: right;
  }

  .stockists_form .chosen_stockistField {
    text-align: center;
    /* 		outline: red solid 1px; */
    clear: both;
    float: none;
    width: 100%;
  }

  #cs {
    text-align: center;
  }

  .stockists_form input[type="submit"] {
    width: 49%;
    float: none;
    margin: 0px auto;
    clear: both;
    display: block;
  }

  .stockist article {
    position: relative;
  }

  .stockists .w_20 {
    float: left;
    width: 24%;
    overflow-x: scroll;
    height: 800px;
  }

  .stockists .w_80 {
    margin-top: 10px;
    float: right;
    width: 75%;
    outline: red solid 1px;
    height: 100%;
  }

  .address_locations .address {
    text-align: left;
    width: 21%;
    margin: 2%;
    float: left;
  }

  .address_locations .address p {
    text-align: left;
  }

  .techIcons img {
   
  }

  .moneyback {
    display: none;
  }

  .dealers_logos div {
    width: 50%;
    float: left;
  }

  a.comparison {
    right: 10px;
    top: 45%;
    width: 240px;
    bottom: auto;
    font-size: 1.4em;
    border-radius: 3px;
  }

  .related_products .products_list .fav_image .helper img {
    max-width: 100%;
  }
}

@media (min-width: 900px) {
  html:before {
    background: blue;
    content: "900px";
  }

  #page_con,
  .foo_pad,
  .pages_pad,
  .blog_top {
    max-width: 900px;
    padding: 0;
  }

  .top_container {
    max-width: 900px;
  }

  .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }

  .copy_social .container {
    padding: 20px 0;
  }

  .header_top .logo {
    margin-left: 0px;
  }

  .header_top .left_position {
    max-width: 650px;
  }

  .main_menu li a {
    
    padding: 15px 3px 0px 3px;
    font-size: 1.1em;
    /* added by craig */

  }

  .header_top .sub_position_menu ul {
    width: 100%;
    max-width: 1200px;
  }

  .in {
    padding: 20px 0;
    float: left;
    width: 100%;
  }

  .ask {
    padding: 24px 0;
  }

  .product_img_set {
    float: left;
    width: 40%;
  }

  .title_price {
    float: right;
    width: 57%;
  }

  .footer_menu {
    /* 		max-width: 570px; */


  }

  .footer_menu .sub_position_menu {
    max-width: 150px;
    margin-left: 5%;
  }

  .search_box {
    height: 74px;
  }

  .search_box .search {
    font-size: 1.8em;
  }

  .close_search {
    line-height: 74px;
  }

  .blog_article {
    margin: 0 0.5% 15px 0.5%;
    width: 32.3%;
    float: left;
  }

  .blog_article:nth-child(2) {
    float: left;
  }

  .vacancy_padd {
    margin-bottom: 30px;
  }

  .vacancy_desc {
    margin: 58px 0;
  }

  .content .container .dealers_holder .inner {
    padding: 0;
  }

  .download_links {
    margin: 58px 0;
    width: 30%;
  }

  .download_blocks {
    margin-top: 58px;
    float: right;
    width: 66%;
  }

  .download_blocks .blog_article {
    width: 48.5%;
  }

  .download_blocks .blog_article:nth-child(even) {
    float: right;
  }

  .download_links a.down_link {
    line-height: 35px;
  }

  .download_links a .down_plus_img {
    width: 35px;
    height: 35px;
  }

  .register_text {
    margin: 58px 0;
    width: 30%;
  }

  .register_text div {
    padding: 10px 38px;
  }

  .register_form {
    margin-top: 58px;
    float: right;
    width: 66%;
  }

  .products_filters {
    margin: 58px 0;
    width: 30%;
  }

  .products_list {
    margin-top: 58px;
    float: right;
    width: 68%;
  }

    .article_content {
        margin-top: 58px;
        float: right;
        width: 70%;
    }

  .products_list .fav_item_holder,
  .live_search .product_list .product {
    width: 32%;
  }

  .products_list .fav_title {
    line-height: 1.5em;
    text-align: left;
  }

  .products_list .fav_title .link_title {
    /* padding-right: 20px; */
  }

  .address_locations .address {
    padding-right: 20px;
  }

  .dealers_logos div {
    width: 33%;
    float: left;
  }

  img.ajax_loader {
    right: 32%;
    top: 50px;
  }

  
}

@media (min-width: 930px) {
  .header_top .search {
    margin-right: 90px;
  }

  .moneyback {
    top: -5px;
    height: 80px;
    width: 80px;
    padding: 0;
    display: block;
    right: 0;
    left: auto;
  }

  html:before {
    background: green;
    content: "1000px";
  }

  .top_container {
    max-width: 1000px;
    
  }

  .container {
    /* 		max-width: 1000px; */
  }

  .header_top .logo {
    width: 107px;
  }

  .header_top .logo a img {
    width: 107px;
  }

  .header_top .explore,
  .header_top .globe {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: block;
    line-height: 70px;
    font-weight: 500;
    font-size: 0.8em;
    color: red;
    float: right;
    z-index: 999;
  }

  .header_top .explore:hover {
    color: #171D3F;
  }

  .header_top .left_position > .main_menu {
    margin-left: -40px;
  }

  .header_top .sub_position_menu {
    top: 77px;
  }

  .main_menu li a {
    
    padding: 15px 3px 0px 3px;
    font-size: 0.9em;
    /* added by craig */
  }

  .got_a_question {
    padding: 0px;
  }

  .got_a_question h2 {
    float: left;
  }

  .got_a_question p {
    line-height: inherit;
    font-size: 0.9em;
    font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .got_holder {
    width: 37%;
  }

  .ask {
    max-width: 260px;
    padding: 15px;
  }

  .in {
    display: table;
    min-height: 100px;
    padding: 30px 0;
  }

  .got_a_question h2 {
    font-size: 1.6em;
    margin: 0;
  }

  .got_holder p {
    padding: 0;
  }

  .title_holder {
    display: table-cell;
    position: relative;
    width: 30%;
    padding: 0 5% 0 0;
    vertical-align: middle;
  }

  .got_holder {
    display: table-cell;
    position: relative;
    width: 50%;
    padding: 0 5% 0 0;
    vertical-align: middle;
    float: none;
  }

  .ask {
    width: 260px;
    display: table-cell;
    position: relative;
    padding: 0;
    vertical-align: middle;
    float: none;
    border: 0px;
  }

  .ask a {
    display: block;
    height: 54px;
    line-height: 50px;
    padding: 0;
  }

  .mn_slides li,
  .bg_img_banner {
    min-height: 585px;
  }

  .home-box a.rslides_nav {
    line-height: 585px;
  }

  .mn_slides li .inner h2 {
    font-size: 5.153333386866688em;
  }

  .mn_slides li .inner p {
    font-size: 1.5em;
    font-weight: 500;
  }

  .mn_slides li .inner a {
    max-width: 260px;
    padding: 15px 0;
  }

  .content .container p.product-price-vat{
    font-size: 0.8em;
    text-align: right;
    margin-top: 0;
  }

  .content .container p,
  .content ul {
    line-height: 1.6em;
    font-size: 1.1em;
    padding-bottom: 0px;

  }

  strong.vac_title {
    font-size: 1.5em;
  }

  .home_services > div {
    height: 500px;
  }

  .home_services .service_box .inner {
    width: 50%;
  }

  .home_services > div h2 {
    font-size: 3.2em;
  }

  .footer_menu {
    max-width: 530px;

  }

  .footer_menu ul li {
    font-size: 0.9em;
    font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
  }

  .footer_menu .left_position {
    max-width: 155px;
    margin-left: 5%;
  }

  .left_position.fl {
    margin-left: 0px;
  }

  ul.blog_list_paging {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 50px 0 25px 0;
  }

  .explore_more {
    width: 100%;
  }

  .vacancy_article .article_columb {
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 150px;
  }

  .contact_search .w_50 h2 {
    font-size: 3em;
    margin-top: 0px;
  }

  .contact_search .w_50,
  .login .w_50 {
    margin: 68px 0 0 0;
    width: 47%;
  }

  .contact_search .faq_search input {
    width: 100%;
  }

  .contact_search .contact_from input,
  .contact_search .contact_from textarea {
    margin-bottom: 15px;
  }

  .contact_search .faq_search input[type="button"],
  .contact_search .contact_from input[type="submit"],
  .login form input[type="submit"] {
    float: left;
    width: 50%;
  }

.register_form  input[type="submit"] {
    width: 40% !important;
  }

  .product_table th,
  .product_table td {
    line-height: 1.4em;
    font-size: 1.5em;
  }

  a.where_to {
    text-align: center;
    width: 49%;
  }

  a.explore_range {
    width: 49%;
    float: right;
  }

  a.where_to:before,
  a.where_to:hover:after {
    display: block;
    width: 80px;
  }

  .used_suitable .disc {
    font-size: 1.4em;
    font-family: "fututa-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  }

  .dealers_logos div {
    width: 25%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .header_top .search {
    margin-right: 140px;
  }

  .header_top .search.download,
  .header_top .search,
  .header_top .search.globe {
    height: 89px;
  }

  html:before {
    background: red;
    content: "1200px";
  }

  #page_con,
  .foo_pad,
  .pages_pad,
  .blog_top {
    max-width: 1200px;
  }

  .header_top .logo {
    width: 120px;
  }

  .header_top .logo a {
    height: 73px;
  }

  .header_top .logo a img {
    width: 120px;
  }

  .moneyback {
    height: 100px;
    width: 100px;
  }

  .top_container {
    max-width: 1200px;
    margin: 0px auto 0px auto;
  }

  footer .container,
  .container {
    max-width: 1200px;
  }

  .header_top .explore {
    font-size: 0.9em;
  }

  .header_top .left_position > .main_menu {
    margin-left: -50px;
  }

  .header_top .sub_position_menu {
    top: 85px;
  }

  .title_holder {
    padding-right: 3%;
  }

  .got_a_question h2 {
    font-size: 2em;
  }

  .got_holder p {
    line-height: 1.5em;
    font-size: 1.1em;
    font-family: "futura-pt";
  font-weight: 400;
  font-style: normal; 
  }

  .blog_post {
    min-height: 238px;
  }

  .blog_post .intro {
    margin: 20px 0;
  }

  .blog_post .title,
  .blog_post .link {
    font-size: 1.2em;
  }

  .content .container .blog_post .intro p {
    margin: 0;
    font-size: 1.4em;
  }

    .question_block .slidetitle {
        line-height: 55px;
        font-size: 1.5em;
        padding-left: 38px;
        padding-right: 70px;
    }

  .question_block .slidetitle span {
    padding: 0px;
  }

  .question_block dd {
    font-size: 1.2em;
    padding: 38px;
  }

  .question_block dd ul {
    font-size: 1em;
  }

  .faq_plus {
    top: 10px;
    width: 34px;
    height: 34px;
    right: 33px;
  }

  .faq_text_drop_downs .half_block {
    max-width: 60%;
  }

  .faq_search input[type="button"] {
    width: 21%;
  }

  .faq_search input {
    width: 78%;
  }

  .products_list .fav_item_holder,
  .live_search .product_list .product {
    width: 24%;
  }

  .related_products .products_list .fav_item_holder {
    width: 16.66%;
    word-wrap: break-word;
  }


  .related_products h2 {
    font-size: 2.4em;
  }

  .product_table h2 {
    font-size: 1.4em;
  }

  a.where_to {
    width: 49%;
  }

  a.explore_range {
    width: 49%;
    float: right;
  }
  /*
    .footer_menu {
        max-width: 750px;
    }

    .footer_menu .sub_position_menu {
        max-width: 240px;
    }
*/

  .header_top .left_position {
    max-width: 700px;
  }

  .main_menu li a {
    padding: 15px 3px 0px 3px;
    font-size: 1.1em;
    line-height:12px;
    
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* added by craig */
  }
}

@media (min-width: 1640px) {
  html:before {
    background: purple;
    content: "1640px";
  }

  .container {
    /* 		max-width: 1640px; */
  }

  .pages_pad,
  .blog_top {
    max-width: 1215px;
  }
}


/* ----------------------------------------------------
ADDITIONS BY GREG
-----------------------------------------------------*/

.header-container-blue{
  background-color: #1f4b89;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.header-container-blue h2{
  margin: 0;
  color: #FFFFFF;
}

.header-container-grey{
  background-color: #f1f1f7;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.header-container-grey h2{
  margin: 0;
  color: #171D3F;
}

.header-mobile{
  display: none;
}

.product-sub-header{
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic;
  width: 100%;
  margin-left: ;
  margin-right: ;
}

.used_suitable .product-technical-sub-header{
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
}

.fl .product-technical-sub-header{
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-top: 0;
}


.content .container p,
.content ul li{
  padding-bottom: 0px;

}

.thumbnails .thumbnail-list .thumbnail_container{
  padding-bottom: 0px;

}

.product-list-price{
  font-family: "futura-pt-bold",sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2em;
  padding-top: 10px;
  margin: 0;
}

sub,sup{
  font-size:60%;
  line-height:0;
  position:relative;
}

sup{
  top:-1.2em
}

.product-list-vat{
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* COOKIE POP UP */

.privacypolicies-com---palette-dark .cc-nb-okagree{
  background-color: #FFFFFF;
  color: #171D3F;
  font-family: "futura-pt-bold", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.privacypolicies-com---palette-dark .cc-nb-changep{
  font-family: "futura-pt-bold", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}

.privacypolicies-com---palette-dark.privacypolicies-com---nb{
 background-color: #233F83;
}

.privacypolicies-com---palette-dark .cc-nb-title{
  font-family: "futura-pt-bold", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

.privacypolicies-com---palette-dark .cc-nb-text{
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8em;
}

/* PRODUCT PAGE TOOLTIPS*/

.product_content.product-image.main-product-image{
  height: 70%;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  position: absolute;
  z-index: 1;
  bottom: 90%; /* distance above icon */
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%; /* positions arrow below tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* PRODUCT PAGE MATERIAL LOZENGE */

.no_padd_bottom .content .product-container {
  padding: 38px 20px 0 20px;
}

.header-desktop h1{
  margin-bottom: 0;
}

.product_content h2{
  margin-top: 10px;
}


.material-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tag-lozenge {
  background-color: #f1f1f7; /* Marcrist dark blue faded */
  color: #171D3F;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.8em;
  display: inline-block;
  white-space: nowrap;
}

.trade-container{
  padding-bottom: 40px;
}

/* PRODUCT FEATURE SECTION */

.product-feature-list {
  column-count: 2;
  column-gap: 40px;
  list-style: none;
  margin: 0;
}

.product-feature-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 12px;
  line-height: 1.2;
  break-inside: avoid;
}

.product-feature-list li::before {
  content: "•"; /* Or use ✔ if preferred */
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #e63329;
  font-size: 16px;
  line-height: 1;
}

/* PRODUCT CATEGORY SECTION */



/* RESPONSIVE */


@media (max-width: 900px) {

  .no_padd_bottom .content .product-container {
    padding: 0px 0px 0 0px;
  }

  .product-feature-list {
      column-count: 1;
  }

  div.header-desktop{
    display: none !important;
  }

  div.header-mobile{
    display: block !important;
  }

  .header-mobile h1{
    font-size: 4em !important;
    margin-bottom: 0;
    text-align: center;

  }

  .header-mobile h2{
    width: 100%;
    font-size: 2em;
    margin-top: 10px;
    text-align: center;
  }

  
}

@media (min-width: 800px) {

  .header-mobile h1{
    margin-bottom: 0;
  }

  .header-mobile h2{
    width: 100%;
    font-size: 1.6em !important;
    margin-top: 10px;
  }

  
}


@media (max-width: 600px) {

  
  
  .slide .slide__content--headings p {
    font-size: 15px;
    margin: 5px 0 0 5px;
    width: 100%;
  }

    .w_60 { width: 100%; }
    .w_40 { width: 100%; }
    .w_40 { width: 100%; }
    .half { width: 100%; }

        .slide .slide__content a {
    border: solid 2px #fff;
    font-size: 60%;
  }

  .products_list .fav_item_holder,
  .live_search .product_list .product { 
    display: inline-block; padding: 0 1em; width: 49%; 
  }

    .fav_image img{ width:80%;height:auto;}

  .slide .slide__img {
    width: 130%;
    height: auto;
    overflow: hidden;
  }

  .slide .slide__content--headings h2 {
    font-size: 20px;
    width: 75%;
    color: white;
  }

  .two-col-stack-mob{
    width: 100%;
  }


  .no_padd_bottom .content .container {
    padding: 38px 0px 0px 0px ;
  }

  .tag-lozenge{
    font-size: 1em ;
    
  }

  .title_price h1{
    margin: .67em 0 0 0;
  }

  .title_price h2{
    margin: 0 0 .67em 0;
  }

  .link_title a,
.product_title a,
.search_list .product_price a {
  text-decoration: none;
  font-size: 0.9em;
  font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;
  color: #171D3F;
}

}


@media (max-width: 500px) {

  .header-mobile h1{
    font-size: 2.5em !important;
    margin-bottom: 0;
    text-align: center;

  }

  .header-mobile h2{
    width: 100%;
    font-size: 1.2em !important;
    margin-top: 10px;
  }

}