@charset "UTF-8";
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
@font-face {
  font-family: 'pharma';
  src: url("../fonts/pharma.eot?42526310");
  src: url("../fonts/pharma.eot?42526310#iefix") format("embedded-opentype"), url("../fonts/pharma.woff2?42526310") format("woff2"), url("../fonts/pharma.woff?42526310") format("woff"), url("../fonts/pharma.ttf?42526310") format("truetype"), url("../fonts/pharma.svg?42526310#pharma") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'pharma';
    src: url('../font/pharma.svg?42526310#pharma') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "pharma";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-account:before {
  content: '\e800';
}

/* '' */
.icon-bag:before {
  content: '\e801';
}

/* '' */
.icon-delivery:before {
  content: '\e802';
}

/* '' */
.icon-newsletter:before {
  content: '\e804';
}

/* '' */
.icon-search:before {
  content: '\e805';
}

/* '' */
.icon-googleplus:before {
  content: '\e808';
}

/* '' */
.icon-facebook:before {
  content: '\e809';
}

/* '' */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
html, body {
  overflow-x: hidden;
}

body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px false #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }
  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }
  .slideshow .banner-msg h2 {
    font-size: 14px;
  }
  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px false #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }
  .promos strong {
    font-size: 17px;
  }
  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }
  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }
  .promos strong {
    font-size: 24px;
  }
}

/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.products-grid .add-to-links {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #53aa27;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* -------------------------------------------- *
 * Selection du moment
 */
.prod-selection .products-grid {
  list-style: none;
}

.prod-selection .products-grid .item {
  margin-left: 0;
}

.uspcontenu {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 3px;
}

/* -------------------------------------------- *
 * BLOC
 */
.green-box {
  display: block;
  margin-bottom: 15px;
}

.green-box__head {
  text-align: center;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  background: #53aa27;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
}

.green-box__head a {
  color: white;
}

.green-box__content {
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

.green-box__content a {
  font-weight: bold;
}

.green-box__content .actions {
  margin-top: 10px;
}

.skip-link {
  background: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #53aa27;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }
  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}

.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.actions .actions__details {
  display: block;
  margin-bottom: 5px;
}

.category-head h2, .category-head .h2 {
  position: relative;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #b3b3b3;
}

.category-head h2::before, .category-head h2::after, .category-head .h2::before, .category-head .h2::after {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-bottom: 1px dotted #b3b3b3;
}

.category-head h2::after, .category-head .h2::after {
  bottom: -7px;
}

.page {
  overflow: hidden;
}

.button {
  border-radius: 3px;
  font-weight: 600;
  transition: all .5s ease;
}

.header-language-background {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 36px;
  color: #333333;
}

.toppage {
  display: flex;
  justify-content: space-between;
  text-transform: none;
  padding: 0;
}

@media only screen and (min-width: 980px) {
  .toppage {
    height: 36px;
  }
}

.toppage__phone {
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 979px) {
  .toppage__phone {
    margin: auto;
    line-height: 1.2;
    padding: 10px;
    text-align: center;
  }
}

.toppage__phone span {
  font-size: 10px;
  opacity: .6;
}

.toppage__delivery {
  font-weight: 700;
  text-transform: uppercase;
  color: #53aa27;
  letter-spacing: 1px;
}

@media only screen and (max-width: 979px) {
  .toppage__delivery {
    display: none;
  }
}

.toppage__social {
  font-weight: 600;
}

@media only screen and (max-width: 979px) {
  .toppage__social {
    display: none;
  }
}

.toppage__social a:hover {
  text-decoration: none;
}

.toppage__social a:before {
  font-size: 14px;
  vertical-align: middle;
  margin-top: -5px;
}

.toppage__social a.icon-googleplus:before {
  font-size: 20px;
}

@media only screen and (max-width: 979px) {
  .logo-container {
    margin-bottom: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .logo-container .skip-link.skip-nav {
    display: inline;
    padding-top: 9px;
  }
}

@media only screen and (min-width: 980px) {
  .logo-container {
    margin-top: 7px;
  }
}

.action-container {
  display: flex;
  position: relative;
}

.action-container a {
  width: auto;
  height: auto;
  margin-left: 20px;
  align-self: flex-end;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  transition: all .5s ease;
}

.action-container a::before,
.action-container a span.icon-bag:before {
  display: block;
  font-size: 26px;
}

.action-container a:hover {
  color: #53aa27;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .action-container a {
    margin: 0;
    padding-top: 5px;
  }
  .action-container a::before,
  .action-container a span.icon-bag:before {
    display: block;
    font-size: 30px;
  }
}

@media only screen and (max-width: 979px) {
  .action-container .skip-link2 {
    display: none;
  }
}

@media only screen and (min-width: 980px) {
  .action-container .skip-link2 {
    padding-bottom: 3px;
  }
}

.action-container .switch-language {
  width: auto;
  height: auto;
  margin: 0 10px 0 30px;
  align-self: flex-end;
}

@media only screen and (max-width: 979px) {
  .action-container .switch-language {
    display: none;
  }
}

.action-container .switch-language a {
  margin-left: 0;
}

.action-container .switch-language a.active {
  opacity: .7;
}

@media only screen and (max-width: 979px) {
  .action-container {
    justify-content: space-between;
  }
}

.header-bar {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 979px) {
  .header-bar {
    flex-direction: column;
    padding: 17px 0 0;
  }
}

@media only screen and (min-width: 980px) {
  .header-bar {
    padding: 17px 0;
  }
}

@media only screen and (max-width: 979px) {
  .switch-language-mobile {
    display: block;
  }
  .switch-language-mobile a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background: grey;
  }
}

@media only screen and (min-width: 980px) {
  .switch-language-mobile {
    display: none;
  }
}

.search-mobile {
  display: none;
  padding: 15px 10px;
  background: #53aa27;
  color: white;
}

@media only screen and (max-width: 979px) {
  .nav-primary a.level0,
  .nav-primary a {
    width: 100%;
  }
}

@media only screen and (max-width: 979px) {
  .nav-primary li.parent > a:after {
    left: auto;
    right: 10px;
  }
}

.prod-selection .product-image {
  margin-bottom: 10px;
  border-color: #e1e1e1;
}

.prod-selection .product-name {
  color: #333333;
  font-size: 16px;
  text-transform: none;
}

.prod-selection .product-name a {
  font-weight: 600;
}

.prod-selection .price-box .old-price {
  margin-bottom: 0;
}

.product-essential {
  margin-bottom: 10px;
}

.message-legal {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  font-size: 10px;
}

.message-country {
  margin-left: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
  font-size: 12px;
  color: #53aa27;
  font-weight: bold;
}

.product-collateral {
  margin-top: 20px;
}

.delivery-box {
  margin-bottom: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding: 18px;
  color: #333333;
  font-weight: 600;
  border: 3px solid #53aa27;
}

.delivery-box__title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.delivery-box__title:before {
  margin-right: 10px;
}

.delivery-box__text {
  font-size: 14px;
  line-height: 20px;
}

.delivery-box__text p {
  margin-bottom: 20px;
}

.delivery-box__text .green {
  color: #53aa27;
  margin-bottom: 0;
}

.delivery-box__button {
  margin-top: 5px;
  padding: 7px;
  display: block;
  width: 100%;
  border-radius: 3px;
  background: #53aa27;
  color: white;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  transition: all .5s ease;
}

.delivery-box__button:hover {
  background: #499522;
  color: white;
}

.welcome-box {
  margin-bottom: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 21px;
  background: #f2f2f2;
  color: #333333;
  font-weight: 400;
}

.welcome-box p {
  margin-bottom: 20px;
}

.welcome-box p:last-child {
  margin-bottom: 0;
}

.newsletter-box {
  margin-bottom: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 21px;
  background: #f2f2f2;
  color: #333333;
  font-weight: 600;
}

.newsletter-box__title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-box__title:before {
  margin-right: 10px;
}

.newsletter-box__form label {
  margin-bottom: 5px;
}

.newsletter-box__form input {
  margin-bottom: 12px;
  font-size: 13px;
  height: 35px;
  border-radius: 3px;
  border-color: #53aa27;
}

@media only screen and (max-width: 770px) {
  .newsletter-box__form input {
    width: 100%;
  }
}

.newsletter-box__form .validation-advice {
  margin: 0 0 10px 0;
}

.newsletter-box__form .actions .button {
  width: 100%;
  border-radius: 3px;
  background: #53aa27;
  color: white;
  font-weight: 600;
}

.newsletter-box__form .actions .button:hover {
  background: #499522;
}

.advice-box {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  padding: 95px 35px;
  background: url(../images/advice-bg.jpg) #53aa27 center center;
  background-size: cover;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.advice-box__title {
  margin-bottom: 10px;
  line-height: 30px;
  color: white;
}

.advice-box__btn {
  padding: 10px 25px;
  font-size: 13px;
  background: white;
  border-radius: 3px;
  color: #53aa27;
  transition: all .5s ease;
  font-weight: 600;
}

.advice-box__btn:hover {
  background: #53aa27;
  color: white;
  text-decoration: none;
}

.footer-container {
  background: #f2f2f2;
  position: relative;
  padding-top: 30px;
}

.footer-container:before, .footer-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background: #f2f2f2;
}

.footer-container:after {
  left: 100%;
  display: block;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 770px) {
  .footer__wrapper {
    flex-direction: column;
  }
}

@media only screen and (min-width: 771px) {
  .footer__wrapper {
    flex-direction: row;
  }
}

.footer__wrapper__links {
  display: flex;
}

@media only screen and (min-width: 771px) {
  .footer__wrapper__links {
    flex: 0 0 430px;
  }
}

.footer__links__list {
  margin-right: 40px;
  font-size: 12px;
}

.footer__links__list a {
  color: #333333;
  line-height: 24px;
  transition: all .5s ease;
}

.footer__links__list a:hover {
  text-decoration: none;
  opacity: .6;
}

.footer__links__list .link__top {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer__wrapper__logos {
  text-align: right;
}

@media only screen and (max-width: 770px) {
  .footer__wrapper__logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.footer__wrapper__logos img {
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
}

.footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #CCCCCC;
  width: 100%;
  font-size: 11px;
  margin: 40px auto 0;
  padding: 30px 0 0;
}

.footer__copyright a {
  font-weight: bold;
}

.footer__copyright .afmps {
  flex: 0 0 115px;
  margin-left: 20px;
}

#auguria-slider {
  width: 100% !important;
  margin-bottom: 58px;
  overflow: hidden;
}

#auguria-slider .prev,
#auguria-slider .next {
  background-size: cover;
  margin: 0;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#auguria-slider .prev {
  background-image: url("../images/arrow-left.png") !important;
}

@media only screen and (max-width: 770px) {
  #auguria-slider .prev {
    left: 10px;
  }
}

@media only screen and (min-width: 771px) {
  #auguria-slider .prev {
    left: 30px;
  }
}

#auguria-slider .next {
  background-image: url("../images/arrow-right.png") !important;
}

@media only screen and (max-width: 770px) {
  #auguria-slider .next {
    right: 10px;
  }
}

@media only screen and (min-width: 771px) {
  #auguria-slider .next {
    right: 30px;
  }
}

#auguria-slider ul.pagination {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#auguria-slider ul.pagination a {
  margin: 0 5px;
  border-radius: 50%;
  background-image: none;
  background-color: #dbdbdb;
  padding-top: 8px;
  width: 8px;
}

#auguria-slider ul.pagination .current a {
  background-color: #53aa27;
}

#auguria-slider .caption {
  background: none;
  border-top: none;
  font-family: 'Poppins', sans-serif;
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 770px) {
  #auguria-slider .caption {
    height: 250px !important;
    padding: 5px 40px 0;
  }
}

@media only screen and (min-width: 771px) {
  #auguria-slider .caption {
    height: auto !important;
    padding-left: 75px;
    bottom: 55px !important;
  }
}

#auguria-slider .caption h1 {
  margin-bottom: 15px;
  color: white;
  font-weight: 300;
}

@media only screen and (max-width: 770px) {
  #auguria-slider .caption h1 {
    max-width: 290px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 771px) {
  #auguria-slider .caption h1 {
    font-size: 38px;
  }
}

#auguria-slider .caption p {
  font-weight: 300;
  line-height: 1.2;
}

#auguria-slider .caption p b {
  font-weight: 600;
}

@media only screen and (max-width: 770px) {
  #auguria-slider .caption p {
    font-size: 12px;
    max-width: 260px;
  }
}

@media only screen and (min-width: 771px) {
  #auguria-slider .caption p {
    font-size: 22px;
    padding-right: 100px;
  }
}

.auguria-slider-container .slides_control {
  overflow: hidden;
}

@media only screen and (min-width: 771px) {
  .auguria-slider-container .slides_control {
    height: 345px !important;
  }
}

.auguria-slider-container .slide {
  width: 890px;
  /*100%*/
  min-height: 345px;
  position: relative;
}

.auguria-slider-container .slide:before {
  content: '';
  background: url("../images/bg-gradient.png") left bottom repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}

@media only screen and (max-width: 770px) {
  #header-cart.skip-active {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 99;
    width: 100%;
  }
}

@media only screen and (min-width: 771px) {
  #header-cart.skip-active {
    top: 70px;
  }
}

#header-cart .minicart-wrapper {
  padding: 10px;
  text-align: center;
}

#header-cart .mini-products-list {
  text-align: left;
}

#header-cart .mini-products-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#header-cart .mini-products-list .product-details {
  margin-left: 0;
}

#header-cart .close {
  display: none;
}

#header-cart a {
  margin-left: 0;
  align-self: initial;
  color: #53aa27;
  font-weight: normal;
}

#header-cart .product-name {
  padding-top: 0;
}

#header-cart .product-name a {
  font-weight: bold;
}

#header-cart .product-image {
  margin-right: 10px;
}

#header-cart a.button {
  color: white;
}

#header-cart .info-wrapper {
  margin-bottom: 15px;
}

#header-cart .subtotal {
  font-weight: bold;
  margin-bottom: 10px;
}

.products_A-Z {
  margin-bottom: 30px;
}

.A-Z, .A-Z_A-Z {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.A-Z li, .A-Z_A-Z li {
  margin-right: 5px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.A-Z li a, .A-Z_A-Z li a {
  display: block;
  opacity: .8;
}

.A-Z li:hover, .A-Z_A-Z li:hover {
  opacity: 1;
}

.A-Z li a {
  color: #53aa27;
}

.A-Z_A-Z li a {
  color: #333333;
}

.price-box.without-promo .old-price,
.price-box.without-promo .special-price .price-label {
  display: none;
}

#shopping-cart-table tbody .onlyMobile {
  display: none;
}

#shopping-cart-table tbody .cart-price .qty {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  #shopping-cart-table tbody .a-center {
    text-align: left;
  }
  #shopping-cart-table tbody .onlyMobile {
    display: inline-block;
  }
  #shopping-cart-table tbody .cart-price {
    display: flex;
    justify-content: space-between;
  }
  #shopping-cart-table tbody .cart-price .qty {
    text-align: center;
  }
}

.agreement-content {
  display: none;
}

.agree {
  padding: 20px 0;
}

#checkout-step-shipping_method dt:nth-child(2)::before {
  content: "5";
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../images/webshopapps/upsaccesspoint/ups.gif");
  background-size: cover;
}

#checkout-step-shipping_method .location {
  width: 100%;
  padding: 0;
}

#checkout-step-shipping_method .location.withmap {
  display: flex;
  margin: 10px 0;
  justify-content: flex-end;
}

@media only screen and (max-width: 770px) {
  #checkout-step-shipping_method .location.withmap {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 771px) {
  #checkout-step-shipping_method .location.withmap {
    flex-direction: row-reverse;
  }
}

#checkout-step-shipping_method .location.withmap .map_canvas {
  flex: 1;
  margin: 0;
  max-width: 100%;
  height: auto;
}

#checkout-step-shipping_method .location.withmap .map_canvas #map-canvas-ups {
  width: 100% !important;
  height: 100% !important;
}

#checkout-step-shipping_method .location_label {
  width: auto;
  font-weight: bold;
}

#checkout-step-shipping_method .location-select {
  width: 100%;
  max-width: none;
  padding: 5px;
  margin-bottom: 20px;
}

#checkout-step-shipping_method .store_info {
  border-left: 3px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0;
  width: 215px;
  flex: 0 0 215px;
}

#checkout-step-shipping_method .store_image {
  width: auto;
}

#checkout-step-shipping_method .store_image img {
  width: 100%;
  height: auto;
}

.bpostandco {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.shipping_method_title {
  display: flex;
  align-items: center;
}

.shipping_method_title:before {
  content: "";
  display: block;
  width: 102px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url("../images/colissimo.png") !important;
  background-size: cover;
}

.shipment-methods dt {
  margin-top: 10px;
}

#co-billing-form ul li:last-child label:after {
  content: " / Kiala";
}

label[for=notification-sms],
label[for=pickup-point-notification-sms] {
  display: none;
}

#reduced-mobility-wrapper {
  margin-top: -15px;
}

#co-shipping-method-form .sp-methods dt:first-child:after {
  content: ", Colissimo ou autre fournisseur local";
}

#co-shipping-method-form .sp-methods dt:after {
  content: " / Kiala";
}

.price__advantage {
  margin-top: 10px;
  color: #53aa27;
}

.price__advantage span {
  margin-left: 10px;
  color: #636363;
}

.item .price__advantage {
  font-size: 11px;
  margin-top: 5px;
}

.item .price__advantage span {
  margin-left: 0;
}

.logo-container .skip-link {
  max-width: 40px;
}

.global-site-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  color: black;
  background-color: #f3f3f3;
  font-size: 14px;
  width: 100%;
}

.global-site-notice .notice-inner {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  background-image: none;
  padding: 20px;
}

@media only screen and (max-width: 770px) {
  .global-site-notice .notice-inner {
    flex-direction: column;
  }
}

@media only screen and (max-width: 770px) {
  .global-site-notice .notice-text {
    text-align: center;
  }
}

@media only screen and (min-width: 771px) {
  .global-site-notice .notice-text {
    margin-right: 60px;
    font-size: 14px;
  }
}

.disclaimer-checkbox {
  margin: 20px 0;
  max-width: 435px;
  display: flex;
}

.disclaimer-checkbox input[type="checkbox"] {
  margin-top: .2rem;
}

.disclaimer-checkbox label {
  margin-left: .5rem;
  cursor: pointer;
  font-weight: bold;
}

.disclaimer-txt {
  margin: 20px 0;
  max-width: 435px;
  font-size: 12px;
  opacity: .6;
}

.checkout-agreements .disclaimer-checkbox {
  padding: 0;
}

.checkout-agreements .disclaimer-txt {
  display: none;
}

.lightgreen {
  color: #53aa27;
}

.darkgreen {
  color: #294f04;
}

#av_product_award {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  margin: 10px 0 !important;
  background: none !important;
  border: none !important;
}

#av_product_award #top {
  margin-left: 10px;
  text-align: left !important;
}

#av_product_award #bottom {
  display: none;
}

#av_product_award #sceau {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  width: 60px !important;
  height: 60px !important;
}

.delivery-box.avis-verifies .delivery-box__title {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.delivery-box.avis-verifies .delivery-box__text {
  text-align: center;
}

.delivery-box.avis-verifies .delivery-box__text > div {
  height: 90px !important;
}

.delivery-box.avis-verifies .delivery-box__text #netreviewsWidgetNum11270widget19av {
  background-image: url(//cl.avis-verifies.com/fr/widget4/iframe/logo_170.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.delivery-box.avis-verifies .delivery-box__text.nl #netreviewsWidgetNum11270widget19av {
  background-image: url(//cl.avis-verifies.com/nl/widget4/iframe/logo_170.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#netreviewsWidgetNum11270widget19avBackground {
  height: 145px !important;
}

#netreviewsWidgetNum11270widget19avBackground img {
  display: none;
}

#netreviewsWidgetNum11270widget19avBackground div img {
  display: block;
}

#netreviewsWidgetNum11270widget19avBackground div:last-child {
  top: 80px;
  bottom: auto !important;
}

#netreviewsWidgetNum11270widget19avStars01,
#netreviewsWidgetNum11270widget19avStars02,
#netreviewsWidgetNum11270widget19avStars03,
#netreviewsWidgetNum11270widget19avStars04,
#netreviewsWidgetNum11270widget19avStars05,
#netreviewsWidgetNum11270widget19avStars06 {
  bottom: 73px !important;
}

#netreviewsWidgetNum11270widget19avRateWrap {
  font-size: 45px !important;
  top: 0 !important;
  font-weight: bold !important;
}

#idTabavisverifies #headerAV {
  display: none !important;
}

#idTabavisverifies #under-headerAV {
  display: flex !important;
  background-position: 0px 5px !important;
  height: auto !important;
  background: url(http://www.pharmachezvous.be/skin/frontend/base/default/images/avisverifies/Sceau_100fr_FR.png) no-repeat !important;
  background-size: 60px !important;
}

@media only screen and (max-width: 770px) {
  #idTabavisverifies #under-headerAV {
    flex-direction: column;
  }
}

@media only screen and (min-width: 771px) {
  #idTabavisverifies #under-headerAV {
    flex-direction: row;
    justify-content: space-between;
  }
  #idTabavisverifies #under-headerAV div#aggregateRatingAV {
    margin-left: 60px !important;
  }
}

#idTabavisverifies #idTabavisverifies {
  margin-top: 0 !important;
}

#idTabavisverifies > div {
  background-color: transparent !important;
}

#idTabavisverifies .reviewAV {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc !important;
  padding: 20px 0;
}

@media only screen and (max-width: 770px) {
  #idTabavisverifies .reviewAV {
    flex-direction: column;
  }
}

@media only screen and (min-width: 771px) {
  #idTabavisverifies .reviewAV {
    flex-direction: row;
  }
}

#idTabavisverifies .reviewAV div.reviewInfosAV {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 771px) {
  #idTabavisverifies .reviewAV div.reviewInfosAV {
    margin-right: 50px !important;
    margin-left: 72px !important;
  }
}

#idTabavisverifies .reviewAV div.reviewInfosAV div:first-child {
  font-weight: bold;
}

#idTabavisverifies .triangle-border {
  border: 0 !important;
}

#idTabavisverifies .triangle-border:before, #idTabavisverifies .triangle-border:after {
  display: none !important;
}

#idTabavisverifies .reviewAV div.reviewInfosAV div.rateAV {
  font-size: 20px !important;
  font-weight: normal !important;
  letter-spacing: 3px;
  margin-right: 5px;
  text-align: center;
}

#idTabavisverifies .reviewAV div.reviewInfosAV div.rateAV span {
  font-size: 34px !important;
}

#idTabavisverifies .reviewAV div.reviewInfosAV div.rateAV img {
  display: block !important;
  margin: 10px 0 !important;
}

#idTabavisverifies .reviewAV div.reviewInfosAV div.rateAV:before {
  content: '';
  margin: 10px auto 0;
  width: 40px;
  height: 1px;
  background-color: #cacaca;
  display: block;
}

#idTabavisverifies .reviewAV div.reviewInfosAV > div {
  height: auto !important;
}

#idTabavisverifies .reviewAV div.reviewInfosAV > div div:nth-child(2) {
  border-top: 1px solid #ccc;
}

#idTabavisverifies div#aggregateRatingAV {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}

#idTabavisverifies div#aggregateRatingAV div:last-child {
  font-size: 14px;
  text-transform: uppercase;
  width: 125px;
}

@media only screen and (max-width: 770px) {
  #idTabavisverifies div#aggregateRatingAV div:last-child {
    margin: auto;
  }
}

@media only screen and (max-width: 770px) {
  #idTabavisverifies div#aggregateRatingAV {
    margin-right: 50px;
  }
}

#netreviewsWidgetNum11236widget01av {
  display: none !important;
}

#idTabavisverifies div.ratingWrapper {
  display: block !important;
  margin-bottom: 10px;
  width: auto !important;
}

.add-to-box {
  border-bottom: 1px solid #ccc !important;
  height: auto !important;
  padding-bottom: 5px;
}

.ratings .rating-link {
  margin-top: 5px;
}

.average-rating-label {
  margin: auto;
  width: 100px;
  display: block;
  line-height: 1.1;
}

.average-rating {
  color: #000;
  font-size: 26px;
  letter-spacing: 3px;
}

.average-rating span {
  font-size: 50px;
}

.aggregateRatingAV__total {
  color: #000;
}

.aggregateRatingAV__total:before {
  content: '';
  margin: 10px auto;
  width: 40px;
  height: 1px;
  background-color: #cacaca;
  display: block;
}

@media only screen and (max-width: 770px) {
  #idTabavisverifies div#certificatAV {
    text-align: center;
  }
}

@media only screen and (max-width: 771px) {
  #idTabavisverifies #ajax_comment_content {
    padding: 30px 10px 0 !important;
  }
}

.ratingTitle {
  font-weight: bold;
  text-transform: uppercase;
}

.products-grid .ratings {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.products-grid .ratings .rating-box {
  margin: 5px 0;
}

.products-grid .ratings .rating-link {
  margin: 0 10px 0 0;
}
