#middleSlider{
	margin-bottom: 24px;
}

.panel-click.selected{
	pointer-events: none;
}

.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}

@media (min-width: 1025px) {
    #nextSection .title {
        background: #fff !important;
        line-height: 10px;
    }

    #nextSection ul li {
        line-height: 16px;
        border: none;
    }

    #nextSection ul li:last-child {
        border-bottom: 1px solid #e7e8ea;
    }
}

#nextSection li a {
    padding: 8px 24px !important;
}

#nextSection a.selected {
    font-weight: bold;
}

.download-price {
    display: block !important;
    margin-top: 20px;
    background-repeat: no-repeat;
    height: 32px;
    padding-top: 6px;
    padding-left: 48px;
    text-decoration: none !important;
    font-weight: bold;
    border-bottom: none !important;
    color: #007ef2 !important;
    background-size: contain;
}


@media (max-width: 1024px) {
    .download-price {
        display: none !important;
    }
}

@media (max-width: 1280px) {
    #catalogLine .column:last-child .label {
        display: none !important;
    }
}

@media (max-width: 1340px) {
    #save-filter {
        display: none;
    }

    #save-order img {
        display: none;
    }
}

@media (max-width: 1500px) {
    #discounts {
        display: none;
    }
    
    #save-filter {
        display: none;
    }

    #save-order img {
        display: none;
    }
}

#save-filter img {
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
}

#save-order img {
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
}

@media (max-width: 1380px) {
    #save-filter img {
        display: none;
    }
    
    #save-order img {
        display: none;
    }
}

#discounts {
    display: block;
    margin-bottom: 15px;
    color: #c82f33; 
    font-weight: 600;
    border-color: #e7e8ea;
}


@media (min-width: 1024px) {
    #leftBlock {
        display: flex; 
        flex-direction: column;
    }

    #smartFilter {
        order: 1;
    }
    
    #nextSection {
        order: 2;
        margin-top: 30px !important;
    }
}

@media (min-width: 1024px) {
    .hide-on-desktop {
        display: none !important;
    }
}

.section-gallery .section-gallery__title {
    font-weight: 600;
}

.section-gallery .section-gallery__image {
    text-decoration: none;
}

.section-gallery .section-gallery__image img {
    width: 180px;
    height: 180px;
}