.custom_category h3 {
    font-family: Roboto-Regular;
    font-size: 22px;
    color: #424242;
    white-space: nowrap;
    text-align: center;
}
.custom_category .category {
    background-color: #fff;
    min-height: 148.5px;
    text-align: center;
    padding-top: 16px;
    border-radius: 10px;
}

.custom_category .category:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-transform: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out;
    position: relative;
}

.custom_category .category img {
	height: 80px;
	width: 80px;
	margin: auto;
}

.custom_category .category .content .text {
    margin: 8px 12px 0;
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.custom_border {
    border-bottom: 2px solid #ff1a20;
    padding-bottom: 1rem;
}
.view_more_btn {
    background: #ff1a20;
    /* background-image: linear-gradient(136deg, #ffbc00, #ff1a20); */
    text-transform: capitalize;
}
.view_more_btn:hover {
    background: #ffbc00;
}
.badge-custom {
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    border-radius: 0 50em 50em 0;
    color: #ff0000;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 15px;
    left: 0;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}
.badge-custom .box {
    height: 26px;
    width: 26px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.custom_sidebar .current {
    color: #f14242!important;
}
.buy_now_btn {
    text-transform: capitalize;
    cursor: pointer;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold!important;
    color: #fff!important;
    border-radius: 10px;
    width: 100%;
    background-image: linear-gradient(136deg, #ffbc00, #ff1a20);
}
.buy_now_btn:hover {
    background-image: linear-gradient(136deg, #ffbc00, #ffbc00);
}
