

/* Start:/local/templates/trekshoes/components/bitrix/catalog/shoes/style.css?17587943827013*/

@media (hover: none),(max-width: 47.9375em) {
    #prodsList .product-block_hover {
        position: static;
        height: 100% !important;
        max-height: unset !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #prodsList .product-block {
        height: 100% !important;
        max-height: unset !important;
        padding-bottom: 6em;
    }
    
    #prodsList .product-block_sizes {
        display: flex !important;
        padding-bottom: 1em;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }
    
    #prodsList .product-block_name {
        max-height: unset !important;
        flex: 1;
    }
    
    #prodsList .product-block_name a {
        max-height: unset !important;
        padding-bottom: 1ch;
    }
    
    #prodsList .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    #prodsList .product-block_content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .products-slider .product-block_hover {
        position: static;
        height: 100% !important;
        max-height: unset !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .products-slider .product-block {
        height: 100% !important;
        max-height: unset !important;
        padding-bottom: 2em;
    }
    
    .products-slider .product-block_sizes {
        display: block !important;
        padding-bottom: 1em;
        flex: 1;
    }
    
    .products-slider .product-block_name {
        max-height: unset !important;
    }
    
    .products-slider .product-block_name a {
        max-height: unset !important;
        padding-bottom: 1ch;
    }
    
    .products-slider .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .products-slider .product-block_content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .products-slider .product-block_price {
        height: unset;
    }

    .products-slider .product-block__badges {        
        display: inline-block;
        height: unset;
        position: static;
    }  
}


.fly-widget-cart {
    position: fixed;
    bottom: 50vh;
    right: 80px;
    z-index: 100;
}
@media screen and (max-width: 47.9375em) { 
        
    .fly-widget-cart {
        top: unset;
        right: unset;
        left: 120px;
        bottom: 50px;
    }
    #category-list li a.list-item {
        min-width: unset;
        min-height: unset;
        font-size: 0.8em;
        margin: 0;
        height: unset;
    }
    .catalog-section-menu ul#category-list {
        padding: 0;
        border: none;
        margin: 0;
    }
    .catalog-section-menu #category-list li {
        display: flex;
    }
    
}
.fly-basket__svg {
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-55%, -40%);
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.fly-basket__text {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 1.7em;
    font-weight: bold;
}

.catalog-sort-line { 
    margin-bottom:20px;
    display: flex;
    justify-content: right;
}

.catalog-sort-line .class-sort {
    display: flex;
    align-items: center;
}

.catalog-sort-line .jq-selectbox__select {
    border: 1px solid #ececec !important;
    border-radius: 10px;
}

.catalog-sort-line .jq-selectbox__dropdown {
    top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.catalog-sidebar {
    padding: 0 !important;
    position: relative;
}

.catalog-sidebar .catalog-sidebar-menu #category-list {
    margin-bottom:0;
    border:0;
    text-align: left;
    padding:0;
    height: 138px;
    overflow: hidden;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li span {
    color:#808080;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li {
    display: block;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li a {
    font-size:15px;
    text-transform: none;
    font-weight: 400;
    color: #333;
    min-height: auto;
    min-width: auto;
    padding:0;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li a:hover {
    color:#ffa549;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li.current a {
    color:#eb8a25;
    border:0;
    font-weight: 700;
}

.category-list-toggle {
    margin-left: 20px;
    font-size: 14px;
    color: #808080;
    cursor: pointer;
    margin-top: 5px;
}

.category-list-toggle span {
    display: inline-block;
    background-image: url(/local/templates/trekshoes/assets/css/../images/icons-s5cc08032c9.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    margin-left: 3px;
    margin-top: -1px;
    vertical-align: middle;
    opacity: 0.8;
}

.category-list-toggle.open span {
    transform: rotate(180deg);
}

.filter-mobile-close,
.catalog-mobile-filter-button { display:none; }

#filter {
    border-radius: 10px;
}

#filter.fixed {
    position: fixed;
    top: 70px;
    z-index: 100;
    background: white;
}

#filter.reached-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

#filter .filter-label {
    padding-left:12px !important;
}

#filter .btn {
    width:100%;
    text-align: center;
    border-radius: 10px;
}

#filter .class-filter {
    margin-top:10px;
    margin-bottom:10px;
    padding: 0 5px;
}

.catalog-section-row {
    display: flex;
}

@media screen and (max-width: 550px) {
    #filter {
        display: none;
        position: fixed;
        z-index: 9999;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 15px;
        overflow-y: scroll;
        margin: 0 !important;
        border-radius: 0;
    }

    #filter .filter-item {
        padding: 0 15px 15px;
    }

    .filter-mobile-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        background: #eb8a25;
        color: #fff;
        font-size: 14px;
        padding: 3px 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    .catalog-sort-line { 
        display: flex;
        justify-content: space-between;
    }

    .catalog-sort-line select {
        border-radius: 10px;
    }

    .catalog-mobile-filter-button {
        display: block;
        background: #ea8824;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        padding: 8px 15px;
        cursor: pointer;
    }

    .catalog-sidebar-menu { display: none; }
    .catalog-sidebar { width: auto !important; }
}
/* End */
/* /local/templates/trekshoes/components/bitrix/catalog/shoes/style.css?17587943827013 */
