﻿.productMini {
    width: 16em;
    margin: 0.5em;
    /*padding: 0.5em;*/
    /*border: 1px solid #CCC;*/

    border: 1px solid var(--mainColor);
}

.product {
    display: inline-block;
    position: relative;
    height: 100%;
}

    .product .smallText {
        color: #414141;
        margin: 1rem;
        font-size:medium;
        /*position:absolute;
        bottom:3rem;*/
    }

    .product .stars {
        position: absolute;
        bottom: 5px;
        left: 5px;
        text-align: left;
    }

        .product .stars span {
            left: 2px;
            position: absolute;
            width: 10em;
            bottom: 1.5em;
            color: #555;
            font-weight: normal;
        }

        .product .stars img {
            float: left;
            width: 1.5rem;
        }

.productMedium .stars {
    display: inline-block;
}

.stars {
    display: inline-block;
}
    .stars img {
        float: left;
        width: 1.2rem;
    }

.propertyTitle {
    font-weight: bold;
}

.even {
    background-color: #f1f7ff;
}

.productMedium {
    border: 1px solid #AAA;
    display: inline-block;
    position: relative;
    
    margin-bottom: 2rem;
    padding: 2rem;
}

.productDetail .stars img {
    float: left;
    width: 1.5rem;
}

.productDetail .stars {
    display: inline-block;
}

.productMedium h4 {
    color: white;
    background-color: var(--mainColor);
    padding: 0.4em;
    font-size: 1.1em;
    border-radius: 10px;
}


.productMedium .stars img {
    width: 1.5rem;
    position: relative;
}

.product .price, .productMedium .price {
    color: var(--mainColor);
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: 'Arial black';
    font-weight: bolder;
    padding: 0.5rem;
}

.productDetail .price {
    color: var(--mainColor);
    font-family: 'Arial black';
    font-size: 2em;
}

.product .price a, .productMedium .price a {
    color: #CE4F00;
}


.productMedium .price a, .productDetail .price a {
    color: #CE4F00;
    font-size: 1.2em;
}


.product .oldPrice {
    color: #555;
    position: absolute;
    bottom: 1.5em;
    right: 0px;
    text-decoration: line-through;
    font-family: 'Arial';
    font-weight: normal;
    padding: 0.5rem;
}

.productDetail .oldPrice {
    color: #555;
    /*position: absolute;
    bottom: 1.5em;*/
    right: 0px;
    text-decoration: line-through;
    font-family: 'Arial';
    font-weight: normal;
    padding: 0.5rem;
}


.productMedium .oldPrice {
    color: #555;
    font-size: 1.4em;
    position: absolute;
    bottom: 0em;
    right: 6em;
    text-decoration: line-through;
    font-family: 'Arial';
    font-weight: normal;
    padding: 0.5rem;
}

.productMedium img {
    max-height: 30em;
}

.productDetail img {
    max-height: 35em;
}

.product .sale {
    color: white;
    background-color: var(--mainColor);
    position: absolute;
    bottom: 3.5em;
    right: 0px;
    font-family: 'Arial black';
    font-weight: bolder;
    padding: 0.5rem;
}

.productDetail .sale, .productDetail .sale a {
    color: white;
    background-color: var(--mainColor);
    /*position: absolute;
    bottom: 3.5em;*/
    right: 0px;
    font-family: 'Arial black';
    font-weight: bolder;
    padding: 0.5rem;
}



.productMedium .sale {
    color: black;
    background-color: #eba323;
    position: absolute;
    top: 0em;
    right: 0px;
    font-family: 'Arial black';
    font-weight: bolder;
    padding: 0.5rem;
}

    .product .sale a, .productMedium .sale a {
        color: black;
    }

.productProperties {
    margin-left: 3em;
    margin-right: 2em;
    /*width:70%;*/
}

.changeView {
    /* float:right;*/
}


.productDescription {
    padding: 2em;
    color: var(--mainColor);
    font-weight: bold;
}

.productProperties .row {
    /* border-bottom: 1px solid #AAA;*/
    padding: 2px;
}

.text-box {
    position: absolute;
    height: 100%;
    text-align: left;
    width: 100%;
    padding: 0.5em;
    /*background-image: linear-gradient( white, #00000000, #00000000, #00000000 );*/
    background-image: linear-gradient( var(--mainColor), #00000000, #00000000, #00000000 );
}

.text-box h3 {
    color:white;
}
    .text-box:hover {
        background-color: #ede90e1d; /* #b1e7ff; */
    }


.productMini img {
    max-width: 100%;
    height: auto;
    padding-top: 3rem;
}

.productMini h3 {
    font-size: 1.3rem;
    /*color: var(--mainColor);*/
    color: white;
}


.productList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.cTable {
    margin-top: 2rem;
    width: 100%;
    border-collapse: collapse;
}}