	#infobox {
		display:none;
		height:50vh; width:450px;
		position:absolute;
		bottom:50px; left:15px;
		padding:5px 5px 5px 5px;
		border-width:1px;
		border-color:#00FF00;
		border-radius: 5px;
            z-index: 1000; /* ensure the overlay is above the map */
			 background-color: rgba(255, 255, 255, 1); /* semi-transparent white */
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:1.2rem;
           
}

#postalSearch {
	
	
	    height:15vh; width:390px;
		position:absolute;
		bottom:50px; left:15px;
		padding:0px 5px 5px 15px;
		margin-left:0px;
		border-width:1px;
		border-color:#00FF00;
		border-radius: 5px;
        z-index: 1000; /* ensure the overlay is above the map */
		background-color: rgba(255, 255, 255, 1); /* semi-transparent white */
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:1.0rem;
	
}

	#infobox h2 {font-size:1.2rem;
			font-weight: 700;
	}
	#postalCode,#postalCodeStart, .mapbutton, .button {font-size:1.2rem;}
	#postalCode,#postalCodeStart {width:60%;margin-left:10px;}
	#mylist {
		/* border: 0.5px solid black; */
		
	}
	
	#checkout {width:100%;display:none;}
	
	.riclogos {
    width: 220px; /* Set the width to 300 pixels */
  }
  
  .ricCell {float:left;}
  .ricCell:nth-child(1) {width:10%;}
  .ricCell:nth-child(1) img {margin-top:10px;;}
  
  .ricCell:nth-child(2) {width:60%;}
  .ricCell:nth-child(3) {width:30%;}
  .ricCell:nth-child(3) .button {margin-top:20px;}
  
  .ricRow {width:100%;
	min-height:80px;
	  border-bottom: 1px solid black;
	  clear: both;}

	#activebox {
		display:none;
		height:40vh; width:230px;
		font-size:1.2rem;
		position:absolute;
		top:10px; right:10px;
		border-width:1px;
		border-color:#00FF00;
		border-radius: 5px;
		padding: 5px 15px 5px 15px;
        z-index: 1000; /* ensure the overlay is above the map */
		background-color: rgba(255, 255, 255, 1); /* semi-transparent white */
           
	}
	
	#activebox p {font-size:1rem;}
	#activebox h3 {
		font-size:1.2rem;
		font-weight: 700;
	}
	
	#topnav {
		padding: 5px 5px 5px 5px;
	
		height:auto; width:280px;
		position:absolute;
		top:20px; left:15px;
		z-index: 1000; /* ensure the overlay is above the map */
		

		border-width: 1px;
		border-color: #00FF00;
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 1);
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 1.2rem;
	}
      
    #confirmationDialog div {/*width:100%;*/}  
      #map {
       
       width: 100%;
       height: 95vh;
       overflow: hidden;
       float: left;
       border: thin solid #333;
       }
      
      #map h2 a, #map name {
        font-size:1.4rem;
        /* color:#FF0000; */
      }
      
      #map h2 a:hover { text-decoration:underline;  }
      #map h2 a:link,#map h2 a:visited,#map h2 a:active  {

      	text-decoration:none;
      }
      #map .gm-style-iw-d img {width:200px;}
      
      #map .gm-style-iw-d input {height:50px;width:auto;}
      
      #map .gm-style-iw-d span {display:none;}
	  
/* ---------------------------- START POPUP STYLING ---------- */

#popit {
	
		position:absolute;
		top:15px; left:500px;
		
}
 .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .dialog {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);	
	margin-top:30px;
	margin-bottom:30px;	
	width:70%;
	position:relative;
  }
  
 #closeDialog { position: absolute;
    top: 10px;
    right: 10px;}
		
	}
  #confirmationDialog {
	align-items: center;  
  }
  .buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .button {
    padding:5px 10px 5px 10px;
    margin: 0 10px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
  }
  button.topnav {width:90%;}
/* ---------------------------- END POPUP STYLING ---------- */  

/* ---START CHECKOUT FORM ----- */

#checkout {
    width: 100%;
    display: none;
    margin: 50px 50px 50px 50px;

	
}
#checkout input[type=text], #checkout select, #checkout textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

#checkout label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

#checkout2 input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

#checkout2 input[type=submit]:hover {
  background-color: #45a049;
}

#checkout .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

#checkout .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

#checkout .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */

.row {width;80%}
#checkout .row::after {
  content: "";
  display: table;
  clear: both;
}

.radioOptions {width:90%}
	.radioOptions .col1 {width:5%;}
	.radioOptions .col2 {width:95%;}
	.radioOptions input[type="radio"]{font-size:2.0rem;}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  #checkout .col-25, #checkout .col-75, #checkout input[type=submit] {
    width: 80%;
    margin-top: 0;
  }
}

/* ---END CHECKOUT FORM ----- */


  
      