/* ==========================================================================
   General Site Styling
   ========================================================================== */
  @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
  body {
      font-family: 'Roboto', sans-serif;
      color: #000;
  }
  body {
      overflow-x: hidden;
  }
  .cd-main-content {
      overflow: hidden;
  }
	@media screen and (min-width: 1500px){
      .cd-main-content {
      overflow: hidden;
      min-height: 65vh;
  }
    }

  /* .Container width fix */
  @media screen and (min-width: 992px){
    .content .container {
      width: 100%;
    }
  }
  @media screen and (min-width: 768px){
    .content .container {
      width: 100%;
    }
  }
  @media screen and (min-width: 1340px){
    .content .container {
      width: 1340px;
    }
  }
  .full-width-padding {
      padding: 0px 30px;
  }
  .grey-bg {
      background: #eee;
  }
  p {
    line-height: 150%; 
  }
  select {
      box-shadow: none !important;
  }

/* Cheat sheet color codes
   ========================================================================== */

/* Integral-LED Green #C5D301 */

/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'OpenSans-regular';
  src: url('//fonts.parttrap.com/Integral/OpenSans-regular.ttf');
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-bold';
  src: url('//fonts.parttrap.com/Integral/OpenSans-Bold.ttf'); 
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-italic';
  src: url('//fonts.parttrap.com/Integral/OpenSans-Italic.ttf'); 
  font-style: italic;
}

/* Paddings & Margins
   ========================================================================== */
.no-side-padding {
  padding-left: 0!important;
  padding-right: 0!important;
}

.no-side-margin {
  margin-left: 0!important;
  margin-right: 0!important;
}

/* Custom bgs
   ========================================================================== */
.bg-grey {
  background: #eeeeee;
}


/* Buttons
   ========================================================================== */
.btn {
    background: #C5D301;
    border: 1px solid #C5D301;
  	color: #fff;
}
.btn:hover,
.btn:focus {
    background: #B1BA05;
    border-color: #B1BA05;
  	color: #fff;
}
.btn-default {
    color: #fff;
}
.btn-default:hover, .btn-lg:hover {
    color: #fff;
}
.btn-ptGrey, .btn-xs {
    height: 32px;
    font-size: 1em;
}
.btn-secondary {
    color: #fff;
}
.form-promo-code .btn-block {
    width: auto;
    height: 33px;
    padding: 0px 10px;
}

/* Headings
   ========================================================================== */
h3 {
  text-transform: capitalize;
  font-weight: 500;
}
h4 {
  font-weight: 500;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
}
.page-header {
    color: #000;
}

/* Header
   ========================================================================== */

/*General*/
.header {
    background: #fff;
    border-bottom: 1px solid #eee;
}
.cd-main-header {
    border-bottom: 0;
  	background: transparent;
}
.header .container, 
.top-bar .container {
    padding: 0;
    margin: 0;
    width: 100%;
}
.header > .container  {
    padding: 0px 10px;
}
.header {
    padding-top: 0 !important;
}
.hover-product-image {
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 3px;
}

/* Breadcrumbs */ 
.section_BreadCrumb > .container {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-top: -30px;
}
.section_BreadCrumb {
    padding-bottom: 0 !important;
  	margin-bottom: 15px;
}
.section_BreadCrumb > .container .row {
    margin-left: 0;
    margin-right: 0;
}
.section_BreadCrumb > .container .col-xs-12 {
    padding: 0;
}
.section_BreadCrumb .col-xs-12 ol {
    padding: 2px;
}
.breadcrumb>li+li:before {
    color: #C5D301;
}
.breadcrumb>li:not(:last-child) a {
    color: #C5D301;
}
ol.breadcrumb {
    font-size: 13px;
}

/*Top-bar*/
.top-bar .user-profile-page-link {
        border-left: 1px solid #222;
        margin-left: 15px;
}
@media screen and (max-width: 767px){
    .top-bar .user-profile-page-link {
        display: none;
    }
    .top-bar .user-log-out-link {
        padding-left: 20px;
    }
}
@media screen and (max-width: 991px) {
    .top-bar .user-profile-page-link  .user-profile-customer,
    .top-bar .user-profile-page-link  .user-profile-sep {
        display: none;
    }
}

/*Logo*/
.logo-image {
    margin-top: 15px;
}
@media screen and (min-width: 1200px) {
    .header-mobile-logo {
        display: none;
    }
}
.header-mobile-logo {
    text-align: center;
    padding: 20px !important;
}

  
/* Cart */
@media screen and (min-width: 1200px){
    .section_MiniBasket {
        margin-top: 35px;
    }   
}
@media screen and (max-width: 1199px) {
   #minibasket .cart .cart-btn {
       float: right;
     	border-radius: 3px;
   }
}
.cart:hover {
    box-shadow: none;
    width: 300px;
}
.cart {
  width: 300px;
  float: right;
}
.feature-basket tr {
    border-bottom: 1px solid #eee;
}
.cart-content {
    box-shadow: 0px 5px 10px -8px #333 !important;
    border: 1px solid #eee;
}
.cart-content .btn:nth-child(2) {
    border-left: 1px solid white;
}
.cart-content.container {
    border-top: none;
}
.cart-field {
    border-color: #eee;
}
  
/*Search*/
.header-search-col {
    display: none;
}
@media screen and (min-width: 1200px){
    .header-search-icon:before {
        top: 2px;
    }
  .header-mid-col .header-menu-row {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
   .header-mid-col {
       padding: 0px;
   }
}
.header-search-icon:before {
    content: '\f002';
    font-family: fontawesome;
    font-size: 20px;
    background: #C5D301;
    border-radius: 3px;
    padding: 5px 10.72px;
    color: #fff;
    position: relative;
    border: 1px solid #C5D301;
}
.header-search-icon:hover {
    cursor: pointer;
}
.header-search-icon:hover:before {
    background: #B1BA05;
    border-color: #B1BA05;
}
.search-btn-col {
    margin-top: 35px;
}

.header-mid-col .header-search-row .section_Content {
  margin-top: 19px;
  margin-right: 15px;
}

.header-mid-col .header-search-row .section {
    float: left;
}
.header-mid-col .header-search-row .section_CatalogSearchBox {
    width: 70%;
}
.header-mobile-search-row {
    display: none;
}
@media screen and (min-width: 1200px) {
   .header-mobile-search-section {
        display: none;
    } 
}


/* Search dropdown */
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background: #fff;
    width: 200px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
}

@media screen and (max-width: 1199px) {
   .header-search-heading {
        display: none;
    } 
    .header-mobile-search-section {
        display: block;
    }
    
}

/* Mobile search */
.header-mobile-search-row {
    position: absolute;
    bottom: -76px;
    width: 100%;
    z-index: 8999;
    background: #eee;
    padding: 10px 15px 20px 15px !important;
}

/* Header mid row */
.header-mid-row {
    border: none;
    padding: 0px !important;
}
.header-mid-col > div {
    flex: 1;
}
.header-mid-col .header-quickshop-row {
    width: 40%;
}
.header-mid-col .header-cart-row {
    width: 20%;
}
.header-mid-col .header-search-row {
    width: 40%;
}
.header-mid-col .section+.section {
    padding-bottom: 0 !important;
}
.header-mid-row > .container {
    padding: 0;
}
.header-mid-col {
      display: flex;
      border-bottom: 1px solid #eee;
  }
@media screen and (min-width: 1200px) {
  .header-mid-col {
      padding-bottom: 10px;
  }
}

/*Navigation*/
/*.cd-primary-nav {
    margin-left: 0 !important;
    padding-right: 0;
  	margin-top: 10px !important;
}

.cd-primary-nav > li > a::before,
.cd-primary-nav > li > a::after {
    display: none;
}
.cd-primary-nav .cd-secondary-nav .see-all a:hover {
    background: #B1BA05 !important;
}
.desktop-main-header .cd-secondary-nav .see-all {
    height: 55px;
}
.desktop-main-header .cd-secondary-nav .see-all a {
    height: 70px;
  	margin-top: -12px;
}
@media screen and (min-width: 1200px){
    .header-menu-row {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
  .cd-secondary-nav .has-children a:before,
  .cd-secondary-nav .has-children a:after {
      position: absolute;
      right: 0;
  }
} */
/*
.cd-secondary-nav .has-children > ul .go-back a {
    padding-left: 40px !important;
} */


/* Sidebar menu content pages */
.cd-main-content .sidebar-nav {
    background: #eee;
    border-radius: 5px;
    padding-bottom: 1px;
}
.cd-main-content .sidebar-nav-heading {
    background: #E7E7E7;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.cd-main-content .sidebar-nav-items {
    margin-bottom: 0;
}
.sidebar-nav-toggle {
    background: #e7e7e7 !important;
    border: none;
}
  
/* Quickshop */
.section_QuickShop h4 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 7px;
  	font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.section_QuickShop input {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    margin-top: 4px;
    width: 100% !important;
    border-radius: 2px;
}
.section_QuickShop .btn {
    margin-top: 4px;
}
.section_QuickShop .col-sm-2.col-xs-4 {
    padding-left: 0;
}
.section_QuickShop .col-sm-2.col-xs-12 {
    width: auto;
    margin-right: -15px;
}
.header-quickshop-row {
    flex: 1.5 !important;
}
.header-cart-row {
    flex: 0.5 !important;
}

@media screen and (max-width: 1500px) and (min-width: 1200px){
    .section_QuickShop .col-sm-2.col-xs-4 {
        width: 70px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .section_QuickShop .col-sm-6.col-xs-6 {
        width: 230px;
    }
}


@media screen and (min-width: 992px) {
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;

    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 15px;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 input {
        margin-right: 0 !important;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .section_QuickShop input {
        width: 100%;
    }
    .quickshopcontent {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
}
/* Quickshop header */
@media screen and (min-width: 1200px){
  .header-mobile-quickshop-btn {
      display: none;
   } 
   .header-quickshop-row {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .header-quickshop-row > div > .section:nth-child(2) {
        display: none;
    }
    .header-mid-col .header-search-row .section_CatalogSearchBox
    {
        display: none;
    }
    .header-quickshop-row .header-mobile-quickshop-btn {
        margin-top: 5px;
        height: 40px;
        color: #fff;
        padding-top: 10px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    .header-mobile-quickshop-row {
        position: absolute;
        bottom: -59px;
        width: 100%;
        z-index: 8999;
        background: #eee;
        padding: 10px 15px 20px 15px !important;
    }
}
@media screen and (max-width: 991px){
    .header-quickshop-row > div {
        padding: 0;
    }
    .header-mobile-quickshop-row {
        bottom: -158px;
    }
}
.header-mobile-quickshop-row {
    display: none;
}


/*---Big Header 1200px ->---*/
@media screen and (min-width:1200px) {

/*General*/  

/*Top-bar*/

/*Logo*/
  
/*Cart*/
  
  
/*Search*/

/*Navigation*/
  /*.cd-primary-nav > li > a {
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
    }
    
  .cd-primary-nav .cd-secondary-nav {
        top: 101px;
        box-shadow: none;
    }
    .cd-primary-nav .cd-secondary-nav > .has-children {
        text-align: center;
    }
    .cd-primary-nav .cd-secondary-nav > .has-children > a {
        color: #C5D301;
        text-transform: uppercase;
    }
    .cd-primary-nav .cd-secondary-nav .see-all {
        background: #C5D301;
    }
    .cd-primary-nav .cd-secondary-nav .see-all a {
        color: #fff !important;
        border-top: none;
    } */

  
/*Login*/

}




}

@media screen and (max-width: 991px) {
  .cart-content {
        display: none !important;
    }
}

/*Footer
   ========================================================================== */
.footer {
    background: #eee;
}
.footer .bottom-footer .section_Image,
.footer .bottom-footer .section_Content {
    margin: 20px auto;
    width: 120px;
}
.footer h4 a {
    font-size: 17px;
}
@media screen and (min-width: 1340px) {
  .footer .container {
    width: 1340px;
}
}
.footer-products-col a:hover {
    text-decoration: underline;
}
.footer-social-col .section_271 a:hover {
    text-decoration: none;
}
.linkedin-footer-link:hover:before, .twitter-footer-link:hover:before, .facebook-footer-link:hover:before, .instagram-footer-link:hover:before {
    opacity: 0.9;
    transform: scale(1.05);
}

.footer-products-col a:hover {
    text-decoration: underline;
}
.footer-social-col .section_271 a:hover {
    text-decoration: none;
}

/* Footer social links */
.footer-social-col a:hover{
    text-decoration: none;
}
.linkedin-footer-link:before,
.twitter-footer-link:before,
.facebook-footer-link:before,
.instagram-footer-link:before {
    font-family: fontawesome;
    font-size: 25px;
    text-align: center;
    background: #454546;
    padding: 10px 12px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    width: 45px;
  	margin-bottom: 7px;
}
/* Footer Products link */
.footer {
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.footer h4 {
    text-transform: capitalize;
}
.footer-products-col .toggle-sign {
    display: none;
}
.footer-products-col .toggle-lvl-two,
.footer-products-col .toggle-lvl-three {
    display: none !important;
}
.footer-products-col li {
    border: none;
    padding-top: 0 !important;
}
.footer-products-col li a {
    font-size: 1em;
    color: #000;
}
.footer-products-col .toggle-btn {
    margin-left: 0;
}
.footer-products-col .toggle-lvl-one .active {
    font-weight: 500 !important;
}
.footer-products-col .sidebar-nav-heading {
    display: none;
}
.footer a {
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
}
.bottom-footer {
    text-align: center;
}
@media screen and (max-width: 767px){
    .footer {
        text-align: center;
    }
    .footer-products-col .sidebar-navigation h3,
    .footer-products-col .sidebar-navigation h3 a {
        padding-right: 0;
    }
   .footer-products-col .sidebar-nav-toggle {
        display: none;
    }
    .footer-products-col .sidebar-nav-items {
        display: block !important;
    } 
}


/* Notifier Container
   ========================================================================== */


/* ==========================================================================
   Page Styling
   ========================================================================== */



/* Index page
   ========================================================================== */
/* Hero Slider */
.banner-wrapper-main {
    padding: 0 ;
}
.section_ContentBanner {
    margin-top: -40px;
    margin-bottom: -5px;
    padding-bottom: 0 !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.carousel {
    box-shadow: none;
}
.slick-dots li button::before {
    color: #eee;
    opacity: 1;
    font-size: 10px;
}
.slick-dots li.slick-active button::before {
    color: #fff;
}
.slick-dots {
    margin-bottom: 10px;
}




/* Index my area links */
.area-links-row {
    margin-top: 20px;
    margin-bottom: 10px;
}
.area-links-row .section {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #eee;
    text-align: center;
    height: 150px;
    padding-top: 60px;
}
.area-links-row .section > p > a {
    font-weight: 700;
    font-size: 1.25em;
}
.area-links-row .section > p {
    display: inline-block;
}
.area-links-row .section a:hover {
    text-decoration: none;
}
.area-links-row a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}
.area-links-row a:focus {
    text-decoration: none !important;
}
.area-links-row .section a:before {
    font-family: fontawesome;
    font-size: 35px;
    color: #C5D301;
    font-weight: 500;
    position: relative;
    top: 7px;
    left: 0;
    margin-right: 15px;
}
.area-links-row .my-orders-link a:before {
    content: '\f1da';
}
.area-links-row .my-shopping-link a:before {
    content: '\f0ca';
}
.area-links-row .my-favorite-link a:before {
    content: '\f005';
}
@media screen and (max-width: 767px){
    .area-links-row {
        margin-top: 15px;
      	margin-bottom: 0;
    }
    .area-links-row div {
        margin-bottom: 15px;
    }
    .area-links-row .section {
        height: 100px;
        padding-top: 35px;
    }
    .area-links-row .section > p > a {
        padding: 0;
    }
}


/* Index - links with button */
@media screen and (min-width: 768px){
    .links-button-col {
        display: flex;
    }
}
.links-button-col .section {
    position: relative;
}
.links-button-col .section .btn {
    width: 100%;
    position: absolute;
    top: 160px;
}
@media screen and (max-width: 767px) {
    .links-button-col .section {
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .links-button-col  {
        text-align: center;
    }
    .links-button-col .section .btn {
        position: relative;
        top: 10px;
        max-width: 300px;
    }
}

.bg-grey {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}
.links-button-col .section {
    margin: 1.5%;
}
@media screen and (min-width: 768px) {
  .links-button-col .section {
	max-width: 23%;
  }
}
.links-button-col .section:first-child {
    margin-left: 0;
}
.links-button-col .section:last-child {
    margin-right: 0;
}
.link-section-bottom > div img {
    float: left;
    margin-right: 10px;
}
.link-section-bottom > div h4 {
    float: left;
    text-transform: unset;
    font-weight: bold;
}
.link-section-bottom div {
    height: 65px;
}

@media screen and (max-width: 767px){
    .link-section-bottom div {
        text-align: center !important;
        height: 95px;
    }
    .link-section-bottom > div img {
        float: unset;
    }
    .link-section-bottom > div h4 {
        float: unset;
    }
}
.link-section-bottom p {
    margin-bottom: 40px;
}
.link-section-bottom .btn {
    color: #fff;
}



/* Landing pages
   ========================================================================== */
/*General*/
/*News*/
/* News sidebar nav */
.col-sm-3 .section_NewsList {
    background: #E7E7E7;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0 !important;
}

.section_NewsList article {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.section_NewsList article:last-of-type {
    border-bottom: none;
}
.section_NewsList article .media {
    display: flex;
}
.section_NewsList article .media a.pull-left {
    flex: 1;
    height: 180px;
}
.section_NewsList article .media .media-body {
    flex: 2.5;
    padding-left: 30px;
    position: relative;
}
.section_NewsList article .media .media-body > * {
    width: 100%;
}
.section_NewsList article .media .media-body .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}
.section_NewsList article .media .post-img {
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
}
.section_NewsList article .media .media-body .post-body {
    font-size: 1.1em;
  	margin-bottom: 45px;
}
.section_NewsList article .post-date:before,
.section_NewsList article .article-date:before {
    content: '\f133';
    font-family: fontawesome;
    margin-right: 7px;
}
.section_NewsList article .post-date,
.section_NewsList article .article-date {
    font-weight: 400;
    font-size: 0.9em;
}
.news-menu {
    padding-left: 0px;
    background: #eee;
    border-radius: 5px;
}
.news-menu ul {
    display: block;
    background: #eee;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 0;
}
.section_61 {
    padding: 0 !important;
}
.news-menu h4 {
    text-transform: capitalize;
    border-bottom: 1px solid white;
    padding-left: 10px;
    padding-bottom: 15px;
    font-size: 1.1em;
}
.news-menu .month-node ul {
    display: none;
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid white;
}
.news-menu .year-node h3 {
    font-weight: 700;
    padding-left: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
.news-menu li.year-node:first-of-type a h3 {
    background: #e7e7e7;
    border-radius: 5px 5px 0px 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Pagination news */
/* Pagination new */
.section_NewsList .pagination>.active>a {
    background: none;
    color: #000;
}
.section_NewsList .pagination>.active>a:hover {
    opacity: 1;
}
.section_NewsList .pagination> li > a {
    color: #c5d301;
    font-size: 0.97em;
}
.section_NewsList .pagination> li > a:hover {
    background: transparent;
    opacity: 0.6;
}
.section_NewsList .pagination> li.nextpage > a {
    color: #c5d301;
}
.section_NewsList .pagination> li > a:focus {
    background: none;
}
.section_NewsList .post-heading a {
    font-size: 1.1em;
}


/* News Detail */
.section_NewsDetail .article-image {
    width: 28% !important;
    float: left;
    border: 1px solid #eee;
    border-radius: 5px;
}
.section_NewsDetail .news-content-right {
    width: 70%;
    margin-left: 2%;
    float: left;
    font-size: 1.1em;
}
.section_NewsDetail .article-title {
    margin-top: 0;
}
.section_NewsDetail .article-intro {
    font-weight: 600;
}
@media screen and (max-width: 991px){
    .section_NewsDetail .article-image {
       width: 50% !important;
       margin-left: 50%;
       transform: translateX(-50%);
    }
    .section_NewsDetail .news-content-right {
        width: 100%;
        margin-left: 0;
    }
    .section_NewsDetail .article-intro {
        margin-top: 15px;
    }
}
@media screen and (max-width: 599px){
    .section_NewsDetail .article-image {
        width: 100% !important;
    }
    .section_NewsDetail .news-content-right {
        width: 100%;
        margin-left: 0;
    }
}
.section_NewsDetail .article-date:before {
    content: '\f133';
    font-family: fontawesome;
    margin-right: 7px;
}
.section_NewsDetail .article-date {
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 20px;
}


/*Contact us*/
.integral-form input[type="text"], textarea {
    width: 100% !important;
    height: 33px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 2px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.integral-form textarea {
    min-height: 200px;
}
.integral-form label {
    margin-top: 10px;
    width: 100%;
}
.integral-form button {
    float: right;
    margin-top: 5px;
}



/* Product pages
   ========================================================================== */
/*General*/


/*Catalog Landing page*/
@media screen and (max-width: 1199px) {
    .node-info-row {
        padding: 0px 20px !important;
    }
}
.section_ProductNodeList .hover-product-title a {
    font-weight: bold;
    font-size: 0.85em;
}
/* Hover details */
.hover-product-additonal-details > .delDate {
    display: none;
}
.hover-product-hover-bg {
    display: none;
}
@media screen and (min-width: 1200px) {
    .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .product-grid .product-netprice.hover-product-price {
        margin-left: 10px;
        margin-top: 8px;
    }
}
.product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .product-netprice.hover-product-price {
    margin-top: 8px;
}
.product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .p-productavailability {
    float: left;
    clear: both;
}
.product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .js-avail-wrapper {
    float: left;
    line-height: 23px;
    margin-left: 3px;
}
.product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .pricepanel {
    clear: both;
}
.product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .product-netprice.hover-product-price {
    margin-left: 10px;
}

@media screen and (max-width: 518px){
    .product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .product-netprice.hover-product-price {
        margin-bottom: 0;
    }
    .product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .addToBasketContainer {
        float: left !important;
    }
}

.product-grid .large-block-grid-4.medium-block-grid-2.small-block-grid-2 .clearfix {
    display: inline-block !important;
}

.grid-attr-image {
    max-height: 66px !important;
}
.attribute-image-wrapper-hor .list-attr-image {
    max-height: 66px !important;
}
.attribute-image-wrapper-hor {
    margin-bottom: 5px;
}


/* Catalog node image and text */
.view-all-btn {
    float: right;
    color: #fff;
}
.section_ProductNodeTitle {
    padding-bottom: 0 !important;
}

.section_ProductNodeImage {
    margin-bottom: 40px;
}
.section_ProductNodeImage img {
    border: 1px solid #eee;
}
@media screen and (max-width: 767px){
    .section_ProductNodeImage {
        text-align: center;
        margin-bottom: 10px;
    }
}
.section_ProductNodeText h3,
.section_ProductNodeText h4,
.section_ProductNodeText p{
    line-height: 150%;
}
/* Sub categories section */
.section_ProductParentNode_SubNodeMenu .hover-product-image-wrapper img {
    box-shadow: none;
    border-radius: 5px;
}
.hover-product-title a:hover {
    color: #000;
}
.sub-categories div {
    max-width: 1140px;
    margin: 0 auto;
}
.categories-node-heading h2 {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 30px;
}
.section_ProductParentNode_SubNodeMenu .hover-product-title {
    text-align: left !important;
    text-transform: capitalize;
}

/*Product list*/
.section_ProductNodeList .hover-product-image {
    box-shadow: none;
    border-radius: 5px;
  	border-color: #eee;
}
.dl-horizontal {
    width: auto;
}
.section_ProductNodeList .addToBasketContainer {
    float: right;
}
.section_ProductNodeList .product-header a {
    text-transform: lowercase;
  	font-weight: bold;
}
.section_ProductNodeList .product-header:first-letter {
    text-transform: capitalize !important;
}
.col-sm-12.product-nav-pagination.pagination.pagination-sm.pull-right {
    padding-right: 0;
}
.col-sm-12.product-nav-pagination.pagination.pagination-sm.pull-right li span {
    padding-right: 0;
}

/* Filter panels */
.section_ProductFilter #productfilter > .row {
    display: flex;
    flex-wrap: wrap;
}
.filter-heading {
    padding-bottom: 0px !important;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.filter-heading p {
    font-size: 1.2em;
}
@media screen and (min-width: 992px) {
  .multiselect.dropdown-toggle.btn.btn-default {
        min-width: 140px;
    }
    .section_ProductFilter .row .MultiSelectDropdown,
.section_ProductFilter .row .SingleSelectDropdown {
        width: auto !important;
    }
    .multiselect-container.dropdown-menu {
        width: auto !important;
    }
}
.section_ProductFilter .MultiSelectDropdown .control-label {
    font-weight: 500;
}
.section_ProductFilter .btn {
    background: #eee;
    border: 1px solid #e7e7e7;
    color: #000;
}
.multiselect-container.dropdown-menu {
    box-shadow: none;
    margin-top: 2px;
}
.multiselect-container.dropdown-menu label {
    font-size: 15px;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-top: 4px;
}
.filter-box {
    border: none;
    padding: 0;
}
.filter-box .clearFilter {
    background: #eee;
    color: #000;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 500;
}
.filter-box .label-parttrap {
    background: #C5D301;
    color: #000;
    padding: 5px 12px;
    font-size: 12px;
    display: table;
    margin-top: 10px;
    font-weight: 500;
}
.activeFilters .clearAllFilter {
    background: #eee;
    color: #000;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
}
.filter-box .label-parttrap:after,
.filter-box .clearFilter:after,
.activeFilters .clearAllFilter:after {
    content: '\f00d';
    font-family: fontawesome;
    margin-left: 5px;
    font-size: 15px;
    position: relative;
    top: 1px;
}
.multiselect-container.dropdown-menu {
    margin-top: 4px;
    padding: 5px 0px;
}
.multiselect-container.dropdown-menu label {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 4px;
}
.MultiSelectDropdown .btn-group.open .btn {
    border: 1px solid #C5D301;
    background: #C5D301;
    box-shadow: none !important;
}
.multiselect-container.dropdown-menu {
    background: #fcfcfc;
    border: 1px solid #eee;
}
.multiselect-container.dropdown-menu .active a {
    background: #e7e7e7;
    color: #000;
}
.section_ProductFilter .filterinputbutton input.selected {
    background: #C5D301;
    border-color: #C5D301;
}
.section_ProductFilter .filterinputbutton {
    margin-top: 0;
}
.section_ProductFilter .control-label {
    font-weight: bold !important;
}


/*PDP*/
.section_ProductDetail_Header h1 {
    color: #000;
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 5px;
}
.section_ProductImageLibrary img {
    border: 1px solid #eee;
    width: 99.9%;
}
.section_ProductDetail_Header {
    padding-bottom: 5px !important;
}
.section_ProductDetail_SkuNumber strong {
    font-weight: 500 !important;
}
.section_ProductDetail_SkuNumber {
    padding-bottom: 5px !important;
}
.section_ProductDetail_Price {
    padding-bottom: 0 !important;
}
.section_ProductDetail_Price h2 {
    font-size: 1.6em;
}
.section_ProductDetail_DeliveryDetailInfo {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
    .tab-pane.active {
        background: #fff;
    }
    .tab-pane.active h3 {
        padding-top: 20px;
        padding-left: 20px;
    }
    .tab-pane.active > .content {
        padding-top: 0 !important;
    }
    .clear-float-right {
        float: none;
    }
}

/* Tabs styling */
.product-detail-tabs-row {
    background: #eee;
    padding: 40px 0;
    margin-bottom: 20px;
}
.product-detail-tabs-row .section_ProductDetailTabs {
    max-width: 1320px;
    margin: 0 auto;
}
.section_ProductDetailTabs .nav-tabs li.active a,
.section_ProductDetailTabs .nav-pills li.active a {
    background: #C1D300;
    color: #000;
}
.section_ProductDetailTabs .nav-tabs li a,
.section_ProductDetailTabs .nav-pills li a {
    background: #fff;
}
.section_ProductDetailTabs .tab-content .tab-pane > div {
    padding: 15px;
    background: #fff !important;
}
.section_ProductDetailTabs .tab-content {
    margin: 0;
}
.section_ProductDetailTabs .nav-tabs,
.section_ProductDetailTabs .nav-pills {
    box-shadow: none;
    margin-bottom: 1px;
}
.section_ProductDetailTabs .nav-tabs li a:hover,
.section_ProductDetailTabs .nav-pills li a:hover {
    color: #000;
}

.section_ProductDetailTabs .tab-content table th {
    border-top: none;
    border-bottom: 1px solid #eee;
}
.section_ProductDetailTabs .tab-content table td {
    border-top: none;
    border-bottom: 1px solid #eee;
}
.section_ProductImageLibrary .product-slider-section hr {
    display: none;
}

/*VP*/
/*Searchlist*/
.section_ProductSearchList h1 {
    font-size: 1.8em;
    font-weight: 500;
}
/*Checkout*/
.cart-view-table .btn {
    margin-top: -3px;
}
.cart-view-table .cart-view-image {
    height: auto;
}
.cart-view-table input[type="text"] {
    border: 1px solid #e7e7e7;
}
.cart-view-table .last-cell a:hover {
    text-decoration: none;
}
.cart-view-table>thead {
    border: none;
}
.section_Checkout tbody .cart-view-image {
    margin: 10px 0px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.section_Checkout .basket-total-lines {
    background: #eee;
    margin-right: 12px;
    border-radius: 3px;
    width: 300px;
}
.section_Checkout .basket-total-lines h5.pull-right {
    font-weight: 500;
}
.section_Checkout .section-border {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .section_Checkout .cart-view-image {
        margin: 0 auto;
    }
    .section_Checkout .bLine {
        border-top: 1px solid #e7e7e7;
        padding: 10px 0px;
    }
    .section_Checkout .bLine .basket-thumbnail {
        width: 35%;
        text-align: center;
    }
    .section_Checkout .bLine .col-sm-8.col-xs-6 {
        width: 65%;
    }
    .section_Checkout .basket-stockcode label {
        font-weight: 500;
    }
    .section_Checkout .js-removeFromBasketCheckout:before {
        font-size: 25px;
    }
    .section_Checkout .js-removeFromBasketCheckout {
        margin-top: 2px !important;
        margin-left: 5px;
    }
    .section_Checkout .bLine .col-xs-12 {
        padding: 0;
    }
    .section_Checkout .bLine input[type="number"] {
        width: 50px;
        margin-top: 3px;
        margin-left: 5px;
    }
    .section_Checkout .cart-view-image.img-responsive {
        border: 1px solid #e7e7e7;
    }
  	.section_Checkout .basket-total-lines {
        width: 94% !important;
    }
}
@media screen and (max-width: 1199px) {
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>tfoot>tr>td {
        white-space: normal;
    }
    .section_Checkout .table-responsive {
        border: none;
    }
}


/* Authors
   ==========================================================================
Frida Rosengren
*/

/* WIP */

@media screen and (max-width: 991px) {
    .header-cart-row .feature-basket {
        display: none;
    }
    .header-cart-row .pt-btn-basket .badge {
        display: block;
        top: -10px;
        margin-left: 16px;
        border: 1px solid #ccc;
        color: #333;
    }
    .header-cart-row .pt-btn-basket {
        font-size: 20px;
    }

}

@media screen and (max-width: 1199px) {
    .header-mid-col .header-search-row .section_Content {
        margin-top: 13px;
    }
  .header-bottom-row {
        display: none;
    }
}

/* Cart */
.section_MiniBasket {
    margin-top: 0;
}

.section_ProductParentNode_SubNodeMenu .hover-product-image {
    border: 1px solid white;
}

@media screen and (max-width: 1199px) {
    .section_MiniBasket .minibasket {
        width: 100%;
    }
    .section_MiniBasket .minibasket .cart {
        margin-top: 5px;
    }
}




/* Hero slider */
.hero-slider .carousel {
    margin: 0;
}



.footer-products-col .toggle-lvl-one h3 {
    margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
    .section_ProductParentNode_SubNodeMenu .hidden-xs {
        display: block;
    }
    .section_ProductParentNode_SubNodeMenu .visible-xs {
        display: none;
    }
    .section_ProductParentNode_SubNodeMenu .product {
        width: 33.3%;
    }
}
@media screen and (max-width: 550px){
    .section_ProductParentNode_SubNodeMenu .product {
        width: 50%;
    }
}

.view-all-btn {
    margin-bottom: 20px;
}


@media screen and (max-width: 1199px) {
    .cd-nav-trigger {
        height: 40px;
        margin-top: 2px;
        border-radius: 3px;
    }
    .header-mobile-search-btn {
        margin-top: -8px;
        height: 40px;
        width: 50px;
        background: #C5D301;
        border-radius: 3px;
        padding-left: 14px;
        padding-top: 4px;
    }
    .header-mobile-search-section .header-mobile-search-btn:before {
        content: '\f002';
        font-family: fontawesome;
        font-size: 22px;
        cursor: pointer;
        color: #fff;
    }
  .catalogsearchbox:focus {
      box-shadow: none;
      border: none;
  }
  .form-control.input-lg.catalogsearchbox {
      box-shadow: none;
      border: none;
  }
}
/* Cart */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .cart-btn {
        height: 40px;
        width: 50px;
    }
    .cart-field {
        height: 40px;
        padding-top: 10px;
        box-shadow: none;
        border: 1px solid #e7e7e7;
    }
    .cart {
        float: left;
    }
}

@media screen and (min-width: 1200px){
    .cart-field {
        box-shadow: none;
        border: 1px solid #e7e7e7;
    }
    .cart-btn {
        height: 33px;
    }
    .section_CatalogSearchBox input {
        border: 1px solid #e7e7e7;
        box-shadow: none;
    }
    .section_CatalogSearchBox .btn {
        height: 33px;
    }
}
@media screen and (min-width: 1200px){
    /*.cd-primary-nav > li > a {
        padding: 0;
    }
    
    .cd-primary-nav {
        float: left;
    }
    .cd-nav {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .cd-primary-nav > .has-children > a {
        padding-right: 15px !important;
        padding: 0;
    } */
}

@media screen and (max-width: 1490px) {
    /*.cd-nav > ul > li {
        margin-left: 0;
    }
    .cd-nav > ul > li > a {
        padding-right: 0 !important;
        font-size: 0.92em;
    } */
}
@media screen and (max-width: 767px) {
    .sidebar-nav .sidebar-nav-toggle {
        color: #000;
        font-size: 1.3em;
        font-family: 'Roboto', sans-serif;
      	font-weight: 700;
        border-radius: 3px;
    }
    .sidebar-nav {
        text-align: center;
    }
    .sidebar-navigation h3 {
        padding-right: 0;
        margin-left: 0;
    }
}

/* Index - Product links */
.index-product-links {
    box-shadow: 1px 1px 6px #eee;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}
.index-product-links img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}
.index-product-links img:hover {
    opacity: 0.9;
}
.index-product-links p {
    border-top: 1px solid #e7e7e7;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    min-height: 85px;
}
@media screen and (min-width: 768px){
   .container.index-product-links-row {
        margin-top: 30px;
        margin-bottom: 35px;
        border-top: 1px solid #eee;
        padding-top: 35px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    } 
}
.container.index-product-links-row p a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .row.index-product-links-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .row.index-product-links-row > div {
        width: 50%;
    }
}
@media screen and (max-width: 450px) {
    .row.index-product-links-row > div {
        width: 100%;
    }
}



/* Selected attributes with checks */
.product-attributes-checks dd:before {
    content: '\f00c';
    font-family: fontawesome;
    margin-right: 5px;
    color: #C5D301;
    font-size: 18px;
    display: inline-block;
}
.product-attributes-checks dt {
    display: none;
}
.tabs-row-nobg {
    background: #fff;
    padding-top: 0;
}
.product-attributes-checks {
    padding-bottom: 0 !important;
}
.pt-page-productdetail .content .section {
    padding-bottom: 20px;
}
.section_ProductDetailTabs .tab-content .tab-pane > div {
    border: 1px solid #eee;
    border-radius: 3px;
}

.tabs-row-nobg .section_ProductDetailTabs {
    border-top: 1px solid #eee;
    padding-top: 20px;
    border-radius: 3px;
}

.tabs-row-nobg .section_ProductDetailTabs .nav-pills li {
    border: 1px solid #eee;
    border-radius: 3px;
}

.section_ProductRelationList .hover-product-image {
    box-shadow: none;
    border-radius: 5px;
    border-color: #eee;
}

.product-carousel {
    margin: 0;
    width: 100.1%;
}
@media screen and (max-width: 1199px){
    .product-carousel {
        margin: 0 auto;
        width: 93%;
    }   
}
.slick-next:before,
.slick-prev:before {
    color: #e7e7e7;
}
.section_ProductImageLibrary img {
    border-radius: 3px;
}

/*.flexslider.product-carousel > .slides > .slick-list {
    padding: 0px 0px !important;
} */
/* Tabs page 19 */
@media screen and (max-width: 767px) {
    .tab-pane.active {
        background: #fff;
    }
    .tab-pane.active h3 {
        padding-top: 20px;
        padding-left: 20px;
    }
    .tab-pane.active > .content {
        padding-top: 0 !important;
    }
    .clear-float-right {
        float: none;
    }
}

.section_ProductImageLibrary .product-slider-section hr {
    display: none;
}
@media screen and (max-width: 991px){
   .cart {
        width: 50px;
    } 
  .cart:hover {
      width: 50px;
  }
}



/* NEW INTEGRAL MENU */
@media screen and (min-width: 1200px){
    .cd-secondary-nav > li > ul > li {
        display: none;
    }
    .cd-secondary-nav {
        box-shadow: 0px 6px 10px -16px #000 !important;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
      	height: auto !important;
    }
    .cd-secondary-nav > li {
        margin-right: 0 !important;
        padding: 15px !important;    }
    .cd-secondary-nav {
        display: flex;
        flex-wrap: wrap;
        padding: 20px !important;
        top: 60px !important;
    }
    .cd-secondary-nav > li > a {
        color: #c5d301 !important;
        font-family: 'Roboto', sans-serif;
      	font-weight: 700;
        padding-right: 0 !important;
        word-break: keep-all !important;
        white-space: normal !important;
      	font-size: 1.8rem !important;
    }
    .cd-secondary-nav > li {
        width: 14.28% !important;
        padding: 10px 0px;
        text-align: center;
    }
    .cd-secondary-nav li.see-all {
        display: none !important;
    }
    .cd-secondary-nav > li > div  {
        display: none;
    }
    .cd-secondary-nav > li.menu-icon > a {
        height: 100% !important;
        margin-top: -55px;
        padding-top: 55px !important;
    }
    .cd-primary-nav {
        margin: 0 !important;
        padding-right: 0;
    }
    .cd-nav {
        display: flex;
        justify-content: flex-end;
        /*margin-left: -16.66667%;*/
        margin-top: 15px;
    }   
    .logo-image img {
        width: 120px;
    }
    .logo-image {
        margin-top: 10px;
    }
    .col-sm-10.desktop-main-header {
        height: 70px !important;
    }
    .cd-primary-nav > li > a {
        font-weight: 700 !important;
        text-transform: uppercase;
    }
    .header-mid-col {
        padding-top: 0px !important;
        padding-bottom: 2px !important;
    }
    .cd-primary-nav > li.has-children a:before,
    .cd-primary-nav > li.has-children a:after {
        background: #000;
    }
  .header-bottom-row {
        box-shadow: 0px 6px 10px -16px #000 !important;
}
}

@media screen and (min-width: 1200px) {
    .cd-primary-nav .menu-icon:before {
        width: 45px;
        height: 45px;
    }
}
.cd-primary-nav .menu-icon:before {
    content: " ";
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.cd-primary-nav .lamps-icon:before {
    background-image: url(/en/image/getthumbnail/6504);
}
.cd-primary-nav .downlights-icon:before {
    background-image: url(/en/image/getthumbnail/6519);
}
.cd-primary-nav .panels-icon:before {
    background-image: url(/en/image/getthumbnail/6503);
}
.cd-primary-nav .strips-icon:before {
    background-image: url(/en/image/getthumbnail/6513);
}
.cd-primary-nav .emergency-icon:before {
    background-image: url(/en/image/getthumbnail/6514);
}
.cd-primary-nav .drivers-icon:before {
    background-image: url(/en/image/getthumbnail/6517);
}
.cd-primary-nav .evofire-icon:before {
    background-image: url(/en/image/getthumbnail/6522);
}
.cd-primary-nav .fire-rated-downlights-icon:before {
    background-image: url(/en/image/getthumbnail/6511);
}
.cd-primary-nav .strip-profiles-icon:before {
    background-image: url(/en/image/getthumbnail/6492);
}
.cd-primary-nav .controllers-icon:before {
    background-image: url(/en/image/getthumbnail/6506);
}
.cd-primary-nav .bulkhead-ceiling-icon:before {
    background-image: url(/en/image/getthumbnail/6523);
}
.cd-primary-nav .battens-icon:before {
    background-image: url(/en/image/getthumbnail/6526);
}
.cd-primary-nav .high-bays-icon:before {
    background-image: url(/en/image/getthumbnail/6510);
}
.cd-primary-nav .wall-packs-icon:before {
    background-image: url(/en/image/getthumbnail/6499);
}
.cd-primary-nav .floodlights-icon:before {
    background-image: url(/en/image/getthumbnail/6515);
}
.cd-primary-nav .outdoor-residential-icon:before {
    background-image: url(/en/image/getthumbnail/6502);
}
.cd-primary-nav .outdoor-inground-icon:before {
    background-image: url(/en/image/getthumbnail/6507);
}
.cd-primary-nav .night-lights-icon:before {
    background-image: url(/en/image/getthumbnail/6498);
}

/* Images on hover */
.cd-primary-nav .lamps-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6496);
}
.cd-primary-nav .downlights-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6521);
}
.cd-primary-nav .panels-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6501);
}
.cd-primary-nav .strips-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6500);
}
.cd-primary-nav .emergency-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6520);
}
.cd-primary-nav .drivers-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6516);
}
.cd-primary-nav .evofire-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6518);
}
.cd-primary-nav .fire-rated-downlights-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6512);
}
.cd-primary-nav .strip-profiles-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6494);
}
.cd-primary-nav .controllers-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6508);
}
.cd-primary-nav .bulkhead-ceiling-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6524);
}
.cd-primary-nav .battens-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6525);
}
.cd-primary-nav .high-bays-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6509);
}
.cd-primary-nav .wall-packs-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6497);
}
.cd-primary-nav .floodlights-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6505);
}
.cd-primary-nav .outdoor-residential-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6491);
}
.cd-primary-nav .outdoor-inground-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6493);
}
.cd-primary-nav .night-lights-icon:hover:before {
    background-image: url(/en/image/getthumbnail/6495);
}

@media screen and (max-width: 1199px){
    .cd-primary-nav a, .cd-primary-nav ul a {
        border-bottom: none;
        font-size: 1.2em !important;
      	color: #000;
      	padding-left: 15px;
      	display: inline-block;
    }
    .cd-primary-nav > .has-children > a:before,
    .cd-primary-nav > .has-children > a:after {
        position: absolute;
        right: 0;
    }
    /*.cd-secondary-nav li:nth-child(n+3) a {
        padding-left: 20px !important;
    } */
    .cd-nav > ul li {
        border-bottom: 1px solid #eee !important;
    }
    .cd-primary-nav .has-children > a {
        padding-right: 18px;
    }
    .cd-nav > ul > li {
        margin-left: 0 !important;
    }
    .cd-primary-nav, .cd-primary-nav ul {
        background: #fff;
        color: #000;
        border: 1px solid #eee;
    }
    .cd-nav-trigger.nav-is-visible {
        left: -28px;
    }
    .cd-main-header.nav-is-visible {
        top: 0px;
        color: transparent;
        position: fixed;
        right: 5px;
    }
    .cd-nav-trigger {
        background: #C5D301;
        border-radius: 3px;
        width: 49px;
    }
  	.cd-nav-trigger span {
        right: 13px;
    }
    .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: #fff;
    }
    .cd-primary-nav {
        margin-top: 0 !important;
    }
    
    .cd-primary-nav .menu-icon:before,
    .cd-primary-nav .menu-icon .see-all:before {
        width: 35px;
        height: 35px;
        left: 10px;
        bottom: 7px !important;
        position: relative;
        display: inline-block !important;
    }
    .moves-out.cd-primary-nav .see-all a {
        color: #000 !important;
    }
    .cd-primary-nav .lamps-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6504);
    }
    .cd-primary-nav .downlights-icon .see-all:before {
        background-image: url(/en/image/getthumbnail/6519);
    }
    .cd-primary-nav .panels-icon .see-all:before {
        background-image: url(/en/image/getthumbnail/6503);
    }
    .cd-primary-nav .strips-icon .see-all:before {
        background-image: url(/en/image/getthumbnail/6513);
    }
    .cd-primary-nav .emergency-icon .see-all:before {
        background-image: url(/en/image/getthumbnail/6514);
    }
    .cd-primary-nav .drivers-icon .see-all:before {
        background-image: url(/en/image/getthumbnail/6517);
    }
  	.cd-primary-nav .evofire-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6522);
}
.cd-primary-nav .fire-rated-downlights-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6511);
}
.cd-primary-nav .strip-profiles-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6492);
}
.cd-primary-nav .controllers-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6506);
}
.cd-primary-nav .bulkhead-ceiling-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6523);
}
.cd-primary-nav .battens-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6526);
}
.cd-primary-nav .high-bays-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6510);
}
.cd-primary-nav .wall-packs-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6499);
}
.cd-primary-nav .floodlights-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6515);
}
.cd-primary-nav .outdoor-residential-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6502);
}
.cd-primary-nav .outdoor-inground-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6507);
}
.cd-primary-nav .night-lights-icon .see-all:before {
    background-image: url(/en/image/getthumbnail/6498);
}
  	.header-mid-row {
        box-shadow: 0px 6px 10px -16px #000 !important
	}    
}
 }
/* Responsive sub categories menu */ 
.section_ProductParentNode_SubNodeMenu ul {
    display: flex;
    flex-wrap: wrap;
}
.section_ProductParentNode_SubNodeMenu .visible-xs {
    display: none;
}
.section_ProductParentNode_SubNodeMenu h3.hover-product-title {
    margin-bottom: 0;
    height: 30px;
}
@media screen and (max-width: 991px){
    .section_ProductParentNode_SubNodeMenu li.product {
        width: 33.3333%;
    }
}
@media screen and (max-width: 767px){
    .section_ProductParentNode_SubNodeMenu li.product {
        width: 50%;
    }
}
@media screen and (max-width: 449px){
    .section_ProductParentNode_SubNodeMenu li.product {
        width: 100%;
    }
}
.section_ProductParentNode_SubNodeMenu .hover-product-hover-bg {
    display: none;
}
.sub-categories ul {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .pt-page-productsubnode .sub-categories .product {
        width: 48% !important;
      	margin: 1% !important;
    }
}
.content {
  padding: 40px 0;
}
@media screen and (max-width: 1199px){
    .cd-secondary-nav .has-children > a::before, .has-children > a::after {
        right: 0 !important;
    }
    .cd-secondary-nav > li > div {
      display: none;
  }
}

.section_ProductNodeList .dl-horizontal .clearfix {
    display: none;
}
.attribute-image-wrapper-hor {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pt-page-productsubnode .grey-bg {
 	margin-bottom: 25px;
}
.above-filter-text {
    padding-bottom: 10px !important;
}


/* Twitter widget */
.twitter-widget {
    height: 380px;
    overflow: hidden;
}


/* Video */
.videolink-youtube span,
.videolink-vimeo span {
    font-size: 0;
    display: block;
}
.videolink-youtube.btn,
.videolink-vimeo .btn {
    height: 32px;
    padding: 6px 14px;
}
.pt-page-productdetail .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pt-page-productdetail .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.product-spec-sheet {
 	padding-bottom: 0 !important;
  	margin-bottom: 0 !important;
}

/* Integral Custom CSS */

.hover-product-title { 
    height: auto !important;
}


/* PHASE 1 */
.pt-page-index .section_ProductParentNode_SubNodeMenu li.product {
    margin: 30px 0px;
}
@media screen and (min-width: 1200px) {
 	 .pt-page-index .section_ProductParentNode_SubNodeMenu li.product {
          width: 16.6666667%;
      }
}
.pt-page-index .section_ProductParentNode_SubNodeMenu {
    margin-top: -10px;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-image {
    max-width: 100px;
    width: 100px;
    margin: 0 auto;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-title {
    text-align: center !important;
}
.hero-slider {
    margin-bottom: 50px;  
}
.header-bottom-row .section_CatalogSearchBox {
    margin-top: 20px;
}
.header-mobile-search-row {
 	position: relative;
  	top: 0;
}
.header-mobile-search-row .container,
.header-mobile-search-row .col-sm-12 {
    padding: 0;
}
.page .header.hidden-lg.header-mobile-search-row {
  	margin-top: 0 !importannt;
}
.header.hidden-lg .col-sm-4.col-xs-7 {
 	padding-left: 0; 
}

.header-mobile-search-btn {
    float: right;
    margin-top: 0;
}
.header.header-mobile-row .container {
    display: flex;
    align-items: center;
}
.header.header-mobile-row .cd-nav-trigger {
    margin-top: 2px;
}
.header.header-mobile-row.hidden-lg {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.header-mobile-search-row {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}
.header-mobile-right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-mobile-right-col .section {
    width: 80px;
}
.header-mobile-right-col .section_Menu {
    padding-bottom: 0;
}
.header-mobile-right-col .cd-header-buttons {
    right: 0 !important;
}
@media screen and (max-width: 499px){
    .header-mobile-row .col-sm-4.col-xs-2 {
        display: none;
    }
}

/* New design catalog node page 5 */
.pt-page-productsubnode .section_ProductParentNode_SubNodeMenu .product {
    background: #eee;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: -10px;
}
.pt-page-productsubnode .section_ProductParentNode_SubNodeMenu .product:first-of-type {
    padding-top: 20px;
}
.pt-page-productsubnode .section_ProductParentNode_SubNodeMenu h3 {
    font-size: 1.1em;
    margin-top: -13px;
}
.node-info-row {
    padding-left: 30px;
}
@media screen and (max-width: 991px){
    .pt-page-productsubnode .section_ProductParentNode_SubNodeMenu .product {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
.catalog-node-left .section_Content:first-of-type {
    padding-bottom: 0;
  	background: #eee;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: -25px;
}
}
/* Catalog landing page icons */
.top-node-icon-list .section_ProductParentNode_SubNodeMenu li.product {
    margin: 30px 0px;
}
@media screen and (min-width: 1200px) {
 	 .top-node-icon-list .section_ProductParentNode_SubNodeMenu li.product {
          width: 16.6666667%;
      }
}
.top-node-icon-list .section_ProductParentNode_SubNodeMenu {
    margin-top: -10px;
}
.top-node-icon-list .section_ProductParentNode_SubNodeMenu .hover-product-image {
    max-width: 100px;
    width: 100px;
    margin: 0 auto;
}
.top-node-icon-list .section_ProductParentNode_SubNodeMenu .hover-product-title {
    text-align: center !important;
}

/* RRP + VAT */
.pdp-price-col {
    display: flex;
}
.pdp-price-col .section:last-of-type {
    margin-left: 15px;
}
.partNumberLabel {
    display: inline-block;
}
.skuNumberLabel {
    display: inline-block;
}/* Fonts */
h1, h2, h3, h4, h5, p, span, dt, dd {
 	font-family: arial, sans-serif !important; 
}
.section_ProductDetail_Header h1 {
 	font-size: 1.3em !important; 
  	font-weight: bold;
}

.section_ProductDetail_Description {
  	font-family: arial, sans-serif !important;
}

.section_ProductDetail_SkuNumber {
 	text-align: right;
}

/* Containers */
.col-sm-6 {
    width: 50% !important;
  	float: left;
}
.col-sm-3 {
 	width: 30% !important;
  	float: left;
}
.col-sm-9 {
 	width: 70% !important;
  	float: left;
}
.content section {
 	padding-bottom: 0 !important; 
}

.content {
 	padding: 25px;
  	font-size: 14px;
}


/* Header */
.header {
 	width: 100%;
  	border-bottom: 6px solid #C5D301;
  	padding: 0;
  	height: 50px;
}
.header img {
 	max-width: 300px;
	position: relative;
	left: -25px;
	top: -15px;
}

.header .section_Content {
 	text-align: right; 
  	margin-top: 5px;
}

.header h3 {
 	font-weight: bold; 
}


/* Image */
.hover-product-image {
 	border: none !important; 
}


/* Attributes */
.attributes-row h4 {
 	color: #C5D301;
  	text-transform: none;
  	font-weight: bold;
}
.attributes-row {
 	margin-top: 15px; 
}

.section_ProductImageLibrary img {
 	border: none; 
}



.dl-horizontal dt {
  /*float: left;
  clear: left; */
 
    float: left;
    width:325px;
    clear: left;
    
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    white-space: nowrap;
  display:flex;

}

.dl-horizontal{
 width:100% !important; 
}

.product-additional-content dd{
display:flex;
}


/* Footer */
.footer {
  	background: none !important;
  	position: fixed;
  	bottom: 0;
  	height: auto;
  	padding: 0 !important;
  	margin: 0;
  	font-size: 11px;
  	text-align: center !important;
  	width: 100%;
}
.footer p {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}


.product-description-row {
 	margin-top: 15px; 
}


.attribute-image-hor img {
 	height: 300px; 
}