/* RECOMMENDATION SLIDER */

.recommendation_slider {
    overflow: hidden;
    width: 100%;
}

.recommendation_slider ul {
    width: 1000000px;
    height: 100%;
    position: relative;
}

.recommendation_slider ul,
.recommendation_slider li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.recommendation_slider ul > li {
    display: block;
    float: left;
    overflow: hidden;
}


/* SLIDER PAGINATION */

.recommendation_slider_pagination{
    width: 100%;
    height: 30px;
    position: relative;
    bottom: 0;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}

.recommendation_slider_pagination_ruler{
    height: 3px;
    background-color: #ed1c24;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.recommendation_slider_pagination .bullet{
    background-color: #adb0b3;
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 12px 8px;
    cursor: pointer;
}

.recommendation_slider_pagination .bullet.active {
    width: 13px;
    height: 13px;
    background-color: #ed1c24;
    opacity: 1;
    margin: 10px 6px;
    cursor: auto;
}
.recommendation_slider_pagination .bullet:not(.active):hover {
    width: 13px;
    height: 13px;
    margin: 10px 6px;
    background-color: #ed1c24;
    opacity: 0.6;
}

/* SLIDER ARROWS */

.recommendation_slider .arrow_left {
    position: absolute;
    z-index: 50;
    cursor: pointer;
    display: none;
    background-image: url('../images/arrows_slider_red.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 40px;
    height: 80px;
    margin: 150px 0 0 1px;
}

.recommendation_slider .arrow_left.arrow_left--transparent {
    background-image: url('../images/arrows_slider_red-transparent.png');
}

.recommendation_slider .arrow_right_wrap {
    float: right;
    margin-right: 1px;
}

.recommendation_slider .arrow_right {
    position: absolute;
    display: none;
    z-index: 50;
    cursor: pointer;
    background-image: url('../images/arrows_slider_red.png');
    background-position: -40px 0;
    background-repeat: no-repeat;
    width: 40px;
    height: 80px;
    margin: 150px -1px 0 -40px;
}

.recommendation_slider .arrow_right--transparent {
    background-image: url('../images/arrows_slider_red-transparent.png');
}

.recommendation_slider .arrow_left:hover {
    background-position: 0 -80px;
}

.recommendation_slider .arrow_right:hover {
    background-position: -40px -80px;
}


/* RECOMMENDATION SHOW ALL */

a.recommendation_show_all{
    color: #ff0032!important;
    font: 14px 'Corpid', sans-serif;
}


/* RECOMMENDATION BLOCK */

.recommendation {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.recommendation_header {
    margin: 0 0 25px 0;
}

.recommendation .recommendation_header > h4 {
    margin-left: 25px;
    margin-top: 0;
    font: 20px 'Corpid', sans-serif;
    font-weight: 100;
    color: #000;
}

.recommendation_list:not(.animating) .recommendation_item:hover {
    box-shadow: 0 1px 11px #aaa;
    z-index: 30;
    position: absolute;
}
.recommendation_list:not(.animating) li:not(.isVisible) .recommendation_item:hover {
    box-shadow: none;
    z-index: 1;
    position: static;
}

.recommendation_list {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.recommendation_item {
    display: block;
    width: 320px;
    min-height: 380px;
    padding: 20px;
    box-sizing: border-box;
}

.recommendation_item__image {
    display: block;
    width: 100%;
    height: 220px;
    text-align: center;
    margin-bottom: 8px;
}

.recommendation .recommendation_item__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.recommendation .recommendation_item_description {
    display: block;
}

.recommendation .recommendation_item__section {
    display: block;
    margin-bottom: 8px;
    font: 12px 'Corpid', sans-serif;
    font-weight: 100;
    color: #696969;
}

.recommendation .recommendation_item__name {
    display: block;
    min-height: 36px;
    margin-bottom: 10px;
    font: 16px 'Corpid', sans-serif;
    font-weight: 600;
    color: #222;
}

.recommendation .recommendation_item__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#distributing_page__sections_container .recommendation .recommendation_item__price {
    display: block;
}

.recommendation_item__price_rub {
    font-size: 70%;
}

.recommendation_item__price_value {
    display: inline-block;
    margin-right: 8px;
    font: 18px 'Corpid', sans-serif;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #000;
    white-space: nowrap;
}

.recommendation_item__price_old_value {
    display: inline-block;
    font: 14px 'Corpid', sans-serif;
    letter-spacing: -0.4px;
    text-decoration:line-through;
    color: #6a6868;
    flex-basis: 60%;
}

.recommendation .recommendation_item__price_buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    font: 14px/10px 'Corpid', sans-serif;
    font-weight: 600;
    color: #ed1c24;
    margin-top: 0;
}

.recommendation .recommendation_item__price_buy--bought {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ff6600;
    letter-spacing: -0.4px;
    font: 12px/10px 'Corpid', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

.recommendation .recommendation_item__price_buy--bought_distributing_page_section_slider {
    padding-left: 11px!important;
    padding-right: 11px!important;
    margin-top: 8px!important;
}

.recommendation .recommendation_item__price_buy--to_basket {
    color: #ff6600;
    letter-spacing: -0.4px;
    font: 12px/10px 'Corpid', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

.recommendation .recommendation_item__price_buy--to_basket_distributing_page_section_slider {
    text-align: center!important;
    line-height: 1!important;
    padding: 3px 7px!important;
    font-size: 15px!important;
}

.recommendation_item__price_buy--bought > span {
    display: inline-block;
    float: left;
}

.recommendation_item__price_buy--bought > .icon {
    margin: 0 0 0 2px;
}

/* BLOCK MODIFY */

/* slider arrows*/

.recommendation_slider .arrow_left--small, .recommendation_slider .arrow_right--small {
    margin-top: 109px;
    width: 27px;
    height: 30px;
}

.recommendation_slider .arrow_left--small {
    background-image: url('../images/arrows_slider_small.png');
    background-position: 0 0;
}

.recommendation_slider .arrow_right--small {
    background-image: url('../images/arrows_slider_small.png');
    background-position: -28px 0;
    margin-left: -27px;
}

.recommendation_slider .arrow_left--small:hover {
    background-position: 0 -30px;
}

.recommendation_slider .arrow_right--small:hover {
    background-position: -28px -30px;
}

/* margin */

.recommendation--mt110 {
    margin-top: 110px;
}

.recommendation_header--ml25 > h4 {
    margin-left: 25px;
}


/* shadow */

.recommendation_list--shadow {
    box-shadow: 0 1px 11px #aaa;
}


/* border */

.recommendation--desktop_outer_border .recommendation_list,
.recommendation--border .recommendation_list {
    border: 1px solid #d6d6d6;
}

.recommendation--border .recommendation_item {
    border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 999px) and (min-width: 640px) {

    .recommendation--tablet_border .recommendation_list {
        border: 1px solid #d6d6d6;
    }

    .recommendation--tablet_border .recommendation_item {
        border-right: 1px solid #d6d6d6;
    }
}

@media only screen and (max-width: 639px) {

    .recommendation--mobile_border .recommendation_list {
        border: 1px solid #d6d6d6;
    }

    .recommendation--mobile_border .recommendation_item {
        border-right: 1px solid #d6d6d6;
    }
}

/* recommendation with - "с этим товаром покупают" */

.recommendation--with {
    width: 480px;
}

.recommendation--with .recommendation_list .ruler{
    display: block;
}

.recommendation--with .recommendation_slider .arrow_left, .recommendation--with .recommendation_slider .arrow_right {
    margin-top: 38px;
}

.recommendation--with .recommendation_header {
    margin: 0 0 12px 0;
}

.recommendation--with .recommendation_header > h4 {
    font: 13px 'Corpid', sans-serif;
    margin-left: 0;
}

.recommendation--with .recommendation_list {
    width: 480px;
}

.recommendation--with .recommendation_item {
    width: 480px;
    min-height: 106px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.recommendation--with .recommendation_item__image {
    width: 150px;
    height: 96px;
    margin: 0;
    float: left;
}

.recommendation--with .recommendation_item_description {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 268px;
    min-height: 86px;
    float: left;
    margin: 0 0 0 10px;
}

.recommendation--with .recommendation_item__section {
    font: 16px 'Corpid', sans-serif;
    margin-bottom: 3px;
}

.recommendation--with .recommendation_item__name {
    letter-spacing: -0.4px;
    font-weight: 100;
    margin-bottom: 7px;
}

.recommendation--with .recommendation_item__price_buy {
    font: 14px/10px 'Corpid', sans-serif;
    font-weight: 600;
    margin-right: 0;
}


/* recommendation similar - "Похожие товары в наличии:" */

.recommendation--similar {
    width: 480px;
}

.recommendation--similar .recommendation_slider .arrow_left, .recommendation--similar .recommendation_slider .arrow_right {
    margin-top: 95px;
}

.recommendation--similar .recommendation_header {
    margin: 0 0 12px 0;
}

.recommendation--similar .recommendation_header > h4 {
    font: 13px 'Corpid', sans-serif;
    margin-left: 0;
}
.basket .recommendation_list {
    padding: 10px;
    margin: -10px;
    box-sizing: content-box;
}
.recommendation--similar .recommendation_list {
    width: 480px;
    margin: -10px;
    padding: 10px;
    position: relative;
    border: 0;
    box-sizing: content-box;
}
.recommendation--similar .recommendation_list:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid #d6d6d6;
    z-index: -1;
    box-sizing: border-box;
}
.recommendation--similar .recommendation_list.animating {
    margin: 0;
    padding: 0;
}
.recommendation--similar .recommendation_list.animating:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.recommendation--similar .recommendation_item {
    width: 240px;
    min-height: 240px;
    height: inherit;
    padding: 10px 20px;
    box-sizing: border-box;
}
.recommendation--similar ul > li {
    height: auto !important;
}
.recommendation--similar .recommendation_list:not(.animating) li.isVisible:hover  {
    box-shadow: 0 1px 11px #aaa;
    z-index: 30;
    position: relative;
}
.recommendation--similar .recommendation_list:not(.animating) li:hover .recommendation_item {
    box-shadow: none;
    position: static;
}

@media only screen and (min-width: 1000px) {
    .recommendation--similar .recommendation_wrapper--2_items{
        width: 240px;
    }

    .recommendation--similar .recommendation_wrapper--2_items .recommendation_item{
        border: 0;
    }
}

@media only screen and (max-width: 999px) {
    .recommendation--similar .recommendation_wrapper--2_items{
        /* padding: 5px; */
        width: 320px;
    }

    .recommendation--similar .recommendation_wrapper--2_items .recommendation_item{
        border: 0;
        min-height: 235px;
    }
}

.recommendation--similar .recommendation_item__image {
    width: 200px;
    height: 115px;
    margin-bottom: 4px;
}

.recommendation--similar .recommendation_item__section {
    font: 14px 'Corpid', sans-serif;
    height: 34px;
    margin-bottom: 4px;
}

.recommendation--similar .recommendation_item__name {
    font: 14px 'Corpid', sans-serif;
    letter-spacing: -0.4px;
    margin-bottom: 4px;
}

.recommendation--similar .recommendation_item__price_buy {
    font: 14px/10px 'Corpid', sans-serif;
    font-weight: 600;
    margin-right: -5px;
}


/* 6 items in row */

.recommendation--6_items .recommendation_slider .arrow_left, .recommendation--6_items .recommendation_slider .arrow_right {
    margin-top: 73px;
}

.recommendation--6_items .recommendation_header {
    margin: 20px 0;
}

.recommendation--6_items .recommendation_header > h4 {
    font: 15px 'Corpid', sans-serif;
    margin: 0 0 0 15px;
}
.recommendation_slider ul {
    display: flex;
}
.recommendation_slider ul > li {
    float: none;
    height: auto !important;
}
.recommendation_list:not(.animating) ul > li:hover {
    z-index: 1;
    position: relative;
    overflow: initial;
    -ms-overflow-y: visible;
    -ms-overflow-x: visible;
}
.recommendation_list:not(.animating) .recommendation_item:hover {
    position: relative;
}
.recommendation--6_items .recommendation_item {
    width: 160px;
    height: 100%;
    min-height: auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.recommendation--6_items .recommendation_item__image {
    height: 165px;
    margin-bottom: 20px;
}

.recommendation--6_items .recommendation_item__section {
    font: 11px 'Corpid', sans-serif;
    margin-bottom: 5px;
    min-height: 15px;
}

.recommendation--6_items .recommendation_item__name {
    min-height: auto;
    font: 11px 'Corpid', sans-serif;
    margin-bottom: 5px;
}

.recommendation--6_items .recommendation_item__price_old_value {
    font: 12px 'Corpid', sans-serif;
    margin-bottom: 4px;
}

/* 4 items in row (desktop only) */

@media only screen and (min-width: 1000px) {

    .recommendation--desktop_4_items .recommendation_slider .arrow_left, .recommendation--desktop_4_items .recommendation_slider .arrow_right {
        margin-top: 55px;
    }

    .recommendation--desktop_4_items .recommendation_header {
        margin: 0 0 15px 0;
    }

    .recommendation--desktop_4_items .recommendation_header > h4 {
        margin-left: 0;
    }

    .recommendation--desktop_4_items .recommendation_header--ml25 > h4 {
        margin-left: 25px;
    }

    .recommendation--desktop_4_items .recommendation_list {
        margin: -5px -10px 15px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: content-box;
    }

    .recommendation--desktop_4_items .recommendation_item {
        width: 240px;
        min-height: 280px;
        padding: 10px 15px;
        box-sizing: border-box;
        height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .recommendation--desktop_4_items .recommendation_item__image {
        height: 165px;
        margin-bottom: 8px;
    }

    .recommendation--desktop_4_items .recommendation_item__section {
        margin-bottom: 4px;
    }

    .recommendation--desktop_4_items .recommendation_item__name {
        font: 14px 'Corpid', sans-serif;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .recommendation--desktop_4_items .recommendation_item__price_buy {
        margin-right: 15px;
    }
}

/* PAGE MODIFY */

.recommendation--list {
    width: 641px;
    margin-top: 0;
}

.recommendation--list .recommendation_header {
    margin-bottom:15px;
}

.recommendation--list .recommendation_slider .arrow_left, .recommendation--list .recommendation_slider .arrow_right {
    margin-top: 110px;
}

@media only screen and (max-width: 999px) and (min-width: 640px) {
    .recommendation--tablet_ml-20 {
        margin-left: -20px;
    }
}

/* VIEWPORT MODIFY */

/* ПЛАНШЕТ */

@media only screen and (max-width: 999px) and (min-width: 640px) {

    .recommendation {
        width: 640px;
    }


    /* ПЛАНШЕТ > recommendation with - "с этим товаром покупают" */
    .recommendation--with {
        width: 640px;
        margin-left: -20px;
    }

    .recommendation--with .recommendation_slider .arrow_left, .recommendation--with .recommendation_slider .arrow_right {
        margin-top: 55px;
    }

    .recommendation--with .recommendation_header > h4 {
        margin-left: 25px;
    }

    .recommendation--with .recommendation_list {
        width: 640px;
    }

    .recommendation--with .recommendation_list .ruler {
        display: block;
    }

    .recommendation--with .recommendation_item {
        width: 640px;
        min-height: 140px;
    }

    .recommendation--with .recommendation_item__image {
        width: 200px;
        height: 120px;
    }

    .recommendation--with .recommendation_item_description {
        display: block;
        width: 360px;
        min-height: 120px;
        margin: 10px 0 10px 10px;
    }

    .recommendation--with .recommendation_item__section {
        margin-bottom: 8px;
    }

    .recommendation--with .recommendation_item__name {
        width: 330px;
        height: 42px;
        font: 18px 'Corpid', sans-serif;
    }

    .recommendation--with .recommendation_item__price_value {
        font: 22px 'Corpid', sans-serif;
    }

    .recommendation--with .recommendation_item__price_buy {
        font: 16px/10px 'Corpid', sans-serif;
        font-weight: 600;
        margin-right: 0;
    }


    /* ПЛАНШЕТ > recommendation similar - "Похожие товары в наличии:" */

    .recommendation--similar {
        width: 640px;
    }

    .recommendation--similar .recommendation_slider .arrow_left, .recommendation--similar .recommendation_slider .arrow_right {
        margin-top: 90px;
    }

    .recommendation--similar .recommendation_header {
        margin: 0 0 12px 0;
    }

    .recommendation--similar .recommendation_header > h4 {
        font: 13px 'Corpid', sans-serif;
        margin-left: 0;
    }

    .recommendation--similar .recommendation_list {
        width: 640px;
    }

    .recommendation--similar .recommendation_item {
        width: 320px;
        min-height: 240px;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .recommendation--similar .recommendation_item__image {
        width: 280px;
        height: 115px;
        margin-bottom: 5px;
    }

    .recommendation--similar .recommendation_item__section {
        font: 13px 'Corpid', sans-serif;
        height: 34px;
        margin-bottom: 5px;
    }

    .recommendation--similar .recommendation_item__name {
        height: 32px;
        font: 13px 'Corpid', sans-serif;
        letter-spacing: -0.4px;
        margin-bottom: 5px;
    }

    .recommendation--similar .recommendation_item__price_buy {
        font: 14px/10px 'Corpid', sans-serif;
        font-weight: 600;
        margin-top: 2px;
        margin-right: 0;
    }


    /* ПЛАНШЕТ > 4>3>1 items in row */

    .recommendation--tablet_3_items .recommendation_slider .arrow_left, .recommendation--tablet_3_items .recommendation_slider .arrow_right {
        margin-top: 85px;
    }

    .recommendation--tablet_3_items .recommendation_header {
        margin: 0 0 25px 0;
    }

    .recommendation--tablet_3_items .recommendation_header > h4 {
        margin-left: 15px;
    }

    .recommendation--tablet_3_items .recommendation_list {
        width: 645px;
        margin-left: -2.5px;
        margin-bottom: 15px;
    }

    .recommendation--tablet_3_items .recommendation_item {
        width: 215px;
        min-height: 280px;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .recommendation--tablet_3_items .recommendation_item__image {
        height: 160px;
        margin-bottom: 8px;
    }

    .recommendation--tablet_3_items .recommendation_item__section {
        margin-bottom: 4px;
    }

    .recommendation--tablet_3_items .recommendation_item__name {
        font: 14px 'Corpid', sans-serif;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .recommendation--tablet_3_items .recommendation_item__price_buy {
        margin-right: 0;
    }


    /* ПЛАНШЕТ > 6 items in row */

    .recommendation--6_items .recommendation_slider .arrow_left, .recommendation--6_items .recommendation_slider .arrow_right {
        margin-top: 73px;
    }

    .recommendation--6_items .recommendation_header {
        margin: 20px 0;
    }

    .recommendation--6_items .recommendation_header > h4 {
        font: 15px 'Corpid', sans-serif;
        margin: 0 0 0 15px;
    }

    .recommendation--6_items .recommendation_list {
    }

    .recommendation--6_items .recommendation_item {
        width: 213px;
        padding: 10px;
        box-sizing: border-box;
    }

    .recommendation--6_items .recommendation_item__image {
        width: 193px;
        height: 165px;
        margin-bottom: 20px;
    }

    .recommendation--6_items .recommendation_item__section {
        font: 11px 'Corpid', sans-serif;
        margin-bottom: 5px;
    }

    .recommendation--6_items .recommendation_item__name {
        font: 11px 'Corpid', sans-serif;
        margin-bottom: 15px;
    }

    .recommendation--6_items .recommendation_item__price_old_value {
        font: 12px 'Corpid', sans-serif;
        margin-bottom: 4px;
        height: 15px;
    }
}

/* СМАРТФОН */

@media only screen and (max-width: 639px) {
    .recommendation {
        width: 320px;
    }


    /* СМАРТФОН > recommendation with - "с этим товаром покупают" */
    .recommendation--with {
        width: 320px;
        margin: 30px 10px 10px -20px;
    }

    .recommendation--with .recommendation_slider .arrow_left, .recommendation--with .recommendation_slider .arrow_right {
        margin-top: 90px;
    }

    .recommendation--with .recommendation_header > h4 {
        margin-left: 0;
    }

    .recommendation--with .recommendation_list {
        width: 320px;
    }

    .recommendation--with .recommendation_list .ruler{
        display: block;
    }

    .recommendation--with .recommendation_item {
        width: 320px;
        min-height: 235px;
    }

    .recommendation--with .recommendation_item__image {
        width: 300px;
        height: 110px;
        margin-bottom: 15px;
    }

    .recommendation--with .recommendation_item_description {
        display: block;
        width: 290px;
        min-height: 85px;
        margin: 0 10px 10px 10px;
    }

    .recommendation--with .recommendation_item__section {
        margin-bottom: 10px;
        font: 14px 'Corpid', sans-serif;
    }

    .recommendation--with .recommendation_item__name {
        width: 290px;
        height: 36px;
        font: 14px 'Corpid', sans-serif;
        margin-bottom: 8px;
    }

    .recommendation--with .recommendation_item__price_buy {
        margin-right: 0;
    }


    /* СМАРТФОН > recommendation similar - "Похожие товары в наличии:" */

    .recommendation--similar {
        width: 320px;
        margin: 30px 10px 10px -20px;
    }

    .recommendation--similar .recommendation_slider .arrow_left, .recommendation--similar .recommendation_slider .arrow_right {
        margin-top: 90px;
    }

    .recommendation--similar .recommendation_header {
        margin: 0 0 12px 0;
    }

    .recommendation--similar .recommendation_header > h4 {
        font: 13px 'Corpid', sans-serif;
        margin-left: 0;
    }

    .recommendation--similar .recommendation_list {
        width: 320px;
    }

    .recommendation--similar .recommendation_item {
        width: 320px;
        min-height: 240px;
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .recommendation--similar .recommendation_item__image {
        width: 280px;
        height: 115px;
        margin-bottom: 5px;
    }

    .recommendation--similar .recommendation_item__section {
        font: 14px 'Corpid', sans-serif;
        height: 34px;
        margin-bottom: 5px;
    }

    .recommendation--similar .recommendation_item__name {
        height: 32px;
        font: 13px 'Corpid', sans-serif;
        letter-spacing: -0.4px;
        margin-bottom: 5px;
    }

    .recommendation--similar .recommendation_item__price_buy {
        font: 14px/10px 'Corpid', sans-serif;
        font-weight: 600;
        margin-top: 2px;
        margin-right: 0;
    }


    /* СМАРТФОН > 6 items in row */

    .recommendation--6_items .recommendation_item__name {
        margin-bottom: 1px;
    }

}


/* RECOMMENDATION TOGGLE BLOCK */

.toggle_block--hidden {
    display: none;
}


/* RECOMMENDATION OI */

.recommendation_header--oi {
    width: inherit;
    padding: 23px 15px;
    border: 1px solid #d7d5d3;
    margin: 0 0 -1px 0;
    box-sizing: border-box;
    overflow: hidden;
}

#admin_container .recommendation_header  h3 {
    font: 400 18px 'Corpid', sans-serif;
}
.recommendation_header--oi > * {
    display: inline-block;
    line-height: 23px;
    margin-right: 10px;
}

.js-toggle_show, .js-toggle_hide {
    font-size: 14px;
    font-weight: 400;
    color: #eb2128;
}

.recommendation_header--oi > *.toggle_block--hidden {
    display: none;
}

#js-oi_recommendations {
    min-height:140px;
}

#js-oi_recommendations .loader_content_block{
    margin-top:0!important;
}

.recommendation_oi.accessories:first-of-type {
    margin-top: 30px;
}

.recommendation_oi.accessories {
    width: 920px;
}
.recommendation_oi .accessories_item.accessories_item--hidden{
    display: none;
}
.recommendation_oi .accessories_item {
    display: inline-flex;
    width: 184px;
    height: auto;
    padding: 26px 12px 24px;
    flex-direction: column;
    justify-content: space-between;
    font: 12px 'Corpid', sans-serif;
}
.recommendation_oi .accessories_item:hover {
    box-shadow: 0 1px 11px #aaa;
    z-index: 1;
}

.recommendation_content--oi {
    padding: 0 0 18px;
    width: inherit;
    border: 1px solid #d7d5d3;
    margin-top: -1px;
    background: #fff;
    box-sizing: border-box;
    border-top-width: 0;
}
.recommendation_oi .accessories_list {
    overflow: visible;
}
.recommendation_oi .accessories_list ul {
    display: flex;
    margin-left: -1px;
    margin-right: -1px;
    flex-flow: row wrap;
}
.recommendation_oi .accessories_item__count {
    color: #ed1b24;
    font-size: 13.5px;
    font-weight: 600;
}
.recommendation_oi .accessories_item__description {
    margin-bottom: 10px;
    color: #696969;
}
.recommendation_oi.accessories .accessories_item__name {
    margin-bottom: 12px;
    height: auto;
}
.recommendation_oi .accessories_item__price_old_value {
    margin-right: 4px;
}
.recommendation_oi .accessories_item__price_buy {
    font-size: 14.5px;
}
.recommendation_content--oi .accessories_item__price_buy {
    margin-top: 0 !important;
    margin-right: 0 !important;
    text-decoration: none!important;
    line-height: 25px !important;
}
.recommendation_content--oi .recommendation_content_links {
    padding-left: 12px;
}
.recommendation_content--oi.recommendation_content_links .accessories_show_more {
    display: inline-block;
    margin-right: 12px;
}

.recommendation_content--oi .toggle_hide--grey {
    color: #696969!important;
}

.recommendation_content--oi .accessories_item__price_buy.accessories_item__price_buy--success {
    color: #06b53d;
}

.recommendation_content--oi .accessories_item__price_buy .icon_green_check {
    display: none;
    width: 15px;
    height: 13px;
    margin-left: 5px;
    background: url("/assets/images/icons/green_check.png");
}
.recommendation_content--oi .accessories_item__price_buy.accessories_item__price_buy--success .icon_green_check {
    display: inline-block;
}

/* RECOMMENDATIONS LOYALTYLAB */

.loyalty-lab-recommendations-data-layer.hide-native {
    overflow: hidden;
    height: 0;
    visibility: hidden;
}
