/* Top wrapper */
.oma-category-top-wrapper{
    margin:30px 0;
    max-width:900px;
}

/* Top eTrusted */
.oma-etrusted-top{
    margin-bottom:20px;
}

/* Top content */
.oma-category-top-content{
    margin-bottom:30px;
}

/* Bottom section */
.oma-category-bottom{
    margin:60px auto;
    max-width:1100px;
}

/* Read more */
.oma-text-wrapper{
    max-height:150px;
    overflow:hidden;
    transition:max-height .4s ease;
}

.oma-text-wrapper.open{
    max-height:2000px;
}

.oma-read-more{
    border:1px solid #ccc;
    padding:8px 16px;
    margin:15px 0;
    background:none;
    cursor:pointer;
}

/* Bottom eTrusted */
.oma-etrusted-widget{
    margin-top:40px;
}
