/*

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 */

body {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.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-mini-cart li img {
    max-width: 80px;
    margin: 5px 10px 5px 0 !important;
    float: none !important;
}

.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: 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 ***/


.search-results .product_cat-all-products .entry-title a,
.search-results .entry-wrap .entry-title a {
    font-size: 28px;
    line-height: 1;
}
.search-results .entry-wrap .entry-title {
    line-height: 1 !important;
}
.search-results .x-pagination {
    margin: 40px 15px 80px !important;
}
.search-results section.posts-wrapper {
    margin-left: 0 !important;
}
.search-results .posts-wrapper article {
    margin-top: 0;
}
.search-results .posts-wrapper article#post-8005 {
    margin-top: 40px;
    box-shadow: unset;
}
.search-results .posts-wrapper article#post-8005 .entry-title a {
    font-size: 32px;
}

/*** 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%;
}

/***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;
}

[class*=woocommerce] ul.products {
    clear: both;
    /*margin: 40px 0 -4.5%;*/
    margin: 60px 0 -4.5%;
    list-style: none;
}

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)) !important;
    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;
}

.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;
}
h2.woocommerce-loop-category__title:hover {
    color: #65e3f0 !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: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;
}

.img_wrapper_o:hover .hco {
    height: 150px;
}
.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;
}
.help-block {

    color: red!important;
}



/*** 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;
    /* align-items: center; */
    align-items: flex-start;
    gap: 0 10px;
    /* border-bottom: 1px solid #ddd; */
    flex-wrap: wrap;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.search-results footer.entry-footer {
    margin: 10px 20px 20px;
}
.search-results .entry-featured {
    width: 30%;  
    box-shadow: none;
    border: none;
}
.search-results .posts-wrapper article#post-8005 .entry-featured {
    width: 100%;
    display: none;
}
.search-results .posts-wrapper article#post-8005 .entry-wrap {
    position: relative;
    width: 100%;
    text-align: center !important;
}
.search-results .has-post-thumbnail .entry-featured {
    border: none;
}
.search-results .entry-wrap {
    /* width: 70%;  */
    width: 67%;
    box-shadow: none;
    /* padding: 0 20px; */
    padding: 20px !important;
}
.search-results .x-main>.x-section {
    display: none;
}
.search-results header.x-masthead {
    margin-bottom: 50px;
}
.search-results .entry-featured a img {
    max-width: 100%;
    margin: 0 auto;
}
.search-results .product_cat-all-products .entry-featured a img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.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: 70px;
    height: 70px;
    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: 252px;
}

.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: #ccc;
    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_page_content .recipes_text h2 {
    line-height: 1.1;
    font-size: 32px !important;
}
.recipes_page_content .recipes_text h2 {
    font-size: 22px !important;
    line-height: 1.4 !important;
}
.recipes_page_content .entry-content a.more-link {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
.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: 1.2;
    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://stevitanaturalsb2b.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) { 
    .search-results .posts-wrapper .entry-wrap {
        text-align: left !important;
        padding: 20px !important;
    }
    .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) {
    .search-results aside.x-sidebar {
        margin-bottom: 60px;
    }

    .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;
        text-align: center;
    }

    .fe_banner img {
        width: 50%;
        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: 978px) {
    header.x-masthead .main-header {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767.98px) {
    header.x-masthead .main-header .m4cn-z.x-anchor.x-anchor-button .x-anchor-content {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 80px;
    }  
    .search-results .x-pagination {
        margin: 10px 15px 60px !important;
    }
    .search-results .posts-wrapper article#post-8005 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .search-results .posts-wrapper .entry-wrap {
        padding: 20px !important;
    }
    .search-results .product_cat-all-products .entry-title a, .search-results .entry-wrap .entry-title a {
        font-size: 24px;
    }
    .search-results .posts-wrapper article {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .search-results .has-post-thumbnail .entry-featured,
    .search-results .product_cat-all-products .entry-featured a img,
    .search-results .entry-featured a img {
        /* max-width: 200px; */
        max-width: 100%;      
        width: 100%;
    }


    .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) {
    header .m4cn-11.x-image,
    header .m4cn-12.x-image {
        max-width: 70px !important;
    }
    header .x-bar-top .m4cn-y.x-anchor .x-anchor-content {
        padding: 0;
        min-width: 80px;
        position: relative;
    }
    header.x-masthead .m4cn-1.x-bar .m4cn-y.x-anchor {
        margin-left: 0px;
    }
    header .x-bar-top .m4cn-y.x-anchor .x-anchor-content .x-anchor-text {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 17px;
    }
    header .x-bar-top .m4cn-y.x-anchor .x-anchor-content .x-anchor-text .x-anchor-text-primary {
        margin: 0px;
        padding: 0;
        font-size: 14px;
        width: 100% !important;
    }


    .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;
    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;
}


 
 /*==== account page css starts ======*/
.woocommerce-account .x-site {
    background: none !important;
}
.woocommerce-account .entry-wrap {
    max-width: 100% !important;
	padding: 10px !important;  
} 
.woocommerce-account .woocommerce {
    display: flex;
    display: -ms-flexobx;
	justify-content: space-between;
    flex-wrap: wrap;
} 
.woocommerce-account .woocommerce h2 {
    width: 100%;
    margin-top: 0 !important;
    font-size: 26px !important;
    color: #666666 !important;
}
.woocommerce-notices-wrapper {
    position: relative;
    width: 100%;
    max-width: 510px;
}
.woocommerce-message {
    max-width: 520px !important;
}

.woocommerce-checkout .woocommerce-message {
    max-width: 100% !important;
}

.woocommerce-checkout form .payment_methods > li {
    margin: 20px 0;
    padding: 20px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
    border-radius: 10px;
}

.woocommerce-checkout form .payment_methods li .input-radio {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: auto;
}

.woocommerce-checkout input[type="checkbox"] {
    margin: 0;
    float: none !important;
}

.woocommerce-checkout form .payment_methods li label {
    display: inline;
    padding-left: 5px;
}

.woocommerce-checkout form .payment_methods li .payment_box, .woocommerce-checkout form .payment_methods li .payment_box p {
    margin: 0;
}

.woocommerce-checkout .woocommerce-paytrace-SavedPaymentMethods-wrapper {
    border: none;
    margin: 30px 0 15px;
}

.woocommerce-checkout .woocommerce-paytrace-SavedPaymentMethods-wrapper .help a {
    padding: 0.563em 1.125em;
    border-radius: 20px;
}

.woocommerce-checkout ul.wc-saved-payment-methods input[type="radio"] {
    margin: 0;
    float: none;
}

.woocommerce-checkout ul.wc-saved-payment-methods li {
    margin: 0 !important;
}

.woocommerce-checkout label.woocommerce-form__label input[type="checkbox"] {
    top: 0 !important;
    float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 30px;
} 
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    margin: 0px;
    border-radius: 10px;
    padding: 17px 17px 17px 45px;
    text-align: left;
    border: none;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	color: #000000;  
	transition: 0.5s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
    width: 100%;
}
.woocommerce-account .account-header {
    display: none;
}
.woocommerce-account .my_account_orders {
    margin: 0px 0 0 !important;
}  
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
    color: #000;
    font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
text-decoration:none;
color: #87C500;	
}
.woocommerce-account .woocommerce-orders-table__header {
    color: #000;
    text-align: center;
    font-weight: 700;
}
.woocommerce-account td.woocommerce-orders-table__cell {
    color: #121212;
    font-weight: 400;
    text-align: center;
	    font-size: 15px;
}
.woocommerce-account td.woocommerce-orders-table__cell .woocommerce-Price-amount.amount {
    font-weight: normal;
}
.woocommerce-account a.woocommerce-button.button.view {
    border: 1px solid #93D500;
    background: transparent;
    color: #93D500;
    padding: 8px 10px;
    margin-right: 0px;
    min-width: 110px;
	font-size: 15px;
	width: auto;  
}
.woocommerce-account a.woocommerce-button.button.view:hover, a.woocommerce-button.button.order-again:hover { 
background: #6c9d00;
color:#fff;
border: 1px solid #6c9d00; 
}
th.woocommerce-table__product-name,.woocommerce-table__product-table,h2.woocommerce-order-details__title{
    color: #000; 
   padding-left: 0px;	
}
.woocommerce-table--order-details td, .woocommerce-table--order-details th {
    border: none;
}
.woocommerce-table--order-details td a {
color:#93D500;
}
.woocommerce-table--order-details td {
    color: #121212;
    font-weight: 400;
	padding-left: 0px;
}
.woocommerce-table--order-details tbody td .woocommerce-Price-amount.amount {
    font-weight: 400;  
}
.woocommerce-MyAccount-content tfoot th {
    color: #000;
    padding-left: 0px;
}
.woocommerce-MyAccount-content tfoot {
    border-top: 1px solid #ddd;
}
.woocommerce-MyAccount-content tfoot tr:first-child th, .woocommerce-MyAccount-content tfoot tr:first-child td {
    padding-top: 25px;  
}
.woocommerce-table--order-details tr.woocommerce-table__line-item:last-child td {
    padding-bottom: 25px;
}
.woocommerce-table--order-details thead th {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.woocommerce-table--order-details tr.woocommerce-table__line-item:first-child td {
    padding-top: 25px;  
}
.woocommerce-account .woocommerce-customer-details .addresses .col-1, .woocommerce-account .woocommerce-customer-details .addresses .col-2 {
    max-width: 100%;
    flex: auto;
    padding-left: 0px;
}
.woocommerce-account .addresses address {
    color: #121212;
    font-size: 15px;
}
.woocommerce-account .woocommerce-column__title {
    color: #000;
    margin: 0px 0 15px;
    padding-top: 15px;
}
.woocommerce-MyAccount-content p {
color: #121212;  
}
.woocommerce-table--order-details tfoot tr:first-child td .woocommerce-Price-amount.amount {
    font-weight: 400;      
}
a.woocommerce-button.button.order-again {
    background: #93D500;
    padding: 8px 8px;
    font-size: 16px;
    min-width: 110px;
    line-height: 1.3;
	border: 1px solid #93D500;
	font-size: 15px;
	width: auto;
	border-radius: 5px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
	flex-wrap: wrap;     justify-content: center;
}
.woocommerce-orders-table__cell-order-number a {
    color: #93D500;
}     
.woocommerce-orders-table__cell-order-number a:hover {
    color: #93D500;
} 
.woocommerce-MyAccount-navigation-link--orders::before {
    content: "";
    background-image: url(images/my-orders-icon.png);
    width: 30px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0 0 0 10px;
}
.woocommerce-MyAccount-navigation-link--dashboard::before {
	background-image: url(images/my-account-icon.png);
}
.woocommerce-MyAccount-navigation-link--products::before {
	background-image: url(images/my-products-icon.png);
}
.woocommerce-MyAccount-navigation-link--downloads::before {
	background-image: url(images/download-icons.png);
}
.woocommerce-MyAccount-navigation-link--customer-logout::before {
	background-image: url(images/logout-icon.png);
}
.woocommerce-MyAccount-navigation-link--edit-address::before {
	background-image: url(images/pin-icon.png);  
	background-size: 25px;
}
.woocommerce-MyAccount-navigation-link--payment-methods::before {
	background-image: url(images/pay-icon.png);  
	background-size: 25px;
}
.woocommerce-MyAccount-navigation-link--edit-account::before {
	background-image: url(images/my-account-icon.png);  
	background-size: 25px;
}
.woocommerce-MyAccount-navigation-link--profile::before {
    background-image: url(images/my-account-icon.png);  
    background-size: 22px;
}
.woocommerce-MyAccount-navigation-link--resetpassword::before {
    background-image: url(images/reset-password.png);  
    background-size: 24px;
}
.woocommerce-MyAccount-navigation-link--terms-and-conditions::before {
    background-image: url(images/terms-and-conditions.png);  
    background-size: 24px;
}
.woocommerce-MyAccount-navigation-link::before {
	content: "";
	  width: 30px;
    height: 100%;
    position: absolute;
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
    background-position: center;
}
.woocommerce-MyAccount-navigation-link {
    position: relative;
	margin: 5px 5px 12px 0px;  
}
table.product-listing-account-table, table.product-listing-account-table th, table.product-listing-account-table td {
    border: none;
}
.product-listing-account-table th, .product-listing-account-table td {
    text-align: center;     
	font-size: 14px;  vertical-align: middle !important;
}
.product-listing-account-table .product-thumbnail img {
    width: 50px;
    object-fit: cover;
}
table.product-listing-account-table th {
    color: #000;   
	border-bottom: 1px solid #ddd !important;     padding-top: 0px; font-size: 16px;
}
.product-listing-account-table td.product-check {
    padding: 0; 
}
.product-listing-account-table td {
    color: #121212;
    font-weight: 400;
}
.products-head {
    margin-bottom: 30px;
}
.products-head h2 {
 margin-bottom:0px !important; color:#000;
	}
.product-listing-account-table .custom-control-input:checked~.custom-control-label::before {
    border-color: #93D500;   
    background-color: #93D500;
}	
.products-head  label.custom-control-label {
    margin-bottom: 0px !important;    
}	
.pagination.product-navigation {
    text-align: center;
    padding: 10px 0 0;
}	
.product-navigation .page-numbers {
    padding: 0 7px;
    color: #525252;
    font-weight: 400;
    font-size: 14px;
}
.pagination.product-navigation {
    text-align: center;
    padding: 15px 0 0;
}

.product-navigation a.page-numbers {
    padding: 0 7px;
    color: #525252;
    font-weight: 400;
    font-size: 14px;
}

.product-navigation span.page-numbers.current {
    background-color: #93D500;
    color: #fff;
    border-radius: 3px;
    padding: 2px;
    width: 25px;
    display: inline-block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
}
.product-navigation a.next.page-numbers, .product-navigation a.prev.page-numbers {
    background-color: #e9e9e9;
    color: #8c8c8c;  
    border-radius: 4px;
    border-radius: 3px;
    padding: 2px;
    width: 25px;
    display: inline-block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
}
.product-navigation a.page-numbers:hover {
	text-decoration:none;
	color: #93D500;
}
.order-again a.button {
    background: #93D500;
    padding: 8px 8px;
    font-size: 16px;
    min-width: 110px;
    line-height: 1.3;
    border: 1px solid #93D500;
    font-size: 15px;
    width: auto;
    border-radius: 5px;
    text-shadow: none;
	    text-transform: capitalize;
}
.order-again a.button:hover { 
    background: #6c9d00;
    color: #fff;
    border: 1px solid #6c9d00;
}
.x-cart-notification {
    display: none !important;
}
.product-listing-account-table {
    overflow: hidden;
}
.form-row-wrap {
    display: flex;
    display: -ms-flexbox;
}

.form-row-wrap .third-half-row {
    width: 31%;
    margin: 0 25px 25px 0px !important;
}
.woocommerce-MyAccount-content .form-row-wrap .full-width-row {
    width: 100%;
    margin: 0 0px 25px 0px;  
}  
.woocommerce-account .form-row-wrap  input {
    width: 100%;
    background: transparent !important;
    border: 1px solid #e0e0e0 !important;
    color: #000000;
    font-size: 15px;
}
.woocommerce-account .form-row-wrap select {
    width: 100%;
    background: transparent !important;
    border: 1px solid #e0e0e0 !important;
    color: #000000;
    font-size: 15px;
    box-shadow: none;
    height: 48px;
}
.form-row-wrap .third-half-row:nth-child(3n) {
    margin-right: 0px !important; 
}
.woocommerce-account .form-row-wrap select:focus {
	outline:none;
}
.form-row-wrap label {
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin-bottom: 4px !important;
}
.woocommerce-account .my-account-section h3 {
    font-size: 25px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin: 10px 0 20px;
}  
.my-account-section hr {
    margin-left: -30px;
    margin-right: -30px;
	border-top: 1px solid #ddd;
}
.form-row-wrap .third-half-row .img-wrap {
    overflow: hidden;
    border-radius: 5px;
}
.form-row-wrap .third-half-row .img-wrap img {
    object-fit: cover;
    height: 160px;
	width: 100%;
}
.woocommerce-account .my-account-section h2 {
    font-size: 25px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0px;
}
.woocommerce-MyAccount-content .form-row-wrap .full-width-row p {
    font-size: 16px;
    line-height: 1.4;
    color: #555555;
    font-weight: 400;
    font-style: italic;
}
.account-head a {
    font-size: 16px;
    line-height: 1.4;
    color: #6c9d00;
    font-weight: 400;
}
.account-head a img {
    max-width: 19px;
}
.wrap-div {
    display: flex;
    display: -ms-flexbox;
    flex: 1 1 auto;
    align-items: center;
    margin: 10px 0 20px !important;
    text-align: left;
}
.wrap-div label {
    margin-bottom: 0px !important;
    margin-left: 7px;
}
.woocommerce-account .form-row-wrap .wrap-div input[type="checkbox"] {
    height: auto !important;
    width: auto !important;
    margin: 0px !important;
}
.form-row-wrap em {
    color: red;
}  
body .woocommerce-MyAccount-content .btn-area a.button {
    min-width: 170px !important;
    display: inline-block !important;
    padding: 11px 10px !important;
    border-radius: 4px;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.order-again {
    margin-right: 10px;
}
#imageUpload,#imageUpload1
{
    display: none;
}

#profileImage,#profileImage1
{
    cursor: pointer;
}
div#profile-container ,div#profile-container1{
    position: relative;
}

#profile-container .edit-icon,#profile-container1 .edit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
#profile-container .edit-icon .edit_icons img,#profile-container1 .edit-icon .edit_icons img  {
    height: auto;
    width: auto;
    /* object-fit: none; */
    max-width: 20px;
}

#profile-container .edit-icon .edit_icons,#profile-container1 .edit-icon .edit_icons {
    width: 45px;
    height: 45px;
    background-color: rgba(147, 213, 0, 0.9);
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

#profile-container .edit-icon span,#profile-container1 .edit-icon span {
    display: block;
    padding-top: 5px;
}

div#profile-container::before ,div#profile-container1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.form-wrapper label {
    color: #000;
}
.reset-password-section .form-wrapper {
    padding-top: 15px;
}

.reset-password-section .form-wrapper .btn-area {
    padding-top: 10px;
}

.woocommerce-account .my-account-section.reset-password-section h3 {
    margin: 10px 0 10px;
}
.woocommerce-MyAccount-navigation-link--account::before {
    background-image: url(images/my-account-icon.png);
}
.my-account-section.reset-password-section {
    padding: 20px 0;
}
.form-row-wrap.long-width-label label {
    min-height: 43px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
/*====== responsive starts ====*/
@media (max-width: 1199px ) { 
.woocommerce-account a.woocommerce-button.button.view {
    width: auto;
    margin: 0;
}
.form-row-wrap {
    flex-wrap: wrap;
}  
.form-row-wrap .third-half-row {
    width: 48%;
    margin: 0 15px 15px 0px !important;
}
.form-row-wrap .third-half-row:nth-child(2n) {
    margin-right: 0px !important;
}
.form-row-wrap .third-half-row:nth-child(3n) {
    width: 100%;
}
.form-row-wrap.long-width-label label {
    min-height:auto;
}
}
@media (max-width: 991px ) {
.my-account-section hr {
    margin-left: -15px;
    margin-right: -15px;
}
	.products-head .custom-control.custom-checkbox.mr-5 {
    margin-right: 6px !important;
}
.products-head h2 {
    font-size: 20px !important;
}
.products-head  label.custom-control-label {
    font-size: 14px !important;
}
a.woocommerce-button.button.order-again, .woocommerce-account a.woocommerce-button.button.view {
    font-size: 14px;
}
.woocommerce-account .woocommerce-column__title {
    font-size: 22px;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    /*font-size: 15px;*/
    font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 27%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 15px;
}
.woocommerce-account a.woocommerce-button.button.view {
    padding: 8px 10px;
    width: auto;
    display: inline-block;
    margin: 0;
    min-width: 110px;
}
  
}
@media (max-width: 767px){
.woocommerce-account .woocommerce {
    flex-wrap: wrap;
}
.products-head {
    flex-wrap: wrap;
}
.products-head .d-flex {
    flex-wrap: wrap;
}
.products-head .custom-control.custom-checkbox.mr-5 {
    padding-top: 8px;
    padding-bottom: 8px;
}	
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}	

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 12px;
}
.my-account-section hr {
    margin-left: -12px;
    margin-right: -12px;
}

.woocommerce-account .my-account-section h3 {
    font-size: 22px;
}
.wrap-div {
    margin: 10px 10px 10px 0 !important;
}
}  
@media (max-width: 576px){
.woocommerce-customer-details .addresses {
    flex-wrap: wrap;  
}
.woocommerce-account .woocommerce-customer-details .addresses .col-1, .woocommerce-account .woocommerce-customer-details .addresses .col-2 {
    width: 100%;
}
.form-row-wrap .third-half-row {
    width: 100%;
    margin: 0 0px 25px 0px !important;
}

.woocommerce-account .my-account-section h3 {
    font-size: 22px;
    margin: 10px 0 10px;
}
.account-head a {
    font-size: 14px;
}
.woocommerce-account .my-account-section h2 {
    font-size: 22px;
}
body .woocommerce-MyAccount-content .btn-area a.button {
    min-width: 110px !important;
    padding: 11px 8px !important;
    font-size: 13px;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.order-again {
    margin-right: 2px;
}
}






/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }









/*** Steps form CSS  Start 05-01-2022  ***/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.act_st {
    color: #00f;
}
.st_con {
    display: none;
}
.show_con:after {
    display: block;
    clear: both;
    content: '';
}
.show_con {
    display: block !important;
}
.continue-btn {
    border: 2px solid #93d500 !important;
    width: 20%;
    display: block !important;
    float: left;
    padding: 15px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px !important;
    margin: 0px 0px 60px;
    border-radius: 6px !important;
    background-color: #93d500 !important;
    color: #fff !important;
    font-weight: 700 !important;
    transition: .3s all ease-in-out !important;
    margin-right: 30px;
    text-align: center !important;
    cursor: pointer;
}
.btn-sec {
    margin-top: 30px;
}
.continue-btn:hover, .back-btn {
    border: 2px solid #93d500 !important;
    background-color: transparent !important;
    color: #93d500 !important;
}
button.continue-btn[disabled="disabled"]:hover {
    background-color: #93d500 !important;
    color: #ffffff !important;
}
.back-btn {
    border: 2px solid #93d500 !important;
    background-color: transparent !important;
    color: #93d500 !important;
    width: 20%;
    display: block !important;
    padding: 15px !important;
    border-radius: 6px;
    transition: .3s all ease-in-out !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px !important;
}
.back-btn:hover {
    background-color: #93d500 !important;
    color: #fff !important;
    border: 2px solid #93d500 !important;
}
.st_fld {
    color: #93d500;
}
.steps-form-sec .form-sidebar h4 {
    font-size: 16px;
    color: #000;
}
.steps-form-sec .form-content h1 {
    font-size: 24px;
    color: #93d500;
    text-align: center;
}
.steps-form-sec .form-sidebar ul, .map-term-sec {
    background: #f6f6f6;
    padding: 22px;
    border-radius: 12px;
    margin: 0;
}
.steps-form-sec .form-sidebar ul li, .map-term-sec h2 button,
.map-term-sec .accordion .card .card-header button h3  {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-align: left;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
.map-term-sec .accordion .card .card-header button h3 {
    margin: 0;
    width: calc(100% - 54px);
}
.steps-form-sec .form-sidebar ul li span {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #747474;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    position: relative;
}
.steps-form-sec .form-sidebar ul li span strong {
    color: #747474;
}
.steps-form-sec .form-sidebar ul li.act_st span strong {
    display: none;
}
.steps-form-sec .form-sidebar ul li.act_st span {
    border: 1px solid #93d500;
    background-image: url(images/checked-icon.png);   
    background-repeat: no-repeat;   
    background-position: center;
    background-position: 50% 62%;
}
.steps-form-sec .form-sidebar ul li.act_st span::after {
    background: #93d500;
}
button#st_4_bk {
    margin-top: 30px;
}
.steps-form-sec .form-sidebar ul li span::after {
    position: absolute;
    background: #2d2d2d;
    display: block;
    width: 1px;
    height: 24px;
    top: 100%;
    left: 50%;
    content: '';
}
.steps-form-sec .form-sidebar ul li:last-child span::after {
    position: unset;
    height: 0;
}
.steps-form-sec .container-fluid {
    padding: 0px 8%;
}
.steps-form-sec form h2 {
    margin: 0;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}
.steps-form-sec form label {
    /* font-size: 16px; */
    font-size: 15px;
    color: rgb(0 0 0 / 70%);
    font-weight: 600;
}
.error {
    color: red !important;
}
.steps-form-sec form input,
.steps-form-sec form select {
    height: 60px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #e0e0e0 !important;
    box-shadow: unset !important; 
    font-size: 16px;
    color: #000 !important;
}
form select {
     appearance: none; 
    position: relative;
}
form select {
    background-image: url(images/arrow-down-sign.png);  
    content: "";
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 16px; 
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
/*    display: none;
    -webkit-appearance: none;*/
    opacity: 0;
}
input[type="date"] {
    background-image: url(images/calendar-icon.png);  
    content: "";
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-repeat: no-repeat;  
    background-size: 20px; 
}

.steps-form-sec form input::placeholder,
.steps-form-sec form select::placeholder {
    /* font-size: 16px; */
    font-size: 15px;
    color: #000;
    opacity: 0.5;
}
.steps-form-sec form input:focus,
.steps-form-sec form select:focus {   
    border: 1px solid  #93d500 !important;
    outline: none;
}
.steps-form-sec form .checkbox-sec input {
    height: unset;
    width: unset;
}
.steps-form-sec form .checkbox-sec .form-check,
.steps-form-sec form .checkbox-sec.diff-address-head .form-check {
    position: relative;
    padding-left: 15px;
}
.steps-form-sec form .checkbox-sec .form-check input,
.steps-form-sec form .checkbox-sec.diff-address-head .form-check input {
    opacity: 0 !important;
    z-index: 99;
}
.steps-form-sec form .checkbox-sec .form-check label::before,
.steps-form-sec form .checkbox-sec.diff-address-head .form-check label::before {
    background-image: url(assets/images/check-icon.png);
    background-size: 16px;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
}
.steps-form-sec form .checkbox-sec .form-check input:checked + label::before,
.steps-form-sec form .checkbox-sec.diff-address-head .form-check input:checked + label::before {
    background-image: url(assets/images/checked-icon.png);
}
.steps-form-sec form .checkbox-sec.diff-address-head .form-check label::before {
    top: 22px !important;
    left: 14px !important;
}
.steps-form-sec form .checkbox-sec .form-check {
   display: flex;
    flex-direction: column-reverse !important;
    align-items: flex-start;
    justify-content: flex-end;
}
.steps-form-sec form .checkbox-sec .form-check {
    padding: 0;  
}
.steps-form-sec form .checkbox-sec label {
    margin-left: 22px !important;
   /* opacity: 0.5;  */
}
.steps-form-sec form .checkbox-sec input {
    opacity: 0.5;
}
.steps-form-sec form .checkbox-sec label:first-child {
    margin: 0 0px 8px !important;
    opacity: 1;
}
.steps-form-sec form .fade {
    opacity: 1;
    background: rgba(0,0,0,0.5);
}
.confirm-sign-sec .modal-dialog {
    max-width: 1130px;
    /* width: 90%;
    height: 90vh; */
}
.confirm-sign-sec .modal-footer {
    border: none;
    justify-content: flex-start;
    align-items: center !important;
}
.confirm-sign-sec .modal-content {
    padding: 30px 30px 40px;
}
.confirm-sign-sec .modal-content .continue-btn {
    margin-right: 30px;
}
.confirm-sign-sec .modal-header {
    border: none;
}
.confirm-sign-sec h5 {
    margin: 0;
    color: #000;
}
.confirm-sign-sec .modal-header .close {
    font-size: 24px;
}
.confirm-sign-sec .continue-btn {
    margin-bottom: 0 !important;
}
.confirm-sign-sec .modal-footer {
    border: none;
    justify-content: flex-start;
    align-items: center !important;
    margin-top: 38px !important;
}
.map-policy-popup .btn-primary {
    display: none !important;
}
.confirm-sign-sec .modal-content {
    padding: 30px 30px 40px;
}

.confirm-sign-sec .modal-header {
    border: none;
}
.confirm-sign-sec h5 {
    margin: 0;
}
.confirm-sign-sec .continue-btn {
    margin-bottom: 0 !important;
}
.confirm-sign-sec .modal-header button span {
    background: #000 !important;
    border-radius: 50%;
    height: 46px;
    width: 46px !important;
    display: block;
    color: #fff;
    display: flex;
    justify-content: center;  
    text-align: center;
    border: 1px solid #fff;
    margin-left: auto;
}
.confirm-sign-sec .modal-header button.close {
    opacity: 1;
    position: absolute;
    right: -12px;
    top: -8px;
}

/*.thank-you-con {
    margin: 0px auto 60px;
    background: #f6f6f6;
    border-radius: 6px;
    text-align: center;
    padding: 40px 0px;
}*/
.thank-you-con {
    margin: 0px auto 0px;
    background: #f6f6f6;
    border-radius: 6px;
    text-align: center;
    padding: 40px 0px;
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.thank-you-con img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.thank-you-con h5 {
    color: #000;
    margin: 0;
    font-size: 40px;
}
.thank-you-con p {
    font-size: 20px;
}
.drop-zone__prompt img {
    display: block;
    /*margin-bottom: 10px;*/
    margin-right: 10px;
    max-width: 30px;
}

h4.form-title {
    margin: 0; 
}
.form-title {
    font-size: 20px !important;
}
.hr-line {
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
}
.modal.confirm-sign-sec {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999 !important;
}
.drag-drop-sec .drop-zone {   
    /*height: 126px; */
    height: 60px;        
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;      
    border: 1px dashed #000;
    border-radius: 4px;
    background: #f9f9f9;
    overflow: hidden;
  }
  .drag-drop-sec .drop-zone__prompt {
      font-size: 16px;
      color: #000;
      display: flex;
      align-items: center;
  }
  
  .drag-drop-sec .drop-zone--over {
    border-style: solid;
  }  
  .drag-drop-sec .drop-zone__input {
    display: none;
  }
  
  .drag-drop-sec .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drag-drop-sec .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
 
 .map-term-sec h2 img {
    margin-right: 14px;
}
.map-term-sec .accordion>.card {
    border: none !important;
    margin: 0 !important;
}
.map-term-sec .accordion .card .card-header {
    padding: 0;
    border: none;
}
.map-term-sec .accordion .card .card-header h2 {
    margin: 0;
}

.map-term-sec h2 button.btn-link {
    text-decoration: none;
    color: #000;
    margin-bottom: 0px;
}
.map-term-sec .card-body {
    background: #f6f6f6;
    padding-top: 0px;
    margin-top: -10px;
}
.map-term-sec.map-term-sec-popup {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.map-term-sec.map-term-sec-popup .accordion {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}
.map-term-sec.map-term-sec-popup .accordion .card {
    width: 100%;  
    border: 1px solid #93d500 !important;
    border-radius: 10px;  
}
.map-term-sec.map-term-sec-popup h2 button {
    font-size: 13px;   
 }
.map-term-sec.map-term-sec-popup h2 button.btn-link {
    font-size: 14px;
     height: 60px;
     /* border-radius: 10px;
    border: 1px solid #93d500 !important;    */
}
/* .map-term-sec.map-term-sec-popup h2 button.btn-link.collapsed {
    border: 1px solid #93d500 !important;
    border-radius: 10px;
} */
.map-term-sec .accordion .card .card-header button {
    position: relative;
    margin-bottom: 20px;
    display: flex; 
    align-items: center;
}

.map-term-sec .accordion .card .card-header button span {
    border-radius: 50%;
    border: 1px solid #747474;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    /*transform: translate(0%, 0%);*/
    left: 0px;
    position: relative;
    background-image: url(assets/images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
    display: inline-block;
    margin-right: 14px;
}
.map-term-sec .accordion .card:nth-of-type(2) .card-header button {
    display: flex;
    align-items: flex-start;
}
#diff-address-sec {
    display: none;
}
.steps-form-sec form .checkbox-sec.diff-address-head .form-check {
    padding: 15px !important;
}
.steps-form-sec form .checkbox-sec.diff-address-head .form-check {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.steps-form-sec form .checkbox-sec.diff-address-head .form-check label {
    margin-left: 10px !important;
    margin-bottom: 0 !important;
}
.map-term-sec {
    padding-bottom: 0 !important;
}
.map-term-sec .accordion .card-header button.dropdown-con:after {    
    color: #93d500;    
   transform: rotate(90deg);
   left: 15px;   
}
/*.map-term-sec .accordion .card .card-header button.dropdown-con:before {   
    border-radius: 50%;
    border: 1px solid #93d500;  
    transform: translate(0%, 0%);  
}*/
.map-term-sec .accordion .card-header .btn.focus, .map-term-sec .accordion .card.card-header .btn:focus {
    box-shadow: unset !important;
}
.steps-form-sec .label-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .modal-dialog {
    position: absolute !important;
    top: 50%;
    left: 50%;   
    transform: translate(-50%, -50%) !important;
} */
.confirm-sign-sec .map-term-sec .accordion .card .card-header button {
    margin-bottom: 0px;
}
.confirm-sign-sec .map-term-sec .accordion .card .card-header button {
    margin-bottom: 0px;
}
.confirm-sign-sec .map-term-sec .accordion .card .card-header button:before,
 .confirm-sign-sec .map-term-sec .accordion .card .card-header button:after {
    top: auto;
    left: 20px;
}
.confirm-sign-sec .map-term-sec .accordion .card .card-header button:after {
    left: 35px !important;
}
.confirm-sign-sec .map-term-sec .accordion .card .card-header button {
    padding:0 !important;
    display: flex;
    align-items: center;
}
.confirm-sign-sec .map-term-sec .accordion .card .card-header button a {
    display: flex;
    width: 100%;
    padding: 10px;
}
.confirm-sign-sec .map-term-sec .accordion .card .card-header button h3 {
    font-size: 16px;
}
.confirm-sign-sec .map-term-sec .card-body {
    /* border: 0px 1px 1px soild #93d500;
    border: 1px solid #93d500; */
    border-top: none;
    border-radius: 10px;  
    padding-top: 10px;   
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}
.confirm-sign-sec .map-term-sec.map-term-sec-popup h2 button.btn-link.dropdown-con {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-bottom: none !important; 
    padding: 0;
    height: auto;
}
input[type=date] {
    margin: 8px 0px;
}
.map-policy-popup.fade {
    opacity: 1;
}
.map-policy-popup .modal-dialog {
    max-width: 1000px;
}
.map-term-sec.map-term-sec-popup .accordion .card .card-header button span {
    width: 35px !important;
    height: 35px !important;
}
.map-term-sec.map-term-sec-popup .accordion .card-content {
    width: 100%;
}
.map-term-sec.map-term-sec-popup .accordion .card-content button:focus {
    box-shadow: unset !important;
}
header .x-anchor-content .fa-search {
    display: none;
}   
.confirm-sign-sec .modal-content {
    margin: 50px auto;
}








@media (max-width: 1599px) {
    .steps-form-sec .form-sidebar ul li, .map-term-sec h2 button,
    .map-term-sec .accordion .card .card-header button h3 {
        font-size: 16px;
    }  
    .steps-form-sec .form-sidebar ul li span {
        font-size: 16px;
    }
    .steps-form-sec .form-sidebar ul, .map-term-sec {
        padding: 20px 14px 10px;
    }
}

/* @media (max-width: 991.98px) { 
    .confirm-sign-sec .modal-dialog {
        height: 90vh;
    }
} */



@media (max-width: 767.98px) {
    .map-term-sec.map-term-sec-popup {        
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    .form-content .mb-3 {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    .continue-btn, .back-btn {
        width: 40%;
    }
    .form-sidebar.mb-5 {
        margin-bottom: 20px !important;
    }
    h4.form-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .hr-line {
        margin-top: 20px;
        padding-top: 20px;
    }
    .form-text {
        margin-top: 20px !important;
    }
    .map-term-sec.map-term-sec-popup h2 button.btn-link {
        font-size: 13px;
    }

}

@media (max-width:  575px) {

    .woocommerce-checkout form .payment_methods > li {
        margin: 15px 0;
        padding: 15px;
    }


    .confirm-sign-sec .modal-footer {
        flex-direction: column;
        margin-top: 20px !important;
    }    
    .confirm-sign-sec .modal-content .continue-btn, .confirm-sign-sec .modal-content .back-btn {
        width: 100%;
        margin: 10px 0 !important;
    }
    .steps-form-sec form .checkbox-sec.diff-address-head .form-check {
        align-items: flex-start;
    }
    .map-term-sec.map-term-sec-popup .accordion {
        flex-direction: column;
    }
    .confirm-sign-sec .modal-content {
        padding: 15px;
    }
    .confirm-sign-sec .modal-content .continue-btn {
        margin-right: 10px;
    }
    .thank-you-con p {
        font-size: 16px;
    }
    .thank-you-con h5 {
        font-size: 32px;
    }

}

@media (min-width:  991px) and (max-width: 1279px) {
    .steps-form-sec .col-lg-3 {
        max-width: 32%;
        flex: 0 0 32%;
    }
    .steps-form-sec .col-lg-9 {
        max-width: 68%;
        flex: 0 0 68%;
    }
}

/* Steps form CSS  Ends  */






/** Landing page CSS Start **/

.container-fluid {
    padding: 0px 8% !important;
}
.banner-slider .row {
    display: flex;
    padding-top: 40px;
    align-items: center;
}
.banner-slider {
    margin-bottom: 60px;
}

.banner-slider .banner-slider-text, .banner-slider .banner-slider-img {
    width: 50%;
}
/*.banner-slider-img {
    margin-bottom: -70px !important;
}*/
.banner-slider-text h4 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.banner-slider-con {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.banner-slider-con::before {
    background-color: rgb(0 0 0 / 20%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-slider-con .container-fluid {
    z-index: 9;
    position: relative;
}
.banner-slider-text h1 {
    font-size: 54px;
    margin: 0;
    color: #01c0dd;
    font-weight: 700;
    padding-top: 20px;
}
.banner-slider-text p {
    font-size: 16px;
    color: #fff;
    margin: 20px 0px 30px 0px;
}
.banner-slider-text .input-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
}
.banner-slider-text .input-form input {
    height: 55px;
    font-size: 16px;
    width: 74%;
    margin: 5px;
}
.main-btn {
    background: #93d500 !important;
    border: none !important;
    font-size: 16px !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 12px 30px;
}
.main-btn:hover {
    opacity: 0.8 !important;
}
.banner-slider-text .content {
    max-width: 580px;
}
.banner-slider-text .content .main-btn {
    height: 55px;
    width: 26%;
    margin: 5px;
}
.banner-slider .slick-prev, .banner-slider .slick-next {
    position: absolute;
    /* background: red; */
    height: 100px;
    width: 100px;
    top: 90%;
}
.banner-slider button.slick-prev.slick-arrow.slick-disabled {
    position: absolute;
    left: 20% !i;
    left: 87% !important;
}
/*.banner-slider .slick-prev {
    left: 87% !important;
}
.banner-slider button.slick-next.slick-arrow {
    left: 90% !important;
}*/
.banner-slider .slick-prev {
    right: 50px !important;
    left: auto !important;
}
.banner-slider button.slick-next.slick-arrow {
    right: 0px !important;
}
.banner-slider .slick-next::before {
    height: 40px !important;
    width: 40px !important;
    background: #fff;
    opacity: 1 !important;  
    content: "\276F";
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider .slick-prev::before {
    height: 40px !important;
    width: 40px !important;
    background: #fff;
    opacity: 1 !important;   
    content: "\276E";
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-slider .slick-prev:hover::before,
.banner-slider .slick-next:hover::before {
    opacity: 0.5 !important;   
}
.stevita-nat-con {
    background: #ecfcff;
    display: flex;
    align-items: center;
    padding: 80px 40px;
    background-image: url(assets/images/stevita-natural-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.stevita-nat-con .stevita-text {
    width: 60%;
}
.stevita-nat-con .stevita-img {
    width: 40%;
}
h2 {
    color: #484747 !important;
   font-size: 40px !important;
}
.stevita-text p {
    font-size: 16px;
    color: #000;
    margin: 16px 0px 30px 0px;
    font-weight: 600;
}
a:hover {
    text-decoration: none !important; 
}

.stevita-product-sec {
    background: #ecfcff;
    display: flex;
    align-items: center;
    padding: 56px 20px;
    text-align: center;
    flex-direction: column;
}
.stevita-product-sec h2 span {
    color: #01c0dd;
    display: block;
}
.stevita-product-sec a.main-btn {
    background: #01c0dd !important;
}
.stevita-product-sec h2 {
    font-size: 35px !important;
    margin-top: 30px !important;
    margin-bottom: 14px !important;
    line-height: 1.5;
}
.stevita-product-sec ul {
    padding: 0;
    display: flex;
    margin: 0;
    margin-bottom: 30px;
    justify-content: center;
    grid-gap: 12px;
    flex-wrap: wrap;
}
.stevita-product-sec ul li {
    font-size: 17px;
    color: #484747;
}
.stevita-naturals-sec {
    margin: 60px 0px;
}
.stevita-naturals-sec h2 {
    margin: 0;
}
.stevita-text h2 {
    max-width: 340px;
    width: 100%;
}
.our-recipes-sec .our-recipes-con {
    display: flex;
    /*align-items: center;*/
   /* margin: -20px;*/
    margin: -10px;
    flex-wrap: wrap;
}

.heading h2 {
    text-align: center;
    font-size: 50px !important;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.heading h2::before {
    height: 5px;
    width: 115px;
    background: #93d500;
    content: "";
    left: 50%;
    position: absolute;
    border-radius: 50px;
    bottom: -15px;
    transform: translateX(-50%);
}
.our-recipes-sec .heading {
    margin: 80px 0px 70px;
}
.our-recipes-sec .our-recipes-con .our-recipes {
    padding: 10px;
    width: 25%;
}
.our-recipes-text h4 {
    font-size: 28px;
    color: #000;
    margin: 30px 0px 0px;
}
.our-recipes-text p {
    color: #1b1b1b;
    font-weight: 700;
    margin: 0;
}
.view-all-btn {
    margin: 80px 0px 100px;
}
.our-recipes-text .view-all {
    margin-top: 10px;
}
.view-all-btn .main-btn {
    padding: 16px 40px !important;
}
.featured-products-con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.featured-products {
    width: 25%;
    border: 1px solid #e6e6e6;
    padding: 50px 10px 30px;
}
.featured-products:hover {
    background-color: #ecf7ff;
    border: 1px solid #93d500;
}
.product-con h4 {
    color: #484747;
    font-size: 30px;
    margin: 8px 0px;
}
.product-con {
    text-align: center;
    min-height: 115px;
}
.featured-products ul.rating li {
    padding-right: 5px;
}
.featured-products ul.rating {
    display: flex;
    justify-content: center;
    margin: 0;
}
.featured-products ul.rating li i {
    color: #e4b700;
    font-size: 16px;
}
.featured-products .products-img {
    text-align: center;
}
.featured-products ul.review-sec {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.review-sec li i {
    margin-right: 12px;
    background-color: #93d500;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-products:hover .review-sec li {
    display: block;
}
.featured-products ul.review-sec li {
    display: none;
}
.customers-review-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #93d500;
    border-radius: 6px;
    padding: 20px 30px;
    margin: 16px;
}
.customers-review-con .review-con {
    width: 100%;
    max-width: calc(100% - 120px);
}
.customers-review-con .review-con h5 {
    font-size: 20px;
    color: #000;
    margin: 0;
}
.customers-review-con .review-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    position: relative;
    border-radius: 50%;    
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0px 1px #88cf02 !important;
}
.customers-review-con .review-img .reviewer-name {
    margin: 0;
    font-size: 40px !important;
    font-weight: 700;
    color: #000000 !important;
}
.customers-review-con .review-img i {
    background: #93d500;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.review-con ul.rating {
    display: flex;
    align-items: center;
    margin: 0;
}
.review-con ul.rating li i {
    color: #f8bd00;
    margin-right: 4px;
}
.customers-review-con .review-con p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-style: italic;
}
.customers-review-sec {
    margin-bottom: 100px;
}
.customers-review-sec .container-fluid {
    padding: 0px 20% !important;
}
.customers-review.slick-initialized.slick-slider {
    margin: 0px -20px;
}
.customers-review-sec .slick-dots li.slick-active button {
    opacity: 1;
    color: #93d500;
    height: 12px;
    width: 12px;
    background: #93d500;
    border-radius: 50px;
}
.customers-review-sec .slick-dots li button {
    background: #999999;
    color: #999999;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    opacity: 1;
}
.customers-review-sec .slick-dots {
    bottom: -40px !important;
}
.customers-review .slick-dots li.slick-active button:before, .customers-review .slick-dots li button:before {
    color: transparent !important;
}
/*.customers-review .slick-next:before, .customers-review .slick-prev:before {

}*/
.customers-review .slick-next:before, .customers-review .slick-prev:before {
    content: "" !important;
}
.customers-review button.slick-next {
    background-image: url(assets/images/review-right-arrow.png); 
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 50px;
    right: -100px !important;
}
.customers-review button.slick-prev {
    background-image: url(assets/images/review-left-arrow.png); 
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 50px;
    left: -100px !important;
}
.main-header span.x-anchor-text-primary {
    font-size: 18px;
    color: #0e0e0e !important;
}
.main-header form.x-search {
    display: none;
}
.main-header .fa, .main-header .m4cn-t.x-anchor .x-graphic-icon {
    font-size: 23px;
    font-weight: 400 !important;
    color: rgb(102,102,102);
}
.main-header .m4cn-h.x-anchor .x-anchor-text-primary:hover, .main-header .fa:hover {
    color: #01c0dd !important;    
}
.banner-slider-img img {
    max-width: 600px;
    width: 100%;
}
.footer-section .x-anchor-content {
    padding-left: 0 !important;
}
.footer-section h3 {
    margin-bottom: 26px;
    position: relative;
}
.footer-section h3::before {
    background-color: #93d500;
    content: "";
    width: 60px;
    height: 3px;
    border-radius: 20px;
    position: absolute;
    bottom: -6px;
    left: 3px;
}
.x-section.e5644-1.m4cs-0 h3.x-text-content-text-primary {
    display: none !important;
}
.footer-section .x-col.e5644-3.m4cs-2 {
    margin-top: 0;
}
 .footer-section .quick-link {
    flex-direction: column !important;
}
.x-bar-top span.x-anchor-text-secondary {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}
.x-bar-top span.x-anchor-text-secondary i {
    color: #fff;
    font-size: 16px;
}
.our-recipes-img {
    position: relative;
    /*padding-bottom: 80.2%;*/
    padding-bottom: 100%;
    overflow: hidden;
}
.our-recipes-img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;  
}
.our-recipes:hover .our-recipes-img img {
    transform: scale(1.05);
}
.footer-section .m6k4-z.x-anchor .x-anchor-text-primary:hover,
.footer-section .m4cs-5.x-anchor .x-graphic-icon:hover,
.x-bar-footer a:hover {
    color: #93d500 !important;
}
/*header.x-masthead .m4cn-1.x-bar*/
.main-header.x-bar-fixed {
    box-shadow: 0px 0px 20px 0px #d3cece;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.bad { 
    color: red;   
}
.woocommerce-password-strength.bad {
    color: red;
}
.woocommerce-password-strength.good {
    color: orange;
}
.woocommerce-password-strength.strong {
    color: green;
}
header .x-bar.x-bar-top.x-bar-h.x-bar-relative.x-bar-is-sticky.x-bar-outer-spacers.e5639-6.m4cn-1.m4cn-2.main-header {
    z-index: 999999 !important;
}
ul#tabs-nav {
    display: none;
}
.form-signin {
    width: 30%;
    margin: 10px auto 40px;
    border: 1px solid #ddd !important;
    padding: 0px 30px;
}
.woocommerce-form-login {
    margin: 20px 10px 50px;
    display: block;
}
.woocommerce-form-login .form-row {
    margin-bottom: 10px;
}
.woocommerce-form-login span.password-input {
    width: 100%;
}
.woocommerce-form-login .woocommerce-form-login__submit {
    padding: 10px 12px;
    text-align: center;
    margin: 10px 0 0;
} 
.form-signin h2 {
    margin-top: 20px;
}
[class*="woocommerce"] .quantity input[type="number"] {
   padding: 0 6px 0px 0px !important;
}
.woocommerce-edit-account span.password-input {
    width: 100%;
}
.woocommerce-edit-account legend {
    padding: 20px 0px 10px;
    margin-bottom: 20px;
}
select.form-select, select {
    margin: 8px 0px;
}
.steps-form-sec form .checkbox-sec input {
    margin-top: 5px;
}
.logged-in [class*=woocommerce] .quantity {
    margin-bottom: 0px;
}
form.variations_form.cart {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
form.variations_form.cart .wpt_varition_section.variations {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    flex-direction: column;
}
form.variations_form.cart .wpt_varition_section.variations select {
    padding: 0px 30px 0px 10px !important;
    text-overflow: ellipsis;  
    overflow: hidden;
    white-space: nowrap;
    max-width: 120px;
    min-height: 42px;   
}
.woocommerce-cart  #e5639-19-dropdown {
    z-index: 99999;
}
.wpt_product_table_wrapper div.tables_cart_message_box div.widget_shopping_cart_content .buttons {
    display: flex;
    grid-gap: 10px;
}
.widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a {
    width: unset !important;
}
.addresses .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
.addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,
.addresses .u-column1.col-1.woocommerce-Address, .addresses .u-column2.col-2.woocommerce-Address {
    max-width: 50%;
    flex: 50%;
}
.x-bar-footer p, footer .m6k4-z.x-anchor .x-anchor-text-primary {
    color: rgba(255,255,255,0.8) !important;
}
.banner-slider-text .main-btn {
    text-shadow: unset !important;
    padding: 0;
}
.x-bar-top .x-anchor-text-primary {
    font-size: 16px;
    font-weight: 400 !important;
}
.footer-section {
    padding-top: 80px !important;
}


@media (max-width: 1700px) {
    .row.date-row label {
        min-height: 50px !important;
    }
    .steps-form-sec form label {
        font-size: 12px;
    }

}


@media (max-width:  1600px) {
       .stevita-product-sec img {
        max-width: 130px !important;
    }
    .heading h2 {
        font-size: 40px !important;
    }
    .stevita-product-sec {
        padding: 40px 20px;
    }
    .stevita-text h2 {
        font-size: 34px !important;
    }
    .stevita-product-sec h2 {
        font-size: 30px !important;
    }
    .m4cn-g.x-anchor .x-anchor-text-primary {
        font-size: 16px !important;
    }  
    .m4cn-11.x-image, .m4cn-12.x-image {
        max-width: 130px !important;
    }
    .m4cn-f.x-anchor .x-anchor-content {
        padding: 0px 8px !important;
    }
    .customers-review-sec .container-fluid {
        padding: 0px 10% !important;
    }
    .customers-review button.slick-next {
        right: -30px !important;
        background-size: 20px;   
    }
    .customers-review button.slick-prev {
        left: -30px !important;
        background-size: 20px;   
    }
    .our-recipes-text h4 {
        font-size: 24px;
    }  

}

@media (max-width: 1199px) {  
    .stevita-text h2 {
        font-size: 30px !important;
    }
    .steps-form-sec form label {
        font-size: 14px;
    }
    .banner-slider .row {
        padding-top: 0;
    }   
    .banner-slider-text h4 {
        font-size: 24px;
        padding: 0;
    }
    .banner-slider-text {
        padding: 40px 0px;
    }
    .stevita-nat-con {
        padding: 50px 40px;
    }
    .stevita-nat-con .stevita-text {
        width: 100%;
    }
    .stevita-nat-con .stevita-img {
        width: 100%;
        margin-top: 60px;
    }
    .customers-review-con {
        flex-direction: column;
    }
    .customers-review-con .review-img {
        margin-right: 0;
    }
    .customers-review-con .review-con {
        max-width: 100%;
    }
    .review-con {
        text-align: center;
        margin-top: 14px !important;
    }
    .review-con ul.rating {
        justify-content: center;
    }

}


@media (max-width: 991.98px) { 
    .footer-section {
        padding-top: 60px !important;
    }
    .banner-slider-text h1 {
        font-size: 34px;
    }
    .row.date-row label {
        min-height: unset !important;
    }   
    .footer-section .e8500-4.x-bar-content .x-bar-container:first-child {
        flex: 0 1 100% !important;
    }
    .footer-section .footer-text {
        max-width: 100% !important;
    }

    .footer-section .x-bar-content {
        flex-wrap: wrap !important; 
    }
    .footer-section .support-con, .footer-section .quick-link {
        max-width: 50% !important;
    }
    .footer-section .follow-us-con {
        max-width: 50% !important;
        margin-top: 40px !important;
    }
    .stevita-nat-con {
        margin-bottom: 40px;
    }
    .our-recipes-sec .our-recipes-con .our-recipes, .featured-products {
        width: 50%;
    }
    .our-recipes-text {
        margin-bottom: 20px;
    }
    .heading h2 {
        font-size: 35px !important;
    }
    .view-all-btn {
        margin: 20px 0px 60px;
    }
    .featured-products-con {
        margin-bottom: 60px;
    }
    .bottom-footer .m6k4-s.x-text {
        font-size: 14px;
    }
    .bottom-footer .m6k4-r.x-text {
        font-size: 12px;
    }
}



@media (max-width: 767.98px) { 
    .stevita-nat-con {
        flex-direction: column;
    }
     .banner-slider-text h1 {
        font-size: 32px;
    }
    .banner-slider .row {
        flex-direction: column;
    }
    .banner-slider .banner-slider-text, .banner-slider .banner-slider-img,
    .featured-products {
        width: 100%;
    }
    .banner-slider .banner-slider-img img {
        max-width: 300px;
        width: 100%;
        margin: 0px auto;
    }
    .wpt_mobile_desc_part .wpt_for_product_desc {
        display: inline-block !important;
    }
    
}

@media (max-width: 600px) {
    .customers-review button.slick-prev {
        left: -20px !important;
    }
}


@media (max-width: 575.98px) {
    .stevita-product-sec ul li {
        font-size: 14px;
    }
    .our-recipes-sec .heading {
        margin: 60px 0px 20px;
    }
    .stevita-product-sec {
        padding: 40px 15px;
    }
    .stevita-text h2 {
        font-size: 28px !important;
    }
    .x-bar-top span.x-anchor-text-primary {
        width: calc(100% - 40px);
        text-align: center;
    }
    .heading h2 {
        font-size: 30px !important;
    }
    .customers-review-sec .container-fluid {
       padding: 0px 15% !important;
    }
    .banner-slider-text .input-form {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .banner-slider-text .input-form input, .banner-slider-text .content .main-btn {
        width: 100%;
    }
    .stevita-nat-con {
        padding: 40px 15px;
    }
    h2 {
        font-size: 30px !important;
    }
    .stevita-product-sec h2  {
        font-size: 24px !important;
    }
    .our-recipes-sec .our-recipes-con .our-recipes {
        width: 100%;
    }
    .our-recipes-sec .our-recipes-con {
        margin: 0;
    }
    .footer-section .e8500-4.x-bar-content .x-bar-container:first-child {
    flex-direction: column-reverse;
    align-items: flex-start;
    }
    .footer-section .x-hide-xs {
        display: block !important;
    }
    .footer-section span.x-image.e8500-6.m6k4-m {
        margin-bottom: 0 !important;
    }
    .footer-section .support-con, .footer-section .quick-link {
        max-width: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 30px !important;
    } 

    .footer-section .follow-us-con {
        margin-top: 0 !important;
    }
    .footer-section .follow-us-con {
        max-width: 100% !important;
    }

    .footer-section .follow-us-con .cs-content.x-global-block {
        margin-top: 0 !important;
    }
    .addresses .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
    .addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,
    .addresses .u-column1.col-1.woocommerce-Address, .addresses .u-column2.col-2.woocommerce-Address {
        max-width: 100%;
        flex: 100%;
        width: 100%;
    }
    .addresses {
        flex-direction: column;
    }

 }





@media (min-width: 992px) {
    table.wpt_product_table tr.wpt_selected_tr>td input[type="checkbox"]:checked + label::after {
     left: 10px !important;    
    }
}










/*** 10-11-2022 ***/


.x-dropdown.cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a {
    width: 100% !important;
    font-size: 12px !important;
}
.x-dropdown.cart .widget_shopping_cart_content a.wpt_empty_cart_btn.x-anchor {
    display: none;
}
.x-dropdown.cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a:nth-of-type(2) {
    background: rgb(0,193,222);
}
.x-dropdown.cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a:hover:nth-of-type(2) {
    background: rgb(0,222,255);
}
.x-dropdown.cart .widget_shopping_cart_content .x-anchor-text-primary {
    font-size: 16px !important;
}
.x-dropdown.cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a:nth-of-type(3) {
    width: 100% !important;
}
.x-dropdown.cart p.woocommerce-mini-cart__buttons.buttons {
   grid-gap: 6px;
   display: grid;
   grid-template-columns: repeat(1, 1fr);
}
.woocommerce .cart {
    z-index: 99999 !important;
}
.woocommerce .cart {
    z-index: 99999 !important;
    padding-left: 0;
}
.x-dropdown.cart {
    width: 320px !important;
    z-index: 999999;
}
.widget_shopping_cart_content li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
    padding-left: 16px; 
}
table.shop_table button[type=submit] {
    min-width: 140px !important;
}
.woocommerce-page table.cart td.actions .coupon input {
    height: 45px;
}
.woocommerce-form-login p.woocommerce-form-row label {
    display: block !important;
    width: 100%;
}
/*.woocommerce-account .woocommerce {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    justify-content: space-around;
}
.logged-in.woocommerce-account .woocommerce {
    max-width: 100% !important;
    flex-direction: row !important;
}*/
.my-account-section .checkbox-sec .row {
    display: flex;
    flex-wrap: wrap;
}
.my-account-section .checkbox-sec .row .col-lg-2 {
    padding-left: 0;
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25%;
    margin: 5px 0;
}
.my-account-section .checkbox-sec .col-lg-2 label {
    padding-left: 20px;
}
.my-account-section .checkbox-sec .col-lg-2 input {
    height: auto !important;
}
.woocommerce-customer-details .addresses .woocommerce-column--billing-address,
.woocommerce-customer-details .addresses .woocommerce-column--shipping-address,
.addresses .col-1, .addresses .col-2 {
    background: transparent !important;
    box-shadow: 0 0 6px #dddddd;
    padding: 15px !important;
    border-radius: 6px;
}
.woocommerce-customer-details .addresses .woocommerce-column--billing-address h2,
.woocommerce-customer-details .addresses .woocommerce-column--shipping-address h2,
.addresses .col-1 h2,
.addresses .col-2 h2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.woocommerce-order h2.woocommerce-column__title,
.woocommerce-order h2.woocommerce-order-details__title {
    font-size: 30px !important;
}
.woocommerce-order h2.woocommerce-column__title, .woocommerce-order h2.woocommerce-order-details__title {
    font-size: 24px !important;
}
.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    max-width: 110px !important; 
    margin-right: 0 !important;
    padding: 0.675em 1em;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
}
.diff-address-head input {
    height: auto !important;
}
form.checkout.woocommerce-checkout .col-1,
form.checkout.woocommerce-checkout .col-2 {
    flex: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
form.checkout.woocommerce-checkout form input[type=text] {
    width: 100% !important;
    max-width: 100% !important;
}
form.checkout.woocommerce-checkout span.select2-selection.select2-selection--single {
    height: 42px !important;
    padding-top: 6px;
}
form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.steps-form-sec form  input[type=date],
.steps-form-sec form select.form-select, 
.steps-form-sec form select {
    margin: 0;
}
.my-account-heading {
    margin-top: 0 !important; 
    font-size: 36px !important;
    color: #00C1DE;
    position: relative;
    margin-bottom: 50px !important;
    letter-spacing: 0.015em !important;
    width: 100%;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
    margin-top: 0 !important;
}
.my-account-heading::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 100%;
    border-bottom: 6px solid #93D500;
    bottom: -12px;
}
.woocommerce-notices-wrapper:empty {
    display: none;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
    max-width: 510px;
}
.woocommerce-notices-wrapper {
    max-width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row.form-row-first {
    width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 510px;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 510px !important;
    width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password label {
    width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password span.password-input {
    width: 100%;
}
form.woocommerce-ResetPassword .woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}
.map-policy-popup .modal-body {
    max-height: 80vh;
    overflow: auto;
}
.woocommerce-account .woocommerce {
    max-width: 610px;
}
.logged-in.woocommerce-account .woocommerce {
    max-width: 100%;
}
.map-policy-popup h2 {
    font-size: 22px !important;
}
.page-id-10097 .status-publish p {
    font-size: 20px;
    text-align: center;
    color: #88cf02;
    line-height: 1.5;
}

.banner-slider-text .input-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
    width: 100%;
}
.drop-zone-sec {
    position: relative;
    background: #cccccc !important;
}
.drop-zone.drop-zone-sec .file-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.woocommerce-account form select.state-select {
    height: 48px;
    padding: 0 20px !important;
    background-color: #F0EEF3;
    border-color: #F0EEF3;
    box-shadow: none;
}
.woocommerce-EditAccountForm.edit-account {
    flex-wrap: wrap;
    display: flex;
}
.my-account-section .ship-address.form-check {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px !important;
}
.my-account-section .ship-address.form-check label {
    margin: 0 0 -6px 6px;
}
.blog .posts-wrapper {
    margin-bottom: 260px;
}

.blog article h2.entry-title {
    font-size: 30px !important;
    line-height: 1.3;
    margin-top: 10px;
}
.my-account-section .drop-zone__prompt img {
    max-width: 100%;
}
.wpt_table_body .select2-container--open .select2-dropdown {
    top: 2px !important; 
}
.entry-thumb img {
    max-width: 100%;
    height: auto;
}
.modal-backdrop {  
    z-index: 999999 !important; 
}
.map-policy-popup.modal {
    z-index: 9999999 !important;
}
.blockUI.blockOverlay { 
    width: calc(100% + 10px) !important;    
    left: -10px !important;
}


#customer_login .col-1,
#customer_login .col-2 {
    width: 100%;
    max-width: 100% !important;
    padding-left: 0;
}
#customer_login .col-2 {
    margin-top: 40px;
}

/*14-06-2023*/
.two-col-sec {
    max-width: 1200px;
    margin: 0 auto;
}
.contentWrap a {  
    word-break: break-all;
    display: block;
}
.three-col-sec .elementor-image-box-content h3 {
    margin-top: 20px;
}
.two-col-sec figure.wp-caption {
    border: none;
    box-shadow: unset;
}
.sweet-sec .elementor-widget-button .elementor-button {
    font-size: 12px;
    padding: 18px 33px;
}
.sweet-sec h2 {
    color: #ffffff !important;
    background: url(/wp-content/uploads/2021/03/text-background-1.png);
    background-size: 100% 58px;
    background-repeat: no-repeat;
    max-width: 350px;
    text-align: center;
    padding: 14px 20px;
    font-size: 34px !important;
}
.two-col-sec figure {
    text-align: left;
}
.two-col-sec.right-img-col figure.wp-caption  {
    text-align: right;
}
.two-col-sec h4,
.two-col-sec h2 {
    margin-top: 20px;
}
.two-col-sec h2 {
    font-weight: 500;
}
.two-col-sec .elementor-widget-image img {
    max-width: 450px;
}
.two-col-sec.right-img-col .elementor-widget-image img {
    min-height: 450px;
    border-radius: 6px;
    object-fit: cover;
}
.sweet-sec .elementor-container.elementor-column-gap-default {
    max-width: 90%;
    margin: 0 auto;
}
.about-faq h1 a {
    transition: .2s ease-in-out;
}
.about-faq h1 a:hover {
    color: #00C1DE !important;
}
.about-banner-sec {
    background-position: 60% 90% !important;
    height: 530px;
}
.about-banner-sec .elementor-widget-container {
    position: absolute;
    top: -20px;
    right: 0;
    box-shadow: 0em 2em 4em 0em rgb(0 0 0 / 15%);
    max-width: 470px;
    padding: 50px 66px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.about-banner-sec .elementor-widget-container h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-banner-sec .elementor-widget-container img {
    max-width: 198px;
    width: 100%;
}
footer .x-text.x-text-headline.e5644-e4.m4cs-4 {
    display: none;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom: 10px;
}
div.wpt_notice_board {
    max-width: 400px;
    width: 100%;
    padding: 0 20px;
    left: 0;
}
div.wpt_notice_board>div:after {   
    width: 15px !important;
    height: 15px !important;    
    padding: 3px !important;
}
.cookies-set .post-share--bottom,
.cookies-set .cs-content.x-global-block.x-global-block-72.e72-e0,
.cookies-set .x-global-block.x-global-block-203.e203-e0 {
    display: none;
}
footer div#block-4 li {
    padding-left: 0;
}
.cookies-set .form-submit {
    margin-bottom: 60px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    margin-top: 5px;
}
.mobile-content {
    display: none;
}
.bottom-footer .x-bar-container {
    border: none !important;
}
.bottom-footer .e8500-e17.x-bar-content {
    border-top: 1px solid rgba(255,255,255,0.5);
}
ul#shipping_method.woocommerce-shipping-methods input {
    height: auto;
}

/*.x-dropdown.cart {
    display: none;
}
.product-cart .x-dropdown.cart {
    display: block;
    inset: 109.391px 142.969px auto auto;
}
*/


@media (max-width: 1199px) {
    .about-banner-sec {
        height: 460px;
    }
    .about-banner-sec .elementor-widget-container {
        padding: 40px 20px;
    }
    .my-account-section .checkbox-sec .row .col-lg-2 {  
        width: 33.333% !important;
        max-width: 33.333% !important;
        flex: 0 0 33.333% !important;
    }
    .blog article h2.entry-title {
        font-size: 30px !important;
        line-height: 1.3;
    }  
    .blog .posts-wrapper article:not(:nth-child(1)) .entry-wrap {
        padding: 0 !important;
        text-align: left !important;
    } 
    .blog article .entry-wrap h2.entry-title {
        font-size: 24px !important;
    }
}

@media (max-width: 1024.98px) {
    .two-col-sec.right-img-col figure.wp-caption {
        text-align: left;
    }
    .two-col-sec.right-img-col .elementor-section .elementor-container {
        flex-direction: column-reverse;
    }
      .sweet-sec h2 {
        font-size: 26px !important;
    }
}

@media (max-width: 991px){
    .my-account-section .checkbox-sec .row .col-lg-2 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;       
    }
    .blog .posts-wrapper    {
        padding: 0 15px !important;
    }
    .blog .x-row.x-container {
        padding: 10px 15px 30px !important;
    }
}
@media (max-width: 979px){ 
    a.x-anchor.x-anchor-toggle.has-graphic.e5639-13 {
        display: none;
    }
    body.open-menu .x-bar.x-bar-footer {
        display: none;
    } 
    .open-menu::-webkit-scrollbar {
        display: none !important;
    }     
    .open-menu {
        overflow: hidden;
        -ms-overflow-style: none !important;  /* IE and Edge */
        scrollbar-width: none !important;  /* Firefox */
    }
    .open-menu .x-bar.x-bar-top {
        top: 0;
        position: fixed;
        width: 100% !important;
    }
    header.x-masthead .m4cn-1.x-bar .e5639-6.x-bar-content {
        padding: 0 30px 0 0px !important;
        margin: 0 10px;
    }
}
@media (max-width: 768.98px) { 
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100% !important;
        max-width: 100% !important;
    }
    .woocommerce-page table.cart td.actions .coupon button.button.wp-element-button {
        width: 100% !important;
    }   
}

@media (max-width: 767px) {  
    .x-main.full .woocommerce-notices-wrapper {
        margin-bottom: 60px;
    }
    .prev_next_buttons {
        top: 150px;
    }
    .mobile-content {
        display: block;
    }
    .desktop-content {
        display: none;
    }
     .two-col-sec .elementor-widget-image img,
     .sweet-sec .elementor-container.elementor-column-gap-default {
        max-width: 100%;
    }
    .about-banner-sec .elementor-widget-container {
        top: 378px;
        left: 0;
        right: 0;
        max-width: 100%;
        box-shadow: unset;
    }
    .about-banner-sec {
        height: 400px;
        margin-bottom: 340px;
    }
     .blog .posts-wrapper {
        display: flex !important;
        flex-wrap: wrap;
        margin: -15px;    
    }
    .blog .posts-wrapper article {
        width: 100%;
        margin: 15px;
    }
    .blog .posts-wrapper article:nth-of-type(1) {
        width: 100%; 
    }

    .my-account-heading {
        margin-top: 30px !important;
        font-size: 30px !important;
        margin-bottom: 40px !important;
    }
    .addresses .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, .addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2, .addresses .u-column1.col-1.woocommerce-Address, .addresses .u-column2.col-2.woocommerce-Address {
        width: 100% !important;
        max-width: 100%;
        flex: 100%;
        margin-bottom: 20px;
    }
    .woocommerce-checkout form h3#ship-to-different-address {
        font-size: 20px;
    }
    /*header .x-bar-content .m4cn-x.x-anchor .x-anchor-content {
        padding: 10px;
    }*/
}
@media (max-width: 575.98px) { 
    .btns-wrapper {
        display: flex;
        flex-direction: column;
        max-width: 220px;
    }
    .btns-wrapper .main-btn {
        margin-bottom: 10px;
        text-align: center;
        margin-right: 0 !important;
    } 
    .checkout_coupon input#coupon_code {
        margin-bottom: 10px;
    }
   .woocommerce-checkout .checkout_coupon .form-row-first {
        width: 100% !important;
    }
    header.x-masthead .m4cn-z.x-anchor .x-anchor-text-primary {
        font-size: 14px;
        width: auto;     
    }
    header.x-masthead .m4cn-z.x-anchor {
        margin-left: 10px;
    }
    header.x-masthead .m4cn-1.x-bar .m4cn-y.x-anchor .x-anchor-content {
        min-width: unset;
        margin-left: 10px;
    }
    .main-header .x-bar-content .m4cn-14 {
        margin-top: 6px;
    }
    .woocommerce-account form.woocommerce-form.woocommerce-form-login.login {
        margin-right: 15px !important;
    }   
    .about-banner-sec {
        height: 260px;
       /* margin-bottom: 400px;*/
    }
    .about-banner-sec .elementor-widget-container {
        top: 240px;
    }
    form.woocommerce-form.woocommerce-form-login.login {
        margin: 0 !important;
    }
    .continue-btn, .back-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog article:nth-child(1) .entry-wrap, .page-template-page-recipes article:nth-child(1) .entry-wrap {
        width: 100% !important;
    }
    div#e5639-19-dropdown {
        position: absolute;
        right: 0 !important;
    }
    .blog .posts-wrapper article {
        width: 100%;
        margin: 15px;
    }
    .blog .posts-wrapper article:nth-of-type(1) {
        width: 100%; 
    }
	.banner-slider-text .input-form form {
	    flex-wrap: wrap;
	}
	.banner-slider-text .input-form input, .banner-slider-text .content .main-btn {
	    width: 100%;
	}
    .x-dropdown.cart .widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a {
        width: 100%  !important;
        margin-top: 0 !important;
    }
    .woocommerce-account .x-container.width {
        width: 100% !important; 
        margin: 0 5px;
    }
    header .x-bar-content .m4cn-x.x-anchor {
        margin-left: 4px !important;
    }
    header .x-bar-content .m4cn-x.x-anchor .x-anchor-content {
        padding: 0 4px !important;
    }
    header .x-bar-content .m4cn-x.x-anchor .x-anchor-content .x-anchor-text span.x-anchor-text-primary,
    header .x-bar-content .m4cn-x.x-anchor .x-anchor-content .x-anchor-text,
    /*header .x-bar-content .m4cn-x.x-anchor .x-anchor-content,*/
    a.x-anchor.x-anchor-button.e5639-15.m4cn-8.m4cn-9.m4cn-a.m4cn-b.m4cn-c.m4cn-l.m4cn-m.m4cn-p.m4cn-x.x-hide-lg.x-hide-xl{
        min-width: 60px;
        max-width: 60px;
        font-size: 14px;
    }
    header .x-bar-content .x-bar-container.e5639-7.m4cn-3.m4cn-5 {
        max-width: 150px;
    }
    header .x-bar-content .x-bar-container.e5639-7.m4cn-3.m4cn-5 a.x-image.e5639-9.m4cn-10.m4cn-12 {
     margin-top: 6px;
    }   

}
@media (max-width: 420px) {
    .my-account-section .checkbox-sec .row .col-lg-2 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}
@media (max-width: 397px) {
    .prev_next_buttons {
        top: 190px;
    }
}



/* 08-05-2023 */
.search-results .entry-featured a img {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.search-results .x-container  {
    padding: 0 15px;
    margin: 0 auto;
}
.single .up-sells.upsells.products .entry-featured img {
    height: auto;
}





@media (min-width: 576px) {
    .search-results .x-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .search-results .x-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .search-results .x-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .search-results .x-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .search-results .x-container {
        max-width: 1320px;
    }
}

.x-mini-cart-title {
    display: none !important;
}
.e5639-e6.x-bar-content #menu-item-12009 {
    display: none !important;
}

/*Date 12-04-2024*/
.woocommerce-cart #calc_shipping_state_field {
    width: 100%;
    display: block;
}
@media (max-width:768px){
    .woocommerce-cart #select2-calc_shipping_country-container {
        text-align: left;
    }
    .woocommerce-cart #calc_shipping_state_field {
        text-align: left;
    }
}