.shop ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;

    /*border: 1px solid;*/
}

.shop .element-list{
    margin-bottom: 16px;
}

.shop .element-list ul{
    min-height: 100px;
}


.shop .picture {
    border: none;
    margin: 0;
    float: left;

}

.shop .picture div {
    width: 121px;
    height: 121px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.shop .picture img {
    border: none;
    width: 121px;
    height: 121px;
}

.shop .element-list .sepline{
    width: 544px;
    float: right;
    margin-top: 0px;
}

.shop .title{
    width: 300px;
    height: 106px;
    margin-left: 16px;
}

.shop .title select{
    width: 280px;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 15px;
}

.shop .quantity{
    min-width: 64px;
    height: 106px;
}

.shop .bottom-line{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 92;
}

.shop .text-price{
    font-size: 24px;
    color: #f00;
    font-weight: bold;
    margin: 4px 0;
}

.shop .price{
    width: 181px;

    text-align: right;
    min-height: 100px;
    height: 99px;
}

.shop .price .discount{
    text-decoration: line-through;
}

.shop .availability-yes{
    color: green;
}

.shop li{
    position: relative;
}



.shop .btn-roomatic{
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: #FFF;
    border: 1px solid #F00;
    color: #7D7D7D;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    margin: 0;
    padding: 7px 15px 7px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    vertical-align: baseline;
    width: 250px;
}


.shop .element .pictures img{
    width: 100%;
}

.shop .element .pictures{
    width: 323px;
    border: 1px solid #e0e0e0;
    display: inline-block;
}


/*****/

.shop .element .tabs{
    margin-top: 17px;
}

.shop .element .tab{
    display: none;
    /*padding: 17px;*/
}

.shop .element li{
/*    padding: 10px 25px;
    background: #eee;
    cursor: pointer;
    border: 1px solid #e0e0e0;*/
}

.shop .element ul .active{
    border-bottom: 2px solid #f00;
    background: none;
}

.shop .element .tabs ul {
    height: 41px;
    min-height: 41px !important;
}

.shop .element .tabs-list .active{
    min-height: 100px;
    width: 95%;
    display: block;
}

.shop .element .block-header{
    position: relative;
}