/*FONTS*/
@font-face {
  font-family: 'TTNorms-bold';
  src: url('//fonts.parttrap.com/Elvaco/379526_4_0.eot'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/Elvaco/379526_4_0.woff') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/Elvaco/379526_4_0.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style: normal;
  /*font-weight: 500;*/
}


@font-face {
  font-family: 'TTNorms-regular';
  src: url('//fonts.parttrap.com/Elvaco/379526_F_0.eot'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/Elvaco/379526_F_0.woff') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/Elvaco/379526_F_0.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style: normal;
  /*font-weight: 400;*/
}

@font-face {
  font-family: 'TTNorms-regular';
  src: url('//fonts.parttrap.com/Elvaco/379526_A_0.eot'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/Elvaco/379526_A_0.woff') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/Elvaco/379526_A_0.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style: italic;
 /* font-weight: 400;*/
}

@font-face {
  font-family: 'TTNorms-light';
  src: url('//fonts.parttrap.com/Elvaco/379526_B_0.eot'); /* IE9 Compat Modes */
  src: url('//fonts.parttrap.com/Elvaco/379526_B_0.woff') format('woff'), /* Modern Browsers */
       url('//fonts.parttrap.com/Elvaco/379526_B_0.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-style: italic;
  /*font-weight: 300;*/
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://fonts.parttrap.com/Icons/material-icons-outlined.woff2") format("woff2"), url("https://fonts.parttrap.com/Icons/material-icons-outlined.woff") format("woff");
}


body, p, a {
font-family:'TTNorms-regular', sans-serif;
}


body {

  font-size: 14px;
}


h1,h2,h3,h4,h5,h6,.page-header,h1.page-header,h2.page-header {
font-family:'TTNorms-bold', sans-serif;
  text-transform:none;

}


h1 {

  font-size: 60px;
}

@media screen and (max-width:767px) {
  h1 {
    font-size:35px;
  }
}

h2 {

  font-size: 40px;
}



h5 {

  font-size: 20px;
}

.cd-primary-nav a, .cd-primary-nav .cd-nav-icons .cd-nav-item p {
  font-size: 14px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    font-weight: inherit!important;
}

.font-class a {
  font-size: 15px;
  text-decoration: none;
  color: #006ba2;
  border-bottom: 3px solid #f0f1f2;
}



.font-class h4, h4  {
  font-size: 20px;
  text-transform: none;
  margin: 0;
  padding-bottom: 30px;
}

.font-class h1, h1.page-header, h2.page-header {
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0;
  font-weight:inherit;
}

.font-class h2 {
  padding-bottom: 10px;
  margin: 0;
}

.font-class.custom-font-padding h2 {
  padding-top: 0;
}

.font-class p {
  padding-bottom: 20px;
  margin: 0;
}

.font-class p:last-of-type {
  margin: 0;
}

@media (min-width: 1200px) {
  .cd-primary-nav .cd-secondary-nav > li > a {
    font-size: 17px;
    font-family: 'TTNorms-bold';
    font-weight: inherit!important;
  }
}

@media (max-width: 600px) {
  .mobile-font-heading h1 {
    font-size: 40px;
  }
}

/*List style with check-box*/

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

.list-style li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  padding-right:5px;
  color: #5cc4fd;
  margin-left:-20px;
}

/*HEADER*/

.header {
  border: none;
}

.header .container {
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header {
  background: #fff;
}

.header-padding {
  padding-bottom: 86px !important;
  background: #fff;
}

@media (max-width: 1199px) {
  .header-padding {
    padding-bottom: 113px !important;
  }
}

@media (max-width: 767px) {
  .header-padding {
    display: none;
  }
}



.header-input-margin {
  margin-top: 13px;
}

.section-logo img {
  max-width: 205px;
  position: relative;
  z-index: 4;
}

@media (max-width: 767px) {
  .section-logo img {
    max-width: 180px;
  }
}

@media (max-width: 1199px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    top: 0;
  }
}


/*SEARCH*/

.pt-btn-search, .pt-btn-search:hover, .pt-btn-search:focus {
  background: #006ba2;
  border-color: #006ba2;
}

.ui-menu-item:hover, .ui-menu-item:focus, .ui-state-focus {
  background: #006ba2;
}

.search-icon {
  max-width: 22px;
  margin-top: 18px;
}

.search-icon:hover, .search-icon:focus {
  cursor: pointer;
}

.search-row {
  position: fixed;
  top: 120px;
  z-index: 3;
  width: 100%;
  background: #f0f1f2;
  display: none;
}

.mobile-search-row {
  background: #f0f1f2;
}

.search-row .header-input, .mobile-search-row .header-input {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .search-row {
    top: 95px;
  }
}

@media (max-width: 767px) {
  .search-row {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-search-row {
    display: none;
  }
}

/*remove nr on autocomplete search*/
.ui-autocomplete .productType-0, .ui-autocomplete .productType-1 {
  display: none;
} 

/*REMOVE CONTENT PADDING SO SEARCH BAR CAN FIT*/

@media (max-width: 767px) {
  .content {
    padding: 0;
  }
}

/*DESKTOP MENU*/

@media (min-width: 1200px) {
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, 
  .cd-primary-nav .cd-nav-icons {
    left: 0;
    box-shadow: none;
    list-style: none;
  }
  
  .cd-primary-nav .cd-secondary-nav {
    padding: 0;
  }
  
  .cd-primary-nav .cd-secondary-nav > li {
    margin-right: 0;
    margin-bottom: 0;
    width: 16.666%;
  }
  
  .cd-primary-nav .cd-secondary-nav > li:hover {
    -webkit-box-shadow: -2px 9px 34px -6px rgba(0,0,0,0.30);
    -moz-box-shadow: -2px 9px 34px -6px rgba(0,0,0,0.30);
    box-shadow: -2px 9px 34px -6px rgba(0,0,0,0.30);
    transition: box-shadow 0.3s ease-in-out;
  }
  
  .cd-primary-nav {
    float: left;
  }
  
  .cd-nav > ul {
    margin-left: 0;
    margin-bottom: 0;
  }
  
  .cd-main-header {
    border: 0;
  }
  
  
  .cd-primary-nav li .selected {
    z-index: 5;
    color: #57c3ff;
  }
  
  .cd-primary-nav li a {
    text-decoration: none;
  }
  
  .cd-nav-icons h3 {
    text-transform: none;
    font-size: 17px;
  }
 
  .cd-primary-nav > .has-children > a.selected::before, 
  .cd-primary-nav > .has-children > a.selected::after {
    background: #57c3ff;
  }
  
  .cd-nav-extratext {
    position: absolute;
    left: 35px;
  }
    
  .cd-nav-extratext h1, .mobile-menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .desktop-menu {
    display: none;
  }
  
  .cd-main-header {
    height: 40px;
    z-index: 5;
  }
}

/*MOBILE MENU*/

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after,
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  background: #006ba2;
}

.cd-header-buttons {
  right: 0;
}

.mobile-header .cd-header-buttons > li {
  margin-top: 6px;
  background: white;
}

.cd-main-header.nav-is-visible > .cd-header-buttons > li {
  margin-right: 5px;
}

@media screen and (max-width:1199px) {
  .cd-primary-nav li, .cd-secondary-nav li {
    height:50px;
  }
}


/*SUPPORT BUTTON*/

.support-button {
  height: 0;
  padding: 0!important;
}

.support-button a {
  position: fixed;
  z-index: 3;
  transform: rotate(-90deg) translate(0, 100%);
  -webkit-transform: rotate(-90deg) translate(0, 100%);
  -ms-transform: rotate(-90deg) translate(0, 100%);
  right: -12px;
  top: 55%;
  margin: 0;
  background: #57c3ff;
  padding: 12px 70px 12px 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}


.support-button .support-eng a {/*enbart engelska justering*/
right:-40px;
}

.support-button a img {
  width: 30px;
  transform: rotate(90deg) translate(0, 100%);
  -webkit-transform: rotate(90deg) translate(0, 100%);
  -ms-transform: rotate(90deg) translate(0, 100%);
  position: fixed;
  left: 95%;
  bottom: 8%;
  padding-bottom: 5px;
  border-bottom: 3px solid #f0f1f2;
}

@media (max-width: 767px) {
  .support-button {
    display: none
  }
}


/*BUTTONS*/

.content .btn {
  background:#006ba2 ;
  border: none;
  color:white;
}

.content .btn:hover {
  background:#57c3ff;
}

.bg-lightblue .btn:hover {
  background: white;
  color: #006ba2;
}

/*ALL ICONS*/

.cd-primary-nav .cd-nav-icons .cd-nav-item.fa-align-center::before {
  content: "";
  background-image: url('/en/image/getthumbnail/1176'); /*INFRASTRUKTUR ICON 1069*/
  background-size: 25px 25px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.fa-ban::before {
  content: "";
  background-image: url('/en/image/getthumbnail/1172'); /*MÄTARE ICON 1072*/
  background-size: 19.4px 25px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.fa-align-left::before {
  content: "";
  background-image: url('/en/image/getthumbnail/1175'); /*SENSORER ICON 1070*/
  background-size: 19.3px 25px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.fa-align-right::before {
  content: "";
  background-image: url('/en/image/getthumbnail/1173'); /*MCM ICON 1071*/
  background-size: 17.9px 25px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.fa-adjust::before {
  content: "";
  background-image: url('/en/image/getthumbnail/1174'); /*TILLBEHÖR ICON 1068*/
  background-size: 19.4px 25px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item.fa.fa-circle-thin::before {
  content: "";
  background-image: url('/en/image/getthumbnail/1666'); /*EVO ICON 1666*/
  background-size: 22px 25px;
}

.fa-angle-up::before {
  content: "";
  background-image: url('/en/image/getthumbnail/1061'); /*LOGGA IN ICON*/
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}

.fa-angle-double-up::before {
  background-image: url('/en/image/getthumbnail/1053'); /*ELNÄT ICON*/
}

.fa-angle-double-down::before {
  background-image: url('/en/image/getthumbnail/1056'); /*FASTIGHET ICON*/
}

.fa-battery-0::before {
  background-image: url('/en/image/getthumbnail/1050');  /*FJÄRRVÄRME ICON*/
}

.fa-battery-1::before {
  background-image: url('/en/image/getthumbnail/1051');  /*GASBOLAG ICON*/
}

.fa-battery-2::before {
  background-image: url('/en/image/getthumbnail/1028'); /*VATTENVERK ICON*/
}

.fa-battery-3::before {
  background-image: url('/en/image/getthumbnail/1196'); /*ÖVRIGA BRANSCHER ICON*/
}

.user-log-in-link .fa-angle-up::before,
.user-log-out-link .fa-angle-up::before {
  left: 85%;
}

@media (min-width: 1200px) {
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    line-height: initial;
  }
  

}

/*MARGINS & PADDINGS*/

.no-side-padding {
  padding-right: 0;
  padding-left: 0;
}
.no-side-padding-top {
  padding-top: 500px;
  padding-right: 0;
  padding-left: 0;
}
.no-side-top-padding {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.padding-left-0 {
  padding-left: 0;
}

.modal-content .side-padding-1-percent,
.side-padding-1-percent {
  padding-left: 1%;
  padding-right: 1%;
}

.font-class.section, .section.section_ContentBanner {
  padding-bottom: 0;
}

@media screen and (min-width:768px) {
.side-padding-60 {
  padding-left: 60px;
  padding-right: 60px;
  }
}


@media screen and (max-width:767px) {
  .mobile-side-padding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.negative-margin {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.overflow-hidden {
  overflow: hidden;
}

section.section_Image, section.section_Content {
  padding: 0;
}

.no-margin p {
  margin: 0;
}

section.padding-top-60, .padding-top-60 {
  padding-top: 60px;
}

section.padding-top-30, .padding-top-30 {
  padding-top: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}


/*Fix for rows with full height images*/
.row.bg-white.margin-top-20.full-image-height {
  margin-top:0;
}


.vertical-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

@media (min-width: 768px) {
  .desktop-padding-left-60 {
    padding-left: 60px;
  }
  
  .desktop-padding-right-60 {
    padding-right: 60px;
  }
  
  .desktop-padding-top-80 {
    padding-top:80px;
  }
  
  .desktop-padding-top-20 {
    padding-top:20px;
  }
   .desktop-padding-top-60 {
    padding-top:60px;
  }
  .desktop-padding-top-40 {
    padding-top:40px;
  }
  .desktop-padding-top-100 {
    padding-top:100px;
  }
  .desktop-padding-top-120 {
    padding-top:120px;
  }
  .desktop-padding-top-140 {
    padding-top:140px;
  }
  .desktop-padding-top-180 {
    padding-top:180px;
  }
  .desktop-padding-top-200 {
    padding-top:200px;
  }
}

@media (max-width: 767px) {
  .mobile-sidepadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .mobile-padding-top-30 {
    padding-top:30px;
  }
  .mobile-padding-bottom-30 {
    padding-bottom:30px;
  }
}

.padding-top-35 {
  padding-top:35px!important;
}

.padding-top-20 {
  padding-top:20px;
}

.padding-top-50 {
  padding-top:50px;
}


  

/*BACKGROUNDS & COLORS*/

.bg-white {
  background: #fff;
}

.bg-cyan {
  background: #00b6f7;
}
.bg-blue {
  background: #00a7e2;
}
.bg-lightblue {
  background: #57c3ff;
  }
.bg-grey {
  background: #4f5659;
  height:335px;
}

.bg-cyan2 {
  background: #00b6f7;
  height:335px;
}

.bg-house {
  background-image: url('/en/image/getthumbnail/1227');
  background-size: cover;
  background-position: center;
  height:335px;
}
.bg-catalog {
  background-image: url('/en/image/getthumbnail/1253');
  background-size: cover;
  background-position: center;
  height:335px;
  }
.bg-cme2100 {
  background-image: url('/en/image/getthumbnail/1377');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cme2100LTE {
  background-image: url('/en/image/getthumbnail/1681');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cme3100new {
  background-image: url('/en/image/getthumbnail/1682');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cma_new {
  background-image: url('/en/image/getthumbnail/1683');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cmi6110 {
  background-image: url('/en/image/getthumbnail/1699');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cma10_new {
  background-image: url('/en/image/getthumbnail/1684');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cmex50 {
  background-image: url('/en/image/getthumbnail/1688');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cmibox {
  background-image: url('/en/image/getthumbnail/1689');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-mcms {
  background-image: url('/en/image/getthumbnail/1695');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-otc {
  background-image: url('/en/image/getthumbnail/1696');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-padpuls {
  background-image: url('/en/image/getthumbnail/1385');
  background-size: cover;
  background-position: center;
  height:335px;
  }
.bg-cma10 {
  background-image: url('/en/image/getthumbnail/1384');
  background-size: cover;
  background-position: center;
  height:335px;
  }
.bg-cmi2110 {
  background-image: url('/en/image/getthumbnail/1395');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cmi2130 {
  background-image: url('/en/image/getthumbnail/1396');
  background-size: cover;
  background-position: center;
  height:335px;
   }
.bg-cmi1020 {
  background-image: url('/en/image/getthumbnail/1378');
  background-size: cover;
  background-position: center;
  height:335px;
    }
.bg-cme3100 {
  background-image: url('/en/image/getthumbnail/1397');
  background-size: cover;
  background-position: center;
  height:335px;
}
.bg-wind {
  background-image: url('/en/image/getthumbnail/1379');
  background-size: cover;
  background-position: center;
  height:335px;
}
.bg-solar {
  background-image: url('/en/image/getthumbnail/1418');
  background-size: cover;
  background-position: center;
  height:335px;
}

.color-white {
  color: white;
}

/*SLIDER*/

@media (max-width: 767px) {
  .slider-row {
    display: none;
  }
}

.slick-slider {
  margin-bottom: 0;
}



.slick-dots li button {
  display: none;
}

.banner-heading, .banner-paragraph, .banner-read-more {
  position: absolute;
  color: white;
  padding-left: 60px;
  width: 50%;
}

.banner-heading {
  top: 125px;
  font-size: 40px;
}

.banner-paragraph {
  top: 200px;
}

p.banner-read-more {
  top: 300px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-heading {
    top: 25px;
  }
  
  .banner-paragraph {
    top: 100px;
  }
  
  p.banner-read-more {
    top: 230px;
  }
  
  .slick-dots {
    top: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-heading {
    top: 15px;
  }
  
  .banner-paragraph {
    top: 90px;
  }
  
  p.banner-read-more {
    top: 220px;
  }
 
}

p.banner-read-more a {
  font-size: 18px;
  /*font-weight: 700;*/
  text-decoration: none;
  border-bottom: 3px solid #f0f1f2;
  color: white;
}

.fa-angle-double-up::before, .fa-angle-double-down::before, /*SLIDER ICONS*/
.fa-battery-0::before, .fa-battery-1::before,
.fa-battery-2::before, .fa-battery-3::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center top;
}

.fa-angle-double-up::before {
  background-size: 48px 56px;
}

.fa-angle-double-down::before {
  background-size: 52px 57px;
}

.fa-battery-0::before {
  background-size: 54px 56px;
}

.fa-battery-1::before {
  background-size: 42px 56px;
}

.fa-battery-2::before {
  background-size: 56px 57px;
}

.fa-battery-3::before {
  background-size: 46px 56px;
}

.slick-active.fa-angle-double-down:before, /*SLIDER ICONS*/
.slick-active.fa-angle-double-up:before,
.slick-active.fa-battery-0::before,
.slick-active.fa-battery-1::before, 
.slick-active.fa-battery-2::before, 
.slick-active.fa-battery-3::before {
  border-bottom: 3px solid #f0f1f2;
}

.carousel {
  box-shadow: none;
}

.banner-wrapper-main {
  padding-bottom: 0;
}

/*BORDERS*/

.small-top-border {
  border-top: 1px solid #f0f1f2;
}

.small-bottom-border {
  border-bottom: 1px solid #f0f1f2;
}

/*FLEX CLASSES*/

.display-flex {
  display: flex;
  display: -webkit-flex;
}

.flex-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flex-bottom, .pull-bottom p {
  align-self: flex-end;
  -webkit-align-self: flex-end;
}

/*FOOTER*/

.footer {
  background: #fff;
  text-transform: none;
  color: #000;
  padding-top: 25px;
}


.footer-content {
  border-bottom: 10px solid #57c3ff;
  padding-bottom: 20px;
  /*font-weight: 700;*/
}

.footer .section-social {
  border-left: 2px solid #4f5659;
  padding-left: 40px;
}


.footer .section-social img {
  margin-right: 10px;
}


.centered-content, .centered-content p {
  text-align: center;
  width: 100%;
}



@media screen and (max-width:767px) {
  .footer .section-social {
    border: none;
    padding:0; 
    text-align:center;
  }


  .footer .col-newsletter {
    padding:0;
  }

  .hidden-xs {
    display:none;
  }
}

/*INDEX PAGE*/
.image-cover{
    height: 100%;
    padding-bottom:0px !important;
}
.image-cover p{
    margin:0px;
}
.image-cover img{
    max-height:none !important;
}

.lipsum-white a, .lipsum-white {
  color: white;
}

@media (max-width: 767px) {
  .pt-page-index .cd-main-content > .content {
    padding: 0;
  }
  
  .center-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .center-image {
    width: 100%;
  }
  
  .index-3units-first {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .overflow-hidden .center-image {
    float: right;
  }
}

.index-3units {
  height:335px!important;
}

/*PRODUCT NODE PAGE*/

section.products-breadcrumb {
  padding-bottom: 0;
}

.products-breadcrumb .col-xs-12, .products-breadcrumb .breadcrumb {
  padding-left: 0;
}

.products-description h1 {
  margin-top: 0;
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .section_ProductNodeText h1 {
    font-size: 32px;
  }
}

.page-header, .product-name {
    color: #000;
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
}

.product-name, .product-name p {
font-family: 'TTNorms-bold', sans-serif;
}
.hover-product-title .js-product-detail, .hover-product-title .js-product-detail:hover,
.hover-product-title .js-product-detail:focus {
  color: #006ba2;
  word-break: break-word;
}

.product-nav-layout .fa {
  border-bottom: 3px solid #f0f1f2;
  padding: 3px;
  color: #006ba2;
}

.product-nav-layout > .active {
  color: #00b6f7;
  border-bottom: 3px solid #00b6f7;
}

label.fa.fa-th-list, label.fa.fa-align-justify, label.fa.fa-th-large {
  margin-right: 5px;
}

.product-grid .pricepanel, .product-grid .pricepanel ~ .pull-right {
  display: none;
}

.hover-product-hover-bg {
  background: transparent;
  opacity: 1;
}
.hover-product .hover-product-image-wrapper .hover-product-additonal-details {
    font-size: 0;
}

.hover-product-image {
  box-shadow: none;
}

.large-block-grid-4 > .product, .medium-block-grid-2 > .product, .small-block-grid-2 > .product {
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-top: -1px;
}

.large-block-grid-4 > .product:hover, /*PDP PRODUCT HOVER*/
.medium-block-grid-2 > .product:hover,
.small-block-grid-2 > .product:hover { 
  -webkit-box-shadow: inset 0px -10px 0px 0px rgb(87, 195, 255), -2px 9px 34px -6px rgba(0,0,0,0.30);
  -moz-box-shadow: inset 0px -10px 0px 0px rgb(87, 195, 255), -2px 9px 34px -6px rgba(0,0,0,0.30);
  box-shadow: inset 0px -10px 0px 0px rgb(87, 195, 255), -2px 9px 34px -6px rgba(0,0,0,0.30);
  transition: box-shadow 0.3s ease-in-out;
}

.hover-product-image {
  border: none;
}

.node-icon.section_ProductNodeImage img {
  opacity: 0.1;
}

@media (max-width: 1199px) {
  .col-product-image {
    display: none;
  }
}

.input-group-lg > .input-group-btn > .btn {
  padding-top: 4px;
}

.product-grid .product {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.no-stockcode .field-stockcode, .no-stockcode .delDate, .no-stockcode .p-productavailability  {
  display: none;
}


/*PRODUCT DETAIL PAGE*/

.product-name h1.page-header {
  padding-top:15px!important;
  padding-bottom:15px!important;
}

.nav-tabs {
  box-shadow: none;
  border: none;
}

.nav-tabs li a {
  background: none;
}

.nav-tabs > li > a {
  color: #006ba2;
  /*font-weight: 700;*/
  padding: 8px 0 8px 0;
  margin-right: 25px;
  border: none;
  border-bottom: 5px solid #f0f1f2;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  border-bottom-color: #f0f1f2;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #57c3ff;
  border: none;
  border-bottom: 5px solid #57c3ff;
}

.section_ProductDetailTabs .tab-content {
  margin: 20px 0 0 0;
}

.attribute-categories {
  border-bottom: 1px solid #f0f1f2;
  margin-top: 20px;
}

.attribute-categories:first-of-type {
  margin-top: 0;
}

.attribute-categories h3 {
  text-transform: none;
  font-size: 14px;
}

.attribute-categories .dl-horizontal {
  margin-bottom: 0;
}

.pdp-attributes .nav-tabs .visible-lg {
  display: block;
}

.pdp-attributes .nav-tabs .dropdown {
  display: none;
}

.pdp-product-category img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}

.col-product-image img {
  max-height: 350px;
  display: block;
  margin: 0 auto;
}

.product-icons {
  width: 16.6666667%;
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom:15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .product-icons {
    width: 15%;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .product-icons {
    width: 33%;
  }
}

@media (max-width: 449px) {
  .product-icons {
    width: 50%;
  }
}

.product-icons:hover {
  transform: scale(1.1); 
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1); 
}

.product-icons img {
  margin: 0 auto;
  display: block;
  padding-bottom: 5px;
  max-height: 56px;
  min-width: 36px;
}

.product-icons-img p {
  margin: 0;
}

@media (max-width: 767px) {
  .section + .product-icons-text {
    padding-bottom: 10px;
  }
}

.section.product-icons-text {
  padding-bottom:0;
}

.section.product-icons-text p {
  text-align: center;
  font-weight: 700;
  margin-bottom:5px;
}




.pdp-description {
  font-size: 20px;
  font-weight: 700;
}

h2.product-netprice {
  font-size:25px;
}

/*
.pdp-title {
  font-size: 60px;
  font-weight: 700;
}*/

.pdp-title.section, .pdp-title p, .section.section_ProductDetail_SkuNumber,
.section.section_ProductDetail_SkuNumber p {
  padding: 0;
  margin: 0;
}

.pdp-subheading h1 {
    font-size: 20px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.section + section.section_ProductImageLibrary, 
.section_ProductImageLibrary .product-slider-section,
.section + .section_ProductDetail_Header {
  padding: 0;
}

.section_ProductImageLibrary .product-slider-section hr {
  margin-bottom: 0px;
}

.cd-main-content .pdp-subheading {
  padding-top: 70px;
}

.js-product-detail {
  text-transform: none;
}

/*PRODUCT RELATION LIST LINKS*/

.section-vp-product-relation .js-product-detail:hover,
.section-vp-product-relation .js-product-detail:focus,
.section-accessories-product-relation .js-product-detail:hover,
.section-accessories-product-relation .js-product-detail:focus,
.section-spareparts-product-relation .js-product-detail:hover,
.section-spareparts-product-relation .js-product-detail:focus {
  cursor: default;
  text-decoration: none;
}

/*PRODUCT SLIDER ON PDP*/

.product-carousel .slick-slide {
  width: 186.666px !important;
}

.product-carousel {
  margin-bottom: 1px;
}

/*HIDE FOR MOBILE*/

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

/*NEWS*/

.post-date {
  /*font-weight: 400;*/
}

.post-heading {
  font-size: 20px;
}

.article-title {
  font-size: 40px;
}

@media (max-width: 767px) {
  .media-body {
    float: left;
  }
}

.article-image {
  width: 500px;
}

/*BREADCRUMB*/

.breadcrumb > li + li::before {
  color: #006ba2;
}

.breadcrumb a {
  color: #4f5659;
}

.breadcrumb-wrapper {
  display: none;
}

/*TEST FOR HEADER SOFIA*/

@media only screen and (min-width: 1200px){
  .cd-primary-nav {  
    padding-right: 0!important; 
  }


.cd-nav-icons {
  padding: 0!important;
  height: 150px;
  opacity: 0.96;
}

.cd-nav-icons li {
  width: 16.666% !important;
  margin:0 auto !important;
}

.cd-nav-icons li a  {
  padding-left: 25%;
  padding-top: 30px!important;
  height: 175px!important;
}

.cd-nav-icons li a div {
  max-width: 75%;
}

.cd-nav-icons a:hover {
  -webkit-box-shadow: -2px 9px 34px -6px rgba(0,0,0,0.30);
  -moz-box-shadow: -2px 9px 34px -6px rgba(0,0,0,0.30);
  box-shadow: -2px 9px 34px -6px rgba(0,0,0,0.30);
  z-index:1;
  transition: box-shadow 0.3s ease-in-out;
}

.cd-nav-icons li.see-all {
  display: none!important;
}
  
}

@media only screen and (min-width: 1200px){
  .cd-primary-nav .cd-nav-icons li:nth-child(3n), .cd-primary-nav .cd-secondary-nav>li:nth-child(4n+3) {
    clear: none;
  }
}

/*Overlay page when menu is open*/

.page {
  background: black;
}

.show-as-overlay {
  opacity:0.8;
}

.cd-main-content {
  top: -1px;
}

.footer {
  margin-top: -1px;
}

/*CART*/

.minibasket .cart:hover {
  box-shadow: none;
  width: 100%;
}

.cart:hover .cart-content, .minibasket .cart-field {
  display: none;
}


@media (max-width: 767px) {
  .minibasket {
    float: right;
  }
}

@media (min-width: 1200px) {
  .section_MiniBasket {
    float: right;
  }
}
  
.pt-btn-basket, .pt-btn-basket:hover, .pt-btn-basket:focus {
  background: #fff;
  border-color: #fff;
}

.btn-ptOrange, .btn-ptOrange:hover, .btn-ptOrange:focus { /*CART BUTTON*/
  background: #006ba2;
  border-color: #006ba2;
}

@media (max-width: 480px) {
  .col-mobile-cart {
    margin-left: 0;
  }
  
  .col-mobile-language {
    width: 41.66667%;
  }
}

/*MENU NODES DESCRIPTION TEXT TEST*/

@media (min-width: 1200px) {
  .cd-secondary-nav > li > a + div {
    position: absolute;
    top: 55px;
    padding-left: 35px;
    padding-right: 10px;
    width: 100%;
    line-height: initial;
    z-index:-1;
  }
  
  .cd-secondary-nav > li {
    position: relative;
  }
  
}

/*NEWSLETTER*/

.modal-dialog .modal-content {
  overflow-y: hidden;
}

/*PARTNERS STORE LOCATOR*/

/*
.js-map-retailer-detail address {
  margin-left: 0px;
  position: absolute;
}


h4.retailer-list-header {
  padding-bottom: 10px;
  font-size:18px;
}

ul.retailer-list li {
  height:98px;
  cursor:pointer;
}

@media screen and (min-width:992px) {
  .section_RetailerLocator #googleMap {
    height:527px!important;
  }
  .retailer-map-column {
    padding-left:30px!important;
  }
}*/

.section_RetailerLocator .retailer-column {
  display: none;
}

.section_RetailerLocator .retailer-map-column  {
  width:100%;
  padding-left:15px!important;
}


.google-map-wrapper  .col-xs-6 {
  width:100%;
}


.google-map-wrapper  .search {
  padding-bottom:15px;
}


.section_RetailerLocator h1 {
  /*font-weight: 700;*/
  font-size: 40px;
  padding-bottom:15px;
  padding-top:15px;
}


.section_RetailerLocator .retailer-popup-row h4.retailer-list-header {
  white-space: normal;
  padding-bottom:10px;
}

.section_RetailerLocator div.retailer-popup-extrainfo, .retailer-popup-text p {
  float: left;
  width:100%;
}

.section_RetailerLocator .gm-style-iw div {
  overflow:hidden;
}




/*CHECKOUT PAGES*/

.cart-view-table .btn {
  margin-top: -2px;
  border-bottom: 1px solid #006ba2;
}

.cart-view-table .btn:hover {
  border-color:#57c3ff;
}


@media screen and (min-width:768px) {
  .import-cart {
    margin-top:110px;
    text-align: right;
  }
}

.cart-view-table .cart-view-image {
  max-height: 100px;
  max-width: 100px;

}

.cart-view-image.img-responsive  {
  min-height:80px;
  min-width:80px;
  margin-left: -35px;
}


#basketList-standard input.qty {
  padding-left:0;
  padding-right:0;
}


/*Images fix - keep height when scaling down*/

@media screen and (min-width:768px) and (max-width:1199px) {
/*675*/
  .fit-image-675  {
    height:675px;
  }

  .fit-image-675 img {
    height: 675px; 
    object-fit: cover;
    object-position: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
/*500*/
  .fit-image-500 {
    height:500px;
  }

  .fit-image-500 img {
    height: 500px; 
    object-fit: cover;
    object-position: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  
/*900*/  
  .fit-image-900 {
    height:900px;
  }

  .fit-image-900 img {
    height: 900px; 
    object-fit: cover;
    object-position: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

}


/*Text-over-image*/

.text-over-image {
  position: absolute;
  top:200px;
  width:100%;
  text-align: center;
}

.text-over-image p {
  color: white;
  font-size:25px;
}

.text-over-image a {
  text-transform: none;
  font-size:20px;
}

/*SHOPPING LISTS PAGE 31*/
/*Hide list icon*/
.section_ShopplingList .fa-list-ul {
  display:none;
}

/*Login page*/

.pt-page-login .modal-content {
max-height:800px;
overflow-y:auto;
}


/*login status*/
@media screen and (min-width:768px) {
  .import-cart {
    margin-top:110px;
    text-align: right;
  }
}

.cart-view-table .cart-view-image {
  max-height: 100px;
  max-width: 100px;

}

.cart-view-image.img-responsive  {
  min-height:80px;
  min-width:80px;
  margin-left: -35px;
}


#basketList-standard input.qty {
  padding-left:0;
  padding-right:0;
}

.section_CheckoutConfirmation h3{
padding-top:50px;
}


.pt-page-login .modal-content {
max-height:800px;
overflow-y:auto;
}


.nav.nav-pills.pull-right{
position:relative;
}
}


       @media screen and (max-width: 768px) { 
        [data-pageid="13"] .side-padding-60{
        padding-left:10px;
        padding-right:10px;
        }

.cd-header-buttons{
right:-19px;
top:23px;
}
        
        .section_CustomerSearch #searchquery{
        padding-left:20px;
        padding-right:20px;
        margin-bottom:10px;
        }
        
        .section_CustomerSearch .product-nav-pagination{
        padding-right:15px;
        margin-bottom:10px;
        }
    }
/*login status end*/

/*Image width 160px*/
.about-us-img img {
width:150px;
}

.img-160 img {
width:160px;
}

/* Fix for responsive height content script */
@media screen and (max-width: 1199px) {
  .cd-main-content {
    margin-top: 0 !important;
  }
}
/* End fix for responsive height content script */

/* Catalog landing page grid row and extra info */
@media screen and (min-width: 768px) {
  .catalog-grid-row {
      margin: 0 -60px;
  }
  /*.catalog-extra-info-row {
      margin: 0 -60px;
  } */
}
.catalog-grid-row .section {
    padding-bottom: 0 !important;
}
.catalog-grid-row .section_ProductNodeText {
    padding-top: 80px;
}
.catalog-extra-info-row .section {
    padding-bottom: 60px;
    padding-top: 40px;
}
@media screen and (max-width: 767px){
    .catalog-grid-row .section_ProductNodeText {
        padding-top: 30px;
    }
}
/* Catalog landing page grid row and extra info end */

/* Hide availability on products in product lists - start */
.hover-product .js-avail-wrapper {
  display:none;
}
/* Hide availability on products in product lists end - end */

.cd-main-content {
 	background: #fff; 
}





/* ==========================================================================
   General Site Styling
   ========================================================================== */

/* Cheat sheet color codes
   ========================================================================== 
Color name: #0000
Color name: #0000
*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/
/* ----- Body fonts ----- */
body {
    font-family:;
    font-size: 16px;
    font-weight:;
}

/* ----- Headings -----*/
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:;
    font-weight:;
}
h1, h1.page-header {
    font-size:;
}
h2, h2.page-header {
    font-size:;
}
h3 {
    font-size:;
}
h4 {
    font-size:;
}
h5 {
    font-size:;
}

/*---- Links ------*/
/* Body links */
.cd-main-content p > a:not(.btn) {
    color:;
}
.cd-main-content p > a:not(.btn):hover {
    color:;
}

/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.btn, .btn:focus, .btn:active {
    background:;
    border-color:;
    color:;
}
.btn:hover {
    background:;
    border-color:;
    color:;
}
/*CTA buttons */
.btn.btn-ptOrange, #btnConfirm.btn, .btn.btn-ptOrange:focus, #btnConfirm.btn:focus, .btn.btn-ptOrange:active, #btnConfirm.btn:active  {
    background:;
    border-color:;
    color:;
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover {
    background:;
    border-color:;
    color:;
}

/* Alertify buttons */
.alertify-button, .alertify-button:hover, .alertify-button:focus, .alertify-button:active {
    background-color:;
  	border-color:;
  	color:;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus, .alertify-button-ok:active {
    background-color:;
  	border-color:;
  	color:;
}

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background:;
    border-color:;
    border-radius:;
}

/* Custom Page Width
   ========================================================================== */
@media screen and (max-width:767px) {
    .container {
    	width:;
    }
}
@media screen and (min-width:768px) {
    .container {
    	width:;
    }
}
@media screen and (min-width:992px) {
    .container {
    	width:;
    }
}
@media screen and (min-width:1200px) {
    .container {
       width:;
    }
}
@media screen and (min-width:1300px) {
    .container {
       width:;
    }
}
@media screen and (min-width:1400px) {
    .container {
       width:  1360px;
    }
}

/* General Page Styling
========================================================================== */


/* Paddings & Margins & Alignment
   ========================================================================== */
.no-side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-side-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.centered-content {
    text-align: center !important;
}
.section + .section, .content section {
    padding-bottom: 20px;
}
.minus-margin-top {
    margin-top: -30px;
}

/* Flex classes
   ========================================================================== */
@media screen and (min-width: 768px) {
    /* Set flex on container */
    .flex-container {
        display: flex;
    }
    /* Center flex child vertically */
    .flex-align-center {
        align-self: center;
    }
}

/* Header
   ========================================================================== */
/* ----- General header styling -----*/
.header-right-col {
    display: flex;
    justify-content: flex-end;
    float: right;
	width: auto;
  	margin-left: auto;
}
.desktop-header {
    height: 80px;
  	background: white;
  	position: fixed;
  	width: 100%;
  	z-index: 10;
}

/* ----- Top-bar ----- */
/* Top bar general */
.top-bar {
    background:;
}
/* Top bar links */
.top-bar .top-bar-link a:hover {
    background-color:;
    color:;
}
/* @ Top bar mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Login ----- */
/* Login general */

/* @ Login mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Logo ----- */
/* Logo general */

/* @ Logo mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Cart ----- */
/* Cart general */
.cart-standard .badge {
    color: #006BA2;
    border: 1px solid #F0F1F2;
    background: #F0F1F2;
    padding: 2px 5px;
    display: block;
    top: -10px;
    margin-left: 16px;
}
.cart-standard .header-input {
    margin: 0;
}
.cart-standard .cart-btn {
    padding: 0;
}
.cart-standard .fa-shopping-cart:before {
    content: '\e8cc';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    font-size: 30px !important;
  	top: 0 !important;
}


/* ----- Search -----*/
/* Search icon */


/* Search container */
.search-container {
    box-shadow: none;
    border: none;
    background: #00A7E2;
}
.search-container input {
    box-shadow: none;
    border-radius: 0;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: #fff;
    padding-left: 0;
}
.search-container input::placeholder {
    color: #fff;
}
.search-container .fa-search:before {
    content: '\e5c8';
    font-family: 'Material Icons Outlined';
}
.search-container .btn {
    background: none;
    position: absolute;
    left: -40px;
	top: 5px;
    border: none;
    font-size: 20px;
}

/* ----- User dropdown ----- */
.user-container {
    display: none;
}

/* ----- Language picker ----- */
.section_LanguagePicker > div > ul.nav > li > a {
    font-size: 0;
  	padding: 0;
}
.section_LanguagePicker > div > ul.nav > li > a:before {
    font-size: 30px;
    content: '\e894';
    font-weight: 400;
    font-family: 'Material Icons Outlined';
    color: #006BA2;
}
.section_LanguagePicker img,
.section_LanguagePicker > div > ul.nav > li > a b {
    display: none;
}
#languagepicker {
    background: #00A7E2;
}
#languagepicker a {
    color: #fff;
    text-align: center;
}
#languagepicker a:hover {
    background: #34B3EA;
}

/* ==========================================================================
   Custom icons
   ========================================================================== */

/* ----- Shopping cart ----- */

/* ----- Quotation ----- */

/* ----- Search ----- */




/* ==========================================================================
   Navigation
   ========================================================================== */

/* Main navigation
   ========================================================================== */
/* ----- Main navigation general ----- */

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
    .desktop-menu .cd-secondary-nav, .desktop-menu .cd-nav-icons {
        background: #00A7E2;
        color: #fff;
    }
    .desktop-menu .cd-secondary-nav > .see-all {
        display: none;
    }
    .desktop-menu .cd-secondary-nav > li {
        height: 175px;
    }
    .desktop-menu .cd-secondary-nav > li:hover, .desktop-menu .cd-nav-icons > li:hover {
        background: #34B3EA;
    }
    .desktop-menu .cd-secondary-nav > li > div {
        color: #fff;
        z-index: 554;
      	font-size: 14px;
    }
  	.desktop-menu .cd-nav-icons p, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
        color: #fff !important;
    }
    .desktop-menu .cd-secondary-nav > li > a, .desktop-menu .cd-nav-icons > li > a {
        color: #fff;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 555;
      	padding: 20px 0 0 35px !important;
    }
    .desktop-menu .cd-secondary-nav > li > a:hover {
        color: #fff;
    }
}
/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width: 1199px) {
      
}

/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */

/*----- Sidebar navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {
    
}

/* Footer navigation
   ========================================================================== */
/* ----- Footer navigation general ----- */

/*----- Footer navigation mobile <-767px ----- */
@media screen and (max-width: 767px) {
    
}

/*Footer
   ========================================================================== */
/* Footer general */
.footer {
    background:;
}

/* Footer text */
.footer p {
    color:;
}

/* Footer links */
.footer p a {
    color:;
}
.footer p a:hover {
    color:;
}

/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Section name ----- */
/* Section desktop */

/* Section mobile */

/* ----- Search autocomplete dropdown ----- */
#ui-id-1 li {
    border-bottom: 1px solid #eee;
}
#ui-id-1 li:last-of-type {
    border-bottom: none;
}
#ui-id-1 .ui-state-active {
    background: #eee;
    border: none;
}
#ui-id-1 li a div:first-of-type {
    margin-right: 8px;
}


/* ==========================================================================
   Page Styling
   ========================================================================== */
/* Index page
   ========================================================================== */

/* ----- Index news list ----- */
.index-news-list {
    border-top: 1px solid #F0F1F2;
    padding: 60px 70px;
}
.index-news-list .section-heading {
    text-transform: lowercase;
    border-bottom: 0;
    letter-spacing: 0;
    margin-bottom: 0;
}
.index-news-list .section-heading:first-letter {
    text-transform: capitalize;
}
.index-news-list .post-date:before {
    content: '\e8df';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: 2px;
}
.index-news-list .post-date {
    font-size: 13px;
}
.index-news-list .flag-link {
    border: none;
}
.index-news-list .flag-link a {
    background: #006ba2;
    border: 1px solid #006ba2;
    padding: 4px 10px;
  	border-radius: 2px;
}
.index-news-list article.post:last-of-type {
    padding-bottom: 0;
}
.index-news-list .section_NewsList {
    padding-bottom: 0;
}
.index-news-list .post-img {
    background: #fff;
    padding: 10px;
}
.index-news-list article.post .media {
    display: flex;
}
.index-news-list article.post .media > a img {
    /*min-width: 150px;*/
}
.index-news-list article.post {
    padding-bottom: 20px;
}
/*Index News List changes*/
.index-news-list .post-heading{
    font-size:18px;
}
.index-news-list .post-body{
    display: none;
}
.index-news-list .news-list{
    height:478px;
    display: flex;
    flex-direction: column;
}
.index-news-list article.post .media > a img{
    width:80px;
}
.index-news-list .post-img{
    padding:0px;
}
@media screen and (max-width:991px){
    .index-news-list .news-list{
        height:auto;
    }
}
/* News
   ========================================================================== */
/* ----- News archive page ----- */
.news-archive-container .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-archive-container .news-list > a {
    width: 100%;
}
.news-archive-container article {
    flex: 0 32%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px;
}
.news-archive-container .pager {
    width: 100%;
}
.news-archive-container .flag-link {
    display: none;
}
.news-archive-container .media {
    display: flex;
    flex-wrap: wrap;
}
.news-archive-container .media > a {
    width: 100%;
}
.news-archive-container .media > .media-body {
    width: 100%;
    margin-top: 10px;
}
.news-archive-container img {
    width: 100%;
    max-width: 100% !important;
}
@media screen and (max-width: 767px){
    .news-archive-container article {
        flex: 0 49%;
    }
}
.news-archive-container h2 {
    letter-spacing: 0;
    text-transform: lowercase;
}
.news-archive-container h2:first-letter {
    text-transform: uppercase;
}

/* ----- News detail page ----- */
.news-detail-main-content article p a{
    color:#0EB1EA;
}
@media screen and (min-width:767px){
    .container.news-detail-main-content{
        width:50%;
        max-width:1100px;
    }
}

/* Contact us
   ========================================================================== */



/* Contact Page
============================================*/
.contact-hero-section .hero-image-template{
    background-position: 50% 75%;
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
}
.contact-hero-section .hero-image-template h1{
    color:#fff;
    padding-bottom: 90px;
}

/*Top Cards*/
.contact-cards-top-row{
    background: transparent;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-around;
}
.contact-cards-top-row div{
    display: flex;
    justify-content: space-around;
}
.contact-cards-top-row div section{
    text-align:center;
    background:#F0F1F2;
    padding:15px !important;
    border-radius:5px;
    flex-basis:19%;
}
.contact-cards-top-row .contact-cards-top-row {
    width:100%;
}


@media screen and (max-width:992px){
    .contact-cards-top-row{
        background:transparent;
        margin-top:0px;
        padding-bottom:25px;
        display:flex;
        justify-content: center;
        flex-wrap:wrap;
    }
    .contact-cards-top-row div{
        flex-basis:100%;
        display:block;
        margin:5px;
        overflow-wrap: anywhere;
    }
}

/*Contact address row*/
.contact-address-row{
    padding-top:10px !important;
    padding-bottom:10px!important;
    text-align: center !important;
}
/*List Cards*/
.department-heading h2{
    font-size:32px;
}
.contact-card-container{
    display:flex;
    align-items:;
}

.contact-card-row > div{
    display:flex;
    flex-wrap:wrap;
}
.contact-card-row > div section{
    flex-basis: 33.333%
}
.contact-card-container .contact-card-image{
    padding-right:25px;
}
.contact-card-image{
    flex-shrink:0;
}
.contact-card-container .contact-card-image img{
    border-radius: 50%;
}
.contact-card-container .contact-card-text h5{
    font-weight: bold;
    font-size:17px;
    line-height: 15px;
}
.contact-card-container .contact-card-text p:nth-child(2){
    font-weight: bold;
    line-height: 15px;
}
.contact-card-container .contact-card-text p:nth-child(3){
    line-height: 8px;
}
.contact-card-container .contact-card-text p:nth-child(3):before{
    content:'Phone: ';
    font-weight: bold;
    line-height: 8px;
}
.contact-email:before{
    content:'\f0e0';
    font-family: 'FontAwesome';
    color: #57c3ff;
    font-size:21px;
}
.contact-email{
    text-decoration: none;
    font-size:0;
    margin-bottom:5px;
  	line-height:12px;
}
.contact-email:hover{
    text-decoration: none;
}
@media screen and (max-width:992px){
    .contact-card-row > div section {
        flex-basis: 50%;
    }
}
@media screen and (max-width:576px){
    .contact-card-row > div section {
        flex-basis: 100%;
        overflow-wrap:anywhere;
    }
}
/*Gray background*/
.bg-gray{
    background:#f7f7f7;
}
.bg-gray .container{
    float:none;
    margin:0 auto;
    padding-top:25px;
    padding-bottom:25px;
}

@media screen and (min-width:768px) {
    .bg-gray .container {
    	width: 750px;
    }
}
@media screen and (min-width:992px) {
    .bg-gray .container {
    	width:970px;
    }
}
@media screen and (min-width:1200px) {
    .bg-gray .container {
       width:1170px;
    }
}
@media screen and (min-width:1300px) {
    .bg-gray .container {
       width:;
    }
}
@media screen and (min-width:1400px) {
    .bg-gray .container {
       width:  1360px;
    }
}
@media screen and (min-width:767px){
    .contact-area.bg-gray{
        margin-bottom:-30px;
    }
}

/* About us
   ========================================================================== */


/* Login page
   ========================================================================== */



/* ==========================================================================
   Product Pages Styling
   ========================================================================== */

/* Catalog landing page (3)
   ========================================================================== */

/* Product list (5)
========================================================================== */

/* PDP (19)
========================================================================== */

/* VPDP (23)
========================================================================== */

/* Partner IPDP 
========================================================================== */
/* Partner IPDP */
.partner-address p {
    width: auto;
    display: block;
    margin-left: 30px;
}
.partner-email p {
    width: auto;
    display: block;
    margin-left: 45px;
}
.partner-email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-website p {
    width: auto;
    display: block;
    margin-left: 35px;
}
.partner-address,
.partner-email,
.partner-website {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-address > .section,
.partner-email > .section,
.partner-website > .section{
    padding: 0;
    width: auto;
    align-self: center;
}
@media screen and (min-width: 768px){
    .partner-detail-row {
        display: flex;
        flex-wrap: wrap;
    }
    .partner-detail-row > div {
        flex: 1;
    }
}
.partner-detail-row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.partner-address p:before {
    content: '\f041';
    font-family: fontawesome;
    font-size: 40px;
    color: #57c3ff;
    position: absolute;
    left: 0;
    top: 0;
}
.partner-email p:before {
    content: '\f0e0';
    font-family: fontawesome;
    font-size: 40px;
    color: #57c3ff;
    position: absolute;
    left: 0;
    top: -20px;
}
.partner-website p:before {
    content: '\f0c1';
    font-family: fontawesome;
    font-size: 40px;
    color: #57c3ff;
    position: absolute;
    left: 0;
    top: -15px;
}
.partner-desc h1 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.partner-image hr {
    display: none;
}
@media screen and (max-width: 767px){
  .partner-detail-row > div {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .partner-detail-row > div:first-of-type {
      margin-top: 0px;
  }
  .partner-detail-row > div:last-of-type {
      margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px){
    .partner-top .section_ProductDetail_Description {
        margin-right: 100px;
    }
    .partner-top > div {
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
  	.partner-map-row > div {
        padding: 0 !important;
      	padding-top: 20px;
        padding-bottom: 20px;
    }
}
.partner-top h1 {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}
.partner-image {
    padding-bottom: 0 !important;
}
.business-partner-row .product-nav {
    display: none;
}
.business-partner-row .hover-product-title {
    display: none;
}
.business-partner-row .field-stockcode {
    display: none;
}
.business-partner-row .product {
    padding-bottom: 0;
}
.business-partner-row .hover-product-image {
    margin-bottom: 0;
}

.business-partner-row .slick-prev:before {
    content: '\f053';
    font-family: fontawesome;
    color: #006ba2;
}
.business-partner-row .slick-next:before {
    content: '\f054';
    font-family: fontawesome;
    color: #006ba2;
}
.business-partner-row .hover-product > p a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 555;
    pointer-events: auto;
    cursor: pointer;
  	font-size: 0;
}
.business-partner-row .hover-product > p a:hover,
.business-partner-row .hover-product > p a:visited,
.business-partner-row .hover-product > p a:focus,
.business-partner-row .hover-product > p a:active {
    text-decoration: none;
}
.business-partner-row .hover-product-additonal-details a {
    display: none;
}
.partners-row .paginate-top {
    display: none;
}
.partners-row .product-nav {
    border: none;
}
.partners-row .hover-product-title {
    display: none;
}
.partners-row .field-stockcode {
    display: none;
}
.partners-row .filter-list-orderby {
    display: none;
}
.partners-row .hover-product-image {
    margin-bottom: 0;
    padding: 10px;
}
.partners-row .product {
    padding-bottom: 0;
}
.partners-row .product-nav-pagination {
    margin-top: 10px;
}
.business-partner-row .section_ProductNodeList {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
}
.row.business-partner-row {
    padding-top: 10px;
}
.business-partner-row .hover-product-image {
    max-width: 200px;
    margin: 0 auto;
}
.business-partner-row .section_Content {
    margin-bottom: 30px;
}
.business-partner-row a {
    pointer-events: none;
}
.partners-row .filter_search {
    display: none;
}
.partner-top-row.node-top-row .section_ProductNodeImage {
    max-height: 300px;
}
.partner-top-row.node-top-row {
    min-height: 300px !important;
}
.partner-map .section_Content {
    padding-bottom: 10px;
}
@media screen and (min-width: 768px){
    .partner-map iframe {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
.partner-top-row .section_ProductNodeImage img {
    display: block;
}
.partner-top-row.node-top-row .section_ProductNodeImage {
    max-height: initial;
    padding-bottom: 0;
}
@media screen and (max-width: 991px){
    .partner-top-row.node-top-row .section_ProductNodeImage {
        display: none;
    }
}

/* Search result (4)
========================================================================== */

/* Checkout (10)
========================================================================== */


/* Authors
   ==========================================================================
Name
*/

.header-search-icon:before {
    content: '\e8b6';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    font-size: 30px;
}
.header-events-icon:before {
    content: '\e916';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    font-size: 30px;
}
.header-user-icon:before {
    content: '\e853';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    font-size: 30px;
}
.header-login-icon:before {
    content: '\e8cc';
    font-family: 'Material Icons Outlined';
    font-size: 30px;
    color: #006BA2;
}

.desktop-header .header-inner-row {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-right-col .section {
    padding-bottom: 0;
}
.desktop-header .logo-col img {
    max-width: 120px;
}
.desktop-header .desktop-menu .cd-primary-nav {
    margin: 0;
}
.desktop-menu .cd-secondary-nav, .desktop-menu .cd-nav-icons {
    top: 65px;
}
.desktop-header {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 5px;
}
.search-container {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 555;
    max-width: 700px;
}
.header-events-icon:hover,
.header-events-icon:active,
.header-events-icon:focus {
    text-decoration: none;
}
.header-login-icon:hover,
.header-login-icon:active,
.header-login-icon:focus {
    text-decoration: none;
}
.header-search-icon {
    cursor: pointer;
}
.header-user-icon {
    cursor: pointer;
}
.header-right-col .section {
    padding: 0px 18px;
}
.header-right-col .section p {
    margin-bottom: 0;
}
.user-container {
    background: #00A7E2;
    max-width: 500px;
    position: fixed;
    right: 0;
    top: 80px;
    width: 250px;
    padding: 15px 0px;
}
.user-container .sidebar-nav .sidebar-nav-heading {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px !important;
    font-weight: 400;
}
.user-container .sidebar-nav-items {
    border-top: 0;
    margin-bottom: 0;
}
.user-container > div {
    padding: 0;
}
.user-container .sidebar-item {
    padding: 0 !important;
}
.user-container .user-heading {
    padding: 15px 15px;
    color: #fff;
    border-top: 1px solid #8BD0EE;
    padding-bottom: 0px;
}
.user-container .sidebar-nav {
    margin-bottom: 0;
}
.user-container .user-name .user-log-out-link {
    display: none;
}
.user-logout  .user-profile-page-link {
    display: none;
}
.user-container .user-name .nav {
    float: left;
    width: 100%;
}
.user-container .user-name li {
    width: 100%;
}
.user-container .user-heading p {
    margin: 0;
}
.user-container .sidebar-item a {
    padding: 10px 15px;
}
.user-container .sidebar-item a:hover {
    background:#34B3EA;
}
.user-container .sidebar-item {
    margin-left: 0 !important;
    text-transform: none;
    margin-bottom: 0 !important;
}
.user-container a {
    color: #fff;
}
.header .top-bar-link a {
    border: none;
}
.user-container .toggle-item {
    border: none;
    padding: 0;
}
.search-container .header-input {
    margin: 0;
}
.search-container input {
    min-width: 550px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.search-container {
    display: none;
}
.header #languagepicker {
    top: 61px;
    margin-left: -22px;
}
.header .cart-btn {
    margin-top: 4px;
}
.cd-main-content {
    padding-top: 80px;
}
.index-solutions > div {
    text-align: center;
}
.index-solutions > div:last-of-type {
    border-right: none;
}
.index-solutions {
    margin-bottom: 30px;
}
.index-solutions .section {
    padding-bottom: 0;
}
.index-hero {
    margin-top: -30px;
}




.footer-links-col a {
    float: right;
    margin-left: 15px;
    border-left: 1px solid #eee;
    padding-left: 15px;
}
.footer-links-col p:last-of-type a {
    border-left: none;
}
.footer-newsletter img {
    width: 40px;
    display: none;
}
.footer-newsletter {
    text-align: center;
}
.footer-newsletter a:before {
    content: '\e0be';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    font-size: 50px;
    margin-right: 10px;
}
.index-quote-slider {
    background: url(/en/image/getthumbnail/1876);
}
.index-news-row {
    display: flex;
}
.footer {
    border-top: 1px solid #ccc;
}
.pt-page-index .content {
    padding-bottom: 0;
}





@media screen and (min-width: 1200px){
    .header .cd-primary-nav .cd-nav-icons .infrastructure-link-icon a h3:before {
        background: url(/en/image/getthumbnail/1865);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        position: relative;
        top: 2px;
		left: 0;
        margin-right: 5px;
      	margin-bottom: -2px;
    }
    .header .cd-primary-nav .cd-nav-icons .meters-link-icon a h3:before {
        background: url(/en/image/getthumbnail/1874);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        position: relative;
        top: 2px;
		left: 0;
        margin-right: 5px;
        margin-bottom: -2px;
    }
    .header .cd-primary-nav .cd-nav-icons .sensors-link-icon a h3:before {
        background: url(/en/image/getthumbnail/1862);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        position: relative;
        top: 2px;
		left: 0;
        margin-right: 5px;
      	margin-bottom: -2px;
    }
    .header .cd-primary-nav .cd-nav-icons .meter-modules-link-icon a h3:before {
        background: url(/en/image/getthumbnail/1861);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        position: relative;
        top: 2px;
		left: 0;
        margin-right: 5px;
      	margin-bottom: -2px;
    }
    .header .cd-primary-nav .cd-nav-icons .accessories-link-icon a h3:before {
        background: url(/en/image/getthumbnail/1871);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        position: relative;
        top: 2px;
		left: 0;
        margin-right: 5px;
      	margin-bottom: -2px;
    }
    .header .cd-primary-nav .cd-nav-icons .evo-link-icon a h3:before {
        background: url(/en/image/getthumbnail/1868);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 28px;
        height: 28px;
        content: '';
        position: relative;
        top: 2px;
		left: 0;
        margin-right: 5px;
      	margin-bottom: -2px;
    }
}

/*.side-buttons {
    position: fixed;
    right: -184px;
    top: 50vh;
    z-index: 4;
    background: transparent;
    transform: rotate(-90deg) translate(0, 100%);
}*/
.side-buttons {
    position: fixed;
    width:1000px;
    right:-413px;
    top:28vh;
    z-index: 4;
    background: transparent;
    transform: rotate(-90deg) translate(0, 100%);
}
.side-buttons .section:nth-child(2){
    width:325.5px !important;
    text-align: center;
}
.side-buttons div > .section:first-of-type{
    width:225px;
    text-align: center;
}
.side-buttons .section {
    float: left;
    margin-right: 10px;
    padding: 0px;
}
.side-buttons .section:hover {
    opacity: 0.95;
}
.side-buttons .section:hover a {
    text-decoration: none;
}
.side-buttons p {
    margin: 0;
}
.side-buttons a {
    color: #fff;
    padding: 11px 20px;
    display: block;
    background:rgba(1, 173, 233,0.95);
}
/* Side Buttons Notification */
.slide-notify p{
    color:#fff;
    font-weight: bold;
}
.slide-notify a{
    background:transparent;
  	border-color:#fff;
  	transition:0.25s;
}
.slide-notify a:hover{
	background:#fff;
  	color:#01ade9;
  	border-color:#fff;
}
.slide-notify h4{
    padding-bottom:10px;
}
/*.slide-notify{
    color:#fff;
    transform: rotate(90deg) translate(0, 100%);
    position:absolute;
    left:554.5px;
    bottom:-300px;
    width:100%;
    min-height:325.5px;
    max-width:250px;
    padding:25px !important;
    background:rgba(1, 173, 233,0.97);
    animation:movein 0.5s 1s ease forwards, moveout 0.8s 12s ease forwards;
}
@keyframes movein {
  from { bottom: -300px; }
  to   { bottom: -38px; }
}

@keyframes moveout {
  from { bottom: -38px; }
  to   { bottom: -300px; }
}*/
.slide-notify {
    color: #fff;
    transform: rotate(90deg) translate(0%, 100%);
    position: absolute;
    left: 612.5px;
    bottom: -300px;
    width: 100%;
    min-height: 325.5px;
    max-width: 250px;
    padding: 25px !important;
    background: rgba(1, 173, 233, 0.97);
    animation: movein 0.5s 1s ease forwards, moveout 0.8s 12s ease forwards;
}

@keyframes movein {
  from { bottom: -300px; }
  to   { bottom: -39px; }
}

@keyframes moveout {
  from { bottom: -39px; }
  to   { bottom: -300px; }
}
/*-- Highlight Example --*/
.highlight-btn a{
    width:325px;
    text-align: center;
}
@media screen and (max-width: 1199px){
    .mobile-nav .cd-header-buttons {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0 !important;
        padding-left: 0;
    }
  	.header-right-col .section {
    height: 35px;
}
}
.desktop-menu .cd-secondary-nav > li, .desktop-menu .cd-nav-icons > li {
    border-right: 1px solid #41BAE5 !important;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
 	background: transparent; 
}
@media screen and (max-width: 767px) {
    .header-inner-row {
        justify-content: space-between;
    }
}
@media screen and (max-width: 1200px){
    .header #languagepicker {
        top: 57px;
    }
}
@media screen and (max-width: 522px) {
    .header-inner-row .header-right-col {
        width: 100% !important;
        justify-content: space-between;
        margin-top: 15px;
    }
    .desktop-header {
        height: 110px;
    }
    .cd-main-content {
        padding-top: 110px;
    }
    .logo-col {
        width: 100%;
        text-align: center;
    }
    .search-container {
        top: 110px;
    }
    .header #languagepicker {
        top: 51px;
    }
}
@media screen and (max-width: 767px){
    .search-container {
        width: 100vw;
      	max-width: 100vw;
    }
    .search-container input {
        min-width: calc(100vw - 30px) !important;
    }
}
.container.footer-top-row {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}
.footer-bottom-row {
    margin-top: 30px;
}
@media screen and (max-width: 1200px){
    .menu-col {
        display: none;
    }
}


.index-quote-slider {
    padding: 0 !important;
    position: relative;
  background-size: cover;
    background-position: center;
  	text-align: center;
}
.index-quote-slider p {
 	font-size: 18px; 
}
.index-quote-slider .section_ContentBanner {
    position: relative;
    top: 50%;
    transform: translatey(-50%);
    z-index: 444;
}
.index-quote-slider .slick-dots li button {
    display: block;
}
.index-quote-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0.25;
}
.menu-col {
    width: auto;
}
@media screen and (max-width: 1550px) and (min-width: 1200px) {
    .logo-col {
        width: auto;
    }
}
@media screen and (max-width: 1450px) and (min-width: 1200px) {
    .header-right-col .section {
        padding: 0px 7px;
    }
}
@media screen and (max-width: 1350px) and (min-width: 1200px) {
    .menu-col .cd-nav > ul > li {
        margin-left: 5px;
    }
    .desktop-header .logo-col img {
        max-width: 100px;
    }
    .header-right-col {
        padding-right: 0;
        padding-left: 0;
    }
}
.news-archive-container .post-date:before {
    content: '\e8df';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    margin-right: 5px;
    font-size: 13px;
    position: relative;
    top: 2px;
}
.news-archive-container .post-date {
    font-size: 13px;
}
/* Catalog landing page grid row and extra info */
@media screen and (min-width: 768px) {
  .catalog-grid-row {
      margin: 0 -60px;
  }
}
.catalog-grid-row .section {
    padding-bottom: 0 !important;
}
.catalog-grid-row .section_ProductNodeText {
    padding-top: 80px;
}
.catalog-extra-info-row .section {
    padding-bottom: 60px;
    padding-top: 40px;
}
@media screen and (max-width: 767px){
    .catalog-grid-row .section_ProductNodeText {
        padding-top: 30px;
    }
}
/* Catalog landing page grid row and extra info end */
/* Product sub node page 5 */
/* Filter search */
@media screen and (max-width: 991px) and (min-width: 768px) {
    .pt-page-productsubnode .section_ProductFilter #productfilter .row .filter_search {
        margin-top: 20px;
    }
}
@media screen and (min-width: 768px){
    .pt-page-productsubnode .section_ProductFilter #productfilter .row .filter_search {
        display: flex;
        min-width: 400px;
    }
    .pt-page-productsubnode .section_ProductFilter #productfilter .row {
        width: auto;
        float: left;
    }
}
@media screen and (min-width: 992px){
    .pt-page-productsubnode .section_ProductFilter #productfilter .row .filter_search {
        margin-left: 20px;
    }
}
.pt-page-productsubnode .section_ProductFilter #productfilter .row .filter_search label {
    flex: 1;
  	white-space: nowrap;
    line-height: 33px;
  	margin-right: 10px;
}
.pt-page-productsubnode .section_ProductFilter #productfilter .row .filter_search input {
    flex: 2;
}
.product-list-row .section_ProductFilter .form-group {
    width: 100%;
    padding: 0 !important;
}
.product-list-row .CheckBox > div > label {
    width: 100%;
}
.product-list-row .section_ProductFilter .row {
    margin: 0;
}
.product-list-row .section_ProductFilter #productfilter .CheckBox .row {
    width: 100%;
}
.product-list-row .section_ProductFilter #productfilter .row {
 	width: 100% !important; 
}
.product-list-row .filter-row .SingleSelectDropdown .btn-group.open{
    z-index:25;
}
.product-list-row > div:nth-child(2){
    z-index:20;
}
.section_ProductFilter .clearAllFilter.label {
    height: 33px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    line-height: 1.33;
    border-radius: 2px;
    background: none;
    color: #000;
    border: 1px solid #ccc;
    font-family: 'TTNorms-regular', sans-serif;
}
.clearAllFilter.label:after {
    content: "\f00d";
    font-family: fontawesome;
    margin-left: 4px;
}
.clearFilter {
    font-size: 0;
    padding: 4px;
    border-radius: 2px;
    background: none;
    border: 1px solid #ccc;
    font-family: 'TTNorms-regular', sans-serif;
}
.SingleSelectDropdown .filter-box {
    display: none;
}
.clearFilter:before {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.pt-page-productsubnode .cd-main-content {
    transform: unset !important;
}
.filter-box {
    border: none;
    padding-bottom: 10px;
}
.filter-box span.label {
    border-radius: 2px;
    background: #F0F1F2;
    color: #000;
    font-weight: 400;
    padding: 5px 10px;
}
.product-list-row .section_ProductFilter > .row > .col-xs-12 {
    padding: 0;
}
@media screen and (min-width: 768px){
.sticky-filter .section_ProductFilter {
    position: fixed !important;
    top: 110px;
    left: 50%;
    transform: translatex(-50%);
    max-width: 1360px;
  	width: 100%;
}
.sticky-filter .section_ProductFilter > .row {
    width: calc(25% - 30px);
  	margin-left: 15px;
}
  .sticky-filter {
    transform: unset !important;
  }
}
.filter-row .section_ProductFilter > .row {
  	border: 1px solid #ccc;
  	padding: 20px;
  	background: white;
  	margin-top: 88px;
}
.sticky-filter .section_ProductFilter > .row {
 	margin-top: 0; 
}
.filter-row.sticky-filter .section_ProductFilter {
    margin-top: 0;
    z-index: 10;
}
@media screen and (min-width: 768px){
    .sticky-filter .section_ProductFilter {
        max-width: 750px;
    }
}
@media screen and (min-width: 992px){
    .sticky-filter .section_ProductFilter {
        max-width: 970px;
    }
}
@media screen and (min-width: 1200px){
    .sticky-filter .section_ProductFilter {
        max-width: 1170px;
    }
}
@media screen and (min-width: 1400px){
 	.sticky-filter .section_ProductFilter {
    max-width: 1360px;

	} 
}
.filter-row hr {
    display: none;
}
/*
@media screen and (max-width: 1199px){
    .filter-row {
        margin-top: 38px;
    }
}
@media screen and (max-width: 991px){
    .filter-row {
        margin-top: 76px;
    }
} */


/* Expand information */
.expand-btn {
    padding: 0 !important;
    margin-bottom: 20px;
}
.expand-btn p {
    cursor: pointer !important;
    display: inline;
}
.expand-btn p:after {
    content: '\f078';
    font-family: fontawesome;
    margin-left: 5px;
    color: #c9cbc4;
    font-size: 0.9em;
}
.expand-btn.expand-active p:after {
    content: '\f077';
}
.expand-content {
    display: none;
}
/* Node top row */
@media screen and (min-width: 992px){
    .node-top-row > div {
        flex: 1;
    }
}
.node-top-row {
    display: flex;
    flex-wrap: wrap;
}
.node-top-row > div {
    width: 100%;
}
.node-top-row .section_ProductNodeImage {
    background-size: cover;
    background-position: center;
    height: 100%;
    max-height: 269px;
}
.node-top-row .section_ProductNodeText {
    padding-bottom: 0;
}
.node-top-row .col-sm-6.side-padding-60{
    padding-bottom: 40px;
}
@media screen and (max-width: 991px){
    .node-top-row .section_ProductNodeImage {
        height: 150px;
        margin-right: -30px;
    }
    .node-top-row {
        flex-direction: column-reverse;
    }
}
.node-top-row .section_ProductNodeImage img {
    display: none;
}
.node-left-col {
  margin-top: 20px;
}
.node-top-row {
    min-height: 269px !important;
}
.index-hero video {
    width: 100%;
}
.search-container .catalogsearchbox:focus {
    box-shadow: none;
    border-bottom: 1px solid white;
}
.footer {
    font-size: 14px;
}
.footer-newsletter a:before {
    position: relative;
    top: 20px;
}
.footer-newsletter a {
    position: relative;
    top: -20px;
    font-size: 16px;
    font-family: 'TTNorms-bold', sans-serif;
}
.footer-newsletter a:hover, .footer-newsletter a:focus, .footer-newsletter a:visited {
    text-decoration: none;
}
@media screen and (max-width: 991px){
    .index-news-row {
        flex-wrap: wrap;
    }
    .index-news-list {
        width: 100%;
    }
    .index-quote-slider {
        width: 100%;
    }
}


/* Index technologies */
.index-technologies-items {
    display: flex;
    justify-content: center;
}
.index-technologies-items img {
    max-width: 220px;
  	width: 100%;
}
.index-technologies-items .col-sm-2 {
    width: auto;
}
/* Index categories row */
.index-categories-row .section_ProductParentNode_SubNodeMenu {
    max-width: 1500px;
    margin: 0 auto;
  	padding-bottom: 0;
}
.index-categories-row .section_ProductParentNode_SubNodeMenu [class*="block-grid-"] li {
    width: auto;
  	max-width: 220px;
  	padding: 0;
  	margin: 0 15px;
}

/* Index text image row */
.index-text-image-row {
    display: flex;
    margin-bottom: 40px;
}
.index-text-image-row .col-sm-6 {
    padding: 0;
    min-height: 580px;
}
.index-text-image-row .col-sm-6:last-of-type {
    display: flex;
    align-items: center;
    padding: 80px;
}
.index-text-image-row .section_Image img {
    display: none;
}
.index-text-image-row .section_Image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.index-categories-row {
    background: #F0F1F2;
    padding-top: 80px;
  	padding-bottom: 80px;
    margin-top: -40px;
}
.index-technologies-row {
    margin-top: 60px;
}
.index-bottom-texts {
    padding-bottom: 40px;
    padding-top: 75px;
    background: #F0F1F2;
}
.index-categories-row .hover-product-title {
    height: auto;
}
.index-categories-row h3.hover-product-title {
    margin-bottom: 0;
}
.index-categories-row h3.hover-product-title {
    font-size: 1.1em;
}
.index-technologies-row a {
    font-size: 1.1em;
    font-weight: 700;
}
@media screen and (max-width: 767px){
    .index-technologies-items {
        flex-wrap: wrap;
    }
    .index-technologies-items > .col-sm-2 {
        width: 48%;
    }
    .index-technologies-row {
        text-align: center;
    }
}
@media screen and (max-width: 991px){
    .footer-bottom-row .col-sm-6 {
        width: 100%;
        text-align: center;
    }
    .footer-links-col > .section {
        display: flex;
        justify-content: center;
    }
    .footer-links-col p a {
        border: none;
    }

}

@media screen and (max-width: 767px){
    .index-categories-row .visible-xs {
    display: none;
}
.index-categories-row .hidden-xs {
    display: block;
}
    .index-categories-row .section_ProductParentNode_SubNodeMenu [class*="block-grid-"] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-categories-row .section_ProductParentNode_SubNodeMenu [class*="block-grid-"] li {
        width: 48% !important;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
    }
    .index-categories-row .col-sm-12 {
        padding: 0;
    }
    .index-categories-row .hover-product-title {
        margin-bottom: 30px !important;
    }
    .index-categories-row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-links-col > .section {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }
    .footer-links-col a {
        margin: 0;
        padding: 0;
    }
}
#cookieNotification {
    background-color: #00A7E2;
}
@media screen and (max-width: 767px){
    .cart-buttons .link-view-cart span {
        font-size: 0;
    }
    .cart-buttons .link-view-cart span:after {
        content: '\f054';
        font-family: fontawesome;
        font-size: 16px;
    }
    .cart-buttons .link-view-cart span.feature-quotation:after {
        content: '\f078';
        font-family: fontawesome;
        font-size: 16px;
    }
    .cart-quotation .cart-buttons {
        width: 0px !important;
    }
}
@media screen and (max-width: 1199px){
    .header .quotation-content.container.is-visible {
        top: 57px !important;
    }
}
@media screen and (max-width: 522px){
    .header .quotation-content.container.is-visible {
        top: 52px !important;
    }
}
.user-container .user-log-out-link {
    background: #006ba2;
    margin-right: 15px;
}
.user-container .user-log-out-link:hover {
    background: #34B3EA;
}
@media screen and (max-width: 991px){
    .index-text-image-row {
        flex-direction: column-reverse;
    }
    .index-text-image-row .col-sm-6 {
        width: 100%;
        min-height: 0px;
    }
    .index-text-image-row .section {
        padding: 0;
    }
    .index-text-image-row .col-sm-6:last-of-type {
        padding: 30px;
    }
    .index-text-image-row .section_Image {
        height: 350px;
    }
}
.index-intro-text h1 {
    font-size: 2.7em;
    margin-top: 0;
}
.container.index-intro-text {
    width: 100%;
    margin-bottom: 30px;
}
.index-intro-text p {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 991px){
    .side-buttons {
        display: none;
    }
}
.index-solutions h2 {
    font-size: 1.9em;
}
.index-bottom-texts .col-sm-6:first-of-type .section {
    max-width: 700px;
    margin-left: auto;
    padding-right: 30px;
  	padding-left: 30px;
}
.index-bottom-texts .col-sm-6:last-of-type .section {
    max-width: 700px;
    margin-right: auto;
    padding-left: 30px;
  	padding-right: 30px;
}
.index-categories-row .hover-product-image-wrapper {
    overflow: hidden;
}
.index-categories-row .hover-product-image {
    margin-bottom: 0;
}
.index-categories-row .hover-product-title {
    margin-top: 15px;
}
.index-categories-row .hover-product-image-wrapper:hover img {
    transform: scale(1.05);
    transition: transform .5s ease;
}
.index-categories-row img {
    transition: transform .3s ease;
}
.index-technologies-items .section_Image {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.index-technologies-items .section_Image:hover img {
    transform: scale(1.05);
    transition: transform .5s ease;
}
.index-technologies-items .section_Image img {
    transition: transform .3s ease;
}
.index-solutions .index-link-box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-solutions .index-link-box a {
    height: 100%;
    width: 100%;
    display: block;
}
.index-solutions .index-link-box a:hover {
    text-decoration: none;
}
.index-solutions .col-sm-4 .section:hover {
    transform: translatey(-3px);
}
.index-solutions .col-sm-4 .section {
    transition: all .3s ease-in-out;
}
.index-solutions .btn {
    transition: all .3s ease-in-out;
}
.index-solutions .col-sm-4 .section:hover .btn {
    background: #34B3EA;
}
.index-categories-row .hover-product-title:hover a {
    color: #000 !important;
    text-decoration: underline;
}
.pt-page-index .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}
.pt-page-index .slick-dots li button:before {
    color: #fff;
    opacity: 0.6;
    font-size: 10px;
}
.news-archive-container .section_NewsList .section-heading {
    border: none;
    margin-bottom: 0;
    font-size: 35px;
}
.section_NewsList .news-list > a:hover {
    text-decoration: none !important;
}
.news-archive-container article {
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 5px;
    border-color: #eee;
}
.index-categories-row [class*="block-grid-"] {
    display: flex;
}
.btn .fa.fa-shopping-cart:before {
    content: '\e8cc';
    font-family: 'Material Icons Outlined';
    position: relative;
    top: 3px;
    font-size: 15px;
}
.basket-mode-quotation .btn .fa.fa-shopping-cart:before {
    content: '\e873';
    font-family: 'Material Icons Outlined';
    position: relative;
    top: 3px;
    font-size: 15px;
}
@media screen and (max-width: 767px) {
 	.index-news-list {
      	padding: 30px 30px;
    }
}
@media screen and (max-width: 991px) {
	.index-quote-slider .item {
     	height: 380px;  
    }
}
@media screen and (max-width: 549px){
    .index-news-list .media>.pull-left {
        flex: 1;
    }
    .index-news-list .media>.media-body {
        flex: 3;
    }
    .index-news-list article.post .media > a img {
        min-width: 50px;
    }
}

@media screen and (min-width: 1200px){
.cd-secondary-nav {
 	opacity: 0.96; 
}
}
.search-container {
    opacity: 0.96;
}
#languagepicker {
    opacity: 0.96;
}
.user-container {
    opacity: 0.96;
}
.news-detail-hero img {
    display: none;
}
.news-detail-hero {
    margin-top: -30px;
}
.news-detail-hero .section_Image {
    height: 350px;
    background-size: cover;
    background-position: center;
}
.container.news-detail-main-content {
    position: relative;
    top: -120px;
    background: white;
    border: 1px solid #eee;
}
.news-detail-bottom {
    position: relative;
    top: -50px;
}
.article-date:before {
    content: '\e8df';
    font-family: 'Material Icons Outlined';
    color: #006BA2;
    margin-right: 0px;
    font-size: 14px;
    position: relative;
    top: 2px;
}
.article-date {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.article-intro {
    margin-top: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .news-detail-main-content {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.footer-in-icon:before {
    content: '\f0e1';
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
}
.footer-yt-icon:before {
    content: '\f167';
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
}
.footer-in-icon, .footer-yt-icon {
    background: #006BA2;
    padding: 10px;
    margin-right: 10px;
}
.footer-in-icon:hover, .footer-yt-icon:hover,
.footer-in-icon:focus, .footer-yt-icon:focus,
.footer-in-icon:active, .footer-yt-icon:active {
    opacity: 0.9;
    text-decoration: none;
}
.footer-logo img {
    max-width: 120px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-bottom-row {
    text-align: center;
}
.footer {
    background: #333;
    color: #fff;
}
.footer h3 {
    font-size: 1.1em;
    margin-bottom: 15px;
}
.footer-bottom-row {
    font-size: 13px;
    margin-top: 50px;
}
.footer-newsletter {
    text-align: left;
}
.footer-newsletter a:before {
    color: #fff;
    font-size: 20px;
    background: #006BA2;
    padding: 10px;
    top: 3px;
}
.footer-newsletter a {
    top: 0;
    font-weight: 400 !important;
    font-family: 'TTNorms-regular', sans-serif;
    font-size: 14px;
}
.footer-newsletter a:hover {
    opacity: 0.9;
}
.index-solutions {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.index-intro-text {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-in-icon, .footer-yt-icon {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
}
.footer-in-icon:before, .footer-yt-icon:before {
    color: #006BA2;
    position: absolute;
    top: 6px;
    left: 12px;
}
.footer-newsletter a:before {
    background: #fff;
    color: #006BA2;
    border-radius: 50%;
}
.index-categories-row .hover-product-image {
    padding: 15%;
}
.index-quote-slider .item {
    height: 500px;
    background: none;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: top;
    padding-top: 80px;
  	flex-direction: column;
  	padding-left: 50px;
  	padding-right: 50px;
}
@media screen and (max-width: 767px){
    .index-solutions .col-sm-4 .section {
        margin-bottom: 15px;
    }
    .index-intro-text .section {
        padding: 0;
    }
    .footer-about {
        margin-bottom: 30px;
    }
    .footer h3 {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px){
    .index-hero {
        margin-top: 0;
    }
}.index-quote-slider img {
    max-height: 200px;
  	width: auto;
}
.read-more-btn-text:after {
    content: '...';
    font-size: 35px;
}
.read-more-btn-text {
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: inline;
}
.expand-content-left p, .expand-content-right p {
    display: none;
}
.expand-content-left, .expand-content-right {
    padding-bottom: 0 !important;
}
.expand-content-left p:first-of-type, .expand-content-right p:first-of-type {
    display: block;
}
.pt-page-index .expand-active p {
    display: inline-block !important;
}
.index-categories-row h2, .index-technologies-row h2 {
    text-align: center;
}
.index-categories-row .row .row, .index-technologies-row > div > .row:first-of-type {
    max-width: 1500px;
    margin: 0 auto;
}
@media screen and (min-width: 1200px){
.index-categories-row .row .row .section_Content, .index-technologies-row > div > .row:first-of-type .section_Content {
    padding: 10px 40px;
}
}

.index-solutions > .col-sm-4 {
    background: #F0F1F2;
    margin: 0px 15px;
}
@media screen and (min-width: 768px) {
.index-solutions {
    display: flex;
}
}
.index-solutions > div > .section {
    padding: 40px 20px;
}
.index-link-box {
    margin-bottom: 0 !important;
}
.read-more-btn-text:after {
    position: absolute;
    top: -10px;
    left: -1px;
    display: inline-block;
    line-height: 10px;
}
.read-more-btn-text {
    position: relative;
}
.read-more-btn-right {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1199px){
  .mobile-mega-menu.cd-primary-nav .cd-nav-icons .cd-nav-item {
      padding-left: 20px;
  }
  .mobile-mega-menu.cd-primary-nav .cd-nav-icons .cd-nav-item {
      height: 50px;
      line-height: 50px;
  }
  .mobile-mega-menu.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
      font-size: 14px;
      font-weight: 400 !important;
      font-family: 'TTNorms-regular', sans-serif;
  }
  .mobile-mega-menu li>div {
      display: none;
  }
}
.partner-top-row .section_ProductNodeImage img {
    display: block;
}
.index-news-list .flag-link a:after {
    content: '\e5cc';
    font-family: 'Material icons outlined';
    position: relative;
    left: 3px;
    top: 2px;
    font-size: 14px;
}
.index-news-list .flag-link a {
    border: none;
    font-weight: 700;
    background: none;
    color: #000;
}
.index-news-list .flag-link a:hover:after {
    left: 4px;
}
.index-news-list .flag-link-btn:focus {
    box-shadow: none !important;
}
[class*="block-grid-"] {
    display: flex;
    flex-wrap: wrap;
}
.hover-product-title {
 	height: auto; 
}
.section.all-news-flag {
    padding-bottom: 0;
    margin-top: 30px;
    text-align: right;
    margin-bottom: -20px;
}
.section.all-news-flag a {
    border: none;
    font-weight: 700;
    background: none;
    color: #000;
    font-size: 12px;
}
.section.all-news-flag a:hover, .section.all-news-flag a:focus, .section.all-news-flag a:active {
    text-decoration: none;
}
.section.all-news-flag a:after {
    content: '\e5cc';
    font-family: 'Material icons outlined';
    position: relative;
    left: 3px;
    top: 2px;
    font-size: 14px;
}
.section.all-news-flag a:hover:after {
    left: 4px;
}
.index-news-list .flag-link {
  	display: none;
}
@media screen and (min-width: 1200px) {
    .cd-header-buttons {
        display: none;
    }
}
.fullwidth-img img {
	width: 100%;
}

/* Custom video startpage */
.index-news-row .index-quote-slider.video-visible {
  background: unset;
  background: #F0F1F2;
}
.index-news-row .index-quote-slider.video-visible > .section_ContentDataUnit {
    height: 100%;
    padding: 0;
}
.video-custom-container {
    height: 100%;
}
.video-custom-embed {
    position: relative;
    min-height: 450px;
}
.video-custom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-btn-container {
    padding: 30px;
}
.video-custom-container h2 {
    padding: 30px;
    margin: 0;
}
.video-custom-container {
    padding-left: 30px;
    padding-right: 30px;
}
.video-custom-container.video-custom-no-btn .video-custom-embed {
    position: static;
}
@media screen and (max-width: 1399px){
    .video-custom-embed {
        min-height: 350px;
    }
}
@media screen and (max-width: 499px){
    .video-custom-embed {
        min-height: 200px;
    }
    .video-custom-container h2 {
        padding: 15px;
        padding-top: 30px;
        font-size: 28px;
    }
    .video-btn-container {
        padding: 15px;
        padding-bottom: 30px;
    }
}
.video-visible .video-custom-container h2 {
    font-size: 1.8em;
    max-width: 650px;
    margin: 0 auto;
}
.no-slider-bg {
    background-image: none !important;
}
.mobile-mega-menu .cd-nav-icons .see-all {
    display: none;
}
/* Highlight section */
.index-quote-slider .highlight-section-video {
    height: 100%;
    background: #F0F1F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  	padding: 30px;
}
.highlight-section-image .btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translatex(-50%);
}
.highlight-section-image {
    position: relative;
}
.index-quote-slider .highlight-section {
 	height: 100%; 
}
.highlight-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: unset;
}
.index-quote-slider .highlight-section iframe {
    position: relative !important;
    width: 100% !important;
    height: 100%;
}
.index-quote-slider .highlight-section .video-container {
    width: 100%;
    flex: 1;
}
.index-quote-slider > .section {
    height: 100%;
    padding: 0;
}
.index-quote-slider .highlight-section .btn {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.index-quote-slider .highlight-section h2 {
    font-size: 1.8em;
    max-width: 70%;
    margin-bottom: 15px;
}
.section_ProductSearchList .hover-product .p-productavailability {
    display: none;
}


/* Video hero template */
.video-hero-banner iframe {
    border: none;
}
.video-hero-banner {
    position: relative;
}
.video-hero-banner-content.heading-centered {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  	padding: 15px;
    text-align: center;
}
.video-hero-banner-content.heading-top-left {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 60px;
}
.video-hero-banner-content.heading-top-right {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 60px;
}
.video-hero-banner-content.heading-bottom-right {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 60px;
}
.video-hero-banner-content.heading-bottom-left {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 60px;
}


@media screen and (max-width: 767px){
 	.video-hero-banner-content.heading-top-left {
    padding: 15px;
}
.video-hero-banner-content.heading-top-right {
    padding: 15px;
}
.video-hero-banner-content.heading-bottom-right {
    padding: 15px;
}
.video-hero-banner-content.heading-bottom-left {
    padding: 15px;
} 
}
@media screen and (min-width: 768px){
    .video-contain img {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .video-contain iframe {
        display: none;
    }
    .video-contain {
        padding: 0 !important;
        height: 250px;
    }
    .video-contain img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
  	.video-contain {
    	background: #006ba2;
	}
}
.padding-60 {
 	padding: 60px; 
}
.padding-40 {
 	padding: 40px; 
}
.padding-30 {
 	padding: 30px; 
}
.padding-80 {
 	padding: 80px; 
}

@media screen and (max-width: 767px){
 	.padding-60 {
 	padding: 15px; 
}
.padding-40 {
 	padding: 15px; 
}
.padding-30 {
 	padding: 15px; 
}
.padding-80 {
 	padding: 15px; 
} 
}
@media screen and (max-width: 767px){
    .highlight-section-image .btn {
        position: static;
        transform: unset;
    }
    .highlight-section-image {
        padding-bottom: 30px;
    }
    .index-quote-slider .highlight-section.highlight-section-image {
        height: unset;
    }
}
.header .section_CatalogSearchBox .show-all-results-button {
    display: none;
}
.header .section_CatalogSearchBox .sectionId-catalog-search-box {
    display: none;
}
.blog-list .news-list > a > h2 {
    display: none;
}

.highlight-section-video p {
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
}
/* Buy More Modal */
#ptmodal .modal-content:has(.buy-more){
    overflow-y: scroll;
}

/* Submetering pages (268, 271-275)
 =========================================== */
.submetering-entry-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

.submetering-entry-wrapper .submetering-entry{
    width: 33%;
}
@media screen and (max-width: 1024px){
    .submetering-entry-wrapper .submetering-entry{
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .submetering-entry-wrapper .submetering-entry{
        width: 100%;
    }
}


.image-content-block{
    position: relative;
    margin: 10px;
}

.image-content-block a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-content-block .text-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    background: rgb(255,255,255, .6);
}

.image-content-block .text-wrap h4{
    margin: 0;
    padding: 0 0 20px;
    font-size: 24px;
}

.image-content-block .text-wrap span{
    text-decoration: underline solid 3px #000;
    text-underline-offset: 5px;
    font-weight: 600;
    display: inline-block;
}

.img-overlay.submetering div{
    position: relative;
}

.img-overlay.submetering div::after{
    content: "";
    background: rgba(1, 173, 233,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
}

.img-overlay.submetering div h1{
    z-index: 5;
}

.page:has(.img-overlay.submetering) {
    overflow-x: hidden;
}/*QUOTATION PAGE*/
/*QUOTATION*/
.quotation-container{
    padding-left:20px;
    padding-right:20px;
    width:1500px;
    max-width:100%;
}

.section_QuotationDetail .quotation-details .btn {
    background:#006ba2 !important;
}
    
.quotation-container .quotation-details .quotation-basket-table .btn-fill{
    color:black;
}
    
    .quotation-container .q-quantity.form-control.input-basket-edit {
        width: 40px;
        float: none;
      height:34px;
      text-align:center;
    }
    
    .quotation-container .q-option .btn-primary.active{
    background:white;
    color:black;
    }
    
    .quotation-container [name="IsInclVat"]{
    margin-top:2px !important;
    float:left;
    margin-right:5px !important;
    margin-left:15px !important;
    }
    .quotation-container [name="FillValue"]{
    width:50px;
    padding-top:5px;
    padding-bottom:2px;
    }
    
    .quotation-container .q-value.input-group{
    border:none;
    float:left;
    max-width:1450px;
      margin-top:5px;
    
    }
    
    .quotation-container .q-value.input-group input{
    /*border:none;*/
    box-shadow:none;
    }
    
    
    .quotation-container .quotation-quickadd{
    margin-top:30px;
    margin-bottom:30px;
    }
    

      
       
    .quotation-container .quotation-info-wrapper h3::after{
    content:": ";
    }
    
    .quotation-container .quotation-info-wrapper.quotation-deliveryaddress h3{
    float:none;
    }
    
    .quotation-container [name="IsEnabled"]{
    margin-top:20px !important;
    }
    
    .quotation-container .btn-part-edit-cancel{
    margin-left:10px;
    margin-top:10px;
    }
    
    .quotation-container .btn-part-edit-save{
    margin-top:10px;
    }
    
    .quotation-details .quotation-headerbg{
        min-height:50px;
        height:unset;
        
        }

    .quotation-details .q-value.input-group button{
    float:left;
    }
 
    .header .quotation-details .q-value.input-group button{
    float:unset !important;
    } 
    
    .quotation-container .q-quantity.form-control.input-basket-edit{
    float:left;
    }
    
    .quotation-render{
    font-size:11px;
    }
    
    .quotation-render .col-xs-8{
    width:340px;
    }
    
    .quotation-info-wrapper{
    font-size:11px;
    }
    
    .quotation-basket-table .form-control.input-basket-edit{
        width: 100px;
        padding: 5px;
      text-align:center;
    }
    
    .quotation-basket.editable.editing .q-basket-sortrow form{
    text-align:right;
    margin-top:3px;
    }
    
    .quotation-container .q-value.input-group input{
    font-size:11px;
    width:60px;
    }
    
    .quotation-content-mini.container{
    padding-left:15px;
    padding-right:15px;
    }

.section_QuotationDetail .quotation-details .quotation-headerbg{
    background: #006ba2 !important;
    height: auto !important;
    min-height: 60px;
    margin-bottom: 20px;
}

.quotation-container .section_QuotationDetail .quotation-section-heading{
color: #969696;!important;
font-size:20px    
}

.quotation-container .quotation-basket-copy{
margin-top:40px;
width:100%;
text-align:right;
}

.quotation-container .btn-quotation-create.feature-quotation{
margin-top:20px;
margin-bottom:-20px
}

div.quotation-details div.q-template-setting, .q-template-setting {
    background: none !important;
    background-color: transparent !important;
}

.section_QuotationDetail label{
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.section_QuotationDetail label span{
 margin-left:5px;
top:5px;
position:relative;
}

.section_QuotationDetail .quotation-info-wrapper [name="ImageScaleMode"]{
width:auto !important;
margin-right:5px
}

.section_QuotationDetail .quotation-info-wrapper input{
    border: 2px solid #006ba2 !important;

}

.section_QuotationDetail select.form-control, select{
margin-top:4px;
} 

.section_QuotationDetail [name="IsCustomSalesman"]{
width:auto !important;
margin-bottom:10px !important;
margin-top:20px !important;
margin-left:5px !important;
}

.section_QuotationDetail .q-delivery-address{
margin-top:20px;
}

.section_QuotationDetail .quotation-info-wrapper input{
height:45px;
}

.section_QuotationDetail .quotation-info-wrapper input[type="radio"]{
height:15px;
}

.section_QuotationDetail .quotation-details .q-right {
    text-align: left;
    padding-left: 0px;
}

.header .quotation-content thead tr th{
padding-bottom:20px !important;
}

.section_QuotationDetail .fa{
color:white !important;
}

/*RENDER INFO BOX*/
.section_QuotationDetail .q-progress{
margin-bottom:60px;
}

.section_QuotationDetail .quotation-render > a{
    height: 34px;
    padding: 0.6rem 1rem;
    color: white !important;
    background: #006ba2;
    cursor: pointer;
    border: 1px solid #006ba2;
    text-transform: uppercase;
    font-weight: 800;
position:relative;
top:-30px;
font-size:14px;
}

.section_QuotationDetail .quotation-info-wrapper {
    margin-bottom: 30px;
}

.section_QuotationDetail .quotation-details .quotation-part {
    border: 0px;
}

.section_QuotationDetail .q-part-toggle {
    margin-bottom: 20px;
}

.section_QuotationDetail .quotation-details .btn{
border-color:#006ba2;

}

.section_QuotationDetail .quotation-info-wrapper input[type="checkbox"] {
    height: 15px;
}

.section_QuotationDetail select {
    width: 100%;
    border: 2px solid #006ba2;
    border-radius: 0;
    font-weight: bold;
    color: #777;
    font-size: .8125em;
    padding: 10px;
    font-size: 14px;
    height: 45px;
}

.section_QuotationDetail .quotation-info-wrapper input[type="text"] {
    border: 1px solid #006ba2;
    padding: 10px;
    font-size: .8125em;
    width: 100%;
}


.section_QuotationDetail .quotation-sub-heading{
font-size:11px;
font-weight:700;
margin-bottom:5px;
}

.section_QuotationDetail select[name="EditDisplayTitleLanguageCode"]{
margin-bottom:10px;
}
/*
.section_QuotationDetail table thead tr th:nth-of-type(1), table tbody tr td:nth-of-type(1){
width:0px !important;
display:none;
}
*/

.section_QuotationDetail div.q-value{
max-width:120px;
text-overflow: ellipsis;
 overflow:hidden;
  display:inline-block;
  white-space: nowrap;
}

.section_QuotationDetail .quotation-basket-settings input[type="radio"]{
display:block !important
}

.section_QuotationDetail .quotation-details .quotation-basket-settings{
float:left;
}

.section_QuotationDetail .quotation-details .quotation-basket-settings label{
background:none !important;
border:none !important;
color:black !important;
box-shadow:none !important;
}

.section_QuotationDetail .quotation-details .quotation-basket-settings .btn-group.q-option:nth-of-type(1):after{
content:"|";
position:relative;
bottom:0px;
font-size:26px;

}
/*QUOTATION PAGE END*/

/*QUOTATION HEADER*/
/*CART/QUOTATION HEADER*/

  
  .cart-amount {
    display: none;
  }
  
  .cart-price {
    display: none;
  }
  
  .cart-amount-xs {
    display: none;
  }
  

  .header .cart-switcher {
    background: url(/en/image/getthumbnail/1649) no-repeat !important;
    height: 40px !important;
    width: 61px !important;
    background-size: contain !important;
   
  }
  
  .header .cart.header-input.mode-quotation .cart-switcher {
    background: url(/en/image/getthumbnail/1650) no-repeat !important;
    height: 40px;
    width: 61px;
    background-size: contain !important;
  }
  /*CART/QUOTATION HEADER END*/
  
  .quotation-footer .btn-quotation-create {
    position: relative;
    right: 15px;
    /*bottom: 60px;*/
    background: #006ba2;
    border-color: #006ba2;
    color: white;
  }
  
  .quotation-content .quotation-footer {
    margin-top: 60px;
  }
  
  /*QUOTATION HEADER*/
  .header .cart-buttons .btn-quotation-create {
    display: none !important;
  }
  
  .quotation-content thead tr th:nth-of-type(2) {
    display: none;
  }
  
  .quotation-content tbody tr td:nth-of-type(2) {
    display: none;
  }
  
  .quotation-content .quotation-details .btn {
    background: #006ba2;
    border-color: #006ba2;
  }
  
  .quotation-content .quotation-details .btn {
    margin-bottom: 3px;
  }
  .quotation-content .q-quantity.form-control.input-basket-edit {
    width: 45px;
    float: none;
  }
  
  .quotation-content .quotation-basket-settings .checkbox {
    float: left;
    margin-top: 0px;
    margin-right: 5px;
  }
  
  .quotation-content .quotation-basket-settings label {
    margin-left: 15px;
  }
  
  .quotation-content .quotation-basket-settings .btn-primary.active {
    background: #e0ded7;
  }
  
  .quotation-content .quotation-basket-settings .btn-primary.active span {
    color: black;
  }
  
  .quotation-content .form-control.input-basket-edit {
    width: 100px;
  }
  
  .quotation-content form {
    display: inline-block;
  }
  
  .quotation-content th form {
    width: 45px;
  }
  
  .quotation-content .btn-fill {
    background: #006ba2 !important;
    border-color: #006ba2;
  
    position: relative;
    top: -8px;
    left: 45px;
  }
  .quotation-content th form input {
    width: 45px;
    margin-top: -40px;
    margin-bottom: 50px;
    height: 33px;
    top: 75px;
    position: relative;
  }
  
  .quotation-content .quotation-details .q-right {
    text-align: left;
    padding-left: 0px;
  }
  
  .quotation-content table td {
    border: px solid;
  }
  
  .quotation-content table th {
    border: px solid;
    padding: 0px;
  }
  
    .quotation-content .btn-quotation-create {
    font-weight: 800;
    margin-left: 20px;
  }
  
  .quotation-content .quotation-footer {
    margin-top: 20px;
    border-bottom: 5px solid #006ba2 !important;
  }
  
  .quotation-basket-table tfoot td:nth-of-type(1) {
    display: none;
  }
  
  .quotation-basket-table tfoot td .q-value {
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid lightgrey;
    width: 90%;
    display: none;
  }
  
  .quotation-basket-table tfoot td .q-value:before {
    content: "Total: ";
  }
  
  .quotation-basket-copy{
  float:left;
  margin-top:20px;
  margin-bottom:-5px
  }

.cart.mode-quotation{
background:none;
}

.cart.mode-quotation:hover {
background:none;
}

.header .quotation-content.container.is-visible{
top:60px;
}
.header .cart-buttons a.feature-basket{
height:28px;
border-radius:0;
margin-top:-2px;
display:none !important;
}

.quotation-basket-settings{
width:100%;
}

.quotation-details.activated{
 padding-left:15px; 
}

.quotation-details.activated table{
max-height:300px;
overflow:hidden;
position:relative;

}

.quotation-content.container .quotation-basket{
height:50vh;
overflow-y:scroll;
}

@media screen and (max-width:1199px) {
.desktop-header .quotation-content{

overflow-x:scroll;
}

.quotation-content.container .quotation-basket{


width:1199px !important;
}

}

.desktop-header .quotation-content.container .q-value{
max-width:340px;
}

  /*QUOTATION HEADER END*/



.cart-quotation .header-input {
    margin-top: 0;
}
.cart-quotation .cart-icon {
    width: auto;
}
.cart-quotation .cart-buttons {
    padding: 0;
    margin-left: 8px;
    width: 60px;
    display: flex;
    align-items: center;
    height: 40px;
}
.cart-quotation .cart-buttons a {
    color: #006BA2;
}
.cart-quotation .cart-icon {
    padding: 0;
}