#lay_f2 {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0px 0px 30px 0px;
}

#lay_body {
    display: inline-block;
    width: 70%;
    padding: 0px 0px 30px 30px;
    vertical-align: top;
}

.content_block {
	/*
    display: inline-block;
    width: 100%;
    */
    position: relative;
    height: 100%;
    max-width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}

.blog_item-detailed__img,
.news_item-detailed__img {
    display: none;
}

/* Left column */

.left_block_announce {
    margin-top: 0px;
    border: 1px solid #e1e1e1;
}

.left_block_announce_title {
    display: inline-block;
    width: 100%;
    background: #3b3d3d none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    text-indent: 15px;
}

.left_block_announce .eshop-item-small__visual,
.left_block_announce .eshop-item-info {
    display: table-cell;
    vertical-align: top;
}

.left_block_announce .eshop-item-small__visual {
    width: 100px;
}

.left_block_announce .eshop-item-info {
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.left_block_announce .eshop-item-small__img {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    margin: 0px;
}

.left_block_announce .eshop-item-small__cart-form,
.left_block_announce .eshop-item-small__one-click {
    display: none;
}

.left_block_announce .eshop-item-small__price-tag {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.left_block_announce .eshop-item-small__price-original {
    width: 100%;
}

.left_block_image {
    position: relative;
    display: inline-block;
    margin: 30px 0px 0px 0px;
    font-size: 0px;
}

.left_block_image img {
    max-width: 300px;
    width: 100%;
}

.left_block_image:before {
    background: rgba(255, 255, 255, 0.1);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.left_block_image:hover:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* Left column */

/* Eshop */

.eshop-item-small {
    width: 100%;
    padding-top: 0px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}

.eshop-item-small__content {
    padding: 15px 5px;
    border: 1px solid #e5e5e5;
}

.eshop-item-small__visual {
    position: relative;
    overflow: hidden;
}

.eshop-item-small__img {
    width: auto;
    height: auto;
}

.eshop-item-small__title, .eshop-item-small__title:visited {
    font-size: 13px;
    text-decoration: none;
    text-transform: none;
}

.eshop-item-small__btn {
    position: absolute;
    display: table;
    width: 100%;
    background: #3b3d3d;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.eshop-item-small__content:hover .eshop-item-small__btn {
    bottom: 0px;
    opacity: 1;
}

.eshop-item-small__btn > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 10px 0px;
    border: 1px solid #4f5151;
    color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.eshop-item-small__btn > div div {
    display: inline-block;
}

.eshop-item-small__btn a,
.eshop-item-small__btn span {
    font-size: 12px;
    color: #fff;
}

.eshop-item-small__btn > div:hover {
    background: #0091d5;
    border-color: #0091d5;
}

.add_to_compare_btn {
    cursor: pointer;
}

.eshop-item-small__price-tag {
    display: block;
    background: none;
    text-align: center;
    margin-bottom: 15px;
}

.eshop-item-small__price-original {
    display: inline-block;
    color: #838383;
    font-weight: 300;
    font-size: 14px;
}

.eshop-item-small__price-actual {
    display: inline-block;
    color: #ff560b;
    font-size: 16px;
    font-weight: 700;
}

/* Eshop */

@media screen and (max-width: 1000px) {
    
    #lay_f2 {
        display: block;
        width: 100%;
        margin: 50px 0px 0px 0px;
    }
    
    #lay_body {
        display: block;
        width: 100%;
        padding: 0px;
    }
    
    .eshop-cat-small__content {
        min-width: auto;
    }
    
    .photo-easy-skin .photoalbum_item-row, .photo-easy-skin .photoalbum_item-cat-row {
        display: block;
        width: 100%;
    }
    
    .photoalbum_item-detail__img-area {
        width: 100% !important;
    }
    
    .photoalbum_item-detail__img.mb-image {
        width: 100%;
    }
    
}
