.logo_background {
  background-color: #f8f8f8 !important;
  border-bottom: 1px solid #e5e5e5;
}
.product_name {
  font-size: 18px;
}
#timer-container {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  background: linear-gradient(135deg, #ffe5e5, #fff2cc);
  border: 2px solid #f8d210;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}
#timer-container h2 {
  font-size: 1.8rem;
  color: #f81010;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#timer {
  font-size: 1.2rem;
  color: #0093a3;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  #timer-container {
    padding: 10px;
  }
  #timer-container h2 {
    font-size: 1.5rem;
  }
  #timer {
    font-size: 1rem;
  }
}
.hero {
  padding: 0;
  display: block;
  min-height: unset;
}
.hero .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.cart_table th:last-child,
.cart_table td:last-child {
  text-align: right;
}
.shipping_area_td p {
  display: inline;
  margin: 0;
}
img {
  object-fit: contain;
}
@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px 6px;
  }
}
.bangla-font {
  font-family: "Tiro Bangla", sans-serif !important;
}
@media (max-width: 450px) {
  #cart-table-container {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tiro Bangla", var(--heading-font);
}
.sub_product_table tr td {
  white-space: nowrap;
}
.sub_product_table tr td:nth-child(1) {
  width: 20px;
}
.sub_product_table tr td:last-child {
  width: 20px;
  text-align: right;
}
.sub_product_table tr td:last-child del {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 450px) {
  #cart-table-container {
    font-size: 12px;
  }
}
.index-page.scrolled .header {
  --background-color: #ffffff;
}
.index-page .header {
  --background-color: rgba(255, 255, 255);
  --heading-color: #ffffff;
  --nav-color: #ffffff;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
.navmenu a,
.navmenu a:focus {
  font-size: 20px;
  color: black;
}
.header .logo img {
  max-height: 44px !important;
}
@media screen and (max-width: 500px) {
  .product_cart .sub_product_table thead {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .product_cart .sub_product_table tbody tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
  }
}
@media screen and (max-width: 500px) {
  .product_cart .sub_product_table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .product_cart .sub_product_table tbody tr td:last-child {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .product_cart .sub_product_table tbody tr td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #444;
    flex: 1;
  }
}
@media screen and (max-width: 500px) {
  .product_cart .sub_product_table tbody tr td img {
    max-width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .product_cart .sub_product_table tbody tr td input {
    max-width: 70px;
    height: 30px;
  }
}
.mobile-nav-toggle {
  color: #000000;
  font-size: 28px;
  line-height: 0;
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.3s;
}
