﻿/*Logo*/

header.sticky-mode .logo img {
    max-height: initial;
}


.cookielaw-bar {
    background-color: #f2f2f2ba;
    border-color: #969696;
    border-radius: 8px;
    margin: 5px;
    overflow: hidden;
}
.cookielaw-buttons {
    background: #f77e0c;
}
.cookielaw-content, .cookielaw-content a, .cookielaw-content a:hover, .cookielaw-buttons a, .cookielaw-buttons a:hover {
     color: black;
     font-weight: normal;
}
.cookielaw-content h5 {
    padding: 0 10px;
    margin: 5px;
    font-size: 12.5px;
    font-weight: normal;
}
.cookielaw-content h5 a {
    font-weight: bold;
}
a#topbar-agree-cookielaw {
    height: auto !important;
    font-weight: bold;
}


/*DropDown Country List*/

.top-action .top-hyp:empty {
    display: none;
    opacity: 0;
}


/*!DropDown Country List!*/


/*Product list*/

.thumbnail>img {
    padding: 0 0 5%;
}

.product-img .hyp-thumbnail {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.product-img .hyp-thumbnail:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.carousel-image-m img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.carousel-image-m img:hover {
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.productcatimg {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.productcatimg {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.productcatimg:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.promo-box {
    margin: 40px 0 40px 0;
    padding: 0 0 60px 0;
}

.promo-box a img {
    margin: 0 0 20px 0;
    top: -20px;
}

.promo-box h2 {
    font-family: 'Nanum Pen Script';
    font-size: 70px;
    margin: 0 0 5px 0;
}


/*Banner*/

.banner,
.banner-full-width {
    height: auto;
    max-height: fit-content;
    min-height: 400px;
}

.banner h1 {
    font-size: 3.5em;
    color: #fff;
    margin-bottom: 20px;
}

.banner h2 {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
}

.banner img {
    height: auto;
}

/*!Menuhoover!*/

.nav-list-sub {
    border-width: 1px;
    border-style: solid;
    display: none;
    position: absolute;
    width: 230px;
    z-index: 5;
    padding: 7px 0;
    margin-top: -1px;
}

/*!banner!*/

a:hover {     text-decoration: none; }

/*404*/

#notFoundPage .msg-block-error,
.validation-summary-errors {
    background: #fff;
}

#notFoundPage .msg-block-error:before,
.validation-summary-errors:before {
    display: none;
}


#notFoundPage .msg-block-error {
    color: #000;
    font-size: 15px;
}



/*!404!*/


/*About Us*/

.infobox {
    width: 100%;
}

.infobox .description {
    background-color: #505c62;
    padding: 20px;
    color: #fff;
}


/*!About Us!*/


.columns-general.flow-category-tiles {
    text-align: center;
}


/*Our Brand*/

.intro-wrapper {
    padding: 60px 0 0 0;
}

.thebrand {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.thebrand:hover {
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.quotebrand {
    font-family: 'Nanum Pen Script', cursive;
    text-align: center;
    font-size: 3.3em;
    line-height: 0.9em;
    color: #6d6d6d;
    margin-bottom: 80px;
    margin-top: 40px;
}




/*!Our Brand!*/


/*Ou Loaction*/

.headline-intro {
    margin: 40px 0;
}

.email-link {
    background-color: rgb(255, 255, 255);
    letter-spacing: 0.02em;
}




/*!Our Location!*/


/*hr*/

hr {
    margin-bottom: 40px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(71, 115, 83, 0.75), rgba(0, 0, 0, 0));
    box-sizing: border-box;
    height: 1px;
    overflow: visible;
}


/*Read more*/

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-wrap {
    display: none;
}

.read-more-trigger {
    margin: 0 0 20px 0;
}

.read-more-state:checked~.read-more-wrap {
    display: inline-block;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: '↓';
    font-size: 20px;
    font-weight: 800;
}

.read-more-state:checked~.read-more-trigger:before {
    content: '↑';
    font-size: 16px;
    font-weight: 800;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    border-radius: .25em;
}



/*!Read more!*/

.cg-1 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.justify {
    text-align: justify;
}

.centered,
.centered .column {
    text-align: center;
}

.iconlink>i {
    font-size: 60px;
    color: #000;
}

.iconlink-big {
    color: transparent;
}

.iconlink-big:hover {
    outline: none;
    color: transparent;
}

.iconlink-big>i,
.icon-big {
    font-size: 80px;
    color: #969696;
}

.iconfont-medium {
    font-size: 40px;
}

.normal .iconfont,
.iconfont-medium {
    color: #969696;
}

.active .iconfont {
    color: #0081c6;
}

.icofont.pad-1 {
    margin-left: 20px;
}

.headline-mt-1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.headline-mt-2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.headline-mt-3 {
    margin-bottom: 40px;
    margin-top: 60px;
}

.def-p {
    margin: 0 0 20px 0;
}

.spacer-15 {
    height: 15px;
    width: 100%;
}

.spacer-20 {
    height: 20px;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    width: 100%;
}

.spacer-80 {
    height: 80px;
    width: 100%;
}


.btn.btn-medium {
    margin-right: 15px;
}

.columns-general.bottom {
    font-size: 12px;
}

.columns-general.space-60 {
    margin-bottom: 60px;
}


/*!hr!*/

#News .column:first-child h2 {
    opacity: 0.4;
    margin-bottom: 20px;
    margin-top: 90px;
}

.iconlink:hover {
    text-decoration: none
}

.h1-holder,
.html-wrapper h1 {
    padding-top: 20px;
}


/* Textdecoration off */

nav .hyp-top-lvl {
    text-transform: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    text-transform: none;
    color: rgba(7,60,90,1);
}

.font-h4 {
    text-transform: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-transform: none;
    padding: 0 0 3px 0;
}

.btn, .btn:hover {
    text-transform: none;
    background: #f77e0c;
    border-color: #e77b0f;
}
.btn.no-caption, .btn.no-caption:hover {
    background: #003350;
}

/* Sitemap width and bold font and footer no border top*/

.sitemap-nav li a {
    font-weight: bold;
}

.sitemap-nav ul a {
    font-weight: normal;
}

a.top-hyp.font-smaller:last-of-type {
    font-weight: bold;
}

footer {
    background: rgb(0,51,80);
    background: -moz-linear-gradient(-56deg, rgba(0,51,80,1) 30%, rgba(7,60,90,1) 50%, rgba(88,172,212,1) 100%);
    background: -webkit-linear-gradient(-56deg, rgba(0,51,80,1) 30%, rgba(7,60,90,1) 50%, rgba(88,172,212,1) 100%);
    background: linear-gradient(-215deg, rgba(0,51,80,1) 30%, rgba(7,60,90,1) 50%, rgba(88,172,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.grad;
    border-top: none;
}

.sitemap span.font-h4 {
    color: #fff;
}

.newsletter span.font-h4 {
    color: #fff;
}

footer .columns-general>.column {
    color: #fff;
}


/* !Desktop styles! */

@media (min-width: 1024px) {
    header .bottom-header {
        background: rgb(0,51,80);
        background: -moz-linear-gradient(-183deg, rgba(0,51,80,1) 29%, rgba(7,60,90,1) 47%, rgba(88,172,212,1) 100%);
        background: -webkit-linear-gradient(35deg, rgba(0,51,80,1) 29%, rgba(7,60,90,1) 47%, rgba(88,172,212,1) 100%); 
        background: linear-gradient(-195deg, rgba(0,51,80,1) 29%, rgba(7,60,90,1) 47%, rgba(88,172,212,1) 100%); 
        filter: progid:DXImageTransform.Microsoft.grad;
    }
    .login-page-cnt {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .aside-links {
        margin-top: 100px;
    }
    .profile-page-cnt {
        margin-bottom: 100px!important;
    }
    .profile-register-page {
        margin-bottom: 100px!important;
    }
    /* Logo and menu header changes */
    .logo {
        margin-right: 10px;
        max-width: 25%;
        margin-bottom: 0px;
        margin-top: -10px;
    }
    .nav-wrapper {
        margin-top: 0px;
    }
    a.font-h4 {
        border-bottom: 1px #dadada solid;
        font-weight: 600;
        font-size: 14px;
    }
    .nav-lvl-2 .wrapper {
        margin-bottom: 10px;
    }
    .middle-header {
        margin: 2px auto 2px;
    }
    a.top-hyp.font-smaller:last-of-type {
        font-weight: bold;
        border-left: none;
    }

    /* Availability/price width on PDP */
    .order-box .form-row .label {
        padding-right: 1%;
        width: 35%;
    }

    /* Product List pages header */
    .combined-header {
        margin-top: 0px;
    }
    .combined-header h1 {
        font-size: 2.6em;
    }

    .nav-lvl-3 .hyp {
        line-height: 16px;
        margin-bottom: 10px;
    }
    .combined-description {
        padding-bottom: 15px;
    }
    /* Sitemap width */
    .sitemap-nav li {
        float: left;
        padding-right: 13px;
        width: 240px;
    }
    .social-area .social-element:first-of-type {
        display: none;
    }
    .social-area .social-element:last-of-type {
        display: none;
    }
    .social-area .social-element {
        width: 100%;
    }
    /* Align with titles left site: text subscribe */
    .newsletter span.font-h4 {
        padding-bottom: 8px;
    }
    .newsletter button.btn {
        font-weight: normal;
    }
    .newsletter {
        width: 20%;
    }

    .desk30 {
        width: 30%
    }
    .desk70 {
        width: 70%
    }
    .desk20 {
        width: 20%
    }
    .desk80 {
        width: 80%
    }
    .column.footer-nav {
        width: 55%;
    }
    .nav-item-root .hyp-top-lvl {
        line-height: 52px;
    }
    .logo img {
        margin-top: 0px;
        width: 250px;
    }

    .nav-item-root .hyp-top-lvl {
        padding: 0 12px;
    }

    .banner-content {
        padding: 7% 0%;
        text-align: left;
    }
    .nav-lvl-2 .wrapper {
        border-bottom: none;
    }
    .nav-lvl-3 .hyp {
        line-height: 16px;
        margin-bottom: 10px;
        font-size: 13px;
    }
}


@media screen and (max-width: 639px) {
    .banner-full-width {
        position: absolute;
    }
    .banner-content {
        padding: 10% 5%;
        text-align: center;
    }
    .banner img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .banner,
    .banner-full-width {
        height: 210px;
        min-height: 210px;
    }

    .banner h1 {
        font-size: 2em;
    }

    .centered,
    .centered .column {
        margin: 0 0 20px 0;
    }

    .productcatimg,
    .productcatimg a,
    .productcatimg a img {
        text-align: center;
    }
    .banner {
        margin-bottom: 0;
        position: relative;
    }
    .banner-content {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .social-area .social-element {
        width: 100%;
        height: auto;
    }

    .sitemap-nav li>ul {
        margin: 0 0 20px 0;
    }
    .sitemap-nav>li {

        margin-bottom: 20px;
    }
}

/* Account input fields */

.tbx.cust-1 {
    width: 40%;
}

.tbx.cust-2 {
    width: 30%;
}


/* !End Desktop Styles! */


/* Table payment methods */

#betaalmethoden {
    width: 100%;
    border: 1px #d9d9d9 solid;
}

#betaalmethoden .betaalth {
    margin: 10px;
    width: 50%;
    background-color: #e5e5e5;
    font-weight: bold;
}

#betaalmethoden .betaaltb {
    margin: 10px;
    width: 50%;
}

#betaalmethoden .betaalth p {
    margin: 10px;
}


/* !End Table payment methods! */

.ui-tabs-nav li:not(:first-child) {
    margin-left: 30px;
}




/* Google Map Responsive */

.googlemap {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}



/*Moble Phone*/

@media(max-width:480px) {
    .top-dropdown.language.shop-selector.country-selector {
        max-width: 100%;
        margin-left: 0;
    }

    .nav-is-opened nav {
        padding: 10px 0;
    }

    .bottom-header .nav-list-root,
    .bottom-header .nav-item-root {
        margin: 0 0 5px 0;
    }

    #betaalmethoden .betaaltb p {
        margin: 10px;
    }
}

.msg-block.msg-cannot-order.msg-state-visible.msg-cannot-order-ovd {
    display: none;
}

.facet h4 {
    font-size: 1.2em;
}

.sitemap .font-h4 {
    display: none;
}

.column.sitemap {
    padding: 12px 0 0 0;
}
.grid-mode .product-tile {
    min-height: 300px;
}
/*Fix Mobile Added*/
 @media screen and (max-width: 639px) { 
 .banner, .banner-full-width {        height: 110px;        min-height: 110px;    } 
 .banner img {          object-fit: none;    }
 .banner-content {        padding:0;    } 
     .banner h1 {
    font-size: 1.6em; font-weight:bold;
}
     .banner h2 {
    font-size: 1.4em; 
}
     .banner h1, .banner h2 {
    text-shadow: 0 3px 2px #000;
}
}