@media only screen and (max-width: 767px) {


    .header_description {
        padding-top:40px;
    }

    #product_page .header_text_new{
        padding-top:24px!important;
    }

    #header_products .paroxes{
        margin-top: 80px!important;
    }

    #header_products {
        padding: 40px;
    }

    #product_page .oxygen_bg_pricing .left_price {
        padding-left: 2rem !important;
        padding-top: 1.2rem !important;
    }

    #product_page .pos_img {
        max-width: 230px !important;
        right: 18px !important;
        top: 45% !important;
    }

    #product_page .grey_box_header {
        max-width: 100%;
        background-color: #f2f2f4 !important;
    }
    .ecommerce-gallery .row {
        justify-content: flex-start !important;
    }

    .more_products_info {
        padding-top: 0.5rem;
    }

    .lightbox {
        width: 100% !important;
        height: 400px !important;
    }

    .product_details_col {
        padding: 1rem !important;
    }

    .paroxes {

        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .pro_hero_div {
        display: none;
    }

}

@media (min-width: 320px) and (max-width: 420px) {

    .all_in_one.basic {
        margin-top: 20px !important;
    }

    .product_offer {
        left: -60px !important;
    }

    .featured .product_img {
        width: 130%;
        margin-left: -30px;
        max-height: 300px!important;
    }
}

@media only screen and (min-width: 1440px) {

    #product_page .text_hero {
        min-width: 620px;
    }

    .pro_hero_div {
        position: absolute;
        right: 5%!important;
        width: 100%;
        max-width: 660px;
        top: 40px;
    }

}

@media (min-width: 992px) {

    #header_products .subtext_header_new {
        max-width: calc(60%) !important;
    }

    .min-width-desktop{

        min-width: 870px;
    }
}

@media only screen and (max-width: 992px) {

    .triple, .product_main_box.featured {
        max-width: 455px !important;
    }

    .product_main_box.featured .first_div{
        padding-bottom: 60px;
    }


}

@media (min-width: 767px) and (max-width: 1440px) {

    #product_page .text_hero {
        min-width: auto !important;
    }
}

@media (min-width: 390px) and (max-width: 767px) {

    #product_page .text_hero {
        max-width: 100% !important;
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 575px) {

    .triple, .product_couple {
        max-width: 100% !important;
        padding: 0 60px !important;

    }

    #product_page .oxygen_bg_pricing > div {
        display: flex !important;
        align-items: center !important;
    }

    #product_page .pos_img {
        display: none !important;
    }
}

@media only screen and (max-width: 500px) {

    .product_img {
        min-height: 250px;
        max-height: 250px;
    }

    .btn_price {
        flex-direction: column;
    }

    .btn_price .product_price {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1649px) {

    .products {
        justify-content: space-between !important;
    }
}

@media only screen and (min-width: 1600px) {

    .pro_hero_div {
        right: 10% !important;
    }
}
@media only screen and (max-width: 1200px) {

    .ecommerce-gallery .row {
        justify-content: center;
    }
}