section.location-main .Top-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.top-banner {
  padding: 0 0 20px;
}
section.location-main .short-decription.container {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding: 0 0 20px;
}
.merchandice-center.container {
  padding: 0 0 20px;
}
.merchandice-img-main {
  display: flex;
  justify-content: space-between;
}
.location-pages-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.location-pages-content p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
}
.location-pages-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.location-pages-content {
  overflow-x: auto;
  height: 300px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.category-main-img img {
  margin: 0px auto;
  overflow: hidden;
}

.product-category {
  padding: 0 0 20px;
}

.category-name p {
  font-size: 14px;
  font-family: var(--font-global);
  font-weight: 600;
  letter-spacing: 0.06px;
  margin-top: 18px;
  text-align: center;
}
.category-main-img {
  margin: 5px 0 15px;
  display: inline-block;
  padding: 0px 5px;
  width: 16.6666667%;
}
.Men-category {
  display: flex;
  justify-content: flex-start;
}
.best-seller-section {
  text-align: center;
  padding: 0 0 60px;
}
.best-seller-product li {
  list-style: none;
  display: inline-block;
  padding: 8px 8px;
  text-align: center;
  width: 24%;
}
.best-seller-product a.product-item-link {
  font-size: 12px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
}
.best-seller-product .price-box {
  padding: 8px 0px;
}
.best-seller-product .product-price {
  color: #ff6969;
  font-weight: 700;
  font-size: 12px;
}
.best-seller-product span.final-price {
  text-decoration: line-through;
  font-size: 10px;
  color: #000;

  font-weight: 700;
  padding: 0px 5px;
}
.best-seller-product span.discount {
  color: #3dca3b;
  font-size: 11px;
  font-weight: 700;
}
.city-main.container ul {
  display: flex;
  justify-content: space-around;
}
.city-main.container {
  white-space: nowrap;
  overflow-x: scroll;
}
.city-main.container::-webkit-scrollbar {
  display: none;
}

.city-section {
  padding: 0 0 30px;
}
li.city-name img {
  width: 111px;
  border: 1px solid #ababab;
  border-radius: 50%;
}
li.city-name {
  text-align: center;
}
.shiv3 {
  overflow-y: scroll;
  height: 300px;
  padding-right: 10px;
  text-align: left;
  margin-bottom: 30px;
}
.shiv3 .top-head {
  font-size: 25px;
  font-weight: 500;
  padding: 15px 0 10px;
}
.shiv3 p {
  font-size: 12px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}

.city {
  line-height: 25px;
  text-align: center;
  margin-bottom: 19px;
  padding: 0 0 20px;
}
.swiper-collection {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
}
.swiper-collection img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper-collection .swiper-button-next {
  background-image: none;
  right: 0px !important;
  width: 30px;
  height: 20px;
}
.swiper-collection .swiper-button-prev {
  background-image: none;
  left: 0px !important;
  width: 30px;
  height: 20px;
}
a.bestsellerlink {
  border-radius: 11px;
  border: 1px solid #c9c9c9;
  display: block;
  position: relative;
}
.products-details {
  background: #fff;
  margin: 10px 10px 10px 10px;
}
.products-details span.category-product-sub {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0px 6px 0px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  position: relative !important;
}
.products-details .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px 0px 0px;
}
.products-details .price span {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  color: rgba(0, 0, 0, 0.8) !important;
  border: none;
  position: relative;
  padding: 0px;
  margin: 0px;
  bottom: 0px;
}
.products-details .price small {
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 14px;
  color: rgba(169, 169, 169, 0.8);
  padding: 0 3px 0px 6px;
}
.products-details .price strong {
  vertical-align: top;
  display: inline-block;
  color: #04ce00;
  font-size: 13px;
  font-weight: 600;
}
.products-details h3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  text-align: left;
}
