﻿
@media (max-width: 1024px) {
    .productList .product {
        margin-right: 5px;
        margin-top: 10px;
        width: 300px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .productList .product {
        margin: 0;
        margin-top: 10px;
        width: 100% !important;
        min-height: initial;
    }

    .product .splitter {
        display: none !important;
    }
}

.productList {
    width: 100%;
    text-align: center;
}   
.product {
    vertical-align: top;
    color: #333;
    border: 1px solid #CCC;
    width: 350px;
    min-height: 570px;
    margin: 5px;
    margin-top: 30px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 15px;
}

body .section-primary .section-head {
    margin-bottom: 35px;
}
.section-body .section-content {
    padding: 10px;
    padding-top: 23px;
}

.section-content h3 {
    color: #666;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    width: 65%;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.product .pheader {
    text-align: center;
    padding: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 31px;
    color: #FFF;
    background-color: #999;
}
.product ul {
    display: inline-block;
    margin: 25px;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
}

.product .btn {
    display: block;
    margin: auto;
    clear: both;
    width: 75%;
}

.product .listTable {
    display: table;
    width: 100%;
    margin-top: 10px;
}

.product .listCell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    
    text-align: center;
    height: 100%;
}

.product ul li {
    text-align: left;
    padding: inherit;
    display: block;
    clear: both;
    font-size: 13px;
    margin-bottom: 7px;
    background-image: url(./images/li-checkmark.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}

.prints .product .costInfo {
    min-height: initial;
}

.product .costInfo {
    width: 100%;
    min-height: 120px;
    text-align: center;
    display: block;
    clear: both;
}
    .product .costInfo a {
    }
    
    .product .costInfo .costHeader {
        color: #999;
        margin-top: 20px;
    }

.product .summary {
    font-size: 14px;
    padding: 10px;
}
.product .cost {
    color: #666;
    display: inline-block;
    padding: 15px;
    padding-bottom: 5px;
    vertical-align: top;
}

.product .splitter {
    width: 1px;
    margin-top: 17px;
    height: 105px;
    background-color: #CCC;
    vertical-align: top;
    display: inline-block;
}
    
    .product .cost .amount {
        display: inline-block;
        font-size: 52px;
        line-height: 52px;
    }

.product .renewing {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 18px;
    margin-bottom: 18px;
}

    .product .renewing a {
        text-decoration: underline;
        color: #0094ff;
    }
    
    .product .cost .period {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

.productList.prints {
    margin-top: 35px;
}

.productList p {
    color: #666;
}
.productList p { margin-top: 15px; margin-bottom: 0; }
    .productList p a { color: #0094ff; }
    .productList.prints p { margin-top: 15px;}

    .productList.prints .product { width: 250px; height: 285px; min-height: 285px; }
.product .cost .note {
    font-size: 11px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    top: 180px;
    height: 20px;
    color: #666;
    white-space: nowrap;
}