/* Add custom CSS styles below */ 
section:nth-child(1 of .landing-page-first-bannar) .txt {

     margin-left: 0; 
  
}

.navbar-brand img {
    max-width: 170px;
    filter: brightness(0.0);
}

.copyright-text p {

    color: #fff;
}

.ad-star-btn {
  background-color:var(--color-primary);
}
  /**/
  
  .s-product-card-vertical {
    flex-direction: column;
    height: 400px !important;
}
.s-product-card-horizontal {
    flex-direction: column;
    height: 650px !important;
}
.store-footer__inner img {
    filter: brightness(0.0);
}
@media(max-width:768px) {

.g_cat .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


.product-index .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}
.landing-page-first-bannar .font-bold {
    font-weight: 700;
    text-align: center;

    font-size: 18px;
    width: 100%;
}
.landing-page-first-bannar .item-text {
    background-color: rgb(255 255 255 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

}