/* Add custom CSS styles below */ 

.ad-star-btn {
  background-color:var(--color-primary);
}
 
 .copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
}

@media(min-width:992px) {
.landing-page-first-banner .txt {

     margin-left: 14rem; 
  
}
}
@media(max-width:768px) {
    /*cat*/
     .g_cat .grid-cols-3 {
      grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
    /* end cat*/
    .landing-page-first-banner .item-text{
        width: 47% !important;
    }
    .landing-page-first-banner .item-text h1{
    
        font-size: 18px !important;
    }
}

/* Edit Description Color */
.product-single .article--main li {
    color: #111
}