.list_container {
    margin-top: 1em;
}
.list_container .tab-content {
    margin-top: 0.5em;
}
.list_noitems {
    padding: 4em;
    text-align: center;
}
.list_searchedfor {
    margin: 1em;
    text-align: center;
}

.btn-showmore {
    margin-top: 1em;
}


/* tabs */
.list_container .nav-tabs {
    margin-top: 1em;
}


.pagination {
    padding: 0 !important;
}



.list_download_ical_button_container {
    float: right;
}


/* calendar */
.calendar.fc {
    margin-top: 1em;
}
td.fc-event-container {
    cursor: pointer;
}


/* tags */
.list_tags_container {
    text-align: center;
    margin: 1em;
    font-size: 0.85em;
}
.list_item_text_tag {
    display: inline-block
}


/* list items */
.list_item_container, .list_item_text_container {
    position: relative;
}

.list_item {
    position: relative;
    margin-top: 1.5em;
}
.list_item.first_of_line {
    clear: both;
}
.list_item p {
    margin-bottom: 0;
}

.sidebar .list_item {
    margin-top: 0em;
}


.list_item .list_item_text {
}
.list_item .list_item_text .list_item_otherfield {
    font-size: 0.75em;
    margin: 0.2em 0em;
    padding: 0em;
    opacity: 0.8;
}
.list_item .list_item_text h3 {
    margin: 0.5em 0 0.2em 0;
    font-size: 1.5em;
}
.list_item .list_item_text h4 {
    margin: 0.2em 0 0.2em 0;
    font-size: 1.3em;
}


/* buttons in list item */
.list_item_buttons .btn {
    margin: 0;
    padding: 0.3em;
}


/* prices etc. */
.list_item_catalog_fields {
    margin-top: 0.5em;
}
.list_item_catalog_field {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
}
.list_item_catalog_field_price {
    padding: 0.7em 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}
.list_item_catalog_field_price .onsale, .modal_catalog_field_price .onsale {
    font-weight: normal;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.9em;
}
.list_item_catalog_field_addtocart {
    width: 33%;
}
.list_item_catalog_field select.form-control {
    /*width: auto;*/
}

.list_item_catalog_topprice {
    display: none;
    float: right;
    width: 40%;
    margin-top: -1em;
    text-align: right;
}
.list_item_catalog_topprice .list_item_catalog_fields {
    margin-top: 0;
}
.widget_foodordering .list_item_catalog_topprice {
    display: block;
}
.widget_foodordering .list_item_catalog_bottomprice {
    display: none;
}

/** inventory management **/
.list_item_catalog_inventorymanagement .outofstock, .list_item_catalog_inventorymanagement .lowstock, .list_item_catalog_inventorymanagement .showstock {
    padding: 5px;
    font-size: 90%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin: 10px 0;
}
.list_item_catalog_inventorymanagement .lowstock {
    background: rgba(255, 0, 0, 0.21);
    font-weight: bold;
}
.list_item_catalog_inventorymanagement .showstock {
    background: transparent;
}


/* accordion */
.panel h4 {
    margin: 0;
}

.panel-heading {
    position: relative;
}
.panel-heading .list_item_catalog_topprice {
}
.panel-heading .list_item_catalog_topprice .btn {
    position: absolute;
    font-size: 0.7em;
    right: -0.65em;
    padding: 4px 8px;
    top: 40%;
    z-index: 9999;
}


.list_container .rss_link {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    color: #ee802f !important;
    font-size: 1.5em;
    text-decoration: none !important;
}


/* imagesshape desktop */
/* rectangle above */
.list_item.desktop_rectangleabove .list_item_image .list_item_image_image {
    float: none;
    display: block;
    height: 15em;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}
.list_item.desktop_rectangleabove .list_item_image .list_item_image_image figure {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}
.list_item.desktop_rectangleabove .list_item_image .list_item_image_image img {
    /* height: 100%; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* object-fit: cover; */
}

/* mobile */
@media (max-width: 768px) {

    /* search */
    .widget_search {
        display: table;
        margin-bottom: 1em;
    }
    .widget_search form {
        text-align: center;
        display: table-row;
    }
    /*
    .widget_search .btn.btn-primary {
        display: table-cell;
        width: 25%;
    }
    */
    .widget_search .input-group {
        /* display: inline-table; */
        /* float: left; */
        width: 95%;
    }

    .widget_search .form-control {
    }



    /* tabs */
    .list_container .nav-tabs {
        display: table;
        width: 100%;
        border: none;
    }
    .list_container .nav-tabs li {
        display: table-cell;
        text-align: center;
        float: none;
        border-radius: 0;
    }
    .list_container .nav-tabs li a, .list_container .nav-tabs>li.active>a, .list_container .nav-tabs>li.active>a:hover {
        border-top: 0;
        border-radius: 0;
    }
    .list_container .nav-tabs li span {
        font-size: 14px;
        padding-left: 5px;
        display: inline-block;
    }



    /* list items */
    .list_item.col-xs-12:first-child {
        margin-top: 0;
    }



    /* reduce size for smaller columns */
    .col-xs-6.list_item .list_item_text {
        font-size: 80%;
    }


    /* imagesshape mobile */
    /* rectangle above */
    .list_item.mobile_rectangleabove .list_item_image .list_item_image_image {
        float: none;
        display: block;
        height: 5em;
        overflow: hidden
    }

    /* square to the left */
    .list_item.mobile_squareleft .list_item_image_image, .list_item.mobile_squareleft .list_item_video {
        float: left;
        width: 33%;
    }
    .list_item.mobile_squareleft .list_item_image.list_item_image_accordion img {
        margin-right: 10px;
    }
    .list_item.mobile_squareleft .list_item_text_container {
        margin-left: 33%;
    }
    .list_item.mobile_squareleft .noimage .list_item_text_container {
        margin-left: 0%;
    }
    .list_item.mobile_squareleft .list_item_text_container .list_item_text {
        padding-left: 10px;
    }
    .list_item.mobile_squareleft .list_item_buttons .btn {
        float: left;
    }

    /* square to the right */
    .list_item.mobile_squareright .list_item_image .list_item_image_image, .list_item.mobile_squareright .list_item_video {
        float: right;
        width: 33%;
    }
    .list_item.mobile_squareright .list_item_text_container {
        margin-right: 33%;
    }
    .list_item.mobile_squareright .noimage .list_item_text_container {
        margin-right: 0%;
    }
    .list_item.mobile_squareright .list_item_text_container .list_item_text {
        padding-right: 10px;
    }

    .list_item_buttons {
        padding: 0em 0.5em;
    }
    .list_item_buttons .btn {
        min-width: 50%;
        font-size: 14px;
    }

    /* background */
    .list_item.mobile_background .list_item_image {
        position: absolute;
        float: none;
        display: block;
        height: 100%;
        overflow: hidden;
        width: 100%;
        left: 0;
        top: 0;
    }
    .list_item.mobile_background .list_item_image figure {
        width: 100%;
        min-height: 100%;
    }
    .list_item.mobile_background .list_item_image img {
        height: 100%;
        width: 100%;
    }
    .list_item.mobile_background .list_item_text_container {
        padding: 3em 1em;
    }

}

/* larger screens */
@media (min-width: 768px) {

    /* tabs */
    .list_container .nav-tabs {
        width: 99%;
    }
    .list_container.with_search .nav-tabs {
        width: 99%;
    }

    .nav-tabs > li > a:hover {
        background: transparent;
        text-decoration: none !important;
        border-color: transparent;
    }

    .list_container .nav-tabs li i {
        margin-right: 0.2em;
    }

    .widget_search {
        float: right;
        margin-right: 1em;
    }


    /* reduce size for text contents in smaller cols */
    .col-md-2.list_item .list_item_text, .col-md-3.list_item .list_item_text, .col-md-4.list_item .list_item_text {
        font-size: 80%;
    }

    .list_item .list_item_buttons {
        margin-top: 1em;
    }

    .list_item.desktop_rectangleabove.col-md-4 .list_item_image .list_item_image_image {
        padding-bottom: 33% !important;
        height: 11.5em;
    }
    .list_item.desktop_rectangleabove.col-md-3 .list_item_image .list_item_image_image {
        padding-bottom: 25% !important;
        height: 8.5em;
    }


    /* square to the left */
    .list_item.desktop_squareleft .list_item_image_image, .list_item.desktop_squareleft .list_item_video {
        float: left;
        width: 33%;
    }
    .list_item.desktop_squareleft .list_item_image.list_item_image_accordion img {
        margin-right: 10px;
    }
    .list_item.desktop_squareleft .list_item_text_container {
        margin-left: 33%;
    }
    .list_item.desktop_squareleft .noimage .list_item_text_container {
        margin-left: 0%;
    }
    .list_item.desktop_squareleft .list_item_text_container .list_item_text {
        padding-left: 10px;
    }
    .list_item.desktop_squareleft .list_item_buttons .btn {
        float: left;
    }

    /* square to the right */
    .list_item.desktop_squareright .list_item_image .list_item_image_image, .list_item.desktop_squareright .list_item_video {
        float: right;
        width: 33%;
    }
    .list_item.desktop_squareright .list_item_text_container {
        margin-right: 33%;
    }
    .list_item.desktop_squareright .noimage .list_item_text_container {
        margin-right: 0%;
    }
    .list_item.desktop_squareright .list_item_text_container .list_item_text {
        padding-right: 10px;
    }

    .list_item_buttons {
        padding: 0em 0.5em;
    }
    .list_item_buttons .btn {
        min-width: 50%;
        font-size: 14px;
    }

    /* background */
    .list_item.desktop_background .list_item_image {
        position: absolute;
        float: none;
        display: block;
        height: 100%;
        overflow: hidden;
        width: 100%;
        left: 0;
        top: 0;
    }
    .list_item.desktop_background .list_item_image figure {
        width: 100%;
        min-height: 100%;
    }
    .list_item.desktop_background .list_item_image img {
        height: 100%;
        width: 100%;
    }
    .list_item.desktop_background .list_item_text_container {
        padding: 3em 1em;
    }
}


/** audio **/
.list_audio_buttons a {
    background: #f2f3f4;
    font-size: 15px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    float: left;
}
.list_audio_buttons a:hover {
    text-decoration: none;
}


/* images shapes */
.list_item.shape_rounded .list_item_image .list_item_image_image, .list_item.shape_rounded .list_item_image figure:before, .list_item.shape_rounded img {
    border-radius: 1em;
}
.list_item.shape_circled .list_item_image .list_item_image_image, .list_item.shape_circled .list_item_image figure:before, .list_item.shape_circled img {
    border-radius: 50%;
}