/* product add to cart after top mini cart start */



/* product add to cart after top mini cart end */


/***  product main section start ***/

body .type-product.product .yith-par-message-variation.yith-par-message-product,
body .type-product.product .yith-par-message.yith-par-message-product,
body .type-product.product .yith-par-message-variation {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.summary.entry-summary .yith-par-message, 
.summary.entry-summary .yith-par-message-variation {
    display: none !important;
}

.product .product_image_silde .onsale {
    right: 30px;
    top: 20px;
}

.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

ul.custom-flex-nav.flex-direction-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 40px);
    top: 33%;
    transform: translateY(50%);
    left: 20px;
}

ul.custom-flex-nav.flex-direction-nav li a i {
    font-size: 38px;
}

.woocommerce-page #content div.product div.images .woocommerce-product-gallery__image a img,
.woocommerce-page div.product div.images .woocommerce-product-gallery__image a img{
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.08));
    padding: 10px;
    aspect-ratio: 1 / 1;
}

.woocommerce-page #content div.product div.images ol.flex-control-nav {
    display: flex;
    gap: 10px;
    margin-top: 7px !important;
}

.woocommerce-page #content div.product div.images ol.flex-control-nav li {
    width: 33.3%;
}

.woocommerce-page #content div.product div.images ol.flex-control-nav li img {
    filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.08));
    padding: 10px;
}

.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}

.product_detail_silde_row .product_title {
    font-size: 36px;
    line-height: 40px;
}

.product-price-box .woocommerce-variation-price {
    display: none;
}

.product_image_silde {
    position: relative;
}

.product_detail_silde_row {
    display: flex;
    flex-direction: column;
}

.product_detail_silde_row .product_title {
    order: 1;
    margin-bottom: 0;
}

.product_detail_silde_row #ab-tiny-widget {
    order: 2;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #787878;
    position: relative;
    padding-left: 25px;
    padding-top: 10px;
    min-height: 50px;
}

.product_detail_silde_row #ab-tiny-widget:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/Forma-1.webp);
    width: 20px;
    height: 15px;
    left: 0;
    top: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .product_detail_silde_row #product_just_stars {
    order: 2;
    padding-top: 15px;
} */

.single_reward_top {
    min-height: 88px;
}

.product_detail_silde_row .woocommerce-product-details__short-description {
    order: 4;
    padding: 20px;
    background: #f3f5f2;
    margin-bottom: 20px;
}

.product_detail_silde_row .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 26px;
    color: #787878;
    margin: 0;
}

.product_detail_silde_row .woocommerce-product-details__description {
    order: 5;
    overflow-x: auto;
    max-height: 304px;
}

.product_detail_silde_row .woocommerce-product-details__description.scrollbar-visible {
    padding-left: 10px;
}
.woocommerce .product-price-box .summary.entry-summary {
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #f3f5f2;
    position: relative;
}

/* .woocommerce .product-price-box .summary.entry-summary:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc((100vw - 1400px) / 2);
    background-color: #f3f5f2;
    z-index: -1;
} */

.product-price-box .bottom-summary {
    padding: 0px 30px;
    display: block;
    clear: both;
}

.product-price-box .bottom-summary .download_lab_result .download_lab_result_link {
    border-radius: 17px;
    background-color: #4a6230;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
}

.product-price-box .bottom-summary .download_lab_result .download_lab_result_link .fa-download {
    font-size: 15px;
    line-height: 20px;
    margin-left: 10px;
}

.product-price-box .bottom-summary .mit_and_tire_section {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.product-price-box .bottom-summary .mit_and_tire_section .mit_and_tire-txt {
    border-radius: 50px;
    border: 2px solid #98c714;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-line {
    position: relative;
    height: 18px;
    border-radius: 9px;
    background-image: linear-gradient(90deg, #64830d 0%, #98c714 30%, #ffe851 70%, #faa100 100%);
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-line .fa-caret-down {
    position: absolute;
    top: -14px;
    color: #000000;
    font-size: 28px;
}

.mit-stength-scale-line.mild .fa-caret-down {
    left: 15px;
}

.mit-stength-scale-line.standard .fa-caret-down {
    left: 33%;
}

.mit-stength-scale-line.elevated .fa-caret-down {
    left: 64%;
}

.mit-stength-scale-line.ultra .fa-caret-down {
    left: 91%;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-text .mit-stength-scale-bullet:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50px;
    left: 0;
    top: 8px;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-text {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-text .mit-stength-scale-bullet {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-text .mit-stength-scale-bullet.mild:before {
    background-color: #64830d;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-text .mit-stength-scale-bullet.standard:before {
    background-color: #98c714;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-text .mit-stength-scale-bullet.elevated:before {
    background-color: #fbe951;
}

.product-price-box .bottom-summary .mit-stength-scale-section .mit-stength-scale-text .mit-stength-scale-bullet.high:before {
    background-color: #faa408;
}

.product-price-box .bottom-summary .mit-stength-scale-discription-section {
    margin-top: 10px;
}

.product-price-box .bottom-summary .mit-stength-scale-discription-section .mit-stength-scale-discription-title {
    font-size: 16px;
    line-height: 19px;
    color: #4a6230;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-price-box .bottom-summary .mit-stength-scale-discription-section .mit-stength-scale-discription-title a {
    font-size: 16px;
    line-height: 19px;
    color: #4a6230;
    font-weight: 400;
}

.product-price-box .bottom-summary .mit-stength-scale-discription-section p {
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    margin: 0;
}

.product_detail_silde_row .woocommerce-product-details__description {
    font-size: 16px;
    line-height: 26px;
    color: #787878;
}

.product_detail_silde_row .woocommerce-product-details__description p {
    font-size: 16px;
    line-height: 26px;
    color: #787878;
    margin: 0;
}

.product_detail_silde_row .woocommerce-product-details__description h2 {
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 15px;
}

.product_detail_silde_row .woocommerce-product-details__description h3 {
    font-size: 22px;
    margin: 15px 0;
}

body .product .summary.entry-summary .woocommerce-Price-amount.amount {
    font-size: 30px;
    color: #4a6230;
}

body .product .summary.entry-summary del {
    color: #4a6230;
}

body .product .summary.entry-summary ins .woocommerce-Price-amount.amount {
    color: #fab333;
}

body .product .summary.entry-summary ins {
    text-decoration: unset;
    margin-left: 10px;
}

table.variations tr {
    display: flex;
    flex-direction: column;
}

table.variations tr th.label {
    font-size: 17px;
    line-height: 29px;
    color: #333333;
}

table.variations tr td.value select {
    min-width: unset !important;
    background-color: #ffffff !important;
    padding-left: 15px;
    border-radius: 21px;
    border-color: #e9e9e9;
    font-size: 17px;
    line-height: 29px;
    color: #333333;
    padding-top: 6px;
    padding-bottom: 6px;
    outline-width: 0;
    cursor: pointer;
    border: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce div.product form.cart {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .quantity {
    margin-right: 110px !important;
    border-radius: 21px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    margin-top: 23px !important;
    padding: 5px 0px;
    position: relative;
}

.woocommerce div.product form.cart .quantity button.minus {
    border: none;
    background: #ffffff;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    padding-left: 15px;
    color: #000000;
}

.woocommerce div.product form.cart .quantity .input-text.qty {
    border: none;
    outline-width: 0;
}

.woocommerce div.product form.cart .quantity button.plus {
    border: none;
    background: #ffffff;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
    padding-right: 15px;
    color: #000000;
}

.woocommerce div.product form.cart .quantity:before {
    content: 'Select Quantity';
    position: absolute;
    left: 0;
    top: -32px;
    font-size: 17px;
    line-height: 29px;
    color: #333333;
    font-weight: 700;
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
    min-width: 173px;
    margin-right: 15px;
    border-radius: 21px;
    background-color: #fab333;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
.woocommerce div.product form.cart button.buy-now-variable:hover {
    background: #35492d;
}

.woocommerce div.product form.cart button.buy-now-variable.alt.disabled:hover {
    background: #ffcc43 !important;
}

.woocommerce div.product form.cart button.single_add_to_cart_button.alt.disabled:hover {
    background: #fab333 !important
}

.woocommerce div.product form.cart button.buy-now-variable.alt.disabled{
    opacity: 0.5;
    background-color: #ffcc43;
    font-size: 14px;
    line-height: 24px;
}

.woocommerce div.product form.cart button.buy-now-variable {
    min-width: 173px;
    border-radius: 21px;
    background-color: #ffcc43;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 1;
}

.woocommerce div.product form.cart button.buy-now-variable.loading:after {
    right: 20px !important;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/uploads/2025/05/grocery-store.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:focus::after {
    content: "\f013" !important;
    font-family: FontAwesome;
    opacity: .8;
    animation: fa-spin 2s linear infinite;
    font-size: 20px;
    background-image: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product form.cart button.single_add_to_cart_button.disabled:focus::after {
    display: none;
}

.woocommerce div.product form.cart button.buy-now-variable.loading.disabled:after{
    display: none;
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.woocommerce .product-price-box .summary.entry-summary p.price {
    margin-bottom: 5px;
}

.woocommerce .product-price-box .summary.entry-summary #product_just_stars {
    margin-bottom: 10px;
}

.product-price-box-logo {
    width: 85%;
}

.row.category-compare-bar:has(div) {
    margin-top: 10px;
    gap: 10px;
}

.bar_box-titel {
    padding: 0 5px;
}

span.bar_title {
    color: #333333;
    font-weight: 700;
}

span.bar_percentage {
    color: #333333;
    font-weight: 700;
    float: right;
}

.bar_box-bar {
    width: 100%;
    height: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 9%) 0 3px 4px 1px inset;
}

.bar_box_inener {
    height: 15px;
    border-radius: 15px;
}


/***  product main section end ***/


/*** Category information section start **/

.category-info-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    min-height: 485px;
    margin: 70px 0;
}

.category-info-container:not(:has(div)) {
    min-height: 0;
    margin: 0;
    padding: 0;
}

.category-info-container .category-info-title {
    width: 50%;
    padding: 40px 20px;
}

.category-info-container .category-info-title .category-title {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    text-align: center;
}

.category-info-container .category-info-text p {
    font-size: 18px;
    line-height: 28px;
    color: #505050;
    margin: 0;
}

.category-info-container .category-info-text {
    position: absolute;
    top: 0;
    width: 75%;
    left: 0;
    background-color: #ffffff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    opacity: 0.902;
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 105px;
}

.category-info-container .category-info-image {
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*** Category information section end **/

/** why chooce kratom and dosage section start **/

.why-choose-kratom-and-dosage-section {
    display: flex;
    gap: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.why-choose-kratom-section {
    width: 100%;
}

.why-choose-kratom-section .why-choose-kratom-section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
}

.why-choose-kratom-section .why-choose-kratom-section-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    padding: 21px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 19px;
}

.why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box .why-choose-kratom-section-box-title h3,
.why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box .why-choose-kratom-section-box-title h4 {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 10px;
}

.why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box .why-choose-kratom-section-box-text p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    display: flex;
}

.kratom-dosage-section {
    width: 100%;
}

.kratom-dosage-section .tab-container .tabs {
    display: flex;
    gap: 20px;
}

.kratom-dosage-section .tab-container .tabs .tab {
    flex: 1;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    background-color: #ffffff;
    transition: background 0.3s, color 0.3s;
    border-radius: 50px;
    border: 1px solid #47612d;
    color: #47612d;
    text-transform: uppercase;
    align-content: center;
}

.kratom-dosage-section .tab-container .tabs .tab.active,
.kratom-dosage-section .tab-container .tabs .tab.active_tab {
    background-color: #47612d;
    color: #ffffff;
    position: relative;
}

.kratom-dosage-section .tab-container .tabs .tab.active:after,
.kratom-dosage-section .tab-container .tabs .tab.active_tab:after {
    content: '';
    width: 55px;
    height: 20px;
    display: block;
    position: absolute;
    top: unset;
    bottom: -19px;
    background: url(https://kratomspotrede.wpenginepowered.com/wp-content/uploads/2025/05/Shape-2.webp);
    left: 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.kratom-dosage-section .tab-container .tabs .tab:hover {
    background: #47612d;
    color: #ffffff;
}

.kratom-dosage-section .tab-container .tab-content {
    display: none;
    padding: 30px 30px;
    background-color: #f3f5f2;
    margin-top: 25px;
    border-radius: 21px;
}

.kratom-dosage-section .tab-container .tab-content.active,
.kratom-dosage-section .tab-container .tab-content.active_tab {
    display: block;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-title {
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-title-discription {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #000000;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-boxs {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-boxs .dosage-information-tab-discription-box {
    background: #ffffff;
    display: flex;
    width: calc(33.33% - 7px);
    min-width: 198px;
    align-items: center;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-boxs .dosage-information-tab-discription-box .dosage-information-tab-discription-box-image {
    background: #47612d;
    padding: 7px 13px;
    width: 46px;
    text-align: center;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-boxs .dosage-information-tab-discription-box .dosage-information-tab-discription-box-discripton {
    flex: 1;
    align-content: center;
    padding: 0 10px 0 20px;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-boxs .dosage-information-tab-discription-box .dosage-information-tab-discription-box-discripton .dosage-information-tab-discription-box-discripton-text {
    margin: 0;
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-topics {
    margin: 20px 0;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-topics .dosage-information-tab-discription-topics-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-topics .dosage-information-tab-discription-topics-ul .dosage-information-tab-discription-topics-li {
    position: relative;
    padding: 10px 0px 10px 40px;
    border-bottom: 1px dashed #989898;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-topics .dosage-information-tab-discription-topics-ul .dosage-information-tab-discription-topics-li .dosage-information-tab-discription-topics-li-img {
    position: absolute;
    left: 0;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-topics .dosage-information-tab-discription-topics-ul .dosage-information-tab-discription-topics-li .dosage-information-tab-discription-topics-li-text {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-topics .dosage-information-tab-discription-topics-ul .dosage-information-tab-discription-topics-li:last-child {
    border-bottom: 0;
}

.kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-bottom-image img {
    border-radius: 21px;
}

/** why chooce kratom and dosage section end **/


/*** Product faq section start  ***/

.product-faq-section {
    display: flex;
    gap: 70px;
    margin: 70px auto;
}

.product-faq-section .product-faq-section-left {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 83px 23px 23px 23px;
    min-height: 700px;
}

.product-faq-section .product-faq-section-left .product-faq-section-left-image {
    width: 100%;
    height: 100%;
    max-width: 331px;
    max-height: 331px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 10px solid #ffffff;
    border-radius: 45px 166px 166px 166px;
    position: relative;
    top: -18px;
    left: -18px;
    background-color: #fff;
}

.product-faq-section .product-faq-section-right {
    flex: 1;
}

.product-faq-section .product-faq-section-right .product-faq-section-title-section .product-faq-section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
}

.product-faq-section .product-faq-section-right .product-faq-item {
    padding: 5px 30px 10px;
    border: 1px solid #dedede;
    border-radius: 31px;
    margin-bottom: 20px;
    background: #f6f6f6;
}

.product-faq-section .product-faq-section-right .product-faq-item:last-child {
    margin-bottom: 0;
}

.product-faq-section .product-faq-section-right .product-faq-item._active {
    background: #ffffff;
}

.product-faq-section .product-faq-section-right .product-faq-item .product-faq-header {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    font-family: "Bree Serif", sans-serif;
    list-style: none;
    position: relative;
}

.product-faq-section .product-faq-section-right .product-faq-item._active .product-faq-header {
    color: #47612d;
}

.product-faq-section .product-faq-section-right .product-faq-item .product-faq-header .product-faq-accordion-icon {
    position: absolute;
    right: 0;
    font-family: 'Roboto';
    color: #000000;
    top: 0;
}

.product-faq-section .product-faq-section-right .product-faq-item._active .product-faq-accordion-icon {
    color: #47612d;
}

.product-faq-section .product-faq-section-right .product-faq-item .product-faq-content {
    margin: 20px 0;
}

.product-faq-section .product-faq-section-right .product-faq-item .product-faq-content p {
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    margin: 0;
}

.product-faq-section .product-faq-section-right .product-faq-item .product-faq-accordion-icon-closed {
    display: block;
}

.product-faq-section .product-faq-section-right .product-faq-item._active .product-faq-accordion-icon-closed {
    display: none;
}

.product-faq-section .product-faq-section-right .product-faq-item .product-faq-accordion-icon-opened {
    display: none;
}

.product-faq-section .product-faq-section-right .product-faq-item._active .product-faq-accordion-icon-opened {
    display: block;
}


/*** Product faq section end  ***/


/***  releted products start **/

.related-products-section {
    background: #f6f6f6;
    border-radius: 20px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.related-products-section .related.products {
    padding: 50px 20px;
}

.related-products-section .related.products > h2 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
}

.related.products .owl-theme .owl-nav .owl-next, 
.related.products .owl-theme .owl-nav .owl-prev {
    background: #35492d;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    line-height: 54px;
    margin: 0 5px;
}

.related.products .owl-theme .owl-nav .owl-next span, 
.related.products .owl-theme .owl-nav .owl-prev span {
    color: #ffffff;
    font-size: 36px;
    line-height: 0;
    font-weight: 200;
}

.related.products li.owl-prev span, 
.related.products li.owl-next span {
    display: none;
}

.related.products li.owl-next:before, .related.products li.owl-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: 30px;
}

.related.products li.owl-prev:before {
    content: "\e686";
}

.related.products li.owl-next:before {
    content: "\e684";
}


/***  releted products end **/

/****  reviews section start  ***/

.reviews-and-question-section {
    border-radius: 20px;
    border: 1px solid #dddddd;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

.reviews-and-question-section .answerbase-widget {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
}

/****  reviews section end  ***/

/* top mini cart start */

.row.box.addedtocart_box {
    align-items: center;
    border: 2px solid #4a6230;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.addedtocart_box .pro-qty {
    font-size: 20px;
    color: #6a6a6a;
}

.addedtocart_box .pro-price {
    font-size: 20px;
    color: #6a6a6a;
    margin-top: 5px;
}

.addedtocart_box .added-basket {
    color: green;
    font-size: 20px;
}

.addedtocart_box .added-offer {
    font-size: 13px;
    padding: 1px 6px;
    margin-top: 15px;
    background: rgba(95, 175, 62, .3);
}

.row.box.addedtocart_box .addedcart_actions {
    display: flex;
    margin: 15px 0px 0;
    width: 100%;
    flex-direction: column;
    gap: 15px;
}

.addedcart_actions a.default-btn {
    padding: 16px 16px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #333;
    line-height: 1;
}

.addedcart_actions a.default-btn.addedcart_checkout {
    color: #fff;
    background: #35492d;
}

.addedcart_actions a.default-btn.addedcart_checkout:hover {
    background-color: #fab333;
    border-color: #fab333;
}

.close_addedcart {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    color: #6a6a6a;
}
/* top mini cart end */

/* product_type_2 start */

.product_type_2 .product_detail_silde_row .product_detail_extra_list {
    order: 5;
    list-style: none;
    padding: 0;
}

.product_type_2 .product_detail_silde_row .product_detail_extra_list li {
    border-bottom: 1px dashed #dee2e6;
    border-top: 1px dashed #dee2e6;
    color: #787878;
    font-size: 18px;
    padding: 15px 0 15px 40px;
    position: relative;
}

.product_type_2 .product_detail_silde_row .product_detail_extra_list li:first-child {
    padding: 0 0 15px 40px;
    border-top: 0 dashed #dee2e6;
}

.product_type_2 .product_detail_silde_row .product_detail_extra_list li img {
    left: 0;
    max-width: 25px;
    position: absolute;
}

.woocommerce .product_type_2 .product-price-box .summary.entry-summary p.price {
    margin-bottom: 15px;
}

.product_type_2 .product_detail_tabs {
    margin: 50px 0;
}

.product_type_2 .product_detail_tabs_bg {
    background-image: url(https://kratomspot.com/img/kratom/description_tabs_bg.webp);
    background-position: 50%;
    background-size: cover;
    height: 440px;
    position: absolute;
    top: 0;
    width: 100%;
}

.product_type_2 .product_detail_tabs_inner {
    position: relative;
    z-index: 9;
}

.product_type_2 .product_detail_tabs_inner .description-review-topbar {
    border-bottom: 0 solid #d7d7d7;
}

.product_type_2 .product_detail_tabs_inner .description-review-topbar a {
    background: #fff;
    border: unset !important;
    position: relative;
    padding: 15px 45px;
}

.product_type_2 .product_detail_tabs_inner .description-review-topbar a span {
    color: #000;
    font-family: "Bree Serif";
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
}

.product_type_2 .product_detail_tabs_inner .tab-pane {
    color: #6a6a6a;
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
    background-color: #fff;
    box-shadow: 0 4px 12px #0000001a;
    padding: 40px;
}

.product_type_2 .related-products-section {
    margin-bottom: 0;
}

.product_detail_quantity_img {
    width: 100%;
    margin-bottom: 40px;
}

.woocommerce .blockUI.blockOverlay::before {
    display: none;
}

@media only screen and (max-width:579px) {
    .product_type_2 .product_detail_tabs_inner .description-review-topbar a {
        padding: 10px 30px;
    }
    .product_type_2 .product_detail_tabs_inner .tab-pane {
        padding: 30px 20px;
    }
    .product_type_2 .product_detail_tabs_inner .tab-pane h2 {
        font-size: 21px;
    }
}

/* product_type_2 end */

/* responcive css start */

@media only screen and (max-width:1110px) {
    table.variations tr td.value select {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1440px) {
    /* .woocommerce .product-price-box .summary.entry-summary:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: calc((1440px - 1420px) / 1);
        background-color: #f3f5f2;
        z-index: -1;
    } */
    .related-products-section {
        border-radius: 0px;
    }
    .reviews-and-question-section {
        margin-right: 20px;
        margin-left: 20px;
        max-width: calc(100% - 40px) !important;
    }
}

@media only screen and (max-width: 1199px) {
    .product_detail_silde_row .product_title {
        font-size: 28px;
        line-height: 32px;
    }

    .product-price-box-logo {
        width: 100%;
    }

    .woocommerce .product-price-box .summary.entry-summary {
        padding: 20px 20px;
    }

    .product-price-box .bottom-summary {
        padding: 0px 20px;
    }

    .product-faq-section {
        gap: 40px;
    }
}

@media only screen and (max-width:1151px) {
    .category-info-container .category-info-text {
        padding: 20px 50px;
    }
}

@media only screen and (max-width:1024px) {
    .product-price-box {
        padding-left: 0;
    }
    .product_detail_silde_rows {
        padding-right: 0;
    }
    .category-info-container .category-info-title {
        padding: 40px 0 0 50px;
    }
    .kratom-dosage-section .tab-container .tabs .tab {
        border-radius: 20px;
    }
}

@media only screen and (max-width:991px) {
    .product_main_detail_section .product_detail_silde_rows {
        order: 2;
        margin: 30px 0;
        padding-right: 12px;
    }

    .product-price-box {
        padding-left: 12px;
    }

    .product_main_detail_section .product_image_silde {
        order: 1;
    }

    .product_main_detail_section .product-price-box {
        order: 3;
    }

    .woocommerce div.product form.cart .quantity {
        margin-right: 15px !important;
    }

    .woocommerce div.product form.cart button.single_add_to_cart_button,
    .woocommerce div.product form.cart button.buy-now-variable {
        margin-top: 22px;
    }

    /* .woocommerce .product-price-box .summary.entry-summary:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: calc((1440px - 1420px) / 1);
        background-color: #f3f5f2;
        z-index: -1;
    } */

    .why-choose-kratom-and-dosage-section {
        flex-direction: column;
        gap: 50px;
    }

    .dosage-information-tab-discription-bottom-image {
        text-align: center;
    }

    .kratom-dosage-section .tab-container .tab-content .dosage-information-tab-discription .dosage-information-tab-discription-bottom-image img {
        width: 100%;
    }

    section.category-info-section {
        margin-right: -20px;
        margin-left: -20px;
    }

    .category-info-container {
        flex-direction: column;
        padding: 20px 20px;
        margin: 40px 0;
    }

    .category-info-container .category-info-title {
        padding: 10px 0 10px 0px;
        width: 100%;
    }

    .category-info-container .category-info-text {
        padding: 10px 0 0;
        position: unset;
        width: 100%;
        border-radius: 0;
        background: transparent;
        transform: unset;
        opacity: 1;
        margin-top: 0px;
    }

    .category-info-container .category-info-image {
        min-height: 400px;
        order: -1;
        width: 100%;
    }

    .category-info-container .category-info-text p {
        color: #ffffff;
    }

    .product-price-box-logo {
        width: 50%;
    }

    .woocommerce .product-price-box .summary.entry-summary {
        padding: 20px 15px;
    }

    .product-price-box .bottom-summary {
        padding: 0px 15px;
    }

    .product-faq-section {
        gap: 20px;
    }

    .product-faq-section {
        gap: 40px;
        flex-direction: column;
    }

    .product-faq-section .product-faq-section-left {
        position: relative;
    }

    .product-faq-section .product-faq-section-left .product-faq-section-left-image {
        position: absolute;
    }

    .related-products-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .product-faq-section {
        margin: 40px auto;
    }

    .why-choose-kratom-and-dosage-section {
        margin-top: 40px;
        margin-bottom: 40px;
        gap: 40px;
    }

    .related-products-section .related.products {
        padding: 20px 20px;
    }

    .related-products-section .related.products > h2 {
        margin-bottom: 20px;
    }

    .product_detail_silde_row .woocommerce-product-details__description {
        padding-left: 10px;
    }

    .product_detail_silde_row:not(:has(#ab-tiny-widget)) .product_title.entry-title {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:767px) {
    .product-price-box-logo {
        width: 70%;
    }
}

@media only screen and (max-width: 579px) {
    .product_main_detail_section .product_image_silde {
        padding: 0 2px;
    }
    .woocommerce .product-price-box .summary.entry-summary {
        padding: 20px 12px;
    }
    .product-price-box .bottom-summary {
        padding: 0px 12px;
    }
    .why-choose-kratom-section .why-choose-kratom-section-boxes {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .why-choose-kratom-section-box-image {
        display: inline-block;
        float: left;
        margin-right: 20px;
        flex: 0.4;
    }
    .why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box .why-choose-kratom-section-box-dis {
        flex: 0.9;
    }
    .product-price-box-logo {
        width: 100%;
    }
    .product-price-box-logo .side-logo {
        text-align: center;
    }
    .product_main_detail_section .product-price-box {
        padding-right: 0;
        padding-left: 0;
    }
    .reviews-and-question-section #SA_review_wrapper .SA__review_container {
        padding: 10px 0 0;
    }
    .reviews-and-question-section .answerbase-widget {
        padding: 0 0px;
    }
    .woocommerce div.product form.cart button.single_add_to_cart_button, 
    .woocommerce div.product form.cart button.buy-now-variable {
        margin-top: 15px;
        float: left;
    }
    .woocommerce div.product form.cart button.single_add_to_cart_button {
        width: 49%;
        margin-right: 10px;
        clear: both;
        min-width: unset;
    }
    .woocommerce div.product form.cart button.buy-now-variable {
        width: 47%;
        min-width: unset;
    }
    .category-info-container .category-info-image {
        min-height: 280px;
    }
    .product-faq-section .product-faq-section-left{
        min-height: 466px;
    }
    .product-faq-section .product-faq-section-left .product-faq-section-left-image {
        max-width: 221px;
        max-height: 221px;
    }
    .product-faq-section .product-faq-section-right .product-faq-section-title-section .product-faq-section-title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .related-products-section .related.products > h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .related-products-section .related.products {
        padding: 30px 0px 20px;
    }
    .why-choose-kratom-section .why-choose-kratom-section-title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .category-info-container .category-info-title .category-title {
        font-size: 32px;
        line-height: 34px;
    }
    .category-info-container {
        padding: 40px 20px;
    }
    .product_detail_silde_row .product_title {
        font-size: 32px;
        line-height: 34px;
    }
    .why-choose-kratom-and-dosage-section {
        max-width: 100% !important;
        padding: 0 !important;
    }
    .why-choose-kratom-and-dosage-section .why-choose-kratom-section {
        padding: 0 20px;
    }
    .kratom-dosage-section .tab-container .tabs {
        gap: 10px;
        padding: 0 20px;
    }
    .kratom-dosage-section .tab-container .tab-content {
        padding: 20px 20px 40px;
        margin-top: 25px;
        border-radius: 0;
    }
    .why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box .why-choose-kratom-section-box-title h3,
    .why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box .why-choose-kratom-section-box-title h4 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box .why-choose-kratom-section-box-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .product-faq-section .product-faq-section-right .product-faq-item .product-faq-header {
        font-size: 20px;
        line-height: 27px;
        padding-right: 20px;
    }
    .product-faq-section .product-faq-section-right .product-faq-item .product-faq-header .product-faq-accordion-icon {
        top: 50%;
        transform: translateY(-50%);
        right: -7px;
    }
    .product-faq-section .product-faq-section-right .product-faq-item {
        border-radius: 10px;
        padding: 5px 20px 10px;
    }
    .why-choose-kratom-section .why-choose-kratom-section-boxes .why-choose-kratom-section-box {
        padding: 20px;
        display: flex;
        align-items: center;
    }
    .woocommerce-page #content div.product div.images ol.flex-control-nav {
        gap: 0;
    }
    .row.box.addedtocart_box .pro-name h2 {
        font-size: 24px;
    }
    .single_reward_top {
        min-height: 115px;
    }
    .product_main_detail_section {
        min-height: 800px;
    }
    .product_main_detail_section .product_image_silde {
        min-height: 460px;
    }
}

@media only screen and (max-width: 379px) {
    .woocommerce div.product form.cart button.single_add_to_cart_button,
    .woocommerce div.product form.cart button.buy-now-variable {
        font-size: 12px;
    }
}

@media only screen and (max-width:390px) {
    .product-price-box .bottom-summary .mit_and_tire_section {
        gap: 10px;
    }
    .product-price-box .bottom-summary .mit_and_tire_section .mit_and_tire-txt {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width:1298px) and (min-width:992px) {
    .product-price-box .bottom-summary .mit_and_tire_section .mit_and_tire-txt {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 12px;
    }
    .product-price-box .bottom-summary .mit_and_tire_section {
        gap: 10px;
    }
}
/* responcive css end */

#product_just_stars.reg.aside .SA__review_widget_item .SA__total_reviews {
    line-height: 8px;
}

/* WooCommerce Product Description Scrollbar Styles */
.woocommerce-product-details__description {
    direction: rtl;
    text-align: left;
}

.woocommerce-product-details__description * {
    direction: ltr;
}

.woocommerce-product-details__description::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    direction: ltr;
}

.woocommerce-product-details__description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.woocommerce-product-details__description::-webkit-scrollbar-thumb {
    background-color: #787878;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
}

.woocommerce-product-details__description::-webkit-scrollbar-thumb:hover {
    background-color: #787878;
}

.woocommerce-product-details__description::-webkit-scrollbar-button {
    display: none;
    height: 0;
}

@supports (-moz-transform: translateY(0%)) {
  .woocommerce-product-details__description {
    scrollbar-color: unset;
    scrollbar-width: thin;
  }
}

@media screen and (max-width: 768px) {
    .woocommerce-product-details__description::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}
.woocommerce div.product form.cart button.single_add_to_cart_button:active::after {
  content: "\f013" !important;
  font-family: FontAwesome;
  opacity: .8;
  animation: fa-spin 2s linear infinite;
  font-size: 20px;
  background-image: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}