/* ==========================================================================
   General Site Styling
   ========================================================================== */
.tooltip-icon:before{
    content: '\f05a';
    font-family: fontawesome;
    font-size:16px;
}
.text-underline{
    text-underline-offset: 6px;
    text-decoration: underline 2px #00AEAC;
}
/* Cheat sheet color codes
   ========================================================================== 
Color name: #0000
Color name: #0000
*/

/* Fonts
   ========================================================================== */
body{
    font-family: 'OpenSans', sans-serif;
}
/* ----- Imported fonts -----*/
@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/customfonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



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

/* ----- Headings -----*/
.page-header{
    color:#231F20;
}
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'OpenSans' , sans-serif;
    font-weight:;
  	text-transform:none;
}
h1, h1.page-header {
    font-size:;
}
h2, h2.page-header {
    font-size:;
}
h3 {
    font-size:;
}
h4 {
    font-size:;
}
h5 {
    font-size:;
}
.section_Content h2{
    text-decoration: underline 2px #00aeac;
    text-underline-offset: 6px;
}
/*---- Links ------*/
/* Body links */
.cd-main-content p > a:not(.btn) {
    color:;
}
.cd-main-content p > a:not(.btn):hover {
    color:;
}
a:hover, a:focus{
    text-decoration: none;
    color:#00AEAC;
}
a{
    transition: 0.15s ease-in-out;
}
/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.btn, .btn:focus, .btn:active {
    color:#00AEAC;
    background: #fff;;
    border-color: #00AEAC;
    border:1px solid #00AEAC;
    color: #00AEAC;
    transition: 0.15s ease-in-out;
    font-weight: 500;
    border-radius: 4px;
}

.btn:hover {
    background: #00AEAC;
    border-color: #00AEAC;
    color: #fff;
}
.btn-ptGrey, .js-updateQty.btn-ptBlue{
    background: #fff;
    border-color: #00AEAC;
    color: #231F20;
}
.btn-ptGrey:hover, .js-updateQty.btn-ptBlue:hover{
    border-color:#1ab6b4;
    background: #fff;
    color:#231F20;
    transition: 0.2s;
}
#btnChangeAddress{
    background: #fff;
    border-color: #00AEAC;
    color: #231F20;
}
#btnChangeAddress:hover{
    border-color:#1ab6b4;
    color:#231F20;
    transition: 0.2s;
}
.btn-ptBlue{
    background: #00AEAC;
    border-color: #00AEAC;
    color: #fff;
}
.btn-ptBlue:hover{
    border-color: #00AEAC;
    background: #1ab6b4;
    transition: 0.2s;
}
/*CTA buttons */
.btn.btn-ptOrange, #btnConfirm.btn, .btn.btn-ptOrange:focus, #btnConfirm.btn:focus, 
.btn.btn-ptOrange:active, #btnConfirm.btn:active {
    background: #00AEAC;
    border-color: #00AEAC;
    color: #fff; 
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover{
    background:#1ab6b4;
    transition: 0.2s;
}

/* Alertify buttons */
.alertify-button, .alertify-button:hover, .alertify-button:focus, .alertify-button:active {
    background-color:;
  	border-color:;
  	color:;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus, .alertify-button-ok:active {
    background-color:;
  	border-color:;
  	color:;
}
/*Quickshop button*/
#btnSubmitQuickshop, #btnSubmitQuickshop:focus, #btnSubmitQuickshop:active{
    background: #00AEAC;
    color:#fff;
    border-radius: 2px;
}
#btnSubmitQuickshop:hover{
    background: #00AEAC;
    color:#fff;
}
/* Notifier Container
   ========================================================================== */
.alertify-log {
    background:;
    border-color:;
    border-radius:;
}

/* 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
   ========================================================================== */
/* ----- General header styling -----*/
.top-bar > .container{
    height:33px;
}
.header{
    background:#fff;
}
.header > .container,
.top-bar > .container{
    width:90%;
}
.header img{
  	object-fit:contain;
    max-height:80.88px;
}
.header-flex > .container{
    display: flex;
    align-items: center;
  	height:77px;
}
.header-flex .icon-col{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:12px;
    flex-grow: 1;
}
.icon-col .header-input{
    margin-top:0px;
}
.icon-col .section_ContentDataUnit{
    padding-bottom:0px;
  	z-index:5;
}
@media screen and (max-width:1199px){
    .header-flex .container{
        margin:0px;
        width:100%;
    }
    .header-flex .col-sm-8{
        display: none;
    }
    .header .col-sm-2:has(.section_Image){
        flex-grow:1;
    }
    .header-flex .section_Image img{
        max-height:40px;
    }
}
/*old menu*/
/*.header .section_Menu .cd-main-header{
    padding-top:0px;
    background:transparent;
    color:#fff;
}
.header .section_Menu .cd-main-header .cd-primary-nav > li > a{
    color:#22262e;
    font-size:16px;

    transition:0.25s;
}
.header .section_Menu .cd-main-header .cd-primary-nav > li > a:hover{
    color:#00AEAC;
  	text-decoration:none;
}
.desktop-nav-mega .cd-secondary-nav .has-children {
    min-height: 180px;
}
@media only screen and (min-width: 1200px) {
    .cd-primary-nav .cd-secondary-nav{
        padding: 28px 64px 64px;
    }
}
*/
/* Mobile Menu */
.cd-primary-nav, .cd-primary-nav ul{
    background:#F9F9F9;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.cd-primary-nav a, .cd-primary-nav ul a{
    font-size:14px;
    font-weight: 500 !important;
    font-family: "OpenSans", sans-serif;
    color:#22262e;
    text-decoration: none;
}
.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: #22262e;
}
.cd-primary-nav .go-back a {
    background:#E8E8E8;
    color:#22262e;
}
.moves-out.cd-primary-nav .see-all a{
    color:#22262e;
}

/*New Menu*/
.header .section_Image img{
    transition:0.2s;
}
.header .section_Image img:hover{
    transform: scale(1.05);
}
.header .section_Menu a{
    text-transform: none;
    font-size:14px;
    font-weight: 500 !important;
    font-family: "OpenSans", sans-serif;
    color:#22262e;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .nav>li>a:hover, .nav>li>a:focus{
    background:none ;
}
.dropdown-menu>li>a:hover, .nav>li>a:hover{
    opacity:0.7;
}
.nav .dropdown.open > a{
    color: #35a6b8;
}
.dropdown-menu a{
    text-transform: none;
}
.dropdown-menu>li>a {
    padding: 12px 25px;
    line-height: 1.42857;
    font-size:14px;
}
.navbar-nav li.active {
    background-color: transparent !important;
}
.navbar-nav li.active .menulabel {
    color: #22262e !important;
    background-color: transparent !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #fff;
    color:#22262e;
}

/*DropDown Effect*/

.nav.multi-level .dropdown:hover > .dropdown-menu{
        -webkit-animation: flipInY .6s ease-in-out;
        animation: flipInY .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
}
.nav.multi-level .dropdown > .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu{
        -webkit-animation: flipInX .6s ease-in-out;
        animation: flipInX .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
}
.nav.multi-level .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu{
        -webkit-animation: flipInX .6s ease-in-out;
        animation: flipInX .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important;
}
/* Icons */
.icon-col .fa-search:before, .icon-col .fa-user:before, .icon-col .cart-btn{
	color: #00AEAC;
}
.icon-col .fa-search:before {
    font-size: 23px;
}
.icon-col .fa-user {
    font-size: 26px;
    cursor: pointer;
}
.cart.header-input {
    margin-top: 0;
}
.icon-col .cart-btn {
    background: none !important;
    border: none !important;
    font-size: 26px;
    padding: 0;
}
.icon-col .cart-btn {
    position: relative;
}
.icon-col .cart-field {
    background: none;
    border: none;
    color: #fff;
  	display:none;
}
.cart-field-label {
    margin-right: 10px;
}
.icon-col .section_MiniBasket{
    padding-bottom: 0px;
}
.section_MiniBasket .cart-content.container {
    right: 0 !important;
    position: absolute;
    width: 400px;
    padding: 15px;
}
.section_MiniBasket {
    position: relative;
}
.cart:hover {
    width: 100%;
    background: none;
} 
.header .pt-btn-basket{
    background-color:#00AEAC;
    border-color:#00AEAC;
    height:33px;
    margin-top:0px;
}
.header .cart .badge.visible-xs{
    display: block;
    top: -5px;
    left: 14px;
    border: none;
    background: #fff;
    border:1px solid #00AEAC;
    color: #00AEAC;
    font-size: 10px;
    padding: 3px;
    padding-top: 5px;
    padding-right: 4px;
    min-height: 20px;
    min-width: 20px;
}
@media screen and (max-width:767px){
    #minibasket .badge{
        left:0;
    }
}
.icon-col .fa-search:before{
    color:#00AEAC;
}
.icon-col .section_Menu{
    padding-bottom:0px;
}
.icon-col .section_Menu > div{
    width:35px !important;
    padding-top:0px !important;
}
.icon-col .section_Menu > div > ul{
    margin-bottom:0px;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after,
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after{
    background:#00AEAC;
}
/*Login Icon*/
.section.login-icon-section{
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 7px;
  	z-index:10;
}
.section.login-icon-section p{
    margin-bottom: 0px;
}
.login-icon:after {
    content: '\f090';
    font-family: 'Fontawesome';
    color: #00AEAC;
    font-size: 30px;
}
.login-icon:hover, .login-icon:focus, .login-icon:active {
    text-decoration: none;
}

.login-icon.login-text{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #00aeac;
    font-weight: 600;
}

.login-icon.login-text:after{
    order: -1;
    text-align: center;
    font-weight: 400;
}

/*----- User Container -----*/  
.user-icon{
    padding-bottom:0px !important;
    margin-left:6px;
  	z-index:10;
}
.user-icon p{
    margin-bottom:0px;
    margin-top:2px;
}
.user-container {
    position: absolute;
    right: 0;
    top:130px;
    z-index: 555;
    background: #f9f9f9;
  	display:none;
}
.user-container > .container {
    width: 300px;
}
.user-container li {
    border: none;
}
.user-container > div {
    padding: 15px;
}
.user-container .sidebar-nav a {
    color: #22262e;
    text-transform: none;
  	transition:0.25s;
}
.user-container .sidebar-nav a:hover {
    color: #00AEAC;
}
.user-container h3 {
    color: #22262e;
    border: none;
    text-transform: none;
}
.user-container .sidebar-nav-items{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.user-container .section_Menu li div{
    border-bottom:none;
    margin-bottom:0px;
}
.user-container .sidebar-nav-items{
    border-top:none !important;
}
.user-container .top-bar-link>a{
    border:none;
}
.user-container .user-profile-page-link a{
    color:#22262e;
    text-align: center;
}
.user-container .user-profile-page-link a:hover{
    color:#00AEAC;
    background:transparent;
}
.user-container .user-log-out-link a{
    color:#fff;
    text-align: center;
    background:#00AEAC;
    border:1px solid #00AEAC;
    width:100%;
    border-radius:4px;
}
.user-container .user-log-out-link a:hover{
    border-color:#009190;
    background:#00AEAC;
}
.user-container .user-log-out-link{
    width:100%;
}
.user-container .section_LoginStatus ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float:none;
}
.header.user-container .sidebar-nav-heading{
    display: none;
}
@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;
    }
}
/*Search Container*/
.header.search-container{
    background:#00AEAC;
    border-bottom:none;
    position: static;
    top: 130px;
    z-index: 10;
}
.header.search-container .section_CatalogSearchBox input{
    box-shadow: none;
    border:none;
}
.header.search-container .header-input{
    background: #fff;
	border-radius: 4px;
    width:100%;
}
.header.search-container .input-group-btn{
    position: absolute;
    right:30px;
}
.header.search-container .header-input .catalogsearchboxbutton{
    background:transparent;
    margin:0px;
    border:none;
}
.header.search-container .header-input .catalogsearchboxbutton:focus{
    box-shadow: none;
}
.section_CatalogSearchBox .header-input{
    margin-top:0px;
}
.section_CatalogSearchBox .catalogsearchboxbutton {
    background:#fff;
    border: 1px solid #e4e4e4;
    border-left:none;
}
.section_CatalogSearchBox .catalogsearchboxbutton span:before{
    color:#00AEAC;
}
@media screen and (max-width:1198px){
    .header.search-container > .container{
        margin:0px;
        width:100%;
    }   
}
/* ----- Top-bar ----- */
/* Top bar general */
.top-bar {
    background:#00AEAC;
}
/* Top bar links */
.top-bar .top-bar-link a:hover {
    background-color:#f9f9f9;
    color:#00AEAC;
}
/* @ Top bar mobile <-767px */
@media screen and (max-width:767px) {
    
}

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

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

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

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

/* ----- Cart ----- */
/* Cart general */

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

/* ----- Search -----*/
/* 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 ----- */

/*----- 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:#F9F9F9;
    text-transform: none;
    padding-top:20px;
}
.footer p, .footer h3{
    color:#22262e;
}
.footer .btn{
	color:#00AEAC;
}
.footer .btn:hover{
	color:#fff;
}
.footer .text-col, .footer .img-col{
    height:500px;
}
.footer .text-col > section div ~ div{
    margin-top:10px;
}
.footer .text-col > section div:last-of-type{
    margin-bottom:15px;
}
.footer .text-col > section div{
    background:#fff;

    padding:8px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.footer .text-col h3{
    text-underline-offset: 6px;
    text-decoration: underline 2px #00AEAC;
}
.footer .text-col strong,
.footer .text-col [data-type="mailto"]{
    color:#00AEAC;
}
.footer .img-col img{
    padding-bottom:25px;
}
.footer .img-col .section_Content{
    font-size:16px;
}
.footer .img-col{
    display: flex;
    flex-direction: column;
}
.footer .img-col .section_Content{
    flex-grow:1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.footer .img-col .section_Image{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    border-radius: 4px;
}
.footer .img-col .section_Image img{
    padding:16px 10px;
}

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

/* Footer links */
.footer p a {
    color:;
}
.footer p a:hover {
    color:;
}
/*Social Links*/
.social-media-links{
    border-top:1px solid #00AEAC;
    padding-top:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.social-media-links .social-link{
    border:1px solid #00AEAC;
  	background:#fff;
    border-radius: 25px;
    width:36px;
    height:36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-media-links .social-link:before{
    font-size:18px;
    position: absolute;
}
@media screen and (max-width:767px){
    .social-media-links{
        margin-top:40px;
    }
}
/* ==========================================================================
   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
   ========================================================================== */
/* ----- Dashboard ----- */
.dashitem{
    background:#fff !important;
    color:#231F20;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px !important
}
.dashitem .fa{
	color: #00AEAC !important;
}
.dashitem-heading{
    font-weight: bold;
}
.dashboard .dashboard-item{
	height:130px;
}
.dashboard .dashitem .fa::before{
	font-size:36px;      
}
.dashitem-info{
    margin-bottom:0px;
}
@media screen and (max-width:767px){
    .dashboard{
        gap:15px;
    }
    .dashboard-item{
        margin:0px;
    }
}
/* News
   ========================================================================== */
/*News Post List*/
.pt-page-newsarchive .section_NewsList .news-list {
    
}
.pt-page-newsarchive .section_NewsList .post{
    width:100% !important;
    border: 1px #c6c5c5 solid;
    margin-bottom:10px;
    padding-bottom:0px;
}
.pt-page-newsarchive .section_NewsList .post a{
    width:100%;
    height:auto;
    aspect-ratio: 16 / 9;
}
.pt-page-newsarchive .section_NewsList .post a img{
    object-fit: cover;
    width:100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin-right: 0px;
}
/*--*/

.pt-page-newsarchive .col-sm-12 > .section_NewsList:nth-child(2){
    margin-top:75px;
}
.news-list .media{
    border: 2px solid #fff;
    padding:0px;
    background:#fff;
}
.news-list .media-body{
    color:#000;
  	padding:15px;
}
.news-list .media-body .post-body{
    display:;
}
.news-list .media .media-heading a{
    color:#00aeac;
    font-size:2.2rem;
    text-decoration:none;
}
.news-list .news-menu{
    display:flex;
    /*position: absolute;*/
    background:#fff;
    top:0px;
    flex-wrap:wrap-reverse;
    flex-direction: row-reverse;
    gap:10px;
    height: auto;
}
.news-list .news-menu .year-node{
    background:#00aeac;
    padding:10px 15px;
    flex-grow:1;
    flex-basis:25%;
    text-align: center;
    position: relative;
}
.news-list .news-menu .year-node h3{
    margin:0;
    color:#fff;
}
.news-list .news-menu .year-node a{
    text-decoration: none;
}
.news-list > .news-menu > .year-node > ul{
    max-width:;
}
.news-list .news-menu .year-node > ul{
    position:absolute;
    background:#231F20;
    padding:0px;
    margin-left:-15px;
    margin-top:10px;
    width:100%;
}
.news-list .news-menu .year-node .month-node > a > h4{
padding:5px 15px;
}
.news-list .year-node .month-node > ul{
    color:#fff;
    background:#444444;
  	position:relative;
    padding:5px 15px;
}
.news-list .year-node .month-node > ul .news-node:hover{
    background:#444444;
}
.news-list .news-menu .month-node a{
    color:#fff;
}
.news-list .news-menu .month-node a:hover{
    color:#fff;
    opacity:0.7;
}
.news-list .news-menu .news-node{
    text-align: left;
}
.news-list .pager{
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
  	width:100%;
}
@media screen and (max-width:767px){
    .pt-page-newsarchive .tags-menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap:5px;
        padding-bottom:5px;
    }
    .pt-page-newsarchive .tags-menu h4{
        flex-basis: 100%;
        text-align: center;
    }
    .pt-page-newsarchive .tags-menu p{
        flex-basis: calc(50% - 5px);
        text-align: center;
        border:1px solid #00aeac;
        font-weight: 500;
        border-radius: 2px;
    }
}

/* ----- News detail page ----- */
.section_NewsDetail article{
	display:inline-block;
}
.section_NewsDetail{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:1vw 2.5vw;
}
.section_NewsDetail article{
    display: flex;
    flex-direction: column;
}
.section_NewsDetail .article-title{
    order:0;
    background:#00aeac;
    padding:5px 10px;
    margin-bottom:0px;
    margin-top:1.5vw;
    color:#fff;
}
.section_NewsDetail .article-image{
    width:100%;
    max-height:auto;
    object-fit: contain;
    object-position: center;
    order:1;
    border-bottom:5px solid #00aeac;
}
.section_NewsDetail article .article-date{
    color: #ccc;
    width: fit-content;
    color: #fff;
    background: #00aeac;
    padding: 5px 10px;
    order:2;
}
.section_NewsDetail article > p{
    order:3;
}

/* Contact us
   ========================================================================== */
.contact-banner{
    background: #fff;
    padding: 20px 12px !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom:40px;
}
.uk-contact .page-header{
    display: none;
}
.contact-banner h2{
    font-size:26px;
    text-decoration: ;
}
.contact-banner .contact-phone{
    font-size:22px;
    font-weight: 500;
}
.contact-banner .contact-phone:before{
    content:"-";
    color: #00AEAC;
    margin-right: 5px;
}
.contact-banner .contact-phone:after{
    content:"-";
    color: #00AEAC;
    margin-left: 5px;
}
.form-title{
    font-weight: 500;
}
form input, form textarea, form select{
    border-radius: 4px !important;
}
.contact-row{
    background:#f9f9f9;
        border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.contact-row .section_Content{
    padding-top:20px;
    padding-bottom:20px;
}
.contact-row .section_Content > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:10px;
}
.contact-row .btn:first-of-type{
    margin-right:10px;
}
.contact-row .section_Content div div:first-of-type{
    width:80%;
    text-align: center;
    padding:20px 0px;
}
/*US - specific*/
.contact-form-us .page-header{
    font-weight: 500;
    text-decoration: underline 2px #00aeac;
    text-underline-offset: 6px;
}
.contact-form-us form{
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* About us
   ========================================================================== */
.icon-flex .material-symbols-outlined {
    font-family: "Material Icons Round";
    font-size:60px;
}
.icon-flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.icon-flex > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon-flex span{
    color:#00aeac;
}
.icon-flex > div > p{
    font-weight: bold;
}

/* Login page
   ========================================================================== */
.pt-page-login{
    background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(239,239,239,1) 100%);
}
.pt-page-login .container.login-row{
    background:#fff !important;
    color:#231F20;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(0,174,172, 0.4) 0px 2px 4px, rgba(0,0,0, 0.3) 0px 7px 13px -3px, rgba(0,174,172, 0.2) 0px -3px 0px inset;
}
.pt-page-login .section_Login .btn{
    background: #00AEAC;
    border-color: #00AEAC;
    color: #fff;
    transition: 0.2s;
}
.pt-page-login .section_Login .btn:hover{
    background: #1ab6b4;
    border-color: #00AEAC;
    color: #fff; 
}
.pt-page-login .section_SignUp .btn{
    background: transparent;
    border-color: #00AEAC;
    color: #00AEAC;
    transition: 0.2s;
}
.pt-page-login .section_SignUp .btn:hover{
    background: #00AEAC;
    border-color: #00AEAC;
    color: #fff;  
}
.pt-page-login .section_ForgotPassword h3{
    font-weight: normal;
}
/* ==========================================================================
   Product Pages Styling
   ========================================================================== */

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

/* Product list (5)
========================================================================== */
.pt-page-productsubnode .section_ProductNodeTitle h1{
    margin-top:0px;
    background: #F9F9F9;
    padding: 8px;
    font-size: 30px;
    font-weight: 500;
}
#productlist .productAvailability{
    float:left;
}
#productlist .js-avail-wrapper{
    padding-top:1px;
}
#productlist .hover-product-price{
    text-align: right;
}
.hover-product-hover-bg{
	display:none;
}
.hover-product-image{
	box-shadow:none;
}
.hover-product-title a:hover{
	color:#111;
}
#productlist .hover-product-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height:44px
}
.pt-page-productsubnode section.section_ProductNodeTitle{
    padding-bottom:0px;
}
/* Product Grid */
.product-grid ul .product > .hover-product{
    background: #fff;
    border-radius: 0;
    border: 1px solid #edeef0;
    text-align: left;
    padding: 6px;
}
.product-grid ul .product .js-salesunit-wrapper{
    display: none;
}
.product-grid ul .product > .hover-product .pull-right{
    float:none;
    display:flex;
    justify-content: flex-end;
    width:100%;
}
.product-grid ul .product > .hover-product .pull-right > .input-group{
    display:flex;
    justify-content: center;
    width:100%;
}
.product-grid ul .product > .hover-product .pull-right > .input-group > div .input-group-btn,
.product-grid ul .product > .hover-product .pull-right > .input-group > div .input-group,
.product-grid ul .product > .hover-product .input-group-btn>.input-group button{
    width:100%;
    background:#00AEAC;
    border-color:#00AEAC;
}
.product-grid ul .product > .hover-product .pull-right > .input-group > div{
    flex-grow:1;
}
.product-grid ul .product > .hover-product .favoriteToggler{
    background:#F7F6F5;
    width:40px;
    height:33px;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#000;
    font-size:16px;
    margin-right:2px;
}
/*
.product-grid ul .product > .hover-product .js-addToShoppingList{
    margin-right:10px;
}*/
.p-productavailability .productAvailability:after{
    content:' ';
    padding:2px;
}
/* Filter */
#productfilter h3{
    display: none;
}
#productfilter .clearfix{
    display: none;
}
#productfilter .activeFilters{
    margin-bottom:15px;
}
.section_ProductFilter{
    padding-bottom:0px;
}
#productfilter .form-group {
        width: 100%;
}
.filterMore, .filterLess{
    cursor: pointer;
}
/*	Sidebar Menu
	=======================================*/
.section_Menu  .sidebar-nav-items *{
    font-family: OpenSans, sans-serif
}
.section_Menu .sidebar-nav-heading{
    visibility: hidden;
}
.pt-page-productsubnode .toggle-lvl-one .toggle-lvl-two {
    overflow: hidden;
}
.pt-page-productsubnode .toggle-lvl-three{
    padding-left:20px;
}
.pt-page-productsubnode .toggle-lvl-one > .toggle-item > div > a > span:before,
.pt-page-productparentnode .toggle-lvl-one > .toggle-item > div > a > span:before{
    width:9px;
    height:9px;
    margin-right:5px;
    margin-bottom:1px;
    border-radius: 10px;
    display: inline-block;
    /*background:#0D2A5D;*/
    content:"";
}
.pt-page-productsubnode .toggle-lvl-one .toggle-lvl-two{
    border-top: 2px solid #00AEAC !important;

}
.content .section_Menu{
    background:#F9F9F9;
    padding-bottom:0px;
    padding:10px 5px;
}
.content .section_Menu li,
.content .section_Menu div{
    border:none !important;
}
.content .section_Menu .toggle-sign{
    display: none;
}
.content .section_Menu .sidebar-nav-items{
    margin-bottom:0px;
}
.content .section_Menu .toggle-lvl-one > li > div > a > span{
    font-weight: bold;
}
.content .section_Menu .is-active-toggle-panel{
    background: #fefefe;
    border-left: 2px solid #F7F6F5;
    border-right: 2px solid #F7F6F5;
    margin: -10px -5px 10px -5px;
}
.content .section_Menu .toggle-lvl-two div.sidebar-item{
    padding-left:0px;
    margin: 0 0 0px 25px;
}
.content .section_Menu .sidebar-nav-heading{
    display: none;
}
/* PDP (19)
========================================================================== */
.pt-page-productdetail .section_ProductDetail_Description p,
.pt-page-productdetail .section_ProductDetail_Description div{
    white-space: pre-line;
}
.section_AddToBasket .input-group-btn.product-input-group{
    flex-grow:1;
    display:flex;
}
.section_AddToBasket .input-group-btn.product-input-group.favorite{
    flex-grow:0;
}
.section_AddToBasket .addToBasketContainer .input-group-btn .input-group .input-group-btn button{
    flex-grow:1;
}
.section_AddToBasket .input-group.input-group-lg.pull-left{
    width:100%;
}
.section_ProductDetail_Price h2.product-netprice{
    font-size:40px;
    font-weight: 600;
}
.pt-page-productdetail .section_ProductDetail_Price{
    padding-bottom:10px;
}
.fa.js-toggleFavorite.fa-star-o:before{
    /*content:'\f08a';*/
}
.fa.js-toggleFavorite.fa-star:before {
    /*content: '\f004';*/
    color:#00AEAC;
}
.section_ProductDetail_Header, .section_ProductDetail_Header .page-header{
    padding-bottom:0 !important;
    margin-bottom:10px;
}
.section_ProductDetail_Description{
    padding-bottom:10px !important;
}
.add-to-basket-row .section_AddToBasket{
    padding-bottom:10px !important;
}
.add-to-basket-row .section_ProductDetail_DeliveryDetailInfo > .product-additional-content > dl > dt{
    font-weight: normal;
}
.add-to-basket-row .section_ProductDetail_DeliveryDetailInfo > .product-additional-content > dl > dd{
    float:left;
}
.add-to-basket-row .section_ProductDetail_DeliveryDetailInfo > .product-additional-content > dl{
    background: #F7F6F5;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}
.section_ProductDetail_SkuNumber p strong{
    color: 231F20;
  	font-weight:700;
    font-size:18px;
}
.section_ProductDetail_SkuNumber{
    padding-bottom:0 !important;
}
.section_ProductDetail_DeliveryDetailInfo dl dd{
    padding-right:0px;
}
.section_ProductDetail_DeliveryDetailInfo dl #itemsAvailable{
    padding-right:15px;
}
.add-to-basket-row .section_ProductDetail_DeliveryDetailInfo > .product-additional-content > dl dt:nth-of-type(even){
    order:-1;
}
.add-to-basket-row .section_ProductDetail_DeliveryDetailInfo > .product-additional-content > dl dd:nth-of-type(even){
    order:-1;
}
.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;
}
.section_AddToBasket .addToBasketContainer .favorite{
    order:3;
    background:#F7F6F5;
    height:42px;
    width:42px;
}
.section_AddToBasket .addToBasketContainer .favorite .favoriteToggler{
    display: flex;
    justify-content:center;
    align-items: center;
    height:42px;
    width:42px;
    margin:0;
    padding:0;
}
.section_AddToBasket .addToBasketContainer .shoppingList{
    order:4;
    background:#F7F6F5;
    height:42px;
    width:42px !important;
    flex-grow:0;
    margin-left:2px;
}
.section_AddToBasket .addToBasketContainer .shoppingList .favoriteToggler{
    display: flex;
    justify-content:center;
    align-items: center;
    height:42px;
    width:42px;
    margin:0;
    padding:0;
}
.section_AddToBasket .addToBasketContainer .input-group-btn .input-group 
.input-group-btn button{
    width:15vw;
  	height:42px;
    background:#00AEAC;
    border:#00AEAC;
}
.section_AddToBasket .product-quantity-input{
    margin-right:10px;
}
.section_AddToBasket .input-group-btn.favorite{
    margin-left:10px;
}
.product-quantity-input{
    padding: 6px 6px !important;
    text-align: center;
}
/* VPDP (23)
========================================================================== */

/* IPDP (20)
========================================================================== */

/* Search result (4)
========================================================================== */
.pt-page-catalogsearch .section_ProductSearchList .page-header{
    margin-top:0px;
    background: #F9F9F9;
    padding: 8px;
    font-size: 30px;
    font-weight: 500;
}
.pt-page-catalogsearch #productfilter h3{
    display: none;
}
.pt-page-catalogsearch .section_ProductFilter{
    padding-bottom:0px;
}
.pt-page-catalogsearch #productfilter .clearfix{
    display: none;
}
.pt-page-catalogsearch #productfilter .activeFilters{
    margin-bottom:15px;
}
/* Checkout (10)
========================================================================== */
/*Side by side Checkout*/
#checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection{
    display: block !important;
  	align-self:center;
    max-width: 100%;
    margin-top: 20px;
}
#checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection #btnCheckout{
    display: none;
}

.pt-page-checkout .cart-view-table.table thead{
    border-top:0px;
}
.pt-page-checkout .cart-view-table>thead tr th{
    padding:4px 10px;
    height:61px;
}
#checkoutWrapper:has(#deliverySection[style*='display: block']){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.pt-page-checkout #checkoutWrapper > div{
    padding:10px 20px;
    margin:0 10px;
    border:1px solid #ccc;
    border-radius: 10px;
  	flex-basis: 50%;
}
.pt-page-checkout .section_QuickShop{
    display: block !important;
    padding:4px 10px;
}
.pt-page-checkout #deliveryinformation .form-group label.form-control{
    height:auto;
    padding:0px;
}
@media screen and (min-width:1400px){
    #checkoutWrapper:has(#deliverySection[style*='display: block']) .cart-view-table > tbody tr td:nth-child(5),
    #checkoutWrapper:has(#deliverySection[style*='display: block']) .cart-view-table > tbody tr td:nth-child(7){
        min-width:100px !important;
    }
    #checkoutWrapper:has(#deliverySection[style*='display: block']) > div:nth-child(1){
        width:100%;
    }
    #checkoutWrapper:has(#deliverySection[style*='display: block']) > div:nth-child(2){
        width:100%;
    }
}
@media screen and (max-width:1400px){
    .pt-page-checkout #checkoutWrapper{
        flex-direction: column;
    }
    .pt-page-checkout #checkoutWrapper > div:nth-child(2){
        margin: 10px 0px 15px 0px;
      	width:100%;
    }
    .pt-page-checkout .content{
        padding:0px;
    }
}
@media (min-width: 1200px){
    .pt-page-checkout .cd-main-content .container{
        width:70%;
        max-width:1500px;
    }    
}
@media screen and (max-width: 767px) {
    #checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection{
        margin-left:0px;
        margin-right:0px;
    }
}
/*Hide Quickshop during checkout*/
.pt-page-checkout:has(#deliverySection[style*="display: block;"]) .section_QuickShop{
    display: none !important;
}
/* Configurator Page (83)
 =============================================================== */
.cd-main-content:has(.config-row) .breadcrumb-wrapper .container{
    margin:0px;
    padding-left:20px;
}
.configurator-container > div > ul{
    display: flex;
    flex-direction: row;
    width:100% !important;
    position: relative;
  	left:32px;
    top:-25px;
    overflow: visible;
    z-index: 5;
}
.configurator-container > div > ul li{
    white-space: nowrap;
    display: inline-block;
}
.configurator-container > div > ul li a{
    padding:2px 8px;
    font-family:;
    font-size:18px;
    letter-spacing: 0.1rem;
}

.configurator-container .nav-tabs a::before{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color:#00AEAC;
}
.configurator-container .nav-tabs .config-page-is-complete a::before{
    -webkit-text-fill-color: #00AEAC;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color:#00AEAC;
}
.configurator-container .configurator-field-caption::before{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color:#00AEAC;
}
.configurator-container .field-is-completed .configurator-field-caption::before{
    -webkit-text-fill-color: #00AEAC;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color:#00AEAC;
}
.configurator-container .nav-tabs>li.active>a, 
.configurator-container .nav-tabs>li.active>a:hover, 
.configurator-container .nav-tabs>li.active>a:focus{
    border:none;
}
.configurator-container .nav-tabs{
    position:absolute;
    display: flex;
    flex-wrap: ;
    flex-direction: row;
    width:100%;
}
.configurator-container .nav-tabs li a{
    background:transparent;
    border:none;
    height:100%;
}
.configurator-container .nav-tabs{
    box-shadow: none;
    border:none;
}
.configurator-container .configurator-field-caption{
    margin-top:0px;
}
.config-values-col .form-configurator-state{
    margin-top:60px;
}
@media (max-width: 1200px) {
    .configurator-container > div > ul {
        width: 90vw !important;
        flex-wrap:wrap;
        margin-left:18px !important;
    }
    .configurator-container > div > ul li{
        flex-basis: auto;
    }
    .configurator-container > div > ul li a{
        font-size:22px; 
    }
    .configurator-container .configurator-field-caption{
        font-size:20px;
    }
    .config-values-col .form-configurator-state{
        margin-top:85px;
    }
}
@media (max-width: 767px) {
    .configurator-container > div > ul {
        width: 90vw !important;
        flex-wrap:wrap;
        left:0;
    }
    .configurator-container > div > ul li{
        flex-basis: 50%;
        top:-5px;
    }
    .configurator-container > div > ul li{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .configurator-container > div > ul li a{
        font-size:18px; 
    }
    .configurator-container .nav-tabs a::before{
        margin-right:5px;
    }
    .configurator-container .tab-content{
        margin-top:0px;
    }
    .config-values-col .form-configurator-state{
        margin-top:0;
        padding-top:175px;
    }
}
.configurator-field-container {
    box-shadow: 0 2px 4px rgba(35,31,32, 20%);
    border:1px solid rgba(35,31,32, 30%);
    padding: 15px 25px;
    margin-bottom: 12px;
    border-radius: 4px;
}
.config-row .col-sm-9{
    padding-right:0px;
}
/* Config Image Button */
.config-image-button-container .col-xs-11{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.config-image-button-container .col-xs-11 h4{
    flex-basis: 100%;
}
.config-image-button-container .col-xs-11 .image-button-holder{
    flex-basis: 40%;
}
.config-image-button-img{
    object-fit:;
    background-size:contain;
    background-repeat: no-repeat;
    height:80px;
    width:125px;
}

.config-image-button-container #image-button-925 .config-image-button-img {
    background-image: url("/en/image/getthumbnail/1033");
}

.config-image-button-container #image-button-917 .config-image-button-img {
    background-image: url("/en/image/getthumbnail/1032");
}

.config-image-button-container #image-button-920 .config-image-button-img {
    background-image: url("/en/image/getthumbnail/1038");
}

.config-image-button-container #image-button-916 .config-image-button-img {
    background-image: url("/en/image/getthumbnail/1036");
}

.config-image-button-container #image-button-918 .config-image-button-img {
    background-image: url("/en/image/getthumbnail/1035");
}

.config-image-button-container #image-button-915 .config-image-button-img {
    background-image: url("/en/image/getthumbnail/1034");
}

.config-image-button-container #image-button-921 .config-image-button-img {
    background-image: url("/en/image/getthumbnail/1037");
}

@media screen and (min-width:767px){
    .config-row .col-sm-9 iframe{
        height:82vh;
    }    
}
@media screen and (max-width:767px){
    .config-row .col-sm-9{
        padding:0px;
    }
}
/* Instructions Button Placement */
.config-row .config-values-col{
    position: relative;
    margin-top:25px;
}
.config-info-btn{
    position:absolute;
    right:;
    top:-45px;
    left:15px;
    text-align:;
}
.cd-main-content:has(.config-row) .breadcrumb-wrapper{
    display: none;
}

/*Hide dimensions fields in other tabs*/
.configurator-container > div:first-of-type{
    display: none;
}
.configurator-container > div:first-of-type:has(.field-not-completed){
    display: block !important;
}
.PtConfig:has(.nav-tabs > li:first-of-type.active) .configurator-container > div:first-of-type{
    display: block !important;
}
/*Hide hidden field*/
.configurator-field-container:has(.config-container-Step_287_Component) {
    display: none;
}

/*APP COMPARE*/
.pt-page-favoriteproducts .container.compare-row{
    width:90%;
}
.pt-page-favoriteproducts .breadcrumb{
    display: none;
}
.pt-page-favoriteproducts .no-side-margin > .col-sm-12{
    padding:0px 30px;
}
.section_FavoriteProductsList .field-desc a{
    padding:0px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* Compare list */
.section_FavoriteProductsList tbody {
    display: flex;
    overflow-x: auto;
}
.section_FavoriteProductsList tr {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.section_FavoriteProductsList .producttable {
    display: flex;
}
.section_FavoriteProductsList th {
    height: 45px;
}
.section_FavoriteProductsList td {
   border: 1px solid #ddd;
    height: 45px;
    font-size: 16px;
}
.section_FavoriteProductsList .table>thead>tr>th {
    border: 1px solid #ddd !important;
    width: 100%;
    text-align: left !important;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.section_FavoriteProductsList th.hidden-lg.hidden-sm.hidden-md {
    display: none;
}
.section_FavoriteProductsList .productlist-image-tablecell img {
    height: 70px !important;
    width: 70px !important;
    border:none;
    min-width: unset !important;
}
.section_FavoriteProductsList .productlist-image-tablecell {
    height: 90px !important;
    min-width: 100% !important;
}
.section_FavoriteProductsList th:first-of-type.hidden-xs {
    height: 90px !important;
}

/*Favorit to compare*/
.fa.fa-star-o::before {
content: '\e915';
font-family: 'Material Icons Round';
font-size: 20px;
}


.fa.fa-star::before {
content: '\e915';
font-family: 'Material Icons Round';
font-size: 20px;
color:;
}

/* Compare */
.section_FavoriteProductsList .table>thead>tr>th.col-xs-3 {
    order: -3;
    text-align: center;
    border: none !important;
    margin-bottom: 15px;
}
.section_FavoriteProductsList .field-addtobasket {
    order: -3;
    text-align: center;
    border: none !important;
    margin-bottom: 15px;
}
.section_FavoriteProductsList .field-addtobasket > .pull-right {
    float: unset;
}
.section_FavoriteProductsList .field-addtobasket > .pull-right > div {
    margin: 0 auto;
}
.section_FavoriteProductsList tbody tr:last-of-type td.productlist-image-tablecell {
    border-top-right-radius: 15px;
}
.section_FavoriteProductsList tbody tr:first-of-type td.productlist-image-tablecell {
    border-top-left-radius: 15px;
}
.section_FavoriteProductsList tbody tr:last-of-type {
    border-top-right-radius: 15px;
}
.section_FavoriteProductsList tbody tr:first-of-type {
    border-top-left-radius: 15px!important;
    border-left: 1px solid #ddd;
}
.section_FavoriteProductsList thead tr {
    border: none !important;
}
.section_FavoriteProductsList th.field-avail {
    border-top-left-radius: 15px;
}
.section_FavoriteProductsList td {
    font-size: 15px !important;
}
.section_FavoriteProductsList .table>thead>tr>th.header-field-price {
    order: -3;
    text-align: center;
    font-size: 0;
    border: none !important;
    height: 35px !important;
}
.section_FavoriteProductsList .field-price {
    order: -3;
    text-align: center !important;
    border: none !important;
    height: 35px !important;
}
.section_FavoriteProductsList .table>thead>tr>th.hidden-xs:first-of-type{
    order: -3;
    text-align: center;
    border: none !important;
}
.section_FavoriteProductsList td.productlist-image-tablecell {
    order: -3;
    text-align: center;
    border: none !important;
    background: none !important;
    border-top: 1px solid #ddd !important;
}
.section_FavoriteProductsList td {
    border-right: none !important;
    border-left: none !important;
}
.section_FavoriteProductsList .table>thead>tr>th {
    border-right: none !important;
}
.section_FavoriteProductsList .productlist-image-tablecell img {
    margin: 0 auto;
}
.section_FavoriteProductsList .table>thead>tr>th.field-desc {
    font-size: 0;
    border: none !important;
}
.section_FavoriteProductsList .field-desc {
    order: -3;
    text-align: center;
    border: none !important;
    height: 35px !important;
}
.section_FavoriteProductsList .shoppingList {
    display: none;
}
.section_FavoriteProductsList .table>thead>tr>th.field-stockcode {
    border: none !important;
    font-size: 0;
}
.section_FavoriteProductsList .field-avail {
    order: -1;
    text-align: center;
}
.section_FavoriteProductsList td.empty:not(.productlist-image-tablecell) {
    background-color:; 
}
.section_FavoriteProductsList .field-stockcode {
    order: -3;
    text-align: center;
    border: none !important;
    height: 35px !important;
}
.section_FavoriteProductsList td {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section_FavoriteProductsList tr {
    flex: 1;
    min-width: 270px;
    position: relative !important;
    border-right: 1px solid #ddd;
}
.section_FavoriteProductsList .addToBasketContainer {
    position: static;
}
.section_FavoriteProductsList .addToBasketContainer .favorite {
    position: absolute;
    top: 6px;
    right: 2px;
}
.section_FavoriteProductsList .addToBasketContainer .favorite .fa.fa-star::before{
    font-size: 28px;
    content: '\e5cd'
}
.section_FavoriteProductsList .product-nav {
    display: none;
}
.section_FavoriteProductsList .attribute-image-wrapper-hor img {
    border-radius: 5px;
    border: 1px solid #333;
}
/* Table Highlight */
.pt-page-favoriteproducts td {
    cursor: default;
    padding: 10px;
    /*position: relative; */
    transition:background-color 0.15s ease-in-out;
}

.pt-page-favoriteproducts td:hover{
   background-color: rgba(0,174,172,0.55)!important; 
}
.pt-page-favoriteproducts tr:has(td:hover){
    background-color: rgba(0,174,172,0.07);
    transition:background-color 0.2s ease-in-out;
}
.section_FavoriteMiniPanel #favoriteminipanel a {
    pointer-events: none;
}
/* Compare end */
/* Animation */
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
/* Authors
   ==========================================================================
Name
*/
/* Document
====================================================*/
/*[data-pageid="95"] .section_DocumentCategories h3{
    display: none;
}*/
/* Document*/
ul.documentlist{
    padding-left:0px;
}
.documentlist .document img{
    display: none;
}
.documentlist .document, .documentlist a{
    display: flex;
    align-items: center;
    width:100%;
    padding:10px;
    border-left:3px solid #00AEAC;
}
.documentlist .document:hover, .documentlist a:hover{
    text-decoration: none;
}
.documentlist li:nth-child(odd){
    background:#F9F9F9;
}
.documentlist li br{
    display:none;
}
.documentlist .document:before, .documentlist a:before{
    content:'\f1c1';
    font-family: 'FontAwesome';
    font-size:28px;
    padding-right:10px;
    color:#333 !important;
}
.documentlist .document:after, .documentlist a:after{
    content:'\f01a';
    font-family: 'FontAwesome';
    font-size:22px;
    margin-left:auto;
    color:#333 !important;
}
/*Document Filter Buttons*/
.section_DocumentCategories h3{
    padding-top:25px;
}
.section_DocumentCategories #button-container{
    display: flex;
    flex-wrap:wrap;
    gap:10px;
    border-bottom:1px solid #F6F6F6;
    padding-bottom:20px;
}
.section_DocumentCategories #button-container button{
    flex-grow:1;
}
.scroll-button{
    border-bottom: 1px solid #00AEAC;
    background: #f6f6f6;
    color: #000;
    border-radius: 0px !important;
    line-height: 1.7;
    padding: 8px 20px;
}
/* Document Search */
.documenttitlesearchbox{
    border-bottom: 1px solid #00AEAC;
    box-shadow: none;
}
.section_DocumentCategories:has(.document-list-container){
    padding-bottom:0px;
}
.documenttitlesearchbox:focus, .documenttitlesearchbox:active{
    box-shadow: none;
    border-color:#e4e4e4;
    border-bottom: 1px solid #00AEAC;
}
.section_DocumentCategories .document-list-container:has(.documentlist) {
    border: 1px solid #00AEAC;
    border-top: none;
    margin-top: -20px;
    margin-bottom: 16px;
    padding: 10px 20px 0px 20px !important;
}
.section_DocumentCategories .header-input{
    width:100%;
    
}
.documenttitlesearchbox, .documentsearchboxbutton {
    height:54px;
    font-size:20px;
}
.documentsearchboxbutton{
    background:none;
    border:none;
    color:#00AEAC;
}
.documentsearchboxbutton:hover, .documentsearchboxbutton:active,
.documentsearchboxbutton:focus{
    background:transparent;
    color:#00AEAC;
    box-shadow: none;
}
.input-group-btn:has(.documentsearchboxbutton){
    position: absolute;
    right:40px;
}
.section_TranslationText:has(~ .section_DocumentCategories) h2 {
    margin-top: 0px;
    background: #F9F9F9;
    padding: 8px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom:20px;
}
section.section_TranslationText:has(~ .section_DocumentCategories){
    padding-bottom: 0px;
}
/*--------------------*/



/* Tooltip */
.active-tooltip-info .configurator-field-caption::after {
    content: '\f05a';
    font-family: fontawesome;
    position: absolute;
    right: 0px;
  	top:4px;
 	cursor: pointer;
}
#ptmodal .modal-content{
    border-radius: 4px;
}
#ptmodal a{
    color:#00AEAC;
    text-decoration: underline;
}
#ptmodal section[class*="tooltip"]{
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-content section[class*="tooltip"] h1:first-of-type,
.modal-content section[class*="tooltip"] h2:first-of-type,
.modal-content section[class*="tooltip"] h3:first-of-type{
        text-underline-offset: 6px;
    text-decoration: underline 2px #00AEAC;
}
/*---------*/
.container.banner-heading .section_Content{
    padding:15px 10px !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin:20px 0px;
    text-align:;
}
.container.border-row{
    margin-bottom:25px;
}
.row.border-row{
    padding:15px 0px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom:0px;
    text-align:;
    margin:0px;
}
/* Privacy Notice Page */
#email-icon:before{
    content:"\f003";
    font-family: fontawesome;
    margin-right:4px;
}
#email-icon{
    color:#00AEAC;
    font-weight: 500;
}
/* FAQ Tabs */
.faq-tabs section > table > tbody > tr:nth-child(1) > td{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border:none;
}
.faq-tabs table tr:nth-child(2) td{
    border:none;
    padding:4px 8px;
}
.faq-tabs table{
    margin-bottom:2px;
}
.faq-tabs tr:nth-child(1){
    background:#F9F9F9;
    border-left:2px solid #00AEAC;
    font-weight: 600;
}
.faq-tabs tr{
    pointer-events: auto;
    cursor: pointer;
}
.faq-tabs table tr:nth-child(1) td:after{
    content:"\e5cf";
    font-family: 'Material Icons Round';
    font-size:16px;
    float:right;
    transition: 0.2s;
}
.faq-tabs tr.faq-open td:after{
    transform: scaleY(-1);
    transition: scaley 0.2s;
}
.faq-tabs tr:nth-child(2) td{
    height:0px !important;
    pointer-events: none;
    transition: all .25s ease-in-out;
    line-height: 0;
    color:transparent !important;
}
.faq-tabs tr:nth-child(2) iframe{
    pointer-events: auto;
}
.faq-tabs .faq-open + tr td{
    line-height: 1.5;
    padding-top: 1em;
    padding-bottom: 1em;
    color:#333 !important;
    transition: all .25s ease-in-out;
}
.faq-tabs tr{
    height:0px;
    margin:0px;
    transition: all .25s ease-in-out;
}
.faq-tabs .faq-open + tr {
    height:auto !important;
    transition: all .25s ease-in-out;
    padding-top:4px;
}
.faq-tabs tr img{
    max-height:0;
    margin:0px;
    transition: all .25s ease-in-out;
}
.faq-tabs .faq-open + tr img{
    max-height: 500px;
    transition: all .25s ease-in-out;
}
.faq-tabs table p{
    margin:0;
}
.faq-tabs .faq-open + tr p{
    margin-bottom:5px;
}
.faq-tabs tr a{
    height:0px !important;
    pointer-events: none;
    transition: all .25s ease-in-out;
    line-height: 0;
    padding:1px;
    color:transparent !important;
}
.faq-tabs .faq-open + tr a{
    line-height: 1.5;
    padding-top: 1em;
    padding-bottom: 1em;
    color:#00AEAC !important;
	transition: all .25s ease-in-out;
	pointer-events:auto;
}
/* Nested table */
.faq-tabs tr:not(.faq-open) + tr td table {
    border:none;
}
.faq-tabs tr td table tr:nth-child(1) td:after{
    content:"";
}
.faq-tabs tr td table tr:nth-child(1){
    border-left:none;
}
.faq-tabs .faq-open + tr table td {
    border:1px solid #ccc;
    padding:2px 4px !important;
}
.faq-tabs tr td table td{
    height:0px !important;
    padding:0px !important;
}
/*FAQ Heading*/
.faq-tabs .row section:first-of-type{
    padding-bottom:0px;
}
.faq-tabs .row section:first-of-type > p  {
    font-size: 18px;
    font-weight: 500;
    background:#00AEAC;
    color:#fff;
    padding:4px 10px;
}
/*FAQ scroll to view buttons*/
.faq-scroll-btns{
    display: flex;
    flex-wrap:wrap-reverse;
    gap:5px;
}
.faq-scroll-btns button{
    flex-grow:1;
}
/* Productfilter */
#productfilter .dropdown-menu>li>a{
    padding:8px 0px;
}
#productfilter .dropdown-menu>li>a{
    padding:8px 0px;
}
#productfilter .filterWrapper{
    border-top:none;
    height:auto;
}
#productfilter .activeFilterDrop .filterWrapper{
    border:none;
}
#productfilter .filterWrapper .control-label{
    box-shadow: rgba(249,249,249, 0.56) 0px 2px !important;
    border:none;
    background:#f9f9f9;
    border-bottom:2px solid;
}
#productfilter .filterWrapper .control-label:hover{
    color:#00AEAC;
}
.filter-tag .label{
    background-color:#00AEAC;
}
.clearAllFilter .label {
    background-color: #f9f9f9;
    border:1px solid #00AEAC;
    color:#00AEAC;
}
/*
.cd-main-content .sidebar-navigation .toggle-item.active a{
    color: #00AEAC;
    border-left:2px solid #00AEAC;
    margin-left:-2px;
}
*/
.sidebar-nav .sidebar-item a.active{
    color: #00AEAC;
}
.sidebar-nav .sidebar-item.active a{
    color: #00AEAC;
    font-weight: bold;
}
.sidebar-nav .sidebar-item a.active > span{
    font-weight: 500;
}

/* Exploded View */
.pt-page-productdetail .explo-link-row > div{
    display: flex;
    gap:10px;
}
/* Diagram Book
==================================================== */
.section_ExplodedDiagramBookProductList .js-hotspot-list > div{
    margin-bottom:12px;
    background: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div h2{
    background:#fff;
    padding-left:8px;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div > div{
    border: 1px solid transparent;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list {
    max-height: 75vh;
    overflow-x: scroll;
    padding: 10px 10px;
    background:#fff
}
.container-diagrambooks {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.container-diagrambooks > div {
    margin: 0 !important;
}
.section_ExplodedDiagramBookProductList {
    border: 1px solid transparent;
    padding-bottom:0px !important;
}
.section_ExplodedDiagramBookProductList .paginate-bottom > ul{
    background:#fff;
}
.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 img{
    width:60px;
    min-width:60px;
}
.section_ExplodedDiagramBookProductList .productlist-image-tablecell img{
    margin-bottom:0px;
    box-shadow: none;
    border-color:#f9f9f9;
}
.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;
}
.section_ExplodedDiagramBookProductList .producttable td{
    border-top:1px solid #00AEAC;
}
@media screen and (max-width:1920px){
    .hotspot-remark1{
        display: none;
    }
}

.section_ExplodedDiagramBookProductList .producttable thead{
    display: none;
}
#ptmodal .section_ExplodedDiagramBookProductList .producttable .hover-product-price{
    margin-bottom:0px;
}
#ptmodal .section_ExplodedDiagramBookProductList .producttable .field-avail{
    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 .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;
    }
}
/* Google Maps */
#map2 .loc-title{
    font-size:1.6rem;
    margin-bottom:5px;
  	font-weight:bold;
}
#map2 .loc-content strong{
	font-weight:normal;
}
#map2 .gm-style-iw-chr{
    position: relative;
    z-index:1;
    height:15px;
}
.services-container{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    align-items:center;
    justify-content: space-between;
    padding: 0px 20px;
    gap:0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fdfdfd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.services-container div img{
    margin-right: 5px;
    margin-top:-4px;
}
.services-container div p{
    font-size:16px;
    margin-top:10px;
}
.services-container .service-desc{
    flex-basis:25%;
}
.services-container .service-group{
    display: flex;
    gap: 20px;
    flex-basis: 50%;
    justify-content: center;
}
.services-container .show-all-container{
    flex-basis: 25%;
    text-align: right;
}
.services-container .service-group > div p, .services-container .show-all{
    transition: 0.25s ease-in-out;
}
.services-container .service-group > div p:hover, .services-container .show-all:hover{
    cursor: pointer;
    color:#00AEAC;
}
.services-container .service-desc p, .services-container .show-all{
    font-size:12px;
}
@media screen and (max-width:998px){
    .services-container .service-desc{
        flex-basis:10%;
    }
    .services-container .service-group{
        flex-basis: 80%;
    }
    .services-container .show-all-container{
        flex-basis: 10%;
    }
}
.section_Content:has(.services-container){
    padding-bottom: 0px !important;
}
#map2{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    clip-path: inset(0px -10px -10px -10px);
}/* ==========================================================================
   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: 14px;
    font-family: fontawesome;
  	font-weight:400;
}
@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;
}

/* 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;
    }
}
.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;
  	gap:20px;
}
.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: 56px;
        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: #00AEAC;
        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:;
	}
}
/* 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;
}
/* 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;
}
/*Catalog Search Adjustment*/
.header .section_CatalogSearchBox .show-all-results-button {
    display: none;
}
.header .section_CatalogSearchBox .sectionId-catalog-search-box {
    display: none;
}
/*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 detail/quote detail 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;
}
.section_TransactionalDocumentDetails .Order-document .toggleTxtLines {
    display: none;
}

/* ===== FIX: Compare page — price overlapping Add to Cart ===== */

/* Price cell: enough room for gross price + discount + net price */
.section_FavoriteProductsList td.field-price {
    height: 70px !important;
    flex-direction: column;
    justify-content: center;
    padding: 5px 10px;
    overflow: hidden;
}

/* Matching header cell must stay the same height so the
   "Availability / Bagger..." label column keeps lining up */
.section_FavoriteProductsList .table > thead > tr > th.header-field-price {
    height: 70px !important;
}

/* Tighten and center the price lines so they fit inside 90px */
.section_FavoriteProductsList td.field-price .js-price-wrapper p,
.section_FavoriteProductsList td.field-price .js-price-wrapper h4 {
    margin: 0 !important;
    line-height: 1.3;
    text-align: center;
    float: none;
}

/* Add-to-cart cell: let it size to its content with breathing room */
.section_FavoriteProductsList td.field-addtobasket {
    height: auto !important;
    min-height: 55px;
    padding-top: 8px;
}
.section_FavoriteProductsList .table > thead > tr > th.col-xs-3 {
    height: 55px !important;
}/* ==========================================================================
   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: 250px;
}
.dashitem {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: white;
}
a.dashitem-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.dashitem-link:hover {
	text-decoration: none;
}
.dashitem .fa {
	font-size: 0;
	color: #00aabc;
}
.dashitem .fa::before {
	font-size: 100px;
}
.dashitem img {
	width: 100px;
}
.dashitem .dashitem-heading {
	margin-bottom: 5px;
}
@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) {
	.dashitem-info {
		display: none;
	}
	.dashboard-item {
		height: 150px;
		width: 48%;
		margin-bottom: 20px;
		flex-grow: 1;
	}
	.dashitem-img {
		width: 60px;
	}
	.dashitem .fa::before{
		font-size: 60px;
	}
}


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

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

/* 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%;
}
/* 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;
}
.image-card-text p{
    white-space: pre-wrap;
}
/* Image Card */
.image-card{
    display: flex;
    justify-content: center;
    align-items: center;
    background:;
    border:2px solid #00aeac;
}
.image-card.image-left{
    flex-direction: row;
}
.image-card.image-right{
    flex-direction: row-reverse;
}
@media screen and (max-width:767px){
    .image-card{
        flex-direction: column !important;
    }
}
.image-card img{
    max-height: 300px;
    max-width:300px;
    aspect-ratio:1/1;
    object-fit: cover;
    padding:20px;
}
.image-card h3{
    color:#00aeac;
}
.image-card .image-card-text{
    padding:30px;
}
/* Contact card
   ========================================================================== */
.contact-card{
    background:#F8F8F8;
    padding:20px 30px;
    margin:10px 0px;
}
.contact-card h3{
    color:#00aeac;
    text-transform: none;
}
.contact-card .contact-mail a{
    color:#00aeac;
}
.contact-card-info p:last-of-type{
    margin-bottom: 0px;
}

.contact-card a:hover{
    text-decoration: none !important;
}
.contact-card .contact-mail a:before, .contact-card .contact-phone a:before{
    position: relative;
    top:3px;
}
.contact-card .contact-mail a::before {
	content:'\e158';
	font-family: "Material Icons Round";
	margin-right:10px;
	font-size:16px;
    color:#00aeac;
}
.contact-card .contact-phone a::before {
	content:'\e0b0';
	font-family: "Material Icons Round";
	margin-right:10px;
	font-size:16px;
    color:#00aeac;
}
h2.contact-department{
    pointer-events: auto !important;
    cursor: pointer !important;
    color: #fff;
    background: #00aeac;
    padding:10px 15px;
    font-weight: bold;
    font-size:26px;
}
.contact-department:after{
    content:"\e5cf";
    font-family: 'Material Icons Round';
    font-size:26px;
    float:right;
    transition: all 0.2s;
}
.contact-department.open:after{
    transform: scaleY(-1);
    transition: scaley 0.2s;
}
.multiple-contact-cards{
    display: none;
    padding-top: 1px;
}
.section_ContentDataUnit:has(.multiple-contact-cards){
    padding-bottom:5px;
}