/* Tooltip container */

.Tm-delivery {
  padding: 10px;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 0px;
}
.small-text{
  font-size: small;
}
.tooltip-container {
    position: absolute;
    background-color: whitesmoke; /* Background color of the tooltip */
    color: #333; /* Text color of the tooltip */
    padding: 8px; /* Padding around the tooltip content */
    border-radius: 4px; /* Rounded corners */
    z-index: 999; /* Ensure it appears above other elements */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Box shadow for a subtle lift effect */
  }
  .tooltip-content input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin-right: 10px;
  }
  #changeLocationButton {
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    background: #000;
    color: #fff;
  }
  /* Tooltip content */
  .tooltip-content {
    font-size: 10px;
    display: flex;
    margin-bottom: 15px;
    /* Adjust the font size for regular text as needed */
    /* You can style the content further here, e.g., font size, text alignment, etc. */
  }
  
  /* Hide tooltip initially */
  .tooltip-container {
    display: none;
  }
  body {
    font-size: 12px; /* Adjust the font size for regular text as needed */
  }
  table {
    font-size: 10px; /* Adjust the font size for regular text as needed */
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  
  /* Style the table header row */
  table th {
    background-color: #3498db;
    color: whitesmoke;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }
  
  /* Style the table data rows */
  table td {
    font-size: 10px; /* Adjust the font size for regular text as needed */
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  
  /* Style even-numbered rows with a background color */
  table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  /* Style the table hover effect on rows */
  table tr:hover {
    background-color: #f0f5ff;
    border: 2px solid #1773b0 !important;
  }
  .tooltip-container-new {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  .Tm-delivery {
    padding: 10px;
  }
  .Tm-header {
    display: flex;
  }
  .Tm-head {
    width: 80%;
    font-size: 18px;
    letter-spacing: normal;
    color: #000;
  }
  .Tm-cost {
    width: 20%;
    font-size: 18px;
    letter-spacing: normal;
    color: #000;
    font-weight: bold;
  }
  .main-datetime{
    display: flex;
    padding: 10px;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
  }
.main-datetime:last-child{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.product--no-media .shopify-block {
  margin: auto !important;
  max-width: fit-content;
}

  .main-datename {
    width: 80%;
  }
  .main-dateprice{
    width: 20%;
  }
  .main-datename h3 {
    font-size: 12px;
    letter-spacing: normal;    
    margin: 0;
  }
  .main-datename p{
    font-size: 12px;
    letter-spacing: normal;
    margin: 0;
  }
  .main-dateprice {
    font-size: 12px;
    color: #000;
  }
  .main-datetime:hover {
    background-color: #f0f5ff;
    border: 1px solid #1773b0 !important;
  }
  .Tm-delivery .main-datetime:hover:nth-child(2){
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; /* Adjust font size for text on smaller screens */
    }
  
    table {
      font-size: 12px; /* Adjust font size for tables on smaller screens */
    }
  
    table th {
      font-size: 14px; /* Adjust font size for table headers on smaller screens */
    }
  
    table td {
      font-size: 12px; /* Adjust font size for table data on smaller screens */
    }
  
    /* Add more styles specific to smaller screens as needed */
  }
  
  .tooltip-content input:focus-visible{
    outline: none;
    outline-offset: unset;
    box-shadow: none;
  }
#displayShippingMsg{
  padding: 0px 20px 0px;
  display: inline-block;
}
.border_main{
  border:1px solid #000;
  border-radius:6px;
}
  #displayShippingMsg p {
    margin-top: 5px;
    position: relative;
  }
  #display_content_for_location {
    margin-bottom: 15px;
  }
  .close-me-app{
    position: absolute;
    background: transparent;
    border: 0;
    right: 0;
    bottom: -10px;
    cursor: pointer;
  }
  .close-me-app svg {
    fill: #000 !important;
    color: #000 !important;
    width: 15px;
    height: 15px;
  }
  .product--no-media #display_content_for_zip{
    margin-top: 30px;
  }
.product--no-media .close-me-app{
  bottom: -25px;
}
.product--no-media #display_content_for_location{
  margin-top: 25px;
}

a {
  text-decoration: underline;
}