body {
    background-color: #84CCE8;
}
.grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.grid-item {
    flex: 1 1 calc(33.333% - 40px);
    box-sizing: border-box;
    text-align: center;
    border: 2px solid black;
    padding: 10px;
    background-color: #f9f9f9;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 300px;
}
.icon {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.value-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.value-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cola-icon, .hc-icon {
    height: 30px;
}
.cola-value, .hc-value {
    font-size: 16px;
}
h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.image-container {
  width: 100%;
  height: 120px; /* Set a fixed height for the image container */
  display: flex;
  align-items: center; /* Center the image vertically */
  justify-content: center; /* Center the image horizontally */
  overflow: hidden; /* Hide overflow */
  position: relative;
}
.image-container img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0; 
  transform: translateY(-50%);
  top: 50%;
}
h2 {
  max-height: 65px; 
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.bordered-content {
    background: url('assets/img/160_mid.gif') no-repeat top center;
    border: 1px solid black;
    background-size: cover;
    height: auto;
    box-sizing: border-box;
}
#more-content {
    display: none;
    padding-bottom: 20px;
}
.toggle-link {
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: none;
    margin-bottom: 5px;
    font-size: inherit;
    margin-left: 50px;
}
.quantity-input {
    width: 60px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    background-color: #f9f9f9;
    color: #333;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}
.quantity-input:focus {
    border-color: #66afe9;
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.time-ago {
  position: relative;
  cursor: pointer;
}
.time-ago:hover .exact-time {
  display: block;
}
.exact-time {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  bottom: 100%; /* Position above the time-ago element */
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px; /* Space between the element and the hover box */
}
.important-notice {
  border: 2px solid #000;
  background-color: #ffffcc;
  padding: 20px;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.important-notice strong {
  font-size: 16px;
}
.important-notice p {
  margin: 0;
}
.converter-container {
background-color: #fff;
border: 2px solid #ccc;
padding: 20px;
width: 475px;
margin: 0 auto;
display: none;
text-align: left;
}
.converter-container h2 {
font-size: 18px;
margin-bottom: 10px;
text-align: center;
}
.converter-container label {
display: block;
font-size: 14px;
margin: 10px 0 5px;
}
.converter-container input,
.converter-container select,
.converter-container button {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #999;
border-radius: 4px;
font-size: 14px;
box-sizing: border-box; /* Ensure padding is included in the width */
}
.converter-container button {
background-color: #0092cc;
color: white;
border: none;
cursor: pointer;
}
.converter-container button:hover {
background-color: #006199;
}
.converter-container p {
font-size: 14px;
color: #333;
}
.converter-container .result-container {
margin-top: 20px;
}
#faq{
    display:none
}
#slideshow{
    width:160px;
    height:115px;
    overflow:hidden;
    position:relative;
}

#slideshow img{
    width:160px;
    height:115px;
    position:absolute;
    margin-top:-57.5px;
    transition:left 1s;
}
#slideshow img.stop{
    width:160px;
    height:115px;
    position:absolute;
    margin-top:-57.5px;
    transition:none!important;
}
#preload{display:block}
center{text-align:center}