/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////DESKTOP////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/***************************************Inputs*******************************************/
/**************************************COULEURS PICTOS****************************/
/************************BOOTSTRAP*************************************************/
.custom-checkboxes {
  margin-bottom: 15px;
}
.custom-checkboxes .checkbox-button {
  cursor: pointer;
}
.custom-checkboxes input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.custom-checkboxes input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}
.custom-checkboxes .checkbox-button__input {
  opacity: 0;
  position: absolute;
  display: none;
}
.custom-checkboxes .checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: inherit;
  color: #a48871;
  border: 1px solid #a48871;
}
.custom-checkboxes .checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #795f4a;
}
.custom-checkboxes .checkbox-button__input:checked + .checkbox-button__control {
  border-color: #a48871;
}
.custom-checkboxes .checkbox-button__control {
  transform: scale(1);
}
.custom-checkboxes .checkbox-button__label {
  color: #a48871;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .navigation,
  .page-wrapper > .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1199px;
  }
}
@media (min-width: 768px) {
  .page-wrapper {
    background: #fffdf8;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.height-80 {
  height: 80px;
}
.height-75 {
  height: 75px;
}
.height-100 {
  height: 100px;
}
.height-260 {
  height: 260px;
}
/**avertissement***************************/
.avertissement-container {
  text-align: center;
  padding: 15px;
  border: 4px solid black;
  background: white;
}
.avertissement-container .avertissement-left {
  display: inline-block;
  width: 100px;
  max-width: 100px;
  text-align: center;
}
.avertissement-container .avertissement-left img {
  padding: 2px;
  max-height: 50px;
  border: solid 1px black;
}
.avertissement-container .avertissement-right {
  vertical-align: top;
  padding-left: 20px;
  max-width: 100%;
  display: inline-block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  line-height: 17px;
  color: black;
}
.avertissement-container .avertissement-right .style1 {
  text-align: justify;
  font-size: 20px;
  font-weight: bold;
}
.avertissement-container .avertissement-right .style2 {
  text-align: left;
  font-size: 13px;
}
.avertissement-container .avertissement-right .style3 {
  text-align: right;
  font-size: 10px;
}
/**************************************BOUTONS*************************************/
#massaddtocart button.action.primary {
  padding: 12px 30px;
  font-size: 16px;
  box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
  text-transform: none;
  height: 61px;
  border-radius: 0;
  background: #0d1b28;
  height: auto !important;
  margin-top: 20px;
  margin-bottom: 22px;
  float: right;
}
#massaddtocart button.action.primary:hover {
  background: #0d1b28;
  opacity: 0.9;
}
.modal-inner-wrap input[type="text"],
.modal-inner-wrap input[type="password"],
.modal-inner-wrap input[type="url"],
.modal-inner-wrap input[type="tel"],
.modal-inner-wrap input[type="search"],
.modal-inner-wrap input[type="number"],
.modal-inner-wrap input[type="datetime"],
.modal-inner-wrap input[type="email"] {
  border-radius: 0px;
  height: 46px;
}
.modal-inner-wrap .action.action-login.secondary {
  border-color: #6e5540;
  font-size: 13px;
  height: 45px;
  line-height: 1.4;
  padding: 10px 30px;
  font-family: 'Montserrat';
  font-size: 14px;
  border-radius: 0;
}
.modal-inner-wrap .action.action-register.primary {
  height: 63px;
  height: 50px;
  background-color: #0d1b28;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  vertical-align: middle;
  border-radius: 0;
}
.btn-more {
  text-align: center;
  margin: 15px;
  border: 1px solid #a48871;
  width: 200px;
  display: inline-block;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
.btn-more:hover {
  background: #a48871;
  color: white;
}
.btn {
  height: 54px;
  line-height: 27px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 54px;
}
.btn-default {
  border: 1px solid #a48871;
  background-color: #e9e2d0;
  color: #555555;
}
.btn-default:after {
  background-image: url('../images/nuage-dore.svg');
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.btn-default.btn-all {
  border-radius: 0;
  width: 100%;
  background: transparent;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #0d1b28;
}
.btn-type2 {
  color: #e9e2d0 !important;
  font-family: 'Montserrat';
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 54px;
  text-transform: uppercase;
  height: 54px;
}
.btn-type2:after {
  content: ' ';
  height: 1px;
  background: #a48871;
  width: 100%;
  display: block;
  margin-top: -15px;
}
/*bouton paiement du mini cart*/
.block-minicart .block-content > .actions > .primary .action.primary {
  width: 100%;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  color: #e9e2d0;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  height: 54px;
  background-color: #0d1b28;
  text-transform: unset;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #0d1b28;
  border-color: #0d1b28;
  color: #e9e2d0;
}
/*bouon commander du mini cart*/
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  height: 54px;
  line-height: 27px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 54px;
  border-color: #a48871;
  border-radius: 0;
  color: #a48871;
}
/************************************HOME PAGE***********************************/
.cms-index-index .page-main {
  min-height: 0;
  padding: 0;
}
.cms-index-index .page-main .column-main {
  padding: 0;
}
/*HOME SLIDER*/
.banner-content-6 {
  padding: 215px 0 0px;
  line-height: 1;
}
.banner-content-6 .label {
  text-align: center;
  padding-top: -7px;
  position: absolute;
  width: 100%;
  margin-top: 20px;
  color: #a48871;
  font-family: 'Montserrat';
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 20px;
  text-transform: uppercase;
}
.banner-content-6 .owl-theme .prev-slide {
  background: url(../images/left-arrow.png) no-repeat scroll 0 0;
  left: -33px;
}
.banner-content-6 .owl-theme .next-slide {
  background: url(../images/right-arrow.png) no-repeat scroll 0px 0px;
  right: -33px;
}
.banner-content-6 .owl-theme .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  left: 0px;
}
.banner-content-6 .owl-theme .custom-nav {
  position: relative;
  left: 0;
  right: 0;
}
.banner-content-6 .owl-theme .custom-nav .owl-prev,
.banner-content-6 .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 37px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  top: 100%;
}
.banner-content-6 .owl-theme .custom-nav .owl-prev i,
.banner-content-6 .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.banner-content-6 .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.banner-content-6 .owl-theme .custom-nav .owl-next {
  right: 0;
}
.banner-content-6 .custom-navigation {
  background: #000;
  height: 37px;
}
.banner-content-6 .text-content p a {
  margin-bottom: 0;
  vertical-align: top;
  padding: 0 35px;
  border: none;
  box-shadow: none;
  margin-right: 15px;
  margin-left: 0;
  border-radius: 0;
  margin-top: 50px;
}
.banner-content-6 h2.slider-title {
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  color: #e5e5e5;
  font-family: 'Montserrat';
  font-size: 42px;
  letter-spacing: normal;
  font-weight: 700;
  text-align: left;
  line-height: 49px;
}
.banner-content-6 .text-content {
  padding-left: 95px;
}
.banner-content-6 .text-content p.slider-paragraph {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  text-align: left;
  font-weight: 300;
  line-height: 28px;
  padding: 15px 0;
}
@media (min-width: 1180px) {
  .banner-content-6 .owl-carousel .owl-item img.flacons {
    height: auto;
    max-width: 570px !important;
    margin-top: -40px;
    margin-left: -170px;
  }
}
.flavorhit-introduction {
  background-image: url('../images/135-layers.png');
  margin-top: 20px;
  background-repeat: no-repeat;
}
.flavorhit-introduction .align-items-center.height-440 {
  height: 400px;
}
.flavorhit-introduction .align-items-center .introduction-left,
.flavorhit-introduction .align-items-center .introduction-right {
  text-align: center;
}
.flavorhit-introduction .align-items-center .introduction-left p,
.flavorhit-introduction .align-items-center .introduction-right p {
  color: #0d1b28;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  /* Text style for "Flavor Hit" */
}
.flavorhit-introduction .align-items-center .introduction-left p span.strong,
.flavorhit-introduction .align-items-center .introduction-right p span.strong {
  font-family: Roboto;
  font-weight: 900;
  font-style: italic;
}
.flavorhit-introduction .align-items-center.citation {
  text-align: center;
}
.flavorhit-introduction .align-items-center.citation p {
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 32px;
}
.flavorhit-introduction .align-items-center.citation p .strong {
  font-weight: 700;
  font-style: italic;
}
.flavorhit-introduction .align-items-center.citation p.signature {
  color: #a48871;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 28px;
  text-transform: uppercase;
  font-style: normal;
}
.flavorhit-introduction .align-items-center.citation .hr-signature {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 18px;
  margin-top: 18px;
  color: #a48871;
  background: #a48871;
  border-color: #a48871;
  max-width: 70px;
}
.flavorhit-nouveautés,
.flavorhit-offers,
.flavorhit-gammes,
.flavorhit-histoire {
  padding-top: 30px;
  padding-bottom: 30px;
}
.flavorhit-nouveautés .product-item-inner,
.flavorhit-offers .product-item-inner,
.flavorhit-gammes .product-item-inner,
.flavorhit-histoire .product-item-inner {
  display: none;
}
.flavorhit-nouveautés .img-block,
.flavorhit-offers .img-block,
.flavorhit-gammes .img-block,
.flavorhit-histoire .img-block {
  position: absolute;
  left: 35px;
  top: 20px;
  z-index: 10;
  height: 50px;
}
.flavorhit-nouveautés .owl-carousel .owl-nav .owl-prev,
.flavorhit-offers .owl-carousel .owl-nav .owl-prev,
.flavorhit-gammes .owl-carousel .owl-nav .owl-prev,
.flavorhit-histoire .owl-carousel .owl-nav .owl-prev,
.flavorhit-nouveautés .owl-carousel .owl-nav .owl-next,
.flavorhit-offers .owl-carousel .owl-nav .owl-next,
.flavorhit-gammes .owl-carousel .owl-nav .owl-next,
.flavorhit-histoire .owl-carousel .owl-nav .owl-next,
.flavorhit-nouveautés .owl-carousel .owl-dot,
.flavorhit-offers .owl-carousel .owl-dot,
.flavorhit-gammes .owl-carousel .owl-dot,
.flavorhit-histoire .owl-carousel .owl-dot {
  width: 30px;
  height: 30px;
}
.flavorhit-nouveautés .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev,
.flavorhit-offers .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev,
.flavorhit-gammes .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev,
.flavorhit-histoire .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
  width: 12px;
  height: 20px;
  left: -30px;
}
.flavorhit-nouveautés .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next,
.flavorhit-offers .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next,
.flavorhit-gammes .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next,
.flavorhit-histoire .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
  right: -30px;
  width: 12px;
  height: 20px;
}
.flavorhit-nouveautés .owl-carousel .owl-nav .owl-prev,
.flavorhit-offers .owl-carousel .owl-nav .owl-prev,
.flavorhit-gammes .owl-carousel .owl-nav .owl-prev,
.flavorhit-histoire .owl-carousel .owl-nav .owl-prev {
  background: url(../images/prev-slider.png) no-repeat scroll 0 0;
}
.flavorhit-nouveautés .owl-carousel .owl-nav .owl-next,
.flavorhit-offers .owl-carousel .owl-nav .owl-next,
.flavorhit-gammes .owl-carousel .owl-nav .owl-next,
.flavorhit-histoire .owl-carousel .owl-nav .owl-next {
  background: url(../images/next-slider.png) no-repeat scroll 0px 0px;
}
.flavorhit-nouveautés .product-item-info,
.flavorhit-offers .product-item-info,
.flavorhit-gammes .product-item-info,
.flavorhit-histoire .product-item-info {
  border: 1px solid #3b3b3b;
}
.flavorhit-nouveautés .product-item-details,
.flavorhit-offers .product-item-details,
.flavorhit-gammes .product-item-details,
.flavorhit-histoire .product-item-details {
  border-top: 1px solid #3b3b3b;
}
.flavorhit-nouveautés .product-item-photo,
.flavorhit-offers .product-item-photo,
.flavorhit-gammes .product-item-photo,
.flavorhit-histoire .product-item-photo {
  border-radius: 0;
}
.flavorhit-nouveautés .product-labels,
.flavorhit-offers .product-labels,
.flavorhit-gammes .product-labels,
.flavorhit-histoire .product-labels {
  top: -10px;
}
.flavorhit-nouveautés .product-label.new-label,
.flavorhit-offers .product-label.new-label,
.flavorhit-gammes .product-label.new-label,
.flavorhit-histoire .product-label.new-label {
  text-decoration: underline;
  background: none;
  height: 50px;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 50px;
}
.flavorhit-nouveautés .product-label.new-label:after,
.flavorhit-offers .product-label.new-label:after,
.flavorhit-gammes .product-label.new-label:after,
.flavorhit-histoire .product-label.new-label:after {
  content: " ";
  background: black;
  height: 1px;
}
.flavorhit-nouveautés .nouveautes-title,
.flavorhit-offers .nouveautes-title,
.flavorhit-gammes .nouveautes-title,
.flavorhit-histoire .nouveautes-title,
.flavorhit-nouveautés .offers-title,
.flavorhit-offers .offers-title,
.flavorhit-gammes .offers-title,
.flavorhit-histoire .offers-title {
  text-align: center;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
.flavorhit-nouveautés .product-item-details,
.flavorhit-offers .product-item-details,
.flavorhit-gammes .product-item-details,
.flavorhit-histoire .product-item-details {
  text-align: left;
  padding: 0 15px;
}
.flavorhit-nouveautés .product-item-details .row,
.flavorhit-offers .product-item-details .row,
.flavorhit-gammes .product-item-details .row,
.flavorhit-histoire .product-item-details .row {
  min-height: 80px;
}
.flavorhit-nouveautés .product-item-details .view-more a,
.flavorhit-offers .product-item-details .view-more a,
.flavorhit-gammes .product-item-details .view-more a,
.flavorhit-histoire .product-item-details .view-more a {
  padding: 15px 25px;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: unset;
  border: 1px solid #0d1b28;
}
.flavorhit-nouveautés .product-item-details .product-item-link,
.flavorhit-offers .product-item-details .product-item-link,
.flavorhit-gammes .product-item-details .product-item-link,
.flavorhit-histoire .product-item-details .product-item-link {
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.flavorhit-nouveautés .product-item-details .product.subname,
.flavorhit-offers .product-item-details .product.subname,
.flavorhit-gammes .product-item-details .product.subname,
.flavorhit-histoire .product-item-details .product.subname {
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.flavorhit-nouveautés .product-item-details.blends,
.flavorhit-offers .product-item-details.blends,
.flavorhit-gammes .product-item-details.blends,
.flavorhit-histoire .product-item-details.blends,
.flavorhit-nouveautés .product-item-details.blend,
.flavorhit-offers .product-item-details.blend,
.flavorhit-gammes .product-item-details.blend,
.flavorhit-histoire .product-item-details.blend {
  background-color: #06151f;
}
.flavorhit-nouveautés .product-item-details.blends .product-item-link,
.flavorhit-offers .product-item-details.blends .product-item-link,
.flavorhit-gammes .product-item-details.blends .product-item-link,
.flavorhit-histoire .product-item-details.blends .product-item-link,
.flavorhit-nouveautés .product-item-details.blend .product-item-link,
.flavorhit-offers .product-item-details.blend .product-item-link,
.flavorhit-gammes .product-item-details.blend .product-item-link,
.flavorhit-histoire .product-item-details.blend .product-item-link {
  color: #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.blends .product.subname,
.flavorhit-offers .product-item-details.blends .product.subname,
.flavorhit-gammes .product-item-details.blends .product.subname,
.flavorhit-histoire .product-item-details.blends .product.subname,
.flavorhit-nouveautés .product-item-details.blend .product.subname,
.flavorhit-offers .product-item-details.blend .product.subname,
.flavorhit-gammes .product-item-details.blend .product.subname,
.flavorhit-histoire .product-item-details.blend .product.subname {
  color: #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.blends .view-more a,
.flavorhit-offers .product-item-details.blends .view-more a,
.flavorhit-gammes .product-item-details.blends .view-more a,
.flavorhit-histoire .product-item-details.blends .view-more a,
.flavorhit-nouveautés .product-item-details.blend .view-more a,
.flavorhit-offers .product-item-details.blend .view-more a,
.flavorhit-gammes .product-item-details.blend .view-more a,
.flavorhit-histoire .product-item-details.blend .view-more a {
  color: #e9e2d0 !important;
  border: 1px solid #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.diy,
.flavorhit-offers .product-item-details.diy,
.flavorhit-gammes .product-item-details.diy,
.flavorhit-histoire .product-item-details.diy {
  background-color: #434a4d;
}
.flavorhit-nouveautés .product-item-details.menthole,
.flavorhit-offers .product-item-details.menthole,
.flavorhit-gammes .product-item-details.menthole,
.flavorhit-histoire .product-item-details.menthole,
.flavorhit-nouveautés .product-item-details.menthol,
.flavorhit-offers .product-item-details.menthol,
.flavorhit-gammes .product-item-details.menthol,
.flavorhit-histoire .product-item-details.menthol {
  background-color: #002526;
}
.flavorhit-nouveautés .product-item-details.menthole .product-item-link,
.flavorhit-offers .product-item-details.menthole .product-item-link,
.flavorhit-gammes .product-item-details.menthole .product-item-link,
.flavorhit-histoire .product-item-details.menthole .product-item-link,
.flavorhit-nouveautés .product-item-details.menthol .product-item-link,
.flavorhit-offers .product-item-details.menthol .product-item-link,
.flavorhit-gammes .product-item-details.menthol .product-item-link,
.flavorhit-histoire .product-item-details.menthol .product-item-link {
  color: #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.menthole .product.subname,
.flavorhit-offers .product-item-details.menthole .product.subname,
.flavorhit-gammes .product-item-details.menthole .product.subname,
.flavorhit-histoire .product-item-details.menthole .product.subname,
.flavorhit-nouveautés .product-item-details.menthol .product.subname,
.flavorhit-offers .product-item-details.menthol .product.subname,
.flavorhit-gammes .product-item-details.menthol .product.subname,
.flavorhit-histoire .product-item-details.menthol .product.subname {
  color: #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.menthole .view-more a,
.flavorhit-offers .product-item-details.menthole .view-more a,
.flavorhit-gammes .product-item-details.menthole .view-more a,
.flavorhit-histoire .product-item-details.menthole .view-more a,
.flavorhit-nouveautés .product-item-details.menthol .view-more a,
.flavorhit-offers .product-item-details.menthol .view-more a,
.flavorhit-gammes .product-item-details.menthol .view-more a,
.flavorhit-histoire .product-item-details.menthol .view-more a {
  color: #e9e2d0 !important;
  border: 1px solid #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.fruite,
.flavorhit-offers .product-item-details.fruite,
.flavorhit-gammes .product-item-details.fruite,
.flavorhit-histoire .product-item-details.fruite,
.flavorhit-nouveautés .product-item-details.fruitee,
.flavorhit-offers .product-item-details.fruitee,
.flavorhit-gammes .product-item-details.fruitee,
.flavorhit-histoire .product-item-details.fruitee {
  background-color: #320b26;
}
.flavorhit-nouveautés .product-item-details.fruite .product-item-link,
.flavorhit-offers .product-item-details.fruite .product-item-link,
.flavorhit-gammes .product-item-details.fruite .product-item-link,
.flavorhit-histoire .product-item-details.fruite .product-item-link,
.flavorhit-nouveautés .product-item-details.fruitee .product-item-link,
.flavorhit-offers .product-item-details.fruitee .product-item-link,
.flavorhit-gammes .product-item-details.fruitee .product-item-link,
.flavorhit-histoire .product-item-details.fruitee .product-item-link {
  color: #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.fruite .product.subname,
.flavorhit-offers .product-item-details.fruite .product.subname,
.flavorhit-gammes .product-item-details.fruite .product.subname,
.flavorhit-histoire .product-item-details.fruite .product.subname,
.flavorhit-nouveautés .product-item-details.fruitee .product.subname,
.flavorhit-offers .product-item-details.fruitee .product.subname,
.flavorhit-gammes .product-item-details.fruitee .product.subname,
.flavorhit-histoire .product-item-details.fruitee .product.subname {
  color: #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.fruite .view-more a,
.flavorhit-offers .product-item-details.fruite .view-more a,
.flavorhit-gammes .product-item-details.fruite .view-more a,
.flavorhit-histoire .product-item-details.fruite .view-more a,
.flavorhit-nouveautés .product-item-details.fruitee .view-more a,
.flavorhit-offers .product-item-details.fruitee .view-more a,
.flavorhit-gammes .product-item-details.fruitee .view-more a,
.flavorhit-histoire .product-item-details.fruitee .view-more a {
  color: #e9e2d0 !important;
  border: 1px solid #e9e2d0 !important;
}
.flavorhit-nouveautés .product-item-details.gourmand,
.flavorhit-offers .product-item-details.gourmand,
.flavorhit-gammes .product-item-details.gourmand,
.flavorhit-histoire .product-item-details.gourmand,
.flavorhit-nouveautés .product-item-details.gourmande,
.flavorhit-offers .product-item-details.gourmande,
.flavorhit-gammes .product-item-details.gourmande,
.flavorhit-histoire .product-item-details.gourmande {
  background-color: #e9e2d0;
}
.flavorhit-nouveautés .product-item-details.gourmand .product-item-link,
.flavorhit-offers .product-item-details.gourmand .product-item-link,
.flavorhit-gammes .product-item-details.gourmand .product-item-link,
.flavorhit-histoire .product-item-details.gourmand .product-item-link,
.flavorhit-nouveautés .product-item-details.gourmande .product-item-link,
.flavorhit-offers .product-item-details.gourmande .product-item-link,
.flavorhit-gammes .product-item-details.gourmande .product-item-link,
.flavorhit-histoire .product-item-details.gourmande .product-item-link,
.flavorhit-nouveautés .product-item-details.gourmand .subname,
.flavorhit-offers .product-item-details.gourmand .subname,
.flavorhit-gammes .product-item-details.gourmand .subname,
.flavorhit-histoire .product-item-details.gourmand .subname,
.flavorhit-nouveautés .product-item-details.gourmande .subname,
.flavorhit-offers .product-item-details.gourmande .subname,
.flavorhit-gammes .product-item-details.gourmande .subname,
.flavorhit-histoire .product-item-details.gourmande .subname {
  color: #a48871 !important;
  font-family: Montserrat;
}
.flavorhit-nouveautés .product-item-details.gourmand .view-more a,
.flavorhit-offers .product-item-details.gourmand .view-more a,
.flavorhit-gammes .product-item-details.gourmand .view-more a,
.flavorhit-histoire .product-item-details.gourmand .view-more a,
.flavorhit-nouveautés .product-item-details.gourmande .view-more a,
.flavorhit-offers .product-item-details.gourmande .view-more a,
.flavorhit-gammes .product-item-details.gourmande .view-more a,
.flavorhit-histoire .product-item-details.gourmande .view-more a {
  color: #a48871 !important;
  border: 1px solid #a48871 !important;
}
.flavorhit-nouveautés .product-item-details.exclusive,
.flavorhit-offers .product-item-details.exclusive,
.flavorhit-gammes .product-item-details.exclusive,
.flavorhit-histoire .product-item-details.exclusive {
  background-color: #06151f;
  color: #0d1b28 !important;
}
.flavorhit-nouveautés .product-item-details.exclusive .view-more a,
.flavorhit-offers .product-item-details.exclusive .view-more a,
.flavorhit-gammes .product-item-details.exclusive .view-more a,
.flavorhit-histoire .product-item-details.exclusive .view-more a {
  color: #0d1b28 !important;
  border: 1px solid #0d1b28 !important;
}
.flavorhit-nouveautés .product-item-info .img-block,
.flavorhit-offers .product-item-info .img-block,
.flavorhit-gammes .product-item-info .img-block,
.flavorhit-histoire .product-item-info .img-block {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  height: 50px;
}
.flavorhit-nouveautés .owl-dots,
.flavorhit-offers .owl-dots,
.flavorhit-gammes .owl-dots,
.flavorhit-histoire .owl-dots {
  display: none;
}
.flavorhit-nouveautés .product.subname,
.flavorhit-offers .product.subname {
  display: none;
}
@media (min-width: 768px) {
  .flavorhit-nouveautés .product-item-photo,
  .flavorhit-gammes .product-item-photo {
    height: 340px;
  }
}
/**** reduce height just for gammes*/
.flavorhit-gammes .product-item-details .row {
  min-height: 80px;
}
.flavorhit-vedettes {
  padding-top: 30px;
  padding-bottom: 30px;
}
.flavorhit-vedettes .flavorhit-vedettes-phtml {
  padding: 10px;
}
.flavorhit-vedettes .product-item-photo {
  border-radius: 0;
  padding: 0px;
  border: 0;
}
.flavorhit-vedettes .product-labels {
  top: -10px;
}
.flavorhit-vedettes .product-label.new-label {
  text-decoration: underline;
  background: none;
  height: 50px;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 50px;
}
.flavorhit-vedettes .product-label.new-label:after {
  content: " ";
  background: black;
  height: 1px;
}
.flavorhit-vedettes .nouveautes-title {
  text-align: center;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
.flavorhit-vedettes .product-item-details {
  text-align: left;
  padding: 0 15px;
}
.flavorhit-vedettes .product-item-details.blends {
  background-color: #06151f;
}
.flavorhit-vedettes .product-item-details.diy {
  background-color: #434a4d;
}
.flavorhit-vedettes .product-item-details.menthole {
  background-color: #002526;
}
.flavorhit-vedettes .product-item-details.fruite {
  background-color: #320b26;
}
.flavorhit-vedettes .product-item-details.exclusive {
  background-color: #06151f;
  color: #0d1b28 !important;
}
.flavorhit-vedettes .product-item-details.exclusive .view-more a {
  color: #0d1b28 !important;
  border: 1px solid #0d1b28;
}
.flavorhit-vedettes .product-item-details .view-more a {
  padding: 15px 25px;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: unset;
  border: 1px solid white;
}
.flavorhit-vedettes .product-item-details.gourmand {
  background-color: #e9e2d0;
}
.flavorhit-vedettes .product-item-details.gourmand .product-item-link {
  color: #b19b89 !important;
  font-family: Montserrat;
}
.flavorhit-vedettes .product-item-details.gourmand .view-more a {
  color: #b19b89 !important;
  border: 1px solid #b19b89 !important;
}
.flavorhit-vedettes .product-item-details .product-item-link {
  color: #e9e2d0;
  font-family: 'Montserrat';
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
}
.flavorhit-vedettes .product-item-details .product.subname {
  display: none;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.flavorhit-vedettes .card .img-block {
  position: absolute;
  left: 35px;
  top: 20px;
  z-index: 10;
  height: 50px;
}
.flavorhit-vedettes .card .card-img-top {
  width: 100%;
  border: 1px solid #3b3b3b;
  vertical-align: top;
  border-bottom: 0px;
}
.flavorhit-vedettes .card .product-item-info a .product-item-photo {
  transition: background-size 0.1s ease-in;
  -moz-transition: background-size 0.1s ease-in;
  -ms-transition: background-size 0.1s ease-in;
  -o-transition: background-size 0.1s ease-in;
  -webkit-transition: background-size 0.1s ease-in;
  background-size: 100% auto !important;
}
.flavorhit-vedettes .card .product-item-info a:hover .product-item-photo {
  background-size: 105% auto !important;
}
.flavorhit-vedettes .card-1 .height-body {
  height: 100px;
}
.flavorhit-vedettes .card-1 .height-image {
  max-height: 640px;
  height: 640px;
  background-attachment: cover;
  background-size: 100% auto;
  background-position: 50%;
  border: 1px solid #3b3b3b;
}
.flavorhit-vedettes .card-right .height-image {
  max-height: 300px;
  height: 300px;
  background-attachment: cover;
  background-size: 100% auto;
  background-position: 50%;
  border: 1px solid #3b3b3b;
}
.flavorhit-vedettes .card-right .height-body {
  height: 70px;
}
.flavorhit-vedettes .card-right .product-item-link {
  color: #e9e2d0;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.flavorhit-vedettes .card-right .product-item-info a .product-item-photo {
  background-size: 330px auto !important;
}
.flavorhit-vedettes .card-right .product-item-info a:hover .product-item-photo {
  background-size: 350px auto !important;
}
.flavorhit-vedettes .card-right .product.subname {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
.flavorhit-vedettes .card-right .view-more a {
  padding: 15px 30px;
}
.flavorhit-histoire {
  background-image: url(../images/136-layers.png);
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 25% 100%;
}
.flavorhit-histoire .btn-histoire {
  background: #0d1b28;
  color: white;
}
.flavorhit-histoire .btn-histoire:after {
  background-image: url(../images/nuage-white.svg);
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.flavorhit-histoire .histoire-title {
  text-align: left;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.flavorhit-histoire .flavorhit-histoire-left img {
  width: 100%;
}
.flavorhit-histoire .flavorhit-histoire-right p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavorhit-histoire .flavorhit-histoire-right p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.flavorhit-histoire .flavorhit-histoire-right p img {
  width: 100%;
}
/**page histoire****/
.page-histoire .citation {
  text-align: center;
  margin-bottom: 50px;
}
.page-histoire .citation p {
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 32px;
}
.page-histoire .citation p .strong {
  font-weight: 700;
  font-style: italic;
}
.page-histoire .citation p.signature {
  color: #a48871;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 28px;
  text-transform: uppercase;
  font-style: normal;
}
.page-histoire .citation .hr-signature {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 18px;
  margin-top: 18px;
  color: #a48871;
  background: #a48871;
  border-color: #a48871;
  max-width: 70px;
}
.page-histoire .page-histoire-block1 {
  background-image: url(../images/137-layers.png);
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: 0px 100%;
  margin-bottom: 50px;
}
.page-histoire .page-histoire-block1 .btn-histoire {
  background: #0d1b28;
  color: white;
}
.page-histoire .page-histoire-block1 .btn-histoire:after {
  background-image: url(../images/nuage-white.svg);
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.page-histoire .page-histoire-block1 .histoire-title {
  text-align: left;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.page-histoire .page-histoire-block1 .flavorhit-histoire-left img {
  width: auto;
}
.page-histoire .page-histoire-block1 .flavorhit-histoire-right p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.page-histoire .page-histoire-block1 .flavorhit-histoire-right p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  color: #795f4a;
}
.page-histoire .page-histoire-block1 .flavorhit-histoire-right p img {
  width: 100%;
}
.page-histoire .page-histoire-block2 {
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.page-histoire .page-histoire-block2 .btn-histoire {
  background: #0d1b28;
  color: white;
}
.page-histoire .page-histoire-block2 .btn-histoire:after {
  background-image: url(../images/nuage-white.svg);
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.page-histoire .page-histoire-block2 .histoire-title {
  text-align: left;
  color: #0d1b28;
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.page-histoire .page-histoire-block2 .flavorhit-histoire-left p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.page-histoire .page-histoire-block2 .flavorhit-histoire-left p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  color: #795f4a;
}
.page-histoire .page-histoire-block2 .flavorhit-histoire-left p.encadre {
  color: #795f4a;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  /* Text style for "L’aventure" */
  font-family: 'Roboto';
  font-weight: 500;
  border: 1px solid #06151f;
  padding: 40px;
  text-align: center;
}
.page-histoire .page-histoire-block2 .flavorhit-histoire-right p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.page-histoire .page-histoire-block2 .flavorhit-histoire-right p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.page-histoire .page-histoire-block2 .flavorhit-histoire-right img {
  width: 100%;
}
/***HEADER ALL*/
@media (min-width: 768px) {
  .page-header .switcher strong,
  .page-header .switcher .options ul.dropdown a {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 28px;
    text-transform: uppercase;
  }
  .page-header .switcher strong {
    line-height: 16px;
  }
  /*icone mini cart*/
  .page-header.type5.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    background-color: #a48871;
    color: #e9e2d0;
    font-family: 'Roboto';
    font-size: 8px;
    font-weight: 700;
    line-height: 14px;
    top: 9px;
    right: 14px;
    width: 14px;
    height: 14px;
  }
  .page-header.type5.header-newskin .minicart-wrapper {
    margin: 0;
    float: right;
    padding: 10px 0;
  }
  .page-header.type5.header-newskin .minicart-wrapper {
    padding: 18px 0;
    margin-left: 0;
    width: auto;
    margin: 0;
    float: right;
    padding: 25px 0 0 0;
  }
  .page-header.type5.header-newskin .minicart-wrapper .minicart-items .product-item-name a {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 9px;
    color: #0d1b28;
    font-family: 'Roboto';
  }
  .page-header.type5.header-newskin .minicart-wrapper .product-item-photo {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 3px;
    border: 0;
  }
  .page-header.type5.header-newskin .minicart-wrapper .action.showcart:before {
    background-image: url('../images/cart-dore.svg');
    content: "";
    background-size: 22px 21px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    font-size: 36px;
    line-height: 51px;
    color: #0088cc;
    margin: 0;
    vertical-align: middle;
    display: block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  /**icon-user***/
  .page-header.type5.header-newskin .search-area.user-wrapper {
    position: relative;
    margin: 0 35px;
    display: block;
    top: 0;
    z-index: 2;
    margin: 0 20px 0 5px;
    float: right;
    top: 12px;
    left: 0;
    height: 50px;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper > a {
    width: auto;
    display: inline-block;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper > a .porto-icon-user:before {
    background-image: url('../images/user-dore.svg');
    content: "";
    display: inline-block;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper .block-search {
    right: 0;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper .block-search.block-user {
    width: 100%;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper .block-search.block-user ul {
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
    background: #e8e8e8;
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    float: left;
    padding: 8px 14px;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper .block-search.block-user ul > li a {
    color: #0d1b28;
  }
  /***icone search **/
  .page-header.type5.header-newskin .search-area {
    float: right;
    top: 10px;
    left: 0;
    height: 50px;
    margin: 3px 10px 0 20px;
  }
  .page-header.type5.header-newskin .search-area .block-search input {
    border: 1px solid #a48871;
    border-radius: 0;
  }
  .page-header.type5.header-newskin .search-area > a .porto-icon-search:before {
    background-image: url('../images/loupe-dore.png');
    content: "";
    display: inline-block;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
}
/*HEADER HOME**/
@media (min-width: 768px) {
  /***icone switch language**/
  .page-header .nav-sections .switcher {
    display: none !important;
  }
  .cms-index-index {
    /***icone user***/
    /*icone mini cart*/
  }
  .cms-index-index .column.main {
    min-height: 0px;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area {
    float: right;
    top: 10px;
    left: 0;
    height: 50px;
    margin: 3px 10px 0 20px;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area .block-search input {
    border: 0;
    border-radius: 0;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area > a .porto-icon-search:before {
    background-image: url('../images/3-layers.png');
    content: "";
    display: inline-block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .cms-index-index .page-header .switcher .options .action.toggle,
  .cms-index-index .page-footer .switcher .options .action.toggle {
    border-bottom: 1px solid beige;
  }
  .cms-index-index .page-header.type5.header-newskin .navigation .level0 > .level-top {
    color: #e5e5e5;
  }
  .cms-index-index .page-header .switcher {
    margin-right: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
    margin: 28px 0 0 25px;
    display: block;
    float: right;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 2;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: 'montserrat';
    color: #e5e5e5;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper {
    position: relative;
    margin: 0 35px;
    display: block;
    top: 0;
    z-index: 2;
    margin: 0 20px 0 5px;
    float: right;
    top: 12px;
    left: 0;
    height: 50px;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper > a {
    width: auto;
    display: inline-block;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper > a .porto-icon-user:before {
    background-image: url('../images/user-white.svg');
    content: "";
    display: inline-block;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper .block-search {
    right: 0;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper .block-search.block-user {
    width: 100%;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper .block-search.block-user ul {
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    float: left;
  }
  .cms-index-index .page-header.type5.header-newskin .minicart-wrapper {
    padding: 18px 0;
    margin-left: 0;
    width: auto;
    margin: 0;
    float: right;
    padding: 25px 0 0 0;
  }
  .cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart:after {
    background-image: url('../images/bottom-arrow-white.svg');
    content: "";
    background-size: 13px 7px;
    background-repeat: no-repeat;
    width: 13px;
    height: 7px;
    display: none;
  }
  .cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart:before {
    background-image: url('../images/cart-white.svg');
    content: "";
    background-size: 22px 21px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    font-size: 36px;
    line-height: 51px;
    color: #0088cc;
    margin: 0;
    vertical-align: middle;
    display: block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    background-color: #a48871;
    color: #e9e2d0;
    font-family: Roboto;
    font-size: 8px;
    font-weight: 700;
    line-height: 14px;
    top: 9px;
    right: 14px;
    width: 14px;
    height: 14px;
  }
}
/**MENU**/
@media (min-width: 768px) {
  .navigation li.level0 .ui-menu-item > a .span-custom {
    display: none;
  }
}
@media (max-width: 767px) {
  .navigation li.level0 .ui-menu-item > a img {
    display: none;
  }
}
@media (min-width: 767px) {
  .search-area .search-category {
    margin-right: 10px;
  }
  .search-area .search-category,
  .search-area #mpsearch-category {
    height: 100%;
    border-radius: 0;
  }
  .page-header.type5.header-newskin .minicart-wrapper .block-minicart {
    right: 0;
    border-radius: 0;
    border: none;
    border: 1px solid #0d1b28;
  }
  .minicart-wrapper .block-minicart:before {
    border-bottom-color: #0d1b28;
    top: -17px;
  }
  .minicart-wrapper .block-minicart:after {
    top: -19px;
  }
  .page-header .switcher .options ul.dropdown,
  .page-footer .switcher .options ul.dropdown {
    border-radius: 0;
    box-shadow: none;
  }
  .page-header .switcher .options ul.dropdown:after,
  .page-footer .switcher .options ul.dropdown:after,
  .page-header .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:before {
    border: 0px solid;
    border-color: transparent;
  }
  /* menu all**/
  .page-header .switcher .options .action.toggle,
  .page-footer .switcher .options .action.toggle {
    border-bottom: 1px solid #a48871;
  }
  .page-header.type5.header-newskin {
    border: none;
    background: #fffdf9;
  }
  .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
    border-bottom-color: #e8e8e8;
  }
  .page-header.type5.header-newskin .navigation .level0 > .level-top {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: unset;
    font-family: 'montserrat';
    line-height: 28px;
    color: #a48871;
    background: transparent;
    padding-bottom: 15px;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    border-color: #FFFFFF;
    opacity: 1;
    background: #e8e8e8;
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: calc(1.4vw);
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #0d1b28;
    padding: 0 0px;
    font-family: 'Montserrat';
    text-transform: unset;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    padding: 15px;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    max-width: 80vw !important;
  }
  .sw-megamenu.navigation li.level0 .col-md-1,
  .sw-megamenu.navigation li.level0 .col-md-2,
  .sw-megamenu.navigation li.level0 .col-md-3,
  .sw-megamenu.navigation li.level0 .col-md-4,
  .sw-megamenu.navigation li.level0 .col-md-5,
  .sw-megamenu.navigation li.level0 .col-md-6,
  .sw-megamenu.navigation li.level0 .col-md-7,
  .sw-megamenu.navigation li.level0 .col-md-8,
  .sw-megamenu.navigation li.level0 .col-md-9,
  .sw-megamenu.navigation li.level0 .col-md-10,
  .sw-megamenu.navigation li.level0 .col-md-11,
  .sw-megamenu.navigation li.level0 .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    flex-wrap: wrap;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li {
    background: transparent;
    border: 1px solid #b19b89;
    padding: 10px 15px;
    margin-right: 0;
    width: 48%;
    display: flex;
    margin: 1%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li a {
    text-transform: unset;
    color: #b19b89;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.no-background,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.no-background {
    padding: 5px;
    background: white;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.no-background a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.no-background a {
    padding: 0;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.no-background a img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.no-background a img {
    vertical-align: middle;
    height: 50px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.blend,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.blend,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.blends,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.blends {
    background: #06151f;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.blend:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.blend:before,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.blends:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.blends:before {
    background-image: url(../images/blends-small.svg);
    content: "";
    display: block;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
    background-position: 50% 50%;
    float: left;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.menthol,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.menthol,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.menthole,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.menthole {
    background: #002526;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.menthol:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.menthol:before,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.menthole:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.menthole:before {
    background-image: url(../images/menthole-small.svg);
    content: "";
    display: block;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
    background-position: 50% 50%;
    float: left;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.fruitee,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.fruitee,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.fruite,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.fruite {
    background: #320b26;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.fruitee:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.fruitee:before,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.fruite:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.fruite:before {
    background-image: url(../images/fruite-small.svg);
    content: "";
    display: block;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
    background-position: 50% 50%;
    float: left;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.gourmande,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.gourmande,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.gourmand,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.gourmand {
    background: #e9e2d0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.gourmande:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.gourmande:before,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li.gourmand:before,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li.gourmand:before {
    background-image: url(../images/gourmand-small.svg);
    content: "";
    display: block;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    width: 20px;
    height: 35px;
    background-position: 50% 50%;
    float: left;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0.5%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(2) ul.subchildmenu,
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(3) ul.subchildmenu {
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    flex-wrap: wrap;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(1),
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(3),
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(5),
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(7) {
    border-right: solid 1px #000;
  }
  .page-header .switcher .options .action.toggle.active:hover:after,
  .page-footer .switcher .options .action.toggle.active:hover:after {
    content: '';
    display: none !important;
  }
  .page-header .switcher .options .action.toggle:after,
  .page-footer .switcher .options .action.toggle:after {
    display: none !important;
    content: '';
  }
  .page-header .navigation .level0.parent > a:after {
    content: '';
  }
  .page-header .switcher .options .action.toggle:active:after,
  .page-footer .switcher .options .action.toggle:active:after {
    content: '';
  }
  .page-header .switcher {
    margin-right: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
    margin: 28px 0 0 25px;
    display: block;
    float: right;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 2;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    font-family: 'montserrat';
    color: #a48871;
  }
  .logo img {
    height: auto;
    width: 128px;
  }
  .page-header.type5.header-newskin:not(.sticky-header) .nav-sections {
    padding: 15px;
  }
}
.page-header.header-newskin:not(.type16) .nav-sections {
  background-color: transparent;
}
/**************************************FOOTER*************************************/
.footer .footer-bottom {
  background-color: white;
  text-align: center;
}
.footer .footer-bottom > .container > * {
  line-height: 25px !important;
}
.footer .footer-middle {
  background-color: #e9e2d0;
}
.footer .footer-middle ul.features li {
  padding: 3px 0;
}
.footer .footer-middle ul.features li a {
  color: #0d1b28;
  font-family: 'roboto';
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-middle .block .block-title {
  color: #0d1b28;
  font-family: 'roboto';
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}
.footer .footer-middle a {
  color: #0d1b28;
  font-family: 'roboto';
  font-size: 14px;
  font-weight: 700;
}
.footer .footer-top {
  border-top: 1px solid #ece5d3;
  margin: 15px 0 0px;
  background: white;
  padding-bottom: 30px;
}
.footer .footer-top .block-checkbox {
  padding-top: 20px;
}
.footer .footer-top .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.footer .footer-top .styled-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.footer .footer-top .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #9f836d;
}
.footer .footer-top .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #9f836d;
}
.footer .footer-top .styled-checkbox:hover + label:before {
  background: #9f836d;
}
.footer .footer-top .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.footer .footer-top .styled-checkbox:checked + label:before {
  background: #9f836d;
}
.footer .footer-top .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.footer .footer-top .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.footer .footer-top .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  transform: rotate(45deg);
}
.footer .footer-top .block.newsletter {
  width: 100%;
  margin-bottom: 0;
}
.footer .footer-top .control:before {
  line-height: 40px;
  color: #dddddd;
  content: '' !important;
  font-family: 'porto-icons';
  margin: 0 0 0 0px !important;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.footer .footer-top input {
  padding-left: 10px;
  border-radius: 0;
  border-color: #6e5540;
  font-size: 13px;
  height: 45px;
  line-height: 1.4;
}
.footer .footer-top .actions {
  width: 200px;
}
.footer .footer-top .btn-newsletter {
  width: 100%;
  height: 45px;
  line-height: 1.4;
  color: white;
  background: #6e5540;
  border: none;
  border-radius: 0;
}
.footer .footer-top .btn-newsletter:after {
  background-image: url(../images/newsletter-white.svg);
  content: "";
  display: inline-block;
  background-size: 30px 19px;
  background-repeat: no-repeat;
  width: 30px;
  height: 19px;
  background-position: 50% 50%;
  margin-left: 10px;
  vertical-align: middle;
}
.footer .footer-top h2 {
  text-align: left;
  color: #0d1b28;
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
.footer .footer-top p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer .footer-top p span.strong {
  font-family: Roboto;
  font-weight: 900;
  font-style: italic;
}
/**************Bredcrumbs************/
.breadcrumbs {
  color: #a48871;
  padding: 25px 0px 5px;
  text-transform: unset;
  font-weight: 600;
  margin-top: 15px;
}
.breadcrumbs a,
.breadcrumbs a:focus {
  color: #a48871;
}
.breadcrumbs strong {
  padding: 0px 0;
  display: inline-block;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
  text-transform: unset;
  font-weight: 400;
}
.breadcrumbs .item:last-child {
  text-transform: unset;
  font-weight: 600;
}
/**************************************CATEGORY VIEW*******************************/
#mana-please-wait {
  color: #0d1b28;
}
#mana-please-wait p {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 120px;
  margin-left: -120px;
  padding: 40px 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #0d1b28;
  color: #0d1b28;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
}
.category-description {
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0 20px;
  line-height: 28px;
  display: inline-block;
}
.category-description .custom-category-title {
  color: #06151f;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  font-style: italic;
  line-height: 84px;
}
.category-description .custom-category-title .h1 {
  padding-bottom: 15px;
  padding-left: 15px;
}
.category-description strong {
  font-family: "Roboto - Black Italic";
  font-weight: 900;
  font-style: italic;
}
@media (min-width: 768px) {
  .catalog-category-view .product-item .product-item-photo {
    border-radius: 0;
    /* height: 260px;*/
  }
  .catalog-category-view .owl-item .product-item-photo {
    border-radius: 0;
    height: auto;
  }
  .catalog-category-view .owl-item .product-item-photo img {
    transform: unset;
  }
  .catalog-category-view .sidebar .block-category-list {
    display: none;
  }
  .catalog-category-view .mana-filter-category-tree + .mana-expanded + .mana-tree-item {
    padding-left: 0;
  }
  .catalog-category-view .mana-filter-category-tree li.mana-expanded > .mana-tree-item {
    background: none;
  }
}
.catalog-category-view .product-image-photo.hover_image,
.catalogsearch-result-index .product-image-photo.hover_image {
  transition: unset;
}
.catalog-category-view #massaddtocart .mass-addtocart-row,
.catalogsearch-result-index #massaddtocart .mass-addtocart-row {
  padding: 5px 5px;
}
.catalog-category-view #massaddtocart .mass-addtocart-row .price-box .price,
.catalogsearch-result-index #massaddtocart .mass-addtocart-row .price-box .price {
  font-weight: 400;
  font-size: 15px;
  padding-right: 5px;
}
.catalog-category-view #massaddtocart .mass-addtocart-row .col,
.catalogsearch-result-index #massaddtocart .mass-addtocart-row .col {
  text-align: center;
}
.catalog-category-view #massaddtocart .mass-addtocart-row img,
.catalogsearch-result-index #massaddtocart .mass-addtocart-row img {
  width: 64px;
  max-width: 64px;
  vertical-align: middle;
}
.catalog-category-view #massaddtocart .mass-addtocart-row input,
.catalogsearch-result-index #massaddtocart .mass-addtocart-row input {
  background: #ffffff;
  border: 1px solid #f3eded;
  border-radius: 0px;
  font-family: 'Roboto';
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
}
.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  padding: 0 0px 5px;
}
.catalog-category-view .mana-filter-category-tree li.mana-collapsed > .mana-tree-item,
.catalogsearch-result-index .mana-filter-category-tree li.mana-collapsed > .mana-tree-item {
  background: none;
}
.catalog-category-view .mana-filter-category-tree li.mana-expanded > .mana-tree-item,
.catalogsearch-result-index .mana-filter-category-tree li.mana-expanded > .mana-tree-item {
  background: none;
  color: black;
}
.catalog-category-view .mana-filter-category-tree li.mana-expanded > .mana-tree-item:hover,
.catalogsearch-result-index .mana-filter-category-tree li.mana-expanded > .mana-tree-item:hover {
  background: none;
}
.catalog-category-view .mana-filter-category-tree > li:first-child .mana-tree-item,
.catalogsearch-result-index .mana-filter-category-tree > li:first-child .mana-tree-item {
  padding-top: 0;
}
.catalog-category-view .mana-filter-category-tree > li + .mana-tree-item,
.catalogsearch-result-index .mana-filter-category-tree > li + .mana-tree-item {
  padding: 0;
}
.catalog-category-view .mana-filter-category-tree > li > .mana-tree-item,
.catalogsearch-result-index .mana-filter-category-tree > li > .mana-tree-item {
  padding: 10px 0;
}
.catalog-category-view .mana-filter-category-tree > li > .mana-tree-item.parent-selected > a,
.catalogsearch-result-index .mana-filter-category-tree > li > .mana-tree-item.parent-selected > a {
  color: #795f4a !important;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.catalog-category-view .mana-filter-category-tree > li > .mana-tree-item a,
.catalogsearch-result-index .mana-filter-category-tree > li > .mana-tree-item a {
  color: #795f4a !important;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 0;
  text-decoration: unset;
}
.catalog-category-view .mana-filter-category-tree > li ul > li,
.catalogsearch-result-index .mana-filter-category-tree > li ul > li {
  padding-left: 15px;
}
.catalog-category-view .mana-filter-category-tree > li ul > li > .mana-tree-item,
.catalogsearch-result-index .mana-filter-category-tree > li ul > li > .mana-tree-item {
  padding-left: 0;
}
.catalog-category-view .mana-filter-category-tree > li ul > li > .mana-tree-item a,
.catalogsearch-result-index .mana-filter-category-tree > li ul > li > .mana-tree-item a {
  color: #a48871 !important;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: unset;
}
.catalog-category-view .filter-options-content .mana-selected.item a,
.catalogsearch-result-index .filter-options-content .mana-selected.item a {
  color: #a48871 !important;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}
.catalog-category-view .filter-options-content .mana-selected.item a .count,
.catalogsearch-result-index .filter-options-content .mana-selected.item a .count {
  color: #a48871;
  font-weight: 700;
  text-decoration: unset;
}
.catalog-category-view .filter-current,
.catalogsearch-result-index .filter-current,
.catalog-category-view .filter-actions,
.catalogsearch-result-index .filter-actions {
  display: none;
}
.catalog-category-view ol.mana-filter-checkboxes a,
.catalogsearch-result-index ol.mana-filter-checkboxes a {
  padding-left: 25px;
  text-decoration: none;
  color: #a48871;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-size: 19px 19px;
}
.catalog-category-view ol.mana-filter-checkboxes a:hover,
.catalogsearch-result-index ol.mana-filter-checkboxes a:hover {
  background-size: 19px 19px;
}
.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
  display: block;
}
.catalog-category-view .filter-options-content,
.catalogsearch-result-index .filter-options-content {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.catalog-category-view .filter-options-content .mana-selected.mana-tree-item,
.catalogsearch-result-index .filter-options-content .mana-selected.mana-tree-item {
  color: #795f4a;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}
.catalog-category-view .filter-options-title,
.catalogsearch-result-index .filter-options-title {
  padding-left: 0;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.catalog-category-view .filter-options-title:hover:after,
.catalogsearch-result-index .filter-options-title:hover:after {
  display: none;
}
.catalog-category-view .filter-options-title:after,
.catalogsearch-result-index .filter-options-title:after {
  display: none;
}
.catalog-category-view .category-image,
.catalogsearch-result-index .category-image,
.catalog-category-view .price-label,
.catalogsearch-result-index .price-label {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products,
.catalogsearch-result-index .toolbar.toolbar-products {
  display: none;
}
.catalog-category-view .product-item-inner,
.catalogsearch-result-index .product-item-inner,
.catalog-category-view .products-grid .price-box,
.catalogsearch-result-index .products-grid .price-box {
  display: none;
}
.catalog-category-view .product-item-name,
.catalogsearch-result-index .product-item-name {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.catalog-category-view .header-dynamique,
.catalogsearch-result-index .header-dynamique {
  margin-bottom: 30px;
  display: block;
  background: url(../images/visuel-patchwork.png) repeat 66px 41px;
}
.catalog-category-view .header-dynamique .row,
.catalogsearch-result-index .header-dynamique .row {
  height: 200px;
}
.catalog-category-view .header-dynamique h1,
.catalogsearch-result-index .header-dynamique h1 {
  text-align: center;
  color: white;
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
}
.catalog-category-view .product-item-info,
.catalogsearch-result-index .product-item-info {
  border-width: 1px;
  border-style: solid;
  border-color: #3b3b3b;
  border-image: initial;
}
.catalog-category-view .product-item-photo,
.catalogsearch-result-index .product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.catalog-category-view .product-item-details,
.catalogsearch-result-index .product-item-details {
  text-align: left;
  padding: 0 5px;
}
.catalog-category-view .product-item-details.menthole,
.catalogsearch-result-index .product-item-details.menthole {
  background-color: #002526;
}
.catalog-category-view .product-item-details.fruite .product-item-details,
.catalogsearch-result-index .product-item-details.fruite .product-item-details {
  background-color: #320b26;
}
.catalog-category-view .product-item-details.diy .product-item-details,
.catalogsearch-result-index .product-item-details.diy .product-item-details {
  background-color: #434a4d;
}
.catalog-category-view .product-item-details.blends .product-item-details,
.catalogsearch-result-index .product-item-details.blends .product-item-details {
  background-color: #06151f;
}
.catalog-category-view .product-item-details.gourmand .product-item-details,
.catalogsearch-result-index .product-item-details.gourmand .product-item-details {
  background-color: #e9e2d0;
}
.catalog-category-view .product-item-details.gourmand .product-item-link,
.catalogsearch-result-index .product-item-details.gourmand .product-item-link {
  color: #b19b89 !important;
  font-family: Montserrat;
}
.catalog-category-view .product-item-details.gourmand .view-more a,
.catalogsearch-result-index .product-item-details.gourmand .view-more a {
  color: #b19b89 !important;
  border: 1px solid #b19b89 !important;
}
.catalog-category-view .view-more a,
.catalogsearch-result-index .view-more a {
  padding: 15px 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: unset;
  border: 1px solid white;
}
.catalog-category-view .product-item-inner,
.catalogsearch-result-index .product-item-inner {
  display: none;
}
.catalog-category-view .img-block,
.catalogsearch-result-index .img-block {
  position: absolute;
  left: 35px;
  top: 20px;
  z-index: 10;
  height: 50px;
}
.catalog-category-view .product-item-info,
.catalogsearch-result-index .product-item-info {
  border: 1px solid #3b3b3b;
}
.catalog-category-view .product-item-details,
.catalogsearch-result-index .product-item-details {
  border-top: 1px solid #3b3b3b;
}
.catalog-category-view .product-labels,
.catalogsearch-result-index .product-labels {
  top: -10px;
}
.catalog-category-view .product-label.new-label,
.catalogsearch-result-index .product-label.new-label {
  text-decoration: underline;
  background: none;
  height: 50px;
  color: #0d1b28;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 50px;
}
.catalog-category-view .product-label.new-label:after,
.catalogsearch-result-index .product-label.new-label:after {
  content: " ";
  background: black;
  height: 1px;
}
.catalog-category-view .categorie-title,
.catalogsearch-result-index .categorie-title {
  text-align: center;
  color: #0d1b28;
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
.catalog-category-view .product-item-link,
.catalogsearch-result-index .product-item-link,
.catalog-category-view .subname,
.catalogsearch-result-index .subname {
  color: #0d1b28 !important;
  font-family: Montserrat;
}
.catalog-category-view .product-item-details,
.catalogsearch-result-index .product-item-details {
  text-align: left;
  padding: 5px 5px;
}
.catalog-category-view .product-item-details .row,
.catalogsearch-result-index .product-item-details .row {
  min-height: 60px;
}
.catalog-category-view .product-item-details.blends,
.catalogsearch-result-index .product-item-details.blends,
.catalog-category-view .product-item-details.blend,
.catalogsearch-result-index .product-item-details.blend {
  background-color: #06151f;
}
.catalog-category-view .product-item-details.blends .product-item-link,
.catalogsearch-result-index .product-item-details.blends .product-item-link,
.catalog-category-view .product-item-details.blend .product-item-link,
.catalogsearch-result-index .product-item-details.blend .product-item-link,
.catalog-category-view .product-item-details.blends .subname,
.catalogsearch-result-index .product-item-details.blends .subname,
.catalog-category-view .product-item-details.blend .subname,
.catalogsearch-result-index .product-item-details.blend .subname {
  color: #e9e2d0 !important;
  font-family: Montserrat;
}
.catalog-category-view .product-item-details.diy,
.catalogsearch-result-index .product-item-details.diy {
  background-color: #434a4d;
}
.catalog-category-view .product-item-details.diy .product-item-link,
.catalogsearch-result-index .product-item-details.diy .product-item-link,
.catalog-category-view .product-item-details.diy .subname,
.catalogsearch-result-index .product-item-details.diy .subname {
  color: #e9e2d0 !important;
}
.catalog-category-view .product-item-details.menthole,
.catalogsearch-result-index .product-item-details.menthole,
.catalog-category-view .product-item-details.menthol,
.catalogsearch-result-index .product-item-details.menthol {
  background-color: #002526;
}
.catalog-category-view .product-item-details.menthole .product-item-link,
.catalogsearch-result-index .product-item-details.menthole .product-item-link,
.catalog-category-view .product-item-details.menthol .product-item-link,
.catalogsearch-result-index .product-item-details.menthol .product-item-link,
.catalog-category-view .product-item-details.menthole .subname,
.catalogsearch-result-index .product-item-details.menthole .subname,
.catalog-category-view .product-item-details.menthol .subname,
.catalogsearch-result-index .product-item-details.menthol .subname {
  color: #e9e2d0 !important;
}
.catalog-category-view .product-item-details.fruite,
.catalogsearch-result-index .product-item-details.fruite,
.catalog-category-view .product-item-details.fruitee,
.catalogsearch-result-index .product-item-details.fruitee {
  background-color: #320b26;
}
.catalog-category-view .product-item-details.fruite .product-item-link,
.catalogsearch-result-index .product-item-details.fruite .product-item-link,
.catalog-category-view .product-item-details.fruitee .product-item-link,
.catalogsearch-result-index .product-item-details.fruitee .product-item-link,
.catalog-category-view .product-item-details.fruite .subname,
.catalogsearch-result-index .product-item-details.fruite .subname,
.catalog-category-view .product-item-details.fruitee .subname,
.catalogsearch-result-index .product-item-details.fruitee .subname {
  color: #e9e2d0 !important;
}
.catalog-category-view .product-item-details.gourmand,
.catalogsearch-result-index .product-item-details.gourmand,
.catalog-category-view .product-item-details.gourmande,
.catalogsearch-result-index .product-item-details.gourmande {
  background-color: #e9e2d0;
}
.catalog-category-view .product-item-details.gourmand .product-item-link,
.catalogsearch-result-index .product-item-details.gourmand .product-item-link,
.catalog-category-view .product-item-details.gourmande .product-item-link,
.catalogsearch-result-index .product-item-details.gourmande .product-item-link,
.catalog-category-view .product-item-details.gourmand .subname,
.catalogsearch-result-index .product-item-details.gourmand .subname,
.catalog-category-view .product-item-details.gourmande .subname,
.catalogsearch-result-index .product-item-details.gourmande .subname {
  color: #a48871 !important;
}
.catalog-category-view .product-item-details.gourmand .view-more a,
.catalogsearch-result-index .product-item-details.gourmand .view-more a,
.catalog-category-view .product-item-details.gourmande .view-more a,
.catalogsearch-result-index .product-item-details.gourmande .view-more a {
  color: #0d1b28 !important;
  border: 1px solid #0d1b28 !important;
}
.catalog-category-view .product-item-details.exclusive,
.catalogsearch-result-index .product-item-details.exclusive {
  background-color: #06151f;
}
.catalog-category-view .product-item-details .view-more a,
.catalogsearch-result-index .product-item-details .view-more a {
  padding: 15px 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: unset;
  border: 1px solid white;
}
.catalog-category-view .product-item-details .product-item-link,
.catalogsearch-result-index .product-item-details .product-item-link {
  color: #e9e2d0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.catalog-category-view .product-item-details .product.subname,
.catalogsearch-result-index .product-item-details .product.subname {
  color: #ffffff;
  font-weight: 300;
  line-height: 13px;
  font-family: 'Montserrat';
  font-size: 13px;
}
.catalog-category-view .product-item-info .img-block,
.catalogsearch-result-index .product-item-info .img-block {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 4;
  height: 50px;
}
.catalog-category-view .product-reviews-summary,
.catalogsearch-result-index .product-reviews-summary {
  display: none;
}
/**************************************PRODUCT VIEW*******************************/
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #ece5d3;
}
.product.data.items > .item.content {
  margin-top: 49px;
}
.catalog-product-view .product.pricing {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0 0 20px;
  font-family: 'Roboto';
  color: #0d1b28;
}
.catalog-product-view .noaddtocart-alert {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.catalog-product-view .flavorhit-nouveautés .catalog-category-view .product-item-details .row,
.catalog-product-view .flavorhit-offers .catalog-category-view .product-item-details .row {
  min-height: 60px;
}
.catalog-product-view .flavorhit-nouveautés .product-item-info .img-block,
.catalog-product-view .flavorhit-offers .product-item-info .img-block {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 4;
  height: 50px;
}
.catalog-product-view .flavorhit-nouveautés .owl-item .product-item-photo,
.catalog-product-view .flavorhit-offers .owl-item .product-item-photo {
  border-radius: 0;
  height: auto;
}
.catalog-product-view .flavorhit-nouveautés .product-item-info .img-block,
.catalog-product-view .flavorhit-offers .product-item-info .img-block {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 4;
  height: 50px;
}
.catalog-product-view .flavorhit-nouveautés .product-item-photo img,
.catalog-product-view .flavorhit-offers .product-item-photo img {
  transform: unset;
}
.catalog-product-view .flavorhit-nouveautés .product.actions.product-item-actions,
.catalog-product-view .flavorhit-offers .product.actions.product-item-actions {
  display: none;
}
.catalog-product-view .flavorhit-nouveautés .product-reviews-summary,
.catalog-product-view .flavorhit-offers .product-reviews-summary {
  display: none;
}
.catalog-product-view .flavorhit-nouveautés .product-item-inner,
.catalog-product-view .flavorhit-offers .product-item-inner {
  display: none;
}
.catalog-product-view .flavorhit-nouveautés .products-grid .price-box,
.catalog-product-view .flavorhit-offers .products-grid .price-box {
  display: none;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details,
.catalog-product-view .flavorhit-offers .product-item-details {
  text-align: left;
  padding: 5px 5px;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details .row,
.catalog-product-view .flavorhit-offers .product-item-details .row {
  min-height: 60px;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.blends,
.catalog-product-view .flavorhit-offers .product-item-details.blends,
.catalog-product-view .flavorhit-nouveautés .product-item-details.blend,
.catalog-product-view .flavorhit-offers .product-item-details.blend {
  background-color: #06151f;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.blends .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.blends .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.blend .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.blend .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.blends .subname,
.catalog-product-view .flavorhit-offers .product-item-details.blends .subname,
.catalog-product-view .flavorhit-nouveautés .product-item-details.blend .subname,
.catalog-product-view .flavorhit-offers .product-item-details.blend .subname {
  color: #e9e2d0 !important;
  font-family: Montserrat;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.diy,
.catalog-product-view .flavorhit-offers .product-item-details.diy {
  background-color: #434a4d;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.diy .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.diy .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.diy .subname,
.catalog-product-view .flavorhit-offers .product-item-details.diy .subname {
  color: #e9e2d0 !important;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.menthole,
.catalog-product-view .flavorhit-offers .product-item-details.menthole,
.catalog-product-view .flavorhit-nouveautés .product-item-details.menthol,
.catalog-product-view .flavorhit-offers .product-item-details.menthol {
  background-color: #002526;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.menthole .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.menthole .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.menthol .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.menthol .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.menthole .subname,
.catalog-product-view .flavorhit-offers .product-item-details.menthole .subname,
.catalog-product-view .flavorhit-nouveautés .product-item-details.menthol .subname,
.catalog-product-view .flavorhit-offers .product-item-details.menthol .subname {
  color: #e9e2d0 !important;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.fruite,
.catalog-product-view .flavorhit-offers .product-item-details.fruite,
.catalog-product-view .flavorhit-nouveautés .product-item-details.fruitee,
.catalog-product-view .flavorhit-offers .product-item-details.fruitee {
  background-color: #320b26;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.fruite .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.fruite .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.fruitee .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.fruitee .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.fruite .subname,
.catalog-product-view .flavorhit-offers .product-item-details.fruite .subname,
.catalog-product-view .flavorhit-nouveautés .product-item-details.fruitee .subname,
.catalog-product-view .flavorhit-offers .product-item-details.fruitee .subname {
  color: #e9e2d0 !important;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmand,
.catalog-product-view .flavorhit-offers .product-item-details.gourmand,
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmande,
.catalog-product-view .flavorhit-offers .product-item-details.gourmande {
  background-color: #e9e2d0;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmand .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.gourmand .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmande .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details.gourmande .product-item-link,
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmand .subname,
.catalog-product-view .flavorhit-offers .product-item-details.gourmand .subname,
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmande .subname,
.catalog-product-view .flavorhit-offers .product-item-details.gourmande .subname {
  color: #a48871 !important;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmand .view-more a,
.catalog-product-view .flavorhit-offers .product-item-details.gourmand .view-more a,
.catalog-product-view .flavorhit-nouveautés .product-item-details.gourmande .view-more a,
.catalog-product-view .flavorhit-offers .product-item-details.gourmande .view-more a {
  color: #0d1b28 !important;
  border: 1px solid #0d1b28 !important;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details.exclusive,
.catalog-product-view .flavorhit-offers .product-item-details.exclusive {
  background-color: #06151f;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details .view-more a,
.catalog-product-view .flavorhit-offers .product-item-details .view-more a {
  padding: 15px 25px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: unset;
  border: 1px solid white;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details .product-item-link,
.catalog-product-view .flavorhit-offers .product-item-details .product-item-link {
  color: #e9e2d0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.catalog-product-view .flavorhit-nouveautés .product-item-details .product.subname,
.catalog-product-view .flavorhit-offers .product-item-details .product.subname {
  color: #ffffff;
  font-weight: 300;
  line-height: 13px;
  font-family: 'Montserrat';
  font-size: 13px;
}
.catalog-product-view .description-addon ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 5px;
}
.catalog-product-view .description-addon ul li {
  display: inline-block;
}
.catalog-product-view .product.data.items > .item.title {
  padding-top: 0;
  padding-bottom: 0;
}
.catalog-product-view .review-form .actions-toolbar .actions-primary {
  width: 50%;
}
.catalog-product-view .review-form .action.submit.primary {
  width: 100%;
  height: 45px;
  line-height: 1.4;
  color: white;
  background: #fff;
  border: none;
  border-radius: 0;
  color: #a48871;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #a48871;
}
.catalog-product-view .review-form input[type="text"],
.catalog-product-view .review-form input[type="password"],
.catalog-product-view .review-form input[type="url"],
.catalog-product-view .review-form input[type="tel"],
.catalog-product-view .review-form input[type="search"],
.catalog-product-view .review-form input[type="number"],
.catalog-product-view .review-form input[type="datetime"],
.catalog-product-view .review-form input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #6e5540;
  border-radius: 0px;
  font-family: 'Roboto';
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.catalog-product-view .review-form textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #6e5540;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  height: 50px;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-radius: 0;
  line-height: 45px;
  padding: 1px 15px 1px 15px;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.catalog-product-view .product.data.items > .item.title > .switch .counter {
  color: #0d1b28;
}
.catalog-product-view blockquote {
  margin: 0 0 6px 0px;
  padding: 0;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .page-title-wrapper h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
}
.catalog-product-view .volume-container ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: inline-block;
}
.catalog-product-view .volume-container ul > li {
  width: auto;
  display: inline-block;
  width: 100px;
}
.catalog-product-view .volume-container ul > li a {
  width: 100px;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 4px 15px;
  text-align: center;
  color: #a48871;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.catalog-product-view .volume-container ul > li a:focus,
.catalog-product-view .volume-container ul > li a:hover {
  text-decoration: none;
  border: 1px solid #a48871;
}
.catalog-product-view .volume-container ul > li.current a {
  width: 100px;
  pointer-events: none;
  border: 1px solid #a48871;
}
.catalog-product-view .volume-container .volume-label {
  display: inline-block;
  padding-right: 10px;
  color: #795f4a;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  width: 85px;
}
.catalog-product-view .product-addto-links {
  display: none;
}
.catalog-product-view .stickers-ul .stickers-li {
  padding: 0 5px;
}
.catalog-product-view .stickers-ul .stickers-li a {
  cursor: pointer;
}
.catalog-product-view .product-social-links {
  display: none;
  border-top: 0;
}
.catalog-product-view .box-tocart .input-text.qty {
  vertical-align: middle;
  height: 43px;
  border-color: #a48871;
  margin-right: 0px;
  width: 100%;
  display: inline-block;
  border-radius: 0;
  color: #a48871;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  grid-area: field;
}
.catalog-product-view .fieldset > .field.qty {
  margin-right: 0;
  width: 100%;
  display: block;
}
.catalog-product-view .fieldset > .field.qty #qty-error.mage-error {
  width: 100%;
  margin-top: 0;
  grid-area: error;
}
.catalog-product-view .fieldset > .field.qty .porto-icon-up-dir:before {
  content: '+';
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.catalog-product-view .fieldset > .field.qty .porto-icon-down-dir:before {
  content: '-';
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.catalog-product-view .fieldset > .field.qty .control,
.catalog-product-view .fieldset > .field.qty .qty-changer {
  display: grid;
  grid-template: "minus field plus" "error error error";
  grid-template-columns: 10% 1fr 10%;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.catalog-product-view .fieldset > .field.qty .qty-inc {
  width: 100%;
  display: inline-block;
  height: 43px;
  text-align: center;
  vertical-align: middle;
  float: right;
  margin-top: 0px;
  border-radius: 0;
  border: 1px solid #a48871;
  border-left: 0;
  background-color: #e9e2d0;
  grid-area: plus;
}
.catalog-product-view .fieldset > .field.qty .qty-dec {
  background-color: #e9e2d0;
  width: 100%;
  display: inline-block;
  height: 43px;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-top: 0px;
  border-radius: 0;
  border-color: #a48871;
  border: 1px solid #a48871;
  border-right: 0;
  grid-area: minus;
}
.catalog-product-view .product-info-main .product-options-bottom .box-tocart,
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product-options-bottom .box-tocart .actions,
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  margin-right: 0;
  width: 100%;
  display: inline-block;
}
.catalog-product-view .product-info-main .product-options-bottom .box-tocart .actions button.action.primary,
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button.action.primary {
  height: 54px;
  background-color: #0d1b28;
}
.catalog-product-view .product-info-main .product-options-bottom .box-tocart .actions .action.tocart,
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  width: auto;
  margin-right: 8px;
  margin-left: -3px;
  width: 100%;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  color: #e9e2d0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.catalog-product-view .product-add-form .product-options-wrapper {
  padding-bottom: 10px;
  border-bottom: 0;
}
.catalog-product-view .product-add-form .product-options-wrapper .field.configurable {
  margin-bottom: 0;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset {
  display: inline-block;
  width: 49%;
  margin-bottom: 0;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset select {
  border: 1px solid #a48871;
  background: #ffffff url(../images/select-bg.svg) no-repeat 100% 48%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: unset;
  text-overflow: '';
  border-radius: 0;
  color: #a48871;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  height: 32px;
  width: 100px;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset select:after {
  width: 10px;
  background: #a48871;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .field > .label {
  color: #795f4a;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  padding-right: 10px;
  width: 85px;
}
.catalog-product-view .product-add-form .product-options-wrapper .fieldset .field > .control {
  display: inline-block;
}
.catalog-product-view .product.attribute.overview {
  padding: 15px 0;
  border-top: 1px solid #ece5d3;
  margin-bottom: 5px;
}
.catalog-product-view .product.attribute.overview .type {
  color: #795f4a;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 13px;
  display: inline-block;
}
.catalog-product-view .product.attribute.overview .value {
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
}
.catalog-product-view .fotorama__thumb-border {
  height: 75px;
  border-width: 3px;
  margin-top: 2px;
  border-radius: 0;
  border: 3px solid #0d1b28;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__thumb {
  border-radius: 0;
  border: 2px solid #a48871 !important;
}
.catalog-product-view .fotorama__thumb-border {
  height: 75px;
  border-width: 3px;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 7px !important;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border: 0;
}
.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border-radius: 0;
  border: none !important;
}
.catalog-product-view .product-info-main .product-picto {
  float: left;
  vertical-align: bottom;
  padding-right: 5px;
  height: 40px;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  padding-bottom: 20px;
  padding-left: 0;
}
.catalog-product-view .stock.available span {
  float: left;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
}
.catalog-product-view .stock.available .label {
  display: none;
}
.catalog-product-view .product.attribute.sku {
  display: none;
}
.catalog-product-view #notes-eliquide {
  padding-top: 15px;
}
.catalog-product-view #notes-eliquide ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
}
.catalog-product-view #notes-eliquide ul li {
  color: #a48871;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 3px;
}
.catalog-product-view #notes-eliquide ul li.vape-du-matin:before {
  background-image: url('../images/vape-du-matin.svg');
  content: "";
  display: inline-block;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background-position: 50% 50%;
}
.catalog-product-view #notes-eliquide ul li.vape-du-matin span {
  line-height: 18px;
  vertical-align: top;
}
.catalog-product-view #notes-eliquide ul li.vape-du-soir:before {
  background-image: url('../images/vape-du-soir.svg');
  content: "";
  display: inline-block;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background-position: 50% 50%;
}
.catalog-product-view #notes-eliquide ul li.vape-du-soir span {
  line-height: 18px;
  vertical-align: top;
}
.catalog-product-view #notes-eliquide ul li.aprs-1-repas:before {
  background-image: url('../images/aprs-1-repas.svg');
  content: "";
  display: inline-block;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background-position: 50% 50%;
}
.catalog-product-view #notes-eliquide ul li.aprs-1-repas span {
  line-height: 18px;
  vertical-align: top;
}
.catalog-product-view .title-column-note {
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
}
.catalog-product-view .header-dynamique {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: 0px #ebebeb solid;
  display: table;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-price .price-box {
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price > span {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  color: #0d1b28;
  font-family: Montserrat;
  font-size: 45px;
  font-weight: 700;
  font-style: italic;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.catalog-product-view .product-info-price .price-box .price-container .price {
  color: #795f4a;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
  line-height: 54px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-final_price > span.price-label {
  display: none !important;
}
.catalog-product-view .breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  background: transparent;
}
.catalog-product-view .breadcrumbs .items {
  width: 49%;
  float: right;
  padding: 0;
}
.catalog-product-view .breadcrumbs .items .item:not(:last-child):after {
  color: #a48871 !important;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '/';
  margin: 0 9px;
  font-family: 'Roboto';
}
.catalog-product-view .breadcrumbs .items .item a {
  color: #a48871;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* Text style for "Accueil /" */
  font-weight: 300;
}
.catalog-product-view .breadcrumbs .items .item:last-child strong {
  padding: 0px 0;
  display: inline-block;
  color: #a48871;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-weight: 700;
}
.catalog-product-view .fotorama__wrap {
  text-align: center;
}
.catalog-product-view .page-header.type5.header-newskin {
  border: none;
  background: transparent;
}
.catalog-product-view .fotorama__stage {
  border: 0;
  border-radius: 7px;
  background: transparent;
}
.catalog-product-view .similar-product-container {
  display: none;
}
.catalog-product-view .product.media {
  margin-top: -40px;
}
/******************************REVENDEURS***************************************/
.amlocator-index-index .breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  background: transparent;
}
.amlocator-index-index .breadcrumbs .items {
  float: left;
  padding: 0;
}
.amlocator-index-index .breadcrumbs .items .item:not(:last-child):after {
  color: #a48871 !important;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '/';
  margin: 0 9px;
  font-family: 'Roboto';
}
.amlocator-index-index .breadcrumbs .items .item a {
  color: #a48871;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* Text style for "Accueil /" */
  font-weight: 300;
}
.amlocator-index-index .breadcrumbs .items .item:last-child strong {
  padding: 0px 0;
  display: inline-block;
  color: #a48871;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  /*
  .amlocator-stores-wrapper .amlocator-store-desc:nth-child(n+3){display:none;}
.amlocator-stores-wrapper.open  .amlocator-store-desc:nth-child(n+3){display:list-item;}
    */
  .more-resellers {
    border: 1px solid #0d1b28;
    color: #0d1b28;
  }
  .amlocator-store-desc {
    margin: 0;
  }
  .amlocator-store-desc.-active {
    background: #eee;
  }
  .amlocator-block .search-results-title {
    text-align: center;
    color: 0 d1b28;
    font-family: Montserrat;
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 50px;
  }
  .amlocator-block .search-results-title .number-results {
    color: #795f4a;
    text-decoration: underline;
  }
  .amlocator-store-desc {
    background: transparent;
  }
  .amlocator-store-desc .amlocator-store-information {
    color: #0d1b28;
    font-family: 'Roboto';
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    color: #795f4a;
  }
  .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link {
    color: #0d1b28;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
  }
  .amlocator-store-desc .amlocator-image {
    background-size: 75%;
    border: 1px solid #707070;
    padding: 15px;
    background-repeat: no-repeat;
  }
  .amlocator-store-desc.-active {
    color: #333;
  }
  .amlocator-store-desc.-active .amlocator-title .amlocator-link {
    color: #0d1b28;
  }
  .amlocator-store-desc:not(:first-of-type) {
    margin-top: 0px;
  }
  .amlocator-current-location .amlocator-search {
    background: url('../images/loupe-dore.png') no-repeat center;
  }
  .amlocator-current-location .amlocator-text:focus + .amlocator-search,
  .amlocator-current-location .amlocator-search:hover {
    background: url('../images/loupe-dore.png') no-repeat center;
    background-size: contain;
  }
  .amlocator-current-location .amlocator-text:focus {
    border: 1px solid #795f4a;
    box-shadow: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 50vh;
    max-height: 50vh;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 40vh;
    max-height: 50vh;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .amlocator-search-container {
    padding: 5px 0;
    margin-bottom: 10px;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
  }
  .amlocator-introduction {
    color: #0d1b28;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 30px;
  }
  .amlocator-search-radius .amlocator-select {
    border-radius: 0;
    border: 1px solid #795f4a;
    height: 46px;
    margin-bottom: 15px;
  }
  .amlocator-current-location .amlocator-text {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding-right: 40px;
    border: 1px solid #795f4a;
    border-radius: 0;
    margin-bottom: 15px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #06151f;
    background: #fff;
    margin-top: 0;
    width: 100%;
    margin-left: auto;
    height: 46px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #06151f;
    border: 1px solid #06151f;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #06151f;
  }
}
/**************************************CART*************************************/
.abs-shopping-cart-items-desktop,
.block-cart-failed,
.cart-container .form-cart,
.cart-container .cart-gift-item {
  width: 100%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-right: 0;
  position: relative;
}
/**************************************CHECKOUT*************************************/
.checkout-index-index .cart-totals tbody .mark,
.checkout-index-index .cart-totals tfoot .mark,
.checkout-index-index .opc-block-summary .table-totals tbody .mark,
.checkout-index-index .opc-block-summary .table-totals tfoot .mark {
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
}
.checkout-index-index .cart-totals tbody .amount,
.checkout-index-index .cart-totals tfoot .amount,
.checkout-index-index .opc-block-summary .table-totals tbody .amount,
.checkout-index-index .opc-block-summary .table-totals tfoot .amount {
  color: #a48871;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.checkout-index-index .cart-totals .grand .amount strong,
.checkout-index-index .opc-block-summary .table-totals .grand .amount strong {
  color: #06151f;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.checkout-index-index .cart-totals,
.checkout-index-index .opc-block-summary .table-totals {
  border-top: 0;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #0d1b28;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 12px;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #0d1b28;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  font-family: 'porto-icons';
  content: '\f82b';
  color: #0d1b28;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 35px 0 35px;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
}
.checkout-index-index .opc-block-summary {
  background: transparent;
  padding: 25px 40px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #a48871;
  border-radius: 0;
}
.checkout-index-index .minicart-items .product-image-container {
  border: 1px solid #795f4a;
}
.checkout-index-index .opc-block-summary > .title {
  display: none;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border: 1px solid #a48871;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #a48871;
  color: #ffffff;
  content: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item .opc-wrapper .shipping-address-items {
  font-size: 0;
  padding: 15px 0;
}
.checkout-index-index .opc-wrapper .step-title {
  color: #0d1b28;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  border-bottom: 1px solid #a48871;
}
.checkout-index-index .checkout-payment-method .payment-option-content {
  padding: 0 0 18px 0px;
}
.checkout-index-index .payment-option-inner input[type="text"],
.checkout-index-index .payment-option-inner input[type="password"],
.checkout-index-index .payment-option-inner input[type="url"],
.checkout-index-index .payment-option-inner input[type="tel"],
.checkout-index-index .payment-option-inner input[type="search"],
.checkout-index-index .payment-option-inner input[type="number"],
.checkout-index-index .payment-option-inner input[type="datetime"],
.checkout-index-index .payment-option-inner input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #795f4a;
  color: #a48871;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
  padding-left: 0;
}
.checkout-index-index .action.action-show-popup {
  border-radius: 0;
  border: 1px solid #795f4a;
}
.checkout-index-index .button.action.continue.primary,
.checkout-index-index .action.primary.checkout {
  height: 50px;
  background-color: #0d1b28;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 40px;
}
.checkout-index-index .button.action.continue.primary:hover,
.checkout-index-index .action.primary.checkout:hover {
  height: 50px;
  background-color: #0d1b28;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 40px;
}
.checkout-cart-index {
  /*.cart.table-wrapper .cart > .item {
        border-bottom: 1px solid #e9e2d0;
        position: relative;
        border-top: 1px solid #a48871;
    }*/
}
.checkout-cart-index .abs-cart-block.active > .title:after,
.checkout-cart-index .abs-discount-block .block.active > .title:after,
.checkout-cart-index .cart-summary .block.active > .title:after,
.checkout-cart-index .paypal-review-discount .block.active > .title:after,
.checkout-cart-index .cart-discount .block.active > .title:after {
  background-image: url('../images/arrow-up.png');
  content: "";
  background-size: 13px 7px;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  top: 20px;
}
.checkout-cart-index .cart-totals tbody .amount,
.checkout-cart-index .cart-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
  color: #a48871;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
}
.checkout-cart-index .abs-toggling-title:after,
.checkout-cart-index .abs-cart-block > .title:after,
.checkout-cart-index .abs-discount-block .block > .title:after,
.checkout-cart-index .cart-summary .block > .title:after,
.checkout-cart-index .paypal-review-discount .block > .title:after,
.checkout-cart-index .cart-discount .block > .title:after {
  background-image: url('../images/arrow-down.png');
  content: "";
  background-size: 13px 7px;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  top: 20px;
}
.checkout-cart-index .header-dynamique {
  margin-bottom: 30px;
  display: block;
  background: url(../images/visuel-patchwork.png) repeat 66px 41px;
}
.checkout-cart-index .header-dynamique .row {
  height: 200px;
}
.checkout-cart-index .header-dynamique h1 {
  text-align: center;
  color: white;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
}
.checkout-cart-index .cart-summary > .title {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .product-image-container {
  border: 1px solid #0d1b28;
  border-radius: 0;
  padding: 0px;
}
.checkout-cart-index .cart.table-wrapper .item .item-actions {
  min-height: 0;
  padding-bottom: 0;
  position: relative;
  float: left;
  top: -125px;
  left: 30px;
  height: 1px;
}
.checkout-cart-index .footer .footer-top input {
  padding-left: 10px;
  border-radius: 0;
  border-color: #6e5540;
  font-size: 13px;
  height: 45px;
  line-height: 1.4;
}
.checkout-cart-index .block-discount-heading {
  display: block !important;
}
.checkout-cart-index .flavorhit-checkout-container {
  border: 1px solid #a48871;
  display: inline-block;
  width: 100%;
  padding: 25px 100px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  padding-left: 90px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '–';
  font-size: 30px;
  border: 1px solid #a48871;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-color: transparent;
  color: #a48871;
}
.checkout-cart-index .qty.field .qty-changer > .qty-inc {
  margin-top: 0;
  float: right;
}
.checkout-cart-index .qty.field .qty-changer > .qty-dec {
  margin-top: 0;
  float: left;
}
.checkout-cart-index .porto-icon-down-dir:before {
  content: '-';
}
.checkout-cart-index .porto-icon-up-dir:before {
  content: '+';
}
.checkout-cart-index .qty.field .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
  height: 38px;
  width: 38px;
  vertical-align: middle;
  border: 1px solid #a48871;
  background-color: #e9e2d0;
}
.checkout-cart-index .qty.field .qty-changer > a i {
  height: 38px;
  line-height: 38px;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}
.checkout-cart-index .cart-summary {
  background: transparent;
  border: none;
  border-radius: 0px;
}
.checkout-cart-index .cart-summary .cart-totals tbody .mark,
.checkout-cart-index .cart-summary .cart-totals tfoot .mark {
  text-align: left;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
  border: none;
}
.checkout-cart-index .cart-summary .item-title {
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
}
.checkout-cart-index .cart-summary .cart-totals .totals-tax-details,
.checkout-cart-index .cart-summary .opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 0;
}
.checkout-cart-index .cart-summary .totals-tax-summary .mark {
  padding-bottom: 20px;
}
.checkout-cart-index .cart-summary .totals-tax-summary .amount {
  padding-bottom: 20px;
}
.checkout-cart-index .cart-summary .grand.totals.incl {
  border-top: 1px solid #a48871;
}
.checkout-cart-index .cart-summary .grand.totals.incl .mark {
  padding-top: 20px;
}
.checkout-cart-index .cart-summary .grand.totals.incl .amount {
  padding-top: 20px;
}
.checkout-cart-index .cart-summary select,
.checkout-cart-index .cart-summary input[type="text"],
.checkout-cart-index .cart-summary input[type="password"],
.checkout-cart-index .cart-summary input[type="url"],
.checkout-cart-index .cart-summary input[type="tel"],
.checkout-cart-index .cart-summary input[type="search"],
.checkout-cart-index .cart-summary input[type="number"],
.checkout-cart-index .cart-summary input[type="datetime"],
.checkout-cart-index .cart-summary input[type="email"] {
  background-color: transparent;
  border-radius: 0;
  height: 42px;
  border: 1px solid #795f4a;
  color: #a48871;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.checkout-cart-index .cart-summary .block > .title {
  border: none;
}
.checkout-cart-index .cart-summary .title strong {
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  height: 63px;
  background-color: #0d1b28;
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.checkout-cart-index .block.discount .action.apply.primary {
  height: 54px;
  border: 2px solid #06151f;
  background-color: #e9e2d0;
  color: #06151f;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 22px;
  width: 100%;
  border-radius: 0;
}
.checkout-cart-index .block.discount .actions-toolbar > .primary {
  margin-bottom: 0;
  width: 100%;
}
.checkout-cart-index .block.discount #discount-coupon-form #coupon_code {
  border-radius: 3px 0 0 3px;
  height: 42px;
  border: 1px solid #795f4a;
}
.checkout-cart-index .block.discount .field label {
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
}
.checkout-cart-index .block.discount .title strong {
  display: none;
}
.checkout-cart-index .block.discount .content {
  display: block !important;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 90px;
  border-radius: 0;
  border: 1px solid #a48871;
  border-left: 0;
  border-right: 0;
}
.checkout-cart-index .block.discount {
  margin-bottom: 0;
  width: 45%;
  display: inline-block;
}
.checkout-cart-index .cart-summary {
  width: 50%;
  display: inline-block;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a {
  font-size: 1.8rem;
  display: block;
  margin: 0;
  margin-top: 10px;
  color: #06151f;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 0px;
}
.checkout-cart-index .price-including-tax .cart-price {
  color: #a48871;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}
.checkout-cart-index .price-including-tax[data-label="TTC"]::after {
  color: #a48871;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}
.checkout-cart-index .price-including-tax[data-label="HT"]::after {
  color: #a48871;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  /*border-bottom: 0;*/
}
.checkout-cart-index .form-cart tr.item-info {
  /*   border-bottom: 0px solid #e9e2d0;*/
}
.checkout-cart-index .cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #e9e2d0;
  position: relative;
}
.checkout-cart-index .cart.table-wrapper .cart:last-child > .item {
  border-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .item-options dt,
.checkout-cart-index .cart.table-wrapper .item-options dd {
  color: #795f4a;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
}
.checkout-cart-index .cart-container .form-cart .actions.main .clear {
  display: inline-block;
  float: left;
  height: 54px;
  line-height: 27px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 54px;
  border-color: #a48871;
  border-radius: 0;
  color: #a48871;
}
.checkout-cart-index .cart-container .form-cart .actions.main .clear:hover,
.checkout-cart-index .cart-container .form-cart .actions.main .clear:focus {
  background-color: #0d1b28;
  color: white;
}
.checkout-cart-index .action.update {
  height: 54px;
  line-height: 27px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 54px;
  border-color: #a48871;
  border-radius: 0;
  color: #a48871;
}
.checkout-cart-index .action.update:hover,
.checkout-cart-index .action.update:focus {
  background-color: #0d1b28;
  color: white;
}
.checkout-cart-index .price-including-tax .cart-price {
  color: #795f4a;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}
.checkout-cart-index .price-including-tax[data-label="TTC"]::after {
  color: #795f4a;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}
.checkout-cart-index .price-including-tax[data-label="HT"]::after {
  color: #795f4a;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  line-height: 54px;
  text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
  border-bottom: 1px solid #a48871;
}
@media (min-width: 992px) {
  .checkout-cart-index .cart.table-wrapper .col.qty {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .cart.table-wrapper .product-item-name a {
    display: inline-block;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    width: 50px;
    border: 1px solid #a48871;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-left: 50px;
  }
  .checkout-cart-index .cart.table-wrapper .product-image-container {
    display: none;
  }
  .cart.table-wrapper .col.qty .field.qty {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart.table-wrapper .item .item-actions {
    top: -125px;
    left: 0;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    width: 40px;
  }
  .checkout-cart-index .cart.table-wrapper .item .item-actions {
    top: -60px;
    left: 80px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-left: 0;
  }
  .checkout-cart-index .flavorhit-checkout-container {
    border: 1px solid #a48871;
    display: inline-block;
    width: 100%;
    padding: 25px 40px;
  }
  .checkout-cart-index .block.discount {
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
    display: inline-block;
  }
  .checkout-cart-index .qty.field .qty-changer > a {
    width: 30px;
  }
}
/**************************************MY ACOOUNT*************************************/
/*boutons mon compte*/
.account .account-nav .nav > li > a {
  color: #777;
  padding: 15px 15px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.account .account-nav .nav > li > strong {
  padding: 15px 15px;
}
.account .login-container,
.account .form.password.reset,
.account .form.send.confirmation,
.account .form.password.forget,
.account .form.create.account,
.account .form.form-edit-account,
.account .form-address-edit,
.account .form-newsletter-manage {
  border-top: 1px solid #ddd;
}
.account select,
.account input[type="text"],
.account input[type="password"],
.account input[type="url"],
.account input[type="tel"],
.account input[type="search"],
.account input[type="number"],
.account input[type="datetime"],
.account input[type="email"] {
  height: 45px;
  border: 1px solid #0d1b28;
  border-radius: 0;
}
.account .actions-toolbar .primary {
  float: right;
}
.account .form-address-edit {
  display: inline-block;
  width: 100%;
  padding: 35px 25px 25px;
}
.account .action.save.primary {
  width: 100%;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  color: #e9e2d0;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  height: 54px;
  background-color: #0d1b28;
  text-transform: unset;
}
.account .action.save.primary:hover {
  background-color: #0d1b28;
  border-color: #0d1b28;
  color: #e9e2d0;
}
/**************************************CMS*************************************/
.cms-page-view .breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  background: transparent;
}
.cms-page-view .breadcrumbs .items {
  float: left;
  padding: 0;
}
.cms-page-view .breadcrumbs .items .item:not(:last-child):after {
  color: #a48871 !important;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  content: '/';
  margin: 0 9px;
  font-family: 'Roboto';
}
.cms-page-view .breadcrumbs .items .item a {
  color: #a48871;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* Text style for "Accueil /" */
  font-weight: 300;
}
.cms-page-view .breadcrumbs .items .item:last-child strong {
  padding: 0px 0;
  display: inline-block;
  color: #a48871;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-weight: 700;
}
.flavorhit-contenu-type1 {
  margin-bottom: 50px;
  background-image: url(../images/137-layers.png);
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 25% 100%;
}
.flavorhit-contenu-type1 .btn-contenu {
  background: #0d1b28;
  color: white;
}
.flavorhit-contenu-type1 .btn-contenu:after {
  background-image: url(../images/nuage-white.svg);
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.flavorhit-contenu-type1 .contenu-title {
  text-align: left;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.flavorhit-contenu-type1 .flavorhit-contenu-left img {
  width: 100%;
}
.flavorhit-contenu-type1 .flavorhit-contenu-right p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavorhit-contenu-type1 .flavorhit-contenu-right p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.flavorhit-contenu-type1 .flavorhit-contenu-right p img {
  width: 100%;
}
.flavorhit-contenu-type2 {
  margin-bottom: 50px;
  background-image: url(../images/137-layers.png);
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 25% 100%;
}
.flavorhit-contenu-type2 .btn-contenu {
  background: #0d1b28;
  color: white;
}
.flavorhit-contenu-type2 .btn-contenu:after {
  background-image: url(../images/nuage-white.svg);
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.flavorhit-contenu-type2 .histoire-title {
  text-align: left;
  color: #0d1b28;
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.flavorhit-contenu-type2 .flavorhit-contenu-left img {
  width: 100%;
}
.flavorhit-contenu-type2 .flavorhit-contenu-left p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavorhit-contenu-type2 .flavorhit-contenu-left p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.flavorhit-contenu-type2 .flavorhit-contenu-left p img {
  width: 100%;
}
.flavorhit-contenu-type2 .flavorhit-contenu-right p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavorhit-contenu-type2 .flavorhit-contenu-right p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.flavorhit-contenu-type2 .flavorhit-contenu-right p img {
  width: 100%;
}
.flavorhit-citation {
  margin-bottom: 50px;
  text-align: center;
}
.flavorhit-citation p {
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 32px;
}
.flavorhit-citation p .strong {
  font-weight: 700;
  font-style: italic;
}
.flavorhit-citation p.signature {
  color: #a48871;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 28px;
  text-transform: uppercase;
  font-style: normal;
}
.flavorhit-citation .hr-signature {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 18px;
  margin-top: 18px;
  color: #a48871;
  background: #a48871;
  border-color: #a48871;
  max-width: 70px;
}
.flavorhit-contenu-type4 {
  margin-bottom: 50px;
  margin-top: 20px;
}
.flavorhit-contenu-type4 .btn-contenu {
  background: #0d1b28;
  color: white;
}
.flavorhit-contenu-type4 .btn-contenu:after {
  background-image: url(../images/nuage-white.svg);
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.flavorhit-contenu-type4 .contenu-title {
  text-align: left;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.flavorhit-contenu-type4 .flavorhit-contenu p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavorhit-contenu-type4 .flavorhit-contenu p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.flavorhit-contenu-type4 .flavorhit-contenu p img {
  width: 100%;
}
.flavorhit-contenu-type5 {
  margin-bottom: 50px;
  background-image: url(../images/contenu-type5-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.flavorhit-contenu-type5 .btn-contenu {
  background: #0d1b28;
  color: white;
}
.flavorhit-contenu-type5 .btn-contenu:after {
  background-image: url(../images/nuage-white.svg);
  content: "";
  display: inline-block;
  background-size: 32px 19px;
  background-repeat: no-repeat;
  width: 32px;
  height: 19px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.flavorhit-contenu-type5 .contenu-title {
  text-align: left;
  color: #0d1b28;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
.flavorhit-contenu-type5 .flavorhit-contenu-left {
  background-color: #ffffff;
  opacity: 0.9;
  padding: 7%;
}
.flavorhit-contenu-type5 .flavorhit-contenu-left img {
  width: 100%;
}
.flavorhit-contenu-type5 .flavorhit-contenu-left p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavorhit-contenu-type5 .flavorhit-contenu-left p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.flavorhit-contenu-type5 .flavorhit-contenu-left p img {
  width: 200px;
}
.flavorhit-contenu-type5 .flavorhit-contenu-right text-align:right p {
  margin-bottom: 3rem;
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.flavorhit-contenu-type5 .flavorhit-contenu-right text-align:right p span.strong {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
}
.flavorhit-contenu-type5 .flavorhit-contenu-right text-align:right p img {
  width: 200px;
}
.flavorhit-contenu-type5 .flavorhit-contenu-right .img-layer {
  float: right;
  margin-right: -80px;
}
.cms-page-view .header-dynamique {
  margin-bottom: 30px;
  display: block;
  background: url(../images/visuel-patchwork.png) repeat 66px 41px;
}
.cms-page-view .header-dynamique .row {
  height: 200px;
}
.cms-page-view .header-dynamique h1 {
  text-align: center;
  color: white;
  font-family: 'Montserrat';
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
}
/*****************************************customer login****************************************/
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  border-top: 1px solid #0088cc;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.customer-account-login input[type="text"],
.customer-account-login input[type="password"],
.customer-account-login input[type="url"],
.customer-account-login input[type="tel"],
.customer-account-login input[type="search"],
.customer-account-login input[type="number"],
.customer-account-login input[type="datetime"],
.customer-account-login input[type="email"] {
  background: #ffffff;
  font-family: 'Roboto';
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 0;
  border-color: #6e5540;
  font-size: 13px;
  height: 45px;
  line-height: 1.4;
}
.customer-account-login .action.login.primary {
  width: 100%;
  height: 45px;
  line-height: 1.4;
  color: white;
  font-family: 'Roboto';
  background: #6e5540;
  border: none;
  border-radius: 0;
}
.customer-account-login .action.create.primary {
  height: 45px;
  font-family: 'Roboto';
  color: white;
  background: #6e5540;
  border: none;
  border-radius: 0;
  line-height: 2;
}
.customer-account-login .fieldset > .field > .label,
.customer-account-login .fieldset > .fields > .field > .label {
  color: #0d1b28;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
}
.customer-account-login .actions-toolbar .primary {
  float: left;
  padding-right: 15px;
}
/*****************************contact****************************************/
.cms-contacts .field.fb-h2.amform-layout-one,
.cms-devenir-revendeur .field.fb-h2.amform-layout-one {
  display: none;
}
.cms-contacts .contact-block-static img,
.cms-devenir-revendeur .contact-block-static img {
  width: 100%;
}
.cms-contacts .fieldset > .fields > .field > .label,
.cms-devenir-revendeur .fieldset > .fields > .field > .label {
  height: 28px;
  color: #0d1b28;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.4px;
  line-height: 28px;
  text-transform: uppercase;
}
.cms-contacts .rendered-form .form-control,
.cms-devenir-revendeur .rendered-form .form-control,
.cms-contacts .rendered-form output,
.cms-devenir-revendeur .rendered-form output {
  height: 42px;
  border: 1px solid #795f4a;
  border-radius: 0;
}
.cms-contacts .amform-form,
.cms-devenir-revendeur .amform-form {
  max-width: 100%;
  margin: 0 auto 10px;
}
.cms-contacts .action.primary.amcform-submit,
.cms-devenir-revendeur .action.primary.amcform-submit {
  float: none;
  height: 54px;
  background-color: #0d1b28;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 30px;
}
.cms-contacts .action.primary.amcform-submit:after,
.cms-devenir-revendeur .action.primary.amcform-submit:after {
  background-image: url(../images/right-arrow-button.png);
  content: "";
  display: inline-block;
  background-size: 18px 8px;
  background-repeat: no-repeat;
  width: 18px;
  height: 8px;
  margin-left: 10px;
  background-position: 50% 50%;
}
.cms-contacts .contact-bottom-container,
.cms-devenir-revendeur .contact-bottom-container {
  margin-top: 50px;
  border: 1px solid #06151f;
  background-color: #ffffff;
  padding: 15px;
}
.cms-contacts .contact-bottom-container .contact-bottom-inner,
.cms-devenir-revendeur .contact-bottom-container .contact-bottom-inner {
  text-align: center;
  border: 2px solid #a48871;
  background-color: #ffffff;
  padding: 40px;
}
.cms-contacts .contact-bottom-container .contact-bottom-title,
.cms-devenir-revendeur .contact-bottom-container .contact-bottom-title {
  color: #06151f;
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 15px;
}
.cms-contacts .contact-bottom-container ul,
.cms-devenir-revendeur .contact-bottom-container ul {
  list-style: none;
}
.cms-contacts .contact-bottom-container ul img,
.cms-devenir-revendeur .contact-bottom-container ul img {
  vertical-align: middle;
}
.cms-contacts .contact-bottom-container ul > li,
.cms-devenir-revendeur .contact-bottom-container ul > li,
.cms-contacts .contact-bottom-container ul p,
.cms-devenir-revendeur .contact-bottom-container ul p {
  color: #795f4a;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
/****************************cookies bar**************************************/
@media (max-width: 768px) {
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    display: inline-block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    margin: 0;
    padding: 15px 20px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    display: block;
    height: 50px;
  }
  [data-role="gdpr-cookie-container"] {
    z-index: 10000;
    position: absolute;
    border-radius: 0;
  }
  [data-role="gdpr-cookie-container"] .message.global.cookie.am-cookie {
    z-index: 10;
    border-radius: 0;
  }
}
.message.global.cookie.am-cookie {
  background: #e8e8e8;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 17px 46px;
  font-size: 20px;
  box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
  text-transform: none;
  height: 61px;
  border-radius: 0;
  background: #0d1b28;
  height: auto !important;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #0d1b28;
  opacity: 0.9;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////TABLETTE///////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/**************************************HOME SLIDER*************************************/
@media (min-width: 992px) and (max-width: 1179px) {
  .banner-content-6 .owl-carousel .owl-item img.flacons {
    height: auto;
    max-width: 570px;
    margin-top: -20px;
    margin-left: -70px;
  }
  .banner-content-6 .text-content {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-content-6 .owl-carousel .owl-item img.flacons {
    height: auto;
    max-width: 460px;
    margin-top: -20px;
    margin-left: -80px;
  }
  .banner-content-6 .text-content {
    padding-left: 0px;
  }
}
/**********************************************BLOCK NOUVEAUTES***************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .flavorhit-nouveautés,
  .flavorhit-offers .product-item-details .view-more a {
    padding: 15px 20px;
  }
}
/*******************************************BLOCK VEDETTES*****************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .flavorhit-vedettes .card-1 .height-image {
    max-height: 520px;
  }
  .card-right .height-image {
    height: 220px;
  }
  .flavorhit-vedettes .card-1 .height-body {
    height: 140px;
  }
  .flavorhit-vedettes .card-1 .view-more a {
    padding: 15px 15px;
  }
}
@media (max-width: 991px) {
  .flavorhit-vedettes .card-1 .view-more a {
    padding: 15px 15px;
  }
  .flavorhit-vedettes .card-right .view-more a {
    padding: 15px 15px;
  }
}
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////MOBILE///////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px) {
  .navigation li.level0 .ui-menu-item > a:before {
    vertical-align: middle;
  }
  .navigation li.level0 .ui-menu-item > a img {
    vertical-align: middle;
    width: 140px;
  }
  .page-histoire-block2,
  .page-histoire-block1 {
    margin-bottom: 50px;
  }
  .flavorhit-contenu-type1 {
    margin-bottom: 100px;
  }
  .flavorhit-contenu-type1 .flavorhit-contenu-left {
    padding-bottom: 25px;
  }
  .flavorhit-contenu-type2 {
    margin-bottom: 100px;
  }
  .flavorhit-contenu-type2 .flavorhit-contenu-left {
    padding-bottom: 25px;
  }
  .flavorhit-contenu-type4 {
    margin-bottom: 100px;
  }
  .flavorhit-contenu-type4 .flavorhit-contenu-left {
    padding-bottom: 25px;
  }
  .flavorhit-contenu-type5 {
    margin-bottom: 100px;
    background-image: url(../images/contenu-type5-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .flavorhit-contenu-type5 .btn-contenu {
    background: #0d1b28;
    color: white;
  }
  .flavorhit-contenu-type5 .btn-contenu:after {
    background-image: url(../images/nuage-white.svg);
    content: "";
    display: inline-block;
    background-size: 32px 19px;
    background-repeat: no-repeat;
    width: 32px;
    height: 19px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .flavorhit-contenu-type5 .contenu-title {
    text-align: left;
    color: #0d1b28;
    font-family: 'Montserrat';
    font-size: 54px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .flavorhit-contenu-type5 .flavorhit-contenu-right {
    display: none;
  }
  /*store locator*/
  .amlocator-store-desc {
    margin: 0;
  }
  .amlocator-store-desc.-active {
    background: #fafafa;
  }
  .amlocator-block .search-results-title {
    text-align: center;
    color: 0 d1b28;
    font-family: Montserrat;
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 50px;
  }
  .amlocator-block .search-results-title .number-results {
    color: #795f4a;
    text-decoration: underline;
  }
  .amlocator-store-desc {
    background: transparent;
  }
  .amlocator-store-desc .amlocator-store-information {
    color: #0d1b28;
    font-family: 'Roboto';
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    color: #795f4a;
  }
  .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link {
    color: #0d1b28;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
  }
  .amlocator-store-desc .amlocator-image {
    background-size: 75%;
    border: 1px solid #707070;
    padding: 15px;
    background-repeat: no-repeat;
  }
  .amlocator-store-desc.-active {
    color: #333;
    background: transparent;
  }
  .amlocator-store-desc.-active .amlocator-title .amlocator-link {
    color: #0d1b28;
  }
  .amlocator-store-desc:not(:first-of-type) {
    margin-top: 0px;
  }
  .amlocator-current-location .amlocator-search {
    background: url('../images/loupe-dore.png') no-repeat center;
  }
  .amlocator-current-location .amlocator-text:focus + .amlocator-search,
  .amlocator-current-location .amlocator-search:hover {
    background: url('../images/loupe-dore.png') no-repeat center;
    background-size: contain;
  }
  .amlocator-current-location .amlocator-text:focus {
    border: 1px solid #795f4a;
    box-shadow: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 50vh;
    max-height: 50vh;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 40vh;
    max-height: 50vh;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .amlocator-search-container {
    padding: 5px 0;
    margin-bottom: 10px;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
  }
  .amlocator-introduction {
    color: #0d1b28;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 30px;
  }
  .amlocator-search-radius .amlocator-select {
    border-radius: 0;
    border: 1px solid #795f4a;
    height: 46px;
    margin-bottom: 15px;
  }
  .amlocator-current-location .amlocator-text {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding-right: 40px;
    border: 1px solid #795f4a;
    border-radius: 0;
    margin-bottom: 15px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #06151f;
    background: #fff;
    margin-top: 0;
    width: 100%;
    margin-left: auto;
    height: 46px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #06151f;
    border: 1px solid #06151f;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #06151f;
  }
  /*********CATEGORY VIEW********/
  .catalog-category-view .products-grid .product-item {
    width: 100%;
    padding: 10px;
  }
  /*Mobile Menu*/
  /***switcher language******/
  .page-header .switcher .options .action.toggle:after,
  .page-header .switcher .options .action.toggle.active:after {
    display: none;
    color: inherit;
    content: '';
  }
  .page-header .switcher-language {
    display: none;
    background: transparent;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-open {
    /**icone close no home**/
    /**icone close home**/
  }
  .nav-open .header.content {
    height: 100px;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  .nav-open .switcher-language {
    display: inline-block;
    height: 50px;
    width: 50px;
    z-index: 101;
    background: transparent;
    top: 30px;
    position: absolute;
    top: 35px;
    text-transform: uppercase;
  }
  .nav-open .switcher-language .view-default_1 {
    font-size: 14px;
  }
  .nav-open .switcher-language .action.toggle {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #777;
  }
  .nav-open header.page-header .nav-sections-item-content {
    margin-top: 0;
  }
  .nav-open .cms-index-index .page-header.type5.header-newskin {
    background: #e8e8e8;
  }
  .nav-open .nav-sections-items {
    background: #e8e8e8;
  }
  .nav-open .nav-sections {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-top: 100px;
  }
  .nav-open .nav-toggle {
    float: right;
  }
  .nav-open .page-wrapper {
    position: relative;
    z-index: 3;
  }
  .nav-open .page-header.type5.header-newskin .logo {
    display: none;
  }
  .nav-open .nav-toggle:before {
    content: '';
    background: url(../images/close-dore.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-open .page-header.type5.header-newskin .minicart-wrapper .action.showcart:before {
    background-image: url(../images/cart-dore.svg);
    content: "";
    background-size: 22px 21px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    font-size: 36px;
    line-height: 51px;
    color: #0088cc;
    margin: 0;
    vertical-align: middle;
    display: block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-open .nav-toggle {
    border-left: 1px solid #a48871;
  }
  .nav-open .cms-index-index .page-header.type5.header-newskin .logo {
    display: none;
  }
  .nav-open .cms-index-index .nav-toggle:before {
    content: '';
    background: url(../images/close-dore.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-open .cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart:before {
    background-image: url(../images/cart-dore.svg);
    content: "";
    background-size: 22px 21px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    font-size: 36px;
    line-height: 51px;
    color: #0088cc;
    margin: 0;
    vertical-align: middle;
    display: block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-open .cms-index-index .nav-toggle {
    border-left: 1px solid #a48871;
  }
  /**burger menu no home**/
  .page-header.type5.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    background-color: #a48871;
    color: #e9e2d0;
    font-family: Roboto;
    font-size: 8px;
    font-weight: 700;
    line-height: 14px;
    top: 9px;
    right: 14px;
    width: 14px;
    height: 14px;
  }
  .nav-toggle {
    margin-top: 10px;
    margin-right: 10px;
    border-left: 1px solid #a48871;
    line-height: 35px;
    top: 12px;
    padding-left: 20px;
  }
  .nav-toggle:before {
    content: '';
    background: url(../images/burger-dore.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  /**burger menu home**/
  .cms-index-index .nav-toggle:before {
    content: '';
    background: url(../images/burger-white.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  /**icon-user no home***/
  .page-header.type5.header-newskin .search-area.user-wrapper {
    position: relative;
    margin: 0 35px;
    display: block;
    top: 0;
    z-index: 2;
    margin: 0 20px 0 5px;
    float: right;
    top: 0px;
    left: 0;
    height: 50px;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper > a {
    width: auto;
    display: inline-block;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper > a .porto-icon-user:before {
    background-image: url('../images/user-dore.svg');
    content: "";
    display: inline-block;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper .block-search {
    right: 0;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper .block-search.block-user {
    width: 100%;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper .block-search.block-user ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
  }
  /**icone mini cart no home**/
  .page-header.type5.header-newskin .minicart-wrapper {
    text-align: right;
    margin: 30px 0 12px;
    z-index: 300;
  }
  .page-header.type5.header-newskin .nav-toggle {
    margin-top: 10px;
    margin-right: 10px;
  }
  .page-header.type5.header-newskin .block-search .label:before,
  .page-header.type5.header-newskin .nav-toggle:before {
    font-size: 28px;
    color: white;
    font-weight: 400;
  }
  .page-header.type5.header-newskin .logo {
    height: 60px;
    float: left;
    margin: 20px 0;
  }
  .page-header.type5.header-newskin .minicart-wrapper .action.showcart:before {
    background-image: url(../images/cart-dore.svg);
    content: "";
    background-size: 22px 21px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    font-size: 36px;
    line-height: 51px;
    color: #0088cc;
    margin: 0;
    vertical-align: middle;
    display: block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .action.showcart:after {
    background-image: url('../images/bottom-arrow-white.svg');
    content: "";
    background-size: 13px 7px;
    background-repeat: no-repeat;
    width: 13px;
    height: 7px;
    display: none;
  }
  /**icon user no home**/
  .page-header.type5.header-newskin .search-area {
    float: right;
    top: 0px;
    left: 0;
    height: auto;
    margin: 0px 5px 0 0px;
    position: relative;
    z-index: 30;
  }
  .page-header.type5.header-newskin .search-area.user-wrapper {
    margin-top: 30px;
    margin-right: 10px;
  }
  .page-header.type5.header-newskin .search-area .block-search {
    display: none;
  }
  .page-header.type5.header-newskin .search-area .block-search .label {
    margin-right: 0;
    margin-top: 30px;
    cursor: pointer;
  }
  .page-header.type5.header-newskin .search-area .block-search .label:before {
    background-image: url('../images/loupe-dore.png');
    content: "";
    display: inline-block;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .page-header.type5.header-newskin .search-area .block-search input {
    border: 1px solid #a48871;
    border-radius: 0;
  }
  /**icon-user home menu ouvert***/
  .nav-open .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper > a .porto-icon-user:before {
    background-image: url('../images/user-dore.svg');
  }
  /**icon-user home menu fermé***/
  .cms-index-index {
    /***icone search home **/
    /***icone mini cart home********/
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper > a .porto-icon-user:before {
    background-image: url('../images/user-white.svg');
  }
  .cms-index-index .page-header.type5.header-newskin .search-area {
    float: right;
    top: 0px;
    left: 0;
    height: auto;
    margin: 0px 5px 0 0px;
    position: relative;
    z-index: 30;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area.user-wrapper {
    margin-top: 30px;
    margin-right: 10px;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area .block-search {
    display: none;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area .block-search .label {
    margin-right: 0;
    margin-top: 30px;
    cursor: pointer;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area .block-search .label:before {
    background-image: url('../images/loupe-dore.png');
    content: "";
    display: inline-block;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .cms-index-index .page-header.type5.header-newskin .search-area .block-search input {
    border: 1px solid #a48871;
    border-radius: 0;
  }
  .cms-index-index .page-header.type5.header-newskin .minicart-wrapper {
    text-align: right;
    margin: 30px 0 12px;
    z-index: 300;
  }
  .cms-index-index .page-header.type5.header-newskin .nav-toggle {
    margin-top: 10px;
    margin-right: 10px;
  }
  .cms-index-index .page-header.type5.header-newskin .block-search .label:before,
  .cms-index-index .page-header.type5.header-newskin .nav-toggle:before {
    font-size: 28px;
    color: white;
    font-weight: 400;
  }
  .cms-index-index .page-header.type5.header-newskin .logo {
    height: 60px;
    float: left;
    margin: 20px 0;
  }
  .cms-index-index .banner-content-6 {
    padding-top: 75px;
  }
  .cms-index-index .page-header.type5.header-newskin {
    border: none;
    position: absolute;
    width: 100%;
    background: transparent;
  }
  .cms-index-index .page-header.type5.header-newskin .minicart-wrapper .action.showcart:before {
    background-image: url(../images/cart-white.svg);
    content: "";
    background-size: 22px 21px;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    font-size: 36px;
    line-height: 51px;
    color: #0088cc;
    margin: 0;
    vertical-align: middle;
    display: block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cms-index-index .action.showcart:after {
    background-image: url('../images/bottom-arrow-white.svg');
    content: "";
    background-size: 13px 7px;
    background-repeat: no-repeat;
    width: 13px;
    height: 7px;
    display: none;
  }
  .nav-open .cms-index-index .page-header.type5.header-newskin .search-area .block-search {
    display: block;
  }
  .nav-open .page-header.type5.header-newskin .search-area .block-search {
    display: block;
  }
  .nav-open .page-header.type5.header-newskin .search-area .block-search .label {
    margin-right: 0;
    margin-top: 30px;
    cursor: pointer;
  }
  .nav-open .page-header.type5.header-newskin .search-area .block-search .label:before {
    background-image: url('../images/loupe-dore.png');
    content: "";
    display: inline-block;
    background-size: 21px 20px;
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    margin-left: 10px;
    background-position: 50% 50%;
  }
  .nav-open .page-header.type5.header-newskin .search-area .block-search input {
    margin: 10px 0;
    border: 1px solid #a48871;
    border-radius: 0;
  }
  /* banniere home***/
  .banner-content-6 {
    padding: 0px 0 0px;
  }
  .banner-content-6 .text-content p.slider-paragraph {
    text-align: center;
  }
  .banner-content-6 h2.slider-title {
    font-size: 37px;
    letter-spacing: normal;
    font-weight: 700;
    text-align: center;
  }
  .banner-content-6 .text-content {
    padding-left: 0;
  }
  .banner-content-6 .btn {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
  }
  .banner-content-6 .text-content p a.btn-type2 {
    margin-top: 15px;
  }
  .page-header.header-newskin:not(.type16) .nav-sections {
    background-color: white;
  }
  .flavorhit-introduction .align-items-center.height-440 {
    height: auto;
  }
  .flavorhit-introduction .align-items-center .introduction-right {
    text-align: left;
  }
  .flavorhit-introduction .align-items-center.citation {
    text-align: left;
  }
  .flavorhit-nouveautés .owl-controls,
  .flavorhit-offers .owl-controls,
  .flavorhit-gammes .owl-controls,
  .flavorhit-histoire .owl-controls,
  .flavorhit-vedettes .owl-controls {
    z-index: -1;
  }
  .flavorhit-nouveautés .nouveautes-title,
  .flavorhit-offers .nouveautes-title,
  .flavorhit-gammes .nouveautes-title,
  .flavorhit-histoire .nouveautes-title,
  .flavorhit-vedettes .nouveautes-title,
  .flavorhit-nouveautés .histoire-title,
  .flavorhit-offers .histoire-title,
  .flavorhit-gammes .histoire-title,
  .flavorhit-histoire .histoire-title,
  .flavorhit-vedettes .histoire-title {
    font-size: 44px;
    text-align: left;
  }
  .flavorhit-nouveautés .mt-30,
  .flavorhit-offers .mt-30,
  .flavorhit-gammes .mt-30,
  .flavorhit-histoire .mt-30,
  .flavorhit-vedettes .mt-30 {
    margin-top: 50px;
  }
  .flavorhit-nouveautés .owl-middle-outer-narrow .owl-theme .owl-controls,
  .flavorhit-offers .owl-middle-outer-narrow .owl-theme .owl-controls,
  .flavorhit-gammes .owl-middle-outer-narrow .owl-theme .owl-controls,
  .flavorhit-histoire .owl-middle-outer-narrow .owl-theme .owl-controls,
  .flavorhit-vedettes .owl-middle-outer-narrow .owl-theme .owl-controls {
    top: 100%;
  }
  .flavorhit-nouveautés .owl-dots,
  .flavorhit-offers .owl-dots,
  .flavorhit-gammes .owl-dots,
  .flavorhit-histoire .owl-dots,
  .flavorhit-vedettes .owl-dots {
    margin-top: 35px;
  }
  .flavorhit-nouveautés .owl-nav,
  .flavorhit-offers .owl-nav,
  .flavorhit-gammes .owl-nav,
  .flavorhit-histoire .owl-nav,
  .flavorhit-vedettes .owl-nav {
    display: none;
  }
  .flavorhit-nouveautés .owl-dots,
  .flavorhit-offers .owl-dots,
  .flavorhit-gammes .owl-dots,
  .flavorhit-histoire .owl-dots,
  .flavorhit-vedettes .owl-dots {
    display: block;
  }
  /**Flavohit vedettes et gammes****/
  .flavorhit-vedettes,
  .flavorhit-gammes {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flavorhit-vedettes .owl-dots,
  .flavorhit-gammes .owl-dots {
    margin-top: 15px;
  }
  .flavorhit-vedettes .img-block,
  .flavorhit-gammes .img-block {
    position: absolute;
    left: 35px;
    top: 20px;
    z-index: 10;
    height: 50px;
  }
  .flavorhit-vedettes .owl-carousel .owl-nav .owl-prev,
  .flavorhit-gammes .owl-carousel .owl-nav .owl-prev,
  .flavorhit-vedettes .owl-carousel .owl-nav .owl-next,
  .flavorhit-gammes .owl-carousel .owl-nav .owl-next,
  .flavorhit-vedettes .owl-carousel .owl-dot,
  .flavorhit-gammes .owl-carousel .owl-dot {
    width: 30px;
    height: 30px;
  }
  .flavorhit-vedettes .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev,
  .flavorhit-gammes .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    width: 12px;
    height: 20px;
    left: -30px;
  }
  .flavorhit-vedettes .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next,
  .flavorhit-gammes .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
    width: 12px;
    height: 20px;
  }
  .flavorhit-vedettes .owl-carousel .owl-nav .owl-prev,
  .flavorhit-gammes .owl-carousel .owl-nav .owl-prev {
    background: url(../images/prev-slider.png) no-repeat scroll 0 0;
  }
  .flavorhit-vedettes .owl-carousel .owl-nav .owl-next,
  .flavorhit-gammes .owl-carousel .owl-nav .owl-next {
    background: url(../images/next-slider.png) no-repeat scroll 0px 0px;
  }
  .flavorhit-vedettes .product-item-photo,
  .flavorhit-gammes .product-item-photo {
    border: 1px solid #3b3b3b;
    border-radius: 0;
  }
  .flavorhit-vedettes .product-labels,
  .flavorhit-gammes .product-labels {
    top: -10px;
  }
  .flavorhit-vedettes .product-label.new-label,
  .flavorhit-gammes .product-label.new-label {
    text-decoration: underline;
    background: none;
    height: 50px;
    color: #0d1b28;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
    line-height: 50px;
  }
  .flavorhit-vedettes .product-label.new-label:after,
  .flavorhit-gammes .product-label.new-label:after {
    content: " ";
    background: black;
    height: 1px;
  }
  .flavorhit-vedettes .nouveautes-title,
  .flavorhit-gammes .nouveautes-title,
  .flavorhit-vedettes offers-title,
  .flavorhit-gammes offers-title {
    text-align: left;
    color: #0d1b28;
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .flavorhit-vedettes .product-item-details,
  .flavorhit-gammes .product-item-details {
    text-align: left;
    padding: 0 15px;
  }
  .flavorhit-vedettes .product-item-details .row,
  .flavorhit-gammes .product-item-details .row {
    min-height: 100px;
  }
  .flavorhit-vedettes .product-item-details.blends,
  .flavorhit-gammes .product-item-details.blends {
    background-color: #06151f;
  }
  .flavorhit-vedettes .product-item-details.diy,
  .flavorhit-gammes .product-item-details.diy {
    background-color: #434a4d;
  }
  .flavorhit-vedettes .product-item-details.menthole,
  .flavorhit-gammes .product-item-details.menthole {
    background-color: #002526;
  }
  .flavorhit-vedettes .product-item-details.fruite,
  .flavorhit-gammes .product-item-details.fruite {
    background-color: #320b26;
  }
  .flavorhit-vedettes .product-item-details.gourmand,
  .flavorhit-gammes .product-item-details.gourmand {
    background-color: #e9e2d0;
  }
  .flavorhit-vedettes .product-item-details.exclusive,
  .flavorhit-gammes .product-item-details.exclusive {
    background-color: #06151f;
  }
  .flavorhit-vedettes .product-item-details .view-more a,
  .flavorhit-gammes .product-item-details .view-more a {
    padding: 15px 25px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: unset;
    border: 1px solid white;
  }
  .flavorhit-vedettes .product-item-details .product-item-link,
  .flavorhit-gammes .product-item-details .product-item-link {
    color: #e9e2d0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .flavorhit-vedettes .product-item-details .product.subname,
  .flavorhit-gammes .product-item-details .product.subname {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }
  .flavorhit-vedettes .product-item-inner,
  .flavorhit-gammes .product-item-inner {
    display: none;
  }
  .flavorhit-vedettes .product-item-info .img-block,
  .flavorhit-gammes .product-item-info .img-block {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
    height: 50px;
  }
  /*******************************footer***************************************/
  .footer .footer-top h2 {
    font-size: 44px;
  }
  .footer-middle .block {
    text-align: center;
  }
  .footer-middle .block {
    padding-top: 10px;
  }
  /*****************CMS*******************************/
  .flavorhit-contenu-type1,
  .flavorhit-contenu-type2 {
    margin-bottom: 50px;
    background-image: none;
  }
}
/** Etoiles commentaires - Pleines **/
.rating-summary .rating-result > span::before,
.review-control-vote label::before {
  color: #FFD700;
}
/** Etoiles commentaires - Vides **/
.product-reviews-summary.empty .reviews-actions::before {
  color: #F0E68C;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container span.price-container span.price-tier_price span.price-wrapper {
  display: unset;
  margin-bottom: unset;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container span.price-tier_price span.price-wrapper .price {
  font-size: 2rem;
  line-height: unset;
  font-weight: 600;
  color: #444;
}
.product-info-main > div.price-box.price-tier_price {
  display: none;
}
/** cacher formulaire cb sur checkout **/
.payment-method-title.field.choice + div {
  display: none;
}
.checkout-index-index .form-list {
  display: none;
}
/** Custom GDPR Button **/
.amgdprcookie-button {
  height: auto !important;
}
/** contact form button **/
.amcform-gdpr {
  flex: max-content;
  width: 100%;
}
.amcform-toolbar {
  flex: auto;
}
/** Top bar **/
.top-bar-notification-custom {
  display: flex;
  background-color: #000000d1;
  color: #fff;
  text-align: center;
  height: 30px;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 100000000000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .top-bar-notification-custom {
    height: 50px;
    line-height: 0.95;
  }
  .top-bar-notification {
    height: 50px;
  }
}
.amgdprjs-bar-template {
  z-index: 15;
  bottom: 0 !important;
  width: 100% !important;
  position: fixed !important;
  top: initial !important;
}
.amgdprcookie-bar-container {
  padding: 16px 10px !important;
}
.amgdprcookie-bar-block {
  width: 80% !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-content: center !important;
  justify-content: center !important;
  align-items: center !important;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 10px !important;
  max-height: 30vh !important;
  max-width: 80% !important;
  overflow-y: auto !important;
}
/* Module LaPoste_Colissimo*/
div#onepage-checkout-shipping-method-additional-load div.field div.control._with-tooltip div.field-tooltip.toggle span#tooltip-label.label span {
  font-size: 0 !important;
}
.lpc_selected_relay_distance {
  display: none;
}
.tooltip-box {
  display: none;
}
.label_method_icon {
  margin-top: 8px;
}
.qs-option-name {
  color: #0b0b0b;
}
