

/* Start:/local/components/cone/sklad.switcher/templates/shop/style.css?16782648592885*/
.select_wrapper {
    display: inline-table;
    /*height: 35px;*/
    /*line-height: 35px;*/
    margin-right: 24px;
    border-collapse: collapse;
    position: relative;
    float: left;
    margin-top: 10px;
    z-index: 70;
}
.select_wrapper .bl_sts
{
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: -4px;
    left: 23px;
    color: red;
    transform: rotate(13deg);
}
.select_table_row {
    display: table-row;
    position: relative;
    cursor:pointer;
}
.select_table_row input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    height: 16px;
    width: 16px;
    /*background-color: #eee;*/
    border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.select_table_row:hover input ~ .checkmark {
    background-color: #d757b5;
}

/* When the checkbox is checked, add a blue background */
.select_table_row input:checked ~ .checkmark {
    background-color: #d757b5;
    border-color: #d757b5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.select_table_row input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.select_table_row .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label[for=checkbox_all_stores] .text {
    font-size: 13px;
    padding: 0 5px 0 38px;
    margin: 0;
    line-height: 13px;
    font-weight: normal;
    vertical-align: top;
}
#checkbox_all_stores {
    position: absolute;
    /*top:50%;*/
    left: 5px;
    /*transform-origin: center;*/
    transform: translateY(60%);
}
#checkbox_all_stores:checked + label{
    /*box-shadow: inset 0 0 3px 2px #d75cb6;*/
    /*box-shadow: inset 0 -7px 13px rgba(215,92,182,.2);*/
    /*border-bottom: 2px solid #d75cb6;*/
}
.select_line {
    display: table-cell;
    cursor: pointer;
    height: 2px;
}
.select_wrapper .props_list .hint .icon {
    top: -5px;
}
.select_wrapper .char_name .props_list .hint {
    right: -5px;
}
.select_wrapper .char_name .hint .tooltip {
    opacity: 1;
}
/*.select_line_hover{*/
/*    background:#d75cb6;*/
/*}*/
/*.selected_line{*/
/*    background:#d75cb6;*/
/*}*/
@media (max-width: 991px) {
    label[for=checkbox_all_stores] {
        /*line-height: 61px;*/
    }
    .menu.top label[for=checkbox_all_stores] {
        /*line-height: 45px;*/
        /*padding: 0 14px 0 23px;*/
    }
    #checkbox_all_stores {
        /*margin-top: 11px;*/
    }
    .menu.top #checkbox_all_stores {
        /*margin-top: 5px;*/
    }
}
/* End */
/* /local/components/cone/sklad.switcher/templates/shop/style.css?16782648592885 */
