.shariff-container .shariff-wrapper li a {
    padding-left:2.875rem !important;
    color: white !important;
}
.shariff-container{
background-color: white;
position: absolute;
right: 0;
top: -40px;
}
#shariff-close{
    cursor: pointer;
    z-index: 99;
    position: absolute;
    right: 22px;
    font-size: 26px;
    color: #16365c;
    top: -180px;
    text-decoration: none;
}
.shariff-wrapper{
    background-color: white;
    padding: 10px;
    width: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 16px;
    height: 180px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
@media all and (max-width:600px) {
.shariff-wrapper{
    width:350px;
}
}
