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

/* Cheat sheet color codes
   ========================================================================== 
Trafimet blue: #0057B8
Light grey: #F9F9F9
Darker grey: #4F4D4D
*/

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

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

/* ----- 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-family: 'Roboto condensed', sans-serif;
    font-weight: 300;
}
h3 {
    font-size:;
}
h4 {
    font-size:;
}
h5 {
    font-size:;
}

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

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

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

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

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

/* 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;
}
.margin-top-30 {
 	margin-top: 30px; 
}
.margin-top-15 {
 	margin-top: 15px; 
}
/* Flex classes
   ========================================================================== */
@media screen and (min-width: 768px) {
    /* Set flex on container */
    .flex-container {
        display: flex;
    }
    /* Center flex child vertically */
    .flex-align-center {
        align-self: center;
    }
}

/* Header
   ========================================================================== */
/* ----- General header styling -----*/
.header {
  background: #fff;
  border: none;
}
.header > .container {
    width: 100%;
}

/* ----- 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){
    .cd-secondary-nav {
        top: 90px !important;
        border: 1px solid #E8E8E8;
        box-shadow: none !important;
        display: flex;
        flex-wrap: wrap;
        padding: 30px !important;
    }
    .cd-secondary-nav > li {
        margin: 0 !important;
        width: 16.6666% !important;
    }
  	.cd-primary-nav > li > a:before {
        display: none;
    }
    .cd-primary-nav > li > a:after {
        display: none;
    }
}
/* ----- 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-image: linear-gradient(to right,#323c46,#000);
    padding-top: 80px;
    padding-bottom: 60px;
    text-transform: none;
  	font-size: 0.9em;
}
.row.footer-top-row {
    margin-bottom: 30px;
}
.footer-bottom-row {
    text-align: center;
}
@media screen and (min-width: 1400px){
    .footer .container {
        width: 1370px
    }
}
/* 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 {
    background-image: url('/en/image/getthumbnail/1013');
}


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

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

/* Product list (5)
========================================================================== */
/* Catalog hero image */
.catalog-hero-row {
    margin-top: -30px;
}
.catalog-hero-image-col {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  	background-size: cover;
}
.catalog-hero-row img {
    display: none;
}
.catalog-hero-text-row {
    color: #fff;
    max-width: 1370px;
    width: 100%;
}
.catalog-hero-text-row .container {
    width: 100%;
    padding: 0;
}
.catalog-hero-row .section_ProductNodeTitle {
    padding-bottom: 0;
}
.catalog-hero-row .breadcrumb {
    padding: 0;
}
.catalog-hero-text-col a {
    color: #fff;
}
.catalog-hero-row .section_BreadCrumb {
    padding: 0;
}

/* Filter */
/*.main-filter-row {
    background: #f9f9f9;
} */
.main-filter-row .section {
    padding: 0;
}
.main-filter-row {
    display: flex;
    justify-content: center;
}
.main-filter-row > div {
    max-width: 1370px;
    display: flex;
    align-items: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    /*height: 70px;  */
}
.main-filter-row p {
    margin: 0;
}

/* Product list grid */
.hover-product {
    border: 1px solid #E8E8E8;
    padding: 30px;
}
.hover-product .pull-right:last-of-type {
    width: 100%;
    border-top: 1px solid #E8E8E8;
    padding-top: 15px;
    position: static;
}
.hover-product .addToBasketContainer {
    width: 100%;
    display: flex;
}
.hover-product .addToBasketContainer > span {
    flex: 1;
    text-align: center;
}
.hover-product .addToBasketContainer div.product-input-group {
    flex: 2;
}
.hover-product .addToBasketContainer div.product-input-group > div {
    float: right;
}
.hover-product .p-productavailability {
    float: left;
    margin-right: 5px;
}
.hover-product .productAvailability {
    text-transform: none;
}
.hover-product {
    display: flex;
    flex-wrap: wrap;
}
.hover-product * {
    order: 5;
}
.hover-product .field-stockcode {
    width: 100%;
    order: 3;
    font-size: 0.9em;
    margin-bottom: 15px;
}
.hover-product .product-description-text {
    width: 100%;
    order: 2;
    color: #0057B8;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.2em;
    margin-top: 5px;
}
.hover-product .hover-product-image-wrapper {
    order: 1;
}
.hover-product .hover-product-title {
    order: 4;
    font-size: 0.95em;
    font-weight: 400;
    width: 100%;
    height: auto;
}
.hover-product .hover-product-title a:hover {
    color: #000;
}
.hover-product .productAvailability {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    color: #000;
}
.hover-product .hover-product-hover-bg {
    background: none;
}
.hover-product .hover-product-image-wrapper {
    font-size: 0;
}
.hover-product .pricepanel {
    text-align: right;
    width: 100%;
}
.hover-product .favoriteToggler .fa {
    font-size: 20px;
}
.hover-product .favoriteToggler {
    margin: 0;
}
.hover-product .addToBasketContainer > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product slider */
.slick-slide .hover-product .pricepanel {
    display: none;
}
.slick-slide .hover-product .pull-right:last-of-type {
    display: none;
}
.slick-slide .hover-product .p-productavailability {
    display: none;
}
.slick-slide .hover-product .js-avail-wrapper {
    display: none;
}
.slick-slide .hover-product .hover-product-title {
    min-height: 50px;
    margin: 0;
}

/* Product list thumbs */
.product-grid-thumbs-horizontal .product {
    border: 1px solid #E8E8E8;
    margin-bottom: 15px;
    padding: 15px;
}
.product-grid-thumbs-horizontal .col-md-3.col-xs-3{
    max-width: 120px;
}
.product-grid-thumbs-horizontal .product-header a {
    color: #0057B8;
}
.product-grid-thumbs-horizontal .product-header a:hover {
    text-decoration: none;
    opacity: 0.85;
}


/* Product nav */
.product-nav {
    border: none;
}
.product-nav-pagination {
    padding: 0;
}
/*.product-nav-pagination span {
    padding: 10px 0 !important;
} */
.filter-list-orderby {
    margin-right: 15px;
}
.product-grid.reloadlist {
    margin-top: 0;
}
.product-nav-layout label.active {
    color: #0057B8;
}
.product-nav-layout label {
    color: #7B7B7B;
}

/* PDP (19)
========================================================================== */
.pdp-desc-custom p {
    color: #0057B8;
    font-weight: 700;
    font-size: 2em;
    margin: 0;
}
.pdp-desc-custom.section {
    padding: 0;
}
.section_ProductDetail_Header h1 {
    font-size: 1em;
    color: #000;
    font-weight: 400;
}

/* Nav tabs */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover {
    border: none;
    border-bottom: 4px solid #0057B8;
    background: none;
    color: #000;
    font-weight: 300;
}
.nav-tabs > li > a {
    background: none;
    border: none;
    border-bottom: 4px solid transparent;
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 300;
    font-size: 2em;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus {
    background: none;
    border: none;
    border-bottom: 4px solid transparent;
}
.nav-tabs {
    box-shadow: none;
    border-bottom: 2px solid #eee;
}
.tab-pane .section_ProductAttributes th {
    width: 30%;
}

/* Image library */
.section_ProductImageLibrary img {
    border: 1px solid #eee;
    width: calc(100% - 1px);
}

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

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

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

/* Hides the checkboxes for Save & Share addresses */
#saveAddress_holder {
  display: none !important;
}

/* Authors
   ==========================================================================
Frida
*/
.header-flex-col {
    display: flex;
    justify-content: space-between;
}
.header-icon-row > div {
    display: flex;
}
.my-account-toggle .my-account-icon:before {
    content: '\e853';
    font-family: Material icons outlined;
    color: #0057B8;
    font-size: 28px;
    cursor: pointer;
}
.search-toggle .search-icon:before {
    content: '\e8b6';
    font-family: Material icons outlined;
    color: #0057B8;
    font-size: 28px;
    cursor: pointer;
}
.header .section {
    padding: 0;
}
.section_LanguagePicker #languageCode > .nav-pills .top-bar-link a {
    font-size: 0;
}
.section_LanguagePicker #languageCode > .nav-pills .top-bar-link a:before {
    content: '\e894';
    font-family: Material icons outlined;
    color: #0057B8;
    font-size: 28px;
}
.section_LanguagePicker img, .section_LanguagePicker b {
    display: none;
}
.search-container {
    display: none;
  	border-bottom: 1px solid #E8E8E8;
    box-shadow: 1px 10px 10px -10px #E8E8E8;
}
.user-container {
    display: none;
}
.login-button .btn:before {
    content: '\ea77';
    font-family: Material icons outlined;
}
.login-button .btn {
    background: #0057B8;
    border-color: #0057B8;
    border-radius: 30px;
}
.cart.header-input > .input-group {
    margin-top: 0;
    background: #0057B8;
    border-color: #0057B8;
    border-radius: 30px;
}
.cart > .input-group > .input-group-btn .btn {
    background: none;
    border: none;
}
.cart > .input-group > .input-group-btn .btn .fa:before {
    content: '\e8cc';
    font-family: Material icons outlined;
}
.cart:hover {
    width: 100%;
}
.header .cart-field {
    background: none;
    color: #fff;
    border: none;
}
.header .cart-field-label {
    display: none;
}
.cd-main-header {
    border: none;
}
.hero-container img {
    width: 100%;
}
.section_LanguagePicker #languageCode > .nav-pills .top-bar-link a {
    padding: 0;
}
.header-icon-row > div {
    align-items: center;
    height: 100%;
}
.header-icon-row p {
    margin: 0;
}
.header-icon-row .section {
    margin-left: 15px;
}
#languagepicker {
    background: #fff;
    left: -50%;
    transform: translatex(-20%);
    top: 64px;
    border-top: 1px solid #eee;
}
#languagepicker a {
    border: none;
    text-align: center;
}
.header #languageCode {
    position: relative;
}
.header.search-container {
    padding: 0 !important;
}
.search-container .header-input {
    margin: 0;
}
.search-container .container {
    padding: 0;
}
.search-container .container > div {
    padding: 0;
}
.search-container .catalogsearchbox {
    box-shadow: none;
    border: none;
    height: 50px;
}
.search-container .catalogsearchboxbutton {
    background: none;
    border-color: #fff;
    padding: 0;
    margin-right: 10px;
}
.search-container .catalogsearchboxbutton .fa:before {
    content: '\e8b6';
    font-family: Material icons outlined;
    color: #0057B8;
    font-size: 28px;
    cursor: pointer;
}
.header-main-row {
    border-bottom: 1px solid #eee;
}
.header-main-row {
    height: 90px;
    padding: 0 !important;
}
.header-main-row > .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.search-container {
    position: absolute;
    top: 90px;
    z-index: 555;
}
.hover-product-image {
    border: none;
    box-shadow: none;
}




/* Templates */
.fullbg-card-left {
    border: 1px solid #E8E8E8;
    padding: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    height: 200px;
}


/* Filter */
.section_ProductFilter .filterWrapper .control-label {
    background: #0057B8;
    color: #fff;
    border-radius: 15px;
    border: none;
  	text-transform: none;
}
.section_ProductFilter .filterWrapper {
    border: none;
}
.section_ProductFilter hr {
    display: none;
}
.section_ProductFilter .clearfix {
    display: none;
}
/*.section_ProductFilter {
    margin-left: 20px;
} */
.section_ProductFilter .filterWrapper .control-label:after {
    content: '\f078';
    font-family: fontawesome;
    margin-left: 8px;
}
.section_ProductFilter .activeFilterDrop .control-label:after {
    content: '\f077';
    font-family: fontawesome;
    margin-left: 8px;
}
.activeFilterDrop .filterWrapper {
    background: none;
}
/*.activeFilterDrop > div > div > div {
    background: white;
} */




/* User container */
.user-container {
    max-width: 250px;
    position: absolute;
    top: 89px;
    z-index: 555;
    right: 60px;
    border: 1px solid #E8E8E8;
    padding: 20px !important;
}
.user-container .container, .user-container .container > div {
    padding: 0;
}
.user-container .sidebar-nav-heading {
    margin: 0 !important;
    padding: 0;
    text-transform: none;
}
.user-container .sidebar-nav-items {
    border: none;
    margin-bottom: 15px;
}
.user-container .sidebar-item {
    margin: 0 !important;
    text-transform: none;
    font-weight: 400 !important;
}
.user-container .user-log-out-link {
    width: 100%;
    text-align: center;
}
.user-container .user-log-out-link a {
    color: #fff;
    background: #0057B8;
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
}
.user-container .user-log-out-link a:hover {
    background: #0057B8;
    border-radius: 30px;
}
.user-container .top-bar-link a {
    border: none;
}
.user-container .user-profile-page-link a {
    padding: 0;
    margin-bottom: 15px;
}
.user-container .loggedin-text {
    font-size: 0.9em;
}
.user-container .loggedin-text p {
    margin-bottom: 3px;
}
[data-loggedin="True"] .login-button {
    display: none;
}
.section_BreadCrumb.section {
    background: #f9f9f9;
    margin-top: -30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb a {
    font-weight: 400;
}
.breadcrumb > li:last-of-type a {
    font-weight: 700;
}
.breadcrumb>li+li:before {
    color: #000;
    padding-left: 2px;
    padding-right: 2px;
}
@media screen and (min-width: 1400px){
    .section_BreadCrumb .container {
        width: 1370px;
    }
}
.page-header {
    color: #0057B8;
}
.section_ProductDetail_Header h1 {
    margin: 0;
}
.section_ProductDetail_SkuNumber.section {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 15px;
}
.section_ProductDetail_SkuNumber.section strong {
    font-weight: 400;
    font-size: 0.9em;
}
.avail-section.section {
    padding: 0;
}
.avail-section .dl-horizontal {
    margin-bottom: 5px;
    font-size: 0.9em;
}
.addtocart-row > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.section_ProductImageLibrary hr {
    display: none;
}
/* 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 > h2,
.hero-container > a {
    width: 100%;
}
.hero-container-left {
    justify-content: flex-start;
    padding-left: 100px;
}
.hero-container-right {
    justify-content: flex-end;
    padding-right: 100px;
}
.hero-container {
    height: 550px;
}
.hero-container .btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border-radius: 500px;
    padding: 10px 40px;
    text-transform: none;
}
.hero-container .btn:hover {
    background-color: #fff;
    color: #243d57;
    border-color: #fff;
    border-radius: 500px;
    padding: 10px 40px;
    text-transform: none;
}
.hero-container h2 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 3em;
}
.hero-container p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 15px;
  	max-width: 600px;
}
.hero-container-left {
    text-align: left;
}
.hero-container-right {
 	text-align: right; 
}
.carousel {
    box-shadow: none;
}
.banner-wrapper-main {
    padding-bottom: 15px;
}
[class*="block-grid-"] {
    display: flex;
    flex-wrap: wrap;
}
.hover-product {
    height: 100%;
}
.footer {
    color: rgba(255,255,255,.7);
}
.footer h3 {
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.footer-bottom-row {
    margin-top: 30px;
    font-size: 0.9em;
}
.tab-pane .section_ProductAttributes {
    padding: 0;
}
.tab-pane .section_ProductAttributes table {
    margin: 0;
}
.tab-pane .attr-images .attribute-image-hor {
    border-top: 1px solid #ddd;
}
.tab-pane .attr-images br {
    display: none;
}
.tab-pane .attr-images img {
    max-width: 40px;
}
.tab-pane .attr-images .attribute-image-hor {
    display: flex;
    align-items: center;
}
.tab-pane .attr-images .attribute-image-hor img {
    margin-right: calc(30% - 32px);
    padding-left: 5px;
}
.tab-pane .attr-images .attribute-image-hor span {
    width: 70%;
}
.cart-field-amount {
    margin-top: 2px;
    font-weight: 400;
}
.cart-field {
    box-shadow: none;
}
.cart > .input-group > .input-group-btn .btn .fa:before {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.cart > .input-group > .input-group-btn .btn {
    padding: 0;
}
.cart.header-input > .input-group {
    padding-left: 20px;
    padding-right: 10px;
    height: 35px;
    display: flex;
    align-items: center;
}
.cart.header-input {
    margin: 0;
    height: 90px;
    display: flex;
    align-items: center;
}
.cart:hover {
    box-shadow: none;
    background: none;
}
.cart-content.container {
    top: 90px;
    right: 0;
    width: 350px;
    padding: 25px;
}
.cart-content th {
    text-transform: none;
    border-top: none !important;
}
.cart-content th:first-of-type {
    padding-left: 0;
}
.cart-content th:nth-last-of-type(2) {
    padding-right: 0;
    text-align: right;
}
.cart-content th:nth-of-type(2){
    text-align: center;
}
.header-flex-col {
    height: 100%;
}
.cart-content .btn-group-justified {
    display: flex;
    justify-content: space-between;
}
.cart-content .btn-group-justified > .btn {
    flex: 1;
    text-transform: none;
}
.cart-content .btn-group-justified > .btn:first-of-type {
    margin-right: 5px;
    border-radius: 500px !important;
    background: none;
    color: #0057B8;
}
.cart-content .btn-group-justified > .btn:first-of-type:hover {
    background: #0057B8;
    border-color: #0057B8;
    color: #fff;
}
.cart-content .btn-group-justified > .btn:last-of-type {
    margin-left: 5px;
    border-radius: 500px !important;
}
.cart-product-img {
    max-width: 50px;
}
.cart-product {
    padding-left: 0 !important;
}
.cart-content td:nth-of-type(2){
    text-align: center;
}
.cart-content td:nth-of-type(3) {
    text-align: right;
    padding-right: 0;
}
.section_LanguagePicker #languageCode > .nav-pills .top-bar-link a:hover,
.section_LanguagePicker #languageCode > .nav-pills .top-bar-link a:focus {
    background: none;
}
.cd-primary-nav > .has-children > a {
    padding-right: 20px !important;
}
.cd-primary-nav > li > a {
    padding-left: 20px;
    padding-right: 20px !important;
}
.cd-primary-nav > li > a {
    line-height: 90px;
    height: 90px;
}
.desktop-navigation .cd-primary-nav {
    margin: 0 !important;
    padding-right: 0;
}
.cd-primary-nav > li > a {
    font-family: 'Roboto Condensed', sans-serif;
}
.cd-primary-nav > li > a:hover {
    border-bottom: 3px solid #0057b8;
    text-decoration: none;
    color: #0057b8;
}
.cd-secondary-nav {
    border-top: 0;
}
.fullbg-card-left {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.fullbg-card-right {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: flex-end;
    text-align: right;
}
.fullbg-card-left h3, .fullbg-card-right h3 {
    font-size: 1.5em;
}
.fullbg-card-left p, .fullbg-card-right p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}
.fullbg-card-left a, .fullbg-card-right a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.fullbg-card-left a:hover, .fullbg-card-right a:hover {
    text-decoration: none;
}
.slick-dots li button:before {
    font-size: 10px;
    color: #fff;
}
.slick-dots li.slick-active button:before {
    color: #eee;
}
.slick-dots {
    margin-bottom: 7px;
}
.most-requested .slick-slider .hover-product {
    height: 480px;
}
.cd-primary-nav .cd-secondary-nav > li {
    margin-bottom: 15px !important;
}
[data-loggedin="False"] .my-account-toggle {
    display: none;
}
.login-button .btn {
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.login-button .btn:before {
    font-size: 20px;
    margin-right: 5px;
}
.catalog-hero-row .section_BreadCrumb.section {
    background: none;
    margin: 0;
    padding: 0;
}
.catalog-hero-row h1 {
    margin-top: 5px;
}
.catalog-hero-row .section_ProductNodeText {
    max-width: 600px;
    font-family: 'Roboto Condensed', sans-serif;
}
.section_ProductFilter .filterWrapper .control-label {
    height: 35px;
    border-radius: 500px;
    padding-right: 30px !important;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.section_ProductFilter .filterWrapper .control-label:after {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 11px;
}
.section_ProductFilter .form-group.activeFilterDrop ul {
    background: white;
    padding: 10px;
}
.section_ProductFilter .multiselect-container label.checkbox {
    padding-left: 30px;
    padding-bottom: 5px;
}
.section_ProductFilter .activeFilters {
    display: none !important;
}
.section_ProductFilter .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {
    background: none;
    color: #000;
}
.section_ProductFilter .dropdown-menu>.active>a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Vertical filters */
.vertical-filters-row .section {
    width: 100%;
}
.vertical-filters-row .section_ProductFilter .control-label {
    display: block;
}
.vertical-filters-row .section_ProductFilter #productfilter > .row {
    background: #ededed;
    padding: 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.vertical-filters-row .section_ProductFilter #productfilter > .row > .form-group {
    width: 100%;
    padding: 0;
  	margin-bottom: 15px;
}
.vertical-filters-row .section_ProductFilter #productfilter > .row > .form-group label {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vertical-filters-row .section_ProductFilter #productfilter .col-sm-10.col-xs-10 {
    padding-left: 8px;
}
@media screen and (max-width: 767px){
    .vertical-filters-row > .section {
        width: 100%;
    }
    .vertical-filters-row {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .vertical-filters-row .section_ProductFilter #productfilter > .row {
        margin-top: 15px;
    }
}

.product-add-cart-btn .fa:before {
    content: '\e8cc';
    font-family: Material icons outlined;
    font-size: 18px;
    font-weight: 300 !important;
}
.pt-page-productsubnode .section_ProductNodeList {
    margin-top: 20px;
}
.pagination-sm>li:last-child>span {
    padding: 0;
    margin-top: 5px;
}
.pagination-sm>li:last-child>span:hover {
    background: none;
}
.desktop-navigation .hidden-trafimet {
    display: none;
}
.product-nav-pagination {
    margin-bottom: 5px;
}
.social-icons-container a {
    border: 1px solid white;
    border-radius: 500px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 0;
    margin-right: 7px;
}
.social-icons-container a:before {
    font-size: 16px;
}
.social-icons-container a:hover {
    text-decoration: none;
    color: #243d57;
    background: white;
}
.social-icons-container {
    margin-top: 20px;
}
.footer-brands img {
    max-width: 120px;
    margin-bottom: 10px;
}
.footer-brands .section {
    padding: 0 !important;
}
.section_ProductImageLibrary .flexslider.product-carousel {
    margin: 0;
}
.section_ProductImageLibrary .flexslider.product-carousel .slick-list {
    padding: 0 !important;
}
.section_ProductImageLibrary .flexslider .slides img {
    padding: 5px;
}
.section_ProductImageLibrary .flexslider .slick-slide > div {
    margin-right: 5px;
}
.section_ProductImageLibrary .flexslider .slick-slide {
    max-width: 100px;
}
.product-text-two {
    max-width: 700px;
}
.section_LanguagePicker > div > ul {
    display: none;
}
.section_LanguagePicker > div > #languagepicker {
    position: relative !important;
    display: block !important;
    top: 0;
    left: 0;
    transform: none;
    border: none;
}
.section_LanguagePicker #languagepicker a {
    font-size: 0;
    padding: 0;
    margin-right: 15px;
}
.section_LanguagePicker #languagepicker img {
    display: block;
}
.section_LanguagePicker #languagepicker .nav li {
    float: left;
}
.flag-gb {
    background-image: url('/en/image/getthumbnail/20003508');
    background-position: unset !important;
    width: 18px;
    height: 12px;
    border: none !important;
    box-shadow: none !important;
}
.flag-it {
    background-image: url('/en/image/getthumbnail/20003507');
    background-position: unset !important;
    width: 18px;
    height: 12px;
    border: none !important;
    box-shadow: none !important;
}
.flag-fr {
    background-image: url('/en/image/getthumbnail/20003506');
    background-position: unset !important;
    width: 18px;
    height: 12px;
    border: none !important;
    box-shadow: none !important;
}
.section_LanguagePicker .flag {
    display: block;
}
.cd-primary-nav > li > a:focus {
    text-decoration: none;
}
@media screen and (max-width: 1499px){
    .logo-col {
        width: 20%;
    }
    .header-flex-col {
        width: 80%;
    }
    .desktop-navigation .cd-primary-nav li {
        margin: 0;
    }
}
@media screen and (max-width: 1349px){
    .logo-col {
        width: 15%;
    }
    .header-flex-col {
        width: 85%;
    }
}
.cd-header-buttons {
    position: static;
    padding-left: 0;
}
.cd-main-header.nav-is-visible .cd-header-buttons {
    position: absolute;
}
@media screen and (max-width: 767px){
    .logo-col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        padding: 0;
    }
    .logo-col img {
        max-width: 120px;
    }
    .header-main-row {
        height: 120px;
    }
    .cart.header-input {
        height: auto;
    }
    .header-flex-col {
        width: 100%;
        height: 50px;
        padding: 0;
    }
    .header-icon-row {
        width: 100%;
    }
    .header-icon-row > div {
        justify-content: flex-end;
        width: 100%;
        padding: 0;
    }
    .section_LanguagePicker #languagepicker li:last-of-type a {
        margin-right: 0;
    }
    .carousel {
        margin: 0;
    }
}
@media screen and (max-width: 767px){
  .social-icons-container {
    height: 70px;
}
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .search-container {
        top: 120px;
    }
    .user-container {
        top: 119px;
        width: 100%;
        max-width: 100%;
        left: 0;
    }
    .user-container .sidebar-nav-toggle {
        display: none;
    }
    .user-container .sidebar-nav-items {
        display: block;
    }
    .user-container .sidebar-nav-heading {
        display: block;
    }
    .user-container .pull-right {
        width: 100%;
    }
    .cart-field-amount {
        display: none;
    }
    .header .cart-field {
        padding-right: 0;
    }
}
@media screen and (max-width: 1199px){
    .header-icon-row > div {
        justify-content: flex-end;
        width: 100%;
    }
    .header-icon-row {
        width: 100%;
    }
  .cd-nav-trigger span, .cd-nav-trigger span:before, .cd-nav-trigger span:after {
    background: #0057B8;
}
.cd-nav .cd-primary-nav {
    z-index: 9998 !important;
    top: 30px;
    margin-top: 10px;
    background: white;
    border-left: 1px solid #e8e8e8;
}
.cd-nav .cd-primary-nav a {
    color: #000;
    height: 40px;
    line-height: 40px;
    color: #0057B8;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.cd-primary-nav .cd-secondary-nav > li {
    margin: 0 !important;
}
.moves-out.cd-primary-nav .see-all a {
    color: #0057B8;
    font-weight: 700;
}
.cd-nav > ul > li {
    margin-left: 0;
}
.cd-nav .cd-primary-nav ul {
    background: none;
}
.nav-is-visible .cd-header-buttons {
    position: fixed !important;
    right: 0px;
    top: 0;
    width: 260px;
    background: white;
    border-left: 1px solid #e8e8e8;
    z-index: 9999 !important;
}
.cd-main-header.nav-is-visible {
    transform: none;
    width: 100%;
}
.cd-nav-trigger.nav-is-visible span {
    background: white;
}



.section_LanguagePicker > div > #languagepicker  {
    z-index: unset !important;
}


}
/* ----- 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: #000;
    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: #0057B8;
}
.section_DocumentCategories ul li a:hover:after,
.section_ProductDocuments ul li a:hover:after {
    color: #0057B8;
}
.section_DocumentCategories ul li a:hover,
.section_ProductDocuments ul li a:hover {
    text-decoration: none;
}
.section_DocumentCategories li,
.section_ProductDocuments li{
    background: #fff;
    border-top: 1px solid #e8e8e8;
}
.section_ProductDocuments h3 {
    text-transform: none;
    font-weight: 400;
}
.section_DocumentCategories ul li a:before,
.section_ProductDocuments ul li a:before {
    content: '\f1c1';
    font-family: fontawesome;
    color: #0057B8;
    margin-right: 8px;
}
.section_DocumentCategories img,
.section_ProductDocuments img {
    display: none;
}
.section_ContactUsForm .page-header {
    display: none;
}
.trafimet-products .hidden-dropdown {
    display: none;
}


/* Campaign top */
.campaign-row-top {
    margin-top: -40px;
    height: 40px;
    margin-bottom: 40px;
}
.campaign-row-top .section_ContentDataUnit {
    padding-bottom: 0;
}
.campaign-banner-top {
    height: 40px;
}
.campaign-banner-top img {
    max-height: 55px;
}
.campaign-banner-top {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.campaign-banner-top img {
    margin-top: 15px;
    margin-left: 20px;
}
@media screen and (max-width: 767px){
    .campaign-row-top {
        height: auto;
    }
    .campaign-banner-top {
        height: auto;
        position: relative;
        font-size: 1em;
    }
    .campaign-banner-top img {
        margin-top: 0;
    }
}
.header-campaign {
    padding: 0 !important;
    border: none;
    position: relative;
    top: 0px;
  	height: 40px;
}
.header-campaign > .container {
    padding: 0;
}
.campaign-popup {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
  	position: relative;
    top: 2px;
}
.campaign-popup:hover,
.campaign-popup:focus,
.campaign-popup:active{
    color: #fff;
    text-decoration: none;
}
.campaign-text-top {
    position: relative;
    top: 2px;
}
.header-campaign .col-sm-12 {
    padding: 0;
}
.campaign-text-top {
    font-weight: bold;
    font-family: 'Roboto condensed', sans-serif;
    font-size: 0.85em;
}
/*[lang^="en"] [data-loggedin="False"] .pricepanel:before {
    content: 'Price on request';
    width: 100%;
    display: block;
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 0.9em;
    position: relative;
    top: 5px;
}
[lang^="it"] [data-loggedin="False"] .pricepanel:before {
    content: 'Prezzo su richiesta';
    width: 100%;
    display: block;
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 0.9em;
    position: relative;
    top: 5px;
}
[lang^="fr"] [data-loggedin="False"] .pricepanel:before {
    content: 'Sur demande';
    width: 100%;
    display: block;
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 0.9em;
    position: relative;
    top: 5px;
} */
table .hover-product-image {
    max-width: 60px;
}
[data-loggedin="True"] .pdp-request-price {
    display: none;
}
.pdp-request-price {
    margin-top: 30px;
}
.pt-page-login .header {
    display: none;
}
.pt-page-login .footer {
    display: none;
}
.login-row {
    background: #fff;
    padding: 20px;
}
.pt-page-login {
    background: linear-gradient(to right,#323c46,#000);
}
* 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;
}
.hover-product .pull-right:last-of-type {
    text-align: center;
}
.hf-no-text p {
    font-weight: bold;
    font-size: 1.4em;
}
.hf-no-text dt {
    display: none;
}
.hf-no-text dd {
    font-weight: bold;
    font-size: 1.4em;
}
.hf-no-text .dl-horizontal {
    margin: 0;
}
.hf-no-text.section {
    padding: 0;
    float: left;
}
.hover-product .pt-list-attribute-item .attr-description {
    display: none;
}
.hover-product .pt-list-attribute-item .attr-value {
    color: red;
    font-size: 0.9em;
    font-weight: 500;
}
.ribbon .ribbonText {
    background: transparent;
    text-shadow: none;
    box-shadow: none;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ribbon .ribbonText:after {
    content: '';
    display: inline-block;
    border-top-width: 34px;
    border-top-style: solid;
    border-left: 0px;
    border-right: 14px solid transparent;
    height: 0;
    min-width: 68px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    border-top-color: #0057B8;
    left: 0;
}
.ribbon:first-of-type {
    top: -15px !important;
    left: -20px;
}
.ribbon:nth-of-type(2) {
    left: -20px;
    top: 25px !important;
}
.ribbon .ribbonText:before {
    display: none;
}
.ribbon.ribbon-attr-152 .ribbonText:after {
    content: '';
    display: inline-block;
    border-top-width: 34px;
    border-top-style: solid;
    border-left: 0px;
    border-right: 14px solid transparent;
    height: 0;
    min-width: 68px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    border-top-color: yellow;
    left: 0;
}
.ribbon.ribbon-attr-152 .ribbonText {
    color: #000 !important;
}
.hidden-tooltip .tooltip {
    display: none !important;
}
.catalog-hero-icon-row img {
    display: block;
    max-height: 500px;
}
.catalog-hero-icon-row .section {
    padding: 0;
}
.catalog-hero-icon-row {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 500px;
}
.catalog-hero-image-col {
    position: relative;
}
.catalog-hero-icon-row {
    margin: 0;
}
.catalog-hero-icon-row > div {
    padding: 0;
}
.catalog-hero-icon-row > div {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.catalog-hero-text-row {
    z-index: 555;
}
@media screen and (max-width: 767px){
.catalog-hero-image-col {
    height: 300px;
    align-items: flex-start;
    padding-top: 40px;
}
    .catalog-hero-row .section_ProductNodeTitle, .catalog-hero-row .section_ProductNodeText {
        padding-left: 15px;
    }
    .catalog-hero-row h1 {
        font-size: 1.5em;
    }
.catalog-hero-icon-row {
    height: 300px;
}
  .catalog-hero-icon-row img {
    max-height: 300px;
}
  .header-campaign .section_ContentDataUnit,
.header-campaign .col-sm-12,
.header-campaign > .container,
.campaign-banner-top {
    height: 100%;
}
  .header-campaign {
    height: auto;
    text-align: center;
}
  .product-nav .form-inline.pull-right {
    width: 100%;
}
.product-nav .filter-list-orderby {
    margin-right: 0;
}
  .main-filter-row > div {
    height: auto;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-filter-row #productfilter .form-group {
    width: 100%;
}
  .main-filter-row .section_ProductFilter {
    width: 100%;
}
.main-filter-row > div {
    width: 100%;
}
.main-filter-row .section_ProductFilter {
 	display: none; 
}
  .main-filter-row.show-filter .section_ProductFilter {
    display: block;
}
  .main-filter-row > div {
    align-items: flex-start;
}
.main-filter-row.show-filter .section_ProductFilter {
    margin-left: 0;
}

.main-filter-row .section_TranslationText p:after {
    content: '\e5cf';
    font-family: 'Material icons outlined';
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    right: 0;
}
.main-filter-row.show-filter .section_TranslationText p:after {
    content: '\e5ce';
    font-family: 'Material icons outlined';
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    right: 0;
}
.main-filter-row .section_TranslationText p {
    display: flex;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
    font-weight: 500;
}
.main-filter-row .section_TranslationText {
    width: 100%;
}
}

@media screen and (max-width: 550px){
    #productlist [class*="block-grid-"] {
        display: flex;
        flex-direction: column;
    }
    #productlist [class*="block-grid-"] > li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #productlist [class*="block-grid-"] .hover-product-image-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    #productlist .product-nav-layout {
        display: none;
    }
  .product-nav .form-inline.pull-right .form-group {
    text-align: left;
}
.pt-page-productsubnode .section_ProductNodeList {
    margin-top: 10px;
}

}
.product-nav .form-inline.pull-right .form-group label {
    font-weight: 500;
}
.bg-grey {
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.why-trafimet-row {
    margin-bottom: -30px;
}
.why-trafimet-row .container {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
}
.icon-col>.section {
    background: white;
    padding: 20px;
    height: 100%;
    position: relative;
    padding-top: 60px;
}
.icon-col h3 {
    text-align: center;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}
@media screen and (min-width: 1400px){
.why-trafimet-row .container {
    width: 1370px;
}
}

.logistic-icon:before {
    content: '\f0d1';
    font-family: fontawesome;
    background: #0057B8;
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translatex(-50%);
    z-index: 555;
}
.life-icon:before {
    content: '\f1cd';
    font-family: fontawesome;
    background: #0057B8;
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translatex(-50%);
    z-index: 555;
}
.star-icon:before {
    content: '\f005';
    font-family: fontawesome;
    background: #0057B8;
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translatex(-50%);
    z-index: 555;
}
.campaign i {
    display: none;
}
.ribbon.ribbon-attr-156 .ribbonText:after {
    border-top-color: #F79800;
}
.ribbon.ribbon-attr-156 span.ribbonText {
    color: #fff !important;
}
.ribbon.ribbon-attr-157 .ribbonText:after {
    border-top-color: #0057B8;
}
.ribbon.ribbon-attr-157 span.ribbonText {
    color: #fff !important;
}
.ribbon.ribbon-attr-158 .ribbonText:after {
    border-top-color: red;
}
.ribbon.ribbon-attr-158 span.ribbonText {
    color: #fff !important;
}
.ribbon.ribbon-attr-155 .ribbonText:after {
    border-top-color: #59B210;
}
.ribbon.ribbon-attr-155 span.ribbonText {
    color: #fff !important;
}
.ribbon .ribbonText {
    color: #fff;
}
.ribbon .campaign:after {
    border-top-color: #59B210;
}
.product-grid-thumbs-horizontal .ribbon {
    left: 10px;
}
.section_ProductFilter .control-label {
    display: none;
}
.section_ProductFilter .form-group {
    margin: 0;
}
.section_ProductFilter .filterinputbutton .btn {
    background: none;
    border: none;
    color: #0057B8;
    font-weight: 400;
    font-size: 1em;
    padding: 0;
}
.section_ProductFilter .filterinputbutton .btn.selected {
    color: #0057B8;
  	font-weight: 600;
}
.section_ProductFilter .filterinputbutton .btn:hover,
.section_ProductFilter .filterinputbutton .btn:focus,
.section_ProductFilter .filterinputbutton .btn:active {
    box-shadow: none;
    outline: none;
    opacity: 0.7;
}
.catalog-hero-row.no-catalog-image > .catalog-hero-image-col {
    height: auto;
    margin-top: 30px;
}
.catalog-hero-row.no-catalog-image > .catalog-hero-image-col .catalog-hero-text-col,
.catalog-hero-row.no-catalog-image > .catalog-hero-image-col .catalog-hero-text-col a {
    color: #000;
}
.catalog-hero-row .section_ProductNodeText {
    padding-bottom: 0;
}
.catalog-hero-row {
    margin-bottom: 15px;
}
.catalog-hero-row.no-catalog-image {
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
    .main-filter-row .section_TranslationText {
        display: block;
        visibility: visible;
    }
}
.section_ProductImageLibrary .ribbon:first-of-type {
    top: -4px !important;
    left: 10px !important;
}
.section_ProductImageLibrary .ribbon:nth-of-type(2) {
    left: 10px;
    top: 35px !important;
}
.hover-product .pt-list-attribute-item {
    width: 100%;
}
.hover-product .p-productavailability {
    margin-top: 5px;
}
.hover-product .js-avail-wrapper {
    margin-top: 5px;
}
.product-grid-thumbs-horizontal .attr-description-Trafimet {
    display: none;
}
.product-grid-thumbs-horizontal .attr-value-Trafimet {
    color: red;
    font-weight: 500;
}
.product-brandname {
    display: none;
}
.pdp-uom dd {
    color: red;
    font-weight: 500;
  	font-size: 0.9em;
}
.pdp-uom dt {
    display: none;
}
.input-change-in-list-buttons-container .change-quantity-in-list-btn {
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #000;
}
.input-change-in-list-buttons-container .product-quantity-input {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    text-align: center;
}
.input-change-in-list-buttons-container .change-quantity-in-list-btn:focus {
    outline: 0;
    box-shadow: none;
}
.input-change-in-list-buttons-container .change-quantity-in-list-btn:hover {
    color: #0057B8;
}
.product-add-cart-btn {
    border-radius: 2px !important;
    height: 34px !important;
}
.addToBasketContainer.input-group-change-qty-buttons .favorite {
    float: left !important;
    height: 34px !important;
    display: flex;
    align-items: center;
}
.addToBasketContainer.input-group-change-qty-buttons .shoppingList {
    float: left !important;
    height: 34px !important;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px !important;
}
.section_AddToBasket.section {
    padding-bottom: 8px;
}

[data-pageid="17"] .section_OrderDetail .mainLine td:nth-of-type(2){
display:none;
}
.hero-container .hero-small-img {
    position: absolute;
    right: 0;
    z-index: 555;
  	width: 100%;
}
.hero-container .hero-text-content {
    z-index: 556;
}
.hero-container .hero-small-img {
    top: 50%;
    transform: translatey(-50%);
    max-width: 800px;
}
.remove-page-header h1.page-header {
    display: none;
}
.hero-container-right .hero-small-img {
    left: 0;
    right: unset;
}
.cd-main-content .section_Menu a {
    text-transform: none;
}
.cd-main-content .section_Menu .sidebar-item {
    margin: 0;
}
.cd-main-content .section_Menu .sidebar-nav-heading {
    margin: 0 !important;
    padding: 0;
    border: none;
    text-transform: none;
}
.cd-main-content .section_Menu .sidebar-nav-items {
    border: none;
}
.section_TranslationText h1 {
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 2.2em;
}
.remove-page-header h2.page-header {
    display: none;
}
.cd-main-content .section_Menu .sidebar-nav {
    background: #f7f7f7;
    padding: 15px;
}
.cd-main-content .section_Menu .sidebar-nav-items li {
    border: none;
}
.cd-main-content .section_Menu .sidebar-nav-items {
    margin-bottom: 0;
}
.alertify-dialog .alertify-message {
    color: #0057B8;
}
.alertify-button-cancel {
    color: #0057B8;
    background: #fff;
}
.alertify-button-cancel:hover,
.alertify-button-cancel:focus,
.alertify-button-cancel:active {
    background: #fff;
    color: #0057B8;
    outline: none;
    text-shadow: none;
    opacity: 0.8;
}
.alertify-button {
    box-shadow: none;
    background-image: none;
    outline: none;
    text-shadow: none;
}
.cart-content.container {
    border: 1px solid #E8E8E8;
    box-shadow: 1px 10px 10px -10px #e8e8e8;
    top: 89px;
}
.user-container {
    box-shadow: 1px 10px 10px -10px #e8e8e8;
}
.js-price-wrapper .priceladder {
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 5px;
}
.section_ProductDetail_Price .priceladder {
    float: right;
    text-align: right;
}
.section_ProductAttributes.hidden-tooltip {
    padding-bottom: 0;
}
.product-grid-thumbs-horizontal .priceladder {
    float: none;
    text-align: left;
}
.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 .product-description-text {
    order: -2;
    color: #0057B8;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.2em;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 .product-header a {
    color: #000;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 .product-header {
    font-size: 0.95em;
    font-weight: 400;
    margin-top: 5px;
}
.product-grid-thumbs-horizontal .col-md-5.col-xs-9 .field-stockcode {
    font-size: 0.9em;
    order: -1;
}
.product-grid-thumbs-horizontal .col-md-4.col-xs-9 {
    float: right;
}
@media screen and (max-width: 767px){
    .hero-container-left {
        padding: 30px;
        flex-direction: column;
    }
    .hero-container .hero-small-img {
        bottom: 0;
        top: unset;
        transform: unset;
        padding-bottom: 30px;
    }
  	.most-requested.section {
    	padding-left: 20px;
    	padding-right: 20px;
	}
  .hero-container {
    height: auto;
}
.hero-container .hero-small-img {
    position: relative;
    right: -30px;
}
}
@media screen and (max-width: 767px){
    .catalog-hero-image-col {
    flex-direction: column-reverse;
    padding-top: 0;
    height: auto;
}
.catalog-hero-icon-row {
    position: relative;
    height: auto;
}
.catalog-hero-text-row {
    padding-bottom: 30px;
}
 .catalog-hero-icon-row img {
  	margin-bottom: 15px; 
 }
}

[data-pageid="17"] .section_OrderDetail .mainLine td:nth-of-type(2), [data-pageid="17"] .section_OrderDetail th:nth-of-type(2){
    display: none;
}

/* SSO */
.external-logout{display:none;} 
#login-kemppi{display:none;} 
#login-kemppi-staging{display:none;} 

.pt-page-login .btn {
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #0057B8;
    border-color: #0057B8;
    border-radius: 30px;
}
.trafimet-login .col-md-6 {
    width: 100%;
    padding: 0;
}
.trafimet-login .col-md-6 .btn {
    margin: 0 auto;
}
.trafimet-login {
    margin-bottom: 15px;
    margin-top: 15px;
}
.admin-login {
    display: none;
}
.admin-heading {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}
.admin-heading:hover {
    text-decoration: underline;
}
.login-heading.section {
    text-align: center;
    padding: 0;
    margin-top: 15px;
}
.login-heading.section {
    margin-bottom: 5px;
}
.admin-login.section_Login .btn {
    text-align: center;
    justify-content: center;
}

/* Checkout confirmation pdf */
.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 .cart-view-image.img-responsive {
    margin-top: 3px;
}
.CustomPdfStylePrint #summaryWrapper > .row:last-of-type > .col-md-12 > fieldset > .row {
    margin-left: 0px;
}
.CustomPdfStylePrint .summary-header > .row:last-of-type  h5 {
    margin-bottom: 20px;
}
/* Show More Filter Button */
.vertical-filters-row {
    flex-direction: column;
}
.all-filters {
    text-align: center;
    position: relative;
    bottom:18px;
}
.all-filters p {
    display: inline-flex;
    justify-content: center;
    font-size: 1.25rem;
    background: #0057B8;
    color:#fff;
    padding: 8px 10px !important;
    border-radius: 30px;
    cursor: pointer;
    min-width:130px;
    margin: 0;
}
.all-filters p:last-of-type {
	display: none;
}
.all-filters.active-btn p:first-of-type {
	display: none;
}
.all-filters.active-btn p:last-of-type {
	display: inline-block;
}

.section_ProductFilter #productfilter .form-group {
    height: auto;
    overflow: hidden;
    transition: 0.15s all ease-out;
    margin-bottom: 0;
}
.eordering.section_ProductFilter #productfilter .form-group {
    overflow:visible;
}
.all-filter-show.section_ProductFilter #productfilter .form-group {
    max-height: 2000px;
}
.vertical-filters-row .section_ProductFilter #productfilter .form-group:nth-of-type(n+5) {
    max-height:0px;
    opacity:0;
    margin:0px;
}
.vertical-filters-row .all-filter-show.section_ProductFilter #productfilter .form-group:nth-of-type(n+5) {
    max-height:600px;
    opacity:1;
    margin-bottom:15px;
}
@media screen and (max-width:767px){
	.all-filters{
    	display:none;
    }
}