/*
 * styles for about module
 */
div.separator {
    width: 100%;
}

.navbar-blur {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 9998;
    filter: blur(5px);
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
}
.ie-gradient {
    filter: none;
}

#product-options .rich-card-body {
    width: 100%;
    min-width: 100%;
}
.product-addon h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.product-addon {
    background-color: rgb(218, 218, 218);
    text-align: justify;
    padding: 10px;
    margin: 5px;
}

.product-addon i.fa {
    text-shadow: 3px 5px 3px rgba(160, 160, 160, 0.4);
}
.raised-more {
    box-shadow: 0 0 10px #a0a0a0;
}