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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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


/*Product table price alignment*/

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


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


/* Order/quote detail page alignment */
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div {
    white-space: pre-line;
    text-align: unset !important;
    margin-bottom: 15px;
}
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div a {
    white-space: normal;
}
.section_TransactionalDocumentDetails table.order-lines > tbody > tr > td:nth-of-type(2) > div span {
    white-space: normal !important;
}
.section_QuoteDetail table.order-lines > tbody > tr > td:nth-of-type(3) {
    white-space: pre-line;
    text-align: unset !important;
}
.section_TransactionalDocumentDetails .DeliveredQty_OrderedQty, .section_TransactionalDocumentDetails .NetPrice, .section_TransactionalDocumentDetails .GrossPrice_Discount, .section_TransactionalDocumentDetails .Unit, .section_TransactionalDocumentDetails .LineSum {
    text-align: right;
}/* Image Banner extra*/
.image-banner-inner p{
    white-space: pre-wrap;
}
/* Image banner fullwidth */
.image-banner-fullwidth {
    height: 700px;
}
.image-banner-fullwidth .image-banner-inner {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translatey(-50%);
    max-width: 600px;
}
.image-banner-fullwidth img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.image-banner-fullwidth p {
    font-size: 2.2rem;
}
.image-banner-fullwidth h1, .image-banner-fullwidth h2 {
    font-size: 5rem;
}
.image-banner {
    background: #fff;
}
.image-banner-small-left, .image-banner-small-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 500px; /* adjust as needed */
    background: #fff;
    overflow: hidden;
  	margin-bottom: 30px;
}
.image-banner-small-left img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%; /* adjust for desired image coverage */
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
}
.image-banner-small-right img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%; /* adjust for desired image coverage */
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    z-index: 0;
}

.image-banner-small-left .image-banner-inner {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}
.image-banner-small-right .image-banner-inner {
    position: relative;
    right: 0;
    z-index: 1;
    margin-left: 50%;
    padding: 40px;
    box-sizing: border-box;
}
.image-banner-small-right .image-banner-inner h2, .image-banner-small-left .image-banner-inner h2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}
.image-banner-small-right .image-banner-inner p, .image-banner-small-left .image-banner-inner p {
    font-size: 1.2em;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
 	.image-banner.image-banner-small-right, .image-banner.image-banner-small-left {
    display: block;
}
.image-banner-small-right img, .image-banner-small-left img {
    position: relative;
    width: 100%;
    clip-path: unset;
}
.image-banner-small-left .image-banner-inner, .image-banner-small-right .image-banner-inner {
    width: 100%;
}
  
.image-banner-small-left img, .image-banner-small-right img {
 	object-fit: contain; 
}
  .image-banner-small-right .image-banner-inner{
    position: relative;
    margin-left: 0;
  }
  
}
@media screen and (max-width: 991px){
    .image-banner-fullwidth p {
        font-size: 1.8rem;
    }
    .image-banner-fullwidth h1, .image-banner-fullwidth h2 {
        font-size: 4rem;
    }
    .image-banner-fullwidth .image-banner-inner {
        left: 20px;
    }
    .image-banner-fullwidth {
        height: 500px;
    }
}

/* Content Banner */
.carousel{
    box-shadow: none;
}
.section_ContentBannerDataUnit:has(.image-banner),
.section_ContentBannerDataUnit:has(.image-banner) .banner-wrapper-main{
    padding-bottom:0px;
}
.section_ContentBannerDataUnit:has(.image-banner) .carousel-inner{
    margin-bottom: 0px;
}
@media screen and (min-width: 992px){
.object-contain img{
    object-fit: contain;
    height: 80%;
    top: 50%;
    transform: translate(0%, -50%);
}
}
@media screen and (max-width: 991px){
.object-contain img{
    object-fit: contain !important;
  	max-height: 400px;
}
}
.object-cover img{
    object-fit: cover;
  	width:100%;
}
/* Social Media Links */
.social-media-links{
    display: flex;
    gap:7px;
}
.social-media-links a{
    width:28px;
    height:28px;
    font-size:16px;
    border:1px solid #000;
    border-radius: 50%;
    padding:5px 5.5px;
    transition: 0.25s;
}
.social-media-links a:hover{
    text-decoration: none;
    background:#000;
    color:#fff;
}
.social-media-links a.fa-facebook{
    padding-left:7px;
}
.social-media-links a.fa-youtube-play{
    padding-left:4.5px;
}
/*----- Slash Image -------*/
.slash-img-container .vert-bg, .slash-img-container .vert-img{
    min-height:500px;
}
.slash-img-container .vert-bg{
    width: 50%;
    display: flex;
}
.slash-img-container .vert-bg .section_Content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slash-img-container .vert-bg h3{
    font-size:34px;
    max-width:70%;
    text-align: center;
  	color:#000;
  	text-transform:none;
}
.slash-img-container .vert-bg p{
	color:#000;
  	max-width:60%;
}
.slash-img-container .vert-img{
    overflow: hidden;
    position: relative;
    background:;
  	padding:0px;
}
.slash-img-container .vert-img img{
    width:100%;
    position: absolute;
    top:50%;
    transform: translate(0%, -50%);
    object-fit: cover;
    background:;
    height:100%;
}
.slash-img-container .vert-img.left img{
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.slash-img-container .vert-img.right img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.row > .col-sm-12:has(.slash-img-container){
    padding:0px;
}

@media screen and (max-width: 767px){
    .slash-img-container .col-sm-6 {
        width: 100%;
    }
    .slash-img-container .vert-img.left img, .slash-img-container .vert-img.right img {
        clip-path: unset;
        height: 250px;
        position: static;
        transform: unset;
        margin-bottom: 30px;
    }
    .slash-img-container .vert-bg, .slash-img-container .vert-img {
        min-height: unset;
    }
  	.slash-img-container {
    display: flex;
    flex-direction: column-reverse;
}
.slash-img-container .vert-bg {
    padding-bottom: 30px;
}
.slash-img-container .vert-bg .section_Content {
    width: 100%;
}
}


/* Page Header
 ============================== */
.p-head{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding:40px 0px 60px 0px
}
.p-head h1{
    color:#000;
    font-weight: 900;
    border-bottom: 4px solid #000;
    padding-bottom: 15px;
    margin:15px;
    width:50%;
    font-size:46px;
}
.p-head p{
    font-size:36px;
}
@media screen and (max-width:767px){
    .p-head h1{
        font-size: 28px;
    }
    .p-head p{
        font-size:18px;
    }
}
/* Video 
 ======================== */
.section_ContentDataUnit:has(.video-container) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
    margin-bottom: 0px;
}
.video-container {
	width: 650px;
	height: 366px;
	position: relative;
}
.video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-container iframe {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
/* Employee Group 
 ======================== */

.employee-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 20px;
  padding: 20px;
}
/* Employee Card 
 ===============================*/
.employee-card{
    display: flex;
    gap:20px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.employee-container{
    width:420px;
}
.employee-card .employee-img img{
    width:125px;
    border-radius: 50%;
    border-radius: 50%;
    background: #e8e8e8;
    box-shadow: none;
    border: none;
    padding: 10px;
    margin-left:-5px;
}
.employee-info{
    width:300px;
    padding:15px;
    margin-left:-30px;
    padding-left:30px;
    border-bottom:1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top:1px solid #ddd;
}
.employee-info a{
    color:#218848;
    font-size:13px;
    width:100%;
    display: block;
}
.employee-info a[data-type="phoneto"]:before{
    content: '\e0b0';
    font-family: 'Material Icons';
    font-size:13px;
    vertical-align: middle;
}
.employee-info a[data-type="mailto"]:before{
    content: '\e158';
    font-family: 'Material Icons';
    font-size:13px;
    vertical-align: middle;
}
@media screen and (max-width:998px){
    .employee-group {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
      gap: 20px;
      padding: 20px;
    }
    .employee-info{
        width:200px;
    }
    .employee-container{
        width:300px;
    }
    .employee-card .employee-img img{
        width:100px !important;
    }
}
@media screen and (max-width:767px){
    .employee-group {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
      gap: 20px;
      padding: 20px;
    }
    .employee-info{
        width:100%;
    }
    .employee-container{
        width:100%;
    }
    .employee-card .employee-img img{
        width:150px !important;
    }
}
/* Testimonial Card */
.testimonial-card{
    border: 2px solid #218848 !important;
    background:#fff;
    padding: 25px 30px;
    border-radius: 25px;
}
.testimonial-card .testimonial-text{
    font-style: italic;
    line-height: 1.8;
    font-size:18px;
}
.testimonial-card .company-name{
    font-weight: bold;
    margin-top:20px;
    margin-bottom:20px;
}/* 4 Column */
.image-grid-01a {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 26vw;
  }

.image-alignment-01a{
    background-size: cover;
    background-position: center center;
  }

/* 3 Column */
.image-grid-mkts-01a {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*grid-auto-rows: 26vw;*/
  }

  .image-alignment-mkts-01a {
    background-size: cover;
    background-position: center center;
    margin: 2px;
  }
  .image-alignment-mkts-01a h3{
    text-transform: capitalize !important;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
    text-align: center;
  }
  
  
  @media (min-width: 1200px){
    .image-grid-01a {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-auto-rows: 19.7vw;
    }
    .image-grid-mkts-01a {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 19.7vw;
    }
  }
  @media (max-width: 700px){
    .image-grid-01a {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 39.9vw;
    }
    .image-grid-mkts-01a {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 39.9vw;
    }
  }
  @media (max-width: 450px){
    .image-grid-01a {
      grid-template-columns: 1fr;
      grid-auto-rows: 85.6vw;
    }
    .image-grid-mkts-01a {
        grid-template-columns: 1fr;
        grid-auto-rows: 85.6vw;
    }
  }
/* ==========================================================================
   General Site Styling
   ========================================================================== */
.original{
	display:none;
}
@media screen and (min-width:767px){
    .half-width{
        width:50%;
        margin:0 auto;
    }
}
@media screen and (max-width:767px){
    .gray-bg .half-width{
        padding:0px 20px 20px 20px !important;
    }
    .half-width{
        padding:20px !important;
    }
}
.slick-dots{
	bottom:15px !important;
}
.testimonial p{
    margin-top: 1rem;
    font-size: 22px !important;
    text-align: center;
    line-height: 2;
    font-style: italic;
}
.testimonial p .quote-customer{
    font-style: normal;
    font-weight: 700;
}
.content:has(.gray-bg){
    background:#fff;
}
.cd-main-content:has(.gray-bg){
    background:#e8e8e8;
}
.no-slash img{
    clip-path: none;
    object-fit: contain;
}
@media screen and (max-width:767px){
    .no-slash img{
        width:100%;
        height:100%;
    }
}
/* Cheat sheet color codes
   ========================================================================== 
Grey: #E8E8E8
Green: #218848
*/

/* Fonts
   ========================================================================== */

/* ----- Imported fonts -----*/
@font-face {
  font-family: "cocogoose";
  font-style: normal;
  font-weight: 400;
  src: url("/customfonts/Cocogoose-Pro-Text-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "cocogoose";
  font-style: normal;
  font-weight: 700;
  src: url("/customfonts/Cocogoose-Pro-Darkmode.ttf") format("truetype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://fonts.parttrap.com/Icons/material-icons.woff2") format("woff2"), url("https://fonts.parttrap.com/Icons/material-icons.woff") format("woff");
}


/* ----- Body fonts ----- */
body {
    font-family: "cocogoose", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* ----- Headings -----*/
.page-header{
	color:#000;
}
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "cocogoose", sans-serif;
}
h1, h1.page-header {
  	font-weight: 700;
}
h2, h2.page-header {
  	font-weight: 700;
}
h3 {
    text-transform: none;
}
h4 {
    text-transform: none;
}
h5 {
    text-transform: none;
}

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

/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.btn, .btn:focus, .btn:active, .btn-01a, .land-d-btn, .lan-b-btn {
    background: #218848;
    border-color: #218848;
    color: #fff;
  	border-radius: 99px;
    text-transform: none;
}
.btn:hover {
    background:;
    border-color:;
    color:;
  	border-radius: 99px;
    text-transform: none;
}
/*CTA buttons */
.btn.btn-ptOrange, #btnConfirm.btn, .btn.btn-ptOrange:focus, #btnConfirm.btn:focus, .btn.btn-ptOrange:active, #btnConfirm.btn:active  {
    background:;
    border-color:;
    color:;
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover {
    background:;
    border-color:;
    color:;
}

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

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background: #218848;
    border-color: #218848;
    border-radius:;
  	color: #fff;
}
.alertify-log * {
  	color: #fff;
}

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

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


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

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

/* Header
   ========================================================================== */
/* ----- General header styling -----*/
.header {
  background: #fff;
  border: none;
}

/* ----- 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) {
    
}
/* ----- Icons ----- */
.header section:has(.search-icon),.header section:has(.fa){
    padding-bottom: 0px !important;
}
.icon-row .fa-user:before, .icon-row .fa-search:before, .icon-row .fa-sign-in:before{
    font-size:24px;
  	color:#333;
}
.header .cart-btn .fa:before{
	color: #333;
    font-size:25px;
}
.icon-row .fa-user:hover{
    cursor: pointer;
}
.icon-row .user-icon, .icon-row section:has(.fa-sign-in){
    padding-bottom:0px;
}
.icon-row .user-icon p, .icon-row section:has(.fa-sign-in) p{
    margin-bottom:0px;
}
.icon-row > .col-sm-12{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:10px;
}
.icon-row .section_MiniBasket{
    width:100%;
}
.login-icon{
	text-decoration:none !important;
}
.login-icon:hover, .login-icon:focus, .login-icon:active {
    text-decoration: none;
}
/* ----- User Container ----- */
.header.user-container{
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right: none;
}
.user-container {
    position: absolute;
    right: 0;
    top:70px;
    z-index: 555;
  	width:300px;
    background: #fff;
  	display:none;
  	overflow:hidden;
}
@media screen and (max-width: 991px){
 	.user-container {
     	top: 60px; 
    }
}
.user-container > .container {
    width: 300px;
}
.user-container .top-bar-link>a{
    border:none;
    width:100% !important;
    text-align: center;
}
/* ----- Login ----- */
/* Login general */
.pt-page-login .gray-bg .login-row > div{
    padding:30px 5vw !important;
}
.pt-page-login .login-row .section_TranslationText{
    margin-bottom:0px;
    padding:0px 15px;
}
.pt-page-login .login-row h3{
    text-transform: none;
}
.pt-page-login .login-row .row > div{
    padding-top:15px;
}
.pt-page-login .login-row .col-md-5:first-of-type .col-sm-8:before,
.pt-page-login .login-row .col-md-5:nth-of-type(2) .col-sm-8:before{
    display: none;
}
.pt-page-login .login-row .section_Login input{
    padding-left:15px;
    border-radius: 25px;
    height:40px;
}
.pt-page-login .login-row #loginform label{
    font-weight: normal;
}
.pt-page-login .login-row #loginform .btn{
    max-width:150px;
    background:#000;
    border-color: #000;
}
.pt-page-login .login-row > div:nth-of-type(2) .btn{
    width:300px;
}
.login-row .section_ForgotPassword h3{
    color:#218848;
    font-weight:;
    text-transform: lowercase !important;
    margin-top:;
}
.login-row .section_ForgotPassword h3::first-letter{
    text-transform: capitalize !important;
}
.login-row .section_ForgotPassword{
    padding:0px 15px;
}
.login-row .row:has(> #login-response-msg-holder){
    margin-bottom:0px;
}
/* @ Login mobile <-767px */
@media screen and (max-width:767px){
    .pt-page-login .gray-bg .login-row > div{
        padding:30px 30px !important;
    }
    .pt-page-login .login-row > div:nth-of-type(1) section{
        margin-bottom:0px;
    }
}

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

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

/* ----- Cart ----- */
/* Cart general */
/*Badge*/
.header .cart .badge.visible-xs{
    display: block;
    top: -5px;
    left: 14px;
    border: none;
    background: #01AABC;
    border:2px solid #fff;
    color: #fff;
    font-size: 11px;
    padding: 2px;
    padding-top: 3px;
    padding-right: 2px;
    min-height: 20px;
    min-width: 20px;
}

/*Removes original header cart style*/
.cart.header-input {
    margin-top: 0;
}
.header .cart-btn {
    background: none !important;
    border: none !important;
    font-size: 26px;
    padding: 0;
}
.header .cart-btn {
    position: relative;
}
.header .cart-field {
    background: none;
    border: none;
    color: #fff;
  	display:none;
}
.cart-field-label {
    margin-right: 10px;
}
.section_MiniBasket .cart-content.container {
    right: 0 !important;
    position: absolute;
    width: 400px;
    padding: 15px;
}
.header .section_MiniBasket {
    position: relative;
    width:33px;
}
.cart:hover {
    width: 100%;
    background: none;
} 
.header .pt-btn-basket{
    background-color:#00AEAC;
    border-color:#00AEAC;
    height:33px;
    margin-top:0px;
}
/*------------*/
/* @ Cart tablet <-1199px */
@media screen and (max-width: 1199px) {
    
}
/* @ Cart mobile <-767px */
@media screen and (max-width:767px) {
    
}

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


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

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

/* ----- Main navigation desktop 1200px -> ----- */
@media screen and (min-width: 1200px) {
    .main-nav-desktop .megamenu-wrap {
    display: grid;
    grid-template-columns: repeat(6, 16.666667%);
    width: 80%;
    float: left;
}
.main-nav-desktop .megamenu-wrap > li > a {
    font-weight: bold;
}
.main-nav-desktop .megamenu-wrap > li {
    margin-bottom: 30px;
}
.main-nav-desktop .megamenu-wrap > li.has-children a:before,
.main-nav-desktop .megamenu-wrap > li.has-children a:after {
    display: none;
}
.main-nav-desktop .cd-secondary-nav {
    padding: 30px !important;
}
.main-nav-desktop .cd-secondary-nav .megamenu-content {
    width: 20%;
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 0;
    float: right;
}
.main-nav-desktop .cd-secondary-nav .megamenu-wrap {
    flex-grow: 1;
}
.main-nav-desktop .megamenu-content .node-class {
    display: none;
}
.main-nav-desktop .megamenu-content .custom-heading {
    font-weight: 700;
    font-size: 2rem;
}
.main-nav-desktop .megamenu-wrap li div {
    display: none;
}
.main-nav-desktop .megamenu-content img {
    width: 100%;
}
.main-nav-desktop .megamenu-content-left {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.main-nav-desktop .megamenu-content-left .btn {
    display: inline-flex;
    justify-content: center !important;
    align-items: center;
    padding: 5px 15px !important;
    color: #fff !important;
    text-align: center !important;
}
}
/* ----- Main navigation mobile <-1199px ----- */
@media screen and (max-width: 1199px) {
      
}

/* Sidebar navigation
   ========================================================================== */
/* ----- Sidebar navigation general ----- */

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

/* Footer navigation
   ========================================================================== */
/* ----- Footer navigation general ----- */

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

/*Footer
   ========================================================================== */
.footer .my-account a{
    font-size:12px !important;
    line-height:18px;
    margin: 0 0 10px;
}
.footer .my-account li{
    padding-top: 0px;
}
/* Footer general */
.footer{
    padding:0px;
    background:transparent;
}
.footer .footer-row{
    background:#fff;
    margin-top:30px;
    padding:20px 10px;
}
.footer .container{
    background:#ccc;
}
.footer .row.cant-find-row{
    background:#111 !important;
}
.footer .cant-find-row .vert-bg{
    background-color: #111 !important;
}
.footer .row.cant-find-row .vert-bg h3{
    color:#fff;
}
.footer .row.cant-find-row .vert-img img,
.footer .row.cant-find-row .vert-img{
	background:#111 !important;
}
/* Footer row */
.footer .footer-row .row {
    margin-bottom:30px;
}
.footer .footer-row h4, .footer .footer-row a{
    text-transform: none;
}
.footer .footer-row h4, .footer .footer-row p,
.footer .footer-row a, .footer .footer-row div{
    color:#111;
}
.footer .footer-row .row img{
    margin-left:-10px;
}

/* Footer bottom row */
.footer-bottom-row p{
    color:#000;
}
.footer-bottom-row .img-flex{
    display: flex;
    align-items:center;
    justify-content: center;
}
.footer-bottom-row .img-flex img{
    max-width:100px;
}
.footer-bottom-row .copy{
    text-align: center;
    margin-top:15px;
    text-transform: none;
}
.footer-bottom-row .iso p{
    text-transform: none;
}
/* Footer links */
.footer p a {
    color:;
}
.footer p a:hover {
    color:;
}

.footer .btn-primary{
    color:#fff !important;
}
/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Section name ----- */
/* Section desktop */

/* Section mobile */

/* ----- Search autocomplete dropdown ----- */
#ui-id-1 li {
    border-bottom: 1px solid #eee;
}
#ui-id-1 li:last-of-type {
    border-bottom: none;
}
#ui-id-1 .ui-state-active {
    background: #eee;
    border: none;
}
#ui-id-1 li a div:first-of-type {
    margin-right: 8px;
}


/* ==========================================================================
   Page Styling
   ========================================================================== */
.gray-bg {
 	background: #e8e8e8; 
}
.page:has(.bg-gray){
    background:#e8e8e8;
}
.green-bg, .green-bg > div{
    background:#218848 !important;
}
.flex-height.boxes > .green-bg{
    background:#218848 !important
}
.gray-bg .section_Content a:not(.btn){
    color: #218848;
    font-weight: bold;
}
.l-green-bg .section_Content a:not(.btn){
    color:#fff;
}
.l-green-bg, .l-green-bg > div,
.flex-height.boxes > .l-green-bg{
    background:#218848 !important;
  	color: #fff;
}
.flex-center, .flex-center > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Index page
   ========================================================================== */
.partnership-home section section > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop-by-cat .hover-product-image{
    width:225px;
    margin: 0 auto;
}
/* Dashboard Page (375(
 ======================================== */
.dashboard .promo{
    padding-bottom:0px;
    padding:15px 30px;
    background:#e8e8e8;
    border-radius: 50px;
  	margin-bottom:15px;
}
.dashboard .promo p{
    margin-bottom:0px;
}
.dashboard h3{
    text-transform: none;
    border-bottom: 1px solid #000;
    padding-bottom:10px;
}
.dashboard .sidebar-nav-heading{
    padding-left:0px;
}
.dashboard .updates-heading{
    margin-top:50px;
}
/* Updates List */
.dashboard .updates-list h2,
.dashboard .updates-list .flag-link{
    display: none;
}
.dashboard .updates-list .media-heading{
    border-bottom:none;
    font-size:16px;
    height:26px;
}
.dashboard .updates-list .media-heading:before{
    content:"\e7f4";
    font-family: 'Material Icons';
    font-size:18px;
    color:#218848;
}
.dashboard .updates-list .post-body{
    padding-top:5px;
}
.dashboard .updates-list .post-date{
    font-weight: normal;
    font-size:14px;
}
.updates-list .post-img{
    display: none;
}
/* News
   ========================================================================== */
/* ----- News archive page ----- */

/* ----- News detail page ----- */
.pt-page-newsdetail{
    background:#e8e8e8;
}
.pt-page-newsdetail .content{
    background:#e8e8e8;
}
.news-hero .news-text .article-image,
.news-hero .news-text article p:not(.article-intro){
    display: none;
}
.news-hero .news-img section article *:not(.article-image){
    display: none;
}
.news-body .article-intro, .news-body .article-title,
.news-body .article-date, .news-body .article-image{
    display: none;
}
.news-hero {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 425px; /* adjust as needed */
    background: #fff;
    overflow: hidden;
    margin-bottom:30px;
    border-bottom:4px solid #218848;

}
.news-hero .news-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%; /* adjust for desired image coverage */
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
    padding:0px;
}
.gray-bg .col-sm-12:has( > .news-hero), .gray-bg .news-img{
    padding-top: 0px !important;
}
.news-img:not(:has(img)) {
    background: #218848 !important;
}
.news-hero .news-img img{
    width: 100% !important;
}
.news-img section{
    padding-bottom: 0px !important;
}

.news-img:after{
    display: none !important;
}
.news-text article{
    display: flex;
    flex-direction: column;
}
.news-text article .article-date{
    order:-1;
    font-size:1.5em;
    font-weight: 500;
}
.news-text .article-title{
    font-size: 2.5em;
    font-weight: bold;
}
.news-text .article-intro{
    font-size: 1.2em;
}

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


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


/* Login page
   ========================================================================== */
.pt-page-login {
    background-image:;
}


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

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

/* Product list (5)
========================================================================== */
.hover-product-title a:hover{
    color:#000;
}
.hover-product-title{
    text-transform: none;
}
/* Grid */
#productlist .product-grid .hover-product{
    border-color: transparent;
    background:#e8e8e8;
    padding:0px;
}
#productlist .product-grid .hover-product > *{
    padding:0px 15px;
}
#productlist .product-grid .hover-product > .hover-product-image-wrapper{
    padding:0px;
    background:#fff;
}
#productlist .product-grid .hover-product-title{
    height:auto;
    margin-bottom:0px;
}
#productlist .product-grid .field-stockcode{
    font-size:14px;
}
#productlist .product-grid .pull-right.pricepanel{
    float:left;
    font-size: 18px;
}
#productlist .product-grid .pull-right.pricepanel h4{
    font-size:22px;
    font-weight: normal;
    text-align: right;
}
.product-campaignprice{
	font-weight: bold !important;
}
.fa-bullhorn{
	display: none !important;
}
/* Relation List */
.section_ProductRelationList #productlist .product-grid .hover-product{
    border-color: #000;
}

/* Favorite Toggle Placement / Catalog Search List */
#productlist .product-grid .pt_product{
    position: relative;
   
}
/*#productlist .product-grid .pt_product > div:last-of-type{
    float:;
    display: inline-block;
    margin-top:-44px;
} */
#productlist .product-grid .pt_product .favorite{
    padding-right: 10px;
}
#productlist .product-grid .hover-product-title{
    /*margin-right:30px; */
    /*white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

/*campaign ribbon*/
.ribbon .campaign {
    display: none !important;
}

/* Favorite Toggler */
.favoriteToggler .fa-star-o:before,
.favoriteToggler .fa-star:before{
    padding:6px;
    border:1px solid #218848;
    border-radius: 50%;
    color:#218848;
}
.favoriteToggler .fa-star-o:before{
    content:"\f08a";
}
.favoriteToggler .fa-star:before{
    content:"\f004";
}
/* PDP (19)
========================================================================== */
.pt-page-productdetail, .pt-page-virtualproduct {
    background:#e8e8e8;
}
.tab-content #productlist .product-grid .pt_product .favorite {
    position: absolute;
    bottom: 75px;
    right: -2px;
    float: right;
}
.tab-content #productlist .product-grid .pt_product{
    border:1px solid #111;
}
.tab-content #productlist .product-nav-layout {
    display: none;
}
.tab-content #productlist .shoppingList{
    display: none;
}
.pdp-info-col > .row > div{
    display: flex;
    flex-direction: row;
    gap:10px;
}
.pdp-info-col .section_ProductAttributes{
    padding-bottom:0px;
    margin-top: 0px;
}
/*PDP*/
.pdp-info-col .section_ProductDetail_Header h1{
    margin-bottom:0px;
}
.pdp-info-col .section_ProductDetail_Header{
    padding-bottom:5px;
}
.pdp-info-col .section_ProductDetail_SkuNumber{
    padding-bottom: 0px;
  	margin-top: 15px;
}
.pdp-info-col .section_ProductDetail_SkuNumber p strong,
.pdp-info-col .section_ProductDetail_SkuNumber p:before{
    font-size:14px;
}
.pdp-info-col .section_ProductDetail_SkuNumber p:before{
    content:"SKU: "
}
.pdp-info-col .section_ProductDetail_SkuNumber p strong{
    font-weight: normal;
}
.pdp-info-col .section_ProductDetail_Price{
    padding-top:5px;
    padding-bottom: 10px;
    font-size:22px;
}
.pdp-info-col .section_ProductDetail_Price h2{
    font-size:26px;
}
.nav-tabs{
    margin-left:10px;
}
.tab-content .reloadlist{
    margin-top:0px;
}
.desc-row .section_ProductDetail_Description ul{
    padding-left:20px;
}
@media screen and (min-width:767px){
    .desc-row .section_ProductDetail_Description{
        padding-left:20px;
    }
}
/* PDP Image */
.pdp-img-col{
    position: relative;
}
.pdp-img-col .img-disc{
    padding-bottom: 0px;
    position: absolute;
    top:-35px;
    right:50%;
    transform: translate(50%,0%);
    width:100%;
}
.pdp-img-col .section_ProductImageLibrary img{
    border:1px solid #111;
    margin:0 auto;
}
@media screen and (max-width:767px){
    /*.pdp-img-col .slick-track,.pdp-img-col .slick-slide{
        width: 100% !important;
    }*/
}
/* PDP Add to Cart*/
.pdp-info-col .addToBasketContainer .product-quantity-input{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.pdp-info-col .addToBasketContainer .js-addToBasket{
    border-top-left-radius: 99px !important;
    border-bottom-left-radius: 99px !important;
}
.pdp-info-col .addToBasketContainer .fa-shopping-cart:before{
    content:"Add to Cart";
    font-family: cocogoose, sans-serif;
    font-weight: 600;
    vertical-align: middle;
}
.pdp-info-col .addToBasketContainer{
    display: flex;
    align-items: center;
    position: relative;
}
.pdp-info-col .addToBasketContainer .favorite{
    order:3;
    bottom:-10px;
    margin-left: 5px;
}
.pdp-info-col .favoriteToggler .fa-star-o:before, .pdp-info-col .favoriteToggler .fa-star:before{
    font-size:18px;
    padding:8px;
}
.pdp-info-col .addToBasketContainer .input-group-btn > .input-group{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    width: 100%;
}
.pdp-info-col .addToBasketContainer .input-group-btn > .input-group > .input-group-btn button{
    /*margin-top:20px;*/
}
.pdp-info-col .addToBasketContainer .input-group-btn > .input-group:before{
    content:"Quantity";
    font-size: 14px;
    width:100%;
}
/*.pdp-info-col .addToBasketContainer .input-group-btn,
.pdp-info-col .addToBasketContainer .input-group-btn > .input-group > .input-group-btn,
.pdp-info-col .addToBasketContainer .input-group-btn > .input-group > .input-group-btn button{
    width:100%;
}*/
.product-quantity-input{
    width:70px !important;
}
.pdp-info-col .addToBasketContainer .shoppingList{
    display: none;
}

@media screen and (max-width:767px){
    .pdp-info-col .addToBasketContainer .favorite{
        width:auto;
    }
}
/**/
/* Tabs */
.nav-tabs{
    display: flex;
    justify-content: flex-start;
    box-shadow: none;
    border:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
    border:none;
}
.nav-tabs>li>a{
    color:#000;
    background-color:transparent;
    border:none;
}
.nav-tabs li.active a{
    color:#218848;
    background:transparent;
}
.nav-tabs{
    font-size:18px;
}
.nav-tabs li{
    display: block;
}
.nav-tabs .dropdown.hidden-lg,
.tab-content h3.hidden-lg{
    display: none;
}
.tab-content .content{
    padding-top:0px;
}
@media screen and (max-width:767px){
    .nav-tabs{
        font-size:16px;
    }
}
/* VPDP (23)
========================================================================== */

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

/* Search result (4)
========================================================================== */
.pt-page-catalogsearch{
    background:#e8e8e8;
}
.product-nav .form-inline select{
    background:transparent;
    border:none;
    box-shadow: none;
}
/* Checkout (10)
========================================================================== */

/* Subline */
.cart-view-table tr[data-parentid]:not([data-parentid=""]){
    background:#fafafa;
}
.basket-sub-line .basket-thumbnail img{
    max-width:40px !important;
}
.basket-sub-line .cart-product-name{
	font-size:12px;
}
.cart-view-table tr[data-parentid]:not([data-parentid=""]){
    border-left:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    border-bottom:1px solid #E8E8E8;
}
/* Document Style
 ============================= */
/*Document Style*/
.documentlist .document img{
    display: none;
}
.documentlist .document, .documentlist a{
    display: flex;
    align-items: center;
    width:100%;
    padding:10px;
    border-left:3px solid #218848;
    border-top:1px solid #111;
    border-right:1px solid #111;
    border-bottom:1px solid #111;
  	background:#fff;
}
.documentlist li{
    width:50%;
}
.documentlist .document:hover, .documentlist a:hover{
    text-decoration: none;
}
.documentlist li:nth-child(odd){

}

.documentlist li br{
    display:none;
}
.documentlist .document:before, .documentlist a:before{
    content:'\f1c1';
    font-family: 'FontAwesome';
    font-size:28px;
    padding-right:10px;
}
.documentlist .document:after, .documentlist a:after{
    content:'\f01a';
    font-family: 'FontAwesome';
    font-size:22px;
    margin-left:auto;
}
ul.documentlist{
    padding-left:0px;
}
.documenttitlesearchbox, .documentsearchboxbutton {
    height:60px;
    font-size:20px;
}
.documentsearchboxbutton{
    background:none;
    border:none;
    color:#218848;
}
.documentsearchboxbutton:hover, .documentsearchboxbutton:active,
.documentsearchboxbutton:focus{
    background:transparent;
    color:#218848;
    box-shadow: none;
}
.input-group-btn:has(.documentsearchboxbutton){
    position: absolute;
    right:40px;
}
/* FAQ Page (380)
 ================================= */
.faq-tabs .nav-tabs{
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    border:none;
}
.faq-tabs .nav-tabs>li.active>a, .faq-tabs .nav-tabs>li.active>a:hover,
.faq-tabs .nav-tabs>li.active>a:focus{
    border:none;
}
.faq-tabs .nav-tabs>li>a{
    color:#000;
    background-color:transparent;
    border:none;
}
.faq-tabs .nav-tabs li.active a{
    color:#218848;
}
.faq-tabs .nav-tabs{
    font-size:22px;
}
.faq-tabs .nav-tabs li{
    display: block;
}
.faq-tabs .nav-tabs .dropdown.hidden-lg,
.faq-tabs .tab-content h3.hidden-lg{
    display: none;
}
.faq-tabs .tab-content .content{
    padding-top:0px;
}
.faq-tab td:first-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (min-width:1199px){
    .faq-tab{
        width:60%;
        margin:0 auto;
    } 
    .faq-tabs .nav-tabs{
        width:60%;
        margin:0 auto;
    }
}
@media screen and (max-width:767px){
    .faq-tabs .nav-tabs{
        font-size:16px;
    }
  .faq-tabs .nav-tabs {
    	flex-wrap: wrap;
    	text-align: left;
    	justify-content: center;
	}
}
/* faq toggle */
.faq-tab tr{
    display: flex;
    flex-direction: column;
    border:none !important;
}
.faq-tab tr td:nth-child(1){
    border:none !important;
    background:#fff;
    font-weight: 600;
    padding:20px 0px;
}
.faq-tab tr td{
    pointer-events: auto;
    cursor: pointer;
    border:none;
}
.faq-tab tr td:nth-child(1):after{
    content:"\e5cf";
    font-family: 'Material Icons';
    font-size:24px;
    line-height: 16px;
    float:right;
    transition: 0.2s;
}
.faq-tab tr .faq-open:after{
    transform: scaleY(-1);
    transition: scaley 0.2s;
}
.faq-tab tr td:nth-child(2){
    pointer-events: none;
    transition: all .25s ease-in-out;
    line-height: 0;
    padding:1px;
    color:transparent;
    border-bottom: 2px solid #e8e8e8;
    border-top:none;
}
.faq-tab tr td:nth-child(2) iframe{
    pointer-events: auto;
}
.faq-tab tr .faq-open{
    border:none !important;

}
.faq-tab tr .faq-open + td{
    line-height: 1.5;
    padding-top: 0em;
    padding-bottom: 1em;
    color:#333;
    transition: all .25s ease-in-out;
}
.faq-tab td iframe, .faq-tab td p, .faq-tab td a{
    height:0px;
    margin:0px;
    transition: all .25s ease-in-out;
    color:transparent !important;
}
.faq-tab .faq-open + td a{
    height:315px !important;
    transition: all .25s ease-in-out;
    color:#218848 !important;
    font-weight: 600;
    pointer-events: auto;
}
.faq-tab .faq-open + td iframe,
.faq-tab .faq-open + td p{
    height:315px !important;
    transition: all .25s ease-in-out;
}
.faq-tab td img{
    max-height:0;
    margin:0px;
    transition: all .25s ease-in-out;
}
.faq-tab .faq-open + td img{
    max-height: 500px;
    transition: all .25s ease-in-out;
}
/* Careers Page (379)
 ================================ */
.careers-list{
    padding-bottom: 15px !important;
    margin:0 auto;
}
.careers-list a{
    color:#218848;
    font-weight: 600;
}
.careers-list hr{
    max-width:90%;
}

/* Policies Landing Page (245)*/
.policies-row p{
    text-align: center;
}
.policies-row img{
    max-width:150px;
    margin:0 auto;
}
.circle a{
    width: 150px;
    height: 150px;
    background-color: #218848;
    color: #fff !important;
    font-weight:;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px;
    box-sizing: border-box;
    font-size:20px;
    transition: 0.2s;
    margin:0 auto;
}
.circle a:hover, .circle a:active, .circle a:focus{
    background-color: #1a6e3a;
    text-decoration: none;
}
/* Resources Page (378)
 =========================================*/
.link-row{
  	gap:0px 30px !important;
}
.link-row > div{
    flex-grow: 1;
}
.link-row span{
    font-family: 'Material Icons';
    font-size:4em;
}
.link-row section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:0px !important;
}
/* Authors
   ==========================================================================
Frida
*/

.header-main-row > div {
    width: 100%;
}
.header-main-row > div > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-main-row .header-logo {
    max-width: 220px;
    margin-right: 30px;
}
.header-main-row .section_CatalogSearchBox {
    margin-right: auto;
}
.header-nav-row {
    background: #E8E8E8;
  	max-width:100vw;
}
.header-nav-row .container {
    width: 100%;
}
.header-nav-row .container .main-nav-desktop .cd-primary-nav {
    width: 100%;
}
.header-nav-row .menu-align-right-button {
    float: right;
}
.header-nav-row .menu-align-right-button a {
    background: #218848;
    border-color: #218848;
    color: #fff;
    border-radius: 99px;
    text-transform: none;
}
.header .catalogsearchbox {
    background: #e8e8e8;
    border: none;
    box-shadow: none;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    height: 43px;
    min-width: auto;
}
.header .catalogsearchboxbutton {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #218848;
    border-color: #218848;
    padding-left: 25px;
    padding-right: 30px;
    height: 43px;
}
.header-top-row {
    background: black;
    color: #fff;
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.header-top-row p {
    margin: 0;
}
.box-padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.no-bottom-padding.section {
    padding: 0;
}
.gray-bg .section {
    /*margin-bottom: 30px;*/
    padding: 0;
}
.gray-bg .row > div {
 	background: #fff; 
}
.section_ProductParentNode_SubNodeMenu a {
    text-transform: none;
}
.centered-text {
 	text-align: center; 
}
.gray-bg .row {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 991px){
 	 .gray-bg .row {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
}



.gray-bg .row > div {
    margin-bottom: 15px;
    padding-top: 30px;
  	padding-bottom: 30px;
}
@media screen and (max-width: 991px){
 	.gray-bg .row > div {
    margin-bottom: 15px;
    padding-top: 15px;
  	padding-bottom: 15px;
} 
}
.gray-bg .row.flex-height > div {
    background: none;
    padding: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 992px){
 	.gray-bg .row.flex-height {
        gap: 30px;
        display: flex;
        margin-bottom: 0;
    }
  	.gray-bg .row.flex-height:has(.section_ContentDataUnit){
        gap: 0px;
        display: block;
    }
}
@media screen and (min-width: 1550px){
 	.gray-bg .row.flex-height:has(.section_ContentDataUnit){
        gap: 30px;
        display: flex;
        margin-bottom: 0;
    }
}

.gray-bg .row.flex-height:before, .gray-bg .row.flex-height:after {
    display: none;
}
.flex-height.boxes{
    padding:0px;
}
.flex-height.boxes > div{
    background: #fff !important;
    margin-bottom:30px !important;
    padding:30px 20px 15px 20px !important;
    margin-left: 15px;
    margin-right: 15px;
}
.flex-height.boxes .section_Image{
    /*max-height: 400px;*/
    overflow: hidden;
    margin-bottom:0px;
}
.flex-height.boxes > div:has(.section_Image){
    padding-top:15px !important;
}
@media screen and (min-width:767px){
    .flex-height.boxes > div:first-child {
        margin-right: 0px;
    }
    .flex-height.boxes > div:last-child {
        margin-left: 0px;
    }
}
@media screen and (max-width:767px){
    .flex-height.boxes{
        flex-direction: column;
        gap:0px !important;
    }
}
.flex-height .video-container{
    flex-grow:1;
    height:410px;
}
.flex-height > div:has(.video-container){
    padding:0px !important;
}
@media screen and (max-width:767px){
    .flex-height .video-container{
        height:255px
    }
}
.header-nav-row .cd-main-header {
    background: none;
}
.my-account-container {
    display: none;
}
.my-account-toggle p:before, .my-account-login p:before {
    content: '\e853';
    font-family: 'Material Icons';
    font-size: 35px;
    margin-right: 5px;
}
.my-account-toggle p, .my-account-login p {
    display: flex;
    align-items: center;
}
.my-account-toggle {
    margin-right: 15px;
    cursor: pointer;
}
.my-account-login {
    margin-right: 15px;
}
.header-main-row .section {
    padding-bottom: 0;
}
.header-main-row .section p {
    margin: 0;
}
.header .cart .badge.visible-xs {
    display: block;
    top: 7px;
    left: 25px;
    padding: 5px 7px;
    background: black;
}
.section_MiniBasket .cart {
    margin-top: -8px;
}
.section_MiniBasket .cart-content.container {
    right: -15px !important;
}
.section_MiniBasket th {
    border-top: 0 !important;
    border-bottom: 1px solid #ddd;
    text-transform: none;
}
.section_MiniBasket .btn-group-justified {
    display: flex;
    gap: 15px;
}
.section_MiniBasket .btn-group-justified .btn {
    width: 50%;
    border-radius: 99px !important;
}
.field-stockcode:before {
    content: 'SKU: ';
}
.hover-product-image {
    border: none;
    box-shadow: none;
}
.hover-product-hover-bg {
    background: none;
}
/* Blog Landing Page (374)
 =================================================== */
.content:has(.blog-landing-hero){
    background:#e8e8e8;
}
.blog-landing-hero{
    margin:20px 0px;
    padding:30px;
    background:#fff;
    text-align: center;
}
.blog-landing-hero h1{
    font-weight: 900;
    border-bottom: 4px solid #000;
    padding-bottom: 15px;
    width:50%;
    margin:0 auto;
}
.blog-landing-hero p{
    font-size:26px;
}
.blog-list-row{
    background:#fff;
    margin:0px 20px !important;
    padding: 10px 20px;
}
.blog-list-row #productlist .product-nav{
    display: none;
}
.blog-list-row #productlist .pt_product .pt-list-attribute-item .attr-description,
.blog-list-row #productlist .field-stockcode,
.blog-list-row #productlist .hover-product-additonal-details{
    display: none;
}
.blog-list-row #productlist .pt_product{
    border-left:none;
    border-right: none;
    border-top:none;
    border-bottom:4px solid #e8e8e8;
}
/*Date*/
.blog-list-row #productlist .pt_product .pt-list-attribute-item{   
    float:left;
    padding-right:4px;
}
.blog-list-row #productlist .pt_product .pt-list-attribute-item:nth-of-type(3):after{
    content:",";
    margin-left:-4px;
}
/* Blog Detail Page (373)
 =================================================== */
.blog-row > .col-sm-12{
    padding:0px;
}
.content:has(.blog-row){
    background:#e8e8e8;
}
.blog-row{
    margin:0px 20px !important; 
}
.blog-row > div{
    background:#fff;
}

.blog-row h1, .blog-row h2, .blog-row strong{
    font-weight: 900;
}
.blog-row .intro-section, .blog-row .blog-section{
    padding:10px 20px;
}
.blog-row .blog-title h1, .blog-row .blog-title{
    margin-bottom: 0px;
    padding-bottom:5px;
}
.blog-row .blog-section section{
    padding-bottom: 0px;
}
.blog-sub{
    margin:20px;
}
.blog-sub .subscribe-row{
    padding:30px 0px 30px 0px;
}
.blog-sub section{
    padding-bottom:0px;
}
@media screen and (min-width:1921px){
    .blog-row, .subscribe-row .newsletter-signup{
        max-width:1920px;
        margin:0 auto !important;
    }
}
/* Image */
.blog-row .main-img{
    max-height: 65vh;
    width:100%;
    overflow: hidden;
}
.blog-row .main-img img{
    width:100%;
    object-fit: cover;
    background-position: center center;
    position: relative;
    top:50%;
}
.blog-row .main-img .slick-active{
    top:50% !important;
    transform: translate(0%, -25%);
    width:100vw !important;
}
@media screen and (max-width:998px){
  .blog-row .main-img{
        max-height: 50vw !important;
    }  
}
/* Date */
.blog-row .date-row section{
    padding-bottom: 0px;
}
.blog-row .date-row dl{
    display: flex;
    gap:3px;
    margin-bottom:10px;
}
.blog-row .date-row dt{
    display: none;
}
.blog-row .date-row dd{
    font-size:13px;
}
.blog-row .date-row dd:nth-of-type(2):after{
    content:",";
    float:right;
}
/* Date Order*/
.blog-row .date-row dd:nth-child(1){
    order:1;
}
.blog-row .date-row dd:nth-child(2){
    order:0;
}
.blog-row .date-row dd:nth-child(3){
    order:2;
}
/* Subscribe to newsletter */
.subscribe-row{
    background:#218848 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:;
    color:#fff;
  	margin:;
}
.subscribe-row h2, .subscribe-row h3{
    font-weight: 900;
}
.subscribe-row input{
    width:350px;
    line-height: 34px;
    border-radius: 20px;
    border-color: transparent !important;
}
.header-main-row > .container {
    width: 100%;
}
.user-container {
    right: 15px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3) !important;
    padding: 30px 15px;
}
.main-nav-desktop .hidden-mainnav {
    display: none;
}
.padding-top-40 {
    padding-top: 40px;
}
.hover-product-image {
    background: white;
}
.section_ProductParentNode_SubNodeMenu h3 {
    font-weight: 400;
}
.section_ProductParentNode_SubNodeMenu .hover-product:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}
.section_ProductParentNode_SubNodeMenu .hover-product {
    transition: all 0.3s ease-in-out;
}

/* Nav */
.sidebar-nav .sidebar-item {
    border: none !important;
    margin: 0 !important;
    padding-bottom: 0;
}
.sidebar-nav-items {
    margin: 0;
    border: none !important;
}
.sidebar-nav-items li {
    border: none !important;
}
.sidebar-nav-heading {
    display: none;
}
.sidebar-nav li.active > div > a {
    color: #218848;
}
.sidebar-custom-heading.section {
    border-bottom: 1px solid black;
    margin-top: 5px;
    margin-bottom: 15px;
}
.sidebar-custom-heading h3 {
    font-weight: 400;
    text-transform: none;
}
.section_ProductNodeTitle h1 {
    font-weight: 700;
    margin-top: 0;
}
.product-nav .row div {
    background: none;
}
.section_ProductFilter.section div {
    background: none;
}
/* Iframe Form */
.resp-container iframe{
    background:;
    border:1px solid #218848 !important;
    border-radius: 50px;
    padding:15px 0px;
}
.ESD-form-banner1-cont .resp-container iframe{
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.788)), url(/en/image/getthumbnail/2978#MediaBankReference:2978|OTHER|CustomSize|1.0#) no-repeat bottom 7% center / cover;
}
.product-nav div {
    padding: 0;
    padding-top: 0 !important;
}
.product-nav {
    border: none;
}
.pagination>li.pull-right span {
    background: none !important;
    padding: 0;
}
.paginate-top .product-nav-pagination {
    padding-right: 0;
}
.pagination>li>a {
    margin-right: 8px;
    border-radius: 50% !important;
    min-width: 27px !important;
}
.pagination>.active>a {
    background: #218848;
}
.product-nav .previouspage a {
    background: none !important;
}
.product-nav .nextpage a {
    background: none !important;
    min-width: unset !important;
}
.product-nav .paginate-top {
    margin-bottom: 0 !important;
}
.toggle-lvl-one div.sidebar-item {
    padding-bottom: 0;
}
.section_ProductFilter.section {
    margin-bottom: 0;
}
.section_ProductFilter hr {
    display: none;
}
.section_ProductFilter .row > div {
    padding: 0;
    margin: 0;
}
.section_ProductFilter .row {
    margin: 0;
}
.sidebar-nav li.active > div > a {
    font-weight: 700;
}
#productfilter > div > div {
    width: 100%;
}
#productfilter {
    margin-bottom: 15px;
}
.section_ProductFilter > div {
    padding: 0 !important;
}
#productfilter > div {
    padding: 0;
}
#productfilter .form-group {
    padding-right: 0;
}
.section_ProductNodeTitle.section {
    margin-bottom: 0;
}
.pagination>li>a {
    background: #999;
    color: #fff;
}
.pagination>li>a:hover {
    background: #555;
    color: #fff;
}
.pagination>.active>a:hover {
    background: #218848;
}
.pagination .nextpage a, .pagination .previouspage a {
    color: #000 !important;
}
.addToBasketContainer .product-quantity-input {
    border-top-left-radius: 99px !important;
    border-bottom-left-radius: 99px !important;
    height: 40px;
    text-align: center;
}
.addToBasketContainer .product-add-cart-btn {
    border-top-right-radius: 99px !important;
    border-bottom-right-radius: 99px !important;
    height: 38px !important;
}
.paginate-top > ul > li:not(.pull-right) {
    display: none;
}
.product-nav > .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.paginate-top .pull-right {
    float: left;
}
.paginate-top .pull-right span {
    font-weight: 400 !important;
}
.paginate-top {
    display: flex;
    align-items: center;
}
.product-nav-layout {
    float: right;
    margin-left: 15px;
}
.paginate-bottom li.pull-right {
    display: none;
}
.product-nav div {
    margin-bottom: 0 !important;
}
.product-nav .form-inline label {
    font-size: 14px;
    font-weight: 500;
}
.product-nav .form-inline select {
    padding: 0;
    text-align: center;
}
.product-nav .filter-list-orderby {
    margin-right: 15px;
}
.paginate-top {
    width: 20%;
}
@media screen and (max-width: 767px){
    .product-nav .form-inline {
        float: left;
    }
    .product-nav .form-group {
        float: left;
        display: flex;
        align-items: center;
    }
    .product-nav .form-group label {
        white-space: nowrap;
        margin-bottom: 0;
    }
    .paginate-top {
        width: 100%;
    }
  	.product-nav > .row {
        flex-direction: column;
    }
}
.flex-height.boxes.policies-row > div:not(:has(.section_Content)) {
    background:transparent !important;
}
/* table */
.gray-bg .section_Content table th{
    background:#fafafa;
    border:1px solid #fff;
}
.gray-bg .section_Content table tr, .gray-bg .section_Content table td:nth-child(1), 
.faq-tab tr td.faq-open ~ td, .gray-bg .section_Content table th {
    border: 1px solid #e8e8e8;
    padding: 10px 10px;
}
.gray-bg .section_Content table{
    margin-bottom: 15px;
    width:100%;
}
.gray-bg .section_Content table a{
    color:#218848;
    font-weight: bold;
}
.cd-main-content > .content {
    padding-bottom: 0;
}
.product-node .megamenu-wrap > li > ul {
    display: none;
}
.main-nav-desktop .cd-secondary-nav > .see-all {
    display: none;
}
.user-container .sidebar-nav-heading {
    display: block;
    padding-left: 0;
    margin-bottom: 5px !important;
    text-transform: none;
}
.user-container .section_Content p {
    font-weight: 700;
    font-size: 1.3rem;
}
.user-container .section_Menu {
    margin-bottom: 20px;
}
.user-container .user-profile-page-link a {
    padding: 0;
    padding-top: 5px;
    text-align: left;
}
.user-container .user-log-out-link a {
    background: #218848;
    border-color: #218848;
    color: #fff !important;
    border-radius: 99px;
    margin-top: 10px;
}
#productlist .product-grid .slick-slide .hover-product {
    background: none;
    border: 1px solid #ddd;
    padding-bottom: 30px;
}
#productlist .product-grid .slick-slide .hover-product-image {
    padding: 30px;
}
#productlist .product-grid .slick-slide .hover-product .pull-right:last-of-type {
    display: none;
}
#productlist .slick-slider {
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}
#productfilter .form-group .filter-box {
    display: none;
}

/* Checkout redesign */
.pt-page-checkout {
    background: #E8E8E8;
}
#checkoutWrapper:has(#deliverySection[style*='display: block']) #basketSection #btnCheckout{
    display: none;
}
.pt-page-checkout #checkoutWrapper {
	margin-top: 30px;
}
.pt-page-checkout .cart-view-table.table thead{
    border-top: 0px;
}
.pt-page-checkout .cart-view-table>thead tr th{
    padding: 4px 10px;
}
.pt-page-checkout #checkoutWrapper > div{
  	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;
}
.pt-page-checkout #deliveryinformation .form-group label:nth-child(1) {
	margin-left: 15px;
	margin-right: 15px;
}

 .pt-page-checkout #checkoutWrapper .col-sm-12 {
 	padding-right: 15px !important;
 }

@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:1199px){
    .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;
}
.pt-page-checkout .paymentOption {
    margin-right: 10px;
}
.pt-page-checkout h1 {
    margin-bottom: 10px;
    margin-top: 30px !important;
    font-size: 5rem;
}
.pt-page-checkout #checkoutWrapper {
    margin-top: 5px;
}
.pt-page-checkout #deliveryFormHolder > .row > div {
    margin-top: 0 !important;
}
.pt-page-checkout #referencesField > .row:last-of-type > .col-sm-6:last-of-type > .form-group {
    flex-direction: row !important;
    align-items: center;
}
.pt-page-checkout #referencesField #CompleteShipment {
    margin-top: 2px !important;
}
.section_Checkout #deliverySection input,
.section_Checkout #deliverySection select,
.section_Checkout #deliverySection textarea,
.section_Checkout .select2-container.select2-container-disabled .select2-choice {
    background: #fff;
}
.section_Checkout #deliverySection {
    border-left: 0 !important;
}
.section_Checkout #summaryWrapper {
    padding: 15px;
}
.section_Checkout #btnAddRecipients {
    margin-left: 15px;
}
.section_Checkout #deliverySection #promotionsection {
    display: none;
}
.form-promo-code .btn-submit-promocode {
    display: inline-block;
    width: unset;
    padding-left: 14px;
    padding-right: 14px;
    height: 33px;
}
.form-promo-code > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.form-promo-code > div > label {
    width: 100%;
    display: none;
}
.form-promo-code .col-xs-2 {
    width: auto;
}
.form-promo-code .col-xs-10 {
    width: auto;
    padding-right: 0;
}
.section_Checkout #basketSection #btnCheckout {
    display: none;
} 
.section_Checkout #basketSection {
    width: 65%;
    float: left;
}
.section_Checkout #deliverySection {
    width: 35%;
    float: left;
    padding-left: 30px;
    margin-top: -46px;
}
.cart-view-table th, .cart-view-table td {
    border-color: black !important;
}
.my-cart-heading.section {
    margin: 0;
    padding-bottom: 0;
}
.my-cart-heading h1 {
    margin: 0;
    padding-bottom: 15px;
    width: 65%;
    font-size: 21px;
    border-bottom: 1px solid black !important;
}
.section_Checkout legend {
    border-bottom: 1px solid black;
    padding-bottom: 14px;
}
.section_Checkout .basket-total-lines h5 {
    margin-top: 5px;
    text-transform: none;
}
#backToBasket {
	display: none !important;
}
.section_Checkout .section-border {
    border-color: black;
    margin-bottom: 15px;
}
.section_Checkout #addressFields {
    margin-top: 20px;
}
.section_Checkout label {
    padding-left: 0;
    font-size: 14px;
}
#summaryWrapper > .section-heading {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    border-bottom: 1px solid black !important;
}
.section_Checkout #summaryWrapper .form-horizontal {
    border-bottom: 0;
}
.section_Checkout legend {
    font-size: 1.8rem;
}
.form-horizontal .OrderSummaryAddresses .form-group {
    margin: 0;
}
.header-nav-row .section{
    padding: 0;
}
.note-checkout {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px !important;
    border-radius: 30px;
  	margin-top: 30px;
}
.note-checkout h3 {
    text-transform: none;
}
#orderTypes legend.selected-order-type:after {
    content: 'Change order type';
    float: right;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}
#orderTypes legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* checkout redesign end */
@media screen and (min-width: 992px){
    .icon-index-row {
        display: flex;
    }
}
.icon-index-row > div {
    text-align: center;
}
.icon-index-row:before {
    display: none;
}
.icon-index-row h2 {
    font-size: 2rem;
}
.max-width-centered {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 30px !important;
}
.max-width-left {
    max-width: 1200px;
    padding: 30px !important;
}
.max-width-centered ul, .max-width-left ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    text-align: center;
    /*width: max-content; */
    margin: 0px auto;
    padding-left:0px;
  	margin-bottom:15px;
  	max-width:100%;
}
.max-width-centered ol, .max-width-left ol {
    columns: 21;
    -webkit-columns: 1;
    -moz-columns: 1;
    text-align: center;
    margin: 0px auto;
    padding-left:0px;
  	margin-bottom:15px;
  	max-width:100%;
}
.max-width-centered ul > li, .max-width-centered ol > li, .max-width-left ul > li, .max-width-left ol > li{
    text-align: left;
    margin: 5px 20px;
    line-height: 2.0em !important;
    font-size: 20px !important;
    font-weight: lighter;
}
@media screen and (max-width:992px){
    .max-width-centered ul, .max-width-left ul{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
  .max-width-centered ol, .max-width-left ol{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .max-width-centered ul > li, .max-width-centered ol > li, .max-width-left ul > li, .max-width-left ol > li{
        font-size: 18px !important;
    }
}
@media screen and (max-width:767px){
    .max-width-centered ul, .max-width-centered ol, .max-width-left ul, .max-width-left ol{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
.btn:hover, .btn-01a:hover, .land-d-btn:hover, .lan-b-btn:hover {
    background-color: #1a6e3a;
    border-color: #1a6e3a;
  	color: #fff;
}
.header-nav-row .menu-align-right-button a:hover {
    background-color: #1a6e3a;
    border-color: #1a6e3a;
    text-decoration: none;
  	color: #fff;
}
.header-nav-row .menu-align-right-button a {
    font-size: 14px;
}
.user-container .user-log-out-link a:hover {
  	background-color: #1a6e3a;
    border-color: #1a6e3a;
    text-decoration: none;
  	color: #fff;
}
@media screen and (max-width: 1199px){
    .header .catalogsearchbox {
        background: white;
    }
  .section_CatalogSearchBox .header-input {
   	margin-top: 0; 
    max-width:90vw;
  }
  	.header-main-row > div > div {
    justify-content: normal;
    }
}
.my-account-toggle {
    margin-left: auto;
}
  .header-main-row .section_Menu {
    width: 84px;
}
  .header-main-row .user-container .section_Menu { 
    width: 100%;
}
.header-main-row .section_Menu .cd-main-header {
    background: none;
}
.header-main-row .cart-content {
    display: none;
}
}
@media screen and (max-width: 550px){
 	.header .catalogsearchbox {
     	min-width: 0px; 
    }
  	.my-account-toggle {
    font-size: 0;
}
}
@media screen and (max-width: 767px){
 	.pt-btn-basket .badge {
     	margin-left: 0; 
    }
  	.header-main-row .header-logo {
    	max-width: 100px;
		margin-right: auto;
    }
}
.user-container .sidebar-nav-items {
    display: block !important;
}
.user-container .sidebar-nav-toggle {
    display: none;
}
.section_ProductImageLibrary hr {
    display: none;
}
.section_ProductImageLibrary .flexslider.product-carousel {
    max-width: 600px;
    margin: 0 auto;
}
.section_ProductImageLibrary .flexslider.product-carousel .slick-slide > div {
    margin: 10px !important;
}
.mfg-banner1-cont iframe {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.788)), url(/en/image/getthumbnail/2978#MediaBankReference:2978|OTHER|CustomSize|1.0#) no-repeat bottom 7% center / cover;
}
.slick-next:before {
    content: "\f054" !important;
    font-family: 'fontawesome';
    color: #777;
}
.slick-prev:before {
    content: "\f053" !important;
    font-family: 'fontawesome';
    color: #777;
}
.vp-relation-list .product-nav > .row {
    margin: 0;
}
.vp-relation-list .relateditemsheader {
    display: none;
}
.vp-fitler-by h3 {
    text-transform: none;
    font-weight: 400;
}
.vp-fitler-by.section {
    padding: 0;
}
.vp-variants-heading h2 {
    font-size: 2.4rem;
}
.pt-page-virtualproduct #productfilter > div > div {
    width: 250px;
}
.vp-relation-list .product-grid-thumbs-horizontal .col-md-3.col-xs-3 {
    max-width: 150px;
}
.vp-relation-list #productlist .product-grid .pt_product .favorite {
    position: static;
    margin-top: 10px;
    margin-right: 10px;
}
.vp-relation-list .col-md-4.col-xs-9 {
    width: auto;
    margin-left: auto;
}
.vp-relation-list .col-md-5.col-xs-9 {
    flex-grow: 1;
}
.vp-relation-list .product > .row {
    display: flex;
}
.clearAllFilter {
    background: none;
    color: #000;
}
@media screen and (max-width: 991px) {
 	.icon-index-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .icon-index-row > div {
        width: 100%;
    }
    .icon-index-row h2 {
        font-size: 1.3rem;
    } 
}
@media screen and (max-width: 991px){
    .section_ProductParentNode_SubNodeMenu .hidden-xs ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
    .section_ProductParentNode_SubNodeMenu .hidden-xs ul:before {
    display: none;
}
}
@media screen and (max-width: 767px){
    .section_ProductParentNode_SubNodeMenu .hidden-xs {
    display: block;
}
.section_ProductParentNode_SubNodeMenu .hidden-xs ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section_ProductParentNode_SubNodeMenu .hidden-xs ul li {
    padding: 15px;
}
.section_ProductParentNode_SubNodeMenu .visible-xs {
    display: none;
}

}
.has-children > ul > li.see-all > a:before {
    content: 'See all ';
}
.has-children > ul > li.see-all > a:hover {
    color: #000 !important;
}
@media screen and (max-width: 1549px){
    .flex-height:has(.section_ContentDataUnit) > div {
        width: 100%;
        margin-left: 0 !important;
      	margin-right: 0 !important;
    }
}
@media screen and (max-width: 991px){
    .flex-height > div {
        width: 100%;
        margin: 0 !important;
    }
}


.flex-height .section {
    /*margin: 0; */
    /*height: 100%; */
}
.flex-height .section:has(.image-banner) {
    margin: 0;
    height: 100%;
}
.flex-height .section .image-banner {
    height: 100%;
}
.main-nav-desktop .cd-primary-nav .cd-secondary-nav a {
    white-space: normal;
}
.icon-index-row {
    margin-top: 30px;
}
.large-btn a {
    min-width: 150px;
}
/*Mobile Table Class*/
@media screen and (max-width: 600px) {
    .mobile-table tr {
        border-bottom:;
        display: block;
        margin-bottom: .625em;
    }
    .mobile-table td {
        border-bottom:;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .mobile-table thead{
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .mobile-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}
.main-nav-desktop .cd-primary-nav > li .cd-secondary-nav {
    display: grid !important;
    grid-template-columns: repeat(5, 20%);
}
@media screen and (max-width: 1300px){
    .main-nav-desktop .cd-primary-nav > li .cd-secondary-nav {
    grid-template-columns: repeat(4, 25%);
    }
}
.main-nav-desktop .cd-primary-nav > li .cd-secondary-nav > li {
    width: 100% !important;
}
.main-nav-desktop .cd-primary-nav > li.product-node .cd-secondary-nav {
    display: block !important;
}
.main-nav-desktop .product-node .megamenu-wrap > li > a {
    font-size: 1.6rem;
}
.btn-01a, .land-d-btn, .lan-b-btn {
    color: #fff !important;
    font-weight: 400 !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
}
.btn-01a:hover, .land-d-btn:hover, .lan-b-btn:hover {
    text-decoration: none !important;
}
.section_Content p {
    line-height: 160%;
}
.section_ContentDataUnit p {
    line-height: 160%;
}

/*QTM*/
.cd-main-content:has(.qtm-row){
    background:#e8e8e8;
}
.qtm-row p{
    text-align: center;
}
.section_Checkout #basketSection {
    display: block !important;
}
.section_Checkout #basketSection.hidden-basket, .section_Checkout #deliverySection.hidden-basket {
    display: none !important;
}
.section_Checkout #basketSection.visible-basket, .section_Checkout #deliverySection.visible-basket {
    display: block !important;
}
@media screen and (max-width: 1199px){
    .section_Checkout #basketSection {
        width: 100%;
    }
    .section_Checkout #deliverySection {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}
@media screen and (max-width: 1199px){
    .cd-primary-nav, .cd-primary-nav ul {
        background: #218848;
    }
    .cd-primary-nav a, .cd-primary-nav ul a {
        border: none;
    }
    .cd-nav>ul>li {
        margin-left: 0;
    }
}
.footer p {
    text-transform: none;
}
.footer {
    background: #fff;
}
.partnership-home section section > div > * {
    width: 20%;
    padding: 20px;
}
@media screen and (max-width: 991px){
    .partnership-home section section > div > * {
        width: 20%;
        padding: 5px;
    }
}
@media screen and (max-width: 767px){
    .partnership-home section section > div > * {
        width: 33%;
        padding: 5px;
    }
    .partnership-home section section > div {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 450px){
    .partnership-home section section > div > * {
        width: 50%;
        padding: 5px;
    }
    .partnership-home section section > div {
        flex-wrap: wrap;
    }
}
.resources-icons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.resources-icons img {
    max-width: 130px;
    margin-bottom: 10px;
}
.video-margins .section {
    margin: 0 !important;
}
.shop-by-cat .hover-product-image {
    padding: 30px;
}
.M1001-table td {
    border: 1px solid #ddd;
}
@media screen and (min-width: 768px){
    .footer .iso p {
    white-space: nowrap;
}
}
@media screen and (max-width: 767px){
    .footer .iso {
        text-align: center;
    }
}
@media screen and (min-width: 768px){
    .footer {
        padding-bottom: 60px !important;
    }
}
.centered-list ul {
    display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 0.5rem;   
    justify-content: center;
}
.no-bottom-margin {
 	margin-bottom: 0 !important; 
}
.flex-centered p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px !important; 
}
.flex-centered img {
    max-width: 250px;
}
@media screen and (max-width: 991px){
    .flex-centered img {
        max-width: 150px;
    }
}
.green-bg-full {
    line-height: 2.0em !important;
    background: #62BE73;
    padding: 30px !important;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 0 !important;
    text-align: center;
}
.green-bg-full ul li {
    text-align: left;
    margin: 5px 20px;
    line-height: 2.0em !important;
    font-size: 20px !important;
    font-weight: lighter;
}
.flex-height.boxes > .flex-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0 !important;
}
.flex-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0 !important;
}
.flex-between .section {
    padding-bottom: 0 !important;
}
.green-bg-full.section {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
.xl-button a {
    padding: 15px 30px;
    font-size: 1.6rem;
}
@media screen and (max-width: 767px){
    .footer .sidebar-nav-toggle {
    display: none;
}
.footer .sidebar-nav-items {
    display: block;
}
}
@media screen and (max-width: 767px){
    .faq-tab td:first-of-type {
        font-size: 1.35rem;
    }
    .faq-tab {
        padding: 0 !important;
    }
  .section_Content a:not(.btn) {
    white-space: normal;
    
}
}
@media screen and (max-width: 991px){
    .p-head h1, .p-head h2 {
        width: 100%;
    }
}
.no-padding {
    padding: 0 !important;
}
@media screen and (max-width: 991px){
    .M1001-table table {
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
        .M1001-table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        
    }
        .M1001-table table tr {
        display: block;
        margin-bottom: .625em;
            border: none !important;
    }
        .M1001-table table td {
        display: block;
        font-size: .8em;
        text-align: right;
            padding: 5px !important;
    }
        .M1001-table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}
.multi-btn .btn {
    margin: 5px;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] .hover-product .addToBasketContainer {
    position: static;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] .hover-product .hover-product-title {
    font-size: 1.6rem;
    margin-bottom: 5px !important;
    margin-top: 15px;
}
.section:not(.section_ProductParentNode_SubNodeMenu) .product-nav .clearfix {
    padding: 0 !important;
}
.section:not(.section_ProductParentNode_SubNodeMenu) .reloadlist {
    margin-top: 0;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] .hover-product .pricepanel {
    margin-top: auto;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] .hover-product {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"].product {
    height: 100%;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] {
    display: flex;
    flex-wrap: wrap;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] .hover-product .pull-right .addToBasketContainer {
    float: right;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] .hover-product .pull-right {
    padding: 0 !important;
}
.section_ProductParentNode_SubNodeMenu {
    margin-top: 30px;
}
.section:not(.section_ProductParentNode_SubNodeMenu) [class*="block-grid-"] .hover-product {
    width: 100%;
}
.table .product .favorite {
    padding-right: 15px;
}
.reloadlist:has(.producttable) {
    overflow-x: auto;
}
@media screen and (max-width: 1199px){
    .flex-height .section:has(.image-banner) {
        margin-bottom: 30px;
    }
}
.slick-slide .hover-product-title {
    font-size: 1.6rem;
    margin-bottom: 5px !important;
}
.slick-slide .pricepanel {
    float: right !important;
}
@media screen and (max-width: 767px) {
    .image-banner.image-banner-small-right img, .image-banner.image-banner-small-left img{
        width: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px){
    .slash-img-container .vert-bg h3 {
        font-size: 28px;
    }
    .slash-img-container .vert-bg .section_Content {
        margin-top: 30px;
    }
}
@media screen and (max-width: 600px){
    .mobile-table tr {
        border: none !important;
    }
    .mobile-table td {
        padding: 5px !important;
        border: none !important;
        border-bottom: 1px solid #ddd !important;
    }
    .mobile-table td[colspan="6"] strong {
        float: left;
    }
}
@media screen and (min-width: 1200px){
    .bullet-3 ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    margin-top: 30px;
    margin-bottom: 30px;
}

}
@media screen and (max-width: 767px){
    .product-quantity-input {
        width: 60px !important;
    }
}
.slick-slide .data-unit-container {
    display: block !important;
}
.slick-dots li button:before {
    font-size: 10px;
}
.breadcrumb-flex {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.breadcrumb-flex > div {
    display: flex;
}
.breadcrumb-flex a {
    font-size: 12px;
    font-weight: 400;
}
.breadcrumb-flex a:after {
    content: " / ";
    white-space: nowrap;
}
.breadcrumb-flex a:hover,
.breadcrumb-flex a:focus,
.breadcrumb-flex a:active {
    text-decoration: none;
}
.breadcrumb-flex li a:after {
    margin-right: 8px;
    margin-left: 5px;
}
.breadcrumb-flex .section_Content a:after {
    margin-left: 5px;
}
.breadcrumb-flex .section_Content a {
    color: #000 !important;
    font-weight: 400 !important;
}
.breadcrumb-flex li:last-of-type a:after {
    content: "";
}
.breadcrumb-flex li:last-of-type a {
    font-weight: 600;
}
.breadcrumb-flex li:before {
    display: none !important;
}
.breadcrumb-flex .section {
    padding: 0;
}
.breadcrumb-flex .section_BreadCrumb div {
    padding: 0 !important;
    margin: 0;
    background: none !important;
}
@media screen and (max-width: 767px){
    .breadcrumb-flex {
        display: none;
    }
    .breadcrumb-flex ~ .gray-bg{
        margin-top: -30px;
    }
}
@media screen and (min-width: 768px){
    .pdp-main {
        margin-top: 15px;
    }
}
@media screen and (min-width: 768px){
    .pdp-img-col .img-disc {
    top: -40px;
    }
}
.circle a {
    word-break: normal !important;
}
@media screen and (max-width: 991px){
    .xl-button a {
        margin-bottom: 15px;
    }
    .xl-button p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px){
    .xl-button a {
    font-size: 14px !important;
    padding: 10px 15px;
        margin-bottom: 0;
}
.xl-button {
    padding: 0 !important;
    text-align: center !important;
}
.xl-button p {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 15px;
}
}
.max-width-centered ul > ul, .max-width-left ul > ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.max-width-centered ul > ul, .max-width-left ul > ul {
        margin-left: 30px;
    }
@media screen and (max-width: 767px){
    .centered-list ul {
        justify-content: flex-start;
        flex-direction: column;
    }
}
@media screen and (max-width: 600px){
    .mobile-table-thead thead {
    position: relative;
}
.mobile-table-thead thead tr:last-of-type {
    display: none;
}
.mobile-table-thead thead tr strong {
    float: left;
}

}
.one-column-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.xtender-container-07-arrows img {
    margin-top: 15px;
}
.xtender-container-07-arrows {
    text-align: center;
}
@media screen and (max-width: 1549px){
    .flex-height:has(.section_ContentDataUnit) {
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    #productlist .product-grid .pt_product .favorite {
        padding-right: 20px;
    }
}
@media screen and (min-width: 1200px){
    .header.header-main-row.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.header.header-main-row.sticky-header {
    height: 90px;
    display: flex;
    align-items: center;
  	z-index: 999;
}
.header.header-main-row.sticky-header .header-logo img {
    height: 60px;
}
.header-main-row.sticky-header .section_CatalogSearchBox .header-input {
    margin-top: 0;
}
.header.header-nav-row.sticky-header {
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 998;
    width: 100%;
}
}

@media screen and (max-width: 991px){
    .image-banner-fullwidth img {
        margin-bottom: 30px;
    }
    .image-banner-fullwidth .image-mobile-active {
        display: none;
    }
    .image-banner-fullwidth .image-banner-inner {
        position: relative;
        transform: unset;
        top: unset;
        width: 100%;
    }
    .image-banner-fullwidth .image-banner-inner {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .image-banner-fullwidth {
        height: unset;
    }
  	.image-banner-inner {
    left: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
}
}
@media screen and (min-width: 992px){
    .image-banner-fullwidth .image-banner-mobile {
        display: none;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
} 
.video-container iframe, .video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mfg-banner1-cont iframe {
    border-radius: 30px;
    padding-top: 30px;
}
.fullwidth-image img {
    width: 100%;
}
@media screen and (max-width: 991px){
    .slash-img-container h3, .image-banner-inner h2 {
        font-size: 2.5rem !important;
    }
  	.slash-img-container .vert-bg p {
    	max-width: 100%;
	}
  	.half-width {
    	width: 100%;
	}
}
.pdp-info-col .addToBasketContainer .input-group-btn > .input-group > .input-group-btn {
    flex-grow: 1;
}
.pdp-info-col .addToBasketContainer .input-group-btn > .input-group > .input-group-btn button {
    width: 100%;
}
/*@media screen and (max-width: 767px){
    .image-banner-small-left img, .image-banner-small-right img {
        margin-top: 30px;
        padding: 30px;
    }
}*/
@media screen and (max-width: 767px){
    .image-banner-inner {
        padding-left: 15px !important;
      	padding-right: 15px !important;
    }
}
@media screen and (max-width: 991px){
 	.image-banner-inner h1 {
        font-size: 2.5rem;
    }
    .image-banner-inner h2 {
        font-size: 2rem !important;
    } 
}
@media screen and (max-width: 767px){
    .image-banner-small-left, .image-banner-small-right {
        min-height: unset;
    }
}
@media screen and (max-width: 767px){
    .image-banner-small-left img, .image-banner-small-right img {
        max-height: 300px;
    }
}
@media screen and (max-width: 767px){
    .flex-height:has(.section_ContentDataUnit) {
    padding-left: 0;
    padding-right: 0;
}
}
@media screen and (max-width: 767px){
    .gray-bg .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
  	.box-padding {
      padding-left: 0;
      padding-right: 0;
	}
  .slash-img-container .section_Content {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width: 1549px){
    .gray-bg .row.flex-height:has(.section_ContentDataUnit) {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width: 991px){
    .section_MiniBasket .cart-content.container {
        display: none !important;
    }
}


/* ===== MARGIN ===== */

/* 15px */
.margin-top-15 { margin-top: 15px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-left-15 { margin-left: 15px; }
.margin-right-15 { margin-right: 15px; }
.margin-vertical-15 { margin-top: 15px; margin-bottom: 15px; }
.margin-horizontal-15 { margin-left: 15px; margin-right: 15px; }
.margin-15 { margin: 15px; }

/* 30px */
.margin-top-30 { margin-top: 30px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-left-30 { margin-left: 30px; }
.margin-right-30 { margin-right: 30px; }
.margin-vertical-30 { margin-top: 30px; margin-bottom: 30px; }
.margin-horizontal-30 { margin-left: 30px; margin-right: 30px; }
.margin-30 { margin: 30px; }

/* 60px */
.margin-top-60 { margin-top: 60px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-left-60 { margin-left: 60px; }
.margin-right-60 { margin-right: 60px; }
.margin-vertical-60 { margin-top: 60px; margin-bottom: 60px; }
.margin-horizontal-60 { margin-left: 60px; margin-right: 60px; }
.margin-60 { margin: 60px; }

/* ===== PADDING ===== */

/* 15px */
.padding-top-15 { padding-top: 15px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-left-15 { padding-left: 15px; }
.padding-right-15 { padding-right: 15px; }
.padding-vertical-15 { padding-top: 15px; padding-bottom: 15px; }
.padding-horizontal-15 { padding-left: 15px; padding-right: 15px; }
.padding-15 { padding: 15px; }

/* 30px */
.padding-top-30 { padding-top: 30px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-left-30 { padding-left: 30px; }
.padding-right-30 { padding-right: 30px; }
.padding-vertical-30 { padding-top: 30px; padding-bottom: 30px; }
.padding-horizontal-30 { padding-left: 30px; padding-right: 30px; }
.padding-30 { padding: 30px; }

/* 60px */
.padding-top-60 { padding-top: 60px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-left-60 { padding-left: 60px; }
.padding-right-60 { padding-right: 60px; }
.padding-vertical-60 { padding-top: 60px; padding-bottom: 60px; }
.padding-horizontal-60 { padding-left: 60px; padding-right: 60px; }
.padding-60 { padding: 60px; }

.list-attr-image, .grid-attr-image {
    max-height: 50px;
}
.page:not(.pt-page-virtualproduct) #productfilter .form-group {
    width: 100%;
}
.page:not(.pt-page-virtualproduct) #productfilter > h3 {
    display: none;
}
.page:not(.pt-page-virtualproduct) #productfilter .form-group .control-label:after {
    content: '+';
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 6px;
    transition: .2s;
}
.page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .control-label:after{
    content: '\2013';
    font-weight: 400;
}
.page:not(.pt-page-virtualproduct) #productfilter .form-group .control-label {
    padding: 15px 5px;
    background: none;
    text-transform: none;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
}
.page:not(.pt-page-virtualproduct) #productfilter .FilterMultiSelect {
    width: 100% !important;
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container > .input-group {
    margin-bottom: 10px !important;
    margin-top: 0;
    margin-left: 0;
}
.page:not(.pt-page-virtualproduct) #productfilter .form-group .filterWrapper {
    border: none;
    height: auto;
}
.page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .filterWrapper {
    background: none;
}
.page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .js-iconContainer, .page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .filtervalues-dropdown, .page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .multiselect-container {
    width: 100% !important;
    border: none;
    background: white;
    position: relative !important;
    padding: 15px 0px !important;
}
.page:not(.pt-page-virtualproduct) #productfilter .form-group.activeFilterDrop > div:last-of-type {
    top: -15px;
    position: relative !important;
    border-radius: 10px;
    padding: 15px 0px;
  	padding-bottom: 0;
}
.page:not(.pt-page-virtualproduct) #productfilter .filtervalues-dropdown {
    padding-top: 0 !important;
}
.page:not(.pt-page-virtualproduct) #productfilter .filter_search .control-label:after {
    display: none;
}
.page:not(.pt-page-virtualproduct) .multiselect-container label.checkbox{
    font-size: 13px;
}
.page:not(.pt-page-virtualproduct) #productfilter .filter_search::before{
    background: #f5f5f5;
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 35px;
    height: 100%;
    z-index: -1;
}
.page:not(.pt-page-virtualproduct) #productfilter .filter_search input{
    border-radius: 10px;
    width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 10px;
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container > .input-group .input-group-addon{
    border-radius: 5px 0 0 5px;
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container > .input-group .multiselect-search{
    border-radius: 0 5px 5px 0;
}
.page:not(.pt-page-virtualproduct) .filter-tag, .clearAllFilter{
    margin: 0 2px;
    padding: 0;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .activeFilters .filter-tag .label{
    background-color: #000;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .activeFilters .clearAllFilter .label{
    background-color: #000;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .dropdown-menu>.active>a{
    background: transparent;
    color: unset;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .multiselect-container>li.active>a>label{
    font-weight: 700;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .irs-bar {
    background: #000;
    height: 6px;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .irs-line-mid, .irs-line-left, .irs-line-right {
    background: #ddd;
    height: 6px;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .irs-slider {
    background: #000;
    border-radius: 99px;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter .form-group:nth-of-type(n+11) {
  display: none;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter:has(.form-group:nth-of-type(11)) div[style="clear:both;"] {
    margin-top: 15px;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter:has(.form-group:nth-of-type(11)) div[style="clear:both;"]:before {
    font-weight: 700;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter:has(.form-group:nth-of-type(11)) div[style="clear:both;"]:after {
    content: '\f078';
    font-family: fontawesome;
    margin-left: 5px;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter.active-show-more:has(.form-group:nth-of-type(11)) div[style="clear:both;"] {
	display: none;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter.active-show-more .form-group {
		display: block;
}
.page:not(.pt-page-virtualproduct) .iconFilter img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.page:not(.pt-page-virtualproduct) .iconFilter {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.page:not(.pt-page-virtualproduct) .iconFilter:after {
    margin-left: 5px;
}
.page:not(.pt-page-virtualproduct) .multiselect-container input[type="radio"] {
  display: none;
}
.page:not(.pt-page-virtualproduct) .multiselect-container label.radio {
  position: relative;
}
.page:not(.pt-page-virtualproduct) .multiselect-container label.radio::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.page:not(.pt-page-virtualproduct) .multiselect-container li.active label.radio::before {
  background-color: #000; 
}
.page:not(.pt-page-virtualproduct) #productfilter .RangeSlider .irs-from {
    padding: 10px 10px;
    border-radius: 0;
    left: 0 !important;
    width: 48%;
    text-align: center;
    top: -25px;
    visibility: visible !important;
    background: #F2F2F2;
    color: #000;
  	font-size: 12px;
}
.page:not(.pt-page-virtualproduct) #productfilter .RangeSlider .irs-to {
    padding: 10px 10px;
    border-radius: 0;
    right: 0 !important;
    left: unset !important;
    width: 48%;
    text-align: center;
    top: -25px;
    visibility: visible !important;
    background: #F2F2F2;
    color: #000;
  	font-size: 12px;
}
.page:not(.pt-page-virtualproduct) #productfilter .RangeSlider .irs-max, .page:not(.pt-page-virtualproduct) #productfilter .RangeSlider .irs-min, .page:not(.pt-page-virtualproduct) #productfilter .RangeSlider .irs-single {
    display: none !important;
}
.page:not(.pt-page-virtualproduct) #productfilter .RangeSlider .irs-line {
    margin-top: 15px;
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container input[type="checkbox"] {
  display: none;
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container label.checkbox {
  position: relative;
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container label.checkbox::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 0%;
  background-color: #fff;
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container li.active label.checkbox::before {
  background-color: #000; 
}
.page:not(.pt-page-virtualproduct) #productfilter .multiselect-container li.active label.checkbox::after {
    content: '\f00c';
    font-family: fontawesome;
    color: #fff;
    font-weight: 400;
    position: absolute;
    font-size: 11px;
    left: 14px;
    top: 5px;
}
.page:not(.pt-page-virtualproduct) #productfilter .form-group label {
    font-weight: 400 !important;
}
.page:not(.pt-page-virtualproduct) #productfilter .dropdown-menu>li>a:hover {
    background: none !important;
}
.page:not(.pt-page-virtualproduct) #productfilter .filterinputbutton .btn {
    font-size: 13px;
}
.page:not(.pt-page-virtualproduct) #productfilter .activeIconFilter {
    border: none;
    margin: 0;
    margin-right: 5px;
    font-weight: 700;
}
.page:not(.pt-page-virtualproduct) .activeFilters > span {
    width: 100%;
}
.page:not(.pt-page-virtualproduct) .activeFilters .label {
    margin-bottom: 5px !important;
    background: #f2f2f2 !important;
    color: #000;
    padding: 5px;
    font-weight: 400;
    display: inline-block;
}
.page:not(.pt-page-virtualproduct) .clearAllFilter:after {
    display: none;
}
.page:not(.pt-page-virtualproduct) .clearAllFilter .label {
    background: none !important;
    color: #000;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
}
.page:not(.pt-page-virtualproduct) .clearAllFilter .label span {
    margin-left: 5px;
}
.page:not(.pt-page-virtualproduct) .clearAllFilter {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.page:not(.pt-page-virtualproduct) #productfilter .btn:hover {
    border-radius: 0;
}
.page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .js-iconContainer, .page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .filtervalues-dropdown, .page:not(.pt-page-virtualproduct) #productfilter .activeFilterDrop .multiselect-container {
    background: none;
    margin-top: 15px;
}
#productfilter .filter_search {
    display: none;
}
.page:not(.pt-page-virtualproduct) .section_ProductFilter {
    margin-bottom: 20px;
}
.filter-heading.section {
    margin-bottom: 0;
}
.page:not(.pt-page-virtualproduct) #productfilter > .clearfix {
    margin: 0 !important;
}
.activeFilters {
    margin-top: 15px;
}
.page:not(.pt-page-virtualproduct) #productfilter .btn-group:after {
    content: 'Apply filter';
    display: inline-block;
    background: #218848;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px 15px;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 500;
    cursor: pointer;
}
.pdp-info-col .section_ProductAttributes {
    margin-bottom: 15px;
}
.type-vp .pull-right .js-product-detail {
    float: right;
}
.ui-menu .ProductType-1 {
    display: none;
}
.ui-menu .ProductType-0 {
    font-weight: 700;
}
.ui-menu span {
    font-size: 1.3rem;
}
.ui-menu-item {
    font-size: 1.5rem;
}

.pt-page-login .login-row .row > div {
    padding-bottom: 0;
    margin-bottom: 0;
}
.section_ForgotPassword  {
    margin-top: 30px;
}
.header-top-row a[href^="tel"] {
  color: white !important;
}

.blog-list-row #productfilter .filter_search {
    display: block !important;
}
.blog-list-row .hover-product .hover-product-image-wrapper,
.blog-list-row .hover-product .hover-product-title,
.blog-list-row .hover-product .pt-list-attribute-item {
    order: -1;
}
.blog-list-row .hover-product .hover-product-image-wrapper,
.blog-list-row .hover-product .hover-product-title {
    width: 100%;
}
.blog-list-row .hover-product .pt-list-attribute-item {
    display: inline !important;
}
.blog-list-row .hover-product {
    flex-direction: row !important;
    flex-wrap: wrap;
    background: none !important;
}
.blog-list-row .pt-list-attribute-item {
    padding-left: 0 !important;
}
.blog-list-row .pt-list-attribute-item:nth-of-type(1) {
    padding-left: 5px !important;
}
.blog-list-row .hover-product * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.recent-posts h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: 400;
}
.recent-posts.section {
    padding: 0;
    margin-top: 30px;
}
.blog-list-small .product {
    border-bottom: 3px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-list-small h3 {
    margin-bottom: 0;
}
.blog-list-small h3 a {
    color: #218848;
}
.blog-list-small .col-md-5.col-xs-12 {
    width: 100%;
}
.blog-list-small .col-md-4.col-xs-5, .blog-list-small .col-md-3.col-xs-7 {
    display: none;
}
.blog-list-row #productfilter {
    display: flex;
    flex-direction: column-reverse;
}
.blog-list-row .filter_search label {
    position: absolute;
    right: 0px;
    font-size: 0;
    background: #218848 !important;
    width: 70px;
    height: 50px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    cursor: pointer;
    border: 1px solid #000;
    border-left: none !important;
}
.blog-list-row .js-filterQuery {
    height: 50px;
    border: 1px solid #000;
    border-radius: 50px !important;
    width: 100% !important;
}
.blog-list-row .filter_search label:before {
    content: "";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.blog-list-row .filter_search {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}
.blog-list-row #productfilter .form-group .btn,
.blog-list-row #productfilter .form-group .btn:hover,
.blog-list-row #productfilter .form-group .btn:active {
    border: 1px solid #000 !important;
    border-radius: 50px;
    padding-left: 20px !important;
    font-size: 18px;
    height: 50px;
}
.blog-list-row #productfilter .form-group .btn:after {
    background: #218848 !important;
    width: 70px;
    height: 50px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    top: 0 !important;
    right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.blog-list-row #productfilter .btn-group:after {
    display: none !important;
}
.blog-list-row .section_ProductFilter {
    margin-bottom: 0 !important;
}
.blog-list-row #productfilter {
    margin-bottom: 0;
}
.blog-list-row .activeFilters {
    display: none !important;
}
.blog-list-right-col {
    padding: 30px;
}
.blog-list-left-col {
    margin-top: 25px;
}
.blog-list-row .hover-product-title a {
    font-size: 3.5rem;
}
.blog-list-row .product-description-text {
    margin-top: 15px;
    font-size: 18px;
}
.blog-list-row .pt-list-attribute-item {
    margin-top: 10px;
    margin-right: 2px;
}
.blog-list-right-col {
    padding: 30px;
}
.blog-list-left-col {
    margin-top: 25px;
}
.blog-list-row .hover-product-title a {
    font-size: 3.5rem;
}
.blog-list-row .product-description-text {
    margin-top: 15px;
    font-size: 18px;
}
.blog-list-row .pt-list-attribute-item {
    margin-top: 10px;
    margin-right: 2px;
}
.blog-list-row #productfilter.dropDownFilters .control-label.btn.btn-default {
    display: flex;
    align-items: center;
    font-weight: 400 !important;
}
.blog-list-row .js-filterQuery::placeholder {
    color: #000;
    font-size: 18px;
}
.blog-list-row .js-filterQuery {
    padding-left: 20px;
    color: #000;
    font-size: 18px;
}
.blog-row > div > .row {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 18px;
}
.blog-list-row .product-grid .product {
    width: 100% !important;
    padding: 0;
    margin-bottom: 15px;
}
.blog-list-row .product-description-text {
    display: block !important;
}
.blog-list-left-col .products {
    padding-bottom: 0;
}
[data-pageid="374"] .content, [data-pageid="373"] .content {
    padding-top: 0;
}
.blog-list-left-col .section {
    padding-bottom: 0;
}
.blog-list-small .product {
    padding-bottom: 15px !important;
}
.recent-posts.section {
    margin-bottom: 15px;
}
.l-green-bg .btn {
    background: #000;
}
.bullet-one ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.bullet-one {
    text-align: left;
    max-width: 650px;
}
.header .catalogsearchbox {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    min-width: 350px;
}
@media screen and (max-width: 767px){
    .header .catalogsearchbox {
    min-width: 250px;
    }
}/*
@media (max-width: 400px) {
    .resp-container {
        position: relative;
        overflow: scroll;
        padding-top: 138.25% !important; 
    }
    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 744%;
        border: none; 
    }
}
*/

@media (max-width: 790px) {
    /* Core Form */
    .core-resp-container {
        position: relative;
        overflow: scroll;
        padding-top: 262%; 
    }
    .core-responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 650% !important;
        border: none; 
    }
}

@media (max-width: 700px) {
    /* ESD Form */
    .resp-container {
        position: relative;
        overflow: scroll;
        padding-top: 138%; 
    }
    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 300%;
        border: none; 
    }
   
}

/*
 .core-resp-container {
    position: relative;
    overflow: scroll;
    padding-top: 138%; 
}
.core-responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 400%;
    border: none; 
}
/*
.core-scroll-container {
    position: relative;
    overflow: scroll;
    padding-top: 138%; 
}
.core-scroll-iframe {
    position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 300%;
        border: none; 
}
*/