.header .nav>li>.top-header-deal {
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 1em !important;
    font-weight: bold;
    color: white;
    background: linear-gradient(90deg, #0F5D14 0%, #FC52D1 30px, #FC52D1 calc(100% - 30px), #0F5D14 100%);
    padding: 0 30px;
    height: 30px;
}

.col2-set>div+div, .u-columns>div+div{
    padding-left: 30px;
    vertical-align: top;
    display: inline-block;
}
.woocommerce-column--1{
    display: inline-block;
}

b, strong{
    font-weight: bold !important;
}

li.html.custom.html_topbar_left strong {
    font-weight: 400;
}

.coupon button {
   background-color: #f9f9f9 !important;
    border: 1px solid #ddd;
    color: #666;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    text-transform: none;
}




table.variations label[for="choose-seeds-here"] {
    text-transform: uppercase;
}

/* Product detail page */

.after_add_to_cart_btn_text img {
    margin-bottom: 10px !important;
}

.after_add_to_cart_btn_text span.title {
    font-size: 18px;
    color: #325f1d;
    display: block;
    font-weight: 600;
}

.after_add_to_cart_btn_text ul li {
    margin-bottom: 0;
    list-style: none;
}

.after_add_to_cart_btn_text li:before {
    content: "\2713";
    font-weight: 800 !important;
    color: #437f27;
    margin-right: 8px;
}

.after_add_to_cart_btn_text ul li {
    margin: 0;
}

/* Location page */

.location_section .col-inner {
    display: flex;
    flex-direction: column-reverse;
}



/* End location page */

/* .glsr-review-form button[type='submit']{
    display: none !important;
} */


form.glsr-review-form .wp-block-button button[type="submit"] {
    font-size: .97em;
    border-radius: 0;
    padding: 2px 20px;
}

.woocommerce-variation-price {
    border: none;
}


span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating br {
    display: none;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating {
    display: inline-block !important;
    position: relative !important;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    width: 100%;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    line-height: 30px;
    font-size: 30px;
    outline: 0;
    width: auto!important;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating .wpcf7-radio {
    display: none;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating > .rlabel:nth-child(5) {
    z-index: 1;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating > .rlabel:nth-child(4) {
    z-index: 2;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating > .rlabel:nth-child(3) {
    z-index: 3;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating > .rlabel:nth-child(2) {
    z-index: 4;
}

span.wpcf7-form-control.wpcf7-uacf7_star_rating.uacf7-rating > .rlabel:first-child {
    z-index: 5;
}


.review_items figure {
    max-width: 200px;
    display: inline-block;
}

.review_items figcaption {
    display: none;
}

.review_items .glsr-star-rating.glsr-stars {
    justify-content: flex-start;
}

.review_items .lightbox-gallery .box-image img {
    height: 200px;
    object-fit: cover;
}

.review_items {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 0;
    margin-bottom: 20px;
}

/* .review_items {
    border-bottom: 1px solid #bfbfbf;
    padding-top: 30px;
} */

.review_items .star-rating span:before,
.review_items .star-rating:before {
    color: #ffb100 !important;
}

.review_items input#mfcf7_zl_add_file {
    background: #437f275e;
    border: none;
    border-radius: 10px;
    padding: 6px 10px;
    color: #000;
    margin-top: -10px;
}

.form_section form.processing:before,
.form_section .loading-spin.centered {
    display: none;
}

.form_section input#mfcf7_zl_add_file {
    background: #437f2757;
    border: none;
    border-radius: 10px;
    padding: 5px 20px;
    color: #000;
}

/* author page custom */

.author_content_box_main {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
}

.author_content_image {
    flex: 0 0 120px;
}

.author_content_right {
    flex: 1 1 auto;
}

.author_content_box_main ul.social_icons,
.entry-author.author-box ul.social_icons{
    list-style: none;
    display: flex;
    align-items: center;
     margin-bottom: 0 !important;

    }

.author_content_box_main ul.social_icons li,
.entry-author.author-box ul.social_icons li{
    margin-right: 10px;
    margin-left:0;
}

h1.author_name {
    display: block;
    border-bottom: 1px solid #000;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.author_content_right > h4 {
    font-size: 14px;
    color: #000;
}

.author_content_right span.social_heading {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px !important;
    display: block;
}


.author_content_right p {
    /* color: #000; */
    font-size: 14px;
}

.author_content_right hr {
    color: #000 !important;
    opacity: 1;
}

.author_content_right p strong {
    color: #000;
}

.author_content_right p i {
    margin-right: 5px;
}

@media screen and (max-width:767px){
    .author_content_box_main {
    display: block;
}

.author_content_image {
    margin-bottom: 10px;
}
}


/* end */

.author .page-inner>h4 {
    display: none;
}

.author .saboxplugin-tab.saboxplugin-tab-about {
    display: flex;
    align-items: flex-start;
}

.author .saboxplugin-authorname {
    margin-top: 0 !important;
}

.author .saboxplugin-authorname a {
    display: block;
    color: #5d7982;
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.author .saboxplugin-socials {
    border: none !important;
    background: transparent !important;
}

.author .saboxplugin-socials a {
    color: #015e09 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.author .saboxplugin-socials {
    padding: 0 !important;
}

.author .saboxplugin-desc > div[itemprop='description'] > .saboxplugin-socials + p i {
    margin-right: 10px !important;
}

.author .saboxplugin-desc > div[itemprop='description'] > .saboxplugin-socials + p a {
    font-size: 16px !important;
    color: #000;
}

.author .saboxplugin-desc p strong {
    color: #000;
    font-style: normal;
}

.author .saboxplugin-desc hr{
    opacity:1 !important;
    color:#000 !important;
}

.author .author_content_custom > h4 {
    margin-left: 20px;
    color: #000;
    font-size: 16px;
}

.author .saboxplugin-gravatar {
    padding: 0 !important;
}

.author p.authors_post_content_custom {
    color: #000;
    font-weight: 600;
}

.author .saboxplugin-wrap {
    margin-bottom: 20px !important;
}

.author .saboxplugin-wrap {
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
}

.author .saboxplugin-wrap.executed {
    opacity: 1 !important;
    visibility: visible;
}

.author .saboxplugin-socials:before {
    content: "Professional Profiles";
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    top: 0;
}

.author .saboxplugin-socials {
    padding-top: 20px !important;
    margin-top: 15px;
}

.author .saboxplugin-tab .author_content_custom p.authors_post_content_custom{
    color: #000 !important;
}

.saboxplugin-gravatar img {
    border-radius: 0 !important;
}

.author .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
    color: #015e09 !important;
    fill: #015e09;
}

.author .saboxplugin-wrap .saboxplugin-socials  + p a{
    color: #000 !important;
}


@media screen and (max-width:540px){
    .saboxplugin-tab.saboxplugin-tab-about{
        flex-direction: column !important;
    }

    .saboxplugin-desc {
    margin: 0 !important;
}

.saboxplugin-authorname {
    margin: 0 !important;
}

.author_content_custom > h4 {
    margin-left: 0;
    margin-top: 14px;
}
}


/* Single post author */

.single-post .saboxplugin-wrap {
    opacity: 1;
    visibility: visible;
}

.single-post .saboxplugin-wrap {
    display: none;
}

.single-post .entry-author.author-box .flex-row {
    display: unset;
}

.single-post .flex-col.mr.circle {
    float: left;
}

.single-post .blog-author-image img {
    border-radius: 0 !important;
    width: 100px;
    height: auto !important;
    max-width: unset !important;
}

.single-post p.author-name.uppercase.pt-half {
    padding-top: 0;
    color: #437f27;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.single-post .entry-author.author-box {
    border: 1px solid #eee;
    padding: 20px;
}

.single-post .saboxplugin-socials a {
    font-size: 15px !important;
}

.single-post .saboxplugin-socials {
    display: flex !important;
    align-items: center !important;
}

.single-post .saboxplugin-socials a svg {
    width: 18px !important;
    height: 18px;
}

.single-post .saboxplugin-socials a {
    margin-right: 10px;
    vertical-align: middle;
}

/* Sidebar Show More */


aside ul.product-categories li:nth-child(-n+3),
aside.show_more ul.product-categories li,
aside ul.woocommerce-widget-layered-nav-list li:nth-child(-n+3),
aside.show_more ul.woocommerce-widget-layered-nav-list li {
                display: list-item
            }

aside ul.product-categories li,
aside ul.woocommerce-widget-layered-nav-list li {
                display: none
            }

span.show_more_btn {
                cursor: pointer
            }


@media screen and (max-width:480px){
    .about_inner_content h1, .about_inner_content h2 {
    font-size: 26px !important;
}
}



/* Homepage and Category FAQ */

.homepage_faq .accordion_title {
    font-size: 20px !important;
}

.category_bottom_faq >h2 {
    font-size: 20px;
}

.category_bottom_faq  .accordion-item .accordion-title > h3 {
    font-size: 18px;
}


.homepage_faq .accordion-title h3,
.faq_custom_section .accordion-title h3{
    font-size: 18px;
    margin-bottom: 0;
}

.homepage_faq .accordion-item + p,
.faq_custom_section .accordion-item + p{
    margin: 0 !important;
}

.homepage_faq .accordion-title,
.faq_custom_section .accordion-title{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.homepage_faq .accordion .toggle,
.faq_custom_section .accordion .toggle{
    top: 0.6em ;
}

.faq_custom_section .accordion_title {
    font-size: 18px;
}

.faq_custom_section h2.section-title {
    font-size: 20px;
}

.faq_custom_section h2.uppercase.section-title-main {
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 20px !important;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    padding-right: 20px;
}

@media screen and (min-width:768px){
    .faq_custom_section .section-title-main {
    height: 75px;
}
    .category_top_content {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media screen and (min-width:850px){
.custom_dropdown_new > ul.sub-menu > li {
    width: 100% !important;
}

header li.current-dropdown.custom_dropdown_new > ul.sub-menu > li > ul.sub-menu > li > a {
    font-size: 14px !important;
}
}


/* Posted and update date */

a.is_updated .published {
    display: none;
}

a.is_updated .updated {
    display: inline-block;
}

.blog article .entry-meta,
.single-post article .entry-meta{
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.blog article .entry-meta.executed,
.single-post article .entry-meta.executed{
    opacity: 1;
    visibility: visible;
}

/* Breadcrumb */

.breadcrumbs{
    font-weight: unset !important;
}

@media screen and (min-width:768px){
body div#customer_login.col2-set {
    display: flex !important;
    flex-direction: row !important;
}
}


@media screen and (min-width:521px) and (max-width:767px){
    div#at_posts_related > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

div#at_posts_related > .row .post-item {
    width: 100% !important;
    max-width: unset;
}
}


@media screen and (max-width:520px){
    div#at_posts_related > .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
}

div#at_posts_related > .row .post-item {
    width: 100% !important;
    max-width: unset;
}
}

@media screen and (max-width:767px){
    .category_top_content {
    padding: 0 10px;
}

    .nav-tabs+.tab-panels {
    padding: 10px;
}
}

/* Shop page */

/* .woocommerce-shop .shop-container > .page-description {
    display: none;
} */

.post-type-archive-product .page-description {
    padding: 0 15px;
}

/* author page */

.saboxplugin-authorname > h1 {
    font-size: 18px;
}

.pagination_top_heading {
    padding: 0 15px;
    margin-bottom: 15px;
}


/* Archive page select button */

.add_to_cart_button.added {
    display: none !important;
}


.product-small span.amount {
    font-size: 22px;
    line-height: 22px;
}

.product-small .add-to-cart-button {
   text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

a.added_to_cart:after {
    content: '' !important;
}

a.added_to_cart {
    margin: 0 !important;
}

.product-small.box {
    margin-bottom: 20px;
}

.product-small .col-inner {
    height: 100% !important;
}

.homepage_icon_section_custom {
    margin-top: 50px;
}

@media screen and (max-width:1205px){
    .product-small .add-to-cart-button a {
    padding: 0 !important;
    margin-right: 0;
        max-width: 100% !important;
        font-size: 12px !important;
}

}

@media screen and (max-width:767px){
    .product-small .add-to-cart-button {

    bottom: 10px !important;
}
}

/* button.no{
    background-color:#356620;
    display:none
}


button.yes{
    background-color:#356620 !important;
}

.avwp-av h2 {
    font-size:20px;
} */


.avwp-av {
    border-radius: 10px;
}

.avwp-av > img {
    max-width: 200px;
}

.avwp-av > h2 {
    font-size: 25px !important;
    font-weight: 400;
}

.avwp-av h2 {
    border: none;
    padding-bottom: 0;
}

.avwp-av {
    padding: 50px 25px !important;
    max-width: 500px !important;
    width: 100%;
    margin: 0 auto !important;
}

.avwp-av > p:last-child button {
    display: block !important;
    width: auto;
    box-sizing: unset !important;
    padding: 3px 15px;
}

.avwp-av > p:last-child {
    display: flex;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;

    margin-top: 20px !important;
}

button.yes {
    background-image: linear-gradient(to top,#356620,#538d3b) !important;
    border: 2px solid #2c531c;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.avwp-av button.yes:hover {
    border: 2px solid #2c531c  !important;
    box-sizing: unset !important;
    background-image: linear-gradient(to top,#538d3b, #356620) !important;
}

.avwp-av button.no {
    background: transparent !important;
    color: #2c531c !important;
    border: 2px solid #2c531c;
}

.avwp-av button.no:hover {
    background: #42772c40 !important;
}

.product-footer .woocommerce-tabs {
    border-top: none;
    padding-top: 0;
}

.product-main {
    padding-bottom: 0;
}

.faq-size-weight {
    font-size: 70% !important;
    font-weight:normal !important;
}

.social-icons-color {
    color:#437f27 !important;
}

.woocommerce-product-attributes.shop_attributes{
    display: none;
}

.glsr-review-content {
    width: 100%;
    text-align: justify;
}


/*  Blog cta */

    .blog_custom_cta {
    max-width: unset !important;
    width: 100%;
    background: #90b37f24;
    margin: 0 !important;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px !important;
}

.blog_custom_cta p {
    color: #000;
}

.blog_custom_cta h2 {
    color: #000;
    border-bottom: 1px solid #00000021;
    padding-bottom: 10px;
}

.blog_custom_cta .col {
    padding-bottom: 0;
}

.blog_custom_cta .icon-box.testimonial-box .icon-box-text {
    display: flex;
    align-items: center;
}

.blog_custom_cta .icon-box.testimonial-box .icon-box-text .star-rating {
    margin-right: 5px !important;
}

.blog_custom_cta a.button.primary {
    width: 100%;
    margin-top: 10px;
    margin-bottom:0;
}

    .blog_custom_cta .col:first-child p {
    margin-bottom: 0;
}

.blog_custom_cta > .col:last-child {
    display: flex;
    align-items: flex-end;
}
    .blog_custom_cta ul {
    margin-left: 0;
    margin-top: -10px;
}

.blog_custom_cta ul li {
    margin-bottom: 0;
    color: #000;
    margin-left: 0 !important;
    list-style: none;
}

    .blog_custom_cta ul li:before {
    content: "\2713";
    font-weight: 800 !important;
        color: #437f27;
    margin-right: 5px;
}

    @media screen and (max-width:767px){
        .blog_custom_cta .col:nth-child(1) {
    flex: 0 0 30% !important;
}

.blog_custom_cta {
    flex-wrap: wrap !important;
}

.blog_custom_cta .col:nth-child(2) {
    margin-top:10px;
}

.blog_custom_cta > .col {
    flex-basis: unset !IMPORTANT;
    max-width: unset;
}
    }

    @media screen and (min-width:768px){
        .blog_custom_cta .col:first-child .col-inner, .blog_custom_cta .col:first-child .col-inner p {
    height: 100% !important;
}
    }

/*  Blog charts */

    .blog_chart_items ul {
    list-style: none;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
}

    .blog_chart_items ul li {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* padding: 10px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    align-items: center;
        margin: 0;
        font-size: 14px;
}

.blog_chart_items ul li strong {
    background: #437f27;
    color: #fff;
    padding: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .row.blog_custom_cta ul {
    margin-bottom: 0 !important;
}

.row.blog_custom_cta img {
    max-height: 230px;
    object-fit: cover;
    height: 100%;
        border-radius: 8px;
}

    .post-item p.from_the_blog_excerpt {
    display: none;
}

    @media screen and (max-width:580px){
        .blog_chart_items ul {
    grid-template-columns: repeat(1, 1fr) !important;
}
    }


/*  custom css 15-11-2023 */

    .entry-header span.entry-category.is-xsmall a {
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: .05em;
    line-height: 1.05;
    opacity: .8;
}

    div#at_posts_related span.posts-section-title-related {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px !important;
    display: block;
}

    .box-text-inner.blog-post-inner span.post-title a {
    font-weight: 600;
    color: #555;
}

    .account-container.lightbox-inner span.uppercase {
    font-weight: 600;
    color: #555;
    font-size: 20px;
    margin-bottom: 10px !important;
    display: block;
}

    .cart-popup-title.text-center span.uppercase {
    font-weight: 600;
    font-size: 20px;
}

    header.entry-header span.entry-title {
    font-size: 25px;
    display: block;
    font-weight: 600;
    color: #555;
}

    span.product-section-title.container-width.product-section-title-related {
    font-size: 20px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px !important;
    display: block;
}

    @media screen and (max-width:768px){
        .our_grower_logo_sec > div {
    padding-bottom: 0;
}
    }

/*  header */

.header .nav>li>a {
    font-size: 0.7em;
}

/*  product cards */

.product-small.box .category {
    display: none;
}



    div#logo {
    width: 180px !important;
    margin-right: 15px;
}

    .product-small .col-inner > .variations_form {
    display: none !important;
}

.product-small .variations .label {
    display: none !important;
}

.product-small .add-to-cart-button a {
    margin-top: 0 !important;
}

.product-small .variations select {
    margin-bottom: 0;
    margin-top: 0;
}


.product-small .variations_form.wpcvs_archive {
    width: 100%;
}

@media screen and (max-width:767px){
    .product-small .variations_form.wpcvs_archive {
        bottom: 50px !important;
    }
}

.live-search-results .autocomplete-suggestion  {
    cursor: pointer !important;
}


.product-summary .price-wrapper span.woocommerce-Price-amount.amount {
    font-size: 24px;
}

.product-summary .price-wrapper p.price.product-page-price .price {
    margin: 0 !important;
}

.product-summary .price-wrapper span.woocommerce-Price-amount.amount bdi {
    display: flex;
}

.product-summary .price-wrapper p.price.product-page-price {
    display: flex;
    grid-gap: 5px;
}


.page-template-sitemap-page h2#sitemap-posts {
    font-size: 22px !important;
}

.page-template-sitemap-page h1.page_main_title {
    font-size: 30px;
    margin-bottom: 30px;
}



.badge-container {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0 !important;
    z-index: 1;
}

.badge {
height: auto;
width: auto;
margin: 0;
}

.badge-inner {
    padding: 6px 9px;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 800;
    line-height: 14px !important;
    text-transform: uppercase;
    border-radius: 5px !important;
}

.badge-inner.new-bubble {
    background-color: var(--c-badge-new);
}
