/* .regular-price {
    color: #17a2b8 !important;
} */

.top-search-keyword:hover {
    font-weight: bold;
    color: #8064A6;
}

.box-shadow {
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.75);
}

.modal-small-height{
    height:300px !important;
}

#notification-append-order{
    max-height:150px;
    overflow-y: scroll;
}


