/* @media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1190px;
  }
} */

@media screen and (max-width: 992px) {
    .small {
        display: block;
        transition: all 0.3s ease-in-out;
		background:#000;
		
    }
    #main_header {
        display: none;
    }
    .small nav {
        padding: 15px 0;
    }
    .small nav .container-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .small nav .menu {
        width: 40px;
        height: 40px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #000;
        cursor: pointer;
        border-radius: 5px;
    }
    .small nav .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease-in-out;
        z-index: 1000;
    }
    .small.show .sidebar {
        right: 0;
    }
    .small nav .sidebar>ul {
        margin-top: 120px !important;
    }
    .small nav .sidebar>ul>li {
        padding: 10px;
    }
    .small nav .sidebar ul>li:last-child {
        border-bottom: none;
    }
    .small nav .sidebar ul>li>a {
        color: #000;
        padding: 4px;
        font-size: 17px;
        text-transform: capitalize;
    }
    .small nav .sidebar>ul>li.link-sm {
        position: relative;
    }
    .small nav .sidebar ul li.link-sm i {
        position: absolute;
        top: 3px;
        right: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 19px;
        color: #1e1e1e;
        font-weight: 700;
    }
    .small nav .sidebar ul.sub-menu-sm {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        margin-top: 0px !IMPORTANT;
    }
    .small nav .sidebar ul.sub-menu-sm li {
        padding: 4px 16px;
    }
    .small .times {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #0e0e0e;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
    .small .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }
    .small.show .overlay {
        opacity: 1;
        pointer-events: all;
    }
    ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
    }
    .small {
        display: block;
    }
    h1 {
        font-size: 55px;
        text-transform: uppercase;
        font-weight: 400;
    }
    h2 {
        font-size: 42px;
        font-weight: 400;
    }
    p br {
        display: none;
    }
    .small .logo img {
        width: 140px;
    }
    /* banner_sec */
    .banner_sec .banner_heading h1 span {
        font-family: 'my-font1';
        font-size: 45px;
        font-weight: 100;
        background: linear-gradient(to right, #6a001f 0%, #e41954 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: -20px;
    }
    .banner_sec .btom_content h2 span {
        display: block;
        font-size: 118px;
        text-transform: capitalize;
        /* opacity: 0.6; */
    }
    .banner_sec .btom_content h2 {
        text-transform: uppercase;
        color: #e8e8e8;
        line-height: 70px;
        font-size: 42px;
        opacity: 0.6;
        margin-bottom: 0;
    }
    .free_sec2 .heading h2 span {
        font-size: 46px !important;
        line-height: 48px;
        display: block;
        margin-bottom: -6px;
    }
    section {
        padding: 55px 0px;
    }
    .free_sec {
        padding: 95px 0;
    }
    .free_sec2 {
        padding: 95px 0;
    }
    .health_product_sec .health_product_btom_content {
        /* background: rgb(165,0,48); */
        background: linear-gradient(180deg, rgba(165, 0, 48, 1) 0%, rgba(228, 25, 84, 1) 100%);
        text-align: center;
        color: #fff;
        padding: 320px 0 70px;
        margin-top: -305px;
        position: relative;
    }
    .hero_sec .heading h2 span {
        font-size: 46px !important;
        line-height: 48px;
        display: block;
        margin-bottom: -6px;
    }
    .free_sec .heading h2 span {
        font-size: 46px !important;
        line-height: 48px;
        display: block;
        margin-bottom: -6px;
    }
    .health_product_sec .product_items::before {
        content: '';
        width: 108%;
        height: 82%;
        background: transparent;
        display: flex;
        position: absolute;
        border: 1px solid #fce1e9;
        border-radius: 10px;
        left: -12px;
        top: 19px;
        align-items: center;
        justify-content: center;
        z-index: -11;
    }
    footer .about_product .product_content {
        text-align: center;
        padding: 0px 0px;
    }
    footer .footer_left_content .left_menu {
        display: flex;
        justify-content: start;
        gap: 50px;
        margin-bottom: 30px;
    }
    footer .footer_content .btom_footer {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-top: 22px;
        flex-direction: column;
        gap: 15px;
    }
    .health_product_sec .product_items::before {
        content: '';
        width: 108%;
        height: 90%;
        background: transparent;
        display: flex;
        position: absolute;
        border: 1px solid #fce1e9;
        border-radius: 10px;
        left: -12px;
        top: 19px;
        align-items: center;
        justify-content: center;
        z-index: -11;
        display: none;
    }
    #inner_banner h1 {
        font-size: 54px;
        font-weight: 500;
        line-height: 45px;
    }
    #inner_banner {
        text-align: center;
        padding: 130px 0 45px;
        background: #ececec;
    }
    .pro-detail-ft .heading h3 br {
        display: none;
    }
	
	 /* ==============================================
    new css=========================================== */


    .main_heading {
        display: block;
    }
    .mobile_heading {
        display: none;
    }



    .pro-detail-ft .submit {
        padding: 22px 0;
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        margin: 0;
        text-align: center;
        border: none;
        background-size: 300% 100%;
        border-radius: 50px;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background: #000;
        display: none;
    }

    /* mobile-flex */
    .mobile-flex{
        display:  flex;
        justify-content: space-between;
        align-items: center;
      
    }

    .pro-detail-ft .counter {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px 0px;
        margin-bottom: 15px;
    }
    .pro-detail-ft .counter span {
        width: 60px;
        display: flex;
        font-size: 25px;
        padding: 4px 17px;
        cursor: pointer;
        color: #fff;
        background: #ac0938;
        user-select: none;
        align-items: center;
        justify-content: center;
        border-radius: 70px;
        height: 60px;
    }
    .pro-detail-ft .counter .up {
        width: 60px;
        display: flex;
        font-size: 25px;
        padding: 4px 17px;
        cursor: pointer;
        color: #e7e7e7;
        background: #ac0938;
        user-select: none;
        align-items: center;
        justify-content: center;
        border-radius: 70px;
        height: 60px;
    }

    .pro-detail-ft .price h4 {
        font-size: 33px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        color: #c10f43;
    }

    .form-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }

    .form-btn button{
        width: 100%;
        border: none;
        height: 100%;
      
    }
    
    .form-btn form {
	width: 100%;
}


    .buy-now {
        background: rgb(255, 194, 0);
        color: #000;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 23px;
    }
	
	. pro-detail-ft ins  bdi{
		font-size:45px!important;
	}
	
.product_sec2 .btom_content p del {
    color: #333333;
    justify-content: center;
    font-size: 12px;
}
	
	.product_sec2 .btom_content p del span.woocommerce-Price-amount.amount bdi {
    font-weight: 600;
    font-size: 18px;
}
	
	.product_sec .btom_content p del {
    color: #333333;
    justify-content: center;
    font-size: 12px;
}
	
.product_sec	.btom_content p del span.woocommerce-Price-amount.amount bdi {
    font-weight: 600;
    font-size: 18px;
}
	
}

@media screen and (max-width: 767px) {
    .banner_sec .banner_heading h1 span {
        font-family: 'my-font1';
        font-size: 26px;
        font-weight: 100;
        background: linear-gradient(to right, #6a001f 0%, #e41954 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-left: -20px;
		
    }
    h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 38px;
    }
    .banner_sec .banner_heading h2 {
        margin-top: -10px;
        margin-bottom: -1px;
    }
    .banner_sec .social_link {
        rotate: 0deg;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin-left: 0;
        margin-top: 15px;
    }
    .banner_heading {
        text-align: center;
    }
    .banner_heading .hd_info {
        justify-content: center;
    }
    .banner_sec {
        padding: 130px 0 0;
        background: url(https://darkred-bee-401954.hostingersite.com/wp-content/uploads/2025/09/banner-md.webp) no-repeat bottom !important;
        background-size: cover !important;
    }
    .banner_sec .btom_content {
        margin-top: 180px;
    }
    .banner_sec .btom_content h2 span {
        display: block;
        font-size: 61px;
        text-transform: capitalize;
        /* opacity: 0.6; */
    }
    .banner_sec .btom_content h2 {
        text-transform: uppercase;
        color: #e8e8e8;
        line-height: 40px;
        font-size: 22px;
        opacity: 0.6;
        margin-bottom: 0;
    }
    .free_sec {
        padding: 55px 0 250px;
        text-align: center;
        background: url(https://darkred-bee-401954.hostingersite.com/wp-content/uploads/2024/06/HERO-Supplements.jpg) no-repeat bottom !important;
        background-size: cover !important;
    }
    .free_sec .heading {
        text-align: center;
        color: #fff;
    }
    .free_sec .heading .hd_info {
        justify-content: center;
    }
    .free_sec2 {
        padding: 55px 0 250px;
        text-align: center;
        background: url(https://darkred-bee-401954.hostingersite.com/wp-content/uploads/2024/06/Discover-Our.jpg) no-repeat bottom !important;
        background-size: cover !important;
    }
    .free_sec2 .heading {
        text-align: center;
        color: #fff;
    }
    .free_sec2 .heading .hd_info {
        justify-content: center;
    }
    .hero_sec {
        padding: 55px 0 235px;
        text-align: center;
        background: url(https://darkred-bee-401954.hostingersite.com/wp-content/uploads/2024/06/Hero-Berry-Biotic-10.jpg) no-repeat bottom !important;
        background-size: cover !important;
    }
    .hero_sec .heading {
        text-align: center;
        color: #000;
    }
    .hero_sec .heading .hd_info {
        justify-content: center;
    }
    .health_product_sec {
        position: relative;
        background: #b7073a;
        padding-top: 55px !important;
        color: #fff;
    }
    h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 38px;
    }
    footer {
        background: rgb(167, 7, 54);
        background: linear-gradient(180deg, rgba(167, 7, 54, 1) 0%, rgba(228, 25, 84, 1) 100%);
        padding: 55px 0;
        color: #fff;
    }
    footer .about_product {
        border-bottom: 1px solid #fefefe69;
        padding-bottom: 25px;
        margin-bottom: 41px;
    }
    .footer_left_content {
        text-align: center;
    }
    footer .footer_left_content .left_menu {
        display: flex;
        justify-content: center;
        gap: 0;
        margin-bottom: 21px;
        flex-direction: column;
    }
    footer .footer_left_content ul li {
        margin-bottom: 9px;
        font-size: 15px;
        display: inline-block;
        padding: 0 7px;
    }
    .right_footer_content {
        text-align: center;
    }
    footer .footer_content .btom_footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 22px;
        flex-direction: column;
        gap: 15px;
    }
    .inner-blog-left-sec {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: rgba(149, 157, 165, 0.2);
        padding: 25px 10px;
        border-radius: 8px;
    }
    .main_heading {
        display: none;
    }
    .mobile_heading {
        display: block;
    }
	
	footer .right_footer_content .social_icon {
    margin-top: 72px;
}
	footer #ihhg {
    border-color: #dcd7ca;
    background-color: rgba(205,38,83,0);
    line-height: 0;
    width: 80%;
    left: 0!important;
    bottom: 0!important;
    border: none!important;
}
	.btom_footer {
    text-align: center;
}
	 /* ==============================================
    new css=========================================== */


    .main_heading {
        display: block;
    }
    .mobile_heading {
        display: none;
    }


}

@media screen and (max-width: 567px) {
    .free_sec2 .heading h2 span {
        font-size: 38px !important;
        line-height: 45px;
        display: block;
        margin-bottom: -6px;
    }
    .free_sec .heading h2 span {
        font-size: 38px !important;
        line-height: 45px;
        display: block;
        margin-bottom: -6px;
    }
    #inner_banner h1 {
        font-size: 44px;
        font-weight: 500;
        line-height: 50px;
    }
    .nav-tab-product #myTab {
        border: none;
        justify-content: start;
        gap: 10px;
        margin-bottom: 10px;
    }
    .nav-tab-product .nav-link {
        background: #a80736;
        color: #fff;
        /* letter-spacing: 1px; */
        margin-right: 10px;
        font-size: 16px;
        padding: 10px 30px;
        border-radius: 8px;
    }
    .nav-tab-product .tab-content {
        padding: 25px 20px;
        border: 1px solid #a80736;
    }
}

@media screen and (max-width: 320px) {}