aside {
    width: 250px;
}

.collapse.in {
    max-height: 345px;
}
.main-part {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
 .filter{
    width: 100%
}
.search-aside {
    width: 100%;
    min-height: 300px;
    margin-top: 15px;
    float: right;
}
.search-aside .filter-selected {
    width: 100%;
    height: auto;
    padding: 15px;
    margin-bottom: 5px;
    float: right;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    border-radius: 15px;
}
.search-aside .filter-selected h5 {
    margin: 5px 0 19px;
}
.search-aside .filter-selected .clear-all {
    float: right;
    height: 30px;
    border: 1px solid #d5d7d7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #ecaa06;
}
.search-aside .filter-selected .clear-all i {
    margin: 0;
    transition: 0;
}
.search-aside .filter-selected .clear-all:hover {
    border-color: #FF5722;
}
.search-aside .filter-selected .clear-all:hover i {
    color: #FF5722;
}
.search-aside .filter-selected span {
    float: right;
    height: auto;
    text-align: right;
    font-size: 13px;
    cursor: pointer;
    background-color: #fcffe3;
    border-radius: 5px;
    margin: 3px;
    padding: 1px 7px;
    color: #5e6467;
}
.search-aside .filter-selected span i {
    float: right;
    margin-left: 6px;
    cursor: pointer;
    line-height: 24px;
    font-size: 13px;
    color: #73797c;
}
.search-aside .filter-selected span i:hover {
    color: #FF5722;
}
.search-aside .filter-selected .items {
    width: 100%;
    float: right;
    max-height: 187px;
    direction: rtl;
    border-radius: 5px;
    padding: 2px;
    position: relative;
}
.search-aside .filter-items {
    width: 100%;
    height: auto;
    float: right;
}
.price-apply {
    width: 100%;
    float: right;
    text-align: center;
    margin: 20px 0 25px 0;
}
.price-apply button {
    padding: 5px 15px;
    width: auto;
    color: #fff;
    float: initial;
    cursor: pointer;
    background-color: #33B5E5;
    border: none;
    border-radius: 5px;
    font-weight: normal;
}
.search-aside form {
    padding: 0 15px;
}





.products-results {
    width: calc(100% - 270px);
    margin-top: 15px;
}
.products-results .page-address {
    display: flex;
    justify-content: space-between;
    color: #555;
}
.products-results .page-address a {
    float: right;
    font-size: 13px;
    color: #555;
}
.products-results .page-address a:hover {
    color: #29b7f6;
}
.products-results .page-address a::after {
    content: '>>';
    margin: 0 5px;
}
.products-results .page-address a:last-child::after {
    content: '';
}
.products-results .page-address h1 {
    float: right;
    font-size: 13px;
    margin: 0;
    line-height: 24px;
    font-weight: normal;
}




.results {
    width: 100%;
    min-height: 600px;
    float: right;
    cursor: default;
    margin: 10px 0 15px 0;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
}
.results .head {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.results .head .right select {
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.results .head .pagination {
    direction: rtl;
}
.results .items {
    float: right;
    width: 100%;
}
.results .items .item {
    float: right;
    width: 25%;
    text-align: center;
}
.results .items .item .product-item {
    float: right;
    width: 100%;
    padding: 15px;
}
.results .footer {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #cacaca3b;
}
.results .footer .pagination {
    direction: rtl;
    float: left;
}



.products-slider {
    width: 100%;
    float: right;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
.products-slider .product-slider-title {
    padding: 15px;
}
.products-slider .product_slider {
    padding: 5px 10px;
}



.about-categoty {
    background-color: #fff;
    color: #555;
    text-align: justify;
    padding: 25px 0;
}
.about-categoty .in {
    padding: 10px;
}
.about-categoty h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #212529;
}



.apply_filter {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    right: -105%;
    text-align: center;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15);
    background-color: white;
    direction: ltr;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
}
.apply_filter i {
    margin-right: 7px;
}
.show_filter {
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15);
    background-color: white;
    direction: ltr;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
    z-index: 2;
    display: none;
}
.show_filter i {
    margin-right: 7px;
}

.page-link {
    margin: 2px;
    border-radius: 7px;
}
.page-item.active .page-link {
    background-color: #607D8B;
    border-color: #607D8B;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 7px;
}

@media only screen and (max-width: 1500px) {
}
@media only screen and (max-width: 1200px) {
    .results .items .item {
        min-height: 245px;
    }
}
@media only screen and (max-width: 990px) {
    .main-part {
        display: block;
    }
    aside {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 100;
        right: -105%;
        top: 0;
        background-color: white;
        padding: 15px;
        overflow: auto;
        transition: 0.25s;
    }
    .products-results {
        width: 100%;
    }
    .show_filter {
        display: flex;
    }
}
@media only screen and (max-width: 768px) {
    .results .items .item {
        width: 33.333%;
    }
    .results .head .pagination {
        display: none;
    }
    .results .head .right {
        font-size: 12px;
    }
}
@media only screen and (max-width: 500px) {
    .results .items .item {
        width: 50%;
        min-height: 250px;
    }
}