.mobile-sort-select {
    border-radius: 4px;
    border-color: #BABABA;
    outline: none;
    height: 30px;
}


/* сортировка */

.mobile-filter-sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap-reverse;
}

.mobile-clean-filter_item {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #931515;
    cursor: pointer;
    background: #ffffff;
    border: none;
    outline: none;
    word-wrap: none;
    display: flex;
    align-items: center;
    margin-right: auto;
}

.sort-item {
    height: 30px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 5px 8px;
    border: 1px solid #ffffff;
    flex-shrink: 0;
    text-align: center;
}
p.sort-item{
    cursor: default;
}
.sort-item:hover:not(p.sort-item) {
    color: #931515;
    border: 1px solid #931515;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(147, 21, 21, 0.06);
    -moz-box-shadow: 0px 0px 8px 0px rgba(147, 21, 21, 0.06);
    box-shadow: 0px 0px 8px 0px rgba(147, 21, 21, 0.06);
}


/* сортировка */


/* фильтр по цене */

.filter-price {
    width: auto;
    background: #FFFFFF;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1px;
}

#filter-inputs {
    justify-content: space-between;
    text-align: center;
}

.filter-price-input {
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    width: 100px;
    height: 36px;
    font-size: large;
    text-align: center;
}

.filter-price-input:focus {
    outline: none;
}

.filter-price_name {
    margin-top: 15px;
    margin-bottom: 30px;
    align-self: flex-start;
}

.filter-price_arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.arrow-top {
    transform: rotate(180deg);
    width: 12px;
    height: 12px;
    transition-duration: 0.3s;
    font-weight: 700;
    font-size: 30px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.slider-input {
    display: flex;
    justify-content: space-between;
}

.slider-input_text {
    width: 95px;
    height: 36px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.slider-input_dash {
    line-height: 36px;
    margin-right: 5px;
    margin-left: 5px;
}


/* фильтр по цене */


/* фильтр по торговым маркам */

.filter-arrow_rotate {
    transform: rotate(360deg);
}

.filter-firma {
    width: auto;
    background: #FFFFFF;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 20px;
}

.filter-price_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2A2A2A;
}

.filter-price_title::first-letter {
    text-transform: uppercase;
}


/* стили checkbox */

.vertical-index {
    vertical-align: super;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    color: #2A2A2A;
}

.inputs {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.inputs-item {
    display: flex;
    align-items: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

/* стили checkbox */


/* фильтр по торговым маркам */


/* фильтр по рейтингу */

.filter-rating {
    width: 260px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px #000000;
    border-radius: 8px;
}


/* фильтр по рейтингу */


/* goods-item */

.good-items {
    display: grid;
    grid-area: goodItem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 2vw;
    height: fit-content;
    min-height: 30vh;
    padding: 0 10px;
}

/* 1 шт / 10 шт скидка */

/* 1 шт / 10 шт скидка */


/* + 10 -  */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* + 10 -  */

.mobile-filter-price_name {
    margin-bottom: 15px;
}

#mobile-filter-inputs {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.mobile-filter-slider {
    width: 95%;
    border: 1px solid #a7a7a7;
    border-radius: 6px;
    padding: 10px;
}

.mobile-filter {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    margin-top: 24px;
    margin-bottom: 18px;
    margin-right: 0;
    margin-left: 0;
}

.mobile-filter-head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-bottom: 1px solid #a7a7a7;
    font-weight: 700;
}

.mobile-filter-body {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.mobile-filter-firma {
    background: #FFFFFF;
    border: 1px solid #a7a7a7;
    border-radius: 6px;
    padding: 10px 20px;
    width: 95%;
    margin-top: 10px;
}


/* хлебные крошки */