/**/

.slider1 {
    height: 540px;
    width: 100%;
    margin-bottom: 40px;
}

.swiper-pagination {
    text-align: right;
    padding-right: 40px;
    padding-bottom: 20px;
}

.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #615039;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: white;
}


/**/

.sort {
    min-width: 840px;
    width: 73.5%;
    margin: 0 auto;
    border-bottom: 2px solid #301315;
    margin-bottom: 26px;
}

.sortList>a {
    display: block;
    height: 54px;
    width: 140px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 4px;
    line-height: 54px;
    text-align: center;
    transition: all 0.2s linear;
    background-color: #dcd5d2;
    font-size: 14px;
    color: #301315;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

.sortList {
    flex-wrap: wrap;
}

.sortList>a:hover {
    background-color: #301315;
    color: #e1bf93;
}

.active {
    background-color: #301315!important;
    color: #e1bf93!important;
}

.crub>a {
    color: #301315;
    font-size: 13px;
}

.crub>a:last-child>span:last-child {
    display: none;
}