/* Custom styles for Nelatho website */
.wrapper {
    background-color: #fff !important;
}

.word-wrap {
    overflow-wrap: break-word;
}

.prod-body {
    height: 300px;
}

.box:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.register-box {
    margin-top: 20px;
}

#trending {
    list-style: none;
    padding: 10px 5px 10px 15px;
}

#trending li {
    padding-left: 1.3em;
}

#trending li:before {
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; 
    width: 1.3em;
}