@media (min-width: 1485px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1485px; } }

.home-thankyou-slider-wrap {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 15px;
  margin: 40px 0;
  /* the slides */
  /* the parent */ }
  @media (max-width: 767px) {
    .home-thankyou-slider-wrap {
      grid-template-columns: repeat(1, 1fr); } }
  .home-thankyou-slider-wrap img {
    width: 100%;
    border-radius: 5px; }
  .home-thankyou-slider-wrap > div {
    min-width: 0;
    border-radius: 5px; }
    .home-thankyou-slider-wrap > div:nth-child(2) {
      background-image: repeating-linear-gradient(90deg, #ed1b24, #243a76 50%, #ed1b24);
      padding: 10px; }
  .home-thankyou-slider-wrap .slick-slide {
    margin: 0 7px; }
  .home-thankyou-slider-wrap .slick-list {
    margin: 0 -7px; }

@media (min-width: 768px) {
  .navigation .submenu__list {
    display: block; }
  .minmin {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    .minmin > div {
      min-width: 0; } }

@media (max-width: 992px) {
  .thetopbarnew {
    display: none !important; } }

.catforgap {
  margin-top: 17px; }
  .catforgap .product-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; }
    .catforgap .product-card img {
      width: 100%; }

.home-thankyou-slider-left img {
  height: 100% !important;
  object-fit: cover; }

.home-footer-demo {
  margin-top: 20px; }

.home-policy-demo-icon img {
  height: auto !important; }

.mskuc {
  font-size: 14px;
  margin-bottom: 5px;
  cursor: pointer; }

.sansangclier {
  padding: 8px;
  font-size: 12px; }
  .sansangclier .thongcbaocon {
    font-weight: bold;
    color: var(--price-color);
    font-size: 13px;
    display: block; }
  .sansangclier .thongcbahet {
    font-weight: bold;
    color: red;
    font-size: 13px;
    display: block; }

#search-header .search-suggested-products {
  padding: 16px;
  font-family: sans-serif; }

#search-header .suggested-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px; }

#search-header .suggested-list {
  list-style: none;
  padding: 0;
  margin: 0; }

#search-header .suggested-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px; }

#search-header .suggested-image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 4px; }

#search-header .suggested-info {
  flex: 1; }

#search-header .suggested-name {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px; }

#search-header .suggested-price {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px; }

#search-header .price-sale {
  color: #d00;
  font-weight: bold; }

#search-header .price-compare {
  color: #999;
  text-decoration: line-through; }

#search-header .price-discount {
  color: #d00;
  background: #ffe5e5;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px; }

.group__item:hover {
  border-color: #34A3DC !important; }

.sale-contact__header h2 {
  border: 2px solid #34A3DC !important; }

.group__title.red {
  background-color: #34A3DC !important; }

.group__item strong {
  color: #34A3DC !important; }

.group__title.blue {
  background-color: #A6CE38 !important; }
