/* ==========================================================================
   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;
}
.pt-page-usercustomerinformation .section_CustomerInformation .control-label-static {
    font-size: 16px;
    margin: 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: 'ADD TO CART';
    font-size: 14px;
}
@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;
    }
}
.quickshopcontent .col-sm-2.col-xs-4 {
    width: 12%;
}
.quickshopcontent .col-sm-2.col-xs-2 {
    width: auto;
    float: right;
}
@media screen and (max-width: 1199px){
    .quickshopcontent .col-sm-2.col-xs-4 {
        width: 10%;   
    }
}

/*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 h3 {
    text-transform: none;
    border-bottom: none;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-nav h3.sidebar-nav-heading {
    border: none;
    padding-left: 0;
}
.sidebar-nav li.toggle-item {
    padding-bottom: 0px;
    padding-top: 7px;
}
.toggle-lvl-one h3 {
    padding-bottom: 12px;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two h3 {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three h3 {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four h3 {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five h3 {
    padding-left: 60px;
}
.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav h3 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;
}
.section_Checkout .control-label-static,
.section_CheckoutConfirmation .control-label-static {
    font-size: 16px;
    margin-top: 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;
    }
}
@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;
    }
}

/* Top bar links */
.top-bar .top-bar-link a, .top-bar .top-bar-link a:focus, .top-bar .top-bar-link a:active {
    background: none;
    border: none;
}

/* News list */
.pt-page-newsarchive .section_NewsList .section-heading,
.pt-page-content .section_NewsList .section-heading {
    letter-spacing: 0;
}
.pt-page-newsarchive .section_NewsList .news-list,
.pt-page-content .section_NewsList .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pt-page-newsarchive .section_NewsList .post,
.pt-page-content .section_NewsList .post {
    width: 31.33333%;
}
.pt-page-newsarchive .section_NewsList .post-body,
.pt-page-content .section_NewsList .post-body {
 	padding: 10px 0 0; 
}
.pt-page-newsarchive .section_NewsList .post .media > a,
.pt-page-newsarchive .section_NewsList .post .media > a img,
.pt-page-content .section_NewsList .post .media > a,
.pt-page-content .section_NewsList .post .media > a img {
    max-width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media > .media-body,
.pt-page-content .section_NewsList .post .media > .media-body {
    width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media-body .post-heading.media-heading,
.pt-page-content .section_NewsList .post .media-body .post-heading.media-heading {
    margin-top: 10px;
}
.pt-page-newsarchive .section_NewsList .post .media > .pull-left,
.pt-page-content .section_NewsList .post .media > .pull-left {
    margin-right: 0;
}
@media screen and (max-width: 991px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post{
        width: 48%;
    }
}
@media screen and (max-width: 576px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post {
        width: 100%;
    }
}

/* News menu */
.section_NewsList ul.news-menu {
    padding-left: 0;
    width: 100%;
}


/* News detail */
.section_NewsDetail .article-intro {
    margin-top: 10px;
}
.section_NewsDetail .article-date {
    margin-bottom: 10px;
}
.section_NewsDetail .article-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* Alertify dialog */
.alertify-dialog .alertify-message {
    color: #000;
}
.alertify-dialog button,
.alertify-dialog button:hover,
.alertify-dialog button:focus,
.alertify-dialog button:active {
    border-radius: 2px;
    padding: 6px 14px;
    height: 33px;
    line-height: 1.33;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    width: 49%;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 10px;
}
.alertify-dialog button:last-of-type {
    margin-right: 0;
    float: right;
}
.alertify-dialog .alertify-buttons {
    border-radius: 0;
    box-shadow: none;
    padding-top: 5px;
  	background: #fff;
	border: none;
}
#alertify {
    border-radius: 0;
    border: 1px solid #ccc;
    max-width: 400px;
    padding-top: 5px;
    padding-bottom: 10px;
    top: 100px;
}
#alertify p {
    text-align: center;
}
/* Alertify logs */
.alertify-log {
  border-radius: 0;
  text-align: center;
  text-shadow: none;
  padding: 10px;
}

/* Megamenu */
@media screen and (min-width: 1200px) {
    .cd-nav > ul {
        margin: 0;
        padding-right: 0;
        float: left;
    }
  	.cd-primary-nav > li > a {
        height: 30px;
        line-height: 30px;
    }
    .cd-primary-nav .cd-secondary-nav {
      	top: 40px;
        left: 0;
      	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    	border-top: 1px solid #ccc;
      	padding-left: 25px;
    	padding-right: 25px;
      	height: auto !important; 
    }
  	.cd-main-header {
    	border-bottom: none;
	}
  	.desktop-menu .cd-primary-nav .cd-nav-icons li:nth-child(3n), .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+3) {
    	clear: none;
	}
}

/* Megamenu mobile toggle */
@media screen and (max-width: 1199px) {
    .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
        background: #2e3233;
        left: 0px;
        top: 0px;
        width: 28px;
    }
    .cd-nav-trigger.nav-is-visible {
        background: #e8e8e8;
        border: 5px solid #e8e8e8;
        border-radius: 0px;
        left: -35px;
        height: 40px;
        width: 45px;
    }
    .cd-nav-trigger.nav-is-visible span {
        top: 9px;
        left: 4px;
    }
    .cd-nav-trigger.nav-is-visible span::after {
        top: 15px;
    }
    .cd-main-header.nav-is-visible {
        top: 2px;
        color: transparent;
        position: fixed;
        right: 0;
        z-index: 9999;
    }
    .cd-nav-trigger span::after {
        top: 7px;
    }
    .cd-nav-trigger span {
        top: 22px;
        left: 9px;
    }
    .cd-nav-trigger span::before {
        top: -7px;
    }
    .cd-primary-nav {
        margin-top: 0 !important;
    }
  	.cd-primary-nav .has-children > a::before, .cd-primary-nav .has-children > a::after, .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after 	{
    	background: #fff;
	}
}
/* Contact us form */
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder {
    margin-left: 0;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder .control-label-lg {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder input[type="checkbox"] {
    cursor: pointer;
}
.section_ContactUsForm #ContactUsFormSubmit {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
    float: right;
    width: 40% !important;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
    width: 60%;
    float: left;
}
@media screen and (max-width: 576px) {
    .section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
        width: 100% !important;
    }
    .section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
        width: 100% !important;
    }
    .section_ContactUsForm #ContactUsFormSubmit {
        width: 100%;
    }
}


/* 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;
}/* ==========================================================================
   General Site Styling
   ========================================================================== */

/* Cheat sheet color codes
   ========================================================================== 
Blue: #0077C8
Orange: #ff5316

*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


/* ----- Body fonts ----- */
body {
    font-family: 'Lato', sans-serif;
  	font-size: 16px;
}

/* ----- Headings -----*/
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
}
h1 {
    text-transform: uppercase;
  	font-size: 45px;
  	font-weight: 700;
  	color: #000;
}
h1.page-header {
  	font-size: 35px;
  	font-weight: 700;
  	color: #000;
}
.section_ProductDetail_Header h1 {
    color: #0077C8;
    font-weight: 300;
}
.section_ProductNodeTitle h1 {
    color: #fff;
}
h2, h2.page-header {
  	color: #000;
}
h3 {
    font-size:;
}
h4 {
    font-size:;
}
h5 {
    font-size:;
}

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

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

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

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background: #0077C8;
    border-color: #0077C8;
    color: #fff;
}
.alertify-logs{
  	bottom: 50%;
  	right: 50%;
  	transform: translate(50%, 50%);
}

/* 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: 1350px;
    }
}

/* 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 (max-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;
}
.header > .container {
  	width: 100%; 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header .header-input {
    margin-top: 0;
}

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

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

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

/* ----- Logo ----- */
/* Logo general */
.logo-col img {
    max-width: 150px;
}

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

/* ----- Cart ----- */
/* Cart general */
.section_MiniBasket .pt-btn-basket {
    background: none;
    color: #000;
    border: none;
    font-size: 30px;
    position: relative;
    top: -8px;
}
.section_MiniBasket .pt-btn-basket .badge {
    display: block;
    background: #ff5316;
    border: none;
    color: #fff;
    right: 3px;
    top: 3px;
}
.section_MiniBasket .feature-basket {
    border: none;
    box-shadow: none;
}
.minibasket .cart-field-amount {
    display: none;
}
.minibasket .cart-field-label {
    text-transform: none;
    font-weight: 400;
  	color: #000;
  	font-size: 16px;
}
.minibasket .cart-field {
    padding-left: 5px;
}
.feature-basket .btn-group {
    width: 100%;
    border-spacing: 10px;
}
.feature-basket .btn-group .btn:first-of-type {
    margin-right: 50px;
}
.feature-basket .js-removeFromBasket {
    margin-top: -10px;
}
.header .cart > .input-group {
    position: relative;
    top: 7px;
}
.header .cart .cart-field-label {
 	position: relative;
	top: 2px; 
}
.header .cart-content {
    box-shadow: 0 0 0 1px rgba(205,216,228,.25), 0 2px 12px rgba(205,216,228,.5);
}
@media screen and (min-width: 992px) {
    .cart-content {
        width: 500px !important;
        right: 0;
    }
}
@media screen and (max-width: 991px) {
    .cart-content {
        width: 250px !important;
        right: 0;
    }
}

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

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



/* ----- My account ----- */
/* My account general */
.header-account-link {
    cursor: pointer;
}
.header-account-link:after {
    content: '\f078';
    font-family: fontawesome;
    margin-left: 5px; 
}
.header .account-container {
    display: none;
  	position: absolute;
    background: #fff;
    z-index: 552;
    top: 35px;
    right: 0;
}
.account-container > div {
    padding: 0;
}
.account-container .section_Content {
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #eee;
}
.account-container .sidebar-nav a:hover {
    text-decoration: underline;
}
.account-col .section {
    float: right;
}
.account-col p {
    margin-bottom: 0;
}
.account-container .top-bar-link a {
    border: none;
    padding: 0;
    font-size: 14px !important;
}
.account-container .user-log-out-link {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
}
.account-container {
    padding: 20px;
    box-shadow: 0 0 0 1px rgba(205,216,228,.25), 0 2px 12px rgba(205,216,228,.5)
}
.account-container a {
    text-transform: none;
}
.account-container .section {
    float: left;
}
.account-container .sidebar-nav-heading {
    display: none;
}
.account-container .sidebar-nav-items {
    border: none;
}


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

/* Main navigation
   ========================================================================== */
/* ----- Main navigation general ----- */
.cd-main-header {
 	border-bottom: none; 
}

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
  .header .nav a {
    text-transform: none;
    font-size: 16px;
    font-weight: 400 !important;
  }
  .header .nav a {
      text-transform: none;
      font-size: 16px;
      font-weight: 400 !important;
  }
  .header .nav .open a:hover {
      background: #D6EAF6;
  }
  .header .nav > .open > a:hover,
  .header .nav .open a {
      background: none;
  }
  .header .nav a:hover {
      background: none;
  }
  .navbar-nav li.active,
  .navbar-nav li.active .menulabel {
      background: none !important;
  }
  .navbar-nav li.active .menulabel {
      color: #000 !important;
  }
  .navbar-collapse{
  	padding-right: 0px;
  }
  .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
      color: #000 !important;
  }
  }
/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width: 1199px) {
      
}

/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */
.sidebar-item {
    margin-left: 0 !important;
}

/* Footer navigation
   ========================================================================== */
/* ----- Footer navigation general ----- */
.footer .sidebar-nav-items {
    border: none;
}
.footer li.toggle-item {
    border: none;
}
.footer .toggle-lvl-one h3 {
    padding-bottom: 0;
}
.footer li h3 {
    margin-top: 10px;
}
.footer .toggle-item.active .toggle-panel,
.footer .toggle-item.active .toggle-sign {
    display: none !important;
}
.footer .toggle-sign {
  display: none !important;
}
.footer .sidebar-nav h3 {
    text-transform: uppercase;
}
.footer .sidebar-nav a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer .sidebar-nav-heading {
    margin-bottom: 0px !important;
}
.footer .sidebar-nav-items li{
	border: none;
}


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

/*Footer
   ========================================================================== */
/* Footer general */
.footer {
    background: #4a4d51;
  	padding-top: 30px;
}

/* Footer text */
.footer p {
    text-transform: none;
    font-size: 16px;
}
.footer h3 {
    text-transform: none;
    color: #fff;
    margin-top: 20px;
}

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

/* Social links */
.social-links {
    text-align: right;
}
.social-links a:before {
    font-size: 30px;
    padding: 5px;
    color:#9da6ab;
}
.social-links a:hover:before {
    color: #fff;
    text-decoration: none;
}
.social-links a:hover {
    text-decoration: none;
}

/* Footer contact */
[data-rowid="131"] {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.footer p.address {
    color: #fff;
}
.footer .phone-numbers a {
    color: #fff;
}
.footer .phone-numbers {
    text-transform: none;
    font-size: 16px;
}
.footer .phone-numbers dt {
    font-weight: 400;
}
.footer .phone-numbers dt {
    width: 10rem;
    float: left;
}

/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Breadcrumbs ----- */
.breadcrumbs-row {
    background: #0077C8;
    margin-top: -30px;
    padding-top: 15px;
    margin-bottom: 20px;
}
.breadcrumbs-row a {
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
}

/* ----- 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;
}


/* ----- Product image library ----- */
.hover-product-image {
    box-shadow: none;
    border: none;
}

/* ----- UI autocomplete ----- */
.ui-autocomplete {
    box-shadow: 0 0 0 1px rgba(205,216,228,.25), 0 2px 12px rgba(205,216,228,.5);
    border: none;
    background: #fff;
    font-size: 1em;
  	max-height: 450px;
    overflow-y: scroll;
}
/* ----- Video modal ----- */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ==========================================================================
   Page Styling
   ========================================================================== */
/* Index page
   ========================================================================== */
/* ----- Index page general ----- */
.pt-page-index .cd-main-content > .content {
    padding-top: 0;
}

/* ----- Product sub node ----- */
.pt-page-index .section_ProductParentNode_SubNodeMenu .product {
    background: #fff;
    padding: 15px 20px;
    width: 23%;
    margin: 1%;
  	border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
  	height: 100px;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .product:hover {
    border: 1px solid #0077C8;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product {
    display: flex;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-image-wrapper {
    flex: 1;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-image {
    margin: 0;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-title {
    flex: 2;
    align-self: center;
    padding-left: 20px;
    text-align: left !important;
    font-size: 1em;
    font-weight: 400;
    height: initial;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-title a:hover {
    color: #000;
}
.pt-page-index .hero-image {
    margin-bottom: 40px;
}





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

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


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


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


/* Login page
   ========================================================================== */
.pt-page-login {
    background-image: url('/en/image/getthumbnail/1013');
}


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

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

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

/* ----- Catalog node general ----- */
.catalog-top {
    background: #0077C8;
    margin-top: -30px;
    color: #fff;
    display: flex;
  	margin-bottom: 40px;
    overflow: hidden;
  	position: sticky;
  	z-index: 1000;
  	top: 0;
}
.catalog-top .section {
    padding-bottom: 0;
}

/* ----- Catalog top ----- */
.catalog-top .section_ProductNodeImage img {
    display: none;
}
.catalog-top .section_ProductNodeImage {
    /*height: 340px; */
    width: 50vw;
    background-size: cover;
    background-position: center;
}
.catalog-top > .col-sm-12 > .row {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.catalog-top .section_BreadCrumb {
    padding-top: 40px;
  	margin-bottom: -20px;
}
.catalog-top .section_ProductNodeTitle {
  	align-self: center;
}

/* Catalog descriptions */
.catalog-desc-left {
    font-size: 2.6rem;
    line-height: 1.38462;
    font-weight: 300;
}
.catalog-desc-right {
    font-size: 1.6rem;
    line-height: 1.75;
}
section#section_536 p{
	color: #797979;
  	padding-left: 15px;
  	padding-right: 15px;
}
section#section_536{
	border-bottom: 2px solid #0077C8;
}

/* ----- Breadcrumbs ----- */
.catalog-top .section_BreadCrumb a {
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
}
.catalog-top .breadcrumb {
    padding: 0;
}
.catalog-top .section_BreadCrumb .container {
    width: 100%;
    padding-bottom: 10px;
  	padding-left: 0;
}

/* ----- Filter panels ----- */
.section_ProductFilter .CheckBox {
    width: 100%;
}

.section_ProductFilter #productfilter{
display:flex !important;
}

.vp-dropdown-filter #productfilter .row > div.form-group {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}
.vp-dropdown-filter #productfilter .row > div.form-group label {
    width: 120px;
}
.vp-dropdown-filter #productfilter .row > div.form-group .FilterMultiSelect {
    width: 150px;
}
.vp-dropdown-filter #productfilter .row > div.form-group .FilterMultiSelect .btn {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    padding: 5px;
}
.vp-dropdown-filter .clearAllFilter,
.vp-dropdown-filter .clearFilter {
    display: none;
}
.vp-dropdown-filter .filter-box {
    border: none;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}
.vp-dropdown-filter .filter-box span {
    background: #ff5316;
}

/* ----- Catalog sub node menu ----- */
.catalog-sub-menu .section_ProductParentNode_SubNodeMenu {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.section_ProductParentNode_SubNodeMenu .hover-product-additonal-details {
    color: #000;
    padding-left: 0;
}
.section_ProductParentNode_SubNodeMenu .hover-product-additional {
    display: block;
    overflow: visible !important;
}
.section_ProductParentNode_SubNodeMenu .hover-product-hover-bg {
    display: none;
}
.catalog-sub-menu .section_ProductParentNode_SubNodeMenu {
    padding-bottom: 90px;
}
.catalog-sub-menu .hover-product-image {
    max-width: 190px;
}
.hover-product-title a:hover {
    color: #000;
}
.hover-product-title {
    text-align: left !important;
}

/* ----- Catalog node list ----- */
.section_ProductNodeList .hover-product-hover-bg {
    background: none;
}
.section_ProductNodeList .hover-product {
    padding: 20px !important;
}
.section_ProductNodeList .hover-product-title {
    font-size: 1em;
    font-weight: 400;
}
.section_ProductNodeList .field-stockcode {
    color: #9da6ab;
    font-size: 0.9em;
}


/* ------ Filter By Button ------ */
/* Filter By Button */
.filter-by-button.section {
    padding-bottom: 0;
}
.main-filter-container .filter-by-button {
    margin-bottom: 30px;
    display: flex;
}
.main-filter-container .filter-by-button:after {
    content: '\f078';
    font-family: fontawesome;
    margin-left: 15px;
}
.main-filter-container .filter-by-button{
    display: none;
}
@media screen and (max-width: 767px){
    .main-filter-container .filter-by-button {
        display: block;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:12px 12px;
        background: #0077C8;
        border-color: #0077C8;
        color: #fff;
    }
    .main-filter-container .filter-by-button:hover{
        cursor: pointer;
    }
    .main-filter-container .filter-by-button p{
        margin-bottom: 0px;
    }
    .main-filter-container .filter-by-button h3 {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .main-filter-container .filter-by-button:after {
        font-size: 12px;
    }
    /*.main-filter-container .section_ProductFilter #productfilter .activeFilters .clearAllFilter{
        display: none;
    }*/
    /*.pt-page-productsubnode .section_ProductFilter #productfilter > .row{
        display: none;
    }*/
    .main-filter-container .filter_search{
        order:0;
        margin-left:-15px;
        margin-right: -15px;
        width:calc(100vw - 55px) !important;
        position: absolute;
        top:-125px;
    }
    .main-filter-container .filter-by-button{
        order:1;
        margin-bottom: 0px;
        margin-top:50px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
/* PDP (19)
========================================================================== */
.field-stockcode {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table .field-stockcode {
    max-width: 190px;
}

/* VPDP (66)
========================================================================== */
.slides img {
	border: none;  
}

/* ----- Anchor links ----- */
.vpdp-anchors a {
    display: block;
    padding: 0px 0px 0px 0px;
}
.vpdp-anchors a.resources-literature {

}
.vpdp-anchors a.request-quote:before {
    content: '\f044';
    font-family: fontawesome;
    margin-right: 10px;
}
.vpdp-anchors a.resources-literature:before {
    content: '\f15c';
    font-family: fontawesome;
    margin-right: 10px;
}
.resources-anchor {
    margin-top: -20px;
    padding: 0 !important;
}
.anchor-row .section_ProductRequestLink h3,
.anchor-row .section_ProductRequestLink p {
    display: none;
}
.anchor-row {
  	display: none;
    background: #eef0f2;
    padding: 25px 30px 5px;
}
.row.anchor-row {
    width: calc(100% + 30px);
}
.anchor-row .section_ProductRequestLink button:before {
    content: '\f044';
    font-family: fontawesome;
    margin-right: 10px;
}
.anchor-row .section_ProductRequestLink button {
    background: none;
    border: none;
    text-transform: none;
    color: #000;
    font-size: 1em;
    padding: 0;
}
.anchor-row .section_ProductRequestLink button:hover {
    text-decoration: underline;
}
.anchor-row .section_ProductRequestLink button:active {
    box-shadow: none;
}
.anchor-row .section_ProductRequestLink {
    margin-top: -30px;
}
.section_ProductDocuments a{
	color: #0077C8;
}
.section_ProductDocuments h3{
	text-transform: none;
  	font-size: 17px;
}
/*.section_ProductDocuments .documentlist img{
	display: none;
}*/
ul.documentlist{
	padding-left: 0px;
}

/* ----- Product resources ----- */
.product-resources h2 {
    background: #06486e;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 5px 5px 0px 0px;
    margin-left: -15px;
    margin-right: -15px;
}
.product-resources {
    box-shadow: 0 0 0 1px rgba(205,216,228,.25), 0 2px 12px rgba(205,216,228,.5);
    border-radius: 5px;
}
.product-resources .section_ProductDocuments a.document:before {
    content: '\f1c1';
    font-family: fontawesome;
    margin-right: 5px;
}
.product-resources .documentlist {
    padding-left: 0;
}
.product-resources .documentlist img {
    display: none;
}
.product-resources .section_TranslationText {
    padding-bottom: 5px;
}
.product-resources .section_TranslationText p {
    font-weight: 300;
}
.product-resources .section_ProductDocuments h3 {
    display: none;
}

/* Video resources */
.product-video-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-video-item:hover {
    opacity: 0.7;
}
.product-video-item img {
    width: 90px;
    border-radius: 3px;
}
.product-video-item a {
    margin-left: 15px;
    color: #0081c6;
}

/* Blog resources */
.product-blog-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-blog-item:hover {
    opacity: 0.7;
}
.product-blog-item img {
    width: 90px;
    border-radius: 3px;
}
.product-blog-item a:last-of-type {
    margin-left: 15px;
    color: #0081c6;
}


/* ----- Suggested products ----- */
.suggested-row .product-nav,
.suggested-row .field-stockcode,
.suggested-row  .p-productavailability,
.suggested-row .js-avail-wrapper,
.suggested-row .pricepanel,
.suggested-row .addToBasketContainer {
    display: none;
}

/* ----- VP list ----- */
.section_ProductRelationList .slides img {
    border: none;
}



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

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

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


/* Authors
   ==========================================================================
Frida Rosengren
*/



.header-flex-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-flex-col > .section_Content {
    margin-right: 30px;
}

@media screen and (max-width: 1199px){
    .header-flex-col {
        flex: 1;
    }
    .header .desktop-nav {
        display: none;
    }
    .header-flex-col .section_MiniBasket {
        margin-right: 55px;
    }
    .header-flex-col .cd-nav-trigger {
        margin-top: 10px;
    }
    .header-search-col {
        margin-left: 50px;
        width: auto;
    }
}
@media screen and (max-width: 991px){
    .header-search-col {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .mobile-search-row .col-sm-12 {
        width: 100% !important;
    }
    .section_ContentBanner .carousel, .section_ContentBanner .slick-track, .section_ContentBanner .slick-slide {
        margin: 0 !important;
    }
}

@media screen and (min-width: 992px){
    .mobile-search-row {
        display: none;
    }
}
@media screen and (max-width: 550px){
    .logo-col {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .header-flex-col {
        justify-content: space-between;
    }
}
@media screen and (max-width: 767px){
    .header .sidebar-nav-items {
        display: block;
    }
    .header .sidebar-nav-toggle {
        display: none;
    }
    .header .section {
        width: 100%;
    }
    .header .account-container {
        left: 0;
        top: 81px;
    }
    .header .section_MiniBasket .input-group-btn {
        width: 100%;
    }
    .header .section_MiniBasket .cart-btn {
        margin-left: 50%;
    }
}
.header .account-container {
    top: 62px;
}
.header .account-container .section {
 	width: 100%; 
}

.footer .sidebar-nav-toggle {
    color: #fff;
}
@media screen and (max-width: 991px){
    .section_ProductParentNode_SubNodeMenu .hidden-xs {
        display: block;
    }
    .section_ProductParentNode_SubNodeMenu .visible-xs {
        display: none;
    }
    .section_ProductParentNode_SubNodeMenu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .section_ProductParentNode_SubNodeMenu ul li {
        width: 48% !important;
    }
    .section_ProductParentNode_SubNodeMenu .hover-product-image {
        max-width: 75%;
    }
}
@media screen and (max-width: 550px){
    .section_ProductParentNode_SubNodeMenu ul li {
        width: 98% !important;
    }
}
.header .nav-pills {
        float: left;
    }

@media screen and (max-width: 767px){
    .catalog-top > .col-sm-12 > .row {
        display: block !important;
    }
    .catalog-top .section_ProductNodeImage {
        width: 100%;
    }
    .catalog-top .col-sm-6:nth-of-type(2)  {
        padding: 0;
    }
  	.catalog-sub-menu .section_ProductParentNode_SubNodeMenu {
    	margin-bottom: 0;
      	padding-bottom: 0;
  	}
}
@media screen and (min-width: 1200px){
    .header-search-col {
        max-width: 300px;
    }
    .account-col.header-flex-col {
        width: auto !important;
    }
    .header > .container {
        justify-content: space-between;
    }
}
@media screen and (max-width: 1420px) and (min-width: 1200px){
    .header-search-col {
        max-width: 250px;
    }
    .logo-col {
        max-width: 130px;
        margin-left: -50px;
        margin-right: -50px;
    }
    .logo-col img {
        max-width: 100%;
    }
    .header-flex-col {
        margin-right: -70px;
    }
    .desktop-nav {
        width: auto;
        margin-left: -50px;
    }
}
@media screen and (max-width: 1199px){
    .header .account-container {
        top: 81px;
    }
}
@media screen and (max-width: 767px){
    .anchor-row {
        width: 100%;
        margin-left: 0px;
    }
  .cart-content.container {
   	display: none !important; 
  }
  .section_ProductImageLibrary .slick-next, .section_ProductImageLibrary .slick-prev {
    display: none !important;
}
}
@media screen and (max-width: 1399px){
    .vp-product-col {
        width: 100%;
    }
}
.account-col  .sidebar-nav-items {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.account-container .section_Content {
    border-bottom: 0px !important;
}
.account-container .user-log-out-link a {
    background: #ff5316;
    color: #fff !important;
    padding: 8px 20px !important;
    display: inline-block !important;
}
.account-container .user-log-out-link a:hover {
    background: #ff5316;
    color: #fff !important;
    padding: 8px 20px !important;
    display: inline-block !important;
}
.account-container .section_Content p {
    font-weight: bold;
}

.section_ProductImageLibrary .slick-list.draggable {
    padding: 0 !important;
}
.section_ProductImageLibrary .flexslider.product-carousel {
    width: calc(100% - 60px);
    margin-left: 30px;
}
.section_ProductImageLibrary .product-slider-section {
    padding-bottom: 20px;
}
.vp-image-col {
    box-shadow: 0 0 0 1px rgb(205 216 228 / 25%), 0 2px 12px rgb(205 216 228 / 50%);
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 20px;
  	background: #fff;
}
.vp-image-col .product-title-row {
    background: #0077C8;
    padding: 30px 25px;
}
.vp-image-col .product-title-row h1 {
    color: #fff;
    font-weight: 700;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.vp-image-col .product-title-row .section_ProductDetail_Header {
    padding: 0;
}
.vp-right-col .section_ProductDetail_Header h1 {
    font-size: 45px;
  	margin-top: 20px;
}
.vp-right-col {
    padding-left: 50px;
    margin-top: 18px;
}
.pt-page-virtualproduct .cd-main-content {
    background: #f9f9f8;
}
.section_ProductRelationList table tbody .product:nth-of-type(odd),
.section_ProductNodeList table tbody .product:nth-of-type(odd),
.section_ProductSearchList table tbody .product:nth-of-type(odd){
    background: #fff;
}
.section_ProductRelationList table tbody .product:nth-of-type(even),
.section_ProductNodeList table tbody .product:nth-of-type(even),
.section_ProductSearchList table tbody .product:nth-of-type(even){
    background: #fafaf9;
}
.section_ProductRelationList .js-product-detail {
    color: #0077C8;
    font-weight: 400;
}
.section_ProductRelationList .field-desc a,
.section_ProductSearchList .field-desc a{
    color: #0077C8;
    font-weight: 400;
}
.section_ProductRelationList table {
    font-size: 14px;
}
.main-desc {
    max-width: 600px;
    margin-bottom: 20px;
}
.product-resources {
    background: #fff;
}
.product-resources h2 {
    position: relative;
    top: -2px;
}
.product-resources .section_ProductDocuments a.document:before {
    color: #ccc;
    font-size: 12px;
}
.product-resources .section_ProductDocuments a {
    color: #0081c6;
}
.pagination>li>a, .pagination>li>span {
    background: none;
}
.pt-page-index .cd-main-content {
    background: #f9f9f8;
}
.section_ProductNodeList .hover-product {
    background: #fff;
    padding-bottom: 85px !important;
}
.pt-page-productsubnode .section_ProductFilter {
    background: #fff;
    padding: 20px;
}
.suggested-row .hover-product-title {
    font-size: 16px;
}
.catalog-desc-row {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: -40px;
}
.catalog-desc-row .container {
    margin: 0 auto;
}
.catalog-sub-menu .section_ProductParentNode_SubNodeMenu .hover-product {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.catalog-sub-menu .section_ProductParentNode_SubNodeMenu .hover-product-image {
    margin-bottom: 10px;
}
.catalog-sub-menu .section_ProductParentNode_SubNodeMenu {
    padding-bottom: 0;
    border: none;
}
.catalog-sub-menu .section_ProductParentNode_SubNodeMenu .hover-product-title {
    font-weight: 400;
    font-size: 1.1em;
}
.catalog-desc-row {
    margin-bottom: 30px;
}
.suggested-row .section_ProductRelationList .hover-product {
    background: #fff;
    padding: 20px;
}
.suggested-row .section_Content {
    padding-bottom: 0;
}
.catalog-sub-menu p {
    color: #9da6ab;
    font-size: 15px;
}
.section_ProductParentNode_SubNodeMenu .hover-product-title {
    height: 130px;
}
.section_ProductParentNode_SubNodeMenu .hover-product-additonal-details p {
    position: relative;
    bottom: -210px;
}
@media screen and (max-width: 1399px){
    .section_ProductParentNode_SubNodeMenu .hover-product-additonal-details p {
        bottom: -205px;
    }
    .section_ProductParentNode_SubNodeMenu .hover-product-title a {
        /*white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;*/
      	overflow-wrap: break-word;
        display: block;
    }
    .section_ProductParentNode_SubNodeMenu .hover-product-title {
        height: 140px;
    }
}
@media screen and (max-width: 1199px){
    .section_ProductParentNode_SubNodeMenu .hover-product-title {
        height: 150px;
    }
    .section_ProductParentNode_SubNodeMenu .large-block-grid-4 .product {
        width: 33.3333%;
    }
}
@media screen and (max-width: 991px){
    .catalog-sub-menu .section_ProductParentNode_SubNodeMenu .hover-product-additonal-details p {
        bottom: -85px;
    }
    .section_ProductParentNode_SubNodeMenu .hover-product-title {
        height: 150px;
    }
}
@media screen and (max-width: 610px){
    .section_ProductParentNode_SubNodeMenu .hover-product-title {
        height: 170px;
    }
}
@media screen and (max-width: 550px){
        .catalog-sub-menu .section_ProductParentNode_SubNodeMenu .hover-product-additonal-details p {
            bottom: -80px;
        }
        .section_ProductParentNode_SubNodeMenu .hover-product-title {
            height: 130px;
        }
}
/*.cd-main-content {
    overflow-x: hidden;
}*/
@media screen and (min-width: 1200px){
    .vp-image-col .section_ProductImageLibrary {
        width: calc(100% - 60px);
        margin: 0 auto;
        padding-bottom: 0;
    }
}
.pt-page-productsubnode .section_ProductFilter .filter_search {
    width: 100%;
    order: 2;
    padding: 0 !important;
    margin-bottom: 20px;
}
.pt-page-productsubnode .section_ProductFilter .row {
    order: 1;
}
.pt-page-productsubnode .section_ProductFilter #productfilter {
    display: flex;
    flex-direction: column-reverse;
}
.pt-page-productsubnode .product-quantity-input {
  	width: 50px !important;
}
.pt-page-virtualproduct .product-quantity-input {
  	width: 50px !important;
}
.field-desc .product-description-text {
 	display: none; 
}
.pt_product .product-description-text {
  	display: none;
}

/* Stock codes remove on VP */
.pt-page-productsubnode .field-stockcode-virtual {
    display: none;
}



/* Sort temp */
.product-grid-thumbs-horizontal .product {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
}
.section_ProductNodeList .pull-right a.js-product-detail,
.section_ProductNodeList .pull-right .js-childLoader {
    display: none;
}
.catalog-sub-menu .hover-product-image {
    margin: 0 auto;
}

.test-email-red {
 	background: red; 
}
.vp-product-col .section_ProductRelationList .attr-field-16 {
    min-width: 90px;
}
.vp-product-col .section_ProductRelationList .attr-field-18 {
    min-width: 120px;
}
.vp-product-col .section_ProductRelationList .attr-field-17 {
    text-align: center;
}
@media screen and (min-width: 992px){
	.vp-product-col .section_ProductRelationList .field-avail td{
  		min-width:115px;
    }
}
@media screen and (max-width: 768px){
	.vp-product-col .section_ProductRelationList .field-avail td{
    	min-width:115px;
    }
  	.vp-product-col .section_ProductRelationList .field-desc{
    	min-width: 120px;
    }
  	.vp-product-col .section_ProductRelationList .field-deldate{
    	display: none;
    }
}
@media screen and (max-width: 1199px){
	.vp-product-col .section_ProductRelationList .attr-field-16{
      	display: none;
    }
  	.vp-product-col .section_ProductRelationList .attr-field-17{
    	display: none;
    }
}

/* Checkout styling */
/*.section_Checkout legend {
    background: #06486e;
    color: #fff;
    padding: 10px 20px;
}
.section_Checkout fieldset {
    border: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0 !important;
} 
.section_Checkout #summaryWrapper fieldset {
    padding-top: 0;
}
.section_Checkout fieldset .row {
    padding-left: 20px;
    padding-right: 20px;
} */
.section_Checkout .paymentItems {
    padding-left: 20px;
    padding-right: 20px;
}
.section_Checkout #btnRow {
    margin-top: 20px;
}
/*.section_Checkout .form-group {
    padding-left: 20px;
    padding-right: 20px;
} */
.vp-image-col img {
    border: 1px solid #ccc;
    width: calc(100% - 10px);
  	margin: 0 auto;
}
.vp-image-col {
    padding-top: 40px;
}
.vp-image-col hr {
    display: none;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-title a {
    white-space: normal !important;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .product {
    margin-bottom: 0px;
    width: calc(25% - 10px);
    margin: 5px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 4%);
    display: flex;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .product a {
    font-size: 14px;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product-image-wrapper {
    align-self: center;
}
.pt-page-index .section_ProductParentNode_SubNodeMenu .hover-product {
    align-self: center;
}
.pt-page-catalogsearch h1.page-header {
    text-transform: none;
    font-size: 1em;
}
.pt-page-catalogsearch .breadcrumbs-row .section_TranslationText h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.pt-page-checkout .breadcrumbs-row .section_TranslationText h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.pt-page-catalogsearch .breadcrumbs-row .container {
    margin: 0 auto;
}
.pt-page-checkout .breadcrumbs-row .container {
    margin: 0 auto;
}
.pt-page-catalogsearch .netprice-lowest {
    display: none;
}
.pt-page-virtualproduct .modal .section_ProductDetail_Header {
    padding-bottom: 0;
}
.pt-page-virtualproduct .modal .section_ProductDetail_Header h1 {
    margin-bottom: 10px;
    font-size: 1.8em;
}
.pt-page-virtualproduct .modal .section_ProductDetail_SkuNumber {
    padding-bottom: 0;
}
.pt-page-virtualproduct .modal .section_ProductDetail_Price h2 {
    font-size: 1.2em;
    font-weight: bold;
}
.pt-page-catalogsearch .pull-right .js-childLoader {
    display: none;
}
[data-loggedin="False"] .section_Checkout #addressFields .CheckoutFieldHelpText {
    display: none;
}
[data-loggedin="False"] .section_Checkout #btnAddRecipients {
    display: none;
}



.section_Checkout #basket > div > div > .section-border.hidden-xs {
    border-bottom: 2px solid #0077C8;
    padding-bottom: 5px;
}

.section_AddToBasket .addToBasketContainer {
    border-top: 2px solid #0077C8;
    border-bottom: 2px solid #0077C8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_AddToBasket .favorite,
.section_AddToBasket .shoppingList {
    float: left;
}

.section_AddToBasket .favoriteToggler {
	width: 40px;
    height: 35px;
  	font-size: 25px;
  	color: #aaaaaa;
}
.section_AddToBasket .product-quantity-input {
  	width:50px !important;
}
#productlist {
 	border-top: 2px solid #0077C8;
}
#productlist > .product-nav:nth-of-type(2) {
    border-bottom: 2px solid #0077C8;
    padding-top: 15px;
    padding-bottom: 10px;
}
#productlist > .product-nav:nth-of-type(4) {
    border-top: 2px solid #0077C8 !important;
    padding-top: 15px;
}
#productlist .paginate-top .pagination {
    padding-right: 0;
}
#productlist .paginate-top .pagination li.pull-right span {
    padding-right: 0;
}
#productlist .paginate-top .pagination {
    padding-top: 10px;
}
#productlist .product-nav .form-inline .form-group:last-of-type {
    margin-left: 15px;
}
#productlist .product-nav label {
    text-transform: uppercase;
    font-size: 14px;
    color: #797979;
}
#productlist .product-nav-layout label {
    color: #aaaaaa;
}
#productlist .product-nav label.active {
    color: #797979;
}

.section_ProductFilter .CheckBox label {
    color: #333333;
    font-size: 16px;
  	font-weight: normal;
  	margin-bottom: 0px;
}

#productfilter legend{
	color: #0077c8;
  	border: none;
  	margin-bottom: 10px;
  	text-transform: uppercase;
  	font-weight: bold;
}

.product-grid ul[class^='large-block-grid'] .hover-product {
    border: 1px solid #aaa;
    display: flex;
    flex-wrap: wrap;
}
.product-grid ul[class^='large-block-grid'] .hover-product-image-wrapper {
    order: 1;
}
.product-grid ul[class^='large-block-grid'] .product-add-cart-btn {
    font-size: 17px !important;
    padding-left: 10px;
    padding-right: 10px !important;
    border-radius: 2px;
    padding-top: 5px;
    margin-top: -1px;
    height: 34px;
}
.product-grid ul[class^='large-block-grid'] .field-stockcode {
    order: 2;
    margin-bottom: 2px;
    color: #000;
  	width: 100%;
}
.product-grid ul[class^='large-block-grid'] .hover-product-title {
    order: 3;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0;
    border-bottom: 1px solid #aaa;
  	width: 100%;
  	text-transform: none;
}
.product-grid ul[class^='large-block-grid'] .p-productavailability {
    order: 4;
    margin-bottom: 0;
}
.product-grid ul[class^='large-block-grid'] .p-productavailability label {
    font-size: 12px;
    font-weight: 700 !important;
    font-family: "Lato", sans-serif;
}
.product-grid ul[class^='large-block-grid'] .js-avail-wrapper {
    order: 4;
    padding-left: 5px;
    font-size: 13px;
}
.product-grid ul[class^='large-block-grid'] .pt-list-attribute {
    order: 3;
}
.product-grid ul[class^='large-block-grid'] .pricepanel {
    order: 5;
  	width: 100%;
}
.product-grid ul[class^='large-block-grid'] .pull-right:last-of-type {
    order: 6;
    border-top: 1px solid #aaa;
    width: 100%;
    padding-top: 10px;
}
.section_ProductNodeList .hover-product {
    padding: 0px 10px 10px 10px !important;
}
.product-grid ul[class^='large-block-grid'] .js-price-wrapper:before {
    content: 'PRICE:';
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
.product-grid ul[class^='large-block-grid'] .js-price-wrapper {
    font-size: 14px;
}
.product-grid ul[class^='large-block-grid'] .product-netprice {
    font-size: 16px;
  	margin-top: 0px;
}
.product-grid ul[class^='large-block-grid'] .hover-product-image {
    margin-bottom: 10px;
}
.product-grid ul[class^='large-block-grid'] .favorite,
.product-grid ul[class^='large-block-grid'] .shoppingList {
    float: left;
}
.product-grid ul[class^='large-block-grid'] .favoriteToggler {
	width: 30px;
    height: 25px;
    margin-top: 2px;
  	font-size: 20px;
  	color: #aaaaaa;
}
.product-grid ul[class^='large-block-grid'] .change-quantity-in-list-btn {
    padding: 0px 10px;
}
.catalog-sub-menu .hover-product {
    border: 1px solid #aaa;
    padding: 5px;
    height: 100%;
}
.catalog-sub-menu .hover-product:hover {
    transform: scale(1.01);
}
.catalog-sub-menu [class*="block-grid-"] {
    display: flex;
    flex-wrap: wrap;
}
.catalog-sub-menu .hover-product-image{
	padding: 15px;
}
.catalog-sub-menu .hover-product-title {
    height: auto;
    font-size: 0.95em;
    text-align: center !important;
}
.catalog-sub-menu .hover-product-title a {
    color: #797979;
}
.pt-page-productsubnode .section_ProductFilter #productfilter > .row {
    border: 1px solid #aaa;
    padding-top: 10px;
}
/* Hidden by default on mobile */
@media (max-width: 767px) {
    .pt-page-productsubnode .main-filter-container:has(.filter-by-button.active) #productfilter > .row {
        display:;
        visibility: visible;
    	height:auto;
    }
    .pt-page-productsubnode .main-filter-container #productfilter > .row {
        visibility: hidden;
      	height:0px;
      	transition: height 0.2s ease-in-out;
    }
}
/* Always visible on larger screens */
@media (min-width: 768px) {
    .pt-page-productsubnode #productfilter > .row {
        display: block;
    }
}

.pt-page-productsubnode .section_ProductFilter .filter_search {
    margin-left: -15px;
    width: calc(100% + 30px)
}
.pt-page-productsubnode .section_ProductFilter {
    padding-top: 0;
}
@media screen and (max-width: 410px){
    .product-grid ul[class^='large-block-grid'] .product {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .product-grid ul[class^='large-block-grid'] .hover-product-title {
        width: 100%;
    }
    .product-grid ul[class^='large-block-grid'] .pricepanel {
        width: 100%;
    }
    .product-grid ul[class^='large-block-grid'] .hover-product-image-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    
}
@media screen and (min-width:1400px){
	.extra-availability, td{
    	padding-right: 1em;
    }
}
@media screen and (min-width:1200px){
	.extra-availability, td{
    	padding-right: 0.75em;
    }
}
@media screen and (min-width:486px){
	.extra-availability, td{
    	padding-right: 1em;
      	/*padding-left: 0.5em;*/
    }
}
@media screen and (min-width: 411px){
	.extra-availability, td{
    	padding-right: 0.5em;	
    }
}
@media screen and (max-width:410px){
	.extra-availability, td{
    	padding-right: 1em;
      	padding-left: 0.5em;
    }
}
.section_Checkout #basketSection {
    border-top: 2px solid #0077C8;
  	margin-left: 15px;
}
.section_Checkout legend {
    color: #797979;
    border-bottom: 2px solid #0077C8;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
}
#summarySection #summaryWrapper h3 {
    color: #797979;
    border-bottom: 2px solid #0077C8 !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 5px;
    min-height: 1px;
}
.section_Checkout #summaryWrapper legend {
    color: #0077C8;
    border: none;
    font-size: 1.1em;
    padding-top: 15px;
}
.section_Checkout #summaryWrapper #basketList-standard {
    border-bottom: 2px solid #0077C8;
    margin-bottom: 15px;
}
.section_Checkout #summaryWrapper  {
    margin-top: 30px;
}
.section_BasketProductImport .js-basketImport:hover,
.empty-basket-link:hover,
#btnMailCart:hover {
    opacity: 0.8;
}
.section_BasketProductImport,
#btnMailCart {
    position: relative;
}
.empty-basket-link:before {
    content: '\f1f8';
    font-family: fontawesome;
    color: #0077C8;
    font-size: 25px;
}
#btnMailCart:before {
    content: '\f0e0';
    font-family: fontawesome;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translatex(-50%);
    color: #0077C8;
    font-size: 25px;
}
.empty-basket-link {
    position: relative;
}
.cartactions-container {
    width: auto;
  	margin-top: 25px;
}
#basket > .row > .col-sm-2.col-xs-6 {
    float: right;
}
#basket > .row > .col-sm-2.col-xs-12 {
    width: auto;
    padding-left: 0;
  	margin-top: 25px;
}
@media screen and (max-width: 600px){
    #basket > .row > .col-sm-2.col-xs-6 {
        width: 100%;
    }
    .cartactions-container {
        width: 66.6666%;
        display: flex;
        justify-content: space-between;
    }
    #basket > .row > .col-sm-2.col-xs-12 {
        width: 33.3333%;
    }
}
.pt-page-productdetail .catalog-top .page-header {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

/* ----- Product Detail Tabs ----- */
}
.section_ProductDetailTabs .nav-tabs {
    box-shadow: none;
  	border: none;
 	background: none;  
}
.section_ProductDetailTabs {
   margin-top: 20px;
}
.section_ProductDetailTabs .nav-tabs li a {
    background: none;
    border: none;
  	letter-spacing: .5px;
  	margin-bottom: 6px;
    padding-left: 11px;
    text-transform: uppercase;
    color: #797979;
}
.section_ProductDetailTabs .tab-content {
    margin: 0;
    border-radius: 5px;
  	border-width: 2px;
  	padding: 0px 15px;
 	border-color: none; 
  	background: #fafaf9;
    box-shadow: 0 0 0 0px rgb(205 216 228 / 25%), 0 0px 12px rgb(205 216 228 / 50%);
}
.section_ProductDetailTabs .tab-content .content {
    padding-top: 15px;
}
.section_ProductDetailTabs.nav-tabs li.active  a{
    pointer-events: none;
    border:.5px solid lightgray !important;
    border-radius: 10px 10px 0px 0px !important;
    font-weight: 600;
	color: #797979;
    background: none;
  	text-decoration: underline;
  	text-decoration-color: #0077C8;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.section_ProductDetailTabs .nav-tabs li a:focus{
    background: none;
    border: none;
  	letter-spacing: .5px;
  	margin-bottom: 6px;
    padding-left: 11px;
    text-transform: uppercase;
    color: #797979;
}
.section_ProductDetailTabs .nav-tabs li a:hover{
	background: none;
    border: none;
  	letter-spacing: .5px;
  	margin-bottom: 6px;
    padding-left: 11px;
    text-transform: uppercase;
    color: lightgray;
}
.nav-tabs li.dropdown.hidden-lg {
    display: none;
}
.tab-content h3.hidden-lg {
    display: none;
} 
.nav-tabs > li.active  a{
    pointer-events: none;
    border:.5px solid lightgray !important;
    border-radius: 10px 10px 0px 0px !important;
    font-weight: 600;
	color: #797979;
    background: none;
  	text-decoration: underline;
  	text-decoration-color: #0077C8;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.nav-tabs {
  white-space: nowrap;
  overflow-x: none;
  overflow-y: hidden;
  border: none !important; 
  box-shadow: 0 0 0 0px rgb(205 216 228 / 25%), 0 0px 0px rgb(205 216 228 / 50%); !important; 
}
.nav-tabs > li {
  float: none;
  display: inline-block;
}
#section_425 .col-xs-12 {
  	overflow-x: auto;
}
#section_428 a{
	color: #0077C8;
}
/*Attributes Tab*/
#section_431 .section_ProductAttributes{
	padding-bottom: 0px;
}
#section_431 .section_ProductAttributes table{
	margin-bottom: 0px;
}
#section_431 .section_ProductAttributes th{
	width: 50%;
  	font-size: 16px;
}
/* ----- END Product Detail Tabs ----- */
  
  
/*.section_ProductDetailTabs .nav-tabs {
    box-shadow: none;
    border-bottom: 2px solid #aaa;
}
.section_ProductDetailTabs {
    margin-top: 20px;
}
.section_ProductDetailTabs .nav-tabs li a {
    background: none;
    border: none;
    padding-left: 0;
    text-transform: uppercase;
    color: #797979;
}
.section_ProductDetailTabs .tab-content {
    margin: 0;
}
.section_ProductDetailTabs .tab-content .content {
    padding-top: 15px;
} */
  

.pt-page-productdetail .section_ProductImageLibrary {
    padding-bottom: 0;
}
.pt-page-productdetail .section_ProductImageLibrary hr {
    display: none;
}
.pt-page-productdetail .section_ProductImageLibrary .flexslider img {
    border: 1px solid #ccc;
    width: calc(100% - 10px);
    margin: 0 auto;
}
.section_ProductDetailTabs .nav-tabs li a:hover,
.section_ProductDetailTabs .nav-tabs li a:focus,
.section_ProductDetailTabs .nav-tabs li a:active {
    border: none;
    background: none;
}
.pt-page-productdetail .section_ProductImageLibrary .hover-product-image {
    margin-bottom: -6px;
}
.pt-page-productdetail .section_ProductDetail_Header {
    padding-bottom: 0;
}
.pt-page-productdetail .section_ProductDetail_Header h1 {
    color: #000;
    font-size: 1.4em;
    font-weight: 700;
}
.pt-page-productdetail .product-netprice {
    font-size: 1.2em;
    font-weight: bold;
    order: 2;
    margin-top: 5px;
}
.pt-page-productdetail .section_ProductDetail_Price {
    padding-bottom: 10px;
}
.pt-page-productdetail .js-price-wrapper p {
    margin: 0;
    width: 100%;
    order: 1;
}
.pt-page-productdetail .js-price-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.section_ProductDetail_SkuNumber {
    padding-bottom: 0 !important;
}
.section_ProductDetail_SkuNumber p {
    margin-bottom: 5px;
}
.pt-page-catalogsearch .section_ProductFilter #productfilter {
    display: flex;
    flex-direction: column-reverse;
}
.pt-page-catalogsearch .section_ProductFilter .filter_search {
    margin-left: -15px;
    width: calc(100% + 30px);
}
.pt-page-catalogsearch .section_ProductFilter .filter_search {
    width: 100%;
    order: 2;
    padding: 0 !important;
    margin-bottom: 20px;
}
.pt-page-catalogsearch .section_ProductFilter #productfilter > .row {
    border: 1px solid #aaa;
    padding-top: 10px;
}
.pt-page-catalogsearch .section_ProductFilter hr {
    display: none;
}
.pt-page-catalogsearch .section_ProductFilter {
    padding: 20px;
}
.pt-page-catalogsearch .section_ProductFilter {
    padding-top: 0;
}
.pt-page-catalogsearch .section_ProductFilter .filter_search {
    margin-left: -15px;
    width: calc(100% + 30px);
}
.pt-page-productdetail .catalog-top > .col-sm-12 > .section {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 991px){
    .pt-page-productdetail .catalog-top .section_ProductDetail_Header h1 {
        font-size: 1.8em;
    }
}
.product-list-thumbs .change-quantity-in-list-btn {
    background: #807e80;
    border-color: #807e80;
}
.product-list-thumbs .favorite,
.product-list-thumbs .shoppingList {
    float: left;
}
.product-list-thumbs .favoriteToggler {
	width: 30px;
    height: 25px;
    margin-top: 2px;
  	font-size: 20px;
  	color: #aaaaaa;
}
.product-list-thumbs .product-add-cart-btn {
 	background: #ff5316;
    border-color: ff5316;
    color: #fff;
    font-size: 20px !important;
    padding-top: 2px !important;
    padding-left: 10px;
}
.product-list-thumbs .change-quantity-in-list-btn {
    padding: 0px 10px;
}
.pt-page-virtualproduct .product-grid ul[class^='large-block-grid'] .hover-product {
    padding: 10px;
}
.hover-product-hover-bg {
    display: none;
}
.producttable .change-quantity-in-list-btn {
    background: #807e80;
    border-color: #807e80;
}
.producttable .favorite,
.producttable .shoppingList {
    float: left;
}
.producttable .favoriteToggler {
	width: 30px;
    height: 25px;
    margin-top: 2px;
  	font-size: 20px;
  	color: #aaaaaa;
}
.producttable .change-quantity-in-list-btn {
    padding: 0px 10px;
}
.cd-main-content .sidebar-nav-heading {
    display: none;
}
.cd-main-content .sidebar-nav-items {
    border: 2px solid #eee;
    padding: 15px 20px;
    margin-right: 15px;
}
.cd-main-content .sidebar-nav-items a {
    font-size: 1.1em;
    font-weight: bold;
    color: #797979;
}
.cd-main-content .sidebar-nav-items a:hover {
    opacity: 0.8;
}
.cd-main-content .sidebar-nav-items a.active {
    color: #0077C8;
}
.section_AccountDetail h1 {
    border-bottom: 2px solid #0077C8;
    font-size: 1.5em;
    color: #797979;
}
.section_AccountDetail hr:nth-last-of-type(2) {
    border-top: 2px solid #0077C8;
}
.section_AccountDetail .btn, .section_AccountDetail .btn:focus, .section_AccountDetail .btn:active {
    background: #ff5316;
    border-color: #ff5316;
    color: #fff;
}
.bluebg-heading {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section_CustomerInformation h1 {
    border-bottom: 2px solid #0077C8;
    font-size: 1.5em;
    color: #797979;
}
.section_CustomerInformation{
    border-bottom: 2px solid #0077C8;
}
.section_CustomerSearch h1 {
    border-bottom: 2px solid #0077C8;
    font-size: 1.5em;
    color: #797979;
}
.section_CustomerSearch > .row > .col-sm-6 {
    width: 100%;   
}
.section_CustomerSearch .btn, .section_CustomerSearch .btn:focus, .section_CustomerSearch .btn:active {
    background: #ff5316;
    border-color: #ff5316;
    color: #fff;
}
.section_CustomerSearch h1,
.section_OrderSearch h1,
.section_InvoiceSearch h1,
.section_QuoteSearch h1 {
    border-bottom: 2px solid #0077C8;
    font-size: 1.5em;
    color: #797979;
}
.section_CustomerSearch > .row > .col-sm-6 {
    width: 100%;   
}
.section_CustomerSearch .btn, .section_CustomerSearch .btn:focus, .section_CustomerSearch .btn:active,
.section_OrderSearch .btn, .section_OrderSearch .btn:focus, .section_OrderSearch .btn:active,
.section_InvoiceSearch .btn, .section_InvoiceSearch .btn:focus, .section_InvoiceSearch .btn:active,
.section_QuoteSearch .btn, .section_QuoteSearch .btn:focus, .section_QuoteSearch .btn:active {
    background: #ff5316;
    border-color: #ff5316;
    color: #fff;
}
.section_OrderSearch thead tr th,
.section_InvoiceSearch thead tr th,
.section_QuoteSearch thead tr th {
    border-bottom: 2px solid #0077C8;
}
.section_ShopplingList h1,
.pt-page-favoriteproducts .section_Content h1.page-header {
    border-bottom: 2px solid #0077C8;
    font-size: 1.5em;
    color: #797979;
}
.section_FavoriteProductsList #productlist {
    border: none;
}
.section_FavoriteProductsList .pt-list-attribute-item .attr-description {
  	display: none;
}
.section.FavoriteProductsList .pt-list-attribute-item .attr-value {
  	display: none;
}
.section_BasketProductImport {
 	margin-top: -10px; 
}
.section_BasketProductImport .js-basketImport:before {
    content: '\f093';
    font-family: fontawesome;
    margin-right: 10px;
    color: #0077C8;
    font-size: 15px;
}
.empty-basket-link,
#btnMailCart,
.empty-basket-link:hover,
.empty-basket-link:active,
.empty-basket-link:focus,
#btnMailCart:hover,
#btnMailCart:focus,
#btnMailCart:active {
    background: none !important;
    border: none;
    color: #797979;
    font-weight: bold;
    box-shadow: none;
}
.section_BasketProductImport .js-basketImport,
.section_BasketProductImport .js-basketImport:hover,
.section_BasketProductImport .js-basketImport:active,
.section_BasketProductImport .js-basketImport:focus {
    background: none !important;
    border: 2px solid #aaa;
    color: #797979;
    font-weight: bold;
}
.cartactions-container #EmptyCart {
    padding-left: 0;
    padding-right: 0;
}

.pt-page-checkout .modal-header {
		background: #0077C8;
    	margin-top: -40px;
    	margin-left: -40px;
    	width: calc(100% + 80px);
    	padding: 20px;
}
.pt-page-checkout .close {
	color: #fff;
}
.pt-page-checkout .modal-title,
.pt-page-checkout .modal-header h3 {
	color: #fff;
	text-align: center;
}
.pt-page-checkout .modal-header h3 {
	margin-top: 15px;
}
.pt-page-checkout h3.modal-title {
  	margin-top: 0;
}

.pt-page-checkout .basket-import-initialized .textFileFormat {
	text-align: center;
}
.pt-page-checkout .basket-import-initialized .excelFileFormat {
	text-align: center;
	margin-bottom: 30px;
}
.pt-page-checkout .basket-import-initialized .textFileFormat b {
	text-transform: uppercase;
  	color: #0077C8;
}
.pt-page-checkout .basket-import-initialized .excelFileFormat b {
	text-transform: uppercase;
  	color: #0077C8;
}
.pt-page-checkout .basket-import-initialized input[type="file"] {
	margin-top: 30px;
}
.pt-page-checkout .basket-import-initialized input[type="file"]:hover {
	background: grey;
  	border-color: grey;
  	color: #fff;
}
.pt-page-checkout .basket-import-initialized #basketProductImport {
	margin-top: 10px;
	float: right;
  	background: #ff5316;
    border-color: #ff5316;
}
.basket-qty-input-field{
  	width: 50px;
}

/* Checkout confirmation */
.pt-page-checkoutconfirmation .breadcrumbs-row .section_TranslationText h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.pt-page-checkoutconfirmation .breadcrumbs-row .container {
    margin: 0 auto;
}
.pt-page-checkoutconfirmation .breadcrumbs-row .container > div {
    padding: 0;
}
.section_CheckoutConfirmation .section-heading {
    display: none;
}
.section_CheckoutConfirmation .summary-header {
    margin-top: 10px;
}
.section_CheckoutConfirmation legend {
    color: #0077C8;
    border: none;
    font-size: 1.1em;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#mailcartForm .row:first-of-type span {
	text-transform: uppercase;
	font-weight: bold;
	color: #797979;
}
#mailcartForm .row:nth-of-type(2) span {
	text-transform: uppercase;
	font-weight: bold;
	color: #797979;
}
#mailcartForm input[type="text"],
#mailcartForm textarea {
  	width: 100%;
}
#js-mailCart {
 	background: #ff5316;
    border-color: #ff5316;
    color: #fff; 
}
#deliverySection label,
#summaryWrapper label {
    color: #797979;
    text-transform: uppercase;
    font-size: 0.9em;
}
#summaryWrapper br {
    display: none;
}
.section_FavoriteProductsList .hover-product {
    padding: 10px;
}
@media screen and (min-width: 1200px){
    .section_ProductSearchList .field-avail {
        min-width: 250px !important;
    }
}
.section_ForgotPassword #forgot-pw-input {
    width: 100%;
}
.section_ForgotPassword .input-group {
    display: block;
}
.section_ForgotPassword #js-forgot-pw {
    margin-top: 10px;
}
@media screen and (min-width: 768px){
    .catalog-desc-left .section_ProductNodeText {
        border-right: 1px solid #aaa;
    }
}
.catalog-desc-left {
        text-transform: uppercase;
        color: #797979;
        font-size: 1.4em;
  		padding-left: 0;
}
.catalog-desc-right {
    color: #797979;
    font-size: 0.95em;
}
.catalog-desc-row .row.container {
    border-bottom: 2px solid #0077C8;
    padding-bottom: 15px;
}
.section_Checkout #basketList-standard {
    margin-bottom: 15px;
}
.section_AccountDetail label {
    text-transform: uppercase !important;
    color: #797979;
    font-size: 0.9em;
}
.section_AccountDetail .row:last-of-type .form-group,
.section_AccountDetail .row:nth-last-of-type(2) .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.section_AccountDetail .row:last-of-type .col-sm-1,
.section_AccountDetail .row:nth-last-of-type(2) .col-sm-1 {
    order: 1;
    width: auto;
    padding-right: 0;
}
.section_AccountDetail .row:last-of-type .col-sm-3,
.section_AccountDetail .row:nth-last-of-type(2) .col-sm-3 {
    order: 2;
}
.section_AccountDetail .row:last-of-type label,
.section_AccountDetail .row:nth-last-of-type(2) label {
    /*text-transform: none !important;*/
    font-weight: normal;
    padding-top: 8px;
}

h1.page-header{
font-weight:500;
}

.section_AccountDetail label.control-label-lg, .section_AccountDetail label.control-label-static{
font-weight:500 !important;

}
.section_CustomerInformation label {
    text-transform: uppercase !important;
    color: #797979;
    font-size: 0.9em;
    padding-left: 0;
}
.section_CustomerInformation label {
    text-transform: uppercase !important;
    color: #797979;
    font-size: 0.9em;
    padding-left: 0;
}
.section_QuoteSearch th,
.section_InvoiceSearch th,
.section_OrderSearch th,
.section_CustomerSearch th {
    text-transform: uppercase !important;
    color: #797979;
}
.section_CustomerSearch .product-nav-pagination {
    margin-top: 10px;
}
.section_FavoriteProductsList #productlist > .product-nav:nth-of-type(2) {
    border-top: none !important;
    margin-top: -30px;
}
.section_FavoriteProductsList .paginate-top {
    display: none;
}
.section_ShopplingList th {
    text-transform: uppercase !important;
    color: #797979;
}
.section_ShopplingList .js-AddNewCart {
    background: #ff5316;
    border-color: #ff5316;
    color: #fff;
}
.section_ShopplingList table .fa {
    color: #aaa;
}
.btn-ptGrey:hover {
    color: #fff;
}
.pt-page-usercustomerinformation .section_CustomerInformation .control-label-static {
    font-size: 14px;
}
.pt-page-usercustomerinformation .section_CustomerInformation .form-control-static {
    font-size: 14px;
}
.section_MiniBasket th {
    text-transform: uppercase;
    color: #797979;
    border-bottom: 2px solid #0077C8;
    border-top: none !important;
}
.section_MiniBasket tbody {
    border-bottom: 2px solid #0077C8;
}
.section_MiniBasket .cart-table {
    margin-bottom: 0;
}
.section_MiniBasket .fa-remove:before {
    content: '\f1f8';
    font-family: fontawesome;
    color: #aaa;
    font-size: 18px;
}
.section_MiniBasket .cart-content.container .feature-basket {
    padding-left: 10px;
    padding-right: 10px;
}
.section_MiniBasket .checkoutMinicartBtn {
    background: #ff5316;
    border-color: #ff5316;
    color: #fff;
}
.section_MiniBasket .btn-group-justified {
    display: block;
    width: auto;
    float: right;
}
.section_MiniBasket .btn {
    width: auto;
    border-radius: 2px !important;
}
.section_MiniBasket th:first-of-type {
    padding-left: 68px;
}
@media screen and (max-width: 991px){
    .section_MiniBasket .cart-content {
        display: none !important;
    }
}
.catalog-desc-row .section {
    padding-bottom: 0;
}
[class*="block-grid-"] .hover-product-additional {
    display: block;
    left: 0;
}
[class*="block-grid-"] .hover-product-additional a {
    height: 100%;
    width: 100%;
}
[class*="block-grid-"] .hover-product-additional .hover-product-additonal-details p {
    display: none;
}
[class*="block-grid-"] .hover-product-image-wrapper {
    position: static !important;
}
[class*="block-grid-"] p .pt-list-attribute{
	display: none;
}
[class*="block-grid-"] .hover-product-additonal-details div{
	display: none;
}
#alertify-cancel {
    background: grey;
    border-color: grey;
}
.product-add-cart-btn {
    border-radius: 2px !important;
}

.pt-page-login .modal-header {
    background: #0077C8;
    margin-top: -40px;
    margin-left: -40px;
    width: calc(100% + 80px);
    padding: 20px;
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}
.section_CheckoutConfirmation .last-cell {
    display: none;
}
.section_CheckoutConfirmation td:nth-last-of-type(2),
.section_CheckoutConfirmation th:nth-last-of-type(2) {
    padding-right: 0;
}
.section_CheckoutConfirmation .cart-view-content {
    margin-top: 10px;
}
.section_Checkout #summaryWrapper .last-cell {
    display: none;
}
.section_Checkout #summaryWrapper td:nth-last-of-type(2),
.section_Checkout #summaryWrapper th:nth-last-of-type(2) {
    padding-right: 0;
}
.section_Checkout #summaryWrapper #basketList-standard .col-md-12 .cart-view-content.table-responsive ~ .row {
    padding-right: 0;
}
.js-avail-wrapper {
    padding-left: 0 !important;
    margin-bottom: 5px;
}
[data-loggedin="False"] .js-avail-wrapper {
    padding-left: 5px !important;
}
.section_AccountDetail .help-block li:nth-of-type(2),
.section_AccountDetail .help-block li:nth-of-type(3) {
    display: none;
}
/*Side by side Checkout*/
#checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection{
    display: block !important;
}
#checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection #btnCheckout{
    display: none;
}
#checkoutWrapper:has(#deliverySection[style*='display: block']){
    display: flex;
}
.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;
}
.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){
        min-width:65% !important;
    }
    #checkoutWrapper:has(#deliverySection[style*='display: block']) > div:nth-child(2){
        width:35% !important;
    }
}
@media screen and (max-width:1400px){
    .pt-page-checkout #checkoutWrapper{
        flex-direction: column;
    }
    .pt-page-checkout #checkoutWrapper > div:nth-child(2){
        margin-top:15px;
    }
    .pt-page-checkout .content{
        padding:0px;
    }
}
#checkoutWrapper #deliverySection fieldset .row .col-sm-6{
    min-width:100% !important;
}
#checkoutWrapper #deliverySection fieldset .row .col-sm-6 .form-group{
    display: flex;
    flex-direction: column;
}
#checkoutWrapper #deliverySection fieldset .row .col-sm-6 .form-group .col-sm-4,
#checkoutWrapper #deliverySection fieldset .row .col-sm-6 .form-group .col-sm-8{
    width:100%;
}
#checkoutWrapper .paymentItems > div{
    display: flex;
    align-items: center;
    display: inline-block;
}
#checkoutWrapper .paymentItems > div .paymentOption{
    white-space: nowrap;
    width:auto !important;
}
#checkoutWrapper #summarySection{
    overflow: hidden;
}
/*Order detail page 17*/
.section_OrderDetail h2 {
color:#797979;
text-transform:uppercase;
font-size:24px;
font-weight:700;
}

@media screen and (min-width:500px) {
.section_OrderDetail h2 {
position:absolute;
top:-50px;
left:15px;
}
}

.section_OrderDetail h4 {
color:#797979;
text-transform:uppercase;
font-weight:700;
}

.section_OrderDetail a {
color:#0077C8;
}

.section_OrderDetail .btn {
color:white;
    background: #ff5316;
    border-color: #ff5316;
}

.section_OrderDetail hr {
border-top:2px solid #0077C8;
margin-bottom:10px;
margin-top:0;
}

.section_OrderDetail label {
text-transform:uppercase;
color:#797979;
}

.section_OrderDetail {
font-size:14px;
}

.section_OrderDetail .order-detail-wrapper hr {
display:none;
}

.section_OrderDetail .basket-total-lines h5 {
font-weight:bold;
}

.section_OrderDetail .order-detail-wrapper  table td{
    padding-bottom:0px !important;
    padding-top:0px !important;
    }
    
    .section_OrderDetail .order-detail-wrapper .order-lines tr th{
    color:#797979;;
    font-weight:unset;
    }




.section_OrderDetail .order-detail-wrapper #drop4{
        display:none;
        }

.section_OrderDetail .order-detail-wrapper #actionHolder{
        width:50%;
        padding-right:0px;
        }
        
        
       .section_OrderDetail .order-detail-wrapper #actionHolder .dropdown-menu{
        display:block;
        border:none;
        background: none;
        box-shadow:none;
          list-style-type: none;
          margin: 0;
          padding: 0;
          overflow: hidden;
         position:relative;
        }
        
       .section_OrderDetail .order-detail-wrapper #actionHolder .dropdown-menu li{
        float:left;
        display:inline;
        margin-left: 5px;
        margin-top: 5px;
        }
        
        
        .section_OrderDetail .order-detail-wrapper #actionHolder .dropdown-menu li a{
        text-decoration:none !important;
color:white !important;
background:none !important;
        }
        
        .section_OrderDetail .order-detail-wrapper #actionHolder .dropdown-menu li a:after{
        display:none !important;
        }

.section_OrderDetail .order-detail-wrapper .dropdown-menu li:nth-of-type(1){
background:#ff5316 !important;
padding:6px 14px 6px 14px;
}

.section_OrderDetail .order-detail-wrapper .dropdown-menu li:nth-of-type(2){
background:gray;;
margin-left:10px;
padding:6px 14px 6px 14px;
}
        
        
        

/*Invoice details page 40*/
.section_InvoiceDetail h1 {
color: #797979;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
border-color:#0077C8!important;
}

.section_InvoiceDetail .WebToPrintActivation {
background:#ff5316;
bordeR:none;
color:white;
position:absolute;
top:5px;
right:15px;
font-size:25px;
padding-left:10px;
padding-right:10px;
}



.section_InvoiceDetail .WebToPrintActivation .fa::after {
content:"PRINT";
margin-left:5px;
    font-family: 'Lato', sans-serif;
font-size:15px;
font-weight:700;
}

.section_InvoiceDetail .col-md-5 {
color: #797979;
    text-transform: uppercase;
font-weight: 700;
}

.section_InvoiceDetail>.row {
line-height:27px;
}

.section_InvoiceDetail .table:nth-of-type(2) td {
border:none!important;
}

.section_InvoiceDetail .table:nth-of-type(2) {

    text-transform: uppercase;
font-weight: 700;
}

.section_InvoiceDetail .inv-customer{
margin-bottom:55px
}


.section_InvoiceDetail table thead th{
color:#797979;
font-weight:unset;
}

.section_InvoiceDetail table:nth-of-type(2){

color:#797979;
}

.section_InvoiceDetail .InvoiceRow font{
float:right;
}

.section_ShopplingList .page-header .fa{
display:none;
}

.section_Basket h1.page-header{
border-bottom: 2px solid #0077C8;
    font-size: 1.5em;
    color: #797979;
width:%
}
.section_Basket h1.page-header .fa{
display:none;
}

.section_QuoteDetail h2{
color: #797979;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    border-bottom:2px solid #0077C8!important;
}

.section_QuoteDetail .col-md-4, .section_QuoteDetail .col-md-5 {
    color: #797979;
    text-transform: uppercase;
    font-weight: 700;
padding-bottom:5px;
}

.section_QuoteDetail table th{
	font-weight:unset;
  	font-size: 14px;
  	color: #797979;
}

.section_QuoteDetail .basket-total-lines h5{
font-size:16px;
font-weight:700;
color:rgb(121, 121, 121);
}

.section_QuoteDetail h4{
color:rgb(121, 121, 121);
}
.section_QuoteDetail #drop4{
        display:none;
        }

.section_QuoteDetail #actionHolder{
        width:50%;
        padding-right:0px;
        }
        
        .section_QuoteDetail #actionHolder .no-bullets{
        float:right;
        }
        
       .section_QuoteDetail #actionHolder .dropdown-menu{
        display:block;
        border:none;
        background: none;
        box-shadow:none;
          list-style-type: none;
          margin: 0;
          padding: 0;
          overflow: hidden;
         position:relative;
        }
        
       .section_QuoteDetail #actionHolder .dropdown-menu li{
        float:left;
        display:inline;
        }
        
        
        .section_QuoteDetail #actionHolder .dropdown-menu li a{
        text-decoration:none !important;
color:white !important;
background:none !important;
        }
        
        .section_QuoteDetail #actionHolder .dropdown-menu li a:after{
        display:none !important;
        }

.section_QuoteDetail .dropdown-menu li:nth-of-type(1){
background:#ff5316 !important;
padding:6px 14px 6px 14px;
}

.section_QuoteDetail .dropdown-menu li:nth-of-type(2){
background:gray;;
margin-left:10px;
padding:6px 14px 6px 14px;
}

[data-pageid="39"] .search-quote-node a{
    color: #0077C8;
}

[data-pageid="40"] .search-invoice-node a{
    color: #0077C8;
}

[data-pageid="17"] .search-orders-node a{
    color: #0077C8;
}

/* Table Specs from csidesigns.com */
.comp-table.basic{
	width:100%;
	color:#3c3f42
}
.comp-table.basic td,.comp-table.basic th{
	font-size:1.4rem;
	line-height:1.42857;
	padding:.6rem 1rem;
	vertical-align:top
}
.comp-table.basic thead th{
	text-align:left;
	font-weight:900;
	border-top:.1rem solid #d3dade;
	border-bottom:.2rem solid #9da6ab
}
.comp-table.basic tr:nth-child(odd) td{
	background:#edf0f2
}
.comp-table.basic.side-thead tr td:first-child{
	border-right:.2rem solid #9da6ab;
	font-weight:900;
	color:#333
}
.comp-table.basic.side-thead tr:nth-child(odd) td:first-child{
	background:rgba(211,218,222,.75)
}
.comp-table.basic.side-thead tr:nth-child(2n) td:first-child{
	background:rgba(237,240,242,.75)
}
.comp-table.basic+.comp-table.basic{
	margin-top:3rem
}

/*Video container & iframe on product pages from csidesigns.com */
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* No search results */
.no-search-results {
    display: none;
}
.no-search-unit {
    display: none;
}
.section_ProductSearchList {
    padding-bottom: 0 !important;
}
@media screen and (max-width: 767px){
    .catalog-top h1, .breadcrumbs-row h1, .catalog-top h2 {
        font-size: 25px !important;
    }
  .catalog-top h2 {
  	margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .breadcrumbs-row {
      padding-top: 0;
  }
  .breadcrumbs-row .section {
      padding-bottom: 5px;
  }
  .no-search-unit img {
      width: 100px;
  }
  .no-search-unit .row {
     /* margin-top: -40px; */
      margin-left: 0px;
      margin-right: 0;
  }
  /*.catalog-top .section_BreadCrumb {
      padding-top: 0;
  }*/
  .catalog-top .section_ProductNodeTitle {
      padding-bottom: 5px;
  }
}
.row .quickshopcontent {
	margin-left: 15px;
}
.section_BasketProductImport .js-basketImport{
	margin-left: 15px;
}

#section_335 {
	visibility: hidden;
}

.table-responsive .order-lines th{
	vertical-align: bottom;
  	font-size: 14px;
}

/* Have an account? Login now. Button*/
section#section_422 a{
	background-color: #ff5316;
}

/*product page part number and description*/
section#section_423 h1{
  	font-size:20px;
  	margin-bottom: -10px;
  	font-weight: bolder;
  	text-transform: unset;
}
section#section_104 p{
	font-style: italic;
}

/*product node blue header*/
section#section_251 h1{
	font-size: 30px;
  	text-align: center;
}
section#section_250 .breadcrumb{
	margin-top: -20px;
  	font-size: 15px;
  	margin-bottom: -20px; 
}
section#section_332 ol.breadcrumb{
	font-size: 15px;
}
section#section_346{
	margin-top: 30px;
}
section#section_23{
	padding-top: 10px;
}
@media screen and (max-width:787px){
	section#section_249{
    	margin-top: 0px;
    }
}
@media screen and (min-width: 788px){
	section#section_249{
    	margin-top: 25px;
    }
}

/*format availability on product pages*/
#section_450 dl.dl-horizontal dt{
	display: none;
}
#section_450 table.extra-availability td:nth-of-type(even){
	font-weight: bold;
  	float: right;
  	margin-left: 10px;
}

/*format availability on recommended items in cart*/
#section_451 dl.dl-horizontal dt{
	display: none;
}
#section_451 .extra-availability td:nth-of-type(even){
	font-weight: bold;
  	float: right;
  	margin-left: 10px;
}

/*Non-returnable Ribbon*/
.ribbonText{
	background: #ff5316;
  	text-shadow: none;
}
#section_21 .ribbon{
	padding: 0px;
}
#section_21 .ribbonText{
	font-size: 10px;
}
.wisepops-root{
	display: none;
}
div#wisepops-root{
	display: none;
}
/*hide carrier, best case, worst case, confidence, task set on quote details */
.section_167 .col-md-6:nth-of-type(2) .row:nth-of-type(n+4){
	display: none;
}
/*hide Price Low to High and High to Low order by options on product nodes*/
#sortOrderSelection [value = "0"]{
	display: none;
}
#sortOrderSelection [value = "3"]{
	display: none;
}
.pt-page-ordersearch .modal-content .table td a{
	color:#0077C8;
  	text-decoration: underline;
}
.pt-page-orderdetail .modal-content .table td a{
	color:#0077C8;
  	text-decoration: underline;
}
a.js-MergeToCurrentQuote {
	text-transform: uppercase;
}
/*Remove last element of breadcrumb (current page)*/
.breadcrumb li:last-child{
	display: none;
}
/*Order import page*/
.row.order-import-page > div:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 2px solid #0081c6;
    padding:50px;
}
.order-import-page h2{
    font-weight: 100;
    text-transform:;
    color: #0081c6;
}
.order-import-page strong{
    color:#0081c6;
}
.order-import-page .section_BasketProductImport{
    padding-top:20px;
}
/*.section_249 .filter_search{
	display: none;
}*/

/* Filter Panel Color Options */
.selectValueContainer img{
	height: 30px !important;
  	margin: auto;
  	display: block;
    text-align: center;
}
.selectValueContainer .btn{
	background: transparent;
  	border-color: transparent;
   	color: black;
    text-align: center;
}
.selectValueContainer{
	width: 30%;
  	margin-right: 0px;
}
.largeSingleinputbutton {
	margin-top: 0px !important;
}
.LargeSingleSelectImage .control-label{
	color: #0077C8;
  	text-transform: uppercase;
}

/*Hide "My Area" in Mobile*/
@media screen and (max-width:767px){
  a.sidebar-nav-toggle.btn.btn-default{
	display: none;
  }
}
#section_142 .extra-availability td{
	width: 10px;
    white-space: nowrap;
}
#section_143 .extra-availability td{
	width: 10px;
    white-space: nowrap;
}
#section_142 .field-avail{
	text-align: center;
}
#section_143 .field-avail{
	text-align: center;
}
#section_142 .extra-availability td:nth-of-type(even){
    text-align: right; 
}
#section_143 .extra-availability td:nth-of-type(even){
    text-align: right; 
}
#section_142 .extra-availability td:nth-of-type(odd){
    text-align: left; 
}
#section_143 .extra-availability td:nth-of-type(odd){
    text-align: left; 
}

/*Hide Orange Ribbon in Small List View*/
.productlistrow span.ribbonText{
	display: none;
}


.maintenance-banner p {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
}
.maintenance-banner {
    background: #FF5316;
  	color: white;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.row{
	margin-left: -15px;
  	margin-right: -15px;
}
.show-all-results-button a {
    font-weight: bold !important;
}
/*Remove the word "Cart" from nav bar*/
.cart-field.input-lg.hidden-xs.form-control.feature-basket{
	display:none;
}
button.cart-btn.btn.btn-primary.btn-lg.pt-btn-basket{
	margin-left: -20px;
}
/*strikethrough gross price*/
p.product-grossprice{
	text-decoration: line-through;
}
.price-gross{
	text-decoration: line-through;
}

/*.section_ProductDetail_DeliveryDetailInfo.has-avail .product-additional-content .dl-horizontal > dd:first-of-type {
    display: none;
}
td.aggregated-confirmed{
	display: none;
}
.section_ProductDetail_DeliveryDetailInfo .product-additional-content .dl-horizontal > dd:first-of-type {
    font-weight: 700;
} */
/*Hide image counter that appears when you click on an image to enlarge it on PDP*/
.mfp-counter{
	display: none;
}


/* Video in slider */
.slick-slide-video > div {
    border: 1px solid #ccc;
    margin-left: 5px;
    width: calc(100% - 10px);
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-slide-video > div p {
    font-size: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.slick-slide-video .section_ProductDetail_Description {
    padding: 0;
    height: 100%;
}
.slick-slide-video {
    cursor: pointer;
}
.img-video-container {
    display: none;
}
.flexslider .slick-slide {
    width: 100px !important;
}
.slick-slide-video > div:before {
    content: "\f04b";
    font-family: fontawesome;
    font-size: 25px;
}
.slick-slide-video > div:after {
    content: 'Video';
    font-weight: 700;
}
.slick-slide-video > div {
    display: flex;
    flex-direction: column;
}
.slick-slide-video > div:before {
    background: #eef0f2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 18px !important;
    padding-left: 5px;
    padding-top: 3px;
    justify-content: center;
    align-items: center;
}
.slick-slide-video > div:hover:before {
    opacity: 0.7;
}
.slick-slide {
    cursor: pointer;
}
.noslide-video {
    width: 100% !important;
    display: flex;
}
.noslide-video .slick-slide-video > div {
    min-height: 65px !important;
    width: 65px !important;
}
.noslide-video .slick-slide-video > div:before {
    transform: scale(0.8);
}
.slick-slide.slick-slide-video.no-images-video {
	float: unset;
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .section_ProductImageLibrary .flexslider .slick-slide {
        width: 80px !important;
    }
    .slick-slide-video > div {
        min-height: 70px !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .section_ProductImageLibrary .flexslider .slick-slide {
        width: 70px !important;
    }
    .slick-slide-video > div {
        min-height: 60px !important;
    }
    .slick-slide-video > div:before {
        transform: scale(0.8);
    }
    .slick-slide-video > div:after {
        font-size: 13px;
    }
}

/* 3D in slider */
.slick-slide-3d > div {
    border: 1px solid #ccc;
    margin-left: 5px;
    width: calc(100% - 10px);
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-slide-3d > div p {
    font-size: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.slick-slide-3d .section_ProductDetail_Description {
    padding: 0;
    height: 100%;
}
.slick-slide-3d {
    cursor: pointer;
}
.img-3d-container {
    display: none;
}
.flexslider .slick-slide {
    width: 100px !important;
}
.slick-slide-3d > div:before {
    content: "\f1b2";
    font-family: fontawesome;
    font-size: 25px;
}
.slick-slide-3d > div:after {
    content: '3D';
    font-weight: 700;
}
.slick-slide-3d > div {
    display: flex;
    flex-direction: column;
}
.slick-slide-3d > div:before {
    background: #eef0f2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 18px !important;
    padding-left: 5px;
    padding-top: 3px;
    justify-content: center;
    align-items: center;
}
.slick-slide-3d > div:hover:before {
    opacity: 0.7;
}
.slick-slide {
    cursor: pointer;
}
.noslide-3d, .noslide-3d-mini, .noslide-video-mini {
    width: 100% !important;
    display: flex;
}
.noslide-3d .slick-slide-3d > div {
    min-height: 65px !important;
    width: 65px !important;
}
.noslide-3d .slick-slide-3d > div:before {
    transform: scale(0.8);
}
.slick-slide.slick-slide-3d.no-images-3d {
	float: unset;
}
@media screen and (max-width: 1399px) and (min-width: 768px){
    .section_ProductImageLibrary .flexslider .slick-slide {
        width: 80px !important;
    }
    .slick-slide-3d > div {
        min-height: 70px !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px){
    .section_ProductImageLibrary .flexslider .slick-slide {
        width: 70px !important;
    }
    .slick-slide-3d > div {
        min-height: 60px !important;
    }
    .slick-slide-3d > div:before {
        transform: scale(0.8);
    }
    .slick-slide-3d > div:after {
        font-size: 13px;
    }
}

.noslide-video-mini .slick-slide-video > div, .noslide-3d-mini .slick-slide-3d > div{
    min-height: 50px !important;
    width: 50px !important;
}

.noslide-video-mini .slick-slide-video > div::after, 
.noslide-3d-mini .slick-slide-3d > div::after{
    display: none;
}


@media screen and (max-width: 991px) and (min-width: 768px){
    .slick-track:has(.slick-slide-video), .slick-track:has(.slick-slide-3d){
        display: flex;
    }
    
    .slick-track:has(.slick-slide-video) .slick-slide-video > div, 
    .slick-track:has(.slick-slide-3d) .slick-slide-3d > div{
        width: 44px; 
        min-height: 44px !important;
    }
    
    .slick-track .slick-slide-video > div::after,
    .slick-track .slick-slide-3d > div::after{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .slick-track:has(.slick-slide-video), .slick-track:has(.slick-slide-3d){
        display: flex;
    }
}

[data-loggedin="False"] .p-productavailability {
    display: none;
}
[data-loggedin="False"] .js-avail-wrapper {
    display: none;
}
[data-loggedin="False"] .itemsAvailableHeader {
	display: none;
}
[data-loggedin="False"] .table .field-avail {
    display: none;
}
[data-loggedin="False"] .product-list-noThumbs .dl-horizontal {
    display: none;
}
/*---------------- New Menu ------------*/
/* Safari Fix */
.desktop-menu .cd-primary-nav .cd-secondary-nav > li{
	overflow:visible;
}
/**/
.desktop-menu .cd-primary-nav .cd-secondary-nav a{
    color:#0077c8;
    font-weight: 400;
    font-size:;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav{
    display: flex;
    flex-direction: column;
    padding:0px !important;
    overflow: hidden;
    background: #edf0f2;
  	/*background: linear-gradient(to right, #edf0f2 64%, #fff 64%);*/
}
.desktop-menu .cd-primary-nav .cd-secondary-nav > li {
    min-height: auto !important;
    background: #fff;
    position: static;
    padding: 2px 20px 2px 15.5vw !important;
    margin: 0px !important;
    z-index: 10;
    width:36%;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav > li > a:after{
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 1.2em;
    transition: 0.2s;
    background:transparent;
    color: #0077c8;
    font-weight: 100;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right:5px;
    top:0;
    transform: translate(-25%,50%);
    justify-content: center;
    display: flex;
    align-items:center;
    opacity:0;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul > li > a{
    font-weight: bold;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.go-back{
    display: none;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li a{
    padding: 0.5rem 1rem;
    color:#0077c8;
    font-weight: normal;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.see-all{
    display: block;
    background-color:#0077c8;
    color:#fff;
    border-radius: .3rem;
    transition: 0.25s;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.see-all:hover{
    background-color:#e45122;
    border:none;
    color:#fff;
    
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.see-all a,
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.see-all a:hover{
    color:#fff;
    text-decoration: none;
    font-weight: 400;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.see-all a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.see-all a:after{
    content: "\f105";
    position: absolute;
    right: 1.5rem;
    font-family: fontawesome;
    color:#0077c8 !important;
    background:#fff;
    width:20px;
    height:20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul li a{
    font-size:16px;
    line-height:30px;
    font-weight:400;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul li.see-all a{
    padding-top:0.5px;
    padding-bottom:0.5px;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul li.see-all{
    margin-bottom: 2px;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav > li:nth-child(2){
    padding-top:16px !important;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav > li:last-of-type{
    padding-bottom:18px !important;
}
/* Third level */
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > a{
    text-decoration: none;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > a:after {
    content: "\f178" !important;
    font-size: 1.2em !important;
    position: absolute;
    right: 10px;
    font-family: fontawesome;
    color: #0077c8 !important;
    background: ;
    width: 20px;
    height: 20px;
    top: 9px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
    background: none;
    opacity: 0;
    transition: 0.2s;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > a:hover:after {
    opacity: 1;
    right: 0px;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > a.selected:after {
    opacity: 1;
    right: 0px;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > a{
    margin:0.3rem 1rem 0.1rem 1rem !important;
    padding:0rem 0rem !important;
    border-bottom:1px solid transparent;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > a:hover,
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > a.selected{
    border-bottom:1px solid #0077c8;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.has-children a:before,
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul  li.has-children a:after{
    display: none !important;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul {
    position: absolute;
  	left:37.5%;
    top: 15px;
    width: 25% !important;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 30vw;
    flex-wrap: wrap;
    flex-basis: 25%;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li.has-children > ul + ul{
    left:68%;
}
@media screen and (max-width:1280px){
    .desktop-menu .cd-primary-nav .cd-secondary-nav >li.has-children > ul + ul{
        left:72%;
    }
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul:has( ul > li:nth-child(9)){
    max-height:90%;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav >li> ul ul{
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    max-height:1000px;
    position: relative !important;
    left:0% !important;
}
.desktop-menu li.has-children > a.selected,
.desktop-menu li.has-children ul,
.cd-primary-nav .cd-secondary-nav .moves-out > li > a{
    transform: unset !important;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav > li.has-children > ul.is-hidden{
    display: none;
}
.col-header-desktop-menu .cd-primary-nav .cd-secondary-nav>li:nth-child(n+11){
    border-top:none !important;
    padding-top:0px !important;
}
/*hover color*/
.desktop-menu .cd-secondary-nav > li > a{
    border-bottom:1px solid transparent;
    transition: 0.15s ease-in-out;
}
.desktop-menu .cd-secondary-nav > li > a:hover:after{
    opacity: 1;
    right: -5px;
}
.desktop-menu .cd-secondary-nav > li > a:hover{
    border-color:#0077c8;
    text-decoration: none;
}
.desktop-menu .cd-secondary-nav > .selected-list > a.selected{
    border-bottom:1px solid #0077c8;
}
.desktop-menu .cd-secondary-nav > .selected-list > a.selected:after{
    opacity: 1 !important;
    right: -5px !important;
}
@media screen and (min-width: 1200px) {
    .desktop-menu .cd-primary-nav .cd-secondary-nav {
        top: 51px !important;
        width:calc(100vw - 15px);
    }
}
.header .col-header-desktop-menu{
    margin-top:10px;
  	display:flex;
}
/* Third Level */
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~  li.has-children > ul.is-hidden{
    display: none;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > ul {
    display: table;
    position: absolute !important;
    /*width: 100%;*/
    /*left: 112% !important;*/
    background: #fff;
    height: auto;
}
/* White bg cover third level*/
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > ul{
    padding-bottom:200%;
    padding-right:50%;
    width:150%;
    padding-left:6%;
    left:106% !important;
    padding-top:15px;
    top:-15px;
}
/**/
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > ul > li {
    display: table-row;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > ul > li.go-back {
    display: none;
}
.desktop-menu .cd-primary-nav .cd-secondary-nav [data-level="3"] ~ li.has-children > ul > li.see-all{
    border-top-left-radius: .3rem !important;
    border-top-right-radius: .3rem !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: block;
}
/* Extra Height */
.desktop-menu .cd-primary-nav .extra-height .cd-secondary-nav > li:last-of-type{
    padding-bottom:158px !important;
}
.desktop-menu .cd-primary-nav .extra-height .cd-secondary-nav >li> ul:has( ul > li:nth-child(9)) {
    max-height: 95%;
}

/* New Menu Mobile */
@media screen and (max-width:1200px){
    .header-top-row .col-header-desktop-menu{
        max-width:30%;
    }
}
/*Videos/Blogs in Resources section*/
.section_578, .section_579{
	padding-bottom: 0 !important;
}
.section_562, .section_563, .section_564, .section_565, .section_566, .section_567, .section_568, .section_569, .section_570, .section_571, .section_572, .section_573, .section_574, .section_575, .section_576, .section_577, .section_546, .section_547, .section_548, .section_549, .section_550, .section_551, .section_552, .section_553, .section_554, .section_555, .section_556, .section_557, .section_558, .section_559, .section_560, .section_561{
	padding-bottom: 5px !important;
}
.resource-video-link a{
	color: #0077C8;
}
/*Fix width of filter dropdowns*/
#productfilter .form-group{
	/*width: 200px;*/
  	width: 100%;
}
button.multiselect.dropdown-toggle.btn.btn-default{
	background: transparent;
  	color: black;
}
.multiselect .control-label{
	color: #0077c8;
  	text-transform: uppercase;
}
#productfilter button.dropdown-toggle{
	border: none;
}
.FilterMultiSelect .btn-group{
	width: 100%;
  	border-top: 1px solid;
  	border-bottom: 1px solid;
}
.clearAllFilter{
	padding: 15px 50px;
  	font-size: 12px;
  	margin-right: 10px;
  	background-color: #0077C8;
}
.multiselect-container label.checkbox{
	font-size: 16px;
}
.activeFilters{
	display: block;
  	margin: auto;
}
.label-parttrap{
	background-color: #0077C8;
}
.section_249 hr{
	display: none;
}
/*adds X to top right corner of filter selction boxes*/
span.label.label-parttrap:after{
	content: " x";
  	font-size: 9px;
  	vertical-align: text-top;
}
label.label.label-info.pull-right.clearFilter{
  	color: gray;
  	border: 1px solid;
  	background-color: transparent;
}

/* Commercial brand links */
.cb-link.section {
    padding: 0;
}
.cb-link.section p {
    margin: 0;
}
.cb-link p {
    text-transform: uppercase;
    font-weight: bold;
    color: #797979;
}
.cb-link a {
    text-transform: uppercase;
    font-weight: bold;
    color: #0077C8;
}
.no-heading-margin h1 {
    margin-top: 7px;
}

/*hide empty space from node header area on mobile*/
@media screen and (max-width:767px) {
.row.catalog-desc-row.no-side-padding.no-side-margin{
	display: none;
}}
/*Mobile subMenu tiles on Node Pages*/
.section_581 .hover-product{
	height: initial;
  	display: flex;
}
.section_581 .hover-product-image-wrapper{
	flex: 1;
}
.section_581 .hover-product-image{
	padding: 0;
  	margin: 0 auto;
  	max-width: 60%;
}
.section_581 .hover-product-title{
	text-align: left !important;
  	align-self: center;
  	flex: 2;
  	padding-left: 20px;
  	font-size: 0.95em;
  	height: initial;
}
.section_581 .hover-product{
	border: 1px solid #aaa;
    display: flex;
    height: initial;
    padding: 5px;
}
.section_581 .hover-product-title a{
	color: #797979;
}
/*Collapsible Content (such as Node page FAQs)*/
.collapsible{
	background-color:#fff;
  	color: #000;
  	cursor: pointer;
  	padding: 18px;
  	width: 100%;
    border: 1px solid #797979;
  	text-align: left;
  	outline: none;
  	font-size: 18px;
}
.collapsible:before{
	content: '+';
  	font-size: 18px;
  	color: #000;
  	margin-right: 5px;
}
.active.collapsible:before{
	content: "-";
  	font-size: 18px;
  	margin-right: 5px;
  	color: #fff;
}
.active.collapsible{
	background-color: #0077C7;
  	color: #fff;
}
.collapsible:hover{
	background-color: #0077C8;
  	color: #fff;
}
.collapsible:hover::before{
  	color: #fff;
}
.collapse-content{
	padding: 0 18px;
  	display: none;
  	overflow: hidden;
  	background-color: #fafaf9;
  	padding: 10px 0;
}
/*Node page FAQs*/
.section_582 h2{
  	background-color: #0077C8;
  	color: #fff;
  	padding: 15px 10px;
  	border-radius: 5px 5px 0 0;
  	font-weight: 300;
  	text-transform: uppercase;
  	margin-bottom: 0;
}
.section_582{
	background-color: #fafaf9;
  	margin-top: 10px;
}
.section_582 p{
	padding: 0 15px; 
  	margin-bottom: 5px;
}
.section_582 ul{
	padding-right: 15px;
}
.section_582 div{
	margin: 10px;
}
/*UOM on node pages*/
.price-unit-code{
	text-transform: uppercase;
}

/*Account dashboard*/
.dashboard{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.dashboard > div > a > img{
    width: 60px;
}

.index-top{
    background: #0077C8;
    color: #fff;
    padding: 15px;
}

.index-top h1{
    text-align: center;
    color: #fff;
  	font-size: 30px;
}

.dashboard{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.dashboard > div > a > img{
    width: 60px;
}

.ci-welcome{
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    font-size: 30px;
}

.ci-welcome > section, .ci-welcome .section + .section {
    display: inline-block;
    padding-bottom: 0;
}

.ci-welcome h2{
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 1em;
    color: #575757;
}

.ci-welcome .user-profile-page-link a{
    border: none;
    padding: 0;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.1;
    color: #575757;
}

.ci-welcome .user-profile-page-link a::before{
    content: "";
    display: inline-block;
}

.ci-welcome .section_LoginStatus .user-log-out-link, 
.ci-welcome .section_LoginStatus .user-profile-sep, 
.ci-welcome .section_LoginStatus .user-profile-customer{
    display: none;
}

.ci-welcome-wrap > section > h4{
    text-transform: none;
}

.ci-welcome-wrap > .section_TranslationText{
    padding-bottom: 0 !important;
}

.ci-welcome-wrap .section_QuickShop .quickshopcontent{
    margin-left: 0;
}

.ci-welcome-wrap .section_QuickShop #quickHeader{
    width: auto;
}

.ci-welcome-wrap .quickshopcontent .col-sm-2.col-xs-2{
    width: auto;
    display: flex;
    flex: 1 0 auto;
}

.ci-welcome-wrap .row.quickshopcontent{
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

button#btnSubmitQuickshop_661{
	background: #ff5316;
  	border-color:#ff5316;
}

.quickshopcontent .col-sm-2.col-xs-4{
	width: 15%;
}

.quickshopcontent input{
	padding: 10px;
}

.ci-col-wrap{
    display: flex;
    gap: 0 20px;
    margin: 0 -35px;
}

.ci-border-wrap{
    padding: 15px;
}

.ci-border{
    /*border: 1px solid black;*/
    border-radius: 20px; 
    /*padding: 20px;*/
    margin-top: 20px;
}

.ci-border > div{
    padding: 15px;
}

.ci-slider .product-nav{
    display: none;
}

.ci-slider #productlist{
    border-top: none;
}

.ci-slider > section > h3{
    margin-bottom: 0;
    text-transform: none;
    font-size: 25px;
    color: #575757;
    padding-left: 25px;
}

.ci-slider .section_ProductNodeList{
    padding: 0 15px;
}
.ci-slider .slick-slide > div {
    padding: 0 10px;
}

/*.ci-slider .slick-slide .product{
    border: 1px solid #777;
    background: white;
}*/

.ci-slider .hover-product .field-stockcode{
 /*   border-bottom: 1px solid #777;
    padding-bottom: 5px;*/
  	order:2;
  	margin-bottom: 2px;
  	color: #000;
  	width: 100%;
}

.ci-slider .hover-product .pricepanel{
    float: left;
    width: 100%;
    order: 5;
}

.ci-slider .product-netprice{
	font-size: 16px;
  	margin-top: 0px;
}

.ci-slider .hover-product .pull-right:last-child{
    float: left;
  	order: 6;
  	border-top: 1px solid #aaa;
  	width: 100%;
  	padding-top: 10px;
}

.ci-slider .section_ProductNodeList .hover-product{
	border: 1px solid #aaa;
  	display: flex;
  	flex-wrap: wrap;
}

.ci-slider .hover-product-image-wrapper{
	order: 1;
}

.ci-slider .hover-product-title{
	order: 3;
  	font-weight: bold;
  	font-size: 0.9em;
  	margin-bottom: 0;
  	border-bottom: 1px solid #aaa;
  	width: 100%;
}

.ci-slider .p-productavailability{
	order: 4;
  	margin-bottom: 0;
  	width: 100%;
}

.ci-slider .js-avail-wrapper{
	order: 4;
  	font-size: 13px;
}

.productAvailability{
	text-transform: uppercase;
  	font-size: 12px;
  	font-family: "Lato", sans-serif;
  	font-weight: 700;
}

section#section_664{
	padding: 0;
}

.ci-slider .reloadlist{
	margin-top: 0;
}

/*Hide sliders if no content inside*/
.ci-slider:not(:has(.slick-list)){
    display: none;
}

.ci-slider:has(.slick-list){
    display: block;
} 

/*Mobile adjustments for dashboard*/
@media screen and (max-width: 1200px){
    .ci-xs{
        margin: auto;
    }
    
    .ci-xs .ci-col-wrap{
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    
    .ci-xs .ci-col-wrap > div{
        width: 100%;
    }
    
   
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .ci-xs .favorite,
    .ci-xs .shoppingList{
        display: none;
    }
}
@media screen and (min-width: 991px){
    .pt-page-checkout .section_QuickShop .row.quickshopcontent {
    display: flex;
}
}
.section_Checkout .human-verification {
    margin-bottom: 15px;
}
/*Hides numbers required for ordering document sections*/
.section_ProductDocuments h3:first-letter {
    font-size: 0;
}

/* Shopping list buttons */
.section_Basket .btn-export-container {
    display: flex;
    margin-left: 0;
    position: absolute;
    bottom: -90px;
}
.section_Basket a.btn.btn-default.btn-lg.export-basketlist-to-excel:before {
    position: static;
    transform: none;
}
.section_Basket .export-basketlist-to-excel {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_Basket .export-basketlist-to-excel:hover {
    opacity: 0.8;
}
.section_Basket #btnMailCart {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_Basket #btnMailCart:before {
    position: static;
    transform: none;
}
.section_Basket .export-basketlist-to-excel {
    display: none;
}
.section_Basket .btn-export-container .export-basketlist-to-excel {
    display: flex;
}
@media screen and (max-width: 991px){
    .btn-export-container {
        position: relative;
        top: -15px;
    }  
}
.section_Basket a.btn.btn-default.btn-lg.export-basketlist-to-excel {
    background: none !important;
    border: none;
    color: #797979;
    font-weight: bold;
    box-shadow: none;
}
.section_Basket a.btn.btn-default.btn-lg.export-basketlist-to-excel:before {
    content: '\f0ce';
    font-family: fontawesome;
    color: #0077C8;
    font-size: 25px;
}
a.btn.btn-default.btn-lg.export-basketlist-to-excel {
    background: none !important;
    border: none;
    color: #797979;
    font-weight: bold;
    box-shadow: none;
}
a.btn.btn-default.btn-lg.export-basketlist-to-excel:before {
    content: '\f0ce';
    font-family: fontawesome;
    color: #0077C8;
    font-size: 25px;
}
a.btn.btn-default.btn-lg.export-basketlist-to-excel:hover {
    opacity: 0.8;
}
.section_Checkout .cartactions-container {
    padding-right: 0;
}
.section_Checkout .export-basketlist-to-excel {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_Checkout .cartactions-container > a {
    height: unset;
}
.section_Checkout .cartactions-container {
    display: flex;
    align-items: center;
    margin-top: -8px;
}
.section_Checkout .empty-basket-link {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px){
    .section_Checkout .export-basketlist-to-excel {
        display: none;
    }
}
.cart-product-name, .cart-btn-group{
	text-transform: none;
}#btnCheckout {
 	background: #ff5316;
  	border-color: #ff5316; 
}
#btnSubmitQuickshop {
 	background: gray;
  	border-color: gray; 
}
.btn {
  	background: gray;
  	border-color: gray;
}
.btn.js-updateQuantity {
  	background: #ff5316;
  	border-color: #ff5316;
}
.cart-view-table th{
  	color: gray;
}
.hrblue {
  border-top: 1px solid #0077C8;
}