/**
** BEAUTYBOX GENERAL
**/

.display_2 {
    display:none;
}

@font-face {
    font-family: "Ostrich Sans";
    font-style: normal;
    font-width: 400;
    src: url('../../../fonts/ostrich/ostrich-sans-regular.eot');
    src: url('../../../fonts/ostrich/ostrich-sans-regular.eot#iefix') format('embedded-opentype'), url('../../../fonts/ostrich/ostrich-sans-regular.woff') format('woff'), url('../../../fonts/ostrich/ostrich-sans-regular.ttf') format('truetype'), url('../../../fonts/ostrich/ostrich-sans-regular.svg') format('svg');
}

@font-face {
    font-family: "Ostrich P";
    font-style: normal;
    font-width: 400;
    src: url('../../../fonts/ostrich/ostrichp.eot');
    src: url('../../../fonts/ostrich/ostrichp.eot#iefix') format('embedded-opentype'), url('../../../fonts/ostrich/ostrichp.woff2') format('woff2'), url('../../../fonts/ostrich/ostrichp.woff') format('woff'), url('../../../fonts/ostrich/ostrichp.ttf') format('truetype'), url('../../../fonts/ostrich/ostrichp.svg#ostrichp') format('svg');
}

@font-face {
    font-family: "Ostrich Sans Light";
    font-style: normal;
    font-width: 400;
    src: url('../../../fonts/ostrich/ostrich-light-webfont.eot');
    src: url('../../../fonts/ostrich/ostrich-light-webfont.eot#iefix') format('embedded-opentype'), url('../../../fonts/ostrich/ostrich-light-webfont.woff') format('woff'), url('../../../fonts/ostrich/ostrich-light-webfont.ttf') format('truetype'), url('../../../fonts/ostrich/ostrich-light-webfont.svg') format('svg');
}

.main-nav ul li > a.beautybox {
    padding-right:5px;
}
.main-nav ul li > a.beautybox > span {
    word-wrap: break-word;
    padding-right: 20px;

}

/**
** BEAUTYBOX HEADER
**/

#menu_header>ul>li {
    padding: 0 12px;
}

#menu_header>ul>li.beautybox .pp {
    background-color: #85BEC9;
}

.beautybox--title {
    position: relative;
    text-align: center;
    padding-top: 20px;
    margin-bottom:40px
}

.beautybox--title a {
    background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll 0 0;
    color: #4e4848;
    display: inline-block;
    height: 135px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 281px;
}

html[lang=ja] .beautybox--title a,
html[lang=en] .beautybox--title a {
    background: rgba(0, 0, 0, 0) url("img/logo-US.jpg") no-repeat scroll 0 0;
}

html[lang=de] .beautybox--title a {
    background: rgba(0, 0, 0, 0) url("img/logo-DE.png") no-repeat scroll 0 0;
}

html[lang=es] .beautybox--title a {
    background: rgba(0, 0, 0, 0) url("img/logo-ES.png") no-repeat scroll 0 0;
}

html[lang=nl] .beautybox--title a {
    background: rgba(0, 0, 0, 0) url("img/logo-NL.png") no-repeat scroll 0 0;
}

.beautybox--nav {
    margin: 1em auto 45px;
    text-align: center;
    width: 96%;
}

.beautybox--nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.beautybox--nav ul li, .beautybox--nav ul h1, .beautybox--nav ul h2, .beautybox--nav ul div {
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.10em;
    line-height: 1.15em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.beautybox--nav ul h2 {
    font-size: 11px;
    line-height: 42px;
    letter-spacing: 0;
}

.beautybox--nav ul li {
    width: 100%;
    position: relative;
    border: 1px solid #4E4848;
}

.beautybox--nav ul li:nth-child(2),
.beautybox--nav ul li:last-child {
    border-top:none;
}

.beautybox--nav ul li a {
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    height: 1.15em;
    line-height: 1.15em;
    padding-left: .15em;
}

.beautybox--nav ul li a:hover {
    display: inline-block;
    border-bottom-color: #4e4848;
    color: #4e4848;
}

.beautybox--nav ul li.cb--actif {
    background-color: #4E4848;
}

.beautybox--nav ul li.cb--actif::after {
    display: none;
}

.beautybox--nav ul li.cb--actif a {
    color: white;
}

.beautybox--nav ul li.cb--actif a:hover {
    border-bottom: none;
}

.beautybox--nav ul li:nth-of-type(2).cb--actif ~ .beautybox--nav ul li::after {
    display: none;
}

/**
** BEAUTYBOX OVERVIEW
**/
#beautybox-overview {
    padding-bottom:20px;
}

.box_presentation {
    padding-bottom:80px;
    width:98%;
    margin:0 auto;
}

#beautybox-pitch {
    background-color:#F6EDF0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#beautybox-main-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    min-height: 201px;
    height:auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: auto;
}


#beautybox_choice {
    width:100%;
    margin:0 auto;
}

.beautybox-product {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

html[lang=ja] .beautybox-price span {
    font-size:48px;
}

html[lang=ja] .beautybox-duration {
    font-size:22px;
}

html[lang=ja] .beautybox-product-container {
    height:150px;
}

.beautybox-price {
    display: block;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 37px;
    margin-top: 29px;
}

.beautybox-price span {
    font-size:60px;
}

.beautybox-duration {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.beautybox6 .beautybox-name {
    color:#84BCCA;
}

.beautybox12 .beautybox-name {
    color:#6F5B64;
}

.beautybox-description {
    font-size: 17px;
    margin: 15px auto 0;
    width: 100%;
    line-height: 20px;
}

html[lang=de] .beautybox-description {
    font-size:13px;
    line-height:16px;
}

.beautybox-cta {
    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 7px;
    text-transform: uppercase;
    width: 93%;
}

.beautyboxgold {
    background:rgba(0, 0, 0, 0) url("img/beautybox-gold.png") no-repeat scroll center 27px;
    width:100%;
}

.beautyboxgold .beautybox-name {
    color: #b1801b;
    font-family: "Times New Roman",serif;
    font-weight: normal;
    text-transform: uppercase;
}

.beautyboxgold .beautybox-price {
    font-size: 20px;
    line-height: 16px;
    margin-top: 75px;
}

.beautyboxgold .beautybox-duration {
    font-size: 16px;
    letter-spacing: 0;
}

.beautyboxgold .beautybox-description {
    margin-top:5px;
}

.beautyboxgold .beautyboxgold-cta {
    border: 1px solid #b1801b;
    color: #b1801b;
    letter-spacing: 0;
    padding: 2px 23px;
    width: 209px;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    margin:19px auto 0;
    padding: 6px 2px;
    text-transform: uppercase;
}

.beautybox-cgv {
    font-size: 12px;
    margin: 30px auto 0;
    text-align: center;
    width:98%;
}

.beautybox-cgv a {
    text-decoration:underline;
}

.beautybox-product-container {
    height:195px;
    overflow:hidden;
    position:relative;
}

.beautybox6 .beautybox-cta {
    background-color:#85BEC9;
}

.beautybox12 .beautybox-cta {
    background-color:#6F5B64;
}

.popin-learn-more-trigger .content1 {
    font-weight:bold;
}

/**
** BEAUTYBOX SELECTION
**/

.box_selection {
    color: #4e4848;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin:45px auto;
    text-align: center;
    text-transform: uppercase;
    position:relative;
}

.box_selection span {
background: #fff none repeat scroll 0 0;
    cursor: default;
    position: relative;
    z-index: 1;
    width: 65%;
    display: inline-block;
}

.box_selection:before {
    background: #d4d4d4 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.box_title {
    font-family: Ostrich P;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}


.box_description {
    color: #5a5456;
    font-family: Ostrich;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    margin: 8px auto 0;
    text-align: center;
    width: 80%;
}

/**
** BEAUTYBOX PREVIOUS SELECTION
**/

.previous_selection {
    margin: 0 auto;
    width: 98%;
    padding-bottom:60px;
}

.previous_box {
    display: inline-block;
    margin-right: 23px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.previous_box:last-child {
    margin-right:0px;
}

.previous_box .box_title {
    font-size: 45px;
    min-height: 45px;
    overflow: hidden;
    letter-spacing:2px;
}

.previous_box img {
    margin:25px 0;
}

.previous_box .beautybox-cta {
    border: 1px solid #c6c6c6;
    color: #4f4949;
}

.box_clickable.active .beautybox-cta,
.box_clickable:hover .beautybox-cta,
.previous_box .beautybox-cta:hover {
    color:#FFF;
    background:#000;
}

.icon-beautybox {
    background: transparent url("img/icon-beautybox.png") no-repeat scroll 0 0;
    display: block;
    height: 23px;
    margin: 0 auto;
    width: 28px;
    margin-top:12px;
}

.active .icon-beautybox {
    background: transparent url("img/icon-beautybox-hover.png") no-repeat scroll 0 0;
}

/**
** BEAUTYBOX INCENTIVES
**/

.beautybox_incentives {
    margin:0 auto;
    width:954px;
}

.incentive_container {
    display: inline-block;
    padding-top: 85px;
    vertical-align: top;
    width: 265px;
    margin-right:70px;
}

.incentive_container:last-child {
    margin-right:0px;
}

.beautybox_incentive {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding: 20px 0 25px;
    text-align: center;
}

.incentive_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom:5px;
}

.incentive_baseline {
    color: #aeaeae;
    font-size: 17px;
    line-height: 19px;
    margin: 0 auto;
    width: 150px;
}

.incentive_container:nth-child(2) .incentive_baseline {
    width:250px;
}

.incentive_subscribe .incentive_title {
    color:#84BFC8;
}

.incentive_receive .incentive_title {
    color:#6E5C62;
}

.incentive_discover .incentive_title {
    color:#A17E9A;
}

.incentive_subscribe.incentive_container {
    background: url("img/subscribe.jpg") no-repeat scroll center 0 transparent;
}

.incentive_receive.incentive_container {
    background: url("img/receive.jpg") no-repeat scroll center 0 transparent;
}

.incentive_discover.incentive_container {
    background: url("img/discover.jpg") no-repeat scroll center 0 transparent;
}

/**
** BEAUTYBOX ASSOCIATED PRODUCTS
**/

.beautybox--usedproducts {
    margin-top:25px;
}

.beautybox--usedproducts .beautybox-usedproducts-header {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #4e4848;
    font-family: "Times New Roman",Times,serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 28px;
    padding: 22px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.beautybox--usedproducts .beautybox-usedproducts-header::after {
    border-color: #e6e6e6 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
}

/**
** BEAUTYBOX PREVIOUS BOXES OVERVIEW
**/

.previous_box {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.previous_box .box_clickable {
    display:block;
}

.previous_box .box_clickable p {
    font-size:12px;
}

.previous_box .box_clickable.active,
.previous_box .box_clickable:hover {
    background-color:#F8F6F7;
}

.previous_box .box_clickable {
    padding:12px;
}

/**
** BEAUTYBOX CART & CHECKOUT
**/

.beautybox_cart_message {
    background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll center 16px / 44% auto;
    border: 1px solid #bcb2b6;
    color: #8b8786;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 110px 40px 20px;
    text-align: center;
}

html[lang=ja] .beautybox_cart_message,
html[lang=en] .beautybox_cart_message {
    background: rgba(0, 0, 0, 0) url("img/logo-US.jpg") no-repeat scroll center 16px / 44% auto;
}

html[lang=de] .beautybox_cart_message {
    background: rgba(0, 0, 0, 0) url("img/logo-DE.png") no-repeat scroll center 16px / 44% auto;
}

html[lang=es] .beautybox_cart_message {
    background: rgba(0, 0, 0, 0) url("img/logo-ES.png") no-repeat scroll center 16px / 44% auto;
}

html[lang=nl] .beautybox_cart_message {
    background: rgba(0, 0, 0, 0) url("img/logo-NL.png") no-repeat scroll center 16px / 44% auto;
}

.beautybox_cart_message p {
    font-family: Times New Roman;
    font-size: 16px;
    line-height:18px;
    font-style: italic;
    margin: 0;
}

.beautybox_checkout_message {
    background: #efefef url("img/logo.png") no-repeat scroll center 16px / 44% auto;
    color: #868283;
    margin: 0 auto 20px;
    padding: 110px 20px 20px;
    text-align: justify;
    width: 95%;
}

html[lang=ja] .beautybox_checkout_message,
html[lang=en] .beautybox_checkout_message {
    background: #efefef url("img/logo-US.jpg") no-repeat scroll center 16px / 44% auto;
}

html[lang=de] .beautybox_checkout_message {
    background: #efefef url("img/logo-DE.png") no-repeat scroll center 16px / 44% auto;
}

html[lang=es] .beautybox_checkout_message {
    background: #efefef url("img/logo-ES.png") no-repeat scroll center 16px / 44% auto;
}

html[lang=nl] .beautybox_checkout_message {
    background: #efefef url("img/logo-NL.png") no-repeat scroll center 16px / 44% auto;
}

.beautybox_checkout_message p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

#shipping_method-tab.open + .beautybox_checkout_message {
    display:block;
}

.beautybox_gift_message {
    text-align:center;
}

/**
** BEAUTYBOX NO SUBSCRIPTON
**/

.beautybox_no_subscription {
    background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll center 38px / 68% auto;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    font-family: Times New Roman;
    font-size: 16px;
    font-style: italic;
    padding-top: 190px;
    text-align: center;
}

html[lang=ja] .beautybox_no_subscription,
html[lang=en] .beautybox_no_subscription {
    background: rgba(0, 0, 0, 0) url("img/logo-US.jpg") no-repeat scroll center 38px / 68% auto;
}

html[lang=de] .beautybox_no_subscription {
    background: rgba(0, 0, 0, 0) url("img/logo-DE.png") no-repeat scroll center 38px / 68% auto;
}

html[lang=es] .beautybox_no_subscription {
    background: rgba(0, 0, 0, 0) url("img/logo-ES.png") no-repeat scroll center 38px / 68% auto;
}

html[lang=nl] .beautybox_no_subscription {
    background: rgba(0, 0, 0, 0) url("img/logo-NL.png") no-repeat scroll center 38px / 68% auto;
}

.beautybox_no_subscription p {
    line-height:20px;
    margin:0;
    padding-right:40px;
    padding-left:40px;
}

.beautybox_no_subscription,
.beautybox_no_subscription #beautybox_learn_more a {
    color: #5c5658;
}

.beautybox_no_subscription #beautybox_learn_more a {
    text-decoration:underline;
}

.beautybox_no_subscription #beautybox_learn_more a:hover {
    color:#4e4848;
}

.beautybox_no_subscription #beautybox_learn_more {
    margin-bottom:40px;
}

.beautybox_no_subscription #beautybox_subscribe {
    background-color: #5a5454;
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: normal;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
}

/**
** BEAUTYBOX SUBSCRIPTIONS LIST
**/

.beautybox_subscriptions {
    background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll center 38px / 68% auto;
    padding-top: 195px;
}

html[lang=ja] .beautybox_subscriptions,
html[lang=en] .beautybox_subscriptions {
    background: rgba(0, 0, 0, 0) url("img/logo-US.jpg") no-repeat scroll center 38px / 68% auto;
}

html[lang=de] .beautybox_subscriptions {
    background: rgba(0, 0, 0, 0) url("img/logo-DE.png") no-repeat scroll center 38px / 68% auto;
}

html[lang=es] .beautybox_subscriptions {
    background: rgba(0, 0, 0, 0) url("img/logo-ES.png") no-repeat scroll center 38px / 68% auto;
}

html[lang=nl] .beautybox_subscriptions {
    background: rgba(0, 0, 0, 0) url("img/logo-NL.png") no-repeat scroll center 38px / 68% auto;
}

.beautybox_subscriptions ul.order_line {
    padding:0px;
    overflow: hidden;
    position: relative;
}

.beautybox_subscriptions ul li {
    color: #4f494b;
    font-size: 13px;
    list-style: outside none none;
}

.beautybox_subscriptions ul li.order_action {
    display: inline-block;
    float: right;
}

.beautybox_subscriptions ul li.order_action a {
    text-decoration:underline;
}

/**
** BEAUTYBOX SUBSCRIPTIONS DETAIL
**/

.beautybox_subscription_detail {
    background: rgba(0, 0, 0, 0) url("img/logo.png") no-repeat scroll center 38px / 68% auto;
    padding-top: 195px;
}

html[lang=ja] .beautybox_subscription_detail,
html[lang=en] .beautybox_subscription_detail {
    background: rgba(0, 0, 0, 0) url("img/logo-US.jpg") no-repeat scroll center 38px / 68% auto;
}

html[lang=de] .beautybox_subscription_detail {
    background: rgba(0, 0, 0, 0) url("img/logo-DE.png") no-repeat scroll center 38px / 68% auto;
}

html[lang=es] .beautybox_subscription_detail {
    background: rgba(0, 0, 0, 0) url("img/logo-ES.png") no-repeat scroll center 38px / 68% auto;
}

html[lang=nl] .beautybox_subscription_detail {
    background: rgba(0, 0, 0, 0) url("img/logo-NL.png") no-repeat scroll center 38px / 68% auto;
}

.my-subscriptions tbody {
    border: 1px solid #e4dddd;
}

.my-subscriptions tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.my-subscriptions td,
.my-subscriptions td.order_action
{
    padding: 10px;
    text-align: center;
}

.my-subscriptions thead td {
    padding: 5px 12px;
    color: #4e4848;
}

.my-subscriptions td > * {
    vertical-align: middle;
    display: table-cell;
}

.my-subscriptions .order_line {
    height:auto;
}

.subscription-detail .my-subscriptions td {
    text-align: left;
}

.beautybox_subscription_detail p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
}

.beautybox_subscription_detail .border_dg {
    border: 1px solid #e7e7e7;
    font-size: 13px;
    margin: 0 0 40px;
    padding: 11px;
}

.subscription-detail {
    clear: both;
    float: none;
    height: auto;
    margin:20px 0;
    min-height: auto;
    overflow: hidden;
    position: relative;
}

.subscription-detail .title_block_address {
    color: #666666;
    font-family: "Times New Roman",Times,serif;
    font-size: 14px;
    text-transform: uppercase;
}

.subscription-detail .block-address {
    margin-bottom:40px;
}

#subscription-addresses .block_your_account {
    min-height:auto;
}

#subscription-addresses a {
    float: right;
    margin-top:30px;
}

#subscription-address-form {
    padding:20px;
}

#subscription-address-form p {
    float: left;
    font-size: 12px;
    padding-bottom: 10px;
    width: 50%;
    background-position:90% 0;
}

#subscription-address-form p label,
#subscription-address-form p input {
    float: left;
}

#subscription-address-form p input {
    clear: both;
    text-indent:4px;
    width:90%;
}

#subscription-address-form p.required_informations {
    width: auto;
    clear:both;
}

#subscription-address-form .grey_arrow_left_button {
    float:right;
    margin-right:20px;
}

#subscription-address-form .validation-advice {
    margin:0px;
    float:left;
}

#subscription-address-form .fields_space {
    margin-bottom:5px;
}

#beautybox_choice.three-months-available  {
    margin-top:40px;
}

.three-months-available .beautybox-product {
    display: block;
    margin: 10px auto 0;
    width: 61%;
}

.three-months-available .beautybox-product-container {
    height:149px;
}

.three-months-available .beautybox-price {
    font-size:32px;
}

.three-months-available .beautybox-price span {
    font-size:52px;
}

.three-months-available .beautybox-duration {
    font-size: 18px;
    font-weight: bold;
}

.three-months-available .beautyboxgold {
    border: 1px solid #b1801b;
    clear: both;
    display: block;
    min-height: 131px;
    margin: 80px auto 74px;
    padding: 0;
    position: relative;
    width: 100%;
    background:none;
}

.three-months-available .beautyboxgold:before {
    background: rgba(0, 0, 0, 0) url("img/beautybox-gold.png") no-repeat scroll 0 0;
    content: " ";
    display: block;
    height: 41px;
    margin: 0 auto -41px;
    position: relative;
    top: -22px;
    width: 67px;
}

.three-months-available .beautyboxgold-cta {
    display:none;
}

.three-months-available .beautyboxgold .beautybox-price {
    margin-top:37px;
    font-size:22px;
}

.three-months-available .beautyboxgold .beautybox-duration {
    font-size:15px;
}

.three-months-available .beautyboxgold .beautybox-description {
    font-size: 16px;
    margin-top: 12px;
}


/*
 * BeautyBox make-up tutorials
 */

.makeup-tutorial-menu li {
    cursor: pointer;
}

.makeup-tutorial-container {
    margin: 50px 0;
}

.makeup-tutorial .video-title {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #4e4848;
}
.makeup-tutorial .cb--content-element-thumbnail {
    text-align: center;
}

.makeup-tutorial .player-wrapper {
    position: relative;
}
.makeup-tutorial .player-wrapper.with-img {
    display: none;
}

.makeup-tutorial .player-wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.makeup-tutorial .player-wrapper .player-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.makeup-tutorial.category-empty {
    display: none;
}

#subscription-renew {
    margin-top: 35px;
    padding: 20px 0;
    text-align: center;
}

#subscription-renew .beautybox-subscription {
    float: left;
    text-transform: uppercase;
    width: 50%;
}

#subscription-renew .beautybox-subscription .s-month {
    margin: 20px auto;
    width: 80%;
}

#subscription-renew .beautybox-subscription .subscription-price {
    margin-bottom: 20px;
}

#subscription-renew input[type=submit] {
    background-color: #000;
    color: #FFF;
    margin: 20px;
    text-transform: uppercase;
    width: 90%;
}

#bee-coupon {
    text-align: center;
    border: 1px solid #d4d4d4;
    margin: 2em auto 0px;
    width: 96%;
}

#bee-images {
    padding: 20px;
}

#bee-title {
    color: #b38200;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 30px;
}

#bee-subtitle {
    text-transform: uppercase;
    font-size: 24px;
    color: #b38200;
}

#bee-data1 {
    color: #aeaeae;
    font-size: 13px;
    line-height: 19px;
    margin: 0 auto;
    width: 70%;
    text-align: center;
}

#bee-addcode input {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #000;
    width: 90%;
}

#bee-coupon #privilege_code {
    border: 1px solid #d4d4d4;
    text-transform: uppercase;
    width: 90%;
}

#bee-data3 {
    color: #aeaeae;
    margin: 0 auto;
    text-align: justify;
    text-align-last: center;
    font-size: 10px;
    margin-top: 11px;
    line-height: 15px;
    width: 95%;
}

#bee-errorcode {
    color: red;
    visibility: hidden;
    margin-bottom: 25px;
}

.maison-sisley-comment-asterix{
    margin: 0 45px;
    text-align: center;
}

.maison-sisley-comment-asterix-valid{
    display:none;
    margin: 0 45px;
    text-align: center;
}

.beautybox-tacite-mention{
    font-size: 10px;
    margin-top: 30px;
}

.beautybox-tacite-mention-cart{
    font-size: 13px;
    color: #4e4848;
}
.beautybox-tacite-mention-cart a{
    text-decoration: underline;
}

.beautybox-tacite-mention-checkout{
    text-align:center;
}

p.beautybox-tacite-mention-account{
    font-size: 8px;
    margin-top: -18px;
    margin-right: 25px;
    margin-left: 25px;
    line-height: initial;
    margin-bottom: 10px;
}

#beautybox-unsubscribe{
    text-align: center;
    margin-top: 25px;
}

#beautybox-unsubscribe-button{
    padding: 10px 25px;
    text-transform: uppercase;
    background: #4e4848;
    border-color: #4e4848;
    color: white;
}

#beautybox-unsubscribe-label{
    margin-top: 15px;
}

#beautybox-unsubscribe-dialog {
    text-align: center;
}

#beautybox-unsubscribe-dialog .title{
    border-bottom: 1px solid #CCC;
    font-size: 17px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 335px;
    margin-bottom: 35px;
    margin-top: 20px;
}

#beautybox-unsubscribe-dialog .close{
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    font-family: 'BentonSans_Thin';
    font-size: 18px;
    font-style: italic;
    height: 38px;
    text-align: right;
    display: block;
    top: 0;
    padding: 0;
}

#beautybox-unsubscribe-dialog .close_button_bee:after{
    cursor: pointer;
    color: #8c8c8c;
    content: "+";
    display: inline-block;
    font-size: 45px;
    font-style: normal;
    margin-right: 5px;
    margin-top: -10px;
    transform: rotate(45deg);
    vertical-align: middle
}

#beautybox-unsubscribe-dialog .desc{
    margin-bottom: 35px;
}


#beautybox-unsubscribe-dialog .buttons{
    display: inline;
}

#beautybox-unsubscribe-dialog #buttons .ann-btn{
    color: #4e4848;
    background: #e6e6e6;
    float: left;
    width: 30%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    white-space: nowrap;
}

#beautybox-unsubscribe-dialog #buttons .confirm-btn{
    float: left;
    width: 70%;
    color: white;
    background: #4e4848;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    white-space: nowrap;
    text-transform: uppercase;
}

#beautybox-unsubscribed-label{
    margin-top: 30px;
    text-align: center;
}



.btbox-popin{
    text-align:center;
    color: #4e4848;
    line-height: initial;
}

.btbox-popin .title{
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

.btbox-popin .addtocart_product_img{
    margin: auto;
    display: block;
    width: 115px;
    height: 115px;
}

.btbox-popin .addtocart_product_name{
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

.btbox-popin .addtocart_product_price{
    margin-top: 15px;
    font-size: 14px;
}

.btbox-popin .addtocart_product_tacite_node{
    border: solid 3px #D5EDEF;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    padding: 20px 15px;
}

.btbox-popin .addtocart_product_tacite_border{
    display: flex;
    flex-direction: row;
}

.btbox-popin .tacite-ck{
    width: 80px;
    height: 60px;
}

.btbox-popin .addtocart_product_tacite_node .addtocart_product_tacite_border label{
    font-size: 11px;
    text-align: justify;
    margin-left: 14px;
    color: #000;
}

.btbox-popin .addtocart_product_tacite_node .addtocart_product_tacite_detail{
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size:11px;
    color: #909090;
    margin-top: 5px;
}


.btbox-popin a.btn-add-to-cart{
    width: 100%;
    background-color: #4e4848;
    height: 30px;
    color: #fff;
    margin: auto;
    display: block;
    line-height: normal;
    word-wrap: break-word;
    white-space: unset;
    min-height: 45px;
    padding: 13px 5px;
    height: unset;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.btbox-addtocart .addtocart_product_tacite_detail{
    margin-top: 30px;
    font-size: 11px;
    color: #909090;
}

.btbox-addtocart .btbox-cta-cnt{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.btbox-addtocart .btbox-cta-cnt a {
    width: 50%;
    min-height: 45px;
    padding: 13px 5px;
    height: unset;
    font-size: 14px;
}

.btbox-addtocart .btbox-cta-cnt .btn-goto-cart{
    text-transform: uppercase;
    background-color: #4e4848;
    color: #fff;
}

.btbox-addtocart .btbox-cta-cnt .btn-close-popin {
    background-color: #e6e6e6;
    color: #4e4848;
}

.btbox-addtocart-error .error-txt{
    margin-bottom: 20px;
}


.btbox-checkout-notice .btbox-txt-top{
    margin-top: 60px;
}

.btbox-checkout-notice .btbox-txt-bot{
    margin-bottom: 40px;
    color: #909090;
}
