.cm-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 17.86px;
}

.show-product {
    display: flex;
    align-items: center;
}

.category-main {
    margin-top: 50px;
    width: 100%;
}

.show-product span {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-align: end;
    margin-left: 5px;
}

.category-child {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
    width: 66.667%;
}

.cc-item {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid;
    border-image-source: linear-gradient(98.77deg,hsla(0,0%,100%,.49) .76%,hsla(0,0%,100%,.29) 99.99%);
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(99,109,126,.08);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    padding: 16px 25px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.3);
}

.cm-bottom {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sort {
    position: relative;
}

.sort ul {
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 11px hsla(0,3%,7%,.1);
    padding: 16px;
    top: 100%;
    z-index: 1;
    width: 165px;
    display: none;
}

.sort ul li span {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    padding: 8px;
    text-align: right;
    cursor: pointer;
}

.fs-title {
    margin: 0;
    color: var(--green-color);
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.fs-title i {
    font-size: 10px;
}

.filter .fs-title i {
    font-size: 16px;
}

.filter {
    margin-left: 30px;
}

.filter-list {
    position: fixed;
    right: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.87);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
    z-index: 1200;
    background-color: rgb(238, 238, 238);
    transform: translateX(100%);
    transition: all .4s;
    box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2), 0px 16px 24px 2px rgba(0,0,0,0.14), 0px 6px 30px 5px rgba(0,0,0,0.12);
}

.filter-list.active {
    transform: translateX(0);
}

.filter-list-wrap {
    margin: 30px;
    min-width: 300px;
    max-width: 300px;
}

.filter-item-wrap {
    border-top: 1px dashed #bdbdbd;
}

.filter-item-wrap>p>i {
    float: right;
}

.filter-item-wrap ul {
    display: none;
    padding: 0 15px;
}

.filter-item {
    display: inline-block;
    margin: 0 25px 15px 0;
}

.filter-item a {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: block;
    border-radius: 3px;
}

.filter-item-wrap>p {
    padding-top: 12px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.54);
}

.filter-item-wrap.filter-size .filter-item {
    display: inline-block;
    margin: 0 0 15px 0;
    width: 50%;
}

.filter-item label {
    display: flex;
    align-items: center;
}

.filter-item input {
    width: 18px;
    height: 18px;
    margin-right: 3px
}

#slider-range{
    height: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 3px #ddd;
    background: rgb(0, 177, 86, 0.5);
}

#slider-range .ui-slider-handle.ui-state-default.ui-corner-all{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
    border: 2px solid var(--green-color);
    outline: none;
}

#slider-range .ui-slider-range.ui-widget-header.ui-corner-all{
    background: var(--green-color);
    height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.btn-filter {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    width: 100%;
    background: rgb(0, 177, 86);
    color: white;
    padding: 5px 0;
    border-radius: 0;
    text-align: center;
}

.filter-item-wrap>p>i {
    font-size: 13px;
    margin-top: 3px;
}

.filter-list-wrap>p {
    font-size: 22px;
}

.filter-item.active a {
    position: relative;
}

.filter-item.active a:after {
    content: "";
    position: absolute;
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
    left: -0.25rem;
    top: -0.25rem;
    padding: 3px;
    border: 1px solid var(--green-color);
    border-radius: 3px;
}

.btn-filter {
    cursor: pointer;
}

.bestseller-product {
    padding: 40px 0 40px 30px;
    position: relative;
    background: #fff;
}

.bestseller-product {
    width: 100%;
}

.bp-img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    object-fit: unset;
}

.bp-left {
    flex-basis: 22.5%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 22.5%;
}

.bp-right {
    flex-basis: 71.5%;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: 71.5%;
    margin-left: 3.5%;
}

.bp-wrap {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.filter-list-wrap {
    position: relative;
}

.remove-filter {
    position: absolute;
    width: 70px;
    height: 35px;
    background: var(--green-color);
    color: #fff;
    right: 0;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}

.ctn-img a {
    width: 100%;
}

.no-product {
    display: flex;
    min-height: 50vh;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(235, 87, 87);
}

.no-product p {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 42px;
    color: rgb(235, 87, 87);
}

.sort .filter-item-list li.active span {
    color: var(--green-color);
}