/* Add custom CSS styles below */ 


/**/
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
.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(3) img {
    padding:12px 5px !important;
}


/****/
 .landing-page-first-banner  .item-text h1:before {
    content:'';
    width:376px;
    height:111px;
    background-image:url(https://i.ibb.co/q3qqHpf3/Asset-3-1.png);
    background-size:cover;
    display:block;
  margin:auto
}

@media(max-width:768px) {
.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 ;
}

.g_cat .grid-cols-3 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
 .g_cat .products-item {
    align-self: start;
    grid-column: 2 span;
}

  .g_cat .flex:nth-child(5) {
    grid-column: 2 /4;
  }

.slider-banner-main, .video-banner-main {
    height: 16vh !important ;
}


    .landing-page-first-banner  .item-text h1:before {
    content:'';
    width:100px;
    height: 30px;
    background-image:url(https://i.ibb.co/q3qqHpf3/Asset-3-1.png);
    background-size:contain;
    display:block;
    margin:auto;
    background-repeat:no-repeat;
}
}