/* ==========================================================================
   General Site Styling
   ========================================================================== */

/* Cheat sheet color codes
   ========================================================================== 
Blue: #005195
Yellow: #faef59
Light blue: #77ac5a
Green: #00a192
Orange: #f7b868
Dark blue: #113651

*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/
/* ----- Body fonts ----- */
body {
    font-family: arial, sans-serif;
    font-size: 16px;
}

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

/* ---- Custom heading styling ---- */
.box-heading h2 {
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    color: #113651;
    font-weight: bold;
}
.box-heading {
    text-align: center;
}


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

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

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

/* Notifier Container
   ========================================================================== */
.alertify-log {
    background: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0;
  	color: #000;
}

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

/* 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;
}
.content .margin-bottom-0 {
    margin-bottom: 0;
}
.content .margin-top-0 {
    margin-top: 0;
}
.content .margin-bottom-30 {
    margin-bottom: 30px;
}
.content .margin-top-15 {
 	margin-top: 15px; 
}
.content .margin-top-30 {
    margin-top: 30px;
}
.content .margin-top-minus-30 {
    margin-top: -30px;
}
.content .margin-bottom-minus-30 {
    margin-bottom: -30px;
}
.content .padding-30 {
    padding: 30px;
}
.content .padding-20 {
    padding: 20px;
}
.content .padding-40 {
    padding: 40px;
}
.content .no-padding {
    padding: 0;
}
.center-content {
    text-align: center;
}
.small-width {
    max-width: 900px;
    margin: 0 auto;
}

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



/* Custom styling classes */
.limited-width-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}



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

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

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

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

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

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

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

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


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

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


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


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


/* Login page
   ========================================================================== */
.pt-page-login, [data-pageid="93"] {
    background-image: url('../jpg/1013.jpg');
}


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

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

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

/* PDP (19)
========================================================================== */

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

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

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

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

/* Product Node - Literature Only (111)
==========================================*/
.literature-list-row .p-productavailability,
.literature-list-row .js-avail-wrapper,
.literature-list-row .pricepanel,
.literature-list-row .addToBasketContainer,
.literature-list-row .hover-product-additonal-details .delDate{
    display: none;
}
.literature-list-row .hover-product-hover-bg{
    background:transparent
}
.literature-list-row .product{
    padding-bottom:30px;
}

.literature-list-row .hover-product-title{
    font-size:18px;
    height:44px;
}
.literature-list-row .filter-list-orderby [value="Availability_Descending"]{
    display:none;
}
/* Authors
   ==========================================================================
Name
*/
.header-flex-col {
    display: flex;
    background: #113651;
}
.header-main-row > .container {
    width: 100%;
    padding: 0;
}
.header-main-row {
    background: #113651;
    padding: 0 !important;
  	z-index: 556;
}
.header-logo-col {
    background: #fff;
    width: auto;
    padding: 10px 20px;
}
.header-logo-col img {
    max-height: 100px;
    width: auto;
}
.cd-main-header {
    background: none;
}

.cd-primary-nav > li > a {
    color: #fff;
}
.header-flex-col {
    justify-content: flex-end;
    margin-left: auto;
}
.header {
    border: none;
}
.header-main-row > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.search-toggle {
    color: #fff;
    background: #005195;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header .section {
    padding: 0;
}
.header p {
    margin: 0;
}
.cart-btn {
    padding: 0;
    background: #C7A53E;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header-input {
    margin: 0;
}
.header-flex-col .section {
    margin-left: 15px;
}
.cart:hover {
    background: none;
}
.cart-content.container {
    width: 350px;
    right: 0;
}
.cart-field {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    text-transform: none;
    height: 40px;
    display: flex !important;
    align-items: center;
}
.cart-field-label {
    margin-right: 8px;
    margin-left: 8px;
}
.cd-primary-nav > li > a {
    font-size: 1.2em;
}
.footer {
    background: #C3DEDE;
}
.hover-product-image {
    border: none;
    box-shadow: none;
}
.product-grid-thumbs-horizontal .product {
    border-bottom: 1px solid #333;
    padding-top: 15px;
}
.search-container {
    background: #005195;
}
.pt-page-login img {
    max-height: 100px;
}
.user-container {
    position: absolute;
    background: white;
    top: 70px;
    z-index: 555;
    border: 1px solid #eee;
    display: none;
}
.user-toggle {
    cursor: pointer;
}
.user-toggle span {
    background: grey;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.user-log-in-link a {
    color: #fff;
}

/* TEMP */
body {
    overflow-x: hidden;
}
.cart-product-img {
    max-width: 60px;
}


/* Filter */
.section_ProductFilter .filterWrapper .control-label {
    background: none;
    color: #005195;
    font-weight: bold;
    text-align: center;
    border: none;
}
.section_ProductFilter .filter-dropdown {
    width: 100%;
    position: relative;
    border: none;
}
.section_ProductFilter .filterWrapper {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.section_ProductFilter .dropdown-menu {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}
.section_ProductFilter .filter-dropdown:first-of-type .filterWrapper {
    border-top: 1px solid #333;  
}
.section_ProductFilter .filterWrapper {
 	height: auto; 
}
.section_ProductFilter .filterWrapper .control-label {
    padding-top: 12px;
    padding-bottom: 12px;
}
.section_ProductFilter .filterWrapper .control-label:after {
    content: '\f078';
    font-family: fontawesome;
    position: absolute;
    right: 13px;
    font-weight: 400;
    color: #333;
}
.section_ProductFilter .FilterMultiSelect {
    width: 100% !important;
}


/* Product nav list */
.product-nav > .row > .clearfix {
    background: #005195;
    padding: 6px;
    color: #fff;
    margin-bottom: 10px;
}
.product-nav > .row > .clearfix .fa {
    color: #fff;
}
.product-nav > .row > .clearfix label {
    font-size: 0.9em;
    font-weight: 400;
    margin-left: 10px;
}
#productlist .field-stockcode:before {
    content: 'PART#:';
    font-weight: bold;
}
.paginate-top {
    padding: 0;
}
.product-nav .row {
    margin-left: 0;
    margin-right: 0;
}
.product-nav-pagination {
    padding-right: 0;
}
.product-nav-pagination .pull-right span {
    padding: 0;
}
.product-nav {
    padding-bottom: 10px;
}
.user-container {
    padding: 15px;
}
.user-container .section {
    margin: 0;
}
.sidebar-nav-heading {
    padding: 0;
}
.user-container .toggle-item .sidebar-item {
    margin: 0;
}
.section_ProductFilter #productfilter > h3 {
    height: 47px;
    background: #005195;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #fff;
    font-size: 1em;
}
.section_ProductFilter #productfilter .form-group {
    padding-right: 0;
}
.section_BreadCrumb > .container > .row > div {
    padding: 0;
}
.section_BreadCrumb > .container {
    padding: 0;
}
.section_BreadCrumb > .container > .row {
    margin: 0;
}
.section_BreadCrumb .breadcrumb {
    padding: 0;
}
.section_BreadCrumb.section {
    margin-top: -10px;
}
.catalog-hero .section_ProductNodeTitle h1 {
    margin-top: 5px;
    margin-bottom: 30px;
}
.catalog-hero .section_ProductNodeImage {
    text-align: center;
    margin-bottom: 30px;
}
.product-nav > .row > .clearfix label {
    margin-bottom: 0;
}
.section_ProductFilter #productfilter {
    display: flex;
    flex-wrap: wrap;
}
.section_ProductFilter #productfilter > * {
    width: 100%;
}
.section_ProductFilter #productfilter .row {
    margin: 0;
}
.section_ProductFilter #productfilter .row > .col-sm-12 {
    padding: 0;
}
.section_ProductFilter #productfilter .activeFilters {
    order: 2;
}
.section_ProductFilter hr {
    display: none;
}
.section_ProductFilter .activeFilters .control-label {
    width: 100%;
}
.section_ProductFilter .clearAllFilter {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}
.section_ProductFilter .clearAllFilter .label {
    height: 33px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0;
    background: #005195;
}
.section_ProductFilter .activeFilters .filter-tag .label {
    background: #eee;
    color: #000;
    font-weight: 400;
}
.section_ProductFilter .activeFilters .filter-tag {
    margin-bottom: 5px;
}
.sku-flex > div {
    display: flex;
}
.sku-flex .section_ProductDetail_SkuNumber strong {
    font-weight: 400;
}
.sku-flex p {
    font-size: 0.9em;
}
.section_ProductDetail_Header {
    margin-top: 15px;
}
.header-main-row > .container {
    height: 100px;
}
.header-logo-col img {
    max-height: 80px;
}
.search-container {
    /*position: absolute;*/
    width: 100%;
    /*top: 139px;*/
    z-index: 555;
}
.user-container .user-profile-page-link {
    width: 100%;
}
.user-container .user-profile-page-link a {
    font-size: 1em;
}
.user-container .user-profile-page-link a:hover,
.user-container .user-profile-page-link a:focus {
    background: none;
    color: #000;
}
.user-container .top-bar-link a {
    border: none;
    padding: 0;
}
.user-container .user-log-out-link {
    width: 100%;
}
.user-container .user-log-out-link a, .user-container .user-log-out-link a:hover,
.user-container .user-log-out-link a:focus {
    padding: 6px 12px;
    height: 33px;
    background: #113651;
    width: 100%;
    text-align: center;
    color: #fff;
  	text-transform: uppercase;
  	display: flex;
    align-items: center;
    justify-content: center;
}
.user-container .user-log-out-link a:hover {
  background: #005195;
}

.user-container .section_LoginStatus .nav {
    width: 100%;
}
.user-container {
    width: 300px;
}
.filter_search {
    width: 100%;
}
@media screen and (max-width: 991px){
    .header .cart-field-amount {
        display: none;
    }
}
.cd-nav-trigger span,
.cd-nav-trigger span:before,
.cd-nav-trigger span:after {
    background: #fff;
}

@media screen and (min-width: 1200px) {
 	.cd-primary-nav .cd-secondary-nav {
     	top: 70px !important; 
      border: none !important;
    }
}

@media screen and (min-width: 1200px) {
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    width: 100%;
}
  .cd-primary-nav > li > a {
    height: 40px !important;
    line-height: 40px !important;
}
}

.cart .btn-group-justified {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.cart .btn-group-justified > a {
    flex: 1;
}
.cart .btn-group-justified > a:first-of-type {
    margin-right: 5px;
}
.cart .btn-group-justified > a:last-of-type {
    margin-left: 5px;
}



.pdp-cart-functions .product-input-group {
    display: none;
}
.pdp-cart-functions .favorite {
    display: inline-block;
}
.pdp-cart-functions .shoppingList {
    display: inline-block;
}
.pdp-cart-functions .favorite .fa,
.pdp-cart-functions .shoppingList .fa {
    font-size: 20px;
}
.hide-add-functions .favorite, .hide-add-functions .shoppingList {
    display: none;
}

/* Tab styling */
.nav-tabs {
    margin-top: 40px;
}
.nav-tabs > li > a {
    border: none;
    box-shadow: none;
    background: none;
    position: relative;
    bottom: -3px;
    text-align: left;
    padding: 10px 50px;
    color: #585858;
    font-weight: bold;
}
.nav-tabs {
    box-shadow: none;
    border-bottom: 4px solid #e7e7e7;
}
.nav-tabs > li.active > a {
    border: none;
    border-bottom: 4px solid #113651;
    color: #000;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 4px solid #113651;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    background: none;
}
.nav-tabs>li>a:hover {
    border-bottom: 4px solid #113651;
}
.carousel {
    margin: 0;
}
@media screen and (max-width: 767px){
    .badge {
        display: none;
    }
}
.split-hero-container {
    display: flex;
}
.split-hero-1 {
    flex: 1;
}
.split-hero-2 {
    flex: 1.2;
    display: flex;
    align-items: center;
}
.split-hero-1, .split-hero-2 {
    background-size: cover;
}
.split-hero-container h1, .split-hero-container p {
    color: #fff;
}
.split-hero-2-content {
    padding: 60px;
}
.banner-wrapper-main {
    padding: 0;
}
.carousel {
    box-shadow: none;
}
.img-card img {
    max-width: 150px;
    border: 1px solid #fff;
    padding: 2px;
    transition: all 0.2s ease-in-out;
}
.img-card img:hover {
    transform: scale(1.03);
}
.img-card {
    text-align: center;
}
.grey-bg.section {
    margin-bottom: 15px;
    background:#eee;
    padding: 20px;
}
.split-hero-container {
    margin-bottom: 30px;
}
.pt-page-content .section_BreadCrumb {
    margin-bottom: 20px;
}
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    text-transform: none;
}
.footer a, .footer p {
    color: #000;
}
.footer a {
    text-transform: none;
    font-weight: 700;
}
.footer h3 {
    font-size: 2em;
    margin-bottom: 15px;
}
.footer-contact h3 {
    color: #005195;
}
.footer-contact p {
    margin: 0;
    font-size: 1.4em;
    font-weight: 500;
}
.footer-contact {
    margin-bottom: 30px;
}
.footer-socials {
    font-size: 1.4em;
    font-weight: 500;
}
.social-media-links a {
    background: black;
    color: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
}
.social-media-links a:before {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}
@media screen and (min-width: 1200px){
 .cd-secondary-nav {
    padding-bottom: 20px !important;
}
  .cd-primary-nav .cd-secondary-nav > li > a {
    font-size: 1.8rem;
}
}
.see-all a:hover {
    color: #000 !important;
}
.hover-product-title a:hover {
    color: #000;
}
.header-main-row .cart .cart-field {
    display: none !important;
}
hr {
    border-color: #113651;
    opacity: 0.3;
}
@media screen and (min-width: 768px){
    .flex-content {
        display: flex;
        justify-content: center;
      	align-items: center;
    }
}
.lightblue-bg {
    background: #C3DEDE;
}
.bg-image img {
    display: none;
}
.bg-image {
    background-size: cover;
    background-position: center;
}
.height-700 {
    height: 700px;
}
.height-600 {
    height: 600px;
}
.height-500 {
    height: 500px;
}
.height-400 {
    height: 400px;
}
.yellow-bg {
    background: #FAEF59;
}
.minus-margin-bottom {
    margin-bottom: -30px;
}
.no-bottom-padding {
    padding-bottom: 0 !important;
}
.padding-60 {
 	padding: 60px; 
}
.product-nav {
    border: none;
}
.paginate-top {
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
}
.paginate-bottom {
    margin-top: 15px;
}
.paginate-bottom {
    padding: 0;
}
.product-grid-thumbs-horizontal .hover-product-image {
    margin-bottom: 0;
}
.pagination > .active > a {
    background: none;
    color: #005195;
    font-weight: 700;
}
.pagination > .active > a:hover {
    background: none;
    color: #005195;
    font-weight: 700;
}
.pagination a:hover {
    background: none !important;
    color: #005195 !important;
    font-weight: 700 !important;
}
.pagination li.pull-right span {
    font-weight: 500 !important;
}
.pagination li.pull-right span:hover {
    background: none;
}
.filter-dropdown .dropdown-menu label {
    font-size: 1.08em;
}
.ribbonText {
    background: #C3DEDE;
    text-shadow: none;
    color: #000;
    box-shadow: none;
}
.ribbonText:before {
    border-top: 10px solid #9aaeae;
}
.tab-pane .section_ProductAttributes tr th {
    width: 30%;
}
/* ----- Document list ----- */
.section_DocumentCategories ul,
.section_ProductDocuments ul {
    padding-left: 0;
}
.section_DocumentCategories ul li a,
.section_ProductDocuments ul li a {
    width: 100%;
    display: inline-block;
    padding: 13px 20px;
    color: #005195;
    font-size: 15px;
}
.section_DocumentCategories ul li a:after,
.section_ProductDocuments ul li a:after {
    content: '\f01a';
    font-family: fontawesome;
    position: absolute;
    right: 30px;
    font-size: 20px;
    color: #005195;
}
.section_DocumentCategories ul li a:hover:after,
.section_ProductDocuments ul li a:hover:after {
    color: #005195;
}
.section_DocumentCategories ul li a:hover,
.section_ProductDocuments ul li a:hover {
    text-decoration: none;
}
.section_DocumentCategories li:nth-child(odd),
.section_ProductDocuments li:nth-child(odd){
    background: #fff;
    border-top: 1px solid #EBEBEB;
}
.section_DocumentCategories ul li a:before,
.section_ProductDocuments ul li a:before {
    content: '\f1c1';
    font-family: fontawesome;
    color: #005195;
    margin-right: 8px;
}
.section_DocumentCategories img,
.section_ProductDocuments img {
    display: none;
}
.sku-flex strong {
    font-size: 1.8em;
    color: #005195;
}
.pdp-name-row .section_ProductDetail_Header h1 {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.pdp-name-row .section_ProductDetail_Header {
    margin-top: 5px;
}
.pdp-name-row .section {
    padding-bottom: 0;
}
.pdp-name-row p {
    margin: 0;
}
.section_ProductImageLibrary hr {
    display: none;
}
.slides img {
    border: none;
}
.hide-actions .favorite, .hide-actions .shoppingList {
    display: none;
}
.actions-add-to-cart .product-input-group {
    display: none;
}
.actions-add-to-cart .favorite {
    display: block;
}
.actions-add-to-cart .favoriteToggler span:after {
    content: 'Add to Favorites';
    font-family: arial, sans-serif;
    margin-left: 5px;
}
.actions-add-to-cart .favoriteToggler.js-addToShoppingList span:after {
    content: 'Add to Shopping List';
    font-family: arial, sans-serif;
    margin-left: 7px;
}
.actions-add-to-cart .shoppingList {
    display: block;
}
.pt-page-productdetail .section_BreadCrumb li:last-of-type {
    display: none;
}
.pdp-name-row > div {
    display: flex;
    justify-content: space-between;
}
.pdp-name-row > div > .row {
    width: 60%;
}
.pdp-name-row .actions-add-to-cart {
    width: 40%;
}
.actions-add-to-cart {
    display: flex;
    justify-content: flex-end;
}
.actions-add-to-cart .addToBasketContainer {
    display: block;
}
.actions-add-to-cart .favoriteToggler {
    width: auto;
    height: auto;
  	margin-bottom: 3px;
}
.section_ProductDetail_Price h2 {
    font-size: 1.3em;
}
.section_AddToBasket .input-group-change-qty-buttons span:after {
    content: 'ADD TO CART';
    font-family: arial, sans-serif;
}
.section_AddToBasket .input-group-change-qty-buttons span:before {
    content: '';
}
.section_AddToBasket .product-add-cart-btn {
    border-radius: 0 !important;
}
.cd-secondary-nav > li.see-all {
    display: none !important;
}
.section_ProductFilter label.checkbox {
    white-space: normal;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 {
    display: flex;
    flex-direction: column;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 .field-stockcode {
    order: 1;
    font-size: 1.2em;
    color: #005195;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 > * {
    order: 2;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 .product-header {
    font-size: 0.9em;
    font-weight: 600;
    color: #333;
}
.product-add-cart-btn {
    border-radius: 0 !important;
}
.addToBasketContainer .product-add-cart-btn {
    height: 34px !important;
}
.glyphicon-search:before {
    content: '\f002';
    font-family: fontawesome;
}
.product-grid-thumbs-horizontal .addToBasketContainer > .product-input-group {
    width: 100%;
    float: left;
}
.product-grid-thumbs-horizontal .favorite > span > span:after {
    content: 'Add to Favorites';
    margin-left: 3px;
    font-family: arial, sans-serif;
}
.product-grid-thumbs-horizontal .shoppingList > span > span:after {
    content: 'Add to Shopping List';
    margin-left: 5px;
    font-family: arial, sans-serif;
}
.product-grid-thumbs-horizontal .shoppingList {
    margin-bottom: 10px;
}
.filterWrapper {
    border-top: none;
}
.white-heading h1 {
    color: #fff;
}
.section_NewsList article.post {
    border-top: 1px solid #333;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px 1px #eee;
}
.news-style .section_Content h3{
    text-decoration: underline;
    text-underline-position: under; 
    padding-bottom: 5px;
}
.news-style .section_Content.section {
    padding: 0;
}
.news-style .news-menu h3, .news-style .news-menu h4 {
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
}
.news-style .news-node {
    padding: 10px;
}
.news-style .news-node a {
    font-size: 0.9em;
}
.news-style li.news-node:first-of-type {
    border-top: 1px solid #eee;
}
.news-style li.news-node:last-of-type {
    margin-bottom: 15px;
}
.news-style .news-node .teaser {
    display: none;
}
.news-style .news-node .date {
    float: left;
    width: 100%;
    font-size: 0.9em;
}
@media screen and (min-width: 1200px){
    .cd-header-buttons {
        display: none;
    }
}
.section_NewsList article.post {
    margin-right: 18px;
}
@media screen and (min-width: 1200px){
    .cd-primary-nav .cd-secondary-nav a {
        white-space: normal;
    }
}
.active-customer {
    background: none;
}
.active-customer a {
    color: #fff;
    padding: 0 !important;
}
.active-customer .user-log-out-link {
    display: none;
}
.active-customer .top-bar-link a {
    border: none;
}
.active-customer .user-profile-name, .active-customer .user-profile-sep {
    display: none;
}
.active-customer > div > div {
    padding: 0;
}
.active-customer {
    background: #005195;
    z-index: 50;
    width: 100%;
}
.active-customer > div > div {
    width: auto;
}
.active-customer > .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.active-customer a:hover, .active-customer a:focus, .active-customer a:active {
    background: none !important;
    text-decoration: underline !important;
}
.active-customer p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.active-customer > .container > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.active-customer .section_LoginStatus {
    margin-left: 5px;
}
[data-loggedin="False"] .active-customer {
    display: none;
}
.sku-flex .section {
    padding: 0;
}
.sku-flex p {
    margin-bottom: 0;
}
.pdp-name h1 {
    font-size: 0.8em;
    color: #333;
}
.pdp-name {
    margin-top: 0;
}
.key-features .section {
    padding: 0;
}

/* Attr */
.ribbon-attr-105 {
    background-image: url(../jpg/1610.jpg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_ProductImageLibrary .ribbon-attr-105 {
    height: 90px;
    width: 90px;
}
.ribbon-attr-105 > .ribbonText {
    display: none;
}
.ribbon-attr-29 {
    background-image: url(../jpg/1611.jpg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_ProductImageLibrary .ribbon-attr-29 {
    height: 90px;
    width: 90px;
}
.ribbon-attr-29 > .ribbonText {
    display: none;
}
.ribbon-attr-39 {
    background-image: url(../jpg/1612.jpg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_ProductImageLibrary .ribbon-attr-39 {
    height: 90px;
    width: 90px;
}
.ribbon-attr-39 > .ribbonText {
    display: none;
}
.product-grid-thumbs-horizontal .ribbon-attr-105 {
    height: 60px;
    width: 60px;
    right: 15px;
}
.product-grid-thumbs-horizontal .ribbon-attr-29 {
    height: 60px;
    width: 60px;
    right: 15px;
}
.product-grid-thumbs-horizontal .ribbon-attr-39 {
    height: 60px;
    width: 60px;
    right: 15px;
}
.product-grid-thumbs-horizontal .product > .row > .col-md-3.col-xs-3 {
    position: static;
}
.product-grid-thumbs-horizontal .product > .row {
    position: relative;
}
.section_ProductNodeList .product-grid {
    margin-top: 0;
}

.add-to-cart-flex {
    display: flex;
    flex-wrap: wrap;
}
.add-to-cart-flex .col-sm-4 {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}
.add-to-cart-flex .actions-add-to-cart, .add-to-cart-flex .hide-actions {
    padding: 0;
}
.actions-add-to-cart .favoriteToggler.js-addToShoppingList {
    margin-bottom: 0;
}
/*.search-container.sticky-header-search {
    position: fixed;
    top: 100px;
}*/
.header-flex-col .user-log-in-link a:hover,
.header-flex-col .user-log-in-link a:focus,
.header-flex-col .user-log-in-link a:active {
    background: none;
}
.search-toggle .fa:before {
    position: relative;
    left: 2px;
    top: 1px;
}
.user-toggle .fa:before {
    position: relative;
    left: 2px;
}
.section_ProductNodeList .attribute-image-wrapper-hor img {
    max-height: 50px;
}
.section_BreadCrumb.section {
    padding-bottom: 0;
}
.key-features .section_ProductAttributes img {
    float: right;
    margin-bottom: 15px;
}
.hover-product .productAvailability {
    font-family: arial, sans-serif;
    text-transform: none;
}
.hover-product .p-productavailability {
    float: left;
}
.request-quote-tab {
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 556;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.request-quote-tab a {
    color:#005195;
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.25px;
    padding: 6px 10px !important;
    background:#FAF059;
  	box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 5px;
    border:1px solid #f2e852;
    border-bottom: none;
}
.request-quote-tab a:hover {
    text-decoration: none;
    background:#f2e852;
}
.request-quote-tab p {
    margin: 0;
}
.request-quote-tab > div {
    padding: 0;
}
[data-loggedin="False"] .search-container {
    top: 100px;
}
@media screen and (max-width: 767px) {
    .section_ProductParentNode_SubNodeMenu .hidden-xs {
        display: block;
    }
    .section_ProductParentNode_SubNodeMenu .visible-xs {
        display: none;
    }
}



.row.history-grid > div {
    display: flex;
    flex-wrap: wrap;
}
.history-grid .section {
    width: 50%;
}
.history-grid .section:nth-of-type(even) {
    margin-top: 250px;
}
.history-grid .section:nth-of-type(odd) {
    border-right: 1px solid black;
}
.history-card {
    padding: 30px;
}
.history-card p {
    margin-top: 30px;
}
.history-card-left {
    text-align: right;
}
.history-card h2 {
    color: #005195;
    font-size: 45px;
    font-weight: 700;
}
.history-card-left h2:after {
    display: block;
    content: '';
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #005195;
    position: absolute;
    right: -45px;
    top: 10px;
}
.history-card-left h2 {
    position: relative;
}
.history-card-right h2:before {
    display: block;
    content: '';
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #005195;
    position: absolute;
    left: -45px;
    top: 10px;
}
.history-card-right h2 {
    position: relative;
}
.section_ProductRelationList .product-nav {
    display: none;
}
.section_ProductRelationList {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-top: 4px solid #e7e7e7;
}
.section_ProductRelationList .hover-product-hover-bg {
    background: none;
}
.section_ProductRelationList .delDate {
    display: none;
}
.section_ProductRelationList .hover-product-title {
    font-size: 0.9em;
}
.section_ProductRelationList .field-stockcode {
    color: #005195;
}
.section_ProductRelationList .hover-product {
    display: flex;
    flex-wrap: wrap;
}
.section_ProductRelationList .hover-product .field-stockcode {
    width: 100%;
    order: -1;
}
.section_ProductRelationList .hover-product-image-wrapper {
    order: -2;
}
.section_ProductRelationList .hover-product .pricepanel {
    width: 100%;
}
.section_ProductRelationList .hover-product .productAvailability {
    font-weight: 600;
}
.section_ProductRelationList .slick-prev, .section_ProductRelationList .slick-next {
    top: 200px;
}
.section_ProductSearchList .attribute-image-wrapper-hor img {
    max-height: 50px;
}
.field-stockcode.hidden-xs {
    display: block;
}
.header .cart .badge {
    display: block;
    top: -6px;
    right: -4px;
    border: none;
}
@media screen and (max-width: 767px){
    .product-nav-pagination {
        width: 100%;
    }
    .paginate-top {
        padding-bottom: 30px;
    }
    .product-nav > .row > div > .form-inline {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .product-nav > .row > div > .form-inline > div {
        flex-basis: 49%;
    }
  .section_ProductFilter #productfilter > h3:after {
    content: '\f078';
    font-family: fontawesome;
    font-weight: 400;
    position: absolute;
    right: 15px;
}
.section_ProductFilter #productfilter.open-filter > h3:after {
    content: '\f077';
}
.section_ProductFilter #productfilter > h3 {
    position: relative;
}
.section_ProductFilter #productfilter > .row {
    display: none;
}
.section_ProductFilter #productfilter.open-filter > .row {
    display: block;
}
.section_ProductFilter.section {
    padding-bottom: 0;
}
  .product-nav > .row > .clearfix {
    background: none;
}
.product-nav > .row > .clearfix label {
    color: #000;
}
.product-nav .product-nav-layout {
    display: none;
}
  .section_ProductNodeTitle h1 {
    font-size: 1.5em;
    margin-bottom: 0 !important;
}
}
@media screen and (max-width: 991px){
    .product-grid .col-md-4.col-xs-9 {
    width: 100%;
    display: flex;
}
.product-grid .col-md-4.col-xs-9 > div {
    flex: 1;
}
.product-grid .col-md-3.col-xs-3 {
    width: 100%;
}
.product-grid .col-md-3.col-xs-3 img {
    max-width: 100px;
    margin: 0 auto;
}
.product-grid .col-md-5.col-xs-9 {
    width: 100%;
}
.product-grid .col-md-4.col-xs-9 .dl-horizontal dt {
    float: left;
}
.product-grid .col-md-4.col-xs-9 .dl-horizontal dd {
    float: left;
}
.product-grid .col-md-4.col-xs-9 .attribute-image-wrapper-hor {
    margin-top: 10px;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 .field-stockcode {
    font-size: 1em;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 .product-header {
    font-size: 0.8em;
}


}
.filter_search {
    margin-top: 15px;
}
.content .section_Content a:not(.btn) {
    color: #005195;
}
.news-menu li.active, .news-node:hover {
    background: none;
}
.centered-video p {
    text-align: center;
}
.centered-video {
    margin-top: 15px;
    margin-bottom: 15px;
}
.centered-video h2 {
    font-size: 1.5em;
    text-decoration: underline;
}
.search-container .catalogsearchbox {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.search-container .btn {
    height: 40px;
    background: white;
    border-color: white;
    color: #113651;
}
.user-container .user-profile-page-link {
    display: none;
}
.user-container .sidebar-nav-items {
    margin-bottom: 15px;
}
.user-container h3.sidebar-nav-heading {
    margin-bottom: 10px !important;
}
.user-container {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 557;
}
.cart .input-group-btn:hover {
    text-decoration: none !important;
}
@media screen and (min-width: 1200px) {
.cd-secondary-nav > li {
    margin: 0 !important;
    width: 20% !important;
}
.cd-secondary-nav {
    min-height: 150px;
}  
  
}
.header-flex-col > .section_LoginStatus a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    font-size: 0;
    border-radius: 50%;
    background: #C7A53E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-flex-col > .section_LoginStatus a:hover {
    background: #C7A53E;   
}
.header-flex-col > .section_LoginStatus a:before {
    content: '\f090';
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
}
.section_MiniBasket .cart-btn:hover {
    background: #C7A53E;
}
@media screen and (max-width: 767px){
    .sku-flex > div {
        display: block;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
.section_ProductDetailTabs .dropdown.hidden-lg {
    width: 100%;
}

}
@media screen and (max-width: 1199px) {
 .section_ProductDetailTabs .dropdown.hidden-lg .dropdown-toggle:after {
    content: '\f078';
    font-family: fontawesome;
}
.section_ProductDetailTabs .dropdown.hidden-lg a {
    color: #000;
    font-weight: 600;
    padding-left: 20px;
}
    .section_ProductDetailTabs .dropdown-toggle .caret {
        display: none;
    }
.section_ProductDetailTabs .dropdown.hidden-lg .dropdown-menu {
    width: 100%;
}
  .section_ProductDetailTabs .dropdown.hidden-lg.open > a {
    background: none;
}
.section_ProductDetailTabs .dropdown.hidden-lg.open .active>a {
    background: none;
    font-weight: 600;
}
.section_ProductDetailTabs .dropdown.hidden-lg.open li > a {
    background: none;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-top: 7px;
    padding-bottom: 7px;
}
    .section_ProductDetailTabs .dropdown.hidden-lg.open li:last-of-type > a {
border-bottom: 0;
    }
  .section_ProductDetailTabs .dropdown-menu {
    border: 1px solid #eee;
    box-shadow: none;
}
  .section_ProductDetailTabs .nav-tabs>li>a:hover {
    border-bottom: 0;
  }
    [data-loggedin="False"] .section_ProductDetail_DeliveryDetailInfo {
        display: none;
    }
    .tab-pane.active > h3 {
        display: none;
    }
}
@media screen and (max-width: 1199px){
 .cd-header-buttons {
    position: static;
    padding: 0;
}   
}
.product-nav-layout label {
    opacity: 0.85;
    top: 2px;
    position: relative;
}
.product-nav-layout label.active {
    opacity: 1;
}
.align-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 991px){
    .split-hero-1 {
        display: none;
    }
}
.section_Content .row {
    margin: 0;
}
.modal-body .hubspot-signup {
 	display: block; 
  	visibility: visible;
}
.hubspot-signup-btn .btn {
    width: 100%;
}
.hubspot-signup-btn h3 {
    text-transform: none;
}
.hubspot-signup-btn {
    margin-top: 30px;
}
.register-row {
    background: white;
    max-width: 700px;
    padding: 15px 30px;
}
#referencesField .control-label-static {
    font-size: 16px;
}
.product-pdf-btn {
    text-align: right;
    margin-top: 10px;
}
.product-pdf-btn .btn {
    background: none;
    padding: 0;
    color: #000;
    text-transform: none;
    border: none;
}
.product-pdf-btn .btn:before {
    content: '\f019';
    font-family: fontawesome;
    margin-right: 8px;
}
.actions-pdp-col .section {
    width: 100%;
}
.actions-pdp-col {
    flex-direction: column;
    align-items: flex-end !important;
}
.product-pdf-btn {
    margin-top: 3px;
    padding: 0 !important;
}
.product-pdf-btn .btn {
    padding-right: 10px;
    width: 170px;
    text-align: left;
}
.actions-pdp-col .shoppingList {
    width: 170px;
}
table .align-center {
 	display: table-cell !important; 
}
@media screen and (min-width: 1200px){
.cd-main-content.sticky-padding {
    padding-top: 100px;
}
}
.cart-view-table .col-xs-12 a:before {
    content: 'PART#:';
    font-weight: bold;
}
.cart-view-table .col-xs-12 a {
    color: #005195;
}
.cart-product-name {
    font-size: 0.85em;
}
.WebToPrintActivationPDP:focus {
    box-shadow: none;
}
.section_CustomerDetail .extra-customer-info-container div{
	padding-left:0px;
}
@media screen and (max-width: 767px) {
    .actions-pdp-col {
        margin-top: 30px;
    }
}
.actions-pdp-col span:hover, .actions-pdp-col button:hover {
    color: #005195 !important;
}
.document-scroll > .documentlist {
    height: 600px;
    overflow-y: scroll;
    padding-right: 15px;
}
.document-scroll.section_DocumentCategories ul li a, .document-scroll.section_ProductDocuments ul li a {
    position: relative;
}
.document-scroll.section_DocumentCategories ul li a:after, .document-scroll.section_ProductDocuments ul li a:after {
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
/*Removing search icon to always have a visible search bar*/
@media screen and (min-width: 1200px){
    .header-main-row > .container{
        transition: 0.2s linear;
    }
    .sticky-header.header-main-row > .container {
        height: 80px;
    }

    .sticky-header .header-logo-col img{
        max-height: 60px;
    }

    .search-container.sticky-header-search{
        top: 80px;
      	position: fixed;
    }

    .desktop-menu .cd-secondary-nav{
        top: 130px !important;
    }

    .sticky-header .desktop-menu .cd-secondary-nav{
        top: 120px !important;
    } 
}

.header.search-container #searchboxform .search .header-input input{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.header.search-container #searchboxform .search .header-input .catalogsearchboxbutton{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.search-toggle{
	display: none; 
}
.header .section_CatalogSearchBox .show-all-results-button {
    display: none;
}
.header .section_CatalogSearchBox .sectionId-catalog-search-box {
    display: none;
}
/* Order Information Page - New Design 
 ============================================= */
/* Button Alignment Bottom*/
.order-detail-pdf{
    display: flex;
    flex-direction: column;
}
.order-detail-pdf > div:has(.js-btn-order-export){
    order:2;
}
.order-detail-pdf.section_OrderDetail {
    display: flex;
    flex-direction: column;
}
.order-detail-pdf.section_OrderDetail > .pull-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-left:150px;
}
.col-sm-9:has(.order-detail-pdf) .section_PdfLink {
    display: flex;
    align-items: center;
    padding: 0;
}
.col-sm-9:has(.order-detail-pdf) .section_PdfLink .WebToPrintActivation {
    margin-left: 10px;
}
.col-sm-9:has(.order-detail-pdf) .section_PdfLink {
    position: absolute;
    bottom: 20px;
    left: 5px;
}
/*Parcel Tracking Button Style*/
a[onclick*="OpenTrackingPanel"]{
    background:#C3DEDE;
    color:#113651;
    text-transform: uppercase;
    text-decoration: none;
    font-size:14px;
    padding: 9px 12px;
    transition: 0.2s;
  	white-space:nowrap;
}
a[onclick*="OpenTrackingPanel"]:hover,
a[onclick*="OpenTrackingPanel"]:focus,
a[onclick*="OpenTrackingPanel"]:active{

}
/**/
.order-detail-pdf .order-detail-wrapper .row:nth-of-type(2){
    border:1px solid #ccc;
    border-radius: 4px;
    padding:10px 5px 25px 5px;
}
.order-detail-pdf .order-detail-wrapper > .table-responsive{
    margin-left: -15px;
    margin-right: -15px;
    border:1px solid #ccc !important;
    border-radius: 4px;
}
.order-detail-pdf .order-detail-wrapper > .table-responsive:not(.order-lines){
    margin:15px -15px;
}
.order-detail-pdf .order-detail-wrapper > .table-responsive:not(.order-lines) > table{
    margin-bottom:0px;
}
.order-detail-pdf .order-detail-wrapper > .table-responsive:not(.order-lines) > table td{
    border-top:none;
}
.order-detail-pdf .mainLine td:first-of-type, .order-detail-pdf .mainLine td:last-of-type{
    border-top: 1px solid transparent;
}
.order-detail-pdf .table-responsive.order-lines .order-lines tr th:first-of-type,
.order-detail-pdf .table-responsive.order-lines .order-lines tr th:last-of-type{
    border-bottom:2px solid transparent;
}
/* Removing whitespace */
.order-detail-pdf .order-detail-wrapper > br:first-of-type{
    display: block;
}
.order-detail-pdf .order-detail-wrapper > br{
    display: none;
}
.order-detail-pdf > hr, .order-detail-pdf .order-detail-wrapper > hr,
.order-detail-pdf > br{
    display: none;
}
/* Mobile */
@media screen and (max-width:1199px){
    .col-sm-9:has(.order-detail-pdf){
        max-width: 100vw;
        padding:0px 40px;
    }
    .order-detail-wrapper .table-borderless tbody tr{
        /*display: flex;*/
    }
    .order-detail-wrapper .table-borderless tbody tr > td:first-of-type{
        /*flex-basis:50%;*/
    }
    .order-detail-pdf .order-detail-wrapper .row:nth-of-type(2) {
        padding: 10px 5px 5px 5px;
    }
    .order-detail-pdf .order-detail-wrapper > .table-responsive{
        width:calc(100% + 30px);

    }
    .order-detail-pdf .order-lines .order-lines thead{
        display: none;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(2){
        display: none;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr{
        display: flex;
        flex-direction: column;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr td{
        border:none;
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        white-space: wrap;
        gap:0px 5px;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr td:empty{
        padding:0px;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr{
        border-bottom:1px solid #ccc;
        padding:0px 10px;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr:last-of-type{
        border-bottom:0px solid #ccc;
    } 
    .order-detail-pdf .table-responsive{
        border:0px solid #ccc !important;
    }
    /* Product Name*/
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(3){
        flex-direction: column;
    }
    /*Est. Shipping Date*/
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(4):before{
        font-weight: bold;
        content: "Est. Shipping Date:";
        padding-right:5px;
    }
    /* Discount td*/
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(5) {      
        position: absolute;
        right: 40px;
        padding-top: 3px;
        font-weight: bold;
        font-style: italic;
        font-size: 11px;
        z-index: 2;
        background:none;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(5) br{
        display: none;
    }
    /*Net price field*/
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(6){
        position: absolute;
        right:40px;
        padding-top:15px;
        font-weight:bold;
        font-style: italic;
        font-size:15px;
    }
    /*Delivered / Ordered quantity*/
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(7):before{
        font-weight: bold;
        content: "Delivered quantity:\AOrdered quantity:";
        padding-right: 5px;
        white-space: pre; 
      	text-align:left;
    }
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(7):has(a):before{
      	content: "Delivered quantity:";
    }
    /* Line total price */
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(8){
        font-weight:bold;
        text-decoration: underline;
        font-size:18px;
    }
    /*Font-size adjustments*/
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(4),
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(4):before,
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(7),
    .order-detail-pdf .order-lines .order-lines tbody tr td:nth-of-type(7):before{
        font-size:15px;
    }
    /* Text Alignment */
    .order-detail-wrapper h4, .order-detail-wrapper h2{
        text-align: center;
        margin-bottom:15px;
    }
}
/* ------------------------------ */
/* Order Status - New Design
 ======================================== */

.order-status-row .order-detail-wrapper .row:nth-of-type(2){
    border:1px solid #ccc;
    border-radius: 4px;
    padding:10px 5px 25px 5px;
}
.order-status-row .order-detail-wrapper > .table-responsive{
    margin-left: -15px;
    margin-right: -15px;
    border:1px solid #ccc !important;
    border-radius: 4px;
}
.order-status-row .mainLine .DeliveredQty_OrderedQty > div:first-child{
    text-align: right;
}
/* Removing whitespace */
.order-status-row .order-detail-wrapper > br:first-of-type{
    display: block;
}
.order-status-row .order-detail-wrapper > br{
    display: none;
}
.order-status-row > hr, .order-detail-pdf .order-detail-wrapper > hr,
.order-status-row > br{
    display: none;
}
/*Parcel Tracking Button Style*/
.order-status-row a[href*="javascript: CustomTracking"]{
    background:#C3DEDE;
    color:#113651;
    text-transform: uppercase;
    text-decoration: none;
    font-size:14px;
    padding: 9px 12px;
    transition: 0.2s;
  	white-space:nowrap;
}
.order-status-row a[onclick*="OpenTrackingPanel"]:hover,
.order-status-row a[onclick*="OpenTrackingPanel"]:focus,
.order-status-row a[onclick*="OpenTrackingPanel"]:active{

}
@media screen and (max-width:1199px){
    .order-status-row .table-borderless tbody tr{
        display: flex;
    }
    .order-status-row .table-borderless tbody tr > td:first-of-type{
        flex-basis:50%;
    }
    .order-status-row .order-detail-wrapper .row:nth-of-type(2) {
        padding: 10px 5px 5px 5px;
        margin:10px;
    }
    .order-status-row .order-detail-wrapper > .table-responsive{
        width:;
        margin:10px;

    }
    .order-status-row .order-lines .order-lines thead{
        display: none;
    }
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(2){
        display: none;
    }
    .order-status-row .order-lines .order-lines tbody tr{
        display: flex;
        flex-direction: column;
    }
    .order-status-row .order-lines .order-lines tbody tr td{
        border:none;
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        white-space: wrap;
        gap:0px 5px;
    }
    .order-status-row .order-lines .order-lines tbody tr td:empty{
        padding:0px;
    }
    .order-status-row .order-lines .order-lines tbody tr{
        border-bottom:1px solid #ccc;
        padding:0px 10px;
    }
    .order-status-row .order-lines .order-lines tbody tr:last-of-type{
        border-bottom:0px solid #ccc;
    } 
    .order-status-row .table-responsive{
        border:0px solid #ccc !important;
    }
    /* Product Name*/
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(3){
        flex-direction: column;
    }
    /*Est. Shipping Date*/
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(4):before{
        font-weight: bold;
        content: "Est. Shipping Date:";
        padding-right:5px;
    }
    /* Discount td*/
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(5) {      
        position: absolute;
        right: 40px;
        padding-top: 3px;
        font-weight: bold;
        font-style: italic;
        font-size: 11px;
        z-index: 2;
        background:none;
    }
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(5) br{
        display: none;
    }
    /*Net price field*/
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(6){
        position: absolute;
        right:40px;
        padding-top:15px;
        font-weight:bold;
        font-style: italic;
        font-size:15px;
    }
    /*Delivered quantity*/
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(7):before{
        font-weight: bold;
        content: "Delivered quantity:";
        padding-right:5px;
    }
    /* Line total price */
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(8){
        font-weight:bold;
        text-decoration: underline;
        font-size:18px;
    }
    /*Font-size adjustments*/
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(4),
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(4):before,
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(7),
    .order-status-row .order-lines .order-lines tbody tr td:nth-of-type(7):before{
        font-size:15px;
    }
    /* Delivered / Ordered*/
    .order-status-row .mainLine .DeliveredQty_OrderedQty{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        font-size:14px !important;
    }
    .order-status-row .mainLine .DeliveredQty_OrderedQty > div:first-child:before{
        content:"Delivered: "
    }
    .order-status-row .mainLine .DeliveredQty_OrderedQty > div:last-child:before{
        content:"Ordered: "
    }
    /* Discount */
    .order-status-row .mainLine .Discount:before{
        content:"Discount:"
    }
}
/*===================================*//* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Search and list style*/
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .input-group {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
        width: 30%;
    }
    #searchandlist > .row:first-of-type > .col-md-6 {
        width: 70%;
    }
    .pt-page-invoicesearch #searchandlist .form-control.js-searchlistbox {
        margin-top: 25px;
    }
    .pt-page-invoicesearch #searchandlist .js-pageQuerySearch.pt-btn-search {
        margin-top: 25px;
    }
}
 #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3) .checkbox,
 #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .checkbox {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 20px;
}
#searchandlist > .row:first-of-type .selected-user-wrapper {
    margin-left: 20px;
}
#searchandlist > .row:first-of-type .form-group .checkbox {
    float: left;
}

/* Customer information page */
.pt-page-usercustomerinformation .form-uppercase-label label {
    text-transform: none;
}
.pt-page-usercustomerinformation .control-label-static {
    margin-top: 0;
}

/* Quickshop */
.row.quickshopcontent {
    margin-left:  0px;
    margin-right: 0px;
    margin-top: 15px;
}
.quickshopcontent h4 {
    margin-top: 8px;
    text-transform: initial;
}
.quickshopcontent #quickHeader {
    padding-left: 0;
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 {
    padding-right: 0;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn {
    float: right;
    width: 100%;
    font-size: 0;
    height: 33px;
}
.quickshopcontent .col-sm-2.col-xs-2 .btn:after {
    content: '\f07a';
    font-size: 15px;
    font-family: fontawesome;
}
@media screen and (min-width: 992px){
    .quickshopcontent .col-sm-6.col-xs-6 {
        width: 58.33333%;
    }
    .quickshopcontent .col-sm-2.col-xs-2 {
        width: 8.33333%;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .quickshopcontent #quickHeader {
        padding-left: 0;
    }
}

/*Content banner*/
.section_ContentBanner .banner-wrapper-main {
padding-bottom:0;
}

.section_ContentBanner .slick-dotted.slick-slider {
margin-bottom:0;
}

.section_ContentBanner .carousel {
box-shadow:none;
}

.section_ContentBanner .slick-dots {
bottom:25px;
}

.section_ContentBanner .slick-dots li button:before {
font-size:10px;
opacity:0.6;
}

.slick-dots li.slick-active button:before {
opacity:1;
}

/* Login page */
.pt-page-login label {
    text-transform: none;
}
.pt-page-login .section_Image {
    margin-top: 20px;
    text-align: center;
}
.pt-page-login .section_Login input {
    height: 35px;
}
.section_Login {
    padding-bottom: 0 !important;
}
.section_Login h3 {
    display: none;
}
.section_Login .col-md-5 {
    width: 100%;
}
.section_Login .col-md-5 .col-sm-8 {
    width: 100%;
}
.section_Login .col-md-2.top37 {
    margin: 0;
    width: 100%;
}
.section_Login .col-md-5:first-of-type .col-sm-8:before {
    content: '\f007';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login .col-md-5:nth-of-type(2) .col-sm-8:before {
    content: '\f13e';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login input {
    padding-left: 32px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header {
    border-bottom: none;
    text-transform: none;
    font-size: 1em;
    margin-top: 10px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:hover {
    cursor: pointer;
    text-decoration: underline;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:after {
    content: '?';
}
.pt-page-login .section_ForgotPassword > p,
.pt-page-login .section_ForgotPassword > form {
    display: none;
}
.pt-page-login {
    background-size: cover;
    background-repeat: no-repeat;
}
.section_ForgotPassword {
    padding-bottom: 0 !important;
}
.section_SignUp h3 {
    text-transform: none;
    border-bottom: 0;
    margin-bottom: 5px;
}
.section_SignUp {
    border-top: 1px solid #eee;
    padding-top: 20px !important;
}
.section_SignUp .btn {
    width: 100%;
}
.section_Login #login-response-msg-holder {
    margin-top: 2px;
    font-size: 13px;
}
.pt-page-login .content > .container:first-of-type {
    background: #fff;
    max-width: 400px;
    margin: 10vh auto;
}
.modal .section_ForgotPassword h3 {
    text-transform: none;
    border: none;
    margin-bottom: 5px;
}
/* Account details */
@media screen and (min-width: 992px) {
    .section_AccountDetail > form > .row > .col-md-6 {
        width: 75%;
    }
}
.pt-page-accountdetail .form-uppercase-label label {
    text-transform: none;
}

/*Breadcrumb*/
.breadcrumb-wrapper {
box-shadow: none;
}

/* Sidebar navigation */
.toggle-lvl-two li:first-of-type {
    box-shadow: none;
}
.sidebar-nav .sidebar-item {
    text-transform: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-nav .sidebar-item.sidebar-nav-heading {
    border: none;
    padding-left: 0;
    margin-bottom: 15px !important;
}
.sidebar-nav li.toggle-item {
    padding-bottom: 0px;
    padding-top: 7px;
}
.toggle-lvl-one .sidebar-item {
    padding-bottom: 12px;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two .sidebar-item {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three .sidebar-item {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four .sidebar-item {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five .sidebar-item {
    padding-left: 60px;
}
.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav .sidebar-item a.active {
    font-weight: 700;
}
.sidebar-nav li.active .toggle-btn {
    font-weight: 500;
}


/* Cookie notification */
#cookieNotification {
    z-index: 9998;
}

/* Modal */
.modal {
    z-index: 9999;
}
.modal-content {
    padding: 30px;
    max-height: 90vh;
    box-shadow: none;
    border: 1px solid #999;
}
.modal-dialog {
    margin-top: 5vh;
}
.modal-content .content {
    padding-top: 0;
}
.modal-header {
    padding: 0;
    min-height: 0;
}
.modal .close {
    margin-right: 0;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: grey;
}
.modal .close:hover {
    opacity: 1;
}
.modal .content {
    padding-bottom: 0;
}

/* Cart */
@media screen and (min-width: 992px) {
    .cart:hover {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .cart:hover {
        width: 100%;
    }
}
.cart-content {
   box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.cart:hover {
    box-shadow: none;
}

/*Buttons*/
.btn, .btn:focus, .btn:active {
outline:none!important;
}

/* Section checkout */
.section_Checkout .btn.js-updateQuantity {
    margin-top: -3px;
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .OrderSummaryShipToAddress .col-md-6 {
        padding-left: 0;
    }
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 .form-group > .col-sm-7 {
        margin-left: -10px;
    }
}
@media screen and (max-width: 991px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 767px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .col-md-6 {
        margin-left: -15px;
    }
}
.section_Checkout .js-warehouse-selector {
    margin-bottom: -15px;
}


/* 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;
}
.pt-page-newsarchive .section_NewsList .post,
.pt-page-content .section_NewsList .post {
    width: 31.33333%;
}
.pt-page-newsarchive .section_NewsList .post-body,
.pt-page-content .section_NewsList .post-body {
 	padding: 10px 0 0; 
}
.pt-page-newsarchive .section_NewsList .post .media > a,
.pt-page-newsarchive .section_NewsList .post .media > a img,
.pt-page-content .section_NewsList .post .media > a,
.pt-page-content .section_NewsList .post .media > a img {
    max-width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media > .media-body,
.pt-page-content .section_NewsList .post .media > .media-body {
    width: 100%;
}
.pt-page-newsarchive .section_NewsList .post .media-body .post-heading.media-heading,
.pt-page-content .section_NewsList .post .media-body .post-heading.media-heading {
    margin-top: 10px;
}
.pt-page-newsarchive .section_NewsList .post .media > .pull-left,
.pt-page-content .section_NewsList .post .media > .pull-left {
    margin-right: 0;
}
@media screen and (max-width: 991px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post{
        width: 48%;
    }
}
@media screen and (max-width: 576px){
    .pt-page-newsarchive .section_NewsList .post,
  	.pt-page-content .section_NewsList .post {
        width: 100%;
    }
}

/* News menu */
.section_NewsList ul.news-menu {
    padding-left: 0;
    width: 100%;
}


/* News detail */
.section_NewsDetail .article-intro {
    margin-top: 10px;
}
.section_NewsDetail .article-date {
    margin-bottom: 10px;
}
.section_NewsDetail .article-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

/* Alertify dialog */
.alertify-dialog .alertify-message {
    color: #000;
}
.alertify-dialog button,
.alertify-dialog button:hover,
.alertify-dialog button:focus,
.alertify-dialog button:active {
    border-radius: 2px;
    padding: 6px 14px;
    height: 33px;
    line-height: 1.33;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    width: 49%;
    float: left;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 10px;
}
.alertify-dialog button:last-of-type {
    margin-right: 0;
    float: right;
}
.alertify-dialog .alertify-buttons {
    border-radius: 0;
    box-shadow: none;
    padding-top: 5px;
  	background: #fff;
	border: none;
}
#alertify {
    border-radius: 0;
    border: 1px solid #ccc;
    max-width: 400px;
    padding-top: 5px;
    padding-bottom: 10px;
    top: 100px;
}
#alertify p {
    text-align: center;
}
/* Alertify logs */
.alertify-log {
  border-radius: 0;
  text-align: center;
  text-shadow: none;
  padding: 10px;
}

/* Megamenu */
@media screen and (min-width: 1200px) {
    .cd-nav > ul {
        margin: 0;
        padding-right: 0;
        float: left;
    }
  	.cd-primary-nav > li > a {
        height: 30px;
        line-height: 30px;
    }
    .cd-primary-nav .cd-secondary-nav {
      	top: 40px;
        left: 0;
      	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    	border-top: 1px solid #ccc;
      	padding-left: 25px;
    	padding-right: 25px;
      	height: auto !important; 
    }
  	.cd-main-header {
    	border-bottom: none;
	}
  	.desktop-menu .cd-primary-nav .cd-nav-icons li:nth-child(3n), .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+3) {
    	clear: none;
	}
}

/* Megamenu mobile toggle */
@media screen and (max-width: 1199px) {
    .cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
        background: #2e3233;
        left: 0px;
        top: 0px;
        width: 28px;
    }
    .cd-nav-trigger.nav-is-visible {
        background: #e8e8e8;
        border: 5px solid #e8e8e8;
        border-radius: 0px;
        left: -35px;
        height: 40px;
        width: 45px;
    }
    .cd-nav-trigger.nav-is-visible span {
        top: 9px;
        left: 4px;
    }
    .cd-nav-trigger.nav-is-visible span::after {
        top: 15px;
    }
    .cd-main-header.nav-is-visible {
        top: 2px;
        color: transparent;
        position: fixed;
        right: 0;
        z-index: 9999;
    }
    .cd-nav-trigger span::after {
        top: 7px;
    }
    .cd-nav-trigger span {
        top: 22px;
        left: 9px;
    }
    .cd-nav-trigger span::before {
        top: -7px;
    }
    .cd-primary-nav {
        margin-top: 0 !important;
    }
  	.cd-primary-nav .has-children > a::before, .cd-primary-nav .has-children > a::after, .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after 	{
    	background: #fff;
	}
}
/* Contact us form */
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder {
    margin-left: 0;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder .control-label-lg {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.section_ContactUsForm .col-sm-offset-3.col-sm-5.send-copy-holder input[type="checkbox"] {
    cursor: pointer;
}
.section_ContactUsForm #ContactUsFormSubmit {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
    float: right;
    width: 40% !important;
}
.section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
    width: 60%;
    float: left;
}
@media screen and (max-width: 576px) {
    .section_ContactUsForm .form-horizontal > .row > .col-sm-4 {
        width: 100% !important;
    }
    .section_ContactUsForm .form-horizontal > .row > .col-sm-5 {
        width: 100% !important;
    }
    .section_ContactUsForm #ContactUsFormSubmit {
        width: 100%;
    }
}

/* PDF link */
.CustomPdfStylePrint .basket-total-lines {
    width: 70% !important;
}
.CustomPdfStylePrint .basket-total-lines > .row {
    width: auto; 
} 
.CustomPdfStylePrint .basket-total-lines .col-sm-7.col-xs-6 h5 {
    font-weight: bold;
}
.CustomPdfStylePrint .basket-total-lines .col-sm-5.col-xs-6 {
    width: auto;
  	float: right;
}
.CustomPdfStylePrint .basket-total-lines .col-xs-6:only-child {
    width: 100%;
}
.CustomPdfStylePrint #summaryWrapper > .row:last-of-type > .col-md-12 > fieldset > .row {
    margin-left: 0px;
}
.CustomPdfStylePrint .btn {
  	display: none;
}
/* Checkout import button move to old position */
@media screen and (min-width: 550px){
    .cartactions-container .section_BasketProductImport {
        float: left;
        margin-left: 10px;
        padding-bottom: 0;
    }
}
.cartactions-container .btn {
    height: 32px;
}
.cartactions-container #EmptyCart {
    float: left;
}

.pt-page-favoriteproducts h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}
.section_ShopplingList .fa-small-header {
    display: none;
}/* ==========================================================================
   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;
}