/**
* 2019 Jash Technologie
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
*
*  @author    Jash Technologie jash.fr
*  @copyright 2019 Jash Technologie
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

#jashcarcatalog_product_tab {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 0;
    margin-bottom: -12px;
}

@media (max-width: 767px) {
    #jashcarcatalog_product_tab {
        margin-bottom: 0;
    }
}

#jashcarcatalog_product_tab > ul {
    margin-bottom: 0;
}

#jashcarcatalog_product_tab > ul > li ~ li {
    margin-top: 15px;
}

.jashcarcatalog_product_tab_manufacturer {
    padding-left: 9px;
    padding-right: 9px;
    font-weight: 700;
}

.jashcarcatalog_product_tab_model_name, .jashcarcatalog_product_tab_model_date {
    font-weight: 700;
}

@media (max-width: 767px) {
    .jashcarcatalog_product_tab_manufacturer {
        padding-left: 0;
        padding-right: 0;
    }
}

.jashcarcatalog_product_tab_model {
    display: flex;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 24px;
    margin-bottom: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .jashcarcatalog_product_tab_model {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .jashcarcatalog_product_tab_model {
        display: block;
        padding-left: 0;
        padding-right: 0;
        margin-top: 12px;
    }
}

#jashcarcatalog_product_tab > ul > li > ul > li ~ li .jashcarcatalog_product_tab_model {
    margin-top: 20px;
}

.jashcarcatalog_product_tab_table {
    table-layout: fixed;
}

@media (min-width: 768px) and (max-width: 991px) {
    .jashcarcatalog_product_tab_table {
        width: 100%;
        font-size: 11px;
        line-height: normal;
    }
}

@media (max-width: 767px) {
    .jashcarcatalog_product_tab_table,
    .jashcarcatalog_product_tab_table tbody,
    .jashcarcatalog_product_tab_table tr,
    .jashcarcatalog_product_tab_table td {
        display: block;
    }

    .jashcarcatalog_product_tab_table th {
        display: none;
    }
}

.jashcarcatalog_product_tab_table tr > th {
    border-top: 1px #D1D1D1 solid;
    border-bottom: 1px #D1D1D1 solid;
    line-height: 1.7;
    padding-bottom: 10px;
    background-color: #374853;;
    color: #ffffff;
    font-weight: 700;
}
.jashcarcatalog_product_tab_table tr:nth-of-type(even){
background-color: #ffffff;
}
.jashcarcatalog_product_tab_table tr:nth-of-type(odd){
    background-color: #f0f0f0;
}
.jashcarcatalog_product_tab_table tr > td {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .jashcarcatalog_product_tab_table tr > td {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.jashcarcatalog_product_tab_table tr > th,
.jashcarcatalog_product_tab_table tr > td {
    padding-left: 0;
    padding-right: 10px;
}

.jashcarcatalog_product_tab_table tr > th:nth-child(1),
.jashcarcatalog_product_tab_table tr > td:nth-child(1) {

    width: 24.78%;
    padding-left: 30px;
}

.jashcarcatalog_product_tab_table tr > th:nth-child(2),
.jashcarcatalog_product_tab_table tr > td:nth-child(2) {
    width: 19.08%;
}

.jashcarcatalog_product_tab_table tr > th:nth-child(3),
.jashcarcatalog_product_tab_table tr > td:nth-child(3) {
    width: 9.03%;
}

.jashcarcatalog_product_tab_table tr > th:nth-child(4),
.jashcarcatalog_product_tab_table tr > td:nth-child(4) {
    width: 16.47%;
}

.jashcarcatalog_product_tab_table tr > th:nth-child(5),
.jashcarcatalog_product_tab_table tr > td:nth-child(5) {
    width: 12.13%;
}

.jashcarcatalog_product_tab_table tr > th:nth-child(6),
.jashcarcatalog_product_tab_table tr > td:nth-child(6) {
    width: 9.77%;
    text-align: center;
}

.jashcarcatalog_product_tab_table tr > th:nth-child(7),
.jashcarcatalog_product_tab_table tr > td:nth-child(7) {
    width: 8.74%;
    text-align: center;
}

@media (max-width: 767px) {
    .jashcarcatalog_product_tab_table tr > th:nth-child(n),
    .jashcarcatalog_product_tab_table tr > td:nth-child(n) {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .jashcarcatalog_product_tab_table td > span.visible-xs {
        display: inline !important;
    }

    .jashcarcatalog_product_tab_table tr ~ tr td:first-child {
        margin-top: 15px;
    }
}
