.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex; }
  @media (max-width: 1199px) {
    .flex-wrapper .reviewframe {
      width: 180px; } }
    @media (max-width: 767px) {
  .flex-wrapper .reviewframe {
    transform: scale(0.8);
    position: absolute;
    left: 112px;
    overflow: hidden;
    width: 160px;
    display: none; } }
    @media (max-width: 321px) {
  .flex-wrapper .reviewframe {
    left: 95px; } }
    .flex-wrapper .reviewframe iframe {
      border: none;
      height: 75px;
      width: 290px;
      margin-top: 5px; }
      @media (max-width: 1023px) {
  .flex-wrapper .reviewframe iframe {
    transform: scale(0.9); } }

header {
  background: white;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 90;
  border-bottom: 1px solid #efefef;
  top: 30px; }
  @media (max-width: 1023px) {
  header {
    height: 50px; } }
  header .logo {
    width: 140px;
    height: auto;
    line-height: 80px;
    display: inline-block; }
    @media (max-width: 1023px) {
  header .logo {
    transform: scale(0.85);
    transform-origin: left;
    line-height: 50px; } }
    header .logo img {
      vertical-align: middle;
      height: auto; }
  header .right_icons {
    font-size: 22px;
    display: inline-block; }
    header .right_icons a, header .right_icons span:not(.cart_count) {
      cursor: pointer;
      color: #575756;
      position: relative;
      line-height: 80px; }
      header .right_icons a i, header .right_icons span:not(.cart_count) i {
        border: #efefef solid 2px;
        border-radius: 50%;
        padding: 10px; }
      header .right_icons a:not(:last-child), header .right_icons span:not(.cart_count):not(:last-child) {
        margin-right: 20px; }
      @media (max-width: 1023px) {
  header .right_icons a, header .right_icons span:not(.cart_count) {
    line-height: 50px; } }
    @media (max-width: 1023px) {
  header .right_icons {
    font-size: 20px; } }
    header .right_icons .cart_count {
      position: absolute;
      top: -7px;
      right: -2px;
      border-radius: 50%;
      background: orange;
      color: white;
      height: 16px;
      line-height: 16px;
      min-width: 16px;
      text-align: center;
      padding: 0 3px;
      font-size: 14px; }

#navbar .greydiant {
  z-index: 92;
  display: none;
  background: rgba(33, 33, 38, .57);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px; }
  #navbar .navbar {
    left: 100%;
    top: 0px;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    z-index: 92; }
    #navbar .navbar .exit_navbar {
      right: 25px;
      top: 25px;
      position: absolute;
      font-size: 20px;
      cursor: pointer; }
    #navbar .navbar #nav {
      margin-top: 70px;
      border-top: 1px solid #efefef;
      list-style-type: none; }
      #navbar .navbar #nav .menus {
        border-bottom: 1px solid #efefef;
        padding: 20px 25px 20px 40px;
        list-style-type: none; }
        #navbar .navbar #nav .menus .submenu a {
          font-size: 16px;
          color: #636363; }
        #navbar .navbar #nav .menus .sub {
          display: none;
          list-style-type: none;
          padding-left: 20px;
          margin-top: 7px; }
          #navbar .navbar #nav .menus .sub li {
            padding: 3px 0px; }
        #navbar .navbar #nav .menus a {
          font-family: 'Roboto Slab';
          font-weight: 500;
          font-size: 20px;
          color: #414042;
          text-decoration: none; }
          #navbar .navbar #nav .menus a.openSubMenuMobiel {
            float: right; }
            #navbar .navbar #nav .menus a.openSubMenuMobiel i {
              font-weight: bold; }
      #navbar .navbar #nav li:hover {
        cursor: pointer;
        background-color: #f9f9f9; }
      #navbar .navbar #nav .clickDiv {
        padding: 20px;
        margin: -20px 0 -20px -20px;
        display: inline-block;
        height: 100%;
        width: 100%; }

.search form {
  position: relative; }
  .search input[type="text"] {
    -webkit-appearance: none;
    background: white;
    border: #efefef solid 2px;
    border-radius: 5px;
    height: 40px;
    padding: 0 28px 0 10px;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: italic;
    transition: 0.5s; }
    .search input[type="text"]::-webkit-input-placeholder {
      color: #bababa; }
    .search input[type="text"]:-moz-placeholder {
      color: #bababa; }
    .search input[type="text"]::-moz-placeholder {
      color: #bababa; }
    .search input[type="text"]:-ms-input-placeholder {
      color: #bababa; }
    @media (max-width: 1023px) {
  .search input[type="text"] {
    padding-left: 40px; } }
  .search .inp_hover {
    width: 245px !important;
    padding: 0 28px 0 10px !important; }
    @media (max-width: 1023px) {
  .search .inp_hover {
    width: 190px !important; } }
  .search input[type="submit"] {
    -webkit-appearance: none;
    font-size: 12px;
    position: absolute;
    height: 36px;
    width: 22px;
    margin-top: 2px;
    border: none;
    font-family: 'FontAwesome';
    color: #9e9e9e;
    background-color: white;
    right: 15px;
    cursor: pointer;
    top: 0; }
    @media (max-width: 1023px) {
  .search input[type="submit"] {
    left: 15px; } }

.search-desktop {
  display: inline-block;
  margin-right: 40px; }
  .search-desktop input[type="text"] {
    -webkit-appearance: none;
    width: 500px; }
  @media (max-width: 1023px) {
  .search-desktop {
    display: none; } }

.search-mobile {
  display: none;
  width: 100%;
  padding: 10px 20px;
  background: #f5f7f8;
  margin-top: 50px;
  /* zoeken */ }
  .search-mobile input[type="text"] {
    -webkit-appearance: none;
    width: 100%; }
  @media (max-width: 1023px) {
  .search-mobile {
    display: block;
    position: fixed;
    left: 0;
    top: 30px;
    z-index: 91; } }

.searchitem-box {
  display: none;
  position: absolute;
  top: 38px;
  right: 0px;
  width: 100%;
  border: 2px solid #efefef;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  z-index: 10000;
  max-height: 300px; }
  @media (max-width: 1023px) {
  .searchitem-box {
    width: 100% !important; } }
  .searchitem-box .geen_resultaten {
    padding: 5px;
    font-size: 13px; }
  .searchitem-box a {
    width: 10%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .searchitem-box a:hover {
      background-color: #ccc; }
    .searchitem-box a.selected {
      background-color: #575756; }

.searchitem-box .item {
  position: relative;
  display: flex;
  vertical-align: middle;
  width: 100%;
  line-height: 48px;
  border-bottom: 1px solid #efefef;
  text-decoration: none;
  transition: 0.2s; }
  .searchitem-box .item:hover {
    background: #f4f4f4; }
  .searchitem-box .item .img {
    width: 78px;
    height: 52px;
    margin-right: 15px;
    border: none; }
  .searchitem-box .item .item-infobox {
    display: block;
    text-align: left;
    margin-top: 7px; }
    .searchitem-box .item .item-infobox .item-box {
      font-size: 12px;
      line-height: 18px;
      color: black; }
      .searchitem-box .item .item-infobox .item-box:nth-child(1) {
        font-weight: bold; }
    .searchitem-box .item .item-infobox .item-box.name {
      color: black; }
    .searchitem-box .item .item-infobox .item-box.price {
      color: #727272; }
  .searchitem-box .item .none {
    opacity: 0; }

button.isClickable.item {
  width: auto;
  padding: 0 10px;
  border: solid 1px #ddd;
  line-height: 30px;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  right: 4px;
  margin: 30px 0 5px 0;
  background-color: #fff;
  font-family: 'Roboto', sans-serif; }
  button.isClickable.item .item-infobox {
    margin-top: 0px; }
  button.isClickable.item:hover {
    background-color: #eee;
    cursor: pointer; }

div#topbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  height: 30px;
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #efefef;
  color: #575756;
  font-size: 13px;
  font-weight: 500; }
  div#topbar .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    div#topbar .wrapper a {
      margin-left: 15px;
      display: inline-block;
      color: inherit;
      text-decoration: none; }
      div#topbar .wrapper a:hover {
        text-decoration: underline; }
      div#topbar .wrapper a i {
        margin-right: 3px; }
    @media (max-width: 768px) {
  div#topbar .wrapper {
    font-size: 12px; }
    div#topbar .wrapper a {
      margin-left: 8px; }
    div#topbar .wrapper div:last-child span {
      display: none; } }
  div#topbar .swipe_your_design {
    display: inline-block;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    background: #575756;
    line-height: 29px;
    padding: 0 25px;
    margin-left: 25px;
    transition: 200ms;
    cursor: pointer;
    text-decoration: none !important; }
    div#topbar .swipe_your_design i.fa {
      font-weight: normal; }
    div#topbar .swipe_your_design:hover {
      background: #575756; }
    @media (max-width: 768px) {
  div#topbar .swipe_your_design {
    padding: 0 10px;
    margin-left: 10px;
    font-size: 12px; } }
    div#topbar .swipe_your_design .lg-title {
      display: inline-block; }
      @media (max-width: 400px) {
  div#topbar .swipe_your_design .lg-title {
    display: none; } }
    div#topbar .swipe_your_design .sm-title {
      display: none; }
      @media (max-width: 400px) {
  div#topbar .swipe_your_design .sm-title {
    display: inline-block; } }
