/* Topbar */
.topbar{display: flex; justify-content: center; align-items: center; width: 100%; background-color: var(--light_blue);}
.topbar_inner{display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: var(--basic_width);padding: 10px 20px;}
.topbar_inner .left{display: flex; align-items: center; width: 25%;}
.topbar_inner .left .item{display: flex; align-items: center; font-size: 14px; padding-right: 20px;}
.topbar_inner .left .item a{text-decoration: none; color: inherit; white-space: nowrap;}
.topbar_inner .left .item i{padding-right: 5px; color: var(--accent);}
.topbar_inner .left .item img{width: auto; padding-right: 10px; height: 40px; object-fit: contain;}
.topbar_inner .right{display: flex; align-items: center; }
.topbar_inner .right .item{display: flex; align-items: center; font-size: 14px; padding-right: 20px;}
.topbar_inner .right .item i{padding-right: 5px; color: var(--accent);}

/* BetweenBar */
.between_bar{display: flex; justify-content: center; align-items: center; width: 100%; background-color: #fff;}
.between_bar_inner{display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: var(--basic_width); padding: 10px 0;}
.between_bar_inner .left{display: flex; justify-content: flex-start; width: 20%; padding: 0 17px;}
.between_bar_inner .left img{width: 150px; height: 50px; object-fit: contain; padding-right: 10px;}
.between_bar_inner .right{display: flex; justify-content: flex-end; width: 80%;}
.between_bar a {cursor: pointer; position: relative;text-decoration: none;}
.between_bar a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #000; transition: width 0.3s ease;}
.between_bar a:hover::after {width: 100%;}
.between_bar .item{display: flex; align-items: center; margin-right: 40px;text-decoration: none; border-bottom: 2px solid #fff; font-size: 14px; font-weight: 500;text-decoration: none; color: #000; margin-right: 40px; transition: all 0.2s ease-in-out;}
.between_bar .active{border-bottom: 2px solid #000;}
.between_bar .item_parent{display: flex; align-items: center;position: relative;}
.between_bar_inner .dropdown{padding: 15px; position: absolute; left: 0; top: 30px; z-index: 1; border-radius: 5px; background-color: #fff; display: flex; justify-content: center; align-items: center; width: 270px; border: 1px solid #e0dbdb; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.between_bar_inner .dropdown_inner{display: flex; justify-content: center; align-items: flex-start; flex-direction: column; width: 100%;}
.between_bar_inner .dropdown_inner a{ margin-bottom: 10px; padding: 5px 0; margin: 10px; border-bottom: 2px solid #fff; cursor: pointer; font-size: 14px; font-weight: 500;text-decoration: none; color: #000;}
@media only screen and (max-width: 1400px) {
     .dropdown_klantenservice{left: -100px !important; width: 195px !important;}
     .dropdown_profile{left: -50px !important;}
     .dropdown_profile_mobile{left: -120px !important;}
}
.dropdown_klantenservice{width: 195px !important;}
.dropdown_profile{left: -50px !important; width: 150px !important;}
.dropdown_profile_mobile{width: 150px !important;}

/* Navigatiebar */
.mobile_navbar{display: none;}
.navbar{position: relative; display: flex; justify-content: center; align-items: center; width: 100%; background-color: var(--secondary); background-position: center;  background-repeat: no-repeat; background-size: cover; object-fit: cover;}
.navbar_inner{display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: var(--basic_width); padding: 15px;}
.navbar_inner .left{display: flex; justify-content: flex-start; align-items: center;}
.navbar .logo{position: absolute; top: -20px; margin-right: 20px;}
.navbar_inner .left .item{text-decoration: none; border-bottom: 2px solid var(--secondary); font-size: 14px; font-weight: 500;text-decoration: none; color: #dddadad5; margin-right: 40px; transition: all 0.2s ease-in-out;}
.navbar_inner .left .item:hover{color: #fff; transition: all 0.2s ease-in-out;}
.navbar_inner .left .active{color: #fff; border-bottom: 2px solid #fff;}
.navbar_inner .left a { position: relative;text-decoration: none;}
.navbar_inner .left a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #fff; transition: width 0.3s ease;}
.navbar_inner .left a:hover::after {width: 100%;}
.navbar_inner .right{position: relative; display: flex; justify-content: flex-end;}
.navbar_inner .right .count_shopping_card{display: flex; justify-content: center; align-items: center; position: absolute; top: -10px; left: -10px; width: 18px; height: 18px; font-size: 14px; border-radius: 50%; padding: 2px; background-color: var(--accent);}
.navbar_inner .right .item{border-bottom: 2px solid var(--secondary); font-size: 16px; font-weight: 400;text-decoration: none; color: #dddadad5; margin-right: 20px; transition: all 0.2s ease-in-out;}
.navbar_inner .right .item i{padding-right: 8px;}
.navbar_inner .right .item:hover{color: #fff; transition: all 0.2s ease-in-out;}
.navbar_inner .right .active{color: #fff;}
.navbar_inner .item_parent{position: relative;}
.navbar_inner .dropdown{padding: 15px; position: absolute; left: 0; top: 20px; z-index: 1; border-radius: 5px; background-color: #fff; display: flex; justify-content: center; align-items: center; width: 300px; border: 1px solid #e0dbdb; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.navbar_inner .dropdown_inner{display: flex; justify-content: center; align-items: flex-start; flex-direction: column; width: 100%;}
.navbar_inner .dropdown_inner a{ margin-bottom: 10px; padding: 5px 0; margin: 10px; border-bottom: 2px solid #fff; cursor: pointer; font-size: 14px; font-weight: 500;text-decoration: none; color: #000;}
.navbar_inner .dropdown a {cursor: pointer; position: relative;text-decoration: none;}
.navbar_inner .dropdown a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #000; transition: width 0.3s ease;}
.navbar_inner .dropdown a:hover::after{width: 100%;}
.between_bar {position: sticky;top: 0;z-index: 99;}

/* Hover winkelwagen */
.navigation_hover_cart{position: absolute; top: 25px; right: 120px; display: flex; justify-content: center; align-items: center; width: 300px; background-color: whitesmoke; border-radius: 5px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.navigation_hover_cart_inner{display: flex; justify-content: center; flex-direction: column; align-items: flex-start; max-width: 300px; padding: 10px 0;}
.navigation_hover_cart_inner .product_item{display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 10px; background-color: #fff;}
.navigation_hover_cart_inner .product_item div{width: 32%;}
.navigation_hover_cart_inner .product_item img{width: 50px; height: 50px; object-fit: contain;}
.navigation_hover_cart_inner h1{font-size: 18px; color: var(--secondary); margin-bottom: 5px;}
.navigation_hover_cart_inner h1 span{color: var(--accent);}
.navigation_hover_cart_inner .product_item h1{font-size: 14px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.navigation_hover_cart_inner p {color: var(--accent); font-size: 12px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.navigation_hover_cart_inner a{text-decoration: none; margin-top: 10px;}
.navigation_hover_cart_inner b{color: var(--secondary); font-size: 12px;}

.big_klap_menu{position: fixed; top: 156px; z-index: 999999; display: flex; justify-content: center; align-items: center; width: 100%;}
.big_klap_menu_inner{display: flex; justify-content: space-between; align-items: flex-start; width: 100%; max-width: var(--basic_width); background-color: var(--light_blue); padding: 20px;}
.big_klap_menu_inner .left{display: flex; justify-content: space-between; width: 48%;}
.big_klap_menu_inner .left .item{display: flex; justify-content: flex-start; flex-direction: column; width: 48%;}
.big_klap_menu_inner .left h1{margin-bottom: 10px; font-size: 22px;}
.big_klap_menu_inner .left h1 span{ color: var(--accent);}
.big_klap_menu_inner .left a{color: var(--accent); width: auto; margin-bottom: 10px; text-decoration: none; transition: all 0.2s ease-in-out;}
.big_klap_menu_inner .left a:hover{padding-left: 5px; transition: all 0.2s ease-in-out;}
.big_klap_menu_inner .left i{margin-right: 10px;}
.big_klap_menu_inner .right{display: flex; justify-content: flex-end; width: 48%;}
.big_klap_menu_inner .right img{width: 100%; height: 300px; object-fit: contain;}

.parent_bar {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }

@media only screen and (max-width: 475px) {
    .mobile_navbar_inner .item{font-size: 18px; margin-right: 20px;}
}
@media only screen and (max-width: 390px) {
    .mobile_navbar_inner .item img{width: 120px;}
}

/* Footer */
.footer_wave{position: absolute; width: 100%; transform: rotate(180deg);z-index: 1;}
.footer_img img{width: 100%; height: 300px; object-fit: cover; margin-bottom: -5px;}

.footer_top_items{display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; background-color: var(--secondary);}
.footer_top_items_inner{display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 100%;}
.footer_top_items_inner .left{width: 35%;}
/* .footer_top_items_inner .left .logo{display: flex; align-items: center; margin-left: -20px; width: 100%; object-fit: contain; background-size: contain; background-position: center; background-repeat: no-repeat; height: 65px;} */
.footer_top_items_inner .left .logo{display: flex; background-color: var(--secondary); align-items: center; margin-bottom: 50px; margin-left: -20px; width: 100%; height: 100px; border-radius: 0 20px 0 0;}
.footer_top_items_inner .left img{width: 250px; object-fit: contain; margin-left: 40px;}
.footer_top_items_inner .right{display: flex; justify-content: space-between; align-items: center; width: 60%;}
.footer_top_items_inner .right .item{font-size: 14px; font-weight: 300; display: flex; justify-content: center; align-items: center; width: 60%; color: #fff; text-decoration: none;}
.footer_top_items_inner .right .item i{color: var(--accent); margin-right: 5px;}
@media only screen and (max-width: 900px) {
    .footer_top_items_inner .left{display: none;}
    .footer_top_items_inner .right{width: 100%;}
}
@media only screen and (max-width: 555px) {
    .footer_top_items_inner .right .item{font-size: 10px;}
}
@media only screen and (max-width: 410px) {
    .footer_top_items{display: none;}
}

.footer_top{display: flex; justify-content: center; align-items: center; width: 100%; background-color: #fff;}
.footer_top_inner{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; width: 100%; max-width: var(--basic_width); padding: 10px 20px;}
.footer_top_inner .left{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; width: 48%;}
.footer_top_inner .left .item h1{font-size: 20px; margin-right: 20px;}
.footer_top_inner .left .item h1 span{color: var(--accent);}
.footer_top_inner .left .item{color: var(--secondary);}
.footer_top_inner .left .item i{color: var(--accent);}
.footer_top_inner .right{display: flex; justify-content: flex-end; align-items: center; width: 45%;}
.footer_top_inner .right .item{margin: 0 30px; color: var(--secondary); text-decoration: none; transition: all 0.3s ease-in-out;}
.footer_top_inner .right i{color: #0090e3; margin-top: 3px; margin-right: -15px;}
.footer_top_inner a {cursor: pointer; position: relative;text-decoration: none; color: var(--secondary);}
.footer_top_inner a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: var(--accent); transition: width 0.3s ease;}
.footer_top_inner a:hover::after {width: 100%;}
@media only screen and (max-width: 850px) {
.footer_top_inner .left{ width: 70%;}
.footer_top_inner .right{ width: 25%;}
}
@media only screen and (max-width: 650px) {
.footer_top_inner .left{ display: none;}
.footer_top_inner .right{justify-content: center; width: 100%;}
}

.footer{display: flex; justify-content: center; align-items: center; width: 100%; background-color: #fff; padding: 40px 0;}
.footer_inner{display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; width: 100%; max-width: var(--basic_width); padding: 20px;}
.footer_inner .item {display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; width: 22%;}
.footer_inner .item h1{font-size: 24px; margin-bottom: 15px;}
.footer_inner .item h1 span{color: var(--accent);}
.footer_inner .item a{color: var(--accent); text-decoration: none; border-bottom: 2px solid #fff; margin-bottom: 5px;}
.footer_inner a {cursor: pointer; position: relative;text-decoration: none;}
.footer_inner a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: var(--accent); transition: width 0.3s ease;}
.footer_inner a:hover::after {width: 100%;}
.footer_inner .social_media_icons{font-size: 40px;}
.footer_inner .social_media_icons i{ margin-right: 5px;}
@media only screen and (max-width: 1050px) {
    .footer_inner .item{width: 48%; margin-bottom: 20px;}
    .home_banner{margin-top: 0px;}
}
@media only screen and (max-width: 590px) {
    .footer_inner .item{width: 100%;}
}
.footer_bottom_line{display: flex; justify-content: center; align-items: center; width: 100%; background-color: var(--accent);}
.footer_bottom_line_inner{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 100%; max-width: var(--basic_width); padding: 20px;}
.footer_bottom_line_inner .left{width: 60%;}
.footer_bottom_line_inner .left a{margin-right: 20px; color: #fff; text-decoration: none;border-bottom: 2px solid var(--accent);}
.footer_bottom_line_inner .right{width: 30%; color: #fff;}
.footer_bottom_line_inner .right a{color: #fff; text-decoration: none; border-bottom: 2px solid var(--accent);}
.footer_bottom_line_inner a {cursor: pointer; position: relative;text-decoration: none;}
.footer_bottom_line_inner a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #fff; transition: width 0.3s ease;}
.footer_bottom_line_inner a:hover::after {width: 100%;}
@media only screen and (max-width: 910px) {
.footer_bottom_line_inner .left{display: flex; justify-content: center; width: 100%; margin-bottom: 10px;}
.footer_bottom_line_inner .right{display: flex; justify-content: center;width: 100%;}
}
@media only screen and (max-width: 520px) {
.footer_bottom_line_inner .left{flex-direction: column; align-items: center; line-height: 1.8;}
}

/* Navigatiemenu */
@media only screen and (max-width: 1050px) {
    .big_klap_menu{display: none;}
    .topbar{display: none;}
    .navbar{display: none;}
    .between_bar{display: none;}
    .mobile_navbar{display: flex; justify-content: center; align-items: center; width: 100%; position: fixed; top: 0; z-index: 999999; background-color: #fff;}
    .mobile_navbar_inner{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; width: 100%; max-width: var(--basic_width); padding: 20px;}
    .mobile_navbar_inner .mobile_navbar_inner_right{display: flex;}
    .mobile_navbar_inner .mobile_navbar_inner_right a{position: relative;}
    .mobile_navbar_inner .mobile_navbar_inner_right a .count_shopping_card{position: absolute;display: flex; justify-content: center; align-items: center; position: absolute; top: -10px; left: -10px; width: 18px; color: #fff; height: 18px; font-size: 14px; border-radius: 50%; padding: 2px; background-color: var(--accent);}
    .mobile_navbar_inner .item{font-size: 22px; font-weight: 500;text-decoration: none; color: var(--accent); margin-right: 20px;}
    .mobile_navbar_inner .item img{width: 150px; height: auto; object-fit: contain;}
    .mobile_navbar_inner .item_parent{position: relative;}
    .mobile_navbar_inner .dropdown{padding: 15px; position: absolute; left: 0; top: 40px; z-index: 1; border-radius: 5px; background-color: #fff; display: flex; justify-content: center; align-items: center; width: 300px; border: 1px solid #e0dbdb; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .mobile_navbar_inner .dropdown_inner{display: flex; justify-content: center; align-items: flex-start; flex-direction: column; width: 100%;}
    .mobile_navbar_inner .dropdown_inner a{ margin-bottom: 10px; padding: 5px 0; margin: 10px; border-bottom: 2px solid #fff; cursor: pointer; font-size: 14px; font-weight: 500;text-decoration: none; color: #000;}
    .mobile_navbar_inner .dropdown a {cursor: pointer; position: relative;text-decoration: none;}
    .mobile_navbar_inner .dropdown a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #000; transition: width 0.3s ease;}
    .mobile_navbar_inner .dropdown a:hover::after {width: 100%;}
    .mobile_navbar_social_icons_bar{display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; padding-top: 10px;}

    .mobile_menu_page{display: flex; justify-content: center; align-items: center; position: fixed; top: 0; width: 100%; height: 100vh; background-color: #fff; z-index: 999999;}
    .mobile_menu_page .close_mobile_menu{z-index: 100; position: absolute; left: 20px; top: 20px; color: var(--accent); font-size: 30px;}
    .mobile_menu_page .logo{z-index: 100; position: absolute; right: 20px; top: 20px; font-size: 30px; color: var(--accent);}
    .mobile_menu_page .logo img{width: 150px; height: auto; object-fit: contain;}
    .mobile_menu_page_inner{display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; position: fixed; width: 100%; height: 100vh; margin-top: 150px; padding-bottom: 100px; overflow-y: scroll;}
    .mobile_menu_page_inner .item{width: 100%; border-bottom: 1px solid whitesmoke; padding: 10px 20px; text-decoration: none; color: var(--accent);}
    .mobile_menu_page_inner button{margin: 10px;}
    .mobile_menu_page_inner .top{font-weight: 600;}

    .mobile_submenu{display: flex; justify-content: center; align-items: center; position: fixed; width: 100%; height: 100vh; background-color: #fff; top: 0; z-index: 9999999;}
    .mobile_submenu .close_submenu_informatie{z-index: 101; position: absolute; left: 20px; top: 20px; color: var(--accent); font-size: 30px;}
    .mobile_submenu .close_submenu_klantenservice{z-index: 101; position: absolute; left: 20px; top: 20px; color: var(--accent); font-size: 30px;}
    .close_mobile_menu_account{z-index: 101; position: absolute; left: 20px; top: 20px; color: var(--accent); font-size: 30px;}
    .mobile_submenu .logo{z-index: 100; position: absolute; right: 20px; top: 20px; font-size: 30px; color: var(--accent);}
    .mobile_submenu .logo img{width: 150px; height: auto; object-fit: contain;}
    .mobile_submenu_inner{display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; position: fixed; width: 100%; height: 100vh; margin-top: 120px; overflow-y: scroll;}
    .mobile_submenu_inner .item{width: 100%; border-bottom: 1px solid whitesmoke; padding: 10px 20px; text-decoration: none; color: var(--accent);}
    .mobile_submenu_inner .top{font-weight: 600;}
}
@media only screen and (max-width: 350px) {
    .mobile_navbar_inner .item img{width: 100px;}
}

/* Right Side menu */
.right_side_menu{position: fixed; top: 50%; right: 0px; display: flex; justify-content: center; align-items: center; z-index: 999999;}
.right_side_menu_inner{display: flex; justify-content: flex-end; align-items: flex-end; flex-direction: column; width: auto;}
.right_side_menu_inner .tab_item{transition: all 0.2s ease-in-out; display: flex; justify-content: center; align-items: center; width: 50px; color: #000; padding: 10px; font-size: 25px; background-color: whitesmoke; text-decoration: none; cursor: pointer; border-radius: 5px 0 0 5px;}
.right_side_menu_inner .tab_item:hover{transition: all 0.2s ease-in-out; background-color: #c18b22; color: #fff;}
.right_side_menu_inner .tab_item_active{display: flex; justify-content: center; align-items: center; width: 50px; color: #fff; padding: 10px; font-size: 25px; background-color: #c18b22; text-decoration: none; cursor: pointer; border-radius: 5px 0 0 5px;}
