/*--- Constellation Product Bundle main.css ---*/

.info-message{
    color: red;
    text-align: center;
}

.missing-image{
    background: lightgrey;
    height: 200px;
    text-decoration: none;
    text-align: center;
}
.missing-image:before{
    color: white;
    content: "Image Coming Soon";
}

ul.category{
    background: white;
    list-style: none;
    padding: 0;
    width: 200px;
}

ul.category li{
    margin: 6px;
    position: relative;
}

ul.category li:hover{
    background: lightgrey;
}

ul.category li a{
    display: inline-block;
    padding: 6px 0 6px 4px;
    width: 160px;
}

ul.category li a:link, ul.category li a:hover, ul.category li a:visited{
    color: black;
    text-decoration: none;
}

ul.category img{
    display: none;
}

ul.category li.inactive{
    background: #e6e7e8;
    display: none;
}

.show-not-active ul.category li.inactive{
    display: list-item;
}

@media(min-width: 768px){
    ul.category li{
        margin: 0;
    }
    ul.category li ul{
        display: none;
    }

    ul.category li:hover ul{
        border: 1px solid black;
        display: block;
        position: absolute;
        top: 0; left: 200px;
    }

}

.product-list article{
    float: left;
    height: 312px;
    width: 100%;
}

.product-list article{
    border-bottom: 1px solid #dadada;
}

.product-list .inactive{
    background: #e6e7e8;
    display: none;
}

.show-not-active .product-list .inactive{
    display: block;
}

.product-list h1{
    font-size: 14px;
}

.product-list .featured-image{
    height: 120px;
    margin: 12px auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 120px;
}

.product-list .featured-image a{
    display: block;
    line-height: 120px;
    height: 120px;
    width: 120px;
}
.product-list .featured-image a img{
    vertical-align: bottom;
}

.product-text{
    padding: 0 12px;
    text-align: center;
}

.product-images, .product-info, .product-variants{
    float: left;
    margin-right: 10px;
    min-height: 280px;
    width: 300px;
}

.product-variants .variant-info{
    display: none;
}

.product-variants .variant-info.selected{
    display: block;
}

.featured-image > img{
    margin: 0 auto;
    max-width: 290px;
    height: auto;
}

.product-help{
    color: blue;
    cursor: pointer;
    font-weight: bold;
}

.product-help:hover{
    background: #dadada;
    color: #f04e23;
}

.product-help .fa{
    color: #f04e23;
}

.product-info select{
    margin-left: 0;
}

.variant-select label{
    font-weight: bold;
    display: block;
}

.variant-select select{
    margin-left: 40px;
}

h2.subcat{
    font-size: 18px;
    background: linear-gradient(to top left, #9d9e9e, white);
    border-bottom: 1px solid black;
    padding: .5em 0 0 .5em;
}

@media(min-width: 768px){
    .product-list article{
        width: 312px;
    }
    .product-list .featured-image{
    }
    .product-images{
        width: 450px;
        max-height: 600px;
    }
    .featured-image > img{
        max-width: 440px;
    }
}
@media(min-width: 1024px){
    .product-images{
        width: 600px;
        max-height: 600px;
    }
    .featured-image > img{
        max-width: 590px;
        max-height: 600px;
    }
}
