.category-banner {
    position: relative;
    width: 100%;
    text-align: center;
}

.category-banner .image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.category-banner .image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
}

.category-banner .content {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    padding: 0;
    display: table;
}

.category-banner .content .text {
    display: table-cell;
    vertical-align: middle;
}

.category-banner .content .text .container {
    width: 94%;
}

.category-banner .content .text h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}

.category-banner .content .text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-banner .content .text ul li {
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    padding-left: 0;
    vertical-align: middle;
}

.category-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

.row-category {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-category {
    padding: 10px;
}

.box-category {
    width: 100%;
    margin: 0;
    border-radius: 10px;
    position: relative;
}

.box-category .image {
    height: 250px;
}

.box-category .image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2); */
}

.frame-category {
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 6px 0px;
}

.text-category {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 3%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    font-size: 16px;
    width: 100%;
    color: white;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-control-buttons {
    font: normal normal bold 14px/20px Open Sans;
    color: #343434;
}

.category-title {
    font: normal normal bold 38px/50px Spartan;
    letter-spacing: 5px;
    color: #343434;
    text-transform: uppercase;
}

#sidebar {
    position: absolute;
    z-index: 90;
    background: #fff;
    padding: 10px 20px;
    left: -320px;
    /*box-shadow: 0px 3px 6px #00000029;*/
    min-height: 100%;
    width: 299px;
}

#sidebar ul li {
    padding: 5px 12px;
}

#sidebar ul li a {
    text-decoration: none;
    color: #343434;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
}

#sidebarCategory {
    border: none;
    background-color: transparent;
}

.category-control-buttons:focus {
    border: none !important;
    outline: none !important;
}

.box-product-name {
    font: normal normal 600 16px/20px Open Sans;
    color: #343434;
}

.box-product-name:hover {
    color: inherit;
    text-decoration: none;
}

.box-product-price {
    font: normal normal normal 14px/18px Open Sans;
    letter-spacing: 0px;
    color: #343434;
}

.wishlist-item,
.wishlist-item:active,
.wishlist-item:focus {
    border-radius: 50px;
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #0000000D;
    position: absolute;
    right: 40px;
    z-index: 30;
    bottom: -20px;
    font-size: 20px;
    border: none;
    outline: none;
}

.wishlist-item button {
    border: none;
    outline: none;
    color: #ACACAC;
    background-color: transparent;
}