.recipe_slider a {
    display: block;
}

.slider_item_img img {
    width: 100%;
}

.recipe_name p {
    line-height: 28px;
    padding-top: 22px;
    padding-bottom: 24px;
    font-size: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
}

.relevant_wrap {}

.relevant_wrap a {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
}

.relevant_img {
    overflow: hidden;
    border-radius: 12px;
    width: 48%;
    margin: 1%;
}

.relevant_img img {
    width: 100%;
    height: 100%;
}

.relevant {
    width: 48%;
    padding: 1%;
}

.relevant .products_number {
    width: 132px;
    padding: 6px 0;
    border-radius: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #dec095;
}

.relevant .item_name {
    margin-top: 4px;
    padding: 4px 0;
}

.relevant .item_name span {
    font-size: 13px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.relevant .sale {
    padding-top: 20px;
}

.relevant .sale span {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.relevant .price {
    padding-bottom: 14px;
}

.relevant .price span {
    font-size: 21px;
    color: #222;
}

.relevant .price span.percentage {
    color: #ee2f49;
}

.recipe_video_wrap {
    max-width: 414px;
    width: 100%;
    height: 214px;
}

.recipe_video {
    width: 100%;
    height: 100%;
}

.recipe_video iframe {
    width: 100%;
    height: 100%;
}

.ingredients {
    padding-top: 36px;
}

.ingredients_title {
    display: flex;
}

.ingredients_title>div {
    width: 19px;
    line-height: 29px;
    margin-right: 6px;
}

.ingredients_title img {
    width: 100%;
}

.ingredients_title h4 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.ingredients_list .material {
    display: block;
    margin-top: 4px;
    padding-bottom: 18px;
    line-height: 26px;
    font-size: 17px;
    color: #333;
    white-space: pre-line;
}

.ingredients_img {
    margin-bottom: 13px;
}

.ingredients_img img {
    display: block;
    width: 100%;
    margin-bottom: 21px;
}

.step {
    margin-bottom: 33px;
}

.step_title_img {
    width: 185px;
    height: 100px;
}

.step_title_img img {
    width: 100%;
}

.step h4 {
    margin-top: 13px;
    margin-bottom: 4px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.step p {
    line-height: 26px;
    font-size: 15px;
    color: #333;
}

.line_bg {
    height: 14px;
    margin-bottom: 27px;
    background-color: #f9f9f9;
}

.related_products {
    font-size: 25px;
    padding-bottom: 40px;
}

.related_products_title h4 {
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

.scroll_box {
    overflow: auto;
    padding-bottom: 8px;
}

.related_products ul {
    display: flex;
    width: max-content;
}

.related_products ul li {
    width: 100px;
    padding: 6px;
    padding-left: 0;
}

.related_products ul li a {
    display: block;
}

.related_products ul li a img {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
}

.related_products ul li h4 {
    padding-top: 6px;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related_products ul li div {
    padding-top: 6px;
    line-height: 12px;
}

.related_products ul li div span {
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.related_products ul li div span:last-child {
    color: #ee2f49;
}

.other_recipe {
    padding-bottom: 40px;
}

.other_recipe_title {
    border: 0;
}

.other_recipe_title h4 {
    padding-top: 6px;
    padding-bottom: 12px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.other_recipe_wrap {
    margin-top: 14px;
}

.other_recipe_slider li {
    margin-right: 6px;
}

.other_recipe_slider a {
    width: 150px;
    display: block;
    overflow: hidden;
}

.other_recipe_slider img {
    width: 100%;
    border-radius: 12px;
}

.other_recipe_slider p {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 4px;
    color: #333;
}

.other_recipe_slider span {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #333;
}

.other_recipe_slider .slider__counter {
    position: absolute;
    right: 35px;
    top: -51px;
    font-size: 16px;
    color: #333;
}