﻿#page a {
    color: #6F6F6F;
}

#page .page-text-nav {
    color: #3D3D3D;
}

.NewTitle h1, .title h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 6vh 0;
    /* margin: 10vh 0; */
}

.title {
    justify-content: center;
}

.filterPanel {
    left: 15px;
}

.filter-subcat {
    padding-bottom: 25px;
    padding-right: 1.2vw;
    margin: 10px 0;
}

    .filter-subcat button, input {
        display: inline-block;
        border: none;
        padding: 0;
        margin: 0;
        text-decoration: none;
        background: #FFF;
        color: #191919;
        font-family: 'Nunito Sans', sans-serif;
        font-size: .9em;
        cursor: pointer;
        text-align: center;
        transition: background 250ms ease-in-out, transform 150ms ease;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .filter-subcat li {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        letter-spacing: normal;
        padding-bottom: .5vh;
    }

    .filter-subcat h5 {
        text-transform: uppercase;
        margin-bottom: 1.5vh;
    }

.productPanel {
    /*left: -50px;*/
    text-align: center;
}

.productPanel-nofilter {
    left: 0px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/*.img_AspectRatio {
    aspect-ratio: 1.0;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}*/

.image_info {
    position: relative;
}

    .image_info > a {
        height: 0;
        display: block;
        padding-bottom: 100%;
        /*position: relative;*/
    }

    .image_info > a > .mainImg {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .image_info img.altImg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        margin: auto 0;
        transition: opacity .2s;
    }

    .image_info:hover img.altImg {
        opacity: 1;
    }

.item .title_info .h-desc {
    text-transform: uppercase;
    letter-spacing: .2em;
    display: flex;
    justify-content: center;
    text-overflow: unset;
    overflow: unset;
    line-height: 1.65;
    font-size: 0.8em;
}

.price_info {
    opacity: 0;
    transition: opacity .2s;
}

.title_info {
    position: relative;
    margin-top: 1vh;
}

    .title_info h2 {
        min-height: 35px !important;
    }

    .title_info:hover ~ .price_info, .image_info:hover ~ .price_info {
        opacity: 1;
    }

@media screen and (max-width: 992px) {
    .filterPanel {
        display: none;
    }

    .productPanel {
        left: 0px;
    }
}

@media screen and (min-width: 768px) {
    .item {
        height: auto !important;
    }

    .image_info {
        height: auto !important;
    }
}
