/* ==========================================================================
   General Site Styling
   ========================================================================== */
<link rel="stylesheet" id="proxima-nova-adobe-css" href="https://use.typekit.net/jfg4wmh.css" media="all">

.no-bottom-padding, .no-bottom-padding section{
	padding-bottom:0px !important;
}
.no-bottom-padding p{
	margin-bottom:0px;
}
/*Constant Searchbar adjustment */
.cd-main-content{
    padding-top:44px;
}
/*------*/
.content:has( .hero-container){
    padding-top:0px;
}
.text-color-grey, .text-color-grey + p{
    color:#86888A;
    text-transform: none;
}
.no-bottom-padding{
    padding-bottom:0px !important;
}
/* Background */
.bg-white{
    background:#fff;
}
.bg-blue{
    background:#3ec2b4 !important;
  	color:#fff;
}
.bg-gray{
    background:#f7f7f7 !important;
}
.container.bg-blue, .container.bg-gray{
    width:100%;
}
.container.bg-blue > .row.bg-blue, .container.bg-gray > .row.bg-gray{
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-top:15px;
    padding-bottom: 15px;
}
.content:has(.container.bg-blue), .content:has(.container.bg-gray ){
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
    .container.bg-blue > .row.bg-blue, .container.bg-gray > .row.bg-gray {
        width: auto;
    }
}
/* Cheat sheet color codes
   ========================================================================== 
Color name: #0000
Color name: #0000
*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/
/* Proxima Nova */
@font-face {
    font-family: 'Proxima Nova';
    src: url("/customfonts/ProximaNova-Reg.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova ExtraBold';
    src: url("/customfonts/ProximaNova-Xbold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('/customfonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/customfonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}
/* ----- Body fonts ----- */
body {
    font-family:'Proxima Nova', Arial, Verdana, sans-serif;
    font-size:;
    font-weight:;
}

/* ----- Headings -----*/
.page-header{
	/*color:#3EC2B4;*/
  	color:#007777;
}
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:'Proxima Nova ExtraBold', Arial, Verdana, sans-serif;
    font-weight:900;
  font-style:normal;
}
h1, h1.page-header {
    font-size:;
}
h2, h2.page-header {
    font-size:;
}
h3 {
    font-size:;
}
h4 {
    font-size:1em;
}
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{
    background: #007777;
    border-radius: 2em;
    color: #c5d800;
    border-color: #007777;
    font-weight: 900;
    transition: 0.25s;
}
.btn:hover, .btn:active, .btn:focus{
    background: #fff;
    border-radius: 2em;
    color: #007777;
    border-color: #007777;
}
.btn, .btn:focus, .btn:active {
    background:;
    border-color:;
    color:;
}
.btn:hover {
    background:;
    border-color:;
    color:;
}
.btn.btn-primary{
    background:#007777;
    border-radius: 2em;
    color:#c5d800;
    border-color:#007777;
    font-weight: 900;
    transition: 0.25s;
}
.AddToBasket.btn.btn-onGreen.btn.btn-onGreen button{
    background:#ffffff;
    border-radius: 2em;
    color:#c5d800;
    border-color:#007777;
    font-weight: 900;
    transition: 0.25s;
}


.add-to-basket-row section.section_AddToBasket button {
    background:#ffffff;
    border-radius: 2em;
    color:#007777;
    border-color:#007777;
    font-weight: 900;
    transition: 0.25s;
  margin-bottom:.5rem;
}

.add-to-basket-row section.section_AddToBasket button:hover,.add-to-basket-row section.section_AddToBasket button:active,.add-to-basket-row section.section_AddToBasket button:focus{
	   color:#c5d800}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background:#fff;
    border-radius: 2em;
    color:#007777;
    border-color:#007777;
}
/*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:#007777;
  	border-color:#007777;
  	color:#FFFFFF;
  border-radius:.25rem.;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus, .alertify-button-ok:active {
    background-color:;
  	border-color:;
  	color:;
      background-color:#007777;
  	border-color:#007777;
  	color:#FFFFFF;
  border-radius:.25rem.;
}

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background:#007777;
    color:#c5d800;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-weight: bold;
    padding:15px 0px;
}

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

/* 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
   ========================================================================== */
.main-header .navbar-nav li.active .menulabel{
    background:transparent;
    color:#3EC2B4 !important;
}
/* ----- General header styling -----*/
.main-header{
    border-bottom: 4px solid #C5D800;
}
.header .container, .top-bar .container{
    width:100%;
    margin:0px;
}
.header {
  background: #fff;
}
.header-right-col{
    height:80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* Header nav */
.main-header .navbar-nav>li>a{
    color:#86888A;
  	font-size:18px;
}
.main-header .navbar-nav li.active{
	background-color:transparent;
}
.main-header .nav>li>a:hover,.main-header .nav>li>a:focus{
    background:transparent;
    color:#3EC2B4;
}
.main-header .nav .open>a,.main-header .nav .open>a:hover,
.main-header .nav .open>a:focus{
    background:transparent;
}
/* Header Icons */
.header-right-col .user-icon, .header-right-col > .section_MiniBasket,
.header-right-col .section_ContentDataUnit:has(.search-icon){
    display: flex;
    justify-content: center;
    align-items: center;
    height:33px;
    width:30px;
    margin-bottom:6px;
}
.header section:has(.search-icon),.header section:has(.fa){
    padding-bottom: 0px !important;
}
.header-right-col .fa-user:before, .header-right-col .fa-search:before, .header-right-col .fa-sign-in:before,
.header-right-col .fa-shopping-cart:before{
    font-size:20px;
  	color:#86888A;
}
.header-right-col .fa-search:before{
    font-size:18px !important;
}
.header-right-col .user-icon p, .header-right-col section:has(.fa-sign-in) p{
    margin-bottom:0px;
}
.header-right-col .user-icon p{
    font-size:0px;
}
.user-icon{
    cursor:pointer;
}
.header-right-col #minibasket{
    margin-left:-3px;
}
#languagepicker ul.nav li.top-bar-link{
    padding: 0px 5px 0px 10px;
    background:#f7f7f7;
}
.header-right-col .section_LanguagePicker{
    margin-top:10px;
}
/* ----- User Container ----- */
.header.user-container{
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right: none;
}   	
.user-container {
    position: absolute;
    right: 0;
    top:140px;
    z-index: 555;
    background: #f7f7f7;
  	display:none;
}
.user-container .cd-main-header{
    background:transparent;
}
.user-container > .container {
    width: auto;
}
.user-container .top-bar-link>a{
	border-right:none;
}
.user-container li {
    border: none;
    margin-left:0px !important;
    float:none;
    font-size: 16px;
    margin-bottom:8px;
}
.user-container > div {
    padding: 15px;
}
.user-container .sidebar-nav a {
    color: #000;
    text-transform: none;
}
.user-container .section_Menu li div{
    border-bottom:none;
    margin-bottom:0px;
}
.user-container .section_Menu a:hover{
    color:#3EC2B4;
    border:none;
    text-decoration: none;
}
.user-container .sidebar-nav-items{
    border-top:none !important;
}
.user-container .user-profile-page-link a:hover{
    background:transparent;
}
.user-container .user-log-out-link a{
    background: #007777;
    color: #c5d800;
    border:1px solid #007777;
    font-weight: 900;
    transition: 0.25s;
    width:100%;
}
.user-container .user-log-out-link a:hover{
    background: #fff;
    color: #007777;
    border:1px solid #007777;
}
.user-container .user-log-out-link{
    width:100%;
}
.user-container .section_LoginStatus ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
@media screen and (max-width: 767px) {
    .user-container .sidebar-nav-toggle{
        display: none;
    }
    .user-container .sidebar-nav-items {
        display: block !important;
    }
    .user-container .sidebar-nav-heading {
        display: block;
    }
}
/* Header Menu */
.header .nav .open>a, .header .nav .open>a:hover, .header .nav .open>a:focus, .header .dropdown-menu>li>a:hover,
.header .dropdown-menu>li>a:focus,.header .nav>li>a:hover,.header .nav>li>a:focus{
    background:none ;
}
.header .dropdown-menu>li>a:focus{
    color:#86888A;
}
.header .dropdown-menu>li>a:hover{
    color:#3EC2B4;
}
.header .dropdown-menu{
    border-top:4px solid #3EC2B4;
    top:71px;
}
.header .dropdown-menu a{
    font-weight: 400 !important;
}
.header .dropdown-menu>li>a {
    padding: 12px 25px;
    line-height: 1.42857;
    font-size:14px;
    min-width:200px;
    color:#86888A;
}
.header .navbar-nav li.active {
    background-color: transparent !important;
}
.header .navbar-nav li.active .menulabel {
    color: #86888A !important;
    background-color: transparent !important;
}
.header .dropdown-menu>.active>a, .header .dropdown-menu>.active>a:hover, .header .dropdown-menu>.active>a:focus {
    background-color: #fff;
    color:#3EC2B4;
}
/* Hamburger Menu */
#cd-primary-nav.mobile-mega-menu{
    background:#f7f7f7;
    border-left:4px solid #c5d800;
}
#cd-primary-nav.mobile-mega-menu ul{
    background:#f7f7f7;
}
#cd-primary-nav.mobile-mega-menu li{
    margin-left:5px;
}
#cd-primary-nav.mobile-mega-menu a{
    color:#86888A;
    border-bottom:none;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.2s;
}
#cd-primary-nav.mobile-mega-menu li.has-children ul li:not(.go-back) a{
    font-weight: normal;
}
#cd-primary-nav.mobile-mega-menu a:hover{
    color:#3EC2B4;
    border:;
    text-decoration: none;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, 
.cd-nav-trigger span::after{
    background:#86888a;
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
}
.cd-nav-trigger.nav-is-visible span:before,
.cd-nav-trigger.nav-is-visible span:after{
    background:#c5d800;
}
.main-header .section_Menu.mobile-mega-menu{
    width: 30px;
    height:33px;
    padding-bottom: 0px;
}
.main-header .mobile-mega-menu .cd-header-buttons{
    padding-left: 0px;
    margin-bottom: 0px;
    right:auto;
    top:0;
}
.main-header .cd-nav-trigger{
    width: 30px;
    height:33px;
}
.main-header .cd-main-header{
    width:30px;
    height:33px;
}
@media screen and (max-width: 1199px) {
    .cd-nav-trigger span {
        top: 15px;
        left: 5px;
    }
    .cd-nav-trigger span::after {
        top: 6px;
    }
    .cd-nav-trigger span::before {
        top: -6px;
    }
    .cd-nav-trigger.nav-is-visible {
        background: #007777;
        border: 5px solid #007777;
        border-radius: 0px;
        left: -50px;
        height: 40px;
        width: 45px;
    }
    .cd-primary-nav .has-children > a::before, .cd-primary-nav .has-children > a::after,
    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after{
        background:#86888A;
        transition: 0.2s;
    }
    .cd-primary-nav .has-children > a:hover::before, .cd-primary-nav .has-children > a:hover::after,
    .cd-primary-nav .go-back a:hover::before, .cd-primary-nav .go-back a:hover::after {
        background: #3EC2B4;
    }
}
/* Header Mobile Adjustments*/
@media screen and (max-width:767px){
    .header.main-header > .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header.main-header > .container:before,
    .header.main-header > .container:after{
        display: none;
    }
    .header.main-header img{
        max-width:160px
    }
}
@media screen and (max-width:500px){
    .main-header .col-sm-4{
        padding-right:0px;
    }
    .header.main-header img {
        max-width: 140px;
    }
}
/* ----- Top-bar ----- */
/* Top bar general */
.top-bar{
    background-color: #fff;
    color:#000;
}
.top-bar .top-bar-right{
    background:#f7f7f7;
    border-radius: 0 0 25px 25px;
    padding: 0 70px;
    max-width: fit-content;
    float:right;
}
.top-bar .nav a{
    color:#86888A;
    font-size:14px;
}
.top-bar .nav a:hover{
    background:none;
    color:#3EC2B4;
}
/* 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 */
/*Badge*/
.header .cart .badge.visible-xs{
    display: block;
    top: -3px;
    left: 10px;
    border: none;
    background: #3EC2B4;
    border: 2px solid #fff;
    color: #fff;
    font-size: 9px;
    padding: 2px;
    padding-top: 4px;
    padding-right: 3px;
    min-height: 20px;
    min-width: 20px;
    font-weight: normal;
}
@media (max-width: 767px) {
    .pt-btn-basket .badge {
        top: -3px;
        margin-left: 0px;
    }
}
/*Removes original header cart style*/
.cart.header-input {
    margin-top: 0;
}
.header .cart-btn {
    background: none !important;
    border: none !important;
    font-size: 26px;
    padding: 0;
}
.header .cart-btn {
    position: relative;
}
.header .cart-field {
    background: none;
    border: none;
    color: #fff;
  	display:none;
}
.cart-field-label {
    margin-right: 10px;
}
.section_MiniBasket .cart-content.container {
    right: 0 !important;
    position: absolute;
    width: 400px;
    padding: 15px;
}
.header .section_MiniBasket {
    position: relative;
    width:33px;
}
.cart:hover {
    width: 100%;
    background: none;
} 
.header .pt-btn-basket{
    background-color:#00AEAC;
    border-color:#00AEAC;
    height:33px;
    margin-top:0px;
}
@media screen and (max-width:767px){
    .cart:hover .cart-content{
        display: none;
    }
}
/* @ Cart tablet <-1199px */
@media screen and (max-width: 1199px) {
    
}
/* @ Cart mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Search -----*/
.search-container{
    position: absolute;
    top: 140px;
    z-index: 10;
}
.search-container .header-input{
    margin-top:0px;
}
/* Search general */


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

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

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
    
}
/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width: 1199px) {
      
}

/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */
.content .sidebar-nav{
    background:#f7f7f7;
}
.content .sidebar-nav-items li,.content .sidebar-nav .sidebar-item,.content .sidebar-nav-items{
    border:none;
}
.content .sidebar-nav-heading{
    background: #f9f9f9;
    margin-bottom:0px !important;
    padding:10px 20px 15px 10px;
}
.content .sidebar-nav li.toggle-item{
    padding-top:10px;
}
.content .sidebar-nav li.toggle-item.active{
    border-left:2px solid #007777;
    padding-top:10px;
    margin-left:-2px;
}
.content .sidebar-nav{
    border-left:2px solid #eee;
}
.content .sidebar-nav a{
    color:#86888A;
}
.content .sidebar-nav a.active{
    color:#007777;
}
@media screen and (max-width:767px){
    .content .sidebar-nav .sidebar-nav-toggle{
        color:#fff;
    }
    .content .sidebar-nav .sidebar-nav-toggle:hover,
    .content .sidebar-nav .sidebar-nav-toggle:active, .content .sidebar-nav .sidebar-nav-toggle:focus{
        color:#007777;
    }
    .content .sidebar-nav{
        border-top-left-radius: 2em;
        border-top-right-radius: 2em;

    }
    .content .sidebar-nav:has(.sidebar-nav-items:not(.visible-xs)){
        background-color: transparent;
        border-color: transparent;
    }
}
/*----- 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:#fff;
  	padding:15px 0 0px;
}
.row.footer-main{
    border-top: 6px solid #3ec2b4;
    display: flex;
    padding: 50px 40px 15px 40px;
}
.row.footer-bottom-row{
    padding:6px 15px;
    background:#f7f7f7;
}
.footer-bottom-row p{
    margin-bottom: 0px;
    font-size:11px;
    text-align: center;
}
/* Footer text */
.footer p {
    color:;
}

/* Footer links */
.footer-link-row ul{
    margin:0px;
    padding-left:0px;
}
.footer-link-row ul li{
    text-decoration: none;
    list-style: none;
}
.footer-link-row h2{
    color: #86888a;
    font-size:20px;
    font-weight: 700;
    text-transform: none;
}
.footer-link-row ul li a{
    text-transform: none;
    font-size:13px;
    transition:0.25s;
}
.footer-link-row ul li a:hover{
    text-decoration: none;
    color:#3ec2b4;
}
@media screen and (max-width:767px){
    .footer-main .col-sm-8 .row > .col-sm-4{
        margin-top:20px;
    }
    .footer-main{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-main .col-sm-2{
        text-align: center;
    }
}
/* ==========================================================================
   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
   ========================================================================== */
.pt-page-index .content:has( .hero-container){
    padding-top:30px;
}

/* News
   ========================================================================== */
/* ----- News archive page ----- */

/* ----- News detail page ----- */

/* News Grid Style 
 =================== */
.news-grid .section-heading, .news-grid .flag-link{
    display: none;
}
.news-grid .news-list{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.news-grid .news-list .post{
    flex-basis:25%;
    padding-bottom: 0px;
}
.news-grid .news-list .post .media{
    display: flex;
    flex-direction: column;
}
.news-grid .news-list .post .media > a{
    position: relative;
    flex-grow: 1;
    margin-right:0px;
    overflow: hidden;
    float:none;
}
.news-grid .news-list .post .media a img{
    max-width: 100% !important;
    padding-right:0px;
    object-fit: cover;
    margin-right: 0px;
  	transform: scale(1.0);
}
@media screen and (min-width:1920px){
    .news-grid .news-list .post .media a img{
        transform: scale(1.);
    }
}
.news-grid .news-list .media-body{
    padding:15px 25px;
}
.news-grid .media > a img{
    height:475px;
    object-fit: cover;
}
.news-grid .media-body .media-heading{
    min-height: 118px;
}
.news-grid .media-body .media-heading a{
    color:#fff;
    font-size:22px;
}
.news-grid .media-body .media-heading a:hover{
	text-decoration:none;
}
.news-grid .media-body{
    display: flex;
    flex-direction: column;
}
.news-grid .media-body .post-date{
    order: -1;
    margin-top:10px;
    color:#fff;
    font-weight: 100;
    font-size:16px;
}
.news-grid .media-body .post-body{
    display: none;
}
.news-grid .news-list .post-img{
	max-width:100vw;
}
@media screen and (max-width:1198px){
    .news-grid .news-list .post{
        flex-basis:50%;
    }
}
@media screen and (max-width:767px){
    .news-grid .news-list .post{
        flex-basis:100%;
    }
}
/* Overlay styles */
.news-grid .news-list .post .media > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(159, 200, 91, 0.6), rgba(62, 194, 180, 0.6));
    mix-blend-mode: multiply;
    opacity: 1;
    transition: opacity 0.3s ease;
}
/* Hover effect to hide the overlay */
.news-grid .news-list .post .media > a:hover::after {
    opacity: 0;
}
/* Colors */
.news-grid .news-list .post:nth-of-type(1) .media-body{
    background-color: #9FC85B 
}
.news-grid .news-list .post:nth-of-type(2) .media-body{
    background-color: #3EC2B4
}
.news-grid .news-list .post:nth-of-type(3) .media-body{
    background-color: #86888A
}
.news-grid .news-list .post:nth-of-type(4) .media-body{
    background-color: #027777 
}
.news-grid .news-list .post:nth-of-type(5) .media-body{
    background-color: #027777 
}
.news-grid .news-list .post:nth-of-type(6) .media-body{
    background-color: #3EC2B4
}
.news-grid .news-list .post:nth-of-type(7) .media-body{
    background-color: #9FC85B 
}
.news-grid .news-list .post:nth-of-type(8) .media-body{
    background-color: #86888A
}
/*Change bg color on hover*/
.news-grid .news-list .post:hover .media-body{
    background: linear-gradient(180deg, rgb(0 119 119 / 80%), rgb(62 194 180 / 80%) 100%);
}
@media screen and (max-width:767px){
    .news-grid .news-list .post{
        flex-basis: 100%;
    }
    .news-grid .news-list .post .media a img{
        width:100%;
        object-fit: cover;
    }
}
/* Contact us
   ========================================================================== */
.content:has(.contact-map){
    padding-bottom: 0px;
}
.contact-map{
    height:570px;
    overflow: hidden;
    position: relative;
    margin-bottom:-15px;
}
.contact-map img{
    object-fit: cover;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)
}
.office-container{
    display: flex;
    justify-content: space-between;
}
.office-container h4{
    font-size:22px;
}
.office-container p{
    font-size:16px;
}
.page-header:has(~ .office-container){
    font-size:42px;
}
.section_Content:has(.office-container){
    padding-top:15px;
}
/* About us
   ========================================================================== */


/* Login page
   ========================================================================== */
.pt-page-login{
    background:linear-gradient(180deg, rgb(62, 194, 181) 0%, rgb(0, 119, 119) 100%);
}
.pt-page-login .login-row{
    border-bottom:0px solid #c5d800;
    outline: 1px solid #c5d800;
    outline-offset: 2px;
    border-radius: 25px;
}
.login-row #User_UserName, .login-row #User_Password{
    border-radius: 25px;
}
.section_Login .col-md-5:nth-of-type(2) .col-sm-8:before,
.section_Login .col-md-5:first-of-type .col-sm-8:before{
    color:#007777;
    opacity: 1;
}


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

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

/* Product list (5)
========================================================================== */
.product-nav-layout label.active{
    color:#007777;
}
#productlist .producttable .field-avail{
    text-align: center;
}
.expanded .toggle .toggle-panel{
    display: block !important;
}
.expanded .sidebar-nav-heading:hover{
    cursor: pointer;
}
.expanded .sidebar-nav-heading:after{
    content:"\f078";
    font-size:12px;
    float:right;
    margin:0 auto;
    line-height: 17px;
    font-family: fontawesome;
    transition: 0.2s;
}
.expanded .sidebar-nav-heading:has(~ .sidebar-nav-items[style="display: none;"]):after{
    transform: scaleY(-1);
}
.hover-product-title a:hover{
	color:#3ec2b4;
}
.hover-product-hover-bg {
    background-color: rgba(62, 194, 180, 0.2);
    opacity: 1;
}
/* Product Filter 
 ========================= */
#productfilter .CheckBox{
    width:100%;
    background:#f9f9f9;
}
.section_ProductFilter > .row{
    margin:0px;
}
.section_ProductFilter > .row hr{
    display: none;
}
#productfilter .CheckBox .control-label{
    color:#007777;
    font-weight: bold;
    padding:10px 0px 15px 0px;
    border:none;
    margin-bottom: 0px;
}
#productfilter .CheckBox fieldset div label{
    font-weight: normal;
    color:#87888A;
}
#productfilter .CheckBox fieldset div:has(.js-filterCheckBox:checked) label{
    font-weight: bold;
}
#productfilter .CheckBox fieldset div label{
    cursor:pointer;
}
#productfilter .CheckBox fieldset div:has(.js-filterCheckBox:checked) label:before{
    content: "✔";
    color: #fff;
    background-color: #C5D800;
}
#productfilter .CheckBox fieldset div label:before{
    content: "✔";
    color: #fff;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    width: 12px;
    height: 12px;
    font-size:10px;
    border-radius: 3px;
    margin-right:5px;
}
#productfilter .CheckBox fieldset .row div:has(.js-filterCheckBox){
    display: none;
}
#productfilter .CheckBox fieldset{
    padding-bottom:10px;
}
/* Sidebar Menu */

.pt-page-productsubnode .content .sidebar-nav {
    border-left: 2px solid transparent;
    background:#007777;
}
.pt-page-productsubnode .content .sidebar-nav-heading{
    background:#007777;
    color:#c5d800;
    text-transform: none;  
}
.pt-page-productsubnode .content .sidebar-nav a{
    color:#fff;
}
.pt-page-productsubnode .content .sidebar-nav li.toggle-item.active{
    border-left: 2px solid #c5d800;
    padding-top: 5px;
    margin-left: -2px;
}
.pt-page-productsubnode .sidebar-item a span:before{
    content: "✔";
    color: #fff;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    width: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 5px;
}
.pt-page-productsubnode .sidebar-navigation .active > div > a > span:before{
    content: "✔";
    color: #fff;
    background-color: #C5D800;
}
.pt-page-productsubnode .sidebar-item .toggle-sign{
    display: none;
}
.pt-page-productsubnode .sidebar-navigation .toggle-btn{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.pt-page-productsubnode .sidebar-navigation .sidebar-item{
    margin-bottom: 0px !important;
    padding-bottom:0px !important;
}
.pt-page-productsubnode .toggle-lvl-one div.sidebar-item{
    margin-top:0px;
    padding-bottom:5px;
}
.pt-page-productsubnode .sidebar-navigation{
    padding-bottom:10px;
}
/* paginate style */
.product-nav{
    border-bottom: none;
}
.paginate-bottom ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.paginate-bottom li{
    text-align: center;
    float:none;
}
.paginate-bottom li.pull-right, 
.paginate-bottom li:nth-last-child(3),
.paginate-bottom li:nth-last-child(2){
    display: none;
}
.paginate-bottom li .js-changePage{
    font-size:16px;
}
.paginate-bottom li .js-changePage .fa-chevron-right,
.paginate-bottom li .js-changePage .icon-left-open:before{
    font-family: "FontAwesome";
    font-size: 13px;
}
.paginate-bottom li .js-changePage .fa-chevron-right:before{
    content: '\f054';
}
.paginate-bottom li .js-changePage .icon-left-open:before{
    content:"\f053";
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus,
.pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus{
    border-bottom:1px solid #3ec2b4;
    background:transparent;
    color:#86888a;
}
.pagination>li>a{
    color: #86888a;
    background-color: #fff;
    border-color: #ddd;
    border-bottom:1px solid #fff;
    transition: 0.25s;
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
    color: #86888a;
    background-color: #fff;
    border-color: #ddd;
    border-bottom:1px solid #3ec2b4;
}

/* General Product List style */
#productlist .product-header a{
    color:#007777 !important;
}
.producttable .field-desc a{
    color:#007777;
}
/*------------ Grid ---------------*/
.product-grid .pull-right:has(.addToBasketContainer){
    float:none;
    display: flex;
    justify-content:flex-end;
    position: ;
    right: 10px;
    bottom: 10px;
}
.product-grid .hover-product .hover-product-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-grid .addToBasketContainer{
    display: flex;
    gap:5px;
    flex-grow:1;
}
.product-grid .shoppingList{
    padding:10px;
    border:1px solid transparent;
    height:42px;
    width:42px;
    background:transparent;
}
.product-grid .product-quantity-input{
    padding:0px;
    border:1px solid #ccc;
    height:42px;
    width:42px;
    text-align: center;
    margin-right: 0px;
}
.product-grid .input-group-btn.product-input-group .js-addToBasket{
    width:64px;
}
.product-grid .input-group-btn.product-input-group button{
    height:42px !important;
    width:42px;
}
.product-grid .input-group-btn.product-input-group button.js-checkAvailability{
    margin-left: 2px;
}
.product-grid .js-addToShoppingList{
    margin-right: 0px;
    color:;
}
.product-grid .favoriteToggler{
    font-size:16px;
    height:20px;
    width:20px;
    text-align: center;
}
.product-grid .hover-product{
    position: relative;
    background:#f7f7f7;
    padding:5px;
}
.product-grid .hover-product .hover-product-image-wrapper{
    background:#fff;
}
.section_ProductNodeList.Ivys.Product.List.Grid .input-group.input-group-lg.addToBasketContainer{
    margin-bottom: 0px;
}
.product-grid .favorite .favoriteToggler{
    border:1px solid transparent;
    border-radius: 8px !important;
    height:42px !important;
    width:42px !important;
    text-align: center;
    margin:0 auto;
    background:transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-grid .favorite .favoriteToggler .fa{
    color:;
}
.product-grid .favorite .favoriteToggler:hover .fa,
.product-grid .shoppingList:hover .fa{
    color:#007777;
}
.product-grid .favorite .favoriteToggler:hover,
.product-grid .js-addToBasket:hover, .product-grid .shoppingList:hover{
    background:;
    transition: all .15s ease-in-out;
}
.productAvailability{
    margin-right: 5px;
    margin-top:1px;
}
#productlist .js-avail-wrapper{
    font-size:14px;
}
.product-grid .product-quantity-input{
    flex-grow: 1;
    width:100%;
}
.product-grid .hover-product-price{
	font-size:16px;
}
.addToBasketContainer > .input-group-btn.product-input-group:has(.js-addToBasket){
    flex-grow: 1;
}
.product-grid .product-netprice{
    color:#007777;
}
.product-grid .hover-product-title a{
    color:#007777 !important;
}
.product-grid .product .hover-product > .pull-right:has(.requestBtn){
    float: none;
    text-align: right;
    margin:5px;
}
/*------------*/
/*---------- Product Table List ----------*/
.producttable .product-netprice{
    white-space: nowrap;
    color:#007777;
}
#productlist .producttable{
    border-collapse: separate;
    border-spacing: 0 5px;
}

#productlist .producttable .product-table-image img{
    margin-bottom: 0px;
    border:none;
    background:#fff;
}
#productlist .producttable .productlistrow{
    background:#f7f7f7;
    border:1px solid #eee;
}
#productlist .producttable>thead>tr>th{
    border-color:#007777;
    background:#f7f7f7;
    color:#007777;
}
#productlist .producttable>tbody>tr>td{
    border-top:1px solid transparent;
    border-bottom: 1px solid transparent;
}
#productlist .producttable>tbody>tr>td:last-of-type{
    border-right: 1px solid transparent;
}
#productlist .producttable>tbody>tr>td:first-of-type{
    border-left: 1px solid transparent;
}
@media screen and (min-width:767px){
    .producttable .col-xs-4.field-desc{
        width:40%;
    }
    .producttable .header-field-price.col-xs-4{
        width:25%;
    }
    .producttable th.field-avail{
        width:20%;
    }    
}
@media screen and (max-width:767px){
    .producttable th.col-xs-3{
        display: none;
    } 
}
/*------- List with thumbnails --------------*/
.product-list-thumbs .product{
    padding-bottom: 0px;
    margin-bottom: 15px;
    background:#f7f7f7;
    padding:15px;
}
.product-list-thumbs .product .hover-product-image{
    max-width: 140px;
    margin-bottom: 0px;
    background:#fff;
}
.product-list-thumbs .product .col-md-3.col-xs-3{
    width:auto;
}
.product-list-thumbs .product > .row{
    display: flex;
}
.product-list-thumbs .product .col-md-5.col-xs-9{
    flex-grow:1;
}
.product-list-thumbs .product .row .col-md-5 .js-price-wrapper{
    margin-top: 10px;
}
.product-list-thumbs .product .row .col-md-5 .js-price-wrapper *{
    text-align: left !important;
}

.product-list-thumbs .product .col-md-4.col-xs-9{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-end;
}
.product-list-thumbs .product .col-md-4.col-xs-9 .addToBasketContainer{
    align-items: flex-end;
}
.product-list-thumbs .product .product-additional-content #itemsAvailable{
    float:right;
}
.itemsAvailableHeader{
    float:left;
}
.product-list-thumbs .product .product-additional-content dl{
    background:#fff;
    padding:5px 15px;
}
@media screen and (max-width:767px){
    .product-list-thumbs .product .col-md-3.col-xs-3{
        flex-basis: 25%;
    }
    .product-list-thumbs .product .col-md-5.col-xs-9{
        flex-basis: 75%;
    }
    .product-list-thumbs .product > .row{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .product-list-thumbs .product .col-md-4.col-xs-9{
        flex-grow: 1;
    }
    .product-list-thumbs .product .col-md-4.col-xs-9 .addToBasketContainer{
        flex-grow: 1;
        width:100%;
        margin-top: 10px;
    }
    .product-list-thumbs .product .product-quantity-input{
        flex-grow: 1;
    }
    .product-list-thumbs .product .input-group-btn.product-input-group > .input-group{
        flex-grow: 1;
        display: flex;
        width:100%;
        
    }
}
/* ==================== */
/*----------- List without thumbnails ------------*/
.product-list-noThumbs .product{
    padding-bottom: 0px;
    margin-bottom: 15px;
    background:#f7f7f7;
    padding:10px 15px;
}
.product-list-noThumbs .col-md-3.col-xs-7 .row:before,
.product-list-noThumbs .col-md-3.col-xs-7 .row:after{
    display: none;
}
.product-list-noThumbs .col-md-3.col-xs-7{
    display: flex;
    flex-direction: column;
    gap:5px;
}
.product-list-noThumbs .pull-right:has(.addToBasketContainer){
    position: static;
}
.product-list-noThumbs .js-price-wrapper{
    padding-right: 5px;

}
.product-list-noThumbs .product-header a{
    color:#007777 !important;
}
/*-------------------*/
/* PDP (19)
========================================================================== */
.hover-product-image{
    box-shadow: none;
    border:none;
}
.pdp-row{
    display: flex;
    margin-left:0px !important;
    margin-right:0px !important;
}

.pdp-row .green-bg{
    background:#007777;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:6% 8%;
}
.pdp-row .green-bg .page-header{
    color:#fff;
  	font-size:43px;
}
.pdp-row .section_ProductDetail_SkuNumber p strong{
    font-size:26px;
    font-weight: 400;
}
.pdp-row .section_ProductDetail_Description p{
    font-size:16px;
}
.pdp-row .section_ProductDetail_Header{
    padding-bottom: 0px;
}
.pdp-row .section_ProductDetail_SkuNumber{
    padding-bottom: 0px;
}
.pdp-row .col-sm-5:has(.main-img){
     padding: 2.5% 4% 0% 4%;
}
.pdp-row .col-sm-5 .main-img{
    margin:0 auto;
}
.pdp-row .main-img .slick-track .slick-slide{
    width:35vw !important;
}
.pdp-row .main-img .slick-track .slick-slide img{
    width:35vw;
    object-fit: cover;
}
@media screen and (max-width:767px){
    .pdp-row .main-img .slick-track .slick-slide{
        width:100% !important;
    }
    .pdp-row .main-img .slick-track .slick-slide img{
        min-width:100%;
    }
}
.pt-page-productdetail .section_BreadCrumb{
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0px;
    top: 0;
    padding-bottom: 0px;
}
.pt-page-productdetail .section_BreadCrumb li{
    background:#046060;
    padding:3px 6px;
}
.pt-page-productdetail .section_BreadCrumb *{
    max-width:100%;
}
.pt-page-productdetail .section_BreadCrumb .breadcrumb li a{
    color:rgba(255,255,255,0.75);  
    transition: 0.25s;
    font-weight: normal;
}
.pt-page-productdetail .section_BreadCrumb .breadcrumb li a:hover{
    color:rgba(255,255,255,1);  
    text-decoration: none;
}
.pdp-row .hover-product-image{
    box-shadow: none;
    border:none;
}
.product-slider-section hr{
    display: none;
}
.pdp-row .section_ProductImageLibrary,
.pdp-row .product-slider-section{
    padding-bottom:0px;
}
.pdp-row .section_ProductImageLibrary .hover-product-image{
    margin-bottom: 0px;
}
.pt-page-productdetail .content{
    padding-top:0px;
}
@media screen and (max-width:767px){
    .pdp-row{
        flex-direction: column-reverse;
    }
}
.pdp-row .col-sm-5{
    position: relative;
}
.pdp-row .col-sm-5 .link-3d{
    position: absolute;
    bottom:0;
    left:5px;
    padding-bottom:0px;
}
.pdp-row .col-sm-5 .link-3d p{
    margin-bottom: 0px;
}
.pdp-row .col-sm-5 .link-3d a{
    padding:12px 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.link-3d .btn{
    background:#fff;
    color:#007777;
}
.link-3d{
    margin-top:10px;
}
.pt-page-productdetail .product-brand{
    padding-bottom: 0px;
    font-size:26px;
    font-weight: 400;
}
.pt-page-productdetail .product-brand dt{
    display: none;
}
/* hide del.date in availability col*/
.pdp-row .section_ProductDetail_DeliveryDetailInfo .js-avail-wrapper .aggregated-confirmed{
    display: none;
}
/* hide del.date from availability in productlist*/
#productlist .js-avail-wrapper .aggregated-confirmed{
    display: none;
}
/*Add To Cart PDP*/
.add-to-basket-row{
	padding-bottom:10px;
}
.add-to-basket-row .col-sm-12{
    /* fix background on basket background:#046060;*/
    display: flex;
    width:auto;
}
.add-to-basket-row section.section_AddToBasket{
    padding-top:10px;
    padding-bottom:10px;
}
.section_AddToBasket .addToBasketContainer .shoppingList{
    display:none;
}
.section_AddToBasket .addToBasketContainer{
    display:flex;
    align-items: center;
    flex-wrap:wrap;
  	height:42px;
}
.section_AddToBasket .input-group .form-control:not(:first-child):not(:last-child){
    height:42px;
    border-color:#046060;
}
.section_AddToBasket .addToBasketContainer .favorite{
    order:3;
    background:#fff;
    border:1px solid #007777;
    height:42px;
    width:42px;
}
.section_AddToBasket .addToBasketContainer .favorite .favoriteToggler{
    display: flex;
    justify-content:center;
    align-items: center;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    color:#007777;
}
.section_AddToBasket .addToBasketContainer .input-group-btn .input-group 
.input-group-btn button{
    width:15vw;
  	height:42px;
    background:#fff;
    border-color:#046060;
    color:#007777;
}
.section_AddToBasket .addToBasketContainer .input-group-btn .input-group 
.input-group-btn button:hover, .section_AddToBasket .addToBasketContainer .input-group-btn .input-group 
.input-group-btn button:focus,.section_AddToBasket .addToBasketContainer .input-group-btn .input-group 
.input-group-btn button:active,.section_AddToBasket .addToBasketContainer .favorite .favoriteToggler:hover,.section_AddToBasket .addToBasketContainer .favorite .favoriteToggler:active,.section_AddToBasket .addToBasketContainer .favorite .favoriteToggler:focus{

    color:#C5D800;
}



.section_AddToBasket .product-quantity-input{
    margin-right:10px;
}
.section_AddToBasket .input-group-btn.favorite{
    margin-left:10px;
}
/*PDP TABS*/
.section_ProductDetailTabs .dropdown-menu>li>a{
    padding:10px 20px;
}
@media screen and (max-width:767px){
    .section_ProductDetailTabs .nav.nav-tabs .dropdown.hidden-lg{
        width:100%;
    }
    .section_ProductDetailTabs .nav.nav-tabs .dropdown.hidden-lg > a{
        padding:15px 40px;
        color:#c5d800;
    }
    .dropdown-menu>li>a{
        padding:10px 40px;
    }
}
/*new placement*/
@media screen and (min-width: 768px) {
    .section_ProductDetailTabs .nav.nav-tabs {
        width:41.66667%;
    }
    .section_ProductDetailTabs .nav.nav-tabs > li,
    .section_ProductDetailTabs > ul > li > a{
        border-top-right-radius: 20px !important;
        border-top-left-radius:20px !important;
        flex: 1;
    }
    .section_ProductDetailTabs .nav.nav-tabs {
        float: right;
        margin-top:-62px;
        padding: 0px 5px;
        background:transparent;
        display: flex;
    }
    .section_ProductDetailTabs > ul > li > a{
        padding: 20px 20px;
    }
}
/**/

.pt-page-productdetail .tabs-row .section_ProductDetailTabs{
    padding-bottom: 0px;
}
.pt-page-productdetail .tabs-row{
    border-top:1px solid #fff;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}
.section_ProductDetailTabs .tab-pane .content{
    padding:25px;
}
.section_ProductDetailTabs > ul > li > a{
    background-color: #046060 !important;
    border-bottom: none;
    border:none;
    color:#bac0cb;
    font-weight:600;
    font-size:15px;
    /*padding:20px 50px;*/
    margin-right:0;
    border-radius: 0px;
}
.section_ProductDetailTabs ul li.active{
    border-bottom: 0px solid transparent;
    background-color: #007777;
    border-top:none;
}
.section_ProductDetailTabs ul li.active a{
    color:#c5d800;
    background-color: transparent!important;
    border:none;
    margin:0;
}
.section_ProductDetailTabs .nav-tabs .visible-lg a{
    text-align: center;
  	text-transform: uppercase;
}
.section_ProductDetailTabs .dropdown-menu{
    width:100%;
    padding:0;
}
.section_ProductDetailTabs .dropdown-toggle .caret{
    display:inline-block !important;
}
.section_ProductDetailTabs ul li.active a:hover, .section_ProductDetailTabs ul li.active a:focus{
    border:none;
    color:#c5d800;
}
.section_ProductDetailTabs .nav.nav-tabs{
    box-shadow: none;
    border:none;
    /*background:#046060;*/
}
.section_ProductDetailTabs .nav.nav-tabs > li{
    border-right:1px solid #007777;
    margin-bottom:0px;
}
.tab-content{
    background:#f9f9f9;
    margin:0px;
    padding:10px;
}
.section_ProductAttributes table th{
    width:50%;
}
.section_ProductAttributes .table>tbody>tr>th,
.section_ProductAttributes .table>tbody>tr>td{
    border-top:none;
}
@media screen and (max-width:1199px){
    .section_ProductDetailTabs .nav-pills .active.visible-lg{
        display: block;
    }
    .section_ProductDetailTabs .nav-pills .dropdown.hidden-lg{
        display: none;
    }
    .section_ProductDetailTabs .tab-content .tab-pane.active h3.hidden-lg{
        display: none;
    }
}
.tabs-row .product-video-section p{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:10px;
}
/* PDP Spareparts tab */
.tabs-row .spareparts-list .producttable thead th{
    color:#fff;
    font-weight: normal;
}
.tabs-row .spareparts-list .producttable thead th:nth-child(odd){
    background:#027777;
}
.tabs-row .spareparts-list .producttable thead th:nth-child(even){
    background:#046060;
}
.tabs-row .spareparts-list .producttable tbody tr:nth-child(even){
    background:#fff;
}
.tabs-row .spareparts-list .producttable tbody{
    border:1px solid #f1f1f1;
}
.tabs-row .spareparts-list .producttable .hover-product-image{
    margin: 5px 0px !important;
}
.tabs-row .spareparts-list .paginate-top{
    display: none;
}
.tabs-row .spareparts-list .pagination>li>span{
    background:transparent;
}
.tabs-row .spareparts-list .tabs-row .spareparts-list .producttable>thead>tr>th, .tabs-row .spareparts-list .producttable>thead>tr>td,
.tabs-row .spareparts-list .producttable>tbody>tr>th, .tabs-row .spareparts-list .producttable>tbody>tr>td,
.tabs-row .spareparts-list .producttable>tfoot>tr>th, .tabs-row .spareparts-list .producttable>tfoot>tr>td{
    border-top:1px solid transparent;
}
.tabs-row .producttable .js-avail-wrapper > table tbody{
    border:none;
}
.tabs-row .producttable .js-avail-wrapper .extra-availability tr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*Hide Del.date within availability col*/
.tabs-row .producttable .js-avail-wrapper .extra-availability tr .aggregated-confirmed{
    display: none;
}
/* PDP Attributes tab*/
.tabs-row .section_ProductAttributes tbody{
    border: 1px solid #f1f1f1;
}
.tabs-row .section_ProductAttributes tbody tr:nth-child(even){
    background:#fff;
}
/* PDP Features section */
.feature-img-col .slick-slide img{
    margin:0 auto;
}
.row.bg-gray:has(.feature-col){
    border-top:6px solid #3EC2B4;
}
.feature-col{
    padding: 6% 8%;
}
.feature-col .feature-title{
    color:#3EC2B4;
}
.feature-col .feature-title p{
    font-size: 26px;

}
.feature-col .feature-title h2{
    font-size:43px;
    font-weight: 900;
}
.feature-col .feature-desc, .feature-col .feature{
    color:#8b8d94;
}
.feature-col .feature-desc{
    font-size:16px;
}
.feature-col .feature{
    font-size:20px;
    padding-bottom: 10px;
}
.feature-col .feature p:before{
    content:"";
    display: inline-block;
    width:24px;
    height:24px;
    background-image: url("/en/image/getthumbnail/1029");
    margin-top:-5px;
}
.feature-col .feature p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
/* MY S/N */
.sp-list .reloadlist{
    background:#046060;
    padding:10px
}
.sp-list .reloadlist li > div{
    background:#007777;
    padding:6px;
}
.sp-list .hover-product-title a{
    color:#fff;
}
.sp-list .paginate-top, .sp-list .paginate-bottom,
.sp-list .form-group{
    display: none;
}
.sp-list .reloadlist .pt_product{
    background:#007777;
    padding:6px;
}
.sp-list .slick-slide > div .product{
    background:#007777;
}
.sp-list .slick-slide > div .product .addToBasketContainer  {
    width:180px;
    border:1px solid #046060;
}
/* 3D showroom */
.alt-3d-container{
	display:none;
}
/* VPDP (23)
========================================================================== */

/* IPDP (20)
========================================================================== */
.pt-page-inquiryproduct .content{
    padding-top:0px;
}
.add-to-basket-row .section_ProductRequestLink{
    padding-top:15px;
}
.pt-page-inquiryproduct .section_ProductRequestLink > h3,
.pt-page-inquiryproduct .section_ProductRequestLink > .row button{
    font-size: 0px !important;
}
.pt-page-inquiryproduct .section_ProductRequestLink > h3:before{
    content:"Send Us a Service Request";
    font-size:19px;
}
.pt-page-inquiryproduct .section_ProductRequestLink > .row button:before{
    content:"Send Us a Service Request";
    font-size:14px;
}
.pt-page-inquiryproduct #ptmodal #productrequestform .page-header:before{
    content:"Service & Maintenance";
    font-size:30px;
    color:#fff;
}
.pt-page-inquiryproduct #ptmodal #productrequestform .page-header{
    font-size:0px;
}
.pt-page-inquiryproduct #ptmodal:has(#productrequestform) .modal-content{
    background:#007777;
}

.pt-page-inquiryproduct #ptmodal:has(#productrequestform) .modal-content .js-submitproductrequest{
    background:#3EC2B4;
    color:#fff;
}
.pt-page-inquiryproduct .bom-cart{
    display: none;
}
.pt-page-inquiryproduct:has(.bom-row) .bom-cart{
    display: block;
}
/* BOM - Integrated Page */
.bom-row .addToBasketContainer {
    visibility: hidden;
}
.bom-row .js-price-wrapper{
    visibility: hidden;
}
/* Search result (4)
========================================================================== */

/* Checkout (10)
========================================================================== */
.pt-page-checkout .section_QuickShop{
    background:#f7f7f7;
    padding-bottom: 0px !important;
    padding:10px;
}
.pt-page-checkout #quickHeader{
    width:auto;
}
.section_QuickShop .col-sm-6.col-xs-6{
    flex-grow: 1;
}

.cart-view-table{
    border-collapse: separate;
    border-spacing: 0 5px;
}
.cart-view-table tbody tr{
    background:#f7f7f7;
    border:1px solid #eee;
}
.cart-view-table>thead>tr>th{
    border-color:#007777;
    background:#f7f7f7;
    color:#007777;
}
.cart-view-table>tbody>tr>td{
    border-top:1px solid transparent;
    border-bottom: 1px solid transparent;
}
.cart-view-table>tbody>tr>td:last-of-type{
    border-right: 1px solid transparent;
}
.cart-view-table>tbody>tr>td:first-of-type{
    border-left: 1px solid transparent;
}
.cart-view-table thead th{
    border-bottom:2px solid #007777 !important;
}
.cart-view-table td.text-right > .text-bold{
    color:#007777;
}
.pt-page-checkoutconfirmation .basket-total-lines > .row,
.pt-page-checkout .basket-total-lines > .row{
    display: flex;
}
.pt-page-checkoutconfirmation .basket-total-lines > .row > div:nth-of-type(2),
.pt-page-checkout .basket-total-lines > .row > div:nth-of-type(2){
    flex-grow: 1;
}
.pt-page-checkout .basket-total-lines, .pt-page-checkoutconfirmation .basket-total-lines{
    background:#f7f7f7;
  	margin-right:0px;
  	min-width:275px;
}
.pt-page-checkoutconfirmation .basket-total-lines .col-sm-7.col-xs-6,
.pt-page-checkoutconfirmation .basket-total-lines > .row, .basket-total-lines,
.pt-page-checkout .basket-total-lines .col-sm-7.col-xs-6,
.pt-page-checkout .basket-total-lines > .row, .basket-total-lines{
    width:auto;
}
.pt-page-checkoutconfirmation .basket-total-lines .pull-right,
.pt-page-checkout .basket-total-lines .pull-right{
    float:;
    white-space: nowrap;
    color:#007777;
}
.pt-page-checkout .row:has(.cartactions-container) .col-sm-2.col-xs-6 .h4{
    min-width: 250px;
    font-size:1.4rem;
    font-weight: 100;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif;
    font-style: italic;
}
@media screen and (min-width:767px){
    .pt-page-checkout .section_QuickShop .quickshopcontent{
        display: flex;
        margin-top:0px;
        padding-top: 10px;
    }   
}
@media screen and (max-width:767px){
    .pt-page-checkout .section_QuickShop .quickshopcontent{
        margin-top: 0px;
    }
}
/* Mobile Checkout */
#mobileBasketLines .bLine{
    margin-top: 10px;
    padding:10px;
    background: #f7f7f7;
    border-radius:;
    display: flex;
}
#mobileBasketLines .basket-thumbnail{
    width:25%;
    padding:0px;
}
#mobileBasketLines .bLine > .col-sm-8.col-xs-6{
    width:75%;
}
#mobileBasketLines .basket-stockcode label{
    font-weight: 400;
}
#mobileBasketLines .bLine .basket-price > div, #mobileBasketLines .bLine .basket-linesum > div{
    font-size:14px;
    text-align: ;
    font-weight: 700;
}
#mobileBasketLines .bLine .basket-description label{
    font-size:12px;
    font-weight: 600;
}
#mobileBasketLines .basket-confdate > div{
    font-size:12px;
    margin-top:-5px;
    margin-bottom:10px;
    font-style: italic;
}
#mobileBasketLines .js-removeFromBasketCheckout{
    color:#007777 !important;
    margin-top:6px !important;
}
#mobileBasketLines .basket-linesum > div{
    color:#007777;
}
#mobileBasketLines .basket-stockcode label{
    color:#007777;
}
#mobileBasketLines .js-saveToMyCarts,#mobileBasketLines .js-updateQty{
    padding:6px 14px !important;
}
@media screen and (max-width:767px){
    .cartactions-container #EmptyCart{
        margin-bottom: 5px;
    }
}
/* Checkout Summary */
#checkoutWrapper fieldset legend, #summaryWrapper fieldset legend{
    border-bottom: 3px solid #007777;
    background:#f7f7f7;
    padding:10px 20px;
    color:#007777;
    margin-bottom: 10px;
}
#checkoutWrapper fieldset > .row{
    margin-left: 0px;
    margin-right: 0px;
    padding:5px 5px;
    background:#f7f7f7;
}
#checkoutWrapper #btnRow{
    margin-top:10px;
}
#paymentField .paymentItems .invoice_container{
    padding:20px 20px 10px 20px !important;
}
#paymentField .paymentItems{
    padding-bottom: 0px !important;
}
@media screen and (max-width:767px){
    #checkoutWrapper .row:has(#btnRow){
        margin-right: 0px;
        margin-left: 0px;
    }
}
/* Checkout Summmary */
.section_CheckoutConfirmation .summary-header .section-heading{
    color:#fff;
    padding-bottom: 0px;
    margin-bottom: 5px;
    min-height:auto;
    border-bottom: none;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif;
}
.section_CheckoutConfirmation .summary-header p{
    margin-bottom: 0px;
}
#summaryWrapper .section-heading, .section_CheckoutConfirmation .summary-header {
    background:#007777;
    color:#fff;
    padding: 15px 15px 15px;
}
.section_CheckoutConfirmation .summary-header{
    margin-bottom: 15px;
}
.section_CheckoutConfirmation .summary-header .section-heading{
    margin-bottom: 0px;
}
#summaryWrapper fieldset .form-group {
    background: #fcfcfc;
    border:;
    padding: 8px 0px;
    margin: 10px 0px !important;
}
@media screen and (min-width:767px){
    .OrderSummaryDetailsHeader .col-md-6{
        padding-left:0px !important;
    }
    .OrderSummaryDetailsHeader .col-md-6 .form-group{
        padding-left:15px !important;
    }
}
@media screen and (max-width:767px){
    .pt-page-checkout .bLine, .pt-page-checkoutconfirmation .bLine {
        margin-bottom:15px;
    }
}
@media (max-width: 991px) {
    .pt-page-checkoutconfirmation #summaryWrapper .col-md-12 .col-md-6 {
        padding-left: 15px;
    }
}
/*
#summaryWrapper .section-heading, .section_CheckoutConfirmation .summary-header {
    background:#007777;
    color:#fff;
    padding: 15px 15px 15px;
}
#summaryWrapper .section-heading{
    font-family: 'Proxima Nova', Arial, Verdana, sans-serif;
}
#summaryWrapper fieldset .form-group {
    background: #f7f7f7;
    border-radius: 0px;
    padding:8px;

}
.OrderSummaryBillToAddress fieldset .form-group,
.OrderSummaryShipToAddress fieldset .form-group{
    margin-left:0px;
    margin-right: 0px;
}
.OrderSummaryDetails fieldset .col-md-6:nth-of-type(1) .form-group{

    margin-right: 0px !important;
}
.OrderSummaryDetails fieldset .col-md-6:nth-of-type(1) .form-group label,
.OrderSummaryDetails fieldset .col-md-6:nth-of-type(2) .form-group label{
    padding-left: 15px;
}
.OrderSummaryDetails fieldset .col-md-6:nth-of-type(1) .col-sm-7{
    padding-left: 10px;
}
.OrderSummaryDetails fieldset .col-md-6:nth-of-type(2) .col-sm-7{
    padding-left: 5px;
}
.OrderSummaryDetailsHeader .col-md-6:nth-of-type(2) .form-group{
    margin-right: 0px !important;
}
@media screen and (max-width:991px){
    #summaryWrapper .col-md-12 .col-md-6{
        padding-right: 0px;
    }
    .OrderSummaryShipToAddress .col-sm-7{
        padding-left:10px !important;
    }
}
@media screen and (max-width:767px){
    .OrderSummaryDetails fieldset .col-md-6 .form-group{
        margin-left: 0px !important;
    }
    .OrderSummaryDetails fieldset .col-md-6 .form-group label{
        padding-left:20px !important;
    }
}*/
/* Modal
 ======================== */
#ptmodal #productrequestform .page-header{
    color:#fff;
}
#ptmodal:has(#productrequestform) .modal-content{
    background:#007777;
}

#ptmodal:has(#productrequestform) .modal-content .js-submitproductrequest{
    background:#3EC2B4;
    color:#fff;
}
/* My Area Pages
 ====================================================== */
.my-area .sidebar-nav-heading{
    padding:20px 20px 15px 10px;
}
.my-area .col-sm-9{
    background:#f7f7f7;
    padding:15px;
}
.my-area .section_TranslationText h1{
    color:#007777;
}
.my-area .col-sm-9 section form, .my-area .col-sm-9 section .table-responsive,
.my-area .section_FavoriteProductsList{
    background:#fff;
    border:2px solid #f7f7f7;
    padding:20px;
    border-radius: 0px;
    margin-bottom: 15px;
}
.pt-page-customersearch .my-area .col-sm-9 .row > .col-sm-6{
    width:100%;
}
@media screen and (max-width:767px){
    .my-area .col-sm-9{
        margin-left: 15px;
        margin-right: 15px;
    }
}
/* Authors
   ==========================================================================
Name
*/

/* Highlight Text*/

.highlight-text {
    position: relative;
    overflow: hidden;
    z-index:1 !important;
}

.highlight-text::before {
    content: "";
    position: absolute;
    z-index:-1 !important;
    top: 50%;
    transform: translate(0, -50%);
    left: -100%;
    width: 20%;
    height: 20%;
    background:linear-gradient(90deg, #C5D800, #007777);
    filter: blur(30px); 
    animation: highlight 4.5s infinite;
}

@keyframes highlight {
  0% {
    left: -100%;
  }
  100% {
    left: 250%;
  }
}
/*Document List Style*/
.documentlist .document img{
    display: none;
}
.documentlist .document, .documentlist a{
    display: flex;
    align-items: center;
    width:100%;
    padding:10px;
    border-left:5px solid #007777;
}
.documentlist .document:hover, .documentlist a:hover{
    text-decoration: none;
}
.documentlist li{
    background:#fff;
}
.documentlist li br{
    display:none;
}
.documentlist .document:before, .documentlist a:before{
    content:'\f1c1';
    font-family: 'FontAwesome';
    font-size:20px;
    padding-right:10px;
}
.documentlist .document:after, .documentlist a:after{
    content:'\f01a';
    font-family: 'FontAwesome';
    font-size:20px;
    margin-left:auto;
    color:#007777;
}
ul.documentlist{
    padding-left:0px;
}
.documentlist a:active, .documentlist a:focus{
    text-decoration: none;
}
/* Product Node */
.reloadlist .hover-product-title.notcrop{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#productfilter .row .col-sm-10 label {
    position: relative;
    padding-left: 30px;        /* spacing between checkbox and text */
    line-height: 18px;
    cursor: pointer;
}

#productfilter .row .col-sm-10 label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #777;
    border-radius: 3px;
    background: #fff;
    transform: translateY(-50%);
    box-sizing: border-box;
}

/* Centered checkmark */
#productfilter .row .col-sm-10 label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Show tick when checkbox is checked */
#productfilter .row:has(.col-sm-1 input[type="checkbox"]:checked)
  .col-sm-10 label::after {
    color: #fff;
}/* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Search and list style*/
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .input-group {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
        width: 30%;
    }
    #searchandlist > .row:first-of-type > .col-md-6 {
        width: 70%;
    }
    .pt-page-invoicesearch #searchandlist .form-control.js-searchlistbox {
        margin-top: 25px;
    }
    .pt-page-invoicesearch #searchandlist .js-pageQuerySearch.pt-btn-search {
        margin-top: 25px;
    }
}
 #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3) .checkbox,
 #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .checkbox {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 20px;
}
#searchandlist > .row:first-of-type .selected-user-wrapper {
    margin-left: 20px;
}
#searchandlist > .row:first-of-type .form-group .checkbox {
    float: left;
}

/* Customer information page */
.pt-page-usercustomerinformation .form-uppercase-label label {
    text-transform: none;
}
.pt-page-usercustomerinformation .control-label-static {
    margin-top: 0;
}

/* Quickshop */
.row.quickshopcontent {
    margin-left:  0px;
    margin-right: 0px;
    margin-top: 15px;
}
.quickshopcontent h4 {
    margin-top: 8px;
    text-transform: initial;
}
.quickshopcontent #quickHeader {
    padding-left: 0;
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 {
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn {
    float: right;
    width: 100%;
    font-size: 0;
    height: 33px;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn:after {
    content: '\f07a';
    font-size: 15px;
    font-family: fontawesome;
}
@media screen and (min-width: 992px){
    .quickshopcontent .col-sm-6.col-xs-6 {
        width: 58.33333%;
    }
    .quickshopcontent .col-sm-2.col-xs-2 {
        width: 8.33333%;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .quickshopcontent #quickHeader {
        padding-left: 0;
    }
}

/*Content banner*/
.section_ContentBanner .banner-wrapper-main {
padding-bottom:0;
}

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

.section_ContentBanner .carousel {
box-shadow:none;
}

.section_ContentBanner .slick-dots {
bottom:25px;
}

.section_ContentBanner .slick-dots li button:before {
font-size:10px;
opacity:0.6;
}

.slick-dots li.slick-active button:before {
opacity:1;
}
@media (max-width: 767px) {
    .carousel {
        margin: 0 0px;
    }
}
/* Login page */
.pt-page-login label {
    text-transform: none;
}
.pt-page-login .section_Image {
    margin-top: 20px;
    text-align: center;
}
.pt-page-login .section_Login input {
    height: 35px;
}
.section_Login {
    padding-bottom: 0 !important;
}
.section_Login h3 {
    display: none;
}
.section_Login .col-md-5 {
    width: 100%;
}
.section_Login .col-md-5 .col-sm-8 {
    width: 100%;
}
.section_Login .col-md-2.top37 {
    margin: 0;
    width: 100%;
}
.section_Login .col-md-5:first-of-type .col-sm-8:before {
    content: '\f007';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login .col-md-5:nth-of-type(2) .col-sm-8:before {
    content: '\f13e';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login input {
    padding-left: 32px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header {
    border-bottom: none;
    text-transform: none;
    font-size: 1em;
    margin-top: 10px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:hover {
    cursor: pointer;
    text-decoration: underline;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:after {
    content: '?';
}
.pt-page-login .section_ForgotPassword > p,
.pt-page-login .section_ForgotPassword > form {
    display: none;
}
.pt-page-login {
    background-size: cover;
    background-repeat: no-repeat;
}
.section_ForgotPassword {
    padding-bottom: 0 !important;
}
.section_SignUp h3 {
    text-transform: none;
    border-bottom: 0;
    margin-bottom: 5px;
}
.section_SignUp {
    border-top: 1px solid #eee;
    padding-top: 20px !important;
}
.section_SignUp .btn {
    width: 100%;
}
.section_Login #login-response-msg-holder {
    margin-top: 2px;
    font-size: 13px;
}
.pt-page-login .content > .container:first-of-type {
    background: #fff;
    max-width: 400px;
    margin: 10vh auto;
}
.modal .section_ForgotPassword h3 {
    text-transform: none;
    border: none;
    margin-bottom: 5px;
}
/* Account details */
@media screen and (min-width: 992px) {
    .section_AccountDetail > form > .row > .col-md-6 {
        width: 75%;
    }
}
.pt-page-accountdetail .form-uppercase-label label {
    text-transform: none;
}

/*Breadcrumb*/
.breadcrumb-wrapper {
box-shadow: none;
}

/* Sidebar navigation */
.toggle-lvl-two li:first-of-type {
    box-shadow: none;
}
.sidebar-nav .sidebar-item {
    text-transform: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-nav .sidebar-item.sidebar-nav-heading {
    border: none;
    padding-left: 0;
    margin-bottom: 15px !important;
}
.sidebar-nav li.toggle-item {
    padding-bottom: 0px;
    padding-top: 7px;
}
.toggle-lvl-one .sidebar-item {
    padding-bottom: 12px;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two .sidebar-item {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three .sidebar-item {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four .sidebar-item {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five .sidebar-item {
    padding-left: 60px;
}
.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav .sidebar-item a.active {
    font-weight: 700;
}
.sidebar-nav li.active .toggle-btn {
    font-weight: 500;
}


/* Cookie notification */
#cookieNotification {
    z-index: 9998;
}

#cookieNotification {
  position:fixed;
  display:none;
  bottom:0;
  background-color:#478fca;
  min-height:50px;
  color:#fff;
  z-index:9999
}

/* Modal */
.modal {
    z-index: 9999;
}
.modal-content {
    padding: 30px;
    max-height: 90vh;
    box-shadow: none;
    border: 1px solid #999;
}
.modal-dialog {
    margin-top: 5vh;
}
.modal-content .content {
    padding-top: 0;
}
.modal-header {
    padding: 0;
    min-height: 0;
}
.modal .close {
    margin-right: 0;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: grey;
}
.modal .close:hover {
    opacity: 1;
}
.modal .content {
    padding-bottom: 0;
}

/* Cart */
@media screen and (min-width: 992px) {
    .cart:hover {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .cart:hover {
        width: 100%;
    }
}
.cart-content {
   box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.cart:hover {
    box-shadow: none;
}

/*Buttons*/
.btn, .btn:focus, .btn:active {
outline:none!important;
}

/* Section checkout */
.section_Checkout .btn.js-updateQuantity {
    margin-top: -3px;
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .OrderSummaryShipToAddress .col-md-6 {
        padding-left: 0;
    }
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 .form-group > .col-sm-7 {
        margin-left: -10px;
    }
}
@media screen and (max-width: 991px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        margin-left: -15px;
    }
}
[data-loggedin="False"] .section_CheckoutConfirmation #summaryWrapper > .row:first-of-type .col-md-6 {
    padding-left: 0;
}
.order-detail-wrapper label {
    margin: 0;
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}
/* Section Checkout Confirmation */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}

/* Top bar links */
.top-bar .top-bar-link a, .top-bar .top-bar-link a:focus, .top-bar .top-bar-link a:active {
    background: none;
    border: none;
}

/* News list */
.pt-page-newsarchive .section_NewsList .section-heading,
.pt-page-content .section_NewsList .section-heading {
    letter-spacing: 0;
}
.pt-page-newsarchive .section_NewsList .news-list,
.pt-page-content .section_NewsList .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pt-page-newsarchive .section_NewsList .post,
.pt-page-content .section_NewsList .post {
    width: 31.33333%;
}
.pt-page-newsarchive .section_NewsList .post-body,
.pt-page-content .section_NewsList .post-body {
 	padding: 10px 0 0; 
}
.pt-page-newsarchive .section_NewsList .post .media > a,
.pt-page-newsarchive .section_NewsList .post .media > a img,
.pt-page-content .section_NewsList .post .media > a,
.pt-page-content .section_NewsList .post .media > a img {
    max-width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media > .media-body,
.pt-page-content .section_NewsList .post .media > .media-body {
    width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media-body .post-heading.media-heading,
.pt-page-content .section_NewsList .post .media-body .post-heading.media-heading {
    margin-top: 10px;
}
.pt-page-newsarchive .section_NewsList .post .media > .pull-left,
.pt-page-content .section_NewsList .post .media > .pull-left {
    margin-right: 0;
}
@media screen and (max-width: 991px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post{
        width: 48%;
    }
}
@media screen and (max-width: 576px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post {
        width: 100%;
    }
}

/* News menu */
.section_NewsList ul.news-menu {
    padding-left: 0;
    width: 100%;
}


/* News detail */
.section_NewsDetail .article-intro {
    margin-top: 10px;
}
.section_NewsDetail .article-date {
    margin-bottom: 10px;
}
.section_NewsDetail .article-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* Alertify dialog */
.alertify-dialog .alertify-message {
    color: #000;
}
.alertify-dialog button,
.alertify-dialog button:hover,
.alertify-dialog button:focus,
.alertify-dialog button:active {
    border-radius: 2px;
    padding: 6px 14px;
    height: 33px;
    line-height: 1.33;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    width: 49%;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 10px;
}
.alertify-dialog button:last-of-type {
    margin-right: 0;
    float: right;
}
.alertify-dialog .alertify-buttons {
    border-radius: 0;
    box-shadow: none;
    padding-top: 5px;
  	background: #fff;
	border: none;
}
#alertify {
    border-radius: 0;
    border: 1px solid #ccc;
    max-width: 400px;
    padding-top: 5px;
    padding-bottom: 10px;
    top: 100px;
}
#alertify p {
    text-align: center;
}
/* Alertify logs */
.alertify-log {
  border-radius: 0;
  text-align: center;
  text-shadow: none;
  padding: 10px;
}

/* Megamenu */
@media screen and (min-width: 1200px) {
    .cd-nav > ul {
        margin: 0;
        padding-right: 0;
        float: left;
    }
  	.cd-primary-nav > li > a {
        height: 30px;
        line-height: 30px;
    }
    .cd-primary-nav .cd-secondary-nav {
      	top: 40px;
        left: 0;
      	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    	border-top: 1px solid #ccc;
      	padding-left: 25px;
    	padding-right: 25px;
      	height: auto !important; 
    }
  	.cd-main-header {
    	border-bottom: none;
	}
  	.desktop-menu .cd-primary-nav .cd-nav-icons li:nth-child(3n), .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+3) {
    	clear: none;
	}
}

/* Megamenu mobile toggle */
@media screen and (max-width: 1199px) {
    .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
        /*background: #2e3233;*/
        left: 0px;
        top: 0px;
        width: 28px;
    }
    /*.cd-nav-trigger.nav-is-visible {
        background: #e8e8e8;
        border: 5px solid #e8e8e8;
        border-radius: 0px;
        left: -35px;
        height: 40px;
        width: 45px;
    }*/
    .cd-nav-trigger.nav-is-visible span {
        top: 9px;
        left: 4px;
    }
    .cd-nav-trigger.nav-is-visible span::after {
        top: 15px;
    }
    .cd-main-header.nav-is-visible {
        top: 2px;
        color: transparent;
        position: fixed;
        right: 0;
        z-index: 9999;
    }
    /*.cd-nav-trigger span::after {
        top: 7px;
    }
    .cd-nav-trigger span {
        top: 22px;
        left: 9px;
    }
    .cd-nav-trigger span::before {
        top: -7px;
    }*/
    .cd-primary-nav {
        margin-top: 0 !important;
    }
  	/*.cd-primary-nav .has-children > a::before, .cd-primary-nav .has-children > a::after, .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after 	{
    	background: #fff;
	}*/
}
/* Contact us form */
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder {
    margin-left: 0;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder .control-label-lg {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder input[type="checkbox"] {
    cursor: pointer;
}
.section_ContactUsForm #ContactUsFormSubmit {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
    float: right;
    width: 40% !important;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
    width: 60%;
    float: left;
}
@media screen and (max-width: 576px) {
    .section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
        width: 100% !important;
    }
    .section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
        width: 100% !important;
    }
    .section_ContactUsForm #ContactUsFormSubmit {
        width: 100%;
    }
}

/* PDF link */
.CustomPdfStylePrint .basket-total-lines {
    width: 70% !important;
}
.CustomPdfStylePrint .basket-total-lines > .row {
    width: auto; 
} 
.CustomPdfStylePrint .basket-total-lines .col-sm-7.col-xs-6 h5 {
    font-weight: bold;
}
.CustomPdfStylePrint .basket-total-lines .col-sm-5.col-xs-6 {
    width: auto;
  	float: right;
}
.CustomPdfStylePrint .basket-total-lines .col-xs-6:only-child {
    width: 100%;
}
.CustomPdfStylePrint #summaryWrapper > .row:last-of-type > .col-md-12 > fieldset > .row {
    margin-left: 0px;
}
.CustomPdfStylePrint .btn {
  	display: none;
}
/* Checkout import button move to old position */
@media screen and (min-width: 550px){
    .cartactions-container .section_BasketProductImport {
        float: left;
        margin-left: 10px;
        padding-bottom: 0;
    }
}
.cartactions-container .btn {
    height: 32px;
}
.cartactions-container #EmptyCart {
    float: left;
}

.pt-page-favoriteproducts h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}
.section_ShopplingList .fa-small-header {
    display: none;
}
/* Checkout section */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}
/* Alignment */
.order-detail-wrapper label{
    margin-bottom: 0px;
}
.section_OrderDetail .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
.section_TransactionalDocumentDetails .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
.pt-page-orderdetail .section_PdfLink{
    float:left;
}
/* Order/Invoice/Quote Information Style Adjustments */
.section_TransactionalDocumentDetails hr{
    display: none;
}
.section_InvoiceDetail .col-md-6 .col-md-5{
    font-weight: bold;
}
.section_InvoiceDetail .col-md-6 div{
    padding-top:4px;
}
.section_InvoiceDetail h1{
    border-bottom:none !important;
}
.section_QuoteDetail .col-md-4, .section_QuoteDetail .col-md-5{
    font-weight: bold;
}
.section_QuoteDetail .col-md-6 .row {
    padding-top:4px;
}
/* Section checkout & Section Checkout Confirmation alignment */
.section_Checkout .btn.js-updateQuantity {
    margin-top: -3px;
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}
[data-loggedin="True"] .section_Checkout .OrderSummaryShipToAddress {
    margin-left: 0;
    margin-right: 0;
}
[data-loggedin="True"] .OrderSummaryDetailsHeader > fieldset > div > .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.section_Checkout #summaryWrapper > .row {
    margin: 0;
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .OrderSummaryShipToAddress .col-md-6 {
        padding-left: 0;
    }
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 .form-group > .col-sm-7 {
        margin-left: -10px;
    }
	#summaryWrapper .cart-view-table .last-cell {
	    width: 5px;
	    padding: 0;
	}
	#summaryWrapper #basketList-standard .col-md-12 .cart-view-content.table-responsive~.row {
	    padding-right: 15px;
	}
	.section_CheckoutConfirmation .cart-view-content {
	    margin-top: 15px;
	}
	.section_CheckoutConfirmation .cart-view-table .last-cell {
	    width: 5px;
	    padding: 0;
	}
	.section_CheckoutConfirmation #basketList-standard .col-md-12 .cart-view-content.table-responsive~.row {
	    padding-right: 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        padding-left: 15px !important;
    }
    [data-loggedin="True"] .section_Checkout .OrderSummaryShipToAddress {
    	padding-left: 15px;
	}
	.OrderSummaryDetailsHeader > fieldset > div > .form-group {
	    margin-left: 0;
	}
	.section_CheckoutConfirmation #summaryWrapper fieldset > div > div > .form-group {
	    margin-left: 0;
	}
  	[data-loggedin="True"] .OrderSummaryDetailsHeader > fieldset > div > .form-group {
    	margin-left: 0px;
    	margin-right: 0px;
    }
  	[data-loggedin="False"] .OrderSummaryDetailsHeader > fieldset > div > .form-group {
        margin-left: -15px;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="True"] .section_Checkout #summaryWrapper #basketList-standard > div > .row {
	    padding-left: 15px;
	    padding-right: 15px;
	}
  	[data-loggedin="False"] .section_Checkout .OrderSummaryShipToAddress {
    	margin: 0;
	}
  	.section_Checkout .OrderSummaryShipToAddress {
    	padding-left: 15px;
	}
  	.section_CheckoutConfirmation #summaryWrapper fieldset > .row > div > .form-group {
        margin-left: 0 !important;
    }
}
.section_CheckoutConfirmation .basket-total-lines h5 {
    font-weight: bold;
}
.section_CheckoutConfirmation #summaryWrapper > .row:first-of-type {
    margin-bottom: 15px;
}
#summaryWrapper fieldset .form-group .control-label-static {
    margin: 0;
}
#summaryWrapper fieldset .form-group {
    margin-bottom: 3px !important;
}
.basket-total-lines td:last-of-type{
    padding-right:0px;
}
#referencesField .control-label-static {
    margin-top:0px;
  	font-size:inherit;
}
/* Checkout alignment END */
/*Exploded Views Preview Image Fix*/
.mfp-wrap{
    z-index: 10000 !important;
}
/*----*/
/* Account Detail Page - Hide Price Checkbox Alignments */
.pt-page-accountdetail label[for="hidePrice"]{
    margin-bottom: 0px;
    margin-top:5px;
}
.pt-page-accountdetail #hidePrice,
.pt-page-accountdetail #hideNetPriceAndDiscount{
    margin-top:0px;
}
/*----*/
/* Contact form send copy alignment*/
.section_ContactUsForm #contactusform .send-copy-holder{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
    gap:10px;
    position: absolute;
}
@media screen and (max-width:767px){
    .section_ContactUsForm #contactusform .send-copy-holder{
        position: static;
        padding-bottom:10px;
    }
}
/*Product List Avail & Price Alignment*/
#productlist .productAvailability{
    float:left;
}
#productlist .js-avail-wrapper{
    padding-top:1px;
}
#productlist .hover-product-price{
    text-align: right;
}


/*Product table price alignment*/

table.producttable th.header-field-price, table.producttable td.field-price {
	text-align: right;
}


table.producttable td.field-price h4.hover-product-price  {
	margin-bottom: 0;
}


/* Order/quote detail page alignment */
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div {
    white-space: pre-line;
    text-align: unset !important;
    margin-bottom: 15px;
}
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div a {
    white-space: normal;
}
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div span {
    white-space: normal !important;
}
.section_QuoteDetail table.order-lines > tbody > tr > td:nth-of-type(3) {
    white-space: pre-line;
    text-align: unset !important;
}
.section_TransactionalDocumentDetails .DeliveredQty_OrderedQty, .section_TransactionalDocumentDetails .NetPrice, .section_TransactionalDocumentDetails .GrossPrice_Discount, .section_TransactionalDocumentDetails .Unit, .section_TransactionalDocumentDetails .LineSum {
    text-align: right;
}

/* Push the content down so the fixed header/search bar doesn't overlap it */
body > div.page.pt-page-productsubnode > div.cd-main-content {
    padding-top: 50px !important; /* adjust if needed */
}
/* ==========================================================================
   Template styling
   ========================================================================== */

/* Dashboard
   ========================================================================== */
.dashboard {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


@media screen and (min-width:768px) {
	.dashboard-item {
		flex: 1;
	}
	.dashboard-item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.dashboard-item:first-of-type {
		margin-left: 0;
	}
	.dashboard-item:last-of-type {
		margin-right: 0;
	}
}
.dashboard-item {
	position: relative;
	height: 170px;
}
.dashitem {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: transparent;
  	color:#fff;
}
a.dashitem-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dashitem-link:before{
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    background: #007777;
}
a.dashitem-link:hover {
	text-decoration: none;
}
.dashitem .fa {
	font-size: 0;
	color: #00aabc;
}
.dashitem .fa::before {
	font-size: 46px;
  	color:#fff;
}
.dashitem img {
	width: 100px;
}
.dashitem .dashitem-heading {
	margin-bottom: 5px;
}
.dashitem .dashitem-heading{
    font-weight: 700;
    font-size:16px;
    color:#C5D800;
}
.dashitem .dashitem-info{
    margin-bottom: 0px;
}
@keyframes ScaleDashitem {
	from
	{transform: scale(1)}
	to
	{transform: scale(1.01)}
}
a.dashitem-link:hover ~ .dashitem {
	animation: ScaleDashitem 0.3s;
	animation-fill-mode: forwards;
}
@media screen and (max-width:767px) {
    .dashboard{
        gap:12px;
    }
	.dashitem-info {
		display: none;
	}
	.dashboard-item {
		height: 150px;
		width: 48%;
		margin-bottom: 0px;
		flex-grow: 1;
	}
	.dashitem-img {
		width: 60px;
	}
	.dashitem .fa::before{
		font-size: 60px;
	}
}


/* Search template
   ========================================================================== */
/* Search template */
.search-icon {
    font-family: fontawesome;
    font-size: 20px;
    cursor: pointer;
}
.search-icon img {
    width: 20px;
}

/* Search section (Add this class to container you want to toggle - needs script also) */
.search-container {
    display: none; 
	display: block !important;
}

/* Social media links
   ========================================================================== */
.social-media-links {
   font-size: 35px;
}
.social-media-links a:hover,
.social-media-links .social-link-image img:hover {
    text-decoration: none;
    transform: scale(1.1);
}
.social-media-links a:active,
.social-media-links a:focus {
 	text-decoration: none; 
}

.social-media-links .social-link-image img {
    width: 35px;
}

/* Hero image with text and button
   ========================================================================== */
.hero-container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
  	background-size: cover;
    background-position: center;
}
.hero-container > h1,
.hero-container > a {
    width: 100%;
}
.hero-container{
    height:650px;

}
.pt-page-content .hero-container{
    height:300px;
}
@media screen and (max-width:767px){
    .hero-container{
        height:256px;
    }
    .hero-container h1{
        font-size:6rem

    }
    .hero-container p{
        font-size:12px !important;
    }
    .hero-overlay:before{
        width: 230px !important;
        height: 100%;    
        perspective: 601px;
    }
}
.carousel{
    box-shadow: none;
}

.hero-overlay:before{
    content:"";
    background-image: url('/image/getthumbnail/1016');
    background-size:100%;
    width: 574px;
    height: 650px;    
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 0px;
    top: 0px;
    z-index: 3;
    visibility: visible;
    perspective: 601px;
}
.hero-overlay h1, .hero-overlay p, .hero-overlay a{
    z-index:7 !important;
    text-align: left;
}
.hero-container h1{
    font-size:78px;
    font-weight: 900;
    color:#fff;
}
.hero-container p{
    font-size:22px;
    font-weight: 600;
    color:#c5d800;
    text-align:;
}
.hero-content-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width:66%;
}
.hero-container.hero-overlay{
    justify-content: flex-end;
}
/* Contact info card
   ========================================================================== */
.contact-card {
    line-height: 170%;
}
.contact-card .contact-name {
    margin-top: 10px;
}
.contact-card h3 {
    margin-bottom: 5px;
}
.contact-card .contact-title {
    width: 100%;
    float: left;
}
.contact-card .contact-icons {
    margin-top: 5px;
}
.contact-card .contact-icons a {
    font-size: 20px;
}
.contact-card .contact-icons a:hover {
    text-decoration: none;
}

/* FAQ Accordion
   ========================================================================== */
.accordion-container input {
    display: none;
}
.accordion-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.accordion-container label {
    display: block;
    cursor: pointer;
    border-bottom: 2px solid #eee;
    padding: 10px 0px;
}
.accordion-container label:after {
    content: '\f078';
    font-family: fontawesome;
    float: right;
    transform: rotate(0deg);
    transition: all 0.3s;
}
input +  label + .accordion-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    transition: all 0.2s;
}
input:checked + label + .accordion-content {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    height: auto;
    padding: 10px 0px;
}
input:checked + label {
    border-color: #000;
    color: #000;
}
input:checked + label:after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

/* Info card icon left
   ========================================================================== */
.info-card-left .info-card-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.info-card-left img {
    max-width: 30px;
    margin-right: 10px;
}
.info-card-left h3 {
    margin-bottom: 0;
}
.info-card-left .fa {
 	font-size: 0px; 
}
.info-card-left .fa:before {
    font-size: 30px;
    margin-right: 10px;
  	display: block;
}
/* Info card centered
   ========================================================================== */
.info-card-centered {
    text-align: center;
}
.info-card-centered .fa {
 	font-size: 0px; 
}
.info-card-centered img {
    max-width: 60px;
    margin-bottom: 10px;
}
.info-card-centered .fa:before {
    font-size: 60px;
    margin-bottom: 15px;
  	display: block;
}

/* Video
   ========================================================================== */
.video-embed-container { 
  	position: relative; 
  	padding-bottom: 56.25%; 
  	height: 0; 
  	overflow: hidden;
  	max-width: 100%; 
} 
.video-embed-container iframe, .video-embed-container object,
.video-embed-container embed { 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%; 
}
/* Image card with text on top
   ========================================================================== */
.image-card-text-top {
    background-size: cover;
    background-repeat: none;
    background-position: center;
    position: relative;
    padding: 20px;
}
.image-card-text-top.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.image-card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.image-card-text {
    position: relative;
    z-index: 555;
}/* Slider */
.section_ExplodedDiagramBooks .ui-slider-handle {
    background: #007777;
    border-radius: 50%; 
    width: 24px;
    border: none;
    height: 24px;
    margin-top: -5px;
}
.section_ExplodedDiagramBooks .ui-slider-handle .fa-search:before {
    color: #c5d800;
    font-size: 13px;
    margin-left: 2px;
}
.section_ExplodedDiagramBooks .ui-widget-content {
    border: none;
    background: #046060;
    height: 2px;
    margin-bottom: 30px;
}
.diagram-book-zoom-slider-container .col-xs-3 {
    width: 15% !important;
}
.diagram-book-zoom-slider-container {
    padding-top: 10px;
}
.diagram-book-zoom-slider-container .col-xs-9 {
    padding-top: 6px;
}
.diagram-book-zoom-slider-container .btn {
    padding: 3px 7px !important;
}


/* Top Toolbar */
#DiagramBookPreviewToolbar {
    z-index: 889;   
}
@media screen and (max-width: 991px){
    #DiagramBookPreviewToolbarTOC {
        display: inline;
    }
    #DiagramBookScaleToFitContainer {
    	width: 100%;
	}

}
.pt-page-explodeddiagrambooks .cd-main-content .container {
    background: transparent;
  	padding-top: 0px;
}
/* Diagram Book
==================================================== */
.section_ExplodedDiagramBookProductList #productlist{
    background:#007777;
}
.section_ExplodedDiagramBookProductList #productlist tbody{
    background:#fff;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div{
    margin-bottom:10px;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div h2{
    background:#046060;
    padding-left:8px;
    padding-top:2px;
    padding-bottom:2px;
    color:#fff;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div > div{
    border: 1px solid #007777;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list {
    max-height: 75vh;
    overflow-x: scroll;
    padding: 10px 10px;
}
.container-diagrambooks {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.container-diagrambooks > div {
    margin: 0 !important;
}
.section_ExplodedDiagramBookProductList {
    border: 1px solid #86888A;
    padding-bottom:0px !important;
}
.section_ExplodedDiagramBookProductList table.producttable td.field-price h4.hover-product-price{
    margin-top:0px;
}
.section_ExplodedDiagramBookProductList .paginate-bottom > ul{
    background:#007777;
}
.section_ExplodedDiagramBookProductList .paginate-bottom > ul li a,
.section_ExplodedDiagramBookProductList .paginate-bottom > ul li span{
    background:transparent;
}
.section_ExplodedDiagramBookProductList > section{
    padding-bottom:0px;
}
.section_ExplodedDiagramBookProductList .paginate-top {
    display: none;
}
.section_ExplodedDiagramBookProductList .product-nav .form-group{
    position: absolute;
    right:15px;
    top:-74px;
}
@media screen and (max-width:1199px){
    .section_ExplodedDiagramBookProductList .product-nav .form-group{
        top:-98px;
    }
}
.diagrambooks-product-list{
    padding-top:59px;
}
.section_ExplodedDiagramBookProductList .product-nav {
    border-bottom: none;
}
.section_ExplodedDiagramBookProductList h2 {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.section_ExplodedDiagramBookProductList .reloadlist {
    margin-top: 0px;
}
.section_ExplodedDiagramBookProductList .productlist-image-tablecell {
    display: none;
}
.section_ExplodedDiagramBookProductList .hidden-xs:first-of-type {
    display: none;
}
.section_ExplodedDiagramBookProductList .productlist-image-tablecell img{
    margin-bottom:0px;
    box-shadow: none;
    border-color:#efefef;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div > div table{
    margin-bottom:0px;
}

.col-sm-6.diagrambooks-product-list {
    margin-top: 95px !important;
}
.section_ExplodedDiagramBookProductList .producttable th,
.section_ExplodedDiagramBookProductList .producttable td,
.producttable h4{
    font-size:12px;

}
.section_ExplodedDiagramBookProductList .producttable td,
.section_ExplodedDiagramBookProductList .producttable td a{
    font-weight: 600;
}
@media screen and (max-width:1920px){
    .hotspot-remark1{
        display: none;
    }
}

.section_ExplodedDiagramBookProductList .producttable thead{
    display: none;
}
.diagrambooks-product-list .field-stockcode {
    white-space: normal;
}
.diagrambooks-product-list .section_Content th {
    display: table-cell;
    font-size:12px;
}
.diagrambooks-product-list .section_Content .field-image-td {
    display: none;
}
.diagrambooks-product-list .field-avail {
    text-align: center;
}
.diagrambooks-product-list th.field-price {
    padding-left:20px;
}
@media screen and (min-width:1921px){
    .diagrambooks-product-list th.field-price {
        padding-left:30px;
    }
}
.diagrambooks-product-list .field-price{
    padding-left:30px;
}
.diagrambooks-product-list .section_Content {
    padding-left:10px;
    padding-right: 27px;
    padding-bottom:0px;
    background:#ddd;
}
.diagrambooks-product-list .section_Content table{
    margin-bottom:0px;
}
.diagrambooks-product-list .field-addtobasket {
    width: 158px;
}
.diagrambooks-product-list .field-desc {
    width: 20%;
}
.diagrambooks-product-list td:nth-last-of-type(2){
    display: none;
}
.diagrambooks-product-list .field-empty-td {
    display: none !important;
}
.diagrambooks-product-list .input-group .product-quantity-input {
    width: 40px;
}
.diagrambooks-product-list .field-stockcode {
    width: 100px;
    max-width: 100px !important;
}
.diagrambooks-product-list .field-avail{
    width: 13%;
}
.diagrambooks-product-list .js-avail-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.diagrambooks-product-list .section_Content th {
    border: none;
}
@media screen and (max-width:767px){
    .diagrambooks-product-list th.field-stockcode {
        display:none;
    }
    .diagrambooks-product-list th.field-price {
        padding-left:34px;
    }
}/* custom menu stytling for Ivys*/	
body{
    color:#86888a; /*--Ivys Darkgrey*/
}

.productAvailability {
    font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


/*Ivys Product List Grid*/




.section_ProductNodeList.Ivys.Product.List.Grid h3 a, .section_ProductSearchList.Ivys.Product.List.Grid h3 a{
 	color:#86888a; /*--Ivys Darkgrey*/
    font-size:1.5rem;
    line-height: 1rem;
	font-family: 'Proxima Nova', Arial, Verdana, sans-serif;
	font-weight: 400;
}

.section_ProductNodeList.Ivys.Product.List.Grid h3 a{
 	color:#86888a; /*--Ivys Darkgrey*/
    font-size:1.5rem;
    line-height: 1rem;
	font-family: 'Proxima Nova', Arial, Verdana, sans-serif;
	font-weight: 400;
}

 .section_ProductNodeList.Ivys.Product.List.Grid p.field-stockcode{
  font-size:1.25rem;
}

.section_ProductNodeList.Ivys.Product.List.Grid p.p-productavailability{
	font-size:1.25rem;
	margin-top:5px;
}
.section_ProductNodeList.Ivys.Product.List.Grid label.productAvailability{
  font-size:1.2.5rem;
  padding-top:.25rem;


}

 .section_ProductNodeList.Ivys.Product.List.Grid .input-group.input-group-lg.addToBasketContainer {
  /*margin-bottom: 2rem;*/
}
/*correct color on total count*/	
.pagination>li>a,
.pagination>li>span {


    color:#86888a; /*--Ivys Darkgrey*/
}

/*removes border hover on total */	
.pagination>li>span:hover, .pagination>li>span:focus {

    border-bottom:none;
}
/*fixes spacing */	
.section_ProductNodeList.Ivys.Product.List.Grid .delDate {
  display: none;
}
.section.section_ProductSearchList.Ivys.Product.List.Grid .delDate {
  display: none;
}
 .section_ProductNodeList.Ivys.Product.List.Grid p {
  margin:0 0 0 0px
}

.section_ProductNodeList.Ivys.Product.List.Grid h4.hover-product-price{
  line-height: .1;
}

/* end fixes spacing */	

/* start --- product details page styling ---*/

.ProductDetails.ExtraImages.Thumb img{
  background-color:white;
}

/* end --- product details page styling ---*/


/*left product menu and filter for catalogue*/	

 .section_ProductFilter.Ivys.Product.LeftMenuFilter{
font-size:1.5rem
    
}

/* Removed by request - was setting french d' to be capitalized*/
/*.sidebar-nav .sidebar-item {
  text-transform: capitalize;
}*/



.cd-main-content h3 {
  text-transform: None;
}



#languagepicker .li.top-bar-link > a, #languagepicker .li.top-bar-link, #languagepicker .top-bar-link > a, #languagepicker .top-bar-link > a.div:first-of-type, #languageCode .li.top-bar-link > a
{
  font-size: 14px;
  font-weight:bold;
  color:#86888a; /*--Ivys Darkgrey*/
  padding: 10px;
  border-left: none;
  border-right:none;
  text-transform: none;
  border-radius: 0;
}

#languageCode.pull-left .top-bar-link > a {
  font-weight: bold;
    font-size: 14px;
  font-weight:bold;
  color:#86888a;
  white-space:nowrap;
}


#languagepicker ul.nav li.top-bar-link {
  /*padding-left: 25px;*/
    font-weight: bold;
    font-size: 14px;
  font-weight:bold;
  color:#86888a;
  /*background-color:white;*/
}

.flag{
  display:none;
}




/*--Header on content pages ex Ind landing page ---*/

.hero_section_sm.landingPage h1{
    font-size:6em;
    font-weight: 900;
       border-left: #fff 1px solid;
    margin-left: 0;
   padding-left: 3rem; 
  	text-align: left;
    color:#fff;/*--white   */
     
}
@media screen and (max-width: 767px){.hero_section_sm.landingPage h1{
    font-size:3.5em;
    font-weight: 900;
       border-left: #fff 1px solid;
    margin-left: 0;
   padding-left: 3rem; 
  	text-align: left;
    color:#fff;/*--white   */
     
}
}

.row.IVYS.landingPage.Industrial.pt-page-content{padding-top:0px}


.pt-page-index .content:has(.hero-container){
  padding-top:0px
}


.row.IVYS.landingPage.Industrial .section.landingPage.product.header h2{
  font-family:"Proxima Nova", Helvetica, Arial, Verdana, sans-serif;
      font-size: 2.5rem;
  font-weight:400;
  text-transform:uppercase;
  text-align:center;
      color:#86888a; /*--Ivys Darkgrey*/

}


.row.IVYS.landingPage.Industrial .section h6 {
  color:#86888a; /*--Ivys Darkgrey*/
  font-size: 2rem;
  font-weight:500;
  text-transform: none;
  line-height: .85;
  
}
.section.intro_text.dk_green.landing {
  padding-left:1rem;
  padding-right:1rem;
}


.content .section.intro_text.dk_green h1 {
    color:#007777; /*--Ivys Dk Teal*/
    font-size:7rem;
    line-height: .85;
}

.content .section.intro_text.dk_green h6 {
    color:#007777; /*--Ivys Dk Teal*/
    font-size:2.5rem;
}
.content .section.intro_text.dk_green p {
  color:#86888a; /*--Ivys Darkgrey*/
  font-size: 2rem;
}

.row.IVYS.landingPage.Industrial.section p {
  color:#86888a; /*--Ivys Darkgrey*/
  font-size: 2rem;
  font-weight:400;
  text-transform: none;
  line-height: 1.3;
}

.section.section_Content.landingPage.product.header h2{
  font-size: 3rem;
  font-weight:400;
  text-transform:uppercase;
  line-height: 1.3;
  text-align:center;
      color:#007777; /*--Ivys Teal*/
      font-family:"Proxima Nova", Helvetica, Arial, Verdana, sans-serif;
  
}
@media screen and (max-width:500px){
    .content .section.intro_text.dk_green h1{
        font-size:5rem;
    }
    .hero_section_sm.landingPage h1{
        font-size:3rem;
    }
}

.content .section.landingPage.product.subCat p{
    text-align: center;
}
.content .section.landingPage.product.subCat p a{
  font-size: 3rem;
  font-weight:400;
  text-transform:uppercase;
  line-height: 1.3;
  text-align:center;
    color:#007777; /*--Ivys Dk Teal*/
}
.content .section.landingPage.product.subCat p img{
    border-top: 10px solid #007777;
        margin:0px;
}
.content .section.landingPage.product.subCat p a:hover{

  text-decoration:none;
   font-size: 4rem;
        transition: font-size 2s ease;

  
}
.content .section.landingPage.product.subCat p img:hover{

            transition: border 1s ease,  transform 3s ease;
  width: 100%; /* Full width */

        border: 15px solid #007777;

    transform: scale(1.15);

}
  
  
.content .section.landingPage.product.header{
	background:transparent;
}




.section_Content.landingPage.product.subCat img:hover{
    transition: transform 3s ease;
    transform: scale(1.05);
   
    max-width: 100%;
 max-height:100%;
  
}


.content .section.landingPage.product.subCat p

.section + .section, .content .section.landingPage.product.header{
    border-bottom:none;
  }
.cd-main-content h3 {
  text-transform: None;
}
}


.content .section.landingPage.product.subCat p a{

    color:#007777; /*--Ivys Dk Teal*/
  
}

.content .section.landingPage.product.subCat p{    margin-top: 3rem;}


.big_image .center{

  display: flex;
  justify-content: center;
    background-image: url("/en/image/getthumbnail/1286?version=2&amp;s=001");
  background-repeat: repeat-x;
}

.big_image .center img{
  width: 100%;
} 


#languagepicker .li.top-bar-link > a, #languagepicker .li.top-bar-link, #languagepicker .top-bar-link > a, #languagepicker .top-bar-link > a.div:first-of-type, #languageCode .li.top-bar-link > a
{
  font-size: 14px;
  font-weight:bold;
  color:#86888a;
  padding: 10px;
  border-left: none;
  border-right:none;
  text-transform: none;
  border-radius: 0;
}

#languageCode.pull-left .top-bar-link > a {
  font-weight: bold;
    font-size: 14px;
  font-weight:bold;
  color:#86888a;
}

.flag{
  display:none;
}



.header.main-header a.login-icon.fa {display: none;
}


.section_QuickShop.IVYS.checkout.QuickShip h4{text-align: right;}





.section.section_Checkout.IVYS.Checkout .cart-product-name {
  text-transform: none;
}



 /*--Custom styling for policy pages - terms and conditions, priviacy, cookies etc*/ 


.Ivys_policies h4 {
  color: rgb(0,119,119)
    ;
  text-transform: none;
  line-height: 1.7;
  
}

.Ivys_policies p.intro_paragraph {
    color:#007777; /*--Ivys Dk Teal*/
    ;
  text-transform: none;
  line-height: 1.7;
  font-size:2rem;
  
}
.Ivys_policies  h2 {
    color:#007777; /*--Ivys Dk Teal*/ 
  text-transform: none;
  line-height: 1.7;
  padding-left;4rem;
  padding-right;4rem;
  
}
.Ivys_policies  h3 {
    color:#007777; /*--Ivys Dk Teal*/ 
  text-transform: none;
  font-size:2rem;
  font-style:400;
  
}

.Ivys_policies  {
  padding-left: 15%;
  padding-right: 15%;
}

.Ivys_policies  p {  
    color:#86888a; /*--Ivys Darkgrey*/ 
    text-transform: none;
  line-height: 1.7;
  padding-left;4rem;
  padding-right;4rem;
} 
.Ivys_policies  a {  
    color:#86888a; /*--Ivys Darkgrey*/ 

} 



 /*--END - Custom styling for policy pages - terms and conditions, priviacy, cookies etc*/ 


.contactPhoneBanner h2{
font-size:5rem;
    padding-top:3rem;
    padding-bottom:1rem;
    
}

.contactPhoneBanner h3, .contactPhoneBanner h3 a{
font-size:4rem;
   color: white;    
    
}

.contactPhoneBanner h4, .contactPhoneBanner p, .contactPhoneBanner p a{
font-size:2.5rem;
    text-transform: none;
  font-weight:400;

}

.contactPhoneBanner p a:hover{
  color:white;
}


.whiteText{
color:white;
}

.centerText{
text-align:center;
}

.IVYS.tinyFootter{
  padding-top:2rem;
  padding-bottom:2rem;
 font-size:1.5rem;
}
.IVYS.tinyFootter a{
text-decoration:underline;
 font-size:1.5rem;

}
.IVYS.tinyFootter p{
 font-size:1.5rem;

}

.footer {
  padding:0px;
}


.footer-address h6{
 font-size:2rem;
}


.footer-address p{
 font-size:1.5rem;
}

.footer-address{
  padding-left:1rem;
  padding-right:1rem;
}


.section_ProductImageLibrary .Ivys.Product.Images.Carousel .flexslider{
    padding-bottom:8rem;
} 


.Ivys.Product.Images.Carousel .flexslider.product-carousel  {
    padding-bottom:8rem;
} 


 .content {
  padding-bottom:0;
}


.section_ProductDetail_Description.product-video-section{
  padding-left:3rem;
}

.section_ProductDetail_Description.product-video-section h3{
  padding-top:3rem;
}

.brochure.withDescription h3, .brochure.withDescription a{
  
    color:#86888a; /*--Ivys Darkgrey*/ 
  text-decoration:none;
}

.brochure.withDescription h3:hover, .brochure.withDescription a:hover{
  
    color:#007777; /*--Ivys Green*/ 
  text-decoration:none;
}
.brochure.withDescription img{
	transition: transform 2s ease;
}
.brochure.withDescription img:hover{
    transform: scale(1.15);
   
    max-width: 100%;
 max-height:100%;
}  

  

/* Events
   ========================================================================== */
/* ----- News archive page ----- */

/* ----- Events detail page ----- */

/* Events Grid Style 
 =================== */
.events-grid .section-heading, .events-grid .flag-link{
    display: none;
}
.events-grid .events-list{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}


.row.events-grid.news-grid.news-list .col-sm-3 {
  padding:0;
}

.events-grid .events-list .post{
    flex-basis:25%;
    padding-bottom: 0px;
}
.events-grid .events-list .post .media{
    display: flex;
    flex-direction: column;
}

.events-grid .events-list .post{
    flex-basis:100%;
    padding-bottom: 0px;
}

.events-grid .events-list .post .media > a{
    position: relative;
    flex-grow: 1;
    margin-right:0px;
    overflow: hidden;
    float:none;
}
.events-grid .events-list .post .media a img{
    max-width: 100% !important;
    padding-right:0px;
    object-fit: cover;
    margin-right: 0px;
  	transform: scale(1);
}
@media screen and (min-width:1920px){
    .events-grid .events-list .post .media a img{
 transform: scale(1.0); 
    }
}


.events-grid .events-list .media-body{
    padding:15px 25px;
}
.events-grid .media > a img{
    height:475px;
    object-fit: cover;
}
.events-grid .media-body .media-heading{
    min-height: 118px;
}
.events-grid .media-body .media-heading a{
    color:#fff;
    font-size:22px;
}
.events-grid .media-body .media-heading a:hover{
	text-decoration:none;
}
.events-grid .media-body{
    display: flex;
    flex-direction: column;
}
.events-grid .media-body .post-date{
    order: -1;
    margin-top:10px;
    color:#fff;
    font-weight: 100;
    font-size:16px;
}
.events-grid .media-body .post-body{
    display: none;
}
.events-grid .events-list .post-img{
	max-width:100vw;
}
@media screen and (max-width:1198px){
    .events-grid .events-list .post{
        flex-basis:50%;
    }
}
@media screen and (max-width:767px){
    .events-grid .events-list .post{
        flex-basis:100%;
    }
}
/* Overlay styles */
.events-grid .events-list .post .media > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(159, 200, 91, 0.6), rgba(62, 194, 180, 0.6));
    mix-blend-mode: multiply;
    opacity: 1;
    transition: opacity 0.3s ease;
}
/* Hover effect to hide the overlay */
.events-grid .events-list .post .media > a:hover::after {
    opacity: 0;
}
/* Colors */
.events-grid .events-list .post:nth-of-type(1) .media-body{
    background-color: #9FC85B 
}
.events-grid .events-list .post:nth-of-type(2) .media-body{
    background-color: #3EC2B4
}

.events-grid .events-list .post:nth-of-type(3) .media-body{
    background-color: #86888A
}
.events-grid .events-list .post:nth-of-type(4) .media-body{
    background-color: #027777 
}
.events-grid .events-list .post:nth-of-type(5) .media-body{
    background-color: #027777 
}
.events-grid .events-list .post:nth-of-type(6) .media-body{
    background-color: #3EC2B4
}
.events-grid .events-list .post:nth-of-type(7) .media-body{
    background-color: #9FC85B 
}
.events-grid .events-list .post:nth-of-type(8) .media-body{
    background-color: #86888A
}
/*Change bg color on hover*/
.events-grid .events-list .post:hover .media-body{
    background: linear-gradient(180deg, rgb(0 119 119 / 80%), rgb(62 194 180 / 80%) 100%);
}
@media screen and (max-width:767px){
    .events-grid .events-list .post{
        flex-basis: 100%;
    }
    .events-grid .events-list .post .media a img{
        width:100%;
        object-fit: cover;
    }
}



/* hides attributes in product details */

.section.section_ProductAttributes.section_150{
    display:none
}



/* hides dates in event carosel */
.news-grid .media-body .post-date{
  display:none;
}



.section_NewsDetail .article-date{
  display:none;
}


.section_NewsDetail h1:first-of-type {
  display:none;
}

.section_NewsDetail p.article-intro{
  display:none;

}

.section_NewsDetail img{
  display: block;
  float: left;
  padding: 0 4rem 4rem 4rem;
  margin-bottom:10rem;
}


#cookieNotification {
  position:fixed;
  display:none;
  bottom:0;
  background-color:#478fca;
  min-height:0px;
  color:#fff;
  z-index:0
}


body #cookieNotification .row {
  position:block;
  display:none;!important!
  bottom:-15px;
  background-color:#fff;
  min-height:0px;
  color:#fff;
  z-index:1;
}



/* Dealer resources
   ========================================================================== */

.section.section_Content.dealerResourcesSection {
  margin-top:25px;
  margin-bottom:0px;
    padding-bottom:0px;
}

.section.section_Content.dealerResourcesSectionLogos p{
  text-align:center;
}
  
  .dealerResourcesSection p {

       color:#007777; /*--Ivys Dk Teal*/
  text-transform: none;
  line-height: 1.7;
  font-size:2rem;
  
}
.dealerResourcesDownload img {
height: 150px
}

  .dealerResourcesSection img {
height:250px;
  
}
  .dealerResourcesSection a {
margin-bottom:1rem;  
}

}
  .dealerResourcesSectionNote {
       color:#86888A; /*--Ivys Dk Grey*/
      line-height: 1.25 ren;
  font-size:1.25rem;
 
}

.DocumentZip .documentlist .document:before, .DocumentZip .documentlist . a:before{
    content:'\e5ee';
    font-family: 'FontAwesome';
    font-size:20px;
    padding-right:10px;
}




.hide_H3_tabs h3{display:none;}


.greyH3 H3{font:#B86888A;}

.pdp-row .green-bg .page-header{
    color:#fff;
  	font-size:2.5rem;
font-weight:400;
  font-family:'Proxima Nova', Arial, Verdana, sans-serif;
}


.ribbonText{margin:0px;}




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