@import url('/gorillacss/gorillamillstyle.css');

/* ==========================================================================
   General Site Styling
   ========================================================================== */
.page{
	overflow-x: hidden;
}

/* Cheat sheet color codes
   ========================================================================== 
Gorilla mill green: #05662F
Color name: #0000
*/

/* Fonts
   ========================================================================== */
/*--- Material Icons ---*/
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url("https://fonts.parttrap.com/Icons/material-icons-outlined.woff2") format("woff2"), url("https://fonts.parttrap.com/Icons/material-icons-outlined.woff") format("woff");
}
.material-symbols-outlined {
	font-family: "Material Icons Outlined";
  	font-size:32px;
  	color:#000;
    font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24;
}
/* ----- Imported fonts -----*/
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/customfonts/Oswald/Oswald-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/customfonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/customfonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/customfonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/customfonts/Roboto-Light.ttf") format("truetype");
}



/* ----- Body fonts ----- */
html {
	font-size: 16px;
}
body {
	font-weight: 400;
    font-size: 1rem;
  	line-height: 1.5rem;
  	font-family: 'Roboto', sans-serif;
}

/* ----- Headings -----*/
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    font-weight:;
}
h1, h1.page-header {
    font-size:;
}
h2, h2.page-header {
    font-size: 3rem;
}
@media screen and (max-width: 991px){
 	h2, h2.page-header {
        font-size: 1.6rem;
    } 
}
h3 {
  	text-transform: none;
}

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

/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.btn, .btn:focus, .btn:active {
    background: #05662F;
    border-color: #05662F;
    color: #fff;
  	border-radius: 5px;
  	transition: all 0.2s ease-in-out;
  	font-family: "Roboto", sans-serif;
  	font-size: 1.1rem;
  	text-transform: none;
}
.btn:hover {
    background: #fff;
    border-color: #05662F;
    color: #05662F;
  	border-radius: 5px;
  	transition: all 0.2s ease-in-out;
  	font-family: "Roboto", sans-serif;
}
/*CTA buttons */
.btn.btn-ptOrange, #btnConfirm.btn, .btn.btn-ptOrange:focus, #btnConfirm.btn:focus, .btn.btn-ptOrange:active, #btnConfirm.btn:active  {
    background: #05662F;
    border-color: #05662F;
    color: #fff;
  	border-radius: 5px;
  	font-family: "Roboto", sans-serif;
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover {
    background: #fff;
    border-color: #05662F;
    color: #05662F;
  	border-radius: 5px;
  	font-family: "Roboto", sans-serif;
}
/* Custom button classes */
.grey-btn .btn, .grey-btn btn:focus, .grey-btn .btn:active {
 	background: #707070;
  	border-color: #707070;
  	color: #fff;
}
.grey-btn .btn:hover {
 	background: #707070;
  	border-color: #707070;
  	color: #fff;
}

/* Alertify buttons */
.alertify-button, .alertify-button:hover, .alertify-button:focus, .alertify-button:active {
    background-color:;
  	border-color:;
  	color:;
  	border-radius: 5px;
  	font-family: "Roboto", sans-serif;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus, .alertify-button-ok:active {
    background-color:;
  	border-color:;
  	color:;
  	border-radius: 5px;
  	font-family: "Roboto", sans-serif;
}

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background: #ECEDED;
    border-color: #ECEDED;
    border-radius: 5px;
  	color: #000;
}
.alertify-log * {
 	color: #000; 
}

/* Custom Page Width
   ========================================================================== */
@media screen and (min-width:1200px) {
    .header>.container, .content>.container, .section_BreadCrumb > .container, .footer>.container, .breadcrumb-top-row > .container, .grey-bg > .container, .breadcrumb-wrapper > .container {
       width: 1170px;
    }
}
@media screen and (min-width:1300px) {
    .header>.container, .content>.container, .section_BreadCrumb > .container, .footer>.container, .breadcrumb-top-row > .container, .grey-bg > .container, .breadcrumb-wrapper > .container {
       width: 1270px;
    }
}
@media screen and (min-width:1400px) {
    .header>.container, .content>.container, .section_BreadCrumb > .container, .footer>.container, .breadcrumb-top-row > .container, .grey-bg > .container, .breadcrumb-wrapper > .container {
       width: 1370px;
    }
}

@media screen and (min-width:1500px) {
    .header>.container, .content>.container, .section_BreadCrumb > .container, .footer>.container, .breadcrumb-top-row > .container, .grey-bg > .container, .breadcrumb-wrapper > .container {
       width: 1470px;
    }
}

@media screen and (min-width:1600px) {
    .header>.container, .content>.container, .section_BreadCrumb > .container, .footer>.container, .breadcrumb-top-row > .container, .grey-bg > .container, .breadcrumb-wrapper > .container {
       width: 1570px;
    }
}

@media screen and (min-width:1700px) {
    .header>.container, .content>.container, .section_BreadCrumb > .container, .footer>.container, .breadcrumb-top-row > .container, .grey-bg > .container, .breadcrumb-wrapper > .container {
       width: 1670px;
    }
}

/* 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;
      	flex-wrap: wrap;
    }
    /* Center flex child vertically */
    .flex-align-center {
        align-self: center;
    }
}

/* Header
   ========================================================================== */
/* ----- General header styling -----*/
.header {
  background: #fff;
}
.header-row > .container{
    display: flex;
    flex-direction: row;
}
.header-row .catalogsearchbox {
    height: 45px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header-row .catalogsearchboxbutton {
    height: 45px;
}
.header-row .menu-row .col-sm-9,
.header-row .menu-row .col-sm-3{
    padding-top:20px;
}
.header-row .section_CatalogSearchBox {
    width: 100%;
}
.header .header-flex-row > div{
    display: flex;
    justify-content:;
    align-items: center;
    gap:10px;
  	height:60px;
}
.header-row .quickshopcontent input,
.header-row .quickshopcontent .btn {
    height: 45px !important;
}
.header-row .quickshopcontent #inputStockCode {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.header-row .quickshopcontent #inputQuantity {
    border-left: 0;
    border-radius: 0;
}
.menu-row .right-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu-row .right-menu p{
    display: flex;
    justify-content: center;
    align-items: center;
  	margin-left: 15px;
}
.menu-row .right-menu span{
    font-size:22px;
}
.header .header-flex-row section,
.header .header-flex-row p{
    padding:0px;
    margin:0px;
}
.header .header-flex-row .header-input{
    margin:0px;
}
@media screen and (max-width:767px){
    .header-row > .container{
        flex-direction: column;
    }
    .header-row > .container img{
        width:75px;
    }
    .header-row .section_QuickShop{
        display: none;
    }
    .header-flex-row .col-sm-6:nth-child(2){
        position: absolute;
        top:-60px;
        right:0;
    }
    .header-flex-row .section_Menu .cd-header-buttons{
        position: static;
        padding-left:0px;
        margin-bottom:0px;
        margin-top:3px;
    }
    .header-row .menu-row .col-sm-12{
        padding-top:0px;
    }
    .header-flex-row > div{
        padding:0px;
        justify-content: space-between;
    }
    .header-flex-row > div .section_CatalogSearchBox{
        flex-grow:1;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .header-flex-row .col-sm-6:nth-child(2) {
        position: absolute;
        top: -60px;
        right: 0;
        width: auto;
    }
    .header-row > .container img{
        width:75px;
    }
    .header-row .header-flex-row .multiple-sku{
        display: none !important;
    }
    .header-flex-row > div .section_CatalogSearchBox {
        flex-grow: 1;
    }
    
     .header .header-flex-row > div, .header-row > .container > div{
        width: 100%;
    }
    
    .header-row > .container{
        flex-wrap: wrap;
    }
    
    .header-flex-row .section_Menu .cd-header-buttons {
        position: static;
        padding-left: 0px;
        margin-bottom: 0px;
        margin-top: 3px;
    }
}


/* Header Menu*/
.desktop-nav-mega #cd-primary-nav > li:first-child{
    margin-left:0px;
}
.desktop-nav-mega #cd-primary-nav > li:first-child > a{
    padding-left:0px;
}
/* Header Icons*/
.btn .fa.fa-shopping-cart:before{
    content: '\e8cc';
    font-family: 'Material Icons Outlined';
    position: relative;
    top: 3px;
    font-size: 32px;
}
.header .header-flex-row .fa-search:before, .header .header-flex-row .fa-user, .header .header-flex-row .cart-btn{
	color: #000;
}
.header .header-flex-row .user-icon span {
    cursor: pointer;
}
.header .header-flex-row .fa-list-ol{
    font-size:22px;
}
.header .header-flex-row .fa-list-ol:hover{
    text-decoration: none;
}
.catalogsearchboxbutton{
    background:#05662F;
}
.catalogsearchboxbutton .fa:before{
    color:#fff !important;
}
/*user icon to sign-in icon*/
[data-loggedin="True"] .user-icon .sign-in{
    display: none;
}
[data-loggedin="False"] .user-icon .fa-user{
    display: none;
}
[data-loggedin="False"] .user-icon .fa-sign-in:before{
    color: #032E3E;
    font-size:25px;
    cursor: pointer;
}
/* Header Cart */
.cart.header-input {
    margin-top: 0;
}
.header .header-flex-row .cart-btn {
    background: none;
    border: none;
    font-size: 26px;
    padding: 0;
}
.header .header-flex-row .cart-btn {
    position: relative;
    color:#000;
}
.header .header-flex-row .cart-field {
    background: none;
    border: none;
    color: #fff;
  	display:none;
}
.cart-field-label {
    margin-right: 10px;
}
.section_MiniBasket .cart-content.container {
    right: 0 !important;
    position: absolute;
    width: 400px;
    padding: 15px;
}
.section_MiniBasket {
    position: relative;
}
.cart:hover {
    width: 100%;
    background: none;
} 
.badge.visible-xs{
    display: block;
    position: absolute;
    right:-10px;
    top:-7px;
    background:#05662F;
    color:#fff;
    border:2px solid #fff;
    font-size:10px;
}
/*Header Quickshop*/
.header .quickshopcontent{
    display: flex;
    margin-top:0px;
}
.header .quickshopcontent input{
    margin-bottom:0px;
}
.header .flex-row .section_QuickShop #quickHeader{
    display: none;
}
.header .header-flex-row .quickshopcontent > div{
    padding:0px;
}
.header .header-flex-row .quickshopcontent .col-sm-2.col-xs-2 .btn:after{
    content:"";
  	font-size:14px;
}
.header .header-flex-row .quickshopcontent .col-sm-2.col-xs-2 .btn{
    font-size:14px;
    background:#05662F;
    border-color:#05662F;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn:after{
    content: '\e8cc';
    font-family: 'Material Icons Outlined';
    position: relative;
    top:-4px;
    font-size: 22px;
}
/*----- User Container -----*/     	
.user-container {
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 555;
  	display:none;
  	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.user-container > .container {
    width: 300px;
}
.user-container,
.user-container .container,
.user-container .cd-primary-nav{
    background:#fff;
}
.user-container li {
    border: none;
}
.user-container > div {
    padding: 15px;
}
.user-container .cd-primary-nav > li{
    margin-left:0px;
}
.user-container .cd-primary-nav > li > a{
    transition: 0.2s ease-in-out;
  	font-size:16px;
}
.user-container .cd-primary-nav > li > a:hover{
    transform: scalex(1.05);
}
.user-container .section_Menu{
    margin-bottom:30px;
}
.user-container .user-profile-page-link,
.user-container .user-log-out-link{
    background:#fff;
}
.user-container .user-log-out-link a{
    border:1px solid #05662F !important;
    color:#001A33;
  	transition: 0.25s ease-in-out
}
.user-container .user-log-out-link a:hover{
    background:#05662F;
    border:1px solid #05662F;
  	color:#fff;
  	transition: 0.25s ease-in-out
}
.user-container .user-profile-page-link a{
    background:transparent;
    border:none !important;
    box-shadow: none;
}
.user-container .user-profile-page-link a:hover{
    color:#001a33;
    background:transparent;
}
.user-container h3 {
    color: #000;
    border: none;
    text-transform: none;
}
/*User menu buttons*/
.user-container .section_LoginStatus ul {
    display: flex;
    flex-direction: column;
    width:100%;
}
.user-container .user-profile-page-link {
    float: none;
    border-right: none;
    margin-bottom: 8px;
}
.user-container .user-profile-page-link a {
    text-align: center;
    padding-bottom: 5px;
    border-right: none;
    text-transform: uppercase;
    font-weight: bold;
}
.user-container .user-log-out-link{
    margin-bottom: 10px;
    border-radius: 2px;
    min-width: 120px;
    text-align: center;
    margin-left:0px;
}
.user-container .user-log-out-link a{
    border-left: none;
    box-shadow: rgba(5, 102, 47, 1) 0px 0px 2px;
    background:;
    text-transform: uppercase;
    font-weight: bold;
}
.user-container .cd-primary-nav > li > a{
    color:#000;
    text-decoration: none;
}
/*----- Promotional Banner -----*/
.promo-banner {
    background:#05662F;
  	border:none;
}
.promo-banner .section {
    padding: 0;
}
.promo-banner > div > div {
    height: 100%;
}
.promo-banner .container {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.promo-banner {
    padding: 0;
}
.promo-banner p{
    color:#fff;
    font-size: 1rem;
  	margin-bottom: 0;
}
.promo-banner a{
    color:#fff;
    text-decoration: underline;
}
.promo-banner .container{
    margin:0px !important;
    width:100%;
}
.promo-banner .container .col-sm-12 .section_Content{
  	text-align: center;
    position:absolute;
    left:50%;
    top: 50%;
    transition:0.5s;
    opacity: 0;
    transform: translate(-50%, -50%);
  	width: 100%;
}
.promo-banner .container .col-sm-12 .section_Content.active{
    top: 50%;
    opacity: 1;
}
@media screen and (max-width:767px){
    .promo-banner{
        height:auto;
    }
    .promo-banner p{
        font-size:12px;
        margin-bottom:0px;
      	line-height: 1.2;
    }
    .promo-banner section{
        width:90%;
        padding-bottom:0px !important;
    }
}
/* ----- Top-bar ----- */
/* Top bar general */
.top-bar {
    background:;
}
/* Top bar links */
.top-bar .top-bar-link a:hover {
    background-color:;
    color:;
}
/* @ Top bar mobile <-767px */
@media screen and (max-width:767px) {
    
}

/* ----- Login ----- */
/* Login general */
.section_Login label {
    text-transform: none;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

/*Footer
   ========================================================================== */
/* Footer general */
.footer{
    background: #ECEDED;
    color:#000;
    text-transform: none;
    padding: 0px 0 40px;
}
.footer .row:nth-child(2){
    padding-top:75px;
}
.footer h4{
    text-transform: none;
  	margin-top:0px;
}
.footer-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.footer .social-media-links a{
    border:2px solid #707070;
    border-radius: 50%;
    display: inline-block;
    width: 34px;
    height: 34px;
    position: relative;
    padding: 6px;
    margin-right: 0px;
}
.footer .social-media-links a:before{
    font-size:16px;
    color:#707070;
    position: absolute;
    top: 6px;
    left: 8px;
}
/* footer catalog */
.footer .catalog-row{
    background:#05662F;
    max-height:400px;
}
.footer .row.container{
    margin:auto;
}
.footer .catalog-row .catalog-container{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    text-transform: uppercase;
}
.footer .catalog-row .catalog-container div:nth-child(2){
    padding:25px;
}
.footer .catalog-row .catalog-container img{
    width:650px;
    max-width:55vw;
    position: relative;
    top:20px;
}
@media screen and (max-width:767px){
    .catalog-container h2{
        font-size:18px;
    }
    .footer .catalog-row .catalog-container img{
        width:200px;
        top:18px;
    }
    .footer .catalog-row{
        height: 130px;
    }
    .footer .catalog-row .catalog-container div:nth-child(2){
        padding:5px 20px;
    }
}
/* footer bottom */
.footer-bottom{
    border-top:1px solid #DADADA;
    padding-top:20px;
    margin-top:30px;
}
.footer-bottom section{
    display:flex;
    flex-direction: row;
    gap:0px 25px;
    flex-wrap:wrap;
}
.footer-bottom p:first-of-type{
    padding-right:45px;
}
.footer-bottom  p:last-of-type{
    width:100%;
}
@media screen and (max-width:767px){
    .footer-flex{
        gap:25px;
    }
    .footer-flex section{
        flex-basis:40%;
    }
    .footer-flex .row{
        flex-grow:1;
    }
    .footer-email{
        padding:0px;
    }
}
/* Footer text */
.footer p {
    color:;
}

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

/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Section name ----- */
/* Section desktop */

/* Section mobile */

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


/* ==========================================================================
   Page Styling
   ========================================================================== */
/* Index page
   ========================================================================== */
/* Index login */
.index-login {
    background: #ebebeb;
    border: 1px solid #ddd;
    padding: 30px;
}
.index-login h2 {
    color: #707070;
}
.index-login .section_ForgotPassword h3 {
    text-transform: none;
    border: none;
    margin-bottom: 5px;
    color: #05662f;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 400;
  	cursor: pointer;
}
.index-login .section_ForgotPassword h3:after {
    content: '?'
}
.index-login .section_ForgotPassword p,
.index-login .section_ForgotPassword form {
    display: none;
}
.index-login .section_ForgotPassword {
    margin-bottom: 30px;
}
.index-login input {
    height: 50px;
    border-radius: 5px;
}



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

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


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


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


/* Login page
   ========================================================================== */
.pt-page-login {
    background-image: url('/en/image/getthumbnail/1017');
  	background-position: center 70%;
    /*box-shadow: inset 0em 0em 10em 2em rgba(0,0,0,0.6);*/
}
.pt-page-login .container.login-row{
    padding-top:10px;
}
.pt-page-login .content > .container:first-of-type{
    margin:10vh auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 20px 2px, rgba(0, 0, 0, 0.3) 0px 4px 30px 2px;
    border-radius:5px;
}

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

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

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

/* PDP (19)
========================================================================== */
/* Check stock general */
.check-stock-avail-heading > div {
    display: flex;
}
.check-stock-avail-heading .section_ProductDetail_SkuNumber {
    margin-left: 5px;
    margin-right: 5px;
}
.check-stock-addtocart {
    display: none;
}
.check-stock-instock {
    display: none;
}
.check-stock-instock > div {
    display: inline-flex;
    width: unset;
}
.check-stock-instock .section_ProductDetail_DeliveryDetailInfo dt {
    display: none;
}
.check-stock-addtocart > div {
    display: inline-flex;
    width: unset;
}
.check-stock-addtocart > div {
    align-items: center;
    justify-content: center;
}
.check-stock-addtocart p {
    margin-bottom: 0;
}
.check-stock-requested-amount {
    margin-right: 5px;
}
.check-stock-noavail {
    display: none;
}
.check-stock-addtocart .addToBasketContainer > span {
    display: none;
}
.check-stock-addtocart .addToBasketContainer {
    margin-left: 15px;
}
.check-stock-addtocart .product-quantity-input {
    display: none;
}
.product-add-cart-btn:before {
    content: 'Add to Cart';
}
.product-add-cart-btn .fa {
    display: none;
}
.check-stock-avail-row {
	display: none;
}
.check-stock-avail-row .section {
	padding: 0;
}
.check-stock-form-btn {
	background: #DEA645;
	border-color: #DEA645;
}
.check-stock-addtocart p, .check-stock-requested-amount {
    color: #05662F;
    font-size: 1.2rem;
}
.check-stock-addtocart > div {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}
.check-stock-avail-row .row {
    margin: 0;
}
.check-stock-avail-row .col-sm-12 {
    padding: 0;
}
.check-stock-instock {
    color: #05662F;
    padding-top: 15px;
}
.check-stock-avail-heading {
    font-size: 1.2rem;
    padding-bottom: 5px;
}
.check-stock-avail-row input,
.check-stock-avail-row .btn {
    height: 42px !important;
    border-radius: 4px;
}
.check-stock-form p {
    display: flex;
}
.check-stock-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.check-stock-form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}





/* VPDP (23)
========================================================================== */

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

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

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

.container.margin-bottom-30 {
	margin-bottom: 30px;  
}
/* Image banner */
.img-banner-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.img-banner-container .img-banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-banner-container {
    position: relative;
    height: 100%;
}
.img-banner-container h1 {
    color: #fff;
}
.img-banner-container h2 {
    color: #fff;
}
.img-banner-container h2 {
    font-size: 2.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

/* Index page */
.index-card-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 30px;
}
.index-card-flex .section {
    padding: 0;
}
.img-banner-container h2 {
    font-size: 3.2rem;
}
.img-banner-container-centered {
    text-align: center;
}
.img-banner-inner {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.index-login [type="submit"] {
    min-width: 120px;
}
.index-login .section_Login .col-md-2.top37 {
    width: unset;
}
.header-row .header-flex-row .multiple-sku {
    padding-right: 60px;
}
.header-row .header-flex-row .multiple-sku {
    display: flex;
    align-items: center;
}
.header-row .header-flex-row .multiple-sku p:last-of-type {
    font-weight: 700;
    line-height: 110%;
}
.header-row .header-flex-row .multiple-sku span {
    font-size: 55px;
    display: flex;
    align-items: center;
}
[data-loggedin="True"] .index-login {
    display: none;
}

.breadcrumb-row.row {
    background: #ECEDED;
    margin-top: -30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.breadcrumb-row.row > div {
    display: flex;
    align-items: center;
    height: 52px;
    max-width: 1670px;
}
.breadcrumb-row .section {
    padding: 0;
}
.breadcrumb-row a {
    color:#05662F;
}
.section_ProductDetail_Header h1 {
    color: #05662F;
}
.section_ProductDetail_SkuNumber strong:before {
    content: 'SKU: ';
    font-weight: 500;
}
.section_ProductDetail_SkuNumber strong {
    font-weight: 400;
}
.pdp-border-box > div {
    border: 1px solid #DFDFDF;
}
.check-stock-avail-row .section_ProductDetail_SkuNumber strong:before {
  	display: none;
}
.check-stock-avail-row .section_ProductDetail_SkuNumber {
 	border: none;
}
.check-stock-btn .btn {
    background: #DEA645;
    border-color: #DEA645;
}
.hover-product-image {
    border: none;
    box-shadow: none;
}
.pdp-border-box > div {
    padding: 20px;
}
.pdp-border-box .section_AddToBasket {
    padding: 0;
}
.products .hover-product {
    border: 1px solid #DFDFDF;
    height: 100%;
  	padding: 15px;
}
.products .hover-product-image {
    background: #ECEDED;
    padding: 30px;
    margin: 0;
}
.product-add-cart-btn.btn {
    height: 42px !important;
}
.change-quantity-in-list-btn {
    font-size: 0;
    background: none;
    padding: 0;
    border: none;
}
.input-change-in-list-buttons-container {
    position: relative;
    margin: 0;
}
.product-quantity-input {
    height: 42px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 60px !important;
    padding-left: 30px;
}
.minus-button.change-quantity-in-list-btn:before {
    content: '\f078';
    font-family: fontawesome;
    font-size: 12px;
    color: #707070;
}
.minus-button.change-quantity-in-list-btn {
    position: absolute;
    bottom: 4px;
    left: 7px;
}
.plus-button.change-quantity-in-list-btn:before {
    content: "\f077";
    font-family: fontawesome;
    font-size: 12px;
    color: #707070;
}
.plus-button.change-quantity-in-list-btn {
    position: absolute;
    top: 4px;
    left: 7px;
}
.products .hover-product .pull-right:last-of-type {
    width: 100%;
}
.products .hover-product .addToBasketContainer {
    margin: 0 auto;
    position: static;
}
.products .hover-product .field-stockcode:before {
    content: 'SKU:';
    font-weight: 600;
}
.products .hover-product .field-stockcode {
    order: -1;
}
.products .hover-product .hover-product-image-wrapper {
    order: -2;
}
.products .hover-product {
    display: flex;
}
.products .hover-product .hover-product-title a {
    color: #05662F;
}
[class*="block-grid-3"] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
[class*="block-grid-3"] .product {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 15px;
}
[class*="block-grid-3"]:before {
    display: none;
}
.products .hover-product .hover-product-title {
    font-size: 0.938rem;
    font-family: 'roboto', sans-serif;
}
/*.hover-product:hover .hover-product-image {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}
.hover-product .hover-product-image {
    transition: all 0.2s ease-in-out;
} */
.hover-product-hover-bg {
    background: none;
}
.products .hover-product .pt-list-attribute-item {
    float: left;
    width: 50%;
    font-size: 0.75rem;
}
.products .hover-product > * {
    width: 100%;
}
.products .hover-product {
    display: flex;
    flex-wrap: wrap;
}
.products .hover-product .attr-description {
    font-weight: bold;
}
.products .hover-product-image-wrapper {
  margin-bottom: 0px;
}
.hover-product .field-stockcode {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 10px;
    margin-bottom: 13px;
}
.products .hover-product .p-productavailability:after {
    content: 'Need more?';
    background: #DEA645;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.813rem;
    font-weight: 500;
    cursor: pointer;
    height: 30px;
    margin-left: auto;
}
.products .hover-product .p-productavailability {
  	font-size: 0;
  	position: relative;
}
.products .hover-product .pricepanel {
    display: flex;
}
.products .hover-product .pricepanel > * {
    width: 50%;
}
/*.products .hover-product .js-avail-wrapper {
 	display: none;
} */
.breadcrumb-top-row {
    background: #ECEDED;
    margin-bottom: 30px;
}
.breadcrumb-top-row > .container {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumb-top-row {
    text-align: center;
}
.breadcrumb-top-row-inner > div {
    display: flex;
    justify-content: center;
}
.breadcrumb-top-row-inner .section_BreadCrumb > .container {
    width: unset;
    padding: 0;
    margin-left: 5px;
}
.breadcrumb-top-row-inner ol.breadcrumb {
    padding: 0;
}
.breadcrumb-top-row-inner a {
    font-size: 0.938rem;
    color: #05662F;
    font-weight: 400;
}
.breadcrumb-top-row-inner .section_Content a:after {
    content: '/';
    margin-left: 5px;
}
.breadcrumb-top-row .section_ProductNodeTitle {
    padding-bottom: 0;
}
.breadcrumb-top-row .section_ProductNodeTitle h1 {
    margin: 0;
    font-size: 2.313rem;
}
.breadcrumb-top-row-inner .section {
    padding: 0;
}
.breadcrumb-top-row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.breadcrumb>li+li:before {
    content: '/';
    color: #05662F;
}
.section_AddToBasket .addToBasketContainer .shoppingList .favoriteToggler:before  {
    content: 'Add to a List';
}
.section_AddToBasket .addToBasketContainer .shoppingList .favoriteToggler:after  {
    content: '\f061';
    font-family: fontawesome;
    margin-left: 5px;
}
.section_AddToBasket .addToBasketContainer .shoppingList .favoriteToggler {
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.section_AddToBasket .addToBasketContainer .shoppingList {
    width: 100%;
    margin-top: 15px;
}
.section_AddToBasket .addToBasketContainer .shoppingList .favoriteToggler .fa {
    display: none;
}
.section_AddToBasket .addToBasketContainer {
    width: 50%;
    float: right;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.breadcrumb-row a {
    font-size: 0.938rem;
    font-weight: 400;
}
.breadcrumb-row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.checkout-pdp-box {
    border: 1px solid #D9D9D9;
    margin-left: 5px;
}
.checkout-pdp-box .cartactions-container {
    display: none;
}
.checkout-pdp-box #btnCheckout {
    display: none;
}
.checkout-pdp-box .section.section-border.hidden-xs {
    display: none;
}
.checkout-pdp-box .cart-view-table>tbody tr td:nth-of-type(1) {
    display: none;
}
.checkout-pdp-box .cart-view-table>thead tr th:nth-of-type(1) {
    display: none;
}
.checkout-pdp-box .cart-view-table img {
    max-width: 40px !important;
}
.checkout-pdp-box .cart-product-name {
    display: none;
}
.checkout-pdp-box .cart-view-table>tbody tr td:nth-of-type(6) {
    display: none;
}
.checkout-pdp-box .cart-view-table>thead tr th:nth-of-type(6) {
    display: none;
}
.checkout-pdp-box td .col-xs-12 {
    padding: 0;
}
.checkout-pdp-box .js-updateQuantity {
    display: none;
}
.checkout-pdp-box .basket-qty-input-field {
    border: none;
}
.checkout-pdp-box th.last-cell {
    display: none; 
}
.checkout-pdp-box td.last-cell {
    position: absolute;
    right: 0px;
    top: 15px;
    border: none !important;
}
.checkout-pdp-box td.last-cell span {
    font-size: 1.2rem !important;
}
.checkout-pdp-box tr {
    position: relative;
}
.your-cart-heading p {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 15px;
}
#productfilter .form-group {
    width: 100%;
}
.section_MiniBasket .cart-btn .fa:before {
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    width: 25px;
    display: block;
}
.section_MiniBasket .cart-btn {
    display: flex;
}
.section_MiniBasket .badge.visible-xs {
    position: static;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.user-icon p {
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.multiple-sku img {
    height: 42px;
    width: 32px;
    max-width: unset;
    margin-right: 5px;
}
.multiple-sku p {
    font-size: 0.875rem;
    font-weight: 500;
}
.product-nav {
    border: none;
}
.product-nav > div {
    display: flex;
    flex-direction: row-reverse;
}
.paginate-top > ul {
    display: flex;
    justify-content: flex-start;
}
.paginate-top > ul .pull-right span {
    padding-left: 0;
    padding-right: 0;
}
.grey-bg {
    background: #ECEDED;
}
.grey-bg > .container {
    transform: translatex(-50%);
    position: relative;
    left: 50%;
}
.hover-product {
    background: #fff;
}
.padding-top-30 {
    padding-top: 30px;
}
.flexslider .slick-initialized .slick-slide {
    /*max-width: 100px; */
    margin-right: 15px;
}
.section_AddToBasket .js-toggleFavorite:after {
    content: 'Add to Favorites';
    font-family: 'Roboto';
    margin-right: 5px;
}
.section_AddToBasket .js-toggleFavorite {
    width: unset;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    border: 1px solid #DFDFDF;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}
.section_AddToBasket .favoriteToggler {
    width: 100%;
    margin-bottom: 10px;
}
.section_AddToBasket .favorite {
  	width: 100%;
}
.hover-product .hover-product-image-wrapper img {
    display: block;
    width: calc(100% + 30px) !important;
    max-width: unset;
    left: -15px;
    position: relative;
    top: -15px;
}
.grey-bg .hover-product-image {
    background: white;
}
.ribbon .ribbonText:after {
    content: '';
    display: inline-block;
    border-top-width: 30px;
    border-top-style: solid;
    border-left: 0px;
    border-right: 14px solid transparent;
    height: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    border-top-color: #DEA645;
    left: 0px;
}
.ribbon .ribbonText {
    background: transparent;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    left: 4px;
    padding-left: 30px;
    padding-right: 40px;
}
.ribbonText:before {
    display: none;
}
.ribbon {
    padding: 0;
    top: -15px !important;
}
.distributor-list .field-stockcode {
    display: none;
}
.distributor-list .hover-product-title {
    height: unset;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.flex-row > div > .section {
    height: 100%;
}
.flex-row .image-card-standard {
    height: 100%;
}
.hover-product .input-group-change-qty-buttons>span {
    display: inline-block;
}
.hover-product .input-group-change-qty-buttons .favorite {
    position: absolute;
    top: 8px;
    right: 8px;
}
.hover-product .input-group-change-qty-buttons .favorite .fa {
    font-size: 15px;
}
.products .hover-product .addToBasketContainer .shoppingList {
    height: 42px;
    display: flex;
    margin-right: 15px !important;
    align-items: center;
}
.products .hover-product .addToBasketContainer .shoppingList .fa {
    font-size: 18px;
}
.products .hover-product .hover-product-title {
    text-transform: none;
}
.section_ProductDetail_Header h1 {
    font-size: 1.25rem;
    margin-bottom: 5px;
}
.section_ProductDetail_Header.section {
    padding-bottom: 0;
}
.section_ProductDetail_SkuNumber {
    font-size: 1.125rem;
}
.pdp-attr-row {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 15px;
}
.pdp-attr-row .section {
    padding-bottom: 0;
}
.pdp-attr-row .dl-horizontal {
    margin-bottom: 0;
}
.pdp-attr-row > div {
    padding: 0;
}
.pdp-attr-row .dl-horizontal dt {
    font-weight: 500;
}
.pdp-attr-row .dl-horizontal {
    font-size: 0.938rem;
}
.pdp-single-attr dt {
    font-weight: 500;
}
.pdp-single-attr {
    font-size: 1.125rem;
}
.section_ProductDetail_SkuNumber.section {
    padding: 0;
}
.section_ProductDetail_SkuNumber p {
    margin-bottom: 0;
}
.pdp-single-attr.section {
    padding: 0;
}
.pdp-attr-row > div {
    display: flex;
    flex-wrap: wrap;
}
.pdp-attr-row .section_ProductAttributes {
    width: 70%;
}
.pdp-main-desc {
    margin-top: 20px;
    margin-right: 15px;
}
.pdp-main-desc p {
    font-size: 0.75rem;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
}
.pdp-image-col {
    padding-left: 60px;
    padding-right: 60px;
}
.main-pdp-row {
    margin-top: 15px;
}
.check-stock-btn p {
    margin-bottom: 0;
}
.section_ProductImageLibrary hr {
    display: none;
}
.section_ProductImageLibrary .flexslider {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: -30px;
    margin-bottom: 0;
}
.section_ProductImageLibrary .slider-for.main img {
    padding: 50px;
}
.section_ProductImageLibrary .flexslider img {
    border: none;
}
.section_ProductImageLibrary .flexslider .slick-slide {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    padding: 15px;
}
.section_ProductImageLibrary .flexslider .slick-slide:hover img {
    transform: scale(1.04);
    transition: all 0.2s ease-in-out;
}
.section_ProductImageLibrary .flexslider .slick-slide:hover {
    border-color: #aaa;
    cursor: pointer;
}
.section_ProductImageLibrary .flexslider .slick-list {
    padding: 0 !important;
}
.section_ProductImageLibrary .slick-next:before {
    content: '\f061';
    color: #D4D4D4;
    font-family: fontawesome;
}
.section_ProductImageLibrary .slick-prev:before {
    content: '\f060';
    color: #D4D4D4;
    font-family: fontawesome;
}
.section_ProductImageLibrary .slick-next {
    right: -20px;
}
.section_ProductImageLibrary .slick-prev {
    left: -35px;
}
.hover-product .hover-product-title {
    margin-bottom: 0;
}
.hover-product .attribute-0 {
    margin: 0 !important;
}
.product-add-cart-btn {
    text-transform: none;
}
.products .hover-product .pt-list-attribute-item {
    line-height: 150%;
}
.products .hover-product .p-productavailability {
    margin-bottom: 0;
}
.products .hover-product .p-productavailability:after {
    position: absolute;
    right: 0px;
  	top: 5px;
}
.products .hover-product .pull-right:last-of-type {
    margin-bottom: -35px;
}
.main-product-list-col {
    width: 60%;
}
.main-checkout-col {
    width: 20%;
}
.your-cart-heading p {
    margin-bottom: 0;
}
.checkout-pdp-box .cart-view-table>tbody tr td {
    padding-left: 2px;
    padding-right: 2px;
}
.checkout-pdp-box .cart-view-table>tbody tr td {
    font-size: 0.8rem;
}
.checkout-pdp-box .cart-view-table>thead tr th {
    font-size: 0.8rem;
    text-transform: none;
    padding-left: 2px;
    padding-right: 2px;
}
.checkout-pdp-box .cart-view-content {
    border-bottom: 1px solid #D4D4D4;
}
.checkout-pdp-box table {
    margin-bottom: 0px;
}
.checkout-pdp-box .cart-view-table>thead {
    border-color: #d4d4d4;
}
.checkout-pdp-box .cart-view-table>thead tr th {
    padding-bottom: 8px;
    padding-top: 8px;
}
.checkout-pdp-box .section_Checkout {
    padding-bottom: 0;
}
.checkout-pdp-box .section_Content:last-of-type {
    text-align: right;
}
.checkout-pdp-box .section_Content:last-of-type p {
    margin-bottom: 0;
}
.checkout-pdp-box .cart-view-content > p {
    margin-top: 10px;
    text-align: center;
    font-size: 0.75rem;
    color: #D4D4D4;
}
.checkout-pdp-box .section_Content:last-of-type {
    margin-top: 15px;
}
.checkout-pdp-box .btn {
    text-transform: none;
}
.check-stock-btn a {
    font-size: 1rem;
    font-weight: 400;
}
.section_AddToBasket .product-add-cart-btn {
    font-size: 0.875rem;
    font-weight: 700;
}
.section_ProductDetail_Price .js-price-wrapper {
    color: #05662F;
}
.section_ProductDetail_Price .product-netprice {
    font-size: 1.25rem;
    font-weight: 700;
}
.breadcrumb-row a {
    text-decoration: underline;
}
.breadcrumb-row li:last-of-type a {
    text-decoration: none;
}
.distributor-address p:before {
    content: '\f041';
    font-family: fontawesome;
    font-size: 45px;
    color: #05662F;
    display: block;
    margin-bottom: 30px;
}
.distributor-address {
    text-align: center;
}
.distributor-phone p:before {
    content: '\f095';
    font-family: fontawesome;
    font-size: 45px;
    color: #05662F;
    display: block;
    margin-bottom: 30px;
}
.distributor-phone {
    text-align: center;
}
.distributor-website p:before {
    content: '\f0c1';
    font-family: fontawesome;
    font-size: 45px;
    color: #05662F;
    display: block;
    margin-bottom: 30px;
}
.distributor-website {
    text-align: center;
}
.distributor-flex-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.distributor-main-row {
    width: 100%;
}
.distributor-map p {
    display: none;
}
.distributor-map iframe {
    height: 750px;
}
.row.distributor-flex-row {
    display: flex;
}
.header #quickHeader {
    display: none;
}
.header .header-flex-row .quickshopcontent .col-sm-2.col-xs-2 .btn:before {
    content: 'Add to Cart';
    font-size: 0.875rem;
    font-weight: bold;
}
.header .header-flex-row .quickshopcontent .col-sm-2.col-xs-2 .btn {
    font-size: 0;
}
.header-row .quickshopcontent #inputQuantity {
    width: 50px;
}
.header .header-flex-row .quickshopcontent > div {
    width: auto;
}
.header-flex-icon-col {
    display: flex;
    justify-content: flex-end;
}
.header-flex-icon-col > .section {
    margin-left: 10px !important;
}
.user-icon p {
    font-size: 0.875rem;
}
.cart .badge {
    font-size: 0.875rem;
}
.desktop-nav-mega {
    margin-top: 25px;
}
.desktop-nav-mega .cd-primary-nav {
    width: 100%;
    display: flex;
}
.desktop-nav-mega .cd-primary-nav a {
    font-size: 0.938rem;
}
.menu-align-right {
    margin-left: auto !important;
}
.distributor-icon:before {
    content: '';
    background-image: url(/en/image/getthumbnail/1467);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22pxpx;
    height: 22px;
    display: inline-block;
}
.distributor-icon a {
    padding-left: 4px !important;
}
.distributor-icon {
    display: flex;
    align-items: center;
}
.user-icon:hover {
    cursor: pointer;
}
.header-flex-icon-col .section_QuickShop {
    flex-grow: 1;
}
.header .quickshopcontent {
    width: 100%;
}
.header .header-flex-row .quickshopcontent > .col-sm-6.col-xs-6 {
    flex-grow: 1;
}
.horizontal-filter-row #productfilter .form-group {
    width: 300px;
}
.horizontal-filter-row .section_ProductFilter > .row > div .row .col-sm-12 {
    display: flex;
    justify-content: center;
}
.horizontal-filter-row #productfilter > h3 {
    display: none;
}
.horizontal-filter-row #productfilter hr {
    display: none;
}
.horizontal-filter-row {
    margin-bottom: 15px;
}
.distributor-list .filter-list-orderby {
    display: none;
}
.horizontal-filter-row .filterWrapper {
    border: none;
}
.horizontal-filter-row .filterWrapper .control-label {
    border: 1px solid #05662F;
    border-radius: 5px;
    background: none;
    color: #000;
}
.distributor-list .products .hover-product-image {
    background: none;
}
.breadcrumb-top-row .section_ProductDetail_Header h1 {
    margin: 0;
    font-size: 2.313rem;
    color: #000;
    font-weight: 500;
}
.breadcrumb-top-row {
    padding-top: 20px;
}
.breadcrumb-top-row .section_Content {
    padding: 0;
}
.breadcrumb-top-row h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.user-container .sidebar-nav-heading {
    margin-bottom: 10px !important;
}
.user-container .sidebar-nav-items {
    border: none;
}
.user-container .sidebar-item {
    border: none;
    padding: 0;
    margin-bottom: 0 !important;
}
.login-btn a {
    display: flex;
}
.login-btn a:hover,
.login-btn a:focus {
    text-decoration: none;
}
.header-row > div > div {
    padding: 0;
}
.header-flex-icon-col {
    padding: 0;
}
.menu-row > div {
    padding-right: 0;
}
[data-loggedin="False"] .hide-auto {
    display: none;
}
[data-loggedin="False"] .width-10-auto {
    width: 80%;
}
.cd-main-content > .content {
    padding-bottom: 0;
}
.distributor-filter .activeFilters {
    display: none !important;
}
.distributor-filter .FilterMultiSelect {
    width: 100%;
}
.distributor-map.section {
    padding-bottom: 0;
}
.distributor-flex-row {
    display: flex;
    flex-wrap: wrap;
}
[data-pageid="88"] .breadcrumb-top-row {
    margin-bottom: 0;
}
.distributor-flex-row {
    min-height: 1000px;
}
.distributor-map {
    height: 100%;
    width: 100%;
}
.distributor-map iframe {
    height: 100%;
}
.distributor-flex-row .col-sm-6 {
    display: flex;
    align-items: center;
    width: 50%;
}

@media screen and (max-width: 1199px){
    .row.distributor-flex-row{
        min-height: auto; 
    }
    
    .distributor-map iframe{
        height: 70vw;
    }
    
    .distributor-flex-row .col-sm-6{
        width: 100%;
    }
    
    .distributor-flex-row .col-sm-6:last-child{
        order: -1;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px){
     .distributor-flex-row .col-sm-6:last-child{
        padding: 10vw 0;
    }
    .distributor-map iframe{
        height: 100vw;
    }
}

.quote-section p {
    font-size: 3.375rem;
    line-height: 120%;
    font-weight: 300;
    color: #05662F;
}
.quote-section.section {
    border-top: 2px solid #DFA646;
    border-bottom: 2px solid #DFA646;
    padding-top: 30px;
    padding-bottom: 30px;
  	margin-bottom: 60px;
    margin-top: 30px;
}
.large-text p {
 	font-size: 1.875rem;
  	line-height: 2.438rem;
}
.section_ProductParentNode_SubNodeMenu .hover-product-additional {
    display: block;
    position: static;
    width: unset;
    height: unset;
}
.section_ProductParentNode_SubNodeMenu .hover-product-additonal-details p {
    color: #000;
    font-size: 0.813rem;
    line-height: 1.125rem;
}
.section_ProductParentNode_SubNodeMenu .hover-product-additonal-details {
    position: static;
    padding: 0;
}
.section_ProductParentNode_SubNodeMenu .hover-product {
    margin-bottom: 30px;
}
.section_ProductParentNode_SubNodeMenu .hover-product .hover-product-image-wrapper img {
    width: 100% !important;
    position: static;
}
.section_ProductParentNode_SubNodeMenu .hover-product-title {
    height: auto;
    padding-bottom: 10px;
    text-align: left !important;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: 700;
}
.section_ProductParentNode_SubNodeMenu .hover-product-title:hover a {
    color: #000;
}
.section_ProductParentNode_SubNodeMenu .hover-product-additonal-details p {
    margin: 0;
}
.attr-brand.section {
    width: 30%;
}
.fullwidth-iframe iframe {
    width: 100%;
}
.cart-product-name {
    text-transform: none;
}
.page-header {
    color: #000;
}
.index-login h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.875rem;
    margin-bottom: 0;
}
.index-login .section_TranslationText {
    padding-bottom: 10px;
}
.section_Login .top10 {
    margin-top: 5px;
}
.section_Login label {
    font-weight: 400;
    font-size: 0.938rem;
}
.index-login .section_ForgotPassword h3 {
    font-size: 0.85rem;
}
.index-login p {
    font-size: 0.938rem;
}
.index-login .grey-btn {
    padding-bottom: 0;
}
.index-login h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.875rem;
    margin-bottom: 0;
}
.index-login .section_TranslationText {
    padding-bottom: 10px;
}
.section_Login .top10 {
    margin-top: 5px;
}
.section_Login label {
    font-weight: 400;
    font-size: 0.938rem;
}
.index-login .section_ForgotPassword h3 {
    font-size: 0.85rem;
}
.index-login p {
    font-size: 0.938rem;
}
.index-login .grey-btn {
    padding-bottom: 0;
}
.index-card-flex .section_ContentBannerDataUnit {
    overflow: hidden;
}
[data-loggedin="True"] .index-card-flex {
    width: 100%;
}

.header .section_CatalogSearchBox .show-all-results-button {
    display: none;
}
.header .section_CatalogSearchBox .sectionId-catalog-search-box {
    display: none;
}
.calculator-container {
    text-align: center;
    margin-top: 30px;
}
.calculator-container iframe {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 15px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.breadcrumb-top-row .section_TranslationText {
    padding: 0;
}
.contact-card-flex-container {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}

@media screen and (max-width: 1199px){
    .contact-card-flex-container{
        grid-template-columns: 1fr;
    }
}

.contact-card {
    height: 100%;
    background: #f8f8f8;
    padding: 20px;
    border-bottom: 0 !important;
}
.contact-card-right {
    display: flex !important;
    flex-direction: row !important;
}
.contact-card-right > a {
    margin-right: 15px;
}



.news-detail-hero-container .article-image {
	display: block;
}
.news-detail-hero-container .article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.news-detail-hero-container {
    height: 800px;
    overflow: hidden;
    margin-bottom: 30px;
}
.section_NewsDetail p {
    max-width: 1200px;
}
.section_NewsDetail .article-title:after {
    margin-top: 15px;
    display: block;
    content: "";
    border-top: 10px solid #00692f;
    width: 20%;
}
.checkout-pdp-box .basket-total-lines {
    width: 100%;
    margin-left: 0;
}

.product-netprice:before {
    content: 'Net Price:';
    text-transform: none;
}
.product-grossprice:before {
    content: 'List Price:';
    text-transform: none;
}
.hover-product .product-grossprice, .hover-product .product-discount {
    font-size: 0.95rem;
    line-height: 140%;
}
.hover-product .product-grossprice:before {
    font-weight: 500;
}
.hover-product .product-discount-lbl {
    font-weight: 500;
}
.hover-product .product-netprice {
    margin-top: 5px;
}

.catalog-row h2 {
    font-family: 'Oswald', sans-serif;
}
.catalog-row a.btn {
    border: 1px solid #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}
.catalog-row {
    text-align: center;
}
.paginate-top li:last-of-type {
    display: none;
}
.filter-list-orderby {
    margin-right: 5px;
}
.checkout-pdp-box #btnMailCart {
    display: none;
}
.checkout-pdp-box .price-gross {
    display: none;
}
#EmptyCart.btn {
    height: 40px;
}
.cart-view-content .basket-qty-input-field {
    height: 38px;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.catalogsearchboxbutton:hover .fa:before {
    color: #05662F !important;
}
#btnSubmitQuickshop:hover {
    background: none;
    border: 1px solid #05662F;
}
.checkout-pdp-box .cart-view-content .basket-qty-input-field {
    border: none;
}
.section_ProductDetail_Price p {
    margin-bottom: 0;
}
.fullwidth-iframe iframe {
    border: none;
    height: calc(100vh - 240px);
}
@media screen and (max-width: 767px){
    .section_ProductParentNode_SubNodeMenu .hidden-xs {
        display: block;
    }
    .section_ProductParentNode_SubNodeMenu .visible-xs {
        display: none;
    }
}
@media screen and (max-width: 1199px){
    .section_ProductParentNode_SubNodeMenu [class*="block-grid-"] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .section_ProductParentNode_SubNodeMenu [class*="block-grid-"]:before {
        display: none;
    }
}
@media screen and (max-width: 991px){
    .section_ProductParentNode_SubNodeMenu [class*="block-grid-"] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 991px){
    .header-row .header-flex-row .multiple-sku {
        display: none;
    }
}
.product-nav label {
    display: none;
}
.product-nav .row .paginate-top {
    width: 60%;
}
.product-nav .row .clearfix {
    width: 40%;
}
.main-filter-container {
    width: 15%;
}
.main-product-list-col {
    width: 65%;
}
.checkout-pdp-box .cart-view-table th:nth-of-type(3) {
    font-size: 0;
}
.checkout-pdp-box .cart-view-table a {
    white-space: wrap;
    word-break: break-word;
}
.checkout-pdp-box {
    margin-right: 0;
}
.check-stock-success {
    display: flex;
    align-items: center; 
}
.check-stock-requested-amount {
 	padding-left: 15px !important; 
}
@media screen and (max-width: 1199px){
    .main-checkout-col {
        display: none;
    }
    .main-product-list-col {
        width: 80%;
    }
    .main-filter-container {
        width: 20%;
    }
}
@media screen and (max-width: 991px){
    .main-product-list-col {
        width: 100%;
    }
    .main-filter-container {
        width: 100%;
    }
}
.filter-by-button.section {
    padding-bottom: 0;
}
@media screen and (max-width: 991px){
    .main-filter-container .section_ProductFilter {
    display: none;
}
.main-filter-container .filter-by-button {
    margin-bottom: 30px;
    display: flex;
}
.main-filter-container .filter-by-button:after {
    content: '\f078';
    font-family: fontawesome;
    margin-left: 15px;
}
    .product-nav > div {
        flex-direction: column;
    }
        .product-nav > .row > div {
        width: 100% !important;
    }
}
@media screen and (max-width: 991px){
    [class*="block-grid-3"] {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 520px){
    [class*="block-grid-3"] {
        grid-template-columns: 1fr;
    }
}
.check-stock-success .input-change-in-list-buttons-container, .check-stock-addtocart .input-change-in-list-buttons-container {
    display: none;
}

.check-stock-noavail {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

@media screen and (max-width: 767px){
    .section_ProductParentNode_SubNodeMenu .hover-product-additional {
        display: none;
    }
    .section_ProductParentNode_SubNodeMenu .hover-product {
        margin-bottom: 0;
    }
}
.distributor-flex-row .col-sm-6:first-of-type {
 	padding: 0; 
}
[data-loggedin="False"] .index-card-flex {
    padding-right: 30px;
}
[data-loggedin="False"] .index-flex-top {
 	padding-right: 15px;
}
[data-loggedin="False"] .index-flex-top {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px){
    [data-loggedin="False"] .content .index-login{
        width: 100%;
        margin: 15px 0;
    }
    
    [data-loggedin="False"] .row.index-flex-top{
        padding-right: 0;
        margin: 0;
        padding: 0;
    }
    
    [data-loggedin="False"] .index-card-flex{
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1199px){
    .header .section_QuickShop {
        display: none;
    }
}
[data-loggedin="False"] .product-grossprice {
    margin-bottom: 15px !important;
}
.section_ProductDetail_Price .js-price-wrapper {
    text-align: right;
}
@media screen and (max-width: 991px){
    .section_ProductParentNode_SubNodeMenu .hover-product-title {
        font-size: 0.9rem;
    }
}
.section_ProductParentNode_SubNodeMenu .product {
    padding: 5px;
}
.section_ProductParentNode_SubNodeMenu .hover-product .hover-product-image-wrapper img {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
    .catalog-container {
        display: flex;
        flex-direction: column;
    }
    .footer .catalog-row {
        height: unset;
    }
  .breadcrumb-top-row-inner .section_BreadCrumb > .container {
    display: block;
}
}
.mobile-mega-menu .distributor-icon a {
    word-break: break-all !important;
    padding-left: 35px !important;
}
@media screen and (max-width: 991px){
    .paginate-top > ul {
        display: block;
    }
    .product-nav .form-inline {
        width: 100%;
    }
    .product-nav .filter-list-orderby {
        margin-right: 0;
    }
    .main-filter-container .filter-by-button {
        margin-bottom: 15px;
        background: #05662F;
        color: #fff;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .main-filter-container .filter-by-button h3 {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .main-filter-container .filter-by-button:after {
        font-size: 12px;
    }
}

/* Build a custom tool (99)
======================================================= */
.build-tool-container{
    max-width: 1330px;
}

.tool-group-heading{
    margin-bottom: 30px;
    padding: 10px 0 !important;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.tool-group-heading h2{
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.tool-group-heading p{
    color: #000;
    margin: 5px 0 0;
    font-size: 1rem;
}

.row.tool-card-wrapper {
    justify-content: space-between;
    display: flex;
    margin-bottom: 40px;
} 

.row.tool-card-wrapper::before, .row.tool-card-wrapper::after{
    display: none;
}

.row.tool-card-wrapper > div{
    float: none;
    display: flex;
}

.build-tool-card h3{
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
}

.build-tool-card h3 a{
    color: #444;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.build-tool-card h3, 
.build-tool-card p{
    padding: 0 10px; 
}

.cd-main-content .build-tool-card p > a, 
.cd-main-content .build-tool-card p > a:hover{
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #000;
}

.build-tool-card a{
    text-decoration: none; 
}

.build-tool-card img{
    transition: all .1s linear;
}

.build-tool-card:hover img{
    transform: scale(1.05);
}



@media screen and (max-width: 1199px){
    .row.tool-card-wrapper{
        flex-wrap: wrap;
    }
    
    .row.tool-card-wrapper > div{
        width: 50%;
    }
}

@media screen and (max-width: 539px){
    .row.tool-card-wrapper > div{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
 	.check-stock-avail-heading p, .check-stock-avail-heading div {
    font-size: 1rem;
    margin-bottom: 0;
}
.check-stock-avail-heading > div {
    display: flex;
    flex-direction: column;
}
.check-stock-avail-heading {
    margin-bottom: 15px !important;
} 
}
@media screen and (max-width: 767px){
    .breadcrumb-top-row-inner > div {
    display: flex;
    flex-direction: column;
}
.breadcrumb-top-row-inner > div .section_Content {
    display: none;
}
}
.large-hero-career {
    position: relative;
    color: #fff;
}
.large-hero-career > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.open-positions .section_Content:not(.open-positions-start) {
    border: 5px solid #00692f;
    margin-bottom: 30px !important;
    padding: 30px;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.grey-bg-box {
    background: #e6e6e6;
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.white-bg-box {
  	background: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grey-bg-box .section, .white-bg-box .section {
    padding: 0;
}
.grey-bg-box img, .white-bg-box img {
    max-width: 500px;
}
.distributor-filter #productfilter > div {
    display: flex;
}
.distributor-filter #productfilter > div > div {
    width: unset !important;
}
.distributor-filter .SingleSelectDropdown {
    min-width: 250px;
}
.distributor-filter .filterinputbutton {
    margin-top: 0;
}
.distributor-filter .filter-box {
    display: none;
}
.distributor-filter .section_ProductFilter {
    padding-bottom: 0;
}
.recently-viewed-list .p-productavailability {
    display: none;
}
.recently-viewed-list .addToBasketContainer {
    display: none;
}
.paginate-bottom {
    margin-bottom: 30px;
}
.section_ProductFilter .control-label {
    font-weight: 700 !important;
}
[data-pageid="2"] .section_Login .col-md-5:first-of-type .col-sm-8:before {
    top: 0;
}
[data-pageid="2"] .section_Login .col-md-5:nth-of-type(2) .col-sm-8:before {
    top: 7px;
}
.reset-pwd-styling h3 {
    display: none;
}
.no-stock-red {
 	color: red; 
}
.distributor-main-row .section {
    padding: 0;
}
.basket-total-lines > .row > .col-sm-7.col-xs-6 {
    text-align: right;
}
.distributor-list .hover-product-additonal-details div p {
    display: none;
}
/*.hover-product .p-productavailability {
    display: none;
} */
.hover-product .js-avail-wrapper:before {
    content: 'Availability:';
    font-weight: 500;
}
.hover-product .js-avail-wrapper {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  	display: inline-block;
  	width: 100%;
    margin-bottom: 10px;
}
.avail-full {
    text-align: right;
}
.avail-full.section {
    padding: 0;
}
.avail-full .dl-horizontal {
    display: flex;
    justify-content: flex-end;
}
.avail-full {
    border-top: 1px solid #ddd;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    margin-top: -10px;
}
.avail-full .dl-horizontal {
    margin-bottom: 0;
}
.avail-full {
    margin-bottom: 15px;
}
@media screen and (min-width: 1200px){
    
    .cd-primary-nav .cd-secondary-nav > li > a {
        white-space: normal;
        font-size: 1.2rem;
    }
    .cd-primary-nav .cd-secondary-nav .see-all a:before {
        content: 'See all ';
		margin-right: 4px;
    }
    .cd-primary-nav .cd-secondary-nav .see-all a {
        text-align: left;
        padding-left: 20px;
        font-size: 1rem;
    }
     .cd-primary-nav .cd-secondary-nav .megamenu-wrap > .see-all {
     	display: block;
     	position: absolute;
    bottom: 30px;
    left: 30px;
     }
  	.menu-column-two > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px !important;
}
.cd-secondary-nav ul {
    padding: 15px !important;
}
.cd-secondary-nav > li {
    width: 100% !important;
}
.cd-primary-nav .cd-secondary-nav .megamenu-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 2fr;
    column-gap: 30px;
}
.cd-primary-nav .cd-secondary-nav {
		display: grid;
    /*grid-template-columns: 6fr 2fr;*/
	grid-template-columns: 8fr;
    column-gap: 30px;
}
.cd-secondary-nav .megamenu-wrap > li:not(.see-all) > a {
    background: #ECEDED;
    padding: 5px 15px !important;
}
  .cd-primary-nav .cd-secondary-nav a {
    padding-right: 15px !important;
}
.megamenu-content .node-class {
	display: none;
}
.megamenu-wrap .has-children a:before, .megamenu-wrap .has-children a:after {
	display: none;
}
.megamenu-content {
    position: relative;
}
.megamenu-content-left {
    position: absolute;
    left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
.megamenu-content-right {
    height: 100%;
}
.megamenu-content-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.megamenu-content p {
    color: #fff;
    font-family: 'oswald', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.cd-secondary-nav {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
.megamenu-wrap .see-all a {
    background: #05662F;
    border-color: #05662F;
    color: #fff !important;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    text-transform: none;
}
.megamenu-content-left a.btn {
    color: #fff;
    padding-left: 15px !important;
    height: 33px;
}
.megamenu-content-left a.btn:hover {
    color: #05662F;
}
  .megamenu-wrap > .see-all > a:hover {
    background: #fff;
    border: 1px solid #05662F;
    color: #05662F !important;
    border-radius: 5px;
    transition: all 0.2sease-in-out;
    font-family: "Roboto", sans-serif;
    height: 34px;
}
.megamenu-wrap > .see-all > a {
    border: 1px soild white;
    text-decoration: none;
    height: 34px;
    display: flex;
    align-items: center;
}
  .cd-secondary-nav .megamenu-wrap > li:not(.see-all) > a {
    font-weight: 700;
    text-decoration: none !important;
}
}

/* ----- Video modal ----- */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-card-btn:before {
    content: '\f01d';
    font-family: 'fontawesome';
    margin-right: 5px;
    font-size: 25px;
    margin-bottom: 15px;
}
.video-card-btn.section {
    display: flex;
    padding: 0;
    justify-content: center;
}
.video-card-btn p {
    margin: 0;
}
.video-card-btn {
    cursor: pointer;
}
.pdp-image-col .section_ProductImageLibrary {
    padding-bottom: 0;
}
.check-stock-btn a:hover, .check-stock-btn a:focus {
    color: #fff;
    font-size: 1rem;
}
.check-stock-btn {
    text-align: right;
}
#deliveryFormHolder #saveAddress_holder {
    display: none !important;
}
.notify-sub {
 	display: inline-block !important;
}

/*Image ratio support*/
@media screen and (min-width: 1400px){
    .img-banner-container-green .img-banner-inner-left img{
        width: unset;
        object-fit: contain;
        height: 100%;
    }   
}

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

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

/* Quickshop */
.row.quickshopcontent {
    margin-left:  0px;
    margin-right: 0px;
    /*margin-top: 15px;*/
}
.quickshopcontent h4 {
    margin-top: 8px;
    text-transform: initial;
}
.quickshopcontent #quickHeader {
    padding-left: 0;
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 {
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn {
    float: right;
    width: 100%;
    font-size: 0;
    height: 33px;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn:after {

}
@media screen and (min-width: 992px){
    .quickshopcontent .col-sm-6.col-xs-6 {
        width: 58.33333%;
    }
    .quickshopcontent .col-sm-2.col-xs-2 {
        width: 8.33333%;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .quickshopcontent #quickHeader {
        padding-left: 0;
    }
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

/* News list */
.pt-page-newsarchive .section_NewsList .section-heading,
.pt-page-content .section_NewsList .section-heading {
    letter-spacing: 0;
}
.pt-page-newsarchive .section_NewsList .news-list,
.pt-page-content .section_NewsList .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.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: 43px;
        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;
}
#referencesField .control-label-static {
    margin-top:0px;
  	font-size:inherit;
}
/* 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;
}
/* 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;
    }
}/* ==========================================================================
   Template styling
   ========================================================================== */

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


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

	.dashboard-item:first-of-type {
		margin-left: 0;
	}
	.dashboard-item:last-of-type {
		margin-right: 0;
	}
}
.dashboard-item {
	position: relative;
	height: 250px;
}
.dashitem {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	text-align: center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	box-shadow: 0px 0px 3px 0px rgba(122,122,122,1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: white;
}
a.dashitem-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.dashitem-link:hover {
	text-decoration: none;
}
.dashitem .fa {
	font-size: 0;
	color: #00aabc;
}
.dashitem .fa::before {
	font-size: 100px;
}
.dashitem img {
	width: 100px;
}
.dashitem .dashitem-heading {
	margin-bottom: 5px;
}
@keyframes ScaleDashitem {
	from
	{transform: scale(1)}
	to
	{transform: scale(1.01)}
}
a.dashitem-link:hover ~ .dashitem {
	animation: ScaleDashitem 0.3s;
	animation-fill-mode: forwards;
}
@media screen and (max-width:767px) {
	.dashitem-info {
		display: none;
	}
	.dashboard-item {
		height: 150px;
		width: 48%;
		margin-bottom: 20px;
		flex-grow: 1;
	}
	.dashitem-img {
		width: 60px;
	}
	.dashitem .fa::before{
		font-size: 60px;
	}
}


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

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

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

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

/* Hero image with text and button
   ========================================================================== */
.hero-container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
  	background-size: cover;
    background-position: center;
}
.hero-container > h1,
.hero-container > a {
    width: 100%;
}
/* Contact info card
   ========================================================================== */
.contact-card {
    line-height: 170%;
}
.contact-card .contact-name {
    margin-top: 10px;
}
.contact-card h3 {
    margin-bottom: 5px;
}
.contact-card .contact-title {
    width: 100%;
    float: left;
}
.contact-card .contact-icons {
    margin-top: 5px;
}
.contact-card .contact-icons a {
    font-size: 20px;
}
.contact-card .contact-icons a:hover {
    text-decoration: none;
}

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

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

/* Video
   ========================================================================== */
.video-embed-container { 
  	position: relative; 
  	padding-bottom: 56.25%; 
  	height: 0; 
  	overflow: hidden;
  	max-width: 100%; 
} 
.video-embed-container iframe, .video-embed-container object,
.video-embed-container embed { 
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%; 
}
/* Image card with text on top
   ========================================================================== */
.image-card-text-top {
    background-size: cover;
    background-repeat: none;
    background-position: center;
    position: relative;
    padding: 20px;
}
.image-card-text-top.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.image-card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.image-card-text {
    position: relative;
    z-index: 555;
}

/* Image card standard */
.image-card-standard {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.image-card-standard img {
    width: 100%;
}
.image-card-standard-inner {
    padding: 20px;
}
.image-card-heading {
    font-weight: bold;
    font-size: 1.25rem;
}
.image-card-standard a {
    color: #05662F;
    font-weight: bold;
}

/* Contact card */
.contact-card-right {
    display: flex;
    flex-direction: column;
}
.contact-card {
    display: flex;
    flex-direction: column;
}
.contact-card-right a {
    margin-top: 10px;
}
.contact-phone {
    font-family: 'Roboto', sans-serif;
}
.contact-phone:before {
    font-family: fontawesome;
    margin-right: 5px;
}
.contact-email {
    font-family: 'Roboto', sans-serif;
}
.contact-email:before {
    font-family: fontawesome;
    margin-right: 5px;
}
.contact-card {
    padding: 15px;
    /*box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); */
  	border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
}
.contact-card h3.contact-name {
    margin-top: 0;
}

/* Image banner green */
.img-banner-inner-green {
    background: #05662F;
    position: absolute;
    top: 0;
    padding: 30px;
    padding-left: 45%;
    width: 100%;
    left: 0;
}
.img-banner-inner-green p {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
}
.img-banner-container-green .img-banner-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    padding: 30px;
    text-align: left;
}
.img-banner-container-green .img-banner-inner-left img {
    width: unset;
    height: 100%;
}
.img-banner-container-green .img-banner-inner-left p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    line-height: 120%;
    color: #fff;
    margin-top: 15px;
}
.img-banner-container-green .img-banner-inner-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

/* Index content */

@media screen and (max-width: 1399px){
    .img-banner-container h2{
        font-size: 3vw;
    }   
    .img-banner-container-green .img-banner-inner-left {
        height: unset;
        max-height: 100%;
        top: 0%;
        width: unset;
    }
    
    .img-banner-container-green .img-banner-inner-left img{
        height: 100%;
        max-height: 100%;
        object-fit: unset;
        width: 45%;
    }
    
}

@media screen and (max-width: 1199px){
    .img-banner-container h2{
        font-size: 6vw;
    }   
    
    .index-card-flex{
        grid-template-columns: 1fr;
        grid-gap: 30px 0;
    }
    
    .index-flex-top ~ .container > .row{
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .index-flex-top ~ .container > .row > div{
        width: 100%;
    }
    
    .img-banner-container-green .img-banner-inner-left {
        height: unset;
        top: 0%;
    }
    
    .img-banner-container-green .img-banner-inner-left img{
        height: auto;
        object-fit: contain;
        width: 45%;
    }
}

@media screen and (max-width: 767px){
    .img-banner-container-centered{
        overflow: hidden;
    }
    .img-banner-container-centered img{
        max-width: unset;
        width: 200%;
        transform: translatex(-25%);
    }
    .img-banner-inner-green p{
        font-size: 4.5vw;
    }
}