/*responsive nav style*/
@media all and (max-width: 799px) {
    header {
         width: 100%;
    }

    header .container {
        background: none !important;
    }

    header .headercontainer {
        width: 90%;
    }

    header .nav-bar .cartandprofile {
        background: #333333;
        padding: 10px 0px;
        box-sizing: border-box;
            display: none !important;
    }

    header #background .container.mobilecontainer{
        width: 100%;
    }

    header .searchbar {
        width: 90% !important;
        margin: 0 auto !important;  
    }

    .mobile {
        flex-wrap: wrap !important;
    }

    .mobile form {
        width: 100%;
    }

    .desktop{
        display: none !important;
    }

    header .flag {
        margin-left: 0 !important;
    }

    header #topbar {
        display: none;
    }

    header #mainbar {
    background: #29292a;
    display: flex;
    align-items: center;    
    }


    header nav {
    background: #29292aeb;
    width: 100%;
    margin: auto;
    z-index: 100000;
    position: absolute;
    right: 100%;
    top: 80px;
    overflow-y: auto;
    overflow-x: hidden;
}

    header ul.my-account,
    header ul.cart {
        display: none;
    }


    header nav:after {
        content: "";
        display: block;
        clear: both;
    }

    header nav ul {
        list-style: none;
    }

    header nav ul li {
        float: left;
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    header nav ul li:first-child {
        border-top: 0;
    }

    header nav ul li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    header nav ul li a {
    color: #fff;
    display: block;
    padding: 32px 32px;
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
    text-decoration: none;
}

    /* Submenu */
    header nav ul li .sub-menu {
        display: block;
    background: linear-gradient(
    94deg, #fed636, #ee5745);
        position: absolute;
        width: 150%;
        z-index: 1000;
    }

    header nav ul li .sub-menu li {
        width: 100%;
        display: block;
    }

    header nav ul li .sub-menu li a {
        margin-left: 30px;
        color: #fff;
        display: block;
        padding: 10px 0px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 200;
    }

    header nav ul li:hover .sub-menu {
        display: block;
    }


    /* Nav Bar */
    header .nav-bar {
        width: 100%;
        position: relative;
        top: 0;
        background: var(--maincolor);
        left: 0;
        z-index: 100000;
    }

    #slider-caption {
    width: 100% !important;
}

    header .nav-bar .container {
        flex-wrap: nowrap;
        align-items: center;
    }

    .nav-logo{
        width: 200px;
    padding: 15px;  
    }

    header .nav-bar .cartandprofile img {
        display: none;
    }

    header .nav-bar .container .site-name {
        flex: 1 0 20%;
    }

    header .nav-bar .container .site-name a {
        color: var(--maincolor);
        font-size: 18px;
        font-weight: bold;
        display: block;
        float: left;
        width: 200px;
    }

    header nav ul.sub-menu li:last-child {
        border-bottom: none;
    }

    header nav ul li.menu-item-has-children a {
        width: calc(100% - 41px);
        float: left;
        box-sizing: border-box;
    }

    header nav ul li.menu-item-has-children span {
        float: left;
        width: 41px;
        cursor: pointer;
        height: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--subcolor);
        color: white;
        font-size: 14px;
    }

    header ul li a { display: block; }

    header nav ul li .sub-menu {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: none;
    }

    header nav ul li:hover .sub-menu { display: none; }

    header nav ul li ul li:first-child { border-top: 1px solid #ffffff99; }

    header nav ul li .sub-menu span {
        display: inline-block;
        margin-right: 10px;
    }

@media (max-width: 799px){
body.home header nav {
    background: #29292aeb;
    width: 100%;
    margin: auto;
    z-index: 100000;
    position: absolute;
    right: 100%;
    top: 40px;
    }
}
    header nav ul li .sub-menu a {
        margin-left: 10px;
        padding: 5px 0;
    }

    /* Hamburger Icon */
    .responsive-menu-button {
        width: 30px;
        height: 18px;
        position: relative;
    margin: 15px 20px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
body.home header figure.nav-logo {
    position: absolute;
    left: 15%;
    width: 60%;
    top: 12%;
        text-align: center;
    z-index: 9999;
}

    .responsive-menu-button span {
        display: block;
        position: absolute;
        height: 2px;
        width: 34px;
        background: white;
        border-radius: 30px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .responsive-menu-button span:nth-child(1) {
        top: 0px;
    }

    .responsive-menu-button span:nth-child(2),.responsive-menu-button span:nth-child(3) {
        top: 8px;
    }

    .responsive-menu-button span:nth-child(4) {
        top: 16px;
    }

    .responsive-menu-button.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .responsive-menu-button.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .responsive-menu-button.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .responsive-menu-button.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
}

@media all and (max-width: 550px) {
    header a.topbutton p{
        font-size: 10px !important;
    }
}

@media all and (max-width: 450px) {
    .sitebuttons{
        display: none !important;
    }
}

header .sitebuttons a.topbutton{
    font-weight: 900;
    display: table-cell !important;
    flex-wrap: wrap;
    align-items: center;
    color: white !important;
    text-transform: uppercase;
    height:auto;
    width: 125px;
    transform: skew(20deg);
    background: var(--maincolor) !important;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0;
    }
header a.topbutton:nth-child(2){
    border-left: 1px solid #3ca6d5;
}

    header a.topbutton p{
        transform: skew(-20deg);
        font-size:15px;
        text-align: center;
    }

    .mobile{
        display: none;
    }

    #topbar{
        flex: 0 0 50%;
    }

    .upperpart{
        display: flex;
        flex-wrap: wrap;
    }

    header #topbar .container {
        justify-content: flex-end;
    }

    .sitebuttons{
        flex: 0 0 20%;
    }


@media screen and (min-width: 800px) {
    .scrolled header div#topbar {
        display: none;
    }

    body.home header #mainbar {
        border-bottom: 0;
    }

    header .cartandprofile{
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px;
    display: block;
    }

    header {
        position: relative;
        display: block;
        width: 100%;
        background: #f8f8f8;
    }


    header nav ul li.menu-item-has-children span {
        display: none;
    }

    header .nav-bar {
        display: none;
    }

    header .container {
        overflow: visible;
        display: flex;
        align-items: center;
    }

    header .upperpart.container {
        justify-content: space-between;
    }  

    header #topbar ul {
        margin: 10px 0;
    }

    header #topbar ul li {
        display: inline-block;
        margin-right: 20px;
        color: #4a4a4a;
        font-size: 15px;
    }

    header #topbar ul.extra-menu li {
        margin-right: 5px;
    }

    header #topbar ul.extra-menu li i {
        font-size: 9px;
    }

    header #topbar ul li:last-child {
        margin-right: 0;
    }

    header #topbar ul li a {
        color: #4a4a4a;
        font-size: 15px;
        font-weight: 400;
    }

    header #topbar ul.info-menu {
        float: left;
    }

    header #topbar ul.phone-numbers {
        float: right;
    }

    header #mainbar {
        background-color: #29292a;
        width: 100%;
    }

    header #mainbar .container#background {
        box-sizing: border-box;
        background: #f8f8f8;
    }

    header .nav-logo {
        flex: 0 0 25%;
        margin: 5px 0;
        display: flex;
    }

    header .nav-logo img {
    width: 250px;
	}

    header #mainbar figure.nav-logo a img {
        height: auto;
        box-sizing: border-box;
    }

    header #mainbar nav {
        float: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header #mainbar nav ul li {
        display: inline-block;
        position: relative;   
        z-index: 999;
        padding: 10px;
    }

    header #mainbar nav ul li:not(:last-child) {
        margin-right: 4px;
    }

    header #mainbar ul li a {
        color: #29292a;
        font-weight: 600;
        font-size: 14px;
        transition: all .4s ease-in-out;
    }

    header #mainbar nav ul li ul li a {
	    font-size: 14px;
	    width: 100%;
	    border-top: 1px solid #4daeda;
    }

    .sub-menu {
        display: none;
    }

    header nav ul li#menu-item-920 {
        background: #FF9800;
        padding: 5px 22px 5px 10px !important;
        border-radius: 5px;
        border-right: 3px solid #c77700;
        border-bottom: 3px solid #c77700;
    }

    header nav ul li#menu-item-920:before {
        color: white;
        right: 5px;
    }

    header nav ul li#menu-item-920 a {
        color: white;
    }

    header nav ul li.menu-item-has-children:hover .sub-menu {
        /*display: block;*/
        position: absolute;
        padding-top: 10px;
    }

    header nav ul li.menu-item-has-children {
        padding-right: 15px !important;
        margin-right: 0;
    }


    header nav ul li.menu-item-has-children:before {
	    position: absolute;
	    top: 0;
	    right: 0;
	    font-family: 'FontAwesome';
	    content: '\f0d7';
	    font-size: 18px;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    color: white;
	    transition: 0.5s all ease-in-out;
    }

    header nav ul li.menu-item-has-children:hover .sub-menu li {
        margin-right: 0 !important;
        width: -webkit-fill-available;
        padding: 0 !important;
        min-width: 200px;
    }

    header nav ul li.menu-item-has-children:hover .sub-menu li a {
        padding: 10px 20px !important;
        background: var(--maincolor);
        color: white !important;
    }

    header nav ul li.menu-item-has-children:hover .sub-menu li a:hover {
        background: var(--subcolor);
    }

    header nav ul li.menu-item-has-children:hover:before  {
        transition: 0.5s all ease-in-out;
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 800px) {
    header #mainbar nav ul li:not(:last-child) {
        margin-right: 5px;
    }
    header .nav-bar .cartandprofile{
    display: none;
    }
}

@media screen and (min-width: 1000px) {
    header #mainbar nav ul li:not(:last-child) {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1250px) {
    header #mainbar nav ul li {
        margin-right: 20px !important;
    }
}

header .cart {
    float: left;
    height: 30px;
    margin-right: 12px;
}

header .cart li {
    margin-right: 0 !important;
}

header #mainbar .my-account li {
    margin-right: 0 !important;
    display: block;
    width: 100%;
}

header .cart li a {
    overflow: visible;
    font-weight: 300;
    font-size: 18px;
}

header .cart li a:before {
    display: none;
}

header .cart li span.cart-total {
    position: relative;
    content: '';
    top: -36px;
    right: -19px;
    color: #29292a;
    background: #ffffff;
    border-radius: 100%;
    padding: 2px;
    font-size: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .cart li span.cart-overview {
    position: absolute;
    right: 0;
    background: white;
    color: var(--maincolor);
    -webkit-box-shadow: 0px 0px 23px -3px rgba(79,79,79,1);
    -moz-box-shadow: 0px 0px 23px -3px rgba(79,79,79,1);
    box-shadow: 0px 0px 23px -3px rgba(79,79,79,1);
    display: none !important;
}

header .cart li span.cart-overview h3 {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 21px;
}

header .cart li span.cart-overview h3 svg {
    font-size: 20px;
    margin-right: 10px;
}

header .cart li span.cart-overview #buttons {
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .cart li span.cart-overview #buttons a {
    display: inline-block;
}

header .cart li span.cart-overview #buttons a:first-child {
    color: var(--maincolor);
    text-decoration: underline;
    font-size: 15px;
}

header .cart li span.cart-overview #buttons a:last-child {
    background: var(--maincolor);
    color: white;
    font-size: 19px;
    width: auto;
    text-align: center;
    font-weight: 300;
    box-sizing: border-box;
    padding: 7px 20px;
}

header .cart li span.cart-overview #buttons a:last-child:hover {
    background: #4CAF50;
}

header .cart li span.cart-overview .woocommerce-mini-cart-item.mini_cart_item:hover {
    background: #f9f9f9;
}

header .cart li span.cart-overview .woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid #dedede;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
}

header .cart li span.cart-overview .woocommerce-mini-cart-item.mini_cart_item .variation-Kleur {
    margin-left: 0 !important;
}

header .cart li span.cart-overview .woocommerce-mini-cart-item.mini_cart_item a {
    color: var(--subcolor) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

header .cart li span.cart-overview .woocommerce-mini-cart-item.mini_cart_item .quantity {
    color: #111;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    width: 200px;
}

header .cart li i {
    font-size: 24px;
    color: #fec131;
}

header .cart .cart-overview i {
    margin-right: 10px;
}

header .my-account li a {
    overflow: visible;
    font-weight: 300;
    font-size: 18px;
}

header .my-account li a:hover {
    text-decoration: underline;
}

header .my-account li a:before {
    display: none;
}

header .my-account li span.user-overview {
    position: absolute;
    right: 0;
    background: white;
    color: var(--maincolor);
    -webkit-box-shadow: 0px 0px 23px -3px rgba(79,79,79,1);
    -moz-box-shadow: 0px 0px 23px -3px rgba(79,79,79,1);
    box-shadow: 0px 0px 23px -3px rgba(79,79,79,1);
    display: none;
    padding: 20px;
    box-sizing: border-box;
    min-width: 250px;
}

header .my-account li span.user-overview h3 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 21px;
}

header .my-account li span.user-overview h3 svg {
    font-size: 20px;
    margin-right: 10px;
}

header .my-account li i {
    font-size: 30px;
}

header .my-account li ul li a {
    padding: 5px 0;
    width: 100%;
}

header .cartandprofile .my-account{
    margin-left: 12px;
}

header form label .searchinput{
    padding: 9px 9px 9px 18px;
    font-size: 14px;
    border: none;
    background: #ebebeb;
    width: 100%;
}

#background{
    background: #fdc21c;
    color: #29292a;
}

header form label.moblable{
    flex: 1;
}

header form .searchbutton{
    padding: 6px;
    background: #11598a;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: white;
    flex: 0 0 100px;
}

header .searchbar{
    display: flex;
    margin: 0;
    width: 50%;
}

header .searchbar label {
    width: 100%;
}

header .menubackground{
    background: #f8f8f8;
}

header .zakelijklogin {
    padding: 6px;
    margin-right: 16px;
    background: var(--maincolor);
    font-size: 17px !important;
    border: none;
    cursor: pointer;
    color: white !important;
    flex: 0 0 20%;
}
