/**main-banner **/

section:nth-child(1 of .landing-page-first-banner) .txt {
  justify-content: flex-start !important ;
}
.landing-page-first-banner .item-text h1 {
    font-size: 60px ;
}

section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
}


section:nth-child(2 of .landing-page-first-banner) .txt {

}



section:nth-child(2 of .landing-page-first-banner) .item-text {
    max-width: 60% !important;
    /* background: #0000001f; */
    box-shadow: 0px 0px 31px 0px #6C17184D;
    border-radius: 12px;
}

/** end-main-banner **/
/**category*/
.g_cat  .grid {
    display: flex !important;
}
/**end  category*/
/**footer **/
.store-footer .container > div >img {
    filter: brightness(0.0)invert(1);
}
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}



/** end -footer **/

@media(max-width:768px) {
section:nth-child(2 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
 
}
  
.landing-page-first-banner .item-text h1 {
    font-size: 19px !important;
}
}