body{
overflow-x : hidden;
}
/* WR-50995 */
#main-blog #breadcrumbs ul {
    padding: 0px 15px;
}
#main-blog #left-navigation {
    padding-left: 15px;
}
/* WR-50995 */
.scotsblogger_confirmation {
    padding: 2px 10px;
    color: #fff !important;
    /*font-size: 12px; */
}
.recipe-social {
    display: flex;
    justify-content: flex-end;
}
.products_mentioned {
    padding-top: 15px;
    letter-spacing: 1px;
}
.fs-10pt {
    font-size: 10pt;
}
.mr-tp4 {
    /* margin-top: 2rem; */
}
.commentDesc {
    padding: 5px;
    resize: vertical;
    border: solid 2px #d1d3d4;
    border-radius: 5px;
    
}
.prods-listing .owl-item {
    /* width: 24rem !important; */
}
.font-14{
    font-size: 14px;
}

i {
    font-style: normal;
}

.section {
   // padding-top: 1rem;
    //padding-bottom: 1rem
}

.recipe-social .fa {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.recipe-social ul li {
    background-color: #f47a44;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}

.blog-cover-image {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1600 / 262; /* R-50002 */
    /*height: 30rem !important;*/
}
.blog-image-circles{
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.blog-images{
width:60px;
height:60px;
}
.blog-head-title {
    font-size: 2.5em;
    font-weight: 800;
}

.blog-container {
   /* max-width: 126rem !important; */
}

.red-button {
    padding: 0;
    margin: 0;
    /* height: 20px; */
    background: #f47a44;
    border: none;
    color: #fff !important;
    border-radius: 2rem;
    text-align: center;
    /* font-weight: 800; PS-26775 Consolidation of Global CSS */
    font-size: 12px;
    display: block;
    width: 21rem;
    letter-spacing: 1px;
    line-height: 35px;
}


.blog-btn {
    position: relative;
    top: 6rem; /* changed from 4.5rem to 5rem - #371 */
}

.blog-content {
    text-align: justify;
}

.blog-title-1 {
    font-size: 1.5em;
    font-weight: 600;
}
.pop_recipes {
    border-bottom: 1px solid #e6e6e6;
}

.blog-divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.blog-written-by {
    font-size: 14px;
    font-weight: 800;
    top: -1rem;
    position: relative;
    font-family: ITCAvantGardePro-Bold;
}

.blog-writtent-date {
    color: #908a8a;
    font-family: ITCAvantGardePro-Bk;
    margin-left: 1rem;
}

.blog-image-circle {
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    /* min-width: 10rem; */
    object-fit: cover;
    max-width: 10rem;
    min-height: 8rem;
    object-fit: ;
}

.blog-image {
    position: relative;
    top: 1rem;
    right: rem;
}

.blog-latest-post-text {
    margin: 25px 0 20px 0;
    /* font-weight: 900; PS-26775 Consolidation of Global CSS */ 
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.transorm-upper {
    text-transform: uppercase;
}
.blog-cardpanel {
    position: absolute;
    background-color: #fff;
    width: 40rem;
    height: 26rem;
    top: 2rem;
    right: 5rem;
    padding: 4rem;
}

.blog-cardpanel p {
    font-size: 12pt;
}
.popular-recipe_card {
    background-color: unset;
    position: relative;
    display: inline-block;
    margin: .5rem 0 1rem 0;
    height: 20rem;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    border-bottom: solid 1px;
}
.blog-latest-card {
    width:max-;
    position: relative;
    display: inline-block;
    margin: .5rem 0 1rem 0;
    height: 20rem;
    background-color: #f9f9f9;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    border-bottom: solid 1px;
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); */
}

.blog-latest-card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}

.follow-us {
    display: block;
    position: absolute;
    right: 0;
    /* float: right; */
    /* text-align: center; */
    top: 3.8rem; /* PS-26775 Consolidation of Global CSS */
}

.follow-us-text {
    color: #f47a44;
    /* font-weight: 900; */
    letter-spacing: 2px;
    font-size: 18px;
    padding: 0 0 0 10px;
    font-family: ITCAvantGardePro-Md; /* PS-26775 Consolidation of Global CSS */ 
}
.follow-us a:hover  {
    color: #f47a44 !important;
}


/* mobile class */

.blog-card {
    position: relative;
    margin: .5rem 1.5rem 2.5rem 0;
    /* background-color: #000; */
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); */
    box-shadow: 1px 4px 4px 3px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.blog-card .blog-card-image {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.blog-card .blog-card-image img {
    object-fit: cover;
    min-height: 24rem;
    max-height: 24rem;
}

.blog-card .blog-card-content {
    padding: 24px;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    min-height: 19rem;
    max-height: 19rem;
}

.blog-card .blog-card-content p {
    color: #908a8a;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-card .blog-card-action {
    background-color: inherit;
    position: relative;
    padding: 20px 20px;
    /* border-radius: 5px; */
}

.blog-card .blog-card-action a {
    margin-right: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    /* text-transform: capitalize; */
}

.float-right {
    float: right;
}

.read-more {
    font-weight: 900;
    color: #403838;
}

.blog-card-date {
    font-weight: 900;
    color: #908a8a;
}

/* @media (min-width: 1200px) {
            .col-lg-4 {
                width: 28%;
            }
        } */

.blog-header {
    font-size: 2em;
    font-weight: 900;
}

@media screen and (max-width: 600px) {
    .red-button {
        padding: 0;
        margin: 0;
        background: #f47a44;
        color: #fff !important;
        border-radius: 2rem;
        text-align: center;
        font-size: 12px; /* changed from 16 to 12 PS-26775 Consolidation of Global CSS */
        display: block;
        width: 16rem;
        letter-spacing: 1px;
        /*line-height: 40px;*/
        z-index: 5;
    }
}

.blog-right {
    position: relative;
    right: -24rem;
}

@media (max-width: 1024px) and (min-width: 768px) {
    /*.prods-listing .owl-item {
        width: 24rem !important;
    }*/
    .blog-right {
        position: relative;
        right: auto;
    }
    .section {
        //padding-top: 5rem;
        //padding-bottom: 5rem;
background-color: #fff;
    }
    .blog-image-circle {
        border-radius: 50%;
        width: 4rem;
        height: 4rem;
        min-width: 4rem;
        max-width: 4rem;
        min-height: 4rem;
    }
    .blog-image {
        position: relative;
        top: 2rem;
    }
    .blog-btn {
        position: relative;
        top: 5rem;
    }
    .blog-cover-image {
        object-fit: contain;
        width: 100%;
        height: 20rem !important;
    }
    .blog-written-by {
        font-size: 1em;
        font-weight: 800;
        top: -.6rem;
        position: relative;
    }
    .follow-us-text {
        color: #f47a44;
        /* font-weight: 900; */
        position: relative;
        left: 7rem;
	font-family: ITCAvantGardePro-Md; /* PS-26775 Consolidation of Global CSS */ 
    }
    /* .follow-us {
        display: block;
        position: absolute;
        right: -9rem;
        float: right; 
        text-align: center;
        top: -1rem;
    } */
    .follow-us {
        display: block;
        position: absolute;
        right: 6rem;
        /* float: right; */
        text-align: center;
        top: 4rem;
        z-index: 1;
    }
    .recipe-social ul {
        position: relative;
        left: 6rem;
    }
    .blog-latest-post-text {
        font-size: .6em;
        /* font-weight: 900; PS-26775 Consolidation of Global CSS */ 
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .blog-cardpanel {
        position: absolute;
        background-color: #fff;
        width: 18rem;
        height: 14rem;
        top: 3rem !important;
        right: 2rem;
        padding: 1rem;
    }
    .blog-cardpanel p {
        font-size: .6em;
    }
    .blog-card .blog-card-content {
        padding: 3px;
        background-color: #fff;
        border-radius: 0 0 2px 2px;
        min-height: 8rem;
        max-height: 8rem;
    }
    .blog-card .blog-card-image img {
        object-fit: cover;
        min-height: 6rem;
        max-height: 6rem;
    }
    .blog-card .blog-card-action a {
        margin-right: .6rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        /* text-transform: uppercase; */
        font-size: 1.66vw;
    }
    .float-right {
        float: inherit;
    }
    .blog-card .blog-card-content p {
        color: #908a8a;
        font-size: .6em;
    }
    .blog-card .blog-card-action {
        background-color: inherit;
        position: relative;
        padding: .2rem;
    }
    .row {
        margin-left: -0.9vh;
        margin-right: -0.9vh;
        margin-bottom: 20px;
    }
}

@media (max-width: 409px) and (min-width: 320px) {
    /*.prods-listing .owl-item {
        width: 17rem !important;
    }*/
    .blog-container {
        max-width: 41rem !important;
    }
    .recipe-social {
        display: inline !important;
        justify-content: flex-end;
    }
    div.recipe-social ul li {
        background-color: #f47a44;
        margin-right: 0 !important;
        width: 19px !important;
        height: 19px !important;
        line-height: 30px !important;
        display: inline-block;
        border-radius: 100%;
        text-align: center;
    }
    .recipe-social .fa {
        font-size: 11px !important;
        line-height: 15px !important;
        position: relative;
        top: -.6rem;
    }
    .blog-right {
        position: relative;
        right: 2rem;
    }
    .section {
        padding-top: 5rem;
        padding-bottom: 5rem;
background-color: #fff;
    }
    .blog-image-circle {
        border-radius: 50%;
        width: 7rem;
        height: 7rem;
        min-width: 7rem;
        max-width: 7rem;
        min-height: 7rem;
    }
    .blog-image {
        position: relative;
        top: 2rem;
    }
    .blog-btn {
        position: relative;
        top: 3.2rem;
    }
    .blog-cover-image {
        object-fit: contain;
        width: 100%;
        height: 20rem !important;
    }
    .blog-written-by {
        font-size: .54em;
        font-weight: 900;
        top: -.6rem;
        position: relative;
    }
    .follow-us-text {
        color: #f47a44;
        /* font-weight: 900; */
        position: relative;
        left: 5.8rem;
        font-size: .7em;
	font-family: ITCAvantGardePro-Md; /* PS-26775 Consolidation of Global CSS */ 
    }
    .blog-head-title {
        font-size: 1.5em;
        font-weight: 900;
    }
    .follow-us {
        display: block;
        position: absolute;
        right: 4.4rem;
        text-align: center;
        top: 1.5rem;
    }
    .red-button {
        padding: 0;
        margin: 0;
        background: #f47a44;
        color: #fff !important;
        border-radius: 2rem;
        text-align: center;
        font-size: .6rem;
        display: block;
        width: 8rem;
        letter-spacing: 1px;
        /*line-height: 22px;*/
    }
    .recipe-social ul {
        position: relative;
        left: 6rem;
    }
    .blog-cardpanel {
        position: absolute;
        background-color: #fff;
        width: 18rem;
        height: 14rem;
        top: 3rem !important;
        right: 2rem;
        padding: 1rem;
    }
    .blog-cardpanel p {
        font-size: .6em;
    }
    .blog-card .blog-card-content {
        padding: 3px;
        background-color: #fff;
        border-radius: 0 0 2px 2px;
        min-height: 8rem;
        max-height: 8rem;
    }
    .blog-card .blog-card-image img {
        object-fit: cover;
        min-height: 6rem;
        max-height: 6rem;
    }
    .blog-card .blog-card-action a {
        /* margin-right: .6rem; */
        margin: 0.3rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        /* text-transform: uppercase; */
        font-size: 1.66vw;
    }
    .blog-card {
        margin: .5rem 0 2rem 0;
    }
    .float-right {
        float: inherit;
    }
    .blog-card .blog-card-content p {
        color: #908a8a;
        font-size: .6em;
    }
    .blog-card .blog-card-action {
        background-color: inherit;
        position: relative;
        padding: .2rem;
    }
    .row {
        margin-left: -0.9vh;
        margin-right: -0.9vh;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) and (min-width: 411px) {
    .prods-listing .owl-item {
        width: 17rem !important;
    }
    .blog-container {
        max-width: 41rem !important;
    }
    .recipe-social {
        display: flex;
        justify-content: flex-end;
    }
    .recipe-social ul li {
        background-color: #f47a44;
        margin-right: 5px;
        width: 17px !important;
        height: 17px !important;
        line-height: 25px;
        display: inline-block;
        border-radius: 100%;
        text-align: center;
    }
    .recipe-social .fa {
        font-size: 12px !important;
        line-height: 15px !important;
        position: relative;
        top: -.4rem;
    }
    .blog-right {
        position: relative;
        right: 4rem;
    }
    .section {
       padding-top: 5rem;
       padding-bottom: 5rem;
    }
    .blog-image-circle {
        border-radius: 50%;
        width: 7rem;
        height: 7rem;
        min-width: 7rem;
        max-width: 7rem;
        min-height: 7rem;
    }
    .blog-image {
        position: relative;
        top: 2rem;
    }
    .blog-btn {
        position: relative;
        top: 3rem;
    }
    .blog-cover-image {
        object-fit: contain;
        width: 100%;
        height: 20rem !important;
    }
    .blog-written-by {
        font-size: .54em;
        font-weight: 900;
        top: -.6rem;
        position: relative;
    }
    .follow-us-text {
        color: #f47a44;
        /* font-weight: 900; */
        position: relative;
        left: 5rem;
        font-size: .8em;
	font-family: ITCAvantGardePro-Md; /* PS-26775 Consolidation of Global CSS */ 
    }
    .blog-head-title {
        font-size: 1.5em;
        font-weight: 900;
    }
    .follow-us {
        display: block;
        position: absolute;
        right: 4.5rem;
        text-align: center;
        top: 1.5rem;
    }
    .red-button {
        padding: 0;
        margin: 0;
        background: #f47a44;
        color: #fff !important;
        border-radius: 2rem;
        text-align: center;
        font-size: .75rem;
        display: block;
        width: 9rem;
        letter-spacing: 1px;
        line-height: 27px;
    }
    .recipe-social ul {
        position: relative;
        left: 6rem;
    }
    .blog-latest-post-text {
        font-size: .6em;
        /* font-weight: 900; PS-26775 Consolidation of Global CSS */
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .blog-cardpanel {
        position: absolute;
        background-color: #fff;
        width: 18rem;
        height: 14rem;
        top: 3rem !important;
        right: 2rem;
        padding: 1rem;
    }
    .blog-cardpanel p {
        font-size: .6em;
    }
    .blog-card .blog-card-content {
        padding: 3px;
        background-color: #fff;
        border-radius: 0 0 2px 2px;
        min-height: 8rem;
        max-height: 8rem;
    }
    .blog-card .blog-card-image img {
        object-fit: cover;
        min-height: 6rem;
        max-height: 6rem;
    }
    .blog-card .blog-card-action a {
        /* margin-right: .6rem; */
        margin: 0.3rem;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        /* text-transform: uppercase; */
        font-size: 1.66vw;
    }
    .blog-card {
        margin: .5rem 0 2rem 0;
    }
    .float-right {
        float: inherit;
    }
    .blog-card .blog-card-content p {
        color: #908a8a;
        font-size: .6em;
    }
    .blog-card .blog-card-action {
        background-color: inherit;
        position: relative;
        padding: .2rem;
    }
    .row {
        margin-left: -0.9vh;
        margin-right: -0.9vh;
        margin-bottom: 20px;
    }
}

.grey {
    background-color: #908a8a;
}

.owl-theme .owl-controls .owl-buttons div>.fa.fa-chevron-circle-left,
.owl-theme .owl-controls .owl-buttons div>.fa.fa-chevron-circle-right {
    color: #ee7943;
}

.owl-wrapper-outer::before {
    content: "";
    position: absolute;
    width: 97px;
    height: 150%;
    background-color: white;
    left: 0;
    transform: translate(-100%, 0);
    top: 0;
    z-index: 3
}

.owl-wrapper-outer::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 150%;
    background-color: white;
    right: 0;
    transform: translate(100%, 0);
    top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    zoom: 0 !important;
    z-index: 5;
    background: transparent !important;
}

.prods-listing .owl-prev {
    position: absolute;
    right: 100%;
    font-size: 20px !important;
    top: 8rem;
    left: -4rem;
}

.prods-listing .owl-next {
    position: absolute;
    left: 100%;
    top: 8rem;
    right: -2rem;
    font-size: 20px !important;
}

.owl-theme .owl-controls .owl-buttons div>.fa.fa-chevron-circle-left,
.owl-theme .owl-controls .owl-buttons div>.fa.fa-chevron-circle-right {
    color: #ee7943;
}

.owl-carousel:hover {
    z-index: 100;
}

.owl-wrapper {
    text-align: center;
}

.owl-item {
    /* border-right: 2px solid black; */
    /* font-family: ITCAvantGardePro-Bold; */
    /* text-transform: uppercase; */
}

.owl-item a:hover {
    /* text-transform: uppercase */
}

.facetinfoleftinnerr {
    float: right;
    width: 100%; /* increase width */
    padding: 1.1% 0 0 3px;
    font-size: 14px; /* increase font size */
    letter-spacing: 1px;
    line-height:2; /* given line height */
}

.facetbox {
    padding: 0 5px;
}

.facets-tree label {
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: 400;
}

.facetinfoleft {
    float: left;
    width: 80%;
    padding: 0px;
}

.facetinfoleftinnerl {
    float: left;
    width: 10%;
}

.facetinforight {
    float: right;
    width: 15%;
     padding:0 5px;
        font-size: 12px;
        line-height: 19px;
        text-align: center;}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .facetbox input[type="checkbox"] {
        margin-top: -5px;
    }
}

.showing-items {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600 !important;
    padding-right: 10px;
    color: #000;
}

body.touch #category-listing .expanded {
    display: flex;
    flex-wrap: wrap;
}
.mb-unset {
    margin-bottom: unset;
}
.dark-text {
    color: #000;
    font-weight: 500;
}
/* .blog-cardpanel-content {
    line-height: 2.1rem;
} */

.header-text {
    text-transform: uppercase;
}

.cust-sub-category .inner img {
    transform: scale(1);
    transition: transform 0.3s;
}

.image {
    height: 332px;
    width: 400px;
}

.recipeTime {
    padding-left: 0px;
    margin-left: -8px;
}

.cust-sub-category .inner:hover img {
    transform: scale(1.1);
}

.recipe-container .product-details {
    padding: 7px 10px 10px !important;
}

.paddingLeftZero {
    padding-left: 0px;
}

.margin20px {
    margin: 10px 0 20px 0;
}

.MsaveRecipe {
    padding-right: 10px;
    justify-content: flex-end;
}

.height100vh {
    height: 100vh !important;
}

.showmore-innerbox {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 190px;
    letter-spacing: 1px;
    line-height: 33px;
    border: 1px solid #f47a44;
    background: #f47a44;
    border-radius: 0;
    text-align: center;
    height: 30px;
    font-size: 14px;
}

.showmore-innerbox a {
    color: #fff!important;
    font-weight: 100 !important;
}

.facets-tree label {
    margin-bottom: 0px;
    font-size: 10pt;
    font-weight: 400;
}

.facetinfoleft {
    float: left;
    width: 80%;
    padding: 0px;
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .recipe-social {
        display: flex;
        justify-content: flex-end;
    }
    .section {
       // padding-top: 1rem;
      //  padding-bottom: 1rem
    }
    .row {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .col .row {
        margin-left: -.75rem;
        margin-right: -.75rem;
    }
    .row .col {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .75rem;
        min-height: 1px;
    }
    .recipe-social .fa {
        font-size: 16px;
        line-height: 25px;
        color: #fff;
    }
    .recipe-social ul li {
        background-color: #f47a44;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: inline-block;
        border-radius: 100%;
        text-align: center;
    }
    .blog-cover-image {
        /* object-fit: contain; */ /* july #11 */
        width: 100%;
        height: auto !important; /* changed from 30rem to auto */ 
    }
    .blog-head-title {
        font-size: 3em;
        font-weight: 800;
    }
    .red-button {
        padding: 0;
        margin: 0;
        background: #f47a44;
        color: #fff !important;
        border-radius: 2rem;
        text-align: center;
        font-size: 12px; /* changed from 16 to 12 PS-26775 Consolidation of Global CSS */
        display: block;
        width: 21rem;
        letter-spacing: 1px;
        /*line-height: 40px;*/
    }
    .blog-btn {
        position: relative;
        top: 4rem; /* changed from 3rem to 4rem - #371 */
    }
    .blog-content {
        text-align: justify;
    }
    .blog-title-1 {
        font-size: 2em;
        font-weight: 800;
    }
    .blog-divider {
        height: 1px;
        overflow: hidden;
        background-color: #e0e0e0;
    }
    .blog-written-by {
        font-size: 1em;
        font-weight: 800;
        top: -1rem;
        position: relative;
    }
    .blog-writtent-date {
        color: #908a8a;
        ;
    }
    .blog-image-circle {
        border-radius: 50%;
        width: 8rem;
        height: 8rem;
        min-width: 8rem;
        max-width: 8rem;
        min-height: 8rem;
    }
    .blog-image {
        position: relative;
        top: 2rem;
    }
    .blog-latest-post-text {
        font-size: 1.5em;
        /* font-weight: 900; PS-26775 Consolidation of Global CSS */
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .blog-cardpanel {
        position: absolute;
        background-color: #fff;
        width: 29rem;
        height: 25rem;
        top: 1rem;
        right: 2rem;
        padding: 2rem;
    }
    .blog-cardpanel p {
        font-size: 12pt;
    }
    .blog-latest-card {
        position: relative;
        display: inline-block;
        margin: .5rem 0 1rem 0;
        background-color: #f9f9f9;
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        border-radius: 2px;
        border-bottom: solid 1px;
        /* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); */
    }
    .blog-latest-card-content {
        padding: 24px;
        border-radius: 0 0 2px 2px;
    }
    .follow-us {
        display: block;
        position: absolute;
        /* right: 0;*/ /* commented to fix - #371 */
        /* float: right; */
        text-align: center;
        top: 1.8rem;
    }
    .follow-us-text {
        color: #f47a44;
        font-weight: 900;
    }
    /* mobile class */
    .blog-card {
        position: relative;
        margin: .5rem 0 1rem 0;
        background-color: #fff;
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        border-radius: 2px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }
    .blog-card .blog-card-image {
        display: block;
        border-radius: 2px 2px 0 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }
    .blog-card .blog-card-image img {
        object-fit: cover;
        min-height: 24rem;
        max-height: 24rem;
    }
    .blog-card .blog-card-content {
        padding: 24px;
        background-color: #fff;
        border-radius: 0 0 2px 2px;
        min-height: 20rem;
        max-height: 20rem;
    }
    .blog-card .blog-card-content p {
        color: #908a8a;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .blog-card .blog-card-action {
        background-color: inherit;
        position: relative;
        padding: 16px 24px;
    }
    .blog-card .blog-card-action a {
        margin-right: 24px;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        /* text-transform: uppercase; */
    }
    .float-right {
        float: right;
    }
    .read-more {
        font-weight: 900;
        color: #403838;
    }
    .blog-card-date {
        font-weight: 900;
        color: #908a8a;
    }
    .blog-right {
        position: relative;
        right: -6rem; /* changed from -18 rem to -6rem - #371 */
    }
    .blog-header {
        font-size: 2em;
        font-weight: 900;
    }
    #breadcrumbs {
        padding: 1rem;
    }
    .blog-container {
        max-width: 115rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .background-container {
        padding-top: 40px !important;
    }
}

.owl-wrapper-outer::before {
    content: "";
    position: absolute;
    width: 97px;
    background-color: white;
    left: 0;
    transform: translate(-100%, 0);
    top: 0;
    z-index: 3;
}

.owl-wrapper-outer::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 150%;
    background-color: white;
    right: 0;
    transform: translate(100%, 0);
    top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    zoom: 0 !important;
    z-index: 5;
    background: transparent !important;
}

#recipeCatList .owl-prev {
    position: absolute;
    right: 100%;
    font-size: 20px !important;
    top: -12px;
}

#recipeCatList .owl-next {
    position: absolute;
    left: 100%;
    top: -12px;
    font-size: 20px !important;
}

.owl-theme .owl-controls .owl-buttons div>.fa.fa-chevron-circle-left,
.owl-theme .owl-controls .owl-buttons div>.fa.fa-chevron-circle-right {
    color: #ee7943;
}

.owl-carousel:hover {
    z-index: 100;
}

.owl-wrapper {
    text-align: center;
}

.owl-item {
    /* border-right: 2px solid black; */
    /* font-family: ITCAvantGardePro-Bold; */
    /* text-transform: uppercase; */
}

.owl-item a:hover {
    /* text-transform: uppercase */
}

.width100 {
    width: 100%
}

.activerctgy {
    color: #ee7943 !important;
}

.modalRecipeDetail {
    font-family: ITCAvantGardePro-Bold;
    font-size: 40px;
    text-align: left;
}

.modal-dialog {
    max-width: 1364px;
    width: 100%;
}

.recipe-social {
    display: flex;
    justify-content: flex-end;
}

.recipe-social ul {
    list-style: none;
    padding: 0 0 0 10px;
}

.recipe-social ul li {
    background-color: #f47a44;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}

.recipe-social ul li a {
    color: #fff !important;
}

.recipe-social .fa {
    font-size: 16px;
    line-height: 25px;
}

.timeContainer {
    display: flex;
    justify-content: space-between;
}

.timersContenet {
    width: 25%;
    border-right: 1px solid black;
    text-align: center;
}

.servings {
    width: 25%;
    text-align: center;
}

.timeText {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.recipetime {
    font-size: 15px;
}

.saveRecipeText {
    width: 50%;
    text-align: end;
    color: #628E83;
    cursor: pointer;
    float: right;
}

.saveRecipeText .fa {
    margin-right: 5px;
}

#SRImage .margin20px {
    margin: 0 !important;
    padding: 12px;
    height: 200px !important;
}

.ingredients {
    margin-top: 20px;
}

.ingredient {
    text-align: left;
}

.heading {
    font-size: 22px;
    font-family: ITCAvantGardePro-Bold;
}

.servingIncDec {
    color: #f47a44;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 1.5px solid black;
}


/* On mouse-over, add a grey background color */

.checkboxContainer:hover input~.checkmark {
    background-color: white;
}


/* When the checkbox is checked, add a blue background */

.checkboxContainer input:checked~.checkmark {
    background-color: white;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 6px;
    top: 2px;
    ;
    width: 5px;
    height: 10px;
    border: solid #f47a44;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.heart {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.heartIcon {
    color: black;
    font-size: 18px;
    margin-right: 13px;
}

.servingContainer {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servingInputText {
    margin: 0 10px 0 10px;
    width: 30px;
    text-align: center;
}

.instrctiontext {
    font-size: 14px;
    font-weight: bold;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.recipeprodtext {
    margin-left: 35px;
    font-size: 14px;
    font-weight: bold;
}

.btnATCDsiabled {
    width: max-content;
    background: #ccc7c7;
    color: white;
    border: none;
    height: 40px;
}

.btnATCActive {
    width: 100%;
    background: #f47a44;
    color: white;
    border: none;
    height: 40px
}

.deSelectAll {
    width: 100%;
    background: #f47a44;
    color: white;
    border: none;
    height: 40px;
}

.selectAll {
    width: max-content;
    background: #f47a44;
    color: white;
    border: none;
    height: 40px;
}

.displayNone {
    display: none;
}

.closeCss {
    color: white;
    position: absolute;
    top: -4px !important;
    right: -31px !important;
    background: #f47a44 !important;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    font-size: 18px !important;
    opacity: 1;
    transform: translate(-50%, -50%) !important;
    margin-top: 19px !important;
    margin-right: 17px
}

.onSevingchangePop {
    margin-top: 20px;
    border: 2px solid #f47a44;
    padding: 20px;
    text-align: center;
}

.thanksBtn {
    width: 50%;
    background: #f47a44;
    color: white;
    border: none;
    height: 40px;
}

.noteText {
    font-size: 22px;
    font-family: ITCAvantGardePro-Bold;
    color: #f47a44;
}

.Fwbold {
    font-weight: bold;
    margin: 0px;
}

.background {
    border: 1px solid #628e83 !important;
    background: #628e83 !important
}

.hidefacet {
    display: none;
}

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}

.devider {
    width: 80%;
    border: 1px solid #ddd;
    margin: 5px auto;
}

.maincontainer {
    background-color: white;
}

.white {
    background-color: #fff !important;
}

.comment-input {
    width: 100%;
    height: 40px;
    border: 2px solid #d1d3d4;
    padding: 0px 5px;
    border-radius: 5px;
    /* border: inset; */
    /* background: #f9f9f9; */
}

#myBtn {
    display: none;
    /* Hidden by default */
    text-align: center;
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #d1d3d4;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
    border-radius: 50%;
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}


.product-item {
    padding: 3px;
    margin: 0;
    font-size: 14px;
    position: relative;
    min-height: 32rem !important;
    margin-bottom: 30px;
}

#recipeCatList .owl-item {
    border-right: 2px solid black;
    font-family: ITCAvantGardePro-Bold;
    /* text-transform: uppercase; */
}

.commentusername {
    font-family: 'ITCAvantGardePro-demi'; /* PS-26775 Consolidation of Global CSS */
}

.grey-text {
    color: #908a8a;
}

.comment-section {
    max-width: 100%;
    height: auto;
    max-height: 20rem !important;
    overflow-x: auto;
}


/* lets change scroll for comment section */


/* width */

.comment-section::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.comment-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}


/* Handle */

.comment-section::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
}


/* Handle on hover */

.comments-section::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}


/* lets change scroll for comment section */

.comment-button{
display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    width: 93%;
}
figure img{
max-width: 100%;
height:auto;
}
.post-comment-btn {
    width: 21rem;
}
/* Only Mobile View */
@media only screen and (max-width: 767px) {
    div.prods-listing .owl-prev {
    position: absolute;
    right: 100%;
    font-size: 20px !important;
    top: 80px;
    left: -40px;
}

div.prods-listing .owl-next {
    position: absolute;
    left: auto !important;
    top: 80px;
    right: -40px;
    font-size: 20px !important;
}
    .blog-btn{
        right: unset;
        top: 1.8rem;
    }
    .follow-us{
        right: 8rem;
        text-align: center;
        top: 0;
    }
    .red-button {
        font-size: 10px;
        width: 15rem;/*
        line-height: 20px;*/
    }

}

/* Both mobile and tab view */
@media only screen and (max-width: 1023px) { 
    .blog-cardpanel {
        position: absolute;
        background-color: #fff;
        width: 18rem;
        height: 14rem;
        top: 3rem !important;
        right: 2rem;
        padding: 1rem;
    }
    .blog-cardpanel p {
        font-size: 12px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .blog-card {
        margin: .5rem 0 2rem 0;
    }
    .blog-card .blog-card-image img {
        min-height: 12rem;
        max-height: 12rem;
    }
    .blog-card .blog-card-content {
        padding: 10px;
        min-height: 12rem;
        max-height: 12rem;
    }
    .blog-card-content h5 {
        font-size: 16px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .blog-card .blog-card-action {
        padding: 10px;
    }
    .blog-card .blog-card-content p {
        font-size: 12px;
    }
    .blog-card .blog-card-action a {
        margin: 0.3rem;
        font-size: 12px;
    }
    .float-right {
        float: right;
    }
    .written-by-date {
        display: flex;
        margin-left: unset;
    }
    .blog-latest-post-text {
        font-size: 16px;
    }
    .blog-latest-card p,
    .popular-recipe_card p {
        font-size: 14px;
    }
    .blog-cover-image {
        object-fit: contain;
        width: 100%;
        height: 16rem !important;
    }
}
/* Only Tab view  */
@media (max-width: 1023px) and (min-width: 767px) {
    div.prods-listing .owl-prev {
    position: absolute;
    right: 100%;
    font-size: 20px !important;
    top: 80px;
    left: -25px;}


div.prods-listing .owl-next {
    position: absolute;
    left: auto;
    top: 80px;
    right: -25px;
    font-size: 20px !important;
}
    .blog-btn {
        position: relative;
        top: 2rem;
        right: auto;
    }
    .follow-us {
        right: 8rem;
        text-align: center;
        top: 0rem;
        z-index: 1;
    }
    .blog-divider {
        display: none;
    }
    .blog-image-circle {
        width: 9rem;
         height: 9rem;
         min-width: 9rem;
    }
}