/* Add custom CSS styles below */ 
.ad-star-btn {
  background-color:var(--color-primary);
}
/**/
.banner_ad {
    max-height: 100% !important;
}
/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}


.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    
    height: unset;
}

.s-payments-list-item:nth-of-type(4) img {
    padding:12px 5px !important;
}


/****/

.banner_ad p {
    width: 70%;
}



@media(max-width:768px) {
  .banner_ad p {

    font-size: 16px !important;
    line-height: 2rem !important;
}
.landing-page-first-banner .item-text {
    max-width: 180px !important;
}

  .landing-page-first-banner  .item-text h1 {
    font-size: 14px !important;
}
  .landing-page-first-banner  .item-text> img {
    width: 100px !important ;
}

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/

  
}

 .outof-stock:after {
    content: '';
    width: 181px !important;
    height: 244px !important;
    bottom: 58% !important;
}

.outof-stock{
    background:transparent !important;
}
.outof-stock span{
    color:transparent !important;
}
.outof-stock:after {
    content: '';
    width: 350px;
    height: 351px;
    background-image: url(https://i.ibb.co/xN7Hhr8/Gemini-Generated-Image-dn4smtdn4smtdn4s-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -10%;
    bottom: -33%;
}