﻿
.Comment {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 100%;
}

.Remarks {
    font-size: 0.8rem;
}

.ListWrapper {
    width: 100%;
    margin-top: 5px;
}

.ItemWrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    border: 1px solid #C6C6C6;
}

.ItemImage {
    width: 25%;
    height: auto;
    align-self: center;
}

.ItemSpecWrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.ItemName {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.ItemSpec {
    margin-bottom: 5px;
}

.ShowDetails {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: white !important;
    background-color: var(--theme-color);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.UseImage {
    height: auto;
    width: 50%;
    align-self: center;
}

.ItemListWrapper {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}

    .ItemListWrapper .ItemImage,
    .ItemListWrapper .ItemSpecWrapper {
        width: 50%;
    }

.subContentTitle {
    margin-top: 30px;
}

form .subContentTitle:first-of-type {
        margin-top: 0px;
}

@media (max-width: 1000px) {
    .ItemWrapper {
        flex-flow: row wrap;

    }

    .ItemListWrapper {
        width: 100%;
    }

    .ItemImage {
        width: 50%;
    }

    .ItemSpecWrapper {
        width: 50%;
    }

    .UseImage {
        width: 100%;
    }

    .ItemName {
        font-size: 2rem;
    }

    .ItemSpec {
        font-size: 1.5rem;
    }

    .ShowDetails {
        font-size: 2rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
