.m-b-20 {
    margin-bottom: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.color-red {
    color: #EB4435;
}

.color-blue {
    color: #4285F3;
}

.color-yellow {
    color: #FBBD03;
}

.color-green {
    color: #33A852;
}

.cursor-pointer {
    cursor: pointer;
}

.parallax-cover {
    background-color: #DCD4C9;
    background-image: url("/images/parallax.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.main-footer {
    background-color: #282828;
    padding: 85px 60px;
    color: #fff;
}

.footer-description {
    color: #808080;
    font-size: 18px;
}

.footer-social {
    background-color: #525252;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin: 5px;
}

.footer-social i {
    color: #fff;
}

.footer-circle-item {
    background-color: #525252;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
}

.footer-circle-item-title {
    display: inline-block;
    position: relative;
    top: 10px;
}

.footer-circle-item-title * {
    display: inline-block;
}

.product-cat-item {
    text-align: center;
    text-decoration: none;
    color: #222;
    margin: 5px auto;
}

.product-cat-image {
    background-color: #eee;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 5px auto;
}

.product-cat-title {
    text-align: center;
    font-weight: bold;
}

.color-entity-box {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.color-title {
    position: relative;
    bottom: 7px;
    display: inline-block;
}

.min-height-500 {
    min-height: 500px;
}

.table-footer {
    background-color: #ddd;
}