/* 06-02-2025 */
.listingLeft {
  display: none;
}
.listingRight {
  opacity: 0;
}
.showPoints .listingRight {
  display: block !important;
  opacity: 1;
}
@media only screen and (max-width : 735px) {
  .cardBrandsMain {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cardBrands, .cardBrands li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cardBrands {
  margin: 0 auto;
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.125rem;
}
.showPoints .cardBrands {
  display: none;
}
.cardBrands li {
  text-align: center;
}
.cardBrands li:nth-child(4n+1) {
  /* clear: left; */
  /* margin-left: 0; */
}
@media only screen and (max-width : 780px) {
  .cardBrands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media only screen and (max-width : 540px) {
  .cardBrands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cardBrands a img {
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100% !important;
  margin-bottom: 1rem;
}
.cardBrands a {
  color: #000;
}
.gcTtl {
  font-size: 32px;
  font-weight: 600;
  max-width: 1050px;
  margin: 10px auto 40px;
}
h1:not(.gcTtl) {
  display: none;
}
.showPoints .gcTtl {
  max-width: 100%;
}
@media only screen and (max-width : 780px) {
  .gcTtl {
    margin-bottom: 20px;
  }
}
.gcTtl a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin-left: 30px;
}
.gcTtl a::before {
  content: "\f054";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 10px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.breadCrumbs {
  display: none;
}