.category-title {
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*.category-child {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-bottom: 1px solid #000;*/
/*}*/

/*.category-child li {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.category-child li a {*/
/*    text-align: center;*/
/*}*/

.wrap-category-child {
    padding: 20px 50px;
    border-bottom: 1px solid #000;
}

.category-child img {
    height: 100px;
    width: auto !important;
    margin: 0 auto;
}

.category-child li a p {
    text-align: center;
}

.topbar-category {
    padding: 12px;
    border-bottom: 1px solid #000;
}

.view i {
    margin-left: 10px;
}

.product-info-wrap {
    padding: 15px;
    position: relative;
}

.stock {
    display: none;
}

.product-item {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.product-item[data-border-right="0"] {
    border-right: none;
}

.view {
    cursor: pointer;
}

.filter {
    padding: 10px 20px;
    border-radius: 3px;
    background: #000;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    z-index: 99;
}

.bg-cover {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 100%;
    background: rgba(0,0,0,.2);
    display: none;
}

.filter-list {
    position: fixed;
    width: 33%;
    background: #fff;
    right: 0;
    height: 100%;
    z-index: 9999;
    top: 0;
    padding-bottom: 30px;
    border-left: 1px solid #000;
    transform: translateX(100%);
    transition: all .5s;
}

.filter-list.active {
    transform: translateX(0);
}

.top-title {
    padding: 10px 15px;
    border-bottom: 1px solid #000;
}

.top-title i {
    float: right;
    font-size: 18px;
}

.filter-title {
    padding: 10px 15px 15px;
    text-align: center;
    text-transform: uppercase;
}

.filter-group {
    padding: 15px 15px 45px;
    border-bottom: 1px solid #000;
}

.filter-item-wrap {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
    transition: all .3s;
}

 .filter-item-wrap:hover {
    border-color: #000;
}

.bg-color {
    float: left;
    border-radius: 3px;
}

.filter-list-wrap {
    height: 100%;
    overflow: auto;
    padding-bottom: 80px;
}

.filter-size .filter-item-wrap {
    min-width: 72px;
    padding: 5px 10px;
}

.bottom-btn {
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 1px solid #000;
}

.bottom-btn>div {
    height: 40px;
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hover {
    transition: all .3s;
}

.hover:hover {
    border-color: #000 !important;
}

.filter-item.active .filter-item-wrap {
    border-color: #000;
}

.bottom-btn.applying>div {
    background: #ccc !important;
    opacity: 0.6;
    border-color: #ccc;
}

.bottom-btn>div.apply {
    background: #000;
    color: #fff;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 1;
    font-size: 18px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.product-item:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.p-attr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.p-attr span {
    display: inline-flex;
}

.product-name, .product-price {
    transition: all .4s;
}

.category-child {
    margin: 0 15px;
}

.category-child .slick-list {
    margin: 0 -15px;
}

.product-item-wrap {
    position: relative;
}