﻿
#__demo {
    display:none !important;
}



/* ---------- Reset ----------- */

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
img {
  border: 0 none;
  vertical-align: bottom;
}
a:active, a:focus {
   outline: none;
   ie-dummy: expression(this.hideFocus=true);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, li {
  list-style: none;
}
body {
  -webkit-text-size-adjust: none
}
a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input[type="submit"], input[type="button"], input[type="image"]{
    -webkit-appearance: none; 
    border-radius: 4px;
}
.row form .row .column, .row form .row .columns {
    padding:0;
}
.row form .row {
    margin: 0;
}






/* ---------- Generel ----------- */

html {
  scroll-behavior: smooth;
}
body {
    background: none repeat scroll 0 0 #F4F4F1;
    font-size: 14px;
    line-height: 1.6em;
    font-family: 'Inter', Arial, sans-serif;
    text-align: left;
    font-weight: 400;
    overflow: unset;
}
p, div, ul, li, td, h1, h2, h3, h4, h5, h6, select, input, label {
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
    font-weight: 400;
}
body, select, input {
    color:#191A1C;
}
div, p, span, li, td, h1, h2, h3, h4, h5, h6, label, a, a:link, a:active, a:visited, a:hover {
    color:inherit;
    text-align:inherit;
}
.mainIndent, .row .mainIndent, .row.contentPrmWrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1500px;
}
.row {
    max-width: 1440px;
}
.aUnderline a{
    text-decoration:underline;
}
.aUnderline a:hover{
    text-decoration:none;
}


h1, h2, h3, h4, h5, h6{
    line-height:1.2em;
    display: inline-block;
}

h1 {
    font-size: 30px;
    font-weight: 600;
}
h2 {
    font-size: 24px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.header h1, .cms h1 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
}
.cartHeader, .checkout-headline, .GiftCertificate_Download_Header_Order4, .Heading_Order4 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
}


.bbot {
    border-bottom: 1px solid #D9D9D9;
}
.btop {
    border-top: 1px solid #D9D9D9;
}
hr {
    border-color: #D9D9D9;
    margin: 36px 0;
}




input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    color: #191A1C;
    font-family:'Inter', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom:0;
    height:auto;
}
select {
    height: 36px;
    padding: 3px 46px 3px 12px;
    transition: all 0.15s linear 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/images/design/construction/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    padding: 9px 12px;
    height: auto;
}


select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #191A1C;
}
::-webkit-input-placeholder {
   color: #707070;
   opacity:1;
}
:-moz-placeholder {
   color: #707070;  
   opacity:1;
}
::-moz-placeholder {
   color: #707070;  
   opacity:1;
}
:-ms-input-placeholder {  
   color: #707070;  
   opacity:1;
}


.btn, a.btn, a.button, .cms a.button, input[type="submit"] {
    background: #191A1C;
    border: 0 none;
    border-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-decoration: none !important;
    text-align: center;
    font-weight: 600;
    padding: 13px 25px;
}
.btn:hover, a.btn:hover, a.button:hover, .cms a.button:hover {
    background: none repeat scroll 0 0 #37393C;
    text-decoration:none;
}
.btn.white, a.btn.white {
    background: #fff;
    color: #191A1C !important;
    border: 1px solid #191A1C;
}
.btn.white:hover, a.btn.white:hover {
    background-color: #37393C;
    color: #fff !important;
}
.btn img {
    height: 20px;
    margin-left: 6px;
    position: relative;
    top: 0px;
    margin-right: -2px;
    vertical-align: top;
    width: auto !important;
    display: inline-block !important;
}
.btn.small, a.btn.small {
    font-size: 13px;
    line-height: 14px;
    padding: 9px 20px 8px;
}
input[type="submit"].btn {
    background-image: linear-gradient(90deg, #1D721B 0%, #11AA0E 100%);
}
input[type="submit"].btn:hover {
    background: #11AA0E none repeat scroll 0 0;
    text-decoration:none;
}







/* ---------- Main content ----------- */

#mainContent {
    width: 100%;
}
#productMenu {
    display:none !important;
}
.contentPrmWrap {
    max-width: unset;
}
#CookiePolicy {
    display: none;
}
#CookiePolicy.fixed-center {
    background-color: rgba(0, 0, 0, .50);
}
.CookiePolicyCenterText {
    border-radius: 0;
}
.CookiePolicyText {
    font-size: 13px;
    line-height: 1.5em;
    padding-left: 0 !important;
    position: relative;
    max-height: 660px;
}
.cookie-policy-accept-all {
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 14px;
    padding: 15px 54px;
    border: 0 none;
    background-color: #191A1C;
}
.cookie-policy-accept-all:hover {
    opacity: 0.8;
}
.cookie-policy-accept {
    background-color: #ffffff;
    color: #191A1C;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 14px;
    padding: 14px 26px;
    border: 1px solid #191A1C;
}
.cookie-policy-details-container {
    height: 200px;
    overflow-y: auto;
}
.CookiePolicyText a {
    text-decoration: underline;
}
.CookiePolicyText a:hover {
    text-decoration: none;
}
.CookiePolicyText img {
    width: 177px;
    position: absolute;
    right: 0;
    top: 12px;
}
.CookiePolicyText strong {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1em;
}
.CookiePolicyText img.cookieLogoDsv {
    width: 87px;
}
#CookiePolicy.fixed-center .CookiePolicyCenterText {
    max-width: 94%;
    padding: 16px 35px 35px;
}

.ddrrtb-product .ddrrtb-buy .ddrrtb-amount-input input {
    width: 40px;
    height: 36px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.6;
}
.fancybox-iframe {
    max-width: 740px;
}
.fancybox-close-small {
    position: absolute;
    right: 15px !important;
    top: 14px !important;
    background-color: #efefef;
    width: 33px;
    height: 33px;
    z-index: 1;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 9px;
    padding: 6px !important;
    cursor: pointer;
}

#countrySelect {
    display: none;
    max-width: 410px;
    width: 100%;
}
.countrySelectWrap {
    position: relative;
}
.countrySelect {
    height: 58px;
}
.countrySelectWrap .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid;
    border-color: #D9D9D9 #D9D9D9 transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    z-index: 1;
    top: calc(50% - 24px);
}
.countrySelectWrap .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #D9D9D9 #D9D9D9;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.countrySelectWrap .loaderWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffe8;
    top: 0;
    left: 0;
    z-index: 2;
}
.countrySelectBtn {
    width: 100%;
}
.countrySelectHeader {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -8px;
    text-align: center;
}
.countrySelectText {
    margin-bottom: 16px;
    text-align: center;
}
.countrySelect select {
    height: 50px;
    border-color: #191A1C;
    padding-left: 20px;
}
.pageLoad {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000096;
    z-index: 999;
}
.pageLoad .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid;
    border-color: #D9D9D9 #D9D9D9 transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    z-index: 1;
    top: calc(50% - 24px);
}
.pageLoad .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #D9D9D9 #D9D9D9;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}




/* ---------- Content only tag ----------- */

.contentOnly .topWrap, .contentOnly .footer {
    display: none !important;
}
.contentOnly #mainContent {
    width: 100%;
}
body.contentOnly {
    background: #ffffff none repeat scroll 0 0;
    min-width: inherit;
    padding: 20px 20px 0;
}
.contentOnly.webshop-productinfo .breadcrumbWrap, .contentOnly.webshop-productinfo .prcVariant, .contentOnly.webshop-productinfo .prcUspWrap, .contentOnly.webshop-productinfo .prcBrand, .contentOnly.webshop-productinfo .prcId, .contentOnly.webshop-productinfo .prcPrice, .contentOnly.webshop-productinfo .prcBuy, .contentOnly.webshop-productinfo .prcBuyWrap, .contentOnly.webshop-productinfo .prcDelPopup {
    display: none;
}
.contentOnly.webshop-cmspage #mainContent .CmsPageStyle_Table, .contentOnly.webshop-cmspage #mainContent .CmsPageStyle_Table table, .contentOnly.webshop-cmspage #mainContent .CmsPageStyle_Table tbody, .contentOnly.webshop-cmspage #mainContent .CmsPageStyle_Table tr, .contentOnly.webshop-cmspage #mainContent .CmsPageStyle_Table td {
    display: block;
    width: 100%;
}







/* ---------- Top ----------- */

.topWrap {
    background-color: #191A1C;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 136px;
}
.colorbar {
    height: 7px;
    width: 100%;
    line-height: 0px;
}
.colorbar img {
    height: 7px !important;
    width: 100% !important;
}
.topLinks {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    margin-top: 7px;
    margin-bottom: 4px;
}
.topLinks a {
    color: #C6C6C6;
    font-size: 12px;
    line-height: 1.2em;
    text-decoration: underline;
    display: inline-block;
    padding: 6px 0;
}
.topLinks a:hover {
    text-decoration: none;
}
.topRowFirst {
    height: 55px;
    position: relative;
}
.topDelivery {
    display: block;
    line-height: 1.2em;
    color: #C6C6C6;
    font-size: 12px;
    order: 2;
}

.topLogo {
    width: 223px;
    position: relative;
    z-index: 10;
    float: left;
}
.topSearch {
    float: left;
    text-align: center;
    height: 59px;
    padding-top: 16px;
    width: 59px;
    cursor: pointer;
    border-radius: 100%;
}
.no-touch .topSearch:hover {
    background-color: #f9f9f9;
}
.topSearch img {
    width: 24px;
}
.topCart {
    float: left;
}
.topCart a {
    display: block;
    float: left;
    position: relative;
    border-radius: 100%;
    width: 170px;
    padding: 7px 38px 9px 0;
}
.topCartHeader {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: #fff;
    text-align: right;
    margin-bottom: 4px;
}
.topCartPrice {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 1.1em;
    color: #C6C6C6;
    text-align: right;
}
.no-touch .topCart a:hover .topCartHeader, .no-touch .topCart a:hover .topCartPrice {
    color: #7DC4A6;
}
.topCart img {
    width: 24px;
}
.topCartAmount {
    position: absolute;
    right: -17px;
    top: -5px;
    background-color: #7dc4a6;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    color: #191a1c;
    text-align: center;
    padding-top: 5px;
    z-index: 12;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}
.topCartIcon {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
}
.topActions {
    position: relative;
    z-index: 10;
    float: right;
    margin-top: 3px;
}
.topSearchForm {
    width: 100%;
    z-index: 11;
    position: relative;
}
.topSearchFormInner {
    max-width: 460px;
    position: relative;
    margin: -52px auto 0;
}
.searchBtn {
    cursor: pointer;
    height: 47px;
    padding: 12px 15px 11px;
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
}
input.searchInput {
    height: 47px;
    font-size: 14px;
    padding: 7px 18px 7px 53px;
    line-height: 26px;
    float: left;
    border-radius: 4px;
    background: #444447;
    border: 0 none;
    color: #fff;
}
input.searchInput:focus {
    background-color:#606063;
}
input.searchInput::placeholder {
  color: #fff !important;
  opacity: 1;
}
input.searchInput::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
input.searchInput::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
input.searchInput::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
input.searchInput:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.topNav {
    float: left;
    width: 100%;
    margin-top: 3px;
    max-width: 100%;
    position: relative;
}
.topNav #ProductMenu_List {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.topNav #ProductMenu_List li.RootCategory_Productmenu {
    margin: 0;
    display: flex;
}
.topNav #ProductMenu_List a {
    font-size: 15px;
    line-height: 1.2em;
    padding: 14px 18px 23px;
    color: #fff;
    font-weight: 600;
}
.topNav #ProductMenu_List a#ActiveCategory_A {
    display: none;
}
#ProductMenu_List ul.dropdown {
    display: none;
    position: absolute;
    z-index: 4;
    background-color: #fff;
    left: 0;
    top: 55px;
    width: 100%;
    padding: 30px 14%;
    justify-content: center;
    margin: 0;
    flex-direction: row;
    gap: 5px;
    align-items: stretch;
    flex-wrap: wrap;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
#ProductMenu_List ul.dropdown .dropdown {
    display: none !important;
}
.ProductMenu_MenuItemBold {
    font-weight: 600 !important;
}
#ProductMenu_List ul.dropdown li {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 100%;
    max-width: 175px;
    justify-content: flex-end;
    min-height: 87px;
}
#ProductMenu_List ul.dropdown li:hover {
    border: 1px solid #191A1C;
}
#ProductMenu_List ul.dropdown li a {
    padding-top: 2px;
    padding-bottom: 12px;
    color: #191A1C;
    font-size: 13px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
#ProductMenu_List ul.dropdown li a:hover {
    text-decoration: none;
}
#ProductMenu_List ul.dropdown li .ProductMenu_Category_Icon_Container {
    display: block;
    line-height: 0px;
}
#ProductMenu_List ul.dropdown li .ProductMenu_Category_Icon_Container a {
    display: block;
    padding: 0;
}
#ProductMenu_List ul.dropdown li .ProductMenu_Category_Icon_Container img {
    max-width: 120px;
}
.no-touch .topNav #ProductMenu_List li.RootCategory_Productmenu:hover .dropdown {
    display: flex;
}
.no-touch .topNav #ProductMenu_List li.RootCategory_Productmenu:hover > a {
    border-bottom: 3px solid #8e8e8e;
    padding-bottom: 0;
    text-decoration: none;
}
.topReseller {
    display: none;
    order: 3;
}
.topReseller a {
    display: block;
    background: #191a1c;
    padding: 5px 12px 5px 43px;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
    border: 1px solid #c6c6c6;
}
.topReseller a span {
    display: block;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    border-right: 1px solid #c6c6c6;
    padding: 0 7px;
}
.topReseller a:hover {
    background-color: #444447;
}


.bewise_search {
    top: 47px !important;
    border-radius: 0 !important;
    left: 0 !important;
    transform: none !important;
    text-align: left;
    width: 100%;
}
.bewise_search:before {
    display: none;
}
.bewise_search .header strong {
    font-size: 15px !important;
    font-weight: 600;
    color: #707070;
}
.bewise_search .header span {
    background-color: #fff !important;
    border: 1px solid #d9d9d9;
    border-radius: 4px !important;
    padding: 2px 8px !important;
    height: 27px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.bewise_search_inner, .bewise_search_inner>div>ul>li {
    font-size: 16px;
}
.bewise_search_inner>div>ul>li>a {
    padding: 8px 20px !important;
}
.bewise_search .header {
    padding-bottom: 5px;
}
.bewise_search_inner>div {
    padding: 0 0 15px;
    border-bottom: 1px solid #d9d9d9 !important;
}
.bewise_search_inner .categories .name {
    max-width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
    line-height: 1.2em;
}
.bewise_search_inner .categories .name:before {
    content: "";
    background: url(/images/design/construction/arrow-right.png) no-repeat 0 0;
    background-size: 4px 7px;
    width: 4px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 0;
}
.bewise_search_inner .products .name {
    font-size: 14px;
    line-height: 1.2em;
    padding-left: 62px;
    max-width: 75%;
}
.bewise_search_inner .products .image {
    position: absolute;
    top: 7px;
    left: 20px;
    padding: 0;
    width: 49px;
    height: 44px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.bewise_search_inner .products li {
    position: relative;
}
.bewise_search_inner .products li a {
    position: relative;
    min-height: 58px;
}
.bewise_search_inner>div>ul>li>a>div.prices .price {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 600 !important;
}
.bewise_search_inner>div>ul>li>a>div.image>img {
    border-radius: 0 !important;
    border: 0 !important;
}
.bewise_search .showAll a {
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block !important;
    background-color: #191a1c;
    border-radius: 4px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    padding: 11px 31px 11px !important;
    text-align: center;
}
.bewise_search .showAll {
    text-align: center;
    padding: 20px;
}
.bewise_search .showAll a:hover {
    opacity: 0.8;
}
.bewise_search .showAll a img {
    width: 5px;
    position: relative;
    bottom: 4px;
    margin-left: 4px;
}










/* ---------- Footer ----------- */


.footer {
    float: left;
    width: 100%;
    background: linear-gradient(90deg, rgba(25, 26, 28, 1) 0%, rgba(25, 26, 28, 1) 50%, rgba(68, 68, 71, 1) 50%, rgba(68, 68, 71, 1) 100%);
    color: #fff;
}
.footerText {
    width: 75%;
    float: left;
    padding-right: 60px;
    background: #191a1c;
    padding-top: 95px;
}
.footerConnect {
    float: left;
    width: 25%;
    background: #444447;
    padding-left: 60px;
    padding-top: 95px;
}
.footerHeader {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 29px;
}
.footerInfo {
    border-top: 1px solid #363636;
    padding-top: 24px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.footerInfo ul {
    display: flex;
    gap: 30px;
    color: #707070;
    margin-bottom: 0;
}
.footerInfo ul li a {
    color: #fff;
}
.footerInfo ul li {
    font-size: 13px;
}
.footerList {
    margin-bottom: 30px;
    padding: 0 30px 0 0;
}
.footerList ul {
    margin: 0;
    list-style: none;
}
.footerList li {
    display: block;
    line-height: 1.3em;
    font-size: 13px;
    margin-bottom: 17px;
}
.footerList li a {
    display: block;
}
.footerList li a:before {
    content: url(/images/design/construction/chevron-right.svg);
    margin-right: 9px;
}
.footerConnectNewsletter, .footerConnectNewsletter p {
    font-size: 13px;
}
.footerConnectNewsletter a.btn {
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
}
.footerConnectNewsletter a.btn:hover {
    background-color: #fff;
    color: #191A1C !important;
}
.footerConnectNewsletter .footerHeader {
    margin-bottom: 10px;
}
.footerConnectSocialLinks {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
}
.footerConnectSocial .footerHeader {
    margin-bottom: 19px;
}








/* ---------- Breadcrumb ----------- */

.breadcrumbWrap {
    font-size: 12px;
    line-height: 1.5em;
    color: #707070;
    text-align: center;
}
.breadcrumbWrap a {
    font-size: 12px;
    white-space: nowrap;
}
.breadcrumbWrap td {
    border: 0 none;
}







/* ---------- Frontpage ----------- */

.webshop-frontpage .row.contentPrmWrap {
    max-width: unset;
    padding: 0;
}
.webshop-frontpage .contentPrmWrap {
    margin-bottom: 0;
}

.fpgBanner {
    float: left;
    width: 100%;
    position: relative;
    height: 69vh;
    background-size: cover;
    background-position: right top;
    overflow: hidden;
    background-color: #000;
}
.fpgBanner a, .fpgBanner a span {
    text-decoration: none;
    display: block;
}
.fpgBanner video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: 0.2;
}
.fpgBannerText {
    position: absolute;
    left: 50%;
    top: 20vh;
    max-width: 820px;
    color: #fff;
    font-size: 24px;
    line-height: 1.6em;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 30px;
    z-index: 2;
}
.fpgBannerTextHeader, h1.fpgBannerTextHeader {
    font-size: 40px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 24px;
}
a.fpgScroll {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding-bottom: 16px;
    background-color: #fff;
}
.no-touch a.fpgScroll:hover {
    background-color: #F8F8F8;
    border: 1px solid #CECECE;
    text-decoration: none;
}
.fpgScrollHeader {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    padding: 27px 20px 0;
    margin-bottom: 10px;
    line-height: 1.2em;
}
.fpgScrollText {
    display: block;
    width: 100%;
    padding: 0px 20px;
    max-width: 360px;
    margin: 0 auto 14px;
}
.fpgScrollWrap {
    display: flex;
    max-width: 1080px;
    margin: -11vh auto 0;
    gap: 20px;
    z-index: 5;
    position: relative;
}
.fpgIntro {
    margin-top: 74px;
}
.fpgIntroImg {
    text-align: center;
}
.fpgIntroText {
    text-align: center;
    margin: 8px auto 80px;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.6em;
}
.fpgIntroText h1, .fpgIntroText h2 {
    margin-bottom: 24px;
    font-size: 40px;
}
.fpgCategories {
    display: flex;
    gap: 20px;
    padding: 0 20px;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 120px;
    margin-top: 17px;
}
a.fpgCategory {
    display: flex;
    background-color: #F8F8F8;
    text-align: center;
    padding: 80px 1.5vw 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
a.fpgCategory:hover {
    text-decoration: none;
}
a.fpgCategory:hover .btn {
    background-color:#37393C !important;
    color: #fff !important;
}
.fpgCategoryTextSub {
    display: block;
    color: #707070;
    font-size: 16px;
    margin-bottom: 5px;
}
.fpgCategoryTextHeader {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 25px;
}
.fpgCategory img {
    margin-top: 34px;
}
.fpgCategoriesImageTop a.fpgCategory {
    padding-top: 0;
    padding-bottom: 66px;
}
.fpgCategoriesImageTop .fpgCategory img {
    margin-top: 27px;
}
.lightGradientBgTop {
    background: linear-gradient(#F8F8F8 0%, #FFF 550px);
}

.fpgInsta {
    text-align: center;
}
.fpgInstagram {
    padding-top: 47px;
    padding-bottom: 120px;
}
.fpgInstagramContent {
    margin: 0 -10px !important;
    aspect-ratio: 2 / 1;
}
.fpgInstagramContent .referral {
    display: none !important;
    height: 0px !important;
    overflow: hidden;
}
.fpgInstagramContent .j-text {
    display: none !important;
}
.fpgInstagramContent a {
    display: block;
    float: left;
    flex: 1 1 390px;
    padding: 10px;
}
.fpgInstagramContent .juicer-feed a {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.fpgInstagramContent .juicer-feed li.feed-item {
    background-color: #fff;
}
.fpgInstagramContent .juicer-feed .j-image::after {
    background-color: #fff;
    padding: 17px;
    filter: none;
    border-radius: 100%;
    background-position: center center;
    top: 35px;
    right: 20px;
}
.fpgInstagramContent .juicer-feed .j-paginate {
    display: none !important;
}
.fpgInstagramContent .juicer-feed li.feed-item.juicer-about:before {
    content: "";
    position: absolute;
    background-image: url(/images/design/source/logo.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #191a1c;
    border: 10px solid #fff;
    align-items: center;
    justify-content: center;
}
.fpgInstagramContent .juicer-feed li.feed-item {
    aspect-ratio: 1 / 1;
    position: relative;
}
.fpgElite {
    background: url(/images/design/source/fpg-elite-top.jpg) no-repeat #191A1C top center;
    background-size: contain;
    color: #fff;
    padding-top: 15.7vw;
}
.fpgCases {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.fpgCase {
    background-color: #fff;
    padding: 10px 10px 37px;
    color: #000;
    max-width: 466px;
    width: 100%;
}
.fpgCaseAvatar {
    margin-top: -35px;
    border-radius: 70px;
    overflow: hidden;
    width: 70px;
    height: 70px;
}
.fpgCaseContent {
    padding: 0 30px;
}
.fpgCaseSub {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #E23C2A;
    margin-top: 11px;
    line-height: 1.2em;
    margin-bottom: 2px;
}
.fpgCaseName {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 3px;
}
.fpgCaseTitle {
    color: #707070;
    font-size: 12px;
    line-height: 1.2em;
}
.fpgCaseDescription {
    margin-top: 22px;
    margin-bottom: 20px;
}
.fpgCustomersLogoes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 68px;
    align-items: center;
}
.fpgCustomersLogoesDivider {
    background-color: #363636;
    width: 1px;
    height: 95px;
}
.fpgCustomers {
    margin-top: 68px;
    text-align: center;
    margin-bottom: 120px;
}










/* ---------- Productlist ----------- */


.SubCats_Categories_Container, .prlHeader, .prlHeader .CmsPageStyle {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.SubCats_Categories_Container, .prlHeader {
    /*padding-bottom: 67px;
    background: linear-gradient(#FFF 0%, #F8F8F8 100%);*/
}
.SubCats_Categories_Container > h2, .SubCats_Categories_Container > h1, .prlHeader h1, .prlHeader .header {
    display: block;
    text-align: center;
    max-width: 660px;
    margin: 0 auto 5px;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}
.SubCats_Categories_Container p, .prlHeader p {
    display: block;
    max-width: 660px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.SubCats_Categories_Container > span, .prlHeader  .CmsPageStyle > span {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 12px;
    color: #707070;
    display: flex;
    gap: 10px;
    margin: 16px auto 0;
    max-width: 1500px;
    padding: 0 30px;
}
.showsubcats .prlHeader {
    display: none;
}
.webshop-productlist .contentPrmWrap {
    max-width: inherit;
    padding: 0 !important;
}
.prlProducts {
    margin-top: 45px;
    overflow: hidden;
}
.showsubcats, .productlist {
    margin-bottom: 100px;
}
.CategoryFooterContent {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 30px 0 calc(40px + 25em);
}
.prlDecBottom .CategoryFooterContent {
    padding: 0;
}
.ProductList_Custom_DIV {
    display: flex;
    gap: 90px;
    width: 100%;
    justify-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.prlFilter {
    padding-top: 45px;
    padding-right: 80px;
}
.prlFilter .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid;
    border-color: #D9D9D9 #D9D9D9 transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 160px;
    left: calc(50% - 60px);
    z-index: 1;
}
.prlFilter .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #D9D9D9 #D9D9D9;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
    
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

#ProductFilter-Container {
    position: relative;
    background-color: #fff;
    z-index: 2;
}
.product-filter-container {
    border: 0;
    margin-bottom: 29px;
}
.product-filter-header-text {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
}
.product-filter-header-container {
    background-color: transparent;
    padding: 0;
    border: 0 none;
    margin: 0 0 11px;
}
.product-filter-body-container {
    padding: 0;
}
.product-filter-checkbox-label {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 400;
}
.product-filter-count-container {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 1.6em;
    margin-left: 4px;
    color: #707070;
    font-weight: 500;
    position: relative;
}
.product-filter-checkbox-container {
    padding: 3px 0 4px;
}
.product-filter-checkbox-container:hover label {
    text-decoration: underline;
}
.prlFilterBtn {
    float: right;
}
.product-filter-close {
    display:none;
}
.product-filter-clear-all {
    color: #707070;
    font-size: 14px;
    line-height: 1.2em;
    position: absolute;
    right: 0;
    text-align: left;
    top: 19px;
}
.product-filter-clear-all a {
    text-decoration: underline;
}
.product-filter-clear-all a:hover {
    text-decoration: none;
}
.product-filter-headertext-container {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 34px;
    font-weight: 600;
    padding-top: 10px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.product-filter-clear-all .product-filter-view {
    display: none;
}
input[type=checkbox].product-filter-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
       appearance: none;
    background-color: transparent;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #191A1C;
    border-radius: 20px;
    display: grid;
    place-content: center;
    cursor: pointer;
}
input[type=checkbox].product-filter-checkbox::before {
    content: url(/images/design/construction/check-white.svg);
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: #7DC4A6;
    text-align: center;
    padding-top: 2px;
    border: 1px solid #fff;
    transform: scale(0);
}
input[type=checkbox].product-filter-checkbox:checked::before {
    transform: scale(1);
}
.prlCategories > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    margin-top: 44px;
    margin-bottom: 0;
    width: 100%;
}
.prlCategories > ul:empty {
    display: none;
}
.prlCategories ul li {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: calc(15.9% + 4px);
    min-height: 87px;
    text-align: center;
    font-weight: 600;
    justify-content: flex-end;
    overflow: hidden;
}
.prlCategories ul li:hover {
    border: 1px solid #191A1C;
}
.prlCategories ul li a {
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #191A1C;
    font-size: 13px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.prlCategories ul li a:hover {
    text-decoration: none;
}
.prlCategories ul li .ProductMenu_Category_Icon_Container {
    display: block;
    line-height: 0px;
}
.prlCategories ul li .ProductMenu_Category_Icon_Container a {
    display: block;
    padding: 0;
}
.prlCategories ul li .ProductMenu_Category_Icon_Container img {
    max-width: 120px;
}
.prlPagingPages {
    margin: 0 7px;
    position: relative;
    line-height: 0;
}
.prlPagingPages a.InactivePageNumber_ProductList:hover, .prlPagingPages a.InactivePageNumber_ProductList:hover b, .prlPagingPrev a:hover, .prlPagingNext a:hover {
    text-decoration: underline;
}
.prlPagingPages a.ActivePageNumber_ProductList:link, .prlPagingPages a.ActivePageNumber_ProductList:active, .prlPagingPages a.ActivePageNumber_ProductList:visited, .prlPagingPages a.ActivePageNumber_ProductList:hover {
    font-weight: 600;
    text-decoration: none;
    background-color: #191a1c;
    color: #fff;
    border-radius: 20px;
}
.prlPagingPages a.InactivePageNumber_ProductList, .prlPagingPages a.ActivePageNumber_ProductList {
    display: block;
    font-size: 16px;
    line-height: 29px;
    padding: 5px !important;
    width: 40px;
    height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 37px 0 35px;
    float: left;
}
.prlPagingBot {
    margin-bottom: 90px;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 120px;
}
.prlPagingBotInner {
    display: inline-block;
}
.prlPagingPages, .prlPagingPrev, .prlPagingNext {
    float: left;
}
.prlPagingPages a {
    float: left;
    margin: 0;
}
.prlPagingPrev, .prlPagingNext {
    min-height: 1px;
    line-height: 40px;
}
.prlPagingPrev a, .prlPagingNext a {
    display: block;
    position: relative;
    height: 40px;
    background-color: #191A1C;
    border-radius: 4px;
    padding: 11px 31px 11px;
    color: #fff;
    font-weight: 600;
    line-height: 17px;
    font-size: 14px;
    margin: 35px 0 35px;
}
.prlPagingPrev a:hover, .prlPagingNext a:hover {
    background: none repeat scroll 0 0 #37393C;
    text-decoration: none;
}
.prlPagingTop {
    padding:7px 0 4px;
}
.prlHeader .header {
    display: none;
}
.webshop-search .prlHeader .header {
    display: block;
}
.searchHeaderTop {
    display: block;
}
.searchHeader {
    display: block;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.webshop-search .prlHeader {
    padding-bottom: 52px;
    padding-top: 39px;
}
.NoProcuctsFound {
    padding: 28px 30px 3px;
    display: block;
    text-align: center;
}
.npt {
    margin-bottom: 45px;
    margin-top: 15px;
}
.Heading_ProductList {
    display: none;
}
.prlMobileFilter {
    display: none;
}
.prlHeader img.hide-for-small-only, .SubCats_Categories_Container img.hide-for-small-only, .prlHeader img.show-for-small-only, .SubCats_Categories_Container img.show-for-small-only {
    margin: 0 auto;
    width: 100% !important;
    height: auto !important;
}
.prlHeader .CmsPageStyle > div, .SubCats_Categories_Container > div {
    padding: 0 15px;
}









/* ---------- Product infocard ----------- */

.infocard {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.infocard:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -46px;
    top: 0;
    background-color: #D9D9D9;
}
.infocard:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -45px;
    background-color: #D9D9D9;
}
.ifcImage {
    float: left;
    text-align: center;
    overflow: hidden;
}
.ifcImage a {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.ifcImage a img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}
.ifcImageHoverLink {
    display: none;
}
.ifcImageHover {
    z-index: 2 !important;
    position: absolute !important;
    top: 0;
    left: 0;
}
.infocard .ifcImage a img {
    transition: opacity 0.3s;
}
.no-touch .infocard.hasHoverImg:hover .ifcImage a img {
    opacity: 0;
}
.ifcInfo {
    margin-top: 12px;
    margin-bottom: 9px;
}
.ifcName {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
}
.ifcDec, .ifcDec p {
    font-size: 13px;
    line-height: 1.6em;
}
.ifcDec ul {
    margin: 0;
}
.ifcDec ul li {
    list-style: disc outside none;
    margin-left: 15px;
}
.Frontpage_Custom_DIV > div, .ProductList_Custom_DIV > div {
    max-width: calc(50% - 45px);
    width: 100%;
}
.Frontpage_Custom_DIV > div form, .ProductList_Custom_DIV > div form {
    height: 100%;
    width: 100%;
}
.ifcPrice {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 20px;
}
.ifcPrice strike, .ifcPrice s {
    margin-right: 8px;
    color: #188a17;
    font-weight: 500;
    font-size: 13px;
}
.ifcPrice span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    color: #747474;
}
.ifcImageLabelWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 63px;
    z-index: 5;
}
.ifcImageLabelOffer, .ifcImageLabelNew {
    background-color: #ffeba1;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 1.5em;
    padding: 7px 0 7px;
    color: #191A1C;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 2px;
    font-weight: 600;
}







/* ---------- Product card ----------- */

.prcBreadcrumbWrap {
    margin-top: 18px;
    margin-bottom: 12px;
}
.prcBreadcrumbWrap br {
    display: none;
}
.prcBreadcrumbWrap .BreadCrumb_Productinfo > span {
    display: flex;
    gap: 10px;
}
.prcImageWrapOuter {
    padding-right: 119px !important;
    width: 63.1%;
    background: linear-gradient(90deg, #fff 0%, #fff 86.9%, #F8F8F8 100%);
}
.prcInfoWrap, .prcdecWrap {
    width: 36.9%;
    padding-left: 50px !important;
}
.prcImageStick {
    position: sticky;
    top: 5px;
}
.prcInfo {
    width: 100%;
}
.prcThumpnails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 610px;
    margin: 1px auto 0;
    gap: 10px;
    padding-bottom: 100px;
}
.prcThumpnails a {
    border: 1px solid #ffffff;
    overflow: hidden;
    display: flex;
    width: calc(50% - 5px);
    align-items: center;
    aspect-ratio: 1 / 0.56;
    outline: 1px solid #D9D9D9;
}
.no-touch .prcThumpnails a:hover {
    outline: 1px solid #191A1C;
}
.product-video-thumbnail:before {
    content: url(/images/design/construction/play.svg);
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border-radius: 100%;
    padding-top: 15px;
    padding-left: 18px;
    border: 1px solid #191a1c;
}
.no-touch .product-video-thumbnail:hover:before {
    background: rgba(255, 255, 255, 1);
}
.fancybox-skin {
    background: #ffffff none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 2px !important;
    color: #191A1C;
}
.fancybox-close {
    background: #f1f1f1 url(/images/design/construction/cross.png) no-repeat scroll center center !important;
    background-size: auto 12px !important;
    border-radius: 100%;
    height: 38px !important;
    right: 10px !important;
    top: 10px !important;
    width: 38px !important;
}
.fancybox-next span, .fancybox-prev span {
    background: none no-repeat scroll center center #f1f1f1 !important;
    background-size: auto 8px !important;
    border-radius: 100%;
    height: 34px !important;
    width: 34px !important;
}
.fancybox-prev span {
    background-image: url("/images/design/construction/arrow-left.png") !important;
}
.fancybox-next span {
    background-image: url("/images/design/construction/arrow-right.png") !important;
}
#fancybox-loading {
    background: none repeat scroll 0 0 #191A1C !important;
    border-radius: 100%;
    margin-left: -36px !important;
    margin-top: -36px !important;
    opacity: 1 !important;
    padding: 6px;
}
.prcId {
    font-size: 12px;
    line-height: 1.6em;
    color: #707070;
}
.prcFirstRow {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.prcInfoWrap {
    display: flex;
    align-items: center;
    padding-top: 9vh !important;
    padding-bottom: 40px !important;
}
.prcImage {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 48px;
    padding-top: 5.6vh !important;
    padding-bottom: 0.7vh !important;
}
.prcImage img {
    cursor: pointer;
    width: 100%;
    max-width: 790px;
}
.prcImageLabelWrap {
    position: absolute;
    top: 30px;
    width: 86px;
    left: 0;
    z-index: 1;
}
.prcImageLabelOffer, .prcImageLabelNews {
    float: left;
    background-color: #ffeba1;
    width: 100%;
    color: #191A1C;
    padding: 6px 0 5px;
    font-size: 14px;
    margin-bottom: 2px;
    border-radius: 4px;
    font-weight: 600;
}
div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
    background-color: #ffeba1;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    top: 10px !important;
    left: 10px !important;
}
div.Element_Overlay_ProdInfo_SavingsDIV {
    width:100%;
}
.Element_Overlay_ProdInfo_SavingsIMG {
    display: none;
}
.Element_Overlay_ProdInfo_SavingsText_DIV {
    width: 100%;
    text-transform: uppercase;
    line-height: 13px;
    font-weight: 500;
    font-size: 12px !important;
    color: #fff;
    padding-top: 16px !important;
}
.Element_Overlay_ProdInfo_SavingsText_DIV span {
    font-weight: 900;
    font-size: 23px;
    display: inline-block;
    margin-top: -1px;
    line-height: 23px;
}
.prcOfferImg, .prcNewsImg {
    position: absolute;
    top: 10px;
    z-index: 99;
    width: 46px;
}
.prcOfferImg img, .prcNewsImg img {
    cursor:default;
}
.prcNewsImg {
    right: 10px;
}
.prcOfferImg {
    left: 10px;
}
.prcName {
    margin-top: 12px;
}
.prcName h1 span {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
}
.prcPrice {
    margin-bottom: 6px;
    margin-top: 22px;
}
.prcCurrentPrice {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
}
.prcPriceBefore {
    font-size: 16px;
    color: #707070;
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
    top: 1px;
}
.prcShippingPrice {
    color: #707070;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 21px;
}
.prcCurrentPriceVat {
    display: inline-block;
    font-size: 13px;
    color: #707070;
    line-height: 1.2em;
    font-weight: 400;
    margin-left: 4px;
}
.prcVariantInfo {
    font-size: 13px;
    text-align: right;
    width: 100%;
    color: #707070;
}
.prcVariant .VariantGroupLabel {
    display: none !important;
}
.prcVariant .VariantGroup {
    width: 100%;
    padding: 4px 0 20px;
    display: block;
}
.prcVariant .VariantGroup tbody, .prcVariant .VariantGroup tr, .prcVariant .VariantGroup td {
    display: block;
    width: 100%;
}
.prcVariant .Variants {
    width: 100%;
}
.prcVariant select {
    height: 60px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    z-index: 9;
    position: relative;
    padding: 16px 46px 16px 22px !important;
    border-color: #191A1C;
}
.prcVariant select[disabled] {
    border-color: #c2c2c2;
}
.prcVariant .VariantGroup select {
    padding-left: 10px;
}
.prcBuy {
    position: relative;
    float: left;
    width: 100%;
}
.prcBuy .buyWrapper {
    padding-left: 64px;
}
.prcBuy .buyWrapper input {
    height: 60px;
    cursor: pointer;
    width: 100%;
    display: block;
    background-image: url(/images/design/source/prc_buy_btn.png?v=1);
    background-repeat: no-repeat;
    background-position: center 51%;
    border-radius: 4px;
    background-color: #191A1C;
    background-size: auto 18px;
}
.prcBuy .buyWrapper input:hover {
    opacity:0.8;
}
.prcBuy .amountWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.prcBuy .amountWrapper input {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #191a1c;
    color: #191a1c;
}
.prcBuy .amountWrapper input[disabled] {
    background-color: #fff;
    color: #707070;
}
.prcDel {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 15px;
    font-weight: 400;
}
.stockNo, .stockYes {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    padding: 3px;
    position: relative;
    top: 5px;
    margin-right: 6px;
    border-radius: 100%;
    display: inline-block;
}
.stockYes {
    content: url(/images/design/construction/check-white.svg);
    background-color: #7DC4A6;
}
.stockNo {
    background-color: #E13C2B;
}
.prcDecription {
    border-top: 1px solid #D9D9D9;
    padding-top: 30px !important;
    margin-top: 9vh;
}
.prcSecondRow {
    display: flex;
}
.prcSpecs {
    border-top: 1px solid #D9D9D9;
    padding-top: 30px !important;
    margin-top: 30px;
}
.Description_Productinfo ul li {
    margin-top: 8px;
    list-style: disc outside none;
    margin-left: 16px;
}
.prcdecWrap {
    padding-bottom: 80px !important;
}
.webshop-productinfo .fancybox-slide--video .fancybox-iframe {
    max-width: 100% !important;
}
.webshop-productinfo .contentPrmWrap {
    background-color: #fff;
}
.webshop-productinfo .row.contentPrmWrap {
    max-width: inherit;
    padding: 0;
}
.prcRelatedWrap {
    border-top: 1px solid #ddd;
    margin-bottom: 120px;
}
.prcRelHeader {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 52px;
    margin-bottom: 39px;
}
.prcRelProducts {
    overflow: hidden;
}
.Related_Custom_DIV {
    display: flex;
    gap: 90px;
    width: 100%;
    justify-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.Related_Custom_DIV > div, .CustomersAlsoBought_Custom_DIV > div {
    width: 100%;
    max-width: calc(33.33% - 60px);
}








/* ---------- Egensider ----------- */

.webshop-cmspage #mainContent, .webshop-terms #mainContent {
    width: 100% !important;
    max-width: 1040px;
    margin: 60px auto 120px;
    float: none;
}
.webshop-cmspage .contentFrame, .webshop-terms .contentFrame, .webshop-b2blogin .contentFrame, .webshop-customercenter main, .webshop-changepassword main {
    background-color: #fff;
}
.webshop-customercenter #mainContent, .webshop-b2blogin #mainContent, .webshop-changepassword #mainContent {
    max-width: 980px;
    margin: 40px auto 130px;
    float: none;
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    background: #fff;
    padding: 42px 60px;
    border-radius: 4px;
}
.webshop-customercenter #Form1 > span {
    display: inline-block;
    width: 27%;
    max-width: 176px;
    margin-bottom: 30px;
}
.webshop-customercenter table.BackgroundColor1_Customer {
    text-align: left;
    padding: 40px 60px 60px;
    background: linear-gradient(#F8F8F8 0%, #FFF 100px);
}
.webshop-customercenter table, .webshop-customercenter tbody, .webshop-customercenter tr {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.webshop-customercenter table.BackgroundColor1_Customer a {
    text-decoration: underline;
}
.webshop-customercenter table.BackgroundColor1_Customer a:hover {
    text-decoration: none;
}
.webshop-customercenter td {
    display: block;
    width: 100%;
}
.webshop-customercenter #tabID2 table tr > td:last-child {
    display: none;
}
.webshop-customercenter #tabID2 table tr > td[align="right"] {
    display: block;
}
.webshop-customercenter #Form1 > span { 
    display: none;
}
.webshop-customercenter .tabID6content {
    display: none;
}
.webshop-customercenter #tabID6 .tabID6content {
    display: block;
}
.webshop-customercenter .cusTabs > span > span {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #191A1C;
    display: flex;
    font-size: 13px;
    line-height: 1em;
    padding: 13px 10px 15px;
    background-color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    align-items: center;
}
.webshop-customercenter .cusTabs > span > span:hover {
    border-color: #191A1C;
}
.webshop-customercenter .cusTabs .Tabactive_Customer {
    text-decoration: none;
    border-color: #191A1C;
}

.webshop-customercenter #Form1 .Heading_Customer {
    display: block;
    padding: 0;
}
.webshop-customercenter .cusPass {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-left: 1px solid #d9d9d9;
    padding-left: 40px;
}
.webshop-customercenter table#tabID2 {
    padding-right: calc(50% + 40px);
    position: relative;
}
.webshop-customercenter #Form1 .Heading_Customer h4 {
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.webshop-customercenter #Form1 .Heading_Customer .cusPass h4 {
    margin: 23px 0 22px;
}
.webshop-customercenter #Form1 #OrderDetailsHeading.Heading_Customer h4 {
    margin-bottom: -35px;
}
.webshop-customercenter #Form1 #tabB4 {
    float: right;
    display: none;
}
.webshop-customercenter #tabID3 .BackgroundColor3_Customer td, .webshop-customercenter #tabID3 .BackgroundColor2_Customer td, .webshop-customercenter #tabID3 .OrderlineHover_Customer td {
    padding: 15px;
    vertical-align: middle;
}
.webshop-customercenter #tabID3 .OrderlineHover_Customer td {
    background: #F8F8F8;
}
.webshop-customercenter #tabID3 .BackgroundColor3_Customer, .webshop-customercenter #tabID3 .BackgroundColor2_Customer, .webshop-customercenter #tabID3 .OrderlineHover_Customer {
    border-bottom: 1px solid #D9D9D9;
}
.webshop-customercenter #tabID3 table td[align="middle"], .webshop-customercenter #tabID3 table td[align="middle"] {
    padding: 0 !important;
    display: none;
}

.webshop-customercenter table#tabID3 table[width="70%"] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}
.webshop-customercenter table#tabID3 table[width="70%"] tbody {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
}
.webshop-customercenter table#tabID3 table[width="70%"] tr {
    display: flex;
    justify-content: flex-end;
    width: fit-content;
}
.webshop-customercenter table#tabID3 table[width="70%"] td a, .webshop-customercenter table#tabID3 table[width="70%"] td b {
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-decoration: none;
    background-color: #fff;
}
.webshop-customercenter table#tabID3 table[width="70%"] td b {
    padding-inline: 14px;
    font-weight: normal;
    border-color: #191a1c;
}
.webshop-customercenter table#tabID3 table td:empty {
    display: none;
}
.customerOrderHr {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
.webshop-customercenter #tabID3 .subHeader {
    display: block;
    margin-bottom: 16px;
}
.webshop-customercenter #tabID3 #BuyButton {
    position: absolute;
    bottom: 18px;
    left: calc(7% + 15px);
    width: auto;
    height: 38px;
    max-width: none;
}
.webshop-customercenter #tabID3 #BuyButton:hover {
    opacity: 0.8;
}
.webshop-customercenter #tabID2 select, #tabID2 input {
    margin: 0px 0 10px;
}
.webshop-customercenter #Form1 > span > span#tabLinkID4 {
    margin-right: 0;
    border: 0;
    background: none;
    padding: 0;
}
.webshop-customercenter #Form1 > span > span#tabLinkID4 .btn {
    background-color: #f1f1f1;
    color: #191A1C;
}
.webshop-customercenter #Form1 > span > span img {
    width: 34px;
}
.webshop-customercenter #mainContent {
    padding: 0 0 10px;
    background: #fff;
    position: relative;
}
.webshop-customercenter .customerLogout {
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 10px 16px;
    border-color: #d9d9d9 !important;
}
.webshop-customercenter a.customerLogout.btn.white:hover {
    background-color: #fff;
    color: #191a1c !important;
    border-color: #191a1c !important;
}
.webshop-customercenter table#tabID3 table tr {
    display: flex;
    flex-direction: row;
}
.webshop-customercenter table#tabID3 table td {
    width: inherit;
    display: flex;
    flex-direction: row;
}
.SubmitButton_Customer, .SubmitButton_B2Blogin, .FormTB_SendButtonBTN, .change-password-button-container input {
    background: #191A1C;
    border: 0 none;
    border-radius: 4px !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 30px 11px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.SubmitButton_Customer:hover, .SubmitButton_B2Blogin:hover, .FormTB_SendButtonBTN:hover {
    opacity: 0.8;
}
.SubmitButton_B2Blogin {
    float: left;
    left: 0;
    margin: -10px 0 0;
}
.b2blogin table[width="400"] {
    width: 100%;
}
.b2blogin td {
    text-align: left;
}
.b2blogin td span.center {
    text-align: center;
    display: block;
}
.b2blogin > form > br {
    display: none;
}
.b2blogin h4, .webshop-changepassword h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.b2blogin td h2 {
    font-size: 19px;
    margin-bottom: 22px;
}
.b2blogin table, .b2blogin tbody, .b2blogin tr, .b2blogin td {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.b2blogin .btn.black {
    margin-bottom: 74px;
    margin-top: 30px;
}
.b2blogin td > br {
    display: none;
}
.b2bLoginWrap .SubmitButton_B2Blogin {
    float: none;
    left: inherit;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.b2bLoginWrap {
    margin: 0 auto;
    max-width: 100%;
    padding-right: 80px;
    position: relative;
    width: 590px;
}
.b2bLoginWrap .TextInputField_B2Blogin {
    float: left;
    margin-right: 2% !important;
    padding: 8px !important;
    width: 48% !important;
}
.b2blogin > div {
    float: left;
    margin-top: -20px;
    width: 100%;
}
.b2blogin a {
    text-decoration: underline;
}
.b2blogin a:hover {
    text-decoration: none;
}
.ErrorText_B2Blogin {
    border: 1px solid #f6aa7f;
    color: #e7834a;
    display: block;
    padding: 7px 20px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    background-color: #fffbea;
    border-radius: 4px;
    margin-top: -10px;
}



.addb2b table {
    width: 100%;
}
.addb2b table td[width="30%"] {
    display: none;
}
.addb2b table, .addb2b tbody, .addb2b tr, .addb2b td {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#tabID3 td[align="right"] {
    text-align: right;
    justify-content: right;
}
#tabID3 td {
    vertical-align: top;
}
#tabID3 td > b {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    width: 100%;
    padding-bottom: 13px;
}
#tabID3 tr td:last-child {
    padding-right: 0;
}
#xprofileid[name="forgotEmail"] {
    margin-bottom: 20px;
}
span.change-password-status-message-changed {
    width: 100%;
    display: block;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 25px;
}
.webshop-customercenter form[name="CustomerCenterForm"] {
    display: block;
    padding: 10px 0 0;
    text-align: center;
}
.LoadProfileOk_Orderstep1 {
    margin: 0 0 0 30px;
}
.FavTB {
    margin: 30px 0;
}
.customerForgotPass {
    border-top: 1px solid #D9D9D9;
    margin-top: 40px;
    padding-top: 36px;
    width: 290px;
}
.SubmitButton_ADDB2B_TD {
    margin-top: 40px;
    max-width: 390px;
    margin-bottom: 30px;
}
.CustomerFieldsLabel_ADDB2B_TD {
    width: 100% !important;
}
.CustomerFieldsRequired_ADDB2B_TD {
    display: none !important;
}
.webshop-b2blogin .TextInputField_B2Blogin, .webshop-b2blogin .OptionSelect_B2Blogin {
    margin-bottom: 10px;
}
.FormTB, .FormTB tbody, .FormTB tr, .FormTB table, .FormTB td {
    display:block;
}
.FormTB {
    float: left;
    margin: 40px 0 30px;
}
.FormTB_SendButtonTD {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
.FormTB_MessageTD {
    float: left;
    margin-top: 17px;
    width: 100%;
}
.FormTB_EmailInputTD, .FormTB_SubjectInputTD {
    float: left;
    padding: 0 !important;
}
.customer .TextInputField_Customer {
    margin: 0 0 10px;
}
.addb2b .CustomerFieldsInput_ADDB2B_TD {
    width: 100%;
    max-width: 390px;
}
.FormTB_EmailLabelTD {
    display: none !important;
}
.FormTB_SubjectLabelTD {
    display: none !important;
}
.FormTB_EmailInputTD {
    padding-right: 5px !important;
}
.FormTB_SubjectInputTD {
    padding-left: 5px !important;
}
.FormTB_SendButtonTD input {
    left: 0;
    margin: 0;
}
.FormTB .subjectHeader {
    padding-right: 111px;
    position: relative;
}
.FormTB_EmailInputTD input, .FormTB_SubjectInputTD input {
    font-family: inherit;
    padding-bottom: 8px;
    padding-top: 8px;
}
textarea.FormTB_MessageTA {
    height: 90px;
    max-width: 100%;
    min-height: 90px;
    min-width: 100%;
    width: 100%;
}
.favText {
    border-bottom: 1px solid #D9D9D9;
    font-size: 13px;
    margin-top: 37px;
    padding-bottom: 40px;
}
.loginWrap .SubmitButton_Customer {
    float: none;
    left: inherit;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.loginWrap {
    margin: 0 auto;
    max-width: 100%;
    padding-right: 80px;
    position: relative;
    width: 590px;
}
.loginWrap #xprofileid, .loginWrap #xprofileid1 {
    float: left;
    margin-right: 2% !important;
    padding: 8px !important;
    width: 48% !important;
}
.loginForgotPass {
    display: block;
    padding-top: 20px;
    text-align: left;
    width: 100%;
}
.customer .ForgotPassword_Customer td {
    width: 100%;
    padding-bottom: 28px;
}
.LoadProfileOk_Customer, .LoadProfileNotFound_Customer {
    display: block;
    text-align: center;
    width: 100%;
}
.customer .ForgotPassword_Customer {
    margin-top: 40px;
}
.customer.forgotPass .loginWrap, .customer.forgotPass .loginForgotPass {
    display:none;
}
.customer.forgotPass td {
    width: 100%;
}
.customer.forgotPass h2 {
    font-size: 16px;
    margin-bottom: 13px;
}
.customer.forgotPass .SubmitButton_Customer {
    float: left;
    margin-top: 20px;
}
.webshop-customercenter .Heading_Customer {
    display: block;
    text-align: left;
    padding: 42px 0px 0;
}
.Heading_B2Blogin {
    text-align: center;
}
.customerHead {
    text-align: center;
}
.webshop-customercenter .Heading_Customer small, .webshop-b2blogin .Heading_B2Blogin small, .webshop-changepassword small, .webshop-b2blogin .Heading_B2BLogin small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #707070;
    margin-bottom: 2px;
    text-align: center;
    line-height: 1.2em;
}
.webshop-changepassword h1 {
    display: block;
    text-align: center;
}
.webshop-b2blogin .Heading_B2Blogin h1 {
    margin-bottom: 20px;
}
.webshop-customercenter main, .webshop-b2blogin main, .webshop-b2blogin main, .webshop-changepassword main {
    background: linear-gradient(#191a1c 0%, #444447 550px);
}
.webshop-customercenter select#country {
    display: none;
}
.webshop-customercenter .checkoutCountryChange {
    font-size: 13px;
}
.webshop-customercenter .Login_Customer {
    display: none;
}
.webshop-b2blogin #mainContent.b2blogin, .webshop-changepassword #mainContent {
    max-width: 500px;
}






.cms td img, .cms p img {
    height: auto !important;
}
.cms, .cms td, .cms div, .cms li {
    font-size: 14px;
    line-height: 1.6em;
}
.cms strong {
    font-weight: 600;
}
.cms h1 {
    margin-bottom: 30px;
    display: block;
}
.cms h2 {
    margin-bottom: 20px;
    margin-top: 52px;
    display: block;
}
.cms h2:first-of-type {
    margin-top: 0;
}
.cms h3 {
    font-size: 20px;
    margin-top: 20px;
    display: block;
}
.cms h4 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.cms ul, .cms ul li {
    list-style: disc inside none;
}
.cms ol, .cms ol li {
    list-style: decimal inside none;
}
.cms ol, .cms ul {
    margin: 15px 0;
}
.cms a {
    text-decoration: underline;
}
.cms a:hover {
    text-decoration:none;
}
.cms iframe[allowfullscreen] {
    width: 100%;
}
.cms .BreadCrumb_ProductList {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #707070;
}
.cms .BreadCrumb_ProductList a {
    text-decoration: none;
}
.cms .BreadCrumb_ProductList > img {
    margin-right: 11px;
    margin-left: 8px;
}

.cms-contactform {
    margin-bottom: 60px;
}
.cms-contactform form > .row {
    gap: 20px;
}
.cms-contactform .row {
    display: flex;
    align-items: flex-start;
}
.cms-contactform .row .columns {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cms-contactform .row .columns .columns {
    width: 100%;
    gap: 0px;
}
.cms-contactform-send {
    width: 100% !important;
    display: block !important;
}
.cms-contactform .row:before, .cms-contactform .row:after {
    display: none;
}
.cms-contactform label {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 1.4em;
}
.cms-contactform textarea {
    height: 100px !important;
    min-height: 100px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.cms-contactform .g-recaptcha {
    float: right;
    margin-top: 13px;
}
.cms-contactform-send {
    text-align: right;
    margin-top: 34px;
}

.contact_addresses td {
  width:auto;
  padding-right: 30px;
}
table.contact_addresses {
    width: 100%;
}


.change-password-wrapper label {
    margin-top: 7px;
    width: 50%;
}
.change-password-wrapper .change-password-value-row, .change-password-wrapper .change-password-repeat-value-row {
    max-width: 100%;
    width: 400px;
}
.change-password-wrapper .change-password-button-container {
    margin-top:20px;
}
.change-password-wrapper .change-password-status-message-container {
    padding: 0;
}
.webshop-changepassword h1 {
    text-align: center;
    display: block;
    margin-bottom: 24px;
}





.egs_wrap {
    margin: -30px;
}
.egs_wrap td {
    vertical-align: top;
}
.egs__navigation {
    border-right: 1px solid #D9D9D9;
    padding: 32px 40px;
}
.egs__navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.egs__navigation li a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 0;
    text-decoration: none;
}
.egs__navigation li a:hover {
    text-decoration: underline;
}
.egs__navigation_header {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}
.egs__navigation_header:first-of-type {
    margin-top: 0;
}
.egs__content {
    padding: 75px 100px;
}
.egs__navigation ul, .egs__navigation ul li {
    list-style: none;
}
.egs__header {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
}
.reseller-map {
    margin-top: 50px;
    position: relative;
    width: 100%;
}
.reseller-map a {
    background-color: #fff;
    border: 1px solid #191A1C;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 1% 0;
    padding: 13px 25px;
    text-align: center;
    text-decoration: none;
    width: 31.3%;
    border-radius: 4px;
}
.reseller-map a:hover {
    background-color: #37393C;
    color: #fff;
}
.reseller-map-links {
    left: 0;
    position: absolute;
    top: 28%;
}

.egs__content hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #D9D9D9;
    margin: 20px 0;
}
.reseller-list h2 {
    font-size: 30px;
    margin-bottom: 9px;
    margin-top: -16px;
    line-height: 1.4em;
}
.reseller-list h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.reseller-list h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 24px;
}
.reseller-list table td {
    border-bottom: 26px solid #fff;
    border-left: 1px solid #000;
    font-size: 12px;
    line-height: 16px;
    max-width: 33.333%;
    padding: 4px 10px;
    width: 240px;
}
.reseller-list table td strong {
    font-size: 12px;
}




.cms .resellerList h2 {
    margin-top: 50px;
    background-color: #F8F8F8;
    padding: 20px 0;
    box-shadow: -20px 0px 0px 0px #F8F8F8;
    margin-bottom: 0;
}
.cms .resellerList h2 br {
    display: none;
} 
.cms .resellerList h4 {
    margin-bottom: 20px;
}
.cms .resellerList {
    padding-left: 260px;
}
.cms .resellerListNav {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    border-right: 1px solid #D9D9D9;
    height: 100%;
}
.cms .resellerListNavInner {
    position: sticky;
    top: 40px;
}
.resellerListNavInner ul, .resellerListNavInner ul li {
    list-style: none;
    margin: 0;
}
.resellerListNavInner ul li {
    padding: 2px 0;
}
.resellerListNavInner ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
}
.resellerListNavInner ul li a:before {
    content: "›";
    margin-right: 7px;
}
.resellerListNavInner ul li a:hover {
    text-decoration: underline;
}
.cms .resellerList em {
    display: block;
    background-color: #ffffff;
    padding: 7px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-left: -20px;
    margin-top: 30px;
}
.resellerList hr {
    display: none;
}
.cms .resellerListNavHeader {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
    display: none;
    margin-bottom: 20px;
    text-align: center;
}





@media only screen and (max-width: 767px) {
    .egs__content {
        padding: 40px 30px 100px;
    }
    .reseller-map a {
        width: 48%;
    }
    .egs__navigation {
        display:none;
    }
    .webshop-body.webshop-cmspage.webshop-cmspage-egs .main {
        margin-top: 25px;
    }
    .reseller-list table, .reseller-list table td, .reseller-list table tr, .reseller-list table tbody {
        display: inline;
    }
    .reseller-list table {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list table td {
        border-bottom: 0 none;
        display: block;
        float: left;
        margin-bottom: 25px;
        max-width: inherit;
        width: 230px;
    }
    .reseller-list h4, .reseller-list h3 {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .reseller-list hr {
        display: block;
        float: left;
        width: 100%;
    }
    .webshop-cmspage iframe {
        width: 100%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .egs__content {
        padding: 40px 50px;
    }
    .egs__navigation {
        padding-left: 20px;
        padding-right: 20px;
    }
    .webshop-body.webshop-cmspage.webshop-cmspage-egs .main {
        margin-top: 40px;
    }
    .reseller-list table, .reseller-list table td, .reseller-list table tr, .reseller-list table tbody {
        display: inline;
    }
    .reseller-list table {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list table td {
        border-bottom: 0 none;
        display: block;
        float: left;
        margin-bottom: 25px;
        max-width: inherit;
        width: 230px;
    }
    .reseller-list h4, .reseller-list h3 {
        display: block;
        float: left;
        width: 100%;
    }
    .reseller-list h3 {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .reseller-list hr {
        display: block;
        float: left;
        width: 100%;
    }
}

.cms-form {
    position: relative;
}
.reseller header, .reseller footer {
    display: none;
}
.reseller #mainContent {
    padding: 0;
    border: 0;
    max-width: 100%;
    margin: 0;
}
.reseller .row.contentPrmWrap {
    padding: 0;
}
.reseller table#tabID2 {
    display: block !important;
}
.reseller table#tabID1 {
    display: none;
}
.reseller.webshop-customercenter #Form1 > span {
    display: none;
}
.reseller select#country {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    margin: 0;
    padding-left: 20px;
    border-color: #000;
    display: block;
}
.reseller.webshop-customercenter .Heading_Customer {
    display: none;
}
body.reseller {
    min-width: 0;
}
.cusOrderHeader {
    display: block;
    position: relative;
    margin-top: -8px !important;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    background: linear-gradient(#fdfdfd 0%, #fff 100%);
}
.cusOrderDetails .four {
    padding-right: 30px !important;
}
.cusOrderHeader h4 {
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.webshop-customercenter .cusOrderDetails h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}
.cusOrderInfoHeader {
    color: #707070;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 4px;
}
.cusOrderInfoText {
    margin-bottom: 13px;
    line-height: 1.4em;
}
.cusOrderInfoText span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cusOrderBack {
    margin-bottom: 15px;
    margin-top: -33px;
}
.cusOrderBack a {
    display: inline-block;
    padding: 9px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
}
.cusOrderBack a:hover {
    border: 1px solid #191a1c;
}
.cusOrderInfoAltCompany:empty:before {
    content: "";
}
.cusOrderInfoAltCompany:before {
    content: "Delivery address";
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
}
.cusOrderProducts {
    border-top: 1px solid #d9d9d9;
    margin-top: 30px !important;
}
.webshop-customercenter table#tabID3 .cusOrderProducts table tr td[align="right"][width="0"] {
    width: 0 !important;
    min-width: 0;
    padding: 0 !important;
}
.webshop-customercenter table#tabID3 .cusOrderProducts table td {
    align-items: flex-start;
    padding-right: 10px;
}
.webshop-customercenter table#tabID3 .cusOrderProducts table tr {
    position: relative;
}
.webshop-customercenter #tabID3 .BackgroundColor3_Customer td[align="right"], .webshop-customercenter #tabID3 .BackgroundColor2_Customer td[align="right"] {
    text-align: right;
}
.webshop-customercenter table#tabID3 .cusOrderProducts table tr.BackgroundColor3_Customer td[align="right"], .webshop-customercenter table#tabID3 .cusOrderProducts table tr.BackgroundColor2_Customer td[align="right"] {
    padding-right: 10px;
}
#tabID3 .cusOrderProducts td > b {
    padding: 0;
    border: 0;
}
.webshop-customercenter table#tabID3 .cusOrderProducts table tr.BackgroundColor3_Customer td[align="left"], .webshop-customercenter table#tabID3 .cusOrderProducts table tr.BackgroundColor2_Customer td[align="left"] {
    width: 7%;
}
.webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor3_Customer td[align="right"], .webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor2_Customer td[align="right"] {
    width: 20% !important;
}
.webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor3_Customer td, .webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor2_Customer td {
    width: 53%;
}
.webshop-customercenter #tabID3 .BackgroundColor3_Customer, .webshop-customercenter #tabID3 .BackgroundColor2_Customer {
    padding-bottom: 50px;
}
.webshop-customercenter .customer > table {
    order: 1;
}
.cusTabs {
    order: 2;
    padding: 0 60px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 4px;
    justify-content: center;
    max-width: 850px;
    margin: 10px auto 20px;
    width: 100%;
}
.cusTabs > span {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
}
.webshop-customercenter .customer > form {
    order: 3;
}
.webshop-customercenter #tabID1 .Heading_Customer {
    padding-top: 0;
}


.Favorites_Custom_DIV {
    margin-top: 40px;
    border-bottom: 1px solid #d9d9d9;
}
.Favorites_Custom_DIV > div {
    width: 100%;
}
.cusFav {
    position: relative;
    width: 100%;
    min-height: 200px;
    border-top: 1px solid #D9D9D9;
    padding: 40px 158px 50px 330px;
}
.cusFavImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
}
.cusFavName {
    margin-bottom: 10px;
}
.cusFavName a {
    font-size: 18px;
    line-height: 1.25em;
    font-weight: 600;
    text-decoration: none !important;
}
.cusFavName a:hover {
    text-decoration: underline !important;
}
.cusFavDescription, .cusFavDescription p {
    font-size: 13px;
    line-height: 1.6em;
}
.cusFavDescription ul {
    margin: 0;
}
.cusFavDescription ul li {
    list-style: disc outside none;
    margin-left: 15px;
}
.cusFavAdd input[type="image"] {
    width: auto;
    height: 48px;
    display: block;
}
.cusFavAdd input[type="image"]:hover {
    opacity: 0.8;
}
.cusFavAdd {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.webshop-customercenter h5 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.webshop-customercenter table.BackgroundColor1_Customer a.cusDownloadItem .btn {
    position: absolute;
    right: 15px;
    top: 39px;
}
.webshop-customercenter table.BackgroundColor1_Customer a.cusDownloadItem {
    border-top: 1px solid #d9d9d9;
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 40px 230px 40px 15px;
}
.no-touch .webshop-customercenter table.BackgroundColor1_Customer a.cusDownloadItem:hover {
    background-color: #f8f8f8;
}
.tabID6content span.Heading_Customer {
    margin-bottom: 40px;
}











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

.webshop-showbasket .contentFrame {
    background-color: #fff;
}
.cartHeader {
    margin-top: 24px;
    font-size: 30px;
    margin-bottom: 5px;
}
.cartBreadcrumb {
    color: #707070;
    padding-bottom: 22px;
    font-size: 12px;
}
.cartBreadcrumb span {
    color: #191A1C;
}
.cartLineHolder {
    border-top: 1px solid #D9D9D9;
}
.cartLine {
    min-height: 120px;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.clImage {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 90px;
    display: flex;
    align-items: center;
}
.clImage a img {
    width: 100% !important;
}
.clInfoWrap {
    padding-left: 120px;
}
.clPrnr, .clVariant {
    font-size: 11px;
}
.clName {
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 1.3em;
    font-weight: 500;
}
.ShowBasket_SimpleVariants_DIV {
    padding-left: 0 !important;
    padding-top: 0 !important;
    color: #707070;
}
.clPrnr {
    margin-top: 4px;
}
.clAmount a img {
    vertical-align: top;
}
.clAmountText {
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 21px;
    padding: 2px 60px 2px 0;
    text-align: right;
    font-weight: 600;
    float: left;
    width: 100%;
}
.clRemove {
    position: absolute;
    right: -9px;
    top: 0;
}
.clRemove a {
    width: 29px;
    display: block;
    padding: 10px;
    line-height: 1px;
}
.clAmountBtns {
    position: absolute;
    right: 0;
    top: 0;
}
.clAmountBtns a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    padding: 8px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #D7D7D7;
}
.clAmountBtns a:hover {
    background-color:#D9D9D9;
}
.clAmountBtns .clAmountDec a {
    margin-right: 1px;
}
.clUnitPrice {
    color: #707070;
    font-size: 12px;
    text-align: right;
    margin-top: 3px;
    float: left;
    width: 100%;
    line-height: 1.3em;
}
.clPrice {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: right;
}
.clPrice span {
    display: block;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
}
.cartContent {
    padding-right: 430px;
    min-height: 366px;
}
.cartSummery {
    width: 340px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F8F8F8;
    padding: 30px;
}
.cartTotalPrice {
    font-size: 24px !important;
    line-height: 1.2em;
    margin-bottom: 2px;
    margin-top: 15px;
    font-weight: 600;
    border-top: 1px solid #D9D9D9;
    padding-top: 16px;
}
.cartTotalPrice span {
    float: left;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
}
.cartBtns {
    padding-bottom: 10px;
    padding-top: 20px;
}
.cartPriceLines div {
    font-size: 15px;
    text-align: right;
}
.cartPriceLines span {
    float: left;
}
.cartBackBtn.btn {
    width: 100%;
}
.cartOrderBtn.btn {
    width: 100%;
    padding: 15px 21px 15px;
    font-size: 18px;
    margin-bottom: 10px;
}
.cartPaymentMetohds {
    margin-top: 26px;
    text-align: center;
}
.cartRelated {
    margin: 0 0 120px;
    overflow: hidden;
}
.cartRelatedHeader {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 52px;
    margin-bottom: 39px;
}






/* ---------- One page checkout ----------- */

.webshop-checkout {
    background: #fff;
}
.webshop-checkout .footer .mainIndent {
    display: none;
}
#checkout-container .checkout-headline {
    margin: 25px 0 40px;
    border-bottom: 0 none;
    padding-bottom: 0;
    font-size: 30px;
    width: 100%;
}
#checkout-container #column-shipping-payment {
    border-right: 0 none;
    min-height: inherit;
    padding: 0;
    width: 33.33%;
    padding-right: 80px;
}
#checkout-container #column-shipping-payment h2 {
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
#checkout-container #shipping-methods, #checkout-container #payment-methods, #checkout-container #payment-methods-sencondary {
    width:100%;
}
#checkout-container #column-data {
    border-right: 0 none;
    min-height: inherit;
    width: 33.33%;
    position: relative;
    padding-right: 80px;
}
#checkout-container #column-data .opcHeader small {
    position: absolute;
    right: 0;
    top: 18px;
    font-weight: normal;
}
#checkout-container .checkout-salesdiscount-code-button {
    background-color: #ffffff;
    border: 1px solid #191a1c;
    cursor: pointer;
    height: 38px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 28px;
    width: 95%;
    margin-left: 5%;
    margin-top: 2px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
}
#checkout-container .checkout-salesdiscount-code-button:hover {
    background-color: #191A1C !important;
    color: #fff !important;
}
#checkout-container #column-order-summary {
    min-height: 0;
    padding: 0;
    width: 33.33%;
}
#checkout-container #order-creditcard, #checkout-container #order-giftcertificate {
    margin-bottom: 0;
    width: 100%;
}
#checkout-container #order-summary, #checkout-container #order-confirm {
    width: 100%;
    margin-top: 0;
}
#checkout-container div#order-summary {
    background: #F8F8F8;
    padding: 30px 30px 20px;
    width: 100%;
    margin-top: auto;
}
#checkout-container div#order-summary .opcHeader {
    font-size: 20px;
    margin-bottom: 16px;
}
#checkout-container #order-summary .basket-line-product td.center-align {
    padding-left: 0;
}
#checkout-container {
    position: relative;
    width: 100%;
}
.checkout-headline .cartBreadcrumb {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 9px;
    text-transform: none;
    line-height: 1.1em;
    padding-bottom: 28px;
    letter-spacing: 0;
}
#order-confirm {
    background: #F8F8F8;
    padding: 0px 30px 30px;
}
#checkout-container h2 {
    white-space: nowrap;
    font-size: 16px;
    margin: 0;
    display: block;
}
#checkout-container #shipping-methods {
    margin-bottom: 57px;
}
#column-data label {
    color: #191A1C;
    float: left;
    font-size: 13px;
    width: 100%;
}
#column-data label[for="checkout_customer_zipcode"], #column-data label[for="checkout_customer_altdelivery_zipcode"] {
    padding-right: 10px;
    width: 30%;
}
#column-data label[for="checkout_customer_city"], #column-data label[for="checkout_customer_altdelivery_city"] {
    width: 70%;
}
.opcHeader {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 16px;
    font-weight: 600;
    position: relative;
}
#checkout-container .checkout-text {
    height: auto;
    padding-left: 8px !important;
}
#checkout-container .checkout-select {
    height: 38px;
    padding-left: 8px;
}
#checkout-container #column-data #customer-data input, #checkout-container #column-data #customer-data select {
    margin-top: 2px;
    margin-bottom: 11px;
}
#checkout-container #column-data #customer-data input.checkout-checkout_customer_address-text, #checkout-container #column-data #customer-data input.checkout-checkout_customer_altdelivery_address-altdelivery-text {
    margin-bottom: 2px;
}
#confirm-complete-button {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #191a1c;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 17px !important;
    line-height: 17px;
    padding: 21px 53px !important;
    position: relative;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    width: 100%;
}
#confirm-complete-button:hover {
    background-color: #37393C;
}
#order-confirm, .checkout-order-confirm-headline, #confirm-termsandconditions-text, #confirm-termsandconditions-link-text, #confirm-accepterms, #confirm-accept-customerdata, #mailchimp-subscribe-box, #confirm-checkout {
    float: left;
    width: 100%;
}
.payment-cardinfo .opcHeader, .opcAltDelHeader .opcHeader, .payment-giftcertificateinfo .opcHeader {
    padding-top: 48px;
    border-bottom: 0;
    margin-bottom: 0;
}
.payment-giftcertificateinfo .opcHeader {
    padding-top: 48px;
    border-bottom: 0;
    margin-bottom: 9px;
}
.payment-cardinfo .opcHeader {
    margin-bottom: 18px;
}
#payment-methods {
    margin-bottom: 15px;
    padding-bottom: 11px;
}
#checkout-container #column-shipping-payment label {
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 17px 15px 13px;
    margin-bottom: 5px;
    background-color: #FFF;
    position: relative;
}
#checkout-container #column-shipping-payment label:hover {
    background-color: rgb(125 196 166 / 10%);
    border-color: #7dc4a6;
}
.checkout-payment-description-cell, .checkout-shipping-description-cell {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    padding: 0 !important;
}
.checkout-payment-description-cell .payment-fee, .checkout-shipping-description-cell .shipping-fee {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4em;
    margin-top: 4px;
}
.checkout-payment-description-cell .payment-message, .checkout-shipping-description-cell .shipping-message {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 3px;
    font-weight: 400;
    color: #707070;
}
.webshop-checkout .gls-parsel-shops--container {
    padding-top: 0;
    padding-bottom: 0;
}
.checkout-payment-radio-cell, .checkout-shipping-radio-cell {
    padding-right: 10px;
    padding-top: 0px;
    width: 26px;
}
.checkout-payment-method-image img {
    bottom: 6px;
    margin-bottom: 0;
    position: relative;
    height: 30px;
    width: auto !important;
}
.checkout-shipping-method-image img {
    bottom: 4px;
    margin-bottom: 10px;
    position: relative;
    height: 27px;
    width: auto !important;
}
#checkout-container .checkout-payment-table, #checkout-container .checkout-shipping-table {
    width: 100%;
}
#customer-data .checkout-row {
    display: block;
    padding-top: 24px;
    position: relative;
    margin-bottom: 30px;
}
#customer-data #subscription-maillist {
    margin-top: 23px;
    padding-top: 0;
}
.div-checkout-checkbox-label {
    vertical-align: middle;
}
#customer-alternative-delivery .opcHeader {
    margin-bottom: 0;
}
#customer_alternativedelivery_history {
    display: none;
}
#checkout-container #customer-alternative-delivery {
    border-top: 0 none;
}
#checkout-container .checkout-checkbox {
    margin-right: 8px;
    position: relative;
    top: 1px;
    margin-bottom: 2px !important;
}
#order-creditcard p {
    font-size: 12px;
}
#checkout-container label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3em;
}
#checkout-container .checkout-payment-cardnumber-text {
    width: 160px;
}
#checkout-container .checkout-payment-controlcode-text {
    width: 70px;
}
#checkout-container .checkout-payment-cardexpire-month, #checkout-container .checkout-payment-cardexpire-year {
    width: 70px;
}
#checkout-container .checkout-payment-cardnumber-text, #checkout-container .checkout-payment-controlcode-text, #checkout-container .checkout-payment-cardexpire-month, #checkout-container .checkout-payment-cardexpire-year {
    border-color: #1AC366;
}
.checkout-payment-cardexpire-month-container::after {
    content: "/";
    display: inline-block;
    font-size: 12px;
    margin: 5px 7px;
}
#checkout-container .checkout-payment-cardexpire-year-container {
    padding-left: 0;
}
#checkout-container .checkout-payment-cardnumber-status-known {
    padding-left: 0;
    position: relative;
    top: 3px;
}
#checkout-giftcertificate-customer-balance-inner-row > div {
    font-weight: bold;
    margin-top: 14px;
}
#checkout-container label[for="checkout-giftcertificate-customer-balance"] {
    margin-right: 10px;
    margin-top: 10px;
    width: auto;
}
#checkout-payment-cardnumber-row, #checkout-payment-controlcode-row, #checkout-payment-cardexpire-date-row {
    margin-bottom: 7px;
}
#checkout-container #payment-cardinfo {
    border-bottom: 0 none;
    border-top: 1px solid #D9D9D9;
    margin-bottom: 55px;
    padding-top: 30px;
}
#checkout-container #checkout_note {
    height: 70px;
    max-width: 100% !important;
    min-height: 70px;
    min-width: 100% !important;
    width: 100% !important;
}
#checkout-container #order-summary table {
    border-bottom: 0 none;
    border-top: 1px solid #D9D9D9;
    margin: 6px 0;
    font-size: 13px;
}
#checkout-container #order-summary table tr:last-child td {
    padding-bottom: 8px;
}
#checkout-container #order-summary table tr:first-child td {
    padding-top: 11px;
}
#checkout-container .bold {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 13px;
}
.checkout-customerdata-text-validationmessage {
    font-weight: 600;
    margin-top: -11px;
    width: 100%;
    float: left;
    background-color: #fff0ef;
    color: #e33c2b;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}
#checkout-container .center-align {
    text-align: left;
}
#checkout-container table#order-summary td {
	vertical-align: top;
    padding: 0 0 15px 16px;
    line-height: 1.3em;
}
#confirm-termsandconditions-text {
    font-size: 14px;
    line-height: 1.3em;
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
}
#confirm-termsandconditions-link-text {
    padding-bottom: 0;
    font-size: 14px;
    padding-top: 0;
}
#confirm-termsandconditions-link-text a {
    text-decoration:underline;
}
#confirm-termsandconditions-link-text a:hover {
    text-decoration:none;
}
#confirm-accepterms, #confirm-accept-customerdata, #mailchimp-subscribe-box {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 13px 15px 13px 15px;
    background-size: auto 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #7dc4a6;
    line-height: 20px;
    position: relative;
    border-radius: 6px;
    height: 66px;
    display: flex;
    align-items: center;
}
#confirm-accepterms span, #confirm-accept-customerdata span, #mailchimp-subscribe-box label {
    display: block;
    background-color: #fbfbfb;
    left: 54px;
    top: 0;
    position: absolute;
    padding-left: 16px;
    height: 100%;
    padding-top: 12px;
    right: -1px;
    border-radius: 0 6px 6px 0;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-left: 0 none;
    padding-right: 16px;
}
#acceptTermsBit, #acceptCustomerDataBit, #mailchimp-subscribe {
    margin-right: 10px;
    position: relative;
    top: 0;
}
#mailchimp-subscribe-box {
    margin-top: 20px;
    background-color: #f1f1f1;
}
#confirm-checkout {
    margin-top: 25px;
    text-align: center;
}
#checkout-container #Orderstep2_GLS_Table {
    bottom: 12px;
    position: relative;
    margin-left: 8px;
}
#checkout-container .Orderstep2_GLS_RadioBtn {
    margin-left: 23px;
    margin-right: 6px;
}
.Orderstep2_GLS_ParcelShop_TD {
    font-size: 11px;
    line-height: 1.2em;
    padding: 0 0 17px 4px !important;
}
#checkout-container .Orderstep2_GLS_CompanyName {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 4px;
}
#termsFrame {
    display: none;
    height: 100%;
}
#payment-giftcertificateinfo input[type="button"] {
    background: #4C3480 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 33px;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    line-height: 14px;
    margin-left: 10px;
    padding: 10px 25px !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em;
}
#payment-giftcertificateinfo input[type="button"]:hover {
    background-color:#62508a;
}
#checkout-container input[type="text"], #checkout-container input[type="password"], #checkout-container input[type="number"], #checkout-container input[type="tel"] {
    padding-left: 12px !important;
    margin-top: 2px;
}
#checkout-container label[for="checkout-giftcertificate-cardnumber"] {
    height: auto;
    line-height: 31px;
    margin-bottom: 0;
    margin-right: 10px;
    width: auto;
}
#checkout-container .left-label {
    height: auto !important;
    line-height: 30px;
    margin-bottom: 0;
}
.payment-giftcertificateinfo {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 60px;
    padding: 0;
}
#checkout-container #checkout-giftcertificate-cardnumber {
    padding: 7px 8px !important;
    margin-top: 0;
}
.opcTermsFrameMob {
    display:none;
}
.touch .opcTermsFrameMob {
    display:inline;
}
.touch .opcTermsFrame {
    display:none;
}
#checkout-container #order-summary thead th {
    padding: 10px 0 0;
    font-weight: 600;
    font-size: 12px;
}
.webshop-checkout #footerWrap {
    display: none;
}
.webshop-checkout .contentPrmWrap {
    margin-bottom: 0px;
    padding-bottom: 120px;
}
#termsFrame img {
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    z-index: 0;
}
#termsFrame iframe {
    position: relative;
    z-index: 1;
}
#checkout_payment_errormessage {
    color: #b80000;
    font-size: 13px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 21px;
}
.checkoutCcError #column-data, .checkoutCcError #column-shipping-payment, .checkoutCcError #order-summary {
    display: none;
}
.checkoutCcError #order-creditcard {
    margin-top: 30px;
}
.checkoutCcError #checkout-container #confirm-checkout {
    margin-top: 0;
}
.checkoutCcError #payment-cardinfo {
    border-top:0 none !important;
}
#checkout-container h3 {
    width: 100%;
    display: block;
}
.opcLoginWrap {
    text-align: right;
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
}
.opcLoginWrap .btn {
    margin-left: 13px;
}
.opcLoginWrap.in .btn {
    background: #f1f1f1;
    color: #191A1C;
}
.opcLoginWrap.in .btn:hover {
    background-color: #D9D9D9;
}
#checkout-container #customer-login {
    display: none;
}
#customer-login {
    background: #ffffff none repeat scroll 0 0;
    height: 340px;
    margin: 0 auto;
    padding: 23px 30px;
    width: 320px;
}
#customer-login fieldset {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
#customer-login input[type="text"], #customer-login input[type="email"], #customer-login input[type="password"] {
    margin-bottom: 15px;
}
#customer-login #customer_lookup_submit {
    background: #191A1C;
    border: 0 none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 11px 21px 11px;
    font-weight: bold;
}
#customer-login #customer_lookup_submit:hover {
    background: #191A1C none repeat scroll 0 0;
}
#customer-login #checkout_password_login-button-container {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;
    padding-bottom: 30px;
    text-align: left;
}
#customer-login fieldset > a {
    font-size: 13px;
    text-decoration: underline;
}
#customer-login #checkout_forgottenpassword {
    margin-top: 7px;
    position: relative;
    padding-right: 80px;
}
#customer-login #checkout_forgottenpassword_submit {
    background: #ff922d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    height: 38px;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: 600;
}
#customer-login #checkout_forgottenpassword_submit:hover {
    background: #fafafa none repeat scroll 0 0;
}
#payment-methods-sencondary input[type="radio"] {
    margin-bottom: 20px;
    margin-right: 9px;
    position: relative;
    top: 1px;
}
#payment-methods-sencondary .payment-fee {
    font-size: 11px;
    font-weight: normal;
    margin-left: 7px;
}
#payment-methods-sencondary .payment-message {
    font-size: 11px;
    font-weight: normal;
}
#subscription-maillist label {
    width: 80%;
}
.Checkout_ShippingMethodServices_Devider_HR {
    display: none;
}
#Checkout_ShippingMethodServices_Table {
    position: relative;
    top: -22px;
    margin-left: 31px;
    font-size: 12px;
    font-weight: 700;
}
.checkout_shippingmethodservices_checkbox {
    position: relative;
    top: 1px;
}
.pacsoftservicepoint .servicpoint-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 2px;
}
#checkout-container .pacsoftservicepoint label {
    margin-bottom: 15px !important;
    font-size: 11px;
    line-height: 1.2em;
    padding-left: 12px;
}
#pacsoftservicepointholder {
    margin-top: 17px;
}
#checkout-container label[for="checkout_password_check"] {
    margin-top: 12px;
    background-color: #fbfbfb;
    padding: 16px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    border-radius: 6px;
}
.checkout_password_divider {
    width: 100%;
    height: 1px;
    margin-bottom: 35px;
    float: left;
}
.checkout-order-summary-headline {
    position: relative;
}
.checkout-order-summary-headline a {
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: -2px;
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 14px;
    letter-spacing: 0;
    border: 1px solid #D7D7D7;
}
.checkout-order-summary-headline a:hover {
    background-color: #191A1C !important;
    color: #fff !important;
    text-decoration: none;
    border: 0 none;
}
.webshop-checkout .topNav, .webshop-checkout .topCart, .webshop-checkout .topNavBtn, .webshop-checkout .topLogin, .webshop-checkout .topSearchForm, .webshop-checkout .topFav {
    display: none !important; 
}
#customer-alternative-delivery #customer-data {
    margin-bottom: 30px;
}
.checkout-alternativedelivery-select {
    position: relative;
    top: 12px;
}
#checkout-container .childproduct {
    padding-left: 0;
}
#checkout-container #column-shipping-payment input[type=radio]:checked::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 0px 1px #7dc4a6;
    border-radius: 5px;
    background-color: rgb(125 196 166 / 10%);
}

#checkout-container input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin-right: 7px;
    width: 24px;
    height: 24px;
    border: 1px solid #191A1C;
    border-radius: 20px;
    display: grid;
    place-content: center;
    cursor: pointer;
    background-color: #fff;
}
#checkout-container input[type=radio]::before {
    content: url(/images/design/construction/check-white.svg);
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-color: #7DC4A6;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #fff;
    transform: scale(0);
}
#checkout-container input[type=radio]:checked::before {
    transform: scale(1);
}
#checkout-container input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #191A1C;
    border-radius: 4px;
    display: grid;
    place-content: center;
    cursor: pointer;
    background-color: #fff;
}
#checkout-container input[type=checkbox]::before {
    content: url(/images/design/construction/check-white.svg);
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: #7DC4A6;
    text-align: center;
    padding-top: 4px;
    border: 1px solid #ffffff;
    transform: scale(0);
}
#checkout-container input[type=checkbox]:checked::before {
    transform: scale(1);
}









/* ---------- Ordrebekræftelse ----------- */

.webshop-orderstep4 main {
    border-top: 1px solid #D9D9D9;
    background-color: #fff;
}

.GiftCertificate_Download_Header_Order4, .Heading_Order4 {
    display: block;
}
.GiftCertificate_Download_Break {
    margin-bottom: 22px;
    padding-top: 22px;
}
.GiftCertificate_Download_Link_Container_Order4 {
    float: none;
    margin: 30px auto 0;
}
.GiftCertificate_Download_Link_Text_Order4 {
    display: block;
    font-size: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
.GiftCertificate_Download_Link_Image_Order4 {
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
.order4Text {
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    padding-bottom: 37px;
}
.Order_printIcon img {
    bottom: 1px;
    margin-right: 7px;
    position: relative;
}
.TableLines_OrderStep4 td {
    font-size: 13px;
    line-height: 1.4em;
}
.Heading_Order4 {
    margin-top: 40px;
}
.Heading_OrderStep4 {
    display: block;
    font-size: 25px;
    font-weight: 700;
    height: 40px;
}
.BackGroundColor1_OrderStep4 hr {
    margin: 20px 0;
}
.Order_printIcon {
    padding-top: 16px;
    vertical-align: top;
    text-align: right;
    text-decoration: underline;
}
.ProductImage_Order4 {
    margin-bottom: 10px;
    margin-right: 20px;
}
.BasketLine_OrderStep4 {
    border-bottom: 1px solid #D9D9D9;
}
.BasketLine_OrderStep4 td {
    padding: 10px 0;
}
.step4FpgBtn {
    background: #8b8b8b none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: block;
    letter-spacing: 0.07px;
    margin: 0 auto;
    padding: 13px 42px 12px;
    text-align: center;
    width: 240px;
}
.step4FpgBtn:hover {
    background-color: #b0b0b0;
    border: 0 none;
    text-decoration: none;
}
.order4 a, .order4 a:hover {
    text-decoration: none;
}
.TableLines_OrderStep4 {
    width: 100%;
}
.TableLines_OrderStep4 td[align="right"] {
    text-align: right;
}
.webshop-orderstep4 .contentPrmWrap {
    margin-bottom: 120px;
}
.checkoutCountry {
    float: left;
    width: 100%;
}
.checkoutCountryHeader {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3em;
    width: 100%;
    float: left;
}
.checkoutCountryText {
    width: 100%;
    float: left;
    border: 1px solid #c2c2c2;
    padding: 9px 15px 9px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin-top: 2px;
    margin-bottom: 15px;
    background-color: #fff;
}
.checkoutCountryChange {
    position: absolute;
    right: 16px;
    top: 8px;
    font-size: 13px;
    color: #707070;
}
#checkout-container label[for='checkout_customer_country'] {
    display: none;
}







/* ---------- Added to cart popup ---------- */

.addedPopup {
    width: 600px;
}
.addedPopupHeader {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.addedPopupHeaderCheck {
    width: 60px;
    height: 60px;
    background: #7DC4A6;
    border-radius: 100%;
    margin: 0 auto 20px;
    padding: 21px 19px 0;
}
.addedPopupBtns {
    width: 100%;
    float: left;
}
.addedPopupBtnBackWrapper {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.addedPopupBtnNextWrapper {
    float: left;
    width: 50%;
    padding-left: 10px;
}
.addedPopupBtns .btn {
    width: 100%;
}
.addedPopupProductWrap {
    float: left;
    width: 100%;
}
.addedPopupProductWrap .ddrrtb-content {
    height: auto !important;
}
.addedPopupProductWrap .ddrrtb-footer {
    display: none;
}
.addedPopupProductWrap .ddrrtb-dialog {
    background-color: #ffffff;
    border: 2px solid #FF5200;
    padding: 20px 20px 0px;
    border-radius: 5px;
    margin-top: 40px;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-image img {
    border: 1px solid #eee;
}
.addedPopupProductWrap .ddrrtb-dialog .ddrrtb-header {
    border: 0 none;
}
.addedPopupProductWrap .ddrrtb-dialog .ddrrtb-header .ddrrtb-headline {
    padding: 0;
}
.addedPopupProductWrap .ddrrtb-dialog .ddrrtb-header .ddrrtb-sub-headline {
    margin-top: 3px;
}
.addedPopupProductWrap .ddrrtb-dialog .ddrrtb-header .ddrrtb-headline {
    font-size: 18px;
}
.addedPopupProductWrap .ddrrtb-content {
    border: 0;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-buy {
    display: none;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-prices {
    position: absolute;
    right: 0;
    padding: 0;
    top: 12px;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-prices .ddrrtb-product-price {
    font-size: 16px;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-prices .ddrrtb-prices-wrapper {
    padding: 0;
    margin: 0;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 75px;
    padding: 0;
}
.addedPopupProductWrap .ddrrtb-product {
    border-top: 1px solid #d8e7da;
    padding-bottom: 10px;
    border-bottom: 0;
    padding-left: 83px;
    min-height: 95px;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-description, 
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-description div,
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-description p, 
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-description strong, 
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-description h2,
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-description h3 
{
    line-height: 1.2em;
    font-size: 11px;
    font-weight: normal;
    color: #636363;
}
.ddrrtb-product .ddrrtb-info .ddrrtb-product-name {
    line-height: 1.2em;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-name a {
    font-size: 14px;
    font-weight: bold;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info .ddrrtb-product-name a:after {
    content: 'Se mere';
    display: block;
    position: absolute;
    right: 0;
    bottom: 15px;
    background: linear-gradient(90deg, #FF5200 0%, #FF922D 100%);
    color: #fff;
    border-radius: 9px;
    padding: 10px 28px;
}
.addedPopupProductWrap .ddrrtb-product .ddrrtb-info {
    padding-top: 7px;
    width: 100%;
    height: 62px;
    overflow: hidden;
    padding-right: 133px;
}
.fancybox-can-pan .addedPopup .fancybox-content, .fancybox-can-swipe .addedPopup .fancybox-content {
    cursor: default;
}
.dd-dialog-responsive {
    display: none;
}






/* ---------- Fancybox and carousel ----------- */

.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;background: #6e6e6e;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}

.fancybox__iframe {
    max-width: 640px;
}
.fancybox__content {
    padding: 0px;
}








/* ---------- Desktop only CSS ----------- */

@media only screen and (min-width: 1501px) {

    .topNav {
        display:block; !important;
    } 
    #ProductFilter-Container {
        display:block !important;
    }
	.hide-for-small-only {
        display: block;
    }
    .show-for-small-only {
        display: none !important;
    }

}





/* ---------- Small Desktop only CSS ----------- */

@media only screen and (min-width: 1201px) and (max-width: 1500px) {

    .CategoryFooterContent {
        padding: 0 30px 0 calc(30px + 24vw);
    }
    .prlCategories ul li {
        width: calc(20% - 4px);
    }
    .prcInfoWrap {
        padding-right: 20px !important;
    }
    #ProductFilter-Container {
        display:block !important;
    }
    .hide-for-small-only {
        display: block;
    }
    .show-for-small-only {
        display: none !important;
    }

}






/* ---------- Tablet only CSS ----------- */

@media only screen and (min-width: 891px) and (max-width: 1200px) {
  
    .hide-for-small-only {
        display: block;
    }
    .show-for-small-only {
        display: none !important;
    }
    .topSearchFormInner {
        max-width: 330px;
    }
    .fpgCategoryTextHeader {
        font-size: 20px;
    }
    .footerList {
        width: 50% !important;
        margin-bottom: 60px;
    }
    .footerConnect {
        width: 35%;
        padding-right: 30px;
    }
    .footerText {
        width: 65%;
    }
    .footerInfo {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
    .fpgBanner {
        height: 75vh;
    }
    .fpgBannerText {
        top: 27%;
    }
    .CategoryFooterContent {
        padding: 0 30px 0 calc(30px + 28vw);
    }
    .prlCategories ul li {
        width: calc(25% - 4px);
    }
    .prlFilter {
        padding-right: 40px;
        width: 30% !important;
    }
    .prlContent {
        width: 70% !important;
    }
    .ProductList_Custom_DIV, .Related_Custom_DIV {
        gap: 60px;
    }
    .Frontpage_Custom_DIV > div, .ProductList_Custom_DIV > div {
        max-width: calc(50% - 30px);
    }
    .infocard:before {
        right: -31px;
    }
    .prcImageWrapOuter {
        width: 55%;
        padding-right: 50px !important;
        background: linear-gradient(90deg, #fff 0%, #fff 88%, #F8F8F8 100%);
    }
    .prcInfoWrap {
        padding-left: 30px !important;
        width: 45%;
    }
    .cartContent {
        padding-right: 340px;
    }
    .cartSummery {
        width: 300px;
    }    
    #checkout-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #checkout-container #column-data, #checkout-container #column-shipping-payment {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        max-width: 480px;
    }
    #checkout-container #column-order-summary {
        width: 100%;
        max-width: 480px;
    }


}








/* ---------- Small Tablet only CSS ----------- */

@media only screen and (min-width: 768px) and (max-width: 890px) {

    .hide-for-small-only {
        display: none !important;
    }
    .show-for-small-only {
        display: block;
    }
    .topLogo {
        width: 174px;
        margin-top: 5px;
    }
    .topSearchFormInner {
        max-width: 330px;
    }
    .footerList {
        width: 50% !important;
        margin-bottom: 60px;
    }
    .footerConnect {
        width: 35%;
        padding-right: 30px;
    }
    .footerText {
        width: 65%;
    }
    .footerInfo {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }
    .fpgBanner {
        height: 70vh;
    }
    .fpgBannerTextHeader, h1.fpgBannerTextHeader {
        font-size: 30px;
    } 
    .fpgCategoryTextHeader {
        font-size: 20px;
    }
    .fpgBannerText {
        font-size: 20px;
        top: 26%;
    }
    a.fpgCategory {
        width: calc(50% - 10px);
        padding-top: 60px;
    }
    .fpgCategories {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }
    .fpgCases .fpgCase:nth-child(3) {
        display: none;
    }
    .footerInfo ul {
        width: 100%;
        flex-direction: column;
        gap: 4px;
    }
    .CategoryFooterContent {
        padding: 0 30px 0 calc(30px + 28vw);
    }
    .prlCategories ul li {
        width: calc(33.33% - 4px);
    }
    .prlFilter {
        padding-right: 30px;
        width: 30% !important;
    }
    .prlContent {
        width: 70% !important;
    }
    .Frontpage_Custom_DIV > div, .ProductList_Custom_DIV > div {
        max-width: 100%;
    }
    .prcImageWrapOuter {
        width: 55%;
        padding-right: 50px !important;
        background: linear-gradient(90deg, #fff 0%, #fff 88%, #F8F8F8 100%);
    }
    .prcInfoWrap {
        padding-left: 30px !important;
        width: 45%;
    }
    .Related_Custom_DIV {
        gap: 60px;
    }
    .Related_Custom_DIV > div {
        max-width: calc(50% - 30px);
    }
    .infocard:before {
        right: -31px;
    }
    .cartSummery {
        width: 100%;
        position: relative;
        background-color: transparent;
        padding: 0;
        margin-bottom: 30px;
    }
    .cartContent {
        padding-right: 0;
        margin-bottom: 30px;
        min-height: inherit;
    }
    .cartOrderBtn.btn {
        float: right;
        width: 304px;
        margin: 0;
    }
    .contentPrmWrap .showbasket .mainIndent {
        padding: 0;
    }
    .cartPaymentMetohds {
        text-align: right;
        margin-top: 8px;
    }
    .cartBackBtn.btn {
        display: none !important;
    }
    .cartRelated {
        border-top: 1px solid #D9D9D9;
    }
    #checkout-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #checkout-container #column-data, #checkout-container #column-shipping-payment {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        max-width: 480px;
    }
    #checkout-container #column-order-summary {
        width: 100%;
        max-width: 480px;
    }
    .cusFavAdd {
        bottom: 43px;
        top: unset;
        height: auto;
        left: 330px;
        right: unset;
    }
    .cusFav {
        padding: 40px 0px 110px 330px;
    }



}













/* ---------- Mobile only CSS ----------- */

@media 
only screen and (max-width: 767px) {
    
    

    /* ---------- Main content ----------- */
	.mainIndent, .row .mainIndent, .row.contentPrmWrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hide-for-small-only {
        display: none !important;
    }
    .show-for-small-only {
        display: block;
    }
    .topRowFirst {
        height: 60px;
    }
    .topSearchFormInner {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }
    .topDelivery {
        font-size: 11px;
    }
    .topLinks a {
        font-size: 11px;
    }
    .topLinks {
        margin-top: 2px;
        margin-bottom: 1px;
    }
    .topRowLinks {
        border-bottom: 1px solid #363636;
    }
    .topLogo {
        width: 146px;
        margin-top: 12px;
    }
    .topNavBtn {
        float: left;
        height: 59px;
        width: 59px;
        cursor: pointer;
        padding-top: 17px;
        text-align: center;
        position: relative;
        margin-left: -13px;
        margin-right: 3px;
    }
    .topNavBtn img {
        width: 24px;
    }
    .topSearchForm {
        padding: 0 0 10px;
    }
    .topCartHeader, .topCartPrice {
        display: none;
    }
    .topActions {
        margin-top: 0;
    }
    .topCart a {
        width: 68px;
        height: 60px;
        padding: 0;
        margin-right: -15px;
    }
    .topCartIcon {
        right: 20px;
        top: 13px;
    }
    .footerConnect {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding: 50px 30px;
    }
    .footerText {
        width: 100%;
        padding-right: 0;
        padding-top: 50px;
    }
    .footer {
        background: #191a1c;
    }
    .footerInfo {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        margin-top: 0;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 20px;
        margin-bottom: 30px;
    }
    .footerList {
        padding-right: 15px;
        padding-left: 15px;
    }
    .footerInfo ul {
        width: 100%;
        gap: 12px;
        flex-direction: column;
    }
    .topNav {
        display: none;
        left: 0;
        transform: none;
        width: 100%;
        top: -3px;
    }
    .topNav #ProductMenu_List {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .topNav #ProductMenu_List li a {
        padding: 15px 33px;
        width: 100%;
        text-align: left;
    }
    .topCartAmount {
        right: 14px;
    }
    input.searchInput {
        font-size: 12px;
    }
    .topReseller a {
        border: 0 none;
        padding: 6px 0px 6px 22px;
    }
    .topReseller a span {
        border: 0 none;
        padding: 0;
    }
    .topReseller a:hover {
        background-color: transparent;
    }






    #CookiePolicy.fixed-center .CookiePolicyCenterText {
        padding: 6px 15px 30px 17px;
    }
    .cookie-policy-accept-all {
        width: calc(50% - 5px);
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        font-size: 13px;
    }
    .cookie-policy-accept {
        padding-left: 0;
        padding-right: 0;
        float: left;
        width: calc(50% - 5px);
        font-size: 13px;
    }
    .CookiePolicyText {
        font-size: 12px;
    }
    .CookiePolicyText img {
        width: 100px;
        position: absolute;
        right: 0;
        top: 24px;
    }
    .CookiePolicyText strong {
        margin-bottom: 7px;
        margin-top: 25px;
    }
    .fancybox-slide {
        padding: 15px !important;
    }









    /* ---------- Frontpage ----------- */


    .fpgBannerTextHeader, h1.fpgBannerTextHeader {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .fpgBannerText {
        font-size: 14px;
        top: 20%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .fpgBanner {
        height: 54vh;
    }
    .fpgScrollWrap {
        float: left;
        margin-top: -5vh;
        gap: 5px;
    }
    .fpgScrollHeader {
        font-size: 20px;
        padding: 20px 10px 0;
        margin-bottom: 7px;
    }
    .fpgCategories {
        flex-direction: column;
        padding: 0 15px;
        gap: 15px;
        margin-top: 4px;
    }
    a.fpgCategory {
        padding-top: 43px;
    }
    .fpgCategory img {
        max-width: 280px;
        margin-top: 19px;
    }
    .fpgIntroText h1, .fpgIntroText h2 {
        font-size: 34px;
    }
    .fpgCases {
        flex-direction: column;
        align-items: center;
    }
    .fpgCustomersLogoes {
        display: flex;
        flex-wrap: wrap;
    }
    .fpgCustomersLogoes > div {
        width: 25%;
    }
    .fpgCustomersLogoesDivider {
        display: none;
    }
    .fpgCustomersLogoes img {
        padding: 10px;
    }
    .fpgCustomers {
        margin-top: 61px;
    }
    .juicer-feed li.feed-item {
        width: 50% !important;
        float: left;
    }






    /* ---------- Product list ----------- */


    .prlCategories ul li {
        width: calc(50% - 3px);
    }
    .Frontpage_Custom_DIV > div, .ProductList_Custom_DIV > div {
        max-width: 100%;
    }
    .CategoryFooterContent {
        padding: 0 15px;
    }
    .prcFirstRow {
        flex-direction: column;
    }
    .prlMobileFilter {
        display: flex;
        border-top: 1px solid #d7d7d7;
        padding-top: 10px;
        margin-top: 20px;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px;
        flex-direction: row;
        align-items: center;
    }
    .prlMobileFilterResults {
        color: #707070;
        flex: auto;
    }
    .SubCats_Categories_Container > span, .prlHeader .CmsPageStyle > span {
        padding: 0 15px;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    .prlCategories > ul {
	    margin-top: 30px;
	}

 






    /* ---------- Prl filter ----------- */

    .prlFilter {
        display: none;
        background-color: #ffffff;
        height: 100vh;
        left: 0;
        margin-top: 0;
        min-height: 100vh;
        overflow: scroll;
        padding: 20px 20px 85px;
        position: fixed;
        top: 0;
        width: 100% !important;
        z-index: 15;
    }
    .product-filter-clear-all {
        background-color: #ffffff;
        border-top: 1px solid #D9D9D9;
        bottom: 0;
        left: 0;
        padding: 20px;
        position: fixed;
        top: inherit;
        width: 100%;
        z-index:11;
        display:block;
    }
    .product-filter-clear-all a {
        color: #191A1C;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        margin-left: 2%;
        padding: 14px;
        text-align: center;
        width: 48%;
        background-color: #f1f1f1;
        border-radius: 4px;
        text-decoration: none;
    }
    .product-filter-clear-all a:hover {
        text-decoration:none !important;
    }
    .product-filter-clear-all a.product-filter-view {
        display: block !important;
        margin-right: 2%;
        margin-left: 0;
        background-color: #191A1C;
        color: #fff;
        border: 0 none;
    }
    .product-filter-close {
        display: block !important;
        float: right;
        font-size: 27px;
        line-height: 27px;
        padding: 0 8px;
        position: relative;
        text-decoration: none !important;
        z-index: 12;
        top: -1px;
        height: 32px;
        width: 32px;
        background-color: #f1f1f1;
        border-radius: 100%;
        text-align: center !important;
    }
    .product-filter-body-container {
        border: 0 none;
        left: 0;
        position: relative;
        top: -1px;
        width: 100%;
    }
    .product-filter-column-container-1 {
        margin-bottom: 100px;
    }
    .product-filter-headertext-container {
        display: block;
    }
    .product-filter-view {
        display: block;
    }
    .prlFilter .loader {
        left: calc(50% - 24px);
    }




	
	
	
	/* ---------- Product card ----------- */

    .prcImageWrapOuter {
        background: linear-gradient(180deg, #fff 0%, #fff 85%, #F8F8F8 100%);
        margin-left: -15px;
        margin-right: -15px;
    }
    .prcBreadcrumbWrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 13px;
        margin-bottom: 4px;
    }
    .prcImage {
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
        float: none;
        padding-top: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .prcImageLabelWrap {
        left: 15px;
        top: 0;
    }
    .prcImageWrapOuter {
        padding: 0 !important;
    }
    .prcThumpnails {
        max-width: 450px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
        margin-top: 15px;
    }
    .prcThumpnails a {
        width: calc(25% - 8px) !important;
    }
    .prcInfoWrap {
        padding: 40px 0 !important;
    }
    .Related_Custom_DIV > div, .CustomersAlsoBought_Custom_DIV > div {
        max-width: 100%;
    }
    .product-video-thumbnail:before {
        width: 40px;
        height: 40px;
        padding-top: 10px;
        padding-left: 13px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
    }




    /* ---------- Content only ----------- */

    .contentOnly.webshop-productinfo .prcImageWrapOuter {
        width: 100% !important;
    }
    .contentOnly.webshop-productinfo .prcInfoWrap {
        width: 100% !important;
        margin-top: 30px;
        padding-left: 0 !important;
    }
    .contentOnly.webshop-productinfo .mainIndent {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contentOnly.webshop-productinfo .prcTabButton {
        padding: 19px 6px 17px;
        font-size: 12px;
    }




    
    /* ---------- Basket ----------- */
    
    .cartSummery {
        width: 100%;
        position: relative;
        background-color: transparent;
        padding: 0;
        margin-bottom: 30px;
    }
    .cartContent {
        padding-right: 0;
        margin-bottom: 30px;
        min-height: inherit;
    }
    .cartOrderBtn.btn {
        float: right;
        width: 304px;
        margin: 0;
    }
    .cartLine {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .clInfoWrap {
        padding-left: 85px;
        padding-right: 0;
    }
    .clName {
        margin-top: 10px;
        padding-right: 22px;
        margin-bottom: 10px;
        min-height: 63px;
        display: flex;
        align-items: center;
    }
    .clImage {
        width: 70px;
    }
    .clAmountText {
        font-size: 13px;
        float: left;
        width: auto;
        padding-left: 60px;
        padding-right: 0;
    }
    .clAmount {
        padding-left: 107px;
        margin: 0;
    }
    .clUnitPrice {
        text-align: left;
        font-size: 10px;
        line-height: 14px;
    }
    .clAmountBtns {
        right: inherit;
        left: 0;
    }
    .clPrice {
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 18px;
    }
    .cartHeader {
        font-size: 30px;
        margin-top: 22px;
    }
    .cartBreadcrumb {
        padding-bottom: 23px;
    }
    .contentPrmWrap .showbasket .mainIndent {
        padding: 0;
    }
    .cartPaymentMetohds {
        text-align: right;
        margin-top: 8px;
    }
    .cartRelated {
        border-top: 1px solid #D9D9D9;
    }




    
    /* ---------- One page checkout ----------- */

    #checkout-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #checkout-container #column-data, #checkout-container #column-shipping-payment {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
        max-width: 480px;
    }
    #checkout-container #column-order-summary {
        width: 100%;
        max-width: 480px;
    }
    #confirm-accepterms span, #confirm-accept-customerdata span, #mailchimp-subscribe-box label {
        font-size: 13px;
        line-height: 1.2em;
    }



    
    
    
    /* ---------- Ordrebekræftelse ----------- */
    .ProductImage_Order4 {
        width: 40px !important;
    }
    .Heading_Order4 {
        margin-top: 24px;
        font-size: 27px;
        margin-bottom: -14px;
    }
    .order4Text {
        padding-bottom: 28px;
        margin-bottom: -20px;
    }
    .Order_printIcon {
        display: none;
    }
    .Heading_OrderStep4 {
        font-size: 16px;
    }
    .TableLines_OrderStep4 td {
        font-size: 12px;
    }
    
    
    
    /* ---------- DD popups ----------- */
    .ui-dialog {
        left: 4% !important;
        width: 92% !important;
    }
    .ui-dialog table, .ui-dialog table tbody, .ui-dialog table tr, .ui-dialog table td, .ui-dialog table th {
        display: block; 
    }



    /* ---------- Added to basket popup ----------- */

    .addedPopup {
        padding: 25px;
    }
    .addedPopupBtns {
        height: 110px;
        position: relative;
    }
    .addedPopupBtnBackWrapper, .addedPopupBtnNextWrapper {
        width: 100%;
        position: absolute;
        padding: 0;
    }
    .addedPopupBtnNextWrapper {
        top: 0;
    }
    .addedPopupBtnBackWrapper {
        bottom: 0;
    }
    .addedPopupHeader {
        font-size: 17px;
        margin-bottom: 22px;
    }
    .addedPopupHeaderCheck {
        width: 60px;
        height: 60px;
        padding: 18px 17px 0;
        margin-bottom: 12px;
    }
    .addedPopupProductWrap .ddrrtb-dialog .ddrrtb-header .ddrrtb-headline {
        font-size: 15px;
    }
    .addedPopupProductWrap .ddrrtb-product .ddrrtb-prices {
        width: auto;
        left: 0;
        bottom: 19px;
        top: inherit;
        right: inherit;
    }
    .addedPopupProductWrap .ddrrtb-product {
        padding-bottom: 60px;
        min-height: 136px;
    }
    .addedPopupProductWrap .ddrrtb-product .ddrrtb-info {
        padding-right: 0;
    }  
    
    
    
    /* ---------- Egensider ----------- */
    .webshop-b2blogin #mainContent, .webshop-changepassword #mainContent {
        margin: 5px auto 80px;
        padding: 30px;
    }
    .webshop-customercenter #mainContent {
        margin: 5px auto 80px;
    }
    .webshop-b2blogin #mainContent.b2blogin {
        max-width: 100%;
    }
    .customer .TextInputField_Customer, .b2blogin input.TextInputField_B2Blogin, .addb2b .CustomerFieldsInput_ADDB2B_TD, .customer .OptionSelect_Customer {
        width: 100% !important;
    }
    .webshop-customercenter .Heading_Customer {
        padding: 20px 150px 0 30px;
    }
    .customerHead {
        text-align: left;
    }
    .webshop-customercenter .Heading_Customer small {
        text-align: left !important;
        font-size: 12px;
    }
    .customerHead h1 {
        font-size: 22px;
        line-height: 1em;
    }
    .webshop-customercenter #Form1 > span > span {
        height: 100px;
    }
    .webshop-customercenter form[name="CustomerCenterForm"] {
        margin-top: -18px;
    }
    .webshop-customercenter #Form1 > span {
        margin-bottom: 15px;
    }
    .webshop-customercenter table.BackgroundColor1_Customer {
        padding: 20px 30px 30px;
    }
    .webshop-customercenter table#tabID2 {
        padding-right: 0;
    }
    .webshop-customercenter .cusPass {
        width: 100%;
        position: static;
        padding: 0;
        border-left: 0 none;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .webshop-customercenter #Form1 .Heading_Customer .cusPass h4 {
        margin-top: 0;
        margin-bottom: 9px;
    }
    .cusOrderBack {
        margin-top: -10px;
    }
    .webshop-customercenter table#tabID3 .cusOrderProducts table tr {
        padding-right: 0;
    }
    .webshop-customercenter table#tabID3 .cusOrderProducts table tr.BackgroundColor3_Customer td[align="left"], .webshop-customercenter table#tabID3 .cusOrderProducts table tr.BackgroundColor2_Customer td[align="left"] {
        max-width: none;
        width: 10%;
    }
    .webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor3_Customer td[align="right"], .webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor2_Customer td[align="right"] {
        padding-right: 0;
        padding-left: 10px;
        width: 20% !important;
        max-width: inherit !important;
    }
    .webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor3_Customer td, .webshop-customercenter #tabID3 .cusOrderProducts .BackgroundColor2_Customer td {
        width: 50%;
        padding-right: 0;
        font-size: 11px;
        line-height: 1.5em;
    }
    .webshop-customercenter #tabID3 #BuyButton {
        left: calc(10% + 6px);
    }
    .webshop-customercenter #tabID3 .BackgroundColor3_Customer td, .webshop-customercenter #tabID3 .BackgroundColor2_Customer td, .webshop-customercenter #tabID3 .OrderlineHover_Customer td {
        padding: 15px 6px;
    }
    #tabID3 td > b {
        padding-right: 6px;
        padding-left: 6px;
    }
    .cusFavImage {
        position: static;
        max-width: 100%;
    }
    .cusFav {
        padding-left: 0;
        padding-right: 0;
    }
    .cusFavImage {
        position: static;
    }
    .cusFavAdd {
        position: static;
        margin-top: 16px;
        height: auto;
    }
    .cusTabs {
        flex-direction: column;
        padding: 0px 30px 10px;
        margin: -2px 0 20px;
    }
    .webshop-customercenter .cusTabs > span > span {
        flex-direction: row;
        gap: 10px;
        padding: 10px 12px;
    }
    .webshop-customercenter .cusTabs > span > span img {
        width: 21px;
    }
    .webshop-customercenter .customerLogout {
        right: 30px;
        top: 20px;
        padding: 10px 14px;
    }
    .webshop-customercenter table.BackgroundColor1_Customer a.cusDownloadItem .btn {
        right: unset;
        left: 0px;
        bottom: 30px;
        top: unset;
    }
    .webshop-customercenter table.BackgroundColor1_Customer a.cusDownloadItem {
        padding: 30px 0 95px;
    }
    .resellerList h1 {
        display: none;
    }
    .cms .resellerListNavHeader {
        display: block;
    }
    .cms .resellerList {
        padding-left: 20px;
    }
    .cms .resellerListNav {
        position: static;
        width: 100%;
        border-right: 0 none;
        margin-left: -20px;
    }
    .webshop-cmspage #mainContent, .webshop-terms #mainContent {
        margin-top: 40px;
    }
    




}






/* ---------- Small Mobile only CSS ----------- */

@media 
only screen and (max-width: 500px) {
    .instaFeedItem {
        height: 44vw;
    }
}








/* ---------- Print styles ----------- */
@media print {
    html, body {
        width: 1100px;
        height: 297mm;
    }
    .contentFrame, .contentFrame div {
        display:inherit;
    }
    a[href]:after { 
        content: ""; 
    }
    table { 
        page-break-inside:auto !important; 
    }
    tr    { 
        page-break-inside:auto !important; 
    }
    .show-for-print {
        display:block !important;
    }
    #productMenu, .topSearchForm, .topCart, .topNavBtn, .topSearch, .prcBuy, .hide, .footerRowTop {
        display: none !important;
    }
    .webshop-productlist #productMenu {
        display: block !important;
    }



}


















