#product_page {
    font-family: 'Open Sans', sans-serif;
}


.product_main_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 40px;
    border-radius: 12px;
    background-color: white;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product_couple {
    max-width: 455px;
    padding: 0;
    margin: 20px;
}


.product_main_box.featured {
    max-width: 950px;
    margin: 0 40px;
}

.header_description {
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #191516;
    padding: 80px 0 16px 0;
    width: 100%;
}

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

.product_details {
    width: 100%;
    color: #6c0093;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    text-align: left;
}

.product_main_box .purple_btn {
    min-width: 192px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 0 !important;
    line-height: 12px;
}


.triple {
    max-width: 290px;
    padding: 0;
    margin: 20px;
}

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

.product_price {
    font-size: 20px;
    font-weight: 800;
    color: #191516;
}

.product_price > div {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #999ca9;
}

.product_green_dot {
    text-align: right;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 8px 8px 8px 8px;
    background-color: rgba(194, 249, 112, 0.64);
    right: 10px;
    position: absolute;
    top: 100%;
}


.product_img {

    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    min-height: 350px;
    max-height: 350px;
}

.featured .product_img {

    width: 100%;
    max-width: 500px;
    margin-top: 40px;
    max-height: 100%;
}

.featured_product_label {
    width: 104px;
    height: 35px;
    padding: 8px 16px;
    border-radius: 3px;
    background-color: rgba(167, 0, 227, 0.24);
    color: #6c0093;
    font-size: 14px;
    font-weight: 800;
    right: 10px;
    position: absolute;
    line-height: 20px;
}

.product_offer {
    width: 106px;
    height: 35px;
    padding: 8px 16px;
    border-radius: 3px;
    background-color: rgb(253 211 215);
    position: absolute;
    color: #ff495c;
    line-height: 20px;
    left: -63px;
    font-weight: 800;
    text-align: center;
}

.dis_span {
    width: 24px;
    height: 21px;
    left: 6px;
    top: 23px;
    background-color: #ff495c;
    position: absolute;
    transform: rotate(35deg);
    z-index: -1;
}

#product_page_form {
    background-color: white !important;
    margin-top: 0 !important;
}


.white_btn_border:hover {
    background-color: #ccced4;
    color: #6c0093;
    text-decoration: none!important;
}

.white_btn_border {
    height: 48px;
    border-radius: 24px;
    border: solid 1px #a700e3;
    background-color: white;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.06px;
    text-align: center;
    color: #a700e3;
}

.triple.offer {
    z-index: 2;
}

.offer .product_img {
    max-height: 200px;
}

#product_page .oxygen_bg_pricing {
    width: 950px !important;
}

.triple .product_main_box {
    /*margin: 0 40px;*/
}

#product_page_form {
    padding: 40px;
}

.lightbox > img {
    /*max-width: 400px;*/
    /*max-height: 400px;*/
    margin: auto;
}

.lightbox {
    width: 620px;
    height: 620px;
    margin: 0 auto;
}

.product_photo_prev {
    background-color: rgba(242, 242, 244, 0.4);
    border-radius: 4px;
}

.product_photo_prev.col-3 {
    width: 100px !important;
    height: 100px;
    max-width: 100px;
    display: flex;
    align-items: center;
    margin: 10px;
}

.product_photo_prev.selected {
    background-color: rgba(25, 21, 22, 0.32);
}



.form-check.selected_color {

    width: 274px;
    height: 72px;
    padding: 24px;
    border-radius: 6px;
    background-color: white;
    border: solid 1px #a700e3;
    color: black;
}

.form-check.nonselected_color {

    width: 274px;
    height: 72px;
    padding: 24px;
    border-radius: 6px;
    background-color: #f2f2f4;
}

#white_color, #black_color {
    width: 20px;
    height: 20px;
    accent-color: #a700e3;
    margin-top: 3px !important;
}

.choose_color, .product_photo_prev {
    cursor: pointer;
}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

.gray_box {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 40px 40px 40px;
    border-radius: 8px;
    background-color: #fcfcfc;
}

.gray_box .text-gr {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.05px;
    color: #191516;
}

.gray_box > h4 {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
}

#header_products .subtext_header_new{

    font-family:  'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

