.admin-menu .header {
	top: 29px;
}

#admin-menu {
	margin: 0
}

body.node-type-brand-space-article.admin-menu {
  margin-top: 0!important
}

html body.node-type-brand-space-article.admin-menu {
	margin-top: 0!important
}

.view-id-dropdown_highlight_products .view-content {
	display: table;
	width: 100%
}

.tab_block_rate .field-name-field-voting {
	display: inline-block;
}

.listing_item .listing_item_info_rate {
	width: auto
}

.listing_item_info_right_vignate {
	display: block;
  margin-bottom: 7px;
}

.filter_option_wrapper .facetapi-facetapi-checkbox-links .element-invisible {
	display:none;
}

.filter_option_wrapper .facetapi-facetapi-links a{
	display:inline-block !important;
}

.pagination_listing .pager li {
	margin:0;
}

.form-item, .form-actions {
	margin: 0
}

.product_color_items:after {
	content: '';
  display: block;
  clear: both;
}

.product_reviews .product_rating span {
	display: inline-block;
}

/* Product Comments */
.view-product-comments .view-filters {
  visibility: hidden;
  position: absolute;
  left: -1000px
}

.view-product-comments .pagination_listing {
	margin-top: 20px;
	margin-bottom: 15px
}

.review_items {
	min-height: 30px
}


/* How to buy */
.product-contacts-form-confirm {
  background: 0 20px no-repeat;
}

.product-contacts-form {
	background-color: white;
	height: 630px;
	padding-top: 30px;
	width: 1140px !important;
}

.product-contacts-form-confirm .yri-ppf-text {
	color: #a4b556;
	margin: 70px 0 220px 318px;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	display: inline-block;
}

.login-form-wrapper {
	margin: 20px 0 70px 0
}

.login-form-wrapper .login-form-title {
	color: #60472e;
  font-size: 26px;
  font-family: 'sans_bold';
  margin-bottom: 14px;
  text-indent: -2px;
}

.beauty_shares div {
	float: left;
	margin-left: 7px
}


/* 404 page */
.page-404 {
  background: #FDFBFC
}

.page-404 .left {
  float: left;
  width: 470px;
  min-height: 745px;
  background: url(../pics/rose.jpg) no-repeat 0 0;
}

.page-404 .right {
  float: left;
  margin-left: 10px
}

.page-404 .top-image-404 {
  margin-top: 85px
}

.page-404 .search-form-404 {
  margin-top: 10px;
  text-align: center;
}

.page-404 .search-form-404 .title-404 {
  color: #60472E;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 95px
}

.page-404 .search-form-404 #search-keyword404 {
  border: 1px solid #C3B9B0;
  background: #FDFBFC;
  height: 28px;
  margin-right: 0;
  width: 282px;
}

.page-404 .search-form-404 #search-bt_tab404 {
  background: #DFDAD5;
  height: 32px;
  color: #4F4F4F;
  cursor: pointer;
  margin-left: -3px;
  border: 1px solid #C3B9B0;
  border-left: none;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px 0 10px;
}

.page-404 .links-404 {
  text-align: center;
  margin-top: 65px
}

.page-404 .links-404 a {
  display: inline-block;
  border: 1px solid #D0C9C1;
  color: #60472E;
  width: 320px;
  background: #DFDAD5;
  margin-top: 5px;
  padding: 7px 0 6px 0;
  font-weight: normal;
  font-size: 17px;
  font-family: Arial
}

.page-404 .links-404 a span {
  float: right;
  display: inline-block;
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #AFA396;
  margin: 0 7px 0 0;
}

.page-404 .links-404 a:hover {
  text-decoration: none;
  background-color: #907e6e;
  color: #FFF
}

.page-404 .links-404 a:hover span {
  border-left-color: #FFF
}

/*** Style customizations. ***/

/* Border in footer -> Cookies. */
.footer_legal_links .item:nth-child(3) {
    padding-right: 14px;
    margin-right: 13px;
    border-right: 1px solid #68523f;
}

#sliding-popup .popup-content,
#sliding-popup .popup-content #popup-text p {
	font-family: "sans_reg", sans-serif;
	font-weight: normal;
}

#sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content #popup-buttons button:hover {
    background-color: #60472e;
    background-image: none;
		color: white;
		border-radius: 0px;
		box-shadow: none;
		text-shadow: none;
		font-weight: bold;
}


/* Product page */
.product_content {
  margin-top: 30px;
}
.product_content .product_advice_title {
  margin-top: 10px;
}
.product_content_inner {
  padding: 10px 20px;
  background-color: #FFF
}


/* Box Hideable */
.box-hideable {
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #FFF;
}
.box-hideable__toggler {
    position: relative;
    display: block;
}
.box-hideable__toggler:hover,
.box-hideable__toggler:focus,
.box-hideable__toggler:active,
.box-hideable__toggler::-moz-focus-inner {
    outline: 0;
    border: 0;
    text-decoration: none;
}
.box-hideable__toggler-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 14px;
    height: 8px;
    display: block;
    background: url(../pics/down_arr.png) no-repeat center center;
    transition: transform 300ms linear;
}
.box-hideable__toggler-icon--active {
    transform: rotate(180deg);
}
.box-hideable__content {
    display: none;
}



/* Communication page */
/* Hero */
.nvl-hero {
    background-position: center 10px;
    background-size: 180%;
    background-repeat: no-repeat;
    background-color: #FFF;
    min-height: 280px;
    margin: 80px -15px 30px;
}
@media screen and (min-width:600px) {
    .nvl-hero {
        background-size: 143%;
    }
}
@media screen and (min-width:768px) {
    .nvl-hero {
        background-size: 140%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width:992px) {
    .nvl-hero {
        background-size: 120%;
        min-height: 500px;
    }
}
@media screen and (min-width:1199px) {
    .nvl-hero {
        background-size: 100%;
        min-height: 600px;
    }
}
.nvl-hero__content {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 500px;
    padding: 0;
    text-align: center;
}
@media screen and (min-width:1199px) {
    .nvl-hero__content {
        max-width: 680px;
    }
}

.nvl-hero__cta {
    margin-top: 78%;
    /*
    display: block;
    padding-right: 13px;
    text-align: right;
    line-height: 15px;
    color: #60472e;
    background: url("/sites/all/themes/yves_rocher/pics/arr_4.png") no-repeat right center;
    */
}
.nvl-hero__cta:hover {
    /*color: #000;*/
}
.nvl-hero__cta:focus,
.nvl-hero__cta:visited {
  /*color: #60472e;*/
}

.nvl-hero__title {
    color: #60472E;
    font-size: 25px;
    font-family: 'sans_semibold';
    margin-top: 73%;
}
.nvl-hero__title + .nvl-hero__cta {
    margin-top: 10px;
}
@media screen and (min-width:992px) {
    .nvl-hero__title {
        margin-top: 80%;
        font-size: 32px;
    }
    .nvl-hero__cta {
        margin-top: 84%;
    }
}
@media screen and (min-width:1199px) {
    .nvl-hero__title {
        margin-top: 60%;
        font-size: 40px;
    }
    .nvl-hero__cta {
        margin-top: 69%;
    }
}


.nvl-text {
    font-family: 'arial_reg';
    font-size: 13px;
    color: #60472e;
    line-height: 20px;
}

/* Swiper */
.nvl-swiper {
    width: 100%;
    height: 290px;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
.nvl-swiper__slide {
    text-align: center;
}
.nvl-swiper__slide-link {
    display: inline-block;
}
.nvl-swiper__slide-title {
    color: #60472E;
    font-size: 15px;
    font-family: 'sans_semibold';
}
.nvl-swiper__next {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238C951E'%2F%3E%3C%2Fsvg%3E") !important;
  right: 0 !important;
}
.nvl-swiper__prev {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238C951E'%2F%3E%3C%2Fsvg%3E") !important;
  left: 0 !important;
}
.nvl-swiper__pagination {

}
.swiper-pagination-bullet-active {
  background-color: #8C951E !important;
}

/* Buttons */
.nvl-button {
    display: inline-block;
    text-decoration: none;
    min-height: 40px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 11px 30px 7px 20px;
    background: url("/sites/all/themes/yves_rocher/pics/view_more.png") no-repeat calc(100% - 10px) center;
}
.nvl-button:hover {
    text-decoration: none;
    color: white;
}
.nvl-button--fixed-width {
    width: 260px
}
.nvl-button--green {
  background-color: #8c951e;
}

/* CTA block */
.nvl-cta {

}
.nvl-cta__text {
  text-align: center;
  font-size: 22px;
  color: #60472E;
  padding-top: 20px;
  padding-bottom: 10px;
}
.nvl-cta__link {
  text-align: center;
  margin-bottom: 30px;
}

.buy_form_wrapper form select {
  height: 40px;
  width: 393px;
  float: right;
}

#store-finder-widget .ubsf_location-page .ubsf_location-page-info-wrapper {
  background-color: #fcf8f1 !important;
}

#store-finder-widget .ubsf_location-page .ubsf_details-box.ubsf_details-box-top .ubsf_details-open-now:before,
#store-finder-widget .ubsf_open-circle {
  background-color: #8C951E !important;
}

#store-finder-widget .ubsf_location-page .ubsf_location-page-opening-hours-list .ubsf_opening-hours-day.ubsf_open-now, #store-finder-widget .ubsf_location-page .ubsf_location-page-opening-hours-list .ubsf_opening-hours-day.ubsf_open-now div, #store-finder-widget .ubsf_location-page .ubsf_location-page-opening-hours-list .ubsf_opening-hours-day.ubsf_open-now span,
#store-finder-widget .ubsf_open {
  color: #8C951E !important;    
}

#store-finder-widget .cluster div {
  color: #FFFFFF !important;
}

#store-finder-widget div,
#store-finder-widget h1,
#store-finder-widget .ubsf_location-page .ubsf_back-to-store-finder-button span,
#store-finder-widget .ubsf_location-page .ubsf_details-section-title span,
#store-finder-widget .ubsf_sitemap-page .ubsf_store-finder-button span,
#store-finder-widget .ubsf_store-finder-button span:hover, #store-finder-widget a.ubsf_store-finder-button:hover span {
  color: #60472E !important;
}

#store-finder-widget .ubsf_store-finder-button:not(.ubsf_back-to-store-finder-button):hover {
  background-color: #747D17 !important;
}

#store-finder-widget .ubsf_sitemap-page .ubsf_store-finder-button,
#store-finder-widget .ubsf_storefinder-search-box {
  background-color: #fcf8f1 !important;
}

#store-finder-widget .ubsf_store-finder-button:not(.ubsf_back-to-store-finder-button):hover {
  background: none !important;
}

@font-face {
  font-family: YRWomensVoice;
  src: url(../fonts/YRWomensVoice-Regular.otf) format('opentype');
}

.page-404-page .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}

.page-404-page .main {
  background: url(../pics/404-bg.mobile.jpg) center/cover no-repeat;
  min-height: 75vh;
  margin-top: 75px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: white;
}

.page-404-page .main .container {
  padding-top: 80px;
  padding-bottom: 20px;
}

.page-404-page .main h1 {
  font-family: YRWomensVoice;
  font-size: 40px;
}
.page-404-page .main h1 br {
  display: none;
}

.page-404-page .main .tiles {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.page-404-page .main .sign_up_btn {
  height: auto;
  padding: 11px 16px;
  margin: 0 5px;
  background: white;
  color: #8c951e;
  text-decoration: none;
}
.page-404-page .main .sign_up_btn > i {
  display: block;
  margin: 10px auto;
  font-size: 1.5em;
}
.page-404-page .main .sign_up_btn > img {
  height: 12px;
  display: none;
}

@media (min-width: 768px) {
  .page-404-page .main {
    background-image: url(../pics/404-bg.jpg);
    min-height: 725px;
    margin-top: 0;
    align-items: center;
  }

  .page-404-page .main .container > * {
    margin-left: 16%;
  }

  .page-404-page .main h1 {
    font-size: 72px;
  }
  .page-404-page .main h1 br {
    display: inline;
  }

  .page-404-page .main .mobile {
    display: none;
  }

  .page-404-page .main .sign_up_btn {
    padding: 16px 24px;
    font-size: 20px;
  }
  .page-404-page .main .sign_up_btn br {
    display: none;
  }
  .page-404-page .main .sign_up_btn > i {
    display: none;
  }
  .page-404-page .main .sign_up_btn > img {
    display: inline;
  }
}

.header-right-brand-text {
  color: #fff;
  font-size: smaller;
  letter-spacing: 2px;
}

button.eu-cookie-compliance-secondary-button {
  color: white !important;
  padding: 4px 8px !important;
}

@media (min-width: 768px) {
  #store-finder-widget .ubsf_location-page .ubsf_content-list-item {
    margin: 30px 13px 0 !important;
  }
}

.yrp .product_reviews .product_reviews_panel .product_reviews_btn {
  padding: 10px 10px 0px 8px;
}

.yrp .product_reviews .product_reviews_panel .product_reviews_btn span {
  font-size: 12px;
}

.yrp .green-book {
  display: flex;
  justify-content: center;
}
