/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
 

 /* Additonal css */


.x-mini-cart .widget_shopping_cart_content{
    padding: 15px;
}
.woocommerce-mini-cart__empty-message {
    margin: 0;
}

/* Cart CSS */

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
}
.woocommerce-mini-cart-item.mini_cart_item a{
    display: flex;
    line-height: 1.2;
    align-items: center;
}
.remove.remove_from_cart_button {
    /*position: absolute;*/
    top: 0;
    right: 0;
}
 
.woocommerce-Price-amount.amount {
    font-weight: bold;
}
.woocommerce-mini-cart__total.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px !important;
}
.woocommerce-mini-cart__buttons.buttons {
    padding: 10px 0 0 0 !important;
}

/* Cart CSS */




.single-product .woocommerce-tabs .x-tab-content .x-tab-pane h2 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 1.25em;
    display: none;
}

/*** 29-07-2021 CSS Start ***/

.prev_next_buttons  {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 70px ;
    right: 0;
}
.prev_next_buttons i {
    color:  #b5b5b5;   
}
.prev_next_buttons i:hover {
    color:  #e2e2e2;
}
.prev_next_buttons .fa-chevron-left:hover,
.prev_next_buttons .fa-chevron-right:hover {
    background: #b5b5b5;
}
.prev_next_buttons .fa-chevron-left {
   background: #e2e2e2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}
.prev_next_buttons .fa-chevron-right {
     background: #e2e2e2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-left: 6px;  
}

[class*=woocommerce] div.product .summary .product_title {
    margin-top: 70px;
    margin-bottom: 14px;
    font-size: 28px !important;
    line-height: 36px;
    color: #666666;
    font-weight: 700;
}
 [class*=woocommerce] div.product .summary .product_meta {
    margin-bottom: 14px;
}
 [class*=woocommerce] div.product .summary .product_meta span,
 [class*=woocommerce] div.product .summary .product_meta a {
    
    font-size: 16px;
    color:  #636363;
}
 [class*=woocommerce] div.product .summary .product_meta strong {
    color: #000;
}
 [class*=woocommerce] div.product .summary .price>.amount, [class*=woocommerce] div.product .summary .price>ins>.amount {
    font-size: 20px;
    color: #00c1de;
    font-weight: 700;
    margin-right: 8px;
}
 [class*=woocommerce] div.product .summary .price>del, [class*=woocommerce] div.product .summary .price>.from {  
    font-size: 16px;  
    color: #818181;
    font-weight: 300;
}

.quantity {
    display: inline-block;
}
.entry-wrap h3 {
    padding: 0 !important;
    margin: 10px 0;
}
.woocommerce .cart {
    padding-top: 8px;
}
[class*=woocommerce] .quantity input[type=number] {
    height: 48px;
    width: 55px;
    font-size: 20px;
    font-weight: 400;
    border-radius: unset;
    text-align: center;
}
  .woocommerce .cart .minus {
    width: auto;
    height: 48px;
    border: none;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-right: unset;
}
.woocommerce .cart .plus  {
    width: auto;
    height: 48px;
    border: none;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-left: unset;
    margin-right: 20px;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section {
    display: block;    
}
.single-product .woocommerce-tabs.woocommerce-tabs-section {
    padding: 0;
    margin: 0;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs {
    display: flex;   
    width: 100%;
    flex-direction: row;
    border-bottom: 1px solid #666666;
    margin-bottom: 40px;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-tab-content {  
    width: 100%;
}
.single-product .woocommerce-tabs:before, .single-product .related.products:before {
    border: none !important;
}
.x-nav-tabs.four-up>li {
    width: unset;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs-item a {
    font-size: 20px;
    line-height: 38px;
    color: #666666 !important;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px !important;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs-item a:hover {
     color: #498800 !important; 
}
.single-product  .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs > .active > a {
    color: #498800 !important; 
    font-weight: 700;
    position: relative;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs > .active > a::after {
    position: absolute;
    background: #498800;
    width: 100%;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section  .x-tab-content .x-tab-pane {
    padding: 0;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section {
    margin-top: 50px !important;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs-item {
    padding: 0px 26px 0px 0px;    
}
[class*=woocommerce] div.product .woocommerce-tabs.woocommerce-tabs-section {
    border-bottom: 1px solid #666666;
    padding-bottom: 50px;
}
.single-product .related.products {
    padding-top: 0 !important;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-tab-content .x-tab-pane ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 8px;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-tab-content .x-tab-pane ul li::before {
    position: absolute;
    content: "";
    background: #a4c47f;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -25px;
    top: 7px;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-tab-content .x-tab-pane span {
    color: #494949;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
@media (max-width:  1024px) {
    .single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs-item a {
        font-size: 18px;
    }
    .single-product .woocommerce-tabs.woocommerce-tabs-section {
         margin-top: 10px !important;
    }
}
@media (max-width:  575.98px) {
    .single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs {
        justify-content: center;
        font-size: 16px;
    } 
}

/*** 29-07-2021 CSS End ***/

/*** 2-08-2021 CSS Start ***/
.variations_form.cart {
    display: flex;
    flex-direction: column;
}
.variations_form.cart  .variations {
    display: flex;
}
 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
 .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
}
.variations_form.cart table tbody  {
    width: 52%;
}
.variations_form.cart table tbody .value {
    width: 100%;
}
.woocommerce-variation-price .price {
    text-align: left;
}
.variations_form.cart table tbody tr {
    display: flex;
    align-items: baseline;
}
.x-nav-tabs.three-up>li {
    width: unset;
}

/***03-08-2021 CSS Start***/

.x-nav-tabs.five-up>li {
    width: unset !important;
}
.single-product .woocommerce-tabs.woocommerce-tabs-section .x-nav-tabs-item a {
font-size: 16px !important;
}
.variations_form.cart .variations label {
    font-weight: bold;
    color: #000;    
}
[class*=woocommerce] div.product .summary table.variations tbody tr td.label {
    /*width: 40%;*/
    width: 100%;
}
.woocommerce-product-gallery__image img {    
width: 100%; !important
}

/***03-08-2021 CSS End***/


.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
    border-top: unset !important;
}

.x-pagination, .woocommerce-pagination{
height: 40px;
}

body {
    overflow-x: hidden;
}

*{ letter-spacing: 0 !important; }
a:hover{ text-decoration: none !important; cursor: pointer !important; }

[class*=woocommerce] ul.products {
    margin: 10px 0 !important;
}
mark.count {
    display: none;
}

/***06-09-2021 CSS Start***/
.products .product-category a .woocommerce-loop-category__title  {
    font-size: calc(16px + 2 * ((100vw - 320px) / 680));
    font-weight: 600;
   /* font-size: 21px;
    font-weight: 600;*/
    text-align: center;  
     margin: 24px;  
}
.products .product-category a:hover .woocommerce-loop-category__title {
    color: #00c1de;
}
.products .product-category a img {
    padding: 20px 20px 0px 20px;
    min-height: 280px;
    object-fit: contain;
}
.products .product-category {
    border: 1px solid rgb(102, 102, 102, 0.5);
    text-align: center;
    border-radius: 2px !important;
}
.products .product-category:hover {
    box-shadow: 0px 0px 22px 0px #dddddd !important;
}
/*[class*=woocommerce] li.product {
    margin-bottom: 40px !important;
}*/
.post-type-archive-product .x-main {
    padding-bottom: 0px !important;
}
.variations_form.cart table tbody tr {
    flex-direction: column;
}
.variations_form.cart table tbody tr td.value {
    padding-left: 0;
}
.woocommerce .content-wrapper {
    padding: 20px 7.5% 0px 7.5% !important;
}
[class*=woocommerce] div.product .summary table.variations tbody tr td.label {
    width: 100% !important;
}
[class*=woocommerce] .quantity input[type=number] 
{   
    height: 48px !important;
}
[class*=woocommerce] div.product .summary .product_title {   
 margin-top: 55px !important;    
 margin-bottom: 14px !important;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
.e5641-6.x-menu {
   flex-direction: column !important;
}  
.x-bar-footer .e5641-13.x-bar-content {
    font-size: 14px;
}
}
/***06-09-2021 CSS end***/
.auto_height {
    min-height: inherit !important;
    padding: 50% 0 0 0;
    background-size: cover !important;
}

.outer_contain {
    width: 85%;
    margin: 0 auto;
    padding: 15px;
}
.cat_con_row , .outer_contain .row{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-8{ width: 70%; padding: 15px;}
.col-md-4{ width: 30%; padding: 15px }

.cat_con_row:after {
  clear: both;
  display: table;
  content: " ";
}
.cat_con_o {
    width: calc(100%/4 - 0px);
    padding: 15px;
}

/*.img_wrapper_o {
    position: relative;
    overflow: hidden;
}*/
.txt_o {
    position: absolute;
    min-height: 100%;
    transition: all ease-in .3s;
    overflow: hidden;
    bottom: 0;
    padding: 0 15px;
    text-align: center;
    z-index: 5;
    width: 100%;
}
.img_wrapper_o:hover .txt_o {  }
.img_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2021/10/Untitled-2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.cat_head {
    color: #fff;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    transition: all ease-in .3s;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
 
}
.txt_inner {
    bottom: 0;
    position: inherit;
    left: 0;
    width: 100%;
}
.hco {
    height: 0;
    transition: all ease-in .3s;
}
 
.ttl_o {
    text-align: center;
    margin: 25px auto;
}
.pg_ttl{ color: #2d2d2d !important; }


.description {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    padding: 10px;
}

.pg_ttl{
    color: #000;
}

 
.img_wrapper_o {
    overflow: hidden;
    position: relative;
    min-height: 290px;
    height: 100%;
}
.img_wrapper {
    height: 100%;
}
.img_wrapper_o img{
    height: 100%;
    min-height: 290px;
    object-fit:  cover;
}
.cat_img , .cara_img img{ width: 100%; }

.rec_btn {
    background-color: rgb(147 213 0);
    color: #fff;
    display: inline-flex;
    line-height: 35px;
    border-radius: 20px;
    margin: 10px auto;
    padding: 4px 34px;
    letter-spacing: 1px;
}
.rec_btn:after {
    content: ">";
    font-family: inherit;
    padding: 0px 7px;
}
.rec_btn:hover{
    background-color: rgb(97 141 0);
    color: #fff !important;
}
.img_wrapper_o:hover .hco {
    height: 150px;
}

/*.img_wrapper_o:hover .cat_head { height: 40%; margin: 0; }*/
.food_bg {
    background-image:
        url(/wp-content/uploads/2021/10/3.png),
        url(/wp-content/uploads/2021/10/2-1.png),
        url(/wp-content/uploads/2021/10/4.png);
    background-repeat: no-repeat;
    background-position:
        bottom right,
        center left,
        top 150px right;
}


.hd_bar {
    display: flex;
    margin: 30px 0;
    width: 100%;
}
.hd_bar:after{ display: block; clear: both; content: ""; }
.hd_bar h1.recipe_head {
    margin: 0;
    padding: 0;
    font-size: 34px;
    color: #000;
    width: 70%;
    letter-spacing: 1px;
}
.cat_side{display: block; width: 30%; float: right; text-align: right; }
.cat_side b{ color: #000; padding-right: 5px; }
.cat_side {
    display: block;
    width: 30%;
    float: right;
    text-align: right;
    line-height: 25px;
    color: #ccc;
}

span.cmma:last-child {
    display: none;
}




/*** Search Results Page CSS ***/

.search-results .posts-wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-flow: column;
}

.search-results .posts-wrapper article {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    gap: 0 10px;
    border-bottom: 1px solid #ddd;
}

.search-results .entry-featured {
    width: 30%;
    box-shadow: none;
    border: none;
}

.search-results .has-post-thumbnail .entry-featured {
     border: none;
}

.search-results .entry-wrap {width: 70%;box-shadow: none;padding: 0 20px;}

.search-results .entry-featured a img {
    max-width: 100%;
    margin: 0 auto;
}

.search-results .entry-wrap .entry-title {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    font-family: 'Nunito';
}

.search-results .entry-wrap .p-meta {
    font-size: 11px;
}





.inner_contain {
    background: #f6f6f6;
    width: 90%;
    margin: -40px auto;
    min-height: 80px;
    padding: 15px;
}
.t_bar {
    padding: 10px 0;
    
    margin: 10px 0;
}
.t_bar.bb:after {
    clear: both;
    content: "";
    display: block;
}

.bb{border-bottom: #696969 solid 1px;}
.t_bar .overview {
    float: left;
}
.soc_bar {
    float: right;
    margin-top: 20px;
}
    
.t_bar .overview ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.t_bar .overview ul li {
    margin: 0 20px;
}
.t_bar .overview ul li span {
    width: 60px;
    height: 60px;
    border: #696969 solid 3px;
    border-radius: 100px;
    color: #696969;
    line-height: 15px;
    text-align: center;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.t_bar .overview ul li b {
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 10px 0;
}
.sb_hed{ background-color: #05c2df; }
.sb_hed h3 {
    color: #fff;
    padding: 20px;
    margin: 0;
}
.sidebar_con {
    padding: 15px;
    background-color: #efefef;
    margin: 0;
}
.blnk_spa {
    height: 40px;
}
.sidebar_con.s_i_b {
    
}


.s_icon {
    font-size: 20px;
    color: #494949;
    border: #494949 solid 2px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 8px;
}
.s_icon:hover{ color: #05c2df; border-color: #05c2df; }
.s_recipe {
    width: 25%;
    padding: 15px;
}

.img_o {
    border-radius: 15px;
    overflow: hidden;
}
.s_recipe .img_o img {
    width: 100%;
    min-height: 172px;
}
.dt_b {
    color: #303030;
    margin: 10px 0 0 0;
}
.recipe_ttl {
    color: #000;
    font-size: 20px;
    font-weight: 500;

}

.rec_cont {
    color: #303030;
    font-size: 14px;
}
a.vi_btn {
    border: rgb(0,193,222) solid 2px;
    padding: 8px 30px;
    border-radius: 100px;
    margin: 0;
    display: inline-block;
}
a.vi_btn > i.fa {
    font-size: 20px;
    line-height: normal;
    margin-left: 5px;
    vertical-align: middle;
}
.sidebar_con:after{
    display: block;
    content: "";
    clear: both;
}
.crowd_favs .img_o {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 25%;
}
.con_sec {
    float: left;
    width: 67%;
    margin-left: 15px;
}
.con_sec .dt_b {
    font-size: 12px;
    color: #666666;
    margin: 5px 0;
}
.con_sec .recipe_ttl {
    line-height: 24px;
    margin: 0;
}
.crowd_favs {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
 
.fe_banner{
}
.fe_banner img{
    width: 100%;
}
.heateorSssSharing{ width: 60px !important; height: 60px !important; margin: 10px;  }
.heateorSssSharingSvg {
    background-size: 35px !important;
}
div.heateor_sss_horizontal_sharing li { margin: 10px !important; }

/*.heateorSssSharingSvg{
filter: brightness(0.5) invert(1) !important;
}*/
.heateorSssSharing:hover .heateorSssSharingSvg{
    /*filter: brightness(1) invert(1) !important;*/
}
div.heateor_sss_horizontal_sharing li:last-child{ display: none !important; }


/*** Recipes Page CSS Start ***/
.outer_contain .col-md-3 {
    width: 25%;
}
.recipes_content {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    height: 100%;
}
.recipes_content .img_wrap {
    height: 0px;
    padding-top: 60.32%;
    position: relative;
    overflow: hidden;
}
.recipes_content .img_wrap img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.recipes_content h2 {  
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;   
    text-align: center;
    margin: 0 0 4px;
}
.recipes_content .recipes_content_btn {
    text-align: center;
    padding: 16px 0 0px;
}
.recipes_content .recipes_content_btn .vi_btn {
    background: #7cb203;  
    font-size: 15px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border: 2px solid #7cb203;
    padding: 2px 26px;
}
.recipes_content .recipes_content_btn .vi_btn:hover {
    background: transparent;
    border: 2px solid #7cb203;
    color: #7cb203;
}
.recipes_content .entry-content {
    margin: 0;
}
.recipes_content .entry-content p {  
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
    font-weight: 400;
    text-align: center;
}
.recipes_content_sec {    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}
.recipes_banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0px;
}
.recipes_page_content h1.page-title {   
    font-size: 50px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700; 
    text-align: center;
    margin: 0;
}
.recipes_page_content .recipes_text {
    /*padding: 16px 16px 30px;*/
    padding: 16px;
    /*min-height: 208px;*/
}
.recipes_page_content .slide_section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px 80px;
}
.recipes_page_content .slide_section .slide_heading {
    text-align: center;
    margin-bottom: 24px;
}
.recipes_page_content .slide_section .slide_heading h2 {
    margin: 0;   
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;   
}
.recipes_page_content .slide_section .slide_heading h6 {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
}
.recipes_page_content .slide_section .slide_content {
    position: relative;
    margin: 0px 15px;
}
.recipes_page_content .slide_section .slide_content .slider_text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(https://cookingwithstevia.com/wp-content/uploads/2021/10/slider_overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
}
.recipes_page_content .slide_section .slide_content .slider_text h4 {    
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;   
    text-align: center;
    margin: 0;
}
.recipes_page_content .slide_section .slick-track {
        margin: 0px -15px;
}
.outer_contain .slide_section {
    padding-left: 0px;
    padding-right: 0px;
}
.recipes_page_content .slide_section .slider_img  {
    height: 0px;
    padding-top: 90.32%;
    position: relative;
    overflow: hidden;
}
.recipes_page_content .slide_section .slider_img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.slick-next:before, .slick-prev:before {
    opacity: .5 !important;
    font-size: 20px;
    color: #3a3a3a !important;
}
.slick-next, .slick-prev{ z-index: 9 !important; }
.slick-prev{ left: -25px !important }
.slick-next{ right: 25px !important }
.slide_content.cat_con_o.slick-slide{ margin: 0px !important; }
.food_bg_respg {
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-color: #f4f4f4 !important;
    padding: 50px 0;
}

@media (max-width:  1440.98px) {
    .t_bar .overview ul li { margin: 0 5px !important; }
    .recipe_ttl { min-height: 70px; }

}
    @media (max-width:  1279px) {
    .cat_con_o { width: calc(100%/3 - 10px);}
    .n2-ss-slide-limiter {   display: none !important;}
    .outer_contain{ width: 100%; }
    .col-md-8{ width: 60%; padding: 15px;}
    .col-md-4{ width: 40%; padding: 15px }
     .recipe_ttl { min-height: inherit !important; }
}
@media (max-width:  1000px) {
    .cat_con_o { width: calc(100%/2 - 10px);}
}
@media (max-width:  600px) {
    .cat_con_o { width: calc(100% - 10px);}
}

@media (max-width:  1199.98px) {
    .s_recipe{ width: 50% }
    .hd_bar{ display: inherit !important; }
    .hd_bar h1.recipe_head{ width: inherit !important; padding: 0 15px; }
    .s_recipe .img_o img{ min-height: inherit !important;   }
    .con_sec {    width: 60%;margin-left: 5px;}
    .cat_side {text-align: center;width: 100% !important;}


}
@media (max-width:  991.98px) {
    .col-md-4, .col-md-8 , .cat_side , .hd_bar h1.recipe_head , .t_bar .overview, .soc_bar{ width: 100%;}
    .hd_bar {flex-direction: column; margin: 0px 0 10px 0;}
    .hd_bar h1.recipe_head { width: 100%; text-align: center; font-size: 24px; }
    .cat_side { display: block; text-align: center; line-height: inherit !important; margin: 10px 0;  }
    .s_recipe{ width: 50%; }
    .sidebar_con.s_i_b { text-align: center;}
    .single-recipe h3 {font-size: 1.6rem;}
    .fe_banner img {width: 80%;margin: 0 auto;display: block;}
    .crowd_favs .img_o{ width: inherit !important; }
  
    .t_bar .overview {
        display : flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: center;
    }


}
@media (max-width:  767.98px) {

    .search-results .posts-wrapper article {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-results .has-post-thumbnail .entry-featured {
     max-width: 200px;
    }   


    .search-results .entry-wrap, .search-results .entry-featured {
        width: 100%;
    }
    .fe_banner img {width: 80%;margin: 0 auto;display: block;}
}
@media (max-width:  575.98px) {
    .s_recipe{ width: 100%;}
    .t_bar .overview:after{ clear: both; display: block; content: ""; }
    .crowd_favs .img_o img { min-height: 65px;}
    .t_bar .overview ul {display: block;}
    .t_bar .overview ul li {margin: 0;display: block;float: left;width: 45%;}
    .t_bar .overview ul li span{ margin: 0 auto; }

}
/*    .slick-prev{ left: -10px !important }
.slick-next{ right: 10px !important }*/
.recipenewslider .slide_content .slick-track{ margin: 0 !important; }

/*.slick-prev , .slick-next{ display: none !important;}*/


/*** Recipes Page CSS End ***/
.recipenewslider .slick-arrow{
    background: rgba(0, 0, 0, 0.6) !important;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 50px;
}
.recipenewslider .slick-slider .slick-prev.slick-arrow::before,
.recipenewslider .slick-slider .slick-next.slick-arrow::before{
    display: none !important;
}
.recipenewslider .slick-prev.slick-arrow::after{
    transform: rotate(180deg);   
}
.recipenewslider .slick-arrow::after{
    content: '';
    background: url(images/next.png);
    filter: brightness(0)invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
} 
.recipes_page_content .recipenewslider.slide_section .slick-track {
    margin: 0;
}
.recipenewslider .cat_con_o {
    width:auto;
    padding: 0px;
}
.recipenewslider .slick-next {
    right: -8px !important;
}
.recipenewslider .slick-prev {
    left: -6px !important;
}
@media (max-width:767px) {
.recipenewslider .slick-prev {
    left: -6px !important;
}
.recipenewslider .slick-next {
    right: -1px !important;
}
}
.nav-links {
    display: block;
    margin: 40px 0 0;
    height: 32px;
    text-align: center;
    clear: both;
    display: flex;
    width: 100%;
    justify-content: center;
}
.nav-links ul {
    display: inline-block;
    margin: 0
}
.nav-links li {
    display: inline
}
.nav-links a,
.nav-links span {
    float: left;
    margin: 0 .35em;
    width: 32px;
    height: 32px;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .85);
    color: #bababa;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 .1em .45em 0 rgba(0, 0, 0, .25)
}

.x-pagination a:hover,
.nav-links a:hover {
    color: #7a7a7a
}   

@media(max-width: 766.98px) {
    .nav-links a.prev,
    .nav-links a.next,
    .nav-links a.prev-next {
        display: block;
    }
}

.nav-links span.current {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .65);
    color: #fff;
    background-color: #00c1de;
    box-shadow: inset 0 .1em .35em rgba(0, 0, 0, .65), 0 1px 0 0 rgba(255, 255, 255, .95)
}


.nav-links span.pages {
    display: none
}
.nav-links span.dots,
.nav-links span.expand {
    margin: 0;
    width: 20px;
    color: #272727;
    background-color: transparent;
    box-shadow: none
}

/*9-11-2021*/
.wcsatt-options-product label {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.wcsatt-options-wrapper .wcsatt-options-prompt-text {
    text-align: left;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
}
.woocommerce-variation-price .price {
    margin-bottom: 10px !important;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 10px;
    line-height: 1.3;
}

.woocommerce-variation-price .price .woocommerce-Price-amount bdi {font-size: 18px;}

div.product .summary .variations .value {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
div.product .summary .variations .value a.reset_variations {
    margin-left: 10px;
}

div.product .summary .variations td.label {
    padding: 0;
}

.wcsatt-options-product span.one-time-option-details {padding-left: 5px;}

ul.wcsatt-options-product {
    margin-bottom: 10px;
}

ul.wcsatt-options-product span.subscription-option-details {
    padding-left: 5px;
}

.wcsatt-options-wrapper .wcsatt-options-product-prompt {
    margin-bottom: 0;
}
.wcsatt-options-wrapper.wcsatt-options-wrapper-flat.wcsatt-options-wrapper-text.open {
    padding: 20px;
    border: #666666 solid 1px;
    margin-bottom: 20px;
    border-radius: 6px;
}

/**/
.er_o {
    text-align: center;
}
.icon_o img {
    width: 200px;
}


p.s_t {
    color: #ccc;
    font-size: 20px !important;
    margin: 25px auto !important;
    display: block;
}
h6.h_t {
    font-size: 24px;
    text-transform: inherit;
    letter-spacing: 0;
    color: #787373;
}
.er_nav ul {
    list-style: none;
    display: flex;
    width: 370px;
    margin: 0 auto;
}
.er_nav ul li {
    padding: 0 10px;
}
.er_nav ul li a {
    color: #2d2d2d;
}
.er_nav ul li a:hover {
    color: #93d500;
}
.error404 .entry-wrap {
    box-shadow: none;
}










/*04/05/06-Jan-2022 desgining start here */
.tble_o span.x-graphic { display: none; }
.x-masthead{ z-index:999 !important;}
.entry-content .woocommerce .woocommerce-checkout .form-row { display: block !important; width: 100% !important;
}

ul.wc-saved-payment-methods {
    margin: 0;
    list-style: none;
}
ul.wc-saved-payment-methods input[type="radio"] {
    margin: 7px 10px 0 0;
}
.create-account.paytrace-create-account.card {
    width: 100%;
    border: none;
}

.mc4wp-checkbox label span {
    margin-top: 18px;
    display: inline-block;
    margin-left: 15px;
}
 

.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid #ddd;
    padding-top: 5px !important;
    margin-bottom: 5px !important;
}
.widget_shopping_cart_content li:last-child{
    border-bottom: none !important;
}

.woocommerce-mini-cart__buttons.buttons {
    padding: 10px 0 0 0 !important;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row !important;
}
p.woocommerce-mini-cart__buttons.buttons a {
    width: 48% !important;
}
.modal {
    z-index: 99999;
}

.modal-body {
    border-radius: 10px;
}

.newsletter-form {
    width: 60%;
    margin: 0 auto;
}

.newsletter-form input[type="email"] {
    font-size: 14px;
    font-family: "Nunito",sans-serif;
    border: none;
    outline: none !important;
    border-radius: 6px;
    width: 100%;
    background: #fff;
    color: #333;
    margin: 10px 0;
    padding: 12px 15px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

.newsletter-form .mc4wp-form-fields label {
    display: none;
}

.newsletter-form .mc4wp-form-fields input[type="submit"] {
    font-size: 14px;
    position: relative;
    padding: 15px 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    display: block;
    font-family: "Nunito",sans-serif;
    width: 100%;
}

.lower-section h2 {
    color: rgb(0,193,222);
    font-size: 25px;
    margin: 0;
    font-family: "Nunito",sans-serif;
}

.lower-section p {
    font-size: 16px;
    font-family: “Nunito”,sans-serif;
    margin: 10px;
    color: #333;
    padding: 0px 60px;
}
.lower-section .newsletter-form p {
    padding: 0;
    margin: 0;
}

.modal-header .close {
    font-size: 30px;
    padding: 0.5rem 1rem;
}

.lower-section {
    margin-top: 50px;
}

.upper-section img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    padding-left: 25px;
}

.mc4wp-alert.mc4wp-error {
    border: 1px solid #f00f00;
    padding: 5px;
    color: #f00f00;
}

.mc4wp-alert.mc4wp-error>p {
    margin: 0;
}

.tble_o:before {
    background-image: url('/wp-content/uploads/2022/01/leaf.png');
    height: 268px;
    content: '';
    max-width: 240px;
    position: absolute;
    top: 0;
    z-index: 8;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 14%;
}
.table_content {
    font-size: 20px !important;
}
.table_content>thead>tr.row-1.odd {
    background-color: #def5c5 !important;
}

.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: flex-start !important;
}
.woocommerce-notices-wrapper {
    z-index: 9;
    position: relative;
}
.e5639-13 .x-mini-cart .buttons a:last-child{ margin-top:inherit !important;}
li.woocommerce-mini-cart-item.mini_cart_item a:nth-child(2) {
    font-size: 13px !important;
    padding: 0px 10px 0px 0;
    color: #666;
}
span.quantity {font-size: 12px;}
.woocommerce-mini-cart li img {max-width: 40px;margin: 0px 5px 5px 0 !important;float: left !important;}
.woocommerce-mini-cart__buttons .x-anchor-content {padding: 5px 0 !important;font-size: 12px !important;}
.mini_cart_item .remove_from_cart_button {margin-left: inherit !important;margin-right: 10px;color: #666 !important;}
span.quantity {font-size: 12px;text-align: right;float: right;max-width: 60px;position: relative;line-height: 15px;}
.woocommerce-mini-cart__total.total {display: flex;align-items: center;justify-content: space-between;padding: 0 5px !important;margin: 0 !important;font-size: 14px !important;}
.tble_o h2.x-text-content-text-primary {color: #f00 !important;font-size: 50px !important;text-align: center;}
tr.row-1 {background-color: #def5c5 !important;}
.tble_o {padding: 50px 0 !important;}
.cart.x-active {z-index: 999;}
footer.x-colophon {z-index: 5;}

/*/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-*/
.prev_next_buttons{ z-index:1 !important}
.variations_form.cart .input-text[type="number"] {-moz-appearance: textfield;}
.remove.remove_from_cart_button { position: relative !important; }
#quantity_61d547ae4718c,input, input[type="number"] { appearance: textfield !important ; -moz-appearance: textfield !important; }
.x-text.x-text-headline.e5639-14.m4cn-1b {margin-top: 6px;}
.actions > button.button[type="submit"] {padding: 10px 27px !important;border: none;margin-right: 0;}
li.subscription-option:after {content: '';display: block;clear: both;}
.subscription-option input[type="radio"] {float: left;display: block;margin-top: 5px !important;}
span.subscription-option-details {display: block;float: left;width: 90%; text-align: left !important;}
.hd_bar h1.recipe_head {padding: 0 0 0 20px !important;color: #666 !important;}
.mc4wp-alert.mc4wp-error{border:none !important;padding:0 !important;}
.mc4wp-alert.mc4wp-error p{color: #f00}
.left article.hentry {margin: 0;padding: 30px 15px;flex-wrap: wrap;}
.search-results .x-main.left article .entry-wrap {padding: 0 !important;width: 65% !important;max-width: 65% !important;box-shadow: none !important;}
.search-results .entry-featured { max-width: 30%; width: 30%;}
.x-pagination{margin: 40px 0 !important;}
.entry-footer { width: 100% !important;}
form.edit-account { width: 95% !important; }
.woocommerce-form-row, .password-input{ width: 100% !important; }
.heateorSssSharing{ margin:0 3px !important; }
.t_bar .overview ul li, div.heateor_sss_horizontal_sharing li {margin: 0 5px !important;}
section.posts-wrapper {row-gap: 15px !important;}
ul.wcsatt-options.overrides_exist { width: 100%;display: block;float: left;text-align: left; }
.m2-14.x-text .x-text-content-text-subheadline{ min-height: 70px; }
/*.woocommerce .content-wrapper { padding: 0 !important; }*/
@media screen and (max-width: 1040px){
    .posts-wrapper .entry-wrap{   width: 100% !important; max-width: 100% !important; text-align: left !important; }
    .entry-thumb img { max-height: 200px;   }
}
@media screen and (max-width: 978px){
    .s_icon{ margin: 0 !important; }   
    .x-dropdown.cart {
        width: 310px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
	body ul.sub-menu.x-dropdown {
		left: auto !important;
        top: auto !important;   
        margin-left: 0!important;
        position: absolute!important;
	}
    .single .post-meta{ display: inherit !important; }
    .single .entry-wrap{
        padding: 0 !important;
    }
    .single .post-wrapper{
        display: block !important;
    }
    .post-content{ width: 100% !important; }
   /* .m2-b.x-row {margin-top: -40px !important;margin-bottom: 40px;}
    .m2-1a.x-text{ color: #3d3d3d; }
    .m2-1j.x-anchor {background-color: #00c1de;} */
    .m66d-1a.x-text {width: auto;font-size: 15px;margin: 0;}
    .m66d-1a.x-text {width: auto;}
    .x-text.e8005-19.m66d-1g.m66d-1h.m66d-1i.m66d-1j {margin: 0;text-align: left;}
}
@media screen and (max-width: 643px){
    .as_sec_o .m4cx-3, .as_sec_o .m4cx-1 > .x-row-inner > *:nth-child(2n - 0){ flex-basis: inherit !important; }
    .as_sec_o .m4cx-6.x-text{ max-width:100% !important;}
   /* aside.x-sidebar.right img {width: 50%;display: block;
	margin: 0 auto;
	min-width: 300px; 
	}*/
    .lower-section h2{ width: 80%; margin: 0 auto !important; }  
    
}
/*04/05/06-Jan-2022 end here */
/*=== responsive for checkout ===*/
.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 2.65em;
    margin-bottom: 9px;
    border: 1px solid #ddd;
    padding: 0 0.65em;
    font-size: 13px;
    line-height: normal;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.65em;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;     
}
#paytrace-cards-form .form-row {
    margin-right: 0;   
    margin-left: 0;  
}
.woocommerce-checkout form .payment_methods label {
    padding-left: 0 !important;
}
.woocommerce-checkout form .payment_methods label[for="paytrace-save-card"] {
    padding-left: 10px !important;
}
.e5639-13 .remove_from_cart_button {
    margin-left: 0px !important;  
}
.tax-product_cat.woocommerce .content-wrapper {
	padding: 20px 0% 0px 0% !important; 
}
.blog .entry-featured img {
    object-fit: cover;
    height: 240px;   
}	
footer .m4cs-5.x-anchor .x-graphic-icon {
    font-size: 1.5em;  
}
footer .m4cs-5.x-anchor .x-graphic {
    margin-right: 1px;
    margin-left: 1px;   
}
.form-row.form-row-last.paytrace-cvc-wrapper {
    margin-left: 12px !important;
}
.form-row.form-row-wide.paytrace-number-wrapper {
    margin-top: 10px;
}
footer .footer-social {
    width: 190px;      
}
.woocommerce-address-fields span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
p#billing_company_field, p#shipping_company_field {
    width: 100%;
}
input#update_all_subscriptions_addresses, input#update_all_subscriptions_addresses {
    height: auto;
    top: 0;
}
@media (max-width:1199px){
.woocommerce-account .entry-wrap {
    max-width: 50%;
}
}
@media (max-width:991px){
.modern-banking h2.x-text-content-text-primary {
    font-size: 21px !important;
}
.woocommerce-account .entry-wrap {
    max-width: 80% !important;
}
}
@media (max-width:800px){
.woocommerce-account .entry-wrap {
    max-width: 100% !important;
}   
}
@media (max-width:767px){
footer .m4cs-5.x-anchor .x-graphic {
    margin-right: 10px;
    margin-left: 0;  
}
.make-the-moments .m2-1i.x-anchor {
    background-color: rgb(0,193,222);
}
.heateorSssSharingSvg {
    background-size: 25px !important;
}	
.heateorSssSharing {
    margin: 0 5px!important;
}
.heateorSssSharing {
    width: 35px !important;
    height: 35px !important;  
}	
.woocommerce-checkout .left article.hentry {
    padding:0px;
}
.blog .posts-wrapper, .page-template-page-recipes .posts-wrapper {
    display: block !important;    
padding-bottom:0px;	
}	
.woocommerce-checkout form h3#ship-to-different-address {
    margin-top: 10px !important;
    line-height: 1 !important;
    font-size: 17px;
}
div#customer_details div[class*="col"] {
    padding: 0;
}
.woocommerce-checkout .form-row {
    margin-right: 0px;
    margin-left: 0;
}
 .woocommerce-checkout form h3 {
    margin-top: 30px;  
}
.woocommerce-checkout form h3#ship-to-different-address input {
    margin: 0.3em 0 0;
}
.x-sidebar .rpwwt-widget h4{
    margin: 40px 0 30px 0;
}
.prev_next_buttons {
    top: 10px;
}
.single-product .entry-wrap {
    padding-top: 10px !important;
}
.privacy-policy a {
    word-break: break-word;
}   
.single-product .x-main.full {
    padding-top: 60px !important;
}
.single-product .woocommerce-message {
    width: 100% !important;
} 
}
@media (max-width:600px) {
.cat_con_o {
    margin: 0 auto;
}
.woocommerce-account form .form-row-first ,.woocommerce-account form .form-row-last{
    width: 100% !important;
}
.form-row.form-row-last.paytrace-cvc-wrapper {
    margin-left: 0 !important;
}
}
@media (max-width: 500px){
.g-recaptcha {
transform:scale(0.77); 
transform-origin:0 0;  
} 
.x-masthead .m4cn-x.x-anchor .x-anchor-content  .x-anchor-text-primary  {
 min-width: 80px;
     text-align: center;
}
.x-masthead .m4cn-x.x-anchor .x-anchor-content {
    padding-right: 1em;
	padding-left: 1em;      
}
.x-masthead .m4cn-x.x-anchor {
    margin-left: 10px;
}
.x-masthead .x-anchor-text {
    min-width: auto;
    max-width: none;  
}
body .x-row.make-sweeter-moments {
    margin: -75px auto 45px auto !important;
}
}
/*=== responsive for checkout ends ===*/
/*==== css added on 18-1-2022 ====*/
.single-product .x-main.full {
/*    padding-top: 0 !important;  */
}
.single-product .x-container.max.width.offset {
    margin: 0 auto 40px;
}
.single-product .woocommerce-message {
    width: 85%;
}
footer .m4cs-5.x-anchor:hover {
	text-decoration: none !important;
	border-bottom: 1px solid rgb(149,223,236);
}
.woocommerce-shipping-methods li {
    display: flex !important;
    display: -ms-flebox;
    align-items: flex-start;
    float: none !important;
}
.woocommerce-checkout form .woocommerce-shipping-methods input[type=radio] {
    float: none;    
}
body .e5639-13 .remove_from_cart_button {
    margin-left: 0 !important;     
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    overflow-y: auto;
    max-height: 400px;
}
.faq-title {
    width: 100%;   
}
.woocommerce-account form input[type=radio] {
	height: auto;   
}  
.woocommerce-account form .payment_methods #paytrace-cards-form label {
    padding-left: 0;
}
.woocommerce-Payment .form-row {
    margin-right: 0;  
    margin-left: 0;  
}

/*==== css added on 15-03-2022 start====*/
.x-text-headline.has-graphic {margin-bottom: 10px;}
.entry-product .entry-featured{ padding: 25px !important; }
.entry-product .entry-wrap { padding: 25px 15px !important; }
.entry-product .entry-featured img { height: 110px !important; object-fit: contain !important; }
.woocommerce-message .button, .woocommerce-Message .button {
    width: 70px !important;
    margin-left: 70px !important;
    text-align: right !important;
}
.x-anchor-text-primary { min-width: 47px !important; display: block;}
.admin-bar .x-off-canvas{ top: 0 !important; }
.x-off-canvas.x-active .x-off-canvas-close {
    opacity: 1;
    background: #005663;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
    border: #fff solid 1px;
    border-radius: 50px;
    transform: scale(1);
}
.x-off-canvas-close svg{ fill: #fff !important; }

.headlinetxt , .subheadtxt { width: 350px !important ;  }
.cookie_o, .pouch_o{ position: relative !important; }
.cookie_o img {
    width: 275px !important;
    top: 100px;
    position: absolute;
    right: 0;

}
.pouch_o span img {
    position: relative;
    /*margin: -20px 0px 30px 35px  !important;*/
}

@media (max-width: 1280px){
   .pouch_o span img {
        /*margin: -40px 0px 30px 35px  !important;*/
    }
    .cookie_o img {
        width: 230px !important;
        top: 100px;
        position: absolute;
        right: -50px;
    }
}

@media (max-width: 1024px){
    .blog article:nth-child(1) .entry-featured img {
        min-height: 400px !important;
        padding: 0 !important;
    }
     .entry-header h2{
        width: 50% !important;
        margin: auto !important;
    }
    .blog article .entry-content p {
        width: 50% !important;
        margin: 20px auto !important;
    }
    .page-template .x-row-inner{
        flex-direction: inherit !important;
    }
    .main_hero_banner { height: 300px !important;}
    .main_hero_banner .x-bg-layer-lower-image { background-position: top  center !important; background-size: 100% !important;}
    .blnk_area { display: none !important; }
    .headlinetxt , .subheadtxt { width: auto !important;  }
    .headlinetxt, .subheadtxt{ margin: 0 auto !important; }
    .pouch_o span img{ margin: 0; }
    .cookie_o img{ top: 0 !important; }
    .make-sweeter-moments{ margin-top: 0 !important; width: 600px !important;}
    a.shp_btn { margin: 20px auto !important; display: block; width: fit-content;}
    .pouch_o { left: -120px;}

 
 

    .banner_image_o {
        width: 370px !important;
        flex-basis: inherit !important;
        margin: 50px auto 0 !important;
        display: block !important;
        position: relative !important;
        z-index: 9999 !important;
        box-shadow: inherit !important;
        height: 320px !important;
        padding: 50px 0 !important;
    }


}
 
@media (max-width: 976px){
    .prev_next_buttons{ top: 15px !important;}
    .blog .posts-wrapper{ grid-template-columns: 1fr 1fr !important; }
    .blog .posts-wrapper article:nth-child(1){ grid-column: 1 / span 2 !important;}
}
@media (max-width: 768px){
    .blog article.hentry{
        margin: 50px 0 !important;
    }
    .posts-wrapper .entry-wrap{
        padding: 25px !important;
    }
    .entry-footer {
        display: flex;
        justify-content: center;
    }
    .flex-control-nav{
        position: relative !important;
    }
    .flex-control-nav li {
        margin: 10px 0;
    }
    .m16n-1 > .x-row-inner > *:nth-child(2n - 1){
        flex-basis: calc(100% - 1rem) !important;

    }

    .banner_image_o {
        width: 400px !important;
        margin: 0px auto !important;
        height: 345px !important;
        padding: 50px 0 !important;
    }
    .pouch_o span img {
        /*margin: -90px 0px 80px 150px !important;*/
        /*width: 230px !important;*/
    }


    .cookie_o img {
        top: -70px !important;
        right: 0;
    }


}

@media (max-width: 588px){
    .pouch_o span img {
   /*     margin: -40px 0px 70px 115px !important;*/
        /*width: 210px !important;*/
    }
    .cookie_o img {
        top: -100px !important;
        right: 32% !important;
        width: 150px !important;
    }
}
/*==== css added on 15-03-2022 end ====*/

body.search .x-global-block {
    display: none;
}

/**************/

div#boxzilla-9023 {
    padding: 3rem 15px;
}

.lower-section p {
    line-height: 1.5;
    color:#333;
}

.mc4wp-alert.mc4wp-success p {
     line-height: 1.5;
     color:  #93d500;
}




/**** 29-04-2022 ***/

.landing-form-sec h3 {
    display: none;
}
.landing-form-sec .nf-form-fields-required {
    display: none;
}
.landing-form-sec .nf-form-content nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.landing-form-sec nf-field {
    width: 49%;
}
.landing-form-sec {
    background: #f7f7f7;
   /* padding: 80px 0px 40px !important;*/
    padding: 40px 0px 40px !important;
}
.landing-form-sec input, .landing-form-sec textarea {
    background: #fff !important;
}
.landing-form-sec nf-field:nth-of-type(10) {
    width: 100% !important;
}
.landing-form-sec .nf-error-msg.nf-error-field-errors {
    text-align: center;
}
.landing-form-sec nf-field:nth-of-type(10) {
    width: 100% !important;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.landing-form-sec nf-field:nth-of-type(10) div#nf-field-18-container {
    width: 100%;
}
.landing-form-sec nf-field:nth-of-type(7), .landing-form-sec nf-field:nth-of-type(8), .landing-form-sec nf-field:nth-of-type(9) {
    width: 32%;
}
.landing-form-sec nf-field .submit-container input.ninja-forms-field {
    background: #888888 !important;
    padding: 0px 30px;
}
.landing-form-sec nf-field .submit-container input.ninja-forms-field:hover {
    opacity: 0.8;
    color: #fff !important;
}
.landing-form-sec .nf-response-msg {
    text-align: center;
}
.landing-form-sec .nf-response-msg p:nth-of-type(1) {
    color: green !important;
    font-size: 20px;
}

.banner-content {
    box-shadow: unset !important;
    padding: 0 !important;
    padding-top: 100px !important;
    margin: 0 !important;
}
.banner-content h1 {
    font-size: 20px !important;
    text-align: left !important;
}
.banner-content .x-anchor-button {
    background: #8ec700 !important;
    color: #fff !important;
    margin-top: 20px;
    padding: 1px 18px;
    display: flex;
    align-items: center;
    font-weight:  400 !important;
    font-size: 14px;
    transition: .3s ease-in-out;
    border-radius: 50px !important;
}
.banner-content .x-anchor-button span.x-anchor-text-primary {
    color: #fff;
}

.banner-content .x-anchor-button:hover {
    opacity: 0.8;
}

.banner-content .x-anchor-button:hover span.x-anchor-text-primary {
    color: #fff !important;
}
.form-heading h4.x-text-content-text-primary {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.form-heading .x-row-inner {
    max-width: 800px;
}
.form-heading {
    background: #f7f7f7;
}
.form-heading h2.x-text-content-text-primary {
    font-size: 30px !important;
}
.landing-form-sec nf-field:last-child {
    width: 100% !important;
    margin: 0px auto;
    text-align: center;
}
.m4cn-1.x-bar {
    box-shadow: 0 2px 4px -1px rgb(57 76 96 / 15%);
}

@media (max-width: 767px) {
    .cam-banner-section .x-bg-layer-lower-image {   
        background-image: none !important; 
        }
        .cam-banner-section {
            background-color: #f6f2f1 !important;
        }
         .banner-content .x-anchor-button {
         margin-bottom: 40px !important;
        }
    .form-heading h2.x-text-content-text-primary {
        font-size: 22px !important;
    }

}


@media (max-width: 575px) {
    .landing-form-sec nf-field {
        width: 100% !important;
    }
    .banner-content {
        padding-top: 40px !important;
    }
}




/*** 18-06-2022 CSS Start ***/

a:hover, 
.widget.widget_text ul li a:hover,
.widget.widget_text ol li a:hover,
.x-twitter-widget ul li a:hover {
    color: rgb(149,223,236);
    text-decoration: underline !important;
}

.blog article:nth-child(1) .entry-wrap, .page-template-page-recipes article:nth-child(1) .entry-wrap {   
    background: url(/wp-content/uploads/2022/05/banner-grey-1.png) no-repeat !important; 
    background-position: center bottom !important;  
}
.products .product-category a .woocommerce-loop-category__title {
    min-height: 45px;
}
.make-sweeter-moments.make-sweeter-moments-row .m2-1i.x-image img {
    width: 100% !important;
    margin-top: -100px;
}
.m2-1i.x-image img {
    width: 100% !important;
}


@media (max-width: 1199px) {
    .make-sweeter-moments.make-sweeter-moments-row .m2-1i.x-image img {      
        margin-top: -10px;
    }
}
 
@media (max-width: 991px) {
    .products .product-category a .woocommerce-loop-category__title {
        min-height: unset;
    }
}

@media (max-width: 767px) {
    .make-sweeter-moments.make-sweeter-moments-row .stev_pouch img {
       /* width: 60% !important;
        margin: 0 auto !important;*/
    }
    .make-sweeter-moments.make-sweeter-moments-row .m2-1i.x-image img {
        margin-top: 30px;
        position: unset;
        width: 50% !important;
    }
    .make-sweeter-moments.make-sweeter-moments-row .stev_pouch {
        margin: 0;
        padding: 15px 0px;
    }
    .banner_image_o.even-sweeter-con .x-bg-layer-lower-image {
        background: transparent !important;
    }
    .banner_image_o.even-sweeter-con {
        margin-top: 180px !important;
    }
     .stev_pouch {
        margin-top: 160px !important;
    }
}



/*** 18-06-2022 CSS Ends ***/




/* 25-july-2022 */
.about-us-banner .m4dh-n.x-col {
    box-shadow: unset !important;
}
@media (max-width: 767px) {
    .about-us-banner .x-bg-layer-lower-image,
    .about-us-banner.e5669-1 .x-bg-layer-lower-image {
        background-position: center !important;
        background-size: cover !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about-us-banner {
        margin-bottom: -20px !important;
    }
    .about-us-banner h1 {
        font-size: 24px !important;
    }
    .about-us-banner .x-text {
        font-size: 15px !important;
    }
    .about-us-banner .x-bg .x-bg-layer-lower-image {
        background-position: 50% 100% !important;
    }
}
/*** 03-10-2022 CSS  ***/
.grecaptcha-badge {
    z-index: 999 !important;
    position: relative;
}


 /* Sugar Alternatives landing page CSS Starts */

.sugar-alternatives-top
  .elementor-widget-image-box
  .elementor-image-box-description {
  max-width: 350px;
  margin: 0 auto;
}
.sugar-alternatives-form-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}
.free-tag-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 139px;
  height: 76px;
  margin: 0 auto;
  display: block;
}
.sugar-alternatives-list .elementor-icon-list-items {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-gap: 5px;
}
.sugar-alternatives-foot .elementor-widget-container {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.sugar-alternatives-foot .elementor-widget-container a {
  color: #fff;
  font-size: 25px;
  margin: 0 15px;
  display: inline-block;
}
.sugar-alternatives-foot .elementor-widget-container a:not(:last-child) {
  border-right: 3px solid #fff;
  padding-right: 30px;
}
.sugar-alternatives-formwrap h3 {
  display: none;
}
.sugar-alternatives-formwrap .nf-form-fields-required {
  display: none;
}
.sugar-alternatives-formwrap .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sugar-alternatives-formwrap nf-field {
  width: 49%;
}
.sugar-alternatives-formwrap input,
.sugar-alternatives-formwrap textarea {
  background: #fff !important;
}
.sugar-alternatives-formwrap nf-field:nth-of-type(10) {
  width: 100% !important;
}
.sugar-alternatives-formwrap .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
.sugar-alternatives-formwrap nf-field:nth-of-type(10) {
  width: 100% !important;
  margin: 0px auto; 
}
.sugar-alternatives-formwrap
  nf-field:nth-of-type(10)
  div#nf-field-25-container {
  width: 100%;
}
.sugar-alternatives-formwrap nf-field:nth-of-type(7),
.sugar-alternatives-formwrap nf-field:nth-of-type(8),
.sugar-alternatives-formwrap nf-field:nth-of-type(9) {
  width: 32%;
}
.sugar-alternatives-formwrap
  nf-field
  .submit-container
  input.ninja-forms-field {
  background: #888888 !important;
  padding: 0px 30px;
}
.sugar-alternatives-formwrap
  nf-field
  .submit-container
  input.ninja-forms-field:hover {
  opacity: 0.8;
  color: #fff !important;
}
.sugar-alternatives-formwrap .nf-response-msg {
  text-align: center;
}
.sugar-alternatives-formwrap .nf-response-msg p:nth-of-type(1) {
  color: green !important;
  font-size: 20px;
}
.sugar-alternatives-formwrap nf-field:last-child {
  width: 100% !important;
  margin: 0px auto;
  text-align: center;
}
.sugar-alternatives-top .elementor-image-box-img img {
    max-width: 120px;
}
/* Sugar Alternatives landing page CSS Ends */

/* Contact us page form error message */
.nf-error-msg.nf-error-field-errors {
    border: 1px solid red;
    padding: 10px;
}
/* Contact us page form error message */
/* z-Index for popup on mobile menu*/
.swal2-container.swal2-center.swal2-fade.swal2-shown {
    z-index: 9999;
}
.blog .m4co-t.cart, .blog .m4co-w.account {
    display: none;
}
.e5640-e4 {
    display: none;
}
/* z-Index for popup on mobile menu*/

.category .more-link {
    display: none;
}






