

/* Start:/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/style.css?174307888553386*/
/* item_detail_v2 */
.bx_item_detail .bx_item_title{
    min-height: 24px;
    margin-bottom: 16px;
    padding-bottom: 14px;

    border-bottom: 1px solid #e5e5e5;;
}

.bx_item_detail .bx_item_title h1{
    font-size: 26px;

    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: 0 none transparent;
}
.bx_item_detail h1 span{
    color: #000;
}
.bx_item_detail .bx_item_container{
    margin-bottom: 20px;
    padding-left: 0;
}
.bx_item_detail .bx_item_container .bx_lt{
    float: left;

    box-sizing: border-box;
    width: 38%;
    margin-right: 2%;
}
.bx_item_detail .bx_item_container .bx_rt{
    float: left;

    box-sizing: border-box;
    width: 58%;
    margin-left: 2%;
}
.bx_item_detail .bx_item_container .bx_md{
    clear: both;
}
.bx_item_detail .bx_item_container .bx_lb{
    float: left;

    width: 48%;
    margin-right: 2%;
}
.bx_item_detail .bx_item_container .bx_rb{
    float: right;

    width: 48%;
    margin-left: 2%;
}
.bx_item_detail .bx_optionblock{
    float: right;

    width: 120px;
    margin-left: 10px;
}

/* Item info */
.bx_item_detail .item_price{
    margin-bottom: 20px;
}
.bx_item_detail .item_name{
    margin: 0;
    padding: 0;
}
.bx_item_detail .item_name a{
    font-size: 23px;

    text-decoration: none;

    color: #000;
}

.bx_item_detail .item_current_price.not_available{
    color: #777;
}
.bx_item_detail .item_current_price span{
    font-size: 14px;
    font-weight: normal;
}
.bx_item_detail .item_old_price{
    margin-left: 68px;

    text-decoration: line-through;
}
.bx_item_detail .item_economy_price{
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;

    display: inline-block;

    padding: 0 0 0 10px;

    color: #b8b8b8;
}
.bx_item_detail .icon_left_info{
    line-height: 14px;

    position: relative;

    margin: 0 0 15px;
    padding-left: 45px;
}
.bx_item_detail .icon_left_info i.fa{
    font-size: 2.5em;

    position: absolute;
    top: 0;
    left: 0;

    color: #fd923a;
}
.bx_item_detail .icon_left_info.present_list{
    box-sizing: border-box;
    width: 260px;
    margin-top: -15px;
    padding: 15px 15px 15px 60px;

    border-radius: 5px;
    background-color: #faecdc;
}
@media(max-width: 991px){
    .bx_item_detail .icon_left_info.present_list{
        width: 100%;
    }
}
.bx_item_detail .icon_left_info.present_list i.fa{
    top: 15px;
    left: 15px;
}
.bx_item_detail .icon_left_info.present_list a{
    display: inline-block;

    padding: 5px 0 3px;
}

.bx_item_detail .item_info_section{
    font-size: 13px;
    line-height: 19px;

    margin: 11px 0 20px 0;
    padding: 0;
}
.bx_item_detail .item_info_section .grey_id_info{
    color: #999;
}
.bx_item_detail .item_section_name_gray{
    font-size: 13px;

    color: #9e9e9e;
}
.bx_item_detail .item_info_section dl{
    overflow: hidden;

    margin-bottom: 20px;
    padding: 0;
}
.bx_item_detail .item_info_section dl dt{
    font-weight: bold;

    float: left;
    clear: both;
}
.bx_item_detail .item_info_section dl dd{
    float: left;

    margin: 0 5px;
}

.bx_item_detail .item_buttons_counter_block{
    font-size: 13px;

    display: inline-block;

    margin-right: 10px;

    text-align: left;
    vertical-align: baseline;

    color: #3f3f3f;
}
.bx_item_detail .item_buttons_counter_block a{
    vertical-align: baseline;
}
.bx_item_detail .bx_cnt_desc{
    vertical-align: baseline;
}
/* Item SET */

.bx_item_detail .transparent_input{
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    width: 60px;

    text-align: center;

    color: #000;
    border: none;
    background: none;
}




.bx_item_detail table.table_detail_property{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.bx_item_detail table.table_detail_property tr td:first-child{
    font-weight: bold;
}

/*tab-section-container*/
.bx_item_detail .tab-section-container{
    position: relative;
}
.bx_item_detail .tab-list{
    padding: 0;

    text-align: left;
    vertical-align: bottom;

    border-bottom: 1px solid #d9e1e3;
}
.bx_item_detail .tab-list li{
    display: inline-block;

    vertical-align: bottom;

    border: 1px solid #d9e1e3;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background: #f7f7f7;
    box-shadow: inset 0 -10px  5px -10px rgba(0,0,0,.12);
}
.bx_item_detail .tab-list li a{
    font-size: 13px;
    line-height: 30px;

    display: block;

    height: 30px;
    padding: 0 10px;

    text-decoration: none;

    color: #999;
    box-shadow: none;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{
    background: #fff;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
    line-height: 35px;

    position: relative;
    bottom: -2px;

    height: 35px;

    color: #3f3f3f;
    background: #fff;
}
.bx_item_detail .tab-boby-container .container > div.tab-off{
    display: none;
}

.bx_item_detail .item_comments{
    display: block;

    padding-left: 10px;
}
.bx_item_detail .item_comments li{
    display: block;

    padding-bottom: 10px;
}
.bx_item_detail .item_comments_username{
    font-size: 14px;

    display: inline-block;

    color: #5d90bd;
}
.bx_item_detail .item_comments_date{
    font-size: 14px;

    display: inline-block;

    margin-left: 10px;

    color: #b8b8b8;
}
.bx_item_detail .item_comments_container p{
    font-size: 14px;

    margin-top: 5px;

    color: #3f3f3f;
}

.bx_item_detail .bx_notavailable{
    font-size: 12px;
    font-weight: bold;
    line-height: normal;

    display: inline-block;

    margin-bottom: 10px;
    padding: 5px 15px;

    text-align: left;
    white-space: normal;

    border: 1px solid #e4e4e4;
    background: #f3f3f3;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2{
    font-size: 18px;

    display: inline-block;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    border-radius: 5px;
}
.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2{
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active{
    box-shadow: none;
}

.bx_item_detail .bx_bt_button{
    padding: 7px 25px;

    cursor: pointer;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    color: #fff;
    background-color: #fa6908;
}
.bx_item_detail .bx_bt_button:hover{
    background-color: #fd923a;
}
.bx_item_detail .bx_bt_button:active{
    background-color: #ff6800;
}

.bx_item_detail .bx_bt_button_type_2{
    color: #656565;
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc),to(#f1f1f1));
    background: linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
    text-shadow: 0 1px 0 #fff;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
}
.bx_item_detail .bx_bt_button_type_2:hover{
    background: #fff;
}
.bx_item_detail .bx_bt_button_type_2:active{
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1),to(#fcfcfc));
    background: linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.05);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
}


.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2{
    line-height: 20px;

    display: inline-block;

    min-width: 20px;
}







.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2{
    line-height: 25px;

    height: 25px;
    padding: 0 25px;
}
.bx_item_detail .bx_medium.bx_bt_button{
    line-height: 35px;

    height: 35px;
    margin: 5px !important;

    white-space: nowrap;
}


.bx_item_detail .bx_medium.bx_bt_button_type_2{
    font-weight: bold;
}



.bx_item_detail .fast_order_link span{
    font-size: 18px;
    font-weight: 300;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    text-decoration: underline;

    color: #0063dd;
}

.bx_item_detail .fast_order_link span:hover{
    text-decoration: none;
}

.popup-window-buttons > span:last-child  span{
    background-color: #fd923a;
}
.popup-window-buttons > span:last-child span:hover{
    background-color: #fcad6d;
}

.bx_item_detail .credit_info{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;

    display: inline-block;

    padding: 6px 15px 9px;

    border-radius: 5px;
    background: #ebebeb;
}
.bx_item_detail .credit_info a{
    color: #1e7be5;
    border-bottom: 1px dashed;
}

.bx_item_detail .btn_preorder.bx_bt_button{
    margin-right: 10px;
}
.bx_item_detail .not_available_red p{
    font-size: 17px;
    font-weight: bold;
    line-height: 27px;

    color: red;
}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2{
    line-height: 34px;

    height: 34px;
    padding: 0 61px;
}
.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .btn_preorder.bx_bt_button{
    display: -webkit-box;
    display: flex;

    height: 43px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}






.bx_item_detail .bx_big.bx_bt_button.bx_cart span{
    position: relative;
    bottom: -7px;

    display: inline-block;

    width: 26px;
    height: 23px;
    margin: 0 10px 0 0;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/bt_cart.png) no-repeat center;
}

.bx_item_detail .bx_fwb{
    font-weight: bold;
}


@media (min-width:981px){
}
@media (max-width:740px){
    .bx_item_detail .bx_optionblock{
        display: none;
    }
    .bx_item_detail .item_buttons_counter_block{
        margin-bottom: 10px;
    }
    .bx_item_detail .bx_item_container .bx_lb,
    .bx_item_detail .bx_item_container .bx_rb{
        width: 48%;
    }
}
@media (min-width:640px) and (max-width:980px){
}
@media (min-width:480px) and (max-width:639px){
}
@media (max-width:480px){
    .bx-touch .bx_item_detail .bx_item_container .bx_lt,
    .bx-touch .bx_item_detail .bx_item_container .bx_rt,
    .bx-touch .bx_item_detail .bx_item_container .bx_md,
    .bx-touch .bx_item_detail .bx_item_container .bx_lb,
    .bx-touch .bx_item_detail .bx_item_container .bx_rb{
        float: none;

        width: 100%;
        margin: 0;
        padding: 0;
    }
    .bx-touch .bx_item_detail .item_info_section{
        padding-left: 0;
    }
}
@media (max-width:319px){
}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
    position: relative;
    /*margin-bottom: 10px;*/

    display: -webkit-box;
    display: flex;
}

.bx_item_detail .bx_item_slider .bx_bigimages{
    position: relative;

    box-sizing: border-box;
    width: calc(80% - 15px);
    max-width: 440px;
    height: auto;
    margin: 10px auto 0;
    margin-left: 15px;
    padding: 0;

    text-align: center;

    border-radius: 2px;
    background: #fff;
    /*display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;*/
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{
    position: relative;

    cursor: pointer;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 4em;

    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    margin: -25px 0 0 -25px;

    content: '\f00e';
    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    opacity: 0;
    color: #ccc;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer:hover:before{
    opacity: .5;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner{
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    max-width: 415px !important;
    height: 100%;

    text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img{
    display: inline-block;

    max-width: 100% !important;
    max-height: 325px !important;

    text-align: center;
    vertical-align: middle;
}

.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    height: 72px;
    padding: 5px 10px 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product .metaka_id_3418{
    width: 65px;

    background: url(/images/251595min.png) no-repeat;
    background-position-y: 7px;

    image-rendering: -webkit-optimize-contrast;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product .metaka_id_3419{
    width: 65px;

    background: url(/images/251594min.png) no-repeat;
    background-position-y: 7px;

    image-rendering: -webkit-optimize-contrast;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product .metaka_id_2803{
    background: url(/images/best_price.png) no-repeat 50% 50% transparent;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product .metaka_id_2854{
    background: url(/images/service-icon.png) no-repeat 50% 50% transparent;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product .metaka_id_2855{
    background: url(/images/service-2-icon.png) no-repeat 50% 50% transparent;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product .metaka_id_2856{
    background: url(/images/dogicon_icon.png) no-repeat 50% 50% transparent;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product .metaka_id_2872{
    background: url(/images/free-install_icon.png) no-repeat 50% 50% transparent;
}
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product > span,
.bx_item_detail .bx_item_slider .bx_bigimages .block_ikon_product > a{
    display: inline-block;

    width: 55px;
    height: 70px;

    cursor: pointer;

    background-size: contain !important;
}
/*----*/
.bx_item_detail .bx_item_slider .bx_slider_conteiner{
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 20%;
    max-width: 100%;
    max-height: 340px;
    /*padding-top: 20px;*/
    margin-bottom: 10px;

    -webkit-box-ordinal-group: 0;
    order: -1;
}
/*.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
        position: relative;
        padding: 20px 5% 0
}*/

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container{
    position: relative;
}

.bx_item_detail .bx_item_slider .bx_slide{
    position: relative;

    overflow: hidden;

    width: 100%;
    margin: 0;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{
    overflow-x: auto;
}

.bx_item_detail .bx_item_slider .bx_slide ul{
    position: relative;

    display: -webkit-box;
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul{
    margin-left: 0 !important;
}
.bx_item_detail .bx_item_slider .bx_slide ul li{
    position: relative;

    display: block;
    /*float: left;
    height: 0;*/

    box-sizing: border-box;
    width: 100% !important;
    padding-top: 10px !important;

    cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
    /*position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;*/
    display: block;
    overflow: hidden;

    padding: 3px;

    border: 2px solid #e1e9ee;
    border-radius: 1px;
    background: #fff;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
    border: 2px solid #006cc0;
    /*-webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 fill stretch;*/
}
.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{
    border: 2px solid #006cc0;
}
.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
    padding: 3px;

    border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
    border: 2px solid #006cc0;
    /*border-style: solid;
    border-width: 2px;*/
    /*-webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 fill stretch;*/
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
    /*position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;*/
    display: inline-block;

    width: 100%;
    height: 65px;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{
    opacity: .8;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{
    opacity: 1.0;
}
/*.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
        position: absolute;
        top: 0;
        bottom:4px;
        width :5%;
        max-width:11px;
        cursor: pointer;
}*/
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left{
    left: -5%;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/arr_left.png)  no-repeat   left  center;
    background-size: 100% auto;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{
    right: -5%;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/arr_right.png) no-repeat   right center;
    background-size: 100% auto;
}
.bx-touch    .bx_item_detail .bx_item_slider .bx_slide_left{
    left: 0;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/fade_left.png)  repeat-y   left  center;
    background-size: 100% auto;
}
.bx-touch    .bx_item_detail .bx_item_slider .bx_slide_right{
    right: 0;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/fade_right.png) repeat-y   right center;
    background-size: 100% auto;
}

.bx_item_detail .bx_item_slider_lupe_small{
    position: absolute;

    box-sizing: border-box;

    cursor: pointer;

    border: 1px solid rgba(255,255,255,.5);
    background: rgba(0, 0, 0, .18);
}

.bx_item_detail .bx_item_slider_lupe{
    position: absolute;
    z-index: 120;
    top: 0;
    bottom: 4px;
    left: 105%;

    overflow: hidden;

    box-sizing: border-box;
    margin: 0;

    border: 1px solid #b2b2b2;
    background: #fff url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/wait.gif) no-repeat scroll center center;
}

.bx_item_detail .bx_item_slider_lupe img{
    max-width: 99999px !important;
    max-height: 99999px !important;
}

/* Stickers */
.bx_item_detail .bx_bigimages .bx_stick{
    line-height: 35px;

    position: absolute;

    overflow: hidden;

    width: 123px;
    height: 35px;

    text-align: center;
    white-space: nowrap;
        text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;

    color: #fff;
    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/stick.png) left center no-repeat;
    text-shadow: 0 1px 0 #ba3434;

     -o-text-overflow: ellipsis;
}
.bx_item_detail .bx_bigimages .bx_stick.short{
    font-size: 18px;
    font-weight: bold;;
}
.bx_item_detail .bx_bigimages .bx_stick.average{
    font-size: 13px;
    font-weight: bold;;
}
.bx_item_detail .bx_bigimages .bx_stick.long{
    font-size: 12px;
    font-weight: normal;;
}
.bx_item_detail .bx_bigimages .bx_stick_disc{
    font-size: 23px;
    font-weight: bold;
    line-height: 74px;

    position: absolute;

    width: 72px;
    height: 74px;

    text-align: center;

    color: #fff;
    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/stick_disc.png) no-repeat center;
    text-shadow: 0 1px 0 #ba3434;
}
.bx_item_detail .bx_bigimages .bx_stick.left,
.bx_item_detail .bx_bigimages .bx_stick_disc.left{
    left: -2px;
}
.bx_item_detail .bx_bigimages .bx_stick.right,
.bx_item_detail .bx_bigimages .bx_stick_disc.right{
    right: 0;
}
.bx_item_detail .bx_bigimages .bx_stick.top,
.bx_item_detail .bx_bigimages .bx_stick_disc.top{
    top: 15px;
}
.bx_item_detail .bx_bigimages .bx_stick.bottom,
.bx_item_detail .bx_bigimages .bx_stick_disc.bottom{
    bottom: 5px;
}
.bx_item_detail .bx_bigimages .bx_stick.middle,
.bx_item_detail .bx_bigimages .bx_stick_disc.middle{
    top: 49%;
}
@media (min-width:641px) and (max-width:960px){
    .bx_item_detail .bx_bigimages .bx_stick{
        line-height: 30px;

        width: 90px;
        height: 30px;

        background-size: 100%;
    }
    .bx_item_detail .bx_bigimages .bx_stick.short{
        font-size: 14px;
        font-weight: normal;;
    }
    .bx_item_detail .bx_bigimages .bx_stick.average{
        font-size: 12px;
        font-weight: normal;;
    }
    .bx_item_detail .bx_bigimages .bx_stick.long{
        font-size: 12px;
        font-weight: normal;;
    }
    .bx_item_detail .bx_bigimages .bx_stick_disc{
        font-size: 20px;
        line-height: 65px;

        width: 64px;
        height: 65px;

        background-size: 100%;
    }
}
@media (max-width:640px){
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick{
        font-size: 12px;
        line-height: 30px;

        width: 70px;
        height: 30px;

        background-size: 100%;
    }
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
        font-size: 16px;
        line-height: 49px;

        width: 48px;
        height: 49px;

        background-size: 100%;
    }
}
@media (max-width:479px){
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick{
        font-size: 12px;
        line-height: 30px;

        width: 70px;
        height: 30px;

        background-size: 100%;
    }

    .bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc{
        font-size: 13px;
        line-height: 38px;

        width: 37px;
        height: 38px;

        background-size: 100%;
    }
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size{
    position: relative;

    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size.full{
    position: relative;

    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray{
    font-size: 12px;
    line-height: 11px;

    vertical-align: middle;

    color: #9e9e9e;
}

/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{
    position: relative;
}

.bx_item_detail .bx_item_detail_size .bx_size{
    position: relative;

    overflow: hidden;

    width: 100%;
    margin: 0;
}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.bx-touch    .bx_item_detail .bx_item_detail_size .bx_size{
    overflow-x: auto;
}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.bx-touch   .bx_item_detail .bx_item_detail_size .bx_size ul{
    margin-left: 0 !important;
}
.bx_item_detail .bx_item_detail_size ul li{
    position: relative;

    display: block;
    float: left;

    box-sizing: border-box;
    height: 25px;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;

    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;

    display: block;
    overflow: hidden;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #3f3f3f;
    border: 1px solid #c0cfda;
    background: #fff;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
    border: none;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 stretch;
         -o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 stretch;
            border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:hover .cnt{
    border: 1px solid #006cc0;
}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 stretch;
         -o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 stretch;
            border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{
    border: 1px solid #c0cfda !important;
}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing > i{
    position: absolute;
    z-index: 11;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;

    display: block;

    cursor: not-allowed;

    background: rgba(255,255,255,.79) url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{
    opacity: .8;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover{
    opacity: 1.0;
}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom: 4px;

    width: 5%;
    max-width: 11px;

    cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left{
    left: -5%;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/arr_left.png)  no-repeat left  center;
    background-size: 100% auto;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{
    right: -5%;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/arr_right.png) no-repeat right center;
    background-size: 100% auto;
}
.bx-touch    .bx_item_detail .bx_item_detail_size .bx_slide_left{
    left: 0;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/fade_left.png)  repeat-y left  center;
    background-size: 100% auto;
}
.bx-touch    .bx_item_detail .bx_item_detail_size .bx_slide_right{
    right: 0;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/fade_right.png) repeat-y right center;
    background-size: 100% auto;
}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu{
    position: relative;

    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu.full{
    position: relative;

    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{
    font-size: 12px;
    line-height: 11px;

    vertical-align: middle;

    color: #9e9e9e;
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{
    position: relative;
}

.bx_item_detail .bx_item_detail_scu .bx_scu{
    position: relative;

    overflow: hidden;

    width: 100%;
    margin: 0;
}
.bx-touch    .bx_item_detail .bx_item_detail_scu .bx_scu{
    overflow-x: auto;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
    position: relative;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.bx-touch   .bx_item_detail .bx_item_detail_scu .bx_scu ul{
    margin-left: 0 !important;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
    position: relative;

    display: block;
    float: left;

    box-sizing: border-box;
    height: 0;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;

    display: block;
    overflow: hidden;

    cursor: pointer;

    border: 1px solid #c0cfda;
    background: #fff;
}
.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    border: none;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 stretch;
         -o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 stretch;
            border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{
    border: 1px solid #006cc0;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 3px;

    border: 2px solid #006cc0;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{
    border: 1px solid #c0cfda !important;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing > i{
    position: absolute;
    z-index: 11;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;

    display: block;

    cursor: not-allowed;

    background: rgba(255,255,255,.79) url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/missing.png) no-repeat center;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: none;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 stretch;
         -o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 stretch;
            border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/x2border_active.png) 2 fill stretch;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;

    background-repeat: no-repeat;
    background-size: contain;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{
    opacity: .8;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{
    opacity: 1.0;
}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom: 4px;

    width: 5%;
    max-width: 11px;

    cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left{
    left: -5%;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/arr_left.png)  no-repeat   left  center;
    background-size: 100% auto;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{
    right: -5%;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/arr_right.png) no-repeat   right center;
    background-size: 100% auto;
}
.bx-touch    .bx_item_detail .bx_item_detail_scu .bx_slide_left{
    left: 0;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/fade_left.png)  repeat-y   left  center;
    background-size: 100% auto;
}
.bx-touch    .bx_item_detail .bx_item_detail_scu .bx_slide_right{
    right: 0;

    background: url(/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/fade_right.png) repeat-y   right center;
    background-size: 100% auto;
}

/* item_detail_description */
.bx_item_detail .bx_item_description p{
    font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
    font-size: 13px;

    color: #9e9e9e;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
    width: 100%;
    margin-top: 10px;

    border-collapse: collapse;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){
    background: #f2f2f2;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr td{
    font-size: 12px;

    padding: 3px 10px;
}
.bx_item_description .bx_specifications_table tr td:first-child{
    font-weight: bold;
}

.bx_item_detail .tab-content{
    border-right: 1px solid #959595;
    border-bottom: 1px solid #959595;
    border-left: 1px solid #959595;
}
.bx_item_detail .tab-content > div{
    padding: 20px;
}

.bx_item_detail .nav-tabs{
    border-bottom: 3px solid #fd923a;
}
.bx_item_detail .nav-tabs li,
h2.resp-accordion{
    margin-top: 0;
    margin-bottom: 0;
}
.bx_item_detail .nav-tabs li a,
h2.resp-accordion a{
    font-weight: bold;

    color: #252525;
    outline: none;
    background-color: #e2e2e2;
}

h2.resp-accordion a{
    font-size: 14px;
    line-height: 1.42857143;

    display: block;

    padding: 15px 15px;

    border: 2px solid #e2e2e2;
    background-color: white;
}

.bx_item_detail .nav-tabs li.resp-tab-active a:focus,
.bx_item_detail .nav-tabs li.resp-tab-active a,
h2.resp-accordion.resp-tab-active a{
    color: #252525;
    border: 1px solid #fd923a;
    background-color: #fd923a;
}

.sert-list .flexbox{
    margin: 15px 0;
}
.sert-list .flexbox > div{
    min-width: 160px;
    margin: 0 15px 12px 0;
    padding: 5px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;

    border: 1px solid #bbb;
    border-radius: 4px;
}
.sert-list .flexbox > div:hover{
    border: 1px solid #fd923a;
}
/*
.reviews_main_block {
        max-width: 580px;
}*/
.review_block{
    margin-bottom: 10px;
    padding-bottom: 5px;

    border-bottom: 1px solid #ddd;
}
.review_block .review_info span{
    padding: 0 10px 0 0;
}
.review_block .review_info span.review_date{
    color: #bbb;
}

.select_rating{
    vertical-align: middle;

    unicode-bidi: bidi-override;
    direction: rtl;
}
.select_rating .star{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;

    display: inline-block;
}
.select_rating .star:before{
    font-size: 1.3em;

    padding-right: 5px;
    /*content: "\f006";*/

    content: '\f005';
    cursor: pointer;
    /*color: #fd923a;*/

    color: #aaa;
}
.select_rating .star.select_star_rating:before,
.select_rating .star:hover:before,
.select_rating .star:hover ~ .star:before{
    color: #fe923a;
}
span.bolder{
    font-weight: 700;
}
.bx_item_detail .item_current_price.price_not_discont{
    color: #333;
}

.bx_item_left_top,
.bx_item_rate,
.bx_item_right_top,
.item_buy_info,
.item_payment_methods,
.item_delivery_info{
    display: -webkit-box;
    display: flex;
}

.bx_item_left_top{
    font-size: 14px;

    color: #141414;
}

.bx_item_left_top,
.bx_item_rate,
.item_delivery_info{
    -webkit-box-align: center;
    align-items: center;
}

.bx_item_right_top{
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.bx_item_right_top a{
    text-decoration: underline;

    color: inherit;
}

.bx_item_right_top a:hover{
    text-decoration: none;
}

.bx_item_right_top > div{
    position: relative;

    margin-left: 28px;
    padding-left: 22px;
}

.bx_item_right_top > div:before{
    position: absolute;
    top: calc(50% - 9px);
    left: 0;

    display: block;

    width: 15px;
    height: 15px;

    content: '';

    -ms-interpolation-mode: nearest-neighbor;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}

.bx_item_defer:before,
.bx_item_favorites:before{
    background-image: url('/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/heart.png');
}

.bx_item_compare:before{
    background-image: url('/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/compare-icon.png');
}

.bx_item_print:before{
    background-image: url('/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/printer.png');
}

.bx_item_id{
    width: 31%;
    padding-right: 10px;
}

.bx_item_rate .reting_info{
    margin-right: 7px;
}

.bx_item_rate .reting_info .fa-star{
    font-size: 18px;
}

.bx_item_rate .reting_info .fa-star.yellow-star{
    color: #fe923a;
}

.bx_item_detail{
    margin-bottom: 30px;
}

.bx_item_desc .item_info_section{
    font-size: 16px;
    line-height: 1.1875;

    color: #141414;
}

.item_buy_info{
    -webkit-box-pack: justify;
    justify-content: flex-start;
}

.bx_item_detail .item_price .item_current_price span,
.item_price_profit{
    font-size: 16px;

    color: #000;
}

.bx_item_detail .item_price span.item_price_value{
    font-size: 30px;
    font-weight: 900;

    color: #191919;
}

.bx_item_detail .item_current_price.price_with_discont span.item_price_value{
    color: #f00;
}

.bx_item_detail .item_current_price{
    line-height: 1;

    margin-bottom: 10px;
}

.bx_item_detail .item_current_price > span{
    display: block;
}

.bx_item_detail .item_current_price span.item_price_value{
    margin-left: 20px;
}

.item_buy_info > .item_info_section{
    text-align: center;
}

.item_buy_info > .item_info_section .pull-left{
    float: none !important;

    margin-bottom: 10px;
}

.item_payment_methods{
    font-size: 16px;

    margin-bottom: 35px;

    color: #000;

    -webkit-box-align: center;
    align-items: center;
}

.item_payment_methods > span{
    margin-right: 5px;
}

.item_payment_methods > img{
    width: 120px;
    margin-top: 12px;
    margin-right: 10px;;
}

.item_payment_method{
    font-weight: 300;

    position: relative;

    margin-right: 10px;
    padding-left: 30px;
}

.item_payment_method:last-of-type{
    margin-right: 0;
}

.item_payment_method:before{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 25px;
    height: 25px;

    content: '';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background-repeat: no-repeat;
    background-position: center;
}

.item_payment_method.bank:before{
    background-image: url('/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/bank-building.png');
}

.item_payment_method.funds:before{
    background-image: url('/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/funds.png');
}

.item_delivery_info > div{
    position: relative;

    margin-right: 7%;
    padding-left: 45px;
}

.item_delivery_info > div:last-of-type{
    margin-right: 0;
}

.item_delivery_info > div a{
    font-size: 20px;

    -webkit-transition: border-color .3s;
            transition: border-color .3s;
    letter-spacing: -.32px;

    color: #141414;
    border-bottom: 2px solid;
}

.item_delivery_info > div a:hover{
    border-color: transparent;
}

.item_delivery_info > div:before{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 37px;
    height: 30px;

    content: '';
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    background-repeat: no-repeat;
    background-position: center;
}

.delivery-block:before{
    background-image: url('/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/truck-card.png');
}

.pickup-block:before{
    background-image: url('/local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/images/cart-of-ecommerce.png');
}

/*responsive-tabs*/


ul.resp-tabs-list{
    margin: 0;
    padding: 0;
}

.resp-tabs-list li{
    display: inline-block;
    float: left;

    margin: 0;
    padding: 0;

    list-style: none;

    cursor: pointer;
}

.resp-tabs-container{
    clear: left;

    padding: 0;

    background-color: #fff;
}

h2.resp-accordion{
    /*    padding: 5px;*/
    display: none;

    cursor: pointer;
}

.resp-tab-content{
    display: none;

    padding: 15px;
}

.resp-tab-active{
    padding: 0 !important;
}

.resp-tab-active{
    margin-bottom: 0!important;

    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active{
    display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list{
    float: left;

    width: 30%;
}

.resp-vtabs .resp-tabs-list li{
    display: block;
    float: none;

    margin: 0;
    padding: 15px 15px !important;

    cursor: pointer;
}

.resp-vtabs .resp-tabs-container{
    float: left;
    clear: none;

    width: 68%;
    min-height: 250px;
    padding: 0;

    border: 1px solid #c1c1c1;
    border-radius: 4px;
    background-color: #fff;
}

.resp-vtabs .resp-tab-content{
    border: none;
}

.resp-vtabs li.resp-tab-active{
    position: relative;
    z-index: 1;

    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;

    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
}

.resp-arrow{
    float: right;

    width: 0;
    height: 0;
    margin-top: 20px;
    margin-right: 20px;
    padding: 4px;

    cursor: pointer;
    -webkit-transform: rotate(45deg);

    border: solid #444;
    border-width: 0 1px 1px 0;
}
h2.resp-tab-active span.resp-arrow{
    margin-top: 25px;

    -webkit-transform: rotate(-135deg);
}

/*-----------Accordion styles-----------*/
/*h2.resp-tab-active {
    background: #DBDBDB !important;
}*/
.resp-easy-accordion  h2.resp-accordion{
    display: block;
}
.resp-easy-accordion .resp-tab-content{
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child{
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit{
    width: 100%;
    margin: 0;
}

.resp-tab-content-active{
    display: block;
}

/*h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}*/

.bx_item_detail #cardTabs{
    display: inline-block!important;

    width: 74%!important;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px){
    .bx_item_detail #cardTabs{
        width: 100% !important;
    }
    h2.resp-accordion a{
        font-size: 18px;
        font-weight: normal;
    }
    ul.resp-tabs-list{
        display: none;
    }

    h2.resp-accordion{
        display: block;

        margin-bottom: 10px;
    }

    .resp-vtabs .resp-tab-content{
        border: 1px solid #c1c1c1;
    }

    .resp-vtabs .resp-tabs-container{
        float: none;
        clear: none;

        width: 100%;
        min-height: initial;

        border: none;
    }
    .resp-accordion-closed{
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child{
        border-bottom: 1px solid #c1c1c1 !important;
    }

    .resp-tab-content-active{
        margin-top: -1px;

        border: 1px solid #959595;
        border-top: 0;
    }

    .bx_item_detail .tab-content{
        border: 0;
    }
}

/* DELIVERY */
.item_delivery_info > div:before{
    top: 11px;
}
.item_delivery_info{
    font-size: 16px;

    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

    border-top: 1px solid #cddfec;
    text-shadow: 0 0 black;
}
table.c_delivery_list tr td{
    padding: 3px 0 1px 0;
}
.delivery-block{
    width: 100%;
}
.c_delivery_top{
    width: 100%;
}
table.c_delivery_list{
    font-size: 15px;

    width: 100%;
    margin-top: 10px;
}
.item_delivery_info .c_delivery_top > a{
    font-size: 16px;
    font-weight: 100;

    letter-spacing: .5px;

    color: #fb770a;
    border-bottom: 1px solid #fb770a;
    text-shadow: 0 0 transparent;
}
@media screen and (max-width: 460px){
    .item_delivery_info > div.delivery-block{
        padding-left: 0;
    }
    .item_delivery_info > div:before{
        right: 0;
        left: 0;
    }
    table.c_delivery_list tr td:last-child{
        text-align: right;
    }
}
/* edit buttons position */
.bx_item_detail .item_info_section{
    display: -webkit-box;
    display: flex;

    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
}
.bx_item_detail .item_price .item_price_profit .item_price_value{
    font-size: 24px;
    font-weight: 600;
}
.bx_item_detail .item_price .item_price_profit{
    margin-top: 20px;
}

/* FOR PRINT */
.print .header_top_container,
.print .header_info_callback,
.print .login_in_site,
.print .header_bottom,
.print #header_main .header_info .login_in_site,
.print .bx-breadcrumb,
.print footer.footer,
.print .col-sm-7.bx_item_right_top,
.print .col-sm-12.bx_item_top,
.print .bx_slider_conteiner > *,
.print .item_info_section,
.print .bx_item_list_you_looked_horizontal.ease_in_out_back{
    display: none;
}
.print .bx_item_desc .item_info_section{
    display: block;
}
.bx_item_brand{
    display: -webkit-box;
    display: flex;
    float: right;
    flex-direction: column;
    /*width: 23%;*/

    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 15px;

    border: 1px solid #cfcfd3;
    border-radius: 5px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.bx_item_brand img{
    max-width: 70%;
    height: auto;
}

.barnd-logo{
    margin-bottom: 10px;

    text-align: center;
}

.brand-text{
    font-size: 14px;

    margin-bottom: 10px;
}

a.brend-a{
    margin-bottom: 10px;

    text-decoration: underline;

    color: #fd9239;
}

.brend-sert span{
    font-size: 20px;
    font-weight: bold;

    display: inline;
    float: left;

    margin-bottom: 10px;
}

.brend-sert a{
    width: 100%;
    margin: 0 auto;

    text-align: center;
}

.brend-sert{
    margin-bottom: 15px;

    text-align: center;
}
@media only screen and (max-width: 768px){
    .bx_item_brand{
        width: 100%;
    }
    .useful-submenu{
        width: 100%!important;
        margin-top: 20px;
    }
}
.useful-submenu-title{
    font-size: 20px;
    font-weight: bold;
}
.useful-submenu{
    display: inline-block;
    float: right;

    width: 22%;
}

.useful-submenu ul li{
    font-size: 17px;
    font-weight: 700;

    width: 100%;
    margin-bottom: 15px;
    padding-right: 10px;

    letter-spacing: -.34px;
}
.useful-submenu ul li a{
    display: -webkit-box;
    display: flex;

    -webkit-transition: color .3s ease;
            transition: color .3s ease;

    color: #141414;

    -webkit-box-align: center;
    align-items: center;
}
.useful-submenu ul li a img{
    width: 50px;
    margin-right: 5px;

    text-align: center;;
}
.useful-submenu ul{
    margin: 15px 0 20px;
    padding: 0;

    list-style-type: none;
}
.useful-submenu span.catalog-submenu-title{
    font-size: 15px;
}
.read_more_brand,
.hide_more_brand{
    font-size: 12px;

    margin-top: 10px;

    cursor: pointer;
    text-decoration: underline;

    color: #fd9239;
}
.read_more_brand:hover{
    text-decoration: none;
}
.down-brand-block-title{
    font-size: 20px;
    font-weight: bold;
}
.down-brand-block .bx_catalog_item .razdel_info{
    display: none!important;
}
.down-brand-block .bx_catalog_item{
    width: calc(24.8% - 10px);
}
.down-brand-block .bx_catalog_item .bx_catalog_item_container{
    padding-top: 10px!important;
}
.down-brand-block{
    width: 74%;
    margin-top: 40px;
}
@media (max-width: 768px){
    .down-brand-block .bx_catalog_item{
        width: calc(50% - 10px);
    }
    .down-brand-block{
        width: 100%;
    }
    .down-brand-block .bx_catalog_item .bx_catalog_item_container{
        padding: 0 10px 0!important;
    }
    .down-brand-block .bx_catalog_item .reting_info .fa-star{
        font-size: 12px;
    }
    .down-brand-block .bx_catalog_item .reviews_info{
        font-size: 12px;
    }
    .c_delivery .h1{
        margin-left: 50px;
    }
    .open-delivery{
        position: absolute;
        position: absolute;
        top: 2px;
        right: 30px;

        margin: 3px 0 0 20px;
        padding: 3px;
        padding: 4px;

        cursor: pointer;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border: solid #444;
        border-width: 0 1px 1px 0;
    }
    .close-delivery{
        top: 6px!important;

        -webkit-transform: rotate(-135deg)!important;
                transform: rotate(-135deg)!important;
    }
    .c_delivery  .h3,
    .c_delivery form{
        display: none;
    }
    .item_delivery_info{
        border-top: 0;
    }
}
.item_buy_info .fast_order_link span{
    border-bottom: none!important;
}
.no-margin{
    margin-top: 0!important;
}

.api-minimal.api-left-stat{
    display: -webkit-box;
    display: flex;

    width: 100%;
}
.api-minimal .aspi-start-count-reviews{
    font-size: 17px;
    line-height: 24px;

    margin: 0 0 0 6px;
}


.reting_info-wrapper .arstat-color-orange1 .api-stars-empty{
    width: 88px;
    height: 17px;

    background-position: 0 -12px;
    background-size: 110px;
}

.reting_info-wrapper .arstat-color-orange1 .api-stars-full{
    height: 17px;

    background-position: 0 -29px;
    background-size: 110px;
}

.reting_info-wrapper .api-minimal .aspi-start-count-reviews{
    line-height: 17px;
}
.boxberry_container{
    position: absolute !important;
}

.down-brand-block--similar {
    width: 100%;
    margin-top: 0;
}

.deliveryBlock__content-mobile .deliveryBlock__buy {
    align-items: center;
    gap: 8px;
}

.deliveryBlock__content-mobile .deliveryBlock__buy p {
    margin: 0;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.tags__content {
    margin: 15px 0 20px;
}

.tags__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btn.tags__btn-show-more,
.tags__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    padding: 7px 15px;
    border: 1px solid #BABABA;
    border-radius: 30px;
    transition: all .25s ease-in-out;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    outline: none;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #141414;
}

.tags__item:hover,
.tags__item:focus {
    color: #141414;
    border-color: #FF5902;
}

.tags__collapse {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .3s ease-in-out;
}
.tags__collapse.open {
    grid-template-rows: 1fr;
}
.tags__collapse-wrapper {
    min-height: 0;
}

.btn.tags__btn-show-more.tags__item {
    color: #777777;
    border-color: #DDDDDD;
    margin-right: 0;
    background: none;
    outline: none;
}

.btn.tags__btn-show-more.tags__item:hover,
.btn.tags__btn-show-more.tags__item:target {
    color: #FF5902;
    border-color: #FF5902;
    outline: none;
}
/* End */


/* Start:/bitrix/templates/coffee_butik/components/bitrix/news.list/sert_flexbox/style.css?1569070649397*/
.sert-list .flexbox {
	margin: 15px 0px;
}
.sert-list .flexbox > div {
	margin: 0px 15px 12px 0;
	padding: 5px;
	border: 1px solid #bbb;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
	min-width: 160px;
	border-radius: 4px;
}
.sert-list .flexbox > div:hover {
	border: 1px solid #fd923a;
}
/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/style.css?15690706898101*/
/* General
 ========================================================================== */
.api-reviews *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.api-reviews{ font-size: 14px; line-height: 20px }
.api-reviews .api-block-top{
	margin: 0 0 15px; background: #fff;	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .25); -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .25); box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
}
.api-reviews .api-block-header{ position: relative; overflow: hidden; padding: 20px; }

.api-reviews .api-block-title{ padding: 10px 20px; line-height: 32px;}
.api-reviews .api-block-title:after {content: "";display: table;clear: both;}
.api-reviews .api-block-title .api-block-left{font-weight: bold; font-size: 20px; float: left; }
.api-reviews .api-block-title .api-block-right{float: right; text-align: right}

.api-reviews .api-block-header .api-reviews-stat,
.api-reviews .api-block-header .api-reviews-form{ float: left; width: 100%; padding-left: 10px; }
.api-reviews .api-block-sort{ padding: 13px 20px 10px; border-top: 1px solid #f0f0f0; }

/* .api-field-files */
.api-reviews .api-field-files .api-attachment-wrap{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 6px 0;
}
.api-reviews .api-field-files a{
	text-decoration: none;
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.api-reviews  .api-field-files a:hover{
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
.api-reviews  .api-field-files .api-file-outer{
	border: 1px solid #fff;
}
.api-reviews  .api-file-content{
	font-size: 13px;
	line-height: 15px;
	max-height: 30px;
	overflow: hidden;
	display: block;
}
.api-reviews  .api-file-thumbnail{
	display: block;
	width: 114px;
	height: 72px;
	background-size: contain;
	background-position: center;
	background-color: rgba(0,0,0,.05);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.api-reviews  .api-file-attachment{
	display: block;
	width: 114px;
	height: 72px;
	background: #eeece9;
	color: #000;
	padding: 5px 7px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.api-reviews  .api-file-extension{
	display: block;
	padding: 0 4px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: #60605a;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}

.api-reviews  .api-file-delete{
	display: block;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: -10px;
	width: 16px;
	height: 16px;
	background: #FFF;
	color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	line-height: 16px;
	font-size: 20px;
	font-family: sans-serif;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-webkit-transition: all 50ms linear 0s; -moz-transition: all 50ms linear 0s; -ms-transition: all 50ms linear 0s; -o-transition: all 50ms linear 0s; transition: all 50ms linear 0s;
}
.api-reviews  .api-file-delete:hover{
	background: #F00;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.api-reviews  .api-file-delete:active{
	opacity: .3;
	filter: alpha(opacity=30);
}

.api-reviews .api-file-ext-mp3,
.api-reviews .api-file-ext-wav,
.api-reviews .api-file-ext-midi,
.api-reviews .api-file-ext-snd,
.api-reviews .api-file-ext-au,
.api-reviews .api-file-ext-wma,
.api-reviews .api-file-ext-ogg,
.api-reviews .api-file-ext-aac,
.api-reviews .api-file-ext-flac,
.api-reviews .api-file-ext-cda{background: #23a9db;}

.api-reviews .api-file-ext-mpg,
.api-reviews .api-file-ext-avi,
.api-reviews .api-file-ext-wmv,
.api-reviews .api-file-ext-mpeg,
.api-reviews .api-file-ext-mpe,
.api-reviews .api-file-ext-flv,
.api-reviews .api-file-ext-mkv,
.api-reviews .api-file-ext-mov,
.api-reviews .api-file-ext-wma,
.api-reviews .api-file-ext-mp4,
.api-reviews .api-file-ext-xvid,
.api-reviews .api-file-ext-asf,
.api-reviews .api-file-ext-divx,
.api-reviews .api-file-ext-vob{background: #7e70ee;}
.api-reviews .api-file-ext-swf{background: #A42222;}

.api-reviews .api-file-ext-odt,
.api-reviews .api-file-ext-doc,
.api-reviews .api-file-ext-docx{background: #03689b;}

.api-reviews .api-file-ext-csv,
.api-reviews .api-file-ext-ods,
.api-reviews .api-file-ext-xls,
.api-reviews .api-file-ext-xlsx{background: #5bab6e;}

.api-reviews .api-file-ext-odp,
.api-reviews .api-file-ext-ppt,
.api-reviews .api-file-ext-pptx{background: #f1592a;}

.api-reviews .api-file-ext-rar,
.api-reviews .api-file-ext-tar,
.api-reviews .api-file-ext-7zip,
.api-reviews .api-file-ext-zip{background: #867c75;}

.api-reviews .api-file-ext-djvu,
.api-reviews .api-file-ext-epub,
.api-reviews .api-file-ext-tiff,
.api-reviews .api-file-ext-xps{background: #3468b0;}
.api-reviews .api-file-ext-pdf{background: #d00;}

.api-reviews .api-file-ext-txt{background: #a4a7ac;}
.api-reviews .api-file-ext-rtf{background: #a94bb7;}

.api-reviews .api-file-ext-app{background: #ed558f;}
.api-reviews .api-file-ext-php{background: #8993BE;}
.api-reviews .api-file-ext-js{background: #d0c54d;}
.api-reviews .api-file-ext-css{background: #44afa6;}

.api-reviews .api-file-ext-jpeg,
.api-reviews .api-file-ext-jpg{background: #e15955;}

/* Adobe */
.api-reviews .api-file-ext-psd{background: #26cdf7;}
.api-reviews .api-file-ext-ae{background: #d4a6ff;}
.api-reviews .api-file-ext-au{background: #00dfb9;}
.api-reviews .api-file-ext-an{background: #ff4926;}
.api-reviews .api-file-ext-ai{background: #ff7e19;}
.api-reviews .api-file-ext-ic{background: #fc64f6;}
.api-reviews .api-file-ext-id{background: #ff3f8d;}
.api-reviews .api-file-ext-mu{background: #d0e73e;}
.api-reviews .api-file-ext-pr{background: #e383ff;}


/* Display
 ========================================================================== */
.api-hidden{ display: none !important; visibility: hidden !important; }
.api-display-block{ display: block !important; }
.api-display-inline{ display: inline !important; }
.api-display-inline-block{ display: inline-block !important; }

/* Wait
 ========================================================================== */
#api-reviews-wait{ display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 9999; overflow: hidden; }
#api-reviews-wait .api-image{
	z-index: 2; position: absolute; top: 50%; left: 50%; height: 56px; width: 56px; margin: -28px 0 0 -28px;
	background-image: url("/bitrix/components/api/reviews/templates/.default/images/wait.svg"); background-repeat: no-repeat; background-size: contain;background-color: rgba(255, 255, 255, .7);
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-webkit-box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7); -moz-box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7); box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7);
	-webkit-animation:loader 5s linear infinite; -o-animation:loader 5s linear infinite; animation:loader 5s linear infinite;
}
@keyframes loader{
	100%{-webkit-transform: rotate(-360deg);transform: rotate(-360deg); }
}
#api-reviews-wait .api-bg{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #fff; opacity: .4; }

/* @media
 ========================================================================== */
@media (min-width: 768px){
	.api-reviews .api-block-header .api-reviews-stat{width: 66.666%;margin-bottom: 0;}
	.api-reviews:not(.api-stat-off) .api-block-header .api-reviews-form{width: 33.333%;}
}
@media (max-width: 768px){
	.api-reviews .api-block-title > div{width: 100% !important; float: none !important; text-align: left !important;}
}

/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/theme/flat/style.css?15690706891671*/
.arbt-color-orange1 .api-block-title,
.arbt-color-orange1 .api-block-sort{ background: #f8f8f8; }

.arbt-color-orange2{border: 1px solid #ededed;}
.arbt-color-orange2 .api-block-title{background: #fffefb;border-bottom: 1px solid #f0f0f0; }
.arbt-color-orange2 .api-block-sort{ background: #fffefb; }

.arbt-color-orange3{border: 1px solid #ededed;}
.arbt-color-orange3 .api-block-header{ border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
.arbt-color-orange3 .api-block-sort{ border-top: 0}

.arbt-color-blue1 .api-block-title,
.arbt-color-blue1 .api-block-sort{ background: #edf5f8; }

.arbt-color-blue2 .api-block-title,
.arbt-color-blue2 .api-block-sort{ background: rgba(0, 131, 209, 0.1); }

.arbt-color-blue3 .api-block-title,
.arbt-color-blue3 .api-block-sort{ background: rgba(63, 188, 239, 0.1); }

.arbt-color-black1 .api-block-title,
.arbt-color-black1 .api-block-sort{ background: #f5f5f5; }

.arbt-color-red1 .api-block-title,
.arbt-color-red1 .api-block-sort{ background: #fff9f9; }

.arbt-color-pink1 .api-block-title,
.arbt-color-pink1 .api-block-sort{ background: #fbfbfb; }

.arbt-color-yellow1 .api-block-title,
.arbt-color-yellow1 .api-block-sort{ background: #fcf8e3; }

.arbt-color-green1 .api-block-title,
.arbt-color-green1 .api-block-sort{ background: rgba(121, 196, 113, 0.1); }

.arbt-color-green2 .api-block-title,
.arbt-color-green2 .api-block-sort{ background: #e2f3eb }

.arbt-color-green3 .api-block-title,
.arbt-color-green3 .api-block-sort{ background: #e2f3eb }

.arbt-color-purple1 .api-block-title,
.arbt-color-purple1 .api-block-sort{ background: rgba(199, 144, 185, 0.1); }

/* End */


/* Start:/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/style.css?174307888526005*/
/* catalog.section */
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}
.bx_catalog_table_home {
	margin-bottom: 15px;
}

.bx_catalog_table_home > .flexbox {
	margin-left: -10px;
}

.bx_catalog_table_home .bx_catalog_item a {
	-webkit-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.bx_catalog_table_home .bx_catalog_item {
	position: relative;
	background: #fff;
	width: calc(25% - 10px);
	border: 1px solid #dcdcdc;
	margin: 0 0 15px 10px;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
	color: #141414;
	padding-bottom: 14px;
}
.bx_catalog_table_home .bx_catalog_item:hover {border: 1px solid #fd923a;}
.bx_catalog_table_home .bx_catalog_item .item_bottom_block {
	width: 100%;
	/*padding: 0 20px;*/
	/*flex: 1 1 auto;
	display: flex;
	align-items: flex-end;*/
}

.bx_catalog_table_home .bx_catalog_item .item_bottom_block .bx_bt_button {
	border-radius: 0;
	background-color: #fb770a;
	letter-spacing: 0.4px;
	font-size: 20px;
	font-weight: 400;
}

.bx_catalog_table_home .bx_catalog_item .item_bottom_block .bx_bt_button:hover {
	background-color: rgba(251, 119, 10, .9);
}

.bx_catalog_table_home .bx_catalog_item .bx_catalog_item_container {
	padding: 0px 22px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;
}

.bx_catalog_table_home .bx_catalog_item .reting_info {
	padding: 0;
}

.bx_catalog_table_home .bx_catalog_item .reting_info-wrapper {
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
}

.bx_catalog_table_home .bx_catalog_item .razdel_info{
	background-color: #e1e1e1;
	padding: 2px 20px 5px;
	text-align: center;
	font-size: 13px;
	width: calc(100% + 44px);
	margin-left: -22px;
	min-height: 37px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.2;
	font-weight: bold;
	-ms-flex-line-pack: center;
	    -webkit-align-content: center;
	        align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}

.bx_catalog_item .icon_left_info {
	padding-left: 35px;
	line-height: 14px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	margin-bottom: 15px;
	text-align: center;
}

.icon_left_info a {
	color: #141414;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid;
	letter-spacing: 0.32px;
}

.icon_left_info a:hover  {
	border-bottom-color: #ff8827;
}

.icon_left_info:before {
	position: absolute;
/*	content: "";
	display: block;
	background-image: url("/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/truck.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 29px;
	height: 20px;
	top: calc(50% - 10px);
	left: 15%;*/
}

@keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
		        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
@-webkit-keyframes borderview {
	from {
		border: 1px solid #fdfdfd;
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	to {
		border: 1px solid #d3d3d3;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
		        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
	}
}
.bx_catalog_table_home .bx_catalog_item_articul {
	color: #a5a5a5;
	font-size: 13px;
}
.bx_catalog_table_home .bx_catalog_item_title {
	padding-top: 5px;
	overflow: hidden;
	color: #0063dd;
	height: 55px;
	letter-spacing: 0.28px;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}
.bx-no-touch .bx_catalog_table_home .bx_catalog_item:hover .bx_catalog_item_title {
	overflow: visible;
}
.bx_catalog_table_home .bx_catalog_item_title a {
	font-size: 14px;
}
.bx-no-touch .bx_catalog_table_home .bx_catalog_item:hover .bx_catalog_item_title a{
	position: absolute;
	width: 100%;
	left: 0;
	top: 5px;
	z-index: 10;
	background-color: #fff;
	display: block;
}
.bx_catalog_table_home .custom_show_price {
    text-align: center;
  /*  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;*/
    font-weight: 700;
    justify-content: center;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.bx_catalog_table_home .custom_show_price > span {
	white-space: nowrap;
	line-height: 1;
	margin: 0 auto;
}

.bx_catalog_table_home .bx_catalog_item_price,
.bx_catalog_table_home .custom_show_price {
	color: #141414;
	font-size: 26px;
	letter-spacing: 0.52px;
}
.bx_catalog_table_home .custom_show_price.red_price > span {
	color: #d41d24;
}
.bx_catalog_table_home .bx_catalog_item_price span,
.bx_catalog_table_home .custom_show_price b {
	font-size: 12px;
	white-space: nowrap;
	text-decoration: line-through;
	color: #333;
}
.bx_catalog_table_home .custom_show_price.red_price b {
	/* padding-left: 41px; */
	width: 100%;
	text-align: center;
}
.bx_catalog_table_home .custom_show_price span.little_price_text {
	letter-spacing: 0.4px;
	font-size: 20px;
}
.bx_catalog_table_home .bx_catalog_item_controls {
	padding-top: 10px;
	text-align: center;
}

.bx_catalog_table_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_catalog_table_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone > div {
	right: -9px;
}
.bx_catalog_table_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
	color: #3f3f3f;
	font-size: 13px;
}
.bx_catalog_table_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
}
.bx_catalog_table_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone,
.bx_catalog_table_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
	width: 100%;
	text-align: center;
}
.bx_catalog_table_home a.bx_bt_button.btn_preorder,
.bx_catalog_table_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
	margin: 1% 0;
	width: 100%;
	line-height: 28px;
	height: 30px;
	font-size: 18px;
}

.bx_catalog_table_home .bx_catalog_item_controls input[type=text] {
	border: 1px solid #d41d24;
	border-radius: 12px;
	line-height: 17px;
}

.bx_catalog_table_home .bx_cnt_desc {
	text-align: left;
	position: absolute;
	right: -45px;
	top: 2px;
	width: 40px;
}
.bx_catalog_table_home .bx_catalog_item_controls a {
	margin-top: 10px;
}
.bx_catalog_table_home .bx_catalog_item_price .bx_price {
	font-size: 15px;
	padding-top: 5px;
}
.bx_catalog_table_home .bx_catalog_item_images_double,
.bx_catalog_table_home .bx_catalog_item_images {
	position: relative;
	z-index: 3;
	display: block;
	height: 180px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
/*	background-size: contain;*/
}
.bx_catalog_table_home .block_ikon_product {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	padding: 5px 10px 0;
	z-index: 1;
}
.bx_catalog_table_home .block_ikon_product .metaka_id_2803 {
	background: url(/images/best_price.png) no-repeat 50% 50% transparent;
}
.bx_catalog_table_home .block_ikon_product .metaka_id_2854 {
	background: url(/images/service-icon.png) no-repeat 50% 50% transparent;
}
.bx_catalog_table_home .block_ikon_product .metaka_id_2855 {
	background: url(/images/service-2-icon.png) no-repeat 50% 50% transparent;
}
.bx_catalog_table_home .block_ikon_product .metaka_id_2856 {
	background: url(/images/dogicon_icon.png) no-repeat 50% 50% transparent;
}
.bx_catalog_table_home .block_ikon_product .metaka_id_2872 {
	background: url(/images/free-install_icon.png) no-repeat 50% 50% transparent;
}
.bx_catalog_table_home .block_ikon_product > span,
.bx_catalog_table_home .block_ikon_product > a {
	background-size: contain !important;
	width: 55px;
	height: 70px;
	cursor: pointer;
	display: inline-block;
}
.bx_catalog_table_home .bx_catalog_item_images_double {
	z-index: 90;
	margin-top: -135%;
	opacity: 0;
}
.bx-no-touch .bx_catalog_table_home .bx_catalog_item.double:hover .bx_catalog_item_images {
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
	animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_table_home .bx_catalog_item.double:hover .bx_catalog_item_images_double {
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes rotateimgfirst {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes rotateimglast {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.bx_catalog_table_home .bx_catalog_item .bx_catalog_item_articul,
.bx_catalog_table_home .bx_catalog_item .bx_catalog_item_scu {
	display: none
}
.bx-no-touch .bx_catalog_table_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_table_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_table_home .bx_catalog_item:hover .bx_catalog_item_scu {
	display: block
}
.bx_catalog_table_home .bx_catalog_item .bx_catalog_item_scu {
	padding-top: 10px
}
.bx_catalog_table_home .bx_catalog_item:hover .bx_catalog_item_scu>div {
	margin: 0 auto
}
.bx-no-touch .bx_catalog_table_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_catalog_table_home .bx_catalog_item .bx_catalog_item_controls.no_touch {
	display: none !important;
}

/* Stickers */
.bx_catalog_table_home .bx_stick {
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.bx_catalog_table_home .bx_stick.short {
	font-weight: bold;
	font-size: 18px
}
.bx_catalog_table_home .bx_stick.average {
	font-weight: bold;
	font-size: 13px
}
.bx_catalog_table_home .bx_stick.long {
	font-weight: normal;
	font-size: 11px
}
.bx_catalog_table_home .bx_stick_disc {
	position: absolute;
	width: 72px;
	height: 74px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 23px;
	line-height: 74px;
	background: #f42c2c url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/stick_disc.png) no-repeat center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
}
.bx_catalog_table_home .bx_stick.left,
.bx_catalog_table_home .bx_stick_disc.left {
	left: -2px;
}
.bx_catalog_table_home .bx_stick.right,
.bx_catalog_table_home .bx_stick_disc.right {
	right: 0;
}
.bx_catalog_table_home .bx_stick.top,
.bx_catalog_table_home .bx_stick_disc.top {
	top: 15px;
}
.bx_catalog_table_home .bx_stick.bottom,
.bx_catalog_table_home .bx_stick_disc.bottom {
	bottom: 5px;
}
.bx_catalog_table_home .bx_stick.middle,
.bx_catalog_table_home .bx_stick_disc.middle {
	top: 49%;
}
@media (min-width: 768px) and (max-width: 960px) {
	.bx_catalog_table_home .bx_stick {
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_catalog_table_home .bx_stick.short {
		font-weight: normal;
		font-size: 14px
	}
	.bx_catalog_table_home .bx_stick.average {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_table_home .bx_stick.long {
		font-weight: normal;
		font-size: 11px
	}
	.bx_catalog_table_home .bx_stick_disc {
		width: 64px;
		height: 65px;
		background-size:100%;
		font-size: 20px;
		line-height: 65px;
	}
}
@media (max-width: 767px) {
	.bx-touch .bx_catalog_table_home .bx_stick {
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 12px;
		line-height: 30px;
	}
	.bx-touch .bx_catalog_table_home .bx_stick_disc {
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}
/* buttons */

.bx_catalog_table_home .bx_bt_button,
.bx_catalog_table_home .bx_bt_button_type_2 {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}
.bx_catalog_table_home .bx_bt_button_type_2 {
	border: 1px solid #bbb;
	color: #333;
	background-color: #faecdc;
}
.bx_catalog_table_home .bx_bt_button_type_2:hover {
	background-color: #fff;
	color: #000;
}
.bx_catalog_table_home .bx_bt_button {
	border-radius: 5px;
	background-color: #fc770a;
	color: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.bx_catalog_table_home .bx_bt_button:hover {
	background-color: #fd923a;
}
.bx_catalog_table_home .bx_bt_button:active {
	background-color: #ff6800;
}
.bx_catalog_table_home .bx_small.bx_bt_button {
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}
.bx_catalog_table_home .bx_small.bx_bt_button_type_2 {
	display: inline-block;
	min-width: 20px;
	line-height: 18px;
	padding: 2px 0;
}
.bx_catalog_table_home .bx_small.bx_bt_button_type_2 {}
.bx_catalog_table_home .bx_small.bx_bt_button_type_2:hover {}
.bx_catalog_table_home .bx_small.bx_bt_button_type_2:active {}
.bx_catalog_table_home .bx_medium.bx_bt_button {
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	margin: 5px;
	font-size: 18px;
	width: auto;
}
.bx_catalog_table_home .bx_medium.bx_bt_button_type_2 {
	padding: 0 13px;
	height: 23px;
	font-weight: bold;
	line-height: 23px;
}
.bx_catalog_table_home .bx_medium.bx_bt_button,
.bx_catalog_table_home .bx_medium.bx_bt_button_type_2 {
	font-weight: normal;
}
.bx_catalog_table_home .bx_medium.bx_bt_button_type_2:hover {}
.bx_catalog_table_home .bx_medium.bx_bt_button_type_2:active {}
.bx_catalog_table_home .bx_col_input {
	display: inline-block;
	width: 40px;
	text-align: center;
}

/* scu_detail_size */
.bx_catalog_table_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_table_home .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 11px;
}

/*----*/

.bx_catalog_table_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_table_home .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_table_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_table_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_table_home .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_table_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_table_home .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_table_home .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
.bx-retina .bx_catalog_table_home .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border.png) 2 fill stretch;
}
.bx_catalog_table_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_table_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_table_home .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_table_home .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_table_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_table_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_table_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_table_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_table_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_table_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_table_home .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_table_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_table_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_table_home .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_table_home .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 11px;
}

/*----*/

.bx_catalog_table_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_table_home .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_table_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border.png) 2 fill stretch;
}
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_table_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_table_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_table_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_table_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_table_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_table_home .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_table_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_table_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_table_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/images/fade_right.png) repeat-y   right center;background-size: 100% auto}

.popup-window-buttons {padding: 10px 0;}
.popup-window-buttons .bx_medium.bx_bt_button {margin: 5px !important;}
.popup-window-buttons > span:last-child  span{
	background-color: #fd923a;
}
.popup-window-buttons > span:last-child span:hover{
	background-color: #fcad6d;
}

.fast_order_link {
	display: block;
	text-align: center;
	text-decoration: none;
}
.fast_order_link span {
	color: #1E7BE5;
	border-bottom: 1px dashed;
	font-size: 14px;
	cursor: pointer;
}
.fast_order_link span:hover {
	color: #fd923a;
}

.not_available_red p {
	color: red;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	margin-bottom: 5px;
}
/* Ð‘Ñ‹ÑÑ‚Ñ€Ñ‹Ð¹ Ð¿Ñ€Ð¾ÑÐ¼Ð¾Ñ‚Ñ€ */
.fast_detail_show {
	color: #000 !important;
	cursor: pointer;
	text-decoration: none;
	background-color: #fd923a;
	border-radius: 5px;
	padding: 7px 10px;
	position: absolute;
	top: 80px;
	z-index: 15;
	margin-left: -66px;
	left: 50%;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
	opacity: 0;
}
.fast_detail_show:hover {
	background-color: #fcad6d;
	opacity: 1;
}
.fast_detail_show:active {
	background-color: #fc770a;
	opacity: 1;
}

.bx_catalog_item .bx_catalog_item_images:hover + .fast_detail_show {
	opacity: 1;
}

.popup-window-buttons .flexbox .bx_medium.bx_bt_button {
	padding: 0 25px;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 18px;
  width: auto;
  background-color: #fd923a;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
/* END Ð‘Ñ‹ÑÑ‚Ñ€Ñ‹Ð¹ Ð¿Ñ€Ð¾ÑÐ¼Ð¾Ñ‚Ñ€ */
/* End */


/* Start:/local/templates/coffee_butik/components/api/reviews.stat/minimal/theme/flat/style.css?15690708817877*/
.arstat-color-orange1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-orange1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 -15px; }
.arstat-color-orange1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 -36px; }
.arstat-color-orange1 .api-info .api-info-bar{ background-color: #f66128;}

.arstat-color-orange2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-orange2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 -15px; }
.arstat-color-orange2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 -36px; }
.arstat-color-orange2 .api-info .api-info-bar5{ background-color: #79c471; }
.arstat-color-orange2 .api-info .api-info-bar4{ background-color: #3fbcef; }
.arstat-color-orange2 .api-info .api-info-bar3{ background-color: #c790b9; }
.arstat-color-orange2 .api-info .api-info-bar2{ background-color: #ef9c00; }
.arstat-color-orange2 .api-info .api-info-bar1{ background-color: #f66128; }

.arstat-color-orange3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-orange3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 -15px; }
.arstat-color-orange3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 -36px; }
.arstat-color-orange3 .api-info .api-info-bar5{ background-color: #79c471; }
.arstat-color-orange3 .api-info .api-info-bar4{ background-color: #3fbcef; }
.arstat-color-orange3 .api-info .api-info-bar3{ background-color: #c790b9; }
.arstat-color-orange3 .api-info .api-info-bar2{ background-color: #ef9c00; }
.arstat-color-orange3 .api-info .api-info-bar1{ background-color: #f66128; }

.arstat-color-blue1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-blue1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 -15px; }
.arstat-color-blue1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 -36px; }
.arstat-color-blue1 .api-info .api-info-bar{ background-color: #33b5e5; border: 1px solid #1e1e1e; }

.arstat-color-blue2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-blue2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 -15px; }
.arstat-color-blue2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 -36px; }
.arstat-color-blue2 .api-info .api-info-bar{ background-color: #0083d1; }

.arstat-color-blue3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-blue3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 -15px; }
.arstat-color-blue3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 -36px; }
.arstat-color-blue3 .api-info .api-info-bar{ background-color: #3fbcef;}

.arstat-color-black1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-black1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 -15px; }
.arstat-color-black1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 -36px; }
.arstat-color-black1 .api-info .api-info-bar{ background-color: #222; }

.arstat-color-red1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-red1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 -15px; }
.arstat-color-red1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 -36px; }
.arstat-color-red1 .api-info .api-info-bar{ background-color: #ed1c24; }

.arstat-color-pink1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-pink1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 -15px; }
.arstat-color-pink1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 -36px; }
.arstat-color-pink1 .api-info .api-info-bar{ background-color: #FF28A8; }

.arstat-color-yellow1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-yellow1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 -15px; }
.arstat-color-yellow1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 -36px; }
.arstat-color-yellow1 .api-info .api-info-bar{ background-color: #ffc733; }

.arstat-color-green1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-green1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 -15px; }
.arstat-color-green1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 -36px; }
.arstat-color-green1 .api-info .api-info-bar{ background-color: #79c471; }

.arstat-color-green2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-green2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 -15px; }
.arstat-color-green2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 -36px; }
.arstat-color-green2 .api-info .api-info-bar5{ background-color: #57bb8a; }
.arstat-color-green2 .api-info .api-info-bar4{ background-color: #9ace6a; }
.arstat-color-green2 .api-info .api-info-bar3{ background-color: #ffeb3b; }
.arstat-color-green2 .api-info .api-info-bar2{ background-color: #ffbb50; }
.arstat-color-green2 .api-info .api-info-bar1{ background-color: #ff8a65; }

.arstat-color-green3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-green3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 -15px; }
.arstat-color-green3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 -36px; }
.arstat-color-green3 .api-info .api-info-bar5{ background-color: #57bb8a; }
.arstat-color-green3 .api-info .api-info-bar4{ background-color: #9ace6a; }
.arstat-color-green3 .api-info .api-info-bar3{ background-color: #ffeb3b; }
.arstat-color-green3 .api-info .api-info-bar2{ background-color: #ffbb50; }
.arstat-color-green3 .api-info .api-info-bar1{ background-color: #ff8a65; }

.arstat-color-purple1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 0 transparent; }
.arstat-color-purple1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 -15px; }
.arstat-color-purple1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 -36px; }
.arstat-color-purple1 .api-info .api-info-bar{ background-color: #c790b9; }
/* End */
/* /local/templates/coffee_butik/components/bitrix/catalog.element/new_detail_product/style.css?174307888553386 */
/* /bitrix/templates/coffee_butik/components/bitrix/news.list/sert_flexbox/style.css?1569070649397 */
/* /bitrix/components/api/reviews/templates/.default/style.css?15690706898101 */
/* /bitrix/components/api/reviews/templates/.default/theme/flat/style.css?15690706891671 */
/* /local/templates/coffee_butik/components/bitrix/catalog.section/catalog_table_sale/style.css?174307888526005 */
/* /local/templates/coffee_butik/components/api/reviews.stat/minimal/theme/flat/style.css?15690708817877 */
