.my-bg {
    background-color: rgb(252 178 44) !important;
}

.text-muted {
    color: #4f606e!important;
}

#privacy-lab a{
    text-decoration: underline;
    color: #2b7bd0;
}

.z-depth-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.rounded-circle {
    border-radius: 30%!important;
}

.offline .col-md-8, .shop .col-md-8 {
    display: none!important;
} 

#nointernet, #shoppingok  {
    display: none!important;
}

.offline #nointernet, .shop #shoppingok {
    display: block!important;
}