﻿#main_body {
    /*padding-top: 5px;*/
    /*margin-top:-10px;*/
}

.inner-container {
    background-color: #fff;
    padding: 15px 0 50px 0;
    margin-bottom: 10px;
    overflow: hidden;
}

    .inner-container header .inner-title {
        font-size: 18px;
        font-family: ism;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

.content-description {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 15px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    background: #a3a3a3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    z-index: 100;
}

    #goToTop:hover {
        background: #333;
    }

.relative-product-container {
}

.relative-product-box *[class^="col-"] {
}

.relative-product-box header {
    font-size: 18px;
    margin-bottom: 15px;
}

.relative-product-box a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 10px 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

    .relative-product-box a:hover h5 {
        color: #ee1c21;
    }

.relative-product-box img {
    height: 150px;
    margin-bottom: 10px;
}

.relative-product-box h5 {
    color: #333;
    height: 60px;
    line-height: 1.5;
}

.relative-product-cat {
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #C51D0C;
    display: inline-block;
    border-radius: 4px;
    color: #fff !important;
}
