/* slider */
.cms-index-index #maincontent {
  padding: 0 !important;
}
.cms-index-index #maincontent p {
  display: none;
}
#header-overlay {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.rev_slider_wrapper {
  border-bottom: 4px solid #0a1f1b;
}
.banner-caption-h1 {
  color: #ffffff;
  position: relative;
  font-weight: 700;
  text-shadow: 0 1px 0px #000000;
  text-transform: uppercase;
}
.banner-caption-p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1.4em;
  text-shadow: 0 1px 0px #000000;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  margin-bottom: 0;
}
.tp-caption hr {
  border-top: 3px solid rgba(13, 44, 38, 0.7);
  margin: 0 -40px 10px;
}
#home-cats {
  clear: both;
}
.rev_slider_wrapper p {
  padding: 0;
  margin: 0;
}
/* bycycle section */
section.collection {
  background: #eee;
  background-image: url(../../frontend/Webmakkers/Blomson/en_GB/images/fiets-lichtgrijs.png);
  background-position: center 40%;
  background-repeat: no-repeat;
}
.collection ul {
  padding: 0;
  margin: 0;
}
.collection .addto {
  margin-bottom: 8px;
}
.product-category .box {
  /*border-bottom: 6px solid #0d2c26;*/
  box-shadow: 0px -5px 3px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: all .5s;
}
.product-category .box .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  transition: all .5s;
}
.product-category .box:hover .overlay {
  background: rgba(0, 0, 0, 0.67);
}
.product-category .box .box-title {
  position: relative;
  transition: all .5s;
}
.product-category .box .box-title h5 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 5px;
  padding-bottom: 0;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000000;
}
.product-category .box .box-title h3 {
  font-size: 1.9em;
  line-height: 2em;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;
  text-shadow: 0 1px 1px #000000;
  max-height: 100px;
  height: 100px;
  overflow: hidden;
}
/* button effects */
.omb-hover-float-shadow {
  display: inline-block;
  z-index: 99;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #09785f;
  color: #ffffff;
  border-radius: 25px;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.omb-hover-float-shadow:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.omb-hover-float-shadow:hover,
.omb-hover-float-shadow:focus,
.omb-hover-float-shadow:active {
  color: #000000 !important;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.omb-hover-float-shadow:hover:after,
.omb-hover-float-shadow:focus:after,
.omb-hover-float-shadow:active:after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.omb-product {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-bottom: 3px solid #0d2c26;
  padding: 1px 1px 0;
  position: relative;
  transition: all .5s ease;
}
.omb-product .stock {
  margin-left: 20px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: .9em;
  color: #777;
  font-weight: 100;
}
.omb-product .product-item-inner {
  padding-right: 20px;
}
.omb-product .img {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.omb-product:hover .img {
  border-color: #fff;
  border-bottom: 1px solid #ccc;
}
#scrolling-2 .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-top: 20px !important;
  margin-bottom: -40px !important;
  z-index: 1 !important;
  background: #fff !important;
}
.omb-product > a.product-title {
  font-weight: 300;
  color: #000000;
  position: relative;
  margin-top: 0;
  padding: 16px 32px 18px 20px;
  display: block;
  height: 52px;
  overflow: hidden;
}
.omb-product > a.product-title:hover {
  color: #02785e;
}
.omb-product > a.product-title:after {
  font-family: ElegantIcons;
  content: "\35";
  color: #02785e;
  font-size: 1.6em;
  position: absolute;
  font-weight: 100;
  top: 16px;
  right: 10px;
}
a.cta,
button.cta {
  background-color: #02785e;
  transition: all .5s ease;
  position: absolute;
}
a.cta:after,
button.cta:after {
  display: none;
}
a.cta .icon,
button.cta .icon {
  font-size: 1.5em;
  margin-top: -6px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.left button.cta,
.left a.cta {
  left: -1px;
  bottom: 10px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 99;
}
.left button.cta:hover,
.left a.cta:hover {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.right button.cta,
.right a.cta {
  right: -1px;
  bottom: 10px;
  margin-right: 0 !important;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 99;
}
.right button.cta:hover,
.right a.cta:hover {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.omb-product .price .box-hover a {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
}
.omb-product .price .box-hover a .icon {
  font-size: 24px;
  margin-top: -6px;
  /* float: left; */
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.omb-product .price .box-hover ul {
  width: 100%;
  position: absolute;
  top: 0;
  right: -80%;
  bottom: 0;
  opacity: 0;
  transition: all .5s ease;
}
.omb-product .price .box-hover ul li {
  display: inline-block;
}
.omb-product .price .box-hover ul li a {
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  position: relative;
}
.omb-product .price .box-hover ul li a:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .5s ease;
}
.omb-product .price .box-hover ul li a:hover:before {
  bottom: 0;
  transition: all .5s ease;
}
.omb-product .price .box-hover ul li a:hover .icon {
  color: #2c53d4;
  transition: all .5s ease;
}
.omb-product .price .box-hover ul li a:hover p {
  opacity: 1;
  transition: all .5s ease;
}
.omb-product .price .box-hover ul li a .icon {
  font-size: 14px;
  color: #02785e;
  transition: all .5s ease;
  float: left;
  margin-top: 4px;
}
.omb-product .price .box-hover ul li a p {
  font-size: 10px;
  line-height: 30px;
  font-weight: 500;
  color: #02785e;
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: -10px;
  right: -10px;
  opacity: 0;
  transition: all .5s ease;
}
/* slider bullets */
.hermes.tp-bullets .tp-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  box-sizing: border-box;
  transition: all .5s ease;
  position: absolute;
  cursor: pointer;
}
.hermes.tp-bullets .tp-bullet:after {
  height: 10px;
  width: 10px;
  background: transparent;
  border: 2px solid #3e3e3e;
  box-sizing: border-box;
  box-shadow: none;
  top: 3px;
  bottom: auto;
  left: 3px;
  right: auto;
}
.hermes.tp-bullets .tp-bullet.selected,
.hermes.tp-bullets .tp-bullet:hover {
  border: 2px solid #ffffff;
  background: transparent;
  transition: all .5s ease;
}
.hermes.tp-bullets .tp-bullet.selected:after,
.hermes.tp-bullets .tp-bullet:hover:after {
  background: #02785e;
  border: 2px solid #02785e;
}
.shop-by-product {
  padding-top: 50px;
  padding-bottom: 0;
  background: #0d2c26;
  background: -moz-linear-gradient(top, #0d2c26 40%, #0d2c26 40%, #ffffff 40%);
  background: -webkit-linear-gradient(top, #0d2c26 40%, #0d2c26 40%, #ffffff 40%);
  background: linear-gradient(to bottom, #0d2c26 40%, #0d2c26 40%, #ffffff 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d2c26', endColorstr='#ffffff', GradientType=0);
  overflow: hidden;
  position: relative;
}
.shop-by-product .box-shop-by-product .omb-button {
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -55px;
}
.shop-by-product a.cta {
  background: #5dbf1b;
}
.shop-by-product a.cta:after {
  display: none;
}
.shop-by-product a.cta:hover {
  background: #333;
}
.shop-by-product .logo-shark img {
  max-height: 60px;
  margin: 0 auto 16px;
}
.shop-by-product ul {
  padding-left: 0;
  margin-bottom: 0 !important;
}
.shop-by-product .box {
  border: 2px solid #ececec;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .5s ease;
}
.shop-by-product .box .box-img {
  display: block;
  position: absolute;
}
.shop-by-product .box .box-img img {
  display: block;
}
.shop-by-product .box h5 {
  line-height: 40px;
  color: #000000;
  font-weight: 100;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.shop-by-product .box .text h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 600;
}
.shop-by-product .box .text .special-price {
  display: inline-block;
}
.shop-by-product .box .text .special-price .price {
  color: #ff4947;
  font-weight: 700;
}
.shop-by-product .box .text .old-price {
  display: inline-block;
}
.shop-by-product .box .text p {
  margin: 0 0 30px;
  font-size: .9em;
}
.shop-by-product .box-border {
  width: 200px;
  height: 200px;
  background: #0d2c26;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  transition: all .5s ease;
}
.shop-by-product .uk-position {
  position: relative;
  background: #fff;
  max-width: 500px;
  width: 100%;
}
.shop-by-product .uk-position.top .box-border {
  top: -98px;
}
.shop-by-product .uk-position.left .box-border {
  left: -98px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #ececec;
}
.shop-by-product .uk-position.left .box {
  text-align: right;
}
.shop-by-product .uk-position.left .box .box-img {
  left: 60px;
}
.shop-by-product .uk-position.left .box .text {
  margin-top: 30px;
  text-align: right;
}
.shop-by-product .uk-position.left .box .text .price {
  justify-content: flex-end;
  clear: right;
}
.shop-by-product .uk-position.left .box .text .price span {
  padding-right: 15px;
}
.shop-by-product .uk-position.right .box-border {
  right: -98px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #ececec;
}
.shop-by-product .uk-position.right .box .box-img {
  right: 60px;
}
.shop-by-product .uk-position.right .box .text {
  margin-top: 30px;
  text-align: left;
}
.shop-by-product .uk-position.right .box .text .price {
  justify-content: flex-start;
  clear: left;
}
.shop-by-product .uk-position.right .box .text .price span {
  padding-right: 20px;
}
.shop-by-product .logo {
  width: 180px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-42%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-42%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-42%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-42%) rotate(45deg);
  transform: translateX(-50%) translateY(-42%) rotate(45deg);
}
.shop-by-product .logo img {
  display: block;
  position: absolute;
  left: 20px;
  top: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.shop-by-product .box-image {
  display: block;
  overflow: hidden;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  margin: 0px -50px;
  position: relative;
}
.shop-by-product .box-image img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.omb-countdown span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f39c12;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 50%;
  transition: all .5s ease;
}
.omb-overlay .overlay-background {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transition: all .5s ease;
}
.omb-overlay:hover .overlay-background {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  transition: all .5s ease;
}
.about-us {
  background: #fff;
}
.brands {
  text-align: center;
  padding: 40px 0 60px;
  position: relative;
  background: #fff;
}
.brands hr {
  margin-top: 0;
}
.brands a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brands a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.brands ul {
  padding-left: 0;
}
.omb-nav {
  display: none;
}
.our-testimonials {
  overflow: hidden;
  background: #f3f3f3;
  text-align: center;
}
.our-testimonials .our-testimonial {
  position: relative;
}
.our-testimonials .our-testimonial #our_testimonial {
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto 40px;
}
.our-testimonials .our-testimonial #our_testimonial p {
  margin: 0 auto;
}
.our-testimonials .our-testimonial #our_testimonial li {
  position: relative;
}
.omb-countdown {
  margin-bottom: 15px;
  display: block;
}
.shop-by-product .uk-position.left .special-price {
  float: right;
  padding-left: 10px;
}
.our-testimonials {
  overflow: hidden;
  background: #f3f3f3;
  text-align: center;
}
.our-testimonials .our-testimonial {
  position: relative;
}
.our-testimonials .our-testimonial #our_testimonial:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 45px solid #ffffff;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-testimonials .our-testimonial #our_testimonial li {
  position: relative;
}
.our-testimonials .our-testimonial #our_testimonial li:before {
  content: '\7b';
  font-family: 'ElegantIcons';
  font-size: 150px;
  color: #000000;
  opacity: .1;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-testimonials .our-testimonial #our_testimonial li p {
  min-height: 120px;
}
.our-testimonials .our-testimonial #our_testimonial li h3 {
  text-transform: uppercase;
}
.our-testimonials .our-testimonial #our_testimonial li small {
  font-weight: 500;
  color: #02785e;
}
.our-testimonials .our-testimonial .omb-slidenav {
  top: 130px;
  bottom: auto;
}
.our-testimonials .our-testimonial .omb-slidenav:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
}
.our-testimonials .our-testimonial .omb-slidenav.omb-slidenav-previous {
  left: 50px;
}
.our-testimonials .our-testimonial .omb-slidenav.omb-slidenav-previous:before {
  content: '\34';
}
.our-testimonials .our-testimonial .omb-slidenav.omb-slidenav-next {
  right: 50px;
}
.our-testimonials .our-testimonial .omb-slidenav.omb-slidenav-next:before {
  content: '\35';
}
.our-testimonials .our-testimonial ul.testimonial-switcher {
  margin: 0;
  padding: 0;
}
.our-testimonials .our-testimonial .testimonial-switcher li {
  display: inline-block;
  margin: 0 15px;
}
.our-testimonials .our-testimonial .testimonial-switcher li.uk-active a,
.our-testimonials .our-testimonial .testimonial-switcher li:hover a {
  background: #02785e;
  transition: all .5s ease;
}
.our-testimonials .our-testimonial .testimonial-switcher li.uk-active a img,
.our-testimonials .our-testimonial .testimonial-switcher li:hover a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all .5s ease;
}
.our-testimonials .our-testimonial .testimonial-switcher li a {
  display: block;
  border-radius: 50%;
  transition: all .5s ease;
}
.our-testimonials .our-testimonial .testimonial-switcher li a img {
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease;
}
.our-testimonials .our-testimonial .testimonial-switcher li.uk-active a,
.our-testimonials .our-testimonial .testimonial-switcher li:hover a {
  background: #02785e;
  transition: all .5s ease;
}
.shop-by-product .uk-position .box .text .logo-shark,
.shop-by-category .uk-position .box .text .logo-shark,
.best-product-2-column-style-1 .uk-position .box .text .logo-shark {
  align-items: center;
  display: flex;
}
.shop-by-product .uk-position .box .text .logo-shark img,
.shop-by-category .uk-position .box .text .logo-shark img,
.best-product-2-column-style-1 .uk-position .box .text .logo-shark img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.shop-by-product .uk-position .box .text .logo-shark a:hover img,
.shop-by-category .uk-position .box .text .logo-shark a:hover img,
.best-product-2-column-style-1 .uk-position .box .text .logo-shark a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.omb-title-three:after {
  display: none;
}
.omb-title h3 {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  line-height: 50px;
}
.omb-title .omb-line {
  width: 2px;
  height: 25px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title.fly h2 {
  color: #fff;
  padding-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.title.fly h2:before {
  display: none;
}
.omb-line {
  height: 1px;
  width: 100px;
  background: #e8e8e8;
  position: absolute;
}
.omb-title.omb-title-three .title {
  display: inline-block;
  padding: 0;
  position: relative;
}
.omb-title.omb-title-three .title h3 {
  font-weight: 700;
}
.omb-title.omb-title-three .title .omb-line {
  height: 2px;
  bottom: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.omb-title.omb-title-three .title .omb-line.left {
  right: 108%;
  left: auto;
}
.omb-title.omb-title-three .title .omb-line.right {
  left: 108%;
  right: auto;
}
.omb-title.omb-title-three .title .omb-line.one {
  width: 35px;
  top: 20px;
}
.omb-title.omb-title-three .title .omb-line.two {
  width: 25px;
  top: 25px;
}
.omb-title.omb-title-three .title .omb-line.three {
  width: 15px;
  top: 30px;
}
.about-us p {
  border-top: 1px solid #eee;
  padding-top: 16px;
}
.about-us a.omb-button {
  margin-top: 10px;
}
.featured-home-six .uk-button-primary {
  margin-top: 20px;
}
.page-products .collection .tocart,
.page-products .products .tocart,
.page-products .collection button.tocart,
.page-products .products button.tocart {
  height: 33px;
  line-height: 33px;
}
.page-products .collection .tocart .icon_cart_alt,
.page-products .products .tocart .icon_cart_alt,
.page-products .collection button.tocart .icon_cart_alt,
.page-products .products button.tocart .icon_cart_alt {
  font-size: 1.4rem;
  margin-top: -3px;
}
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: calc(50% - 20px);
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 80px;
  top: 50%;
  color: #02785e;
  transition: 0.15s linear;
  margin-top: -40px;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
#mixedSlider .MS-controls button.MS-left {
  left: -30px;
}
#mixedSlider .MS-controls button.MS-right {
  right: -25px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: calc(100% - 20px);
  }
  #mixedSlider .MS-controls button {
    font-size: 40px;
  }
  #mixedSlider .MS-controls button.MS-left {
    left: -20px;
  }
  #mixedSlider .MS-controls button.MS-right {
    right: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .page-products .collection .tocart,
  .page-products .products .tocart,
  .page-products .collection button.tocart,
  .page-products .products button.tocart {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .page-products .collection .tocart,
  .page-products .products .tocart,
  .page-products .collection button.tocart,
  .page-products .products button.tocart {
    padding: 0 10px;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.catalog-product-view #maincontent{
    max-width: 1683px;
}
.catalog-product-view .page-title{
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-top: 55px;
    margin-bottom: 53px;
}
.catalog-product-view .breadcrumbs {
    margin: 47px 0 55px;
}
.catalog-product-view #maincontent .columns .main {
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 18px;
}
.catalog-product-view #maincontent .columns .main:before,
.catalog-product-view #maincontent .columns .main:after {
    display: none;
}
.catalog-product-view #maincontent .columns .main .product.media {
    width : 100%;
    padding-left: 0;
}
.catalog-product-view .product-desc{
    width: 100%;
    padding-left: 0;
    margin-top: 9px;
}
.catalog-product-view .product-desc h2{
    background: #212121;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    height: 62px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0;
}
.catalog-product-view .product-desc h2:before{
    display: none;
}
.catalog-product-view .product-desc .product-more .description{
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    line-height: 20px;
    padding: 55px;
    text-align: left;
    font-weight: 200;
}
.catalog-product-view .product-desc .product-more .description a{
    font-weight: 400;
    text-decoration: underline;
}
.catalog-product-view .product-desc .product-more .description a:hover{
    text-decoration: none;
}
.fotorama__stage__frame .fotorama__img{
    width : 100%;
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap{
    bottom: 10px;
    width: 100%;
}
.product-info-main-wrapper .product-atts .product-spec-wrap{
    background: #212121;
    height: 62px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product-info-main-wrapper .product-atts .product-spec-wrap h2{
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 62px;
    margin: 0;
    text-transform: uppercase;
}
.product-info-main-wrapper .product-atts .product-spec-wrap h2:before{
    display: none;
}
.product-info-main-wrapper .product-atts .product-spec-wrap > div{
    position: absolute;
    right: 17px;
    display: flex;
    align-items: center;
    color: #BAC6B9;
    font-size: 15px;
    font-family: 'Changa';
    font-weight: 200;
}
.product-info-main-wrapper .product-atts .product-spec-wrap > div .quantity{
    background: #5DBF1B;
    height: 34px;
    line-height: 34px;
    width: 50px;
    text-align: center;
    margin-right: 7px;
    color: #fff;
    font-weight: 600;
}
.product-info-main-wrapper .product-atts .additional-attributes-wrapper{
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: 200;
    height: calc(100% - 62px);
}
.catalog-product-view .hulp{
    padding: 0;
    margin: 0;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background: transparent;
}
.catalog-product-view .hulp .hulp-questions-label{
    background: #212121;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: calc(100% + 2px);
    order: 1;
    margin-left: -1px;
    margin-right: -1px;
}
.catalog-product-view .hulp .contact{
    order: 1;
    margin: 39px 36px 43px 54px;
    max-width: 420px;
    position: relative;
}
.catalog-product-view .hulp > a{
    order: 3;
    margin-top: 60px;
    display: flex;
    align-items: center;
    height: fit-content;
    font-size: 20px;
    font-weight: 400;
    transition: all .2s linear;
}
.catalog-product-view .hulp .icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    background: #09785F;
    margin-right: 14px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-product-view .hulp .contact .uk-form-row{
    margin-top: 13px !important;
}
.catalog-product-view .hulp .contact .uk-form-row input[type="email"]{
    border: 1px solid #09785F;
    padding: 18px 23px;
    font-size: 14px;
    color: #212121;
    line-height: 17px;
    height: auto;
    text-transform: lowercase;
}
.catalog-product-view .hulp .contact .uk-form-row input[type="email"]::placeholder,
.catalog-product-view .hulp .contact .uk-form-row textarea::placeholder{
    color: rgba(9, 120, 95, 0.2);
}
.catalog-product-view .hulp .contact .uk-form-row textarea{
    border: 1px solid #09785F;
    padding: 21px 23px;
    font-size: 14px;
    color: #212121;
    line-height: 17px;
    height: 153px;
}
.catalog-product-view .hulp .contact .uk-form-row input[type="checkbox"]{
    display: none;
}
.catalog-product-view .hulp .contact .uk-form-row input[type="checkbox"] + div.checkbox{
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    border-radius: 2px;
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
    margin-top: 7px;
    float: left;
}
.catalog-product-view .hulp .contact .uk-form-row input[type="checkbox"]:checked + div.checkbox:before{
    content: '✓';
    position: absolute;
    font-family: math;
    font-weight: 400;
    color: #5DBF1B;
    top: -7px;
    font-size: 20px;
    left: 3px;
}
.catalog-product-view .hulp .contact .label.uk-form-label.parent-active-0{
    font-size: 12px !important;
}
.catalog-product-view .hulp .contact .label.uk-form-label.parent-active-0 a{
    text-decoration: underline;
}
.catalog-product-view .hulp .contact .action.submit{
    border: none !important;
    background: #F26419;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    text-transform: none;
    position: absolute;
    left: 431px;
    top: 178px;
    transition: all .2s linear;
}
.catalog-product-view .product-info-main-wrapper{
    padding: 0;
}
.product :not(.fotorama--fullscreen) .fotorama__stage__frame .fotorama__img{
    border: none !important;
}
.catalog-product-view .product-info-main-wrapper .product-info-main{
    margin: 0 0 17px;
    border: none;
    padding: 0;
}
.catalog-product-view #product_addtocart_form{
    background: #09785F;
    height: 191px;
    padding: 26px 25px 29px;
    position: relative;
}
.catalog-product-view #product_addtocart_form:after {
    position: absolute;
    content: '';
    width: 105px;
    height: 102px;
    bottom: 22px;
    right: 29px;
}
.catalog-product-view #product_addtocart_form .title{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
}
.es_es.catalog-product-view #product_addtocart_form .title,
.es_es.catalog-product-view #product_addtocart_form_bid .title{
    font-size: 30px;
}
.catalog-product-view .product_count{
    position: relative;
    height: 54px;
    width: 88px;
    margin-top: 34px;
    float: left;
}
.catalog-product-view .count_box {
    font-size: 18px;
    line-height: normal;
    width: 59px;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0;
    -moz-appearance: textfield;
    appearance: textfield;
}
.catalog-product-view .count_box::-webkit-outer-spin-button,
.catalog-product-view .count_box::-webkit-inner-spin-button,
.catalog-product-view .bid_input_wrap .count_box::-webkit-outer-spin-button,
.catalog-product-view .bid_input_wrap .count_box::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.catalog-product-view .minus_button,
.catalog-product-view .plus_button {
    position: absolute;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.catalog-product-view .minus_button {
    bottom: 0;
    right: 0;
}
.catalog-product-view .plus_button {
    top: 0;
    right: 0;
}
.catalog-product-view #product_addtocart_form .buy_wrap {

}
.catalog-product-view .product-info-main .price-box{
    float: left;
    margin-top: -40px;
    margin-left: 82px;
    padding-top: 0;
}
.catalog-product-view .product-info-main .add_to_card_wrap{
    margin-top: 35px;
    margin-left: 51px;
    float: left;
}
.catalog-product-view .product-info-main .advised-price {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    height: 54px;
}
.catalog-product-view .product-info-main .blomson_price_label{
    margin-top: 0;
}
.catalog-product-view .product-info-main .advised-price + .blomson_price_label{
    margin-top: 0;
}
.catalog-product-view .price-box.price-final_price .special-price {
    line-height: 1.2;
    font-family: 'Changa';
    font-size: 24px;
    color: #5DBF1B;
}
.catalog-product-view .price-box.price-final_price .old-price {
    line-height: 1;
    font-family: 'Changa';
    font-size: 20px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.catalog-product-view .price-box.price-final_price .old-price .price:after{
    background: rgba(255, 255, 255, 0.5);
}
.catalog-product-view .product-info-main .advised-price .price {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Changa';
    font-size: 24px;
    margin-top: 3px;
}
.catalog-product-view .blomson_price_label {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}
.catalog-product-view .regular-price .price {
    color: #5DBF1B;
    font-family: 'Changa';
    font-size: 24px;
    margin-top: 3px;
}
.catalog-product-view .login-price {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    text-decoration: underline;
    margin-top: 20px;
}
.catalog-product-view .login-price:hover {
    text-decoration: none;
}

.catalog-product-view #product_addtocart_form_bid{
    background: #5DBF1B;
    height: 192px;
    padding: 26px 25px 29px;
    position: relative;
    margin-top: 19px;
}
.catalog-product-view #product_addtocart_form_bid:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    bottom: 15px;
    right: 17px;
}
.catalog-product-view #product_addtocart_form_bid .title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
}
.catalog-product-view #product_addtocart_form_bid .product_count {
    float: left;
}
.catalog-product-view #product_addtocart_form_bid .bid_input_wrap {
    float: left;
    display: flex;
    margin-top: 34px;
    margin-left: 58px;
    position: relative;
}
.catalog-product-view #product_addtocart_form_bid .bid_input_wrap:before {
    content: 'X';
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    left: -32px;
}
.catalog-product-view .bid_input_wrap {
    display: flex;
    align-items: center;
    gap: 13px;
}
.catalog-product-view .bid_input_wrap .currency {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Changa';
    font-size: 24px;
    font-weight: 400;
}
.catalog-product-view .bid_input {
    width: 142px;
    position: relative;
    height: 54px;
}
.catalog-product-view .bid_input_wrap .count_box {
    font-size: 18px;
    line-height: normal;
    width: 112px;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 0;
    -moz-appearance: textfield;
    font-family: 'Changa';
    font-weight: 600;
}
.catalog-product-view .minus_button,
.catalog-product-view .plus_button {
    position: absolute;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.catalog-product-view .minus_button {
    bottom: 0;
    right: 0;
}
.catalog-product-view .plus_button {
    top: 0;
    right: 0;
}
.catalog-product-view .product-info-main .bid_wrap  .add_to_card_wrap {
    margin-left: 36px;
}

.catalog-product-view :not(.fotorama--fullscreen) .fotorama__nav .fotorama__nav__shaft{}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__nav .fotorama__nav__shaft > div{
    width : 16px !important;
    height: 16px !important;
    border-radius: 50%;
    border: 1px solid #707070;
    overflow: hidden;
    margin: 0 7px;
    padding: 0 !important;
    background: #fff;
}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__nav .fotorama__nav__shaft > div.fotorama__active{
    background: #BAC6B9;
}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__nav .fotorama__nav__shaft .fotorama__thumb,
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border{
    display: none;
}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__nav-wrap{
    margin-top: 0 !important;
}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__nav.fotorama__nav--thumbs{
    height: 98px !important;
    display: flex;
    align-items: center;
}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__stage .fotorama__arr{
    transform: none !important;
    opacity: 1;
}
.catalog-product-view .product-atts {
    height: calc(100% - 419px);
}
.catalog-product-view .product-atts .uk-list{
    display: flex;
    font-size: 12px;
    color: #09785F;
    font-weight: 400;
}
.catalog-product-view .product-atts .uk-list > div{
    flex: 1 1 0;
    position: relative;
}
.catalog-product-view .product-atts .uk-list > div + div:before{
    background: #09785F;
    width : 1px;
    height: calc(100% - 36px);
    top: 18px;
    left: -0.5px;
    content: '';
    position: absolute;
}
.catalog-product-view .product-atts .uk-list > div > div{
    height: 56px;
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
    align-items: center;
    gap: 10px;
}
.catalog-product-view .product-atts .uk-list > div > div .label{
    font-weight: 600;
    font-style: italic;
    white-space: nowrap;
}
.catalog-product-view .product-atts .uk-list > div > div .data{
    white-space: nowrap;
}
.catalog-product-view .product-atts .uk-list > div > div:nth-child(odd){
    background : #F5F7F5;
}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__wrap{
    position: relative;
}
.catalog-product-view .fotorama__stage{
    position: relative;
    top: 0;
    left: 0;
    padding-top: 100%;
    border: 1px solid #707070 !important;
}
.catalog-product-view .fotorama--fullscreen .fotorama__stage img{
    border: none !important;
}
.catalog-product-view div.fotorama--fullscreen .fotorama__stage{
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
    border: none !important;
}
.catalog-product-view :not(.fotorama--fullscreen) .fotorama__stage .fotorama__stage__shaft{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
}
.catalog-product-view .fotorama__stage .fotorama__stage__shaft:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    right: -2px;
    bottom: -2px;
    z-index: 10;
}
.catalog-product-view .fotorama--fullscreen .fotorama__stage .fotorama__stage__shaft:after {
    display: none;
}


.product_item .product_top .uk-badge{
    background: #5cbf1b;
    padding: 5px 5px;
    font-size: 12px;
    position: absolute;
    top: 66px;
    z-index: 2;
}

/* About */

.page_title_bg {
    position: relative;
    height: 404px;
}
.page_title_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.page_title_bg .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.page_title_bg .text_shadow,
.page_title_bg h1 {
    font-weight: 700;
    font-style: italic;
}
.page_title_bg .text_shadow {
    position: relative;
    font-size: 100px;
    color: rgba(255,255,255,0.5);
    line-height: 1;
}
.page_title_bg h1 {
    position: absolute;
    top: 57px;
    left: 110px;
    font-size: 57px;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.about_info_wrapper {
    padding-top: 90px;
}
.about_info .row_1 {
    display: flex;
    align-items: center;
    gap: 140px;
}
.row_1 .row_1_text {
    margin-bottom: 90px;
    padding: 0px 37px 0 17px;
    border-radius: 15px;
    background-color: #fff;
    margin-top: -20px;
}
.row_1 .coming_soon_wrap {
    display: flex;
    gap: 40px;
    margin-bottom: 90px;
    width: 810px;
    min-width: 810px;
    border-radius: 15px;
    padding: 20px 40px 20px 20px;
    background-color: #09785F;
}
.row_1 .coming_soon_wrap .coming_img{
    min-width : 497px;
}
.row_1 .coming_soon_wrap .coming_img img{
    display: block;
}
.row_1 .coming_soon {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 25px 0;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.row_1 .coming_soon>h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.about_info .row_2 {
    position: relative;
    display: flex;
    gap: 116px;
    justify-content: space-between;
}
.row_2 .row_2_img {
    min-width: 707px;
    width: 707px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
}
.row_2 .row_2_img img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.row_1 .row_1_text>p,
.row_2 .row_2_text>p {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
}
.row_2 .row_2_text {
    max-width: 846px;
    padding: 0 0 18px 18px;
    border-radius: 15px;
    margin-bottom: 226px;
    font-size: 18px;
    background-color: #fff;
    margin-top: -15px;
}
.row_2 .row_2_text p:nth-child(1) {
    margin-top: 12px;
}
.row_2 .row_2_contacts {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 810px;
    display: flex;
    flex-wrap: wrap;
    padding: 37px 59px 17px 59px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #5DBF1B;
}
.row_2 .row_2_contacts a:hover {
    text-decoration: underline;
}
.row_2 .row_2_contacts a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 280px;
    text-decoration: none;
    margin-bottom: 15px;
    margin-right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    flex: 1 1 0px;
}
.about_info .call_to_action {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: 46px;
    padding: 70px 0;
    background: #09785F;
    color: #fff;
    text-align: center;
}
.about_info .call_to_action span {
    color: #5DBF1B;
}
.team .container {
    max-width: 1120px;
}
.team {
    padding: 140px 180px 30px;
}
.team .team_top {
    text-align: center;
}
.team .team_top h2 {
    margin-bottom: 43px;
    font-size: 57px;
    font-weight: 700;
    font-style: italic;
    color: #09785F;
}
.team .team_top p {
    margin-bottom: 200px;
}
.team .team_items {
    position: relative;
    display: grid;
    flex-wrap: wrap;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.team .team_items::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 156px;
    top: -160px;
    left: 50%;
    background-color: #09785F;
}
.team .team_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
}
.team .item_img {
    display: flex;
    align-items: end;
    width: 258px;
    height: 310px;
    margin-bottom: 30px;
    justify-content: center;
}
.team .item_img img{
    width : 100%;
}
.team .team_name {
    font-weight: 700;
    font-style: italic;
    color: #09785F;
    font-size: 16px;
    line-height: 19px;
}
.team .team_functia {
    font-style: italic;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.team .team_item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 13px 0;
    color: #000;
    width: 250px;
    font-size: 16px;
    font-weight: 500;
}
.team .team_item a>img {
    margin-right: 25px;
}

/* Brands */
.brands_contact_block{
    background: #F26419;
    font-size: 21px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-style: italic;
    padding: 21px 0;
}
#brands{
    padding: 122px 0 130px;
}
#brands .uk-grid:before{
    display: none !important;
}
#brands .uk-grid{
    display: grid;
    gap: 80px 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1683px;
    margin: 0 auto;
}
#brands .img {
    position: relative;
    background: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#brands .img img {
    max-width: 75%;
    max-height: 100px;
}
#brands .img img {
    max-width: 75%;
    max-height: 100px;
}
#brands .letter {
    font-size: 1.8em;
    line-height: 93px;
    text-align: center;
    background: #0b785e;
    color: #fff;
    border-top: 1px solid #fff;
}
#brands > .uk-grid {
    position: relative;
    z-index: 1;
    width: 96%;
    margin: 0 auto;
}
#brands .box-img .day {
    background: #ccc !important;
}
#brands .box-img .overlay-background {
    background: #09785f;
    font-weight: 100;
    transform: none !important;
    transition: all .2s linear;
    opacity: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#brands .omb-overlay:hover .overlay-background{
    opacity: 1;
}
#brands .box-img .day b {
    font-size: 1em;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    display: block;
}
#brands .box-img {
    position: relative;
    border: 1px solid #707070;
    border-radius: 5px;
    overflow: hidden;
    height: 187px;
}
#brands .box-img .overlay-background p {
    padding-top: 0;
    color: #ffffff;
    line-height: 24px;
}
#brands .box-img .overlay-background h5 {
    font-weight: 600;
    font-size: 27px;
    font-style: italic;
    color: #ffffff;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
}
#brands .omb-button {
    background: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 200;
    margin: 5px 0 0;
    height: 39px;
}
#brands .omb-button .icon{
    display: none;
}
#brands .omb-button:hover {
    opacity: 0.8;
}

/* Contact Us */
.contact-index-index .contact_content_container{
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    gap: 108px;
    margin: 128px auto 0;
    padding: 0 20px;
}
.contact-index-index .breadcrumbs{
    display: none;
}
.contact-index-index .contact_page_info{
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
.contact-index-index .contact_page_info h4{
    color: #09785F;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 22px;
}
.contact-index-index .contact_page_info h5{
    margin: 15px 0;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}
.contact-index-index .contact_page_info ul{
    padding: 0;
}
.contact-index-index .contact_page_info ul li{
    padding: 0 0 0 70px;
    position: relative;
    margin: 6px 0;
}
.contact-index-index .contact_page_info ul li:before{
    left: 0;
    content: '';
    width : 3px;
    height: 3px;
    background: #212121;
    position: absolute;
    border-radius: 50%;
    top: 10px;
}
.contact-index-index .contact_page_info a{
    color: #212121;
}
.contact-index-index .contact_page_info li a{
    color: #09785F;
    font-weight: 600;
}
.contact-index-index .contact_page_info a:hover{
    text-decoration: underline;
}
.contact-index-index .contact_form_wrap{
    min-width: 810px;
    position: relative;
    padding-bottom: 228px;
}
.contact-index-index .contact_form_wrap .form_title{
    color: #09785F;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.contact-index-index .contact_form_wrap form{
    border: 1px solid #707070;
    padding: 46px 51px;
    position: relative;
}
.contact-index-index .contact_form_wrap .email .label,
.contact-index-index .contact_form_wrap .comment .label{
    display: none;
}
.contact-index-index .contact_form_wrap input[type="email"]{
    border: 1px solid #09785F;
    width : 424px;
    height: 48px;
    padding: 0 23px;
    font-style: italic;
}
.contact-index-index .contact_form_wrap textarea{
    border: 1px solid #09785F;
    width : 424px;
    height: 153px;
    padding: 11px 23px;
}
.contact-index-index .contact_form_wrap div.mage-error{
    max-width: calc(100% - 424px);
    padding: 0 0 0 34px;
    line-height: 1.2;
    font-size: 12px;
    height: 48px;
    display: inline-flex;
    align-items: center;
}
.contact-index-index .contact_form_wrap .control{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-index-index .contact_form_wrap .control label {
    width: 100%;
}
.contact-index-index .contact_form_wrap .control label + #privacy-error{
    width: 100%;
    padding: 0 0 0 27px;
    height: auto;
}
.contact-index-index .contact_form_wrap input[type="email"]::placeholder,
.contact-index-index .contact_form_wrap textarea::placeholder{
    color: #09785F;
    opacity: .2;
}
.contact-index-index .contact_form_wrap .label.uk-form-label{
    font-size: 12px !important;
    font-weight: 100;
}
.contact-index-index .contact_form_wrap input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
.contact-index-index .contact_form_wrap input[type="checkbox"] + div.checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    border-radius: 2px;
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    float: left;
}
.contact-index-index .contact_form_wrap input[type="checkbox"]:checked + div.checkbox:before {
    content: "✓";
    position: absolute;
    font-family: math;
    font-weight: 400;
    color: rgb(93, 191, 27);
    top: -7px;
    font-size: 20px;
    left: 3px;
}
.contact-index-index .contact_form_wrap .label a {
    text-decoration: underline;
}
.contact-index-index .contact_form_wrap .actions-toolbar {
    border: none;
    padding: 0;
    margin: 0;
}
.contact-index-index .contact_form_wrap .actions-toolbar button {
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    text-transform: none;
    position: absolute;
    left: 511px;
    top: 213px;
    transition: all .2s linear;
}

.contact-index-index .row_2_contacts {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 810px;
    display: flex;
    flex-wrap: wrap;
    padding: 37px 59px 17px 59px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #5DBF1B;
}
.contact-index-index .row_2_contacts a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 280px;
    text-decoration: none;
    margin-bottom: 15px;
    margin-right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    flex: 1 1 0px;
}
.contact-index-index .row_2_contacts a:hover {
    text-decoration: underline;
}
.contact-index-index .map img{
    display: block;
    width : 100%;
    height: auto;
}

/* Cart */
.products_list_cart_viewed{
    width : 100%;
}
.products_list_cart_viewed .product_item {
    margin-right: 18px;
}
.checkout-cart-index #maincontent{
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.checkout-cart-index #maincontent .page-title-wrapper{
    order: 2;
}
.checkout-cart-index #maincontent .page.messages{
    order: 1;
}
.checkout-cart-index #maincontent .page.messages{
    order: 1;
}
.checkout-cart-index #maincontent{
    max-width: 100%;
    padding: 0;
    position: relative;
}
.checkout-cart-index #maincontent > .columns{
    max-width: 1683px;
    padding: 0 15px;
    margin: 0 auto;
    order: 3;
}
.checkout-cart-index .cart-container{
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.checkout-cart-index .cart-container:before{
    display: none;
}
.checkout-cart-index .breadcrumbs{
    display: none;
}
.checkout-cart-index .page-title{
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 123px 0 80px;
    font-family: 'Rubik';
}
.checkout-cart-index .cart-empty{
    text-align: center;
    margin: -60px 0 77px 0px;
}
.checkout-cart-index .cart-empty{
    text-align: center;
    margin: -60px 0 77px 0px;
}
.checkout-cart-index .cart-empty .continue-shopping-button{
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    width: auto;
    transition: all .2s linear;
}
.checkout-cart-index .cart-empty .continue-shopping-button:hover{
    background: #D85714;
}
.products_list_cart_viewed{
    position: relative;
    padding: 74px 0 100px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products_list_cart_viewed:before{
    position: absolute;
    width : 100%;
    height: 1px;
    content: '';
    left: 0;
    top: 0;
}
.products_list_cart_viewed .cart_viewed_title{
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.checkout-cart-index .cart-container .uk-width-medium-2-3{
    padding: 0;
    width : 960px;
}
.checkout-cart-index .cart-container .cart-summary{
    width : 672px;
    margin-top: 42px;
    padding: 0 0 180px;
}
.checkout-cart-index .cart-summary #block-shipping .title{
    background: #212121;
    height: 62px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-cart-index .cart-summary #block-shipping .title strong{
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 62px;
    margin: 0;
    text-transform: uppercase;
}
.checkout-cart-index #shopping-cart-table thead{
    font-style: italic;
    color: #707070;
}
.checkout-cart-index #shopping-cart-table th {
    padding: 5px 8px 12px;
}
.checkout-cart-index #shopping-cart-table thead tr{
    display: flex;
}
.checkout-cart-index #shopping-cart-table thead th:nth-child(1){
    font-size: 24px;
    color: #09785F;
    font-weight: 500;
}
.checkout-cart-index #shopping-cart-table .cart.item{
    padding-bottom: 18px;
}
.checkout-cart-index #shopping-cart-table .cart.item tr{
    background: none;
    border: 1px solid #707070;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 18px;
    position: relative;
}
.checkout-cart-index #shopping-cart-table .cart.item tr.offer-extra-item-label {
    background: rgba(9, 120, 95, 0.25);
}
.checkout-cart-index #shopping-cart-table .cart.item tr.offer-extra-item-label td{
    min-height: auto;
}

.checkout-cart-index #shopping-cart-table .col.action,
.checkout-cart-index #shopping-cart-table th.col.name{
    display: none;
}
.checkout-cart-index #shopping-cart-table .col.price{
    min-width : 187px;
    text-align: center;
}
.checkout-cart-index #shopping-cart-table td.col.price{
    min-height: 54px;
    color: #909090;
    font-family: 'Changa';
    font-weight: 500;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.checkout-cart-index #shopping-cart-table td.col.price .price{
    display: inline-block;
}
.checkout-cart-index #shopping-cart-table td.col.price .price::first-letter{
    padding-right: 4px;
}
.checkout-cart-index #shopping-cart-table .col.qty{
    min-width : 95px;
    text-align: center;
    margin-left: 36px;
    padding-left: 0;
    padding-right: 0;
}
.checkout-cart-index #shopping-cart-table td.col.qty{
    min-height: 54px;
    padding: 0;
}
.checkout-cart-index #shopping-cart-table td.col.subtotal{
    min-width: 130px;
    text-align: right;
    padding: 0;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.checkout-cart-index #shopping-cart-table td.col.subtotal .price{
    font-size: 20px;
    font-family: 'Changa';
    font-weight: 600;
    display: inline-block;
}
.checkout-cart-index #shopping-cart-table td.col.subtotal .price::first-letter{
    padding-right: 4px;
}
.checkout-cart-index #shopping-cart-table th.col.subtotal{
    padding-right: 30px;
    min-width : 160px;
    text-align: right;
}
.checkout-cart-index #shopping-cart-table td.col.item{
    min-width : 168px;
}
.checkout-cart-index #shopping-cart-table th.col.item{
    min-width : 470px;
    padding: 0 0 17px;
}
.checkout-cart-index #shopping-cart-table td.col.item,
.checkout-cart-index #shopping-cart-table td:nth-last-child(1){
    padding: 0;
}
.checkout-cart-index #shopping-cart-table .col.item a{
    width : 168px;
    height: 168px;
    display: block;
}
.checkout-cart-index #shopping-cart-table .col.item a .product-image-container,
.checkout-cart-index #shopping-cart-table .col.item a .product-image-wrapper{
    width : 100%;
    height: 100%;
    display: block;
}
.checkout-cart-index #shopping-cart-table .col.item a .product-image-wrapper img{
    width : 100%;
    height: 100%;
    display: block;
    border: 1px solid #707070;
}
.checkout-cart-index #shopping-cart-table td.name {
    width: 240px;
    padding: 0;
    margin-left: 41px;
    max-width: 240px;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 0;
    width: 27px;
    height: 27px;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar a{
    border-right : 5px;
    display: block;
    transition: all .2s linear;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar a:hover{
    background-color: #5DBF1B;
}
.checkout-cart-index #shopping-cart-table .actions-toolbar a span:before{
    display: none;
}
.checkout-cart-index #shopping-cart-table .product_count,
.checkout-cart-index #shopping-cart-table .bid_input {
    position: relative;
    height: 54px;
    width: 88px;
    text-align: left;
}
.checkout-cart-index #shopping-cart-table .product_count div.mage-error,
.checkout-cart-index #shopping-cart-table .bid_input div.mage-error,
.product_item .product_count div.mage-error,
.product_item .bid_input div.mage-error{
    position: absolute;
    color: #C91818;
    font-size: 14px;
    line-height: 1.2;
    width: 200px;
    padding: 12px;
    background: #f6e1e1;
    z-index: 1;
    border: 1px solid #C91818;
    top: 60px;
    border-radius: 5px;
    left: 0;
}
.checkout-cart-index #shopping-cart-table .bid_input{
    width : 158px;
}
.checkout-cart-index #shopping-cart-table .count_box {
    font-size: 18px;
    line-height: normal;
    width: 59px !important;
    min-width: 58px;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    -moz-appearance: textfield;
    font-family: 'Changa';
    font-weight: 600;
    border: 1px solid #707070;
}
.checkout-cart-index #shopping-cart-table .bid_input .count_box{
    width: 126px !important;
    min-width: 126px;
    font-size: 20px;
}
.checkout-cart-index .bid_input_wrap{
    display: flex;
    align-items: center;
    gap: 7px;
}
#shopping-cart-table .old-price {
    padding-left: 0;
    font-size: 18px;
    padding-right: 13px;
    padding-bottom: 3px;
}
#shopping-cart-table .old-price .price:after {
    display: none;
}
.checkout-cart-index .bid_input_wrap .currency{
    font-size: 24px;
}
.checkout-cart-index #shopping-cart-table .minus_button,
.checkout-cart-index #shopping-cart-table .plus_button {
    position: absolute;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.checkout-cart-index #shopping-cart-table .minus_button {
    bottom: 0;
    right: 0;
}
.checkout-cart-index #shopping-cart-table .plus_button {
    top: 0;
    right: 0;
}
.checkout-cart-index #shopping-cart-table .count_box::-webkit-outer-spin-button,
.checkout-cart-index #shopping-cart-table .count_box::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.checkout-cart-index #shopping-cart-table .product-item-details {
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.checkout-cart-index #shopping-cart-table .product-item-details a{
    font-size: 19px;
    color: #212121;
    line-height: 24px;
    font-weight: 600;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.checkout-cart-index #shopping-cart-table .product-item-details a:hover{
    color: #09785f;
}
.checkout-cart-index #shopping-cart-table .product-item-details .sku{
    font-family: 'Changa';
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 26px;
}
.checkout-cart-index #shopping-cart-table .product-item-details .sku strong{
    font-weight: 600;
}
.checkout-cart-index #shopping-cart-table .product-item-details .sku small{
    font-size: 17px;
}
.checkout-cart-index #shopping-cart-table .product-item-details .stock{
    display: flex;
    align-items: center;
    color: #BAC6B9;
    font-family: 'Changa';
    font-size: 17px;
    text-transform: lowercase;
    font-weight: 200;
}
.checkout-cart-index #shopping-cart-table .product-item-details .stock .uk-badge{
    background: #5DBF1B;
    height: 34px;
    line-height: 31px;
    width: 50px;
    text-align: center;
    margin-right: 7px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
}
.checkout-cart-index .totals.excl th strong{
    font-weight: 500;
    font-style: italic;
}
.checkout-cart-index .totals.incl th strong{
    font-weight: 600;
}
#cart-totals td .price{
    display: inline-block;
}
#cart-totals td .price::first-letter{
    padding-right: 4px;
}
#cart-totals th{
    text-align: left;
}
#cart-totals th,
#cart-totals td{
    padding: 16px 23px;
    font-size: 19px !important;
}
#cart-totals td{
    font-size: 22px !important;
}
#cart-totals tr{
    border: none !important;
}
#cart-totals tr:nth-child(odd){
    background : transparent;
}
#cart-totals tr.totals-tax-details{
    background : rgba(186, 198, 185, .15);
}
#cart-totals tr.grand.totals.incl{
    /*background: rgba(186, 198, 185, .5);*/
    background : rgba(186, 198, 185, .15);
}
#cart-totals tr.shipping.incl .i-label{
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    margin: 5px 5px -4px 0;
}
.shipping-info-block-wrapper{
    display: none;
}
.shipping-info-block-wrapper.opened{
    display: table-row;
}
#cart-totals td,
#cart-totals td strong{
    font-family: 'Changa';
    font-weight: 600;
}
.checkout-cart-index .totals.shipping .label{
    display: block;
}
.checkout-cart-index #cart-totals{
    margin-bottom: 0;
    border: 1px solid #212121;
}
.checkout-cart-index .columns .instructions{
    background: none;
    padding: 30px 30px 20px;
    margin-top: 0;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    border-bottom: 1px solid #212121;
    position: relative;
}
.checkout-cart-index .instructions textarea {
    border: 1px solid #09785F;
    padding: 21px 23px;
    font-size: 14px;
    color: #212121;
    line-height: 17px;
    height: 153px;
    width : 424px;
}
.checkout-cart-index .instructions textarea::placeholder{
    color: rgba(9, 120, 95, 0.2);
}
.checkout-cart-index .columns .instructions form > br{
    display: none;
}
.checkout-cart-index .checkout-agreements input[type="checkbox"]{
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    width: 17px;
    height: 17px;
    top: 4px;
    z-index: 1;
}
.checkout-cart-index .checkout-agreements {
    font-size: 12px;
    position: relative;
    margin-top: 10px;
}
.checkout-cart-index .checkout-agreements a{
    text-decoration: underline;
}
.checkout-cart-index .checkout-agreements a:hover{
    text-decoration: none;
}
.checkout-cart-index .checkout-agreements input[type="checkbox"] ~ div.checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    border-radius: 2px;
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    float: left;
}
.checkout-cart-index .checkout-agreements #terms-error{
    color: #C91818;
}
.checkout-cart-index .checkout-agreements input[type="checkbox"]:checked ~ div.checkbox:before {
    content: "✓";
    position: absolute;
    font-family: math;
    font-weight: 400;
    color: rgb(93, 191, 27);
    top: -7px;
    font-size: 20px;
    left: 3px;
}
.checkout-cart-index .columns .hulp{
    display: none;
}
.checkout-cart-index ul.checkout.methods{
    position: relative;
}
.checkout-cart-index .cart-summary button.cta{
    border: none !important;
    background: #F26419 !important;
    border-radius: 5px !important;
    display: inline-block;
    height: 49px !important;
    line-height: 49px;
    padding: 0 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    bottom: -124px;
    width: auto;
    transition: all .2s linear;
}
.cart_payment_methods{
    max-width: 450px;
    float: left;
}
.cart_payment_methods .payments_methods{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 450px;
    margin-top: 12px;
}
.cart_payment_methods .payments_methods img{
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 5px;
}
.checkout-cart-index .clear-shopping-cart{
    float: right;
    color: #C91818;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
}
.checkout-cart-index .clear-shopping-cart:hover{
    text-decoration: underline;
}
.cart.main.actions{
    clear: both;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart.main.actions #update_cart_notice{
    order: 1;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 40px 0 0 0;
    border: 1px solid #09785f;
    color: #09785f;
    font-size: 20px;
}
.cart.main.actions #update_cart_notice span{
    position: relative;
    padding: 0 30px;
}
.cart.main.actions #update_cart_notice span:before {
    content: '!';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: #09785f;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 100%;
    font-weight: bolder;
    font-family: monospace;
    line-height: 20px;
}
.cart.main.actions .continue{
    order: 2;
}
.cart.main.actions button[type="submit"]{
    order: 3;
}
.cart.main.actions .continue{
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 0;
    margin-top: 40px;
    color: #fff;
    width: auto;
    transition: all .2s linear;
}
.cart.main.actions .continue .continue-shopping-arrow-button{
    margin-right: 8px;
}
.cart.main.actions .continue:hover{
    background: #D85714;
}
.cart.main.actions .continue:before,
.cart.main.actions button.action.update:before{
    display: none;
}
.cart.main.actions button.action.update{
    border: 1px solid #F26419;
    background: transparent;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 40px;
    color: #F26419;
    width: auto;
    transition: all .2s linear;
}
.cart.main.actions button.action.update:hover{
    outline: 1px solid #F26419;
}

/* Thank you page */
.checkout-onepage-success #maincontent{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.checkout-onepage-success .page_title_bg .container {
    justify-content: center;
}
.checkout-onepage-success .page_title_bg h1{
    position: relative;
    font-size: 40px;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Rubik';
    left: auto;
    top: auto;
    text-align: center;
}
.checkout-onepage-success .page_title_bg .success-page-text{
    position: relative;
    font-size: 14px;
    font-style: normal;
    left: auto;
    top: auto;
    text-align: center;
    font-weight: 200;
    opacity: 1;
    color: #fff;
    margin-top: 30px;
}
.checkout-onepage-success .products_list_cart_viewed:before{
    display: none;
}
.checkout-onepage-success .page_title_bg{
    position: relative;
}
.checkout-onepage-success #my-canvas{
    position: absolute;
    width : 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.checkout-onepage-success .products_list_cart_viewed{
    max-width: 1653px;
    margin: 0 auto 90px;
}
.thank-you-bid-wrapper{
    background: #09785F;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 32px;
    margin-top: 35px;
    margin-bottom: 10px;
}
.thank-you-bid-wrapper span{
    display: block;
    font-size: 19px;
}
.thank-you-bid-wrapper span:nth-child(1){
    font-weight: 600;
}


/* text pages */
.overstock-index-success #maincontent{
    width: 100%;
    padding: 0 0 150px;
    max-width: 1280px;
}
.cms-shipping-info .breadcrumbs,
.cms-terms-conditions .breadcrumbs,
.cms-privacy .breadcrumbs,
.cms-best-price .breadcrumbs,
.overstock-index-index .breadcrumbs,
.overstock-index-index .page-title-wrapper,
.cms-payments .breadcrumbs,
.cms-jobs .breadcrumbs{
    display: none;
}
.account #maincontent,
.cms-shipping-info #maincontent,
.cms-privacy #maincontent,
.cms-best-price #maincontent,
.cms-terms-conditions #maincontent,
.overstock-index-index #maincontent,
.cms-jobs #maincontent,
.cms-payments #maincontent{
    width : 100%;
    max-width: 100%;
    padding: 0;
}

.cms-shipping-info .text_page_content .container,
.cms-terms-conditions .text_page_content .container,
.cms-privacy .text_page_content .container{
    max-width: 1310px;
}
.cms-privacy .text_page_content ul{
    margin: 0;
    padding: 0;
}
.cms-privacy .text_page_content ul li{
    position: relative;
    padding: 0 0 0 25px;
}
.cms-privacy .text_page_content ul li:before{
    position: absolute;
    left: 1px;
    top: 13px;
    content: '';
    padding: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #212121;
}
.cms-privacy .text_page_content .cookies_list{
    text-align: center;
    margin-top: 80px;
}
.cms-privacy .text_page_content .cookies_list .heading{
    font-size: 24px;
    font-weight: 600;
}
.cms-privacy .text_page_content .cookies_list table{
    width : 100%;
    margin-top: 75px;
    position: relative;
}
.cms-privacy .text_page_content .cookies_list th{
    background: #212121;
    height: 62px;
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    padding: 18px 35px;
}
.cms-privacy .text_page_content .cookies_list th:last-child{
    text-align: right;
}
.cms-privacy .text_page_content .cookies_list tr{
    border-bottom: none;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
.cms-privacy .text_page_content .cookies_list tr:last-child{
    border-bottom: 1px solid #707070;
}
.cms-privacy .text_page_content .cookies_list tr:last-child td:first-child:after{
    background: #09785F;
    width: 1px;
    height: calc(100% - 140px);
    bottom: 33px;
    left: 475px;
    content: '';
    position: absolute;
}
.cms-privacy .text_page_content .cookies_list td{
    padding: 18px 35px;
}
.cms-privacy .text_page_content .cookies_list td:nth-child(1){
    font-weight: 600;
    font-style: italic;
    color: #09785F;
    font-size: 16px;
    text-align: left;
    width : 475px;
}
.cms-privacy .text_page_content .cookies_list tr:nth-child(odd) {
    background: none;
}
.cms-privacy .text_page_content .cookies_list tr:nth-child(even) {
    background: rgba(186, 198, 185, 0.15);
}
.cms-privacy .text_page_content .cookies_list td:nth-child(2){
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}
.cms-best-price .text_page_content .container{
    max-width: 1220px;
    position: relative;
    z-index: 1;
}
.cms-payments .text_page_content{
    padding-bottom: 50px;
}
.cms-payments .text_page_content .container{
    max-width: 1086px;
}
.overstock-index-index .text_page_content .container{
    max-width: 950px;
}
.overstock-index-index .message-error{
    margin-bottom: 0;
}
.cms-privacy .text_page_content .company_name{
    color: #09785F;
    font-weight: 600;
}
.overstock-index-index .buttons_wrap{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.overstock-index-index .buttons_wrap a.primary{
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;

    font-size: 18px;
    text-decoration: none;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    margin: 10px 9px;
    color: #fff;
    width: 252px;
    transition: all .2s linear;
}
.overstock-index-index .buttons_wrap a.primary:hover{
    background: #D85714;
}
.overstock-index-index .buttons_wrap button.secondary{
    border: 1px solid #F26419;
    background: transparent;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;

    font-size: 18px;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    margin: 10px 9px;
    color: #F26419;
    width: auto;
    transition: all .2s linear;
    min-width: 230px;
}
.overstock-index-index .buttons_wrap button.secondary:hover {
    outline: 1px solid #F26419;
}
.overstock-index-index .form.overstock {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 250px;
}
.overstock-index-index .form input[type='file']{
    margin-left: 9px;
}
.cms-terms-conditions p i{
    font-style: italic;
    font-weight: 400;
}
.cms-best-price .text_page_content{
    position: relative;
}
.cms-best-price .text_page_content:before,
.cms-best-price .text_page_content:after{
    position: absolute;
    content: '';
    width: 2900px;
    aspect-ratio: 3.7;
    filter: grayscale(1);
    opacity: .45;
}
.cms-best-price .text_page_content:before{
    top: -580px;
    transform: scale(-1, 1);
    left: calc(50% - 2280px);
}
.cms-best-price .text_page_content:after{
    bottom: -520px;
    left: calc(50% - 1530px);
}
.cms-best-price .usp_wrap {
    position: relative;
    z-index: 1;
}
.cms-best-price .page_title_bg {
    z-index: 1;
    background: #fff;
}
.cms-best-price .text_page_content .buttons_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.cms-best-price .text_page_content .buttons_wrap .buy{
    transition: background-color .2s linear;
    text-transform: uppercase;
    height: 36px;
    width: 136px;
    font-weight: 600;
    border-radius: 5px 0 0 5px;
    font-size: 17px;
    line-height: 36px;
    padding-right: 0;
    padding-left: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #09785f;
    background-position: 11px center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.cms-best-price .text_page_content .buttons_wrap .buy:hover {
    background-color: #09604C;
    color: #fff;
    text-decoration: none;
}
.cms-best-price .text_page_content .buttons_wrap .bid{
    transition: background-color .2s linear;
    text-transform: uppercase;
    height: 36px;
    width: 136px;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
    font-size: 17px;
    line-height: 36px;
    padding-right: 0;
    padding-left: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #5DBF1B;
    background-position: 12px center;
    background-size: 21px;
    background-repeat: no-repeat;
}
.cms-best-price .text_page_content .buttons_wrap .bid:hover{
    background-color: #4b931a;
    color: #fff;
    text-decoration: none;
}
.cms-best-price .text_page_content .buttons_wrap .shop_now{
    font-weight: 200;
}
.cms-best-price .text_page_content .buttons_wrap .shop_now:hover{
    color: #fff;
    text-decoration: none;
}
.text_page_content{
    font-size: 18px;
    line-height: 1.66;
    padding-top: 135px;
    font-weight: 300;
    padding-bottom: 80px;
}
.text_page_content.center_text{
    text-align: center;
}
.text_page_content h4{
    color: #09785F;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    line-height: 1.66;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.text_page_content h5{
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    line-height: 1.66;
}
.text_page_content p{
    margin: 0;
}
.text_page_content a{
    font-weight: 600;
}
.text_page_content a:hover{
    color: #09785F;
    text-decoration: underline;
}
.text_page_content .logos_list.payments_methods {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.text_page_content .logos_list.payments_methods img{
    outline: 1px solid #707070;
    border-radius: 5px;
    margin: 0;
}
.text_page_content .logos_list{
    margin-top: 13px;
}
.text_page_content .logos_list img{
    width : 80px;
    height: 38px;
    display: inline-block;
    margin: 0 5px;
}
.product_item.sale_item .prices_wrap .rrp_price{
    margin-top: -45px;
}

/* My account */
.customer-account-login #maincontent,
.customer-account-create #maincontent{
    max-width: 1310px;
}
.customer-account-login .breadcrumbs,
.customer-account-create .breadcrumbs{
    display: none;
}
.customer-account-login .page-title span,
.customer-account-create .page-title span{
    font-size: 57px;
    font-weight: 600;
    font-style: italic;
    margin-top: 116px;
    margin-bottom: 108px;
    display: block;
}
.customer-account-login .block .block-title strong,
.customer-account-create .block .block-title strong{
    font-size: 18px;
    font-weight: 600;
    color: #09785F;
}
.block-customer-login .block-content,
.block-new-customer .block-content{
    padding-left: 0;
}
.block-customer-login form{
    font-size: 18px;
}
.block-customer-login form .note{
    margin-bottom: 60px;
}
.block-customer-login .block-content label{
    font-weight: 500;
    font-style: italic;
}
.customer-account-login #maincontent input[type='text'],
.customer-account-login #maincontent input[type='password'],
.customer-account-login #maincontent input[type='email'],
.customer-account-create #maincontent input[type='text'],
.customer-account-create #maincontent input[type='password'],
.customer-account-create #maincontent input[type='email'],
.form-edit-account input[type='text'],
.form-edit-account input[type='password'],
.form-edit-account input[type='email'],
.form-address-edit input[type='text'],
.form-address-edit input[type='password'],
.form-address-edit input[type='email']{
    height: 49px;
    width : 405px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #707070;
}
.customer-account-login .uk-form-row+.uk-form-row,
.customer-account-create .uk-form-row+.uk-form-row {
    margin-top: 25px;
}
.customer-account-login .actions-toolbar,
.customer-account-create .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar {
    border: none;
    margin-top: 0;
}
.customer-account-login button[type="submit"],
.customer-account-create button[type="submit"],
.form-edit-account button[type="submit"],
.form-address-edit button[type="submit"],
.block-new-customer .actions-toolbar a.create{
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    text-transform: none;
    transition: all .2s linear;
}
.block-new-customer .actions-toolbar a.create{
    color: #fff;
}
.customer-account-login button[type="submit"]:hover,
.customer-account-create button[type="submit"]:hover,
.block-new-customer .actions-toolbar a.create:hover,
.form-edit-account button[type="submit"]:hover{
    background : #d95a17;
}
.customer-account-login a.remind{
    border: 1px solid #F26419;
    background: transparent;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    margin: 10px 9px;
    color: #F26419;
    width: auto;
    transition: all .2s linear;
    padding: 0 30px;
}
.customer-account-login a.remind:hover {
    outline: 1px solid #F26419;
}
.form-edit-account .choice{
    position: relative;
}
.form-edit-account .uk-margin-small-top {
    margin-top: 15px !important;
}
.form-edit-account label {
    margin-bottom: 5px;
    display: block;
}
.form-edit-account .choice input[type="checkbox"],
.form-address-edit .choice input[type="checkbox"]{
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    width: 17px;
    height: 17px;
    top: 4px;
    z-index: 1;
}
.form-edit-account .choice input[type="checkbox"] + div.checkbox,
.form-address-edit .choice input[type="checkbox"] + div.checkbox{
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    border-radius: 2px;
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    float: left;
}
.form-edit-account .choice input[type="checkbox"]:checked ~ div.checkbox:before,
.form-address-edit .choice input[type="checkbox"]:checked ~ div.checkbox:before {
    content: "✓";
    position: absolute;
    font-family: math;
    font-weight: 400;
    color: rgb(93, 191, 27);
    top: -7px;
    font-size: 20px;
    left: 3px;
}
.block-new-customer .block-content{
    font-size: 18px;
}
.form-create-account .legend{
    font-weight: 500;
    font-style: italic;
    padding-bottom: 0;
}
.form-create-account .legend:after{
    display: none;
}
.form-create-account .fullname > .label{
    display: none;
}
.form-create-account .uk-form-label{
    font-weight: 400;
    font-size: 18px;
}
.form-create-account .label{
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.form-create-account .fieldset.address .legend + br{
    /*display: none;*/
}
.form-create-account .mage-error,
.form-login .mage-error{
    font-size: 16px;
    padding: 12px 0 12px 9px;
}
.form-create-account fieldset{
    padding-bottom: 0;
}
.form-login #remember-me-box,
.form-create-account #remember-me-box{
    position: relative;
    margin-top: 20px;
    display: block;
}
.form-create-account{
    padding-bottom: 80px;
}
.form-login #remember-me-box .checkbox,
.form-create-account #remember-me-box .checkbox{
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    border-radius: 2px;
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
    float: left;
}
.form-login #remember-me-box input[type="checkbox"]:checked + .checkbox:before,
.form-create-account #remember-me-box input[type="checkbox"]:checked + .checkbox:before{
    content: "✓";
    position: absolute;
    font-family: math;
    font-weight: 400;
    color: rgb(93, 191, 27);
    top: -7px;
    font-size: 20px;
    left: 3px;
}
.form-login #remember-me-box label,
.form-create-account #remember-me-box label{
    font-size: 12px;
    color: #09785F;
    font-style: normal;
    font-weight: 300;
}
.form-login #remember-me-box input.checkbox,
.form-create-account #remember-me-box input.checkbox{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0px;
    height: 17px;
    width: 17px;
    z-index: 10;
}
.form-login #remember-me-box p,
.form-create-account #remember-me-box p{
    margin: 0;
}
.form-login #remember-me-box p small,
.form-create-account #remember-me-box p small{
    font-size: 12px;
}
.form-create-account .back{
    display: none;
}
.form-create-account .choice.newsletter{
    position: relative;
    margin-bottom: 20px;
}
.form-create-account .choice.newsletter input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    top: 6px;
    z-index: 10;
}
.form-create-account .choice.newsletter div.checkbox{
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    border-radius: 2px;
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
    float: left;
}
.form-create-account .choice.newsletter input[type="checkbox"]:checked + .checkbox:before{
    content: "✓";
    position: absolute;
    font-family: math;
    font-weight: 400;
    color: rgb(93, 191, 27);
    top: -7px;
    font-size: 20px;
    left: 3px;
}
.form-create-account .field.date button,
.form-edit-account .field.date button{
    display: none;
}
.form-create-account .field.gender{
    margin-top: 25px;
}
.form-create-account .field.gender{
    margin-top: 25px;
}
.form-create-account select,
.form-edit-account select,
.form-address-edit select{
    height: 49px;
    width: 405px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #707070;
}
.form-create-account .field.address{
    margin-top: 40px;
}
.form-create-account .field.street .nested{
    margin-top: 20px;
}
.block-new-customer{
    margin-bottom: 100px;
    border-left: 1px solid #707070;
    padding-left: 70px;
}
.block-new-customer:before{
    background: #F26419;
    width: 9px;
    height: 49px;
    content: '';
    display: block;
    position: fixed;
    left: calc(50% - 20.5px);
}
.account .uk-container{
    max-width: 1310px;
    padding-top: 85px;
    padding-bottom: 100px;
}
.account aside{
    padding: 0;
    border-right: 1px solid #09785F;
    width: 396px !important;
}
.account aside + div{
    padding: 0 0 0 120px;
    width: calc(100% - 396px) !important;
    font-size: 18px;
}
.account aside li a{
    background: rgba(186, 198, 185, .5);
    height: 62px;
    padding: 0 20px 0 48px;
    line-height: 62px;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}
.product_item.sale_item .product_top .uk-badge {
    display:none;
}
.account aside li.active a{
    font-style: italic;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.account aside li:nth-child(2n) a{
    background : rgba(186, 198, 185, .25);
}
.account aside li.active a{
    background: #09785f;
}
.account aside li:last-child a{
    color: #F26419;
}
.account h1.page-title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 13px 0 34px;
    font-style: italic;
    font-family: 'Rubik';
}
.account .block.block-dashboard-info .block-content{
    padding: 0;
}
.account .block.block-dashboard-info .block-content .box{
    padding: 0 !important;
    margin-bottom: 80px;
}
.account .block.block-dashboard-info .block-content .box .box-title{
    color: #09785F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.account aside + div .omb-button{
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    text-transform: none;
    transition: all .2s linear;
    color: #fff;
    margin-left: 0;
    margin-right: 29px;
}
.account aside + div .omb-button:before{
    display: none;
}
.account aside + div .omb-button:hover{
    background : #d95a17;
}
.account aside + div .omb-button.change-password{
    border: 1px solid #F26419 !important;
    background: transparent;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    color: #F26419;
    width: auto;
    transition: all .2s linear;
    padding: 0 30px;
}
.account aside + div .omb-button.change-password:hover{
    outline: 1px solid #F26419;
}
.account aside + div .omb-button .icon{
    display: none;
}
.account aside + div .block-dashboard-addresses .block-content,
.account aside + div .block-dashboard-addresses .block-content .box{
    padding: 0 !important;
}
.account aside + div .block-dashboard-addresses .block-content .box{
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
}
.account aside + div .block-dashboard-addresses .block-content .box .box-actions{
    margin-top: auto;
}
.account aside + div .block-dashboard-addresses .block-content .box-title{
    color: #09785F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}


.ui-datepicker {
    padding: .2em .2em 0;
    display: none;
    background:#2F99B4;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color:#FFFFFF;
    background:#2F99B4;
}
.ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    font-family:verdana;
    margin: 0 0 .4em;
    color:#000000;
    background:#9EEFEE;
}
/*This is date TD */
.ui-datepicker td {
    border: 0;
    padding: 1px;

}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .8em;
    text-align: right;
    text-decoration: underline;
}
.account .uk-grid.main{
    margin-left: 0 !important;
}
.account .orders-history .history > thead,
.account .orders-history .history > tbody{
    font-size: 16px;
}
.account .orders-history .history > thead > tr,
.account .orders-history .history > tbody > tr{
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.account .orders-history .history > tbody > tr{
    background: none;
}
.account .orders-history .history > tbody td .price{
    display: inline-block;
}
.account .orders-history .history > tbody td .price::first-letter{
    padding-right: 3px;
    display: inline-block;
}
.account .orders-history .history > thead > tr > th,
.account .orders-history .history > tbody > tr > td{
    padding: 17px 8px;
    min-height: 62px;
}
.account .orders-history .history > thead > tr > th{
    background : #212121;
    color: #09785F;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}
.account .orders-history .history > thead > tr > th:nth-child(1){
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    padding-left: 36px;
    color: #fff;
}
.account .orders-history .history > tbody > tr > td:nth-child(1){
    padding-left: 36px;
    color: #09785F;
}
.account .orders-history .history > tbody > tr > td.status{
    text-transform: lowercase;
}
.account .orders-history .history > tbody > tr > td a.action{
    background: none;
}
.account .orders-history .history > tbody > tr > td div.action{
    background: none;
    float: right;
    margin-right: 13px;
    margin-top: 4px;
}
.account .orders-history .history > tbody > tr > td div.action .icon:before{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.account .orders-history .history > tbody > tr > td div.action.opened .icon:before{
    transform: rotate(-90deg);
}
.account .orders-history .history .reorder_link{
    color: #09785F;
    background: none;
    text-decoration: underline;
    font-size: 16px;
}
.account .order_view_details_wrapper .order_view_details > div{
    padding: 0;
    width : 100% !important;
    color: #212121;
}
.account .order_view_details_wrapper .actions-toolbar{
    margin: 0;
    border: 0;
}
.account .order_view_details_wrapper .actions-toolbar .order{
    display: none;
}
.order_view_details{
    position: relative;
}
.account .order_view_details_wrapper .actions-toolbar .print{
    background: #5DBF1B ! IMPORTANT;
    border: none !important;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    text-transform: none;
    transition: all .2s linear;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.account .order_view_details_wrapper .actions-toolbar .print:hover{
    background: #4a9716 ! IMPORTANT;
}
.account .order_view_details_wrapper > td{
    padding-right: 36px !important;
}
.account .order_view_details_wrapper .order-details-items{
    margin-bottom: 30px;
}
.account .pager{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.account .form-newsletter-manage .legend{
    color: #09785F;
    font-weight: 600;
}
.account .form-newsletter-manage .legend:after{
    display: none;
}
.account .form-newsletter-manage .choice input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    top: 4px;
    z-index: 1;
}
.account .form-newsletter-manage .choice div.checkbox{
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    border-radius: 2px;
    display: inline-block;
    margin-right: 11px;
    cursor: pointer;
    position: relative;
    margin-top: 4px;
    float: left;
}
.account .form-newsletter-manage .choice input[type="checkbox"]:checked + .checkbox:before{
    content: "✓";
    position: absolute;
    font-family: math;
    font-weight: 400;
    color: rgb(93, 191, 27);
    top: -7px;
    font-size: 20px;
    left: 3px;
}
.account .form-newsletter-manage .choice{
    font-size: 12px;
    color: #09785F;
    margin-top: 20px;
    position: relative;
}
.account .form-newsletter-manage{
    padding: 0 0 310px;
    position: relative;
}
.account .form-newsletter-manage .fieldset{
    padding: 0 0 15px;
}
.account .form-newsletter-manage .fieldset > img{
    padding: 0 0 15px;
    position: absolute;
    width: 696px;
    bottom: -80px;
    right: -125px;
}
.account .form-newsletter-manage .actions-toolbar{
    border: none;
    margin: 0;
    padding: 0;
}
.account .form-newsletter-manage .actions-toolbar button{
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    text-transform: none;
    transition: all .2s linear;
    color: #fff;
    margin-left: 0;
    margin-right: 29px;
}
.account .form-newsletter-manage .actions-toolbar button:hover{
    background : #d95a17;
}
.account .block-addresses-default .block-content{
    margin-left: 0;
    padding: 0;
}
.customer-address-form .breadcrumbs{
    display: none;
}
.form-address-edit .legend,
.form-edit-account .legend{
    color: #09785F;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.form-edit-account .legend:after,
.form-address-edit .legend:after{
    display: none;
}
.form-edit-account .fullname label,
.form-edit-account label,
.form-address-edit label,
.form-address-edit .fullname label {
    font-weight: 400 !important;
    font-size: 18px;
}
.form-edit-account .fullname > label,
.form-address-edit .fullname > label{
    font-weight: 500;
    font-style: italic;
    padding-bottom: 20px;
}
.newsletter_subscription_wrap,
.sign_out_success_wrap{
    position: absolute;
    top: 540px;
    background: #09785F;
    color: #fff;
    height: 105px;
    border-radius: 10px 0 0 10px;
    padding: 0 146px 0 58px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    font-size: 19px;
    font-weight: 300;
}
.newsletter_subscription_wrap h5,
.sign_out_success_wrap .title{
    font-size: 19px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 600;
}
#search_autocomplete{
    top: 28px;
    background : none;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result{
    border-radius: 0 0 25px 25px;
    border-bottom: 1px solid #09785f;
    border-right: 1px solid #09785f;
    border-left: 1px solid #09785f;
    background : #fff;
}
#search_autocomplete .smile-elasticsuite-autocomplete-result{
    padding: 26px 40px 23px;
    margin-left: -1px;
    margin-right: -1px;
    /*min-height: 790px;*/
}
.customer-account-forgotpassword #maincontent,
.customer-account-createpassword #maincontent{
    max-width: 1313px;
    padding-bottom: 140px;
}
.customer-account-createpassword #maincontent{
    padding-top: 80px;
}
.customer-account-createpassword #maincontent #password-strength-meter{
    font-size: 12px;
    margin-bottom: 10px;
}
.customer-account-forgotpassword h1.page-title,
.customer-account-createpassword h1.page-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 13px 0 34px;
    font-style: italic;
    font-family: 'Rubik';
}
.customer-account-forgotpassword input[type="email"],
.customer-account-createpassword input[type="password"]{
    border: 1px solid #707070;
    padding: 18px 23px;
    font-size: 14px;
    color: #212121;
    line-height: 17px;
    height: auto;
    text-transform: lowercase;
    border-radius: 5px;
    width : 414px;
}
.customer-account-forgotpassword input[type="email"]::placeholder,
.customer-account-createpassword input[type="password"]::placeholder{
    color: #707070;
}
.customer-account-forgotpassword .uk-button-primary,
.customer-account-createpassword .uk-button-primary{
    border: none !important;
    background: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
    text-transform: none;
    transition: all .2s linear;
    color: #fff;
    margin-left: 0;
    margin-right: 29px;
}
.customer-account-forgotpassword .back{
    border: 1px solid #F26419 !important;
    background: transparent;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    font-size: 18px;
    font-weight: 200 !important;
    text-transform: none;
    letter-spacing: 0;
    color: #F26419;
    width: auto;
    transition: all .2s linear;
    padding: 0 30px;
}
.customer-account-login .fieldset{
    width : 100%;
}
.customer-account-login .control.uk-form-controls,
.customer-account-login .address .field,
.customer-account-create .control.uk-form-controls,
.customer-account-create .address .field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.customer-account-login .field.kvk small,
.customer-account-create .field.kvk small{
    width: 100%;
    display: block;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list.empty {
    clear: both;
    min-height: 340px;
    text-align: center;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list dt{
    color: #09785F;
    font-size: 18px;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list dd{
    overflow: auto;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list.product{
    width : 60%;
    float: left;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list.last_products{
    width: 40%;
    clear: none !important;
    float: right;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list.last_categories{
    width: 40%;
    clear: right !important;
    float: right;
}

.smile-elasticsuite-autocomplete-result .product-image-box,
.smile-elasticsuite-autocomplete-result .qs-option-image{
    float: left;
    padding: 0;
    min-width: 84px;
    height: 84px;
    border: 1px solid #707070;
    margin-right: 25px;
    max-width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smile-elasticsuite-autocomplete-result .product-image-box img{
    width: 100%;
    height: 100%;
}
#search_autocomplete .product-name {
    color: #212121;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    transition: all .2s linear;
}
#search_autocomplete .product-name:hover{
    color: #09785F;
}
.smile-elasticsuite-autocomplete-result .product-shop .product-secondary{
    display: none;
}
.smile-elasticsuite-autocomplete-result .product-shop,
.smile-elasticsuite-autocomplete-result dt.title-last_categories ~ dd{
    position: relative;
}
.smile-elasticsuite-autocomplete-result .product-shop:after,
.smile-elasticsuite-autocomplete-result dt.title-last_categories ~ dd:after{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: calc(50% - 8px);
}
header .search_wrap .minisearch.active input[aria-haspopup="true"]{
    border-top: 1px solid #09785f;
    border-right: 1px solid #09785f;
    border-left: 1px solid #09785f;
    box-shadow: 0 3px 6px rgb(0 0 0 / 38%) inset;
    z-index: 100000;
    position: relative;
}
.smile-elasticsuite-autocomplete-result dt.title-last_categories{
    margin-top: 29px;
}
.smile-elasticsuite-autocomplete-result dt.title-last_categories ~ dd:after{
    right: 10px;
}
.smile-elasticsuite-autocomplete-result dt.title-last_categories ~ dd .qs-option-name{
    color: #212121 !important;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    transition: all .2s linear;
}
.smile-elasticsuite-autocomplete-result dt.title-term ~ dd,
.smile-elasticsuite-autocomplete-result dt.title-term {
    display: none;
}
.smile-elasticsuite-autocomplete-result dt.title-last_categories ~ dd .qs-option-name:hover{
    color: #09785f !important;
}
header .search_wrap #minisearch-form-top-search .search-all-results-wrapper{
    background: #BAC6B9;
    height: 45px;
    text-align: center;
    color: #09785F;
    text-transform: uppercase;
    line-height: 43px;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .2s linear;
}
header .search_wrap #minisearch-form-top-search .search-all-results-wrapper:hover{
    background: #96a095;
}
#minisearch-input-top-search{
    z-index: 1000;
}
header .search_wrap {
    position: relative;
}
.search_wrap .special_request_wrap {
    background: #5DBF1B;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    width: 465px;
    right: -465px;
    z-index: 1;
    padding: 20px 44px 40px;
    top: 80px;
    transform: translateX(-466px);
    transition: all .2s linear;
}
.search_wrap .special_request_wrap > *{
    opacity: 0;
}
.search_wrap .special_request_wrap{
    background: none;
}
.search_wrap .special_request_wrap.opened > *{
    opacity: 1;
}
.search_wrap .special_request_wrap > .title.toggle_special_request{
    opacity: 1;
}
.search_wrap .special_request_wrap.opened{
    background: #5DBF1B;
}
.search_wrap .special_request_wrap .title{
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    background: #5cbf1b;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    color: #fff;
    padding: 16px;
    line-height: 18px;
    right: -50px;
    top: 69px;
    height: 260px;
}
.search_wrap .special_request_wrap .title:after {
    position: absolute;
    width: 14px;
    height: 14px;
    content: '';
    bottom: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.search_wrap .special_request_wrap.opened{
    transform: none;
}
.search_wrap .special_request_wrap.opened .title:after {
    transform: rotate(180deg);
}
.search_wrap .special_request_wrap p{
    color: #fff;
    font-size: 18px;
    margin: 18px 0;
    font-weight: 300;
    max-width: 260px;
}
.search_wrap .special_request_wrap > a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    display: flex;
    gap: 14px;
    align-items: center;
}
.search_wrap .special_request_wrap hr{
    width: 330px;
    margin: 24px 0 15px;
    border: none;
    border-top: 1px solid #fff;
}
.search_wrap .special_request_wrap .bid_input {
    position: absolute;
    height: 54px;
    width: 88px;
}
.search_wrap .special_request_wrap input{
    background-image: none !important;
}
.search_wrap .special_request_wrap .count_box {
    font-size: 18px;
    line-height: normal;
    width: 89px;
    height: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    -moz-appearance: textfield;
    font-family: 'Changa';
    font-weight: 600;
    border: 1px solid #707070;
}
.search_wrap .special_request_wrap .product_count.product_item{
    width: 118px;
    position: relative;
    height: 54px;
    float: left;
}

.search_wrap .special_request_wrap input{
    border-radius: 5px;
}
.search_wrap .special_request_wrap input[type="text"]{
    border: 1px solid #707070;
    margin-bottom: 8px;
    width: 100%;
}
.search_wrap .special_request_wrap textarea{
    border-radius: 5px;
    border: 1px solid rgb(112, 112, 112);
    margin-bottom: 8px;
    width: 100%;
    min-height: 94px;
    height: 94px;
    max-height: 94px;
    max-width: 100%;
    padding: 14px 32px;
    font-size: 14px;
}
.search_wrap .special_request_wrap textarea::placeholder{
    color: rgba(9, 120, 95, 0.2);
}
.search_wrap .special_request_wrap input[type="submit"]{
    background: #09785F !important;
    border-radius: 5px;
    width: 102px;
    color: #fff;
    padding: 0;
    float: right;
    font-size: 18px;
    font-weight: 100;
}

.customer-account-logoutsuccess #maincontent{
    padding-bottom: 140px;
}

.catalog-product-view #product_addtocart_form .buy_bid,
.catalog-product-view #product_addtocart_form_bid .buy_bid{
    width : 270px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    z-index: 1;
    position: relative;
}
.catalog-product-view .product-info-main .price-box {
    width: 129px;
    position: relative;
}
.catalog-product-view .sale_item .price-box.price-final_price>div {
    flex-direction: column-reverse;
}
.catalog-product-view .sale_item .advised-price {
    position: absolute;
    right: -110px;
    top: 0px;
}

.catalog-product-view .sale_item .price-box .old-price{
    color: #FFF !important;
    font-size: 24px !important;
    font-weight: 500;
    margin-top: 30px;
}

.catalog-product-view .hulp {
    margin-top: 9px;
}

.catalog-product-view .sale_item .price-box .old-price .price:after {
    background: #000 !important;
}

.prices-tier.items{
    background: #BAC6B9;
    color: #212121;
    padding: 10px 20px 13px;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}
.prices-tier.items .benefit{
    color: #f26419;
}


.catalog-product-view .sale_item .price-box  .blomson_price_label {
    margin-top: 20px;
    font-family: 'Rubik';
    margin-bottom: 2px;
}
.shipping-info-block-wrapper {
    background: #09785f !important;
    color: #fff;
}
.shipping-info-block-wrapper .shipping-info-block-text{
    font-size: 12px;
    font-weight: 200;
    line-height: 16px;
    text-align: left;
}
.shipping-info-block-wrapper td{
    padding: 13px 102px 13px 15px !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
.shipping-info-block-wrapper .shipping-info-block-text p{
    margin-bottom: 0;
}
.block-addresses-list #limiter{
    padding-left: 15px;
    padding-right: 15px;
}
.block-addresses-list td,
.sales-order-view #my-orders-table td{
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top !important;
}
#my-orders-table{
    width : 100%;
}
#my-orders-table td.name{
    width: 320px;
}
.block-addresses-list td ul,
#my-orders-table td ul{
    padding-left: 0;
}
.block-addresses-list td .action.delete{
    margin-top: 5px;
}
.table-order-items.invoice th,
.table-order-items.invoice td,
.sales-order-view .table-order-items th,
.sales-order-view .table-order-items td{
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top !important;
    padding: 8px;
    text-align: left;
}
.block-addresses-list th,
.sales-order-view .table-order-items th,
.table-order-items.invoice th,
#my-orders-table th{
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}
.sales-order-view .table-order-items tr,
.table-order-items.invoice tr{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.sales-order-view .table-order-items thead,
.table-order-items.invoice thead,
#my-orders-table thead{
    border-top: 1px solid #ccc;
}
.table-order-items.invoice{
    margin-top: 20px;
}
.sales-order-invoice .block-order-details-view,
.sales-order-view .block-order-details-view{
    font-size: 14px;
    line-height: 1.2;
}

.search.results > dl.block{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 35px 0 20px;
}
.search.results > dl.block dt{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.search.results > dl.block dd a{
    background: #09785F;
    border-radius: 17px;
    height: 34px;
    display: block;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 34px;
    text-transform: lowercase;
}
.search-zero-result.page-with-filter .main aside{
    display: none;
}
.search-zero-result #maincontent{
    max-width: 100%;
    padding: 0;
}
.search-zero-result #maincontent .category_main_content{
    width: 100% !important;
    padding: 0;
}
.search-zero-result .products_list_cart_viewed:before{
    display: none;
}
.search-zero-result .page_title_bg h1 {
    position : relative;
    margin: 63px 0 0;
    top: 0;
    left: 0;
}
.search-zero-result .page_title_bg .no-result-text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.search-zero-result .page_title_bg .container {
    flex-direction: column;
}
.search-zero-result .products_list_cart_viewed {
    padding  : 74px 0 170px 0;
}
header .search_wrap .icon_search {
    z-index: 1000;
}
#special-request-form div.mage-error{
    background: none;
    padding: 0;
    margin: -10px 0 10px;
    display: block;
    width: 380px;
}
#special-request-form input[type="number"] + div.mage-error{
    margin: 0 0 10px;
}
.register_btn{
    position: absolute;
    background: #5cbf1b;
    color: #fff;
    padding: 4px 20px;
    border-radius: 5px 5px 0 0;
    right: 240px;
    bottom: -42px;
}
.register_btn:hover {
    background: #4b931a;
}
@media(max-width: 809px){
    .register_btn{
        display: none;
    }
}
.section_1 .container{
    position: relative;
}
.message {
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    background: #5cbf1b;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 0;
    text-shadow: none;
}
.message.message-error{
    background: #d75454;
    border-bottom: none;
}
.message.message-warning{
    background: #f4a228;
    border-bottom: none;
}
.message.message-notice{
    background: #8fcff2;
    border-bottom: none;
}
.message.message-error a,
.message.message-notice a,
.message.message-success a,
.message.message-warning a{
    color: #fff;
    text-decoration: underline;
}
.message.message-error a:hover,
.message.message-success a:hover,
.message.message-notice a:hover,
.message.message-warning a:hover{
    text-decoration: none;
}

.text_page_content p,
.text_page_content li{
    font-size: 12px;
    font-family: 'Verdana', sans-serif;
}
.superdeals_carousel_wrap .price-box > div{
    flex-direction: column-reverse;
    height: 46px;
    justify-content: flex-start;
    align-items: flex-end;
}
.superdeals_carousel_wrap .price-box .price{
    height: 25px !important;
    display: block !important;
}
.superdeals_carousel_wrap .price-box .old-price{
    opacity: 1;
    margin-bottom: -7px;
}
.superdeals_carousel_wrap .price-box .old-price .price{
    font-size: 22px;
    font-family: 'Changa';
    font-weight: 600;
    color: #C91818;
    opacity: 1;
    display: inline-block;
}
.superdeals_carousel_wrap .price-box .old-price .price:after {
    content: "";
    display: block;
    height: 1px;
    background: #C91818;
    width: 100%;
}
.superdeals_carousel_wrap .rrp_price {
    margin-top: -2px;
    margin-left: 12px;
}
.superdeals_carousel .price_sku .sku {
    margin-bottom: -3px;
}
.superdeals_carousel .product_bottom {
    height   : 130px;
}
.superdeals_carousel .price_sku {
    margin-top: -5px;
}
.category_main_content .search_wrap.right_side{
    display: block !important;
    position: fixed;
    top: 70px;
    right: 0px;
    z-index: 3;
}
.category_main_content .search_wrap.right_side .special_request_wrap{
    background: #5DBF1B;
    border-radius: 20px 0 0 20px;
}
.search_wrap.right_side .special_request_wrap > * {
    opacity: 1;
}
.search_wrap.right_side .special_request_wrap .title{
    right: auto;
    left: -50px;
    border-radius: 10px 0px 0px 10px;
}
.search_wrap.right_side .special_request_wrap input{
    height: 50px;
    padding-left: 32px;
    font-size: 14px;
}
.search_wrap.right_side .special_request_wrap input::placeholder{
    color: rgba(9, 120, 95, 0.2);
}
.search_wrap.right_side .special_request_wrap input[type="submit"] {
    background: #09785F !important;
    border-radius: 5px;
    width: 102px;
    color: #fff;
    padding: 0;
    float: right;
    font-size: 18px;
    font-weight: 100;
    border: none;
}
.product_item.sale_item .buttons {
    justify-content: space-between;
}
.product_item.sale_item .prices_wrap {
    margin-top: 17px;
}
.product_item.sale_item .prices_wrap .rrp_price {
    margin-top: 0;
}
.superdeals_carousel_wrap .blomson_price {
    position: relative;
}
.superdeals_carousel_wrap .login-price {
    margin-top: 0;
    position: absolute;
    bottom: 4px;
    right: 0;
    white-space: nowrap;
}
header .login_icon_wrap .text {
    top: calc(100% + 10px);
    line-height: 1;
    text-align: center;
}
.autocomplete-list.product_attribute,
.autocomplete-list.category{
    display: none !important;
}
@media(max-width: 768px){
    html, body {
        overflow-x: auto;
    }
}

.checkout-index-index #maincontent{
    max-width: 1683px;
    padding-bottom: 100px;
}
.checkout-index-index .block.items-in-cart{
    display: none;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title {
    padding: 0px 0;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title label{
    padding: 10px 0 10px 10px;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address {
    margin: 28px 0 20px;
}
header .language_wrap .current_lang .storeswitcher>a>span,
header .language_wrap .current_lang a{
    font-weight: 500;
}
header .language_wrap .current_lang a{
    color: #212121 !important;
}
.checkout-index-index textarea{
    border-radius: 5px;
    border: 1px solid #707070;
    height: 100px;
    width : 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 10px 20px;
}
.checkout-index-index .choice.billing-address-same-as-shipping-block,
.checkout-index-index .choice.field.uk-form-row{
    display: flex;
}
.checkout-index-index input[type="checkbox"]{
    width: 15px;
    height: 15px;
    border: 1px solid #09785F;
    margin: 5px 11px 0 0;
}
.checkout-index-index .checkout-agreement button{
    border: 1px solid #F26419 !important;
    color: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    background: none;
}
.checkout-index-index .checkout-agreement button:hover{
    outline: 1px solid #F26419;
}
.checkout-index-index select[name="billing_address_id"]{
    max-width: 380px;
    height: 49px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #707070;
}
.checkout-index-index .checkout-billing-address .actions-toolbar .action-update{
    border: none !important;
    background: #F26419 !important;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    background: none;
}
.checkout-index-index .checkout-billing-address .actions-toolbar .action-cancel{
    border: 1px solid #F26419 !important;
    color: #F26419;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    background: none;
}
.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-group .checkout-billing-address .actions-toolbar{
    border: none;
    margin-top: 0;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item {
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 15px;
    transition: background-color .2s linear;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item:hover {
    background: #ededed;
}
.bss-onestepcheckout #opc-sidebar .actions-toolbar>.primary>.btn-placeorder{
    border: none !important;
    background: #F26419 !important;
    border-radius: 5px !important;
    text-decoration: none;
    font-weight: 200 !important;
    transition: all .2s linear;
}
.bss-onestepcheckout #opc-sidebar .actions-toolbar>.primary>.btn-placeorder:hover{
    background: #D85714 !important;
}
body .step-title:before, #opc-sidebar .opc-block-summary > .title:before {
    background-color: #09785f !important;
}
.bss-onestepcheckout .opc-wrapper #shipping,
.bss-onestepcheckout .opc-wrapper #opc-shipping_method,
.bss-onestepcheckout .opc-wrapper #payment{
    border: 1px solid #707070;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bss-onestepcheckout .opc-wrapper #shipping:hover,
.bss-onestepcheckout .opc-wrapper #opc-shipping_method:hover,
.bss-onestepcheckout .opc-wrapper #payment:hover{
    box-shadow: 0 0 20px 5px #b0b2ab45;
}
.bss-onestepcheckout #opc-sidebar {
    margin-top: 15px;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary table{
    border: 1px solid #707070;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary table tr{
    border-left: none;
    border-right: none;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary table tr:last-child{
    border-bottom: none;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary table tr.totals.sub th{
    font-weight: 400;
}
.bss-onestepcheckout #opc-sidebar .opc-block-summary table tr.totals.sub td .price{
    font-weight: 600;
}
header .search_wrap .minisearch.active > input.autocomplete_opened,
header .search_wrap .minisearch > input:focus{
    outline: none;
    width: 100% !important;
}

#search_autocomplete.opened{
    visibility: visible;
    height: auto;
}
#search_autocomplete{
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
#minisearch-form-top-search + .special_request_wrap {
    display: none !important;
    z-index: 3;
}
#minisearch-form-top-search.opened:has(#search_autocomplete[style*="position"]:not([style*="display: none"])) + .special_request_wrap {
    display: block !important;
}
.cms-jobs .text_page_content ul{
    padding: 0;
}
.cms-jobs .text_page_content p,
.cms-jobs .text_page_content ul li{
    font-size: 18px;
}
header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.fotorama__wrap--slide .fotorama__stage__frame {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .fotorama__stage__frame .fotorama__img{
    width: auto;
    margin: 0 !important;
}
.cms-home .subscribe_form h3{
    z-index: 1;
    max-width: 690px;
    line-height: 1.2;
    font-size: 34px;
}
.cms-no-route #maincontent{
    padding-bottom: 100px;
}
.checkout-agreement,
.bss-onestepcheckout #opc-sidebar .actions-toolbar .secondary {
    display: none;
}
header .section_2 .main_menu>ul>li.link-only-mobile{
    display: none;
}



@media (max-width: 1780px) {
    header .search_wrap {
        width: 820px;
        margin-right: 80px;
    }
    .search_wrap .special_request_wrap {
        width         : 405px;
        right         : -405px;
        transform: translateX(-406px);
        padding       : 20px 25px 40px;
    }
    header .section_2 .submenu ul li {
        width: 200px;
    }
    header .section_2 .submenu ul {
        gap: 8px;
    }
    header .section_2 .submenu ul li a {
        font            : 14px "Rubik", sans-serif;
    }
    .catalog-product-view #maincontent,
    #brands .uk-grid{
        max-width: 1480px;
    }
    .catalog-product-view .hulp .contact {
        max-width : 370px;
    }
    .catalog-product-view .hulp > a{
        font-size: 16px;
    }
    #brands .uk-grid{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (max-width: 1540px) {
    header .search_wrap {
        width : 680px;
    }
    header .logo{
        width : 160px;
    }
    .search_wrap .special_request_wrap {
        width: 285px;
        right: -285px;
        transform: translateX(-286px);
        padding: 10px 20px 20px;
    }
    .search_wrap .special_request_wrap p {
        font-size   : 14px;
        margin      : 8px 0;
        line-height : 1.2;
    }
    .search_wrap .special_request_wrap > a {
        font-size : 14px;
    }
    .search_wrap .special_request_wrap > a > img{
        width : 25px;
        height: 25px;
    }
    .search_wrap .special_request_wrap input[type="text"]{
        height: 36px;
        padding-left: 15px;
    }
    .search_wrap .special_request_wrap textarea {
        min-height: 64px;
        height: 64px;
        max-height: 64px;
        padding: 14px 15px;
    }
    .product_item .product_title .text {
        -webkit-line-clamp: 4;
        padding-right: 5px;
        font-size: 16px;
        line-height: 1.2;
    }
    .product_item .blomson_price .text {
        font-size: 16px;
    }
    .product_item .product_title {
        height          : 75px;
    }
    .category_content>.container aside #narrow-by-list {
        padding-right: 23px;
    }
    .category_content>.container aside,
    .page-with-filter .main aside{
        width     : 212px !important;
        max-width : 212px !important;
    }
    .category_content .container {
        gap: 30px;
    }
    .page-with-filter main.uk-container{
        max-width: 1200px;
    }
    .page-with-filter .main aside+div {
        width: calc(100% - 242px) !important;
        padding-left: 0;
    }
    .page-with-filter .uk-grid.main {
        gap: 30px;
    }
    .page-with-filter .uk-grid.main:before,
    .page-with-filter .uk-grid.main:after{
        display: none;
    }
    .category_main_content, .catalogsearch-result-index aside+div {
        width: calc(100% - 232px);
    }
    header .section_2 .main_menu>ul>li>a, header .section_2 .links>ul>li>a {
        font-size       : 14px;
    }
    header .submenu_wrap .category_image {
        min-width  : 350px;
        min-height : 350px;
    }
    header .section_2 .submenu ul li {
        width: 160px;
    }
    .product_item .buttons .btn {
        width: 86px;
    }
    .buy_bid_info_wrap .text {
        font-size   : 14px;
        line-height : 20px;
    }
    .buy_bid_info_wrap .title {
        font-size      : 20px;
        margin-bottom  : 10px;
    }
    .buy_bid_info_wrap{
        padding: 10px;
        top: 187px;
    }
    .buy_bid_info_wrap.closed {
        transform: translateX(380px);
    }
    .buy_bid_info_wrap .button_wrap{
        padding: 10px;
        left: -38px;
    }
    .catalog-product-view #maincontent,
    #brands .uk-grid{
        max-width: 1200px;
    }
    .catalog-product-view .product-info-main .price-box{
        margin-left: 30px;
    }
    .catalog-product-view #product_addtocart_form .buy_bid,
    .catalog-product-view #product_addtocart_form_bid .buy_bid {
        width : 220px;
        font-size: 15px !important;
    }
    .catalog-product-view .product-info-main .add_to_card_wrap,
    .catalog-product-view .product-info-main .bid_wrap .add_to_card_wrap{
        margin-left : 16px;
    }
    .catalog-product-view #maincontent .columns .main {
        grid-template-columns : 550px calc(100% - 569px);
    }
    .catalog-product-view .product-desc .product-more .description{
        padding: 25px;
    }
    .catalog-product-view .hulp .contact {
        margin : 9px 36px 0px 25px;
    }
    .catalog-product-view .hulp .contact {
        max-width: 300px;
    }
    .catalog-product-view .hulp > a {
        margin-top : 30px;
    }
    .row_1 .coming_soon_wrap {
        width         : 560px;
        min-width     : 560px;
    }
    .row_1 .coming_soon_wrap .coming_img {
        min-width: 280px;
    }
    .row_1 .coming_soon {
        gap: 10px;
        padding: 0 0;
        font-size: 14px;
        line-height: 18px;
    }
    .about_info .row_1 {
        gap: 40px;
    }
    .about_info .row_2 {
        gap      : 40px;
    }
    .row_2 .row_2_img {
        min-width : 577px;
        width     : 577px;
    }
    .row_1 .row_1_text>p, .row_2 .row_2_text>p {
        font-size   : 14px;
        line-height : 18px;
    }
    .row_2 .row_2_contacts a{
        font-size: 14px;
        min-width: 250px;
    }
    .row_2 .row_2_contacts {
        width     : 550px;
        padding   : 17px 20px 0 20px;
        right: 0;
    }
    .about_info .call_to_action {
        font-size : 26px;
    }
    #brands .uk-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px 18px;
    }
    .checkout-cart-index .cart-container .cart-summary {
        width : 520px;
    }
    #cart-totals th, #cart-totals td {
        font-size: 14px !important;
    }
    #cart-totals td {
        font-size: 18px !important;
    }
    .checkout-cart-index #shopping-cart-table .col.item a {
        width  : 130px;
        height : 130px;
    }
    .checkout-cart-index #shopping-cart-table td.col.item {
        min-width: 130px;
    }
    .checkout-cart-index #shopping-cart-table td.name {
        width: 220px;
        margin-left: 30px;
        max-width: 220px;
    }
    .checkout-cart-index #shopping-cart-table .product-item-details a {
        font-size: 16px;
        line-height: 20px;
        height: 60px;
        -webkit-line-clamp: 3;
    }
    .checkout-cart-index #shopping-cart-table .product-item-details .sku {
        margin-bottom: 10px;
    }
    .checkout-cart-index #shopping-cart-table .product-item-details {
        height : 140px;
    }
    .checkout-cart-index #shopping-cart-table th.col.item {
        min-width : 420px;
    }
    .checkout-cart-index .cart-container .uk-width-medium-2-3 {
        width: 900px;
    }
    .cms-shipping-info .text_page_content .container, .cms-terms-conditions .text_page_content .container, .cms-privacy .text_page_content .container {
        max-width: 1200px;
    }
    .page_title_bg {
        height: 300px;
    }
    .page_title_bg .text_shadow {
        font-size : 70px;
        color     : rgba(255, 255, 255, 0.4);
        width: 100%;
    }
    .page_title_bg h1 {
        top      : 47px;
    }
    footer .black_bg .container {
        font-size : 16px;
    }
    footer .black_bg .container {
        max-width: 1200px;
    }
    .customer-account-login #maincontent,
    .account .uk-container{
        max-width: 1200px;
    }
    .account .page_title_bg h1{
        white-space: nowrap;
    }
    .account aside + div {
        padding : 0 0 0 50px;
        width: calc(100% - 346px) !important;
    }
    .account aside {
        width: 346px !important;
    }
    .account aside li a {
        padding     : 0 20px 0 28px;
        font-size   : 16px;
    }
    .account aside li.active a {
        font-size  : 18px;
    }
    .product_item .product_top .quantity_sku>div {
        font-size: 12px;
    }
    .category_main_content .sort_by button, .catalogsearch-result-index .sort_by button {
        font-size : 12px;
    }
    .cms-home .subscribe_form h3 {
        max-width: 530px;
    }
}
@media (max-width: 1280px) {
    .page-wrapper{
        overflow-x: hidden;
    }
    .container,
    .catalog-product-view #maincontent,
    #brands .uk-grid,
    .cms-shipping-info .text_page_content .container,
    .cms-terms-conditions .text_page_content .container,
    .cms-privacy .text_page_content .container,
    footer .black_bg .container,
    .customer-account-login #maincontent,
    .customer-account-create #maincontent,
    .account .uk-container,
    .contact-index-index .contact_content_container,
    .checkout-cart-index #maincontent > .columns,
    .checkout-index-index #maincontent,
    .page-with-filter main.uk-container{
        max-width: 980px;
    }
    header .section_2 .main_menu>ul, header .section_2 .links>ul {
        gap: 25px;
    }
    .home_categories .buy_or_bid .title>div,
    .home_categories .bikes .title>div {
        font-size: 36px;
    }
    .home_categories .row_1_1>a, .home_categories .best_price span,
    .home_categories .row_2>div>span{
        font-size: 24px;
    }
    .home_new_products {
        padding: 90px 0 0;
    }
    .center_text_section h2,
    .superdeals .text_wrap h2,
    .home_about_us h2{
        font-size : 32px;
    }
    .superdeals {
        background-size: 1440px;
    }
    .superdeals .container {
        padding-top: 255px;
        padding-bottom: 250px;
    }
    .superdeals .text_wrap {
        text-align: center;
    }
    .superdeals .text_wrap p {
        margin: 40px auto;
    }
    .superdeals_carousel .product_item {
        width : 300px !important;
    }
    .superdeals_carousel_wrap{
        top: auto;
        bottom: -510px;
    }
    .home_about_us .container {
        padding-bottom: 400px;
    }
    .home_about_us .text_wrap .b_stroke {
        top: -260px;
        left: -110px;
        width: 490px;
        height: 357px;
    }
    .home_about_us .text_wrap {
        margin-left: auto;
        text-align: center;
        width: auto;
        max-width: 550px;
        margin-right: auto;
    }
    .home_about_us img.about_us,
    .subscribe_form img.about_us_gears,
    .home_about_us img.about_us_gears {
        height: 440px;
        width: 412px;
        right: calc(50% - 206px);
        bottom: -66px;
    }
    .cms-home .subscribe_form h3 {
        font-size: 24px;
    }
    .subscribe_form .subscribe_bg {
        width: 417px;
        top: 0;
        left: 0;
        position: relative;
        margin: 30px auto 0;
        display: block;
    }
    .subscribe_form {
        margin-top: 11px;
    }
    .subscribe_form form {
        justify-content: center;
    }
    .cms-home .subscribe_form h3 {
        max-width: 100%;
        text-align: center;
    }
    .subscribe_form .container {
        padding-bottom: 30px;
    }
    .home_about_us:after {
        height: 11px;
        bottom: -11px;
    }
    .subscribe_form img.about_us_gears {
        top: -386px;
    }
    .home_our_brands {
        padding : 90px 0 135px;
    }
    .home_our_brands .brands_list {
        flex-wrap: wrap;
    }
    .home_our_brands .brands_list .item {
        width: 140px;
        height: 140px;
    }
    .home_our_brands .brands_list {
        gap             : 21px;
    }
    .usp_wrap .item {
        font-size: 16px;
    }
    #search_autocomplete .product-name {
        font-size : 15px;
        line-height: 1.2;
    }
    #search_autocomplete .qs-option-name, #search_autocomplete .product-name {
        font-size: 14px;
        line-height: 1.2;
    }
    #search_autocomplete .smile-elasticsuite-autocomplete-result {
        padding : 26px 30px 43px;
        max-height: 490px;
        overflow: auto;
    }
    .smile-elasticsuite-autocomplete-result .product-image-box,
    .smile-elasticsuite-autocomplete-result .qs-option-image {
        min-width : 68px;
        max-width : 68px;
        height    : 68px;
        margin-right: 20px;
    }
    header .search_wrap {
        width: 500px;
        margin-right: 40px;
    }
    .search_wrap .special_request_wrap .title{
        font-size: 14px;
    }
    .search_wrap .special_request_wrap .title {
        font-size: 14px;
        padding: 25px 11px;
        right: -39px;
        height: 230px;
    }
    .smile-elasticsuite-autocomplete-result .autocomplete-list {
        width: 100% !important;
    }
    .smile-elasticsuite-autocomplete-result .autocomplete-list.show_all{
        position: absolute;
        bottom: 0;
        width: calc(100% - 60px) !important;
    }
    .smile-elasticsuite-autocomplete-result dt.title-last_categories {
        margin-top: 0;
    }
    .smile-elasticsuite-autocomplete-result .product-shop {
        width: calc(100% - 128px);
    }
    .home_categories .buy_or_bid>a,
    .home_categories .bikes>a,
    .home_categories .best_price>a {
        font-size : 14px;
    }
    .home_categories .buy_or_bid>a:after,
    .home_categories .bikes>a:after,
    .home_categories .best_price>a:after{
        bottom: -2px;
    }
    .category_main_content .sort_by,
    .catalogsearch-result-index .sort_by{
        align-items: flex-start;
    }
    .category_main_content .sort_by .sorting_choises,
    .catalogsearch-result-index .sort_by .sorting_choises {
        flex-wrap: wrap;
    }
    .category_main_content .sort_by > span,
    .catalogsearch-result-index .sort_by > span{
        white-space: nowrap;
    }
    .category_main_content .products_list,
    .catalogsearch-result-index .products_list {
        grid-template-columns : repeat(3, minmax(0, 1fr));
    }
    .catalog-product-view .breadcrumbs {
        margin: 47px 0 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .catalog-product-view .page-title {
        font-size      : 24px;
        margin-top: 20px;
        margin-bottom: 32px;
    }
    .catalog-product-view #maincontent .columns .main {
        grid-template-columns: 1fr;
    }
    .catalog-product-view #maincontent .columns .main .product.media {
        width  : 50%;
        margin : 0 auto;
    }
    .catalog-product-view .product-info-main-wrapper .product-info-main{
        width : 685px;
        margin: 0 auto 17px;
    }
    .page_title_bg {
        height: 150px;
    }
    .page_title_bg .container {
        justify-content: center;
    }
    .page_title_bg .text_shadow {
        font-size : 57px;
        margin-top: -3px;
        width: 100%;
        text-align: center;
    }
    .page_title_bg h1 {
        top: -22px;
        font-size: 36px;
        position: relative;
        width: 100%;
        left: 0;
        margin: 0 !important;
    }
    .team {
        padding: 90px 180px 30px;
    }
    .team .team_name,
    .team .team_functia,
    .team .team_item a{
        font-size     : 12px;
    }
    .team .team_item a img{
        width : 18px;
        height: 18px;
        margin-right: 17px;
    }
    .team .item_img {
        width       : 174px;
        height      : 210px;
    }
    .team .team_item a {
        width           : 175px;
        margin: 0;
    }
    .team .team_items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .team .team_functia{
        margin-bottom: 10px;
    }
    .team .team_top h2 {
        margin-bottom : 43px;
        font-size     : 33px;
    }
    .team .team_top p {
        margin-bottom: 130px;
    }
    .team .team_items::before {
        height: 78px;
        top: -100px;
    }
    #brands .box-img .overlay-background h5 {
        font-size   : 20px;
    }
    #brands {
        padding: 60px 0 70px;
    }
    .contact-index-index .contact_content_container {
        flex-direction: column;
        gap: 58px;
        margin: 88px auto 0;
    }
    .checkout-cart-index .page-title {
        font-size      : 32px;
        margin         : 73px 0 70px;
    }
    .checkout-cart-index .products_list_cart_viewed {
        gap: 20px;
    }
    .checkout-cart-index .product_item {
        width : 300px;
        margin-right: 0;
    }
    .checkout-cart-index .cart-container .uk-width-medium-2-3,
    .checkout-cart-index .cart-container .cart-summary{
        width: 100%;
    }
    .text_page_content {
        padding-top : 65px;
    }
    .account aside li a {
        font-size: 14px;
        padding: 0 10px 0 18px;
    }
    .account aside li.active a {
        font-size: 14px;
    }
    .account aside {
        width: 246px !important;
    }
    .account aside + div {
        padding: 0 0 0 40px;
        width: calc(100% - 246px) !important;
    }
}
.toggle_submenu,
#show_toggle,
.mobile_cart_label_price,
.mobile_cart_label_qty,
.mobile_cart_label_subtotal{
    display: none !important;
}
@media (max-width: 1023px) {
    #show_toggle {
        display    : inline-block !important;
    }
    body {
        font: 400 16px / 1.25 'Rubik', sans-serif;
    }
    header .section_2 .main_menu>ul>li>a:before,
    header .section_2 .links>ul>li>a:before{
        display: none;
    }
    header .section_2 .submenu_wrap{
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        background: none;
        display: none;
    }
    header .section_2 .opened .submenu_wrap{
        display: block;
    }
    header .submenu_wrap .category_image{
        display: none;
    }
    header .section_2 .submenu {
        padding: 0;
    }
    header .section_2 .submenu ul li a {
        font: 12px "Rubik", sans-serif;
    }
    header .section_2 .submenu ul {
        gap: 2px;
    }
    header .section_2 .submenu ul li {
        width: 130px;
    }
    header .section_2 .main_menu>ul>li.has_submenu,
    header .section_2 .links>ul>li.has_submenu {
        position: relative;
    }
    .container {
        width         : 100%;
        padding-left  : 36px;
        padding-right : 36px;
        max-width     : 100%;
    }
    header .section_2 {
        height: 44px;
    }
    header .section_2 .container {
        height: 100%;
    }
    header .section_1 {
        height: 115px;
        padding: 15px 0;
    }
    header .logo {
        width: 215px;
        min-width: 215px;
        margin: 17px 0 0 0;
        padding: 0;
        border: none;
    }
    header .logo img{
        width: 100%;
    }
    header .section_2 .main_menu{
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }
    header .section_2 .main_menu>ul{
        height: calc(100dvh - 159px);
        position: absolute;
        left: -36px;
        top: 44px;
        width : 302px;
        background: #E6EBE6;
        flex-direction: column;
        padding-left: 36px;
        padding-top: 38px;
        padding-bottom: 38px;
        transform: translateX(-302px);
        transition: transform .2s linear;
        gap: 2%;
        overflow-y: scroll;
    }
    header .section_2 .main_menu #show_toggle.active + ul{
        transform: translateX(0);
    }
    header .section_2 .main_menu>ul>li>a,
    header .section_2 .links>ul>li>a {
        font-size: 14px;
        color: #212121;
        font-weight: 900;
        display: inline-flex;
    }
    header .section_2 .main_menu>ul>li.has_submenu>a:after {
        filter  : invert(69%) sepia(10%) saturate(138%) hue-rotate(64deg) brightness(90%) contrast(88%);
        width   : 18px;
        height  : 11px;
    }
    #show_toggle.active {
        background : none;
        padding: 0;
    }
    #show_toggle a {
        display: flex;
        align-items: center;
    }
    #show_toggle a span.icon.icon_close,
    #show_toggle.active a {
        color: #fff;
    }
    header .main_menu .counter-number{
        display: none;
    }
    #show_toggle a span.label {
        font-size      : 14px;
        font-weight    : 800;
        text-transform : uppercase;
        margin-top: 0;
    }
    #show_toggle a span.icon {
        font-size: 27px;
        font-weight: bold;
        width: 27px;
        height: 27px;
    }
    .home_categories .row_1>div{
        height: 150px;
        width: 100%;
        aspect-ratio: auto;
    }
    .home_categories .row_1 {
        height: auto;
        flex-direction: column;
        gap: 10px;
    }
    .home_categories .row_1_1{
        gap: 10px;
        height: 150px;
    }
    .home_categories .row_1_2{
        margin-top: 10px;
        height: 150px;
    }
    .home_categories .best_price img {
        width: 130px;
    }
    .home_categories .row_1_1>a{
        width : calc((100% - 20px) / 3);
    }
    .home_categories .row_1_1>a,
    .home_categories .best_price span,
    .home_categories .row_2>div>span {
        font-size: 24px;
    }
    .home_categories .best_price span {
        max-width: fit-content;
        line-height: 28px;
        width : fit-content;
    }
    .home_categories .row_1>div.buy_or_bid{
        order: 1;
        background-position-y: 7%;
    }
    .home_categories .row_1>div.bikes{
        order: 2;
        background-position-y: 38%;
    }
    .home_categories .row_1>div:nth-child(2){
        order: 3;
        height: auto;
    }
    .home_categories .buy_or_bid .title>div,
    .home_categories .bikes .title>div {
        font-size: 36px;
    }
    .home_categories .buy_or_bid .title>div span {
        font-size: 18px;
        margin-right: 7px;
    }
    .home_categories .buy_or_bid .left_icon {
        top: -15px;
        left: -67px;
        transform: scale(0.75);
    }
    .home_categories .buy_or_bid .left_icon:before{
        left: 0px;
    }
    .home_categories .buy_or_bid .right_icon {
        top: -31px;
        right: -108px;
        transform: scale(0.75);
    }
    .home_categories .bikes .right_icon{
        display: none !important;
    }
    .home_categories .buy_or_bid>a,
    .home_categories .bikes>a,
    .home_categories .best_price>a {
        font-size: 14px;
        height: 17px;
    }
    .home_categories .best_price{
        padding-left: 36px;
    }
    .home_categories .buy_or_bid>a,
    .home_categories .bikes>a{
        right: auto;
        height: 17px;
    }
    .home_categories .row_2 {
        height: 150px;
    }
    .home_categories .row_2>div{
        position: relative;
        background-position: 10% 0;
    }
    .home_categories .row_2>div:nth-child(2){
        background-position: 73% 0;
    }
    .home_categories .row_2>div>a {
        position: absolute;
        font-size: 14px;
        height: 17px;
        bottom: 21px;
    }
    .usp_wrap .container {
        padding-left: 27px;
        padding-right: 27px;
        justify-content: space-between;
    }
    .usp_wrap .item {
        font-size: 9px;
        flex-direction: column;
        height: 82px;
    }
    .usp_wrap .text {
        text-align: center;
        width: 88px;
        margin-left: 0;
    }
    .usp_wrap .icon_wrap{
        margin: -3px 0;
    }
    .usp_wrap img {
        width: 56px;
    }
    .center_text_section h2,
    .superdeals .text_wrap h2,
    .home_about_us h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .home_new_products {
        padding: 75px 0 0;
    }
    .center_text_section p {
        font-size: 12px;
    }
    .home_new_products .center_text_section {
        margin-bottom: 60px;
    }
    .products_carousel .slick-arrow {
        width  : 16px;
        height : 16px;
    }
    .products_carousel button.slick-prev{
        left: -37px;
    }
    .products_carousel button.slick-next {
        right: -37px;
    }
    .superdeals{
        margin-top: -105px;
    }
    .superdeals .container {
        padding-top : 230px;
    }
    .superdeals .text_wrap h2{
        margin-bottom: 0;
    }
    .superdeals .text_wrap p {
        margin: 14px auto 26px;
    }
    .superdeals_carousel_wrap {
        bottom: -510px;
        width: 620px;
        left: 30px;
    }
    .superdeals_carousel .product_item .product_title .text{
        text-align: left;
    }
    .home_about_us .container {
        padding-top: 480px;
    }
    .home_about_us .text_wrap .b_stroke {
        top: -210px;
        left: -160px;
        width: 490px;
        height: 357px;
    }
    .cms-home .subscribe_form h3 {
        text-align : left;
    }
    .subscribe_form form {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .subscribe_form input[type="email"] {
        width: 100%;
    }
    .subscribe_form .subscribe_bg {
        width     : 430px;
        max-width : 430px;
        top       : -40px;
        left      : -36px;
    }
    .subscribe_form .container {
        padding-bottom: 0;
    }
    .home_our_brands .brands_list {
        gap: 10px;
    }
    .home_our_brands .brands_list .item {
        width: 174px;
        height: 174px;
    }
    .home_our_brands .btn {
        margin-top: 36px;
    }
    footer .black_bg .container {
        font-size   : 14px;
        padding     : 55px 68px 55px;
        line-height: 24px;
        flex-wrap: wrap;
    }
    footer .overstock {
        left : 36px;
    }
    footer .col_1{
        order: 1;
    }
    footer .col_1 .contacts img {
        width: 28px;
        height: 28px;
    }
    footer .col_2 {
        order: 2;
        padding-top: 42px;
        min-width: calc(100% - 45px);
        width: calc(100% - 45px);
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #09785f;
    }
    footer .col_4 {
        order: 3;
        margin-left: 10px;
        margin-top: 50px;
    }
    footer .col_3 {
        order: 4;
        max-width: 100%;
        margin-left: 0;
    }
    footer .col_1 .contacts {
        padding-bottom: 34px;
    }
    footer .copyright_wrap {
        font-size : 12px;
    }
    footer .col_3 .payments_methods {
        gap: 7px;
    }
    footer .col_3 .payments_methods img {
        width : 66px;
    }
    .products_carousel{
        width : 314px !important;
        margin: 0 auto;
    }
    .product_item .product_title .text {
        font-size          : 17px;
    }
    .product_item .buttons .btn {
        width : calc(50% - 9px);
    }
    .superdeals_carousel_wrap .price-box .old-price .price,
    .superdeals_carousel_wrap .blomson_price .special-price .price{
        font-size : 18px;
    }
    .superdeals_carousel_wrap .rrp_price {
        margin-top : 3px;
    }
    .superdeals_carousel .slick-arrow {
        width  : 16px;
        height : 16px;
    }
    .superdeals_carousel .slick-arrow{
        top: 148px;
    }
    .superdeals_carousel .product_top .timer{
        font-size: 10px;
    }
    .superdeals_carousel .product_top .quantity_wrap{
        height: 31px;
        font-size: 10px;
    }
    .product_item .product_top .quantity {
        background  : #5dbf1b;
        height      : 31px;
        line-height : 31px;
    }
    header .right {
        position: absolute;
        top: 99px;
        width: calc(100% - 130px);
        right: 0;
        height: 44px;
        max-height: 44px;
        gap: 12px;
        justify-content: flex-end;
        z-index: 1;
    }
    header .search_wrap {
        width: calc(100% + 130px);
        margin-right: 0;
        position: absolute;
        top: 45px;
        right: 0;
        order: 1;
        display: none;
    }
    header .search_wrap.opened_mobile {
        display: block;
    }
    header .language_wrap {
        margin-left : 10px;
        order: 4;
    }
    .toggle_submenu{
        display: inline-block !important;
        width: 18px;
        height: 33px;
        padding: 11px 0;
        margin-bottom: -11px;
        margin-left: -18px;
        z-index: 10;
    }
    header .cart_icon {
        order: 2;
        width: 44px;
        height: 44px;
        margin-left: 0;
    }
    header .cart_icon img{
        width : 44px;
        height: 44px;
    }
    .minicart-wrapper .counter-number {
        top: 4px;
        right: -1px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    header .login_icon_wrap {
        order: 3;
        margin-left: 0;
    }
    header .login_icon {
        width  : 24px;
        height : 24px;
    }
    .usermenu li.user {
        width: auto;
        padding: 0;
    }
    .usermenu li.user > a{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .toggle_search_mobile:before {
        content: "\55";
        font-family: 'ElegantIcons';
        color: #fff;
        font-size: 21px;
    }
    .login_icon_wrap .user .uk-dropdown {
        top   : 34px !important;
        left  : auto !important;
        right : 0 !important;
    }
    header .login_icon_wrap .text {
        position: relative;
        top: 0;
        bottom: 0;
        font-size: 10px;
        left: 0;
        transform: none;
        margin-left: 5px;
        max-width: 90px;
        white-space: break-spaces;
        text-align: left;
    }
    .uk-nav-dropdown>li>a:focus,
    .uk-nav-dropdown>li>a {
        font-size: 12px;
        width: auto !important;
        white-space: nowrap;
    }
    header .language_wrap .current_lang .storeswitcher>a>span,
    header .language_wrap .current_lang a {
        font-size: 14px;
    }
    header .language_wrap .current_lang .storeswitcher>a>span.icon {
        color: #fff !important;
        font-size: 18px;
    }
    header .language_wrap .current_lang .uk-dropdown {
        top : 31px !important;
    }
    #minisearch-input-top-search {
        width         : 100%;
        height        : 35px;
        padding-left  : 40px;
        border-radius : 0;
        font-size     : 12px;
        box-shadow: 0 0 15px #00000069;
    }
    header .section_2 .container .links{
        display: none;
    }
    body.menu-active{
        overflow: hidden;
    }
    header .section_2 .main_menu>ul>li.link-only-mobile{
        display: block;
    }
    #minisearch-form-top-search + .special_request_wrap {
        transform: translateX(286px);
        right: 0 !important;
        z-index: 100;
        border-radius: 20px 0 0 20px !important;
        opacity: 1 !important;
    }
    #minisearch-form-top-search + .special_request_wrap.opened{
        transform: translateX(0);
    }
    .search_wrap .special_request_wrap .title {
        left      : -39px;
        right     : auto;
        border-radius: 10px 0 0 10px;
    }
    .category_main_content,
    .catalogsearch-result-index aside+div,
    .page-with-filter .main aside+div{
        width: 100% !important;
    }
    .page-with-filter .uk-width-large-7-10 .filter-options {
        margin-left : 0;
    }
    .category_main_content .page-title,
    .catalogsearch-result-index .page-title {
        font-size : 24px;
        margin: 32px 0 0;
    }
    .breadcrumbs {
        margin: 42px 0 32px;
        display: block;
    }
    .breadcrumbs .divider{
        display: inline-block;
    }
    .category_content .container {
        flex-wrap: wrap;
    }
    .category_main_content .products_list,
    .catalogsearch-result-index .products_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .category_main_content > p{
        display: block !important;
    }
    .category_content>.container aside,
    .page-with-filter .main aside{
        display: none;
    }
    .buy_bid_info_wrap.closed {
        transform: translateX(380px);
    }
    .buy_bid_info_wrap {
        top: 160px;
        width: 380px;
    }
    .category_main_content .sort_by button,
    .catalogsearch-result-index .sort_by button,
    .category_main_content .sort_by,
    .catalogsearch-result-index .sort_by,
    .category_main_content .shopping_by .text,
    .catalogsearch-result-index .shopping_by .text{
        font-size: 10px;
    }
    .category_main_content .sort_by, .catalogsearch-result-index .sort_by {
        display : block;
    }
    .category_main_content .sort_by button, .catalogsearch-result-index .sort_by button {
        height      : 28px;
        padding     : 0 15px;
        line-height : 24px;
    }
    .category_main_content .total_products, .catalogsearch-result-index .total_products {
        font-size   : 10px;
        margin-left : 0;
        text-align  : center;
    }
    .category_main_content .current_filters,
    .catalogsearch-result-index .current_filters{
        flex-direction: column;
    }
    .category_main_content .shopping_by .filter_option,
    .catalogsearch-result-index .shopping_by .filter_option{
        margin-left: 0;
        margin-right: 0;
        display: inline-flex;
        width: fit-content;
        font-size: 10px;
    }
    .category_main_content .shopping_by,
    .catalogsearch-result-index .shopping_by{
        display: block;
    }
    .category_main_content .current_filters .remove_filters, .catalogsearch-result-index .current_filters .remove_filters {
        margin-bottom: 15px;
        font-size: 10px;
        text-align: center;
    }
    .category_main_content .current_filters .remove_filters a,
    .catalogsearch-result-index .current_filters .remove_filters a {
        margin-left: 0;
    }
    .category_main_content .shopping_by .text,
    .catalogsearch-result-index .shopping_by .text {
        margin-bottom: 10px;
    }
    .filter-options-content li a .uk-badge{
        margin-top: -4px;
    }
    .uk-modal-dialog>.uk-modal-close {
        right : 14px;
    }
    .catalog-product-view #maincontent .columns .main .product.media,
    .catalog-product-view .product-info-main-wrapper .product-info-main{
        width : 100%;
        margin: 0;
    }
    .catalog-product-view #maincontent .columns .main {
        display: flex;
        flex-direction: column;
    }
    .catalog-product-view .fotorama__stage {
        width       : 100% !important;
    }
    .product-info-main-wrapper{
        width: 100%;
    }
    .catalog-product-view #product_addtocart_form .title,
    .catalog-product-view #product_addtocart_form_bid .title{
        font-size      : 18px;
        line-height: 20px;
    }
    .catalog-product-view #product_addtocart_form_bid,
    .catalog-product-view #product_addtocart_form{
        padding: 10px;
        height: 88px;
    }
    .catalog-product-view .product_count {
        margin-top: 0;
        transform: scale(0.7);
        margin-left: -13px;
        margin-right: -13px;
    }
    .catalog-product-view .blomson_price_label {
        font-size : 12px;
        line-height: 1;
    }
    .catalog-product-view .product-info-main .price-box {
        width : 90px;
        margin-top: -17px;
    }
    .catalog-product-view .product-info-main .advised-price {
        font-size : 12px;
    }
    .catalog-product-view .product-info-main .advised-price {
        font-size: 12px;
        line-height: 1;
        height: 28px;
        margin-bottom: 9px;
    }
    .catalog-product-view .product-info-main .advised-price .price {
        font-size   : 13px;
        margin-top: 3px;
        line-height: 1;
    }
    .catalog-product-view #product_addtocart_form_bid .bid_input_wrap {
        margin-top: 0;
        margin-left: -2px;
        margin-right: -30px;
        transform: scale(0.7);
    }
    .product-info-main-wrapper .product-atts .product-spec-wrap {
        height          : 35px;
        justify-content : flex-start;
    }
    .product-info-main-wrapper .product-atts .product-spec-wrap h2 {
        font-size   : 16px;
        line-height : 35px;
        margin      : 0 0 0 13px;
    }
    .product-info-main-wrapper .product-atts .product-spec-wrap > div .quantity {
        height      : 22px;
        line-height : 22px;
        width       : 40px;
        font-size: 10px;
    }
    .catalog-product-view .regular-price .price {
        font-size: 13px;
        margin-top: 3px;
        line-height: 1;
        display: block;
    }
    .catalog-product-view #product_addtocart_form_bid .bid_input_wrap:before {
        font-size: 13px;
        left: -22px;
    }
    .catalog-product-view .bid_input_wrap .currency {
        font-size   : 18px;
    }
    .catalog-product-view #product_addtocart_form .buy_bid, .catalog-product-view #product_addtocart_form_bid .buy_bid {
        width: 160px;
        font-size: 12px !important;
        height: 35px !important;
        line-height: 33px;
    }
    .catalog-product-view .product-info-main .add_to_card_wrap {
        margin-top: 0;
        margin-left: 10px;
        float: right;
    }
    .catalog-product-view #maincontent .columns .main {
        position: relative;
        gap: 0;
    }
    .catalog-product-view #maincontent .columns .main .product.media{
        position: absolute;
        top: 88px;
        left: 0;
    }
    .catalog-product-view #maincontent .columns .main .product.media .fotorama{
        margin: 0;
    }
    .catalog-product-view #product_addtocart_form_bid {
        margin-top: 402px;
    }
    .catalog-product-view .product-atts {
        height: auto;
        margin-top: 30px;
    }
    .product-info-main-wrapper .product-atts .product-spec-wrap > div{
        font-size: 10px;
    }
    .product-info-main-wrapper .product-atts .additional-attributes-wrapper span{
        font-size: 10px;
    }
    .catalog-product-view .product-atts .uk-list > div > div {
        height          : 30px;
        padding         : 0 10px;
    }
    .catalog-product-view .product-atts .uk-list > div + div:before {
        height     : calc(100% - 24px);
        top        : 12px;
    }
    .catalog-product-view .product-desc,
    .catalog-product-view .hulp{
        margin-top: 30px !important;
    }
    .catalog-product-view .product-desc h2,
    .catalog-product-view .hulp .hulp-questions-label{
        font-size: 16px;
        line-height: 35px;
        height: 35px;
    }
    .catalog-product-view .product-desc .product-more .description{
        font-size: 10px;
    }
    .catalog-product-view .hulp > a {
        order : 2;
        margin-left: 32px;
    }
    .catalog-product-view .hulp .contact {
        order : 3;
    }
    .catalog-product-view .hulp .contact {
        margin: 9px 32px 0px 32px;
        max-width: 100% !important;
    }
    .catalog-product-view .hulp .contact .uk-form-row input[type="email"] {
        padding   : 14px 23px;
        font-size : 12px;
    }
    .catalog-product-view .hulp .contact .action.submit{
        position: relative;
        left: 0;
        top: 0;
        height: 46px;
        line-height: 44px;
        font-size: 16px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .catalog-product-view .hulp .contact .mage-error {
        font-size: 12px;
        line-height: 1;
    }
    .catalog-product-view .login-price {
        font-size: 12px;
        margin-top: -6px;
    }
    .catalog-product-view #maincontent {
        padding-bottom: 100px !important;
    }
    .about_info_wrapper {
        padding-top: 56px;
    }
    .about_info .row_1 {
        flex-direction: column;
    }
    .row_1 .row_1_text {
        margin-bottom: 20px;
        padding: 0;
        background-color: transparent;
    }
    .row_1 .row_1_text>p, .row_2 .row_2_text>p {
        font-size: 12px;
        line-height: 22px;
    }
    .row_1 .coming_soon_wrap {
        width: 100%;
        min-width: 100%;
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
        margin: 0;
    }
    .row_1 .coming_soon {
        font-size : 12px;
    }
    .row_1 .coming_soon>h4 {
        font-size : 12px;
    }
    .row_1 .coming_soon_wrap .coming_img {
        min-width: 100%;
    }
    .about_info{
        background-position: center 280px;
        background-size: 1089px;
    }
    .about_info .row_2 {
        flex-direction: column;
        gap: 0;
    }
    .row_2 .row_2_text {
        padding   : 0;
        background-color: transparent;
        margin-top: 30px;
        margin-bottom: 30px;
        order: 1;
    }
    .row_2 .row_2_img {
        min-width: 100%;
        width: 100%;
        order: 2;
    }
    .row_2 .row_2_img img {
        position : relative;
    }
    .about_info .call_to_action {
        font-size: 24px;
        line-height: 29px;
        padding: 0;
        height: 200px;
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .row_2 .row_2_contacts {
        border-radius: 0 0 15px 15px;
        position: relative;
        order: 3;
        width: 100%;
    }
    .team {
        padding: 90px 0 30px;
    }
    .team .team_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .team .team_item a {
        margin: 0 0 9px;
    }
    #brands {
        padding: 60px 0 30px;
    }
    .brands_contact_block {
        font-size   : 12px;
        line-height : 22px;
    }
    #brands .uk-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 8px;
    }
    #brands .box-img {
        height: 82px;
    }
    #brands .img img {
        max-height: 70px;
    }
    #brands .box-img .overlay-background h5 {
        font-size: 8px;
    }
    #brands .omb-button {
        font-size: 10px;
        margin: 0;
        height: 29px;
    }
    #brands .box-img .overlay-background{
        visibility: hidden;
    }
    #brands .omb-overlay:hover .overlay-background{
        visibility: visible;
    }
    .contact-index-index .contact_content_container {
        margin: 56px auto 0;
    }
    .contact-index-index .contact_page_info {
        font-size : 12px;
        line-height: 18px;
        padding   : 0 36px;
    }
    .contact-index-index .contact_form_wrap {
        min-width : 100%;
        padding   : 0 36px;
    }
    .contact-index-index .contact_form_wrap .form_title {
        text-align: center;
    }
    .contact-index-index .contact_form_wrap form {
        padding : 30px 30px 0;
        margin-bottom: 56px;
    }
    .contact-index-index .contact_form_wrap input[type="email"] {
        padding   : 0 15px;
        font-size : 12px;
    }
    .contact-index-index .contact_form_wrap textarea {
        padding: 11px 15px;
        font-size: 12px;
    }
    .contact-index-index .row_2_contacts {
        position : relative;
        width    : 100%;
    }
    .contact-index-index #maincontent{
        padding-bottom: 0 !important;
    }
    .contact-index-index .row_2_contacts {
        padding   : 30px 30px 17px 30px;
    }
    .contact-index-index .row_2_contacts a {
        font-size       : 16px;
    }
    .contact-index-index .row_2_contacts a img{
        width : 28px;
        height: 28px;
    }
    .contact-index-index .contact_form_wrap .actions-toolbar button{
        position: relative;
        left: 0;
        top: 0;
        display: block;
        margin: -10px auto 30px;
    }
    .contact-index-index .contact_form_wrap div.mage-error {
        max-width   : 100%;
        height      : 28px;
        padding: 0 0 0 15px;
    }
    .contact-index-index .contact_form_wrap input[type="checkbox"] + div.checkbox {
        margin-top    : 0;
        margin-bottom : 10px;
    }
    .text_page_content h4,
    .text_page_content h5{
        font-size: 12px;
        line-height: 22px;
    }
    .text_page_content .logos_list img {
        width: 66px;
        height: 32px;
        margin: 0 0;
    }
    .text_page_content {
        padding-bottom: 50px;
    }
    .page_title_bg .container {
        padding: 0;
    }
    .cms-privacy .text_page_content .cookies_list th {
        height: 35px;
        font-size: 14px;
        padding: 12px;
    }
    .cms-privacy .text_page_content .cookies_list td:nth-child(1),
    .cms-privacy .text_page_content .cookies_list td:nth-child(2){
        font-size: 8px;
        width: 50%;
    }
    .cms-privacy .text_page_content .cookies_list td {
        padding: 10px 15px;
    }
    .page_title_bg .text_shadow {
        font-size: 49px;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        padding-top: 30px;
    }
    .page_title_bg h1 {
        top: 0;
        font-size: 36px;
        position: absolute;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 4px;
    }
    .overstock-index-index .buttons_wrap {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .product_item .product_top .quantity_sku>div {
        font-size: 14px;
    }
    .catalog-product-view .sale_item .price-box .old-price,
    .catalog-product-view .price-box.price-final_price .special-price{
        font-size : 13px !important;
    }
    .catalog-product-view .sale_item .price-box .old-price {
        margin-top: 2px;
    }
    .checkout-cart-index .page-title {
        font-size: 24px;
        margin: 60px 0 40px;
    }
    .checkout-cart-index #shopping-cart-table thead th:nth-child(1) {
        font-size : 20px;
    }
    .customer-account-login #maincontent,
    .customer-account-create #maincontent,
    .account .uk-container,
    .checkout-cart-index #maincontent > .columns,
    .checkout-index-index #maincontent {
        max-width: 100%;
    }
    .checkout-cart-index #shopping-cart-table .cart.item tr {
        padding    : 20px;
    }
    .checkout-cart-index #shopping-cart-table .col.item a {
        width: 110px;
        height: 110px;
    }
    .checkout-cart-index #shopping-cart-table .cart.item tr {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .checkout-cart-index #shopping-cart-table td.col.item {
        order: 1;
    }
    .checkout-cart-index #shopping-cart-table td.name {
        order: 2;
        margin-left: 0;
        display: flex;
        position: relative;
        min-width: 130px !important;
        width: 130px;
    }
    .checkout-cart-index #shopping-cart-table td.col.qty{
        order: 3;
        margin-top: 130px;
        margin-left: 0;
    }
    .checkout-cart-index #shopping-cart-table td.col.price{
        order: 4;
        width : calc(50% - 20px);
        align-items: flex-start;
        margin-top: 10px;
        justify-content: flex-start;
    }
    .checkout-cart-index #shopping-cart-table td.col.subtotal{
        order: 5;
        width : calc(50% - 20px);
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-top: 10px;
    }
    #shopping-cart-table {
        display: flex;
        flex-direction: column;
    }
    .checkout-cart-index #shopping-cart-table thead {
        overflow: hidden;
    }

    .checkout-cart-index #shopping-cart-table .product-item-details {
        height: auto;
    }
    .checkout-cart-index #shopping-cart-table .product-item-details .stock{
        order: 1;
        height: 110px;
        min-height: 110px;
        align-items: flex-start;
    }
    .checkout-cart-index #shopping-cart-table .product-item-details a{
        order: 2;
        margin-left: -130px;
        margin-top: 20px;
        width: 240px;
    }
    .checkout-cart-index #shopping-cart-table .product-item-details .sku{
        order: 3;
        margin-left: -130px;
        width: 240px;
    }
    .cart_payment_methods .payments_methods {
        justify-content: center;
    }
    .cart-container .uk-width-medium-2-3 form{
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .cart-container .uk-width-medium-2-3 form .cart.table-wrapper{
        order: 1;
    }
    .checkout-cart-index .clear-shopping-cart{
        order: 2;
        text-align: right;
        margin-bottom: 30px;
    }
    .cart_payment_methods{
        order: 3;
    }
    .cart.main.actions{
        order: 4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cart.main.actions button.action.update{
        margin-top: 20px;
    }
    .checkout-cart-index .cart-summary #block-shipping .title strong {
        font-size   : 20px;
        line-height : 49px;
    }
    .checkout-cart-index .cart-summary #block-shipping .title {
        height     : 50px;
    }
    #cart-totals th, #cart-totals td {
        padding : 10px 20px;
        font-size: 12px !important;
    }
    .checkout-cart-index ul.checkout.methods {
        padding: 0;
    }
    .checkout-cart-index .cart-summary button.cta {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 30px auto !important;
        display: block;
    }
    .checkout-cart-index .cart-container .cart-summary {
        padding: 0 0 40px;
    }
    .mobile_cart_label_price,
    .mobile_cart_label_qty,
    .mobile_cart_label_subtotal{
        display: block !important;
        font-size: 14px;
        color: #707070;
        font-family: 'Rubik';
        font-weight: 300;
        text-transform: uppercase;
        font-style: italic;
        margin-bottom: 5px;
    }
    .checkout-cart-index #shopping-cart-table .col.qty {
        min-width : 88px;
    }
    .mobile_cart_label_qty{
        text-align: right;
    }
    .checkout-cart-index #shopping-cart-table .cart.item tr{
        position: relative;
    }
    .checkout-cart-index #shopping-cart-table td.col.price.bid_input_td .mobile_cart_label_price,
    .checkout-cart-index #shopping-cart-table td.col.price.bid_input_td .old-price{
        position: absolute;
    }
    .checkout-cart-index #shopping-cart-table td.col.price.bid_input_td .mobile_cart_label_price{
        top: 89px;
        left: 150px;
    }
    .checkout-cart-index #shopping-cart-table td.col.price.bid_input_td .old-price{
        top: 112px;
        left: 150px;
    }
    .thank-you-bid-wrapper span {
        font-size: 11px;
    }
    .checkout-index-index #maincontent .step-title {
        font-size   : 14px;
    }
    .bss-onestepcheckout .opc-wrapper #shipping,
    .bss-onestepcheckout .opc-wrapper #opc-shipping_method,
    .bss-onestepcheckout .opc-wrapper #payment{
        float        : none;
        margin-right : 0;
        width        : 100% !important;
        font-size: 14px;
        margin-bottom: 4%;
    }
    .bss-onestepcheckout #opc-sidebar .opc-block-summary table {
        font-size: 14px;
    }
    .bss-onestepcheckout #opc-sidebar .actions-toolbar>.primary>.btn-placeorder{
        font-size: 16px;
    }
    .bss-onestepcheckout.checkout-index-index input[type="checkbox"]{
        margin: 2px 7px 0 0;
    }
    .customer-account-login .page-wrapper,
    .customer-account-create .page-wrapper {
        overflow-x: visible;
    }
    .customer-account-login .page-title span,
    .customer-account-create .page-title span {
        font-size : 32px;
        margin-top: 62px;
        margin-bottom: 40px;
    }
    .customer-account-login #maincontent,
    .customer-account-create #maincontent,
    .account #maincontent .uk-container,
    .checkout-cart-index #maincontent > .columns,
    .checkout-index-index #maincontent {
        padding-left: 36px;
        padding-right: 36px;
    }
    .customer-account-login .fieldset,
    .customer-account-create .fieldset {
        min-width: 100%;
    }
    .customer-account-login .block .block-title strong ,
    .customer-account-create .block .block-title strong {
        font-size : 14px;
        margin-bottom: 10px;
        display: block;
    }
    .block-customer-login form .note {
        margin-bottom: 37px;
        font-size: 12px;
    }
    .block-customer-login .block-content label,
    .form-create-account .label{
        font-size: 12px;
    }
    .customer-account-login #maincontent input[type='text'],
    .customer-account-login #maincontent input[type='password'],
    .customer-account-login #maincontent input[type='email'],
    .form-edit-account input[type='text'],
    .form-edit-account input[type='password'],
    .form-edit-account input[type='email'],
    .form-address-edit input[type='text'],
    .form-address-edit input[type='password'],
    .form-address-edit input[type='email'] {
        max-width : 100%;
        padding   : 0 18px;
        font-size : 12px;
        width : 100%;
    }
    .customer-account-login .control.uk-form-controls,
    .customer-account-login .address .field,
    .form-create-account .field.street .nested{
        width: 100%;
    }
    .customer-account-login a.remind{
        font-size: 16px;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .customer-account-login button[type="submit"],
    .form-edit-account button[type="submit"],
    .form-address-edit button[type="submit"]{
        width : 100%;
        margin: 15px 0;
        text-align: center;
    }
    .block-new-customer {
        border-left: none;
        border-top: 1px solid #707070;
        padding-top: 60px;
    }
    .block-new-customer .block-content {
        font-size: 12px;
    }
    .form-create-account .legend {
        font-size: 12px;
    }
    .form-create-account .date div:last-child {
        font-size: 12px;
    }
    .form-create-account .fieldset.address .legend {
        padding-top: 40px;
        display: block;
    }
    #password-strength-meter{
        font-size: 10px;
    }
    .form-create-account .choice.newsletter div.checkbox + .label{
        margin-top: 6px;
    }
    .form-create-account select, .form-edit-account select, .form-address-edit select {
        width     : 100%;
        padding   : 0 14px;
        font-size : 12px;
    }
    .account aside + div {
        font-size: 14px;
    }
    .account .uk-grid.main{
        display: block;
        padding: 0 36px;
    }
    .account aside {
        width: 100% !important;
        border-left: 1px solid #09785F;
        border-top: 1px solid #09785F;
        border-bottom: 1px solid #09785F;
        margin-bottom: 30px !important;
    }
    .account aside li.active a {
        font-size: 16px;
    }
    .account aside li a {
        height      : 49px;
        line-height : 49px;
    }
    .account aside + div {
        padding: 0;
        width: 100% !important;
    }
    .account .block.block-dashboard-info .block-content .box,
    .account aside + div .block-dashboard-addresses .block-content .box{
        margin-bottom: 40px;
        height: auto !important;
    }
    .form-edit-account .fullname label,
    .form-edit-account label,
    .form-address-edit label,
    .form-address-edit .fullname label {
        font-size: 12px;
    }
    .account div.checkbox + .label{
        margin-top: 5px;
        display: inline-block;
    }
    .account .form-newsletter-manage {
        padding : 0 0 220px;
    }
    .account .form-newsletter-manage .fieldset > img {
        bottom: -90px;
        right: 0;
    }
    .account label[for="primary_shipping"] span,
    .account label[for="primary_billing"] span{
        margin-top: 5px;
        display: inline-block;
    }
    .account .main .box {
        padding: 20px 0px 20px !important;
    }
    .account aside + div .omb-button{
        font-size: 14px;
    }
    .form-address-edit .street .nested {
        margin-top: 15px;
    }
    .account .orders-history .history > tbody > tr > td:nth-child(1),
    .account .orders-history .history > thead > tr > th:nth-child(1){
        padding-left: 20px;
    }
    .account .orders-history .history > thead > tr > th,
    .account .orders-history .history > tbody > tr > td {
        white-space: nowrap;
        padding-left: 20px;
    }
    .account .orders-history .history > tbody > tr > td {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: auto;
    }
    .account .orders-history .history .reorder_link {
        font-size: 12px;
    }
    .account .orders-history .history > tbody > tr > td.actions{
        display: flex;
    }
    .order_view_details td{
        min-height: auto;
    }
}



.product_item .blomson_price .regular-price .price {
    display: block;
}
.product_item .buy_wrap .blomson_price .price-box .login-price {
    color: #fff;
}
.cms-jobs .text_page_content strong{
    font-weight: 600;
}
.cms-jobs .text_page_content p {
    margin: 10px 0;
}

.products_list_cart_viewed{
    column-gap: 18px;
    margin: 0 auto;
    max-width: 1283px;
}
@media (max-width: 1540px) {
    .products_list_cart_viewed {
        max-width: 1200px;
    }
}
.products_list_cart_viewed .product_item{
    width: calc((100% - 80px) / 4);
    margin-right: 0;
    max-width: 218px;
}
@media (max-width: 1023px){
    .products_list_cart_viewed .product_item{
        width : calc((100% - 40px) / 2);
        margin-bottom: 30px
    }
    .smile-elasticsuite-autocomplete-result .autocomplete-list.show_all .search-all-results-wrapper{
        position: relative;
    }
    .smile-elasticsuite-autocomplete-result .autocomplete-list.show_all .search-all-results-wrapper:before{
        position: absolute;
        width: calc(100% + 40px);
        height: 70px;
        content: '';
        left: -20px;
        bottom: -14px;
        background: #fff;
        z-index: -1;
        border-radius: 0 0 25px 25px;
    }
    .checkout-cart-index .cart-empty {
        margin: -10px 0 65px 0;
    }
    .smile-elasticsuite-autocomplete-result .autocomplete-list.show_all{
        z-index: 2;
    }
}
@media (max-width: 540px){
    .products_list_cart_viewed .product_item{
        width : 100%;
    }
}
@media (max-width: 1540px) and (min-width: 1281px){
    .product_item .rrp_price .price{
        font-size: 16px;
    }
    .product_item .blomson_price .regular-price .price{
        font-size: 20px;
        margin-top: 3px;
    }
}
.product-add-form  #qty-error.mage-error{
    position: absolute;
    color: #C91818;
    font-size: 14px;
    line-height: 1.2;
    width: 200px;
    padding: 12px;
    background: #f6e1e1;
    z-index: 1;
    border: 1px solid #C91818;
    top: 60px;
    border-radius: 5px;
    left: 0;
}
.product_item .product_top .quantity{
    width: 43px;
}
.product_item .product_top .quantity_sku{
    padding-right: 10px;
}

/* cookiebanner fix */
.ccc-icon--left {display: none !important;}
#ccc-close{
    display: none !important;
}
@media (min-width: 600px){
    #ccc .ccc-notify-box-dismiss{
        display: none !important;
    }
}
button#ccc-notify-dismiss.ccc-notify-box-dismiss.ccc-link.ccc-tabbable{
    display: none !important;
    width: 1px !important;
}
/* end of cookiebanner fix */

/* 24654353 ticket */
.products_list_cart_viewed{
    max-width: 100%;
}
.products_list_cart_viewed .product_item{
    max-width: 308px;
    width: calc((100% - 54px) / 4);
}
@media (max-width: 1280px) {
    .products_list_cart_viewed .product_item{
        width: calc((100% - 60px) / 4);
    }
    .products_list_cart_viewed .product_item .rrp_price .price {
        font-size: 16px;
        display: block;
    }
    .products_list_cart_viewed .product_item .blomson_price .price,
    .products_list_cart_viewed .product_item .price-final_price .old-price .price{
        font-size: 18px;
    }
}
@media (max-width: 1023px) {
    .products_list_cart_viewed .product_item{
        width: calc((100% - 40px) / 2);
    }
}
@media (max-width: 620px) {
    .products_list_cart_viewed .product_item{
        width: 100%;
    }
}
.block.crosssell {
    display:none!important;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Webmakkers/Blomson/en_GB/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Webmakkers/Blomson/en_GB/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background .15s;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mollie-buttons {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}
.mollie-buttons .button:hover {
  background-color: #0077CB;
}
.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}
.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}
.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}
.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}
.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}
.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}
.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}
.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mollie-component {
  width: 90%;
  height: 20px;
  background-color: #FFF;
  padding: 10px 15px;
  border-radius: 6px;
  color: #222;
  transition: all .05s ease;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  margin-top: 5px;
}
.mollie-component.is-invalid {
  background-color: #FFF0F0;
  box-shadow: 0px 1px 1px 0px rgba(255, 51, 68, 0.1), 0px 1px 3px 0px rgba(255, 51, 68, 0.1);
}
.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}
.component-error {
  color: #FF0000;
  display: none;
  margin-bottom: 10px;
}
