.sh-header-main {
background-color:#fff;
color:#000;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important;
  }
  
    
.sh-bottom-nav-main {
  background-color: #fff;
}
.sh-bottom-nav-selected {
  stroke: #000 !important;
  color: #000 !important;
  fill: none !important;
}
.sh-bottom-nav-unselected {
  stroke: rgb(187, 187, 187) !important;
  color: rgb(187, 187, 187) !important;
}
.sh-header-location-icon {
    fill: #000000 !important;
}
.sh-header-account-icon {
    stroke: #000000 !important;
}
.sh-header-cart-icon {
    stroke: #000000 !important;
    fill: none !important
}
.sh-header-arrow-icon {
    fill: #000000 !important;
}
.sh-header-search-icon {
    stroke: #000000 !important;
}
.sh-header-cart-badge {
    background-color: #000;
    color: #FFFFFF;
}
.sh-header-mob-menu-icon {
    color: #000000 !important;
}
@media (max-width: 767px) {
    .pr-outlined-button {
        min-width: 40px;
        padding: 4px 3px;
        font-size: 12px;
    }