/*
    * CUSTOM
 */
body .img_wrapper .wrapp_thumbs.top-small-wrapper {
    width: 70px;
}
body .item_slider .thumbs .slides_block li {
    width: 70px !important;
    height: 70px;
    border-radius: 6px;
}
body .item_slider .thumbs .slides_block li.current {
    border: 2px solid #222228;
}
body .item_slider .thumbs li img {
    width: 100%;
}
body .img_wrapper .wrapp_thumbs.top-small-wrapper {
    left: 35px;
}
body .catalog_detail .item_main_info.type_clothes .item_slider.has_more {
    padding-left: 125px;
    padding-top: 30px;
}
body .item_slider:not(.flex) .slides li.current {
    background: #f8f8fc;
    border-radius: 8px;
}
body .item_slider:not(.flex) .slides li.current img {
    mix-blend-mode: darken;
}
body .catalog_detail .props_list .props_item {
    display: flex;
}
.char_value {
    color: #000;
}
.catalog_page #pagetitle {
    display: none !important;
}
body .catalog_detail .item_main_info {
    border-radius: 12px;
}
.btn.btn-default, .counter_block, .price_txt .sharing > div .share_wrapp .text {
    border-radius: 6px;
}
body .tabs .nav-tabs > li a {
    border: 0 !important;
    border-radius: 6px !important;
    background: #f8f8fc !important;
    margin: 0 !important;
    margin-right: 10px !important;
    font-weight: 400 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
body .tabs .nav-tabs > li.active a {
    background: #2f2965 !important;
    color: #fff !important;
}
body .tabs .nav-tabs > li.active a::before {
    display: none;
}
body .tabs .nav-tabs {
    border: 0;
}
.page-top .share.top {
    display: none !important;
}
.item_block--article {
    margin-bottom: 15px;
}
body .img_wrapper .top-small-wrapper .bx-controls-direction a {
    left: 27.5px;
}




.custom_tab_list li {
    list-style: none;
    display: inline-table;
    width: 100%;
    margin: 0 0 10px !important;
}

.custom_tab_list li:before {
    display: none !important;
}

.custom_tab_list li:nth-child(odd) {
    background: #f9f9fa;
}

.custom_tab_list li:nth-child(odd) {
    background: #f9f9fa;
}

.custom_tab_list li span {
    display: table-cell;
}

.custom_tab_list li span.name {
    width: 50%;
}

.custom_tab_list li span.value {
    width: 50%;
}


@media (max-width: 716px) {

    .custom_tab_list li span.name {
	width: 70%;
    }

    .custom_tab_list li span.value {
	width: 30%;
    }

}
