.rrow {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  
  .ccol-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
  }
  
  .ccol-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
  }
  
  .ccol-75 {
    -ms-flex: 75%; /* IE10 */
    flex: 75%;
  }
  
  .ccol-25,
  .ccol-50,
  .ccol-75 {
    padding: 0 16px;
  }
  
  .ccontainer {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
  }
  
  input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  label {
    margin-bottom: 10px;
    display: block;
  }
  
  .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
  }
  
  .btn {
    background-color: #04AA6D;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
  }
  
  .btn:hover {
    background-color: #45a049;
  }
  
  span.price {
    float: right;
    color: grey;
  }
  
  /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
  @media (max-width: 800px) {
    .rrow {
      flex-direction: column-reverse;
    }
    .ccol-25 {
      margin-bottom: 20px;
    }
  }

  .title{
    display: block;
    position:absolute;
    margin-top: -30px;
    margin-left: -350px;
  }
  
  .logo img {
    width: 40px; 
    height: 40px; /* Adjust as needed */
    height: auto;
    display: block;
    position:absolute;
    margin-top: -20px;
    margin-left: -400px;
  }
  
  /* Responsive logo for smaller screens */
  @media only screen and (max-width: 768px) {
    .logo img {
      width: 50px; /* Smaller logo for mobile */
    }
  }
  
  @media only screen and (max-width: 480px) {
    .logo img {
      width: 50px; /* Further reduce size on very small screens */
    }
  }

  .title{
    display: block;
    position:absolute;
    margin-top: -30px;
    margin-left: -350px;
  }
  
  .logo img {
    width: 40px; 
    height: 40px; /* Adjust as needed */
    height: auto;
    display: block;
    position:absolute;
    margin-top: -20px;
    margin-left: -400px;
  }
  
  /* Responsive logo for smaller screens */
  @media only screen and (max-width: 768px) {
    .logo img {
      width: 50px; /* Smaller logo for mobile */
    }
  }
  
  @media only screen and (max-width: 480px) {
    .logo img {
      width: 50px; /* Further reduce size on very small screens */
    }
  }
  