/* SKINCEUTICALS STYLESLOCAL BE_FR */

/* PG PRODUCT DETAILS 2022 */
@media screen and (max-width:767px){
    .pg_productDetails.v2 .overview .obj_form.price .ctn_line {
        position: relative;
        max-width: inherit;
        flex-wrap: wrap;
        z-index: 6;
        margin-top: 80px;
        margin-left: 0;
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: space-between;
        }
    .pg_productDetails.v2 .overview .obj_form.price .ctn_line .ctn_select {
        display: block;
        width: auto;
        box-sizing: border-box;
        padding: 0 0 15px 0;
        flex-shrink: 0;
        min-width: 48%;
        margin-right: 0;
        }	 
    .pg_productDetails.v2 .overview .obj_form.price .ctn_line .ctn_btn,
    .pg_productDetails.v2 .overview .obj_form.price .ctn_line .ctn_btn.store {
        display: block;
        width: 48%;
        padding-top: 0;
        margin: 0 0 10px;
        position: relative;
        bottom: auto;
        left: auto;
        z-index: auto;
        }
}

/* ========================================
 *	$ =	STRUCUTRE
 * ======================================== */
.pg_ourPromise .obj_faq {
    padding: 0px 200px 0 0;
    margin: 0 auto 100px;
}
.obj_ranking-by-type {
    margin: 255px auto;
}
.obj_form.register .str_right p:first-child {
    line-height: 15px;
}
/* ========================================
 *	$ =	STORELOCATOR
 * ======================================== */
 
.obj_storelocator .step .legend .point_sp_premium {
    display: none;
}
.obj_storelocator .step .legend .point_sp_beauty {
    display: none;
}

/* ========================================
 *	$ =	GOOGLE SEARCH BAR
 * ======================================== */
header.main .ctn_nav .gcse_form {
    width: 195px;
}
header.main .ctn_nav .gcse_form table.gsc-search-box td {
    vertical-align: middle;
}
.gsc-search-button-v2 svg {
    fill: #666;
}

/* ////////////////////////////////////////////
 *	$ = History page
 * ///////////////////////////////////////// */
#history .year2018 {
	top: 635px;
	left: 65px;
	max-width: 470px;
	padding: 325px 225px 0 255px;
	}
#history .year2017 {
		top: 1100px;
	}
/* ////////////////////////////////////////////
 *	$ = skinExplained
 * ///////////////////////////////////////// */

.pg_skinExplained .obj_properRegimen {
    padding: 100px 70px 150px 0;
}
.pg_skinExplained article.default {
    margin: 0 auto 100px;
/*     padding: 0px 70px 0 0; */
}
/* ////////////////////////////////////////////
 *	$ = Professional-Treatments
 * ///////////////////////////////////////// */
.obj_int-skincare.equation>* .result {
    font-size: 25px;
}

/* ////////////////////////////////////////////
 *	$ = Category page
 * ///////////////////////////////////////// */
/* .pg_productCategory .obj_header {
    height: 280px;
} */
/* ////////////////////////////////////////////
 *	$ = Integrated SkinCare
 * ///////////////////////////////////////// */
.obj_hero .ctn_results-final h2 {
    font-size: 23px;
}

/* ======================================== */
/* section_claim
/* ======================================== */

header.has_claim + .main{
    margin-top: 46px;
    }

.section_claim.is_top {
    position: relative;
    width: 100%  !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: #007299;
    }
.section_claim.is_top .ctn_section {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    min-height: 46px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 960px;
    }
.section_claim.is_top .t_title {
    font-family: 'FuturaBT-Book', Arial;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 0;
    width: calc(100% - 30px);
    }
.section_claim.is_top .t_title strong{
    font-family: 'FuturaBT-Bold', sans-serif;
    }

/***/

@media screen and (max-width: 767px) {

    .section_claim.is_top .ctn_section {
        padding: 10px 20px;
        min-height: unset;
        width: calc(100% - 40px);
        }
    .section_claim.is_top .t_title {
        font-size: 11px;
        line-height: 1.2;
        width: 100%;
        }
    header.has_claim > .section_claim{ order: 2; }
    header.has_claim > .ctn_register{ order: 1; }
    header.has_claim > .ctn_nav{ order: 3; }

}

