@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body.catalog-product-view div.linkShop {
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.linkShop {
    padding: 0 10px 10px 10px;
    margin-top: 5px;
  }
}
body.catalog-product-view div.linkShop p {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
body.catalog-product-view div.linkShop a {
  background-color: #348675;
  border-radius: 0;
  padding: 11px 20px 11px 20px;
  margin: 0;
  border: none;
  transition: all 0.2s;
  cursor: pointer;
  color: white;
  font-size: 1.3rem;
  font-weight: 400;
}
body.catalog-product-view div.linkShop a:hover {
  transition: all 0.2s;
  opacity: 0.7;
}
body.catalog-product-view div.videoProductContainer div.videoProductInner {
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.videoProductContainer div.videoProductInner {
    margin-top: 0;
  }
}
body.catalog-product-view div.videoProductContainer div.videoProductInner p {
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.videoProductContainer div.videoProductInner p {
    max-width: 40%;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-manuals {
    padding: 0 10px 10px 10px;
    margin-top: 0;
  }
}
body.catalog-product-view div.product-manuals div.allManuals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 12px;
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-manuals div.allManuals {
    grid-template-columns: 1fr;
  }
}
body.catalog-product-view div.product-manuals div.allManuals a.manual {
  background-image: url(/media/icons/pdf.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
  border: 1px solid #DDD;
  padding: 12px 25px 12px 45px;
  border-radius: 5px;
  font-weight: 600;
  align-content: center;
  transition: all 0.2s;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-manuals div.allManuals a.manual {
    background-position: 15px center;
    padding: 7px 20px 7px 40px;
  }
}
body.catalog-product-view div.product-manuals div.allManuals a.manual:hover {
  transition: all 0.2s;
  opacity: 0.7;
}
body.catalog-product-view div.product-manuals div.allManuals a.manual div.inner {
  display: block;
  background-image: url(/media/icons/download.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding: 10px;
  color: #348675;
}
body.catalog-product-view footer.page-footer {
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view footer.page-footer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.videoProductContainer div.videoProductInner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.videoProductContainer div.videoProductInner p {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
body.catalog-product-view main.page-main#maincontent {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view main.page-main#maincontent {
    margin: 0;
    max-width: 100% !important;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama__nav {
    overflow: scroll;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama__nav__shaft {
    display: inline-flex !important;
    gap: 5px !important;
    width: 100%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama__nav__shaft div.fotorama__nav__frame {
    border: 1px solid #C1C1C1;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama__nav__shaft div.fotorama__nav__frame.fotorama__active {
    border: 2px solid #24695A;
    transition: all 0.2s;
  }
}
body.catalog-product-view div.product.info.detailed {
  top: 20px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed {
    top: 0;
    margin-bottom: 0;
  }
}
body.catalog-product-view div.product.info.detailed div.data.items {
  position: relative;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed div.data.items {
    margin-bottom: 0;
  }
}
body.catalog-product-view div.product.info.detailed div.data.items div.data.item.content {
  padding: 10px 0px 0px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed div.data.items div.data.item.content {
    padding: 0 20px 10px 20px;
    margin-top: -10px;
  }
}
body.catalog-product-view div.product.info.detailed div.data.items div.data.item.content table tr td {
  font-family: "Poppins", sans-serif;
  max-width: 10px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed div.data.items div.data.item.content table tr td {
    padding: 5px 10px !important;
  }
}
body.catalog-product-view div.product.info.detailed div.data.items div.data.item.content table tr td span {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  margin-left: 3px;
}
body.catalog-product-view div.product.info.detailed div.data.items div.data.item.title {
  padding-right: 35px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed div.data.items div.data.item.title {
    padding: 0 10px;
  }
}
body.catalog-product-view div.product.info.detailed div.data.items div.data.item.title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #CBCBCB;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed div.data.items div.data.item.title:before {
    content: unset;
  }
}
body.catalog-product-view div.product.info.detailed div.data.items div.data.item.title a {
  padding: 1px 0;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed div.data.items div.data.item.title a {
    font-weight: 500;
  }
}
body.catalog-product-view div.product.info.detailed div.data.items:after {
  content: "";
  position: absolute;
  top: 42px;
  width: 100%;
  height: 1px;
  background: #CBCBCB;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product.info.detailed div.data.items:after {
    content: unset;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-info-main {
    padding: 0 20px;
  }
}
body.catalog-product-view div.product-info-main div.page-title-wrapper h1 {
  margin-bottom: 0.2rem;
}
body.catalog-product-view div.product-info-main div.product-add-form {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
body.catalog-product-view div.product-info-main div.product-info-stock-sku div.product.attribute.sku {
  font-size: 1.4rem !important;
}
body.catalog-product-view div.product-info-main div.product-info-stock-sku div.product.attribute.sku strong.type {
  font-size: 1.4rem !important;
}
body.catalog-product-view div.product-info-main div.product-info-stock-sku div.product.attribute.sku strong.type:after {
  content: ":";
}
body.catalog-product-view div.product-info-main div.product.attribute.overview {
  margin: 5px 0;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-info-main div.product.attribute.overview {
    margin: 10px 0;
  }
}
body.catalog-product-view div.product-info-main div.product.attribute.overview ul {
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-info-main div.product.attribute.overview ul {
    padding-left: 18px;
  }
}
body.catalog-product-view div.product-info-main div.product.attribute.overview ul li {
  font-size: 1.4rem;
}
body.catalog-product-view div.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.breadcrumbs {
    padding: 0 20px;
  }
}
body.catalog-product-view div.breadcrumbs ul.items li a {
  font-weight: 500;
  font-size: 1.3rem;
}
body.catalog-product-view div.breadcrumbs ul.items li.item a {
  color: rgba(0, 0, 0, 0.4);
  align-items: flex-start;
  display: inline-flex;
}
body.catalog-product-view div.breadcrumbs ul.items li.item:not(:last-child):after {
  content: "/";
  font-size: 1.3rem;
  margin: 0 1px;
  font-weight: 500;
  font-family: "Poppins";
}
body.catalog-product-view div.breadcrumbs ul.items li.product {
  color: #0F1010;
  font-family: "Poppins";
}
body.catalog-product-view div.breadcrumbs ul.items li.product strong {
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama div.fotorama__nav__frame--thumb {
    display: inline-block !important;
    height: 65px !important;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama div.fotorama__nav__frame--thumb img {
    height: 100%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama div.fotorama__nav__frame--dot {
    display: none !important;
  }
}
body.catalog-product-view div.fotorama div.fotorama__wrap {
  display: grid;
  grid-template-columns: 84% 14%;
  direction: rtl;
  gap: 0 2%;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama div.fotorama__wrap {
    grid-template-columns: 1fr;
    gap: 0;
    direction: ltr;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav-wrap {
    position: relative;
    left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__stage {
  max-height: 500px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__stage {
    width: 100% !important;
  }
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__stage div.fotorama__stage__shaft {
  width: 100% !important;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__stage div.fotorama__stage__shaft div.fotorama__stage__frame {
  display: none;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__stage div.fotorama__stage__shaft div.fotorama__stage__frame.fotorama__active {
  display: block;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__stage div.fotorama__stage__shaft div.fotorama__stage__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__stage div.fotorama__stage__shaft div.fotorama__stage__frame img {
    object-fit: contain;
  }
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__arr.fotorama__arr--prev, body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__arr.fotorama__arr--next {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav--thumbs {
  height: auto !important;
  overflow: visible;
  pointer-events: all;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav--thumbs:after {
  right: 25px !important;
  bottom: -25px !important;
  left: 0px;
  height: 50px;
  background-color: #24695A;
  box-shadow: 0px 3px 6px #00000029;
  background-image: url(/media/icons/arrowdownlight.svg);
  width: calc(100% - 45px);
  pointer-events: all;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.2s;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav--thumbs div.fotorama__nav__shaft {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
  left: -2px;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav--thumbs div.fotorama__nav__shaft .fotorama__thumb-border {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav--thumbs div.fotorama__nav__shaft div.fotorama__nav__frame {
  padding: 0;
  border: 1px solid #C1C1C1;
  transition: all 0.2s;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav--thumbs div.fotorama__nav__shaft div.fotorama__nav__frame.fotorama__active {
  border: 2px solid #24695A;
  transition: all 0.2s;
}
body.catalog-product-view div.fotorama div.fotorama__wrap div.fotorama__nav--thumbs div.fotorama__nav__shaft div.fotorama__nav__frame div.fotorama__thumb img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: unset;
}

.productPageBanner {
  min-height: auto !important;
}
@media only screen and (max-width: 992px) {
  .productPageBanner div.innerBanner div.column2 div.contentMaxWidth {
    max-height: 100px !important;
  }
}
@media only screen and (max-width: 992px) {
  .productPageBanner div.innerBanner div.column2 div.contentMaxWidth h1 {
    margin-top: -10px !important;
  }
}
@media only screen and (max-width: 992px) {
  .productPageBanner div.innerBanner div.column2 div.leftBanner {
    max-height: 80px !important;
    min-height: 80px !important;
  }
}

@media only screen and (max-width: 992px) {
  .productPageFirstSection .image {
    max-height: 100% !important;
  }
}
.productPageFirstSection div.text div {
  text-align: left;
  margin-left: 0 !important;
}
.productPageFirstSection div.text div ul {
  margin-top: 15px;
}
.productPageFirstSection div.text div ul li {
  margin-bottom: 5px;
}

.page-layout-productpage .languageSwitcherInner .laguageSwitcher .view-es,
.page-layout-productpage .languageSwitcherInner .laguageSwitcher .view-nl {
  display: none !important;
}
.page-layout-productpage .laguageSwitcher .view-es,
.page-layout-productpage .laguageSwitcher .view-nl {
  display: none !important;
}
.page-layout-productpage section.banner div.innerBanner div.column2 {
  grid-template-columns: 1fr 725px;
}