﻿ul.listing {
    float: left;
    width: 100%;
    overflow: hidden;
}

    ul.listing li {
        float: left;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        list-style: none;
    }

        ul.listing li:hover {
            background: #f2f2f2;
        }

        ul.listing li:last-child {
            border-bottom: 0px;
        }

        ul.listing li span.popular-sign {
            position: absolute;
            right: 3px;
            top: -3px;
            border-radius: 12px;
            color: white;
            font-size: 0.825rem;
            height: 18px;
            background: #eb445a;
            text-align: center;
            padding: 0 5px;
            font-weight: bold;
            border: 0.5px solid #ffffff50;
            box-shadow: 0px 3px 15px #00000050;
        }

            ul.listing li span.popular-sign.bignumber {
                right: 2px;
                top: -2px;
                border-radius: 30%;
                font-size: .555rem;
                width: auto;
                height: auto;
                padding: 0 3px;
            }

        ul.listing li .listing-image {
            width: 170px;
            height: 130px;
            overflow: hidden;
            float: left;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            text-decoration: none !important;
            position: relative;
        }

            ul.listing li .listing-image span.promoted-text {
                float: left;
                font-size: .675rem;
                font-weight: bold;
                padding: 1px 30px;
                transform: rotate(-45deg);
                position: relative;
                top: 15px;
                left: -30px;
                cursor: pointer;
            }

            ul.listing li .listing-image label.pic-count {
                float: left;
                clear: both;
                color: #fff;
                background: rgba(0,0,0,0.5);
                padding: 3px 5px;
                position: absolute;
                bottom: 0px;
                font-size: .675rem;
                cursor: pointer;
            }

        ul.listing li .listing-data {
            float: left;
            width: calc(100% - 170px);
            position: relative;
            height: 130px;
        }

        ul.listing li h3 {
            font-size: 1.125rem;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: inline-block;
            width: 90%;
            vertical-align: middle;
        }

            ul.listing li h3:first-letter {
                text-transform: uppercase;
            }

        ul.listing li .lgcv-arrow {
            display: none;
            position: absolute;
            top: -5px;
            left: 10px;
            right: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #1177bb;
            width: 0px;
            height: 0px;
        }

        ul.listing li .lgcv-info {
            display: none;
            position: absolute;
            top: -100px;
            background: #fff;
            border: 2px solid #1177bb;
            font-size: .75rem;
            padding: 10px;
            width: 300px;
            color: #333;
            font-family: arial;
            line-height: 150%;
        }

        ul.listing li .fa-truck:hover .lgcv-arrow, ul.listing li .fa-truck:hover .lgcv-info {
            display: inline-block;
        }

        ul.listing li strong.price {
            width: 100%;
            font-size: 1.125rem;
        }

        ul.listing li span.old-price {
            float: left;
            width: 100%;
            font-size: .8125rem;
            margin-top: 5px;
            color: #555;
            text-decoration: line-through;
        }

        ul.listing li .description {
            float: left;
            width: 100%;
            margin-top: 10px;
        }

            ul.listing li .description p {
                font-size: .8125rem;
            }

        ul.listing li label.article-location,
        ul.listing li label.valid-phone,
        ul.listing li label.article-date {
            cursor: auto;
        }

        ul.listing li label.article-location,
        ul.listing li label.valid-phone,
        ul.listing li label.article-date,
        ul.listing li label.delete-from-favorite {
            float: left;
            width: 50%;
            margin-top: 10px;
            font-size: .8125rem;
        }

        ul.listing li .favorites {
            font-size: 1.025rem;
            position: absolute;
            margin: 5px 0px;
            top: 0;
            right: 0;
        }

        ul.listing li a.reposted {
            float: right;
            width: 50%;
            margin-top: 0px;
            font-size: .8125rem;
            text-align: right;
        }

        ul.listing li label.article-location, ul.listing li label.article-date {
            color: #555;
        }

        ul.listing li label.article-location {
            font-weight: bold;
        }

        ul.listing li label.valid-phone, ul.listing li label.add-to-favorite, ul.listing li label.delete-from-favorite {
            text-align: right;
        }

        ul.listing li .favorites .inactive {
            color: cornsilk;
        }

        ul.listing li .favorites .favoriteIcon {
            box-shadow: 0px 7px 30px rgba(170, 170, 170, 0.5);
            background: white;
            cursor: pointer;
            border-radius: 9px;
            height: 30px;
            width: 30px;
            display: inline-block;
            margin-right: 8px;
            margin-top: 5px;
        }

.favoriteIcon.active svg path {
    fill: #EB445A !important;
    stroke: none;
}

.heart-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

ul.listing li .favorites .active {
    color: rgb(93, 164, 35);
}

ul.listing li .listing-data .bottom {
    bottom: 0;
    position: absolute;
    left: 0;
}

.listing-data .fa-truck {
    display: inline-block;
    font-size: 1.125rem;
    vertical-align: middle;
    float: left;
}



.grid .article-details .fa-info-circle {
    display: none;
}

.grid ul.listing {
    border: 0px solid #ddd;
}

    .grid ul.listing li {
        width: 23.67%;
        margin: 0 1.33% 2% 0;
        border: 1px solid #ddd;
        overflow: hidden;
        padding: 0px;
        border-radius: 4px;
    }

        .grid ul.listing li .listing-image {
            width: 100%;
            height: 180px;
        }

        .grid ul.listing li .listing-data {
            width: 100%;
            padding: 10px;
            position: relative;
        }

            .grid ul.listing li .listing-data .large-8 {
                width: 100%;
                overflow: hidden;
            }

                .grid ul.listing li .listing-data .large-8.columns, .grid ul.listing li .listing-data .small-12.columns {
                    padding: 0px !important;
                }

                .grid ul.listing li .listing-data .large-8 h3 {
                    font-size: .875rem;
                    width: 80%;
                }

                    .grid ul.listing li .listing-data .large-8 h3 a {
                        color: #333 !important;
                    }

            .grid ul.listing li .listing-data .large-4 {
                width: 100%;
            }

                .grid ul.listing li .listing-data .large-4.columns {
                    padding: 0px !important;
                }

        .grid ul.listing li strong.price {
            float: right;
            padding: 5px;
            background: #1177bb;
            color: #fff !important;
            width: auto;
            font-size: .975rem;
            position: relative;
            margin-top: -58px;
            left: 10px;
        }

        .grid ul.listing li span.old-price, .grid ul.listing li .description, .grid ul.listing li a.reposted, .grid ul.listing li label.valid-phone, .grid ul.listing li .listing-data .large-8 .fa-truck .lgcv-arrow, .grid ul.listing li .listing-image label.pic-count {
            display: none;
        }

        .grid ul.listing li label.article-location {
            border-top: 1px solid #ddd;
            width: 100%;
            padding-top: 15px;
            color: #888;
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .grid ul.listing li label.article-location span, .grid ul.listing li label.article-date {
                color: #888;
            }

.grid .bottom {
    bottom: 5px !important;
    width: 94% !important;
    position: absolute !important;
    left: 10px !important;
}

.notification_info {
    color: #222;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}

.grid ul.pagination li {
    float: none;
    display: inline-block;
    line-height: 100%;
    height: auto !important;
    margin-left: 1.3125rem !important;
    width: auto;
    border: none;
    margin: 0 0 0 0;
}

.grid ul.listing li label.article-location,
.grid ul.listing li label.valid-phone,
.grid ul.listing li label.article-date,
.grid ul.listing li label.delete-from-favorite {
    width: 100%;
    margin-top: 5px;
}

.grid ul.listing .listing-data .large-4.prices {
    display: flex;
    flex-flow: row;
    margin-left: -10px;
    width: calc(100% + 20px);
    overflow: hidden;
    margin-top: -58px;
}

.grid .listing .listing-data .price-statistic {
    display: flex;
    flex: 1 auto;
    justify-content: center;
    background-color: white;
}

.grid .listing .listing-data .price {
    display: flex;
    flex: 1 auto;
    align-items: center;
    justify-content: flex-end;
    left: 0px;
    margin-top: 0px;
}

@media (max-width: 640px) {
    ul.listing li span.old-price {
        float: unset;
        font-size: .7525rem;
    }

    ul.listing li h3 {
        width: 100%;
    }

    ul.listing .price .fa {
        margin-right: 0px;
    }

    ul.listing li:last-child {
        border-bottom: 1px solid #ddd;
    }

    ul.listing li .listing-data .large-8 {
        max-height: 22px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    ul.listing li h3 {
        font-size: .875rem;
        color: #111 !important;
        line-height: 1.5;
    }

        ul.listing li h3 a {
            color: #333 !important;
            font-size: .875rem;
        }

            ul.listing li h3 a:hover {
                color: #333 !important;
            }

    ul.listing li .fa-truck:hover .lgcv-arrow, ul.listing li .fa-truck:hover .lgcv-info {
        display: none;
    }

    ul.listing li .description {
        display: none;
    }

    ul.listing li label.valid-phone, ul.listing li a.reposted {
        width: 100%;
        text-align: left;
        margin-top: 0px !important;
    }

    ul.listing li label.article-location {
        width: 100%;
        margin-top: 0px !important;
        font-size: .8125rem;
        line-height: 1.5;
    }

    ul.listing li label.article-props_mobi {
        font-size: .79rem;
        font-weight: normal;
        line-height: 1.5;
    }

    ul.listing li label.article-date {
        margin-top: 0px !important;
        line-height: 1.5;
    }

    ul.listing li strong.price {
        font-size: 1rem !important;
    }

    ul.listing li label.add-to-favorite span {
        margin-top: -7px;
        font-size: 1.5rem;
    }

    .grid ul.listing li {
        width: 100%;
        margin: 0px;
        border: 0px;
        border-bottom: 5px solid #ddd;
        border-radius: 0px;
    }

    .grid ul.pagination li {
        width: auto;
        border: none;
        margin-left: 0.8875rem !important;
    }

        .grid ul.pagination li:first-child {
            margin-left: 0px !important;
        }

    .grid ul.listing li strong.price {
        margin-top: -67px;
    }

    .grid ul.listing li label.add-to-favorite span {
        position: relative;
        margin-top: -10px;
    }

    .grid ul.listing .listing-data .large-4.prices {
        display: flex;
        flex-flow: row-reverse;
        margin-left: -10px;
        width: calc(100% + 20px);
        overflow: hidden;
        float: left;
        height: 35px;
    }

    .listing .listing-data .price-statistic {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .listing .listing-data .prices {
        min-height: 27px;
    }

    .grid .listing .listing-data .price-statistic {
        display: flex;
        flex: 1 auto;
        justify-content: center;
        position: relative;
    }

    .grid .listing .listing-data .price {
        display: flex;
        flex: 1 auto;
        align-items: center;
        justify-content: flex-end;
        left: 0px;
    }
}

@media (max-width: 400px) {
    ul.listing li .listing-image {
        width: 130px;
    }

    ul.listing li .listing-data {
        width: calc(100% - 130px);
    }
}

td.notification-click {
    text-align: right;
}

    td.notification-click .fa {
        padding: 9px 10px
    }

.delete-notification {
    text-align: left;
    width: 78px !important;
}

.price-statistic {
    font-weight: bold;
    float: left;
    text-align: center;
    width: 82px;
}

    .price-statistic .fa {
        margin: 0px;
    }
