@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Sanchez&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap);
/*!
Theme Name: Veebileht24
Theme URI: http://underscores.me/
Author: MartinReinas, 1kdigital.com
Author URI: http://1kdigital.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: veebileht24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Veebileht24 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries


--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
   USEFUL CLASSES
-----------------------------------------------------------------------------*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.left {
  left: 0; }

.top {
  top: 0; }

.right {
  right: 0; }

.bottom {
  bottom: 0; }

.background-none {
  background: none; }

.margin-auto {
  margin: auto !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.disabled,
.max-quantity {
  opacity: 0.5;
  pointer-events: none; }

.justifySpace {
  justify-content: space-between; }

.flex {
  display: flex; }

.display-block {
  display: block; }

.dimmed {
  color: #A1A1A1; }

.hide {
  display: none !important; }

.locked {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  cursor: not-allowed;
  color: gray; }

.overflow-hidden {
  overflow: hidden; }

@media (min-width: 0) and (max-width: 42em) {
  .hide-for-small {
    display: none !important; } }

.show-for-small {
  display: none !important; }
  @media (min-width: 0) and (max-width: 42em) {
    .show-for-small {
      display: block !important; } }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.basis-40 {
  flex-basis: 40% !important; }

.basis-60 {
  flex-basis: 60% !important; }

.m-0 {
  margin: 0rem !important; }

.p-0 {
  padding: 0rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.m-5 {
  margin: 0.3125rem !important; }

.p-5 {
  padding: 0.3125rem !important; }

.mt-5 {
  margin-top: 0.3125rem !important; }

.pt-5 {
  padding-top: 0.3125rem !important; }

.mb-5 {
  margin-bottom: 0.3125rem !important; }

.pb-5 {
  padding-bottom: 0.3125rem !important; }

.ml-5 {
  margin-left: 0.3125rem !important; }

.pl-5 {
  padding-left: 0.3125rem !important; }

.mr-5 {
  margin-right: 0.3125rem !important; }

.pr-5 {
  padding-right: 0.3125rem !important; }

.m-10 {
  margin: 0.625rem !important; }

.p-10 {
  padding: 0.625rem !important; }

.mt-10 {
  margin-top: 0.625rem !important; }

.pt-10 {
  padding-top: 0.625rem !important; }

.mb-10 {
  margin-bottom: 0.625rem !important; }

.pb-10 {
  padding-bottom: 0.625rem !important; }

.ml-10 {
  margin-left: 0.625rem !important; }

.pl-10 {
  padding-left: 0.625rem !important; }

.mr-10 {
  margin-right: 0.625rem !important; }

.pr-10 {
  padding-right: 0.625rem !important; }

.m-15 {
  margin: 0.9375rem !important; }

.p-15 {
  padding: 0.9375rem !important; }

.mt-15 {
  margin-top: 0.9375rem !important; }

.pt-15 {
  padding-top: 0.9375rem !important; }

.mb-15 {
  margin-bottom: 0.9375rem !important; }

.pb-15 {
  padding-bottom: 0.9375rem !important; }

.ml-15 {
  margin-left: 0.9375rem !important; }

.pl-15 {
  padding-left: 0.9375rem !important; }

.mr-15 {
  margin-right: 0.9375rem !important; }

.pr-15 {
  padding-right: 0.9375rem !important; }

.m-20 {
  margin: 1.25rem !important; }

.p-20 {
  padding: 1.25rem !important; }

.mt-20 {
  margin-top: 1.25rem !important; }

.pt-20 {
  padding-top: 1.25rem !important; }

.mb-20 {
  margin-bottom: 1.25rem !important; }

.pb-20 {
  padding-bottom: 1.25rem !important; }

.ml-20 {
  margin-left: 1.25rem !important; }

.pl-20 {
  padding-left: 1.25rem !important; }

.mr-20 {
  margin-right: 1.25rem !important; }

.pr-20 {
  padding-right: 1.25rem !important; }

.m-25 {
  margin: 1.5625rem !important; }

.p-25 {
  padding: 1.5625rem !important; }

.mt-25 {
  margin-top: 1.5625rem !important; }

.pt-25 {
  padding-top: 1.5625rem !important; }

.mb-25 {
  margin-bottom: 1.5625rem !important; }

.pb-25 {
  padding-bottom: 1.5625rem !important; }

.ml-25 {
  margin-left: 1.5625rem !important; }

.pl-25 {
  padding-left: 1.5625rem !important; }

.mr-25 {
  margin-right: 1.5625rem !important; }

.pr-25 {
  padding-right: 1.5625rem !important; }

.m-30 {
  margin: 1.875rem !important; }

.p-30 {
  padding: 1.875rem !important; }

.mt-30 {
  margin-top: 1.875rem !important; }

.pt-30 {
  padding-top: 1.875rem !important; }

.mb-30 {
  margin-bottom: 1.875rem !important; }

.pb-30 {
  padding-bottom: 1.875rem !important; }

.ml-30 {
  margin-left: 1.875rem !important; }

.pl-30 {
  padding-left: 1.875rem !important; }

.mr-30 {
  margin-right: 1.875rem !important; }

.pr-30 {
  padding-right: 1.875rem !important; }

.m-35 {
  margin: 2.1875rem !important; }

.p-35 {
  padding: 2.1875rem !important; }

.mt-35 {
  margin-top: 2.1875rem !important; }

.pt-35 {
  padding-top: 2.1875rem !important; }

.mb-35 {
  margin-bottom: 2.1875rem !important; }

.pb-35 {
  padding-bottom: 2.1875rem !important; }

.ml-35 {
  margin-left: 2.1875rem !important; }

.pl-35 {
  padding-left: 2.1875rem !important; }

.mr-35 {
  margin-right: 2.1875rem !important; }

.pr-35 {
  padding-right: 2.1875rem !important; }

.m-40 {
  margin: 2.5rem !important; }

.p-40 {
  padding: 2.5rem !important; }

.mt-40 {
  margin-top: 2.5rem !important; }

.pt-40 {
  padding-top: 2.5rem !important; }

.mb-40 {
  margin-bottom: 2.5rem !important; }

.pb-40 {
  padding-bottom: 2.5rem !important; }

.ml-40 {
  margin-left: 2.5rem !important; }

.pl-40 {
  padding-left: 2.5rem !important; }

.mr-40 {
  margin-right: 2.5rem !important; }

.pr-40 {
  padding-right: 2.5rem !important; }

.m-45 {
  margin: 2.8125rem !important; }

.p-45 {
  padding: 2.8125rem !important; }

.mt-45 {
  margin-top: 2.8125rem !important; }

.pt-45 {
  padding-top: 2.8125rem !important; }

.mb-45 {
  margin-bottom: 2.8125rem !important; }

.pb-45 {
  padding-bottom: 2.8125rem !important; }

.ml-45 {
  margin-left: 2.8125rem !important; }

.pl-45 {
  padding-left: 2.8125rem !important; }

.mr-45 {
  margin-right: 2.8125rem !important; }

.pr-45 {
  padding-right: 2.8125rem !important; }

.m-50 {
  margin: 3.125rem !important; }

.p-50 {
  padding: 3.125rem !important; }

.mt-50 {
  margin-top: 3.125rem !important; }

.pt-50 {
  padding-top: 3.125rem !important; }

.mb-50 {
  margin-bottom: 3.125rem !important; }

.pb-50 {
  padding-bottom: 3.125rem !important; }

.ml-50 {
  margin-left: 3.125rem !important; }

.pl-50 {
  padding-left: 3.125rem !important; }

.mr-50 {
  margin-right: 3.125rem !important; }

.pr-50 {
  padding-right: 3.125rem !important; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #444;
  margin: 0 !important;
  overflow-x: hidden; }
  body .dark {
    color: white; }
  body a {
    transition: 0.3s all;
    color: #5DD6C0; }
    body a:visited {
      color: #5DD6C0; }
  body .wp-block-button__link {
    background: #5DD6C0 !important;
    color: white !important;
    border-radius: 1px;
    text-transform: uppercase;
    font-family: "Sanchez", serif;
    transition: 0.3s all; }
    body .wp-block-button__link:hover {
      background: #2fb89f !important; }
    body .wp-block-button__link.wpcf7-submit {
      background: #5DD6C0 !important;
      color: white !important;
      border-radius: 1px !important;
      text-transform: uppercase !important;
      font-family: "Sanchez", serif !important;
      border: none !important;
      font-size: 18px !important;
      margin: 0;
      padding: 12px 24px !important; }
      .veebipood24 body .wp-block-button__link.wpcf7-submit {
        background: #55CFEA !important; }
        .veebipood24 body .wp-block-button__link.wpcf7-submit:hover {
          background: #1bb6d8 !important; }
      body .wp-block-button__link.wpcf7-submit:hover {
        background: #2fb89f !important; }
  body.veebipood24 .wp-block-button__link {
    background: #55CFEA !important; }
    body.veebipood24 .wp-block-button__link:hover {
      background: #1bb6d8 !important; }
    body.veebipood24 .wp-block-button__link.wpcf7-submit {
      background: #55CFEA !important; }
      body.veebipood24 .wp-block-button__link.wpcf7-submit:hover {
        background: #1bb6d8 !important; }
  body.veebipood24 #meist {
    background: radial-gradient(56.34% 97.12% at 52.74% 42.49%, #EDF4F4 0%, #C4E7EF 100%) !important; }
  body.veebipood24 #kontakt {
    background: #EBF4F6 !important; }
  body.veebipood24 .site-branding {
    margin-top: -20px; }
  body .container {
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    width: calc(100% - 2rem);
    padding-bottom: 0; }
  body .post, body .page {
    margin: 0; }
  body h2 {
    font-family: "Sanchez", serif;
    text-transform: uppercase;
    font-weight: normal; }
  body [class^="ico-"], body [class*=" ico-"] {
    font-family: "Roboto", sans-serif !important; }
    body [class^="ico-"] [class^="path"], body [class*=" ico-"] [class^="path"] {
      font-family: 'icomoon' !important; }
    body [class^="ico-"]::before, body [class*=" ico-"]::before {
      font-family: 'icomoon' !important; }

.kiire-too {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #444;
  margin-top: 8rem; }
  .kiire-too + .wp-block-buttons .wp-block-button__link {
    width: 15rem; }

.gradient-background-button {
  position: relative; }
  .gradient-background-button .wp-block-button {
    z-index: 5; }
    .gradient-background-button .wp-block-button a {
      z-index: 10; }
  .gradient-background-button::before {
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #3C625E 0%, rgba(196, 196, 196, 0) 100%);
    opacity: 0.7;
    display: block;
    width: 100%;
    height: 20rem;
    position: absolute;
    left: 0;
    top: -137px;
    pointer-events: none; }
    @media (min-width: 0) and (max-width: 42em) {
      .gradient-background-button::before {
        display: none; } }

.color-background h2 {
  font-size: 28px;
  line-height: 36px; }
  .color-background h2 + h2 {
    display: inline-block;
    font-size: 24px;
    line-height: 31px;
    margin: 0;
    margin-left: -15rem; }
    @media (min-width: 0) and (max-width: 42em) {
      .color-background h2 + h2 {
        margin-left: 0; } }
  .color-background h2.typing {
    margin-left: 0.5rem;
    position: absolute;
    color: #5DD6C0; }
    @media (min-width: 0) and (max-width: 42em) {
      .color-background h2.typing {
        position: relative;
        display: block; } }
    .veebipood24 .color-background h2.typing {
      color: #55CFEA; }

#ei-leidnud-pakett {
  text-align: center; }
  #ei-leidnud-pakett .gradient-background-button {
    display: flex;
    justify-content: center; }

.site-header {
  background: linear-gradient(180deg, #60857E 0%, #9DC3BC 23.96%, #F4F3EC 100%);
  mix-blend-mode: normal;
  min-height: 5rem; }
  .veebipood24 .site-header {
    background: linear-gradient(180deg, #45818E 0%, #9DBCC3 30.73%, #ECF4EE 100%); }
  .home .site-header {
    min-height: 50vh; }

.home .site-content {
  min-height: 50vh;
  margin-top: -26.25rem; }
  @media screen and (max-height: 750px) {
    .home .site-content {
      margin-top: -23.4375rem; } }

@media screen and (max-height: 640px) and (min-width: 0) and (max-width: 42em) {
  .home .site-content {
    margin-top: -15.625rem; } }

@media screen and (max-height: 812px) {
  .home .site-content .header-title {
    margin-top: 1;
    margin-bottom: 2.5rem; } }

@media screen and (max-height: 750px) {
  .home .site-content .header-title {
    margin-bottom: 3rem; } }

@media screen and (max-height: 640px) and (min-width: 0) and (max-width: 42em) {
  .home .site-content .header-title {
    margin-bottom: 2.5rem; } }

@media (min-height: 641px) and (max-height: 667px) {
  .home .site-content .header-title {
    margin-top: 2.5rem; } }

@media (min-height: 0) and (max-height: 640px) {
  .home .site-content .header-title {
    margin-top: 0.5rem; } }

.site-header {
  padding-top: 2rem; }
  .site-header .container {
    display: flex;
    flex-wrap: wrap; }
    .site-header .container .main-navigation {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      width: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .site-header .container .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
      .site-header .container .main-navigation a {
        color: #444444;
        padding: 0 1rem;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.5625rem;
        text-transform: uppercase;
        font-family: "Nunito Sans", sans-serif; }
        .site-header .container .main-navigation a:hover,
        .site-header .container .main-navigation a .active {
          color: white;
          text-decoration: underline; }
      .site-header .container .main-navigation .home.menu-item a {
        font-size: 0;
        line-height: 1.5625rem;
        text-decoration: none !important; }
        .site-header .container .main-navigation .home.menu-item a::before {
          content: "\e90a";
          font-family: 'icomoon' !important;
          font-weight: bold;
          font-size: 1.125rem;
          line-height: 1.5625rem; }

.header-title {
  font-family: "Sanchez", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 5rem; }
  @media (min-width: 0) and (max-width: 42em) {
    .header-title {
      margin-top: 3rem; } }
  .header-title a {
    text-decoration: none;
    color: #404040 !important;
    border-bottom: 1px dotted #404040; }
    .header-title a:hover {
      color: #5DD6C0 !important;
      border-color: #5DD6C0; }
  .header-title .seitsme {
    color: #5DD6C0;
    position: relative; }
    .veebipood24 .header-title .seitsme {
      color: #55CFEA; }
    .header-title .seitsme #underline {
      position: absolute;
      right: 10px;
      bottom: -5px; }
      .header-title .seitsme #underline path {
        -webkit-clip-path: inset(0% 100% 0% 0%);
                clip-path: inset(0% 100% 0% 0%);
        -webkit-animation: dash 0.5s linear forwards;
                animation: dash 0.5s linear forwards;
        -webkit-animation-delay: 3s;
                animation-delay: 3s; }
        .veebipood24 .header-title .seitsme #underline path {
          fill: #55CFEA; }

.veebipood24 .header-title a:hover {
  color: #55CFEA !important;
  border-color: #55CFEA; }

.blink {
  -webkit-animation: dash 1s linear infinite;
          animation: dash 1s linear infinite; }

.site-branding img, .site-branding svg {
  transition: 0.3s all; }

.sticky .site-header .container .main-navigation a:hover {
  color: #5DD6C0; }

.veebipood24 .sticky .site-header .container .main-navigation a:hover {
  color: #55CFEA; }

.navigation {
  background: #ffffff00;
  width: 100%;
  z-index: 500;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 0) and (max-width: 42em) {
    .navigation .site-branding img, .navigation .site-branding svg {
      width: 70%; } }
  .navigation.sticky {
    position: fixed;
    background: #ffffff;
    top: 0;
    box-shadow: 1px -3px 5px 0px #444; }
    .navigation.sticky .site-header .container .main-navigation a:hover {
      color: #5DD6C0; }
    .navigation.sticky .site-branding img, .navigation.sticky .site-branding svg {
      width: 70%; }

@-webkit-keyframes dash {
  to {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); } }

@keyframes dash {
  to {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); } }

@-webkit-keyframes blink {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes blink {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.admin-bar .navigation {
  top: 2rem !important; }

#kontakt .kontakt {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 40.625rem;
  margin: auto;
  margin-top: 4rem; }
  #kontakt .kontakt .field {
    padding: 0.4rem; }
  #kontakt .kontakt .name,
  #kontakt .kontakt .email {
    flex-basis: 50%; }
    #kontakt .kontakt .name input,
    #kontakt .kontakt .email input {
      width: 100%; }
  #kontakt .kontakt .text {
    flex-basis: 100%; }

#kontakt .contact-info a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #444;
  margin-right: 1rem; }
  .veebipood24 #kontakt .contact-info a:hover {
    color: #55CFEA; }
  #kontakt .contact-info a:hover {
    color: #5DD6C0; }

#kontakt .ico-mail, #kontakt .ico-phone {
  transition: 0.3s all; }
  .veebipood24 #kontakt .ico-mail a:hover, .veebipood24 #kontakt .ico-phone a:hover {
    color: #55CFEA; }
  #kontakt .ico-mail a:hover, #kontakt .ico-phone a:hover {
    color: #5DD6C0; }
  #kontakt .ico-mail::before, #kontakt .ico-phone::before {
    transition: 0.3s all; }
  #kontakt .ico-mail:hover, #kontakt .ico-phone:hover {
    color: #5DD6C0; }
  .veebipood24 #kontakt .ico-mail:hover, .veebipood24 #kontakt .ico-phone:hover {
    color: #55CFEA; }

.recapcha {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #AFC5BD;
  margin-bottom: -2rem;
  margin-top: 3rem; }
  .recapcha a {
    color: #AFC5BD;
    text-decoration: underline; }
    .recapcha a:visited {
      color: #AFC5BD; }
    .recapcha a:hover {
      color: #5DD6C0; }
    .veebipood24 .recapcha a:hover {
      color: #55CFEA; }

.cms-logos > span {
  padding: 0 0.5rem;
  display: inline-block; }

.cms-logos span {
  font-size: 1.3rem; }
  .cms-logos span::before {
    color: #acadae; }

.cms-logos .ico-woocommerce .path5:before {
  color: #acadae; }

.site-footer {
  background: #3F3F3F;
  padding: 3rem 0;
  color: #BBBBBB;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  line-height: 190%; }
  .site-footer h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 190%;
    margin: 0; }
  .site-footer a, .site-footer a:focus, .site-footer a:active, .site-footer a:visited {
    color: #BBBBBB;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus:hover, .site-footer a:active:hover, .site-footer a:visited:hover {
      color: #BBBBBB;
      text-decoration: underline; }
  .site-footer p {
    margin: 0; }
  .site-footer .wp-block-column {
    margin-bottom: 1rem;
    margin-left: 0;
    padding-left: 0; }
    .site-footer .wp-block-column [class^="ico-"], .site-footer .wp-block-column [class*=" ico-"] {
      font-size: 1.2rem;
      line-height: 1.5; }
    .site-footer .wp-block-column ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-footer .wp-block-column ul a, .site-footer .wp-block-column ul a:focus, .site-footer .wp-block-column ul a:active, .site-footer .wp-block-column ul a:visited {
        text-decoration: underline; }
  .site-footer .footer-banklinks img {
    height: 28px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    margin-right: 5px; }

.two-rows {
  display: flex;
  flex-flow: row wrap; }
  .two-rows * {
    flex-basis: 50%;
    align-items: baseline;
    align-content: baseline; }
    @media (min-width: 0) and (max-width: 64.9em) {
      .two-rows * {
        flex-basis: 100%; } }
  .two-rows .text-right {
    flex-basis: 30%;
    padding: 0.4rem 0; }
    @media (min-width: 0) and (max-width: 64.9em) {
      .two-rows .text-right {
        flex-basis: 100%;
        text-align: left; } }
  .two-rows h2, .two-rows h3, .two-rows h4 {
    flex-basis: 100%; }

.entry-footer, .entry-header {
  display: none !important; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.color-background {
  padding: 4rem 0; }

.tabs {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: auto;
  list-style: none;
  justify-content: center;
  text-transform: uppercase;
  margin-top: -4.5rem;
  overflow: hidden;
  position: relative; }
  @media (min-width: 0) and (max-width: 42em) {
    .tabs {
      margin-top: -5.3rem; } }
  .tabs a {
    outline: none;
    transition: 0.3s all;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
    padding: 1rem 3.25rem;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .tabs a.active {
      background: #29423F;
      color: white; }
      .veebipood24 .tabs a.active {
        background: #293E42; }
      .tabs a.active::before {
        color: white; }
    @media (min-width: 0) and (max-width: 42em) {
      .tabs a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        line-height: 26px; } }
    .tabs a:visited {
      color: rgba(255, 255, 255, 0.4); }
    .tabs a::before {
      color: rgba(255, 255, 255, 0.4); }
    .tabs a:hover {
      color: white; }
      .tabs a:hover::before {
        color: white; }
    .tabs a.veebipood-tab .soon {
      background-color: #5DD6C0;
      color: white;
      border-radius: 1rem;
      padding: .4rem .7rem .2rem;
      font-size: .75rem;
      display: inline-block;
      line-height: 1;
      vertical-align: super; }

.notice {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .notice p {
    display: inline-block; }
  .notice a, .notice a:visited, .notice a:active {
    color: #444; }
  .veebipood24 .notice::before {
    background-image: url("/wp-content/themes/veebileht24/assets/images/ico-notice-blue.svg"); }
  .notice::before {
    padding-right: 0.6rem;
    width: 3.75rem;
    height: 3.75rem;
    display: block;
    content: "";
    background-image: url("/wp-content/themes/veebileht24/assets/images/ico-notice.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-right: 1rem; }
    @media (min-width: 0) and (max-width: 64.9em) {
      .notice::before {
        width: 3rem;
        height: 3rem; } }

.domain-error-notice {
  color: #521228;
  background: #F6EBEF;
  padding: 1rem;
  margin: 1rem auto;
  font-family: 'Roboto', sans-serif; }
  .domain-error-notice p {
    margin: 0; }

.company_input_error {
  flex-basis: 100%;
  padding-left: 30%;
  font-weight: bold;
  color: #e52f48; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  border: none;
  border-radius: 1px;
  background: #5DD6C0;
  color: white;
  line-height: 1;
  padding: 12px 24px;
  font-family: "Sanchez", serif;
  font-size: 18px;
  transition: 0.3s all;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }
  .veebipood24 button, .veebipood24
  input[type="button"], .veebipood24
  input[type="reset"], .veebipood24
  input[type="submit"], .veebipood24
  .button {
    background: #55CFEA; }
    .veebipood24 button:hover, .veebipood24
    input[type="button"]:hover, .veebipood24
    input[type="reset"]:hover, .veebipood24
    input[type="submit"]:hover, .veebipood24
    .button:hover {
      background: #1bb6d8 !important; }
  button.back,
  input[type="button"].back,
  input[type="reset"].back,
  input[type="submit"].back,
  .button.back {
    background: #C8E2D9; }
    .veebipood24 button.back, .veebipood24
    input[type="button"].back, .veebipood24
    input[type="reset"].back, .veebipood24
    input[type="submit"].back, .veebipood24
    .button.back {
      background: #97D5E2; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    transition: 0.3s all;
    background: #2fb89f;
    color: white; }
  button:active, button:focus, button:visited,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="button"]:visited,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:visited,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:visited,
  .button:active,
  .button:focus,
  .button:visited {
    color: white; }

.copy-button {
  color: #444;
  text-decoration: none;
  font-size: 1.4rem;
  margin-left: .2rem; }
  .copy-button:hover {
    color: #000; }
  .copy-button:active, .copy-button:focus, .copy-button:visited {
    color: #444; }

.button-group {
  padding: 0;
  text-align: center; }
  .button-group .button {
    margin: 2rem auto; }
  .button-group.container {
    padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #444 !important;
  transition: 0.3s;
  border-radius: 3px !important;
  padding: 0.5rem !important;
  border: 1px solid #D1E7DF !important; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #444 !important; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #444 !important; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #444 !important; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #444 !important; }
  input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="range"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #444 !important; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: #444 !important; }
  input[type="text"].not-validated,
  input[type="email"].not-validated,
  input[type="url"].not-validated,
  input[type="password"].not-validated,
  input[type="search"].not-validated,
  input[type="number"].not-validated,
  input[type="tel"].not-validated,
  input[type="range"].not-validated,
  input[type="date"].not-validated,
  input[type="month"].not-validated,
  input[type="week"].not-validated,
  input[type="time"].not-validated,
  input[type="datetime"].not-validated,
  input[type="datetime-local"].not-validated,
  input[type="color"].not-validated,
  textarea.not-validated {
    border: 2px solid red !important; }

div.not-validated {
  border: 2px solid red !important; }

select {
  padding: 0.5rem;
  color: #444 !important;
  border-radius: 3px !important;
  padding: 0.5rem !important;
  border: 1px solid #D1E7DF !important;
  height: 2.6rem;
  background: white;
  min-width: 4rem; }

textarea {
  width: 100%; }

* {
  outline-color: #5DD6C0; }
  .veebipood24 * {
    outline-color: #55CFEA; }

::-moz-selection {
  color: white;
  background: #5DD6C0; }
  .veebipood24 ::-moz-selection {
    background: #55CFEA; }

::-moz-selection {
  color: white;
  background: #5DD6C0; }

::selection {
  color: white;
  background: #5DD6C0; }
  .veebipood24 ::-moz-selection {
    background: #55CFEA; }
  .veebipood24 ::selection {
    background: #55CFEA; }

.checkbox {
  opacity: 0;
  display: none; }
  .checkbox.not-validated + label:before {
    border: 1px solid red; }
  .checkbox:checked + label::after {
    opacity: 1; }
  .checkbox + label {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem; }
    .checkbox + label:before {
      content: "";
      background: #C4C4C4;
      border-radius: 5px;
      width: 1.3rem;
      height: 1.3rem;
      position: absolute;
      left: 0;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5rem; }
    .checkbox + label::after {
      opacity: 0;
      content: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.68966L7.25 13L14 2' stroke='%23444444' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      position: absolute;
      left: 0;
      top: -3px;
      width: 0.9rem;
      margin: 3px 0 0 2px;
      height: 0.9rem;
      transition: 0.3s all; }

.radio {
  opacity: 0;
  display: none; }
  .radio:checked + label::after {
    opacity: 1; }
  .radio + label {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem; }
    .radio + label:before {
      content: "";
      background: white;
      border-radius: 50%;
      width: 1.3rem;
      height: 1.3rem;
      position: absolute;
      left: 0;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5rem;
      border: 0.5px solid #D1E6DF; }
    .radio + label::after {
      opacity: 0;
      content: "";
      position: absolute;
      background: #5DD6C0;
      left: 2px;
      top: 1px;
      border-radius: 50%;
      width: 0.8rem;
      margin: 3px 0 0 2px;
      height: 0.8rem;
      transition: 0.3s all; }

.veebipood24 .radio + label::after {
  background: #55CFEA; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #444; }
  a:visited {
    color: #444; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }
  .menu-toggle:hover,
  .main-navigation.toggled ul:hover {
    background: none; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media (min-width: 0) and (max-width: 64.9em) {
  .main-navigation .menu-menu-1-container {
    display: none; } }

.avaleht .veebileht24 .menu-item-278 a {
  text-decoration: underline !important;
  color: #5DD6C0; }

.avaleht .veebipood24 .menu-item-278 a {
  text-decoration: underline !important;
  color: #55CFEA !important; }

.meist .veebileht24 .meist-menu a {
  text-decoration: underline !important;
  color: #5DD6C0; }

.meist .veebipood24 .meist-menu a {
  text-decoration: underline !important;
  color: #55CFEA !important; }

.kidas-tellida .veebileht24 .kidas-tellida-menu a {
  text-decoration: underline !important;
  color: #5DD6C0; }

.kidas-tellida .veebipood24 .kidas-tellida-menu a {
  text-decoration: underline !important;
  color: #55CFEA !important; }

.teenused-ja-paketid .veebileht24 .teenused-ja-paketid-menu a,
.veebileht .veebileht24 .teenused-ja-paketid-menu a,
.veebipood .veebileht24 .teenused-ja-paketid-menu a,
.ei-leidnud-pakett .veebileht24 .teenused-ja-paketid-menu a {
  text-decoration: underline !important;
  color: #5DD6C0; }

.teenused-ja-paketid .veebipood24 .teenused-ja-paketid-menu a,
.veebileht .veebipood24 .teenused-ja-paketid-menu a,
.veebipood .veebipood24 .teenused-ja-paketid-menu a,
.ei-leidnud-pakett .veebipood24 .teenused-ja-paketid-menu a {
  text-decoration: underline !important;
  color: #55CFEA !important; }

.kontakt .veebileht24 .kontakt-menu a {
  text-decoration: underline !important;
  color: #5DD6C0; }

.kontakt .veebipood24 .kontakt-menu a {
  text-decoration: underline !important;
  color: #55CFEA !important; }

.menu-toggle {
  position: fixed;
  top: 2rem;
  right: 2rem;
  outline: none; }
  @media (min-width: 0) and (max-width: 64.9em) {
    .menu-toggle {
      display: block !important; } }

.mobile-menu {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 500;
  overflow: hidden !important;
  transition: 0.3s all; }
  .mobile-menu.hidden {
    height: 0; }
  .mobile-menu .home.menu-item a {
    font-size: 0;
    line-height: 1.5625rem;
    text-decoration: none !important; }
    .mobile-menu .home.menu-item a::before {
      content: "\e90a";
      font-family: 'icomoon' !important;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.5625rem; }
  @media (min-width: 65em) {
    .mobile-menu {
      display: none !important; } }
  .mobile-menu .menu-menu-1-container ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    text-align: center; }
    .mobile-menu .menu-menu-1-container ul li {
      line-height: 40px; }
    .mobile-menu .menu-menu-1-container ul a {
      font-family: "Nunito Sans", sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 25px;
      text-transform: uppercase;
      color: #444;
      text-decoration: none; }
      .mobile-menu .menu-menu-1-container ul a:hover {
        text-decoration: underline; }
        .veebileht24 .mobile-menu .menu-menu-1-container ul a:hover {
          color: #5DD6C0; }
        .veebipood24 .mobile-menu .menu-menu-1-container ul a:hover {
          color: #55CFEA; }

.navigation {
  z-index: 501; }
  @media (min-width: 0) and (max-width: 64.9em) {
    .navigation {
      top: 0; } }
  .mobile-active .navigation {
    background: white;
    box-shadow: none; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.crown {
  margin-top: -40px;
  height: 40px;
  border-radius: 1px;
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 0) and (max-width: 42em) {
    .crown {
      margin-bottom: -1rem;
      margin-top: 1rem; } }
  #veebipood .crown {
    background: #70C888; }
  #veebileht .crown {
    background: #FFB23E; }
  .crown .ico-crown {
    padding-right: 0.5rem; }

.packets {
  background: white;
  border-radius: 1px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  color: #444;
  padding: 2.5rem 2rem;
  position: relative; }
  @media (min-width: 0) and (max-width: 42em) {
    .packets {
      padding: 1rem 1.5rem;
      margin: 1rem 0; } }
  .packets a {
    color: #444; }
    .packets a:visited {
      color: #444; }
    .packets a:hover {
      color: #5DD6C0; }
    .veebipood24 .packets a:hover {
      color: #55CFEA; }
  .packets h3 {
    text-align: center; }
    #veebipood .packets h3 {
      color: #55CFEA; }
    #veebileht .packets h3 {
      color: #5DD6C0; }
  .packets h4 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0.7rem; }
  .packets .block.content_block_1 {
    min-height: 7rem;
    font-weight: bold; }
    @media (min-width: 0) and (max-width: 42em) {
      .packets .block.content_block_1 {
        min-height: auto; } }
  .packets .block.pakkumised {
    min-height: 18rem; }
    @media (min-width: 0) and (max-width: 42em) {
      .packets .block.pakkumised {
        min-height: auto; } }
  .packets .block.lisad {
    min-height: 8rem; }
    @media (min-width: 0) and (max-width: 42em) {
      .packets .block.lisad {
        min-height: auto; } }
  .packets .block.pakkumised li, .packets .block.teenused li, .packets .block.uldinfo li {
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: baseline; }
    .packets .block.pakkumised li .ico-tooltip, .packets .block.teenused li .ico-tooltip, .packets .block.uldinfo li .ico-tooltip {
      padding-left: 0.5rem;
      padding-right: 0; }
    .packets .block.pakkumised li [class^="ico-"], .packets .block.pakkumised li [class*=" ico-"], .packets .block.teenused li [class^="ico-"], .packets .block.teenused li [class*=" ico-"], .packets .block.uldinfo li [class^="ico-"], .packets .block.uldinfo li [class*=" ico-"] {
      padding: 0 0.5rem;
      display: inline-block;
      width: 2rem;
      text-align: center; }
  .packets .prices {
    min-height: 4.5rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    margin-bottom: 2rem; }
    @media (min-width: 0) and (max-width: 42em) {
      .packets .prices {
        min-height: auto; } }
  .packets .wp-block-buttons {
    margin-bottom: 0; }
  .packets .content_block_2 {
    display: flex;
    flex-flow: row wrap; }
    .packets .content_block_2 a {
      flex-basis: 100%;
      font-size: 1rem;
      line-height: 1.1875rem;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      margin: 0.5rem; }
    .packets .content_block_2 span {
      flex-basis: 90%; }
  .packets .old_price {
    display: block;
    text-align: center;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #C4C4C4; }
  .packets .price {
    font-style: normal;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.5625rem;
    display: block;
    text-align: center; }
    .packets .price small {
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 2.0625rem; }
  .packets .block {
    border-top: 1px solid #CCCCCC;
    padding: 1rem 0; }
    .packets .block.teenused {
      min-height: 10rem; }
      @media (min-width: 0) and (max-width: 42em) {
        .packets .block.teenused {
          min-height: auto; } }
    .packets .block:first-child {
      border-top: none;
      text-align: center; }
    .packets .block.ico-wp a {
      display: block;
      width: 100%;
      text-align: right; }
    .packets .block ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .packets .block ul li {
        margin: 0;
        padding: 0.3rem 0; }
  .packets .packet-link:hover {
    color: #5DD6C0; }
  .veebipood24 .packets .packet-link:hover {
    color: #55CFEA; }
  .packets .wp-block-button__link {
    padding: 1.5rem 5rem; }
    .packets .wp-block-button__link.soon-button {
      -webkit-filter: saturate(0);
              filter: saturate(0);
      pointer-events: none; }
  .packets .ico-www {
    padding: 0; }
  .packets .makseviisid-ja-tarne {
    min-height: 29rem; }
    .packets .makseviisid-ja-tarne .lisa-info {
      color: #888888;
      padding-left: 1.5rem; }
    @media (min-width: 0) and (max-width: 42em) {
      .packets .makseviisid-ja-tarne {
        min-height: auto; } }
    .packets .makseviisid-ja-tarne .makseviisid {
      min-height: 8rem; }
      @media (min-width: 0) and (max-width: 42em) {
        .packets .makseviisid-ja-tarne .makseviisid {
          min-height: auto; } }
    .packets .makseviisid-ja-tarne h6 {
      margin: 0 0 0.5rem;
      font-weight: bold;
      font-size: 16px;
      line-height: 150%; }
    .packets .makseviisid-ja-tarne li {
      padding: 0.3rem 0 0.3rem 1.5rem !important; }
  #veebipood .packets input[type="checkbox"] {
    pointer-events: none; }

.pakketid {
  position: relative;
  /* &::before{
    position: absolute;
    content: 'veebileht';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin-top: -3.5rem;
    background: #29423F;
    color: white;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    font-family: $font_nunito;
    padding: 1rem rem-calc(52);
  }*/ }
  .pakketid .ico-tooltip {
    display: inline !important;
    padding: 0 0 0 0.3rem !important;
    width: 1rem !important; }
  .pakketid .note {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: rgba(255, 255, 255, 0.8); }

#veebipood .block.teenused {
  min-height: 15rem; }
  @media (min-width: 0) and (max-width: 42em) {
    #veebipood .block.teenused {
      min-height: auto; } }

.featured {
  text-align: center;
  font-family: "Roboto", sans-serif; }
  .featured a {
    color: #444; }
    .featured a:visited {
      color: #444; }
    .featured a:hover {
      color: #5DD6C0; }
    .veebipood24 .featured a:hover {
      color: #55CFEA; }
  .featured h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: normal;
    font-family: "Nunito Sans", sans-serif; }
  .featured h4 {
    margin: 0; }
  .featured .icon {
    min-height: 10rem;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    #kidas-tellida .featured .icon {
      min-height: 7rem; }

#kidas-tellida .ico-arrow-right {
  align-items: center; }
  #kidas-tellida .ico-arrow-right.this-need-up:before {
    margin-top: -2rem; }
  #kidas-tellida .ico-arrow-right:before {
    display: none;
    margin-left: -2rem;
    padding-right: 1rem;
    font-size: 2rem; }

#teenused-ja-paketid .wp-block-column {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }
  #teenused-ja-paketid .wp-block-column .ico-circle {
    padding: 1rem;
    font-size: 3rem; }

#meist .container {
  display: flex;
  flex-flow: row wrap; }
  #meist .container .wp-block-lazyblock-featured {
    flex-basis: 33%; }
    @media (min-width: 0) and (max-width: 64.9em) {
      #meist .container .wp-block-lazyblock-featured {
        flex-basis: 50%; } }
    @media (min-width: 0) and (max-width: 42em) {
      #meist .container .wp-block-lazyblock-featured {
        flex-basis: 100%; } }
  #meist .container .has-text-align-center,
  #meist .container .wp-block-buttons {
    flex-basis: 100%; }

#kidas-tellida .container {
  display: flex;
  flex-flow: row wrap; }
  #kidas-tellida .container .wp-block-lazyblock-featured {
    flex-basis: 11%; }
    @media (min-width: 0) and (max-width: 64.9em) {
      #kidas-tellida .container .wp-block-lazyblock-featured {
        flex-basis: 100%; } }
    @media (min-width: 0) and (max-width: 42em) {
      #kidas-tellida .container .wp-block-lazyblock-featured {
        flex-basis: 100%; } }
  @media (min-width: 0) and (max-width: 64.9em) {
    #kidas-tellida .container .arrow-class .icon {
      min-height: 2rem; }
    #kidas-tellida .container .arrow-class svg {
      transform: rotate(90deg); } }
  @media (min-width: 0) and (max-width: 42em) {
    #kidas-tellida .container .arrow-class .icon {
      min-height: 2rem; }
    #kidas-tellida .container .arrow-class svg {
      transform: rotate(90deg); } }
  #kidas-tellida .container .has-text-align-center,
  #kidas-tellida .container .wp-block-buttons {
    flex-basis: 100%; }

/*[class^="feature-"], [class*=" feature-"]{
   opacity: 0;
   transition: 3s;
 }*/
.wp-block-lazyblock-featured {
  opacity: 0;
  -ms-animation-duration: 0.75s;
  -ms-animation-timing-function: liner;
  -ms-animation-name: fade-in;
  -ms-animation-fill-mode: forwards; }

.activate-animation {
  /*  animation: "fade-in" ease-in 0.75s;*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: fade-in;
          animation-name: fade-in; }

@media (min-width: 65em) {
  .feature-0, .feature-3, .feature-6 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .feature-1, .feature-4, .feature-7 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .feature-2, .feature-5, .feature-8 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; } }

@media (min-width: 0) and (max-width: 64.9em) {
  .feature-0, .feature-2, .feature-4, .feature-6, .feature-8 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .feature-1, .feature-3, .feature-5, .feature-7 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; } }

@media (min-width: 0) and (max-width: 42em) {
  .wp-block-lazyblock-featured {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; } }

.feature-9 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.feature-10 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.feature-11 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.feature-12 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

.feature-13 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.feature-14 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s; }

.feature-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.feature-16 {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s; }

.feature-17 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ico-tooltip {
  font-style: normal; }
  .ico-tooltip .tooltip {
    display: none;
    position: absolute;
    background: #000000d9;
    padding: 1rem;
    border-radius: 3px;
    color: white;
    opacity: 0;
    margin-top: -5px;
    transition: 0.3s all;
    left: 1rem;
    margin-right: 1rem; }
    .ico-tooltip .tooltip .path1::before {
      transition: 0.3s all; }
  .ico-tooltip:hover .path1::before {
    color: #444444; }
  .ico-tooltip:hover .tooltip {
    display: block;
    opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.carousel {
  /* display: flex;
  width: 100%;
  max-width: rem-calc(1000);
  margin: 1rem auto;
  justify-content: center;*/
  display: flex;
  width: 100%;
  max-width: 66.5rem;
  margin: 1rem;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  align-items: center; }
  @media (min-width: 0) and (max-width: 64.9em) {
    .carousel {
      margin: 0;
      margin-bottom: 5rem;
      align-items: flex-end;
      max-width: 40.5rem; }
      .carousel .phone {
        margin-left: -2rem;
        margin-bottom: -1rem; }
      .carousel .tablet {
        margin-right: -5rem;
        margin-bottom: -1rem; } }
  @media (min-width: 0) and (max-width: 42em) {
    .carousel {
      margin: 0;
      margin-bottom: 5rem;
      align-items: flex-end;
      max-width: 40.5rem; }
      .carousel .phone {
        margin-left: -2rem;
        margin-bottom: -1rem; }
      .carousel .tablet {
        margin-right: -5rem;
        margin-bottom: -1rem; } }
  .carousel .slick-arrow {
    display: block !important;
    width: 100%;
    visibility: hidden;
    margin-top: -27px; }
  .carousel::before {
    content: url("data:image/svg+xml,%3Csvg width='1064' height='207' viewBox='0 0 1064 207' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' filter='url(%23filter0_f)'%3E%3Cpath d='M373 34H815L875 81H313L373 34Z' fill='%23C4C4C4'/%3E%3C/g%3E%3Cg opacity='0.5' filter='url(%23filter1_f)'%3E%3Cpath d='M860.578 104L923.422 84L1030 131L954 151L860.578 104Z' fill='%23C4C4C4'/%3E%3C/g%3E%3Cg opacity='0.5' filter='url(%23filter2_f)'%3E%3Cpath d='M327 104L190.589 74L34 143L189.74 173L327 104Z' fill='%23C4C4C4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='279' y='0' width='630' height='115' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='17' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter1_f' x='826.578' y='50' width='237.422' height='135' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='17' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3Cfilter id='filter2_f' x='0' y='40' width='361' height='167' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='17' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    height: 1rem;
    left: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none; }
    @media (min-width: 0) and (max-width: 64.9em) {
      .carousel::before {
        display: none; } }
  .carousel .carousel_items {
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    z-index: 5;
    width: 100% !important;
    background: white; }
    .carousel .carousel_items.slick-slide {
      width: 100% !important; }
    .carousel .carousel_items.tablet {
      max-width: 8.625rem;
      max-height: 10.9375rem;
      transform: rotate(-14.91deg);
      z-index: 6;
      box-shadow: 0px 4px 50px #FFFFFF; }
      @media (min-width: 0) and (max-width: 42em) {
        .carousel .carousel_items.tablet {
          max-width: 5.625rem;
          max-height: 7.5rem; } }
      .carousel .carousel_items.tablet ul {
        -webkit-animation: none;
                animation: none; }
    .carousel .carousel_items.webpage {
      max-width: 26.375rem;
      max-height: 16.125rem; }
      @media (min-width: 0) and (max-width: 42em) {
        .carousel .carousel_items.webpage {
          max-width: 18.125rem;
          max-height: 10.9375rem; } }
      .carousel .carousel_items.webpage ul li {
        /* animation: spin 35s infinite;
         animation-delay: 3s;
         animation-timing-function: ease-in-out;*/ }
    .carousel .carousel_items.phone {
      max-width: 4.125rem;
      max-height: 7.5rem;
      transform: rotate(17.22deg);
      z-index: 6;
      box-shadow: 0px 4px 30px #FFFFFF; }
      @media (min-width: 0) and (max-width: 42em) {
        .carousel .carousel_items.phone {
          max-width: 2.8125rem;
          max-height: 5.0625rem; } }
      .carousel .carousel_items.phone ul {
        -webkit-animation: none;
                animation: none; }
  .carousel ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .carousel .carousel_item {
    width: 100%;
    margin: 0;
    padding: 0; }
  .carousel + .wp-block-buttons .wp-block-button__link {
    z-index: 5; }

@-webkit-keyframes spin {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(0%); } }

@keyframes spin {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(0%); } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.tellimise-vorm .block {
  padding-bottom: 2rem; }
  .tellimise-vorm .block p {
    margin: 0; }
  .tellimise-vorm .block .container {
    font-family: "Nunito Sans", sans-serif !important;
    position: relative;
    padding-left: 5rem;
    padding-top: 0; }
    @media (min-width: 0) and (max-width: 42em) {
      .tellimise-vorm .block .container {
        padding-left: 0rem; } }
    .tellimise-vorm .block .container::before {
      position: absolute;
      font-family: "Sanchez", serif;
      left: 1rem;
      top: 1.8rem;
      font-size: 4rem;
      line-height: 5.125rem;
      color: #D1E7DF; }
      @media (min-width: 0) and (max-width: 42em) {
        .tellimise-vorm .block .container::before {
          position: relative; } }
  .tellimise-vorm .block.block-1 .container::before {
    content: '1.'; }
  .tellimise-vorm .block.block-2 .container::before {
    content: '2.'; }
  .tellimise-vorm .block.block-3 .container::before {
    content: '3.'; }

.tellimise-vorm h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: normal;
  margin: 0;
  padding-top: 2.5rem; }
  .block-1 .tellimise-vorm h3 {
    padding-bottom: 1.5rem; }
  .block-3 .tellimise-vorm h3 {
    padding-bottom: 1rem; }

.tellimise-vorm .hidden-text input {
  background: transparent !important;
  border: none !important;
  font-weight: bold;
  outline: none !important; }
  .tellimise-vorm .hidden-text input[name="pakett"] {
    text-transform: capitalize; }

.tellimise-vorm .hidden-text .left {
  display: inline-block;
  width: 7rem;
  text-align: right;
  margin-right: 2rem;
  font-family: "Nunito Sans", sans-serif; }
  @media (min-width: 0) and (max-width: 42em) {
    .tellimise-vorm .hidden-text .left {
      margin-right: 1rem; } }

.tellimise-vorm .hidden-text .packet-name {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  font-family: "Nunito Sans", sans-serif; }

.tellimise-vorm .hidden-text .lisad-field {
  font-size: 16px;
  line-height: 22px; }

.tellimise-vorm .hidden-text .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .tellimise-vorm .hidden-text .container .fields {
    flex: 1; }
  .tellimise-vorm .hidden-text .container h3 {
    flex-basis: 100%; }

.tellimise-vorm .block-2 span {
  display: block;
  margin: 1rem 0; }

.tellimise-vorm .block-2 .Lisainfo {
  margin: 0; }

.tellimise-vorm .block-2 br + br {
  display: none; }

.tellimise-vorm .block-2 .fileinput {
  width: 100%;
  height: 8.5625rem;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  color: #AFC5BD;
  background: #EBF6F5;
  border: 1px dashed #BDDEDB;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  line-height: 23px;
  font-family: "Sanchez", serif;
  transition: 0.3s all; }
  .tellimise-vorm .block-2 .fileinput:hover {
    background: #b6dedb; }
  .tellimise-vorm .block-2 .fileinput::before {
    content: url("data:image/svg+xml,%3Csvg width='25' height='32' viewBox='0 0 25 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5833 8.5V0H1.5625C0.696615 0 0 0.66875 0 1.5V30.5C0 31.3312 0.696615 32 1.5625 32H23.4375C24.3034 32 25 31.3312 25 30.5V10H16.1458C15.2865 10 14.5833 9.325 14.5833 8.5ZM25 7.61875V8H16.6667V0H17.0638C17.4805 0 17.8776 0.15625 18.1706 0.4375L24.5443 6.5625C24.8372 6.84375 25 7.225 25 7.61875Z' fill='%23CADBD5'/%3E%3C/svg%3E%0A");
    margin: 0 0.5rem; }
  .tellimise-vorm .block-2 .fileinput::after {
    content: 'Lisa fail oma arvutist...';
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.7rem;
    background: #5DD6C0;
    color: white;
    margin: 0 0.5rem;
    border-radius: 1px;
    transition: 0.3s all; }
    @media (min-width: 0) and (max-width: 42em) {
      .tellimise-vorm .block-2 .fileinput::after {
        display: none; } }
    .tellimise-vorm .block-2 .fileinput::after:hover {
      background: #2fb89f; }
  .tellimise-vorm .block-2 .fileinput span.wpcf7-form-control-wrap {
    display: none; }

.tellimise-vorm .block-1 input {
  width: 8rem;
  padding: 0 !important; }

.tellimise-vorm .block-1 .price_mini {
  font-size: 16px;
  line-height: 22px;
  color: #AFC5BD; }

.tellimise-vorm .block-1 #hind-field {
  font-weight: bold; }
  .tellimise-vorm .block-1 #hind-field strong {
    font-size: 20px;
    line-height: 27px;
    font-family: "Nunito Sans", sans-serif; }
  .tellimise-vorm .block-1 #hind-field span {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    font-family: "Nunito Sans", sans-serif; }
  .tellimise-vorm .block-1 #hind-field input {
    width: 2rem; }
  .tellimise-vorm .block-1 #hind-field small {
    font-weight: normal; }

.tellimise-vorm .block-1 p {
  line-height: 0.8; }

.tellimise-vorm .block-3 {
  padding: 1rem 0; }
  .tellimise-vorm .block-3 input {
    margin: 0.3rem; }

@media (min-width: 0) and (max-width: 42em) {
  .tellimise-vorm .wpcf7-form-control-wrap input {
    width: 100%; } }

.tellimise-vorm .wp-block-buttons {
  margin-top: 2rem; }
  .tellimise-vorm .wp-block-buttons .wp-block-button__link {
    padding: 16px 50px !important; }
  .tellimise-vorm .wp-block-buttons .secondary {
    background: #C8E2D9 !important; }

.newsletter-subscribe-info {
  background: #C8E2D9 !important;
  padding: 2rem; }

.tellimise-vorm .wp-block-buttons .wp-block-button__link.wpcf7-submit {
  padding: 21px 50px !important; }

.wpcf7-response-output {
  margin: 0 !important;
  border: 0 !important;
  display: flex;
  height: 50vh;
  justify-content: center;
  align-items: center;
  background: #ebf6f5;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Sanchez", serif; }

.gray-background {
  background: #EBF6F5; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .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-caption {
  display: block; }

.gallery-select-container {
  display: none;
  z-index: 100000;
  position: fixed;
  bottom: 2rem;
  width: 100%;
  text-align: center; }

.fancybox-active .gallery-select-container {
  display: block; }

.ico-ad:before {
  color: #5DD6C0; }
  #veebileht .ico-ad:before {
    color: #5DD6C0; }
  #veebipood .ico-ad:before {
    color: #55CFEA; }
  .veebipood24 .ico-ad:before {
    color: #55CFEA; }

.ico-chart:before {
  color: #5DD6C0;
  margin-left: -2px; }
  #veebileht .ico-chart:before {
    color: #5DD6C0; }
  #veebipood .ico-chart:before {
    color: #55CFEA; }
  .veebipood24 .ico-chart:before {
    color: #55CFEA; }

.ico-chat:before {
  color: #5DD6C0; }
  #veebileht .ico-chat:before {
    color: #5DD6C0; }
  #veebipood .ico-chat:before {
    color: #55CFEA; }
  .veebipood24 .ico-chat:before {
    color: #55CFEA; }

.ico-facebook:before {
  color: #5DD6C0; }
  #veebileht .ico-facebook:before {
    color: #5DD6C0; }
  #veebipood .ico-facebook:before {
    color: #55CFEA; }
  .veebipood24 .ico-facebook:before {
    color: #55CFEA; }

.ico-flags:before {
  color: #5DD6C0; }
  #veebileht .ico-flags:before {
    color: #5DD6C0; }
  #veebipood .ico-flags:before {
    color: #55CFEA; }
  .veebipood24 .ico-flags:before {
    color: #55CFEA; }

.ico-form:before {
  color: #5DD6C0; }
  #veebileht .ico-form:before {
    color: #5DD6C0; }
  #veebipood .ico-form:before {
    color: #55CFEA; }
  .veebipood24 .ico-form:before {
    color: #55CFEA; }

.ico-maps:before {
  color: #5DD6C0; }
  #veebileht .ico-maps:before {
    color: #5DD6C0; }
  #veebipood .ico-maps:before {
    color: #55CFEA; }
  .veebipood24 .ico-maps:before {
    color: #55CFEA; }

.ico-mobile:before {
  color: #5DD6C0; }
  #veebileht .ico-mobile:before {
    color: #5DD6C0; }
  #veebipood .ico-mobile:before {
    color: #55CFEA; }
  .veebipood24 .ico-mobile:before {
    color: #55CFEA; }

.ico-notice:before {
  color: #5DD6C0; }
  #veebileht .ico-notice:before {
    color: #5DD6C0; }
  #veebipood .ico-notice:before {
    color: #55CFEA; }
  .veebipood24 .ico-notice:before {
    color: #55CFEA; }

.ico-pages:before {
  color: #5DD6C0; }
  #veebileht .ico-pages:before {
    color: #5DD6C0; }
  #veebipood .ico-pages:before {
    color: #55CFEA; }
  .veebipood24 .ico-pages:before {
    color: #55CFEA; }

.ico-refresh:before {
  color: #5DD6C0; }
  #veebileht .ico-refresh:before {
    color: #5DD6C0; }
  #veebipood .ico-refresh:before {
    color: #55CFEA; }
  .veebipood24 .ico-refresh:before {
    color: #55CFEA; }

.ico-search:before {
  color: #5DD6C0; }
  #veebileht .ico-search:before {
    color: #5DD6C0; }
  #veebipood .ico-search:before {
    color: #55CFEA; }
  .veebipood24 .ico-search:before {
    color: #55CFEA; }

.ico-servers:before {
  color: #5DD6C0; }
  #veebileht .ico-servers:before {
    color: #5DD6C0; }
  #veebipood .ico-servers:before {
    color: #55CFEA; }
  .veebipood24 .ico-servers:before {
    color: #55CFEA; }

.ico-thumbs-up:before {
  color: #5DD6C0; }
  #veebileht .ico-thumbs-up:before {
    color: #5DD6C0; }
  #veebipood .ico-thumbs-up:before {
    color: #55CFEA; }
  .veebipood24 .ico-thumbs-up:before {
    color: #55CFEA; }

.ico-wp .path1:before {
  color: #5DD6C0; }
  #veebileht .ico-wp .path1:before {
    color: #5DD6C0; }
  #veebipood .ico-wp .path1:before {
    color: #55CFEA; }
  .veebipood24 .ico-wp .path1:before {
    color: #55CFEA; }

.ico-wp {
  padding: 0 !important;
  color: #5DD6C0;
  margin-left: -2px;
  margin-right: 3px; }
  #veebileht .ico-wp {
    color: #5DD6C0; }
  #veebipood .ico-wp {
    color: #55CFEA; }
  .veebipood24 .ico-wp {
    color: #55CFEA; }

.ico-woo {
  padding: 0 !important;
  margin-left: -2px;
  margin-right: 2px;
  color: #5DD6C0; }
  #veebileht .ico-woo {
    color: #5DD6C0; }
  #veebipood .ico-woo {
    color: #55CFEA; }
  .veebipood24 .ico-woo {
    color: #55CFEA; }

.ico-www:before {
  color: #5DD6C0;
  margin-left: -3px; }
  #veebileht .ico-www:before {
    color: #5DD6C0; }
  #veebipood .ico-www:before {
    color: #55CFEA; }
  .veebipood24 .ico-www:before {
    color: #55CFEA; }

.ico-brush:before {
  color: #5DD6C0; }
  #veebileht .ico-brush:before {
    color: #5DD6C0; }
  #veebipood .ico-brush:before {
    color: #55CFEA; }
  .veebipood24 .ico-brush:before {
    color: #55CFEA; }

.ico-elementor:before {
  color: #5DD6C0; }
  #veebileht .ico-elementor:before {
    color: #5DD6C0; }
  #veebipood .ico-elementor:before {
    color: #55CFEA; }
  .veebipood24 .ico-elementor:before {
    color: #55CFEA; }

.ico-video:before {
  color: #5DD6C0; }
  #veebileht .ico-video:before {
    color: #5DD6C0; }
  #veebipood .ico-video:before {
    color: #55CFEA; }
  .veebipood24 .ico-video:before {
    color: #55CFEA; }

.ico-icon-flags-2 .path1:before {
  color: #5DD6C0; }
  #veebileht .ico-icon-flags-2 .path1:before {
    color: #5DD6C0; }
  #veebipood .ico-icon-flags-2 .path1:before {
    color: #55CFEA; }
  .veebipood24 .ico-icon-flags-2 .path1:before {
    color: #55CFEA; }

.ico-icon-flags-2 .path2:before {
  color: #5DD6C0;
  opacity: 0.7; }
  #veebileht .ico-icon-flags-2 .path2:before {
    color: #5DD6C0; }
  #veebipood .ico-icon-flags-2 .path2:before {
    color: #55CFEA; }
  .veebipood24 .ico-icon-flags-2 .path2:before {
    color: #55CFEA; }

.ico-icon-flags-3 .path1:before {
  color: #5DD6C0; }
  #veebileht .ico-icon-flags-3 .path1:before {
    color: #5DD6C0; }
  #veebipood .ico-icon-flags-3 .path1:before {
    color: #55CFEA; }
  .veebipood24 .ico-icon-flags-3 .path1:before {
    color: #55CFEA; }

.ico-icon-flags-3 .path2:before {
  color: #5DD6C0;
  opacity: 0.7; }
  #veebileht .ico-icon-flags-3 .path2:before {
    color: #5DD6C0; }
  #veebipood .ico-icon-flags-3 .path2:before {
    color: #55CFEA; }
  .veebipood24 .ico-icon-flags-3 .path2:before {
    color: #55CFEA; }

.ico-icon-flags-3 .path3:before {
  color: #5DD6C0;
  opacity: 0.4; }
  #veebileht .ico-icon-flags-3 .path3:before {
    color: #5DD6C0; }
  #veebipood .ico-icon-flags-3 .path3:before {
    color: #55CFEA; }
  .veebipood24 .ico-icon-flags-3 .path3:before {
    color: #55CFEA; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.ei-leidnud-pakett {
  display: none; }

#content {
  min-height: 70vh; }

.tellimine .site-header {
  min-height: 10rem; }

.tellimine .breadcrumb {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
  width: calc(100% - 2rem);
  padding-bottom: 0; }
  .tellimine .breadcrumb [class^="section-"] {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 0 2rem; }
    @media (min-width: 0) and (max-width: 64.9em) {
      .tellimine .breadcrumb [class^="section-"] {
        display: block;
        padding: 0.5rem 0; } }
  .tellimine .breadcrumb .section-1 {
    padding-left: 0; }
  .tellimine .breadcrumb .selected {
    font-weight: bold; }
  .tellimine .breadcrumb .validated {
    font-weight: bold;
    color: #5DD6C0; }
  @media (min-width: 0) and (max-width: 64.9em) {
    .tellimine .breadcrumb .ico-arrow-right {
      display: none; } }

.tellimine #content {
  min-height: 70vh; }
  .tellimine #content h1 {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1rem;
    width: calc(100% - 2rem);
    padding-bottom: 0;
    font-family: "Sanchez", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px; }
  .tellimine #content h2 {
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-transform: inherit; }
  .tellimine #content h3 {
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-transform: inherit; }
    .tellimine #content h3 strong {
      text-transform: lowercase; }
  .tellimine #content #section-1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .tellimine #content #section-1 ul li::before {
      font-family: 'icomoon' !important;
      content: "\e90e";
      color: #5DD6C0;
      padding-right: 0.3rem; }
    .veebipood24 .tellimine #content #section-1 ul li::before {
      color: #55CFEA; }
  .tellimine #content .block {
    padding: 2rem 0 3rem; }
  .tellimine #content .template-search {
    margin: 2.5rem 0; }
    .tellimine #content .template-search input {
      margin: 1rem 0; }
  .tellimine #content .tag-search {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: auto; }
    .tellimine #content .tag-search .single-tag {
      color: #444;
      text-decoration: underline; }
  .tellimine #content .text-right {
    padding-right: 1rem; }
  .tellimine #content .arinimi .reg-group {
    min-width: 30%;
    max-width: 50%;
    width: 100%; }
  .tellimine #content .arinimi #registry {
    display: block;
    width: 100%; }
  .tellimine #content .arinimi .reg-response {
    width: 100%;
    background: white;
    display: none;
    border: 1px solid #D1E7DF;
    box-sizing: border-box;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px; }
    .tellimine #content .arinimi .reg-response ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .tellimine #content .arinimi .reg-response ul li {
        padding: 0.7rem 0.5rem;
        transition: 0.4s; }
        .tellimine #content .arinimi .reg-response ul li:hover {
          background: #5DD6C0;
          cursor: pointer;
          color: white; }
        .veebipood24 .tellimine #content .arinimi .reg-response ul li:hover {
          background: #55CFEA; }
    .tellimine #content .arinimi .reg-response.active {
      display: block; }
  .tellimine #content .registry-autocomplete-item.selected {
    background: #5DD6C0;
    cursor: pointer;
    color: white; }
  .tellimine #content .ettevotte-rekvisiidid input {
    margin: 0.3rem 0; }
    .tellimine #content .ettevotte-rekvisiidid input::-webkit-input-placeholder {
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input::-moz-placeholder {
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input:-ms-input-placeholder {
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input::-ms-input-placeholder {
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input::placeholder {
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input::-moz-placeholder {
      /* Firefox 19+ */
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input:-ms-input-placeholder {
      /* IE 10+ */
      color: #A1A1A1 !important; }
    .tellimine #content .ettevotte-rekvisiidid input:-moz-placeholder {
      /* Firefox 18- */
      color: #A1A1A1 !important; }
  .tellimine #content .registry-info,
  .tellimine #content .registry-info-selected,
  .tellimine #content .representative-data {
    font-weight: bold; }
  .tellimine #content .domeeni-valimine p {
    line-height: 2; }
  .tellimine #content .domeeni-valimine .domain-check [name="domain_end_mobile"] {
    display: none; }
  @media (min-width: 0) and (max-width: 64.9em) {
    .tellimine #content .domeeni-valimine .domain-check [name="domain_end"] {
      display: none; }
    .tellimine #content .domeeni-valimine .domain-check [name="domain_end_mobile"] {
      display: inline-block; } }
  @media (min-width: 0) and (max-width: 320px) {
    .tellimine #content .domeeni-valimine .domain-check [name="domain"] {
      width: 138px; } }
  .tellimine #content .sample-address {
    font-style: italic; }
  .tellimine #content .domain-existance {
    display: flex;
    justify-content: center; }
    .tellimine #content .domain-existance label {
      margin: 1rem; }
  .tellimine #content #selected-addon-names {
    margin: 0;
    padding: 0;
    list-style: none; }
  .tellimine #content .ettevotte-tegevusaadress .packet-name {
    font-weight: bold;
    font-size: 1.25rem; }
  .tellimine #content .ettevotte-tegevusaadress #overview-total-price {
    font-weight: bold; }
  .tellimine #content .ettevotte-tegevusaadress .small {
    font-size: 1rem;
    font-weight: bold;
    color: #AFC5BD; }
  .tellimine #content .ettevotte-tegevusaadress .kampaaniakood input {
    margin: 0 0 1rem;
    width: 100%; }
  .tellimine #content .ettevotte-tegevusaadress .campaign-code-container {
    border: 1px solid green;
    margin-bottom: 1rem; }
    .tellimine #content .ettevotte-tegevusaadress .campaign-code-container .campaign-code-field {
      width: 190px; }
    .tellimine #content .ettevotte-tegevusaadress .campaign-code-container .confirm-campaign-code {
      width: 40px; }
    .tellimine #content .ettevotte-tegevusaadress .campaign-code-container.campaign-code-inserted {
      border: 1px solid red; }
  .tellimine #content .pp-block .checkbox + label {
    margin: 0.3rem 0;
    font-size: 15px; }
  .tellimine #content .order-success h3 {
    text-transform: uppercase;
    font-family: "Sanchez", serif; }
  .tellimine #content .order-success p {
    font-size: 24px;
    line-height: 33px;
    font-family: "Nunito Sans", sans-serif; }
  .tellimine #content .pangalingid .two-rows {
    margin: 2rem 0;
    align-items: center; }
    @media (min-width: 0) and (max-width: 64.9em) {
      .tellimine #content .pangalingid .two-rows {
        text-align: center;
        justify-content: center; }
        .tellimine #content .pangalingid .two-rows .text-right {
          text-align: center;
          flex-basis: 100%; } }
    .tellimine #content .pangalingid .two-rows .text-right {
      flex-basis: 50%; }
    .tellimine #content .pangalingid .two-rows .left {
      font-size: 16px;
      line-height: 19px;
      padding-right: 1rem; }
    .tellimine #content .pangalingid .two-rows .right {
      font-size: 22px;
      line-height: 26px; }
  .tellimine #content .pangalingid .payments {
    margin: 1rem 0; }
    .tellimine #content .pangalingid .payments a {
      display: inline-block;
      height: 3.75rem;
      margin: 0 0.3125rem; }
    .tellimine #content .pangalingid .payments small {
      font-size: 16px;
      line-height: 19px;
      font-family: "Roboto", sans-serif;
      margin: 2rem 0;
      display: block; }
  .tellimine #content .arve-download {
    margin: 2rem 0; }
    .tellimine #content .arve-download .arve-download-link {
      color: #444;
      line-height: 24px;
      display: block;
      margin: 0.3rem 0 0.7rem; }

.tellimine .original_price {
  text-decoration: line-through; }

.tellimine #overview-total-price {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px; }

.template-dropdown h3 {
  width: 100%;
  position: relative;
  padding: 3rem 0 1.5rem;
  text-align: center;
  display: flex;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px; }
  .template-dropdown h3::before {
    content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.892578 7.5L7.19629 13.8037L13.5 7.5' stroke='%23444444' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    margin: 3px 10px auto auto; }
  .template-dropdown h3::after {
    content: "";
    border-bottom: 1px solid #444;
    flex: 1;
    margin: auto auto auto 10px; }

.templates {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 3rem; }
  .templates .single-template {
    flex-basis: 22%;
    margin: 1.5%;
    display: flex;
    width: 253px;
    height: 300px;
    background: white;
    padding: 1rem;
    align-content: flex-end;
    align-items: flex-end;
    flex-flow: row wrap;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative; }
    .templates .single-template::before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: -1px; }
    .templates .single-template:hover:before {
      content: "";
      border: 1px solid #444; }
    .templates .single-template:hover a {
      opacity: 0.4;
      background-color: white; }
    .templates .single-template:hover::after {
      margin: auto;
      content: url("data:image/svg+xml,%3Csvg width='88' height='87' viewBox='0 0 88 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M52.2526 32.6218V38.0588C52.2526 39.1802 51.3244 40.0976 50.1899 40.0976H40.5645V49.6123C40.5645 50.7337 39.6363 51.6512 38.5019 51.6512H33.0016C31.8672 51.6512 30.939 50.7337 30.939 49.6123V40.0976H21.3135C20.1791 40.0976 19.2509 39.1802 19.2509 38.0588V32.6218C19.2509 31.5004 20.1791 30.583 21.3135 30.583H30.939V21.0683C30.939 19.9469 31.8672 19.0294 33.0016 19.0294H38.5019C39.6363 19.0294 40.5645 19.9469 40.5645 21.0683V30.583H50.1899C51.3244 30.583 52.2526 31.5004 52.2526 32.6218ZM86.8011 80.9939L81.9368 85.8022C80.3211 87.3993 77.7085 87.3993 76.11 85.8022L58.956 68.8626C58.1825 68.098 57.7528 67.0616 57.7528 65.9742V63.2048C51.6853 67.8942 44.0537 70.6806 35.7517 70.6806C16.0023 70.6806 0 54.8624 0 35.3403C0 15.8182 16.0023 0 35.7517 0C55.5011 0 71.5035 15.8182 71.5035 35.3403C71.5035 43.5467 68.6846 51.0905 63.9406 57.0882H66.7423C67.8424 57.0882 68.8909 57.5129 69.6643 58.2775L86.8011 75.2171C88.3996 76.8142 88.3996 79.3967 86.8011 80.9939ZM59.1279 35.3403C59.1279 22.5634 48.6774 12.2332 35.7517 12.2332C22.8261 12.2332 12.3756 22.5634 12.3756 35.3403C12.3756 48.1172 22.8261 58.4474 35.7517 58.4474C48.6774 58.4474 59.1279 48.1172 59.1279 35.3403Z' fill='black' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .templates .single-template a {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: 0.4s; }
      .templates .single-template a span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.5rem;
        padding: 0.3rem 0;
        background: white;
        color: black; }
    @media (min-width: 0) and (max-width: 64.9em) {
      .templates .single-template {
        flex-basis: 30%; } }
    @media (min-width: 0) and (max-width: 42em) {
      .templates .single-template {
        flex-basis: 100%; } }
    .templates .single-template.selected::before {
      content: "";
      border: 15px solid #5DD6C0 !important;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: -15px; }
    .veebipood24 .templates .single-template.selected::before {
      border: 15px solid #55CFEA !important; }
    .templates .single-template.selected .zoom,
    .templates .single-template.selected .clear-selection {
      display: block; }
    .templates .single-template.selected .choose {
      display: none !important; }
    .templates .single-template .button {
      width: 100%;
      display: none;
      margin: 0.3rem 0;
      padding: 18px 16px;
      z-index: 100; }
    .templates .single-template:hover .choose,
    .templates .single-template:hover .zoom {
      display: block; }

.valitud-kujundus {
  margin: 0 0 0 auto;
  display: block;
  width: 253px;
  height: 332px;
  background: white;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.privicy-policy-container {
  position: relative; }
  .privicy-policy-container .privicy-policy {
    background: #F7F7F7;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: 17rem;
    width: 100%;
    padding: 0.5rem;
    margin: 0.3rem 0 2rem; }
  .privicy-policy-container .read-me {
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: #fffffff2;
    width: 100%;
    padding: 0.4rem;
    border: 1px solid gray;
    color: red; }

.read-me-wrapper {
  position: relative; }
  .read-me-wrapper .read-me {
    display: none;
    position: absolute;
    top: -5rem;
    left: -1rem;
    z-index: 10;
    background: #ED9C00;
    border-radius: 6px;
    color: white;
    padding: 1rem;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    max-width: 250px; }
    .read-me-wrapper .read-me::after {
      content: "";
      transform: rotate(-45deg);
      background: #ED9C00;
      width: 20px;
      height: 20px;
      display: block;
      position: absolute; }
  .read-me-wrapper .locked + .read-me {
    display: block; }

.fancybox-bg {
  background: white !important;
  opacity: 0.97 !important; }

.fancybox-caption {
  background: none !important; }
  .fancybox-caption .fancybox-caption__body {
    margin: 1rem;
    color: #444;
    font-family: "Sanchez", serif;
    font-size: 1rem;
    text-transform: uppercase; }

.order-buttons {
  position: relative; }
  .order-buttons .loading {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.61);
    justify-content: center;
    align-content: center; }
  .registering_order .order-buttons .loading {
    display: flex; }

.fields-not-validated-container {
  color: #521228;
  background: #F6EBEF;
  padding: 2rem !important;
  margin: 2rem auto !important;
  font-family: "Roboto", sans-serif; }
  .fields-not-validated-container p {
    margin: 0; }

#cn-close-notice {
  display: none !important; }

#cn-notice-text a, #cn-notice-text a:visited, #cn-notice-text a:active {
  color: #5DD6C0; }
  .veebipood24 #cn-notice-text a, .veebipood24 #cn-notice-text a:visited, .veebipood24 #cn-notice-text a:active {
    color: #55CFEA; }
  #cn-notice-text a.hover, #cn-notice-text a:visited.hover, #cn-notice-text a:active.hover {
    opacity: 0.7; }

.veebipood24.tellimine .breadcrumb .validated {
  color: #55CFEA; }

.veebipood24.tellimine .registry-autocomplete-item.selected {
  background: #55CFEA !important; }

.packet_price_container span {
  flex-basis: 70%; }

.packet_price_container .text-right {
  flex-basis: 27%; }

.packet_price_container strong:not(.lowered-price-item),
.packet_price_container #overview-total-price {
  font-size: 20px;
  line-height: 27px; }

.campaign-validated strong:not(.lowered-price-item),
.campaign-validated #overview-total-price {
  font-size: 16px; }

.campaign-validated #overview-lowered-price,
.campaign-validated .lowered-price-item {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold; }

.addon-name strong {
  font-size: 16px; }

.campaign-code-container {
  margin-bottom: 1rem; }

.website-status .status-url-field {
  width: 50%; }

.referral-program .referral-url-field {
  width: 50%; }


/*# sourceMappingURL=main.css.map*/