section {
  min-height: 0px; }

#content {
  background-color: white; }

.breadcrumbs {
  margin: 10px 0 70px; }
  .breadcrumbs p {
    font-size: 16px;
    color: ; }

.checkout_background {
  background: white; }

#content {
  padding-top: 30px;
  margin-top: 0px;
  padding-bottom: 100px; }
  #content p {
    font-family: ;
    font-weight: normal;
    color: ;
    font-size: 16px;
    margin-top: 30px;
    line-height: 34px; }

#mob_bestelproces {
  background: #efefef;
  padding: 0;
  display: none;
  padding: 30px 20px;
  margin-top: 110px;
  margin-bottom: 35px; }
  @media (max-width: 1023px) {
  #mob_bestelproces {
    display: block; } }
  #mob_bestelproces .steps {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #9a9ea4;
    text-transform: capitalize;
    padding-bottom: 30px;
    border-bottom: 1px solid #9a9ea4; }
    #mob_bestelproces .steps div {
      width: calc(100% / 3); }
      #mob_bestelproces .steps div:nth-child(2) {
        text-align: center; }
      #mob_bestelproces .steps div:nth-child(3) {
        text-align: right; }
  #mob_bestelproces .step_cirkels {
    display: flex;
    justify-content: space-between;
    margin-top: -12px; }
    #mob_bestelproces .step_cirkels .cirkel {
      border-radius: 50%;
      width: 22px;
      height: 22px;
      background: white;
      border: 1px solid #575756; }
    #mob_bestelproces .step_cirkels .filled {
      background: #72725b; }
    #mob_bestelproces .step_cirkels .completed {
      background: #ac6b30; }
      #mob_bestelproces .step_cirkels .completed i {
        color: #fff;
        font-size: 12px;
        position: relative;
        top: -3px;
        left: 4px; }

section {
  min-height: 0px; }

.franco_melding {
  text-align: right;
  font-family: 'Roboto' !important;
  color:  !important; }
  @media (max-width: 1023px) {
  .franco_melding {
    margin-top: 25px !important; } }

.background {
  background: white; }

.prod {
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
  .prod:first-child {
    border-top: 1px solid #efefef;
    padding-top: 20px; } }
  .prod:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
  .prod:not(:last-child) {
    border-bottom: 1px solid #efefef; } }

.check_prod a {
  text-decoration: none; }

#content {
  padding-bottom: 25px;
  /* margin-top: 0px !important; */
  /* padding-top: 40px; */
  padding-top: 130px; }
  @media (max-width: 1023px) {
  #content {
    padding-top: 0px;
    padding-bottom: 25px; } }
  #content h1 {
    font-family: ;
    color: #414042;
    font-size: 34px;
    font-weight: 700;
    margin-top: 0px !important;
    padding-top: 0px !important;
    letter-spacing: 0.1px; }
    @media (max-width: 1023px) {
  #content h1 {
    font-size: 26px;
    display: none; } }
  #content h2 {
    margin-top: 15px;
    line-height: 1;
    font-size: 24px;
    color: #414042;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 20px; }
  #content .line_prod {
    border: 1px solid ;
    width: 100%;
    margin: 30px 0 20px 0; }
  #content .line {
    background: ;
    height: 2px; }
  #content .overzicht_product {
    display: flex; }
    @media (max-width: 1023px) {
  #content .overzicht_product {
    position: relative;
    padding: 40px 0;
    padding-top: 0; } }
    #content .overzicht_product .product_item {
      margin: 0px 20px;
      display: flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      flex-direction: column;
      justify-content: center;
      /* display: block; */ }
      #content .overzicht_product .product_item:first-child {
        margin-left: 0 !important; }
      #content .overzicht_product .product_item:last-child {
        margin-right: 0 !important; }
      @media (max-width: 1023px) {
  #content .overzicht_product .product_item {
    width: 100% !important;
    margin: 0px !important;
    justify-content: flex-start; } }
    #content .overzicht_product .verwijder_product {
      width: 5%; }
      @media (max-width: 1023px) {
  #content .overzicht_product .verwijder_product {
    width: auto !important;
    position: absolute;
    right: 0px;
    top: -3px;
    text-align: right; } }
      #content .overzicht_product .verwijder_product .trashbin {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center; }
      #content .overzicht_product .verwijder_product .trash {
        cursor: pointer;
        background: ;
        width: 20px;
        height: 25px;
        display: inline-block;
        margin: 0 auto;
        color: #9a9ea4;
        font-size: 26px;
        position: relative; }
    #content .overzicht_product .img_overzicht_product {
      width: 15% !important;
      min-width: 80px; }
      #content .overzicht_product .img_overzicht_product a {
        display: flex;
        overflow: hidden;
        align-items: center;
        justify-content: center; }
        @media (min-width: 1024px) {
  #content .overzicht_product .img_overzicht_product a {
    width: 134px;
    height: 87px; } }
        #content .overzicht_product .img_overzicht_product a img {
          max-width: 100%; }
    #content .overzicht_product .beschrijving_overzicht_product {
      width: 45%; }
      @media (max-width: 1023px) {
  #content .overzicht_product .beschrijving_overzicht_product {
    width: 70% !important; } }
      #content .overzicht_product .beschrijving_overzicht_product h3 {
        font-family: 'Roboto Slab';
        color: #414042;
        font-size: 26px;
        font-weight: 600; }
        @media (max-width: 1023px) {
  #content .overzicht_product .beschrijving_overzicht_product h3 {
    font-size: 16px; } }
      #content .overzicht_product .beschrijving_overzicht_product ul {
        list-style: none;
        font-family: 'Roboto';
        font-weight: normal;
        color: #9a9ea4;
        font-size: 16px;
        margin-top: 20px; }
        @media (max-width: 1023px) {
  #content .overzicht_product .beschrijving_overzicht_product ul {
    font-size: 14px; } }
      #content .overzicht_product .beschrijving_overzicht_product .desktop_attributes {
        display: block; }
        @media (max-width: 1023px) {
  #content .overzicht_product .beschrijving_overzicht_product .desktop_attributes {
    display: none; } }
      #content .overzicht_product .beschrijving_overzicht_product .mobile_attributes {
        text-transform: lowercase;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: normal;
        color: #9a9ea4; }
        @media (max-width: 1023px) {
  #content .overzicht_product .beschrijving_overzicht_product .mobile_attributes {
    display: block;
    font-size: 14px; } }
      #content .overzicht_product .beschrijving_overzicht_product p {
        font-family: 'Roboto';
        font-weight: normal;
        color: #9a9ea4;
        font-size: 16px;
        margin-top: 30px;
        line-height: 34px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 130px; }
        @media (max-width: 1023px) {
  #content .overzicht_product .beschrijving_overzicht_product p {
    display: none; } }
      @media (max-width: 1023px) {
  #content .overzicht_product .beschrijving_overzicht_product {
    padding-left: 20px;
    padding-right: 20px; } }
    #content .overzicht_product .aantal_overzicht_product {
      width: 15%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1023px) {
  #content .overzicht_product .aantal_overzicht_product {
    width: 100% !important;
    position: absolute;
    left: 15%;
    top: 30px;
    align-items: flex-start;
    justify-content: flex-start; } }
      @media (max-width: 580px) {
  #content .overzicht_product .aantal_overzicht_product {
    width: calc(100% - 80px) !important;
    left: unset;
    right: 0; } }
      #content .overzicht_product .aantal_overzicht_product .aantal {
        display: inline-flex;
        font-family: 'Roboto';
        color: #414042;
        font-size: 26px;
        font-weight: 600; }
        #content .overzicht_product .aantal_overzicht_product .aantal input.number {
          border: 1px solid ;
          background-color: white;
          padding: 0 0 0 15px;
          width: 55px;
          height: 40px;
          font-weight: 800;
          color: #414042;
          font-family: 'Roboto';
          font-size: 22px;
          border-radius: 0;
          margin: 20px 0px; }
          @media (max-width: 1023px) {
  #content .overzicht_product .aantal_overzicht_product .aantal input.number {
    height: 30px;
    width: 40px;
    padding: 0 8px;
    font-size: 14px;
    margin-left: 20px; } }
        @media (max-width: 1023px) {
    #content .overzicht_product .aantal_overzicht_product .aantal .min_prod {
      display: none; } }
        @media (max-width: 1023px) {
    #content .overzicht_product .aantal_overzicht_product .aantal .plus_prod {
      display: none; } }
        #content .overzicht_product .aantal_overzicht_product .aantal .min_prod, #content .overzicht_product .aantal_overzicht_product .aantal .plus_prod {
          padding: 0 5px;
          margin-top: 22px;
          cursor: pointer; }
    @media (min-width: 1023px) {
    #content .overzicht_product .per_stuk span {
      display: none; } }
      @media (max-width: 1023px) {
  #content .overzicht_product .per_stuk {
    display: none !important; } }
    #content .overzicht_product .prijs_overzicht_product {
      align-items: flex-end;
      justify-content: center;
      width: 20%;
      font-family: 'Roboto Slab';
      color: #414042;
      font-size: 22px;
      font-weight: 600; }
      @media (max-width: 1023px) {
  #content .overzicht_product .prijs_overzicht_product {
    width: 42% !important;
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    width: auto !important;
    position: absolute;
    right: 0px;
    top: 75px;
    text-align: right; } }
  #content .korting_en_knoppen_blok {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
  #content .korting_en_knoppen_blok {
    display: block;
    width: 100%; } }
    #content .korting_en_knoppen_blok .korting_blok {
      flex: 1; }
      @media (max-width: 1023px) {
  #content .korting_en_knoppen_blok .korting_blok {
    display: block;
    width: 100%; } }
      #content .korting_en_knoppen_blok .korting_blok .promotie_titel {
        font-size: 12px !important;
        color: #414145;
        line-height: 24px;
        letter-spacing: 0.1px;
        font-weight: bold; }
      #content .korting_en_knoppen_blok .korting_blok .korting_blok_achtergrond {
        position: relative;
        top: 160px;
        width: 300px;
        height: 140px;
        background-color: #f9f9f9;
        padding: 20px; }
        @media (max-width: 1023px) {
  #content .korting_en_knoppen_blok .korting_blok .korting_blok_achtergrond {
    width: 100%;
    margin-top: 10px;
    top: 0; } }
      #content .korting_en_knoppen_blok .korting_blok input[type="text"] {
        vertical-align: top;
        width: calc(100% - 55px);
        border: 1px solid #e2e2e1;
        height: 40px;
        padding: 10px;
        font-family: 'Roboto'; }
        #content .korting_en_knoppen_blok .korting_blok input[type="text"]::placeholder {
          color: #bababa;
          font-style: italic; }
      #content .korting_en_knoppen_blok .korting_blok button.check_code {
        margin-left: 5px;
        width: 50px;
        height: 40px;
        background: #ac6b30;
        color: #fff;
        font-size: 20px; }
        #content .korting_en_knoppen_blok .korting_blok button.check_code:hover {
          background: #ac6b30;
          cursor: pointer; }
      #content .korting_en_knoppen_blok .korting_blok button.check_code_remove {
        margin-left: 5px;
        width: 50px;
        height: 40px;
        background: #f00;
        color: #fff;
        font-size: 20px; }
        #content .korting_en_knoppen_blok .korting_blok button.check_code_remove:hover {
          background: #dc0101;
          cursor: pointer; }
    #content .korting_en_knoppen_blok .knoppen_blok {
      flex: 1; }
      @media (max-width: 1023px) {
  #content .korting_en_knoppen_blok .knoppen_blok {
    display: block;
    width: 100%; } }
  #content .buttons_position {
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
    #content .buttons_position .buttons {
      float: right;
      display: inline-flex; }
      #content .buttons_position .buttons .border_btn {
        border: none;
        height: 100%; }
      @media (max-width: 1023px) {
  #content .buttons_position .buttons {
    width: 100%; }
    #content .buttons_position .buttons a {
      width: 100%; }
    #content .buttons_position .buttons a:first-child {
      display: none; } }
    #content .buttons_position .btn_shop {
      height: 40px;
      display: inline-block;
      font-size: 14px;
      font-weight: 400;
      display: inherit;
      margin: 0 10px;
      font-family: 'Roboto Slab';
      border-radius: 3px;
      transition: 0.4s;
      text-decoration: none; }
      #content .buttons_position .btn_shop span {
        line-height: 40px;
        font-size: 16px;
        color: #414042; }
        @media (max-width: 1023px) {
  #content .buttons_position .btn_shop span {
    line-height: 18px; } }

#slider {
  display: none; }

#mob_bestelproces {
  background: #efefef;
  padding: 0;
  display: none;
  padding: 30px 20px;
  margin-top: 110px;
  margin-bottom: 35px; }
  @media (max-width: 1023px) {
  #mob_bestelproces {
    display: block; } }
  #mob_bestelproces .steps {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #9a9ea4;
    text-transform: capitalize;
    padding-bottom: 30px;
    border-bottom: 1px solid #9a9ea4; }
    #mob_bestelproces .steps div {
      width: calc(100% / 3); }
      #mob_bestelproces .steps div:nth-child(2) {
        text-align: center; }
      #mob_bestelproces .steps div:nth-child(3) {
        text-align: right; }
  #mob_bestelproces .step_cirkels {
    display: flex;
    justify-content: space-between;
    margin-top: -12px; }
    #mob_bestelproces .step_cirkels .cirkel {
      border-radius: 50%;
      width: 22px;
      height: 22px;
      background: white;
      border: 1px solid black; }
    #mob_bestelproces .step_cirkels .filled {
      background: #72725b; }

.afronden_blok {
  border-top: 1px solid #efefef;
  padding: 20px 0; }
  .afronden_blok .blok {
    text-align: right; }
    .afronden_blok .blok .left {
      font-size: 14px;
      color: #9a9ea4;
      font-weight: normal; }
    .afronden_blok .blok .right {
      font-family: 'Roboto Slab';
      line-height: 30px;
      font-weight: bold;
      color: #414042;
      font-size: 26px; }
      .afronden_blok .blok .right .discount_title {
        font-size: 14px;
        color: #9a9ea4;
        font-weight: normal; }
      .afronden_blok .blok .right .discount_cost {
        color: #ac6b30; }
  @media (max-width: 1023px) {
  .afronden_blok {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 80;
    padding: 20px; }
    .afronden_blok .blok {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%; }

    .afronden_blok.afronden_blok_relative {
      position: relative;
      padding: 20px 0 0 0; }
      .afronden_blok.afronden_blok_relative .blok {
        flex-direction: column;
        align-items: flex-end; } }
