/*------------------------------------------------------------------

[Dashboard Stylesheet]

        Project:		Adminia Admin
        Version:		1.0
        Last change:	05/11/2012
        Assigned to:	Rod Howard (rh)



[Table of contents]

        1. Stats / .stat-container

-------------------------------------------------------------------*/





/*------------------------------------------------------------------
[1. Stats / .stat-container]
*/

.stat-container {
    display: table;

    margin-bottom: 1.5em;

    width: 100%;
}

.stat-holder {
    display: table-cell;

    width: 25%;
}

.stat span {
    display: block;
    margin-bottom: .4em;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    color: #4A515B;
}

.stat {
    height: 50px;
    padding: 15px;
    margin-right: 1em;

    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #888;

    background: #FFF;

    border: 1px solid #CCC;

    border-radius: 5px;

    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}


.stat-container .stat-holder:last-child .stat {
    margin: 0;
}


@media (max-width: 767px) {

    .stat-container {
        float: left;
        display: block;

        margin-bottom: 1em;
    }

    .stat-holder {
        float: left;
        display: block;

        width: 50%;
        margin-bottom: 1em;
    }

    .stat {
        margin: 0 1em;
    }

    .stat-container .stat-holder:last-child .stat {
        margin: 0 1em;
    }

}
.model-show{
    position: relative;
    float: right;
}
.model-show-ul{
    position: absolute;
    top: -150px;
    left: -320px;
    width: 300px;
    background-color: #FFF;
    z-index: 1;
    min-height: 300px;
    padding: 10px;
    margin: 0px;
}
.model-show-ul p{
    background-color: #FFF;
}
.grid{
    margin: 0;
}
.col-2{
    width: 50%;
    float: left;
}
.col-3{
    width: 33.333333333%;
    float: left;
}
.shop-list-title{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shop-list-info{
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    margin: 0;
}
.shop-list-price{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    margin-bottom: 10px;
}
.shop-list-price .x{
    flex: 1;
}
span.price{
    color: #e02929;
    font-size: 20px;
}
.padding-0{
    padding: 0;
}
.padding-10{
    padding: 10px;
}