#title_text {
    height: 90px;
    display: flex;
    align-items: center;
}

#title_text h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#title_background {
    background: url(<?php echo $bgImage; ?>);
    background-size: 100% 90px;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 90px;
    margin: 0 calc(49% - 50vw);
    z-index: -1;
}

/* title */
.tab_title {
    color: #3982D9;
    font-size: 1.5rem;
    font-weight: 600;
}

.tab_icon {
    margin-bottom: 3px;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

/* associated_product */
.item_box img {
    border-color: #7FB9F6;
    border-radius: 15px;
}

.product_icon_box {
    top: -15px;
}

.icon_badges {
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    padding: 4px 8px;
    border-radius: 25px;
}

.item_box a {
    flex: 1 1 0px;
    margin: 10px;
    color: #3f3f3f;
    text-decoration: none;
}

.non_click {
    pointer-events: none;
    cursor: default;
}

.bg_bluestripe {
    background-color: #E3F0FD;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #E7F8FC), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #E7F8FC), color-stop(.75, #E7F8FC), color-stop(.75, transparent), to(transparent));
    background-size: 7px 7px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.besidetag {
    display: inline;
}

.sidescrollstyle {
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
}

.sidescrollstyle_prd {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
}

.buttonstyle {
    background-color: #1282e0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.linkarea_expansion {
    text-decoration: none;
    display: block;
}

.recipebutton_bg {
    background-color: #3C80D9;
}

.seemorebutton_bg {
    background-color: #87BCF9;
}

.bg_blueline {
    margin: 0 auto;
    background-image: linear-gradient(transparent 50%, #DFDAF2 0%);
    width: 50%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.recipesh1 {
    color: #4287DA;
}

.recipeshh1_f {
    font-weight: 300;
}

.textshort {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-img-overlay {
    padding: 0;
    top: calc(70% - 0.5rem);
}

.trim {
    position: relative;
}

.trim:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #262626 100%);
    border: none;
    border-radius: 0px 0px 100% 100% / 0px 0px 65% 65%;
}

.seemorebutton_cr {
    background-color: transparent;
}

.roundcut {
    border-radius: 0px 0px 100% 100% / 0px 0px 65% 65%;
}

.round_under {
    border-radius: 0px 0px 20px 20px;
}

.round_over {
    border-radius: 20px 20px 0px 0px;
}

.round_box {
    border-radius: 20px 20px 20px 20px;
}

.circleindicator {
    border-radius: 50%;
    margin: 1px 3px;
    max-width: 3px;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}


#heading {
    background-image: url('/wp-content/uploads/bt_title_2.png') !important;
}

.image_box {
    border-radius: 15px;
    overflow: hidden;
}

.image_box div {
    background-color: black;
    opacity: 0.55;
    color: white;
    width: 100%;
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25rem;
}

@media screen and (max-width: 768px) {
    .image_box div {
        line-height: 2rem;
    }
}
