/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.slick-dots li button:before {
  font-size: 16px;
}
.slick-slide > a:not(.productImage) > img,
.slick-slide > img {
  width: -webkit-fill-available !important;
}
.slick-slide > ul > li > a.productImage > img {
  margin: 0 auto;
  width: inherit;
}
.slick-next:before {
  content: "\f0da";
}
.slick-prev:before {
  content: "\f0d9";
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: #555555;
}
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
}
.home-tabs .slick-list {
  height: 430px;
  top: 10px;
}
.slick-list {
  border-radius: 5px;
}
.owl-carousel {
  display: block !important;
}
.home-tabs .slick-track {
  top: 5px;
}
a:not(.logo) {
  position: relative;
  color: inherit;
}
a:not(.logo):hover {
  text-decoration: none;
  color: inherit;
}
a:not(.logo):visited {
  color: inherit;
}
a:not(.switch):not(.banner-link):not(.hexa-link):not(.user-wrapper-link):not(.minicart-wrapper):not(.level-top):not(.primary.viewcart):not(.logo):not(.product-item-link):not(.towishlist):not(.nowishlist):not(.modes-mode):not(.proLink):not(.product-item-photo):not(.showcart):before {
  text-decoration: none;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0eaf9e;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
a:not(.switch):not(.banner-link):not(.hexa-link):not(.user-wrapper-link):not(.minicart-wrapper):not(.level-top):not(.primary.viewcart):not(.logo):not(.product-item-link):not(.towishlist):not(.nowishlist):not(.modes-mode):not(.proLink):not(.product-item-photo):not(.showcart):hover:before {
  text-decoration: none;
  visibility: visible;
  width: 100%;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inherit !important;
}
.actions-toolbar .primary a {
  color: #0eaf9e;
}
/* Header */
.page-header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  color: #000;
  background: #ffffff;
  transition: box-shadow;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
@media all and (min-width: 1025px), print {
  .page-main {
    margin-top: 255px;
  }
}
@media all and (min-width: 769px) and (max-width: 1024px), print {
  .page-main {
    margin-top: 200px;
  }
}
@media all and (min-width: 545px) and (max-width: 768px), print {
  .page-main {
    margin-top: 130px;
  }
}
@media all and (max-width: 544px), print {
  .page-main {
    margin-top: 100px;
  }
}
@media all and (max-width: 425px), print {
  .environment {
    display: none;
  }
  .fast-links {
    grid-template-columns: 1fr !important;
  }
}
.minicart-wrapper {
  color: #555555 !important;
  text-align: center;
  position: relative;
  top: 20px;
}
.minicart-wrapper:hover > a,
.user-wrapper-link:hover,
.user-wrapper-link:hover * {
  color: #0a7c70 !important;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  display: none;
  content: none;
}
.minicart-items .product-item-name a {
  color: #555555;
}
.minicart-wrapper .action.showcart .text {
  position: relative;
  color: #0a7c70;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #0a7c70;
  color: white;
  height: 24px;
  line-height: 24px;
  border-radius: 22px;
  display: inline-block;
  margin: 0;
  min-width: 18px;
  overflow: initial;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.navbutton {
  float: right;
  position: relative;
  display: none;
  max-height: 69px;
}
.tmpnavbutton {
  float: right;
  position: relative;
  display: block;
}
.navbutton a,
.tmpnavbutton a {
  margin-left: 20px;
  color: #555555;
}
.navbutton a:hover {
  color: #555555;
}
.block-search .control {
  color: #555555;
}
.user-wrapper a {
  cursor: pointer;
}
.block.block-user {
  margin: 0;
  padding: 15px;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.minicart-wrapper .block-minicart {
  border-radius: 5px;
}
.minicart-wrapper .block-minicart:before {
  right: 42px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 41px;
  top: -14px;
}
#user-content-wrapper:before {
  right: 39px;
  top: -12px;
}
#user-content-wrapper:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
#user-content-wrapper:after {
  right: 38px;
  top: -14px;
}
#user-content-wrapper:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
#user-content-wrapper:before,
#user-content-wrapper:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
#ccw-link {
  text-align: center;
  border-top: 1px solid #0eaf9e;
  padding: 15px;
  font-weight: bolder;
  margin-top: 15px;
}
#ucw-msg {
  text-align: center;
  border-bottom: 1px solid #0eaf9e;
  padding: 15px;
  font-weight: bolder;
  margin-bottom: 15px;
  color: red;
}
.user-button {
  text-align: left;
}
.user-button a {
  color: #555555 !important;
  font-weight: 500;
  font-size: 18px;
  border-left: 1px solid #0eaf9e;
  padding: 5px 10px;
  margin: 5px;
  display: block;
}
#user-button-title {
  text-align: left;
}
.top-links-rassurance > div > span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.page-header .header.panel {
  padding-bottom: 10px;
  padding-top: 10px;
}
#shipping-tax {
  float: left;
}
#shipping-tag {
  position: absolute;
  color: #eeeeee;
  font-weight: 900;
  top: 12px;
  font-size: 10px;
  transform: rotate(-45deg);
}
#contact-mail {
  float: right;
}
#shipping-tax-icon,
#contact-mode-icon,
#contact-mail-icon {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
}
.sep {
  align-items: center;
  display: flex;
  text-align: center;
}
.sep::before,
.sep::after {
  border-top: .0625em solid;
  content: "";
  flex: 1;
  margin: 0 .5em;
}
.breadcrumbs .item:not(:last-child):after {
  color: #0eaf9e;
}
@media (min-width: 1025px), print {
  .block-search {
    float: left;
    padding-left: 100px;
    position: relative;
    width: 430px;
    margin-right: 25px;
    z-index: 4;
    top: 15px;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
    border: 0px;
    border-bottom: 1px solid #0a7c70;
  }
}
a.action.advanced {
  display: none !important;
}
@media all and (min-width: 768px), print {
  .page-header .panel.wrapper {
    background-color: #eeeeee;
    border-bottom: 0 !important;
  }
}
/* Footer */
footer:not(.modal-footer) {
  background-color: #eeeeee;
  padding-top: 15px;
  border-top-right-radius: 40% 60px;
  border-top: 5px solid #0eaf9e;
}
.header.content {
  padding: 30px 20px 0;
}
.rassurances {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.rassurance-content {
  margin-bottom: 10px;
}
.rassurance-content ul li:first-child i {
  color: #0eaf9e;
  font-size: 40px;
  padding-bottom: 20px;
}
.rassurance-content ul li:nth-child(2) {
  font-weight: bolder;
  color: #0eaf9e;
  font-size: 14px;
  text-transform: uppercase;
}
.block-search .label {
  margin-top: 15px;
  margin-right: 15px;
}
.block-search .label:before {
  color: white;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    z-index: 5;
  }
  .block-search {
    float: none;
    padding-left: 0;
    position: relative;
    width: inherit;
    margin-right: 0;
    z-index: 4;
    top: 0;
  }
}
.logo img {
  height: auto;
}
@media only screen and (max-width: 535px) {
  .logo img {
    width: 60%;
    height: auto;
  }
  .header.content {
    padding: 10px;
  }
  .minicart-wrapper {
    margin-top: -5px;
  }
  .block-search .label {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .page-header {
    background: white;
  }
  .header.content {
    padding: 10px;
  }
  .minicart-wrapper .action.showcart .text {
    color: #555555;
  }
  .block-search .label {
    color: #555555;
  }
  .block-search .label:before {
    color: #555555;
  }
}
.fm-footer {
  clear: both;
  width: 100%;
}
.fm-footer .block-title {
  color: #0eaf9e;
  font-size: 14px;
  border-bottom: 0;
  padding: 3px 0;
  font-weight: bolder;
}
.fm-footer small.copyright {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 20px 0;
  color: #555555 !important;
}
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
.our-brands {
  margin-bottom: 25px;
}
.footer.content .links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
}
.block.newsletter .actions {
  width: 0 !important;
}
.copyright {
  text-align: center;
}
.footer.content {
  border-top: 0;
  margin-top: inherit;
  padding-bottom: inherit;
  padding-top: inherit;
}
/* Rounded button*/
.block.newsletter .field {
  margin-right: 0;
}
button {
  background: inherit;
  border: inherit;
}
button:hover,
button:active,
button:focus {
  background: inherit;
  border: inherit;
}
.cta {
  position: relative;
  margin: auto;
  transition: all 0.2s ease;
  color: #333333;
}
.cta :active {
  transform: scale(0.96);
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 0 28px 28px 0;
  border: 1px solid #CCCCCC;
  border-left: 0;
  width: 80%;
  height: 30px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.cta span {
  color: #0eaf9e;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: white;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cta:hover:before {
  width: 100%;
  background: #0eaf9e;
}
.cta:hover span {
  color: white;
}
.cta:hover svg {
  transform: translateX(0);
  opacity: 1;
}
.waterfall-grid a.action.primary.towishlist,
.waterfall-grid a.action.primary.nowishlist {
  padding: 14px 17px;
  position: absolute;
  border: 0;
  top: 42px;
  right: 15px;
  z-index: 5;
  background: none;
}
.overwish {
  position: relative !important;
}
.waterfall-list .products-grid:not(.products-related) .product-items .product-item,
.waterfall-list .item.product.product-item:not(.related-item) {
  padding: 5px 5px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.waterfall-list .product-item-details {
  text-align: left;
}
.waterfall-list .product-item .price-box {
  float: left;
}
.waterfall-list .product-item-sku {
  font-weight: bolder;
}
.waterfall-list .product-image-container {
  max-width: 100px;
  transition: 0.5s ease;
}
.waterfall-list .product-item.item:not(:last-child) {
  margin-bottom: 15px;
}
.waterfall-list .product-item-moreinfo {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
.waterfall-list .stock.unavailable {
  position: absolute;
  margin-top: 60px;
}
.waterfall-grid .stock.unavailable {
  margin-right: 10px;
  margin-bottom: 5px;
}
.watch-button {
  color: #0eaf9e !important;
}
.watch-button:hover,
.watch-button:active,
.watch-button:focus {
  color: white !important;
}
@media only screen and (min-width: 1025px) {
  .waterfall-list a.action.primary.towishlist,
  .waterfall-list a.action.primary.nowishlist {
    padding: 14px 17px;
    position: absolute;
    border: 0;
    right: 15px;
    z-index: 5;
    background: none;
  }
  .waterfall-list .product-item-photo {
    padding: 0 30px 0 0;
    display: grid;
  }
  .waterfall-list .product-image-container:hover {
    max-width: 300px;
    transition: 0.5s ease;
  }
  .waterfall-list .product-item-photo:hover ~ .product-item-details .product-item-inner {
    opacity: 0;
    transition-delay: 10ms;
  }
  .waterfall-list .product-item-name-label {
    display: inline-block;
    width: 500px;
    vertical-align: top;
  }
  .waterfall-list .product-item-inner {
    display: inline-block;
    opacity: 1;
    transition: 0.3s ease;
    transition-delay: 0.5s;
  }
  .waterfall-list .products-grid:not(.products-related) .product-items .product-item:hover,
  .waterfall-list .item.product.product-item:not(.related-item):hover {
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  .zoom-tips {
    color: #ccc;
    font-size: 11px;
  }
}
@media only screen and (min-width: 515px) and (max-width: 1024px) {
  .waterfall-list a.action.primary.towishlist,
  .waterfall-list a.action.primary.nowishlist {
    padding: 14px 17px;
    position: absolute;
    border: 0;
    right: 15px;
    z-index: 5;
    background: none;
  }
  .waterfall-list .product-item-photo {
    padding: 0 30px 0 0;
  }
  .waterfall-list .product-item-name-label {
    vertical-align: top;
  }
  .waterfall-list .product-item-inner {
    display: inline-block;
    opacity: 1;
    transition: 0.3s ease;
    transition-delay: 0.5s;
  }
}
@media only screen and (max-width: 514px) {
  .waterfall-list a.action.primary.towishlist,
  .waterfall-list a.action.primary.nowishlist {
    border: 0;
    z-index: 5;
    background: none;
  }
  .waterfall-list .stock.unavailable {
    display: none;
  }
}
a.action.primary.towishlist span,
a.action.primary.nowishlist span {
  line-height: 2.2rem;
  font-size: 1.8rem;
}
.action.primary,
.product-info-main .action.towishlist,
.product-info-main .action.nowishlist,
.cart-container .form-cart .action.continue {
  background: white;
  color: #0eaf9e;
  border: 1px solid #0eaf9e;
  transition-duration: 0.2s;
  padding: 10px 42px;
  border-radius: 5px;
}
.action.primary:hover,
.product-info-main .action.towishlist:hover,
.product-info-main .action.nowishlist:hover,
.cart-container .form-cart .action.continue:hover,
.action.primary:active,
.product-info-main .action.towishlist:active,
.product-info-main .action.nowishlist:active,
.cart-container .form-cart .action.continue:active,
.action.primary:focus,
.product-info-main .action.towishlist:focus,
.product-info-main .action.nowishlist:focus,
.cart-container .form-cart .action.continue:focus {
  background: #0eaf9e;
  border: 1px solid #0eaf9e;
  color: white;
  transition-duration: 0.2s;
}
.action.primary.tocart,
.action.primary.checkout {
  background: #0eaf9e;
  color: white;
  border: 1px solid #0eaf9e;
  transition-duration: 0.2s;
  padding: 10px 42px;
  border-radius: 5px;
}
.action.primary.tocart:hover,
.action.primary.tocart:active,
.action.primary.tocart:focus,
.action.primary.checkout:hover,
.action.primary.checkout:active,
.action.primary.checkout:focus {
  background: #0a7c70;
  border: 1px solid #0a7c70;
  color: white;
  transition-duration: 0.2s;
}
a.action.primary {
  padding: 6px 15px;
}
.action.primary i.fas,
.action.primary i.far {
  font-size: 24px;
}
/* Navigation */
.navigation i.fas {
  display: none;
}
#overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  z-index: 999;
}
.level1 a {
  border-bottom: 2px solid #0eaf9e;
  background-color: #F5F5F5;
}
@-webkit-keyframes color-change-2x {
  0% {
    border-left: 50px solid #0a7c70;
  }
  100% {
    border-left: 50px solid #0eaf9e;
  }
}
@keyframes color-change-2x {
  0% {
    border-left: 50px solid #0a7c70;
  }
  100% {
    border-left: 50px solid #0eaf9e;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .navigation .level0 .submenu {
    top: 53px !important;
    column-count: 5;
    column-gap: 0;
    column-rule: 1px solid #ccc;
  }
  .navigation .level0 .submenu a {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media only screen and (min-width: 1025px) {
  a.level-top {
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    color: white;
    width: 100%;
  }
  a.level-top:hover {
    color: #0a7c70 !important;
    background-color: white;
  }
  .navigation li.level0:not(:last-child) {
    border-right: 1px solid #fff;
    transition-duration: 2s;
  }
  .navigation .level0 {
    margin: 0px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  .navigation {
    background: #0a7c70;
  }
  .navigation .level0 .submenu {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #ffffff;
    border: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0;
    margin: 0 !important;
    position: fixed;
    z-index: 1;
    column-count: 6;
    column-gap: 0 20px;
    column-rule: 0px solid #ccc;
    width: 100% !important;
    left: 0px !important;
    text-align: left;
    min-height: 230px;
    height: auto !important;
  }
  .level2.last:nth-child(3n+3) {
    visibility: visible;
    -webkit-column-break-after: always;
  }
  .navigation .level2 a span {
    margin-left: 15px;
    font-weight: initial;
  }
  .navigation .level3 a span {
    margin-left: 30px;
    font-weight: initial;
  }
  .navigation .level0 .submenu a {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 5px 20px;
  }
  .nav-sections {
    margin-bottom: 0 !important;
    background-color: white;
  }
  #store\.settings {
    display: none !important;
  }
  .ui-corner-all {
    background-color: #ffffff;
    border-radius: 0;
    transition-delay: 0;
    transition-duration: 0.2s;
  }
  .navigation > ul {
    display: grid;
    grid-gap: 0px;
    text-align: center;
  }
  .navigation.children-count-4 > ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .navigation.children-count-5 > ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .navigation.children-count-6 > ul {
    grid-template-columns: repeat(6, 1fr);
  }
  .navigation.children-count-7 > ul {
    grid-template-columns: repeat(7, 1fr);
  }
  .navigation.children-count-8 > ul {
    grid-template-columns: repeat(8, 1fr);
  }
  .navigation > .ui-corner-all,
  .level0 > .ui-corner-all {
    background-color: #0a7c70;
    border-radius: 0;
    transition-delay: 0;
    transition-duration: 0.2s;
  }
  .ui-state-focus,
  .ui-state-active {
    background-color: #EFEFEF;
    transition-delay: 150ms;
    transition-duration: 0.2s;
  }
  .nav-sections-item-content {
    background-color: #0a7c70;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: 0px;
    color: white;
  }
  .navigation .level0 > .level-top {
    color: white;
  }
  .navigation .level0 .level-top {
    line-height: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .panel.header {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .authorization-link {
    display: none;
  }
  .tmpnavbutton {
    display: none;
  }
  .level-top {
    color: #555555 !important;
  }
  .nav-sections {
    color: #555555;
  }
  .block-search .label:before {
    color: #0a7c70;
  }
  .block-search {
    padding-left: 0;
    position: relative;
    width: inherit;
    margin-right: 0;
    z-index: 4;
  }
}
.catalogue-print {
  font-weight: bolder;
  margin-bottom: 15px;
  padding: 10px;
  background: #0eaf9e;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
}
.catalogue-print a:not(.logo):before {
  text-decoration: none;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.catalogue-print a:not(.logo):hover:before {
  text-decoration: none;
  visibility: visible;
  width: 100%;
}
ul[class^="owl"] {
  list-style-type: none;
}
ul {
  margin: 0 !important;
  padding: 0 !important;
}
.banner {
  width: 100%;
  margin-bottom: 25px;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner-link img,
.banner-link video {
  border-radius: 5px;
}
.environment {
  margin-bottom: 20px;
}
.qui-sommes-nous {
  background-color: #f5f5f5;
  padding: 40px 50px;
  text-align: justify;
  border-radius: 5px;
}
.fast-links ul {
  background-color: #f5f5f5;
  padding: 20px !important;
  font-size: 15px;
  border-radius: 5px;
}
@media only screen and (min-width: 1180px) {
  .home-title#home-menu-title .fas.fa-bars {
    display: none;
  }
  #home-menu {
    display: none;
  }
  .home-menu-table-body {
    text-align: left;
  }
  .home-tabs:not(#news) {
    width: 75%;
    display: inline-block;
  }
  .fast-links {
    width: 23%;
    display: inline-block;
  }
  #customer-links {
    margin-left: 20px;
    vertical-align: top;
    float: right;
  }
}
.minicart-wrapper .fas.fa-stopwatch {
  font-size: 24px;
  color: #0a7c70;
}
@media only screen and (max-width: 1179px) {
  .fast-links {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .home-title#home-menu-title .fas.fa-bars {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
  }
  #home-menu ul {
    list-style-type: none;
  }
  #home-menu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 2px solid #0eaf9e;
    margin-bottom: 20px;
  }
  #home-menu-title-content {
    display: none;
  }
  .home-menu-table-body {
    border: 0;
    border-bottom: 1px solid #CCC;
    height: 365px;
    max-height: 365px;
    overflow-x: hidden;
    overflow-y: auto;
    transition-duration: 1.6s;
  }
  .home-menu-table-body .home-menu-categorie {
    padding-left: 10px;
    height: 44px;
    display: inline-block;
    margin: 1.5px 0;
    width: 100%;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition-duration: 0.8s;
  }
  .home-menu-categorie a {
    text-decoration: none;
    padding-left: 0px;
    color: #636363;
    transition-duration: 0.3s;
    border-radius: 0px;
    width: 100%;
  }
  .home-menu-table-body .home-menu-categorie:hover {
    text-decoration: none;
    background-position: left bottom !important;
    transition-duration: 0.8s;
    transition-timing-function: all ease;
  }
  .home-menu-table-footer .home-menu-categorie a:hover {
    text-decoration: none;
    color: #0eaf9e !important;
    padding-left: 10px;
    transition-duration: 0.3s;
  }
  .proLink {
    height: 44px;
    font-size: 20px;
    font-weight: bolder;
    color: #FFF !important;
    vertical-align: middle;
    display: inline-block;
  }
  .proIcon {
    background-repeat: no-repeat;
    background-size: 150px;
    color: #FFF !important;
    vertical-align: middle;
    display: inline-block;
  }
  .proIcon-biologie {
    width: 44px;
    height: 44px;
    background-position: -5px -5px;
  }
  .proIcon-collectivites {
    width: 44px;
    height: 44px;
    background-position: -53px -5px;
  }
  .proIcon-imagerie {
    width: 44px;
    height: 44px;
    background-position: -53px -53px;
  }
  .proIcon-veterinaires {
    width: 44px;
    height: 44px;
    background-position: -107px -5px;
  }
  .proIcon-magasins {
    width: 44px;
    height: 44px;
    background-position: -107px -53px;
  }
  .minicart-wrapper .action.showcart > span,
  a.minicart-wrapper > span {
    display: none;
  }
  .minicart-wrapper {
    margin-right: 15px;
  }
}
.home-title {
  color: #0eaf9e;
  font-weight: bolder;
  font-size: 30px;
  padding: 5px 15px;
  margin-bottom: 5px;
  width: auto;
  font-variant-caps: all-petite-caps;
}
.home-title-tabs {
  color: #0eaf9e;
  font-weight: bolder;
  font-size: 30px;
  padding: 5px 15px;
  margin-bottom: 5px;
  width: auto;
}
.home-title > span {
  font-size: 13px;
  color: #bbb;
  font-weight: 500;
}
.product.data.items > .item.title {
  margin: 0;
}
.home-tabs.product.data.items > .item.title > .switch,
.home-tabs.product.data.items .item.title > .switch,
.product.data.items > .item.title > .switch,
.product.data.items .item.title > .switch {
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  text-decoration: none;
  border: 0;
  background-color: #eeeeee;
  padding: 5px 20px 5px 20px;
  margin-right: 5px;
  border-radius: 5px;
}
.product.data.items .item.title {
  display: inline-block;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover,
.product.data.items .item.title.active > .switch:hover {
  background-color: #0eaf9e;
  color: white;
  border-radius: 5px;
}
.home-product {
  height: 370px;
  text-align: center;
  margin: 0 10px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.home-product:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.home-product ul {
  list-style-type: none;
}
.home-name {
  padding: 0 10px;
}
.home-sku {
  color: #AAA;
  font-weight: 800;
}
.home-price {
  position: absolute;
  width: inherit;
  bottom: 30px;
}
.home-action-button {
  bottom: 15px;
  position: absolute;
  width: inherit;
}
.home-action-button .action.primary {
  border: 0 !important;
}
.home-action-button .action.primary:hover {
  border: 0 !important;
}
.home-action-button .action.primary:before {
  height: 0 !important;
}
.home-action-button form,
.home-action-button a {
  display: inline-block;
}
.home-priceExcludingTax,
.home-priceIncludingTax {
  font-weight: 800;
}
.home-regular-priceExcludingTax,
.home-regular-priceIncludingTax {
  text-decoration: line-through;
}
.home-special-priceExcludingTax,
.home-special-priceIncludingTax {
  font-weight: 800;
  color: red;
}
.nav-open .nav-toggle:after {
  height: inherit !important;
}
.product.data.items > .item.content {
  border: 0;
  padding: 0px 20px;
  margin-top: 50px;
}
.product.data.items > .item.content.slick-slider {
  margin: 0 !important;
}
@media all and (min-width: 768px), print {
  .actions-toolbar {
    margin-left: 0 !important;
  }
  .actions-toolbar .secondary {
    float: none;
  }
  .fieldset > .field:not(.choice) > .label {
    text-align: left;
  }
}
.waterfall-grid .products-grid:not(.products-related) .product-items .product-item,
.waterfall-grid .item.product.product-item:not(.related-item) {
  padding: 15px 15px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.waterfall-grid .products-grid:not(.products-related) .product-items .product-item:hover,
.waterfall-grid .item.product.product-item:not(.related-item):hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.item.product.product-item .actions-primary * {
  display: inline-block !important;
}
.product-item-actions .actions-primary {
  display: inherit;
}
.product-item .price-box {
  margin: 10px 0 15px;
}
.page-products .products-grid .product-item {
  margin-left: inherit !important;
}
.page-products .products-grid .product-item:nth-child(4n+1) {
  margin-left: inherit !important;
}
.wltable .products-grid .product-items .product-item {
  margin-left: inherit !important;
}
.wltable .products-grid .product-items .product-item:nth-child(4n+1) {
  margin-left: inherit !important;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: block;
}
.price-including-tax .price {
  font-size: 1.1rem;
}
.price-excluding-tax,
.price-excluding-tax .price {
  font-size: 1.8rem !important;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: inherit;
  font-size: inherit;
}
.price-including-tax:after,
.price-excluding-tax:after,
.weee[data-label]:after {
  content: ' ' attr(data-label);
  font-size: 1.1rem;
}
.minimal-price-link .price-wrapper:after {
  content: ' TTC';
}
.special-price .price-label {
  color: red;
  font-weight: bolder;
  text-transform: uppercase;
  display: block;
  border-top: 1px solid red;
  border-bottom: 1px solid;
  margin-bottom: 3px;
}
.special-price {
  color: red;
}
@media all and (min-width: 1025px), print {
  .page-layout-1column .product-info-main {
    width: 50%;
  }
  .page-layout-1column .product.media {
    width: 47%;
  }
}
.page-layout-1column .product.media {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.data.item.content {
  margin-top: 45px;
  border-left: 3px solid #0eaf9e !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px !important;
}
.product.info.detailed {
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
}
.product.details .product.sku {
  color: #555;
}
#fixed-navigation {
  transition-duration: 0.6s;
  margin-top: 0px;
}
.filter-options-title {
  cursor: pointer;
}
.fa-plus,
.fa-minus {
  float: right;
}
.categoryToggle {
  background-color: #eeeeee;
  padding: 10px;
  border: 1px solid #DDD;
}
.filterChoice {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  display: none;
  max-height: 130px;
  overflow: auto;
}
.product-info-price {
  font-size: 17px;
}
.product-info-main .stock.available {
  color: green;
}
.product-info-main .stock.unavailable {
  color: red;
}
.product-info-main span.price {
  color: #0eaf9e;
}
.fotorama--fullscreen {
  width: 74% !important;
  height: 650px !important;
  margin-left: 13% !important;
  background: white !important;
  top: 0 !important;
  position: absolute !important;
  box-shadow: 0px 0px 0px 10000px rgba(0, 0, 0, 0.6) !important;
  z-index: 100000 !important;
}
.fotorama__arr {
  display: block !important;
}
.fotorama__thumb-border {
  border: 1px solid #0eaf9e;
}
@media all and (min-width: 768px), print {
  .fotorama__stage {
    height: 550px !important;
  }
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #0eaf9e;
}
.enhanced-privacy-popup {
  padding: 10px !important;
  margin-left: 10px;
  margin-bottom: 10px;
  min-height: 0;
  position: fixed;
  bottom: 0;
  z-index: 900;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #0eaf9e;
  width: 300px;
}
.enhanced-privacy-popup .popup.content {
  width: inherit !important;
}
.button-red.action.primary {
  color: white;
}
.checkout-container {
  margin-top: 20px;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #0eaf9e;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #0eaf9e;
}
.list_qty {
  width: 50px !important;
  height: 40px !important;
  padding-bottom: 2px !important;
}
.miniquote-wrapper {
  display: none !important;
}
.category-description {
  border-top: 1px solid #ccc;
  padding: 5px;
}
button#wishlist_create {
  background: white !important;
  border-color: inherit !important;
}
.bssfancybox-overlay {
  z-index: 10002;
}
.bssfancybox-opened {
  z-index: 10003;
}
div.tabcontents {
  padding: 0 10px;
  border: 0;
  border-top: 1px solid #ccc;
}
.modal-popup .modal-inner-wrap {
  margin: 25rem auto;
}
.modals-overlay {
  z-index: 10002 !important;
}
.modal-popup._inner-scroll {
  z-index: 10003;
}
.box-tocart .fieldset .actions .product-addto-links {
  display: inline;
}
.related-item {
  margin: 0 10px !important;
  padding: 15px 15px !important;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.related-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.related-item .product-item-info {
  width: 100% !important;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-items .action.nowishlist,
.products.list.items .action.nowishlist,
.table-comparison .action.nowishlist {
  color: red;
}
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-items .action.nowishlist:hover,
.products.list.items .action.nowishlist:hover,
.table-comparison .action.nowishlist:hover {
  color: #0eaf9e;
}
a.page,
a.page:visited,
a.page:hover,
a.page:focus {
  color: #0eaf9e;
}
.externalaccess {
  font-weight: bolder;
  text-transform: capitalize;
}
@media all and (min-width: 770px), print {
  .block-minicart .block-content > .actions > .primary .action.primary {
    display: inline-block;
    margin-bottom: 15px;
    width: 48%;
  }
}
#top-cart-btn-view-cart {
  color: #0eaf9e;
}
#top-cart-btn-view-cart:hover {
  color: white;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 60%;
}
#space-pro {
  padding: 40px 40px 30px 0;
  font-weight: bolder;
  border-right: 3px solid #0eaf9e;
}
.subhexa-size {
  width: 110px;
  height: 63.51px;
  margin: 31.75px 0;
}
.hexa:before,
.subhexa:before,
.subhexa-hov:before {
  bottom: 100%;
}
.hexa,
.subhexa,
.subhexa-hov {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 63.51px;
  margin: 31.75px 0;
  margin-left: 5px !important;
}
.hexa:before,
.hexa:after,
.subhexa-hov:before,
.subhexa-hov:after,
.subhexa:before,
.subhexa:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
}
.hexa:after,
.subhexa:after,
.subhexa-hov:after {
  top: 100%;
  width: 0;
}
.subhexa {
  width: 110px;
  height: 63.51px;
  margin: 31.75px 0;
  position: absolute;
  z-index: -2;
  top: 0px;
  right: 0;
  transition: 0.5s;
  animation: animate 2s linear infinite;
  margin-top: 0px;
}
.subhexa-hov {
  width: 110px;
  height: 63.51px;
  margin: 31.75px 0;
  position: absolute;
  z-index: -2;
  top: 0px;
  right: 0;
  transition: 0.5s;
  transform: scale(0.01, 0.01);
  margin-top: 0px;
}
.subhexa-hov-on {
  transition: 0.5s;
  transform: scale(0.9);
}
.hexacontent {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  transition: 0.5s;
  z-index: 100;
}
.hexacontent a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
@keyframes animate {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}
#userinfo {
  font-size: 28px;
}
#connect-for-price {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  width: 200px;
  padding: 30px 20px;
  font-weight: bolder;
  border-left: 3px solid #0eaf9e;
  background-color: #eeeeee;
}
.editQtyButton {
  background: white;
  border: 1px solid #0eaf9e;
  color: #0eaf9e;
  padding: 5px 10px;
  border-radius: 5px;
}
.editQtyButton:hover {
  background: #0eaf9e;
  color: white;
}
.qtyincrementsnb {
  font-weight: bolder;
  display: block;
}
.minqtynb {
  border: 1px solid #0eaf9e;
  padding: 5px;
  font-weight: bolder;
  display: inline-block;
}
.maxqtynb {
  border: 1px solid #0eaf9e;
  background: #0eaf9e;
  padding: 5px;
  font-weight: bolder;
  color: white;
  display: inline-block;
}
.waterfall-list .stock-infos-catalog-list {
  border-top: 1px solid #eeeeee;
  padding-top: 5px;
  text-align: right;
}
.waterfall-list .stock-infos-catalog-grid {
  display: none;
}
.waterfall-grid .stock-infos-catalog-list {
  display: none;
}
.waterfall-grid .stock-infos-catalog-grid {
  border-top: 1px solid #eeeeee;
  padding-top: 5px;
}
.product-add-form .fieldset > .field:not(.choice) > .control {
  width: 120px;
}
.product-info-main .box-tocart .input-text.qty {
  margin-right: 4px;
}
.product-info-main .box-tocart .actions {
  display: inline-block;
}
.product-info-main .box-tocart .actions .action.primary.tocart {
  margin-bottom: 10px;
  padding: 10px 77px;
  border-radius: 5px;
}
.product-info-main .box-tocart .field.qty {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .box-tocart {
  display: block;
}
.top-links-rassurance {
  font-size: 15px;
  text-align: center;
}
.top-links-rassurance div {
  display: inline-block;
  vertical-align: middle;
}
.panel.header > .header.links {
  display: none;
}
.block-search .action.search:before {
  padding-left: 10px;
  border-left: 1px solid;
}
.topheadericon {
  font-size: 24px;
  display: block !important;
  text-align: center;
  padding-bottom: 5px;
  color: #0a7c70;
}
#rwd_higher {
  display: grid;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1250px) {
  #rwd_higher {
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 40px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1249px) {
  #rwd_higher {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 40px;
  }
  #space-pro {
    display: none;
  }
}
@media only screen and (max-width: 1179px) {
  #rwd_higher {
    display: none;
  }
}
.paypal.acceptance {
  display: none;
}
.tooltip.wrapper .tooltip.toggle {
  font-style: italic;
  margin-left: 50px;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
