/*
Theme Name: Hansamaaler
Theme URI:
Author: Novot Agentuur
Author URI:
Version: 1.0
*/
/* =WordPress Core
-------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  /* 62.5% of 16px base font size is 10px */
  font-size: 62.5%;
}
b, strong {
    font-weight: 600;
}
.content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.fixed-width {
  max-width: 192rem;
  width: 100%;
  margin: auto;
}
.fixed-width-sm {
  max-width: 87rem;
  width: 100%;
  margin: auto;
}
.fixed-width-xl {
  max-width: 256rem;
  width: 100%;
  margin: auto;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.d-grid {
  display: grid !important;
}
.grid-equal-columns {
  grid-template-columns: 1fr 1fr;
}
@media (min-resolution: 120dpi) {
  html {
    font-size: 50%;
  }
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
  color: #0B2533;
}
/* [class*='col-']:hover {
  background-color: #ffa8a824;
} */
a:focus,
a:hover {
  text-decoration: none;
}
.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.5rem auto 0.5rem auto;
}
.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}
.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}
a img.alignright {
  float: right;
  margin: 0.5rem 0 2rem 2rem;
}
a img.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.5rem 2rem 2rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0.5rem 0.3rem 1rem;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0.5rem 2rem 2rem 0;
}
.wp-caption.alignleft {
  margin: 0.5rem 2rem 2rem 0;
}
.wp-caption.alignright {
  margin: 0.5rem 0 2rem 2rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin: 0;
  padding: 0 0.4rem 0.5rem;
}
/*GENERAL*/
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-r-padding {
  padding-right: 0;
}
.no-l-padding {
  padding-left: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
} */
.wrap {
  position: relative;
  padding-top: 14.5rem;
}
textarea:focus,
input:focus {
  outline: none;
}
*:focus {
  outline: none;
}
.gallery {
  margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 1.3rem;
  font-style: italic;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
blockquote {
  text-align: center;
  padding: 3.5rem 10rem;
  background: transparent;
  position: relative;
  border-left: 0;
  margin-bottom: 1.5rem;
  display: inline-block;
}
blockquote::before {
  font-family: FontAwesome;
  content: '\f10e';
  color: black;
  position: absolute;
  left: 1rem;
  top: 0;
  font-size: 7rem;
}
blockquote::after {
  font-family: FontAwesome;
  content: '\f10d';
  color: black;
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 7rem;
}
/*#goTop {
background: url('images/gotop-v2.svg');
padding:5px;
position:fixed;
bottom:-130px;
right:10px;
color: #fff;
cursor: pointer;
height: 55px;
width: 55px;
text-align: center;
text-indent: -9999px;
z-index: 99999;
}
#goTop:hover {
background: url('images/gotop.svg');
}*/
h1,
.h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 4.5rem;
  padding-bottom: 6rem;
  margin: 0;
  display: block;
}
h2,
.h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.2rem;
  padding-bottom: 1rem;
  margin: 0;
  margin-top: 0rem;
}
h3,
.h3 {
  color: rgba(66, 82, 90, 1);
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  padding-bottom: 3rem;
  margin: 0;
  margin-top: 2rem;
}
p:not(:last-child),
.content ul:not(:last-child) {
  padding-bottom: 3rem;
  margin: 0;
}
.content ul {
  line-height: 2.2rem;
  padding-left: 0;
}
.content ul li,
body .summary ul li,
.content .list-style-1 ul li,
.p-elemendi-sisu ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 6rem;
}
.content ul li:before,
body .summary ul li:before,
.content .list-style-1 ul li:before,
.woo-content.content .list-style-1 ul li::before,
.p-elemendi-sisu ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  background-color: #000;
  position: absolute;
  left: 0;
  top: .8rem;
  display: block;
}
.hele .p-elemendi-sisu ul li::before {
  background-color: #fff;
}
.content ul li:not(:last-child),
body .summary ul li:not(:last-child),
.content .list-style-1 ul li:not(:last-child),
.p-elemendi-sisu ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-elemendi-sisu ul {
  padding-left: 0 !important;
}
ol {
  padding-left: 0;
}
ol li {
  padding-left: 5rem;
  margin-left: 1rem;
}
ol li::marker {
  padding-left: 6rem;
  position: absolute;
}
ol ol li {
  padding-left: 0;
  margin: 1rem 2rem;
}
header#main-header {
  position: fixed;
  z-index: 1001;
  left: 0;
  width: 100%;
  background-color: #fff;
  top: 0;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s;
}
header#main-header:after {
  content: "";
  width: 100%;
  height: 9rem;
  top: 99%;
  background: url('images/spray-1.svg') no-repeat 0 -1px / 150rem;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
.header-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-logo img {
  max-height: 8.5rem;
}
.wpml-ls-legacy-list-horizontal {
  margin-left: 2rem;
}
nav .wpml-ls-legacy-list-horizontal {
  margin-left: 1rem;
  margin-top: 2rem;
}
.wpml-ls-current-language a {
  color: #ED174B;
}
body .wpml-ls-legacy-list-horizontal a {
  padding: 5px 5px 6px;
}
.header-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1.5rem;
  padding: 3rem 7.5rem;
  max-width: 192rem;
  margin: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
header ul {
  margin: 0;
  padding: 0;
}
header li {
  list-style: none;
  font-size: 1.7rem;
  letter-spacing: 0;
  font-weight: 400;
  float: none;
  display: inline-block;
}
header li a {
  color: #0B2533;
  padding-left: 5rem;
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
header li.current-menu-item a,
header li:hover>a,
.sidebar-elements a.current,
.current_page_parent>a {
  color: #ED174B;
}
.header-logo img {
  width: 27rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.scrolled header#main-header {
  background-color: #F2F2F2;
}
.scrolled header#main-header:after {
  opacity: 0;
}
.scrolled .header-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.scrolled .header-logo img {
  width: 20rem;
}
.scrolled .header-top {
  height: 0;
  overflow: hidden;
}
.scrolled .header-menu {
  justify-content: center;
}
.home-slider {
  opacity: 0;
  transition: all .3s;
}
.home-slider.is-initialized {
  display: block;
  opacity: 1;
}
.home-slider .splide__slide {
  min-height: 85rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-slider:after {
  content: "";
  width: 50%;
  height: 9rem;
  background: url('images/spray.svg') no-repeat 0 0.1rem / 180rem;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1;
}
.home-slider li:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(11, 37, 51, .4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
button.splide__arrow {
  position: absolute;
  top: 50%;
  border: 2px solid #fff;
  width: 7.1rem;
  height: 7.1rem;
  background: transparent;
  color: #fff;
  border-radius: 7rem;
  transition: all .3s ease;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 7rem;
  -moz-border-radius: 7rem;
  -ms-border-radius: 7rem;
  -o-border-radius: 7rem;
}
button.splide__arrow:disabled:hover {
  background-color: transparent;
}
button.splide__arrow.splide__arrow--prev {
  left: 15rem;
}
button.splide__arrow.splide__arrow--next {
  right: 15rem;
}
button.splide__arrow:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transition: all .3s;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
button.splide__arrow.splide__arrow--next:after {
  transform: rotate(-45deg) translate(-50%, -50%);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -moz-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  -o-transform: rotate(-45deg) translate(-50%, -50%);
}
button.splide__arrow.splide__arrow--prev:after {
  transform: rotate(-230deg) translate(20%, 20%);
  -webkit-transform: rotate(-230deg) translate(20%, 20%);
  -moz-transform: rotate(-230deg) translate(20%, 20%);
  -ms-transform: rotate(-230deg) translate(20%, 20%);
  -o-transform: rotate(-230deg) translate(20%, 20%);
}
button.splide__arrow.splide__arrow--next:hover:after {
  transform: rotate(-45deg) translate(0%, 0%);
  -webkit-transform: rotate(-45deg) translate(0%, 0%);
  -moz-transform: rotate(-45deg) translate(0%, 0%);
  -ms-transform: rotate(-45deg) translate(0%, 0%);
  -o-transform: rotate(-45deg) translate(0%, 0%);
}
button.splide__arrow.splide__arrow--prev:hover:after {
  transform: rotate(-230deg) translate(50%, 50%);
  -webkit-transform: rotate(-230deg) translate(50%, 50%);
  -moz-transform: rotate(-230deg) translate(50%, 50%);
  -ms-transform: rotate(-230deg) translate(50%, 50%);
  -o-transform: rotate(-230deg) translate(50%, 50%);
}
.carousel-content {
  position: absolute;
  max-width: 57rem;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 2.1rem;
}
.carousel-content p {
  font-weight: 300;
  margin-bottom: 1.5rem;
}
/* Home banner hero  */
p.hero-style1 {
  font-weight: 600;
  font-size: 6rem;
  letter-spacing: -.1rem;
}
.carousel-content p.hero-style1 {
  display: block;
  margin-bottom: 4rem;
  line-height: 6rem;
  padding-bottom: 0;
}
.btn,
body .fluentform .ff-btn-submit.btn,
body button.ff_modal_btn.btn {
  padding: 2.3rem 5.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  border-radius: 6rem;
  display: inline-block;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
  border: 0 none;
  opacity: 1;
}
body footer .fluentform .ff-btn-submit.btn:hover,
body footer button.ff_modal_btn.btn:hover {
  color: #ED174B;
}
body footer .fluentform .ff-btn-submit.btn:hover span.btnhover,
body footer button.ff_modal_btn.btn:hover span.btnhover,
body footer .fluentform .ff-btn-submit.btn span.btnhover,
body footer button.ff_modal_btn.btn span.btnhover {
  background-color: #fff;
  opacity: 1;
}
body .fluentform .ff-btn-submit.btn,
body button.ff_modal_btn.btn {
  padding: 1.7rem 5.5rem;
}
.btn.btn-style1,
.fluentform .ff-btn-submit.btn.btn-style1,
body button.ff_modal_btn.btn {
  background-color: #ED174B;
}
.btn.btn-style1:hover {
  color: #fff;
}
.btn.btn-style2 {
  border: 2px solid #F1F1F1;
  background-color: #F1F1F1;
  color: #42525A;
}
.home-intro {
  max-width: 100rem;
  margin: auto;
  padding: 10rem 0;
  text-align: center;
  font-size: 1.8rem;
}
.home-intro .hero-style1 {
  line-height: unset;
  font-size: 4rem;
}
p a,
p a:hover {
  color: #ED174B;
  font-weight: 700;
}
button.splide__pagination__page {
  width: 0.9rem;
  height: 0.9rem;
  background: #E0E0E0;
  margin: 1rem;
  padding: 0;
  border: 0;
  border-radius: 10px;
}
button.splide__pagination__page.is-active {
  background: #ED174B;
}
div#logode-karussell li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
div#logode-karussell li img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
div#logode-karussell li:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
div#logode-karussell,
div#kasuliku-info-carousel {
  padding: 10rem 15rem 5rem;
  margin: auto;
  display: none;
}
div#logode-karussell.is-initialized,
div#kasuliku-info-carousel.is-initialized {
  display: block;
}
div#logode-karussell .splide__pagination {
  margin-top: 5rem;
}
.logode-karussell .splide__slide img {
  max-height: 8rem;
  width: auto;
  max-width: 15rem;
}
.logode-karussell .splide__slide,
.kasuliku-info-carousel .splide__slide {
  text-align: center;
}
div#kasuliku-info-carousel .splide__pagination {
  margin-top: 10rem;
}
div#kasuliku-info-carousel {
  padding: 15rem 15rem 3rem;
  margin-bottom: 3rem;
}
.kasuliku-info-wrap {
  margin-bottom: 8.5rem;
}
footer#footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer#footer>div {
  padding: 16rem 15rem 6rem 24rem;
}
footer#footer>div:first-child {
  padding: 16rem 24rem 6rem 15rem;
}
footer#footer>div>div {
  max-width: 57rem;
}
.footer-info-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer-info {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-form {
  position: relative;
  background-color: #0b2533d4;
  background: url('https://www.hansamaaler.ee/wp-content/uploads/2022/08/shutterstock_297238043@2x-scaled.jpg') no-repeat center / cover;
}
.footer-form:before {
  background-color: #0b2533d4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.submitted.footer-form:before {
  background-color: #ED174B;
  mix-blend-mode: multiply;
}
.submitted .fluentform form {
  opacity: 0;
}
body .submitted .ff-message-success {
  border: none;
  padding: 0%;
  color: white;
  background: transparent;
}
.submitted .hero-style1 {
  opacity: 0;
}
.hiddenmsg .ff-message-success {
  display: none;
}
body .submitted .ff-message-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
}
footer p.hero-style1,
.kontakt p.hero-style1 {
  font-size: 3rem;
  color: #ED174B;
  letter-spacing: unset;
  display: block;
  margin-bottom: 5rem;
}
footer .footer-form p.hero-style1 {
  color: #fff;
}
.footer-inner {
  position: relative;
  z-index: 1;
}
body a.link-with-caret {
  color: #ED174B;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  text-transform: uppercase;
  padding-right: 3rem !important;
}
body a.link-with-caret:hover:after {
  right: .5rem;
}
body a.link-with-caret.white {
  color: #fff;
}
body a.link-with-caret:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transition: all .3s;
  border: solid #ED174B;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg) translate(45%, -50%);
  -webkit-transform: rotate(-45deg) translate(45%, -50%);
  -moz-transform: rotate(-45deg) translate(45%, -50%);
  -ms-transform: rotate(-45deg) translate(45%, -50%);
  -o-transform: rotate(-45deg) translate(45%, -50%);
}
body a.link-with-caret.white:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
body a.with-icon {
  font-size: 2.1rem;
  font-weight: 400;
  color: #0B2533;
  display: block;
  margin-bottom: 3rem;
  padding-left: 4.5rem;
}
body .social-media a.with-icon {
  font-size: 1.8rem;
  font-weight: 400;
  color: #0B2533;
  display: block;
  margin-bottom: 3rem;
  overflow: visible;
  padding: 2px 0 !important;
  text-indent: 0;
  text-align: center;
}
a.phone-link.with-icon {
  background: url('images/tel-ikoon.svg') no-repeat 0 0 / 2.3rem;
}
a.email-link.with-icon {
  background: url('images/mailto-ikoon.svg') no-repeat 0 0 / 2.3rem;
}
a.addy-link.with-icon {
  background: url('images/map-ikoon.svg') no-repeat 0 0 / 2.3rem;
}
a.email-link.with-icon:hover,
a.phone-link.with-icon:hover,
a.addy-link.with-icon:hover {
  color: #ED174B;
  ;
}
.social-media a,
.avatud-ajad a {
  text-indent: -9999px;
  overflow: hidden;
  line-height: 4.5rem;
  display: inline-block;
  margin: 0;
}
.social-media,
.avatud-ajad span {
  color: #ED174B;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 4.5rem;
  display: flex;
  flex-direction: row;
  margin-top: 7rem;
}
.social-media a,
.social-media span,
.avatud-ajad span {
  margin-right: 1rem;
}
body .social-media a.fb.with-icon,
body .social-media a.in.with-icon {
  /* background: url('images/fb-ikoon.svg') no-repeat center / 2.5rem; */
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
}
.copyright {
  font-size: 1.3rem;
  margin-top: auto;
}
body .fluentform .ff-el-form-control {
  border: 1px solid #ffffff69;
  border-radius: 5rem;
  color: #ffffffc2;
  font-size: 1.3rem;
  line-height: 5rem;
  padding: 0 3rem;
  background: transparent;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
body.page-template-template-kontakt .kontaktvorm .fluentform .ff-el-form-control {
  color: #42525A;
}
body .lity .ff-el-form-control {
  color: #42525A;
}
.fluentform input[type=checkbox] {
  -webkit-appearance: none;
}
body .fluentform textarea.ff-el-form-control {
  padding: 2.5rem 3rem;
}
body select.ff-el-form-control:not([size]):not([multiple]) {
  height: 5rem;
}
body footer .fluentform .ff-el-form-control:focus {
  background-color: transparent;
  border-color: #ffffff69;
  color: #ffffffc2;
  outline: none;
}
body .fluentform .ff_t_c p {
  font-weight: 300;
  font-size: 1.3rem;
}
body footer .fluentform .ff_t_c p {
  color: #ffffffc2;
}
textarea {
  resize: none;
}
body .fluentform .ff_t_c {
  padding: 0 0.5rem 0 2.5rem;
}
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 1.5rem;
  width: 2rem;
}
input[type="checkbox"]:before {
  content: '';
  margin-right: 1rem;
  display: inline-block;
  margin-top: -0.2rem;
  width: 2.2rem;
  height: 2.2rem;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.widget input[type="checkbox"]:before {
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
/*  input[type="checkbox"]:checked:before {
    background: #000;
    border-color: #000;
} */
input[type="checkbox"]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
input[type="checkbox"]:disabled:before {
  box-shadow: none;
  background: #F2F2F2;
}
input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  background: url(images/check-mark.svg) no-repeat 0 0;
  left: 0.6rem;
  top: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
}
body .fluentform .ff-el-tc label.ff_tc_label>span.ff_tc_checkbox {
  padding-top: 0 !important;
}
.kasuliku-info-carousel span.hero-style1,
.suur-sisseviskaja .hero-style1 {
  color: #0B2533;
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 3.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.kasuliku-info-carousel {
  font-size: 1.8rem;
}
.kasuliku-info-carousel a.link-with-caret {
  margin-top: 3rem;
  display: inline-block;
}
.kasuliku-info-carousel .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.kasuliku-info-carousel .splide__slide span.hero-style1 {
  margin-bottom: auto;
}
.kasuliku-info-carousel .splide__slide p {
  margin-top: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.kasuliku-info-carousel a.link-with-caret {
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.splide ul {
  padding: 0;
}
.suur-sisseviskaja {
  background-color: #F2F2F2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.8rem;
}
.suur-sisseviskaja>div {
  padding: 16rem 25rem 6rem 15rem;
  z-index: 1;
}
.suur-sisseviskaja .hero-style1 {
  color: #0B2533;
  font-size: 3rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2rem;
}
.suur-sisseviskaja .home-single-ref .hero-style1,
.suur-sisseviskaja .home-single-ref a {
  color: #fff;
}
body .suur-sisseviskaja .home-single-ref a.link-with-caret:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.suur-sisseviskaja {
  background-color: #ED174B;
  position: relative;
}
.suur-sisseviskaja .home-single-ref>div {
  max-width: 57rem;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.sisseviskaja-inner>div:last-of-type {
  margin-top: auto;
}
body .sisseviskaja-inner a.link-with-caret {
  padding: 2.3rem 0;
  display: inline-block;
}
.innerbg {
  width: 100%;
  height: 100%;
  background: url("images/shutterstock_297238043@2x-scaled.jpg") no-repeat center / cover;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
}
.home-single-ref {
  z-index: 1;
  position: relative;
  color: #fff;
}
.home-hooldus {
  padding: 0 !important;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
}
.home-hooldus p {
  margin-bottom: 4rem;
}
.home-hooldus>div:first-of-type {
  background: #F2F2F2;
  padding: 16rem 15rem 0rem 25rem;
}
.home-hooldus>div:last-of-type {
  background: url('images/spray-element-layer.svg') no-repeat 0 0;
  min-height: 34.5rem;
  background-size: cover;
}
.home-hooldus .btn,
.home-hooldus .link-with-caret {
  margin-right: 6rem;
}
.home-hooldus .sisseviskaja-inner {
  max-width: 57rem;
}
.home-category-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
}
.home-category-item {
  background: url('https://www.hansamaaler.ee/wp-content/uploads/2022/08/shutterstock_297238043@2x-scaled.jpg') no-repeat center / cover;
  min-height: 44rem;
  justify-content: center;
  display: grid;
  align-items: center;
  align-content: center;
  justify-items: center;
  position: relative;
}
.home-category-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(11 37 51 / 80%);
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
}
.home-category-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  background-color: #ED174B;
  mix-blend-mode: multiply;
  opacity: 0;
}
.home-category-item-inner {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 1rem;
  overflow: hidden;
  width: 100%;
}
.h-cat-title {
  font-size: 2.5rem;
  color: #fff;
  line-height: 4.8rem;
  font-weight: 600;
  display: block;
}
.h-cat-title a {
  color: #fff;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 3rem;
}
.h-sub-cat {
  max-height: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  font-size: 2rem;
  padding-top: 0;
  font-weight: 300;
}
.h-sub-cat a {
  display: block;
  color: #fff;
  padding: .5rem 2rem;
  font-weight: 300;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.h-sub-cat a:last-of-type {
  display: inline-block;
}
.home-category-item:hover .h-sub-cat {
  max-height: 99rem;
  padding-top: 3rem;
}
.home-category-item:hover .h-sub-cat a {
  padding: .5rem 2rem;
}
.h-sub-cat a.link-with-caret {
  margin-top: 1rem;
}
.home-category-item:hover:before {
  opacity: 0;
}
.home-category-item:hover:after {
  opacity: 1;
}
div#page-top {
  background: url(https://www.hansamaaler.ee/wp-content/uploads/2022/08/shutterstock_297238043@2x-scaled.jpg) no-repeat center / cover;
}
div#page-top {
  text-align: center;
  padding: 6rem;
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.top-title {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: -.1rem;
  line-height: 6.5rem;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  position: relative;
}
div#page-top:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(11, 37, 51, .4);
  position: absolute;
  top: 0;
  left: 0;
}
.archive-content {
  padding: 7.5rem;
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}
.archive-item {
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
}
.archive-item .link-with-caret {
  opacity: 0;
  margin-top: 2rem;
  transform: translateY(-20px);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.archive-item:hover .link-with-caret {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.archive-item-image {
  min-height: 350px;
  background-size: 100%;
  background-position: center;
  margin-bottom: 50px;
  position: relative;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  overflow: hidden;
}
.archive-item-image:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  background-color: #ED174B;
  mix-blend-mode: multiply;
  opacity: 0;
}
.archive-item:hover .archive-item-image:after {
  opacity: 1;
  top: 0;
}
.archive-item:hover .archive-item-image {
  background-size: 105%;
}
.archive-item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  text-indent: -9999px;
  overflow: hidden;
}
.archive-content {
  max-width: 1920px;
  margin: auto;
}
.pagination {
  margin-bottom: 9rem;
  text-align: center;
}
.pagination span.current,
.pagination a,
.woocommerce-pagination li,
.woocommerce-pagination li a {
  display: inline-block;
  padding: 0 5px;
}
.pagination a,
.pagination,
.woocommerce-pagination,
.woocommerce-pagination a {
  font-size: 1.3rem;
  line-height: 1.7rem;
  font-weight: 300;
  color: #42525A;
}
span.page-numbers.current {
  color: #ED174B;
}
a.next.page-numbers span,
a.prev.page-numbers span {
  display: none;
}
a.next.page-numbers,
a.prev.page-numbers {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-indent: -99999px;
  color: #fff;
}
a.next.page-numbers:after,
a.prev.page-numbers:after {
  content: "";
  width: .8rem;
  height: .8rem;
  position: absolute;
  top: 48%;
  transition: all .3s;
  border: solid #42525A;
  border-width: 0 2px 2px 0;
}
.woocommerce-pagination a.next.page-numbers:after,
.woocommerce-pagination a.prev.page-numbers:after {
  top: 3px;
}
a.next.page-numbers:after {
  right: 0;
  transform: rotate(-45deg) translate(-2px, 0);
  -webkit-transform: rotate(-45deg) translate(-2px, 0);
  -moz-transform: rotate(-45deg) translate(-2px, 0);
  -ms-transform: rotate(-45deg) translate(-2px, 0);
  -o-transform: rotate(-45deg) translate(-2px, 0);
}
a.prev.page-numbers:after {
  left: 0;
  transform: rotate(135deg) translate(2px, 0);
  -webkit-transform: rotate(135deg) translate(2px, 0);
  -moz-transform: rotate(135deg) translate(2px, 0);
  -ms-transform: rotate(135deg) translate(2px, 0);
  -o-transform: rotate(135deg) translate(2px, 0);
}
section.content {
  display: grid;
  grid-template-columns: 50rem auto;
  grid-gap: 10rem;
  max-width: 192rem;
  margin: auto;
}
.sidebar>div {
  background-color: #F2F2F2;
  padding: 12rem 0 12rem 7.5rem;
}
span.sidebar-title {
  color: rgba(11, 37, 51, 1);
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  margin-bottom: 4rem;
}
.sidebar-elements {
  max-height: 50rem;
  overflow: auto;
  padding: 0 15rem 0 0;
}
::-webkit-scrollbar {
  width: 10px;
}
/* ::-webkit-scrollbar-track {
  background-color: darkgrey;
} */
::-webkit-scrollbar-thumb {
  background-color: rgba(224, 224, 224, 1);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.sidebar-elements {
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}
.sidebar-elements a {
  display: block;
  color: rgba(11, 37, 51, 1);
  font-weight: 400;
  line-height: 2rem;
}
.sidebar-elements a:hover {
  color: rgba(237, 23, 75, 1);
}
.sidebar-elements a:not(:last-child) {
  margin-bottom: 4rem;
}
#custom-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 45rem;
}
#custom-bg img {
  opacity: 0;
}
.single-content {
  padding: 3rem 15rem 6rem;
}
.single-content a.btn.btn-style1 {
  margin-right: 8rem;
}
.tehtud-tood {
  padding: 6rem 7.5rem;
  max-width: 192rem;
  margin: auto;
}
.ref-element {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: none !important;
  position: relative;
}
.ref-element-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7.5rem;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}
.ref-element-content {
  background: rgba(11, 37, 51, .2);
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ref-element-content>svg {
  position: absolute;
  top: 7.5rem;
  right: 7.5rem;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}
.ref-element-content:hover>svg {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.ref-content .h1 {
  margin-bottom: 3rem;
  display: block;
}
.post-type-archive-tehtud-tood .ref-content .h1 {
  padding-bottom: 0;
}
.ref-element-content:hover {
  background: rgba(11, 37, 51, .75);
}
.link-white a {
  color: #fff;
}
.ref-img-count {
  display: flex;
  font-size: 2rem;
  font-weight: 500;
}
.ref-img-count svg {
  margin-right: 1rem;
}
.ref-element-content:hover path {
  fill: #ED174B;
}
.ref-element-content:hover .ref-img-count {
  color: #ED174B;
}
.ref-more {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ref-element-content:hover .ref-more {
  max-height: 400px;
  opacity: 1;
}
.ref-element-hidden-images {
  display: none;
}
.kontakt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.kontakt:after {
  content: "";
  background: url('images/spray.svg') no-repeat right bottom / 150rem;
  top: 100%;
  width: 50%;
  height: 100px;
  position: absolute;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  left: 50%;
}
.kontaktinfo {
  background: #F2F2F2;
}
.kontakt>div {
  display: flex;
  flex-wrap: wrap;
}
.kontakt>div:first-child {
  justify-content: flex-end;
}
.kontakt>div>div {
  max-width: 57rem;
  width: 100%;
  margin: 16rem 16rem 25rem;
}
.kontakt .kontaktvorm p.hero-style1 {
  margin-bottom: 2rem;
}
body .kontakt .fluentform .ff-el-form-control,
.lity .fluentform .ff-el-form-control {
  background: rgba(242, 242, 242);
}
body .fluentform textarea.ff-el-form-control {
  height: 15rem;
}
body .kontakt .fluentform .ff_upload_btn.ff-btn,
.lity .fluentform .ff_upload_btn.ff-btn {
  background: transparent;
  color: #42525A;
  font-size: 13px;
  display: inline-block;
  padding: 15px 50px;
  border: 1px solid #E0E0E0;
  border-radius: 30px;
}
.avatud-ajad {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 6rem 0;
}
.avatud-ajad span,
.avatud-ajad p {
  padding: 0;
  margin: 0 2rem 0 0;
}
.kontaktinfo-inner {
  font-size: 2.1rem;
  font-weight: 400;
  color: #0B2533;
  margin-bottom: 3rem;
}
.kontakti-kaart iframe {
  width: 100%;
  height: 50vh;
}
.kontaktid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  max-width: 192rem;
  padding: 7rem 7rem 1rem;
  margin: auto;
}
.placeholderimg {
  min-height: 38.2rem;
  background: rgba(224, 224, 224, .4);
  text-align: center;
  display: flex;
  align-items: center;
  padding: 7.5rem;
}
.kontakti-data {
  padding: 6rem 6rem 3rem;
}
.kontakti-data span {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.kontakti-data span.nimi {
  font-size: 3rem;
  color: #ED174B;
  letter-spacing: unset;
  display: block;
  font-weight: 700;
}
.kontakti-data {
  padding: 6rem 6rem 3rem;
}
body.post-type-archive-tootjad .wrap {
  background: rgba(242, 242, 242, 1);
}
.tootja-element {
  text-align: center;
  padding: 9rem 4.5rem 6rem 4.5rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  background-color: #fff;
}
.tootja-element-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.tootja-element a.overlay_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9;
}
.tootja-element:hover .tootja-element-inner {
  background: #f2f2f2;
}
/* .tootja-element:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.tootja-element:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
} */
/* .tootja-element:hover:before,
.tootja-element:hover:after {
  height: 0;
  opacity: 0;
} */
.tootja-element img {
  max-width: 26rem;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 6rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  mix-blend-mode: normal;
}
.tootja-element:hover img {
  margin-bottom: 5rem;
  mix-blend-mode: multiply;
}
.tootja-element:hover {
  margin-bottom: 5rem;
  padding-bottom: 7rem;
  background-color: rgba(242, 242, 242, 1);
}
a.back-to-archive-link {
  color: rgba(66, 82, 90, 1);
  font-size: 1.3rem;
  margin-bottom: 3rem;
  display: block;
  position: relative;
  padding-left: 2rem;
}
a.back-to-archive-link:before {
  content: "";
  width: .8rem;
  height: .8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all .3s;
  border: solid rgba(66, 82, 90, 1);
  border-width: 0 2px 2px 0;
  transform: rotate(130deg) translate(-60%, 0);
  -webkit-transform: rotate(130deg) translate(-60%, 0);
  -moz-transform: rotate(130deg) translate(-60%, 0);
  -ms-transform: rotate(130deg) translate(-60%, 0);
  -o-transform: rotate(130deg) translate(-60%, 0);
}
body.archive.post-type-archive-allalaadimised .wrap {
  background: rgba(242, 242, 242, 1);
}
.allalaadimised {
  padding: 7.5rem;
  max-width: 1920px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  grid-gap: 3rem;
}
.allalaadimise-element {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  text-align: center;
}
.file-data {
  text-align: center;
  padding: 3rem;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.file-extra {
  display: block;
  color: rgba(237, 23, 75, 1);
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1.5rem 0rem 3rem;
}
.file-data span:last-child,
.file-data p:last-child {
  margin-bottom: 0;
}
.file-data p:last-child {
  margin-top: 1.5rem;
}
.allalaadimise-element:hover .file-data {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.sidebar-inner {
  background-color: #F2F2F2;
  padding: 7.5rem 2.5rem 7.5rem 7.5rem;
}
.woo-content ul li {
  padding-left: 0rem;
}
.woo-content ul.product-categories>li>ul li {
  padding-left: 2rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.woo-content ul li:before {
  display: none;
}
.woo-content .summary ul li:before {
  display: block;
}
.content.woo-content.fixed-width>.row {
  margin-left: 0;
  margin-right: 0;
}
.shop-banner {
  display: flex;
  flex-wrap: wrap;
  min-height: 35rem;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.shop-banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ED174B;
  mix-blend-mode: multiply;
}
.shop-banner-content {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 50rem;
  width: 100%;
  position: relative;
  padding: 5rem 7.5rem;
}
.shop-banner-inner {
  position: relative;
  z-index: 1;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.shop-banner-inner .h1 {
  line-height: 3.6rem;
  margin-top: 0;
}
.shop-sidebar ul.children {
  display: none;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.shop-sidebar .cat-parent.active ul.children,
.shop-sidebar .current-cat.cat-parent {
  display: block;
}
.content .shop-sidebar .children a {
  font-size: 1.5rem;
}
span.widgettitle.h2 {
  margin-bottom: 0;
  display: block;
  padding-bottom: 4rem;
  margin-top: 0;
}
.content .shop-sidebar a,
.content .shop-sidebar {
  font-size: 1.7rem;
  font-weight: 400;
  color: #0B2533;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .shop-sidebar ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.content .shop-sidebar .widget:not(:last-child) {
  margin-bottom: 8rem;
}
li.cat-item {
  padding-right: 3rem !important;
}
a.cat-parent {
  position: relative;
}
.cat-menu-toggle {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  border: solid #758188;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  cursor: pointer;
}
.products-page .cat-menu-toggle {
  width: 1.2rem;
  height: 1.2rem;
  right: 3rem;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.products-page.active .cat-menu-toggle {
  right: unset;
  left: 3rem;
  top: 50%;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  -moz-transform: rotate(135deg) translateY(50%);
  -ms-transform: rotate(135deg) translateY(50%);
  -o-transform: rotate(135deg) translateY(50%);
}
.products-page.active {
  padding-left: 3rem;
}
.cat-menu-toggle.active {
  border: solid #ED174B;
  border-width: 0 2px 2px 0;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}
ul.product-categories a {
  display: block;
}
.content .shop-sidebar .children,
.content .shop-sidebar .children a {
  color: #758188;
}
.content .shop-sidebar .children .current-cat a,
.content .shop-sidebar .current-cat-parent>a,
.content .shop-sidebar .current-cat>a,
.content .shop-sidebar a.current-cat-parent,
.content .shop-sidebar .children li:hover>a,
.content .shop-sidebar a:hover {
  color: #ED174B;
}
.content .shop-sidebar .current-cat-parent>ul,
.content .shop-sidebar .current-cat>ul {
  display: block;
}
.content .shop-sidebar .children li:not(:last-child) {
  margin-bottom: 1rem;
}
.widget_wpc_filters_widget span.h2 {
  font-size: 17px;
  font-weight: 700;
  color: #ED174B;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.sidebar-inner .btn,
body .sidebar-inner .fluentform .ff-btn-submit.btn {
  font-size: 1.5rem;
  font-weight: 600;
}
body .wpc-filter-collapsible .wpc-filter-title button .wpc-open-icon,
body .wpc-filter-has-selected .wpc-filter-collapsible.wpc-closed .wpc-filter-title button .wpc-open-icon {
  width: .7em;
  min-width: .7em;
  height: 0.7em;
  border-left: 2px solid #758188;
  border-top: 2px solid #758188;
}
body .wpc-filters-widget-top-container {
  background: transparent;
  border-bottom: 1px solid transparent;
  padding: 0;
}
body .wpc-filters-widget-top-container:before {
  display: none;
}
.archive.woocommerce ul.products,
.search ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 4.5rem;
  text-align: center;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.search ul::before {
  display: none;
}
.wpc-edit-filter-set {
  font-size: 13px;
  display: none;
}
ul.page-numbers,
ul.page-numbers li {
  margin: 0 !important;
}
nav.woocommerce-pagination {
  text-align: right;
  order: 5;
  margin-left: 8rem;
}
h2.woocommerce-loop-product__title,
.content h2.woocommerce-loop-product__title {
  font-size: 17px;
  color: #0B2533;
  line-height: 20px;
  padding: 2.8rem 1rem 0;
  margin: 0;
  text-align: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
body.woocommerce-shop li.product,
body.archive .woo-content ul.products li.product {
  margin: 0 !important;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.summary.entry-summary .ff_form_modal {
  margin-top: 5rem;
}
/* 
li.product.type-product.post-181.status-publish.first.instock.product_cat-music.has-post-thumbnail.downloadable.virtual.purchasable.product-type-simple:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: red;
  display: block;
  mix-blend-mode: multiply;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
li.product.type-product.post-181.status-publish.first.instock.product_cat-music.has-post-thumbnail.downloadable.virtual.purchasable.product-type-simple:hover:before {
  bottom: 0;
  height: 100%;
}
body li.product img {
  transition: all 1s ;
  -webkit-transition: all 1s ;
  -moz-transition: all 1s ;
  -ms-transition: all 1s ;
  -o-transition: all 1s ;
}
body li.product:hover img {  
  mix-blend-mode: multiply;
} */
.shop-top-wrap {
  display: flex;
  margin: 6rem 0 4rem 6rem;
  font-size: 13px;
  font-weight: 600;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  line-height: 4.5rem;
}
h1.woocommerce-products-header__title.page-title {
  margin: 0;
  padding: 0;
  margin-right: auto;
}
.orderby_wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  margin-left: 8rem;
}
.orderby_wrap h5 {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  line-height: 45px;
}
.myFont {
  font-size: 13px;
}
.select2-container--default .select2-selection--single {
  font-weight: 600;
  border: 0 none;
  background-color: transparent;
}
.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #aaa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  width: .8rem;
  height: .8rem;
  position: absolute;
  right: 50%;
  top: .5rem;
  transition: all .3s;
  border: solid #42525A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.select2-container .select2-selection--single {
  margin: 0 0 0;
}
.product-top {
  display: grid;
  grid-template-columns: auto 50%;
  padding: 6rem 7rem;
}
.product-images {
  order: 2;
}
.content .shop-sidebar .wpc-filters-section ul li:not(:last-child) {
  margin-bottom: 1rem;
}
body .widget-area .widget li.wpc-term-item a,
body .wpc-filters-widget-main-wrapper li.wpc-term-item a {
  font-weight: 600;
  color: #42525A;
}
body #wooswipe .thumbnails {
  height: auto;
  margin-bottom: 0;
}
body #wooswipe {
  margin: 0 7.5rem 0;
  padding-bottom: 0;
}
#wooswipe ul.thumbnail-nav.slick-slider .slick-slide {
  height: 102px;
  border: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_tabs {
  background: url('images/spray-1.svg') #F2F2F2 no-repeat 0 -1px / 150rem;
  padding: 7.5rem;
  padding-top: 10rem;
}
.content .product_tabs ul.tab-list {
  border-bottom: 2px solid #fff;
  padding: 0 7.5rem;
  margin-bottom: 5rem;
}
.product_tabs ul.tab-list li {
  display: inline-block;
  margin: 0 5rem -2px 0 !important;
}
.product_tabs .tab-list a {
  font-size: 17px;
  font-weight: 600;
  color: #0B2533;
  padding: 3rem 0;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.product_tabs .tab-list a[aria-selected="true"] {
  color: #ED174B;
  border-bottom: 2px solid #ED174B;
}
a:focus {
  outline: none;
}
.tab-content {
  max-width: 87rem;
  margin: auto;
}
.tab-content.product-files {
  margin-bottom: 3rem;
}
.tab-content.product-files a {
  display: block;
  color: #0B2533;
  font-weight: 600;
  padding-left: 4rem;
  position: relative;
}
.tab-content.product-files a:not(:last-child) {
  margin-bottom: 3rem;
}
.tab-content.product-files a svg {
  position: absolute;
  left: 0;
}
table {
  width: 100%;
  border: 0 none;
}
table th,
table td {
  width: 1%;
}
.tablepress tfoot th,
.tablepress thead th,
tfoot th,
thead th {
  background-color: transparent;
  font-weight: 600;
  vertical-align: middle;
}
.tablepress td,
.tablepress th,
td,
th {
  padding: 3rem;
}
.tablepress thead th,
.tablepress tr td,
thead th,
tr td {
  border-bottom: 2px solid #e1e1e1;
}
.tablepress thead th:not(:last-child),
.tablepress tr td:not(:last-child),
thead th:not(:last-child),
tr td:not(:last-child) {
  border-right: 2px solid #e1e1e1;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  max-width: 1170px;
  margin: auto;
}
section.up-sells.upsells.products {
  padding-top: 6rem;
  background-color: #fff;
}
section.up-sells.upsells.products h2 {
  margin-left: 7.5rem;
}
section.up-sells.upsells.products h2.woocommerce-loop-product__title {
  margin-left: 0;
}
.upsells-carousel li {
  padding: 2rem 3rem !important;
}
.upsells-carousel .splide__pagination {
  margin-top: 10rem;
}
h1.product_title.entry-title {
  padding-bottom: 3rem;
}
.product_attributes {
  padding-bottom: 6rem;
}
span.attr_name {
  text-transform: capitalize;
}
span.attr_items {
  font-weight: 600;
  color: #42525A;
}
span.attr_items>span:last-of-type {
  display: none;
}
.pakkumised>h2 {
  text-align: center;
}
.pakkutava-element {
  min-height: 500px;
  padding: 14rem 9rem;
  position: relative;
}
.pakkutava-element.hele {
  color: #fff;
}
.pakkutava-element.hele:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, #0B2533 0%, #0B253300 100%) 0% 0% no-repeat padding-box;
  opacity: .76;
}
.pakkutava-element.tume:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
}
.p-elemendi-sisu {
  max-width: 420px;
  width: 100%;
  z-index: 2;
  position: relative;
  line-height: 3rem;
  font-size: 2rem;
}
.p-elemendi-sisu h2,
.p-elemendi-sisu .h2 {
  font-size: 3rem;
}
.vaartused>div.fixed-width {
  max-width: 142rem;
  margin-top: 5rem;
}
.vaartused {
  background: #F2F2F2;
  text-align: center;
  padding: 6rem 0 9rem;
  position: relative;
  overflow: hidden;
}
.vaartused>div {
  grid-gap: 18rem;
  grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
}
/* .vaartused:before {
  content: "";
  width: 100%;
  height: 9rem;
  background: url('images/spray.svg') no-repeat 0 0px / 150rem;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 100%;
} */
.vaartused-spray {
  position: absolute;
  bottom: 100%;
}
.vaartused-spray svg {
  display: block;
}
.vaartused-spray svg path {
  fill: #F2F2F2;
}
.partnerid {
  text-align: center;
}
.partnerid h2.h1 {
  padding-top: 9rem;
}
.partnerid div#logode-karussell {
  padding-top: 1rem;
  padding-bottom: 9rem;
}
.page-template-template-ettevottest .content {
  padding-top: 10rem;
}
.wrap>div:last-child {
  border-bottom: 2px solid red !important;
}
.sisualad_pildiga {
  display: grid;
  background: #F2F2F2;
}
.sisualad_pildiga:nth-child(even) div:first-of-type {
  order: 2;
  justify-content: flex-start;
}
.flex-sisuala-inner {
  max-width: 57rem;
  margin: 18rem 24rem 15rem 15rem;
}
.flex-sisuala-inner h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 3rem;
  padding-bottom: 3rem;
}
/* .flex-sisuala-inner p,
.flex-sisuala-inner {
  font-size: 2rem;
  line-height: 3rem;
} */
.sisualad_pildiga.grid-equal-columns>div {
  display: flex;
  justify-content: flex-end;
  text-align: left;
}
.sisualad_pildiga.block-reverse.grid-equal-columns>div {
  text-align: left;
}
.sisualad_pildiga.block-reverse.grid-equal-columns>div .flex-sisuala-inner {
  margin-left: 24rem;
}
.content h2 {
  padding-top: 0;
}
.sisualad_pildiga_wrap>.sisualad_pildiga:first-child {
  position: relative;
  margin-top: 100px;
}
.sisualad_pildiga_wrap>.sisualad_pildiga:first-child:before {
  content: "";
  background: url('images/spray-gray.svg') no-repeat right bottom / 150rem;
  bottom: 100%;
  width: 50%;
  height: 100px;
  position: absolute;
}
.sisualad_pildiga_wrap>.sisualad_pildiga:last-child {
  position: relative;
  margin-bottom: 100px;
}
.sisualad_pildiga_wrap>.sisualad_pildiga:last-child:after {
  content: "";
  background: url('images/spray-gray.svg') no-repeat right bottom / 150rem;
  top: 100%;
  right: 0;
  width: 50%;
  height: 100px;
  position: absolute;
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}
.sisualad_pildiga_wrap>.sisualad_pildiga:nth-child(odd):last-of-type::after {
  background-position: left bottom;
}
.archive.woocommerce .content,
.single.woocommerce .content {
  padding-top: 0;
}
.woocommerce header#main-header:after {
  display: none;
}
.woocommerce .sidebar-inner:after {
  content: "";
  width: 100%;
  height: 9rem;
  background: url('images/spray-1.svg') no-repeat 0 -1px / 150rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
body .fluentform .ff-el-is-error .ff-el-form-control {
  border-color: #ED174B;
}
body .fluentform .text-danger {
  color: #ED174B;
  padding: 1rem 3rem 0;
}
body .lity {
  background: transparent;
}
body .lity-content:after {
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.6);
}
body .lity .ff-message-success {
  border: 1px solid #F1F1F1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  background: #F1F1F1;
  font-size: 2.5rem;
  padding: 20%;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
}
body .lity-close {
  position: absolute;
  color: #42525A;
  right: 130px;
  top: 80px;
  text-shadow: unset;
}
body .lity-close:hover,
body .lity-close:focus,
body .lity-close:active,
body .lity-close:visited {
  color: #42525A;
  text-shadow: unset;
  right: 130px;
  top: 80px;
}
body .lity .fluentform {
  width: 570px;
  margin: 10rem auto;
}
span.custom-badge {
  display: inline-block;
  float: left;
  margin-right: 3rem;
}
span.custom-badge.uus {
  background: #ED174B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 20px;
}
span.custom-badge.vaataico {
  opacity: 0;
  display: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
/* li.product:hover span.custom-badge.vaataico {
  opacity: 1;
} */
.custom-badges-wrap {
  position: absolute;
}
.post-type-wrap.product {
  background: #F2F2F2;
  padding-bottom: 5rem;
}
.post-type-wrap.product>div.search_products_wrap {
  max-width: 1520px;
  margin: auto;
}
.search ul.products li {
  padding: 0;
  background: #fff;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
/* body.woocommerce-shop li.product {
  box-shadow: 3px 3px 10px 0px #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.search ul.products li:hover,
body.woocommerce-shop li.product:hover {
  box-shadow: 3px 3px 10px 0px lightgrey;
} */
.search ul.products li:before {
  display: none;
}
.search h2.woocommerce-loop-product__title,
.search .content h2.woocommerce-loop-product__title {
  padding: 2.8rem 2rem 2rem;
}
.search .custom-badges-wrap {
  top: 5px;
  left: 5px;
}
.search-block-title,
.result-item {
  max-width: 870px;
  margin: auto;
}
.search .content {
  padding-top: 0;
}
.search-block-title {
  padding: 6rem 0 0;
}
.search-block-title h2 {
  padding: 0 0 6rem;
}
.product .search-block-title h2 {
  font-size: 3rem;
}
.result-item {
  margin-bottom: 6rem;
}
.result-item h3 a {
  color: #42525A;
}
.search_products_wrap.search-results-post-type-item.post-type-product {
  background: #F2F2F2;
  padding: 6rem 0;
}
.search_products_wrap.search-results-post-type-item.post-type-product .search-results-list {
  max-width: 153rem;
  margin: 0 auto 6rem;
}
.search-results-post-type-item {
  padding: 6rem 0;
}
.search-form-top {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
form.search-form {
  border: 1px solid #E0E0E0;
  line-height: 2.2rem;
  font-size: 1.3rem;
  padding: .6rem 1.5rem;
  display: inline-block;
  z-index: 1;
  position: relative;
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}
form.search-form input {
  background: transparent;
  border: 0 none;
}
form.search-form input.search-submit,
.page-top form.search-form input.search-submit {
  background: url(images/luup-ikoon.svg) no-repeat center / 2.2rem;
  height: 22px;
  width: 32px;
  text-indent: -9999px;
  overflow: hidden;
}
.mob-search a {
  background: url(images/luup-ikoon.svg) no-repeat center / 2.2rem;
  height: 22px;
  width: 32px;
  text-indent: -9999px;
  overflow: hidden;
}
.search .top-title {
  display: block;
  margin-bottom: 4rem;
}
.page-top form.search-form {
  background: #F2F2F2;
  width: 42rem;
  display: grid;
  grid-template-columns: 1fr auto;
}
.page-top form.search-form input {
  width: 100%;
}
.search div#page-top {
  padding: 15.3rem 6rem;
}
a.back-to-archive-link.white {
  color: #fff;
  z-index: 1;
}
a.back-to-archive-link.white:before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-left: .4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}
input[type=search] {
  -webkit-appearance: none;
}
.shop-content.col-lg-19.no-r-padding {
  padding-right: 7.5rem;
}
.splide__arrow {
  transition: opacity .3s ease;
}
.splide__arrow:disabled {
  opacity: .4;
  pointer-events: none;
}
.tablepress {
  max-width: 100%;
  overflow-x: scroll;
  display: block;
}
.fluentform .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.fluentform .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}
.fluentform .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 1px solid #ffffff69;
  border-radius: 5rem;
  color: #ffffffc2;
  font-size: 1.3rem;
  line-height: 5rem;
  padding: 0 3rem;
  background: #0000;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}
.fluentform .select-styled:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all .3s;
  border: solid #ffffffc2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -20%);
  -webkit-transform: rotate(45deg) translate(-50%, -20%);
  -moz-transform: rotate(45deg) translate(-50%, -20%);
  -ms-transform: rotate(45deg) translate(-50%, -20%);
  -o-transform: rotate(45deg) translate(-50%, -20%);
}
.fluentform .select-styled:hover {
  background-color: #fff;
  color: #000;
}
.fluentform .select-styled:active,
.fluentform .select-styled.active {
  background-color: #fff;
  color: #000;
}
.fluentform .select-styled:active:after,
.select-styled.active:after {}
.fluentform .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #ffffff69;
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #000;
}
.fluentform .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.fluentform .select-options li:hover,
.fluentform .select-options li.is-selected {
  color: #000;
  background: #fff;
}
.fluentform .select-options li:hover {
  padding-left: 2px;
}
.fluentform .select-options li[rel="hide"] {
  display: none;
}
li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.imagewrapper img {
  width: auto;
  max-height: 255px;
}
.imagewrapper {
  display: flex;
  height: 255px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
a.woocommerce-main-image img {
  max-height: 475px;
  width: auto;
}
.single-product-main-image {
  text-align: center;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #FF0059;
}
li.product:hover .imagewrapper,
.upsells-carousel li:hover .imagewrapper {
  background-color: #F2F2F2;
  transition: all .4s !important;
  -webkit-transition: all .4s !important;
  -moz-transition: all .4s !important;
  -ms-transition: all .4s !important;
  -o-transition: all .4s !important;
}
li.product:hover,
.upsells-carousel li:hover {
  background-color: #F2F2F2;
  transition: all .1s !important;
  -webkit-transition: all .1s !important;
  -moz-transition: all .1s !important;
  -ms-transition: all .1s !important;
  -o-transition: all .1s !important;
}
li.product img,
.upsells img {
  background-color: #F2F2F2;
  mix-blend-mode: multiply;
  transition: all .4s !important;
  -webkit-transition: all .4s !important;
  -moz-transition: all .4s !important;
  -ms-transition: all .4s !important;
  -o-transition: all .4s !important;
}
li.product:hover h2.woocommerce-loop-product__title,
.upsells-carousel li:hover h2.woocommerce-loop-product__title {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.search li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-height: 200px;
}
.search ul.products li:hover {
  background: transparent;
}
.btn {
  background-color: #ED174B;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.btn span.btn-name {
  z-index: 999;
  position: relative;
}
.btn span.btnhover {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0B2533;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.btn:hover {
  color: #fff;
  font-weight: 600;
}
.btn:hover span.btnhover {
  width: 225%;
  height: 562.5px;
}
.round-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 0 15px;
}
.round-btn:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
  -webkit-transition: box-shadow 0.3s, transform 0.3s;
  -moz-transition: box-shadow 0.3s, transform 0.3s;
  -ms-transition: box-shadow 0.3s, transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
}
.round-btn--outlined:before {
  box-shadow: inset 0 0 0 2px #ED174B;
}
.round-btn--filled:before {
  box-shadow: inset 0 0 0 35px #ED174B;
}
.round-btn--filled>svg {
  fill: #fff;
}
.round-btn>svg {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: fill 0.3s;
}
.round-btn--outlined:hover:before {
  box-shadow: inset 0 0 0 35px #ED174B;
  transform: scale3d(1, 1, 1);
}
.round-btn--outlined:hover>svg {
  fill: #fff;
}
.round-btn--filled:hover:before {
  box-shadow: inset 0 0 0 2px #ED174B;
  transform: scale3d(1, 1, 1);
}
.round-btn--filled:hover>svg {
  fill: #ED174B;
}
.extra-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 1600px) {
  .content .product_tabs ul.tab-list {
    padding: 0;
  }
  .shop-top-wrap {
    margin: 6rem 0 4rem 0rem;
  }
  body .lity .fluentform {
    max-width: 570px;
    margin: 4rem auto 0;
    width: 100%;
  }
  body .lity-close,
  body .lity-close:hover,
  body .lity-close:focus,
  body .lity-close:active,
  body .lity-close:visited {
    right: 10px;
    top: 10px;
  }
  header#main-header:after {
    width: 65%;
    background: url('images/spray-1.svg') no-repeat right -1px / 100%;
  }
  .shop-content.col-lg-19.no-r-padding {
    padding-right: 3rem;
  }
  .archive.woocommerce ul.products,
  .search ul.products {
    grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  }
  .shop-sidebar .btn.ff-btn {
    padding: 2.3rem 2rem;
    width: 100%;
  }
  .sidebar-inner {
    padding: 7.5rem 2.5rem 7.5rem 3.5rem;
  }
  .header-wrap {
    padding: 3rem;
  }
  footer#footer>div:first-child {
    padding: 16rem 8rem 6rem 2rem;
  }
  footer#footer>div {
    padding: 16rem 2rem 6rem 8rem;
  }
  .vaartused>div {
    grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  }
  .vaartused {
    padding: 6rem 2rem 9rem;
  }
  div#logode-karussell {
    padding: 10rem 7.5rem;
  }
  .product-top {
    padding: 6rem 2rem;
  }
  .suur-sisseviskaja>div {
    padding: 16rem 5rem 6rem 15rem;
    z-index: 1;
  }
  .home-hooldus>div:first-of-type {
    padding: 16rem 15rem 0rem 8rem;
  }
  /* html {
    font-size: calc(.2rem + 0.390625vw);
  } */
  .post-type-wrap.product {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .flex-sisuala-inner {
    margin: 10rem;
  }
  section.content {
    grid-template-columns: 40rem auto;
    grid-gap: 5rem;
  }
  .sidebar>div {
    padding: 12rem 0 12rem 3.5rem;
  }
  .sidebar-elements {
    padding: 0 2rem 0 0;
  }
  .single-content {
    padding: 3rem 2rem 6rem 0;
  }
  .single-content .content ul li {
    padding-left: 3rem;
  }
  .kontakt>div>div {
    max-width: 100%;
    width: 100%;
    margin: 10rem 5rem 4rem;
  }
  .kontaktinfo-inner,
  body a.with-icon,
  .social-media,
  .avatud-ajad span,
  .kontakti-data span {
    font-size: 1.7rem;
  }
  footer p.hero-style1,
  .kontakt p.hero-style1 {
    font-size: 2.5rem;
  }
  .btn,
  body .fluentform .ff-btn-submit.btn,
  body button.ff_modal_btn.btn {
    padding: 1.5rem 5rem;
  }
  .single-kasulik-info .sidebar>div {
    padding-top: 4rem;
  }
  .kontakti-data {
    padding: 3rem;
  }
  .kontakti-data span.nimi {
    font-size: 2rem;
  }
  .kontakti-data span,
  body a.with-icon {
    margin-bottom: 1.5rem;
  }
}
@media all and (max-width: 1440px) {
  h1,
  .h1 {
    font-size: calc(3rem*0.9);
    line-height: calc(4.5rem*0.7);
    padding-bottom: 6rem;
  }
  .archive-content {
    padding: 2.5rem 2.5rem;
  }
  .tehtud-tood {
    padding: 2.5rem;
  }
  .archive-item-image {
    min-height: 30rem;
    background-size: cover;
  }
  div#page-top {
    min-height: 35rem;
  }
  header#main-header:after {
    width: 50%;
  }
  .carousel-content p.hero-style1 {
    line-height: 6rem;
    font-size: 6rem;
  }
  .home-intro .hero-style1 {
    font-size: 4rem;
    margin-bottom: 5vh;
  }
  .h-sub-cat {
    font-size: 2rem;
  }
  .kasuliku-info-carousel span.hero-style1,
  .suur-sisseviskaja .hero-style1 {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
  .kasuliku-info-carousel {
    font-size: 1.6rem;
  }
  header li a {
    padding-left: 3rem;
  }
  footer#footer>div:first-child,
  footer#footer>div {
    padding-top: 8rem;
  }
  footer p.hero-style1,
  .kontakt p.hero-style1 {
    font-size: 2.5rem;
  }
  body a.with-icon {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .home-slider .splide__slide {
    min-height: 1px;
    height: 82vh;
  }
  header#main-header:after {
    background: url('images/spray-1.svg') no-repeat right -1px / 75rem;
  }
  .home-slider:after {
    background: url('images/spray.svg') no-repeat 0 bottom / 100rem;
  }
  .home-intro {
    padding: 6rem 2rem;
  }
  .home-category-item {
    min-height: 50rem;
  }
  .home-hooldus>div:last-of-type {
    display: none;
  }
  .home-hooldus {
    flex-direction: row;
  }
  .home-hooldus>div:first-of-type,
  .suur-sisseviskaja>div {
    padding-top: 10rem;
  }
  div#kasuliku-info-carousel {
    padding: 15rem 5rem 3rem;
  }
  .post-type-archive-kasulik-info h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .post-type-archive-kasulik-info .archive-item {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .sidebar-elements {
    font-size: 1.6rem;
  }
  .sidebar-elements a:not(:last-child) {
    margin-bottom: 2rem;
  }
  .vaartused {
    padding: 6rem 10rem 9rem;
  }
  .vaartused>div {
    grid-gap: 8rem;
  }
}
@media all and (max-width: 1366px) {
  div#kasuliku-info-carousel {
    padding: 15rem 5rem 3rem;
  }
  .logode-karussell .splide__slide img {
    max-width: 200px;
    width: 100%
  }
  .flex-sisuala-inner {
    margin: 5rem;
  }
  .ref-content h1,
  .ref-content .h1 {
    padding-bottom: 0rem;
  }
  .archive-item {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .kontakt>div>div {
    margin: 10rem 10rem 10rem;
  }
  .kontakt>div {
    align-items: flex-start;
  }
  .kontakti-data {
    padding: 3rem 3rem 3rem;
  }
  .kontakti-data span {
    margin-bottom: 1rem;
  }
  .kontakti-data span {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .kontakti-data span.nimi {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  footer#footer>div:first-child {
    padding: 8rem 8rem 6rem 8rem;
  }
  footer#footer>div {
    padding: 8rem 8rem 6rem 8rem;
  }
  .archive.woocommerce ul.products,
  .search ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body {
    font-size: 1.6rem;
  }
  .p-elemendi-sisu {
    position: relative;
    line-height: 2rem;
    font-size: 1.6rem;
  }
  .p-elemendi-sisu h2,
  .p-elemendi-sisu .h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
@media all and (max-width: 1280px) {
  .header-logo img {
    max-height: 6.5rem;
  }
  .home-category-item {
    min-height: 54rem;
  }
  .home-hooldus>div:last-of-type {
    min-height: 22rem;
  }
  .page-top form.search-form input {
    width: 100%;
    line-height: 2.2rem;
  }
  .top-title {
    font-size: 4rem;
  }
  section.content {
    grid-template-columns: 35rem auto;
    grid-gap: 5rem;
  }
  .sidebar>div {
    padding: 6rem 0 6rem 4rem;
    max-height: 80rem;
  }
  .sidebar-elements {
    padding: 0 2rem 0 0;
    font-size: 1.5rem;
  }
  .sidebar-elements a:not(:last-child) {
    margin-bottom: 2rem;
  }
  .single-content {
    padding: 3rem 2rem 6rem;
  }
  .vaartused>div {
    grid-gap: 8rem;
    grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
  }
  .kontakt>div>div {
    margin: 10rem 5rem 10rem;
  }
  footer#footer>div:first-child,
  footer#footer>div {
    padding: 8rem 5rem 6rem 5rem;
  }
  button.splide__arrow.splide__arrow--prev {
    left: 5rem;
  }
  button.splide__arrow.splide__arrow--next {
    right: 5rem;
  }
}
@media all and (max-width: 1280px) {
    header#main-header nav.visible-md {
        display:block !important;
    }
  .header-top.hidden-md.hidden-sm.hidden-xs {
    display: none;
  }
  header#main-header .menuTrigger {
    display: block !important;
  }
  .wrap {
    padding-top: 10.6rem;
  }
  .header-logo img,
  .scrolled .header-logo img {
    max-width: 20rem;
  }
  .header-wrap,
  .scrolled .header-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .header-menu {
    display: flex;
    flex-direction: unset;
    text-align: unset;
    justify-content: right;
    flex-wrap: nowrap;
    align-items: center;
  }
  .scrolled .header-menu {
    justify-content: flex-end;
  }
  header#main-header:after,
  .home-slider:after {
    display: none;
  }
  body {
    font-size: 1.7rem;
  }
  .header-bottom {
    display: none;
  }
  .suur-sisseviskaja>div {
    padding: 5rem 5rem 6rem 5rem;
  }
  .home-hooldus>div:first-of-type {
    padding: 5rem 5rem 6rem 5rem;
  }
  .shop-content.no-r-padding {
    padding-left: 0;
  }
  .ref-element-content:hover .ref-more {
    max-height: 0;
    opacity: 0;
  }
  .ref-element-content {
    padding: 2.5rem;
  }
  .ref-element-content>svg {
    top: 2.5rem;
    right: 2.5rem;
  }
  .ref-content .h1 {
    margin-bottom: 0;
  }
  .archive-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .kontaktid {
    grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
    grid-gap: 3rem;
    padding: 3rem 3rem 1rem;
  }
  .kontaktinfo-inner {
    font-size: 1.8rem;
  }
  section.content {
    grid-template-columns: 1fr;
    grid-gap: 5rem;
    padding-top: 2rem;
  }
  .menuTrigger .inner {
    background: #0B2533;
    box-shadow: 0 -10px #0B2533, 0 10px #0B2533;
    height: 3px;
    margin: -3px auto;
    position: relative;
    top: 50%;
    width: 30px;
    transition: .25s all ease-in;
    -webkit-transition: .25s all ease-in;
    -moz-transition: .25s all ease-in;
    -ms-transition: .25s all ease-in;
    -o-transition: .25s all ease-in;
  }
  .menuTrigger .inner:after,
  .menuTrigger .inner:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 0;
    opacity: 0;
    transition: .25s opacity ease-in
  }
  header#main-header {
    width: 100%;
    transition: .4s all ease-in
  }
  header#main-header .menuTrigger {
    z-index: 20;
    height: 50px;
    width: 50px;
    cursor: pointer
  }
  header#main-header .menuTrigger .inner {
    background: #0B2533;
    box-shadow: 0 -10px #0B2533, 0 10px #0B2533;
    height: 1px;
    margin: -3px auto;
    position: relative;
    top: 50%;
    width: 30px;
    transition: .25s all ease-in
  }
  header#main-header .menuTrigger .inner:after,
  header#main-header .menuTrigger .inner:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    opacity: 0;
    transition: .25s opacity ease-in
  }
  header#main-header .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 12;
    overflow: hidden
  }
  header#main-header .logo img,
  header#main-header .logo svg {
    max-height: 60px
  }
  header#main-header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    overflow: hidden;
    display: block;
    transition: .3s all ease-in
  }
  header#main-header nav ul.menu {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  header#main-header nav ul.menu li:first-of-type {
    border-top: none
  }
  header#main-header nav ul.menu li {
    width: 100%;
    text-align: left;
    position: relative;
  }
  header#main-header nav ul.menu li a {
    padding: 1rem 2.4rem;
    display: block
  }
  header#main-header.is-open {
    height: 100%
  }
  header#main-header.is-open .menuTrigger .inner {
    background: 0 0;
    box-shadow: none
  }
  header#main-header.is-open .menuTrigger .inner:after,
  header#main-header.is-open .menuTrigger .inner:before {
    width: 100%;
    background: #0B2533;
    top: 0;
    left: 0;
    opacity: 1
  }
  header#main-header.is-open .menuTrigger .inner:before {
    transform: rotate(45deg)
  }
  header#main-header.is-open .menuTrigger .inner:after {
    transform: rotate(-45deg)
  }
  header#main-header.is-open nav {
    margin-top: 10.6rem;
    background: #fff;
    transform: none;
    overflow: auto
  }
  li.products-page {
    background: #F1F1F1;
  }
  header#main-header nav ul.menu li.products-page a {
    padding: 2.8rem 2.5rem;
  }
  .extra-buttons {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  body .sisseviskaja-inner a.link-with-caret {
    padding: 1.2rem 0;
  }
  body .sisseviskaja-inner .ff_form_modal {
    margin-top: 1rem;
  }
  .scrolled header#main-header.is-open,
  header#main-header.is-open {
    background-color: #fff;
  }
  .logode-karussell .splide__slide img {
    max-width: 100px;
  }
  .carousel-content p.hero-style1 {
    line-height: 4rem;
    font-size: 4rem;
  }
  .carousel-content {
    font-size: 1.8rem;
  }
  button.splide__arrow {
    border: 0 none;
  }
  .home-intro .hero-style1 {
    font-size: 3rem;
    margin-bottom: 1vh;
  }
  .shop-content.col-lg-19.no-r-padding {
    padding-right: 0;
  }
  /* .shop-content>div,
  .shop-content>ul.products,
  .shop-content>nav.woocommerce-pagination {
    margin: 2rem;
  } */
  .shop-content>div.shop-banner {
    margin: 0;
  }
  .product_tabs {
    padding: 3.5rem;
  }
  .tablepress td,
  .tablepress th,
  td,
  th {
    padding: 1rem;
  }
  .grid-equal-columns {
    grid-template-columns: repeat(auto-fill, minmax(45rem, 1fr));
  }
  .sisualad_pildiga.grid-equal-columns>div {
    min-height: 350px;
    justify-content: unset;
  }
  .sisualad_pildiga_wrap>.sisualad_pildiga:last-child:after {
    display: none;
  }
  .sisualad_pildiga_wrap>.sisualad_pildiga:last-child {
    margin-bottom: 0;
  }
  .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content h2 {
    margin-top: 0;
  }
  .home-category-block {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .home-category-block>div:last-of-type {
    grid-column: 1 / -1;
  }
  h1,
  .h1 {
    font-size: calc(3rem*0.7);
  }
  .header-wrap {
    grid-template-columns: 70% 1fr;
  }
  div#page-top {
    min-height: 25vh;
  }
  .single-kasulik-info section.content .sidebar {
    order: 2;
  }
  .single-content {
    padding: 0;
  }
  .single-kasulik-info .content {
    margin-bottom: 2rem;
  }
  .p-elemendi-sisu ul li {
    padding-left: 3rem;
  }
  .pakkutava-element {
    padding: 6rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .kontakt>div>div {
    margin: 5rem 5rem 5rem;
  }
  .woocommerce-page .content {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-banner-content {
    padding: 2rem 3.5rem;
  }
  .single-product .content {
    padding-bottom: 0;
  }
  .single-product footer#footer {
    margin-top: 2rem;
  }
  .shop-content .shop-top-wrap,
  .shop-content ul.products,
  .shop-content>.woocommerce-pagination {
    padding: 0 2rem;
  }
  .shop-content>.woocommerce-pagination {
    margin-top: 3rem;
  }
}
@media all and (max-width: 992px) {
  .upsells-carousel .imagewrapper {
    height: auto;
  }
  section.up-sells.upsells.products {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .upsells-carousel li {
    padding: 1rem 1rem !important;
  }
  section.up-sells.upsells.products h2 {
    margin-left: 1rem;
  }
}
@media all and (max-width: 768px) {
  .home-category-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .suur-sisseviskaja {
    grid-template-columns: 1fr;
  }
  .home-hooldus>div:first-of-type {
    width: 100%;
  }
  .suur-sisseviskaja .home-single-ref>div {
    max-width: 100%;
    float: none;
    flex-direction: column;
  }
  footer#footer {
    grid-template-columns: 1fr;
  }
  footer#footer>div>div {
    max-width: 100%;
  }
  .archive.woocommerce ul.products,
  .search ul.products {
    grid-template-columns: 1fr 1fr;
  }
  .product-top {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
  }
  .product_tabs {
    padding: 2rem;
  }
  .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .flex-sisuala-inner {
    max-width: 100%;
  }
  .pakkutava-element {
    min-height: 400px;
    padding: 2rem 5rem;
  }
  footer p.hero-style1,
  .kontakt p.hero-style1 {
    margin-bottom: 2rem;
  }
  .footer-info {
    order: 1;
  }
  .kontakt {
    grid-template-columns: 1fr;
  }
  .kontakt>div:first-child {
    justify-content: unset;
  }
  .kontakt>div {
    align-items: unset;
  }
  .kontakti-kaart iframe {
    height: 40vh;
  }
  .kontakt>div>div {
    max-width: 100%;
  }
  .footer-info {
    align-items: flex-start;
  }
  button.splide__arrow {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  button.splide__arrow.splide__arrow--next {
    right: 0;
  }
  button.splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .carousel-content {
    width: 100%;
    max-width: 100%;
    padding: 5rem 7rem;
  }
  .home-slider .splide__slide {
    min-height: 60vh;
    height: auto;
  }
  .suur-sisseviskaja {
    text-align: center;
  }
  .home-hooldus .sisseviskaja-inner {
    max-width: 100%;
  }
  .extra-buttons {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    flex-wrap: nowrap;
  }
  .suur-sisseviskaja a,
  .extra-buttons .btn,
  body .extra-buttons a {
    margin: 0 !important;
  }
  .sisualad_pildiga:nth-child(even) div:first-of-type {
    order: 0;
    justify-content: unset;
  }
  .archive-content {
    grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  }
  .archive-item:hover .archive-item-image {
    background-size: cover;
  }
  .kontakt>div>div {
    margin: 3rem 2rem;
  }
  .avatud-ajad {
    margin: 2rem 0;
  }
  .kontaktinfo-inner {
    font-size: 1.6rem;
  }
  h1.woocommerce-products-header__title.page-title {
    width: 100%;
    display: block;
  }
  .shop-top-wrap {
    justify-content: space-between;
    margin-top: 2rem;
  }
  nav.woocommerce-pagination,
  .orderby_wrap {
    margin-left: 0;
  }
  .archive.woocommerce ul.products,
  .search ul.products {
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  }
  .shop-top-wrap nav.woocommerce-pagination {
    display: none;
  }
  .carousel-content p.hero-style1 {
    font-size: 3rem;
  }
  .home-slider .splide__slide {
    min-height: 50vh;
    height: auto;
  }
  .search .post-type-wrap.product {
    background: #fff;
  }
  .search div#page-top {
    padding: 10rem 6rem;
  }
  .product-images {
    order: 0;
    margin-bottom: 3rem;
  }
  .sidebar>div {
    max-height: auto;
  }
  .product-top {
    display: block;
    grid-template-columns: unset;
  }
  body #wooswipe {
    margin: 0;
    padding-bottom: 0;
  }
  .shop-banner-content {
    max-width: 100%;
    width: 100%;
  }
}
.slick-arrow svg circle {
  fill: #fff;
}
.slick-arrow svg path {
  fill: #333;
}
.content.fixed-width-sm .ff_form_modal {
  text-align: center;
}
@media all and (max-width: 500px) {
  section.up-sells.upsells.products {
      padding-left: 1rem;
      padding-right: 1rem;
  }
  footer#footer>div:first-child,
  footer#footer>div {
    padding: 4rem 2rem;
  }
  .pakkumised>.h1 {
    padding-left: 2rem;
    display: block;
    padding-right: 2rem;
  }
  div#logode-karussell {
    padding: 10rem 2rem;
  }
  .partnerid div#logode-karussell {
    padding-bottom: 4rem;
  }
}
.mega-menu .menu li {
  width: 100%;
  text-align: left;
}
.mega-menu {
  position: fixed;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 18.5rem;
  background: #fff;
  overflow-y: scroll;
  transition: .5s all ease-in;
  -webkit-transition: .5s all ease-in;
  -moz-transition: .5s all ease-in;
  -ms-transition: .5s all ease-in;
  -o-transition: .5s all ease-in;
  text-align: left;
  padding-bottom: 30rem;
  padding-top: 1rem;
}
.mega-menu .cat-menu-toggle {
  right: 20px;
  top: 10px;
}
@media (max-width:1199px) {
  .mega-menu {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  .mega-menu__actions {
    display: flex;
    height: 60px
  }
  .mega-menu__actions button {
    height: 100%;
    width: 50%;
    border: none;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 400
  }
  .mega-menu__actions button.close {
    background: #2d2d2d;
    color: #fff
  }
  .mega-menu.open {
    z-index: 999999;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .mega-menu ul.children li {
    font-size: 1.5rem;
    display: block;
  }
  .mega-menu>ul li a {
    display: block;
    padding: 5px 24px;
    margin-right: 3rem;
  }
  .mega-menu>ul li.has-children>a {
    width: calc(100% - 50px);
    background: #f9f9f9
  }
  .mega-menu>ul>li {
    display: block;
    position: relative;
  }
  .mega-menu ul.children {
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    display: none;
  }
}
@media (min-width:1200px) {
  .mega-menu {
    height: calc(100vh - 50px);
    top: 25px;
    left: 0;
    width: calc(100% - 60px);
    padding: 8vh 2.5vw 20px;
    background: #fff;
    transform: translateX(-110%);
    z-index: 20;
    overflow-y: auto
  }
  .mega-menu__actions .back-one-level {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 36px;
    height: 36px;
    font-size: 0;
    border: none;
    background: #fff;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .2);
    border-radius: 15px
  }
  .mega-menu__actions .back-one-level:after,
  .mega-menu__actions .back-one-level:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #2d2d2d
  }
  .mega-menu__actions .back-one-level:after {
    transform: translate(-50%, -50%) rotate(-45deg)
  }
  .mega-menu__actions .close {
    display: none
  }
  .mega-menu>ul {
    position: relative;
    display: flex;
    justify-content: space-between
  }
  .mega-menu>ul:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2
  }
  .mega-menu>ul>li {
    position: relative;
    padding-right: 40px
  }
  .mega-menu>ul>li>a {
    font-size: 1.8rem
  }
  .mega-menu>ul>li>ul.children {
    padding-top: 20px
  }
  .mega-menu>ul>li>ul.children>li a {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #7c7c7c
  }
  .mega-menu>ul>li>ul.children>li>a {
    font-size: 1.7rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    margin: 10px auto;
    color: #2d2d2d
  }
  .mega-menu>ul>li>ul.children>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #0B2533
  }
}
@media (min-width:1440px) {
  .mega-menu {
    width: calc(100% - 300px);
    left: 230px;
    transform: translateY(-110%)
  }
  .mega-menu.open {
    left: 230px
  }
}
.mega-menu.open {
  transform: none;
  opacity: 1
}
.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu>ul li.has-children:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
  transform: rotate(135deg)
}
.mob-search.hidden-lg.hidden-md {
  height: 50px;
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
li.cat-item>ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.splide .home-category-item:hover:after {
  opacity: 0;
}
.splide .home-category-item:hover:before {
  opacity: 1;
}
.splide .home-category-item .h-sub-cat {
  max-height: 99rem;
  padding-top: 3rem;
}
li.cat-item.cat-item-15 {
  display: none !important;
}