/*
Theme Name: nobar Child
Description: Child Theme for nobar
Template: nobar
*/




html {
    scroll-behavior: smooth
}

html,
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
span,
input {
    font-family: "Modam";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;

}

input {
    font-family: "Modam" !important
}

.mfn-header-menu>.mfn-menu-li>.mfn-menu-link {
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    word-spacing: 0;
    letter-spacing: 0 !important;
    font-size: 19px;
}

span.header-cart-count.mfn-header-icon-0 {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 20px;
}

.mne-s span.label-wrapper.mfn-menu-label-wrapper {
    padding-bottom: 5px;
    font-size: 20px;
    word-spacing: -2px;
}

.mne-s .current-menu-item span.label-wrapper.mfn-menu-label-wrapper {
    font-weight: bold;

}

img.tea-vb {
    width: 24px;
    vertical-align: middle;
}

.top-m-n li a {
    border-left: 1px solid #c2c2c2;
    line-height: 6px;
    font-size: 14px !important;
}

.top-m-n li:last-child a {
    border-left: none;
}

.ttl-r-c {
    text-align: center;
    padding: 20px 0;
}

.ttl-r-c h3 {
    text-align: center;
    font-size: 46px;
    padding: 40px 0 0;
    word-spacing: -2px;
}

.ttl-r-c h5 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 38px;
}

a.btn- {
    padding: 12px 30px;
    border: 1px solid #ccc;
    border-radius: 100px;
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a.btn-.btn-pr {
    background: #2f960f;
    color: #fff;
    border: 1px solid #2f960f;
}

a.btn-.btn-bl {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.pr-grd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}



.pr3 {
    grid-column-start: 2;
    grid-row-start: 2;
}

.pr4 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.pr-grd .p- {
    padding: 60px;
    text-align: center;
    font-size: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

.p-.pr1 {
    background-image: url(https://nobartea.com/wp-content/uploads/2025/07/p-1.jpg);
    height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
}

.p-.pr2 {
    background-image: url(https://nobartea.com/wp-content/uploads/2025/07/p-2.jpg);
    height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
}

.p-.pr3 {
    background-image: url(https://nobartea.com/wp-content/uploads/2025/07/p-4.jpg);
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
}

.p-.pr4 {
    background-image: url(https://nobartea.com/wp-content/uploads/2025/07/p-3.jpg);
    height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
}

.pr-grd .p- h4 {
    color: #fff;
    margin: 0;
    z-index: 2;
}

.pr-grd .p- h2 {
    color: #fff;
    z-index: 2;
}

.btn-abs {
    position: absolute;
    left: 100px;
    bottom: 100px;
    z-index: 2;
}

.pr-grd .p-:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.612) 100%);
}

.pr-grd .p-:hover:before {
    height: 100%;
    left: 0;
    z-index: 1;
}

.slick-slide:hover {
    background-color: #dce3e7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-silk-slide-meta {
    text-align: center;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-silk-slide-meta a {
    color: #333;
}

h4.ct-silk-slide-title {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0;
}

.ct-silk-slide-price {
    text-align: center;
    padding-bottom: 30px;
}

span.ct-silk-slide-weight {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ModamFaNum';
}

span.ct-silk-slide-weight img {
    width: 16px;
    margin-right: 2px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 140px;
    background: #fff;
    display: flex;
    padding: 40px;
    margin: 0;
    border-radius: 100px;
    box-shadow: 0 10px 33px -7px #ccc;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 34px;
    line-height: 1;
    opacity: 1;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product {
    width: 100%;
    margin: 0 !important;
    border-collapse: separate;
    background-color: #ffffff;
    padding-bottom: 30px;

    display: flex;
    flex-direction: column;
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product h4.title {
    font-size: 18px;
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product .mfn-li-product-row.mfn-li-product-row-image {
    order: -1;
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product .mfn-after-shop-loop-item-title {
    display: flex;
    order: -1;
    justify-content: center;
}

.product-loop-cat-weight {
    order: -1;
    font-family: ModamFaNum;

}

ul.products.columns-3.grid.mfn-product-badges-left {
    grid-gap: 1px;
    background-color: #dce3e7;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product .desc {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}

.woocommerce.columns-3 ul.products li.product:hover {
    background-color: #cccccc59;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

span.woocommerce-Price-amount.amount {
    font-family: ModamFaNum;
    color: #333;
}

nav.woocommerce-sort-links a {
    display: inline-flex;
    color: #a1a1a1;
    font-size: 16px;
	margin-left:15px;

}

nav.woocommerce-sort-links i {
    font-size: 16px;
    margin-left: 4px;
}

h4.mfn-woo-product-title {
    font-size: 16px;
}

h2.wp-block-heading {
    font-size: 18px;
    margin-bottom: 0;
}

h3.wp-block-heading {
    font-size: 16px;
    margin-bottom: 0 !important;
}

span.wc-block-product-categories-list-item-count span {
    font-family: 'ModamFaNum';
}

.wc-block-product-filter-price-slider .text input[type=text] {
    border: 1px solid;
    border-radius: 4px;
    font-size: 12px !important;
    margin: 0;
    max-width: 100px !important;

}

.mcb-column.column_breadcrumbs .breadcrumbs li a {
    color: #333;
    font-weight: bold;
}

.mcb-column.column_breadcrumbs .breadcrumbs li .mfn-breadcrumbs-separator {
    margin: 0 6px;
}

.woo-cat-menu {
    list-style: none;
    padding-right: 0;
}

.woo-cat-menu li {
    margin-bottom: 5px;
    position: relative;
}

.woo-cat-menu li.active>a {
    color: #fff !important;
    background: #2e960e;
    border-radius: 5px;
    padding: 2px 8px;
}

.woo-cat-menu li>a {
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
    font-weight: bold;
}

.woo-cat-menu li .cat-count {
    color: #888;
    font-size: 90%;
    margin-right: 3px;

    font-family: 'ModamFaNum';
}

.woo-cat-menu ul {
    margin-right: 18px;
    margin-top: 5px;
    border-right: 1px solid #a1a1a1;
    padding-right: 8px;
}

.woo-cat-menu li>ul>li>a {
    font-weight: normal !important;
}

ul.products.columns-3.grid.mfn-product-badges-left {
    position: relative;
}

ul.products.columns-3.grid.mfn-product-badges-left::after {
    display: block;
    grid-column: 1 / -1;
    background: #fff;
    content: "";
    height: 100%;
    min-height: 1px;
}

ul.products.columns-3.grid.mfn-product-badges-left.grid-full::after {
    display: none !important;
}

.woocommerce ul.products.columns-3 li.product:hover {
    background-color: #dce3e7;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.column_sidebar_widget .widget {
    padding: 0 20px 40px 20px;
    margin: 0;
    border-radius: 4px;
    background: #f5f5f5;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
    right: 140px;
    background: #fff;
    display: flex;
    padding: 40px;
    margin: 0;
    border-radius: 100px;
    box-shadow: 0 10px 33px -7px #ccc;
    z-index: 9;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 5px;
    background: #f5f5f5;
}

.slick-initialized .slick-slide:hover {
    background-color: #dce3e7;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-tvh a {
    padding: 15px 60px;
    border-radius: 100px;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #333;
    background: #fff;
}

.slg-yyt {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 54px;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
    font-family: 'WooCommerce';
}

.woocommerce table.shop_attributes th {
    width: 160px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    line-height: 1.5;
}

.woocommerce table.woocommerce-product-attributes td span {

    font-family: 'ModamFaNum';
}

.brd-ve-pr .mfn-product-images-wrapper.mfn-product-badges-left {
    border: 1px solid #e5e5e5;

}

ul.ft0r-t {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.ft0r-t li {
    margin: 0 10px;
}

.cp-te h5 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #999;
}

.brd-ve-pr ol.flex-control-nav.flex-control-thumbs {
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border-left: 1px solid #e5e5e5;
    padding: 10px;
}

.mfn-product-badges-left .mfn-product-badges {
    right: -25px;
    left: auto;
}

.accordion .question>.answer {
    box-shadow: none;
    color: #999;
}

#respond .comment-reply-title {
    font-size: 16px;
    line-height: 25px;
}

.woocommerce #review_form #respond .form-submit input {
    right: auto;
    padding: 10px;
    height: 50px;
    width: 150px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2e960e;
    font-size: 18px;
}

.cp-te img {
    width: 100px;
    margin-bottom: 30px;
}

#Footer .footer_action {
    background: transparent;
}

#Footer .widgets_wrapper .container {
    border-top: 1px solid #eee;
}

.fq-t .accordion .question {
    border: 0 !important;
}

.fq-t .accordion .question .title:before {
    border-width: 0;
    right: 0;
    left: auto;
}

.ad-ctd-gr button.single_add_to_cart_button.button.alt {
    width: 40%;

    margin-right: 0 !important;
}

a.added_to_cart.wc-forward {
    padding: 16px;
    height: 50px;
    color: #2e960e;
    border: 2px solid #2e960e;
    background: transparent;
    font-weight: bold;
}

#Footer {
    padding-top: 100px;
}

.woocommerce .quantity .qty {

    font-family: 'ModamFaNum' !important;
}

.wc-block-components-formatted-money-amount {
    font-family: 'ModamFaNum';
}

.wc-block-components-product-price__value.is-discounted {
    font-family: 'ModamFaNum';
}

del.wc-block-components-product-price__regular {
    font-family: 'ModamFaNum';

}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {

    font-family: 'ModamFaNum' !important;
}

form.woocommerce-cart-form {
    padding: 50px;
    margin: 0 !important;
}

.woocommerce table.shop_table.cart th {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-color: #e8e8e8 !important;
}

.column_post_content {
    padding: 0 40px;
}

#Footer .column.mobile-one.tablet-one-fourth.one-fourth .widget {
    padding-right: 40px;
}

.brg-lg-r {
    border: 1px solid #eeeeee;
}

.pd-4 .desc {
    font-family: 'ModamFaNum';
    line-height: 20px;
    font-size: 14px;
}

.blg-brd .mcb-column-inner {
    margin: 0;
}

.brg-lg-r .pd-4 {
    padding: 0 60px;
}

.bfyf .product-loop-cat-weight {
    display: none;
}

.bfyf .woocommerce ul.products li.product h4 {
    font-size: 15px;
    line-height: 24px;
}

.bfyf .woocommerce .woocommerce-Price-amount bdi {
    font-size: 12px;
}

.bfyf .woocommerce ul.products li.product .desc {
    padding: 0;
}

.woocommerce.columns-2 ul.products li.product:hover {
    background-color: #dce3e7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.woocommerce.columns-2 ul.products li.product:nth-child(2n+1),
.woocommerce ul.products.columns-2 li.product:nth-child(2n+1) {
    border-left: 1px solid #eeeeee;
}

.woocommerce.columns-2 ul.products li.product {
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: 0 !important;
    min-height: 270px;
    display: flex;
    flex-direction: column;
}

.blg-sdbr .photo {
    display: none;
}

.Latest_news ul li.has-post-thumbnail .desc {
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.Latest_news ul li .desc_footer .date {

    font-size: 12px;
}

.Latest_news a.post-comments {
    display: none;
}

span.date i {
    display: none;
}

.Latest_news ul li .desc_footer .button-love a.mfn-love i {
    right: 0;
    left: auto;
    color: #555;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.current_page_parent span::before {
    transform: scale3d(1, 1, 1);

}


li.menu-item.menu-item-type-post_type.menu-item-object-page.current_page_parent span {
    color: #2F960F;
    font-weight: bold;
}

ul.ul-first {
    counter-reset: farsi-counter;
}

ul.ul-first li {
    counter-increment: farsi-counter;
    position: relative;
    padding-right: 1.5em;
    /* بستگی به استایل داره */
}

ul.ul-first li::before {
    content: counter(farsi-counter, persian) '. ';
    position: absolute;
    right: 0;
    font-weight: bold;
    direction: rtl;
}




.Latest_news ul li .desc_footer .button-love a.mfn-love {
    padding-right: 20px;
    margin-right: 5px;
    padding-left: 0;
    margin-left: 0;
    font-size: 12px;
}

.Latest_news i.icon-comment-empty-fa {
    display: none;
}

.Latest_news h5 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
}

.woocommerce.columns-2 ul.products li.product:last-child {
    border-bottom: none;
}

.woocommerce.columns-2 ul.products li.product:nth-last-child(2) {
    border-bottom: none;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    border: none;
}

.custom-meta-bar {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    color: #999;
}

.posts_group.lm_wrapper.element_classes.col-3.grid .custom-meta-bar {
    display: none;
}

.posts_group.lm_wrapper.element_classes.col-3.grid .post-item .post-excerpt {
    font-size: 12px;

    line-height: 20px;

}

.posts_group.lm_wrapper.element_classes.col-3.grid .post-item .post-title h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.posts_group.lm_wrapper.element_classes.col-3.grid .post-item {

    margin: 0;
    background: #fff;
    border-left: 1px solid #eee;
    width: 33.3%;
}

.posts_group.lm_wrapper.element_classes.col-3.grid .post-item:last-child {

    margin: 0;
    background: #fff;
    border-left: none;
}

#respond .form-submit input[type="submit"] {

    background: #2e960e;
}

.blg-sdbr h6 {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.brg-lg-r .mfn-share-post {
    padding: 0 40px;
}

.prc-d {
    font-size: 20px;
    font-weight: bold;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.woocommerce .quantity input.qty {
    box-shadow: none;
}

span.tagged_as {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

span.tagged_as a {
    font-size: 14px;
    font-weight: normal;
}

span.posted_in {
    font-size: 16px;
    font-weight: bold;
}

span.posted_in a {
    font-size: 14px;
    font-weight: normal;
}

.accordion .question>.answer {

    box-shadow: none;
}

.woocommerce .comment-form-rating p.stars a {

    font-size: 12px;

}

.accordion .question .title {
    border: none;
    box-shadow: none;
    background: none;
}

.tct-dy h4 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.bx-shw {
    box-shadow: 0 -3px 99px #0737521c;
}

.author-date {
    display: none;
}

.grid .post-footer {

    display: none;
}

.post-excerpt {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
}

.posts_group.grid.col-4 .post-item {
    width: 100%;
    border-left: 1px solid #dce3e7;
    margin: 0;
}

.custom-divider {
    grid-column: 1 / -1;
    height: 0;
    border-bottom: 1px solid #dce3e7;
    width: 100%;
    margin: 0;
    display: block;
}

.posts_group.grid.col-4 .post-item:nth-child(4n) {
    border-left: none;
}

.posts_group.grid.col-4 .post-item:last-child {
    border-left: none;
}

.posts_group.grid.col-4 h5.entry-title {
    font-size: 16px;
    line-height: 26px;
}

.posts_group.grid.col-4 .post-item:hover {
    background-color: #dce3e7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ct-blog-stats span {
    color: #626262;
    font-family: 'ModamFaNum';
    margin: 5px;
}

.ct-blog-stats {
    text-align: left;
}

.pager .pages a,
.pager .pages span.page-numbers {

    font-family: 'ModamFaNum';
}

h5.entry-title a {
    color: #333;
}

a.ct-silk-slide-image img {
    padding: 0 40px;
}

.ttl-vgt {
    display: flex;
    align-items: center;
}

h3.ttl-vmt {
    margin-bottom: 0;
    margin-left: 20px;
}

a.un-btn {
    color: #333;
    text-decoration: underline;
}

.posts_group.lm_wrapper.grid.col-4 {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-gap: 0px;
}

table th {
    font-weight: 700;
    background: #f9f9f9;
    box-shadow: none;
}

.wp-block-woocommerce-cart.alignwide {
    padding: 30px 30px 0;
    background-color: #fff;
}

.wc-block-components-button:not(.is-link) {

    background: #2e960e;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
}

.wc-block-components-button:not(.is-link):hover {

    background: #1e6209;

}

table tr:first-child td {
    box-shadow: none;
}

.mfn-cart-step {
    padding: 12px 0 0;
    background: #F5F5F5;
}

.stt-rd .desc {
    padding: 10px;
}

ul.mfn-checkout-steps {
    margin-bottom: 7px !important;
    padding: 0;
}

.is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: none !important;
    border-spacing: 0;
}

.wp-block-woocommerce-product-new.wc-block-product-new .wc-block-grid__product-title {
    font-size: 17px;
}

.wp-block-woocommerce-product-new.wc-block-product-new li.wc-block-grid__product {
    border: 1px solid #eee;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    margin: 20px 0 0;
}

.mfn-be-checkout.mfn-cart-step.mfn-cart-step-2 section.section.mcb-section.the_content.has_content {
    background: #fff;
}

.mfn-checkout-steps li:not(:last-child):after {
    content: '\e917';
    font-family: 'mfn-icons';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(50%);
    opacity: 1;
    rotate: 180deg;
    font-size: 24px;
}

.woocommerce-cart section.section.mcb-section.the_content.has_content {
    background: #fff;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 0 8px 16px;
    white-space: nowrap;
    font-size: 14px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    border-right: 10px solid #27a745;
    font-weight: bold;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    border-radius: 0;
    background: transparent;
    padding: 10px;
    border-right: 10px solid transparent;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    font-size: 20px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    border-right: 10px solid #27a745;
    font-weight: bold;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 20px 0;
}

.mfn-show-login-modal .mfn-header-login {
    display: block;
    border: 1px solid #ccc;
}

.fancy_heading .title {
    font-size: 34px;
    line-height: 42px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: block;
}

.fancy_heading.fancy_heading_icon .inside {
    text-align: justify;
    color: #666;
    font-size: 16px;
}

.usr-mg {
    display: flex;
    border: 1px solid #efefef;
    margin: 100px 0;
}

.urgh {
    width: 50%;
    padding: 30px;
    background: #fafafa;
    border-right: 10px solid #2e960e;
}

.ulft {
    width: 50%;
    border-right: 1px solid #eee;
    padding: 30px 40px;
}

.signupbutton.transupbutton.bgtransborderdark {
    background: #fff;
    border: 1px solid #2e960e;
    color: #2e960e;
    font-weight: bold;
}

button.lighte.bgdark.button.dig-signup-otp.registerbutton {
    background: #2e960e;
    padding: 0 30px;
    color: #fff;
    margin-bottom: 20px;

    width: 100%;
    font-weight: bold;
}

.lighte.bgdark.button.loginviasms.loginviasmsotp {
    background: #2e960e;
    color: #fff;
}

a.backtoLogin {
    border: 1px solid #eee;
    padding: 8px;
    width: 50%;
    margin: 0 auto;
}

.dig_popmessage_contents {
    background: #000000;

}

.desc-wrapper {
    font-family: 'Modam' !important;
}

p.header-cart-total {
    font-family: 'ModamFaNum';
}

.pr-grd .p- {
    text-decoration: none;
}

.btn-.btn-pr {
    color: #ffffff;
    background: #333333;
    padding: 13px 30px;
    border-radius: 100px;
}


.p- .img-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.349) 100%);
}

.usr-mg-d .woocommerce-MyAccount-content {
    display: none;
}

.woocommerce .woocommerce-MyAccount-navigation {
    margin: 0;
    background: transparent;
    border-left: 1px solid #eee;
    border-radius: 0;
    margin-top: -40px;
    margin-right: 30px;
    padding-left: 40px;
}


@media only screen and (max-width: 600px) {
	
	#Footer .column.mobile-one.tablet-one-fourth.one-fourth .widget {
    padding-right: 10px;
}
    .fancy_heading.fancy_heading_icon .inside {
        text-align: justify;
        color: #666;
        font-size: 14px;
        line-height: 24px;
    }

    .woocommerce .woocommerce-MyAccount-navigation {
        margin: 0;
        background: transparent;
        margin-top: -40px;
		border:none;
    }

    .fancy_heading .title {
        font-size: 20px;
        line-height: 42px;
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
        display: block;
    }

    .blg-h-b .posts_group.grid.col-4 .post-item {
        border-left: 1px solid #dce3e7;
        margin: 0;
        width: 60% !important;
        flex: none !important;
        display: block !important;
        padding: 0 10px;
    }


    .woocommerce.columns-2 ul.products li.product {
        border-left: 1px solid #eeeeee;
    }

    .woocommerce table.shop_attributes th {
        width: 160px;
        font-weight: 700;
        padding: 10px 0;
        border-top: 0;
        border-bottom: 0;
        margin: 0;
        line-height: 1.5;
        font-size: 16px;
    }

    span.posted_in {
        padding-top: 30px;
    }

    span.required-field-message {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 23px;
        display: block;
    }

    .accordion h4.title.heading {
        font-size: 18px;
        margin-top: 40px;
    }

    .answer {
        font-size: 16px;
        line-height: 28px;
    }

    .accordion .title {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold !important;
    }

    .posts_group.lm_wrapper.grid.col-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0px;
    }

    .posts_group.grid.col-4 .post-item:nth-child(2n) {
        border: none;
    }

    .blg-h-b .posts_group.grid.col-4 .post-item {
        border-left: 1px solid #eee;
    }

    .blg-h-b .posts_group.grid.col-4 .post-item:last-child {
        border-left: none !important;
    }

    ul.mfn-checkout-steps {
        margin-bottom: 7px !important;
        padding-top: 50px;
    }

    ul.wc-block-grid__products {
        display: flex !important;
        flex-wrap: nowrap;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .wp-block-woocommerce-product-new.wc-block-product-new li.wc-block-grid__product {
        border: 1px solid #eee;
        width: 60% !important;
        flex: none !important;
        display: block !important;
        padding: 0 10px;
    }

    .section_wrapper.mfn-wrapper-for-wraps.mcb-section-inner.mcb-section-inner-gs012tnr {
        padding: 0 !important;
    }

    .wc-block-components-button:not(.is-link) {

        font-size: 16px;
    }

    .blg-h-b .posts_group.lm_wrapper.grid.col-4 {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    h5.entry-title a {
        color: #333;
        font-size: 14px;
    }

    h5.entry-title {
        color: #333;
        line-height: 21px !important;
    }

    .custom-divider {

        display: none;
    }

    #Footer {
        padding-top: 0;
    }

    .cp-te h5 {
        font-weight: normal;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
        color: #999;
    }

    ul.ftr-ul-f li {
        line-height: 26px;
        font-size: 14px;
    }

    ul.ftr-ul-f li a {
        text-decoration: none;
    }

    h5.ft-ttl-e {
        font-size: 16px;
        margin-top: 0;
    }

    .mfn-header-menu .mfn-menu-li.current-menu-item>.mfn-menu-link:after {
        width: 50px;
        content: "";
        height: 2px;
        background: #2e960e;
        position: absolute;
        bottom: 3px;
    }

    .mcb-section .mcb-wrap .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper {
        align-items: center;

        background-image: url(https://nobartea.com/wp-content/uploads/2025/07/03.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        box-shadow: -15px 0 40px -40px;
        padding: 0;
    }

    .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper {
        flex-wrap: wrap-reverse;
        align-items: end !important;
    }

    .nbr-lgo h5 {
        margin-bottom: 0;
        margin-top: 15px;
    }

    img.lg-dvr {
        width: 60px;
    }

    .nbr-lgo span {
        color: #333;
    }

    .nbr-lgo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        width: 100%;
        padding: 0;
        border-top: 1px solid #f5f5f5;
        padding-top: 50px;
        padding-bottom: 0;
        padding-right: 50px;
        padding: 30px 50px 100px;
        background: #fff;
    }

    #Footer .widget.widget_block {
        margin: 30px 0 0;
    }

    ul.ft0r-t {
        display: none;
    }

    .blog_slider_header .slider_navigation {

        display: none;
    }

    .shop_slider .shop_slider_ul li .item_wrapper .desc h4 {
        margin-bottom: 5px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .shop_slider .shop_slider_ul li .item_wrapper .desc {
        text-align: center;
        display: flex;
        flex-direction: column;
        padding: 0 0 30px;
    }

    nav.woocommerce-sort-links span {
        display: none;
    }

    nav.woocommerce-sort-links span i {
        display: block;
    }

    .item-weight {
        order: -1;
        margin-bottom: 16px;
        font-size: 16px;
        font-family: 'ModamFaNum';
    }

    .ttl-vgt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mfn-header-menu .mfn-menu-li.current-menu-item>.mfn-menu-link {
        color: #2e960e;
        font-weight: bold !important;
    }

    .cp-te h5 {
        font-weight: normal;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 0;
        color: #333;
        line-height: 25px;
        padding: 0 70px;
    }


    .ttl-r-c h3 {
        font-size: 28px;
        padding: 40px 0 0;
        word-spacing: 0;
        line-height: 40px;
        text-align: right;
    }

    .ttl-r-c h5 {
        text-align: right;
        font-weight: normal;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 26px;
    }

    a.btn-.btn-pr {
        background: #2f960f;
        color: #fff;
        border: 1px solid #2f960f;
    }

    .pr-grd .p- {
        padding: 20px;
        flex: 0 0 85%;
        max-width: 85%;
        min-width: unset;
        scroll-snap-align: unset;
        height: 300px;
        text-decoration: none;
    }

    .pr-grd {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        gap: 10px;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }

    .brg-lg-r .pd-4 {
        padding: 0 10px;
    }

    .column_post_content ul {
        margin-left: 0;
        margin-right: 15px;
    }



    .brg-lg-r .mfn-share-post {
        padding: 0 30px;
    }

    ul.products.columns-3.grid.mfn-product-badges-left {
        grid-gap: 1px;
        background-color: #dce3e7;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .pd-4 .desc {
        padding: 0 10px;
        text-align: center;
    }

    ul.products.mfn-product-badges-left {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .woocommerce.columns-2 ul.products li.product {
        padding: 10px;
        border-bottom: 1px solid #eee;
        margin: 0 !important;
        min-height: auto;
        width: 55% !important;
        flex: none !important;
        display: block !important;
    }

    .posts_group.lm_wrapper.element_classes.col-3.grid .post-item {
        background: #fff;
        border-left: 1px solid #eee;
        width: 33.3%;
        display: flex;
        padding: 10px;
        border-bottom: 1px solid #eee;
        margin: 0 !important;
        min-height: auto;
        width: 55% !important;
        flex: none !important;
        display: block !important;
    }

    .posts_group.lm_wrapper.element_classes.col-3.grid {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .bshyds h5 {
        font-size: 16px;
    }

    body.mobile-row-2-products .products_wrapper ul.products li.product {
        width: 100%;
    }

    .woocommerce.columns-3 ul.products li.product,
    .woocommerce ul.products.columns-3 li.product h4.title {
        font-size: 16px;
        line-height: 26px;
    }

    .woocommerce.columns-3 ul.products li.product,
    .woocommerce ul.products.columns-3 li.product .mfn-after-shop-loop-item-title {
        display: flex;
        order: -1;
        justify-content: center;
        margin-bottom: 10px;
    }

    .woocommerce.columns-3 ul.products li.product,
    .woocommerce ul.products.columns-3 li.product {
        width: 100%;
        margin: 0 !important;
        border-collapse: separate;
        background-color: #ffffff;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
        font-size: 16px;
    }

    nav.woocommerce-sort-links {
        display: flex;
        justify-content: center;

    }

    nav.woocommerce-sort-links a {
        display: inline-flex;
        color: #a1a1a1;
        font-size: 14px;
        margin: 5px;
    }

    .wc-block-product-filters__overlay-dialog {
        padding-top: 120px;
    }

    .woo-cat-menu li>a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
    }

    button.wc-block-product-filters__open-overlay {
        font-size: 16px;
    }

    .column_sidebar_widget .widget {
        padding: 20px;
        margin: 20px 0;
        border-radius: 4px;
        background: #f5f5f5;
    }

    .usr-mg {
        margin-top: 40px;
        flex-direction: column-reverse;
    }

    .dig_lase_message {
        opacity: 1;
        font-size: 13px;
    }

    .ulft {
        width: 100%;
        border-right: none;
        padding: 30px 40px;
    }

    .urgh {
        width: 100%;
        padding: 30px;
        background: #fafafa;
        border-top: 10px solid #2e960e;
        border-right: none;
    }

    .mcb-section .mcb-wrap .mfn-share-post {
        justify-content: center !important;
        margin-top: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
    }

    .prc-d {
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .rt-fd .woocommerce-product-rating {
        font-size: 22px;
        text-align: center;
    }

    a.woocommerce-review-link {
        font-size: 15px !important;
    }

    .brg-lg-r .pd-4 h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .brg-lg-r p {
        font-size: 16px;
        line-height: 27px;
    }

    .brg-lg-r {
        border: none;
    }

    .brg-lg-r li {
        font-size: 16px;
        line-height: 27px;
    }

    .vfgt {
        z-index: 10;
    }

    .wc-block-product-filters__overlay-wrapper {
        z-index: 20;
    }

    .cvsfr {

        display: none;
    }

    button.wc-block-product-filters__close-overlay {
        font-size: 17px;
        border: 1px solid #111;
        padding: 6px;
        box-shadow: none;
        outline: none;
        border-radius: 0;
    }

    .p-.pr1 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .p-.pr2 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .p-.pr3 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .p-.pr4 {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .btn-abs {
        display: none;
    }



    .ttl-r-c a.btn- {
        padding: 15px 30px;
        border-radius: 100px;
        margin: 10px 0;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        width: 70%;
    }

    .slg-yyt {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 54px;
        flex-direction: column;
    }

    .tct-dy {
        display: flex;
        flex-direction: column;
    }

    .tct-dy h4:last-child {
        font-size: 16px;
        margin: 0;
    }

    .tct-dy h4 {
        font-size: 33px;
        margin-bottom: 50px;
        line-height: 38px;
        text-align: center;
    }

    .tct-dy h4:last-child {
        font-size: 16px;

        margin-bottom: 30px;
        text-align: center;
    }

    div#Content {
        margin-top: 65px !important;
    }

    .woocommerce #Content .mcb-section .mcb-wrap .mcb-item-p9e4w5f .mfn-product-add-to-cart .button {
        color: #FFFFFF;
        background-color: #2E960E;
        width: 100%;
        margin: 10px 0;
    }

    .woocommerce .column_product_cart_button .cart {
        display: flex;
        flex-direction: column;
    }

    .ad-ctd-gr .section_wrapper.mfn-wrapper-for-wraps {
        display: flex;
        flex-direction: column-reverse;
    }

    .ad-ctd-gr .woocommerce-product-details__short-description {
        font-size: 16px;
        line-height: 28px;
    }

    .ad-ctd-gr .woocommerce-products-header__title {
        margin-bottom: 0;
        font-size: 20px;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .wp-block-woocommerce-cart.alignwide {
        padding: 0;
        background-color: #fff;
    }

    .mfn-checkout-steps li:not(:last-child)::after {
        right: auto;
        left: 0% !important;
    }

}



@media only screen and (min-width: 960px) and (max-width: 1239px) {

    .section_wrapper,
    .container,
    .with_aside .content_wrapper {
        max-width: 1100px;
    }
}