.category-item {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 35%);
    border: 0 solid #DFDFDF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 25px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    max-width: 170px !important;
}
.category-item:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 65%);
}
.category-item a {
    text-decoration: none;
    color: #000000;
}
.category-item a:hover {
    text-decoration: none !important;
    color: #000000 !important;
}
.category-item .category {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category-item .category .category-thumbnail {
    height: 152px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category-item .category-bot {
    min-height: 82px;
    max-height: 82px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-item .spice-bot {
    min-height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-item .spice-bot .category-name {
    padding-top: 5%;
}


.category-item .category-bot .category-name {
    font-size: 16px !important;
    line-height: 20px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.category-item .category-bot .category-subtitle {
    color: #9B9B9B !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 4px 10px 12px 12px !important;
}
.spice-slider .overlay-left {
    left: -1px;
    top: 0;
    width: 10%;
    background: -moz-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, #fff 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, #fbfbfb 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 2;
}
.spice-slider .overlay-right {
    right: -1px;
    top: 0;
    width: 10%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255,255,232,0) 0%,#fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 2;
}

fa-bookmark:hover {

}

.fa-chevron-right {
    top: 40%;
    right: 10px;
    z-index: 3;
}
.fa-chevron-left {
    top: 40%;
    left: 10px;
    z-index: 3;
}

.recipes-widget .row .recipe-container .bookmark {
    width: 40px !important;
    min-height: 40px !important;
}

.recipes-widget .row .recipe-container .bookmark i {
    font-size: 22px !important;
}

.recipes-widget .row .recipe-container .bookmark i:hover {
    font-weight: 800;
}

.recipes-widget .row .recipe-container .title {
    overflow: hidden !important;
    display: -webkit-box !important;
    margin: auto !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-size: 16px !important;
    line-height: 22px !important;
}

.recipe-container:hover {
    box-shadow: 0px 4px 8px rgb(0 0 0 / 45%) !important;
}

.reviewCount {
    font-size: 14px !important;
}

@media only screen and (max-width: 768px) {
    .recipes-widget .row .recipe-container .title {
        font-size: 14px !important;
        line-height: 18px !important;
        max-width: 12ch !important;
    }
    .row-full-width-inner {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .spice-slider .overlay-left {
        left  : 0px;
        top   : 0;
        width : 25%;
    }
    .spice-slider .overlay-right {
        right: 0px;
        width: 25%;
    }
}