*{
  box-sizing: border-box;
}
.epf_table{
  border-collapse:separate;
	border-spacing:0 15px;
}
.epf_content{
  height: 80vh;
  overflow-y: scroll; 
}
.epf_image{
  max-width: 40%; max-height: 30%;
  width: 30%; height: 30%;
}
.epf_col_icon{
  border-right: hidden;
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
}

.epf_col_img {
    height: auto;
    width: 100%;
    margin-right: 1%;
}
.grid-container {
  display: grid;
  /* column-gap: 1%; */
  row-gap: 1.5%;
  grid-template-columns: 50% 50%;
  background-color: transparent;
  /* grid-template-columns: repeat(4, 1fr); */
}
.grid-container-right{
  display: grid;
  /* column-gap: 1%; */
  row-gap: 1.5%;
  grid-template-columns: 10% 90%;
  background-color: transparent;
  border-bottom: 2px solid rgb(209, 206, 206);
  margin-top:1%;
  padding: 4%;
}
.grid-container-right:hover {
  background-color: #dbdbdb;
}
@media only screen and (min-width: 769px) {
  .epf_product_img {
    width: 100% !important;
}
#additional_info{
  width: 50% !important;
}

#epf_product_img_div {
  width: 45% !important;
}
#epf_product_des_div{
  width: 45% !important;
}
	.epf_col_title{
		width: 60%;
	}
	
	.epf_col_price{
		width: 20%;
	}
  }
@media only screen and (max-width: 768px) {
	.epf_col_price{
		width: 40%;
 		margin-left: 5%;
	}
	#epf_col__short_des{
		display: none;
	}
	.epf_col_title{
		width: 40%;
	}
  .grid-container  {
    grid-template-columns: repeat(1, 1fr);
  }
  .epf_product_img {
    width: 70% !important;
}
	.grid-item-left{
		display: none !important;
	}
.epf_box_input{
  width: 100% !important;
}
#additional_info{
  width: 100% !important;
}

#epf_product_img_div {
  width: 100% !important;
}
#epf_product_des_div{
  width: 100% !important;
}
}
  .totalPriceDiv{
    background-color: #f7f7f7;
    box-shadow: 0px -10px 14px #0000000d;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 2% 7%;
    text-align: right;
    width: -webkit-fill-available;
  }
  .grid-item {
    display: flex;
    align-items: center;
  }
  .grid-item-selected{
    border-color: #99d613;
    border-width: medium;
    box-shadow: 3px 4px 25px -4px rgb(0 0 0 / 30%);
  }
  .action_button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  }
  .epf_cat{
      display: none;
      text-align: center;
      cursor: pointer;
      word-break:normal !important;
      padding-bottom: 20%;
  }
  /* Button used to open the contact form - fixed at the bottom of the page */
  .open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  bottom: 23px;
  right: 28px;
  width: 280px;
  }

  /* The popup form - hidden by default */
  .form-popup {
  display: none;
  padding: 0 2% 2% 2%;
  position: fixed;
  top: 0;
  left: 0px;
  border: 3px solid #040404;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  background: white;
  /* overflow: hidden; */
  }

  /* Add styles to the form container */
  .form-container {
  padding: 10px;
  background-color: white;
  }

  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  }

  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
  }

  /* Set a style for the submit/login button */
  .form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  }

  /* Add a red background color to the cancel button */
  .form-container .cancel {
  background-color: red;
  }

  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
  opacity: 1;
  }
  .epf_close_icon{
    right: 3%;
    top: 3%;
    position: fixed;
    font-size: x-large;
    border: black;
    border-style: solid;
    cursor: pointer;
    display: none;
  }
.epfRadio{
	    position: inherit !important;
}
.epf_des_div{
	 font-size: small;
    font-weight: bold;
}
#epf_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #4CAF50;
  border-bottom: 16px solid #4CAF50;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.epf_box_icon{
  width: 100%;
  height: 80px;
  fill: #1f930f;
  display: block;
  margin-bottom: 40px;
}
.epf_box_input{
  outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    width: 50%;
    height: auto;
    margin: 0 auto;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    font-size: 1.25rem;
    background-color: #d8f8bb;
    position: relative;
    padding: 4% 1%;
}

.epf-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.epf-seperator{
  line-height: 1;
  text-align: right;
}
.epf-subtotal{
  font-weight: 800;
  font-size: 17px;
}

/* The Modal (background) */
.epf_modal {
  display: none;
  position: fixed;
  z-index: 10000001999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.epf_modal_body {
  background-color: #fefefe;
  margin: 2%;
  width: 90%;
}

/* The Close Button */
.epf_close {
  color: #939393;
  float: right;
  font-size: 25x;
  font-weight: bold;
  display: inline-flex;
}
.epf_close img{
  height: 18px;
}
.epf_close:hover,
.epf_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.epf_modal_header{
  padding: 15px;
  box-shadow: 0 3px 6px #0000000d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#epf_modal_heading{
  margin: 0;
  text-transform: inherit;
}
.epf_modal_content{
  position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: latooltipanimatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: latooltipanimatetop;
    animation-duration: 0.4s;
    border-radius: 8px;
    width: 80%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.epf_prescription_modal_header{
  background-color: #ffffff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.epf_prescription_modal_close {
  height: 1.4rem;
  cursor: pointer;
}
.epf_steeper_back {
  height: 1.5rem;
  cursor: pointer;
}
.epf_prescription_modal_close img {
  height: 100%;
}
.epf_steeper_back img {
  height: 100%;
}
.epf-submit{
  margin-top: 2%;
  margin-right: 0px;
}
.navigate_buttons{
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1;
}
.navigate_skip{
  margin-right: 0px;
}
.navigate_previuos{
  margin-left:0px
}
.grid-container-summary{
  display: grid;
  /* column-gap: 1%; */
  row-gap: 1.5%;
  grid-template-columns: 33.33% 33.33% 33.33%;
  background-color: transparent;
  border-radius: 10px;
  margin-top: 4%;
}
#epf_summary{
  padding-right: 3%;
  cursor: auto;
}
.divider{
  background: #DFE3E8;
  margin: 2rem auto;
  height: 1px;
  display: block !important;
}
.epf-summary-heading{
  font-weight: 700;
  font-size: larger;
}
.grid-item-left{
  display: flex;
  padding: 10%;
  margin: auto auto;
}
.grid-item-right{
	overflow: scroll;
}
