/* ---- Home Blog Start ---- */
.new_kratom_news .section_kratom_news .post_first {
    background: #fff;
    height: 100%;
    max-height: unset;
    position: relative;
    border-radius: 20px;
    padding: 15px;
}
.new_kratom_news .first_post_news {
    padding: 0px 21px 0px 0px;
}
.new_kratom_news .section_kratom_news .post_first .featured_img {
    height: 350px;
    object-fit: cover;
    opacity: 1;
    width: 100%;
    border-radius: 20px;
max-width: 100%;
}
.new_kratom_news .section_kratom_news .post_first .news_date {
    color: #505050;
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-weight: 400;
    top: unset;
    fill: black;
}
.section_kratom_news .post_first .news_date img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.new_kratom_news .news_date span {
    text-transform: capitalize;
}
a.kratom_news {
    padding: 12px 45px;
    background-color: #000;
    border-radius: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    font-family: "Inter";
    display: inline-block;
}
.new_kratom_news .section_kratom_news .post_single {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
}
.new_kratom_news .section_kratom_news .post_single .featured_img {
    border-radius: 20px;
	height: 150px;
    object-fit: cover;
}
.section_kratom_news .post_single .news_date img {
    filter: grayscale(100%);
    margin-right: 5px;
    max-width: 20px;
    margin-top: -3px;
}
.new_kratom_news .section_kratom_news .post_single h2 a {
    color: #111111;    
    font-weight: 400;
    text-transform: capitalize;
	font-size: 24px;
    margin-top: 20px;
	line-height: 28.8px;
}
.other_post_news .post_single .col-md-8 {
    align-self: center;
}
.section_kratom_news .first_post_news .first_blog_content {
    position: absolute;
    bottom: 0px;
    padding: 0 10px 25px 15px;
    width: 100%;
    left: 0;
}
.new_kratom_news .first_blog_content h2 {
    background-color: #fff;
    padding-top: 20px;
    max-width: 100%;
}
/* ---- Home Blog End ---- */

/* ---- Home Start ---- */
body .people_ageree_section_h2 .elementor-widget-container h2.elementor-heading-title {
    font-weight: 600 !important;
}
.people_ageree_section h2.elementor-heading-title span {
    background: #447500;
    color: #fff !important;
}
/* ---- Home End ---- */


input[type='text'], input[type='email'], input[type='phone'] {    
    height: 45px;
    box-shadow: none;
    color: #333333;
    width: 100%;
}


.home_page_faqs summary.faq-header {
    list-style: none;
    position: relative;
    padding: 15px 40px 15px 45px;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #d5d8dc;
}
.home_page_faqs summary.faq-header:before {
    content: url(https://res.cloudinary.com/dv8z5nr6r/images/v1723471874/help/help.webp?_i=AA);
    position: absolute;
    top: 10px;
    left: 0;
}
.home_page_faqs span.faq-accordion-icon.faq-accordion-icon-right {
    position: absolute;
    right: 15px;
    top: 14px;
}
.home_page_faqs span.faq-accordion-icon-opened {
    display: none;
}
#home-left-accordion .faq-item.active_item span.faq-accordion-icon-closed {
    display: none;
}
#home-left-accordion .faq-item.active_item span.faq-accordion-icon-opened {
    display: block;
}
#home-right-accordion .faq-item.active_item span.faq-accordion-icon-closed {
    display: none;
}
#home-right-accordion .faq-item.active_item span.faq-accordion-icon-opened {
    display: block;
}
.home_page_faqs .faq-content {
    padding: 15px 20px;
    border-bottom: 1px solid #d5d8dc;
    font-size: 16px;
}


/* ---- Home Product tabs Start ---- */
.new_home_tabs .tabs {
	position: relative;
}

.new_home_tabs .tabs .--hidden {
	display: none;
}
.new_home_tabs .tabs span,
.new_home_tabs .tabs button {
	 width: 100%;
	 height: 100%;
	 display: block;
	 font-size: 1em;
	 line-height: 1.2;
	 text-align: center;
	 color: #ffffff;
	 background-color: transparent;
}
.new_home_tabs .tabs .-primary {
	display: flex;
}
.new_home_tabs .tabs .-primary > li {
	flex-grow: 1;
	padding: 0px 5px;
}
.new_home_tabs span.best-seller-cat-item.yellow {
    font-weight: 600;
    background: #ffd200;
    color: black;
    padding: 7px 20px !important;
    font-size: 20px;
}

.new_home_tabs .best-seller-cat-item.green {
    background: #52673D;
}

.new_home_tabs .best-seller-cat-item.black {
    background: #2D2D2D;
}
.new_home_tabs .tabs .-primary > li > span, 
.new_home_tabs .tabs .-primary > li > button {
	white-space: nowrap;
	padding: 10px;
	border-radius: 20px;
	position: relative;
}
.new_home_tabs .best-seller-cat-item.active:before {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    background: inherit;
    transform: rotate(135deg);
    z-index: -1;
}
.new_home_tabs .home_best_sell_products.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.4;
}
.new_home_tabs .home_best_sell_products.loading:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: url('/img/kratom/icons/Spinner-1s-200px.gif');
    top: 41%;
    right: 0;
    left: 0;
    margin: 0 auto;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.new_home_tabs .best-seller-bottom-action {
    text-align: center;
    margin-top: 35px;
}
.new_home_tabs 
 .-more .best-seller-cat-item.active:before {
    display: none;
}
.new_home_tabs a.best-seller-cate-btn {
    background: #447500;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
    display: inline-block;
    text-align: center;
    align-content: center;
    width: 146px;
    border-radius: 20px;
}

.new_home_tabs a.best-seller-cate-btn:hover {
    background: #000000;
}
.new_home_tabs .tabs .-primary > li > span:hover, 
.new_home_tabs .tabs .-primary > li > button:hover {
	cursor: pointer;
}
.new_home_tabs .tabs .-primary .-more {
    background-image: url(https://kratomspot.com/wp-content/uploads/2024/08/tabs-more.webp);
    background-position: center center;
    background-repeat: no-repeat;
}
.new_home_tabs .tabs .-primary .-more button.more-btn {
    font-size: 0px;
	border: unset;
}
.new_home_tabs .tabs .-primary .-more > button span {
	 display: inline-block;
	 transition: transform 0.2s;
}
.new_home_tabs .tabs.--show-secondary .-primary .-more > button span {
	 transform: rotate(180deg);
}
.new_home_tabs .tabs .-secondary {
	 max-width: 100%;
	 min-width: 10em;
	 display: none;
	 position: absolute;
	 top: 105%;
	 right: 0;
	 animation: nav-secondary 0.2s;
	 background: #52673D;
	 z-index: 99999;
}
/* .new_home_tabs .tabs .-secondary li {
	 border-top: 1px solid #d51e49;
	 background-color: #b61a3e;
} */
.new_home_tabs .tabs .-secondary span, 
.new_home_tabs .tabs .-secondary button {
	 padding: 0.6em;
}
.new_home_tabs .tabs .-secondary span:hover, 
.new_home_tabs .tabs .-secondary button:hover {
	 background-color: #000000;
}
.new_home_tabs .tabs .-secondary span:active,
.new_home_tabs .tabs .-secondary button:active {
	 background-color: #000000;
}
.new_home_tabs .tabs.--show-secondary .-secondary {
	display: block;
	border-radius: 5px;
    overflow: hidden;
}
.new_home_tabs .best-seller-headding-section {
    margin-top: 70px;
}
.new_home_tabs .best-seller-menubar {
    padding: 20px 0;
    border-width: 1px 0px 0px 0px;
    border-color: #DDDDDDDD;
    border-style: solid;
	margin-top: -90px;
}
.new_home_tabs .tabs .-secondary .best-seller-cat-item {
    background: transparent;
    border-bottom: 1px solid #ffffff2e;
}

.kratom_product_category .grid_list{
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    grid-gap: 20px;
}

.new_home_tabs.kratom_product_category .tabs .-primary {
    display: flex;
    justify-content: center;
}

.new_home_tabs.kratom_product_category .tabs .-primary > li {
    flex-grow: 0;
    padding: 0px 5px;
}

.new_home_tabs.kratom_product_category .tabs .-primary > li > span{
    padding: 10px 30px;
}

.kratom_product_category_tab .kratom_category_tab_title{
    text-align: center;
}

.kratom_category_tab_title h2{
    background-color: transparent;
}

.new_home_tabs ul{
	list-style: none;
	padding-left: 0px;
}
/* .e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
    max-width: 100%;
    width: 100%;
} */

.best-seller-elementor-divider {
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}
.best-seller-elementor-divider .best-seller-elementor-divider-separator {
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    top: 20px;
    left: 0;
}
.best-seller-elementor-divider .best-seller-product-headding {
    margin: 0;
    display: inline-block;
    background: #f6f6f6;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

/* ---- Home Product tabs End ---- */

/* ---- Home Difference Start ---- */
.kratom_spot_difference_slider .elementor-swiper-button.elementor-swiper-button-prev svg {
    fill: #000000;
    background-color: #ffd200;
    border-radius: 20px;
    padding: 5px;
    position: relative;
    right: 20px;
}
.kratom_spot_difference_slider .elementor-swiper-button.elementor-swiper-button-next svg {
    fill: #000000;
    background-color: #ffd200;
    border-radius: 20px;
    padding: 5px;
    position: relative;
    right: -20px;
}
.kratom_spot_difference_slider figure {
    padding: 15px;
    background-color: #f6f6f6;
    border-radius: 20px;
}
.kratom_spot_difference_slider figure.swiper-slide-inner img {
    width: 82px;
    height: 82px;
}
/* ---- Home Difference End ---- */

/* ---- Home Banner Slider Start ---- */
.new-home_slider .item {
    padding: 50px;
    border-radius: 20px 140px 20px 20px;
    padding-bottom: 110px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.new-home_slider .banner_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-home_slider .item .new_home_slide_heading {
    font-size: 58px;
    line-height: 78px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Inter";
    filter: drop-shadow(-4.33px 2.5px 2.5px rgba(0, 0, 0, 0.75));
    font-weight: 700 !important;
}
.banner_sliders_counter4.new-home_slider_slide h2 {
    color: #ffffff;
}
.new-home_slider .item h2, .new-home_slider .item p {
    z-index: 1;
    position: relative;
}
.new-home_slider .item p.new_home_slide_dis {
    font-size: 60px;
    font-weight: 400;
    font-family: "Inter";
    line-height: 72px;
    color: #ffffff;
    filter: drop-shadow(-4.33px 2.5px 2.5px rgba(0, 0, 0, 0.75));
    max-width: 600px;
}
.new-home_slider .item a.new_home_slide_btn_link {
    width: 201px;
    height: 50px;
    border-radius: 30px;
    background-color: #ffffff;
    display: block;
    text-align: center;
    align-content: center;
    z-index: 1;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}
.banner_logos {
    align-items: center;
    display: flex;
    height: 140px;
    max-width: 350px;
}
body .owl-carousel .owl-item .banner_logos img {
    margin: 0 20px;
    max-height: 160px;
    width: auto;
}
.new-home_slider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 70px;
}
.new-home_slider.owl-theme .owl-nav{
    display: none;
}
.owl-theme.new-home_slider .owl-dots .owl-dot.active span, .owl-theme.new-home_slider .owl-dots .owl-dot:hover span {
    background: #ffd200;
}
.owl-theme.new-home_slider .owl-dots .owl-dot span {
    background: #ffffff;
}
.new-home_slider .owl-stage {
    display: flex;
}
.new-home_slider .item a.new_home_slide_btn_link:hover {
    background-color: #35492d !important;
    color: #fff;
}
.banner_logos img {
    width: auto;
}
.new-home_slider_not_slider .banner_logos img {
    margin: 0 20px;
    max-height: 160px;
    width: auto;
}
/* ---- Home Banner Slider End ---- */

.newsletter-container {
	max-width: 100%;
}

.kratom_spot_difference_section .e-con-inner:before {
    content: url(https://res.cloudinary.com/dv8z5nr6r/images/v1723460760/leaf-that-has-word-sprouts-it-1/leaf-that-has-word-sprouts-it-1.webp?_i=AA);
    position: absolute;
    opacity: 0.090;
    left: -15%;
    top: -40px;
    transform: rotate(27deg);
}
.new_kratom_news .first_blog_content p {
    color: #111111;
    font-size: 16px;
    margin-bottom: 15px;
}

/* mobile slider start */

.content_section .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 12px;
}

.content_section .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;
}

.content_section .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.content_section .owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {
    background: #000;
}

/* mobile slider end */
@media only screen and (max-width:991px){
	.new-home_slider .owl-dots {
		bottom: 10px;
		left: 30px;
	}
	.new-home_slider .item .new_home_slide_heading {
        font-size: 40px;
        line-height: 50px;
    }
    .new-home_slider .item {
        padding: 30px;
        border-radius: 10px 140px 10px 10px;
        padding-bottom: 55px;
    }
	.new_kratom_news .section_kratom_news .first_post_news .first_blog_content {
        position: relative;
    }
    .new_kratom_news .first_post_news {
        padding: 0px;
    }	
	.section_kratom_news .row {
		padding: 0 15px;
	}	
	.other_post_news {
		padding: 0;
	}	
	.other_post_news .row {
		padding: 0;
	}
	.newsletter-container {
        width: 350px !important;
    }
	.newsletter-container h2 {
        font-size: 28px !important;
    }
}


@media only screen and (max-width:767px){	
    .new_kratom_news .section_kratom_news .post_single .row {
        padding: 0 0px;
    }
    .kratom_spot_difference_section .e-con-inner:before {
        content: url(https://res.cloudinary.com/dv8z5nr6r/images/v1724925671/leaf-that-has-word-sprouts-it-2/leaf-that-has-word-sprouts-it-2.webp?_i=AA);
        opacity: 1;
        top: 0;
        left: 0;
    }
	.new-home_slider .item .new_home_slide_heading {
        font-size: 27px;
        line-height: 32px;
    }
    .new-home_slider .item {
        padding: 20px;
        border-radius: 10px 80px 10px 10px;
        padding-bottom: 40px;
    }
	.new_home_slide_btn {
		margin-bottom: 10px;
	}
    .new-home_slider .item {
        padding: 20px;
        border-radius: 10px 80px 10px 10px;
        padding-bottom: 40px;
    }
	.new_kratom_news .first_blog_content h2 a,
	.new_kratom_news .first_blog_content h2{
        font-size: 18px;
        line-height: 24px;
    }
    .new_kratom_news .first_blog_content p {
        padding-right: 0px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
	.new_kratom_news .section_kratom_news .first_post_news .first_blog_content {
		padding: 0 0;
	}
    .new_kratom_news a.kratom_news {
        padding: 10px 26px;
        font-size: 9px;
        line-height: 14px;
    }
    .new_kratom_news .section_kratom_news .post_first .news_date {
        font-size: 10px;
        line-height: 15px;
        bottom: 20px;
        display: flex;
    }
    .first_post_news .post_first .news_date img {
        margin-right: 10px;
        position: relative;
        width: 20px;
    }
    .new_kratom_news .section_kratom_news .post_single {
        border-radius: 15px;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
	.other_post_news .row {
        flex-flow: nowrap;
    }
    .other_post_news .row .col-md-4 {
        width: 35%;
        padding: 0px 10px;
    }
    .new_kratom_news .section_kratom_news .post_single .featured_img {
        border-radius: 10px;
        height: 95px;
        object-fit: cover;
    }
    .other_post_news .post_single .col-md-8 {
        padding: 0 0 0 5px;
		width: 65%;
    }
    .new_kratom_news .section_kratom_news .post_single .news_date {
        font-size: 10px;
        padding-top: 0px;
    }
    .new_kratom_news .section_kratom_news .post_single h2 {
        margin-top: 0px;
        width: 100%;
        font-size: 18px;
    }
    .new_kratom_news .section_kratom_news .post_single h2 a {
        font-size: 16px;
        line-height: 19px;
    }
	.section_kratom_news .row {
        padding: 0 10px;
    }
	.newsletter_form_section .newsletter-container h2 {
        font-size: 20px !important;
        line-height: 20px !important;
	}
	.footer-area {
		margin-top: 40px;
	}
	.best-seller-elementor-divider .best-seller-product-headding {
        font-size: 25px;
    }
    .content_section .owl-dots .owl-dot:hover span {
        background: #D6D6D6;
    }
}