header.header .ot-header-main-logo {
  display: block;
}
header.header.fixed-header .ot-header-main-logo {
  display: none;
}
header.header .ot-fixed-header-main-logo {
  display: none;
}
header.header.fixed-header .ot-fixed-header-main-logo {
  display: block;
}
{# Search Css #}
.ot-search-function .search-click-btn {
  margin-right: 20px;
}
.ot-search-function .search-heading {
  padding-top: 50px;
  position: relative;
} 
.ot-search-function .ot-search-container {
  display: none;
  background-color: #fff;
  transition: all 0.7s ease;
}
.ot-search-function .ot-search-container.open {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.ot-search-function .ot-search-container .close-btn {
  position: absolute;
  top: 30px;
  right: 0;
  border-radius: 8px;
}
.ot-search-function .ot-search-container .close-btn a {	
  display: inline-block;
  width: 50px;
  text-align: center;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.ot-search-function .ot-search-container .close-btn i {	
  font-size: 20px;
}
.ot-search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  justify-content: center;
}
.ot-search-form input.text-box {
  border-bottom: 1px solid #000;
  border: 0;
  background: transparent;
  border-radius: 0;
  max-width: 800px;
  flex-basis: 80%;
  margin-right: 20px;	
}
.ot-search-form input.text-box:focus {
  background: transparent;
}
.ot-search-function .ot-search-container .close-btn {
  animation: close_button_anim 0.5s ease 1 normal forwards;
}
@media (max-width: 810px) {
  .ot-search-form input.text-box {
    flex-basis: 75%;
  }
}
@media (max-width: 767px) {
  .ot-search-form input.text-box {
    flex-basis: 60%;
  }
}
@media (max-width: 424px) {
  .ot-search-form input.text-box {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@keyframes close_button_anim {
  from {
    top: -100px;
  }
  to {
    top: 30px;
  }
}

{# Mega Menu Css #}
.ot-mega-menu ul.megamenu {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.ot-mega-menu ul.megamenu-fw {
  position: unset;
}
.ot-mega-menu .megamenu li.mega_menu_links {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.ot-mega-menu .megamenu li.mega_menu_links .nav_label {
  padding: 10px 15px;
}
.ot-mega-menu .megamenu li.mega_menu_links .nav_label .mega-menu_btn {
  top: 12px;
  right: 0;
}
.ot-mega-menu .megamenu li.mega_menu_links a.mega-menu-link {
  text-decoration: none;
  padding-bottom: 50px;
}
.ot-mega-menu .mega-menu-container  {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9999;
  width: 100%;
  top: 100%;
}
.ot-mega-menu .mega-menu-container .mega-menu-box {
  box-shadow: 0px 4px 50px -7px rgba(13, 23, 36, 0.1);
  background-color: #FFFFFF;
}
.ot-mega-menu .mega-menu-container .mega-menu-x-row {
  margin: 0;
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ot-mega-menu .mega-menu-container .mega-menu-column {
  position: relative;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu-col-row {
  position: relative;
  z-index: 1;
}
.ot-mega-menu .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block:not(:last-child) {
  margin-bottom: 30px;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_title .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link {
  border-radius: 10px;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link:not(:last-child) {
  margin-bottom: 10px;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link a {
  text-decoration: none;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_image img {
  width: 100%;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_divider hr {
  margin: 30px 0 30px;
}
{# link badge css #}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link .badge {
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 600;
}
{# New Badge #}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link .badge.new {
  color: #FFFFFF;
  background-color: #0A5C1F;
}
{# Hot Badge #}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link .badge.hot {
  color: #0D1724;
  background-color: #F2E863;
}
{# Badge Advanced #}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link .badge.advanced {
  color: #FFFFFF;
  background-color: #023E8A;
}
{# Badge Featured #}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link .badge.featured {
  color: #0D1724;
  background-color: #DEE8F4;
}
{# Badge Sale #}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link .badge.sale {
  color: #FFFFFF;
  background-color: #AF1313;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_link .badge.upcoming {
  background: linear-gradient(90deg, #FC6E5A 0%, #FF577F 100%);
  color: #FFFFFF;

}

{# blurb css #}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .blurb_content {
  align-items: center;
  padding: 15px 0;
  border-radius: 0px;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .blurb_content:hover {
  text-decoration: none;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .blurb_icon {
  max-width: fit-content;
  background-color: rgb(2 62 138 / 8%);
  border-radius: 50px;
  width: 100%;
  height: 50px;
  max-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .blurb_icon svg {
  width: 20px;
  fill: #023E8A;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .text_content {
  padding-left: 15px;
  /*toegevoegd door jasper*/
  width: 100%;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .blurb_title {
  color: #0D1724;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .blurb_desc {
  font-size: 16px;
  color: #3B4F68;
}
{# Mega menu footer #}
.ot-mega-menu .mm-footer {
  padding: 30px;
  background-color: #F9F9F9;
}
.ot-mega-menu .mm-footer .mm-footer-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ot-mega-menu .mm-footer .mm-footer-cta .footer-cta-text {
  max-width: 750px;
}
.ot-mega-menu .mm-footer .mm-footer-cta .footer-cta-text .footer-cta-title {
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.ot-mega-menu .mm-footer .mm-footer-cta .footer-cta-text .footer-cta-desc {
  font-size: 18px;
}
{# End of Mega Menu Css #}

{# Change dropdown menu style #}
@media (min-width: 1200px) {
  .ot-dropdown-label {
    padding-bottom: 42px;
  }
  .ot-dropdown {
    position: absolute;
    box-shadow: 0 4px 50px -7px rgba(13,23,36,.1);
  }
  .menu__submenu--level-2.ot-dropdown {
    top: 60px;
  }
}

{# Extra CSS #}
.header .sideauto,
.header .sideauto1 {
  margin: 0 auto;
}
.header .sideauto1 {
  margin-left: 50px;
}
.header .sideauto {
  margin-right: 0;
}
.menu--desktop ul.menu__wrapper li.menu__item.menu__item--depth-1 a.menu__link,
.ot-mega-menu .megamenu li.mega_menu_links a.mega-menu-link {
  text-transform: uppercase;
}
.menu--desktop ul.menu__wrapper li.menu__item.menu__item--depth-1 {
  padding:  8px 9.6px;
}
.header__column.header__column_menu {
  margin-right: 0 !important;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .hbdbmenu.mega-menu_content-block .menu_blurb .text_content {
  padding-left: 0;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .mega-menu_content-block .menu_blurb .blurb_content {
  border-bottom: 1px solid #000;
  /*toegevoegd door jasper */
  display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  /*end toegevoegd door jasper*/
}
.ot-mega-menu .mega-menu-container .mega-menu-column .hbdbmenu.mega-menu_content-block:last-child .menu_blurb .blurb_content,
.ot-mega-menu .mega-menu-container .mega-menu-column .wiouthubdb.mega-menu_content-block .menu_blurb:last-child .blurb_content {
  border-bottom: 0 solid #000;
}
.ot-mega-menu .mega-menu-container .mega-menu-column .hbdbmenu.mega-menu_content-block .menu_blurb .blurb_content {
  padding: 12px 0;
}