﻿
.cate-container {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    border-color: #d5d5d5;
    /*    width: 1200px !important;*/
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.cate-content {
    background: none repeat scroll 0 0 #fff;
    /* margin-bottom: 20px;*/
    padding: 10px 25px 10px 25px;
    border-radius: 0 0 10px 10px;
}

.tab-img-prd {
    max-height:198px;
}

.tab {
    width: 100%;
    overflow-x: auto;
    /*    overflow: hidden;*/
    padding: 0;
    table-layout: auto;
    margin-bottom: 1em;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .tab .tabblock {
        border-right: 1px solid #eee;
        display: table-cell;
    }

.tab-item {
    float: left;
    border: none;
    height: 75px;
    outline: none;
    color: #333;
    width: 116px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s;
    padding: 15px 10px;
    background-color: #fff;
    border-collapse: collapse;
    line-height: 40px;
}



    .tab-item span {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px; /* <-- adjust this */
    }


    .tab-item:hover {
        background-color: #fff3f3;
    }

@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.tab-item.active {
    background-color: #fff;
    border-collapse: collapse;
    border-bottom: 8px solid #bd0200;
    color: #bd0200;
    font-weight: bold;
    animation: fade_in_show 0.5s;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.col-xs-1-10,
.col-sm-1-10 {
    position: relative;
    min-height: 1px;
}

.col-xs-1-10 {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-10 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-10 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-10 {
        width: 10%;
        float: left;
    }
}
