.recipe_archive .heading{
    padding-bottom: 5px;
    font-size: 23px;
    margin-bottom: 20px;
}
.recipe_archive .checkbox_list input:checked + label:before {
    top: 2px;
    left: 7px;
    width: 6px;
}
.checkbox_list .form-check .form-check-label{
    font-size: 17px;
}
.recipe_archive .checkbox_list .form-check .form-check-label:after {
    width: 20px;
    height: 20px;
    border: 1px solid var(--white);
    border-radius: 3px;
}
.recipe_archive .product_filter {
    position: relative;
    padding: 30px 25px;
}
.recipe_archive .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
}
.page_banner img{
    width: 98%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 15px auto;
    border-radius: 10px;
}
.all_racipe .nav-pills .btn.active, .all_racipe .nav-pills .btn:hover{
    background-color: var(--t_color);
    color: var(--white);
    border-color: var(--t_color);
}
.all_racipe .nav-pills .btn {
    border-radius: 5px;
    background: #fff;
    color: var(--t_color);
    border: 1px solid #f2f2f2;
}
.all_racipe .tab-pane .heading {
    font-size: 20px;
    margin-bottom: 3px;
}

.racipes {
    display: flex;
    flex-wrap: wrap;
}
.racipes .racipe {
    width: 31.2%;
    margin: 0 10px;
    border: 1px solid #DCDCDC;
    margin-bottom: 20px;
    border-radius: 15px;
    padding-bottom: 15px;
}
.racipe .re_contetn {
    padding: 10px 10px 0 10px;
}
.racipe .heading {
    font-size: 23px;
    color: var(--black);
}
.recipe .sub_heading {
    font-size: 18px;
    color: var(--t_color);
}
.share_recipe.btn {
    border: 1px solid var(--t_color);
    padding: 11px 33px;
    color: var(--t_color);
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    z-index: 99;
}
.checkbox_list {
    margin-bottom: 25px;
}
.checkbox_list.form-select{
    padding: 7px 15px !important;
    color: var(--t_color);
    border-radius: 3px;
    border-color: var(--t_color);
}
.checkbox_list.form-select:focus{
    box-shadow: none;
}
.appy_btn.btn{
    background-color: var(--white);
    color: var(--t_color);
}

@media (max-width:767px){
    .racipes .racipe {
        width: 44%;
    }
    .racipe .sub_heading {
        font-size: 14px;
    }
    .all_racipe .tab-pane .heading {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .recipe_archive .product_filter{
        position: fixed;
        overflow: auto;
    }
    .share_recipe.btn {
      padding: 11px 25px;
    }
    .page_banner img {
        width: 96%;
        height: 200px;
    }
    .recipe_archive .category_filter {
        border-left: 1px solid #afafaf;
        padding-left:15px;
        right:10px;
        border-right: 0;
    }
    .racipes .racipe .recipe-img {
        height: 200px !important;
    } 
}

@media (max-width:320px){
    .racipes .racipe {
        width: 43%;
        min-width: 43%;
    }
    .racipes .racipe .recipe-img {
        height: 115px !important;
    }    
}