/* Add custom CSS styles below */ 

.copyright-text p {
    color: #000 !important;
}
.GR_Why_choose_use .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.GR_Why_choose_use .grid .md\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
   
    text-align: center !important;
    align-items: center;

}
.GR_subbanner .absolute.right-0 {
    width: 70%;
    display: none;
}
.image-logo {

    display: none;
}

.sicon-menu:before {
    content: "\ed7f";
    color: var(--color-primary);
}
.single-product .main-content .s-add-product-button-main .s-button-element {

    color: #fff !important;
 
}

@media (max-width: 768px) {
.main-nav-container a img {
    width: auto;
    height: 4rem;
}


}