/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 17 2024 | 17:22:13 */
:root {
  --primary: #2ab674;
  --secondary: #56585b;
}

.container {
    width: 100% !important;
    max-width: 1200px !important;
    padding-left: 10px;
    padding-right: 10px;
}

a:focus{
	outline: none !important;
}

/* Topbar */

.topbar_header .menu {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.topbar_header .menu li {
    margin-left: 10px;
    border-right: 1px solid #eee;
    padding-right: 10px;
}

.topbar_header .menu li a {
    font-size: 13px;
    line-height: 1;
}

.topbar_header .menu li:last-child {
    border: none;
}

div#top-bar {
    padding: 0;
}

div#top-bar-content {
    float: unset;
    width: 100%;
    display: block !important;
}

div#topbar-template {
    width: 100%;
    display: block !IMPORTANT;
}


.tobar_content_custom {
    background: var(--primary);
    color: #fff;
    padding: 5px;
}

/* Header */

nav#site-navigation li a {
    font-weight: 600 !important;
    font-size: 12px !important;
}

div#site-logo-inner {
    text-align: left;
}

div#site-header-inner .top-col.clr.col-1.logo-col, 
div#site-header-inner .top-col.clr.col-3 {
    flex: 0 0 300px !important;
}

div#site-header-inner .top-col.clr.col-2 {
    flex: 1 1 auto;
}

div#site-header-inner .aws-wrapper input {
    width: 100% !important;
    max-width: unset !important;
}

div#site-header-inner form.aws-search-form {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
}

div#site-header-inner .aws-search-btn.aws-form-btn {
    border: none !important;
    background: var(--primary) !important;
}

div#site-header-inner span.aws-search-btn_icon {
    fill: #fff !important;
}

div#site-header-inner .aws-search-btn.aws-form-btn:hover {
    background: var(--secondary) !important;
}


.cart_header_section  a:hover {
    color: var(--primary) !important;
}

.cart_header_section .elementor-heading-title {
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.cart_header_section .wcmenucart-cart-icon .wcmenucart-count {
    width: 25px !important;
    height: 22px;
    min-width: 25px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#site-navigation li.woo-menu-icon {
    display: none !important;
}

div#site-navigation-wrap {
    background: #f9f9f9 !important;
}

header#site-header {
    border: none;
}

div#site-navigation-wrap li a {
    color: var(--black) !important;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a {
    line-height: 50px;
    letter-spacing: 0;
}

div#site-navigation-wrap li a:hover {
    color: var(--primary) !important;
}


/* Slider */

/* Slider */

.desktop_slider .elementor-widget-wrap.elementor-element-populated > .elementor-element {
    margin: 0;
}

button.slick-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    opacity: .3;
}

button.slick-arrow.slick-prev {
    left: 20px;
}

button.slick-arrow.slick-next {
    right: 20px;
}

button.slick-arrow:hover {
    opacity: 1;
}

ul.slick-dots {
    margin: 0;
    list-style: none;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 35px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    margin: 0 2px;
}

ul.slick-dots li.slick-active {
    background: var(--primary);
}

.desktop_slider .elementor-widget-wrap.elementor-element-populated > .elementor-element {
    flex: 0 0 100%;
	 
}

.desktop_slider .elementor-widget-wrap.elementor-element-populated {
    flex-wrap: nowrap;
}


.desktop_slider .elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}

/* Product cards */

.woocommerce ul.products li.title h2 {
    margin-bottom: 0;
}

.woocommerce ul.products.grid > li.product {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 10px;
	padding-bottom: 10px;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    grid-gap: 20px;
}

.woocommerce ul.products li.btn-wrap a {
    width: 100%;
    border: none !important;
    background: var(--primary) !important;
    color: #fff !important;
    padding: 10px !important;
    letter-spacing: 0;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
}

.woocommerce ul.products li.btn-wrap a:hover {
    background: #1a8854 !important;
}

.woocommerce ul.products li.price-wrap .price .amount {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce ul.products li.image-wrap {
    margin-bottom: 10px !important;
}

/* Featured product section */

.section_heading h2.elementor-heading-title:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://canaxseeds.com/wp-content/uploads/2024/01/cropped-favicons.webp);
    position: absolute;
    background-size: contain;
    left: 0;
}

.section_heading h2.elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}


/* Why choose us */

.why_choose_us_cards .elementor-container {
    grid-gap: 20px;
}

.why_choose_us_cards .elementor-container > .elementor-column {
    border: 1px solid var(--primary) !important;
    border-radius: 10px;
    padding: 10px;
    background: #2ab675;
}

.why_choose_us_cards h3.elementor-image-box-title {
    color: #fff;
}

.why_choose_us_cards p.elementor-image-box-description {
    color: #fff;
    line-height: 1.5;
}

.how_to_buy_section .elementor-container {
    grid-gap: 20px;
}

.how_to_buy_section .elementor-container > .elementor-column {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 20px 10px;
}

.how_to_buy_sectionp.elementor-image-box-description {
    line-height: 1.5;
}


/* testimonial secton */

.testimonial_cards .elementor-container {
    grid-gap: 20px;
}

.testimonial_cards .elementor-container > .elementor-column {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 15px;
	background: #fff;
}

.testimonial_cards .elementor-testimonial-content {
    font-size: 15px !important;
}

.testimonial_cards .elementor-testimonial-name {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary);
}

/* Blog section */

.blog_section_homepage .eael-entry-thumbnail img {
    height: 230px !important;
    object-fit: cover;
}

.blog_section_homepage .eael-entry-wrapper {
    display: flex;
    flex-direction: column;
}

.blog_section_homepage .eael-entry-footer {
    order: 1;
}

.blog_section_homepage .eael-entry-content {
    order: 3;
}

.blog_section_homepage header.eael-entry-header {
    order: 2;
}

.blog_section_homepage .eael-grid-post-holder {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.blog_section_homepage .eael-grid-post-excerpt a {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--primary) !important;
    /* text-decoration: underline; */
}

.blog_section_homepage .eael-grid-post-excerpt a:hover {
    color: var(--secondary) !important;
}

.blog_section_homepage span.eael-posted-on time {
    font-size: 12px;
    color: var(--primary);
    font-weight: 500;
}

.blog_section_homepage h2.eael-entry-title {
    margin-bottom: 10px;
}

.blog_section_homepage ul.post-carousel-categories {
    padding: 0;
    opacity: 1 !important;
    visibility: visible;
    background: #ffffff;
    display: inline-block !important;
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    padding: 0 10px;
    border-radius: 100px;
    font-size: 11px;
    /* color: #000 !IMPORTANT; */
}

.blog_section_homepage ul.post-carousel-categories li a {
    color: #000 !important;
}

.blog_section_homepage ul.post-carousel-categories li {
    margin: 0;
}

.blog_section_homepage .eael-grid-post-excerpt a {
    font-weight: 700;
    font-size: 14px !important;
}

.blog_section_homepage article.eael-grid-post {
    height: 100% !important;
}

.blog_section_homepage .eael-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.blog_section_homepage .eael-post-grid > article {
    width: 100% !important;
}

.blog_section_homepage .eael-grid-post-holder {
    height: 100%;
}

/* Footer */

/* Footer */

.custom_footer .menu {
    list-style: none;
    margin: 0;
}

.custom_footer .menu li a {
    color: #fff;
    margin-bottom: 3px !important;
    display: block;
}

.custom_footer .menu li a:hover {
    color: var(--primary);
}

.copyright_section .elementor-shortcode {
    color: #fff;
}


.custom_footer input.wpcf7-form-control.wpcf7-email {
    background: #fff;
    border-radius: 0;
    margin-bottom: 10px;
}

/* Product page */

header.page-header {
    background: #2c2c2c;
    padding: 5px 10px;
}

header.page-header h1 {
    display: none;
}

nav.site-breadcrumbs.clr.position- {
    position: unset;
    margin: 0;
    display: block !important;
    max-width: 100%;
    text-align: left;
}

nav.site-breadcrumbs.clr.position- li, nav.site-breadcrumbs.clr.position- li a {
    color: #999;
}

.woocommerce.content-full-width div.product div.images {
    width: 48%;
}

.woocommerce.content-full-width div.product div.summary {
    width: 48%;
}

.summary.entry-summary h2.single-post-title {
    letter-spacing: 0;
    border: none;
    margin: 0 !important;
    padding: 0;
}

.summary.entry-summary .price bdi {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}

.summary.entry-summary .price {
    margin-top: 10px !important;
    border: none !important;
    /* color: #586c63 !important; */
}

form.cart {
    margin-top: 12px !important;
    border: none !important;
}

/* archive page */

.woocommerce ul.products li.product .quantity {
    display: none !important;
}

.woocommerce ul.products li.product button.single_add_to_cart_button.button.alt {
    width: 100%;
    border: none !important;
    background: var(--primary) !important;
    color: #fff !important;
    padding: 10px !important;
    letter-spacing: 0;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
}

/* Archive page */

.woocommerce ul.products li.product .variations .variation .label {
    display: none;
}

.woocommerce ul.products li.product .variations .reset {
    display: none;
}

.woocommerce ul.products li.product .variations select {
    margin-bottom: 5px;
    height: 38px;
    border-radius: 5px;
}

.wc-block-cart__submit-container a {
    background: var(--primary);
    border-radius: 5px;
    color: #fff;
}

.wc-block-cart__submit-container a:hover {
    background: var(--secondary) !important;
}

/* blog page */

div#right-sidebar-inner .wp-block-latest-posts__featured-image {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

div#right-sidebar-inner a.wp-block-latest-posts__post-title {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 10px;
}


/* Minicart */

.woocommerce-mini-cart .owp-grid.content h3 a {
    text-align: left;
    padding-left: 0;
    color: var(--secondary) !important;
}

/* Archive page */

.widget-area {
    width: 22% !important;
}

div#primary {
    width: 78%;
}

h4.wp-block-heading {
    margin-bottom: 0 !important;
}

div#right-sidebar-inner #block-8 {
    margin-bottom: 11px;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li {
    margin-bottom: 5px !important;
}

h4.widget-title {
    font-size: 17px;
    letter-spacing: 0;
    padding: 0;
    border: 0;
    font-weight: 700;
}

ul.product_list_widget .eael-star-rating {
    display: none !important;
}

/* Product page */

.woocommerce div.product div.summary form.cart .variations tr:first-child td.value .reset_variations {
    display: none;
}

.woocommerce div.product div.summary form.variations_form.cart {
    margin-top: 0 !important;
}

/* Seedback price */

.az-letters-wrap li.has-posts {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

.az-letters-wrap li.has-posts a {
    color: #fff !important;
}