.box_oxygen_product{

    width: 100%;
    max-width: 455px;
    height: auto;
    margin: 24px 0 20px 0;
    padding: 56px;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.oxy_parent_div{

    padding:0 20px!important;
}

.header_product_oxy{

    margin: 0 48px 4px 0;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.05px;
    color: #6c0093;
    text-transform: uppercase;
}

.product_name_oxy{

    max-width: 200px;
    margin-top: 4px;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #191516;
}

.box_oxygen_product .card-price{

    color:#191516;
}

.box_oxygen_product .btn{

    width: 212px;
    height: 48px;
    margin: 40px 0 0 0;
    padding: 12px 24px 12px 24px;
    border-radius: 32px;
    background-color: #a700e3;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    border:none!important;
}

.box_oxygen_product .btn:hover {
    background-color: #6c0093 !important;
}

.icons_select_oxy > div{

    color:#191516;
    font-size: 16px;
}

.prod_oxy_img{
    width: 88px;
    height: 88px;
}

.product_description_oxy{
    padding:16px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color:#999ca9;
}

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

    .box_oxygen_product > div > img ,.box_oxygen_product > span,
    .box_oxygen_product > .card-price , .box_oxygen_product .btn,
    .box_oxygen_product .empty_price{
        display: none;
    }

    .oxy_parent_div {
        padding: 0 !important;
    }

    .product_description_oxy {
        font-size: 12px;
        padding:0 0 10px 0 !important;
    }

    .box_oxygen_product{
        padding: 24px;
        margin: 8px 0;
    }

    #main_pricing .container-homepage >  div.boxes{

        padding: 40px 0!important;
    }

    .box_oxygen_product .mob_arrow{
        display: block!important;
        margin-bottom: 4px;
    }

    .product_name_oxy,.header_product_oxy{
        margin:0!important;
    }

    .product_name_oxy{
        font-size: 18px;
    }

    .header_product_oxy{
        font-size: 10px;
    }

    .icons_select_oxy{

        flex-direction: column;
    }

    .icons_select_oxy > div{
        margin: 4px 0;
    }

    #main_pricing .container-homepage{
        padding-top: 0!important;
    }

    .product_name_oxy{

        max-width: 100%!important;
    }

    #main_pricing .options_text > div{
        max-width: 295px!important;
    }

    #main_pricing .options_text{
        display: flex;
        justify-content: center;
        padding-top: 0!important;
    }

    .options_div{
        padding-top: 24px!important;
    }

    .icons_select_oxy > div > i{

        font-size: 16px!important;
    }

    .box_product_resize{
        justify-content:center!important;
    }
}

.deleted_price{

    margin: 0 4px 18px 35px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: right;
    color: #040114;
    text-decoration: line-through;

}

