.storecontainer {
	margin: auto;
	list-style: none;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.storecontainer li {
	margin: 5px;
	width: 450px;
    background-color: aliceblue;
    text-align: justify;
    border: 1px aliceblue solid;
}
.storecontainer li:hover{
    border: 1px black solid;
}
.storecontainer-title {
    font-family: 'Baloo Tamma', cursive;
    color: blue;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-shadow: 0px -1px 0px lightblue, 0.5px 0.5px 0px lightblue, 1.5px 1.5px 0px blue;
    padding: 3px 0px 3px 0px;
    line-height: normal;
    text-align: center;
    width: 400px;
}
.storecontainer-title a:hover{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.storecontainer-product {
}
.storecontainer-image{
    float: left;
    padding-right: 7px;
}
.storecontainer-info{
    padding: .5em;
}
.storecontainer-location{
    font-family: 'Baloo Tamma', cursive;
    font-size: 1.1em;
    text-align: right;
}
.storecontainer-location a:hover{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.storecontainer-owner{
    font-family: 'Baloo Tamma', cursive;
    font-size: 1.1em;
    text-align: right;
}
.storecontainer-owner a:hover{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.storecontainer-descrip{
}
.storecontainer-admin{
    font-family: 'Baloo Tamma', cursive;
    padding-top: 1em;
}
.storecontainer-remark{
    color: red;
}
.storecontainer-value{
    color: green;
}
.storecontainer-admin-info{
    float: left;
}
.storecontainer-admin-buttons{
    float: right;
}
.storecontainer-admin-buttons a:hover{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}



/* View item */
.item_view_galeria{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 2px;
}
.item_view_galeria img{
    object-fit: scale-down;
    height: 100px;
    margin: 2px;
    filter: brightness(75%);
    cursor: pointer;
    animation: escalar 1.5s infinite alternate;
}
.item_view_galeria img:hover{
    filter: brightness(100%);
}
@keyframes escalar{
    to{  transform: scale(1); }
    from{  transform: scale(1.03); }
}
.item_view_onepicture img{
    width: 100%;
    height: auto;
}
@supports(object-fit: cover){
    .item_view_onepicture img{
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
.item_view_table_info{
    border: 1px solid;
}
.item_view_info_question{
    border: 1px;
    text-align: right;
    width: 25%;
}
.item_view_info_name{
    text-align: center;
    color: blue;
    font-weight: bold;}
.item_view_info_value{
    text-align: left;
    width: 25%;
}
.item_view_info_value_remark{
    text-align: left;
    width: 25%;
    color: red;
}
.item_view_info_description{
    text-align: center;
    word-break: normal;
}
.item_view_expired_remark{
    color: red;
}
.item_view_showDisclaimer{
    color: red;
}
/* Mobile view item */
.item_mview_table_pictures{
    display: block;
    overflow-y: auto;
    height: max-content;
}
.item_mview_picture{
    float:right;
}
.item_mview_info_question{
    text-align: right;
    width: 25%;
}
.item_mview_info_value{
    text-align: left;
    width: 25%;
}
.item_mview_info_value_remark{
    text-align: left;
    width: 25%;
    color: red;
}
.item_mview_info_description{
    text-align: center;
    word-break: normal;
}
.item_mview_expired_remark{
    color: red;
}
.item_mview_showDisclaimer{
    color: red;
    font-size: 75%;
}
/* View list */
.item_list_table{
    border: none;
    background-color: initial;
    margin: 5px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.item_list_table_isPaid{
    border: 5px solid red;
    border-radius: 22px;
    border-collapse: initial;
    background-color: #fbf9e3f7;
    margin: 5px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.item_list_name_isPaid{
    text-align: center;
    padding: 4px 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
}

.item_list_name{
    text-align: center;
    padding: 4px 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

.item_list_numPics_remark, .item_list_numComments_remark, .item_list_expired_remark{
    color: red;
}
.item_list_info{
    text-align: right;
    width: 30%;
}
.item_list_thumb{
}
.item_list_descrip{
    text-align: left;
}
.item_list_username_label, .list_item_location_label, .item_list_timestamp_label,
.item_list_numPics, .item_list_numComments, .item_list_rates .item_list_rate{
    text-align: right;
}
.item_list_numPics_remark, .item_list_rates_remark, .item_list_numComments_remark,
.item_list_expired, .item_list_timestamp_remark, .item_list_creation_remark{
    text-align: right;
    color: red;
}
/* Mobile view list */
.item_mlist_info{
    text-align: right;
    width: 49%;
    float: left;
}
.item_mlist_thumb{
    width: 49%;
    float: right;
}
.item_mlist_name, .item_mlist_username, .item_mlist_location, .item_mlist_timestamp,
.item_mlist_numPics, .item_mlist_numComments, .item_mlist_rate{
    text-align: right;
}
.item_mlist_numPics_remark, .item_mlist_numComments_remark, .item_mlist_expired_remark, 
.item_mlist_timestamp_remark, .item_mlist_creation_remark{
    text-align: right;
    color: red;
}
/* location and tag list */
.loc_list_name, .loc_list_name_title,
.tag_list_name, .tag_list_name_title,
.loc_mlist_name, .loc_mlist_name_title,
.tag_mlist_name, .tag_mlist_name_title{
    text-align: right;
}
.loc_list_counter, .loc_list_counter_title,
.tag_list_counter, .tag_list_counter_title,
.loc_mlist_counter, .loc_mlist_counter_title,
.tag_mlist_counter, .tag_mlist_counter_title{
    text-align: center;
}
.loc_list_date, .loc_list_date_title,
.tag_list_date, .tag_list_date_title,
.loc_mlist_date, .loc_mlist_date_title,
.tag_mlist_date, .tag_mlist_date_title{
    text-align: left;
}
/* Gallery */
.clearfix {
    display: block;
}
ul.gallery {
    list-style: none outside none;
    margin: 0 0 10px;
}
ul.gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
ul.gallery a {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 3px;
    border: 1px solid #000000;
    display: block;
    line-height: 0;
    padding: 2px;
}
ul.gallery a.delete {
    background: url('delete.png') no-repeat scroll 0 0 transparent !important;
    border: 0px;
}
.gallery a {
    background: none repeat scroll 0 0 transparent !important;
    display: block;
    padding: 2px !important;
}
