body {
  background-color: #fafafa; /* Updated background color */
  overflow-x: hidden;
}

.darkScreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  z-index: 4;
}

.audio_dialog {
  position: fixed;
  text-align: center;
  max-width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 5;
  overflow: auto;
}

.app_download_title {
  color: white;
  font-weight: 600;
  font-size: -webkit-xxx-large;
}

.app_download_sub {
  line-height: 1.3;
  color:white;
}


.dot-flash-container {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dot-flashing {
    position: relative;
    width: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
  }
  
  .dot-flashing::before,
  .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
  }
  
  .dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
  }
  
  .dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
  }
  
  @keyframes dot-flashing {
    0% {
      background-color: #9880ff;
    }
  
    50%,
    100% {
      background-color: rgba(152, 128, 255, 0.2);
    }
  }

  .img-box {
    width: auto;
    height: 170px;
    cursor: pointer;
    background-size: cover;
  }

  .category-title {
    font-size: 20px;
    font-weight: lighter; /* Updated font weight */
    color: #333333;
    margin-bottom: 0;
  }
  .product-count {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
  }
  .row, /* Or your parent container class */
  .product-card-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .product-card {
    margin-bottom: 20px;
    border-radius: 10px;
    max-height: 350px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0; /* Light border color */
    padding: 0 20px 20px 20px;
  }
  .product-card img {
    max-width: 100%;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    height: 180px;
    border-radius: 20px 20px 0 0; /* Rounded corners only at the top */
  }
  .product-title {
    margin-top: 10px;
    font-weight: bold;
    cursor: pointer;
    height: 60px;
    margin-bottom: 0;
    overflow-y: hidden;
    font-size: 15px;
    color: #333333;
  }
  .product-price {
    margin-bottom: 10px;
    color: #666666;
    float: left;
    font-size: 13px;
  }
  .sort-dropdown {
    text-align: right;
    min-width: 200px; /* Updated width */
    color: #0E5AA7; /* Updated text color */
  }

  .add-button {
    height: 30px;
    width: 30px;
    line-height: 0.7;
    float: right;
  }

  .banner {
    width: 100%;
    height: auto;
    padding: 120px 0 40px 0;
    background-color: #16a0d0;
  }

  .banner h1 {
    font-weight:500;
    padding: 0 20px;
    font-family: sans-serif;
    color: white;
    font-size: 30px;
    text-align: start;
  }

  .logo {
    width: 100px;
  }

  .main_image {
    width: 100%;
  }

  .footer {
    padding: 90px 0 80px !important;
    color: #736e78;
    background-color: #201b25;
}

.footer a {
  color: #736e78;
}

  .banner h2 {
    font-weight:300;
    padding: 0 20px;
    margin-top: 15px;
    font-family: 'Barlow';
    color: rgb(240, 249, 251);
    font-size: 16px;
    text-align: start;
  }

  .contents h3 h4 {
    font-family: 'Barlow';
    font-weight:300;
  }  

  .contents h2 {
    font-family: 'Barlow';
    font-weight:600;
  }  

  .product-img {
    width: 100%;
    height: 320px;
    object-fit: contain;
  }

  .product-thumb {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #ddd;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
  }

  .product-thumb:hover {
    border-color: #5988f1;
  }

  .flex {
    display: flex;
    flex-wrap: wrap;
  }

  .product-details h1 {
    font-weight: 600;
    padding-bottom: 0px;
  }

  .product-details h3 {
    font-weight: 600;
    padding-bottom: 0px;
  }

  .location-box {
    background: azure;
    width: fit-content;
    display: flex;
    border-radius: 6px;
    padding: 1px 12px;
  }

  .location-box p {
    margin-bottom: 0;
    font-size: 11px;
  }

  .location-box h4 {
    font-weight: 500;
    text-align: center;
  }

  .location-box {
    background: azure;
    width: fit-content;
    display: flex;
    border-radius: 6px;
    padding: 1px 12px;
    margin-right: 10px;
  }

  .language-box {
    width: fit-content;
    background: #e5f8f8;
    padding: 1px 15px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
  }

  .search-box input {
    margin-top: 5px;
    border: 0.2px solid #c0b9b9;
    min-width: 250px;
    margin-right: 15px;
    padding: 2px 10px;
    border-radius: 7px;
    height: 40px;
  }

  .incl {
    font-size: 12px;
    margin-left: 5px;
  }

  .in-stock {
    padding: 5px 10px;
    background-color: #c0e4c0;
    border-radius: 5px;
    font-size: 11px;
    color: green;
  }

  .sold-by {
    padding: 5px 10px;
    background-color: #e5e5e5;
    border-radius: 5px;
    font-size: 12px;
    color: #333333;
  }

  .category-card p{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
  }

  .share-button {
    color: #8e8ed5;
    font-weight: 400;
    margin-top: 5px;
    margin-left: 15px;
}

.share-button i {
  display: inline-block;
    border-radius: 50%;
    padding: 7px;
    background: #e8e8f8;
    color: #8e8ed5;
    font-size: 14px;
}

.dealZoneBanner {
  width: 100%;
  border-radius:7px;
  margin-bottom:10px;
  margin-left:5px;
  margin-right:15px;
}

.category-list {
  background-color: #f8f9fa;
}

@media (min-width: 1200px) {
  .search-box input {
    min-width: 400px;
  }
}

@media (max-width: 992px) {
  .search-box input {
    min-width: 100%;
    margin-bottom: 10px;
  }

  .language-box {
    margin-bottom:10px;
    margin-top:0px;
  }
}

@media (min-width: 992px) {

  .main_image {
    margin-top: 60px;
  }

  .language-box {
    margin-top:10px;
    margin-bottom:0;
  }
}

@media (max-width: 767px) {
  .category-list {
    display: none;
  }
  .product-list {
    height: auto;
  }
  .hide-on-mobile {
    display: none;
  }

  #mob_category {
    display: block;
  }

  #app_image {
    display: block;
  }

  #web_image {
    display: none;
  }
}

@media (min-width: 767px) {
  #mob_category {
    display: none;
  }

  #app_image {
    display: none;
  }

  #web_image {
    display: block;
  }

  .dealZoneBanner {
    width:50%
  }
}
  
  @media (max-width: 712px) {

    .product-img {
      width: 100%;
      height: 250px;
      object-fit: contain;
    }
  }

  @media (max-width: 512px) {
    
    .product-card img {
      height: 140px;
    }
}

@media (max-width: 300px) {
    
  .product-card img {
    height: 100px;
  }
}
  

  