input.MyButton {
width: 150px;
padding: 7px;
cursor: pointer;
font-weight: bold;
font-size: 150%;
background: #1d3596;
color: #fff;
border: 4px solid #1d3596;
border-radius:0px;
}
input.MyButton:hover {
color: #fff;
background: #061a69;
border: 4px solid #061a69;
}

  /* Styles for the Popup Modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto; /* Enable scrolling when modal content overflows */
  }

  .modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 2px;
	 padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 15px;
    border: 1px solid #888;
    width: 90%;
    max-width: 700;
    max-height: 900px; /* Set a maximum height for the modal content */
    overflow-y: auto; /* Enable vertical scrolling for the modal content */
	border-radius: 8px;
  }

  .close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  
  
    @media screen and (max-width: 860px) {
  .phone-text {
    font-size: 1.5em;

  }
}


  
  @media screen and (max-width: 860px) {
  .hide-on-phone {
    display: none !important;
  }
}


  @media screen and (max-width: 860px) {
  .display-on-phone {
    display: block !important;
  }
}




  
  #loadingSymbol {
  display: none;
  margin-left: 0px; /* Adjust the margin as needed */
}

.fa-spinner {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
  
  
  body {
    font-family: 'Open Sans', sans-serif;
}


.content {
  max-width: 500px;
  margin: auto;
}

 .hidden-div {
            display: none;
        }

		
		
		
.email_input {
	height: 30px; 
	width: 300px;
	
	width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  margin-bottom: 10px;
  
  
}
	
.phone_input {
    height: 30px;
   
	width: 100%;
  max-width: 140px;
	 box-sizing: border-box;
  margin-bottom: 10px;
}	
		
   @media (min-width: 1008px) {
    /* Add your CSS styles for laptops and computer screens here */
    
    #section1 {
      display: table-cell;
      /* Add more styles as needed */
    }
    
    #section2 {
      display: table-cell;
      padding-left: 100px;
      /* Add more styles as needed */
    }
	
	
	.modal-content {
    
    width: 60%;
    padding-left: 50px;
  }
	  .hidden-div {
                display: block; /* Making the div visible when the condition is met */
            }
	
			












 /* quantity selector */


    /* Always show number input spinners */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
      opacity: 1 !important;
    }

    /* Hide blinking cursor */
    input[type=number] {
      caret-color: transparent;
    }

    /* Optional: prevent selecting the number text */
    input[type=number]::selection {
      background: transparent;
    }













 /* New UI 25 */
 /* New UI 25 */
 /* New UI 25 */


.modal-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .modal-flex {
    flex-direction: row;
    justify-content: space-between;
  }
}











html {
  font-size: 16px;
}

@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}













.coupon-message-wrapper {
  margin-top: 7px;
  margin-bottom: 0px;
}

.coupon-message {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 4px;
  border-radius: 1px;
  margin-bottom: 1px;
  line-height: 1.4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.coupon-message.success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.coupon-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.coupon-message.loading {
  color: #0c5460;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
   font-size: 11px;
  font-weight: 300;
}





.coupon-message {
  opacity: 0;
  transform: translateY(-5px);
  animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.coupon-message-wrapper {
  position: relative;
  height: 35px;
  overflow: hidden;
}

.coupon-message {
  position: absolute;
  top: 0;
  left: 0;

}





 /* New UI 25 */
  /* New UI 25 */
   /* New UI 25 */
   
   
   
   

   
   
   
  @media (min-width: 768px) {
  .modal-flex > #section1 {
    flex: 1;
  }
}

   
   #paypal-button-container {
  
  margin-top: 40px;
}



