/* ==========================================================================
   General Site Styling
   ========================================================================== */
/* Adjustment for fixed header */
.cd-main-content{
    padding-top:87px;
    min-height: 67vh;
}
/* Cheat sheet color codes
   ========================================================================== 
Color name: #0000
Color name: #0000
*/

/* Fonts
   ========================================================================== */
/* ----- Imported fonts -----*/
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-BookOblique.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-BlackOblique.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-MediumOblique.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-Oblique.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-LightOblique.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('/customfonts/AvenirLTStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/*--- Avenir Next ---*/
@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 400;
	src: url('/customfonts/AvenirNextCyr-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 500;
	src: url('/customfonts/AvenirNextCyr-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 600;
	src: url('/customfonts/AvenirNextCyr-Demi.ttf') format('truetype');
}

@font-face {
	font-family: 'Avenir Next';
	font-style: normal;
	font-weight: 700;
	src: url('/customfonts/AvenirNextCyr-Bold.ttf') format('truetype');
}
/* ----- Body fonts ----- */
body {
    font-family:'Avenir Next', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

/* ----- Headings -----*/
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:'Avenir Next', Arial, sans-serif;
  	color:#333;
    text-transform: unset;
}
h1, h1.page-header {
    font-size: 36px;
    margin-top: 0;
}
.content-page h2 {
    margin-top: 30px;
}
h2, h2.page-header {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}


/*---- Links ------*/
/* Body links */
.cd-main-content p > a:not(.btn), .cd-main-content li > a:not(.btn), .pdp-info a, .section_ProductDetail_Description a {
    color: #AB3225;
}
.cd-main-content p > a:not(.btn):hover, .cd-main-content li > a:not(.btn):hover, .pdp-info a:hover, .section_ProductDetail_Description a:hover {
    color: #AB3225;
}
ol.breadcrumb{
    padding-top:20px;
}
.breadcrumb li a{
    color:#595959 !important;
    text-decoration: underline;
    font-weight: 100;
    font-size:14px;
    transition: all 0.2s ease-in-out;
}
.breadcrumb li a:hover{
    color:#ab3225 !important;
}
.breadcrumb li:last-of-type a{
    color:#ab3225 !important;
}
.breadcrumb>li+li:before{
    content:"|";
    padding:0 2px 0 6px;
    line-height:1.45;
    font-size:14px;
    font-weight: 100;
    color:#595959 !important;
}
.breadcrumb li:only-child{
    display: none;
}
/* Buttons
   ========================================================================== */
/* ----- Buttons general ----- */
.cd-main-content .btn, .cd-main-content .btn:focus, .cd-main-content .btn:active {
    box-shadow: 3px 3px 0 #333;
    /* letter-spacing: 2px; */
    background-color: #ab3225;
  	border-color:#ab3225;
    color: #fff;
    transition: 0.2s;
    text-transform: unset;
}
.cd-main-content .btn:hover {
    box-shadow: 4px 4px 0 #333;
    /* letter-spacing: 2px; */
    background-color: #ab3225;
    color: #fff;
}
/*CTA buttons */
.btn.btn-ptOrange, #btnConfirm.btn, .btn.btn-ptOrange:focus, #btnConfirm.btn:focus, .btn.btn-ptOrange:active, #btnConfirm.btn:active  {
    box-shadow: 3px 3px 0 #333;
    letter-spacing: 2px;
    background-color: #ab3225;
  	border-color:#ab3225;
    color: #fff;
    transition: 0.2s;
}
.btn.btn-ptOrange:hover, #btnConfirm.btn:hover {
    box-shadow: 4px 4px 0 #333;
    letter-spacing: 2px;
    background-color: #ab3225;
    color: #fff;
}

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

/* Notifier Container
   ========================================================================== */
.alertify-log {
    box-shadow: 3px 3px 0 #333;
    letter-spacing: 2px;
    background-color: #fff;
    color: #333 !important;
    transition: 0.2s;
}

/* 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:;
    }
}
.container{
    width:1380px;
    max-width:100%;
}
/* General Page Styling
========================================================================== */


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

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

/* Header
   ========================================================================== */
/*Sticky Header*/
.header, .top-bar{
    position: fixed;
    width:100%;
    z-index: 555;
}
.header .container #cd-primary-nav > li {
    margin-bottom:-2px;
}
.header .col-sm-2 .section_Image img{
    margin-bottom:5px;
  	min-width:110px;
}
@media screen and (min-width:1380px){
    .header .col-sm-2{
        padding-left:0px;
    }
    .header .col-sm-4{
        padding-right: 0px;
    }
}
/* ----- General header styling -----*/
.header {
  background: #252525;
  border-bottom:none;
  padding-top:10px;
  padding-bottom:0px !important;
}
.header > .container{
    display: flex;
  	align-items: flex-end;
    padding-bottom: 15px !important;
    padding-top: 12px !important;
    width: 1380px !important;
    /*padding-left:0px;*/
    padding-right:0px;
}
.header-icons{
    display: flex;
}
.header-icons section{
    padding:0px 10px;
}
.header-icons > .section_LanguagePicker,
.header-icons > .section_MiniBasket{
    margin-top:4px;
  	margin-right:2px;
}
.header-icons > .section_Image{
    margin-top:3px;
}
.header .col-sm-2{
    width:auto;
}
.header .col-sm-7{
    height:;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  	padding-left:0px;
}
.header .col-sm-3{
    height:50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  	flex-grow:1;
  	padding-top: 26px;
    padding-right: 0px;
}
.header-icons section{
    padding-bottom: 0px !important;
}
.cd-nav>ul>li {
    margin-left: 0.7em;
}

/*Icons*/
.header-icons .section_CatalogSearchBox{
	padding-right:35px;
}
.header-icons .section_CatalogSearchBox .header-input{
    margin-top:0px;
}
.header .catalogsearchbox{
    background-color: #f9f7f7;
    padding: 2px 35px 2px 10px;
    width: 215px;
    display: inline-block;
    border: solid 1px #c5c4c3;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    box-shadow: unset;
    height: 41px;
}
.header-icons .section_CatalogSearchBox #searchboxform .input-group-btn button{
    position: absolute;
    right:14px !important;
    top:3px;
    width:100%;
    background: none;
    border: none;
    color: #000;
}
.header-icons .section_CatalogSearchBox #searchboxform .input-group-btn button .fa{
    font-size:20px
}
.header-icons .fa-search:before{
    background: url(/image/getthumbnail/1024) no-repeat;
    background-position: center center;
    height: 17px;
    width: 17px;
    border: none !important;
    background-size: 17px;
    font-size:0px;
    display: block;
    position: relative;
    bottom:9px;
}
#pickerLink279, #pickerLink279-2{
    padding:0px 0px;
}
#pickerLink279:hover, #pickerLink279-2:hover{
    background:transparent;
}
.section_LanguagePicker #languageCode a:focus, .section_LanguagePicker #languageCode2 a:focus{
    background:transparent;
}
.section_LanguagePicker .top-bar-link a{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border:none !important;
}
.section_LanguagePicker .nav-pills .top-bar-link > a{
    font-size:0px;
}
.section_LanguagePicker .top-bar-link a img{
    display: none;
}
.section_LanguagePicker .top-bar-link a .caret{
    color:#fff;
}
.section_LanguagePicker .nav-pills .top-bar-link > a:before {
    content:"";
    background: url(/image/getthumbnail/1019) no-repeat;
    background-position: center center;
    height: 17px;
    width: 17px;
    border: none !important;
    background-size: 17px;
    border-color: transparent;
    font-size:0px;
  	margin-right:5px;
}
.section_LanguagePicker #languagepicker img{
    display: none !important;
}
.section_LanguagePicker #languagepicker, .section_LanguagePicker #languagepicker2 {
    background:#f2f2f2;
    padding:6px;
    margin-left:-46px;
    top:66px;
    position: absolute;
}
.section_LanguagePicker .top-bar-link a .caret{
    display: none;
}
.Xsection_LanguagePicker .nav-pills .top-bar-link > a:after {
    color: #fff;
    content: "▾";
    font-family: 'Avenir Next', Sans-Serif;
    font-size:14px;
    position: absolute;
    top: 8px;
    right: -12px;
    line-height: 0;
    font-weight: 300;
}
.user-icon img{
    width: 35px;
    height: 18px;
    object-fit: contain;
}
/* Header Cart */
.header .fa-shopping-cart:before{
  	margin-top:7px;
}
.fa-shopping-cart:before{
    background-image:url("/image/getthumbnail/1017");
  	background-size: 19px 18px;
    background-repeat: no-repeat;
    content:"";
    height:17px;
    width:19px;
    display: inline-block;
}
.header .cart .badge.visible-xs{
display: block;
    position: absolute;
    top: -2px;
    right: -10px;
    padding: 3px 5px;
    border: 1px solid #fff;
    background: #ab3225;
    color: #fff;
    font-size: 8px;
}
.cart.header-input {
    margin-top: 0;
}
.header-icons .cart-btn {
    background: none;
    border: none;
    font-size: 26px;
    padding: 0;
}
.header-icons .cart-btn {
    position: relative;
}
.header-icons .cart-field {
    background: none;
    border: none;
    color: #fff;
  	display:none;
}
.cart-field-label {
    margin-right: 10px;
}
.cd-main-header ul.cd-header-buttons {
	padding-left: 0;
}
.header-icons .section_MiniBasket{
	padding-left:3px;
  	margin-right: 18px;
}
.section_MiniBasket .cart-content.container {
    right: 0 !important;
    position: absolute;
    min-width: 326px;
    padding: 15px;
    background:#fff;
}
.section_MiniBasket .feature-basket{
    position: #fff;
}
.section_MiniBasket {
    position: relative;
}
.cart:hover {
    width: 100%;
    background: none;
}
/* User Icon - Sign in*/
.header-icons .sign-in img{
    width: 35px;
    height: 18px;
    object-fit: contain;
    cursor: pointer;
}
.header-icons .sign-in p{
    margin:0px;
}
.header-icons .sign-in{
    /* padding-left:15px; */
    padding-right:8px;
    margin-top:3px;
}
/*----- User Container -----*/     	
.user-container {
    position: fixed;
    right: 0;
    top:87px;
    z-index: 555;
    background: #334048;
  	display:none;
    height:100vh;
    width:300px;
}
.header-icons .user-icon{
    /* padding-left:15px; */
    padding-right:8px;
}
.user-icon img{
    cursor: pointer;
}
.user-container > .container {
    width: 300px;
}
.user-container li {
    border: none;
}
.user-container > div {
    padding: 15px;
}
.user-container .sidebar-nav a {
    color: #fff;
    text-transform: none;
}
.user-container .sidebar-nav a:hover {
    color: #AB3225;
}
.user-container h3 {
    color: #fff;
    border: none;
    text-transform: none;
}
.user-container .sidebar-nav-items{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.user-container .section_Menu li div{
    border-bottom:none;
    margin-bottom:0px;
}
.user-container .section_Menu a:hover{
    color:#fff;
}
.user-container .sidebar-nav-items{
    border-top:none !important;
}
.user-container .top-bar-link>a{
    border:none;
}
.user-container .user-profile-page-link a{
    color:#fff;
    text-align: center;
}
.user-container .user-profile-page-link a:hover{
    color:#fff;
    background:transparent;
}
.user-container .user-log-out-link a{
    box-shadow: 3px 3px 0 #333;
    letter-spacing: 2px;
    background-color: #ab3225;
    color: #fff;
    transition: 0.2s;
    text-align: center;
    width:100%;
}
.user-container .user-log-out-link a:hover{
    box-shadow: 4px 4px 0 #333;
}
.user-container .user-log-out-link{
    width:100%;
}
.user-container .section_LoginStatus ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
@media screen and (max-width: 767px) {
    .user-container .sidebar-nav-toggle{
        display: none;
    }
    .user-container .sidebar-nav-items {
        display: block !important;
    }
    .user-container .sidebar-nav-heading {
        display: block;
    }
}
/* Mobile Header */
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after{
    background:#EFEFEF;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after{
    height: 2px;
    width: 20px;
}
.cd-search-trigger, .cd-nav-trigger{
    height:38px;
    width:38px;
}
@media screen and (max-width:1199px){
    .header .header-icons{
        width:100%;
        margin-right:14px;
    }
    .header-icons .section_Menu{
        width:50px;
        background:transparent;
    }
    .header-icons .section_Menu .cd-main-header{
        background:transparent;
    }
    .cd-header-buttons{
        top:6px;
        right:-1px;
    }
}
/*--- Mobile Search Icon ---*/
.header-icons .mobile-search .fa-search:before{
    background:none;
    color:#DEDEDE;
    font-size:16px;
    bottom:-16px;
}
.header-icons .mobile-search{
    padding-right:22px;
}
/*----- Search Container -----*/
.search-container {
    background: #F9F7F7;
    border-bottom:2px solid #999;
    transition: ease-in-out 0.2s;
    width: 100%;
    top: 87px;
    height: 70px;
    z-index: 555;
    display:none;
    padding-top:0px !important;
}
.search-container .container{
    display: block;
}
.search-container .header-input {
    margin: 0;
}
.search-container > div {
    height: 100%;
    display: flex;
    align-items: center;
}
.search-container .catalogsearchbox {
    background: none;
    font-size: 1.6em;
    border: none;
    height: 42px;
    color:#fff !important;
}
.search-container .catalogsearchbox:focus-within,
.search-container .section_CatalogSearchBox input{
    box-shadow: none;
}
.search-container .catalogsearchboxbutton {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
}
.search-container .fa-search{
    color:#999;
}
/* ----- 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) {
 .breadcrumb li a {
   text-decoration: none;
   font-weight: 400;
 }
}

/* ----- 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) {
    
}

.cart-view-table a {
	color: #999;
    font-size: 14px;
}
.cart-view-table .text-bold {
  font-weight: normal;
  white-space: nowrap;
}
.cart-view-table .cart-product-name {
  font-weight: normal;
  text-transform: unset;
}
.cart-view-table td span.cart-product-name:first-child {
    display: inline-block;
	color: #999;
    font-size: 14px;
}
.cart-view-table td:nth-child(3) {
    padding-bottom: 21px;
}
ul#basketAttachmentsContainer {
    padding: 15px;
}
ul#basketAttachmentsContainer li {
    padding: 10px 20px;
    border: 3px #ab3225 solid;
    display: inline-block;
    background: #fff6f6;
    margin-right: 10px;
}
ul#basketAttachmentsContainer li i {
    display: none
}
td div.col-xs-12 a.js-addTextLine {
	display: none;
}
td div.col-xs-12 a.js-removeTextLine span {
	font-size: 0 !Important;
}



/* ----- Search -----*/
/* Search general */
ul.ui-autocomplete{
    /*top:87px !important;*/
    position:fixed;
    /*max-width:370px;*/
}
ul.ui-autocomplete li:has(.ProductType-3) {
    display: none;
}
li.type-ip {
    display: none;
}
@media screen and (max-width:767px){
    .search-container .catalogsearchbox{
        color:#252525 !important;
      	width:100%;
    }
    ul.ui-autocomplete:not(#ui-id-1){
        width:100%;
        left:0 !important;
        top:157px !important;
    }
}
/* ==========================================================================
   Navigation
   ========================================================================== */

/* Main navigation
   ========================================================================== */
/* ----- Main navigation general ----- */
.desktop-nav-mega > .cd-main-header{
    background:transparent;
}
@media only screen and (min-width: 1200px) {
    .cd-primary-nav>li>a {
        color: #fff !important;
        text-transform: none !important;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
      	text-decoration:none;
      	line-height:34px !important;
    }
}

/* ----- 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 ----- */
.toggle-lvl-one div.sidebar-item {
	font-size: 16px;
  	font-weight: unset;
}

/*----- 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:#333F48;
  	padding: 25px 0 40px;
}
.footer .flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Footer text */
.footer p {
    color:#efefef;
  	text-transform:none;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size:18px;
}

/* Footer links */
.footer a {
    color:#efefef;
  	text-transform:none;
    font-size:18px;
    font-weight: 300;
    letter-spacing: 1px;
    white-space: nowrap;
    text-underline-offset: 5px;
    text-decoration: underline 1px #efefef;
}
.footer a:hover {
    color:#fff;
}
.footer ul{
    list-style: none;
    padding-left:0px;
}
.footer ul li{
    font-size:16px;
    color: #333;
    padding-bottom:10px;
}
.footer .social-media-links{
	display:flex;
  	gap:20px;
}
.footer .social-media-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #efefef;
  	font-size:0px;
}
.footer .social-media-links a:before {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color:#333F48;
}
.footer .section_Image{
    padding-bottom:25px;
}
.footer .social-media-links{
    padding-top:18px;
}
@media screen and (max-width: 992px) {
    .footer .social-media-links{
        padding-bottom:25px;
    }
    .footer p, .footer a {
    	font-size:16px;
	    letter-spacing: 0;
    }
    .footer ul{
        margin-top: 20px;
    }
}
/* ==========================================================================
   Section Styling
   ========================================================================== */
/* ----- Section name ----- */
/* Section desktop */

/* Section mobile */

/* ----- Search autocomplete dropdown ----- */
#ui-id-1 li {
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
#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
   ========================================================================== */
/* ----- Dashboard ----- */
.dashitem{
    background:transparent !important;
    color:#0a0a0a;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    transition: all ease-in-out .2s
}
.dashitem .fa{
	color: #AB3225 !important;
}
.dashitem-heading{
    font-weight: bold;
}
.dashboard .dashboard-item{
	height:115px;
}
.dashboard .dashitem .fa::before{
	font-size:30px;      
}
.dashitem-info{
    margin-bottom:0px;
}
/* Background Video */
.background-video {
    margin-top:0px !important;
    height: auto;
    left: 50%;
  	max-width:100vw;
    object-fit: contain;
    position:;
    top: 50%;
    width: 100%;
}

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

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


/* Contact us
   ========================================================================== */
.contact-page h2 {
    /* padding: 7px 20px;
    margin-bottom: 10px;
    border-bottom: 6px #494949 double; */
}
ul.horisontalSelector {
  list-style-type: none;
  margin: 0;
  /* background: #f4f4f4; */
  padding: 5px 20px 8px 0;
}
ul.horisontalSelector li{
  display: inline-block;
  padding: 6px 10px;
  border: 1px gray solid;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  background: #f4f4f4;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  ul.horisontalSelector li{
	  padding: 6px 6px;
  }
}
ul.horisontalSelector li:hover{
  background: #253746;
  color: white;
}
ul.horisontalSelector .active{
  background: #253746;
  color: white;
}
.contacts.wiper, .contacts.glass, .contacts.marine, .contacts.industrial, .contacts.door {
  display: none;
}

.contact-address-div {
    width: 100%;
    grid: auto / 1fr 1fr 1fr;
    display: inline-grid;
    grid-gap: 12px;
}
@media screen and (max-width: 1150px){
	.contact-address-div {
	    grid: auto / 1fr 1fr;
    }
}
@media screen and (max-width: 700px){
	.contact-address-div {
	    grid: auto / 1fr;
    }
}

.contact-addresses {
    background: #fdfdfd;
    padding: 18px 20px 12px;
    border: 1px #b4b4b4 solid;
    box-shadow: 2px 2px 0 #e4e4e4;
    border-radius: 6px;
}
.contact-addresses img {
  margin-right: 10px;
}
.contact-addresses strong {
    text-decoration: underline;
    text-decoration-color: #AB3225 !important;
    text-underline-offset: 9px;
}

/* About us
   ========================================================================== */
.aboutus-page img {
	margin-left: 20px;
}
@media screen and (max-width: 500px){
	.aboutus-page img {
		margin-left: 0;
      	width: 100%;
        margin-bottom: 15px;
	}
}
.content-ul-highlite {
    border: 6px #AB3225 double;
    padding: 20px 45px 10px;
    background: #fff8f8;
    border-radius: 10px;
}
.content-ul-highlite li {
	margin-bottom: 10px;
}
.menu-newsletter {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url('/en/image/getthumbnail/1527');
    background-size: cover;
    color: white;
    padding: 10px !important;
    width: 80%;
    border-radius: 6px;
}
.menu-newsletter a {
	display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    color: white !important;
}
.menu-newsletter input[type=text] {
  width: 74%;
  padding: 5px 2px 3px 4px;
  float: left;
  margin-right: 2px;
}
.menu-newsletter input {
  color: #333;
}
.menu-newsletter .btn.btn-ptOrange {
  box-shadow: unset;
}
.iso div {
	display: inline-block;
}
.iso:first {
    margin-right: 25px;
}
.iso div img {
	box-shadow: 2px 3px 5px 0px #898989;
    margin-bottom: 5px;
    margin-left: 0;
}
.iso div:nth-child(2) {
    margin-right: 25px;
}

/* Login page
   ========================================================================== */
.pt-page-login .content > .container:first-of-type {
    max-width: 370px !important;
}
.pt-page-login {
  	background-color: #333F48;
}
.pt-page-login .btn{
    box-shadow: 3px 3px 0 #333;
    letter-spacing: 2px;
    background-color: #ab3225;
    color: #fff;
    transition: 0.2s;
}
.pt-page-login .btn:hover,
.pt-page-login .btn:active{
    box-shadow: 4px 4px 0 #333;
    letter-spacing: 2px;
    background-color: #ab3225;
    color: #fff;
}
.pt-page-login .section_SignUp .btn{
    box-shadow: 3px 3px 0 #333;
    letter-spacing: 2px;
    background-color: transparent;
    color: #333 !important;
    transition: 0.2s;
}
.pt-page-login .section_SignUp .btn:hover,
.pt-page-login .section_SignUp .btn:active{
    box-shadow: 4px 4px 0 #333;
}
.pt-page-login div.row.login-row{
    background:#fff;;
    box-shadow: 6px 6px 0 gray;
    letter-spacing: 0;
  	padding-bottom: 10px;
}
.pt-page-login h3.sub-header + p {
	font-size: 14px;
}


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

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

/*	All Products Landing Page (87)
	===================================================*/
.pt-page-productparentnode:has(.nobreadcrumb) .breadcrumb-wrapper{
    display: none;
}
.content:has(.product-catalog-hero){
    padding-top:0px;
}
.product-catalog-hero{
    position: relative;
    padding-bottom:30px;
}

.product-catalog-hero .product-catalog-text{
    position: absolute;
    bottom:5%;
    width: 1380px;
    max-width: 100%;
    left:50%;
    transform:translate(-50%,0%);
    z-index:10;
}
.product-catalog-hero .product-catalog-text h1{
    font-size:5em;
    font-weight: bold;
    color:#fff;
}
.product-catalog-hero .product-catalog-text p{
    color:#fff;
    font-size:1.6em;
    max-width: 50%;
}
.dark-overlay {
    position: relative;
    padding-bottom:0px !important;
}
.dark-overlay img {
    display: block;
    width: 100%;
    max-height:550px;
    object-fit: cover;
}
.dark-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
}
/*Menu List*/
.product-catalog-list .hover-product{
    box-shadow: 3px 3px 0 #333;
    border:1px solid #EDEDED;
    border-bottom:1px solid #ededed;
    margin-bottom: 25px;
}
.product-catalog-list .hover-product a img{
    box-shadow: none;
    border:none;
    height:250px;
    object-fit: cover; 
}
.product-catalog-list .hover-product a{
    color:#AB3225;
    text-transform: none;
    transition: 0.2s ease-in-out;
}
.product-catalog-list .hover-product a:hover{
    color:#AB3225;
}
.hover-product-title a:hover{
	color:#111;
}
.hover-product-hover-bg{
	opacity:0;
}
.product-catalog-list .hover-product-title{
    height:28px;
}
.product-catalog-list ul {
	margin: 50px 0;
}

/* Product list (5)
========================================================================== */
/*Hero Section*/
.node-desc-row{
    background:#f8f8f8;
    margin-top:60px;
    min-height:200px;
    padding-bottom: 20px;
}
.node-desc-row .node-container{
    max-width:1380px
}
.node-desc-row > .col-sm-12{
    display: flex;
    justify-content: center;
}
.node-desc-row .section_ProductNodeTitle{
    margin-top: -55px;
  	padding-right: 4%;
    padding-left: 15px;
}
.node-desc-row .section_ProductNodeTitle h1{
    font-weight: 500;
    font-size: 3.2em;
    text-align: center;
  	margin-top: 18px;
    color: #333f48;
}
.node-desc-row .section_ProductNodeText{
    padding: 0% 5% 0% 15px;
}
.node-desc-row .section_ProductNodeText p{
    font-size: 21px;
    margin-bottom: 15px;
}
.node-desc-row .img-col{
    min-height:200px;
    max-height:500px;
    position: relative;
    top:-52px;
    /*width: 575px;*/
}
.node-desc-row .section_ProductNodeImage img{
    /* height:500px; */
  	width:100%;
    aspect-ratio: 1.25 / 1;
    object-fit: fill;
    box-shadow: 3px 3px 0 #333;
}
.section_ProductNodeImage {
	padding-bottom: 0 !important;
}
.node-container a.btn {
	margin-bottom: 10px;
}

@media screen and (min-width:767px){
    .node-container > div{
        padding:0px;
    }
}
@media screen and (max-width:767px){
    .node-desc-row{
        height:auto;
        margin-bottom:30px;
        margin-top:50px;
    }
    .node-desc-row .img-col{
        position: relative;
        top:0px;
        height:auto;
    }
    .node-desc-row .text-col{
        padding-bottom:20px;
    }
    .node-desc-row .section_ProductNodeImage{
        display: flex;
        justify-content: center;
    }
    .node-desc-row .section_ProductNodeImage img{
        height:auto;
        width:90%;
        aspect-ratio: auto;
    }
}
.bg-submenu{
    display: none;
}
.bg-submenu:has(.subnodemenu li){
    background:#334048;
    position:;
    margin-top:125px;
    padding:20px 20px 0px 20px;
    display: block;
    max-height:100% !important;
    margin-bottom: 40px;
}
.bg-submenu .btn{
    padding: 14px 35px;
    border-radius: 0px;
}
.bg-submenu > .col-sm-12{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}
.bg-submenu > .col-sm-12 > .row > .col-sm-12{
    padding:0px;
}
.bg-submenu > .col-sm-12 > .row{
    width:100%;
    max-width: 1380px;
}
@media screen and (max-width:767px){
    .bg-submenu ul{
        display: flex;
        flex-wrap: wrap;
    }
    .bg-submenu ul li{
        flex-grow: 1;
        flex-basis: 40%;
    }
    .bg-submenu ul li a{
        width:100%;
    }
}
/* Product List */
#productlist .product > .hover-product{
    box-shadow: 3px 3px 0 #333;
    border:1px solid #333;
    border-bottom:1px solid #333;
    overflow: hidden;
    padding:10px 10px 15px 10px !important;
  	background:#fff;
}
#productlist .product img{
    box-shadow: none;
    border:none;
    height:220px;
    object-fit: contain; 
    margin-bottom: 0
}
#productlist .p-productavailability{
    float:left;
}
#productlist .js-avail-wrapper{
    padding-top:1px;
}
#productlist .hover-product-title{
    color:#AB3225;
    text-transform: none;
}
/*Inspiration Section*/
.inspiration-row > .col-sm-12{
	padding:0px;
}
.inspiration-row .inspiration-gray{
    content:" ";
    margin: 0 auto;
    width: 100vw;
    max-width: 100%;
    padding: 40px 0 20px 0;
    background: #334048;
    position: relative;
    display: inline-block;
}
.inspiration-row .inspiration-gray .section_Content{
    max-width:1380px;
    /* height:325px; */
    margin:0 auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.inspiration-row .section_Content h2{
    color:#fff;
    font-size:2.5em;

}
.inspiration-row .section_Content p{
    color:#fff;
    font-size:21px;
    font-weight: 300;
    width:50%;
}
/* Inspiration News
 ===================================== */
.inspiration-row{
	display:none;
}
.inspiration-section > div{
    margin:15px 30px;
}
.inspiration-section .inspiration-img{
    padding:0px;
}
.inspiration-row .inspiration-section{
    margin: 50px auto;
    width: 1380px;
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
    align-items: center;
}
.news-page .inspiration-row .inspiration-section{
    width: unset;
}
.inspiration-img > img {
    height:;
    max-width: 100% !important;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    box-shadow: 3px 3px 0 #333;
}
.news-page .inspiration-img > img {
    aspect-ratio: 1.0 / 1;
}
.more-news .btn {
	padding: 14px 35px;
}
.inspiration-img > img + img {
    position: absolute;
    visibility: hidden;
}

.inspiration-section .inspiration-text{
    background:#f4f4f4;
    min-height:350px;
    position: relative;
}
.inspiration-section .inspiration-text .inspiration-title p{
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    color:#333;
    margin-top:-35px;
    line-height: 50px;
    width: 100%;
}
.news-page .inspiration-section .inspiration-text .inspiration-title p{
    font-size: 30px;
    line-height: 40px;
}
.inspiration-section .inspiration-text .inspiration-desc p{
    padding:10px 30px;
    font-size:1em;
    text-align: center;
    width:100%;
    color:#333;
}
.inspiration-section .inspiration-text .inspiration-desc p strong{
    font-weight: normal;
}
.inspiration-section .inspiration-text .inspiration-desc p > p {
	padding: 0;
}

.inspiration-section .inspiration-text .inspiration-link a{
    box-shadow: 3px 3px 0 #333;
    background-color: #ab3225;
    border-color: #ab3225;
    color: #fff;
    transition: 0.2s;
    padding: 14px 35px;
    line-height: 1.33;
    text-decoration: none;
    white-space: nowrap;
}
.inspiration-section .inspiration-text .inspiration-link{
    text-align: center;
    position: absolute;
    bottom:-5px;
    left:50%;
    transform: translate(-50%,0%);
}
@media screen and (max-width:1400px){
    .inspiration-row{
        height:auto;
    }
    .inspiration-row .inspiration-section{
        flex-wrap:wrap !important;
        width:80vw;
    }
    .inspiration-row .inspiration-section:last-of-type .inspiration-img{
        order:-1;
    }
    .inspiration-section .inspiration-img{
        padding-bottom: 20px;
      	order: -1;
    }
    .inspiration-section .inspiration-img,
    .inspiration-section .inspiration-text{
        width:100%;
    }
}
@media screen and (max-width:767px){
    .inspiration-row .section_Content{
        height:auto;
    }
    .inspiration-row .inspiration-section{
        flex-wrap:wrap !important;
        width:90vw;
    }
    .inspiration-section .inspiration-text .inspiration-title p{
        font-size: 1.5em !important;
        line-height: 30px;
    }
    .inspiration-section .inspiration-text{
        height:auto;
    }
    .inspiration-section .inspiration-text .inspiration-title {
        padding-bottom:0px;
    }
    .inspiration-section .inspiration-text .inspiration-desc {
        padding: 5px 10px 35px 10px;
    }
    .inspiration-section .inspiration-text .inspiration-desc p {
        padding: 10px 0;
    }
	.inspiration-section > div {
	    margin: 15px 10px;
	}  
}

/* PDP (19)
========================================================================== */
.pdp-info h1 {
  font-size: 28px;
}
.content .pdp-info section {
    padding-bottom: 6px;
}
.content .pdp-info section dl {
    margin-bottom: 3px;
}
.content .pdp-info section .js-price-wrapper {
    padding-top: 4px;
}
.content .pdp-info .extraTopMargin {
    margin-top: 24px;
}
.spec-list dl.dl-horizontal dt {
    width: 20%;
    padding-top: 8px;
    color: gray;
    font-weight: normal;
    font-size: 14px;
}
.spec-list dl.dl-horizontal dd {
    padding: 7px 0 4px 0;
    border-bottom: 1px gray solid;
    font-size: 16px;
}


.sku-container .col-sm-12{
    display: flex;
    gap:6px;
}
.sku-container .col-sm-12 p{
    margin-bottom:0px;
}
.sku-container .section_TranslationText p {
	font-weight: bold;
    padding-bottom: 4px;
}
.sku-container .section_ProductDetail_SkuNumber strong {
	font-weight: normal;
}
.section_ProductDetail_DeliveryDetailInfo .dl-horizontal dt {
    margin-bottom: 8px;
}
@media screen and (min-width:767px){
	.spec-list .tab-content .content .row .col-sm-12 {
		padding: 0;
	}
}
.certIconsArea {
	margin-top: 30px;
}


/*Hide price if no add to cart*/
.price-cart-row .price-col:has(+ .col-sm-6 .section_AddToBasket #AddToBasket){
    display: block;
}
.price-cart-row .price-col{
    display: none;
}
/* VPDP (23)
========================================================================== */
.pt-page-virtualproduct .gray-bg, .gray-bg-testlist {
    background:#ededed;
    padding:30px 0px;
    display: flex;
    justify-content: center;
    align-items: unset;  /* center */
  	min-height: 500px;
}
.pt-page-virtualproduct .content{
    padding-bottom: 0px;
}
.pt-page-virtualproduct .tab-pane .content{
    padding-top: 0px;
}
.pt-page-virtualproduct .producttable thead{
    background:#ddd;
}
.pt-page-virtualproduct .producttable tbody > tr:nth-child(odd){
    /* background: #e1e1e1 !important; */
    max-height:150px !important;
}
#productlist .producttable .productlist-image-tablecell img{
    height:auto;
    margin-bottom:0px;
}
.pagination>li>span{
	background:transparent;
}
@media screen and (min-width:767px){
    div.pt_product{
        height:410px;
    }
    div.pt_product .product-description-text{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
      	font-size: 16px;
    }
}
/*tabs*/
@media screen and (max-width:1200px){
    .section_ProductDetailTabs .nav-tabs > .visible-lg{
    display: block;
    }
    .section_ProductDetailTabs .nav-tabs > .dropdown.hidden-lg{
        display: none;
    }
    .section_ProductDetailTabs .nav-tabs{
        display: flex;
        justify-content:;
        align-items: center;
        flex-wrap: wrap;
        width:100%;
    }
    .section_ProductDetailTabs .nav-tabs > .visible-lg{
        display: flex;
        flex-grow:1;
    }
    .section_ProductDetailTabs .nav-tabs > .visible-lg a{
        margin:0px;
        flex-grow:1;
    }
}
.product-grid p.field-stockcode-virtual {
	display: none;
}

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

/* Search result (4)
========================================================================== */
/*Hide VP stockcode in search dropdown*/
.ui-menu .ui-menu-item span.ProductType-1{
    display: none;
}
.ui-menu .ui-menu-item div:has(.ProductType-1){
    display: flex;
    justify-content:;
    align-items: center;
    height:56px;
    float:;
    margin-top:-4px;
}
.ui-menu .ui-menu-item span.ProductType-1 + br{
    display: none;
}
.ui-menu.ui-widget-content {
	background: white;
}

/*Hide temp dev*/
.header #searchboxform .sectionId-catalog-search-box,
.header #searchboxform .show-all-results-button{
    display: none;
}

/* Checkout (10)
========================================================================== */
#AddFiles {
	display: none;		/* Hidden because it is not translatable, must the section must exist for the configurator file */
}
.basket-sub-line img {
	display: none;
}
.basket-sub-line td:nth-child(3){
	padding-top: 10px;
}
#summaryWrapper table.cart-view-table tr[data-parentid]:not([data-parentid=""]) td:nth-child(1) {
    border-top: 0;
}
#summaryWrapper table.cart-view-table tr[data-parentid]:not([data-parentid=""]) img {
    display: none;
}
#summaryWrapper table.cart-view-table tr[data-parentid]:not([data-parentid=""]) td span {
    font-style: italic;
}
#minibasket div.feature-basket table tr:not(:has(.js-removeFromBasket)) img {
    display: none;
}
#minibasket div.feature-basket table tr:not(:has(.js-removeFromBasket)) td:nth-child(1) {
    padding-left: 70px;
    font-style: italic;
}
.shipmentoptionrank1 {
	float: left;
	margin: 4px 8px 8px 0 !Important;
}


/* Distributor List (91)
========================================================================== */
.dist-list .producttable,
.dist-list .producttable thead{
    background:#F7F7F7;
}
.dist-list .producttable tbody > tr:nth-child(odd){
    /* background: #E4E4E4; */
}
.dist-list img{
    display: none;
}
.dist-list .productlistrow{
    height:37px;
}
.dist-list .producttable .field-stockcode,
.dist-list .producttable .field-avail,
.dist-list .producttable .header-field-price{
    font-size:0px;
}
.dist-list .producttable .field-desc,
.dist-list .producttable .header-field-price,
.dist-list .producttable .field-avail,
.dist-list .producttable .field-price,
.dist-list .producttable .field-addtobasket,
.dist-list .producttable .col-xs-3{
    display: none;
}
.dist-list .attr-field-57 {
	display: table-cell !Important;
}
.section_ProductNodeTitle.dist-title{
    padding-bottom:0px;
    margin-bottom:1em;
}
.section_ProductNodeTitle.dist-title h1{
    /* font-size: 46px;
    font-weight: 700; */
    margin-bottom:10px;
    margin-top:20px;
}
.dist-list .filter-list-orderby {
  	display: none;
}
.dist-list a.text-bold.js-product-detail:after, .a-ext:after {
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 5px;
    content: "\f08e";
    color: #253746;
}
.dist-list .odd, .pt-page-virtualproduct .odd {
    background-color: #E4E4E4;
}
.dist-list .even, .pt-page-virtualproduct .even {
    background-color: transparent;
}

/* Distributor Filter */
.dist-filter h3{
    display: none;
}
.dist-filter #productfilter hr{
    display: none;
}
.dist-filter #productfilter{
    float:right;
}
.dist-filter #productfilter .row .col-sm-12{
    display: flex;
    justify-content: flex-end;
}
.dist-filter .filter-tag .label{
    background:#333F48;
}
.dist-filter .clearAllFilter .label{
    background:#AB3225;
}
.dist-filter .filterWrapper,
.dist-filter .filter-dropdown{
    width:288px;
    border:none;
}
.dist-filter .filterWrapper .btn{
    padding: 10px 15px !important;
    border-radius: 5px;
    box-shadow:none;
    color: #fff;
    background-color: #ab3225;
    font-size: 15px;
    font-weight: 400;
    float: right;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.dist-filter .btn-group.open .dropdown-toggle{
    box-shadow: none !important;
}
.dist-filter .filterWrapper > .control-label:after{
    content:"\f078";
    font-family: FontAwesome;
    font-size:12px;
}
.dist-filter #productfilter .form-group{
    padding-right:0px;
}
.dist-filter .FilterMultiSelect{
    width:100% !important;
}
.dist-filter .btn-group > ul li a label{
    font-size:15px;
    padding: 5px 20px 5px 40px;
}
.dist-filter .btn-group > ul li:first-child a label{
    padding: 7px 20px 5px 40px;
}
.dist-filter .form-group.activeFilterDrop ul{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* Distributor Detail Page (92)
========================================================================== */
.distributor-info-col{
    display: flex;
    justify-content: space-between;
    padding-bottom:20px;
    gap:20px;
}
.distributor-info-col > section p{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    margin-bottom: 0px;
    font-size:15px;
}
.distributor-info-col section{
    box-shadow:;
    letter-spacing: 2px;
    background-color: #ab3225;
    border-color: #ab3225;
    color: #fff;
    transition: 0.2s;
    padding-bottom:0px !important;
    height:100% !important;
    flex-grow:1;
}
.distributor-info-col section > div{
    padding:10px 10px;
}
.distributor-info-col section:has(.section-has-no-data){
    display: none;
}
.distributor-info-col .distrib-address p:before, .distributor-info-col .distrib-website p:before,
.distributor-info-col .distrib-email p:before, .distributor-info-col .distrib-phone p:before{
    font-family: FontAwesome;
    font-size:26px;
    padding:10px;
    color:#fff;
}
.distributor-info-col > section p a{
    color:#fff;
}
.distributor-info-col .distrib-address p:before{
    content:"\f124";
}
.distributor-info-col .distrib-website p:before{
    content:"\f0c1";
}
.distributor-info-col .distrib-email p:before{
    content:"\f0e0";
}
.distributor-info-col .distrib-phone p:before{
    content:"\f095";
}
.distributor-heading h1{
    font-size:46px;
    margin-bottom:0px;
}
.distributor-description:has(.section-has-no-data){
    display: none;
}
@media screen and (max-width:992px){
    .distributor-info-col{
        flex-direction: row;
        flex-wrap:wrap;
    }
    .distributor-info-col section:first-child{
        width:100%;
    }
    .distributor-heading h1{
        font-size:32px;

    }
}
/* Loader for Distributor Map */
.loader, #map{
	transition: opacity ease-in-out 0.2s;
}
.section_ContentDataUnit:has(#map){
    position: relative;
}
.loader {
  border: 16px solid #eee;
  border-radius: 50%;
  border-top: 16px solid #252525;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
    position: absolute;
    top:36%;
    left:45.5%;
    z-index: -1;
    opacity:0;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Document
 ================================ */
.documentlist .document img{
    display: none;
}
.documentlist .document, .documentlist a{
    display: flex;
    align-items: center;
    width:100%;
    padding:10px;
    border-left:4px solid #337ab7;
}
.documentlist .document:hover, .documentlist a:hover{
    text-decoration: none;
}
.documentlist li:nth-child(odd){
    background:#f5f5f5;
}

.documentlist li br{
    display:none;
}
.documentlist .document:before, .documentlist a:before{
    content:'\f1c1';
    font-family: 'FontAwesome';
    font-size:28px;
    padding-right:10px;
    color:;
}
.documentlist .document:after, .documentlist a:after{
    content:'\f01a';
    font-family: 'FontAwesome';
    font-size:22px;
    margin-left:auto;
}
/* Authors
   ==========================================================================
Name
*//* ==========================================================================
   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: 14px;
    margin-bottom: 6px;
}
.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;
}
#accountForm #phone {
	display: none;
}

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

/* Sidebar navigation */
.sidebar-nav-heading {
  	padding-left: 0;
}
.content .section_Menu {
    width: 80%;
}
@media screen and (max-width: 900px) {
	.content .section_Menu {
	    width: 90%;
	}
}
.sidebar-nav-items a {
    padding-right: 0;
}
.sidebar-nav-items a:hover {
    color: #AB3225;
    font-weight: 600;
}
.sidebar-navigation div.sidebar-item {
    padding-right: 10px;
}
.toggle-lvl-two li:first-of-type {
    box-shadow: none;
}
.sidebar-nav .sidebar-item {
    text-transform: none;
    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, .getRSS .sidebar-nav li {
    /* padding-bottom: 0px; */
    /* padding-top: 7px; */
    margin-bottom: 0;
    /* border-left: 8px #AB3225 solid; */
    /* border-bottom: 1px gray solid; */
    /* border-bottom-left-radius: 12px; */
}
.sidebar-nav-items, .sidebar-nav-items li {
    border-top: 0;
}
.sidebar-nav-items {    
  margin-top: -8px;
}
@media screen and (max-width: 900px) {
  .sidebar-nav-items {    
	  margin-top: 0;
  }
}
.toggle-lvl-one div.sidebar-item {
    padding-bottom: 8px;
    margin: 0;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two .sidebar-item {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three .sidebar-item {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four .sidebar-item {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five .sidebar-item {
    padding-left: 60px;
}
.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav .sidebar-item a.active {
    font-weight: 700;
}
.sidebar-nav li.active .toggle-btn {
    font-weight: 500;
}


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

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

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

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

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

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

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

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


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

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

/* Megamenu */
@media screen and (min-width: 1200px) {
    .cd-nav > ul {
        margin: 0;
        padding-right: 0;
        float: left;
    }
  	.cd-primary-nav > li > a {
        height: 30px;
        line-height: 30px;
    }
    .cd-primary-nav .cd-secondary-nav {
      	top: 43px;
        left: 0;
      	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    	border-top: 1px solid #ccc;
      	padding-left: 25px;
    	padding-right: 25px;
      	height: auto !important; 
    }
  	.cd-main-header {
    	border-bottom: none;
	}
  	.desktop-menu .cd-primary-nav .cd-nav-icons li:nth-child(3n), .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+3) {
    	clear: none;
	}
    .cd-primary-nav .cd-secondary-nav>li.has-children {
    	min-height: 310px;
	}
    .cd-primary-nav .cd-secondary-nav>li>a {
	    font-size: 1.5rem;
	    border-bottom: solid 2px #ab3225;
	    display: inline-block;
	    padding-right: 0 !important;
	}
	.cd-primary-nav .cd-secondary-nav>li>a:hover {
	    text-decoration: none;
	}
	.cd-primary-nav .cd-secondary-nav>.see-all a:hover, .section_Menu .moves-out.cd-primary-nav .see-all a:hover {
	    color: unset;
	}
	.cd-primary-nav .cd-secondary-nav>.see-all a:hover, .cd-primary-nav .cd-nav-gallery>.see-all a:hover, .cd-primary-nav .cd-nav-icons>.see-all a:hover {
	    background: unset;
	    border-color: unset;
	    color: unset;
	}
	.cd-primary-nav li li.see-all {
	    font-weight: 550;
	}
	.cd-primary-nav .cd-secondary-nav {
		padding-bottom: 100px;
	}
}

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

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

.pt-page-favoriteproducts h1 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
}
.section_ShopplingList .fa-small-header {
    display: none;
}
/* Checkout section */
.section_CheckoutConfirmation .basket-qty-input-field[readonly] {
    background: transparent;
    border: none;
}
/* Alignment */
.order-detail-wrapper label{
    margin-bottom: 0px;
}
.section_OrderDetail .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
.section_TransactionalDocumentDetails .order-detail-wrapper .row:nth-child(2) tr td{
    padding-top:4px;
    padding-left:2px;
    padding-bottom:0px !important;
    
}
.pt-page-orderdetail .section_PdfLink{
    float:left;
}
/* Order/Invoice/Quote Information Style Adjustments */
.section_TransactionalDocumentDetails hr{
    display: none;
}
.section_InvoiceDetail .col-md-6 .col-md-5{
    font-weight: bold;
}
.section_InvoiceDetail .col-md-6 div{
    padding-top:4px;
}
.section_InvoiceDetail h1{
    border-bottom:none !important;
}
.section_QuoteDetail .col-md-4, .section_QuoteDetail .col-md-5{
    font-weight: bold;
}
.section_QuoteDetail .col-md-6 .row {
    padding-top:4px;
}
/*modal fix*/
.modal{
    z-index:999;
}
.modal-backdrop{
    z-index:998
}/* ==========================================================================
   Template styling
   ========================================================================== */

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


@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: 0px;
		flex-grow: 1;
	}
	.dashitem-img {
		width: 60px;
	}
	.dashitem .fa::before{
		font-size: 60px;
	}
}


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

/* 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;
}.section_ProductImageLibrary hr {
    display: none;
}

.content .sustainFocus1 {
    background: #ffebeb;
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.content .sustainFocus2 {
    background: #f9ecdf;
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.content .sustainFocus3 {
    background: #effff2;
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.content .sustainFocus4 {
    background: #effaff;
    padding: 24px;
    border-radius: 20px;
}

.content .sustainFocus1 img, .content .sustainFocus2 img, .content .sustainFocus3 img, .content .sustainFocus4 img {
    margin-right: 14px;
    margin-bottom: 12px;
    float: left;
    width: 40%;
    max-width: 137px;
    min-width: 100px;
}
.max-readwidth {
    max-width: 820px;
}
.smalltext {
	font-size: 13px;
    color: #606060;
}
.videodiv {
    float: left;
    margin-right: 22px;
}
.showDivArea + p {
    clear: left;
}
.showDivArea {
    display: none;
}
.container .nomarginbottom {
	margin-top: 30px;
	padding-bottom: 0;
}
.container .nomarginbottom h2 {
    margin-bottom: 0;
}
.starttemp {
    position: absolute;
    top: 80px;
    left: 450px;
    color: white;
    font-size: 24px;
    padding: 20px;
    background: rgba(2, 2, 0, 0.3);
    width: 900px;
    border-radius: 10px;
}
.noBottomPadding {
	padding-bottom: 0 !Important;
}

.producttable tbody td a {
	color: #AB3225;
}
.producttable td a, .producttable td h4 {
    font-weight: normal;
    font-size: inherit;
  	text-align: right;
}
.producttable th.header-field-price div {
    text-align: right;
}
.priceladder {
    width: 140px;
}

.priceladder td {
    padding-right: 0;
}

.VP-VariationList .producttable .col-xs-4 {
    width: 112px !important;
}

.VP-VariationList .producttable .col-xs-3 {
    width: 180px !important;
}
.section_Menu .moves-out.cd-primary-nav .see-all a {
    color: #2e3233;
}
.producttable {
    font-size: 14px;
}
.vertical .slides img {
    border: none;
}
.breadcrumb-wrapper .hidden-xs {
    display: block;
}
.hover-product:hover .hover-product-additional div {
    color: transparent;
}
a.fa-circle-excl:before {
    font-family: FontAwesome;
    content: "\f06a";
    font-size: 15px;
    color: #AB3225;
    padding-left: 6px;
}
.section_ProductDetail_Description ul {
	margin-top: 10px;
}
.section_ProductDetail_Description ul li ul {
    margin-top: 0;
    margin-bottom: 15px;
}
.langHeader {
	text-decoration: underline;
    font-size: 13px;
    padding: 0 8px;
}
.hand {
	cursor: pointer;
}
.flag {
    display: none;
}

/* Startsida temp */
.startpage .sub-header {
	display: none;
}
#iframedata {
	width: 100%; 
  	height: 8300px; 
  	position: relative; 
  	top: -143px;
}
.page[data-pageid="128"] .header, .page[data-pageid="129"] .header, .page[data-pageid="1"] .header {
    background-color: transparent;
}
html.js:has(#iframedata) { 
  overflow: hidden !important; 
}
iframe#iframedata { 
  height: 100vh !important; 
}


/* söksida */
.searchpage .catalogsearchbox {
	height: 50px;
	font-size: 24px;
}
.searchpage .fa-search {
	height: 36px;
	padding-top: 11px;
}
.searchpage .search {
	margin-bottom: 90px;
}
.center {
	text-align: center;
}
.product-catalog-hero .product-catalog-text .center h1 {
  	font-size: 4.7em;
}
.product-catalog-hero .product-catalog-text .center p {
  	max-width: unset;
}
.searchpage .section_CatalogSearchBox {
  	text-align: -webkit-center;
}
.searchpage #searchboxform {
	width: 70%;
    max-width: 900px;
  	min-width: 320px;
}
@media (max-width: 500px) {
  
  	.section.center {
    	padding-bottom: 1px;
      	padding-left: 15px;
    }
	.searchpage {
    	top: 15px;
    }
  	.searchpage .catalogsearchbox {
		height: 31px;
		font-size: 18px;
	}
	.searchpage .fa-search {
		height: 16px;
		padding-top: 0;
	}
  .searchpage .search {
		margin-bottom: 0;
	}
	.product-catalog-hero .product-catalog-text .center h1 {
	  	font-size: 26px;
      	margin-top: 1px;
	}
	.product-catalog-hero .product-catalog-text .center p {
	  	max-width: unset;
      	font-size: 14px;
	}

}


/* User area, temp before A-color is fixed */
.section_ManageUsersLink a {
	color: blue;
}
.section_ManageUsersLink a:after {
    font-family: FontAwesome;
    font-size: 18px;
    padding-left: 8px;
    content: "\f08e";
    color: blue;
}
#pricesfrom {
	font-size: 14px;
  	color: #838383;
}


/* Rakego config */
.RocaConfigs input[type=number] {
    width: 90px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px gray solid;
}
.RocaConfigs select {
    width: 250px;
    padding: 3px 2px;
    border-radius: 4px;
}
.RocaConfigs #weightDiv{
    position: relative;
    display: inline-block;
}
.RocaConfigs #weightDiv input {
    position: absolute;
    top: 0;
    border: 0;
    text-align: center;
    overflow: hidden;
    background: transparent;
}
.RocaConfigs .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
        .RocaConfigs .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #AB3225;
            cursor: pointer;
        }

        .RocaConfigs .slider::-moz-range-thumb {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: #AB3225;
            cursor: pointer;
        }

.RocaConfigs #myRangeValtext {
    left: 105px;
}
.RocaConfigs #myRangeVal2text {
    left: 240px;
}
.RocaConfigs .topDiv {
    min-width: 1000px;
    width: 90%;
    grid: auto / 40% 60%;
    display: inline-grid;
    grid-gap: 20px;
}

.RocaConfigs .tableDiv {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 15px;
    min-height: 290px;
    margin-bottom: 24px;
}
.RocaConfigs .rakegoDiv {
    width: 100%;
    display: inline-grid;
}
.RocaConfigs label {
    display: block;
    font-weight: normal;
}
.RocaConfigs table {
    width: 100%;
}
.RocaConfigs .tableDiv td {
    padding: 7px 0;
}
.RocaConfigs label>span {
    font-size: 12px;
    color: gray;
}
.RocaConfigs label>span::before {
    content: "| ";
}
.RocaConfigs p:has(#rakegoImg){
	text-align: center;
}

.RocaConfigs .tableDiv th {
    text-align: left;
    vertical-align: top;
    padding-left: 0;
}
.RocaConfigs #warningMsg2, .RocaConfigs #warningMsg1 {
    color: red;
}
.RocaConfigs .product-add-cart-btn {
	display: none;
}
.RocaConfigs .divFlex {
    display: inline-flex;
    column-gap: 40px;
}
.rakegoCol1 div, .rakegoCol2 div {
    margin-bottom: 15px;
}
.rakegoCol2 input {
    width: 98% !important;
    padding: 3px 0 1px 6px;
}
.RocaConfigs .rowEasyRelease, .RocaConfigs #rowSoftClose {
	display: none;
}
.RocaConfigs #infoEasyRelease {
    color: #ff6a00;
}
.RocaConfigs .tableDiv a:after {
    font-family: FontAwesome;
    font-size: 14px;
    padding-left: 0;
    content: "\f08e";
    color: #253746;	
}

@media (max-width: 500px) {
	.RocaConfigs .divFlex {
	    display: inline-grid;
	    row-gap: 10px;
	}
}



/* VP-listan */
.vp-ProductList .product-grid ul li .field-stockcode, div.pt_product div.pull-right, .vp-ProductList div.pull-right {
    display: none;
}
.vp-ProductList a.js-product-detail {
    color: #AB3225;
    font-weight: 500 !important;
    font-size: 18px;
}
.vp-ProductList .product-nav {
	border: 0;
}
.product-grid .hover-product-title {
    height: auto;
}
.table.producttable tr[data-productstockcode='00'] {
    display: none;
}

/* Texter uppe på VP-sida */
.vp-DescArea section {
    padding-bottom: 12px !important;
}
.vp-DescArea h1 {
    margin-bottom: 0;
}
.vp-DescArea .ingress {
    font-weight: 550;
}
.VP-VariationList .form-inline.pull-right {
	display: none;
}
.XprodImages .product-slider a img {
    width: 530px;
    height: 530px;
}

/* Artikellista inne på VP-sida */
.VP-VariationList .field-deldate, .VP-VariationList .field-stockcode, .VP-VariationList .attr-field-51, .VP-VariationList .attr-field-52 {
	display: none;
}
.VP-VariationList td.productlist-image-tablecell{
  max-width: 50px;
}
/* Artikellista inne på VP-sida mobil */
.product-additional-content .attr-description-Status, .product-additional-content .attr-value-Status {
	display: none;
}
/* VP Extra information */
.pt-page-virtualproduct .tab-content .section_ProductDetail_Description div.col-xs-12 {
	background: white;
	padding: 20px;
}
.pt-page-virtualproduct .tab-content .section_ProductDetail_Description td {
    border-bottom: 1px gray solid;
    padding: 10px 40px 10px 0;
    vertical-align: top;
}


/* Nyhetslista (BARA TEST) */
.newsList img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.newsList .newscontent {
    background: #f4f4f4;
    padding: 20px 14px;
}
.newsList .newscontent p {
    color: unset;
    font-size: unset;
    width: unset;
}
.FilledHeader h2 {
    background: #253746;
    color: white;
    padding: 20px 10px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Filterpanel */
.filter-panel [class*='attr_'] {
    width: 100%;
}

/* Kontakter */
.contacts .contact-div {
  	/* background: #f4f4f4; */
  	height: 225px;
    border: 1px #b4b4b4 solid;
    box-shadow: 2px 2px 0 #e4e4e4;
    border-radius: 6px;
}
.contacts .contact-text{
  margin-left: 20px;
}
.contacts .contact-img {
 	float: left;
  	margin-right: 20px;
}
.contacts .contact-img img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.contacts .contact-name {
  	font-weight: 600;
	margin: 0;
  	padding-top: 20px;
}
.contacts .contact-title {
  	color: #757575;
    text-decoration: underline;
    text-decoration-color: #AB3225;
    text-underline-offset: 9px;
  	margin-bottom: 30px;
}
.contacts .contact-flag {
    float: right !important;
    margin-top: 18px;
    width: 40px;
  	margin-right: 18px;
}
.contacts .contact-phone img, .contacts .contact-email img {
  	width: 22px;
    margin-right: 10px;
}
.contact-email {
  	margin-bottom: 5px;
    font-size: 16px;
}
.contact-phone {
    font-size: 16px;
}
@media (max-width: 770px), (min-width: 1000px){
.contact-phone:before {
    font-family: FontAwesome;
    font-size: 23px;
    padding-right: 10px;
    content: "\f095";
    color: #253746;
}
.contact-email:before {
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 10px;
    content: "\f0e0";
    color: #253746;
}
}
@media (max-width: 1350px){
  .contacts .contact-img {
 	float: left;
    display: none;
  	margin-right: 10px;
    width: 75px;
  }
  .contacts .contact-div {
  	height: 170px;
  }
}

/* VP-lista TEST-sida */
.vplisttest ul.large-block-grid-4::before {
    content: unset !important;
}
.vplisttest #productlist .product-grid ul{ 
    padding: 10px;
    display: grid;
    grid: auto / 1fr 1fr 1fr 1fr;
    padding: 10px;
    grid-gap: 15px;
    background: #f4f4f4;
} 
.vplisttest #productlist li.product {
    border: 1px solid lightgray;
    /*box-shadow: 3px 3px 0 #333;*/
    width: 100%;
    background: white;
    padding: 15px !important;
}
.vplisttest #productlist .product > div.hover-product {
    box-shadow: none;
    border: unset;
    border-bottom: unset;
    overflow: hidden;
    padding: 0 !important;
    background: unset;
}

/* Pricelist test */
.pricelisttest .field-avail, .pricelisttest .field-addtobasket, .pricelisttest .col-xs-3 {
	display: none;
}
.pricelisttest .header-field-price.col-xs-7 {
  	width: 150px;
}

/* Variationslista i mobilläge */
@media (max-width: 500px){
	.col-sm-12.container {
	    padding: 0;
	}
	.tab-content {
	    margin: 0;
	}
	.product-nav {
	    margin-bottom: 0;
	    padding: 0 15px;
        display: none;
	}
	.product-grid.product-grid-thumbs-horizontal.product-list-thumbs.reloadlist {
	    background: white;
	    padding: 0 15px;
	}
	.col-md-4.col-xs-9:has(.product-additional-content) {
	    width: 100%;
	}
    #productlist .reloadlist {
    	margin-top: 0;
    }
	.VP-VariationList .product-grid .product {
	    padding-bottom: 24px;
	    border-bottom: 2px gray solid;
	    padding-top: 22px;
	}
	.hover-product-price {
	    min-width: 55px;
	    float: right;
	    margin: 0 20px;
	}
	.product-additional-content dt {
	    min-width: 30%;
	    display: inline-block;
	    font-size: 15px;
	    font-weight: 400;
	}
	.product-additional-content dd {
	    min-width: 40%;
	    display: inline-block;
	    font-size: 16px;
	}
    .spec-list dl.dl-horizontal dd {
  		width: 90%;
    }
	.product-list-thumbs .addToBasketContainer {
	    float: right;
	    margin-right: 20px;
	    margin-top: 12px;
	}
	#productlist .product img {
      	height: 85px;
	    width: 80px;
	}
    h2.relateditemsheader {
        display: none;
    }
    .tab-pane h3.hidden-lg {
        display: none;
    }
    .tab-pane .content {
        padding-top: 0;
    }
  	.vp-ProductList a.js-product-detail {
    	font-size: 14px;
	}
    .spec-list .section_ProductAttributes dl.dl-horizontal dt {
        display: block;
      	width: 100%;
    }
}

/* Hubspot formulär för dokument */
.hbspt-form {
    padding: 20px 35px 35px;
    position: relative;
    z-index: 999;
    position: absolute;
    top: 60px;
    left: 16px;
    background: #ab3225;
    color: #fff;
}
.hbspt-form .hs_email input {
    background: #fff;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 10px;
    color: #000;
    width: 330px;
}
.hbspt-form a {
    color: #fff !Important;
    text-decoration: none;
    border-bottom: solid 2px #fff;
}
.hbspt-form .hs-button {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: solid 0px #fff;
    padding: 5px 10px;
}

/* Inne på produktnoder */
.leftFloatDiv {
    float: left;
    margin-right: 20px;
}
/* BOM child products as textlines */
.cart-view-content .col-xs-12 .js-removeTextLine::after {
  	content: '';
    display: block;
  	clear: both;
}

/* Hero på testlistan */
.container.hero-test {
    width: 100%;
    background: url("/en/image/getthumbnail/3321");
    background-size: cover;
    height: 450px;
    background-position-y: center;
    margin-top: -30px;
    padding: 200px 0 0 150px;
}
.container.hero-test h1 {
    color: white;
    font-size: 53px;
    font-weight: 600;
    text-shadow: 3px 3px black;
}




@media (max-width: 900px){

 /* .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    padding-left: 0;
    padding-right: 0;
 }*/
 .product-catalog-hero .product-catalog-text p {
 	max-width: 100%;
    font-size: 16px;
 }
  
 .product-grid-thumbs-horizontal .product-header {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 16px;
 }
 .vp-DescArea h1 {
    font-size: 26px;
 } 
  .node-desc-row .img-col {
    width: unset;
  }
  .node-desc-row .section_ProductNodeText, .node-desc-row .section_ProductNodeTitle {
    padding: 0;
  }
  .node-desc-row .section_ProductNodeTitle h1 {
  	font-size: 28px;
    text-align: left;
  }
  .node-desc-row .section_ProductNodeText p {
    font-size: 18px;
  }
  .inspiration-row .section_Content p {
  	font-size: unset;
    width: 90%;
  }
  .inspiration-row .inspiration-gray .section_Content {
    padding: 0 15px;
  }
}
@media (max-width: 900px){
	.col-sm-7 {
	    width: 100%;
	}
	 .node-desc-row .img-col {
	    display: none;
	}
	.node-container > div {
	    padding: 15px;
	} 
}

/* Product tree menu */
.large-topmargin {
	margin-top: 80px;
}
section.content-wrapper {
	margin-bottom: 100px;
}

        .content-wrapper .hover-product-additonal-details {
            padding: unset;
            color: #FFF;
            position: unset;
            top: unset;
            height: unset !important;
            width: unset !important:
        }

        .hover-product:hover .hover-product-additional {
            display: flex;
        }

        .content-wrapper a {
            text-decoration: none !important;
        }

        .content-wrapper div.hidden-xs ul {
            grid-template-columns: 1fr 1fr 1fr;
            display: grid;
            column-gap: 22px;
            row-gap: 28px;
        }

        .content-wrapper div.hidden-xs ul:before, div.hidden-xs ul:after {
            content: unset;
        }

        .content-wrapper div.hidden-xs ul li.product {
            overflow: hidden;
            position: relative;
            margin-bottom: 0;
            width: 100% !important;
            min-height: 345px !important;
            padding: 0;
        }

        .content-wrapper div.hidden-xs ul li.product:nth-child(2n) {
            -webkit-box-direction: reverse;
        }

        .content-wrapper .hover-product-additional {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: flex-end;
            position: absolute;
            text-align: left;
            padding: 20px 25px;
            width: 100%;
            transition: unset;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 44%) 60%, rgb(16 14 14 / 77%) 81%);
        }

        .content-wrapper .hover-product-additonal-details p:nth-child(2) {
            font-size: 16px !important;
            overflow: hidden;
            position: relative;
            line-height: 20px;
            max-height: 5.6em;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            color: white;
        }

        .content-wrapper .hover-product-additional a {
            z-index: 500;
        }

        .content-wrapper .hover-product-additonal-details p h3 {
            font-size: 23px !important;
            font-weight: 600 !important;
            margin: 0 !important;
            color: white;
            text-align: left !important;
        }

        .content-wrapper .hover-product, .content-wrapper .hover-product-image-wrapper {
            position: unset;
        }

        .content-wrapper img {
            border: unset;
            position: absolute;
            height: 100%;
            transition: all .5s ease;
            object-fit: fill;
            width: 100%;
            vertical-align: middle;
        }

        .content-wrapper .hover-product-additonal-details p:nth-child(1) {
            opacity: 1;
            transform: translateY(100%);
            transition: transform .8s ease,opacity .8s ease,height .8s ease;
            margin: 0 0 40px 0;
        }

        .content-wrapper .hover-product-additonal-details p:nth-child(2) {
            height: 0;
            overflow: hidden;
            transform: translateY(100%);
            opacity: 0;
            transition: transform .8s ease,opacity .8s ease,height .8s ease;
        }

        .content-wrapper .hover-product-title {
            display: none;
        }

        .content-wrapper div.hover-product-additonal-details p:nth-child(n+3), .content-wrapper div.hover-product-additonal-details ul {
            display: none;
        }

        .content-wrapper .hover-product-additonal-details > a + p {
            display: none !important;
        }



        /* HOVER */
        .content-wrapper div.hidden-xs ul li.product:hover img {
            scale: 1.09;
        }

        .content-wrapper div.hidden-xs ul li.product:hover {
            box-shadow: 0px 0px 15px rgba(0,0,0,.2);
            cursor: pointer;
        }

        .content-wrapper div.hidden-xs ul li.product:hover .hover-product-additonal-details p:nth-child(2) {
            height: auto;
            overflow: hidden;
            transform: translateY(0);
            opacity: 1;
            transition: transform .8s ease,opacity .8s ease,height .8s ease;
            color: white;
            text-decoration: none;
        }

        .content-wrapper div.hidden-xs ul li.product:hover .hover-product-additonal-details p:nth-child(1) {
            opacity: 1;
            transform: translateY(0);
            transition: transform .8s ease,opacity .8s ease,height .8s ease;
            margin: 0 0 15px 0;
        }

@media (max-width: 900px){
	.content-wrapper div.hidden-xs ul{
        grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 900px){
    .section_ProductImageLibrary {
    	min-height: 500px;
    }
}
@media (max-width: 500px){
	.content-wrapper div.hidden-xs ul{
        grid-template-columns: 1fr;
	}
        .content-wrapper .hover-product-additonal-details p:nth-child(2) {
            height: auto;
            overflow: hidden;
            transform: translateY(0);
            opacity: 1;
        }
	.large-topmargin {
		margin-top: 30px;
	}
	section.content-wrapper {
		margin-bottom: 60px;
	}
    .section_ProductImageLibrary {
    	min-height: 362px;
    }
    .section_ProductImageLibrary:has(button) {
    	min-height: 500px;
	}
    .slider-for.main.slick-initialized.slick-slider {
      	min-height: 362px;
    }
}
@media (max-width: 900px){
	.content-wrapper div.hidden-xs {
        display: block;
	}
    .slides.slider.slider-nav.slick-initialized.slick-slider {
    	min-height: 75px;
    }
}
@media (min-width: 1040px){
	.section_ProductImageLibrary {
    	min-height: 495px;
    }
}

/* Prdgrp sida read more */
.read-more-footer {
    /* background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #f8f8f8 80%); */
    bottom: 0;
    padding-bottom: 10px;
    padding-top: 200px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 205;
}
.read-more-footer a {
    pointer-events: all;
}
.read-more-footer button {
    background-color: transparent;
    border: none;
    color: #3338ff;
    display: none;
    /* margin: 0 auto; */
    pointer-events: all;
}
div.read-more-footer {
	display: none;
}
.node-container:has(section.readmoreActivate p) div.read-more-footer  {
    display: block;
}
.node-container div.text-col:has(section.readmoreActivate p) .section_ProductNodeText {
    height: 335px;
  	overflow: hidden;
}
.text-col .btn {
	padding: 10px 20px;
    margin: 0 10px 10px 0;
    font-size: 18px;
    text-transform: unset;
}
.text-col div.read-more-footer .btn {
    /* margin-right: auto; */
}

/* Conf width */
.configuratorDiv #dynamaker-configurator {
	width: 92% !Important;
	height: 1050px !Important;
}

/* Webinars */
.webinarDiv {
    display: flex;
    margin: 20px 0 70px 0;
    background: #f0f0f0;
    border-radius: 15px;
    padding: 25px 15px 25px 0;
    border-bottom: 2px #ab3225 solid;
}
.webinarDiv img {
    width: 450px;
    object-fit: cover;
}
.webinarDiv a.btn {
    margin-bottom: -70px;
}
.webinarDiv .webinarText {
    padding-left: 20px;
}

/* Distributor filter */
.product-nav {
	border-bottom: unset;
}
.filterBtn {
    background-color: #ab3225;
    border-radius: 5px;
    padding: 10px 15px !important;
    display: flex;
    color: white;
    text-transform: unset;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    width: 320px;
}
.filterBtn:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
}
.filterWrapper2 {
    float: right;
}

.filterWrapper2 {
    float: right;
}
.distFilter {
    position: absolute;
    margin-top: 2px;
    column-gap: 5px;
}
.distFilterShow {
    display: inline-flex;
}
.distFilterHide {
    display: none;
}
.distFilter div {
    width: 157px;
    background-color: #eee;
    border: 1px #bbb solid;
    border-radius: 5px;
    padding-top: 8px;
}
.distFilter div u {
    padding-left: 15px;
    text-decoration: underline;
    font-size: 14px;
}

.distFilter ul {
    list-style-type: none;
    padding: 0;
    cursor: pointer;
	max-height: 260px;
	overflow: auto;
}

.distFilter ul li {
    padding: 6px 0;
    cursor: pointer;
    font-size: 14px;
    padding-left: 15px;
}
.distFilter ul li:hover {
    background: #ddd;
}

/* New-flagga */
.ribbon {
    padding: 0 10px;
    margin: 0;
    right: 10px;
}
.ribbon .ribbonText {
	font-size: 14px;
    /* margin: unset; */
    -webkit-box-shadow: unset;
}
span.productflag:before {
  	content: unset;
}
span.productflag:before {
  	content: unset;
}

/* User area */
.fontsize16, .fontsize16 td {
	font-size: 16px;
}

/* Window handle converter */
.magnetic optgroup {
	padding-top: 8px;
}

/* Order information page */
.pt-page-orderdetail .order-detail-wrapper table.basket-total-lines tr:nth-child(2),
.pt-page-orderdetail .order-detail-wrapper table.basket-total-lines tr:nth-child(3) {
    display: none;
}

/* Support button */
.floating-buttons {
    position: fixed;
    top: 30%; 
    right: 0; 
    z-index: 1000;
}
.floating-buttons1 {
    position: fixed;
    top: 30%; 
    right: 0; 
    z-index: 1000;
}
.floating-buttons2 {
    position: fixed;
    top: calc(30% + 56px); 
    right: 0; 
    z-index: 1000;
}
.inline{
	display: inline;
}
.float-support {
  	display: inline-block;
    background-color: #AB3225;
    padding: 10px 10px 10px 4px;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.float-support:after {
    font-family: FontAwesome;
    font-size: 24px;
    padding-left: 8px;
    content: "\f256";
    color: white;
}
.float-translate {
  	display: inline-block;
    background-color: #74C0FC;
    padding: 10px 10px 10px 4px;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-top: 13px;
}
.float-translate:after {
    font-family: FontAwesome;
    font-size: 24px;
    padding-left: 8px;
    content: "\f11e";
    color: white;
}
.support-form {
    position: fixed;
    top: 35%;
	transform: translateY(-60px);
    right: 70px;
    width: 400px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 999;
    font-size: 16px;
    display: none;
}
.translate-form {
    position: fixed;
    top: 35%;
	transform: translateY(-60px);
    right: 70px;
    width: 400px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: right 0.3s ease;
    z-index: 999;
    font-size: 16px;
    display: none;
}
.support-form.open, .translate-form.open {
    display: unset;
}
.support-form textarea, .translate-form textarea {
    width: 100%;
    height: 250px;
    padding: 2px 5px;
    margin-top: 10px;
    margin-bottom: 3px;
}
.supportIframe {
	border: 0;
  	float: right;
}
#translateForm label {
	font-weight: unset;
}
@media (max-width: 900px){
	.ribbon {
	    padding: 0px;
	    right: 0px;
	}
  	.ribbon .ribbonText {
    	font-size: 10px;
      	padding: 0.5em 8px;
      	margin: 0 -15px 0 0;
    }
}

/* Certificate cards */
    .cert-card {
      background: #fbfbfb;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 12px;
      padding: 2.5rem 3rem;
      margin-bottom: 4.1rem;
    }
 
    .cert-card-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.5rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 0.5rem;
    }
 
    .cert-card-title-row {
      display: flex;
      align-items: center;
      gap: 14px;
    }
 
    .cert-logo {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.06);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
    }
 
    .cert-card h2 {
      /*font-size: 18px;
      font-weight: 500;
      color: #111;*/
    }
 
    .cert-card h2 .sub {
      font-size: 15px;
      font-weight: 400;
      color: #888;
      display: block;
      margin-top: 2px;
    }
 
    .cert-badge {
      font-size: 11px;
      font-weight: 500;
      padding: 4px 12px;
      border-radius: 20px;
      background: #e6f4ec;
      color: #2d7a4f;
      white-space: nowrap;
      flex-shrink: 0;
    }
 
    .cert-body p {
      font-size: 17px;
      margin-bottom: 1.5rem;
    }


    .criteria-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px 2rem;
      margin: 0.5rem 0 1.8rem 0;
    }
 
    .criteria-item {
      font-size: 16px;
      color: #252525;
      display: flex;
      align-items: baseline;
      gap: 8px;
      color: #555;
    }
 
    .criteria-item::before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #bbb;
      flex-shrink: 0;
      position: relative;
      top: -1px;
    }
 
    .example-note {
      font-size: 13px;
      color: #aaa;
      font-style: italic;
      margin: 0.75rem 0;
    }
 
    .cert-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 0.5px solid rgba(0, 0, 0, 0.08);
      margin-top: 1.25rem;
      padding-top: 1rem;
    }
 
    .cert-footer-note {
      font-size: 13px;
      color: #aaa;
      font-style: italic;
    }
 
    .cert-link {
      font-size: 13px;
      color: #185FA5;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
 
    .cert-link::after {
      font-family: FontAwesome;
      content: '\f08e';
      padding-top: 2px;
    }

	.substances-label {
      font-size: 15px;
      font-weight: 500;
      color: #555;
      margin: 1rem 0 0.5rem;
    }
 
    .substances-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4px 2rem;
      margin-bottom: 1.5rem;
      padding-left: 10px;
    }
 
    .substances-grid li {
      font-size: 15px;
      color: #555;
      list-style: none;
      display: flex;
      align-items: baseline;
      gap: 8px;
    }
 
    .substances-grid li::before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #bbb;
      flex-shrink: 0;
      position: relative;
      top: -1px;
    }
.section-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgb(115, 114, 108);
    margin-bottom: 1.5rem;
    margin-top: 3.2rem;
}


