/*======================
   01. fonts
========================*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: ABChanel-PB-Regular-S;
    src: url(../webfonts/ABChanel-PB-Regular-S.otf);
}
@font-face {
    font-family: ABChanel-PB-SemiBold-S;
    src: url(../webfonts/ABChanel-PB-SemiBold-S.otf);
}

@font-face {
    font-family: Futura-Std-Heavy-Oblique;
    src: url(../webfonts/Futura-Std-Heavy-Oblique.otf);
}

@font-face {
    font-family: FuturaPT-Light;
    src: url(../webfonts/FuturaPT-Light.ttf);
}
@font-face {
    font-family: FuturaPT-Demi;
    src: url(../webfonts/FuturaPT-Demi.ttf);
}
@font-face {
    font-family: FuturaStdBook;
    src: url(../webfonts/FuturaStdBook.otf);
}

@font-face {
    font-family: Century-Gothic;
    src: url(../webfonts/Century-Gothic.ttf);
}

a {
    text-decoration: none;
}

/*======================
   02. Basic css
========================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
body {
    font-family: ABChanel-PB-Regular-S;
    line-height: 1;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
button:focus,
a:focus,
input:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
}
/* page loader  */
#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.container {
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 90px;
    overflow: hidden;
}
/* home area */
.logo_main_box {
    display: flex;
    justify-content: center;
}
.logo_box {
    padding: 40px 0;
    display: inline-block;
    margin: 0 auto;
    max-width: 138px;
}
.logo_box img {
    max-width: 138px;
    height: auto;
}
.img_box {
    display: block;
    width: 100%;
    overflow: hidden;
}
.img_box img {
    width: 100%;
}
.product_name {
    background-color: #000000;
    padding: 10px 30px;
    margin-top: -3px;
}
.product_name .a1 {
    display: flex;
    justify-content: space-between;
}
.product_name .a1 h2 {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}
header {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 780px;
    transform: translateX(-50%);
    background-color: #ffffff;
    z-index: 10;
    overflow: hidden;
    padding-top: 5px;
}
.menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 25px;
    box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.16);
}
.nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.nav_link img {
    max-width: 26px;
    padding-bottom: 0px;
}
.nav_link span {
    font-size: 9px;
    color: #000000;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}
.submenu_wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
    transform: translateX(-50%);
    transition: 0.4s;
    visibility: hidden;
    z-index: 9;
}
.submenu_wrapper.open {
    visibility: visible;
}
.submenu {
    background: white;
    width: 100%;
    transform: translateY(100%);
    visibility: hidden;
    transition: 0.3s ease-out;
    padding-bottom: 87px;
}
.submenu_wrapper.open .submenu {
    transform: translateY(0px);
    visibility: visible;
}
.submenu a {
    display: block;
    padding: 20px 0;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
.submenu a:hover {
    background-color: #f5f5f5;
}
.nav_link.active::before,
.nav_link:hover::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50px;
    background-color: #000000;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

/* url area */
.view_wrapper {
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_wrapper h3 {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.view_wrapper h3::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 45px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
}

/* skin carea */
.headin_box_wrapper {
    overflow: hidden;
    padding-bottom: 5px;
}
.heading_box {
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
.heading_box h2 {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 50px 0 20px;
    text-align: center;
    font-family: ABChanel-PB-SemiBold-S;
}
.arrow_img {
    position: absolute;
    left: 30px;
    top: 53px;
}
.hero_wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero_wrapper h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    padding: 75px 0;
}
.skincare_list {
    margin: 30px 0 60px;
}
.skincare_item {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px 25px;
    transition: 0.4s;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
}
.skincare_item:hover {
    background-color: #f5f5f5;
}
.skincare_item h3 {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
}
.skincare_item:hover h3,
.skincare_item.active h3 {
    text-shadow: 0 0 1px #000;
}

/* skin care collection */
.skincare_title {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0 30px;
    font-family: ABChanel-PB-SemiBold-S;
}
.skincare_collection_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.skin_img_heading {
    display: flex;
    align-items: center;
}
.skin_img_heading h3 {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    font-weight: 400;
    padding-left: 20px;
    text-transform: uppercase;
}

/* skin care collection 1 */
.pb_0 {
    padding-bottom: 0;
}
.collection_heading {
    background-color: #000000;
    padding: 20px 0;
    text-align: center;
}
.collection_heading p {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
.collection_heading h3 {
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.collection_content {
    text-align: center;
    padding: 30px 0;
}
.collection_content h3 {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    font-family: Futura-Std-Heavy-Oblique;
}
.collection_content p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    padding-top: 30px;
    font-family: FuturaPT-Light;
}
.tab_wrapper {
    margin-bottom: 50px;
}
.skincare_border {
    padding: 30px;
    border-bottom: 1px solid #ececec;
}
.border_top {
    border-top: 1px solid #ececec;
}

/* makeup area */
.makeup_heading {
    background-color: #000000;
    padding: 20px 0;
}
.makeup_heading h3 {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: ABChanel-PB-SemiBold-S;
}
.makeup_img img {
    width: 100%;
}
.makeup_video_content {
    padding: 40px 25px;
    border-bottom: 1px solid #ececec;
}
.makeup_video_content img {
    width: 100%;
    height: auto;
}
.makeup_video_content h3 {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 17px;
    font-family: Futura-Std-Heavy-Oblique;
    text-transform: none;
}
.makeup_video_content {
    padding: 20px 0;
}
.makeup_video_content p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    font-family: FuturaPT-Light;
    font-weight: 300;
}
.makeup_use_content_wrapper {
    padding: 40px 0;
    border-bottom: 1px solid #ececec;
}
.makeup_use_content {
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}
.makeup_use_content p {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: FuturaPT-Light;
    font-weight: 300;
    padding-left: 15px;
}
.makeup_product {
    padding: 40px 25px;
}
.makeup_product h3 {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    font-family: FuturaPT-Demi;
}
.makeup_product p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    font-family: FuturaPT-Light;
    font-weight: 300;
    padding-bottom: 40px;
}
.makeup_product img {
    width: 100%;
}

/* skincare tonique1 */
.skincare_tonique1 {
    padding-top: 32px;
}
.skincare_mp p {
    font-size: 16px !important;
    padding-bottom: 0;
}
.skincare_mp h3 {
    padding-top: 20px;
}

/* fragrance */
.fargrance_content h3 {
    font-size: 16px;
    line-height: 23px;
    font-family: ABChanel-PB-SemiBold-S;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
}
.fargrance_content p {
    font-size: 14px;
    line-height: 19px;
    padding-top: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

/* fragnace 1 */
.fragrance_wrapper {
    padding-bottom: 40px;
}
.fragnace_heading {
    text-align: center;
}
.fragnace_heading h3 {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    padding-top: 10px;
}
.fragnace_heading h2 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    padding-top: 5px;
    color: #ffffff;
}
.video {
    position: relative;
}
.video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.video a img {
    width: auto;
    max-width: 100%;
}
.pt-0 {
    padding-top: 0 !important;
}
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
ul.accordion-list li.active > a > img {
    transform: rotate(90deg);
}
.tab_wrapper {
    margin-bottom: 50px;
}
.skincare_border {
    padding: 30px;
    border-bottom: none;
}
.tab_border_top {
    border-top: 1px solid #ececec;
}
.tab_border_bottom {
    border-bottom: 1px solid #ececec;
}
.tab_content {
    text-align: center;
    padding: 0 30px 30px 30px;
}
.tab_content img {
    width: 100%;
    height: auto;
}
.tab_inner_content {
    padding-bottom: 30px !important;
}
.tab_product_heading h4 {
    background-color: #000000;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: ABChanel-PB-SemiBold-S;
    color: #ffffff;
}
.tab_skin_heading h3 {
    font-size: 12px;
    line-height: 16px;
    font-family: ABChanel-PB-SemiBold-S;
}

/* ckincare collection 2 */
.upload_img {
    position: absolute;
    right: 30px;
    top: 53px;
}
.collection2_heading {
    text-align: center;
    padding: 20px 0;
    background-color: #f4f4f4;
}
.collection2_heading p {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.collection2_heading h3 {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: ABChanel-PB-SemiBold-S;
    padding-top: 5px;
}
.collection2_heading h4 {
    font-size: 15px;
    line-height: 23px;
    font-family: "Century Gothic";
    font-weight: 300;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    background-color: #000000;
}
.product_slider {
    position: relative;
    z-index: 1;
}
.product_slider .swiper-container.single_product {
    overflow: visible;
}
.product_slider .swiper-container.single_product .swiper-pagination {
    bottom: -10px;
}
.favourite_icon {
    z-index: 2;
    height: 28px;
    width: 28px;
    background-image: url("../img/favourite-icon.svg");
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}
.fv_check {
    position: absolute;
    top: 28px;
    right: 28px;
}
.favourite_icon.active {
    background-image: url("../img/favourite_icon_c.svg");
}
.collection2_content {
    padding: 40px 0;
    text-align: center;
}
.collection2_content .content_box h4 {
    font-size: 14px;
    line-height: 18px;
    font-family: FuturaPT-Demi;
    text-transform: uppercase;
}
.triple_p_slider {
    padding: 30px 0;
}
.collection2_content .content_box p {
    font-size: 15px;
    line-height: 21px;
    font-family: "Century Gothic" !important;
    font-weight: 300;
    padding-top: 5px;
}
.product_slider .swiper-wrapper p {
    padding: 15px 0 0;
    margin-bottom: 50px;
    color: #000000;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
}
.mb_0 {
    margin-bottom: 0;
}
.slider_heading h4 {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
.double_product .swiper-slide,
.triple_producr .swiper-slide {
    text-align: center;
}
.double_product .swiper-slide {
    position: relative;
    z-index: 1;
}
.double_product .swiper-slide:nth-child(odd)::before {
    position: absolute;
    content: "";
    background-image: url("../img/plus-icon.svg");
    background-size: contain;
    background-position: center center;
    transform: translateX(49%);
    top: 28%;
    right: -13px;
    height: 20px;
    width: 20px;
    z-index: 2;
}

/* skincare collection 3*/
.single_p img {
    padding-bottom: 30px;
}

/* favourite */
.favourite_wrapper {
    padding-bottom: 40px;
}
.favourite_heading h4 {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.favourite {
    position: relative;
}
.favourite .favourite_icon {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.favourite .tab_skin_heading h3 {
    padding-left: 5px;
}

/* search area */
.search_box_wrapper {
    padding: 50px 30px;
    position: relative;
}
.search_box_wrapper input {
    width: 100%;
    padding: 10px 0px 10px 40px;
    border-radius: 50px;
    border: 1px solid #000000;
    color: #000000;
}
.search_box_wrapper input::placeholder {
    color: #888686;
    font-family: FuturaStdBook;
    font-size: 14px;
    line-height: 19px;
}
.search_box_wrapper .search_img {
    position: absolute;
    top: 50%;
    left: 43px;
    transform: translateY(-50%);
}

.search_box_wrapper .close_icon {
    position: absolute;
    top: 50%;
    right: 43px;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: none;
    cursor: pointer;
}
.delete_box {
    text-align: center;
}
.delete_box .delete_history {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    padding-top: 40px;
}

.favourite .favourite_icon {
    width: 20px;
    height: 20px;
}
.border_bottom {
    border-bottom: 1px solid #ececec;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 374.98px) {
    .makeup_use_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.textarea_content, .textarea_content span, .textarea_content p {
    font-family: "Century Gothic" !important;
    font-size: 15px;
    text-align: center;
}
.produce-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.collection2_content .content_box h4 {
    margin-top: 25px;
    margin-bottom: 5px;
}

/*language area*/
.language_wrapper {
    background-color: #000000;
}
.language_wrapper form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 60px 32px;
    text-align: center;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.language_wrapper form button {
    width: 100%;
    border: none;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-family: ABChanel-PB-SemiBold-S;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 15px;
    line-height: 1;
    margin-top: 20px;
}
.select_wrapper > a {
    display: inline-block;
    margin-bottom: 18vh;
}
.disabled {
    opacity: 0.15;
    pointer-events: none;
}
.nice-select {
    font-family: ABChanel-PB-SemiBold-S;
}

#videos-vtt-box {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}

#videos-vtt-box .video-vtt {
    width: 49%;
    margin-top: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

#videos-vtt-box .video-vtt > video {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    #videos-vtt-box {
        flex-direction: column;
    }

    #videos-vtt-box .video-vtt {
        width: 100%;
    }
}
