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

.main-nav-container #shopping-bag path, .main-nav-container #heart path, .search-btn path {
    stroke: #ffffff !important;
}

.product-index .main-nav-container #cat-in-header {
    color: #ffffff !important;
}
/*mainbanner ***/
.landing-page-first-banner .txt {
    margin-bottom: 16rem;
    justify-content: end !important;
}
section:nth-child(2 of .landing-page-first-banner) .item-text {
    max-width: 100% !important;
}


section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
  color: transparent; -webkit-text-stroke: 4px transparent; 
    background: linear-gradient(to bottom, #fff,#fff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    
}
/* end-mainbanner ***/
/*Square pictures*/
.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}
/**/
/*Advertising banner  */

.ad-star-btn {
  background-color:var(--color-primary);
}
/**/

/***/
#product-filter {
    color: #000 !important;
}



@media(max-width:768px) {

section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
  
    font-size: 19px !important;
}
}


.description span[style*="color: rgb(0, 0, 0);"], .description strong[style*="color: rgb(0, 0, 0);"] {
    color: #fff !important;
}
.details-main-product span[style*="color: rgb(0, 0, 0);"], .details-main-product strong[style*="color: rgb(0, 0, 0);"] {
    color: #fff !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    filter: brightness(0);
}
.main-nav-container:not(.fixed-pinned) a#cat-in-header {
    color: #fff !important;
}
.blog-category li * {
    color: #000;
}
.articles .item .content_blog .wrap .title_name_blog h2 {
    color: #ffffff;
}