.products-slider .prod-col {
    border: 1px solid #5aa181;
    padding: 15px;
    border-radius: 8px;
    margin: 4px
}

.add-to-wishlist {
    display: none
}

.theme-title-primary {
    color: #5aa181
}

.header-theme-bg-primary {
    background: white
}
.header-theme-icon-primary {
    color: #5aa181
}
.menu-header-theme-bg-primary {
    background: white
}

.btn-primary {
    color: black;
    background-color: white;
    border-color: #5aa181
}

.container-slider {
    padding: 5px
}

.main-slider {
    border-radius: 8px
}

.footer-store-section .container .row {
    align-items: center;
    text-align: center
}

.footer-about-us-links-div {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: center;
    text-align: center
}


@media only screen and (max-width:768px)
{
.search-header{
  margin: 10px;
  Padding:3px;
  border-radius: 14px;
  box-shadow :0px 2px 6px #5aa181
} 
}