﻿body {
}
.catalog-page {
    max-width: 780px;
    margin: 5px auto;
}
input[type=text] {
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    max-width: 600px;
}

.searchbar {
    padding: 1px 3px;
    background-color: midnightblue;
    border-radius: 5px;
    margin: 8px auto;
    text-align: center;
}

.searchbar-menu {
    padding-left: 3px;
    list-style: none;
    margin-bottom: 4px;
}

    .searchbar-menu li {
        display: inline-block;
        vertical-align: bottom;
    }

#search {
    width: 600px;
}

.topnav {
    overflow: hidden;
    margin: 5px;
    margin-bottom: 10px;
    /*background-color: #f1f1f1;*/
}

    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border-bottom: 3px solid transparent;
    }

        .topnav a:hover {
            border-bottom: 3px solid lightblue;
            background-color: transparent;
        }

        .topnav a.active {
            border-bottom: 3px solid blue;
        }

.tabcontent {
    min-height: 400px;
}
.list-group-item {
    background-color: transparent;
    border: none;
}
.list-group-item p {
    text-align: left;
}

.list-group-icon {
    height: 80px;
    border-bottom: 2px double silver;
    padding: 2px;
}

.list-group-heading {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-group-body {
    min-height: 65px;
    padding: 2PX;
}

.text-overview {
    margin: 2px auto;
    line-height: 20px;
}
.text-description {
    display: inline;
}
.emotion-bar {
    background: none;
    background-color: transparent;
}
    .emotion-bar li {
        /*display: inline-block;
    padding: 1px 3px;*/
        border: none;
        margin: 2px 6px;
        /* border-radius: 5px; */
        background-color: transparent;
        background: none;
        box-shadow: none;
    }
    .emotion-bar .badge {
        background-color: transparent;
        color: orangered;
        font-size: 10px;
        position: absolute;
        left: -7px;
        top: -7px;
        border-radius: 50%;
        padding: 3px;
    }

.user-thumb-btns {
    display: inline-block;
    float: left;
}

.thumb-view .price-tag {
    vertical-align: top;
    margin: 4px 8px;
    margin-top: 6px;
    font-size: 16px;
}

.img-expand {
    position: fixed;
    right: -2px;
    top: 100px;
    z-index: 1099;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 50%;
    background-color: green;
}

.category-btn {
    float: right;
}

.category-header {
    margin: 0;
    padding: 2px 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 8px;
    border-radius: 5px;
}

    .category-header h4 {
        margin: 3px 5px;
    }

.images-box {
    margin: 0;
}

.listview-box {
    margin: 0;
}
.catalog-offer {
    font-weight: bold;
    margin: 4px auto;
}

@media only screen and (max-width: 980px) {
    #search {
        width: 500px;
    }
}

@media only screen and (max-width: 780px) {
    #search {
        width: 350px;
    }

    .list-group-icon {
        /*height: 100px;*/
    }
}

@media only screen and (max-width: 480px) {
    .list-group-heading small {
        display: block;
    }

    .list-group-item {
        padding: 6px 4px;
    }

    #search {
        width: 220px;
    }
}

@media only screen and (max-width: 380px) {
    .list-group-body .review-box .star-box {
        display: block;
    }

    .list-group-icon {
        /*height: 90px;*/
    }
}
