#lay_f2 {
    display: table-cell;
    width: 300px;
    padding: 0px 0px 30px 0px;
}

#lay_body {
    display: table-cell;
    padding: 0px 0px 30px 30px;
    vertical-align: top;
}

/* Left filter */

.left_filter {
    padding: 15px;
    border: 1px solid #e1e1e1;
}

.left_filter_title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.left_filter hr {
    background: #eee;
    margin: 15px 0px;
}

.left_filter .eshop-cat-tree__item-name {
    font-size: 12px;
}

.form__field {
    width: 100%;
}

.form .form__field-caption {
    font-size: 12px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}

.form__field-price_range {
    font-weight: normal;
    font-size: 12px;
}

.left_filter .form__checkbox-label-text {
    font-size: 12px;
    line-height: 1;
    color: #777;
    cursor: pointer;
}

.left_filter .form__checkbox-label-text:hover {
    color: #0091d5;
}

.left_filter .form__checkbox {
    vertical-align: middle;
}

.left_filter .form__submit {
    margin: 10px 0px 0px 0px;
}

.left_filter .eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    display: none;
}

/* Left filter */

/* Slider range */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
    background: white ; 
    border: 3px solid #0091d5 ; 
    -webkit-border-radius: 100%; 
    -moz-border-radius: 100%; 
    -ms-border-radius: 100%; 
    -o-border-radius: 100%; 
    border-radius: 100%; 
    color: #555555 ; 
    font-weight: normal; 
}

.ui-widget-content { 
    background: #eaeaea; 
    border: 1px solid #eaeaea; 
}

.ui-slider .ui-slider-range { 
    background: #0091d5; 
    border: 1px solid #0091d5; 
}

.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
}

.ui-slider-horizontal {
    height: 10px;
}

/* Slider range */

/* Left column */

.left_block_announce {
    margin-top: 30px;
    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;
}

.left_block_image:before {
    background: #ffffff;
    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 list */

.category-path, 
.category-path__link, 
.category-path__current {
    font-size: 14px;
    font-weight: 300;
}

.category-path {
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #ebebeb;
    color: #666666;
}

.category-path__link:after {
    content: "\f054";
    font: normal normal normal 10px/1 FontAwesome;
}

.category_info {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #ebebeb;
}

.category_title {
    font-size: 18px;
    color: #555454;
    text-transform: uppercase;
}

.category_count_items {
    float: right;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.eshop-cat-detailed {
    display: none;
}

.eshop-cat-list.eshop-cat-list_type_catalog {
    padding: 20px 0px 0px 0px;
}

.eshop-cat-small__visual {
    padding: 10px;
    border: 1px solid #d6d4d4;
    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-cat-small__visual:hover {
    border: 1px solid #333333;
}

.eshop-cat-small__count-items {
    display: none;
}

.eshop-cat-small__category-data {
    text-align: center;
}

.eshop-cat-small__name {
    display: inline-block;
    padding: 10px 0px 15px 0px;
    font-size: 13px;
    text-transform: uppercase;
}

.eshop-item-list__caption {
    margin: 0px 0px 20px 0px;
    min-height: auto;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px;
    text-align: center;
}

.sorter {
    display: inline-block;
    border: none;
    float: none;
    padding: 0px;
}

.sorter * {
    font-size: 13px;
    line-height: 1;
    color: #333;
}

.eshop-item-list__switcher:nth-of-type(n) {
    float: left;
    display: inline-block;
    margin: 0px;
    min-height: auto;
    border: none;
    padding: 0px;
}

.eshop-item-list__switcher-label-list,
.eshop-item-list__switcher-label-table {
    background: none; 
    padding: 0px;
    margin: 0px 10px 0px 0px;
    color: #e1e0e0;
    font-size: 24px;
    line-height: 1;
}

.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table,
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list {
    color: #333;
}

.eshop-item-list__switcher-label-list:hover,
.eshop-item-list__switcher-label-table:hover {
    color: #808080;
}

.eshop-item-list_compare_link {
    display: inline-block;
    float: right;
    background: #747474;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
}

.eshop-item-list_compare_link span {
    font-size: 12px;
    line-height: 1;
}

.eshop-item-list_compare_link:hover {
    color: #fff;
}

.eshop-item-small {
    padding-top: 0px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}

.eshop-item-small__content {
    padding: 15px 5px;
    border: dotted 1px #78ecff;
  transition: all .3s;
}

.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: #134479;
    font-size: 16px;
    font-weight: 700;
}

.eshop-item-small__cart-text {
    padding: 13px 15px;    
    border: none;
    border-radius: 0%;
    background: #2374a7;
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-transform: capitalize;
}

.eshop-item-small__cart-text:hover {
    background: #f9c831;
}

body .eshop-item-small__content .eshop-item-small__quantity {
    width: 30px;
    line-height: 40px;
}

.pager__button, .pager__button:visited {
    padding: 10px 10px;
    line-height: 1;
}

.pager__button_type_prev,
.pager__button_type_next {
    border-radius: 0px 0 0 0px;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__header {
    text-align: left;
    min-height: auto;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__price-tag {
    display: block;
    background: none;
    text-align: left;
    margin-bottom: 15px;
    padding: 0px;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce {
    display: none;
    padding: 15px 0px 0px 230px;
}

/* Eshop list */

/* Eshop detailed item */

.eshop-item-detailed {
    padding: 30px 0px 30px 0px;
}

.eshop-item-detailed__visual {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 45%;
}

.eshop-item-detailed__box {
    display: table-cell;
    vertical-align: top;
    padding: 0px 0px 0px 30px;
    width: 55%;
}

.eshop-item-detailed__title {
    color: #2f2f2f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0px;
}

.rating__stars-form {
    padding: 0px 0px 10px 0;
}

.rating-stars__rate-block {
    display: inline-block;
    text-align: left;
    color: #666666;
}

.rating-stars__rate-block * {
    font-size: 14px;
    line-height: 1;
}

.eshop-item-detailed__text-box {
    display: block;
    width: 100%;
    margin: 0px;
}

.eshop-item-detailed__sku,
.eshop-item-detailed__custom-field {
    margin-bottom: 6px; 
}

.eshop-item-detailed__sku-name,
.eshop-item-detailed__custom-field-name {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
}

.eshop-item-detailed__sku-value,
.eshop-item-detailed__custom-field-value {
    color: #0f447d;
    font-weight: 300;
    font-size: 14px;
}

.eshop-item-detailed__price-tag {
    min-width: auto;
    min-height: auto;
    padding: 15px 0;
    background: none;
    text-align: left;
}

.eshop-item-detailed__base-price-caption {
    display: none;
}

.eshop-item-detailed__origin-price {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    color: #838383;
}

.eshop-item-detailed__actual-price span {
    display: inline-block;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #134479;
}

.eshop-item-detailed__cart-box.eshop-item-detailed__cart-box_base {
    display: none;
}

.eshop-item-detailed__announce {
    font-size: 12px;
    line-height: 18px;
    color: #757575;
}

.eshop-item-detailed__delivery {
    padding: 15px 0px;
}

.eshop-item-detailed__delivery_storage,
.eshop-item-detailed__delivery_info {
    padding: 3px 8px 4px;
    background: #55c65e;
    border: 1px solid #36943e;
    color: white;
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
}

.eshop-item-detailed__delivery_info {
    margin: 0px 0px 0px 10px;
    background: #fe9126;
    border: 1px solid #e4752b;
}

.eshop-item-properties {
    border-radius: 0px;
    background: none;
}

#ami-eshop-properties__wrapper {
    padding-right: 0px;
}

.eshop-item-properties__header {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
}

.eshop-item-properties input {
    margin: 6px 4px 6px 0px;
}

#ami-eshop-properties__wrapper label {
    color: #ff560b;
    font-weight: 300;
    font-size: 14px;
}

.eshop-item-detailed__current-chosen-params-list {
    margin: 15px 0px;
}

.chosen-properties__header,
.chosen-properties__property {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
}

.chosen-properties__value {
    color: #ff560b;
    font-weight: 300;
    font-size: 14px;
}

.eshop-item-detailed__availability-box {
    display: none;
}

.eshop-item-detailed__prices {
    display: inline-block;
    vertical-align: middle;
}

.eshop-item-detailed__prices .eshop-item-detailed__price-tag {
    /*display: none;*/
}

.eshop-item-detailed__prices .eshop-item-detailed__cart-box {
    display: inline-block;
    text-align: left;
    background: none;
    border: none;
    padding: 0px;
    font-size: 0px;
}

.eshop-item-detailed__prices .eshop-item-detailed__cart-box:hover {
    background: none;
    border: none;
}

.eshop-item-detailed__prices .eshop-item-detailed__cart-quantity {
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 30px;
    line-height: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
font-size: 18px;
}

.eshop-item-detailed__prices .eshop-item-detailed__cart-icon  {
    display: inline-block;
    background: #0083c1;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    top: 0;
    width: 40px;
}

.eshop-item-detailed__prices .eshop-item-detailed__cart-text,
.eshop-item-detailed__prices .eshop-item-detailed__one-click-order {
    display: inline-block;
    padding: 0px 15px;
    background: #2374a7;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.eshop-item-detailed__prices .eshop-item-detailed__one-click-order {
    padding: 0px 15px 0px 0px;
}

.eshop-item-detailed__prices .eshop-item-detailed__cart-text:hover {
    background: #0083c1;
}

.eshop-item-detailed__mailto,
.eshop-item-detailed__print {
    display: inline-block;
    color: #fff;
    font-size: 0px;
    background: #3b3d3d;
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
}
.eshop-item-detailed__mailto {
  display: none;
}
.eshop-item-detailed__mailto i,
.eshop-item-detailed__print i {
    font-size: 16px;
    vertical-align: middle;
}

.eshop-item-detailed__mailto:hover,
.eshop-item-detailed__print:hover,
.eshop-item-detailed__comparison:hover {
    background: #0083c1;
    color: #fff;
}

.eshop-item-detailed__prices .eshop-item-detailed__base-price,
.eshop-item-detailed__prices .eshop-item-detailed__other-prices,
.eshop-item-detailed__prices .eshop-item-detailed__one-click-order {
    display: inline-block;
    vertical-align: middle;
}

.eshop-item-detailed__one-click-order:hover {
    background: #0083c1;
    color: #fff;
}

.eshop-item-detailed__one-click-order_icon {
    display: inline-block;
    background: #0083c1;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    top: 0;
    width: 40px;
    margin: 0px 10px 0px 0px;
}

.eshop-item-detailed__one-click-order:before {
    display: none;
}

.eshop-item-detailed__comparison {
    position: relative;
    display: none;
    color: #fff;
    font-size: 16px;
    background: #3b3d3d;
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 0px 10px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}

.eshop-item-detailed__comparison:before {
    display: inline-block;
    margin: 0px 0px 0px 3px;
    font: normal normal normal 16px/1 FontAwesome;
    content: '\f021';
}

.eshop-item-detailed__comparison > * {
    opacity: 0;
    cursor: pointer;
    top: 0px;
    left: 0px;
    position: absolute;
}

.eshop-item-detailed__social {
    display: block;
    margin: 15px 0px;
    list-style: none;
}

.eshop-item-detailed__social li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.eshop-item-detailed__social a {
    display: inline-block;
    padding: 6px 12px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
}

.eshop-item-detailed__social-tw i {
    color: #00aaf0;
}

.eshop-item-detailed__social-tw:hover,
.eshop-item-detailed__social-tw:hover i {
    color: #fff;
    background: #00aaf0;
    border-color: #00aaf0;
}

.eshop-item-detailed__social-fb i {
    color: #435f9f;
}

.eshop-item-detailed__social-fb:hover,
.eshop-item-detailed__social-fb:hover i {
    color: #fff;
    background: #435f9f;
    border-color: #435f9f;
}

.eshop-item-detailed__social-gp i {
    color: #e04b34;
}

.eshop-item-detailed__social-gp:hover,
.eshop-item-detailed__social-gp:hover i {
    color: #fff;
    background: #e04b34;
    border-color: #e04b34;
}

.eshop-item-detailed__social-pn i {
    color: #ce1f21;
}

.eshop-item-detailed__social-pn:hover,
.eshop-item-detailed__social-pn:hover i {
    color: #fff;
    background: #ce1f21;
    border-color: #ce1f21;
}

.eshop-item-detailed__img-label {
    text-align: right;
}

.eshop-item-detailed__img-label:before {
    content: "\f00e";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 5px;
    background: none;
    vertical-align: baseline;
}

.sp-minus, .sp-plus {
    vertical-align: middle;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 40px;
    width: 25px;
    color: #9A9A9A;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.sp-minus:hover, .sp-plus:hover {
    background: #0083c1;
    color: #FFFFFF;
}

.sp-plus {
    margin-right: 10px;
}

.eshop-item-small__cart-form {
    display: block;
    text-align: center;
}

.eshop-item-list:hover .slider-pad__arrow-left,
.eshop-item-list:hover .slider-pad__arrow-right {
    opacity: 1;
}

.slider-pad__arrow-left,
.slider-pad__arrow-right {
    background: #cacaca;
    color: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 30px;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slider-pad__arrow-left:hover,
.slider-pad__arrow-right:hover {
    background: #3b3d3d;
}

.eshop-item-detailed__subtitle {
    position: relative;
}

.eshop-item-detailed__subtitle:before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.eshop-item-detailed__subtitle-text {
    background: white none repeat scroll 0 0;
    padding-right: 15px;
    position: relative;
    z-index: 10;
}

/* Eshop detailed item */

@media screen and (max-width: 1000px) {
    
    #lay_f2 {
        display: block;
        width: 100%;
    }
    
    #lay_body {
        display: block;
        width: 100%;
        padding: 0px;
    }
    
    .eshop-item-small {
        -moz-box-sizing: border-box;
        display: inline-block;
        min-width: 200px;
        width: 100%;
    }
    
    .eshop-item-list_compare_link {
        margin: 5px 0px 0px 0px;
    }
    
    .eshop-item-small__btn {
        bottom: 0px;
        opacity: 1;
    }
    
    .eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual {
        width: 100%;
        margin-right: 0px;
    }
    
    .eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce {
        padding: 15px 0px 0px 0px;
    }
    
    .eshop-item-detailed__visual {
        display: block;
        width: 100%;
    }
    
    .eshop-item-detailed__box {
        display: block;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    
    .category-path {
        padding: 0px 0px 35px 0px;
    }
    
    .eshop-item-detailed__img {
        max-width: 100%;
    }
    
    .eshop-item-detailed__one-click-order {
        margin: 10px 0px 0px 0px;
    }
    
    .eshop-item-detailed__comparison,
    .eshop-item-detailed__mailto,
    .eshop-item-detailed__print {
        margin: 10px 0px 0px 0px;
    }
    
    .eshop-item-detailed__social a {
        font-size: 0px;
    }
    
    .eshop-item-detailed__social i {
        font-size: 14px;
    }
    
    .tabs__caption li {
        padding: 10px 5px;
        background: #f0f0f0;
        border: none;
        margin: 0px 0px 0px 0px;
        color: #16608f;
        position: relative;
        text-align: center;
        font-size: 13px;
    }
    
}
