.topmenu {
background-color:transparent; 
}


.menu {
background-color:transparent; 
    border-top: 1px solid #777;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.bovenstart {
height: 0vh;
}



.klkalender {
    border-radius: 12px;
    width: 550px;
}


.kaderinloggen {
 background-color: #333;   
}


.kaderinloggen2 {
 border-radius: 14px;   
}

.cursor {
    cursor: pointer;
}


.nieuwelayout A.knop1:hover { 
background-color: #fb4d09;
}


.nieuwelayout A.knop0:hover { 
background-color: #fb4d09;
    color: #fff;
    border: 1px solid #fb4d09;
}




  .menu_s .bmenu_mobk {
        display: block;
      max-width: 1320px;
       margin-left: auto;
      margin-right: auto;
    }

.logo {
    background-position: left center !important;
    margin-left: 0;
}


.bforminput1, .bformbutton, .grijsb, .bforminput2, .bforminput4, .bforminput1groot, .bforminput3 {
 border-radius: 14px;   
}


.resnote2 {
    border-radius: 8px;
}


.homecat {
 display: inline-block;
padding: 10px;
padding-left: 25px;
padding-right: 25px;
border-radius:20px;
margin-right: 5px;
border: 1px solid #666;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    text-decoration: none;
     -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
     -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;  
    opacity: 0.5;
}


.homecat:hover { 
-webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
    cursor: pointer;
    opacity: 1;
}


.homecat2 {
 display: inline-block;
padding: 10px;
padding-left: 25px;
padding-right: 25px;
border-radius:20px;
    margin-right: 5px;
border: 1px solid #666;
    color: #666;
    background-color: #fff;
    font-size: 12px;
    text-decoration: none;
     -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.0);
     -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;   
}


.homecat2:hover { 
    cursor: pointer;
}










.nbovdat {
 display: block;
          max-width: 700px;
       margin-left: auto;
      margin-right: auto;
}

.overigkader {
    border-radius: 14px;
}


.ntop {
display: flex;
      max-width: 1320px;
       margin-left: auto;
      margin-right: auto;
    background-color: #fff;
    border-radius: 14px;
}


.ntop2 {
 flex: 1;
}




.noverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none; /* Standaard niet zichtbaar */
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  /* De popup zelf */
  .npopup {
      text-align: left;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  /* Sluitknop */
  .nclose-btn {
      margin-top: 20px;
    background: #ccc;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
  }


.specificaties {
 border-radius: 14px;   
}



.ntop .productg {
    padding: 10px;
    position: relative;
    display: flex;
  align-items: center;   /* tekst verticaal in het midden */
  gap: 20px;             /* ruimte tussen afbeelding en tekst */
    cursor: pointer;
}

.ntop .productg .productfoto {
  width: 100px;
  height: 50px;
  border-radius: 8px;
}

.ntop .productg .ntekst {
  margin: 0;
  font-size: 20px;
}


.kaldagen,  .dvandaag, .maandvol, .maandvor {
 border-radius: 6px;   
}



.ntop  .productg .ntekst2 {
  margin: 0;
  color: #555;
    font-size: 12px;
}

.ntooltip {
  position: absolute;
  top: 100%;          /* direct onder .productg */
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-top: 8px;    /* ruimte tussen productg en tooltip */
}

/* pijltje boven tooltip */
.ntooltip::after {
  content: '';
  position: absolute;
  top: -6px;           /* bovenkant tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
border-bottom: 6px solid #333;    /* punt naar boven */
}

/* Toon bij hover */
.productg:hover .ntooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-15px);
  pointer-events: auto;
}



   .nboven1 {
      display: flex;
      align-items: center;
    }

    .nlinks,
    .nrechts {
      width: 50%;           /* elk de helft */
      display: flex;
      align-items: center;
    }

    .nlinks {
      justify-content: flex-start; /* inhoud links */
    }

    .nrechts {
      justify-content: flex-end;   /* inhoud rechts */
    }








.pagination {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 20px;
      user-select: none;
    }

    .page {
      color: #ccc; /* standaard grijs */
    }

    .page.active {
      color: #333;   /* donker */
      font-weight: bold;
    }

    .prev {
      width:40px;
      cursor: pointer;
        text-align: left;
        -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    }

.aantalkm {
 border-radius: 14px;   
}


.nrand {
 border: 4px solid #666;   
}


.resprod, .voorwaardenkader2, .betalingper {
   border-radius: 14px;    
}


.voorwaardensluiten {
   border-radius: 8px;    
}


.ntot_reserveer {
display: block;
position: relative;
padding: 12px;
    padding-left: 18px;
    padding-right: 18px;
background-color: #61bc08;
font-weight: bold;
line-height: 100%;
color: #fff;
font-size: 18px;
text-align: center;
-webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    border-radius: 14px;
}



.ntot_reserveer:hover {
	cursor: pointer;
	background-color: #458803;
}



.containerstap {
    display: flex;
  justify-content: center;  /* centreert alles binnen 1320px */
  gap: 60px;                /* ruimte tussen kolommen */
  max-width: 1320px;
  margin: 0 auto;
}


.nprodprijs-links {
  flex: 1;                  /* neemt alle overgebleven ruimte */
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  text-align: left;
}

.nprodprijs-rechts {
  width: 300px;             /* vaste breedte */
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  text-align: right;
}

.nieuwspec {
 display: block;
    width: 260px;
    padding: 0px;
}


.nieuwspec2 {
 display: block;
    padding: 20px;
    background-color: #e3e3e3;
    height: 400px;
    border-radius: 14px;
    text-align: left;
    font-size: 12px;
}


.nieuwspec2 .kop {
 font-size: 22px;  
    font-weight: bold;
    text-align: center;
}



.nieuwspec2 ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.nieuwspec2 ul li {
    background-image: url(/img/chk4.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
	background-size: 10px;
    padding: 5px;
    padding-left: 30px;
}






.nbovrijs-en-knop {
     display: inline-flex;   
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      border-radius: 8px;
      font-family: Arial, sans-serif;
    gap: 20px;
    }

    .nbovprijs {
      font-size: 16px;
      color: #333;
        position: relative;
    }

    .nbovprijs strong {
      font-size: 20px;
    }




/* Toon tooltip bij hover */
#nbovprijstip:hover .ntooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
    cursor: pointer;
}




.nieuwdatumkader {
  display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.startbookhide, .producten {
 background-color: #efefef;   
}


.meerprodnieuw {
 background-color: #efefef;   
    padding: 50px;
}



.npunten {
 font-size: 12px;
    
}



.prodopties {
 border-radius: 14px;   
}


.nstap {
    opacity:1; transition: opacity 0.5s;
}

.nstap2 {
    opacity:0; transition: opacity 0.5s;
}




.nprodprijs {
 display: block;
border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}


.nprodprijs2 {
 display: block;
border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}



.ntop .datumboven {
 background-color: transparent;  
    padding: 0;
}


.ntop .datumstart3 {
margin-left: 0;  
    padding: 10px;
}


.ntop .datumkeuze2 {
 font-size: 12px; 
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}


.setdel2 {
 top: 22px;
    width: 25px;
    height: 25px;
    right: 14px;
    background-size: 10px;
}


.ntop .setdel2 {
 top: 14px;
    width: 25px;
    height: 25px;
    right: 14px;
    background-size: 10px;
}






.nspace {
 height: 40px;   
}


.nspace2 {
 height: 200px;   
}


.nkeuze {
    display: block;
    background-color: #efefef;
    padding: 15px;
}

.nkeuze2 {
    display: flex;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    gap: 10px;
}

.setdel3 {
 border-radius: 9px;   
}




.nkeuze2 .pakket1 {
    display: flex;
flex: 1;          /* verdeelt de ruimte gelijk */
  padding: 20px;
    border-radius: 14px;
    box-sizing: border-box;
    width: 100%;
    
    
}

.keuze2 .pakkettekst {
    white-space: pre-line;
    width: 100%;
}



.pakketkop {
 display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #ccc;
}




.nprodov {
    display: flex;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 14px;
}


.nprodov .nprodov1 {
    display: flex;
flex: 1;          /* verdeelt de ruimte gelijk */
  padding: 40px;
flex-direction: column;
}


.nprodov .photo-grid {
  column-count: 2;       /* 2 kolommen */
  column-gap: 10px;      /* ruimte tussen de kolommen */
}

.nprodov .photo-grid img {
  width: 100%;           /* vult de kolombreedte volledig */
  height: auto;          /* behoudt originele hoogte */
  display: block;
  margin-bottom: 10px;   /* ruimte tussen foto's verticaal */
    border-radius: 8px;
}

.pralert, .aantalkminvul, .tijd2 {
 border-radius: 6px;   
}


.datumhome {
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.datumhome .fixed {
  position: fixed;
  top: 0;
  left: 0;
 
   
  
 
}

.datumhome .fixed .nieuwdatumkader2 {
border-bottom-left-radius: 14px;
border-bottom-right-radius: 14px;    
border-top-left-radius: 0px;
border-top-right-radius: 0px;  
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}




.datumhome .nieuwdatumkader2 {
    display: block;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
       background-color: #fff;
    border-radius: 14px;
}






.datumhome .filters1 {
 display: block;

    align-items: center;
  justify-content: center;
}

.filterresult {
 text-align: left;   
}





.datumkeuze2 {
    padding-top: 23px;
    padding-bottom: 23px; 
    border-radius: 14px;
}


.formulierbutton {
display: block;
 width:300px;
    float: left;
    margin-top: 0px;
}


.datumhome .formulierbutton {
display: block;
    float: left;
    width: calc(50% - 40px);
    margin-top: 10px;
}

.datumhome .datumstart3 {
  display: block;
  width: calc(50% - 60px);
    max-width: none;
float: left;    
}


.datumhome .datumkeuze1 {
 width: 100%;   
}



.datumhome .datumkeuze2 {
    width: calc(100% - 60px);
}





.nvoordeel {
 display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #fb4d09;
   padding: 40px;
    padding-bottom: 60px;
}


.nvoordeel1 {
 display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}


.nvoordeel2 {
 display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}



.blmenu:hover .blmenubtn {
   color: #fb4d09;   
}





.formulierbutton2 {
    all: unset;
    display: flex;
  justify-content: center;   /* centreert horizontaal */
  align-items: center;       /* centreert verticaal */
  width: 100%;
  height: 70px;
  padding: 0;                /* of alleen horizontale padding indien nodig */
  font-size: 20px;
   background-color: #fb4d09; 
  border-radius: 14px;
  border-radius: 14px;
  color: white;
  cursor: pointer;
    transform: scale(1.02);    /* kleine vergroting */
  transition: all 0.3s ease;
}


.formulierbutton:hover .formulierbutton2  {
           height: 70px;      /* of alleen horizontale padding indien nodig */
cursor: pointer;
background-color: #df4204; /* iets donkerder groen */
  transform: none;    /* kleine vergroting */
  transition: all 0.3s ease;
}






.bmenu_mob {
    background-image: url(/img/menu2.svg);
}

.actie1 {
    border-radius: 14px;
}

.menu_s .bmenu {
 background-color: #fff;
    max-width: 400px;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
     display: none;
     -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
        box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.63);
    overflow-x: scroll;
}

.menu_s .blmenu {
 width: 80%; 
    padding: 20px;
}


.menu_s .blmenubtn {
    color: #000;
    font-size: 24px;
    border: none;
    text-decoration: none;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.menu_s .bmenu_mobk {
 background-color: transparent;   
}


.mkader2 {
    border-radius: 14px;
}




.menu_s .blmenu-content {
    display: block;
    position: relative;
}



.nieuwelay100 {
  display: flex;
  flex-wrap: wrap; /* Zorgt ervoor dat ze naar een nieuwe rij gaan als er geen ruimte is */
  justify-content: space-between; /* Verspreidt de items netjes */
  gap: 5px; /* Ruimte tussen de voertuigen */
  max-width: 1700px; /* Voorkomt dat de container te groot wordt */
  margin: 0 auto; 
}



.menu_s .blmenu-content a, .menu_s .blmenu-content .menu_s .blmenubtnsub {
    background-color: #fff;
    color: #333;
    padding: 12px 16px;
    padding-left: 50px;
    font-size: 18px;
    text-decoration: none;
    display: block;
}


.blmenu-content a:hover {
    position: relative;
color: #000;
text-decoration: none;
}




.blmenu-content a::after {
  content: '';
  position: absolute;
  width: 80%;
margin-left: 50px;
  transform: scaleX(0);
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #ccc;
  transition: transform 0.25s ease-out;
}

.blmenu-content a:hover::after {
  transform: scaleX(1);
}


filterresult .filtervoertuig {
 margin-right: 20px;   
}

 .filtervoertuig {
      position: relative;
      display: inline-block;
    }

    .filtervoertuig .filter-button {
      background-color: #333;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      font-size: 14px;
        margin-right: 10px;
    }

    .filtervoertuig .dropdown {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      background-color: white;
      border-radius: 20px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      width: 280px;
      padding: 12px 0;
      display: none;
      z-index: 10;
    }

    .filtervoertuig .dropdown.active {
      display: block;
    }

    .filtervoertuig .dropdown-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 30px;
      font-size: 16px;
      color: #111;
      cursor: pointer;
      transition: background 0.2s;
      border-radius: 12px;
    }

    .filtervoertuig .dropdown-item:hover {
      background-color: #f3f3f3;
    }

    .filtervoertuig .dropdown-item::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'%3E%3Cpath d='M3 13h18v3H3z'/%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat;
      flex-shrink: 0;
    }



.filtervoertuig .dropdown {
  display: none;
}

.filtervoertuig .dropdown.show {
  display: block;
}




.datumhome .filtervoertuig .filter-button {
 background-color: #fff;  
    color: #333;
    border: 1px solid #efefef;
}





.vanafpr {
 font-size: 24px;
    color: #fff;
    bottom: 20px;
    right: 20px;
}



.animatiekader {
 display: none;   
}



.onder {
display: block;
padding: 150px;
background-color: #000;
color: #efefef;	
font-size: 14px;
}


.onder {
display: block;
padding: 150px;
background-color: #000;
color: #efefef;	
font-size: 14px;
}


.onderkop {
    font-size: 24px;
}

.onder1 a {
color: #fff;
    text-decoration: none;
    position: relative;
}

.onder1 a:hover {
color: #efefef;
    text-decoration: none;
}



.onder1 a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}

.onder1 a:hover::after {
  transform: scaleX(1);
}


.blmenu:hover .blmenubtn {
    background-color: #fff;
}




.inloggen {
background: url('/img/acc_w.svg'); 
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
border: 1px solid transparent;
color: #fff;   
    border-radius: 20px;
}


A.inloggen:link ,A.inloggen:visited, A.inloggen:active {
 color: #fff;      
}


.inloggen:hover {
color: #fff;
}


.bel {
	background: url('/img/bel_w.svg'); 
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 20px 20px;
border: 1px solid transparent;
color: #fff;   
    border-radius: 20px;
}


A.bel:link ,A.bel:visited, A.bel:active {
 color: #fff;      
}


.bel:hover {
color: #fff;
}

.wapp {
	background: url('/img/whatsapp.svg');
  background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 22px 22px;
  border: 1px solid transparent;
        border-radius: 20px;
}


A.wapp:link ,A.wapp:visited, A.wapp:active {
 color: #fff;      
}


.wapp:hover {
color: #fff;
}



.taal {
  border: 1px solid transparent;
}

.datumstart1 {
    max-width: 1400px;
}


.datumhome .datumstart2 {


background-color: #fff;
padding: 10px;
    color: #333;
z-index: 0;
border: 1px solid #777;
}


.datumhome .datumstart2smal {
display: block;
    width: 1320px;
background-color: #fff;
padding: 0px;
    margin: 0 auto;
z-index: 0;
border: 1px solid #777;
    border-radius: 20px;
}



.homecatkader {
 display: block;
    padding: 20px;
    text-align: left;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
 
}



.fixed .datumstart2smal {
      border-radius: 0;
border-bottom-left-radius: 30px; /* linkeronderhoek */
  border-bottom-right-radius: 30px; /* optioneel voor een mooi effect */ 
}




.datumstart2smal form {
    display: flex;
    flex-wrap: nowrap;
     align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}


.animatiekader {
    font-size: 28px;
}






.datumhome .perskeuze1 {
    color: #333;
}


.datumhome .datumst1a, .datumhome .datumst1, .datumhome .startdatumtekstup {
     color: #333;   
}

.datumhome .setdel2 {
 background-color: #fff;   
}

.rand {
    display: none;
}

.achter {
    background-color: transparent;
}



@media screen and (max-width :1000px) {
.datumhome .datumstart2smal {

width: 95vw;
}

    
.datumstart3 {
max-width: none;
    width: calc(100% - 80px);
}
    
 .ntotaalbedrag {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 1000;
     background-color: #fff;
       -webkit-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.5);
        box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.5);
    }
    
    
    .nprodprijs {
     border: 0;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    
    .nrechts {
     width: 70%;   
    }
    
    
    .nkeuze2 .pakket1, .nkeuze2 {
        display: block;
    }
    
    
    .containerstap {
        display: block;
    }
    
    .nieuwspec, .nprodprijs-rechts {
     width: auto;   
    }
    
    .nieuwspec2 {
        height: auto;
    }
    
 .ntop2, .ntop {
     flex: none;
     display: block;
    }
    
    
.nprodov {
    display: block;
    }
    
    
    
.datumhome .datumstart3 {
max-width: none;
    width: calc(100% - 80px);
}
    
.datumhome .formulierbutton {
    width: calc(100% - 80px);
    float: left;
    margin: 20px;
}

.formulierbutton {
    width: calc(100% - 80px);
    float: left;
    margin: 20px;
}
    
   
.nieuwlay {
    width: 100%;
    }

    
 
    
    
    
    

}



@media screen and (max-width :980px) {

    
.homecatkader {
 display: block;
width: calc(100% - 40px);
    max-width: none;
    overflow-x: scroll;
    white-space: nowrap;
}   
    
    
.homecatinner {
    display: flex;
  gap: 0.5rem;
    }
    
    

    
.klkalender {
    width: auto;
}
    
    
    
.inloggen, .wapp, .bel {
    background-position: center center;
    }

 .nieuwlay .product1 {
    max-width: none;
    width: calc(100% - 120px);
    }   
    
    

}


