﻿/* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Hide Availability*/
.product .p-productavailability, .product .js-avail-wrapper{
    display: none;
}
#productlist .dl-horizontal:has(#itemsAvailable){
    display: none;
}
/* Downtime Notice */
.downtime-button p{
    margin-bottom: 0px;
}
.downtime-button .btn{
    padding: 0px 10px;
    border-radius: 2px;
    font-size:12px;
    margin-bottom: 1px;
    border-color:#25408F !important;
}
/* Site Colors
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'OpenSans';
    src: url('../ttf/OpenSans-SemiBoldupoe.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* ----- Body fonts ----- */
body {
    font-family:'OpenSans', Arial;
    font-size:;
    font-weight:;
}

/* ----- Headings -----*/
.page-header{
    color:#1B3E78;
}
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:'OpenSans', Arial;
    font-weight:;
}
h1, h1.page-header {
    font-size:;
}
h2, h2.page-header {
    font-size:;
}
h3 {
    font-size:;
}
h4 {
    font-size:;
}
h5 {
    font-size:;
}

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

/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.btn, .btn:focus, .btn:active {
    background:;
    border-color:;
    color:;
}
.btn:hover {
    background:;
    border-color:;
    color:;
}
.btn-ptBlue{
    background:#fff;
    border-color:#3399FF;
    color:#0074E8;
    border-radius: 4px;
    transition:0.2s;
}
.btn-ptBlue:hover{
    background-image: linear-gradient(to bottom, #0074E8, #3399FF);
    border-color:transparent;
}
/*CTA buttons */
.btn.btn-ptOrange, #btnConfirm.btn, .btnSubmitQuickshop{
    background: #3399FF;
    background-image: linear-gradient(to bottom, #3399FF, #0074E8);
    border:none;
    border-radius: 4px;
    transition:0.1s;
    color:;
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover, .btnSubmitQuickshop:hover {
    background: #0074E8;
    background-image: linear-gradient(to bottom, #0074E8, #3399FF);
    color:;
}
.btn.btn-ptOrange:focus, #btnConfirm.btn:focus, .btn.btn-ptOrange:active, #btnConfirm.btn:active, .btnSubmitQuickshop:active{
	background:#0062C0;
}
.js-basketImport{
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}
.js-basketImport:hover{
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
/* Alertify buttons */
.alertify-button, .alertify-button:hover, .alertify-button:focus, .alertify-button:active {
    background-color:;
  	border-color:;
  	color:;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus, .alertify-button-ok:active {
    background-color:;
  	border-color:;
  	color:;
}

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background:#019EE3;
    border-color:#81d7fc;
    border-radius: 2px;
}

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

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


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

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

/* Header
   ========================================================================== */
/* ----- General header styling -----*/
.header {
    background: #fff;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky; 
    top: 0;
    z-index: 10;
}
@media screen and (max-width:1199px){
    .header .section_Image{
        width:auto;
        height:50px;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width:767px){
    .header-right-col{
        justify-content: center !important;
    }
    .header .section_Image{
        max-height:35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .section_Image img{
        max-height:35px;
    }
    .header{
        height:90px;
    }
}
.mobile-mega-menu .cd-secondary-nav{
    left:0 !important;
    transition: transform .3s;
}
.mobile-mega-menu .cd-secondary-nav ul{
    height:auto !important;
    left:0;
}
/*----- Header right col -----*/
.header-right-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media screen and (min-width:1200px){
    .header-right-col{
        justify-content: space-between;
    }
}
@media screen and (max-width:1200px){
    .header-right-col .desktop-nav-mega{
        order:1;
        margin-left:32px;
    }
}
@media screen and (max-width: 1200px) {
    .header-flex-col .section_Menu{
        margin-left:45px !important;
    }
}
@media screen and (max-width:767px){
    .header-flex-col > div{
        justify-content: space-between !important;
        width:175px;
        padding-left:10px;
    }
}
/* Header Flex*/
.header-flex-col > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-flex-col > div > .section {
    padding: 0;
}
.header-flex-col section:first-of-type{
    margin-left:0px;    
}
.header-flex-col .section {
    margin-left: 20px;
}
.header-flex-col .section p {
    margin: 0;
}
/*----- Header Icons -----*/
.header-flex-col .fa-search:before, .header-flex-col .fa-user, .header-flex-col .cart-btn{
	color: #25408F;
}
.header-flex-col .fa-search {
    font-size: 0;
    cursor: pointer;
}
.header-flex-col .fa-search:before {
    font-size: 23px;
}
.header .user-icon{
	z-index:100;
}
.header-flex-col .fa-user {
    font-size: 25px;
    cursor: pointer;
}
.cart.header-input {
    margin-top: 0;
}
.header-flex-col .cart-btn {
    background: none;
    border: none;
    font-size: 26px;
    padding: 0;
}
.header-flex-col .cart-btn {
    position: relative;
}
.header-flex-col .cart-field {
    background: none;
    border: none;
    color: #fff;
  	display:none;
}
.cart-field-label {
    margin-right: 10px;
}
.section_MiniBasket .cart-content.container {
    right: 0 !important;
    position: absolute;
    width: 400px;
    padding: 15px;
}
.section_MiniBasket {
    position: relative;
}
.cart:hover {
    width: 100%;
    background: none;
} 
@media screen and (max-width:767px){
    .header #minibasket .header-input:hover .cart-content{
        display: none;
    }
    .header #minibasket .header-input:hover{
        cursor: pointer
    }
}
/*----- Search Container -----*/
.search-container {
    background: #1B3E78;
    width: 100%;
    height: 97px;
    z-index: 555;
}
.header.search-container{
    position: sticky;
    top:75px;
}
.header.search-container .search input{
    box-shadow: none;
  	color:#fff;
}
.search-container .header-input {
    margin: 0;
}
.search-container > div {
    height: 100%;
    display: flex;
    align-items: center;
}
.search-container .catalogsearchbox {
    background: none;
    font-size: 2em;
    border: none;
    height: 42px;
}
.search-container .catalogsearchbox:focus-within {
    box-shadow: none;
}
.search-container .catalogsearchboxbutton {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
}
@media screen and (max-width:767px){
    .search-container .container > .col-sm-12{
        width:100%;
    }   
}
/*----- User Container -----*/     	
.user-container{
    position: fixed;
    width:300px !important;
    right:0px !important;
    top:0px;
    height:100vh;
    border-left:6px solid #E6097E;
    background:#fff;
  	z-index:555;
  	display:none;
}
.user-container .sidebar-nav a{
    color:#1B3E78;
  	font-size:11px;
  	text-transform:uppercase;
}
.user-container .sidebar-nav a:hover{
    color:#1B3E78;
}
.user-container > .container {
    width: 300px;
  	background:#fff;
}
.user-container li {
    border: none;
}
.user-container > div {
    padding: 15px;
}
.user-container h3 {
    color: #1B3E78;
    border: none;
}
/*User menu buttons*/
.user-container .section_LoginStatus ul {
    display: flex;
    flex-direction: column;
    width:100%;
}
.user-container .user-profile-page-link {
    float: none;
    border-right: none;
    margin-bottom: 8px;
}
.user-container .user-profile-page-link a {
    text-align: center;
    padding-bottom: 5px;
    border-right: none;
    color:#1B3E78;
    box-shadow: rgba(27, 62, 120, 1) 0px 1px 4px;
    background:;
    text-transform: uppercase;
    font-weight: bold;
}
.user-container .user-log-out-link{
    margin-bottom: 10px;
    border-radius: 2px;
    min-width: 120px;
    text-align: center;
    margin-left:0px;
}
.user-container .user-log-out-link a{
    color: #1B3E78;
    border-left: none;
    box-shadow: rgba(27, 62, 120, 1) 0px 1px 4px;
    background:;
    text-transform: uppercase;
    font-weight: bold;
}
.user-container .user-profile-page-link a,
.user-container .user-log-out-link a{
    transition: 0.25s ease-in-out
}
.user-container .user-profile-page-link a:hover,
.user-container .user-log-out-link a:hover{
    background:#1B3E78;
    color:#fff;
    transition: 0.25s ease-in-out
}
@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;
    }
}
/* ----- Top-bar ----- */
/* Top bar general */
.top-bar{
    background-image:url("../jpeg/10178m2q.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}
.top-bar li a{
    padding:1px 10px;
}
.top-bar .nav a:hover{
    background-color:#25408F;
    color:#fff;
}
.top-bar section ul li{
    background:#25408F;
    border-radius: 4px;
    margin:1px 2px;
}
.top-bar .col-sm-12{
    display: flex;
    justify-content: flex-end;
}
.top-bar .col-sm-12 section{
    padding-bottom:0px;
}
/* Top bar links */
.top-bar .top-bar-link a:hover {
    background-color:;
    color:;
}
/* @ Top bar mobile <-767px */
@media screen and (max-width:767px) {
    
}

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

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

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

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

/* ----- Cart ----- */
/* Cart general */
/*Hide Remove/Edit text in cart*/
/*.cart-view-table tr .js-addTextLine,
.cart-view-table tr .js-removeTextLine{
    display: none;
}*/
/* @ Cart tablet <-1199px */
@media screen and (max-width: 1199px) {
    
}
/* @ Cart mobile <-767px */
@media screen and (max-width:767px) {
    
}

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


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

/* Main navigation
   ========================================================================== */
.desktop-nav-mega .cd-primary-nav .no-click > a{
    pointer-events: none !important;
}
/* ----- Main navigation general ----- */
.desktop-nav-mega .cd-primary-nav a{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding:0px 15px !important;
    text-decoration: none !important;
}
.desktop-nav-mega .cd-secondary-nav ul li a{
    text-transform: none;
}
.desktop-nav-mega .cd-primary-nav a:before,
.desktop-nav-mega .cd-primary-nav a:after{
    display: none;
}
.cd-nav-trigger span, .cd-nav-trigger span:before, .cd-nav-trigger span:after{
    background: #1B3E78;
}
.desktop-nav-mega .cd-primary-nav{
    background: var(--header);
}
@media screen and (min-width: 1200px){
    .desktop-nav-mega .cd-primary-nav .cd-secondary-nav {
        top:52px;
    }    
}
@media only screen and (min-width: 1200px){
    .cd-primary-nav .cd-secondary-nav>li {
        overflow-y:hidden;    
    }
    .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
        padding :20px;
    }
}
@media only screen and (min-width: 1200px) {
    .cd-primary-nav .cd-secondary-nav>.see-all, .cd-primary-nav .cd-nav-gallery>.see-all, .cd-primary-nav .cd-nav-icons>.see-all {
        position: relative;
        margin-bottom:20px;

    }
    .cd-primary-nav .cd-secondary-nav>.see-all a, .cd-primary-nav .cd-nav-gallery>.see-all a, .cd-primary-nav .cd-nav-icons>.see-all a {
        border:1px solid #e2e3df;
        border-right:1px solid #e2e3df !important;
    }
    .cd-primary-nav .cd-secondary-nav>.see-all a:hover, .cd-primary-nav .cd-nav-gallery>.see-all a:hover, .cd-primary-nav .cd-nav-icons>.see-all a:hover {
        background: #fff;
        border-color: #1B3E78 !important;
        color: #1B3E78 !important;
    }
}
/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
    
}
/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width: 1199px) {
      
}
.mobile-mega-menu{
    background: #1B3E78;
}
.mobile-mega-menu ul{
    background:#1B3E78;
    width:260px !important;
}
/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */

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

/* Breadcrumb
 ===================== */
.breadcrumb li:has(a[href="#"]){
    display: none;
}
.breadcrumb>li:has(a[href="#"])+li:before{
    content:"";
}
/* Footer navigation
   ========================================================================== */
/* ----- Footer navigation general ----- */

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

/*Footer
   ========================================================================== */
/* Footer general */
.footer {
    background:#1B3E78;
  	padding:0px 0px 0px;
}
.footer .stripe-row img{
    width:100vw;
  	margin-top:-3px;
}
.footer .stripe-row .col-sm-12{
    padding:0px;
}
.footer > div:nth-child(2){
    display: flex;
    justify-content: center;
    align-items:center;
    padding:20px 40px;
}
.footer-main-row img{
    margin:20px 0px;
}
.footer-main-row .section_Content{
    color:#fff;
    font-size:11px;
    margin:10px;
}
.footer-bottom-row{
    padding:10px 50px;
}
.footer-bottom-row .section_Content > div{
    display: flex;
    gap:15px;
}
.footer-bottom-row div p{
    color:#c3d2e1;
    transition: 0.2s;
}
.footer-bottom-row div a:hover{
    color:#fff;
    text-decoration: none;
}
/* Footer text */
.footer p {
    color:;
}

/* Footer links */
.footer .social-media-links{
    display: flex;
    gap:10px;
    justify-content: flex-start;
    padding:10px 0px;
}
.footer .social-media-links a{
    font-size:0px;
}
.footer .social-media-links .fa {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #23408F;
    text-align: center;
}
.footer .social-media-links .fa:before {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}
.social-media-links a:hover, .social-media-links .social-link-image img:hover{
    transform: scale(1);
}

.footer .copyright-section{
    display: flex;
    gap:15px;
}

/* ==========================================================================
   Section Styling
   ========================================================================== */
/* Find your product*/
.racking-placeholder{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
    min-height:175px;
}
.racking-placeholder select{
    border-radius: 4px;
    padding:5px;
}
.racking-placeholder > p{
    display: none;
}
/* ----- 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
   ========================================================================== */
@media (max-width: 767px) {
    .carousel {
        margin: 0 0px;
    }
}
/* ----- Dashboard ----- */
.dashitem .fa{
	color: #E6007E !important;
}
.dashboard .dashboard-item{
	height:150px;      
}
.dashboard .dashitem .fa::before{
	font-size:50px;      
}

    /*configurator*/

.config-section-planmeca .configurator-field-container .caption-Quantity{
font-size:0px;
}

.config-section-planmeca .configurator-container .nav-tabs{  
background:white;
padding-bottom:2px;
border-bottom:1px solid eee;
}

.config-section-planmeca .slider-container {
margin: 50px;
}

.config-section-planmeca .configSlider {
-webkit-appearance: none;
width: 100%;
height: 10px;
background: #ccc;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}

.config-section-planmeca .configSlider:hover {
opacity: 1;
}

.config-section-planmeca .configSlider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: #4CAF50;
cursor: pointer;
}

.config-section-planmeca .configSlider::-moz-range-thumb {
width: 20px;
height: 20px;
background: #4CAF50;
cursor: pointer;
}

.config-section-planmeca .config-load-row {
    margin-bottom: 1em;
}

.config-section-planmeca .config-load-btn {
    width: 100%;
}

.config-section-planmeca .configurator-description-operation-number, .config-section-planmeca .configurator-description-position, .config-section-planmeca .configurator-description-quantity {
        text-align: center;
    }

.config-section-planmeca .product-field-complete {
    display: none;
}

.config-section-planmeca .configurator-field-container h4, .config-section-planmeca  .configurator-field-container .caption-Quantity::after {
        font-size: 14px;
        line-height: 1.42857;
        margin-bottom: 5px;
        text-transform: unset;
    }

    .config-section-planmeca .configurator-field-container {
        padding: 0px !important;
        box-shadow: none !important;
    }

    .config-section-planmeca .configurator-container .nav-tabs {
        box-shadow: none !important;
    }

    .config-section-planmeca .configurator-field-container .col-xs-11 {
        /*padding-left:0px;*/
    }

    .config-section-planmeca .config-show-btns {
        /*margin-left:-15px;*/
        display: none;
    }

    .config-section-planmeca .show-config-input-fields-btn {
        /*margin-left: -15px;*/
    }

    .config-section-planmeca .hide-config-input-fields-btn {
        /*margin-left: -15px;*/
    }

    .config-section-planmeca .is-started .nav-tabs {
        display: block;
    }

    .config-section-planmeca .start-config-button.show-show-start-btn {
            display: block;
            float: right;
        }

        .config-section-planmeca .configurator-container .nav-tabs{  
      border-bottom: 0px !important;


   background:white;
padding-bottom:2px;
border-bottom:1px solid eee;
}

.place-holder-section{
background:black;
color:white;
text-align:center;
height:300px;
}
.place-holder-section h1{
margin-top:50%;
position:absolute;
top:-50px;
left:0px
}

.clear-config-button{
float:right;
}
.config-section-planmeca .configurator-field-container .col-xs-11{
padding-left:0px;
}


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

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


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


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


/* Login page
   ========================================================================== */
.pt-page-login {
    background-image: url(../jpeg/1158fa4v.jpeg);
}
.pt-page-login .container.login-row{
    border:2px solid #1B3E78;
    border-radius: 4px;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 10px 50px 0px;
}
.pt-page-login .section_ForgotPassword{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
}
.pt-page-login .form-group.error-message{
    margin-bottom: 0px;
}
.pt-page-login #loginform .row > p:not(#login-response-msg-holder){
    margin:0px !important;
}
.pt-page-login .section_SignUp{
    display: none;
}
.pt-page-login #loginform .btn{
    margin-top:20px;
    height:40px;
}
.pt-page-login .section_Image {
    margin-top: 30px;
    padding-bottom: 30px;
}
.pt-page-login .sso-section .external-login button{
    display: block;
	background: #25408F;
    width: 100%;
  	height: 40px;  	
}
.pt-page-login .sso-section .col-md-6:has(.external-login)
{
  	width: 100%;
    padding: 0px;
  	padding-bottom: 12px;
}
.pt-page-login .sso-section .external-logout {
    display: none;
}
.pt-page-login .sso-section #login-planmeca-us {
    display: none;
}
/* hide external btn */
.pt-page-login .sso-section.only-internal .external-login #login-planmeca_entra_prod{
    display: none;
}
.pt-page-login .sso-section.only-internal #login-planmeca-us{
	display:block;
}

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

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

/* Product list (5)
========================================================================== */
.hover-product .hover-product-title {
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#productlist .hover-product-image-wrapper{
    display: none;
}
#productlist .hover-product-title{
    margin-top:10px;
    margin-bottom:0px;
}
.hover-product-image-wrapper .hover-product-image{
    box-shadow:none;
    border:none;
}
.hover-product-title a:hover{
    color:#25408F;
}
.product-grid .product .hover-product h3,
.product-grid .product .hover-product p{
    padding:0px 10px;
}
.p-productavailability{
    float:left;
}
.section_ProductNodeList .product .hover-product{
    background:#fcfcfc;
    margin-bottom:10px;
    border:1px solid #eee;
}
.section_ProductNodeList .product .hover-product .pull-right.pricepanel{
    float:right;
}
.section_ProductNodeList .product .hover-product .pull-right.pricepanel h4{
    padding-right:10px;
    font-size:20px;
    color:#000;
    margin-bottom:4px;
}
.section_ProductNodeList .product .hover-product .pull-right{
    float:none;
}
.product-grid ul .product > .hover-product .pull-right > .input-group > div .input-group-btn, .slick-slide .product > .hover-product .pull-right > .input-group > div .input-group-btn,
.product-grid ul .product > .hover-product .pull-right > .input-group > div .input-group,
.slick-slide .product > .hover-product .pull-right > .input-group > div .input-group,
.product-grid ul .product > .hover-product .input-group-btn>.input-group button,
.slick-slide .product > .hover-product .input-group-btn>.input-group button{
    width: 100%;
    background: #00a4e3;
    border-color: #00a4e3;
}
.product-grid ul .product > .hover-product .pull-right > .input-group > div,
.slick-slide .product > .hover-product .pull-right > .input-group > div{
    flex-grow:1;
}
.product-grid ul .product > .hover-product .pull-right > .input-group,
.slick-slide .product > .hover-product .pull-right > .input-group{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}
.product-grid ul .product .favorite,
.product-grid ul .product .shoppingList{
    flex-basis: calc(20%);
    display: flex;
    align-items: center;
    /* border: 1px solid #F2F2F2; */
    border-top: 0px;
    padding: 2px 0px;
    background: #fff;
    color: #00a4e3;
    margin: 0px;
}
.product-grid ul .product > .hover-product .pull-right > .input-group{
    padding-top:5px;
}
.product-grid ul .product .favorite > span,
.product-grid ul .product .shoppingList > span{
    width:100%;
    text-align: center;
    margin-right:0px;
    color:#00a4e3;
}
/* List filter */
.pt-page-productsubnode .p-productavailability,
.pt-page-productsubnode .js-avail-wrapper{
    display: none;
}
.pt-page-productsubnode #productfilter .row{
    display: flex;
    flex-direction: column;
}
.pt-page-productsubnode #productfilter .row div{
    width:100%;
}
.filter-row .activeFilters h5{
    position: absolute;
    right:21px;
    top:0px;
    z-index:5;
    margin-top:0px;
}
.filter-row .filter-box{
    display: none;
}
.filter-row .clearAllFilter{
    background-color:#E6007E;
    color:#fff;
    padding:3px 4px;
}
.filter-row hr{
    display: none;
}
/* PDP (19)
========================================================================== */
.pt-page-productdetail .product-netprice{
    font-weight: bold;
}
.pt-page-productdetail .section_ProductDetail_SkuNumber{
    padding-bottom:0px;
}
.pt-page-productdetail .section_ProductDetail_SkuNumber p{
    margin-bottom:0px;
}
.exist-in-ev:has(~ .ev-list .section-has-no-data){
    display: none;
}
.exist-in-ev{
    padding-top:15px !important;
    padding-bottom:0px !important;
}
.ev-list{
    margin-top:-10px;
    padding-bottom:0px !important;
}
.ev-list ul{
    margin:0px;
    padding-left:0px;
}
.ev-list li{
    padding:10px 0px;
}
.ev-list ::marker{
    font-size:0px;
}
/*Add to cart section*/
@media screen and (min-width:767px){
    .section_AddToBasket .input-group-btn.product-input-group{
        max-width:355px;
    }
}
.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_DeliveryDetailInfo dl dd{
    padding-right:0px;
}
.section_AddToBasket .addToBasketContainer .shoppingList{
    display:none;
}
.section_AddToBasket .addToBasketContainer{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    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:#f2f2f2;
    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;
    border-radius: 2px;
}
.section_AddToBasket .addToBasketContainer .input-group-btn .input-group 
.input-group-btn button{
    width:15vw;
  	height:42px;
    background:#019EE3;
    border:#019EE3;
    transition: 0.2s;
}
.section_AddToBasket .addToBasketContainer .input-group-btn .input-group 
.input-group-btn button:hover{
    background:#25408F;
    border:#25408F;
}
.section_AddToBasket .input-group-btn.favorite{

}
.section_ProductDetail_SkuNumber p strong{
    color:#bbb;
}
.section_ProductImageLibrary hr{
    display: none;
}
.add-to-basket-row .section_AddToBasket{
    padding-bottom:10px !important;
    flex-wrap:wrap;
}
.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: #f2f2f2;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
}
/*--Detail tabs--*/
.nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}
.section_ProductDetailTabs > ul > li > a{
    background-color: #f5f5f5;
    border-bottom: none;
    border:none;
    color:#484848;
    font-weight:600;
    font-size:15px;
    background-color: transparent!important;
    padding:20px 50px;
    margin-right:0;
}
.section_ProductDetailTabs ul li.active{
    border-bottom: 3px solid #E6007E;
    color:#E6007E;
    background-color: transparent;
    border-top:none;
}
.section_ProductDetailTabs ul li.active a{
    color:#E6007E;
    background-color: transparent!important;
    border:none;
    margin:0;
}
.col-sm-8 .section_ProductDetailTabs .nav-tabs{
    display:flex;
}
.col-sm-8 .section_ProductDetailTabs .nav-tabs .visible-lg{
    flex-grow:1;
}
.col-sm-8 .section_ProductDetailTabs .nav-tabs .visible-lg a{
    text-align: center;
}
.section_ProductDetailTabs .dropdown-menu{
    width:100%;
    padding:0;
}
.section_ProductDetailTabs .dropdown-toggle .caret{
    display:inline-block !important;
}
.section_ProductDetailTabs ul li.active a:hover, .section_ProductDetailTabs ul li.active a:focus{
    border:none;
    color:#E6007E;
}
.section_ProductDetailTabs .nav.nav-tabs{
    box-shadow: none;
    border:none;
}
.col-sm-4 .section_ProductDetailTabs .nav.nav-tabs {
    border:none;
}
.js-avail-wrapper .fa-circle:before{
    font-size:15px;
}
.js-avail-wrapper .fa-lg{
    line-height: .4em;
}
.tab-content{
    background:#f9f9f9;
    margin:0px;
    padding:10px;
}
@media screen and (max-width:1199px){
    .section_ProductDetailTabs .tab-content .tab-pane{
        display: block;
    }
    .section_ProductDetailTabs .tab-content .tab-pane > h3{
        border-bottom: none;
        border: none;
        color:#E6007E;
        font-weight: 600;
        font-size: 16px;
        background-color: #f1f1f1!important;
        padding: 20px 20px;
        margin-right: 0;
        margin:-10px -10px;
    }
    .section_ProductDetailTabs .dropdown{
        display:none;
    }
}
/* VPDP (23)
========================================================================== */

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

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

/* Checkout (10)
========================================================================== */
.pt-page-checkout{
   background:#fafaf9; 
}
.pt-page-checkout #basketSection,
.pt-page-checkout #deliverySection{
    background:#fff;
}
.CheckoutFieldHelpText{
    color:#E6007E;
}
.pt-page-checkout #saveAddress_holder{
    display: none !important;
}
#summaryWrapper .control-label-static{
    margin-top:0;
}
/*
.js-removeFromBasketCheckout .fa-remove:before{
    font-size:14px;
}
.js-removeFromBasketCheckout .fa-remove{
    display:flex;
    align-self: center;
}*/
.cart-view-table tr .js-addTextLine:hover, .cart-view-table tr .js-removeTextLine:hover, .js-removeFromBasketCheckout:hover{
    text-decoration: none;
}
.cart-view-table tr .js-addTextLine{
    padding-right: 5px;
}
.cart-view-table tr .js-removeTextLine .fa:before{
    font-size:15px;
}
.js-removeFromBasketCheckout .fa-remove:before , .js-addTextLine .fa-edit:before{
    font-size: 16px;
}
.js-addTextLine .fa-edit{
    font-size:16px !important;
}
.js-removeFromBasketCheckout .fa-remove {
    display: inline-block;
    align-self: center;
    font-size:16px !important;
}
#basket .row .col-sm-2.col-xs-6 .pull-right.h4{
    font-size:14px;
    font-weight: normal;
}
#mobileBasketLines .fa-times-circle.js-removeFromBasketCheckout {
    color:#000 !important;
}
#mobileBasketLines .bLine{
    padding-top:10px;
    padding-bottom:10px;
    border:1px solid #E8EAEC;
}
#mobileBasketLines .bLine{
    display:flex;
    justify-content: center;
    align-items: center;
}
#mobileBasketLines .bLine .basket-thumbnail{
    padding-left:0;
}
#mobileBasketLines .bLine .basket-thumbnail a{
    display:flex;
    justify-content: center;
    align-items: center;
}
#mobileBasketLines .bLine .cart-view-image{
    max-width:65%;
}
.section_BasketRelatedProduct .hover-product-image{
    box-shadow:none;
    border:none;
}
.section_BasketRelatedProduct .hover-product-title{
    margin-bottom:0;
    margin-top:0;
}
.section_BasketRelatedProduct .hover-product-additional .hover-product-additonal-details .delDate{
    bottom:-140px;
}
@media (min-width: 767px){
    .pt-page-checkout .basket-total-lines{
        width:350px;
    }
}
@media screen and (max-width:767px){
    .section_BasketRelatedProduct .hover-product h3{
        font-size:1.6rem;
    }
    .section_BasketRelatedProduct .hover-product-image-wrapper img{
        margin:30px auto;
    }
    .section_BasketRelatedProduct .hover-product-additional .hover-product-additonal-details .delDate{
        bottom:-100px !important;
    }
}
.section_Checkout .form-group .col-sm-8, .section_Checkout .form-group .col-sm-4{
    width:100% !important;
}
.section_Checkout #addressFields .row:nth-child(3) .col-sm-6{
    width:100%;
}
/*Side by side Checkout*/
#checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection{
    display: block !important;
  	align-self:center;
}
#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;
        max-width: 100%;
    }
  	#checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection {
        max-width: 100%;
        margin:25px 0px 0px 0px;
    }
    .pt-page-checkout .content{
        padding:0px;
    }
}
@media (min-width: 1200px){
    .pt-page-checkout .cd-main-content .container{
        width:70%;
        max-width:1500px;
    }    
}
#referencesField .form-group:has(.CheckoutFieldHelpText){
    margin-bottom:10px;
}
/*Hide Quickshop during checkout*/
.pt-page-checkout:has(#deliverySection[style*="display: block;"]) .section_QuickShop{
    display: none !important;
}
/*Hide Product Image*/
#checkoutWrapper td.basket-expand{
    width:0px !important;
    padding:0px !important;
}
.cart-content img,
#checkoutWrapper .cart-view-table .basket-thumbnail,
#mobileBasketLines .basket-thumbnail{
    display: none;
}
#mobileBasketLines .col-sm-8.col-xs-6{
    width:100%;
}
.cart-view-content tbody td:has(.cart-product-name) div:first-of-type{
    padding-left:0px;
}

/*Center align quantity table cell*/
[data-pageid="10"] .cart-view-table > thead tr th:nth-child(6), 
[data-pageid="10"] .cart-view-table > tbody tr td:nth-child(6){
    text-align: center;
}


/* Order Detail (17)
=======================================*/
.order-detail-wrapper > .row:nth-of-type(2){
    width:100%;
}
.pt-page-orderdetail .section_OrderDetail hr{
    opacity: 0;
}
.pt-page-orderdetail .section_PdfLink{
    margin-left:15px;
}
.pt-page-orderdetail .section_PdfLink{
    float:left;
}
.pt-page-orderdetail .section_OrderDetail .order-detail-wrapper > .row:nth-child(2) .col-md-6:has(a[onclick]),
.pt-page-orderdetail .section_OrderDetail .order-detail-wrapper > .row:nth-child(2):after{
    display: none;
}
.pt-page-orderdetail .section_OrderDetail .order-detail-wrapper > .row{
    display:inline-block;
}
.pt-page-orderdetail .section_OrderDetail .order-detail-wrapper  h4{
    padding:0px 15px;
}
.pt-page-orderdetail .section_OrderDetail .order-detail-wrapper .col-md-6 .table tr td:nth-child(2){
    max-width:300px;
    overflow-wrap: break-word;
}
/*Ship to, Bill to headings*/
.ship-to, .bill-to{
    font-size:18px;
    font-weight: 500;
    border-bottom:1px solid #ddd;
    padding-bottom:0px !important;
    margin-bottom:5px;
    padding-top:5px !important;
}
.ship-to p, .bill-to p{
    margin-bottom: 0px;
}
/* Quote Detail (39)
 ============================ */
.section_TransactionalDocumentDetails .Quote-document .col-md-6:nth-child(2) tr:nth-child(2){
    display: none;
}
/* Quote Search (38) 
   ========================= */
.pt-page-quotesearch .section_QuoteSearch .order-list th:nth-child(4),
.pt-page-quotesearch .section_QuoteSearch .order-list tr td:nth-child(4){
    visibility: hidden;
}
/* Product Catalog (77)
 =============================================================== */
.pt-page-productparentnode .content{
    padding-top:0px;
}
.pt-page-productparentnode .section_ProductNodeImage{
    padding-bottom:0px;
}
.pt-page-productparentnode{
    background:#F7F9FA;
}
.pt-page-productparentnode .hover-product-image-wrapper{
    background:#fff;
}
.pt-page-productparentnode .section_ProductNodeTitle h1{
    font-weight: bold;
}
.pt-page-productparentnode .section_BreadCrumb{
    padding-bottom:0px;
}
.pt-page-productparentnode .section_BreadCrumb .container,
.pt-page-productparentnode .section_BreadCrumb .container .breadcrumb{
    padding-left:0px;
}
.pt-page-productparentnode .breadcrumb>li:has(a[href="#"])+li:before{
    padding:0px;
}
.pt-page-productparentnode .section_ProductNodeImage img{
    width:100%;
}
/* Product List (77)*/
.section_ProductParentNode_SubNodeMenu .large-block-grid-3{
    display: flex;
    flex-wrap:wrap;
}
.section_ProductParentNode_SubNodeMenu .large-block-grid-3 li{
    flex-basis: calc(100% /3);
}
.section_ProductParentNode_SubNodeMenu .hidden-xs:has(.large-block-grid-3){
    display: block;
}
.section_ProductParentNode_SubNodeMenu .hidden-xs:has(.large-block-grid-3) ~ .visible-xs{
    display: none;
}
@media screen and (max-width:767px){
    .section_ProductParentNode_SubNodeMenu .large-block-grid-3 li{
        flex-basis: calc(100% /2);
    }
}
/*Full Manual Button*/
.pt-page-productparentnode .heading-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pt-page-productparentnode .heading-row .col-sm-6:last-of-type{
    text-align: right;
}
.pt-page-productparentnode .heading-row .col-sm-6,
.pt-page-productparentnode .heading-row .col-sm-6 p{
    padding: 0px;
    margin:0px;
}

#full-manual-btn{
    border:1px solid #dee0e1;
    color:#E6007E;
    background:#fff;
    text-transform: none;
}
#full-manual-btn:hover{
    border:1px solid #dee0e1;
    color:#E6007E;
    background:#fff;
    text-transform: none;
}
@media screen and (max-width:767px){
    .pt-page-productparentnode .heading-row:before,
    .pt-page-productparentnode .heading-row:after{
        display: none;
    }    
}
/* Diagram Book
 ======================================== */
.pt-page-explodeddiagrambooks .content{
    padding-top:10px;
}
.container.no-side-margin{
    width:100%;
    padding:0px 50px;
}
#DiagramBookScaleToFitContainer {
    width: 100%;
    float: right;
}
@media (max-width: 767px){
    #DiagramBookScaleToFitContainer {
        /*height:auto !important;*/
    }    
}
/* Slider */
.section_ExplodedDiagramBooks .ui-slider-handle {
    background: #292929;
    border-radius: 50%; 
    width: 22px;
    border: none;
    height: 22px;
    margin-top: -5px;
}
.section_ExplodedDiagramBooks .ui-slider-handle .fa-search:before {
    color: #fff;
    font-size: 14px;
    margin-left: 2px;
}
.section_ExplodedDiagramBooks .ui-widget-content {
    border: none;
    background: #292929;
    height: 2px;
    margin-bottom: 30px;
}
.diagram-book-zoom-slider-container .col-xs-3 {
    width: 15% !important;
}
.diagram-book-zoom-slider-container {
    padding-top: 10px;
}
.diagram-book-zoom-slider-container .col-xs-9 {
    padding-top: 6px;
}
.diagram-book-zoom-slider-container .btn {
    padding: 3px 7px !important;
}

/* Remove unused diagram books buttons */
#DiagramBookPreviewToolbarTOC {
    display: none;
}
/* Top Toolbar */
#DiagramBookPreviewToolbar .text-center {
    padding: 10px;
}
#DiagramBookPreviewToolbar {
    z-index: 889;   
}

@media screen and (max-width: 991px){
    #DiagramBookPreviewToolbarTOC {
        display: inline;
    }
    #DiagramBookScaleToFitContainer {
    	width: 100%;
	}

}
.pt-page-explodeddiagrambooks .cd-main-content .container {
    background: transparent;
  	padding-top: 0px;
}
/* Diagram Book */
.section_ExplodedDiagramBookProductList .js-hotspot-list > div{
    margin-bottom:10px;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div h2{
    display:none;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div > div{
    border-bottom:1px solid #ddd;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list {
    max-height: 75vh;
    overflow-x: scroll;
    padding: 10px 10px;
}
.container-diagrambooks {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.container-diagrambooks > div {
    margin: 0 !important;
}
.section_ExplodedDiagramBookProductList {
    border: 1px solid #ddd;
    padding-bottom:0px !important;
}
.section_ExplodedDiagramBookProductList .paginate-bottom > ul{
    background:#f9f9f9;
}
.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:-96px;
}
@media screen and (max-width:1199px){
    .section_ExplodedDiagramBookProductList .product-nav .form-group{
        display: flex;
        align-items: center;
        gap:5px;
        white-space: nowrap;
    }
}
.diagrambooks-product-list{
    padding-top:59px;
}
.section_ExplodedDiagramBookProductList .product-nav {
    border-bottom: none;
}
.section_ExplodedDiagramBookProductList h2 {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.section_ExplodedDiagramBookProductList .reloadlist {
    margin-top: 0px;
}
.section_ExplodedDiagramBookProductList .productlist-image-tablecell {
    display: none;
}
.section_ExplodedDiagramBookProductList .hidden-xs:first-of-type {
    display: none;
}
.section_ExplodedDiagramBookProductList .productlist-image-tablecell img{
    margin-bottom:0px;
    box-shadow: none;
    border-color:#efefef;
}
.section_ExplodedDiagramBookProductList .js-hotspot-list > div > div table{
    margin-bottom:0px;
  	position:relative;
}

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

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

.section_ExplodedDiagramBookProductList .producttable thead{
    display: none;
}
.diagrambooks-product-list .field-stockcode {
    white-space: normal;
}
.diagrambooks-product-list .section_Content th {
    display: table-cell;
    font-size:12px;
}
.diagrambooks-product-list .section_Content .field-image-td {
    display: none;
}
.diagrambooks-product-list .field-avail {
    text-align: center;
}
.diagrambooks-product-list th.field-price {
    padding-left:20px;
}
@media screen and (min-width:1921px){
    .diagrambooks-product-list th.field-price {
        padding-left:30px;
    }
}
.diagrambooks-product-list .field-price{
    padding-left:30px;
}
.diagrambooks-product-list .section_Content {
    padding-left:10px;
    padding-right: 27px;
    padding-bottom:0px;
    background:#eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.diagrambooks-product-list .section_Content table{
    margin-bottom:0px;
}
.diagrambooks-product-list .field-addtobasket {
    width: 158px;
}
.diagrambooks-product-list .field-desc {
    width: 55%;
  	padding:15px 8px;
}
.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: 45px;
    padding:4px 6px;
    text-align: center;
}
.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;
    }
}
.diagrambooks-product-list .product-netprice.hover-product-price{
    margin-bottom:9px;
} 
.diagrambooks-product-list .hidden-xs.attr-field-26{
    display: block;
    position: absolute;
    left:0;
    bottom:-5px;
    font-size:10px !important;
}
.diagrambooks-product-list .attr-field-26:before{
    content:"Estimated Dispatch Date: ";
}
/*Diagram Book Adjustment*/
.pt-page-explodeddiagrambooks .diagrambooks-product-list .producttable tr{
    position: relative;
}
.pt-page-explodeddiagrambooks .diagrambooks-product-list td.field-stockcode{
    position: absolute;
    left:0;
    top:0;
    padding:2px 8px;
    border-top:none;
}
.pt-page-explodeddiagrambooks .diagrambooks-product-list td.field-avail{
    display: none;
}
.diagrambooks-product-list .field-desc a{
    font-weight: bold !important;
}
#DiagramPageProductList1{
    display: none;
}
#DiagramPagePreviewDownload1 i:after,
#DiagramBookPdfDownload i:after{
    font-family: 'OpenSans', Arial;
    font-size:14px;
}
[lang="en"] #DiagramPagePreviewDownload1 i:after{
    content:" Page";
}
[lang="en"] #DiagramBookPdfDownload i:after{
    content:"Download Full Manual";
}
[lang="sv"] #DiagramPagePreviewDownload1 i:after{
    content:" Sida";
}
[lang="sv"] #DiagramBookPdfDownload i:after{
    content:" Bok";
}
[lang="fi"] #DiagramPagePreviewDownload1 i:after{
    content:" Sivu";
}
[lang="fi"] #DiagramBookPdfDownload i:after{
    content:" Kirja";
}
#DiagramBookPdfDownload i.fa-download:before{
    display: none;
}
.pt-page-explodeddiagrambooks .diagrambooks-product-list thead th:not(.field-desc){
    display: none;
}

/* Invoice Search (18)
   =============================== */
.section_ClaimsList td, th{
    padding:0px;
}
.section_InvoiceSearch .invoice-list th:nth-child(5),
.section_InvoiceSearch .invoice-list tr > td:nth-child(5){
    display: none;
}

/*Quotation*/
.basket-mode-quotation .product-add-cart-btn, .basket-mode-quotation .js-addtobasket-by-attributematrix {
    background: green !important;
}
.basket-mode-quotation .product-add-cart-btn.js-addToBasket .fa-shopping-cart:before, .basket-mode-quotation .js-addtobasket-by-attributematrix .fa-shopping-cart:before {
    content: "\f0f6" !important;
}



.section_QuotationDetail .btn.btn-basket-line-addcomment{
display:none !important;
}

.section_QuotationDetail .btn-update-quantity{
display:none;
}


.quotation-basket-table .q-basket-sortrow-handle.ui-sortable-handle i{
}

/*.quotation-basket-settings{
display:none;
}*/

.section_QuotationDetail .quotation-info-wrapper .quote-status-radio-button input {
    border: 1px solid #555;
    padding: 10px;
    font-size: .8125em;
    width: 100% !important;
}

	   .quotation-sum-total .sum-total-TotalInclVat{
       display:contents !important;
   }

.quotation-basket-copy .btn-basket-copy-to-shoppingbasket {
    display: none;
}
.quotation-basket-copy .btn-basket-copy-from-shoppingbasket {
    display: none;
}
.quotation-summary .quotation-summary-product-table .brand-logo{
    
    display:none;
}
/* Account Detail (15)
 ======================== */
.pt-page-accountdetail .section_AccountDetail .row#phone{
    display: none;
}

/*Quotation END*/
/* Authors
   ==========================================================================
Name
Peter Hallberg
*//* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Search and list style*/
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .input-group {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
        width: 30%;
    }
    #searchandlist > .row:first-of-type > .col-md-6 {
        width: 70%;
    }
    .pt-page-invoicesearch #searchandlist .form-control.js-searchlistbox {
        margin-top: 25px;
    }
    .pt-page-invoicesearch #searchandlist .js-pageQuerySearch.pt-btn-search {
        margin-top: 25px;
    }
}
 #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3) .checkbox,
 #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .checkbox {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 20px;
}
#searchandlist > .row:first-of-type .selected-user-wrapper {
    margin-left: 20px;
}
#searchandlist > .row:first-of-type .form-group .checkbox {
    float: left;
}

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

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
opacity:1;
}

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

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

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


/* Cookie notification */
#cookieNotification {
    z-index: 9998;
}
#cookieNotification{
    background-color:#1B3E78;
    border-top:2px solid #333;
}
/* 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;
    }
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}
/* Section Checkout Confirmation */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}

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

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

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


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

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

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

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

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

.pt-page-favoriteproducts h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}
.section_ShopplingList .fa-small-header {
    display: none;
}
/* Checkout section */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}
/* Alignment */
.order-detail-wrapper label{
    margin-bottom: 0px;
}
.section_OrderDetail .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
.section_TransactionalDocumentDetails .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
/* 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;
}/* ==========================================================================
   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 items mobile */
@media screen and (max-width:767px){
    .dashboard{
        flex-direction: column;
    }
    .dashboard .dashboard-item{
        width:100%;
        height:46px;
        margin-bottom:15px;
    }
    .dashboard .dashboard-item .dashitem{
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap:10px;
        padding:15px;
        border-radius: 2px;
    }
    .dashitem .fa::before {
        font-size: 22px !important;
    }
    .dashitem .dashitem-heading{
        margin:0px !important;
    }
}
.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;
}
