body{
    background: #141414 !important;
}

#sс-1.cat {
    background-color: black;
    padding: 15px;
    margin-right: 20px;
    min-width: 280px;
}
.cat-list {
    display: flex;
    flex-direction: column;
}
.btn-category {
    color: white !important;
}
.cat .cat-list .cat-link {
    color: white !important;
    margin: 0 -15px 10px -15px;
    padding: 0 15px 10px 15px;
    display: block;
    position: relative;
}
.cat .cat-list .cat-link:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #333;
    width:280px;
}
.cat .cat-list{
    align-items: flex-start;
}
.cat .cat-list {
    overflow: hidden;
}

.product-row .item {
    width: calc(33.3333% - 20px);
    margin: 0 20px 20px 0;
    padding: 0; 
    background-color: black;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
}
.product-row .item .image {
    width: 100%;
    overflow: hidden;
}
.product-row .item .caption { 
    
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-row .item .caption .name a,
.product-row .item .price {
    color: white;
}
 .product-row .item, .radius-medium{
    border-radius: 15px;
    
 }
 .product-row .item .qty {
    padding: 10px 30px;
}
.product-row .item .caption > .qty {
    margin-top: auto;
}
.image a img{
    width: 100%;
    border-radius: 0px;
    transition: transform 0.7s ease;
}
.product-row .item .caption .name a{
    margin-top:5px;
}
.product-row .item .caption .name{    
    padding: 0 10px;
}
ul.breadcrumb {
    display: flex;
    justify-content: flex-start;
}
ul.breadcrumb li a, .category-title {
    color: white;
}
.product-category .category-info .btn-info {
    background: #b38749;
    padding: 14px 30px;
    color: #fff;
    border-radius:30px;
}
ul.breadcrumb li:last-child a {
    color: #c49b6e;
    pointer-events: none;
}
ul.breadcrumb li + li::before {
    content: '>';
    color: #c49b6e;
    margin: 0 10px;
}
 .cat .cat-list .cat-link:hover {
    background: none;
    color: #c49b6e!important
}
.product-row .item .qty {
    background: black;
}
.item .caption {
    padding: 20px;
}
.product-row .item .qty button {
    background: 0 0;
    color: #c49b6e;
}
.product-row .item:hover {
    background: #c49b6e !important;
}

.product-row .item:hover .qty {
    background: transparent;
}
.product-row .item:hover .qty button {
    color: white;
}
.product-row .item:hover .image img {
    transform: scale(1.1);
}
 @media (max-width: 768px) {
    #content {
        flex-direction: column;
    }
    #sс-1.cat {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
        height: auto !important;
    }
    .cat-list {
        display: none;
    }
    .btn-category {
        cursor: pointer;
    }
    .btn-category i.icon-right.animation {
        transition: transform 0.3s ease;
    }
    .btn-category i.icon-right.animation.rotated {
        transform: rotate(90deg);
    }
    .product-row {
        justify-content: space-between;
    }
    .product-row .item {
        width: calc(50% - 5px);
        margin: 0 0 10px 0;
    }
    .category-info .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .cat .cat-list {
        flex-direction: column;
        margin-top: 10px;
    }
    .product-row .item .caption > .qty {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .product-row .item .caption .price {
        margin-bottom: 10px;
    }
 }
