﻿.VehicleSpecs {
    flex: 1;
    margin-right: 20px;
}

    .VehicleSpecs table {
        border-spacing: 0;
        margin: 10px;
        width: 100%;
    }

.VehicleSpecs table th, td {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

        .VehicleSpecs table th {
            background-color: #9063a9;
            color: white;
            font-size: clamp(20px, 3vw, 40px);
            border: 0;
        }

.VehicleSpecs table td {
    font-size: clamp(12px, 2vw, 30px);
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.EngineSpecs {
    flex: 1;
    margin-right: 20px;
}

.EngineSpecs table {
    border-spacing: 0;
    margin: 10px;
    width: 100%;
}

    .EngineSpecs table th {
        background-color: #69B8B7;
        color: white;
        font-size: clamp(20px, 3vw, 40px);
    }

    .EngineSpecs table td {
        font-size: clamp(12px, 2vw, 30px);
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }

    .EngineSpecs table th, td {
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }


.FieldName {
    background-color: #9063a9;
    color: white;
    font-weight: bold;
    border: none !important; 
}

.EngineSpecs .FieldName {
    background-color: #69B8B7;
}

.IconField {
    background-color: #9063a9;
    color: white;
    border: 0;
    width: 40px;
}

.SpecTables
{
    display: flex;
}

.PartsTree
{ 
    margin: 10px;
}

.CollapseHeader {
    margin-top: 10px;
    display: block;
    width: 100%;
    background-color: #9063a9;
    color: white;
    font-size: 2vw;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    text-align: left;
    cursor: pointer;
}

.CollapseHeader:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.CollapseHeader img
{
    width: 25px;
}

.CollapseContent {
    margin-top: -7px;
    border: 7px solid #9063a9;
    padding: 10px;
    padding: 0px 10px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.TopCat {
    border-color: #69B8B7 !important;
}

.LastCat {
    border-color: #f69259 !important;
}

.PartsList
{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.Part {
    display: flex;
    flex-direction: column;
    width: 294px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.Part a {
    text-decoration: none;
    color: black;
}

.PartTitle {
    display: grid;
    align-items: center;
    text-align: center;
    background-color: #9063a9;
    color: white;
    min-height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.PartSuits {
    min-height: 30px;
    background-color: #32C270;
    display: grid;
    align-items: center;
    color: white;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.PartSpacer {
    flex-grow: 1;
}

.PartPrice {
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
    font-size: 16px;
    width: 80px;
    font-weight: bold;
}

.PartPriceSet {
    margin-top: 5px;
    margin-right: 0px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    width: 200px;
}

.AddCart {
    width: 284px;
    height: 40px;
    font-size: 18px;
    margin: 5px 5px 5px 5px;
    background-color: #f69259;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 20px;
}

.AddCartSet {
    width: 284px;
    height: 40px;
    font-size: 18px;
    margin: 5px 5px 5px 5px;
    background-color: #f69259;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 20px;
}

.PartBottomDouble {
}

.PartBottomDouble button
{
    width: 136px;
    font-size: 15px;
    float: left;
}

.PartBottomDouble div {
    float: left;
}

.BrandLogo
{ 
    max-height: 350px;
    max-width: 600px;
}

.ItemCode
{
    float: right;
    padding: 5px 10px 5px 5px;
}

.PartsFilter {
    background-color: #f69259;
    color: white;
    border-radius: 10px;
    margin: 0 10px 0 10px;
}