body{
    margin: 0;
    padding: 0;
}

.container_main{
    width: 90%;
    margin: auto;
}



/* aanbieding_top */
header .aanbieding_top{
    height: 57px;
    background-color: #ebe2d3;
}

header .aanbieding_top .aanbieding_cont a{
    text-decoration: none;
}

header .aanbieding_top .aanbieding_cont h1{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 57px;
}

header .aanbieding_top .aanbieding_cont h1:hover{
    text-decoration: underline;
}



/* check_top */
header .check_top{
    height: 37px;
    background-color: #A7C1CC;
}

header .check_top .flex_checks{
    display: flex;
    height: 100%;
    justify-content: space-between;
}

header .check_top .flex_checks_left{
    display: flex;
}

header .check_top .flex_checks_left a{
    font-family: 'Open Sans', sans-serif;
    line-height: 37px;
    text-decoration: none;
    font-size: 14px;
    margin: 0 34px 0 0;
}

header .check_top .flex_checks_left a .fas{
    color: #090;
    width: 22px;
    text-align: left;
    font-size: 13px;
}



header .check_top .flex_checks_right .sub_checks_nav{
    display: flex;
    float: right;
}

header .check_top .flex_checks_right .sub_checks_nav a{
    display: block;
    font-family: 'Open Sans', sans-serif;
    line-height: 37px;
    text-decoration: none;
    color: #000000;
    margin: 0 0 0 22px;
    font-size: 14px;
}

header .check_top .flex_checks_right .sub_checks_nav img{
    height: 14px;
    margin: 0 0 -1px 7px;
}







/* full_bar */
header #top_full_bar{
    width: 100%;
}

.sticky{
    position: fixed;
    top: 0;
}

header .top_bar{
    background-color: #ffffff;
    height: 122px;
    width: 100%;
}

header .top_bar .top_flex{
    display: flex;
    width: 100%;
    height: 100%;
}




header .top_bar .top_flex .left_nav{
    display: flex;
    width: 25vw;
    height: 122px;
}

header .top_bar .top_flex .left_nav .main_search{
    height: 42px;
    display: flex;
    align-self: center;
    border: 1px #000000 solid;
    width: 100%;
    padding: 0 0 0 0;
    border-radius: 4px;
}

header .top_bar .top_flex .left_nav .main_search input{
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 0 0 12px;
    border-radius: 4px 0 0 4px;
}

header .top_bar .top_flex .left_nav .main_search span{
    height: 100%;
    width: 52px;
    cursor: pointer;
    text-align: center;
    border-radius: 0 4px 4px 0;
}

header .top_bar .top_flex .left_nav .main_search .fas{
    height: 100%;
    font-size: 22px;
    line-height: 42px;
}



header .top_bar .top_flex .left_nav .nav_bars{
    height: 100%;
    width: 47px;
    display: none;
}

header .top_bar .top_flex .left_nav .mob_search{
    height: 100%;
    width: 47px;
    display: none;
}


header .top_bar .top_flex .left_nav .nav_bars .fas{
    font-size: 24px;
    line-height: 72px;
    cursor: pointer;
}

header .top_bar .top_flex .left_nav .mob_search .fas{
    font-size: 24px;
    line-height: 122px;
    cursor: pointer;
}






header .top_bar .top_flex .logo_title{
    display: flex;
    width: 50vw;
    height: 122px;
    text-align: center;
}

header .top_bar .top_flex .logo_title a{
    text-decoration: none;
    align-self: center;
    margin: auto;
}

header .top_bar .top_flex .logo_title h1{
    font-size: 27px;
    color: 	#DAA520;
    font-family: 'Libre Baskerville', serif;
    margin: 0;
    height: 100%;
}

header .top_bar .top_flex .logo_title h2{
    font-size: 14px;
    font-family: 'Parisienne', cursive;
    color: #000000;
    margin: 4px 0 0 0;
}





header .top_bar .top_flex .right_nav{
    width: 25vw;
}

header .top_bar .top_flex .right_nav .nav_cart{
    height: 100%;
    text-align: right;
    float: right;
    width: 47px;
}

header .top_bar .top_flex .right_nav .nav_fav{
    height: 100%;
    text-align: right;
    float: right;
    width: 47px;
}

header .top_bar .top_flex .right_nav .nav_login{
    height: 100%;
    float: right;
}

header .top_bar .top_flex .right_nav .nav_login a{
    line-height: 122px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    text-align: right;
    font-size: 19px;
    font-weight: 600;
}

header .top_bar .top_flex .right_nav .fas{
    font-size: 24px;
    line-height: 122px;
    cursor: pointer;
}

header .top_bar .top_flex .right_nav .far{
    font-size: 24px;
    line-height: 122px;
    cursor: pointer;
}





header .main_nav{
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    overflow-y: hidden;
    z-index: 14;
    box-shadow: 0 0.5px rgba(0, 0, 0, 0.2), 0 2px rgba(0, 0, 0, 0.10);
}

header .main_nav .container_nav{
    width: 90%;
    margin: auto;
}

header .main_nav .nav_flex{
    display: flex;
    width: 100%;
}



header .main_nav .nav_flex .main_nav_left{
    display: flex;
    justify-content: space-between;
    width: 50vw;
    overflow: hidden;
}

header .main_nav .nav_flex .main_nav_left button{
    border: none;
    height: 42px;
    padding: 0 12px 4px 12px;
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
}

header .main_nav .nav_flex .main_nav_left .catogorie button{
    padding: 0 12px 4px 0;
}


header .main_nav .nav_flex .main_nav_left button a{
    text-decoration: none;
    display: block;
    color: #DAA520;
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 20px;
}



header .main_nav .nav_flex .main_nav_left button a .fas{
    font-size: 17px;
    vertical-align: middle;
    width: 27px;
    text-align: center;
}

header .main_nav .nav_flex .main_nav_left nav{
    width: 202px;
    height: 0px;
    overflow: hidden;
    background-color: #F5F5F5;
    transition: 0.2s;
    border-radius: 0 12px 12px 12px;
    position: absolute;
}

header .main_nav .nav_flex .main_nav_left nav a{
    text-decoration: none;
    display: block;
    color: #808080;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 12px;
    height: 27px;
    font-size: 16px;
    line-height: 27px;
}



header .main_nav .nav_flex .main_nav_left .catogorie:hover button{
    padding: 0 12px 4px 12px;
    transition: 0.2s;
    background-color: #F5F5F5;
}

header .main_nav .nav_flex .main_nav_left .merken:hover button{
    background-color: #F5F5F5;
}

header .main_nav .nav_flex .main_nav_left .accessoires:hover button{
    background-color: #F5F5F5;
}

header .main_nav .nav_flex .main_nav_left .service:hover button{
    background-color: #F5F5F5;
}



header .main_nav .nav_flex .main_nav_left .catogorie:hover nav{
    height: 200px;
}

header .main_nav .nav_flex .main_nav_left .merken:hover nav{
    height: 242px;
}

header .main_nav .nav_flex .main_nav_left .accessoires:hover nav{
    height: 200px;
}

header .main_nav .nav_flex .main_nav_left .service:hover nav{
    height: 200px;
}

header .main_nav .nav_flex .main_nav_left nav a:hover{
    font-weight: 600;
    color: #404040;
    text-decoration: underline;
}







header .top_mob_search{
    background-color: #ffffff;
    height: 52px;
    padding: 0 0 12px 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 129px;
}

header .top_search_flex{
    display: flex;
    border: 1px #000000 solid;
    width: 100%;
    padding: 0 0 0 0;
    border-radius: 4px;
}

header .top_mob_search .top_search_flex input{
    border: none;
    width: 100%;
    padding: 0 0 0 12px;
    border-radius: 4px 0 0 4px;
}

header .top_mob_search .top_search_flex span{
    height: 100%;
    width: 52px;
    cursor: pointer;
    text-align: center;
    border-radius: 0 4px 4px 0;
}

header .top_mob_search .top_search_flex .fas{
    height: 100%;
    font-size: 22px;
    line-height: 52px;
}

/* mob_nav */
.mob_nav{
    overflow-x: hidden;
    height: 100%;
    position: fixed;
    transition: 0.3s;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.container_mob_nav{
    width: 85%;
    margin: auto;
}

.mob_nav .mob_bar{
    border-bottom: 1px #000000 solid;
}

.mob_nav .mob_flex_bar{
    display: flex;
    height: 52px;
}


.mob_nav .mob_flex_bar .phone{
    width: 50%;
}

.mob_nav .mob_flex_bar .close_nav{
    width: 50%;
    text-align: right;
}


.mob_nav .mob_flex_bar .close_nav .fas{
    font-size: 27px;
    line-height: 52px;
    color: #DAA520;
    cursor: pointer;
}

.mob_nav .mob_flex_bar .phone .fas{
    font-size: 24px;
    line-height: 52px;
}



.mob_nav .mob_nav_search .mob_search_cont{
    display: flex;
    width: 100%;
    height: 42px;
    margin: 22px 0 0 0;
    border: 1px #000000 solid;
    border-radius: 7px;
}

.mob_nav .mob_nav_search input{
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 0 0 12px;
    border-radius: 7px 0 0 7px;
}

.mob_nav .mob_nav_search span{
    height: 100%;
    width: 52px;
    cursor: pointer;
    text-align: center;
}

.mob_nav .mob_nav_search .fas{
    height: 100%;
    font-size: 22px;
    line-height: 42px;
}



.mob_nav .mob_nav_grid .mob_nav_cont{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 22px;
    margin: 22px 0 22px 0;
}

.mob_nav .mob_nav_grid .mob_nav_cont .mob_item{
    background-color: #00275E;
    text-align: center;
    cursor: pointer;
}

.mob_nav .mob_nav_grid .mob_nav_cont .mob_item img{
    width: 100%;
    height: 172px;
    object-fit: cover;
}

.mob_nav .mob_nav_grid .mob_nav_cont .mob_item a{
    line-height: 42px;
    height: 42px;
    color: #ffffff;
    font-family: 'Lora', serif;
    text-decoration: none;
    font-size: 17px;
}



.mob_nav .mob_nav_info .info_items .info_item{
    height: 52px;
    text-align: center;
    border-top: 1px #00275E solid;
}

.mob_nav .mob_nav_info .info_items .info_item a{
    text-decoration: none;
    line-height: 52px;
    color: #00275E;
    font-family: 'Lora', serif;
    display: block;
    font-weight: 800;
}






.sub_title{
    display: flex;
    height: 182px;
    
}

.sub_title h1{
    font-family: 'Lora', serif;
    color: #DAA520;
    text-align: center;
    font-size: 32px;
    align-self: flex-end;
    margin: 52px 0 0 0;
    font-weight: 500;
    height: 100%;
}

