.webshopGridItem {
    margin-bottom: 20px;
}

.webshopListRow {
    margin-bottom: 20px;
}

.webshopGridItemText {
    margin-top: 10px;
    height: 150px;
    overflow: hidden;
    line-height: 1.2em;
    font-size: 1em;
    height: 7.8em;
}

.wedshopListItems .webshopGridItemText{
    height:auto;
}

.webshopGridItemTitle {
    display: block;
    overflow: hidden;
    height: 2.4em;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 0.3em;
}

.webshopGridPrice, .webshopPrice{
    text-align: right;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.webshopGridOriginalPrice, .webshopOriginalPrice {
    margin-top: 20px;
    text-align: right;
    font-size: 0.8em;
    text-decoration: line-through;
    line-height: 1.2em;
    height: 1.2em;
    display: block;
}

.webshopGridCartButtonPlace {
    text-align: right;
    height: 3em;
}

.webshopGridMoreButtonPlace {
    text-align: right;
    height: 3em;
    line-height:3em;
}

.webshopListRow .webshopGridPrice {
    text-align: center;
}

.webshopListRow .webshopGridOriginalPrice {
    text-align: center;
}

.webshopListRow .webshopGridCartButtonPlace {
    text-align: center;
}

.webshopNavbar .navbar-right {
}

.webshopProductList .summary {
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    color: #aaaaaa;
}

h1.webshopProductTitle {
    font-size: 2em;
    margin: 0 0 20px 0;
}

.webshopProductDescription {
    margin-top: 20px;    
    font-size: 1.2em;
    border-top:1px solid #aaaaaa;
    border-bottom:1px solid #aaaaaa;
    padding:20px 0;
}

.webshopDetailsOriginalPrice{
    margin-top: 20px;
    text-align: left;
    font-size: 1.2em;
    text-decoration: line-through;
    line-height: 1.2em;
    height: 1.2em;
    display: block;
}

.webshopDetailsPrice {
    text-align: left;
    font-size: 2em;
    margin-bottom: 20px;
}

.webshopDetailsCartButtonPlace{
    text-align: left;
}

.webshopListRow .webshopGridMoreButtonPlace {
    text-align: center;
}

.webshopListRow .webshopGridPrice  {
    margin-bottom:10px;
}

.webshopDetailsVersionsPlace{
    margin:0 0 20px 0;
}

.col-md-3 .webshopGridItemText{

    height: 6.6em; 
}

.webshopSidebar .list-view{
    padding-top:0;
}

.webshopFilterPanel ul{
    list-style-type: none;
    margin:0;
    padding:0;
}

.webshopFilterPanel ul li{
    margin:0;
    padding:0;
}

.webshopFilterPanel .panel-body .form-group{
    max-height:150px;
    overflow: auto;
}

.webshopGridDiscount{
    position:absolute;
    display:block;
    top:0;
    /* z-index:2000; */
    text-decoration: none;
    color:white;
    border-radius:20px;
    line-height:40px;
    width:40px;
    text-align:center;
    background:red;
    border:1px solid white;
    margin:5px;
    font-size:12px;
    transform: rotate(-20deg);
}

a.webshopGridImageLink:hover{
    text-decoration: none;
    color:white;
}

.webshop-filters{
    padding:10px 0;
}

.webshopCategoryLabel{
    margin:0 0 5px 0 !important;
    display: inline-block !important;
}

.webshopListSummary{
    text-align:right;
    margin:0 0 10px 0;
    font-size:1.3em;
    border-bottom:2px solid #aaaaaa;
}

.showHideFiltersPlace{
    margin:10px 0;
    text-align: center;
}