.liquid_product{
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 7px #ccc;
    border: 1px solid rgba(48, 59, 27, 0.1);
    overflow: hidden;
    @media screen and (max-width: 910px) {
        width: 100%;
    }

    .liquid_product_title_box{
        cursor: pointer;
        padding: 14px 19px;
        display: flex;
        align-items: center;
        min-height: 64px;
        border-bottom: 2px solid #F4F4F4;
        @media screen and (max-width: 768px) {
            padding: 17px 19px 13px;

        }
        span{
            color:#2D2A2A;
            margin-bottom: 0;
            font-size: 16px;
            @media screen and (max-width: 1200px ) and (min-width: 990px) {
                font-size: 15px;
            }
            text-transform: uppercase;
            margin-left: 11px;
        }
        .title_box_img{
            &.img-liquid{
                width: 21px;

            }
            &.img-new{
                width: 34px;
            }
            &.img-soon{
                width: 24px;
            }
        }
        .title_box_vector{
            width: 8px;
            height: 14px;
            margin-left: auto;

        }
    }
    .liquid_product_images_box{
        display: flex;
        justify-content: space-around;
        padding: 22px 0;

        .liquid_image_box{
            cursor: pointer;
            text-align: center;
            p{
                text-transform: uppercase;
                margin-bottom: 2px;
                &.last_price{
                    text-decoration: line-through;
                    color:#999999;
                    font-size: 14px;
                }
                &.new_price{
                    color:#006699;
                }
            }
            .product_image{
                width: 100px;
                border:1px solid #F0FAFF;
                margin-bottom: 12px;
                @media screen and (max-width: 910px) and (min-width: 614px) {
                    width: 184px;
                }
                @media screen and (max-width: 351px){
                    width: 82px;
                }
            }
        }
    }
}
