@import url("https://use.typekit.net/pmq6txp.css");
#mobileNav, #header {
  display: none !important;
}
#main .textpage {
  color: #000000;
}
#cart-methodes {
  display: none;
}
.product .cart .btn-shoppingcart, .product-dropdown .product-dropdown-cart .btn-shoppingcart, .product-bundle-footer .btn-addtocart, #cart-sidebar .cart-order .btn-primary, .productborder .product-cart .btn-primary, .ism-popup-cart .cart-footer .btn-primary {
  background: #86BC25;
  border-color: #86BC25;
}
#main {
  padding-top: 130px;
}
body {
  font-family: "marine", sans-serif;
  color: #151515;
  line-height: 1.5;
}
#footer {
  margin-top: 0;
}
#footer-usp .footer-usp .usp .list-usp .item-usp {
  text-align: left;
}
#footer-usp .footer-usp .usp .list-usp .item-usp:last-child {
  text-align: right;
}
#footer-usp {
  background: #86BC25;
}
#footer-usp .footer-usp .usp .list-usp .item-usp a, #footer-usp .footer-usp .usp .list-usp .item-usp i {
  color: #ffffff;
}
#footer-usp .footer-usp .usp .list-usp .item-usp a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#footer-bottom {
  background: #000000;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
h1, h2, h3, h4, h5, h6, .title-box > strong, .title-box > span, .gui-page-title, #categories .category .category-content .category-inner .title, #footer #footer-bottom .title-box, .ism-reviewwidget .ism-titlebox, .servicedesk .service-title-box strong, .servicedesk .service-info ul li .icon-content strong, #slider .slide .slide-content .slide-text b {
  font-family: "sofia-pro", sans-serif;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: 700;
}
svg path {
  transition: 0.4s;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.align-top {
  align-items: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
}
.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: end;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.new-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.4s;
  width: 100%;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.header-logo svg {
  height: 54px;
  width: auto;
  margin: 14px 30px 14px 0;
}
.right-header-controls a {
  text-align: center;
  margin: 0 0 0 32px;
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  color: #151515;
  position: relative;
}
.right-header-controls a .icon {
  display: block;
  font-size: 24px;
  margin: 0 0 -2px;
}
.right-header-controls a .text {
  display: block;
  font-size: 12px;
}
.right-header-controls a:hover {
  text-decoration: none;
  color: #D90012;
}
.right-header-controls a:hover path {
  fill: #D90012;
}
.cart-total-number {
  position: absolute;
  right: 18px;
  top: -4px;
  width: 20px;
  height: 20px;
  background: #D90012;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.header-search-form {
  position: relative;
}
.header-search-form input[type=search] {
  border-radius: 14px;
  width: 290px;
  height: 46px;
  max-width: 100%;
  background: #fff;
  border: 1.5px solid #DDDDDD;
  font: inherit;
  font-size: 17px;
  padding: 4px 20px;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header-search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 8px;
  top: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  transition: 0.4s;
  border-radius: 50%;
}
.header-search-form button:hover {
  background: #D90012;
}
.header-search-form button:hover path {
  fill: #ffffff;
}
.header-usps {
  background: #F3F8E9;
  color: #86BC25;
  padding: 6px 13px;
  height: 46px;
  border-radius: 14px;
  margin-left: 15px;
  width: 230px;
  max-width: 100%;
  font-size: 16px;
  position: relative;
}
.header-usps.review-box {
  background: #fdfaed;
  color: #e8cb37;
  width: 198px;
  margin-left: 8px;
}
.header-usps.review-box .icon {
  left: 12px;
}
.header-usps .swiper {
  overflow: hidden;
  isolation: isolate;
}
.header-usps .icon {
  position: absolute;
  left: 0;
  font-size: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.header-usps .text {
  padding: 3px 0 3px 26px;
  display: block;
  line-height: 1.1;
  font-size: 0.85em;
}
.bot-bar {
  background: #F5F5F5;
  padding: 12px 0;
}
.bot-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bot-bar .menu-links {
  width: 100%;
  position: relative;
}
.bot-bar .menu-links > li > a:before {
  content: "";
  height: 1.5px;
  bottom: -14px;
  left: 0;
  background: #D90012;
  transition: 0.4s;
  position: absolute;
  width: 0;
}
.bot-bar .menu-links > li > a:hover:before {
  width: 100%;
}
.bot-bar li.subs > a {
  padding-right: 13px;
}
.bot-bar li.subs > a:after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #151515;
  border-radius: 2px;
  transition: 0.4s;
  position: absolute;
  right: 0;
  top: 10px;
}
.bot-bar li.subs:hover > a:before {
  width: 100%;
}
.bot-bar li.subs:hover > .subnav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
.bot-bar li.subs.branch-link:hover > .subnav {
  transform: translateY(0) translateX(-50%);
}
.bot-bar a {
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  color: #151515;
  font-size: 14px;
  position: relative;
  display: block;
}
.bot-bar a:hover {
  color: #D90012;
  text-decoration: none !important;
}
.bot-bar a:hover:after {
  border-top-color: #D90012;
}
.bot-bar .branch-link {
  position: relative;
}
.bot-bar .subnav {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transform: translateY(200px);
  pointer-events: none;
  transition: 0.2s;
  background: #ffffff;
  padding: 15px 30px;
  width: 100%;
  margin: 12px 0 0;
  z-index: 3;
}
.bot-bar .subnav.subsmall {
  left: 50%;
  transform: translateY(200px) translateX(-50%);
  width: 280px;
  padding: 15px 20px;
}
.bot-bar .subnav.subsmall li {
  padding: 0;
  width: 100%;
  margin: 3px 0;
}
.bot-bar .subnav:before {
  content: "";
  top: -10px;
  width: 100%;
  left: 0;
  height: 12px;
  position: absolute;
}
.bot-bar .subnav ul {
  float: left;
  width: 100%;
}
.bot-bar .subnav ul li {
  float: left;
  padding: 15px 15px 0;
  width: 25%;
}
.bot-bar .subnav ul a {
  display: block;
  margin: 0 0 2px;
}
.bot-bar .subnav ul a:first-child {
  margin: 0 0 5px;
}
.bot-bar .subnav ul a:not(:first-child) {
  font-family: "marine", sans-serif;
  font-weight: 400;
  padding-left: 12px;
}
.bot-bar .subnav ul a:not(:first-child):before {
  content: "";
  border: 4px solid transparent;
  border-left-color: #151515;
  border-radius: 2px;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 5px;
}
.bot-bar .subnav ul a:not(:first-child):hover:before {
  border-left-color: #D90012;
}
.bot-bar .subnav .menu-close {
  display: none;
}
.all-categories {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.btn-primary {
  border-radius: 14px;
}
.new-button {
  font: inherit;
  background: #D90012;
  border: 1.5px solid #D90012;
  color: #ffffff !important;
  padding: 8px 16px 10px;
  line-height: 20px;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  font-size: 17px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.new-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 320px;
  width: 320px;
  background: rgba(0, 0, 0, 0.12);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}
.new-button path {
  fill: #ffffff;
}
.new-button .text {
  position: relative;
  z-index: 2;
}
.new-button .icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: 0.2s;
  top: 1px;
}
.new-button .icon i {
  font-weight: 900;
  font-size: 18px;
}
.new-button .icon svg {
  max-height: 15px;
  max-width: 17px;
  width: auto;
  height: auto;
}
.new-button .icon:first-child {
  margin-right: 12px;
}
.new-button .icon:last-child {
  margin-left: 12px;
}
.new-button.dark {
  background: #000;
  color: #fff;
  border-color: #000;
}

.new-button.green {
  background: #86BC25;
  color: #fff;
  border-color: #86BC25;
}

.new-button:hover {
  transform: scale(1.04);
}
.new-button:hover:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.overlay-bg.open {
  opacity: 0.8;
}
.s-product {
  height: 100%;
  background: #fff;
  z-index: 3;
  transition: 0.4s;
  width: 100%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  font-family: "sofia-pro", sans-serif;
}
.s-product:hover {
  text-decoration: none;
}
.s-product .product-image {
  padding: 15px 15px 0;
}
.s-product .sp-info {
  font-weight: 600;
  padding: 10px 0 0;
  margin: 0 0 12px 0;
  display: block;
}
.s-product .sp-info strong {
  font-weight: 600;
  margin: 0 0 2px;
  font-size: 0.95em;
  line-height: 1.1;
  display: block;
}
.s-product .sp-stock {
  font-size: 0.8em;
  color: #86BC25;
  margin: 0 0 2px;
  display: block;
}
.s-product .sp-stock.outstock {
  color: #D90012;
}
.s-product .sp-content {
  padding: 0 15px 65px;
}
.s-product .stars {
  margin: 0 0 3px;
}
.s-product .sp-price-box {
  border-top: 1.5px solid #F5F5F5;
  bottom: 15px;
  left: 15px;
  padding: 8px 0 0;
  width: calc(100% - 30px);
  position: absolute;
  line-height: 1.1;
}
.s-product .sp-price {
  text-align: right;
}
.s-product .sp-price span {
  display: block;
  transition: 0.4s;
}
.s-product .sp-price .price-incl {
  color: #9A9A9A;
  font-size: 0.8em;
}
.s-product .sp-price .price-old {
  color: #9A9A9A;
  font-size: 0.8em;
  display: flex !important;
}
.s-product .sp-price .price-excl {
  color: #D90012;
  font-size: 1.2em;
  font-weight: 900;
}
.s-product .sp-cart-btn {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #D90012;
  margin: 0 0 0 12px;
  transition: 0.2s;
}
.s-product .sp-cart-btn svg {
  height: 15px;
  width: auto;
}
.s-product:hover {
  transform: scale(1.03);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}
.s-product:hover .sp-cart-btn {
  background: #86BC25;
  transform: scale(1.08);
}
.s-product:hover .sp-price .price-excl {
  color: #86BC25;
}
.new-stars i {
  color: #e8cb37;
  margin: 0 2px 0 0;
}
.new-stars i.o {
  color: #F5F5F5;
}
.new-stars.on-grey-bg i.o {
  color: #fff;
}
#products .row {
  margin-left: -8px;
  margin-right: -8px;
}
#products .productborder {
  padding: 0px 8px;
  margin-bottom: 20px;
}
.title-box {
  padding: 34px 0px 15px;
}
.homepagina-swiper .swiper-slide {
  overflow: hidden;
}
.homepagina-swiper .swiper-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  color: #ffffff;
  z-index: 3;
}
.homepagina-swiper .swiper-content b {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.5em;
  max-width: 550px;
  display: block;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 8px;
}
.homepagina-swiper .swiper-content p {
  font-size: 1.2em;
  max-width: 550px;
  display: block;
  line-height: 1.3;
  margin: 0 0 20px;
}
.homepagina-swiper .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(4deg, black 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(4deg, black 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(4deg, black 0%, rgba(0, 0, 0, 0) 60%);
  opacity: 0.8;
}
.row-customerdesk {
  padding-top: 30px;
}
.servicedesk .service-title-box strong {
  font-weight: 700;
}
.servicedesk .service-info ul li .icon-content strong {
  margin: -2px 0 0;
  font-weight: 700;
}
.custom-service-img {
  max-height: 180px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}
.servicedesk .service-title-box .service-status {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
}
.servicedesk .service-title-box .service-status .open {
  color: #86BC25;
  border: none;
}
.desk-widget {
  border-top: 0;
  padding: 17px 0 0;
}
.category-slide {
  width: 300px;
  border-radius: 0;
  height: 100%;
  background: #fff;
  z-index: 3;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  font-family: "sofia-pro", sans-serif;
  overflow: hidden;
  height: 100%;
}
.category-slide img {
  width: 100%;
  height: auto;
}
.category-slide .category-content {
  padding: 12px 20px;
  font-weight: 700;
}
.category-slide:hover {
  text-decoration: none;
  transform: scale(1.03);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 1199px) {
  .homepagina-categories-swiper .swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap;
    margin: 0 -10px !important;
    width: calc(100% + 20px);
  }
  .homepagina-categories-swiper .category-slide {
    width: calc(33.333% - 20px);
    margin-right: 0 !important;
    margin: 0 10px 20px !important;
  }
  .homepagina-categories-swiper .category-slide img {
    max-height: 180px;
    object-fit: cover;
  }
  .homepagina-categories-swiper .bottom-swiper-controls {
    display: none;
  }
}
.backtotop, .homepagina-swiper .mobile-btn {
  display: none;
}
.pyi-icon-payment-digitalwallet, .pyi-icon-payment-paypallater, .pyi-icon-payment-paypalc, .pyi-icon-payment-klarnapaylater, .pyi-icon-payment-jcb {
  display: none;
}
.news-image img {
  height: 100%;
}
#new-product {
  margin: 22px 0 40px;
}
#new-product a {
  transition: 0.3s;
}
#new-product a:hover {
  color: #D90012;
  text-decoration: none;
}
.left-product-side {
  background: #F5F5F5;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 40px 30px;
  overflow: hidden;
  width: 50%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
.pruduct-header-item {
  margin: 0 20px 10px 0;
}
.pruduct-header-item .stars {
  margin: 0 7px 0 0;
}
.product-container {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}
.right-product-side {
  width: 50%;
  border-top-right-radius: 32px;
  overflow: hidden;
  padding: 40px 30px;
}
#product-image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}
#product-image .tab {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
#product-image .tab i {
  margin: 0 6px 0 0;
}
.product-thumbs #thumbs .item a {
  border: 0.1px solid #fff !important;
  border-radius: 14px;
  overflow: hidden;
  display: block;
}
.product-thumbs #thumbs .item {
  margin: 0 0 8px;
}
.product-thumbs #thumbs .item:hover a, .product-thumbs #thumbs .item.active a {
  border: 3px solid #86bc25 !important;
}
.zoombox .product-thumbs {
  width: 115px;
  padding: 0 15px 0 0;
}
.zoombox .product-image {
  width: calc(100% - 115px);
  position: relative;
}
.npt-1 {
  padding-top: 14px;
}
.npt-3 {
  padding-top: 28px;
}
.npb-1 {
  padding-bottom: 10px;
}
.spec-table {
  width: 100%;
}
.spec-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.spec-table td {
  padding: 5px 0;
}
.product-image:hover .custom-nav .prev {
  left: 5px;
}
.product-image:hover .custom-nav .next {
  right: 5px;
}
.product-image .custom-nav a {
  margin-top: -25px !important;
}
table.plus .icon i {
  font-size: 1.1em;
  color: #86BC25;
  margin: 0 5px 0 0;
}
table.plus td {
  padding: 2px 0;
}
.maxtext iframe {
  max-width: 100%;
}
.maxtext img {
  max-width: 100%;
  height: auto;
}
.maxtext p a:not([class]) {
  color: #D90012;
}
.maxtext p a:not([class]):hover {
  text-decoration: underline !important;
}
.maxtext > *:last-child {
  margin-bottom: 0 !important;
}
.maxtext ul {
  margin: 10px 0 20px;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}
.maxtext ul li {
  position: relative;
  padding: 0 0 4px 10px;
  list-style: none;
}
.maxtext ul li p {
  margin-bottom: 0 !important;
}
.maxtext ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #D90012;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: 8px;
}
.maxtext h5 {
  font-size: 1.1em;
}
.sm-5 {
  margin-bottom: 5px;
}
.product-full-desc {
  p: has(&nbsp;);
  p-display: none;
}
.product-full-desc p:has(> strong:only-child), .product-full-desc h2, .product-full-desc h3, .product-full-desc h4, .product-full-desc h5 {
  font-size: 1.1em;
  color: #86BC25;
  margin: 0 0 8px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.2;
}
.right-product-side h5 {
  font-size: 1.1em;
  color: #86BC25;
  margin: 0 0 3px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.2;
}
.average-review {
  color: #b1b1b1;
  display: block;
}
.s-review {
  width: 430px;
  padding: 17px 20px;
  background: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.s-review p {
  margin: 10px 0 0;
}
.s-review .stars {
  margin: 0 0 4px;
}
.review-button {
  margin-top: 12px;
}
.overall-stars .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before, .overall-stars .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  text-shadow: 0 0 1px #e8cb37;
  color: #e8cb37;
}
.overall-stars .star-cb-group * {
  color: #e8cb37;
}
.form-control {
  border-radius: 12px;
}
.review-content label {
  font-size: 14px;
  margin: 0 0 4px;
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
}
.swiper-slide .s-product-col {
  height: 100%;
  width: 220px;
  max-width: initial;
  flex: initial;
  -ms-flex: initial;
  padding: 0;
  margin: 0;
}
.pp-price {
  font-family: "sofia-pro", sans-serif;
}
.pp-price .price-excl {
  color: #D90012;
  font-size: 24px;
  font-weight: 900;
}
.pp-price .price-excl span {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 400;
}
.pp-price .small-price {
  display: block;
  margin: 2px 0;
  color: #9A9A9A;
  font-size: 16px;
}
.pp-stockrow {
  margin: 15px 0;
}
.pp-stockrow .instock {
  color: #86BC25;
}
.pp-stockrow .outstock {
  color: #D90012;
}
.pp-quantity {
  position: relative;
  margin: 0 14px 0 0;
}
.pp-quantity a {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  top: 8px;
  transition: 0.2s;
  font-size: 20px;
  line-height: 20px;
}
.pp-quantity a:hover {
  background: #86BC25;
  color: #fff !important;
  transform: scale(1.2);
}
.pp-quantity a.disabled {
  pointer-events: none;
  opacity: 0.1;
}
.pp-quantity a.up {
  right: 10px;
}
.pp-quantity a.down {
  left: 10px;
}
.pp-quantity input {
  width: 150px;
  text-align: center;
  background: #F5F5F5;
  height: 41px;
  border-radius: 14px;
  border: 0;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.product-discounts {
  background: #F5F5F5;
  border: none;
  border-radius: 14px;
  display: inline-block;
  padding: 12px 17px;
  position: relative;
  margin-top: 17px;
  margin-bottom: 0px;
  width: auto;
}
.product-discounts:before {
  border: 0 !important;
  background: #F5F5F5 !important;
  left: 70px;
}
.ism-popup-cart .modal-usp {
  background: #86BC25;
}
.modal-content {
  border-radius: 14px;
  overflow: hidden;
}
.alert-success {
  color: #86BC25;
  background-color: #f4fbe7;
  border-color: #86BC25;
  border-radius: 12px;
}
.product-image .owl-theme .owl-dots .owl-dot.active span, .product-image .owl-theme .owl-dots .owl-dot:hover span {
  background: #D90012;
  border-color: #D90012;
}
.content-box img {
  max-width: 100%;
  height: auto;
}
.product-option {
  margin: 0 0 15px;
}
.ism-dropdown.dropdown {
  display: block;
}
.ism-dropdown a {
  border: 0;
  background: #F5F5F5;
  border-radius: 12px !important;
}
.ism-dropdown a > i {
  line-height: 40px;
}
.ism-dropdown.dropdown.show .dropdown-menu, .ism-dropdown.dropdown:focus .dropdown-menu, .ism-dropdown.dropdown:hover .dropdown-menu {
  border: none !important;
  background: #fff !important;
  padding: 5px 8px !important;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-top: 10px !important;
}
.ism-dropdown.dropdown.show .dropdown-menu .item, .ism-dropdown.dropdown:focus .dropdown-menu .item, .ism-dropdown.dropdown:hover .dropdown-menu .item {
  padding: 3px 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.ism-dropdown.dropdown.show .dropdown-menu .item label, .ism-dropdown.dropdown:focus .dropdown-menu .item label, .ism-dropdown.dropdown:hover .dropdown-menu .item label {
  background: transparent !important;
}
.ism-dropdown.dropdown.show .dropdown-menu .item.selected, .ism-dropdown.dropdown:focus .dropdown-menu .item.selected, .ism-dropdown.dropdown:hover .dropdown-menu .item.selected {
  background: #F5F5F5;
}
input[type="radio"]:checked {
  border-color: #86BC25;
  background: #f3f8ea;
}
.cart-usp .item-usp {
  position: relative;
  padding: 0 0 9px 30px;
  line-height: 1.2 !important;
  color: #86BC25;
  font-weight: 700;
}
.cart-usp .item-usp i {
  position: absolute;
  top: -1px;
  left: 0;
  color: #86BC25 !important;
}
#cart-sidebar .cart-order .cart-usp {
  border-top: none;
  border-bottom: none;
  padding: 15px 15px 5px 15px;
  margin: 0;
  background: #f3f8e9;
  border-radius: 15px;
  border: 1px solid #86bc25;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  margin: 0 10px 0 0;
}
#gui-form-cart .list-cart-main .cart-product .cart-product-image img {
  width: auto;
  height: 90px;
  object-fit: contain;
  margin: 18px auto 0;
  display: block;
}
#gui-form-cart .list-cart-main .cart-product .quantity {
  padding: 15px 0 0;
}
.color-green {
  color: #86BC25 !important;
}

.gui-blog-article h1 {
  font-size: 2em;
}
.gui-blog .gui-col2-right-col2 .gui-block:last-child {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .gui-blog-article {
    max-width: 80%;
  }
}

.section-bundle {
  margin-top: 40px;
}
  
.section-bundle .product-image {
  position: relative; 
}

.section-bundle .s-product .sp-content {
  padding-bottom: 0;
}

.section-bundle .swiper-slide .s-product-col {
  width: 180px;
}

.section-bundle .plusje {
  position: absolute;
  left: -24px;
  width: 34px;
  height: 34px;
  line-height: 30px;
  background: #86BC25;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
    font-size: 23px;
    line-height: 27px;
}

.bundle-title {
 	color: #86BC25;
  margin: -5px 0 0;
  font-size: 17px;
}

.bundle-title + p {
  line-height: 1.2;
  margin: 15px 0 12px; 
}

.bundle-buy-button {
  display: inline-block;
  margin: 10px 0 0; 
}