.btn-number:hover {
    color: var(--web-secondary);
}

thead {
    background: var(--web-primary) !important;
}

.feature_header {
    display: flex;
    justify-content: center;
}

.feature_header span {
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.cz-product-gallery {
    display: block;
}

.cz-preview {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    max-height: 100% !important;
    background: white;
    border-radius: 10px;
}

.cz-preview-item.active {
    border-radius: 3px;
    padding: 2%;
}

.cz-preview-item > img {
    width: 100%;
    max-height: 600px;
}

.details {

    padding: 16px;

}

img,
figure {
    max-width: 100%;
    vertical-align: middle;
}

.cz-thumblist-item.active {
    border: 2px solid var(--black);
    background: white!important;
}

.cz-thumblist-item {
    background: white!important;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 6px;
    text-decoration: none !important;
    overflow: hidden;
}

.cz-thumblist-item > img {
    display: block;
    width: 80%;
    transition: opacity 0.2s ease-in-out;
    /* max-height: 58px; */
    opacity: 0.6;
}

.seller_details {
    height: 114px;
    border: 1px solid #e2f0ff;
    padding-left: 20px;
    padding-right: 20px;
    background: white!important;
}

.product_overview{
    background: white!important;
}

.shop_name {
    padding-left: 10px;
}

.shop_name a {
    font-size: 18px;
    font-weight: 600;
    color: black !important;
}

.shop_name .review {
    font-size: 17px;
    font-weight: 600;
}

.star-rating {
    margin-top: 3px;
}

.contact {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.follow {
    font-weight: 600;
    min-height: 45px;
    background: transparent linear-gradient(269deg, #00ade3 0%, #1b7fed 100%) 0%
        0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    padding: 0 10px;
    font-size: 18px;
    color: #ffffff !important;
}

.product_overview .nav-tabs {
    height: 59px;
    border: 1px solid #e2f0ff;
}

.product_overview .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    font-size: 25px;
}

.product_overview .nav-tabs .nav-link.active::before {
    background-color: #1b7fed;
}

.product_overview .nav-tabs .nav-link::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - (1.25rem * 2));
    height: 4px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    background-color: transparent;
    content: "";
}

.product_overview .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #422afe;
    background-color: rgba(0, 0, 0, 0);
    border-color: #12d7fe;
    padding-bottom: 0;
}

/*.text-accent {
    color: #1B7FED !important;
    font-size: 29px;
    font-weight: 700;
}*/

.pro {
    font-weight: 600;
    font-size: 16px;
}

.details .h3 {
    font-weight: 700 !important;
    font-size: 25px;
}



.product-description-label {
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 700; */
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492B;
}

.product-price {
    font-family: var(--font-family-plus_jakarta);
    font-weight: 700;
    font-size: 16px;
}

.product_details_price 
{
    margin-top: 28px;
    margin-bottom: 20px;
}

.single_product_review {
    box-shadow: 0px 0px 8px #00000026;
    border-radius: 6px;
}

.product_review_rating {
    color: #1b7fed;
    font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}

.overall_review {
    font-weight: 700 !important;
    font-size: 30px;
}

.specification .h6 {
    font-weight: 700 !important;
    font-size: 22px !important;
}

.text-muted {
    font-weight: 600;
    font-size: 20px;
    color: #6a6a6a !important;
}

.list-unstyled li {
    font-weight: 700;
    font-size: 20px;
    color: black !important;
}

.seller_contact {
    height: 100%;
    display: flex !important;
    justify-content: flex-end !important;
}

.seller_shop {
    display: flex !important;
    justify-content: flex-start !important;
}

.view_all {
    display: flex;
    justify-content: flex-end !important;
}

.view_border {
    margin-top: -53px;
    border-top: 2px solid #e3e9ef;
    margin-bottom: 53px;
}

.variant-types {
    position: relative;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0px;
        border-top: 2px solid #e2f0ff !important;
    }
}

@media (max-width: 575.98px) {

    .cz-thumblist-item {
        margin: 0px;
    }

    .cz-preview-item > img {
        width: 100%;
    }

    .seller_details {
        height: 160px;
    }

    .seller_contact {
        display: flex !important;
        justify-content: center !important;
    }

    .seller_shop {
        display: flex !important;
        justify-content: center !important;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0;
        border-top: 2px solid #e2f0ff !important;
    }
    @media (max-width: 375px) {
        .for-discount-div {
            margin-top: -5% !important;
            margin-right: -5% !important;
            margin-bottom: 6%;
        }
    }
}

.product_tag
{
    background-image: url('../img/media/product_tag.png');
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 100;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.product_tag p 
{
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: #212F22;
    padding: 5px 10px;
    margin-bottom: 0;
    margin-right: 5px;
}

.product-price span.single_original_price
{
    font-size: 20px !important;
    font-weight: 600;
    line-height: 25.2px !important;
    text-align: left;
    color: #22492B;
    display: flex;
    align-items: center;
}

.product-price span.single_original_price span , .product-price .category-single-product-price span
{
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #22492B;
}

.product_details
{
    background: white !important;
    padding: 6px 10px !important;
}

.pincode_input_wrap .pincode_input
{
    background: #FFFFFFE5;
    border-radius: 10px 0 0 10px;
    border: 1px solid #CBDBD2;
    border-right: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 16px;
    height: 48px;
}

.pincode_input_wrap .pincode_submit
{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 16px;
    padding-left: 0;
    color: #22492B;
    background: #FFFFFFE5;
    border-radius: 0px 10px 10px 0;
    border: 1px solid #CBDBD2;
    border-left: none;
    height: 48px;
}

.__gap-24
{
    gap: 24px;
}

.single_pro_feature p
{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #22492B;
    margin-bottom: 0;
    padding-left: 14px;
}
.product_seller_info{
    background-color: var(--white);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    font-size: 16px;
}
.product_seller_info span{
    color: #22492B;
    font-weight: 600;
}
#chosen_price
{
    color: #22492B !important;
}

.single-product-add_cart
{
    background-color: white !important;
    background: white !important;
    color: #22492B !important;
    border: 1px solid #B4C1BA !important;
    padding: 18px 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20.16px;
    letter-spacing: -0.02em;
    height: 56px !important;
}

.single-product-buy-now
{
    background: linear-gradient(94.15deg, #313F31 33.4%, #1A251B 100.93%) !important;
    box-shadow: 7px 12px 24px 0px #52655782;
    color: white !important;
    height: 56px !important;
    text-align: center !important;
    border-radius: 50px !important;
}

.product_details_title
{
    font-size: 36px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    text-align: left;
    color: #22492B;
    margin-bottom: 45px;

}

a.nav-link.__inline-27
{
    border-radius: 6px !important;
    border-radius: 6px !important;
    padding: 18px 50px !important;
    background: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.40799999237060547px;
    color: #B4C1BA !important;
}

.__gap_14
{
    gap:14px
}

.overall_rating p 
{
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    color: #22492B;
    margin-bottom: 0;
}

.overall_rating .reviews_count
{
    background: #B2E2AD;
    padding:  9px 21px;
    border-radius: 10px;
}

.overall_rating .reviews_count p
{
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #22492B;
    margin-bottom: 0;
}

.overall_rating_wrap .rate_product
{
    background: linear-gradient(93.98deg, #313F31 30.24%, #1A251B 95.16%);
    color: white;
    box-shadow: 7px 12px 24px 0px #52655782;
    padding: 18px 26px;
    border-radius: 50px;
}

.rating-show .plain_start 
{
    color: #B4C1BA !important;
}

.single_product.rating-show .tio-star , .single_product.rating-show .tio-star-half
{
    font-size: 24px !important;
}

.review_wrap
{
    background: #589553;
    border-radius: 15px;
}

.review_wrap_top .user_img img
{
    border-radius: 50%;
    border: 4px solid white;
    width: 49px;
    height: 49px;
}

.review_wrap_top .user_info
{
    gap: 8px;
    margin-bottom: 13px;
}

.review_wrap_top
{
    padding: 11px 18px 0 13px;
}

.user_name_tag .user_name , .review_wrap_top .date , .review_wrap_bottom .product_review
{
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: white;
}

.user_name_tag .user_tag
{
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    color: white;
}

.product_review .badge-style
{
    color: white !important;
}

.product_review .rating-show
{
    margin-bottom: 13px;
}

.review_wrap_bottom
{
    padding-left: 13px;
}

.review_wrap_bottom .product_review
{
    width: 35%;
}

.review_product_imgs
{
    background: #3F6A3B;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 25px 31px 12px 19px;
    width: 60%;
}

.review_product_imgs_wrap .owl-dots
{
    display: none !important;
}