/*!*shop*!*/

#shop-index h1{
    font-weight: normal;
    font-size: 36px;
    color: #282828;
    text-transform: uppercase;
    padding: 20px 0px 30px 0px;
}

.shop-index-item-block img{
    margin: 0 auto;
}

.shop-index-item-block{
    background: #f8f8f8;
    cursor: pointer;
    margin-bottom: 30px;
}


.shop-item-description{
    background: #fff;
    padding: 15px;
}

.shop-index-item-description{
    background: #f8f8f8;
    padding: 15px;
}

.shop-index-item-text-description{
    background: #f8f8f8;
    padding: 15px;
    font-size: 18px;
}

.characteristic-name{
    font-size: 18px;
    font-family: "Proxima_Nova_Bold";
}
.characteristic-value{
    font-size: 18px;
    font-family: "Proxima_Nova_Regular";
}

.shop-index-item-description p{
    font-size: 18px;
}


.shop-index-item-description h2{
    font-weight: normal;
    font-size: 18px;
    color: #282828;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;


    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.shop-index-item-description h3{
    font-weight: normal;
    font-size: 14px;
    color: #282828;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.shop-index-price{
    font-family: 'Oswald_Medium';
    height: 35px;
    margin-top: 5px;
    float: right;
    font-size: 24px;
    padding-left: 15px;
    border-left: 2px solid #282828;
}


.shop-index-item-block a
{
    color: #282828;
}

.shop-index-item-block a:hover
{
    color: #282828;
}


.shop-index-item-block:hover img
{
    /*-webkit-transition: all 0.3s ease-in-out;*/
    /*-moz-transition: all 0.3s ease-in-out;*/
    /*-ms-transition: all 0.3s ease-in-out;*/
    /*-o-transition: all 0.3s ease-in-out;*/
    -webkit-filter: brightness(50%);
}

.read-more-shop-item{
    display: none;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 50%;
    margin-top: -75px;
}


.read-more-shop {
    line-height: 48px;
    height: 48px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px #336699 solid;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    display: inline-block;
    color: #fff !important;
    background: #336699 !important;
}

.read-more-shop:hover {
    z-index: 1000000;
    background-color: #fff;
    color: #282828;
    text-decoration: none;
}


@media (min-width: 992px) and (max-width: 1199px) {
    /*.navbar .navbar-nav li a, .navbar-inverse .navbar-nav li a {*/
    /*font-size: 12px;*/
    /*margin: 26px 10px 0px 0px;*/
    /*}*/


    .shop-index-item-description h2{
        font-size: 20px;
    }
    .shop-index-item-description h3{
        font-size: 12px;
    }
    .shop-index-price{
        padding-top: 3px;
        font-size: 20px;
        margin-top: 0px;
    }
}


#shop-item{
padding: 70px 0px 10px 0px;
color: #FFF;
}

.shop-item{
background: url("../img/single_page_menu.jpg") no-repeat center center / cover  rgba(0, 0, 0, 1);
}

#shop-item-container{
    margin: 70px 0px 70px 0px;
}


#shop-item-container img{
    margin: 0 auto;
}



.shop-item-read-more-block{
    margin: 10px 0px 20px 1px;
}


/*.shop-item-title{*/
    /*float: left;*/
/*}*/

/*.price{*/
    /*margin-top: 2px;*/
    /*float: right;*/
    /*font-size: 25px;*/
    /*padding-left: 20px;*/
    /*border-left: 2px solid #326698;*/
/*}*/


/*#shop-index h1{*/
    /*font-weight: normal;*/
    /*font-size: 36px;*/
    /*color: #282828;*/
    /*text-transform: uppercase;*/
    /*padding: 20px 0px 30px 0px;*/

/*}*/
/*#shop-index h2{*/
    /*font-weight: normal;*/
    /*font-size: 24px;*/
    /*color: #282828;*/
    /*text-transform: uppercase;*/
    /*margin-top: 0px;*/
    /*margin-bottom: 0px;*/
    /*padding: 0px 0px 0px 0px;*/

/*}*/
/*#shop-index h3{*/
    /*font-weight: normal;*/
    /*font-size: 14px;*/
    /*color: #282828;*/
    /*text-transform: uppercase;*/
    /*margin-top: 0px;*/
    /*margin-bottom: 0px;*/
    /*padding: 0px 0px 0px 0px;*/

/*}*/

/*.shop{*/
    /*margin: 80px 0px 80px 0px;*/
/*}*/




