.blog-card{
  border-radius: 15px;
  overflow: hidden;
}

.blog-title{
  font-size: 22px !important;
  line-height: inherit;
  margin-bottom: 10px !important;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  padding: 15px 15px 0px;
  color: var(--heading);
  width: 100%;
  z-index: 1;
}

.blog-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 0 5%, #fff 100% 0%);
}

.visit-store-modal .store-left-content{
  position: relative;
}

/*.visit-store-modal .store-left-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0 60%, #fff 100% 0%);
}*/

.blog-img, .blog-img img{
  border-radius: 0 !important;
}

.blog-btn{
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.blog-desc {
  font-size: 15px !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
  font-weight: 500 !important;
}

.view-name a{
  font-weight: 700;
}

.store-right-content .address,
.store-right-content .phone_no{
  font-weight: 500;
  font-size: 15px;
  line-height: initial;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.store-right-content .icon{
  width: 35px;
  height: 35px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.store-right-content .icon i{
  font-size: 22px;
}

.store-right-content .view-name-secondary{
  font-size: 18px;
  font-weight: 600;
}

.blog-widget-category li{
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
}

.blog-widget-category li a{
  font-size: 15px !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-direction{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.address-direction a{
  color: var(--primary);
  font-size: 14px;
  text-decoration: underline;
}

.store-gallery-slider a img {
  width: 100%;
  height: 300px !important;
  object-fit: cover !important;
  border-radius: 8px;
}