#header-product {
  min-height: 50vh;
  background: #181816;
  width: 100%;
  float: none;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 56.5%;
  padding-bottom: 62.5%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #header-product {
    padding-bottom: 0;
    min-height: 100vh !important;
  }
}

@media screen and (max-width: 1100px) {
  #header-product {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  #header-product .content {
    padding: 85px 15px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #header-product {
    min-height: 60vh !important;
  }
}

#header-product h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 5px;
}
#header-product .content {
  padding: 85px 15px 0;
  text-align: center;
  color: #ccb583;
  width: 100%;
  max-width: 95%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#header-product .sous-title {
  font-size: 24px;
  line-height: 34px;
  color: #ccb583;
}
#header-product .sous-title:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 1px;
  background: #a39161;
  position: absolute;
  height: 15% !important;
  left: 0;
  right: 0;
}
#header-product .img-rond {
  width: 257px;
  height: 257px;
  background: #fff;
  overflow: hidden;
  border: 3px #fff solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  float: right;
  margin: 30px 0 0;
  top: 0;
  right: 130px;
  position: relative;
  background-position: 70% 100% !important;
  background-repeat: no-repeat !important;
}
#description-product {
  background: #d9d9d9;
  float: left;
  width: 100%;
  margin: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  display: block;
}
#description-product.no_video {
  padding-bottom: 80px;
}
#description-product .block-left {
  float: left;
  max-width: 595px;
  width: 100%;
  background: #fff;
  padding: 0;
  position: relative;
  margin: 65px 0 0;
}
#content-liste-products #description-product .block-left {
  max-width: 790px;
  margin: 30px 0 0;
  padding: 0;
}
#content-liste-products #description-product {
  background: transparent;
}
#description-product .block-left .owl-dots {
  margin: 5px 0 0;
  position: absolute;
  bottom: 10px;
}
#description-product .block-left .zoom {
  position: absolute;
  right: 30px;
  margin-top: 5px;
  z-index: 99;
  bottom: 10px;
}
#description-product .block-right {
  float: left;
  max-width: 625px;
  width: 100%;
  z-index: 9;
  background: #f5f5f5;
  padding: 30px;
  margin: -70px 0 0 0;
  min-height: 660px;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#description-product .block-right .description {
  border: 1px #a39161 solid;
  padding: 40px 50px 20px;
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
  min-height: 620px;
}
#description-product .block-right .description .top-description {
  overflow: hidden;
  padding-bottom: 75px;
  position: relative;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s;
}

#description-product
  .block-right
  .description
  #caracteristiques
  .top-description
  img,
#description-product .block-right .description #entretien .top-description img {
  max-height: 70px;
}

@media (min-width: 580px) {
  #description-product .block-right .description .top-description {
    max-height: 290px;
  }

  #description-product
    .block-right
    .description
    #caracteristiques
    .top-description {
    max-height: none;
    padding-bottom: 0;
  }

  #description-product
    .block-right
    .description
    #caracteristiques
    .top-description
    ul {
    margin-bottom: 0;
  }

  #description-product .block-right #caracteristiques ul li p:last-of-type {
    height: 105px;
    /*overflow: hidden;*/
  }
}
#description-product .block-right .description .buttom-description {
  background: #fff;
  padding-top: 32px;
  border-top: 1px #c0c0c0 solid;
}
#description-product .block-right .description .top-description .plus-texte {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 999;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 10px;
}
#description-product
  .block-right
  .description
  .top-description
  .plus-texte
  span.lire-plus {
  font-size: 25px;
  cursor: pointer;
  color: #a39161;
  transition: transform 0.5s;
}

#description-product
  .block-right
  .description
  .top-description
  .plus-texte
  span.lire-plus.opened {
  transform: rotate(180deg);
}

#description-product
  .block-right
  .description
  .top-description
  .plus-texte
  span.lire-moins:before {
  content: "\f106" !important;
}
#description-product .block-right .description .top-description.auto-size {
  height: auto !important;
  padding-bottom: 40px;
}
#description-product .block-right h2 {
  font-size: 32px;
  font-weight: 400;
}
#description-product .block-right span.ref {
  position: absolute;
  right: 30px;
  top: 50px;
  font-size: 11px;
  color: #282828;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
#description-product .block-right span.title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}
#description-product .block-right hr {
  margin-top: 60px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}

#description-product .block-right #description ul {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}

#description-product .block-right #description .top-description ul {
  /* list-style: inside; */
  list-style: none;
}

#description-product .block-right #description .top-description ul li {
  /* text-indent: -15px; */
  padding: 0 0 0 15px;
  margin: 0;
  position: relative;
}

#description-product .block-right #description .top-description ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #6d6d6d;
}

#description-product
  .block-right
  #description
  .buttom-description
  ul
  li:first-child {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
  width: 52%;
}

#description-product
  .block-right
  #description
  .buttom-description
  ul
  li:last-child {
  padding: 5px 0px 0px 10px;
  margin: 0px;
  display: block;
  float: left;
  width: 48%;
  text-align: right;
}

@media screen and (max-width: 480px) {
  #description-product
    .block-right
    #description
    .buttom-description
    ul
    li:first-child {
    width: 100%;
  }

  #description-product
    .block-right
    #description
    .buttom-description
    ul
    li:last-child {
    width: 100%;
    text-align: center;
  }
}

#description-product .block-right #description ul.style2 {
  display: none;
}
#description-product .block-right #description ul.style2 li {
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
  width: 26%;
  margin-right: 2%;
}
#description-product .block-right ul.style2 span.title {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
#description-product .block-right #description ul.style2 input,
#description-product .block-right #description ul.style2 select {
  max-width: 100%;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  text-align: center;
  height: 48px;
}
#description-product .block-right #description ul.style2 select {
  text-align: left !important;
  padding-left: 20px;
}
#description-product .block-right #description ul.style2 li:last-child {
  text-align: right;
  width: 15%;
  float: right;
  margin-right: 0px;
}
#description-product .block-right #description ul.style2 li a.btn {
  padding: 23px !important;
  background-position: center center;
  margin: 0;
}

#description-product .block-right #caracteristiques ul,
#description-product .block-right #entretien ul {
  padding: 0px;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
#description-product .block-right #caracteristiques ul li,
#description-product .block-right #entretien ul li {
  padding: 0 5px;
  margin: 0 0 15px;
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
  line-height: 18px;
}
#description-product .block-right #caracteristiques strong,
#description-product .block-right #entretien strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
#description-product .block-right #garantie a.btn2 {
  margin: 0 0 0 20px;
}
#description-product .block-right #entretien a.btn2 {
  margin: 0 0 0 20px;
}

/* Products bottom */
section#products-bottom {
  background: #fff;
  padding: 60px 0 70px;
  float: left;
  width: 100%;
}
section#products-bottom .header {
  margin-bottom: 30px;
  padding: 0 15px;
}
section#products-bottom h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 5px;
}
section#products-bottom .sous-title {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #a39161;
  text-align: center;
}
section#products-bottom .item {
  text-align: center;
  position: relative;
  cursor: pointer;
}
section#products-bottom .item .img {
  text-align: center;
  min-height: 280px;
}
section#products-bottom .item .title {
  color: #a39161;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
section#products-bottom .item .text {
  color: #282828;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
section#products-bottom .owl-dots {
  margin: 5px 0 15px;
}
section#products-bottom .show-hover {
  opacity: 0;
  padding: 30px 15px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #141415;
  transition: opacity 600ms;
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -o-transition: opacity 600ms;
}
section#products-bottom .item:hover .show-hover {
  display: block;
  opacity: 0.8;
  transition: opacity 600ms;
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -o-transition: opacity 600ms;
}
section#products-bottom .item .infos {
  opacity: 1;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
}
section#products-bottom .item:hover .infos {
  opacity: 0;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
}
section#products-bottom .item .show-hover .title2 {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
section#products-bottom .item .show-hover .text2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
section#products-bottom .item .show-hover span.spacer {
  display: block;
  width: 100%;
  margin: 14px auto;
  max-width: 34px;
  height: 1px;
  background: #fff;
}
section#products-bottom .item .show-hover .link {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
section#products-bottom .item .show-hover .link a.btn {
  padding: 15px 30px !important;
  width: auto;
  background: rgba(21, 20, 25, 0.2);
  border: 1px solid rgba(163, 145, 97, 0.2);
}
section#products-bottom .item .show-hover .link a.btn:hover,
section#products-bottom .item .show-hover .link a.btn:active,
section#products-bottom .item .show-hover .link a.btn:focus {
  background: rgba(21, 20, 25, 1);
  border: 1px solid rgba(163, 145, 97, 1);
  color: #fff;
}

#header-product .breadcrumb {
  position: absolute;
  top: 20px;
  z-index: 99;
  left: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
}
#header-product .breadcrumb ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
#header-product .breadcrumb ul li {
  margin: 0;
  padding: 0 28px 0 20px;
  display: inline-block;
  list-style: none;
  position: relative;
}
#header-product .breadcrumb ul li:first-child {
  padding: 0 28px 0 0;
}
#header-product .breadcrumb ul li:last-child {
  padding: 0 0 0 20px;
}
#header-product .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #4d4d4d;
  border-right: 2px solid #4d4d4d;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#header-product .breadcrumb ul li:last-child::after {
  display: none;
}
#header-product .breadcrumb ul li a {
  color: #e8e8e8;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
#header-product .breadcrumb ul li a:hover,
#header-product .breadcrumb ul li a:focus,
#header-product .breadcrumb ul li.active a,
#header-product .breadcrumb ul li a.active {
  color: #ccb583;
}
#header-product .breadcrumb ul li .fa-caret-down {
  color: #ccb583;
  font-size: 14px;
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  -o-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}
#header-product .breadcrumb ul.dropdown-menu {
  background-color: #f5f5f5;
  padding: 10px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  left: -10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  -moz-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
}

@media screen and (min-width: 768px) {
  #header-product .breadcrumb .menu-parent:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}
#header-product .breadcrumb .menu-parent.opened ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
}
#header-product .breadcrumb ul.dropdown-menu li {
  margin: 0px;
  padding: 0px;
  display: block;
}
#header-product .breadcrumb ul.dropdown-menu li a {
  padding: 0px 20px;
  text-transform: none;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #6d6d6d;
}
#header-product .breadcrumb .menu-parent:hover > a,
#header-product .breadcrumb li.active .menu-parent > a {
  color: #ccb583;
}
#header-product .breadcrumb ul.dropdown-menu li a:hover,
#header-product .breadcrumb ul.dropdown-menu li a:focus,
#header-product .breadcrumb ul.dropdown-menu li.active a,
#header-product .breadcrumb ul.dropdown-menu li a.active {
  background: transparent;
  color: #004411 !important;
}
#header-product .breadcrumb ul li.last-item,
#header-product .breadcrumb ul li.last-item .dropdown {
  position: inherit;
}
#header-product .breadcrumb ul li.last-item a,
#header-product .breadcrumb ul li:last-child a {
  position: relative;
}
#header-product .breadcrumb ul li.last-item ul.dropdown-menu,
#header-product .breadcrumb ul li:last-child ul.dropdown-menu {
  left: -30px;
  width: 100vw;
  right: -30px;
  padding: 0 10px 10px;
  margin: 10px 0 0;
  /*max-width: 1440px;*/
}
#header-product .breadcrumb ul li.last-item ul.dropdown-menu:before,
#header-product .breadcrumb ul li:last-child ul.dropdown-menu:before {
  left: -100%;
  right: -100%;
  content: "";
  position: absolute;
  z-index: -9;
  background-color: #f5f5f5;
  top: 0;
  bottom: 0;
}
#header-product
  .breadcrumb
  ul
  li:not(.last-item):last-child
  .dropdown.menu-parent
  a.parent:before {
  content: "";
  left: 50%;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 7px solid #f5f5f5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  z-index: 99999;
}
#header-product
  .breadcrumb
  ul
  li:not(.last-item):last-child
  .dropdown.menu-parent:hover
  a.parent:before {
  visibility: visible;
  opacity: 1;
}
#header-product
  .breadcrumb
  ul
  li.last-item
  .dropdown.menu-parent
  a.parent:before {
  content: "";
  left: 50%;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 7px solid #f5f5f5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  z-index: 99999;
}
#header-product
  .breadcrumb
  ul
  li.last-item
  .dropdown.menu-parent.product-no-child
  a.parent:before {
  display: none;
}
#header-product
  .breadcrumb
  ul
  li.last-item
  .dropdown.menu-parent:hover
  a.parent:before {
  visibility: visible;
  opacity: 1;
}
#header-product .btn-top {
  position: absolute;
  top: 20px;
  z-index: 99;
  right: 20px;
}
#header-product .btn-top .btn {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 0px;
  min-height: 53px;
  min-width: 250px;
  padding: 18px 20px 10px 40px;
  text-align: left;
  border: 1px solid #a59063;
  background-color: transparent;
}
#header-product .nav-product {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
#header-product .nav-product .prev,
#header-product .nav-product .next {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
}
#header-product .nav-product .prev {
  left: 0;
}
#header-product .nav-product .next {
  right: 0;
}
#header-product .nav-product .prev .svgWrite {
  left: 30px;
}
#header-product .nav-product .next .svgWrite {
  right: 30px;
  left: auto;
}
#header-product .nav-product .prev .svgWrite,
#header-product .nav-product .next .svgWrite {
  fill: #fff;
  opacity: 0.6;
  height: 42px;
  width: 42px;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: fill 0.6s, opacity 0.6s;
  -moz-transition: fill 0.6s, opacity 0.6s;
  -ms-transition: fill 0.6s, opacity 0.6s;
  -o-transition: fill 0.6s, opacity 0.6s;
  transition: fill 0.6s, opacity 0.6s;
}
#header-product .nav-product .prev:hover .svgWrite,
#header-product .nav-product .next:hover .svgWrite,
#header-product .nav-product .infos-prod:hover .svgWrite,
#header-product .nav-product .infos-prod:hover .svgWrite {
  fill: #a59063;
  opacity: 1;
}
#header-product .nav-product .infos-prod {
  position: absolute;
  min-width: 260px;
  width: auto;
}
#header-product .nav-product .infos-prod.infos-prev {
  left: 0;
}
#header-product .nav-product .infos-prod.infos-next {
  right: 0;
}
#header-product .nav-product .infos {
  background-color: #ffffff;
  min-height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#header-product .nav-product .prev:hover + .infos,
#header-product .nav-product .next:hover + .infos,
#header-product .nav-product .infos-prod:hover .infos,
#header-product .nav-product .infos-prod:hover .infos {
  opacity: 1;
}
#header-product .nav-product .infos span {
  display: block;
}
#header-product .nav-product .infos-prod.infos-prev .infos {
  padding-left: 100px;
  padding-right: 20px;
}
#header-product .nav-product .infos-prod.infos-next .infos {
  padding-left: 20px;
  padding-right: 100px;
}
#header-product .nav-product .infos span.title-nav {
  color: #8b8b8b;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  margin-bottom: 18px;
}
#header-product .nav-product .infos span.title-prod {
  color: #282828;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  max-width: 180px;
}
#header-product .nav-product .infos span.sous-title-prod {
  color: #a59063;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 18px;
  line-height: 20px;
}

#header-product .products {
  text-align: center;
}
#header-product .products .tabs-top {
  display: block;
}
#header-product .products .tabs-top .parent-tabs {
  display: inline-block;
}
#header-product .products .tab-content {
  text-align: left;
  padding: 0 0 15px;
  position: relative;
}
#header-product .products .tab-content .tab-pane {
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0 0 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
#header-product .products .tab-content .tab-pane .owl-stage {
  margin: auto;
}
#header-product .products .tab-content .tab-pane.active.in {
  z-index: 2;
}
#header-product .products ul.nav-tabs {
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #bababa;
}
#header-product .products ul.nav-tabs li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#header-product .products ul.nav-tabs li:last-child {
  justify-content: right;
  justify-content: flex-end;
}
#header-product .products ul.nav-tabs li:first-child {
  justify-content: left;
  justify-content: flex-start;
}
#header-product .products ul.nav-tabs li a {
  color: #8b8b8b;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  padding-bottom: 10px;
}
#header-product .products ul.nav-tabs li:first-child a {
  text-align: left;
  padding-left: 0px;
}
#header-product .products ul.nav-tabs li:last-child a {
  padding-right: 0px;
  text-align: right;
}
#header-product .breadcrumb ul.nav-tabs li::after {
  display: none;
}

#header-product .products .nav-tabs > li:first-child > a:after {
  margin: 0;
  left: 0;
}
#header-product .products .nav-tabs > li:last-child > a:after {
  margin: 0;
  left: auto;
  right: 0;
}
#header-product .products .nav-tabs > li:first-child > a:focus:after,
#header-product .products .nav-tabs > li:first-child > a:hover:after,
#header-product .products .nav-tabs > li:last-child > a:focus:after,
#header-product .products .nav-tabs > li:last-child > a:hover:after {
  margin: 0;
}
#header-product .products .nav-tabs > li:last-child > a:focus:after,
#header-product .products .nav-tabs > li:last-child > a:hover:after {
  left: auto;
}
#header-product .nav-tabs > li.active > a:after {
  width: 100px;
}
#header-product .nav-tabs > li.active:first-child > a:after {
  left: 0;
  margin: 0;
}
#header-product .nav-tabs > li.active:last-child > a:after {
  right: 0;
  margin: 0;
  left: auto;
}
#header-product .products .tab-content .item-prod {
  max-width: 180px;
  width: 100%;
  padding: 10px;
  display: inline-block;
  margin-right: -4px;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -ms-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
  vertical-align: top;
  white-space: normal;
}
#header-product .products .tab-content .item-prod:hover,
#header-product .products .tab-content .item-prod.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  -moz-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
}
#header-product .products .tab-content .item-prod a {
  display: block;
  padding: 0px;
  margin: 0px;
}
#header-product .products .tab-content .img-prod {
  width: 160px;
  height: 100px;
  overflow: hidden;
}
#header-product .products .tab-content .titles h2 {
  color: #282828;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 5px;
  font-weight: 500 !important;
  text-align: left;
}
#header-product .products .tab-content .item-prod:hover .titles h2,
#header-product .products .tab-content .item-prod.active .titles h2 {
  color: #004411;
}
#header-product .products .tab-content .titles h3 {
  color: #a59063;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
  text-transform: none;
  text-align: left;
}

#header-product .products .ps__thumb-x,
#header-product .products .ps__rail-x:hover > .ps__thumb-x,
#header-product .products .ps__rail-x:focus > .ps__thumb-x,
#header-product .products .ps__rail-x.ps--clicking .ps__thumb-x {
  height: 6px !important;
  background-color: #282828 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.6 !important;
}
#header-product .products .ps .ps__rail-x:hover {
  opacity: 0.6 !important;
}

@media (max-width: 767px) {
  #header-product .products .tabs-top {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  #header-product .btn-top {
    display: none;
  }
  #header-product .breadcrumb {
    top: 10px;
    left: 0;
    right: 0;
  }
  #header-product .breadcrumb ul li:first-child {
    padding: 0 15px 0 0;
  }
  #header-product .breadcrumb ul li {
    padding: 0 15px 0 10px;
  }
  #header-product .breadcrumb ul li:last-child {
    padding: 0 0 0 10px;
  }
  #header-product .breadcrumb ul li.last-item ul.dropdown-menu,
  #header-product .breadcrumb ul li:last-child ul.dropdown-menu {
    left: -15px;
    right: 0;
    width: auto;
  }
  #header-product .nav-product .prev {
    left: 0;
  }
  #header-product .nav-product .next {
    right: 0;
  }

  #header-product .nav-product .prev .svgWrite {
    left: 5px;
  }
  #header-product .nav-product .next .svgWrite {
    right: 5px;
  }
  #header-product .nav-product .infos-prod.infos-next .infos {
    padding-right: 30px;
  }
  #header-product .nav-product .infos-prod.infos-prev .infos {
    padding-left: 50px;
  }
  #header-product .nav-product .infos-prod {
    min-width: auto;
  }

  #header-product .products .tab-content {
    padding: 0px;
  }
  #header-product .products ul.nav-tabs {
    border: 0px;
    padding: 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    justify-content: space-between;
  }
  #header-product .products ul.nav-tabs li {
    max-width: 40%;
    line-height: 18px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  #header-product .products ul.nav-tabs > li > a {
    text-align: center !important;
    padding: 10px 15px !important;
  }
  #header-product .nav-tabs > li.active > a:after {
    width: 100%;
  }
}

@media (min-width: 1240px) {
  .owl-carousel-parent.owl-carousel .owl-item {
    padding: 0 15px;
  }
  #description-product .block-right #caracteristiques ul li {
    min-height: 180px;
  }
  #description-product .block-right #entretien ul li {
    min-height: 160px;
  }
}
#products-bottom .owl-nav .owl-prev {
  left: -50px;
}
#products-bottom .owl-nav .owl-next {
  right: -50px;
}
@media (max-width: 1366px) {
  #products-bottom .owl-nav {
    top: -25px;
  }
  #products-bottom .owl-nav .owl-prev {
    left: 15px;
  }
  #products-bottom .owl-nav .owl-next {
    right: 15px;
  }
  .owl-carousel-parent.owl-carousel {
    margin: 60px 0 0;
  }
  #header-product .products .tab-content .img-prod {
    width: 100%;
  }
}

@media (max-width: 400px) {
  #header-product h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}

@media (max-width: 1000px) {
  #header-product h1 {
    font-size: 45px;
    line-height: 50px;
  }
  #products-bottom .owl-nav {
    top: auto;
    max-width: 150px;
    margin: 5px auto 15px;
    left: 0;
    right: 0;
    bottom: 10px;
  }
  #products-bottom .next {
    background: transparent url(../images/icons/nav-next-dore.svg) no-repeat
      center right;
    background-size: 15px 30px !important;
  }
  #products-bottom .prev {
    background: transparent url(../images/icons/nav-previous-dore.svg) no-repeat
      center left;
    background-size: 15px 30px !important;
  }
  section#products-bottom .header {
    padding: 0 35px;
  }
}

@media (max-width: 580px) {
  #description-product .block-right #caracteristiques ul li,
  #description-product .block-right #entretien ul li {
    width: 50%;
    font-size: 14px;
    height: 150px;
  }
}
@media (max-width: 900px) {
  section#products-bottom {
    padding: 40px 0 30px;
  }
}
@media (max-width: 900px) {
  section#products-bottom .col-sm-4 .owl-carousel {
    float: left;
  }
}
@media (max-width: 767px) {
  #header-product {
    background-position: center 0 !important;
  }
  #header-product .sous-title:after {
    height: 60px;
  }
  #description-product .block-right .description {
    padding: 20px 20px 15px;
  }
  #description-product .block-right span.ref {
    top: 5px;
    right: 20px;
  }
  #description-product .block-right #caracteristiques ul,
  #description-product .block-right #entretien ul {
    margin: 0 0 15px;
  }
  #description-product .block-right hr {
    margin-top: 20px;
  }
  #header-product .img-rond {
    right: 0px;
    top: 0;
    margin: 20px auto 30px;
    left: 0;
    float: none;
  }
  #header-product .breadcrumb ul li.last-item ul.dropdown-menu:before,
  #header-product .breadcrumb ul li:last-child ul.dropdown-menu:before {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  #description-product .block-right #entretien a.btn2,
  #description-product .block-right #garantie a.btn2 {
    margin: 10px 0 0;
    width: 100%;
  }
  #description-product.no_video {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  section#products-bottom h3 {
    font-size: 22px;
    line-height: 32px;
  }
  section#products-bottom .sous-title {
    font-size: 18px;
    line-height: 20px;
  }
  .owl-carousel-parent.owl-carousel {
    margin: 20px 0 0 !important;
    padding: 0 !important;
  }
  section#products-bottom .item .img {
    min-height: 220px;
  }
}
@media (max-width: 1200px) {
  .owl-carousel-parent.owl-carousel {
    margin: 20px 0 0;
    padding: 0 15px;
  }
  section#products-bottom .header {
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  section#products-bottom .item .img {
    min-height: 220px;
  }
}

@media (max-width: 1000px) {
  section#products-bottom .item:hover .infos {
    opacity: 1 !important;
  }
  section#products-bottom .show-hover {
    display: none;
    opacity: 0 !important;
  }
  section#products-bottom .item {
    /*width: 300px;*/
    padding-bottom: 20px;
  }

  section#products-bottom .owl-dots {
    position: absolute;
    z-index: 9999999;
    width: 100%;
    width: 100vw;
    text-align: center;
    bottom: 0px;
    margin: 0 0 -2px;
  }
}

@media (max-width: 640px) {
  section#products-bottom .item .infos {
    opacity: 1 !important;
    margin: 0 0 30px;
  }
  section#products-bottom .item img {
    height: 200px;
    object-fit: cover;
  }
  section#products-bottom .item {
    width: 300px;
    margin-right: 20px;
    padding-bottom: 20px;
  }
  section#products-bottom .owl-item:last-child .item {
    width: 320px;
    margin-right: 0px;
  }
}

@media (max-width: 420px) {
  section#products-bottom .item .infos {
    width: 100vw;
  }
}

@media (max-width: 1240px) {
  #header-product .img-rond {
    right: 0px;
    top: 0px;
  }
  #description-product .block-left {
    max-width: 45%;
    width: 100%;
  }
  #description-product .block-right {
    max-width: 55%;
    width: 100%;
  }

  #description-product
    .block-right
    .description
    .buttom-description
    a.btn.btn-pdf2 {
    width: auto;
    padding: 12px 25px 12px 45px !important;
    background-position: 10px;
  }
}
@media (max-width: 900px) {
  #header-product {
    height: auto;
    min-height: auto;
  }
  #description-product .block-left,
  #description-product .block-right {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 30px 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #description-product .block-left .zoom {
    bottom: 10px;
  }
}

#header-product .container.container_breadcrumb {
  position: relative;
}

@media (min-width: 1390px) {
  #header-product .container.container_breadcrumb {
    max-width: 1390px;
    width: 100%;
  }
}

#header-product .owl-nav {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header-product .owl-carousel .owl-stage-outer {
  z-index: 99;
}

#header-product .owl-nav .owl-prev {
  left: 0;
  top: 0;
  transform: none;
  bottom: 0;
  z-index: 999999999;
  position: absolute;
}
#header-product .owl-nav .owl-next {
  right: 0;
  top: 0;
  transform: none;
  bottom: 0;
  z-index: 999999999;
  position: absolute;
}

#header-product .owl-nav .owl-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: -15px;
  width: 100px;
  background-color: #f5f5f5;
  z-index: 9;
  -webkit-box-shadow: 50px 0px 45px 0px rgba(245, 245, 245, 1),
    50px 0px 45px 0px rgba(245, 245, 245, 1);
  -moz-box-shadow: 50px 0px 45px 0px rgba(245, 245, 245, 1),
    50px 0px 45px 0px rgba(245, 245, 245, 1);
  box-shadow: 50px 0px 45px 0px rgba(245, 245, 245, 1),
    50px 0px 45px 0px rgba(245, 245, 245, 1);
}
#header-product .owl-nav .owl-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: -15px;
  width: 100px;
  height: auto;
  background-color: #f5f5f5;
  z-index: 9;
  -webkit-box-shadow: -50px 0px 45px 0px rgba(245, 245, 245, 1),
    -50px 0px 45px 0px rgba(245, 245, 245, 1);
  -moz-box-shadow: -50px 0px 45px 0px rgba(245, 245, 245, 1),
    -50px 0px 45px 0px rgba(245, 245, 245, 1);
  box-shadow: -50px 0px 45px 0px rgba(245, 245, 245, 1),
    -50px 0px 45px 0px rgba(245, 245, 245, 1);
  border: 0;
  transform: none;
}

#header-product .owl-nav .owl-next.disabled,
#header-product .owl-nav .owl-prev.disabled {
  display: none;
}
#header-product .owl-nav .owl-prev .prev-dore,
#header-product .owl-nav .owl-prev .prev-dore:hover,
#header-product .owl-nav .owl-prev .prev-dore:focus {
  background: transparent url(../images/icons/icon-slider-previous-on.svg)
    no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  left: 10px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header-product .owl-nav .owl-next .next-dore,
#header-product .owl-nav .owl-next .next-dore:hover,
#header-product .owl-nav .owl-next .next-dore:focus {
  background: transparent url(../images/icons/icon-slider-next-on.svg) no-repeat
    center center;
  background-size: 100% 100%;
  top: 50%;
  right: 10px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.page-product #icons-fixed {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  transition: all 0.5s;
}
body.page-product #icons-fixed.show-icons {
  transform: none;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  #header-product .breadcrumb ul li.last-item ul.dropdown-menu:before,
  #header-product .breadcrumb ul li:last-child ul.dropdown-menu:before {
    left: 0;
    right: 0;
    max-width: 100vw;
  }
}

@media (max-width: 1024px) {
  #header-product .breadcrumb ul li.last-item ul.dropdown-menu,
  #header-product .breadcrumb ul li:last-child ul.dropdown-menu {
    left: -15px;
    right: -15px;
  }
  #header-product .breadcrumb ul li.last-item ul.dropdown-menu:before,
  #header-product .breadcrumb ul li:last-child ul.dropdown-menu:before {
    right: 0px;
    left: 0px;
  }
  #header-product .products .tab-content .tab-pane {
    padding: 0;
  }
  #header-product .owl-nav .owl-prev .prev-dore,
  #header-product .owl-nav .owl-prev .prev-dore:hover,
  #header-product .owl-nav .owl-prev .prev-dore:focus {
    left: 0;
  }
  #header-product .owl-nav .owl-next .next-dore,
  #header-product .owl-nav .owl-next .next-dore:hover,
  #header-product .owl-nav .owl-next .next-dore:focus {
    right: 0;
  }

  #header-product .owl-nav .owl-prev {
    left: 0px;
  }
  #header-product .owl-nav .owl-next {
    right: 0px;
  }

  #header-product .owl-nav .owl-next:after {
    left: 0;
    bottom: 0;
    width: 60px;
    -webkit-box-shadow: -20px 0px 45px 0px rgba(245, 245, 245, 1),
      -20px 0px 45px 0px rgba(245, 245, 245, 1);
    -moz-box-shadow: -20px 0px 45px 0px rgba(245, 245, 245, 1),
      -20px 0px 45px 0px rgba(245, 245, 245, 1);
    box-shadow: -20px 0px 45px 0px rgba(245, 245, 245, 1),
      -20px 0px 45px 0px rgba(245, 245, 245, 1);
  }
  #header-product .owl-nav .owl-prev:before {
    right: 0;
    bottom: 0;
    width: 60px;
    left: -30px;
    -webkit-box-shadow: 20px 0px 45px 0px rgba(245, 245, 245, 1),
      20px 0px 45px 0px rgba(245, 245, 245, 1);
    -moz-box-shadow: 20px 0px 45px 0px rgba(245, 245, 245, 1),
      20px 0px 45px 0px rgba(245, 245, 245, 1);
    box-shadow: 20px 0px 45px 0px rgba(245, 245, 245, 1),
      20px 0px 45px 0px rgba(245, 245, 245, 1);
  }

  #header-product .products .tab-content .tab-pane {
    padding: 0 30px;
  }

  #header-product .products .tab-content .item-prod {
    overflow: hidden;
  }

  #header-product .products .tab-content .img-prod {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
}

@media (max-width: 600px) {
  #header-product .products .tab-content .tab-pane {
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #header-product .products .tab-content .img-prod {
    height: auto;
    padding-bottom: 15px;
  }
}

@media (max-width: 1025px) {
  body.page-product #icons-fixed {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  #header-product .breadcrumb > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  #header-product .breadcrumb > ul > li {
    max-width: 45%;
  }

  #header-product .breadcrumb > ul > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header-product .breadcrumb > ul > li > .dropdown {
    height: 100%;
  }
  #header-product .breadcrumb > ul > li > .dropdown > a {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    padding-right: 15px;
    height: 100%;
    align-items: center;
  }
  #header-product .breadcrumb > ul > li > .dropdown > a .fa {
    position: absolute;
    right: 0;
    max-height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #header-product
    .breadcrumb
    ul
    li.last-item
    .dropdown.menu-parent
    a.parent:before {
    top: auto;
    bottom: -10px;
  }
  #header-product .breadcrumb ul li:last-child {
    padding: 0;
  }
  #header-product .breadcrumb > ul > li:last-child {
    padding: 0 0 0 10px;
  }
  #header-product .breadcrumb .menu-parent ul.dropdown-menu {
    overflow: hidden;
    top: calc(100% - 1px);
  }
  #header-product .breadcrumb .menu-parent ul.dropdown-menu .tabs-top {
    overflow: visible;
  }
  #header-product .products .tab-content .tab-pane {
    position: relative;
    padding: 0;
  }
  #header-product .products ul.nav-tabs {
    width: 100%;
  }
  #header-product .products ul.nav-tabs li {
    flex: 1;
  }
  #header-product .products ul.nav-tabs > li > a {
    padding: 10px 0 !important;
    width: 100%;
  }
  #header-product .products ul.nav-tabs.items-3 > li > a {
    justify-content: center;
  }
  #header-product .products ul.nav-tabs > li > a:after {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }
  #header-product .products ul.nav-tabs.items-3 > li:first-child a {
    justify-content: left !important;
  }
  #header-product .products ul.nav-tabs.items-3 > li:last-child a {
    justify-content: right !important;
  }
  #header-product .products ul.nav-tabs.items-4 {
    left: -10px !important;
    right: -10px !important;
    width: 100vw !important;
    padding: 10px 20px;
  }
  #header-product .products ul.nav-tabs.items-4 li {
    max-width: 100%;
    justify-content: center;
  }
  #header-product .products ul.nav-tabs.items-4 li > a {
    text-align: center;
    padding: 10px 0;
    position: relative;
  }

  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-prev,
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-prev .prev-dore,
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-next,
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-next .next-dore {
    width: 32px;
    height: 32px;
    margin: auto;
  }
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-prev:before,
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-next:after {
    display: none;
  }
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-prev .prev-dore,
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-next .next-dore {
    padding: 0;
    background-size: 75% auto;
  }
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-prev .prev-dore {
    background-position: center left;
  }
  #header-product .products ul.nav-tabs.items-4 .owl-nav .owl-next .next-dore {
    background-position: center right;
  }
  #header-product .products .tabs-top .parent-tabs {
    display: block;
  }
  #header-product .products .tab-content .item-prod {
    display: block;
    max-width: 100%;
  }
  #header-product .products .tab-content .item-prod a {
    display: flex;
  }
  #header-product .products .tab-content .img-prod {
    max-width: 33.333333%;
    display: block;
    padding-bottom: 0;
  }
  #header-product .products .tab-content .titles {
    max-width: 66.666667%;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-left: 10px;
  }
  #header-product .products .tab-content .item-prod:hover .titles h2,
  #header-product .products .tab-content .item-prod.active .titles h2 {
    color: #282828;
  }

  #header-product .products ul.nav-tabs.items-4 li > a:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    bottom: -1px;
    background: #a39161;
    height: 3px;
    width: 0;
    left: 0;
    right: 0;
    transform: none;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }

  #header-product .products ul.nav-tabs.items-4 li.active > a:after {
    width: 100%;
  }
  #header-product
    .breadcrumb
    ul
    li.last-item
    .dropdown.menu-parent:hover
    a.parent:before {
    visibility: hidden;
    opacity: 0;
  }
  #header-product .breadcrumb li.last-item .menu-parent:hover ul.dropdown-menu {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  #header-product
    .breadcrumb
    li.last-item
    .menu-parent.opened
    ul.dropdown-menu {
    visibility: visible !important;
    opacity: 1 !important;
  }
  #header-product
    .breadcrumb
    ul
    li.last-item
    .dropdown.menu-parent.opened
    a.parent:before {
    visibility: visible;
    opacity: 1;
  }

  #header-product .breadcrumb ul li a {
    line-height: 22px;
  }
}
