@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

figure,
footer,
header,
nav,
section {
  display: block; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

strong {
  font-weight: bold; }

h1,
header .navbar-secondary .loginArea .megamenu-login h4 {
  font-size: 2em;
  margin: 0.67em 0; }

img {
  border: 0; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="#"]:after {
    content: ""; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret {
    border-top-color: #000 !important; }

  .table {
    border-collapse: collapse !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-ok:before {
  content: "\e013"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #335f12;
  text-decoration: none; }

a:hover,
a:focus {
  color: #558d2c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1,
header .navbar-secondary .loginArea .megamenu-login h4,
h2,
h3,
h4 {
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1,
header .navbar-secondary .loginArea .megamenu-login h4,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1,
header .navbar-secondary .loginArea .megamenu-login h4 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 15px; }

h4 {
  font-size: 13px; }

p {
  margin: 0 0 10px; }

.small {
  font-size: 85%; }

ul {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul {
  margin-bottom: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before,
.container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-md-1,
.col-md-2,
.col-sm-3,
.col-md-3,
.col-sm-4,
.col-md-4,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-sm-7,
.col-md-7,
.col-sm-8,
.col-md-8,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-6 {
  float: left; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-7 {
  width: 58.33333%; }

@media (max-width: 420px) {
  .col-xxs-12 {
    width: 100% !important; } }
@media (max-width: 767px) and (min-width: 421px) {
  .col-xs-pull-12 {
    right: 100%; }

  .col-xs-pull-11 {
    right: 91.66666667%; }

  .col-xs-pull-10 {
    right: 83.33333333%; }

  .col-xs-pull-9 {
    right: 75%; }

  .col-xs-pull-8 {
    right: 66.66666667%; }

  .col-xs-pull-7 {
    right: 58.33333333%; }

  .col-xs-pull-6 {
    right: 50%; }

  .col-xs-pull-5 {
    right: 41.66666667%; }

  .col-xs-pull-4 {
    right: 33.33333333%; }

  .col-xs-pull-3 {
    right: 25%; }

  .col-xs-pull-2 {
    right: 16.66666667%; }

  .col-xs-pull-1 {
    right: 8.33333333%; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-push-11 {
    left: 91.66666667%; }

  .col-xs-push-10 {
    left: 83.33333333%; }

  .col-xs-push-9 {
    left: 75%; }

  .col-xs-push-8 {
    left: 66.66666667%; }

  .col-xs-push-7 {
    left: 58.33333333%; }

  .col-xs-push-6 {
    left: 50%; }

  .col-xs-push-5 {
    left: 41.66666667%; }

  .col-xs-push-4 {
    left: 33.33333333%; }

  .col-xs-push-3 {
    left: 25%; }

  .col-xs-push-2 {
    left: 16.66666667%; }

  .col-xs-push-1 {
    left: 8.33333333%; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  .col-xs-offset-11 {
    margin-left: 91.66666667%; }

  .col-xs-offset-10 {
    margin-left: 83.33333333%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-8 {
    margin-left: 66.66666667%; }

  .col-xs-offset-7 {
    margin-left: 58.33333333%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-5 {
    margin-left: 41.66666667%; }

  .col-xs-offset-4 {
    margin-left: 33.33333333%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-2 {
    margin-left: 16.66666667%; }

  .col-xs-offset-1 {
    margin-left: 8.33333333%; }

  .col-xs-offset-0 {
    margin-left: 0; } }
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-12 {
    width: 100%; } }
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
width: 95%;
    /*width: 66.66667%; */}

  .col-md-9 {
    width: 75%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .row.my-invoices div.col-md-1 {
    width: 12.5% !important; } }
@media (min-width: 1200px) {
  .col-lg-9 {
    float: left; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-push-3 {
    left: 25%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table .table {
  background-color: white; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #f0f0f0;
  background-image: none;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

textarea.form-control {
  height: auto; }

.form-group-checkbox
{
width:auto;
display:inline;
}

@media (min-width: 768px) {
.form-group-checkbox
{
display:inline-block;
width:120px;
text-align:right;
}
}


.form-group {
  margin-bottom: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px 4px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none; }

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #f0f0f0; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #d1d1d1; }

.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-primary {
  color: white;
  background-color: #629f36;
  border-color: #558d2c; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  background-color: #558d2c !important;
  border-color: #629f36;
  text-shadow: 1px 1px 0 #558d2c; }

.btn-primary:active {
  background-image: none; }

.btn-info {
  color: white;
  background-color: black;
  border-color: black; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: white;
  background-color: black;
  border-color: black; }

.btn-info:active {
  background-image: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active {
  z-index: 2; }

.btn-group > .btn:focus {
  outline: 0; }

.btn-group .btn + .btn {
  margin-left: -1px; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before,
.nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 10px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 12px;
  border: 1px solid transparent; }

.navbar:before,
.navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-brand {
  float: left;
  padding: 0 0;
  font-size: 18px;
  line-height: 20px;
  height: 90px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: 0; } }
.navbar-nav {
  margin: 0 0; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
	line-height: 2;
	} }
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }

.jumbotron {
  padding: 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron p {
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0px;
    padding-bottom: 0px; } }
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-default {
  border-color: white; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f0f0f0;
  border-color: white; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: white; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #f8f5f3; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.modal-body {
  position: relative;
  padding: 15px; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
@media (min-width: 992px) {
  .modal-lg {
    width: 1156px; } }
.clearfix:before,
#middleArea .imageArea .list-thumbs:before,
.dashboard .list-koolitused li:before,
.panelArea .panel-table:before,
.clearfix:after,
#middleArea .imageArea .list-thumbs:after,
.dashboard .list-koolitused li:after,
.panelArea .panel-table:after {
  content: " ";
  display: table; }

.clearfix:after,
#middleArea .imageArea .list-thumbs:after,
.dashboard .list-koolitused li:after,
.panelArea .panel-table:after {
  clear: both; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  .col-xs-4 {
    width: 33%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
.btn {
  font-family: "open-sans", sans-serif;
  border-radius: 30px;
  padding: 5px 24px 3px 24px;
  font-size: 16px; }

.btn-primary.btn-inverse {
  background: #fff;
  color: #558d2c; }

.btn-primary:hover {
  background-color: #71ad49;
  border-color: #599b2c;
  color: #000; }

.btn-primary:hover i {
  color: #fff; }

.btn-info:hover,
.btn-info.btn-highlight:hover {
  background-color: #676767;
  border-color: #676767; }

.btn-gray {
  background: #676767;
  border-color: #676767;
  color: #fff; }

.btn-gray:hover {
  color: #eab015; }

.btn-secondary {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #656565;
  font-weight: 400; }

.btn-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-md {
  padding: 7px 24px;
  font-size: 20px;
  font-weight: 700; }

.btn-md.btn-extrapadding {
  padding-left: 38px;
  padding-right: 38px; }

.btn-lg {
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 24px; }

.btn-lg.btn-extrapadding {
  padding-left: 48px;
  padding-right: 48px; }

.btn-sm {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px; }

.btn-info:hover {
  background-color: #eab015;
  border-color: #eab015; }

.bootstrap-select > .btn {
  font-family: "museo-sans", sans-serif;
  font-size: 13px; }

.bootstrap-select .caret {
  font-size: 6px;
  border: none; }

.prev, .start,
.product-slider.owl-carousel .owl-prev,
.product-slider.owl-carousel .owl-next,
.next, .end {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: #f0f0f0;
  border-radius: 32px;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  text-decoration: none; }

.end, .start {
  display: none; }

.prev:hover, .start:hover,
.product-slider.owl-carousel .owl-prev:hover,
.product-slider.owl-carousel .owl-next:hover,
.next:hover, .end:hover {
  background: #000;
  color: #eab015;
  text-decoration: none; }

.btn-group .btn {
  margin-right: 1px !important;
  margin-left: 1px !important; }

.btn-delete {
  width: 22px;
  height: 22px;
  background: #f0f0f0;
  font-size: 8px;
  text-align: center;
  padding: 0; }

.btn-highlight {
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 25px; }

.btn-highlight.btn-info i.icomoon-arrow-right {
  font-size: 20px;
  color: #eab015;
  margin-right: -10px;
  margin-left: 10px; }

.btn-highlight.btn-primary i.icomoon-arrow-right,
.btn-primary i.icomoon-arrow-right-light {
  font-size: 20px;
  color: #000;
  margin-right: -10px;
  margin-left: 10px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gda1jn");
  src: url("../fonts/icomoon.eot?#iefixgda1jn") format("embedded-opentype"), url("../fonts/icomoon.woff?gda1jn") format("woff"), url("../fonts/icomoon.ttf?gda1jn") format("truetype"), url("../fonts/icomoon.svg?gda1jn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icomoon-"],
[class*=" icomoon-"],
.icomoon,
.bootstrap-select .caret,
.product-slider.owl-carousel .owl-prev,
.product-slider.owl-carousel .owl-next,
.list-check li:before {
  font-family: 'icomoon';
  /*speak: none;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-check:before,
.list-check li:before {
  content: "\e600"; }

.icomoon-twitter:before {
  content: "\e601"; }

.icomoon-facebook:before {
  content: "\e602"; }

.icomoon-googleplus:before {
  content: "\e603"; }

.icomoon-close:before {
  content: "\e604"; }

.icomoon-heart:before {
  content: "\e605"; }

.icomoon-arrow-down:before,
.bootstrap-select .caret:before {
  content: "\e606"; }

.icomoon-arrow-left:before,
.product-slider.owl-carousel .owl-prev:before {
  content: "\e609"; }

.icomoon-arrow-right:before,
.product-slider.owl-carousel .owl-next:before {
  content: "\e607"; }

.icomoon-arrow-right-light:before {
  content: "\e608"; }

.icomoon-compare:before {
  content: "\e60a"; }

.icomoon-search:before {
  content: "\e60b"; }

.icomoon-cart:before {
  content: "\e618"; }

.icomoon-transport:before {
  content: "\e60d"; }

.icomoon-time:before {
  content: "\e60e"; }

.icomoon-time2:before {
  content: "\e617"; }

.icomoon-eye:before {
  content: "\e60f"; }

.icomoon-percent:before {
  content: "\e610"; }

.icomoon-star:before {
  content: "\e611"; }

.icomoon-star2:before {
  content: "\e612"; }

.icomoon-star3:before {
  content: "\e613"; }

.icomoon-googleplus-text:before {
  content: "\e615";
  color: #f02f0e;
  font-size: 16px;
  vertical-align: middle; }

.icomoon-facebook-text:before {
  content: "\e616";
  color: #3a66bc;
  vertical-align: middle; }

.icomoon-facebook:hover:before {
  color: #325c9c; }

.icomoon-twitter:hover:before {
  color: #19bdfa; }

.icomoon-googleplus:hover:before {
  color: #db4517; }

h1,
header .navbar-secondary .loginArea .megamenu-login h4 {
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center; }

h2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300; }

h3 {
  font-family: "museo-sans", sans-serif;
  font-weight: 700; }

h4 {
  font-family: "museo-sans", sans-serif;
  font-weight: 300; }

p {
  font-weight: 300; }

.align-left {
  text-align: left !important; }

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

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

.color-yellow,
.color-primary {
  color: #558d2c; }

.color-black, .matrix-toode-text .priceArea.sale span {
  color: #000; }

.color-black:hover, .matrix-toode-text .priceArea.sale span:hover {
  text-decoration: none;
  color: #676767; }

.color-brown {
  color: #78583d; }

.color-red, .matrix-toode-text .priceArea.sale {
  color: #f3002e; }

.color-gray {
  color: #676767; }

.float-right {
  float: right; }

.font-lg {
  font-size: 24px; }

@media (min-width: 992px) {
  .modal-md {
    width: 800px; } }
html,
body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent; }

#bronForm h1 {
  margin-bottom: 8px;
  font-size: 34px; }

#bronForm h2 {
  margin-top: 0;
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 22px;
  text-align: center; }

#bronForm .modal-body {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }

@media (min-width: 768px) {
  #bronForm .modal-body {
    padding-left: 130px;
    padding-right: 130px;
    text-align: left; } }
#bronForm .modal-body .row {
  margin-top: 40px;
  margin-bottom: 20px; }

.badge {
  width: 42px;
  height: 42px;
  line-height: 37px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  position: absolute; }

.badge.badge-lg {
  width: 75px;
  height: 75px;
  line-height: 70px;
  font-size: 21px; }

.badge.badge-circle {
  border-radius: 50%; }

.badge.badge-red {
  background: #f3002e;
  color: #fff; }

.badge.badge-koolitus-1 {
  background: url(../img/badge-koolitus-type-1.png) no-repeat 0 0; }

.badge.badge-koolitus-2 {
  background: url(../img/badge-koolitus-type-2.png) no-repeat 0 0; }

.badge.badge-koolitus-3 {
  background: url(../img/badge-koolitus-type-3.png) no-repeat 0 0; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control:focus {
  background: #fff;
  border-color: #bdbdbd;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control .btn {
  border-radius: 4px; }

.form-group {
  margin-bottom: 10px; }

.form-group > label {
  width: 120px;
  font-size: 12px;
  font-weight: bold !important;
  display: inline-block; }

.form-group > label + label,
.form-group .form-group label {
  width: auto;
  font-weight: 300 !important; }

.form-group label + input[type=number],
.form-group label + input[type=text],
.form-group label + input[type=email],
.form-group label + input[type=tel],
.form-group label + input[type=password],
.form-group label + select + .bootstrap-select.form-control,
.form-group label + select {
  max-width: 280px;
  width: 100%;
  display: inline-block; }

.form-group label + input:not(:focus):invalid
{
border:1px solid red;
}

.form-group input.small {
  max-width: 180px;
  width: 100%; }

.form-group .multiline-holder {
  display: inline-block;
  max-width: 280px;
  width: 100%; }

.form-group .multiline-holder input {
  margin-bottom: 10px; }

.form-group .multiline-holder .form-group label {
  margin-bottom: 0;
  vertical-align: middle; }

.form-group.multiline > label {
  vertical-align: top;
  margin-top: 8px; }

.form-group.wider > label {
 width: 200px;
vertical-align: top;
margin-bottom: 10px; 
}

input,
textarea {
  -webkit-appearance: none; }

input[type="radio"] {
  -webkit-appearance: radio; }

input[type="number"], input.itemQtty {
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  padding: 6px 15px;
  width: 70px;
  text-align: center; }

.nav-pushy {
  color: #fff;
  margin: 10px 20px;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

.nav-pushy li {
  padding: 6px 0;
  list-style: none;
  font-size: 15px;
  font-weight: 300; }

.nav-pushy li a {
  color: #aaa;
  display: block;
  position: relative; }

.nav-pushy li a:hover {
  text-decoration: none; }

.nav-pushy li a:active,
.nav-pushy li a:focus {
  color: #f3002e; }

.nav-pushy li a i {
  font-size: 11px;
  color: #777;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 5px; }

.nav-pushy li a i.icomoon-arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0; }

.nav-pushy li.fm {
  border-bottom: 1px solid #444;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase; }

.nav-pushy li.fm ul {
  margin: 5px 0 -5px 0;
  padding: 0; }

.nav-pushy li.fm li {
  font-weight: 300;
  border-bottom: none;
  padding: 5px 0;
  font-size: 17px;
  text-transform: none; }

.nav-pushy li.fm a {
  color: #fff; }

.nav-pushy li.fm a:active,
.nav-pushy li.fm a:focus {
  color: #f3002e; }

.nav-pushy li.fm + li {
  padding-top: 10px; }

header {
  height: 112px;
  z-index: 999;
  position: relative;
  /*background: #f5f2ed;*/
  border-bottom: 3px solid #000; }

@media (min-width: 768px) {
  header {
    /*background: url(../img/karusell-2.jpg) no-repeat center 0;*/
    border: none;
    height: auto;
    padding-bottom: 5px; }

  .width_ads header {
    background: none;
    position: absolute;
    left: 0;
    right: 0; }

  /*
    .home header {
      background: none;
      position: absolute;
      left: 0;
      right: 0;
    }*/ }
.basket header {
  margin-bottom: 40px; }

/*
.basket header .navbar-header .navbar-brand {
  margin-top: 20px;
}
*/
header .container {
  position: relative; }

header .menu-btn {
  padding: 9px 0px;
  margin-bottom: 0;
  margin-top: 7px;
  float: left;
  margin-right: 0;
  position: relative;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

@media (min-width: 768px) {
  header .menu-btn {
    display: none; } }
header .menu-btn .icon-bar {
  display: block;
  border-radius: 1px;
  width: 28px;
  height: 4px;
  background: #000; }

header .menu-btn .icon-bar + .icon-bar {
  margin-top: 5px; }

header .navbar-header {
  position: relative;
  float: none;
  margin-bottom: 20px;
  text-align: center; }

@media (min-width: 768px) {
  header .navbar-header {
    text-align: left; } }
header .navbar-header .navbar-brand {
  float: none;
  width: 100%;
  text-align: center;
  margin: 10px auto 8px;
  display: block;
  height: 56px; }

@media (min-width: 768px) {
  header .navbar-header .navbar-brand {
    margin: 35px 0 0 0;
    float: left;
    text-align: left;
    width: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-header .navbar-brand img {
    width: 82%;
    height: auto;
    margin-top: 14px; } }
header .payment-options {
  float: right;
  margin-top: 28px; }

@media (max-width: 767px) {
  header .payment-options {
    display: none; } }
header .navbar-secondary {
  display: inline-block;
  vertical-align: top; }

@media (min-width: 768px) {
  header .navbar-secondary {
    position: absolute;
    top: 17px;
    right: 0;
    vertical-align: middle; } }
header .navbar-secondary ul {
  padding: 0; }

header .navbar-secondary li {
  list-style: none;
  display: inline-block;
  font-size: 12px; }

@media (min-width: 992px) {
  header .navbar-secondary li {
    font-size: 13px; } }
header .navbar-secondary li a {
  color: #000;
  font-weight: 700;
  text-shadow: 0.2em 0 0.7em white; }

header .navbar-secondary .nav-links {
  padding-left: 0;
  display: none; }

@media (min-width: 768px) {
  header .navbar-secondary .nav-links {
    display: inline-block; } }
header .navbar-secondary .nav-links a span {
  color: #a9a9a9;
  font-weight: 300; }

header .navbar-secondary .nav-lang {
  margin-right: 2px; }

header .navbar-secondary .nav-lang li {
  display: inline-block;
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 6px;
  opacity: 0.5; }

@media (max-width: 767px) {
  header .navbar-secondary .nav-lang li {
    margin-top: 5px;
    margin-bottom: 2px; } }
header .navbar-secondary .nav-lang li.lang-et {
  background-image: url(../../common/img/flags/et.jpg); }

header .navbar-secondary .nav-lang li.lang-en {
  background-image: url(../../common/img/flags/en.jpg); }

header .navbar-secondary .nav-lang li.lang-ru {
  background-image: url(../../common/img/flags/ru.jpg); }

header .navbar-secondary .nav-lang li.lang-fi {
  background-image: url(../../common/img/flags/fi.jpg); }

header .navbar-secondary .nav-lang li.lang-lv {
  background-image: url(../../common/img/flags/lv.jpg); }

header .navbar-secondary .nav-lang li.current-item,
header .navbar-secondary .nav-lang li:hover {
  opacity: 1; }

header .navbar-secondary .nav-lang li a {
  display: block;
  width: 100%;
  height: 100%; }

header .navbar-secondary .loginArea {
  display: none;
  padding-right: 0;
  border-right: none; }

@media (min-width: 768px) {
  header .navbar-secondary .loginArea {
    display: inline-block; } }
header .navbar-secondary .loginArea a {
  font-weight: 300; }

header .navbar-secondary .loginArea .link-logout {
  color: #a9a9a9; }

header .navbar-secondary .loginArea .link-logout i {
  color: #000;
  font-size: 6px;
  background: #eee7d5;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px; }

header .navbar-secondary .loginArea .link-logout:hover {
  text-decoration: none;
  color: #000; }

header .navbar-secondary .loginArea .megamenu-login {
  width: 380px;
  height: auto;
  padding: 20px 25px;
  display: none;
  position: absolute;
  z-index: 11;
  top: 30px;
  right: 0;
  left: auto;
  background: #fff;
  -webkit-box-shadow: 2px 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 35px rgba(0, 0, 0, 0.1); }

header .navbar-secondary .loginArea .megamenu-login hr {
  margin: 10px -25px; }

header .navbar-secondary .loginArea .megamenu-login h4 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 3px; }

header .navbar-secondary .loginArea .megamenu-login .arrow-up {
  top: -8px;
  right: 72px;
  left: auto; }

header .navbar-secondary .loginArea .megamenu-login .row {
  margin-right: -5px;
  margin-left: -5px;
  vertical-align: middle; }

header .navbar-secondary .loginArea .megamenu-login .col-sm-6,
header .navbar-secondary .loginArea .megamenu-login .col-sm-12 {
  padding-left: 5px;
  padding-right: 5px; }

header .navbar-secondary .loginArea .megamenu-login .btn-primary {
  float: right; }

header .navbar-secondary .loginArea .megamenu-login .link-forgot,
header .navbar-secondary .loginArea .megamenu-login .input-check {
  float: left;
  line-height: 35px;
  font-weight: 300; }

header .navbar-secondary .loginArea .megamenu-login .link-forgot {
  color: #78583d;
  text-decoration: underline; }

header .navbar-secondary .loginArea .megamenu-login .btn-inverse {
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px; }

header .nav-tertiary {
  padding: 0;
  margin: 0; }

header .navbar-tertiary {
  text-align: center;
  display: inline-block; }

@media (min-width: 768px) {
  header .navbar-tertiary {
    position: absolute;
    bottom: 3px;
    right: 0;
    text-align: right; } }
header .navbar-tertiary li {
  list-style: none;
  display: inline-block;
  font-size: 13px; }

header .navbar-tertiary li.compareArea,
header .navbar-tertiary li.cartArea {
  display: inline-block !important; }

header .navbar-tertiary li.compareArea.hidden-xs,
header .navbar-tertiary li.cartArea.hidden-xs {
  display: none !important; }

header .navbar-tertiary li.compareArea.visible-xs,
header .navbar-tertiary li.cartArea.visible-xs {
  display: inline-block !important; }

@media (min-width: 768px) {
  header .navbar-tertiary li.compareArea.hidden-xs,
  header .navbar-tertiary li.cartArea.hidden-xs {
    display: inline-block !important; }

  header .navbar-tertiary li.compareArea.visible-xs,
  header .navbar-tertiary li.cartArea.visible-xs {
    display: none !important; } }
@media (max-width: 767px) {
  header .navbar-tertiary li.compareArea {
    padding-top: 3px; } }
header .navbar-tertiary li a {
  text-shadow: 0.2em 0 0.7em white;
  color: #000;
  font-weight: 700; }

header .navbar-tertiary .searchArea {
  width: 39px;
  position: relative;
  border-right: none;
  padding-right: 6px;
  padding-left: 0;
  vertical-align: top; }

@media (min-width: 768px) {
  header .navbar-tertiary .searchArea {
    width: 186px;
    margin-top: -2px; } }
@media (min-width: 992px) {
  header .navbar-tertiary .searchArea {
    width: 238px;
    vertical-align: middle; } }
header .navbar-tertiary .searchArea .ui-menu li {
  text-align: left; }

header .navbar-tertiary .searchArea .ui-menu li a {
  font-family: "museo-sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #999; }

header .navbar-tertiary .searchArea .ui-menu li a strong {
  font-weight: 400;
  color: #000; }

header .navbar-tertiary .searchArea .input-search {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 39px;
  font-size: 15px;
  border-radius: 20px;
  border: 2px solid #dfdad5;
  padding: 7px 15px;
  display: none; }

@media (min-width: 768px) {
  header .navbar-tertiary .searchArea .input-search {
    display: block; } }
@media (max-width: 991px) {
  header .navbar-tertiary .searchArea .input-search {
    height: 34px;
    padding-top: 7px;
    padding-bottom: 7px; } }
header .navbar-tertiary .searchArea .input-search:-moz-placeholder {
  color: #000; }

header .navbar-tertiary .searchArea .input-search::-moz-placeholder {
  color: #000; }

header .navbar-tertiary .searchArea .input-search:-ms-input-placeholder {
  color: #000; }

header .navbar-tertiary .searchArea .input-search:focus {
  outline: none;
  border-color: #000; }

header .navbar-tertiary .searchArea .btn-search {
  padding: 0;
  width: 32px;
  height: 20px;
  vertical-align: top;
  background: none;
  font-size: 16px; }

@media (min-width: 768px) {
  header .navbar-tertiary .searchArea .btn-search {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    right: 15px;
    height: 39px;
    width: 39px;
    vertical-align: middle;
    font-size: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar-tertiary .searchArea .btn-search {
    height: 34px;
    right: 8px; } }
header .navbar-tertiary .compareArea,
header .navbar-tertiary .cartArea {
  padding: 0 14px;
  vertical-align: top; }

@media (min-width: 768px) {
  header .navbar-tertiary .compareArea,
  header .navbar-tertiary .cartArea {
    padding: 0 10px;
    vertical-align: middle; } }
header .navbar-tertiary .compareArea a,
header .navbar-tertiary .cartArea a {
  font-weight: 300; }

header .navbar-tertiary .compareArea a:hover,
header .navbar-tertiary .cartArea a:hover {
  text-decoration: none; }

@media (min-width: 768px) {
  header .navbar-tertiary .compareArea a,
  header .navbar-tertiary .cartArea a {
    margin-top: 3px;
    display: inline-block; } }
header .navbar-tertiary .cartArea {
  padding-right: 0; }

header .navbar-tertiary .cartArea span {
  margin: 0 3px;
  display: inline-block;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 15px;
  background: #2b2b2b;
  text-align: center;
  color: #fff;
  padding: 0 3px; }

header .navbar-tertiary .cartArea .icomoon-cart {
  font-size: 19px; }

header .navbar-tertiary .compareArea span {
  color: #a9a9a9; }

header .navbar-tertiary .compareArea.visible-xs {
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #000; }

header .navbar-tertiary .compareArea.visible-xs i {
  font-size: 16px; }

header .navbar-tertiary .estimated-delivery {
  font-size: 11px;
  position: absolute;
  right: 0;
  color: #a9a9a9;
  display: none;
  bottom: -18px; }

header .navbar-tertiary .estimated-delivery i.icomoon {
  font-size: 22px;
  color: #000;
  vertical-align: middle; }

@media (min-width: 768px) {
  header .navbar-tertiary .estimated-delivery {
    display: block; } }
header .navbar-tertiary .estimated-delivery span {
  color: #000; }

header .searchArea-drop {
  position: absolute;
  bottom: -40px;
  left: -16px;
  right: -16px;
  display: none; }

header .searchArea-drop .input-search {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 3px solid #000;
  margin: 0;
  text-indent: 10px;
  border-radius: 0; }

@media (min-width: 768px) {
  header .searchArea-drop .input-search {
    display: none !important; } }
header .nav-links li,
header .langArea,
header .loginArea,
header .compareArea,
header .searchArea {
  border-right: 1px dotted #c4c0bc;
  padding: 0 8px 0 6px; }

@media (max-width: 767px) {
  header .langArea {
    min-height: 15px;
    vertical-align: middle; } }
header .compareArea {
  border-left: 1px dotted #c4c0bc;
  padding-left: 8px; }

header .currencyArea {
  border-left: 1px dotted #c4c0bc;
  padding-left: 5px; }

header .navbar-nav {
  margin-left: -10px; }

header .navbar-nav li {
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase; }

@media (min-width: 1200px) {
  header .navbar-nav li {
    font-size: 15px; } }
header .navbar-nav li a {
  text-shadow: 0.2em 0 0.7em white;
  color: #000;
  font-weight: 300; }

@media (max-width: 1199px) {
  header .navbar-nav li a {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 2; } }
header .navbar-nav li a:hover {
  background: none;
  text-decoration: none;
  color: #f3002e; }

header .navbar-nav li.current-menu-item a {
  font-weight: 400; }

header .arrow-up {
  top: -12px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff; }

header .megamenu {
  display: none;
  position: absolute;
  top: 149px;
  left: 15px;
  right: 0;
  height: 340px;
  background: #fff;
  -webkit-box-shadow: 1px 10px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 35px rgba(0, 0, 0, 0.2);
  padding: 15px 30px; }

@media (min-width: 1200px) {
  header .megamenu {
    right: 80px; } }
header .megamenu h1 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 30px; }

header .megamenu h2,
header .megamenu h2 a {
  letter-spacing: 0;
  color: #f3002e; }

header .megamenu h2:hover,
header .megamenu h2 a:hover {
  text-decoration: none; }

header .megamenu.megamenu-nav {
  padding: 30px 30px;
  background: #fff;
  height: auto; }

@media (min-width: 1200px) {
  header .megamenu.megamenu-nav {
    /* background: white url(../img/img-meik.jpg) no-repeat 0 bottom; */ } }
header .megamenu.megamenu-nav h2 {
  margin-bottom: 20px;
  margin-top: 5px; }

header .megamenu.megamenu-nav .inner ul ul,
header .megamenu.megamenu-nav .inner div ul,
header .megamenu.megamenu-nav .inner h2 {
  margin-left: 16px;
  margin-right: 16px; }

header .megamenu.megamenu-nav .inner > ul, header .megamenu.megamenu-nav .inner div ul {
  padding: 0;
  margin-bottom: 0; }

header .megamenu.megamenu-nav .inner > ul > li {
  width: 186px;
  float: left; }

header .megamenu.megamenu-nav .inner > ul > li:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  border-left: 1px dotted #e5e5e5;
  top: 0;
  bottom: 0;
  position: absolute; }

@media (max-width: 1199px) {
  header .megamenu.megamenu-nav .inner > ul > li:first-child:before {
    display: none; } }
header .megamenu.megamenu-nav .inner > ul ul, header .megamenu.megamenu-nav .inner div > ul ul {
  padding: 0;
  margin-bottom: 0; }

header .megamenu.megamenu-nav .inner > ul li, header .megamenu.megamenu-nav .inner div > ul li {
  list-style: none;
  font-weight: 300;
  margin-bottom: 5px; }

header .megamenu.megamenu-nav .inner > ul li > a, header .megamenu.megamenu-nav .inner div > ul li > a {
  color: #606057; }

header .megamenu.megamenu-nav .inner > ul li > a:hover, header .megamenu.megamenu-nav .inner div > ul li > a:hover {
  color: #000; }

header .megamenu.megamenu-brands .input-search {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  height: 30px;
  width: 140px;
  padding-left: 10px;
  color: #92928c;
  border-radius: 20px; }

@media (min-width: 992px) {
  header .megamenu.megamenu-brands .input-search {
    width: 194px; } }
header .megamenu.megamenu-brands .btn-search {
  width: 20px;
  text-align: center;
  margin-left: -30px;
  background: none;
  padding-left: 0; }

header .megamenu.megamenu-brands h2 {
  margin-top: 0; }

header .megamenu.megamenu-brands .brand-capitals {
  margin-top: 20px;
  padding: 0; }

header .megamenu.megamenu-brands .brand-capitals li {
  list-style: none;
  display: inline;
  margin-right: 6px;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase; }

header .megamenu.megamenu-brands .brand-capitals li a {
  color: #000; }

header .megamenu.megamenu-brands .brand-capitals li a:hover {
  color: #f3002e;
  text-decoration: none; }

header .megamenu.megamenu-brands .inner {
  height: 310px;
  margin-right: -15px;
  border-left: 1px dotted #e5e5e5;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px 0 0 25px; }

header .megamenu.megamenu-brands .inner ul {
  width: 580px;
  padding: 0;
  margin-bottom: 30px;
  position: relative; }

header .megamenu.megamenu-brands .inner ul li {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  display: inline-block;
  width: 32%; }

header .megamenu.megamenu-brands .inner ul li a {
  color: #000;
  font-weight: 300; }

header .megamenu.megamenu-brands .inner ul li a:hover {
  text-decoration: none;
  font-weight: 500; }

header .megamenu.megamenu-brands .inner ul:last-child {
  margin-bottom: 0; }

.jumbotron {
  position: relative;
  z-index: 1; }

.jumbotron .owl-theme .item {
  background-position: center; }

@media (max-width: 767px) {
  .jumbotron .owl-theme .item {
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover; } }
.jumbotron .container {
  position: relative;
  height: 550px; }

@media (max-width: 767px) {
  .jumbotron .container {
    height: 400px; }

  .jumbotron .container:before {
    content: "";
    background-color: #f4efea;
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }
.jumbotron .content {
  position: absolute; }

.jumbotron .content .btn {
  margin-top: 30px; }

@media (max-width: 767px) {
  .jumbotron .content {
    width: 100% !important;
    position: relative !important;
    z-index: 2;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 50px 0; } }
.breadcrumbs {
  font-size: 12px;
  border-bottom: 3px solid #f2f1ef;
  padding: 12px 0 10px 0;
  display: block;
  margin-top: 0;
  margin-bottom: 20px; }

.breadcrumbs ul {
  margin: 0;
  padding: 0; }

.breadcrumbs ul li {
  list-style: none;
  margin: 0;
  display: inline;
  padding-left: 16px;
  margin-left: 10px;
  background: url(../img/icon-arrow-pagination.png) no-repeat 0 center; }

.breadcrumbs ul li a {
  color: #000;
  text-decoration: none; }

.breadcrumbs ul li.current-item a {
  color: #808080; }

.breadcrumbs ul li.width_ads {
  padding: 0;
  margin: 0;
  background: none; }

.breadcrumbs ul li.home {
  padding: 0;
  margin: 0;
  background: none; }

.pagination {
  margin: 0 10px 15px 0;
  padding: 0;
  vertical-align: top;
  font-size: 13px; }

.pagination a {
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
  color: #808080;
  font-weight: 300; }

.pagination a.current-item {
  font-weight: 400;
  color: #000; }

.pagination .next,
.pagination .prev,
.pagination .end,
.pagination .start {
  line-height: 32px;
  cursor: pointer; }

.pagination .next,
.pagination .end {
  margin-right: 0; }

.pagination .prev,
.pagination .start {
  margin-left: 0; }

.pagination.pagination-no-arrows a {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  text-align: center; }

.pagination.pagination-no-arrows a.current-item {
  background: #f0f0f0;
  border-radius: 50%;
  width: 32px; }

@media (max-width: 767px) {
  .pagination {
    width: 100%;
    text-align: center; } }
.pager_limit_button_cont {
  display: none; }

.features {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f0f0f0; }

@media (min-width: 768px) {
  .features {
    padding-bottom: 30px; } }
@media (min-width: 1200px) {
  .features {
    padding: 30px 85px 30px 85px; } }
.features h3 {
  margin-bottom: 2px;
  margin-top: 0; }

.features p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 52px; }

.features ul {
  margin: 0;
  padding: 0;
  width: 100%; }

@media (min-width: 768px) {
  .features ul {
    display: table; } }
.features ul li {
  list-style: none;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .features ul li {
    display: table-cell; } }
.features .iconArea {
  margin-top: -7px;
  float: left;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 40px; }

.features.features-bottom {
  margin-top: 50px;
  border-top: 3px solid #f0f0f0;
  border-bottom: 0;
  padding-bottom: 0; }

.selected-products,
.subheader {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .selected-products,
  .subheader {
    text-align: center; }

  .selected-products .product-list.product-slider {
    text-align: left;
    margin-bottom: 20px; } }
.selected-products h1,
.subheader h1 {
  position: relative;
  margin-bottom: 25px; }

.selected-products .link-viewall,
.subheader .link-viewall {
  font-family: "open-sans", sans-serif;
  display: block;
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 32px; }

@media (min-width: 768px) {
  .selected-products .link-viewall,
  .subheader .link-viewall {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    text-align: center; } }
.selected-products .link-viewall i,
.subheader .link-viewall i {
  width: 32px;
  height: 32px;
  background: #f0f0f0;
  border-radius: 32px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 32px;
  font-size: 14px;
  text-indent: 3px; }

.selected-products .link-viewall:hover,
.subheader .link-viewall:hover {
  text-decoration: none; }

.selected-products .link-viewall:hover i,
.subheader .link-viewall:hover i {
  background: #000;
  color: #eab015; }

.product-list {
  margin-left: 1px;
  margin-right: 0; }

.product-list .product {
  border: 1px solid #f0f0f0;
  margin-left: -1px;
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  height: 265px; }

.home .product-list .product {
  height: auto; }

.product-list .product a.link-overlay {
  z-index: 11;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px; }

.product-list .product a.link-overlay:hover {
  border: 1px solid #bdbdbd; }

.product-list .product a.link-quickview,
.product-list .product a.link-price {
  z-index: 12;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  color: #000;
  text-align: center;
  font-size: 11px;
  display: none; }

.product-list .product a.link-quickview span,
.product-list .product a.link-price span {
  border-radius: 15px;
  padding: 5px 8px;
  background: #f0f0f0; }

.product-list .product a.link-quickview i {
  margin-right: 3px; }

.product-list .product a.link-quickview:hover,
.product-list .product a.link-price:hover {
  text-decoration: none; }

.product-list .product a.link-quickview:hover span,
.product-list .product a.link-price:hover span {
  background-color: #e3e3e3; }

.product-list .product .badge {
  right: 20px;
  top: 20%; }

.product-list .product figure {
  height: 180px;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain; }

.product-list .product h4 {
  position: absolute;
  bottom: 35px;
  font-size: 14px;
  left: 15px;
  right: 15px;
  line-height: 1.4em;
  color: #656565; }

.product-list .product:hover h4 {
  color: #000; }

@media (min-width: 768px) {
  .product-list .product:hover a.link-quickview,
  .product-list .product:hover a.link-price {
    display: block; } }
.product-list .product .bottom .ratingArea {
  color: #f1c080;
  font-size: 17px;
  width: 50%;
  float: left; }

.product-list .product .bottom .priceArea {
  font-weight: 300;
  text-align: right;
  width: 50%;
  float: right;
  font-size: 17px;
  position: relative; }

.product-list .product .bottom .priceArea.sale {
  color: #f3002e;
  font-weight: 500; }

.product-list .product .bottom .priceArea.sale span {
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 11px;
  color: #717171;
  font-style: strike-through; }

.product-list.product-list-small .product figure {
  height: 145px;
  margin-bottom: 45px; }

.product-list.product-list-small .product h4 {
  bottom: 28px;
  max-height: 60px;
  overflow: hidden; }

.product-list.product-list-small .product .bottom {
  line-height: 70px; }

.product-list.product-list-small .product .bottom .ratingArea {
  font-size: 15px; }

.product-list.product-list-small .product .bottom .priceArea {
  font-size: 15px; }

.product-list.product-list-secondary .product figure {
  background-position: center top;
  height: 180px;
  margin-bottom: 0;
  -webkit-background-size: auto;
  background-size: auto; }

.product-list.product-list-secondary .product h4 {
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  padding-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em; }

.product-list.product-list-secondary .product h4 .date {
  margin-top: 5px;
  font-weight: 300;
  display: block;
  font-size: 11px;
  color: #808080; }

.padding-sides-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.yellow-button {
  text-shadow: 1px 1px 0 #558d2c; }

.yellow-button > .btn {
  background-color: #629f36 !important;
  color: #fff !important; }

.yellow-button > .btn a {
  color: #fff !important; }

li.quantity .only33 {
  width: 33px !important;
  display: inline-block; }

.col-sm-6.align-right.category-filters .bootstrap-select.select-row {
  margin-left: 0px; }

.product-list.product-list-small.isLineView .product {
  width: 100% !important;
  height: auto; }

.product-list.isLineView .product .inner {
  height: 100%; }

.product-list.isLineView .product .inner figure {
  width: 120px;
  float: left;
  margin-bottom: 0px;
  margin-right: 10px; }

.product-list.isLineView .product .inner h4 {
  position: relative;
  margin-top: 18px;
  bottom: 0;
  top: 0;
  left: 0px; }

.product-list.isLineView .product .inner .bottom.clearfix {
  left: 5px;
  height: 20px; }

.product-list.isLineView .product .bottom .ratingArea, .product-list.isLineView .product .bottom .priceArea {
  width: 40%; }

.product-list .productDescription {
  display: none; }

.product-list.isLineView .productDescription {
  display: table-cell; }

.product-list.isLineView .product a.link-quickview, .product-list.isLineView .product a.link-price {
  display: none !important; }

.product-list.isLineView .productDescription .productDescriptionLink {
  float: right;
  display: table;
  font-size: 14px;
  background: #F0F0F0;
  margin-top: 10px; }

.product-list.isLineView .productDescription .productDescriptionLink a {
  color: #000;
  display: block; }

.koolitused-category {
  margin-left: -10px;
  margin-right: -10px; }

.koolitused-category > div {
  padding-left: 10px;
  padding-right: 10px; }

.koolitused-category img {
  width: 100%;
  height: auto; }

.koolitused-category h2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 20px; }

.product-slider.owl-carousel {
  width: 100%;
  margin: 0 auto; }

@media (min-width: 768px) {
  .product-slider.owl-carousel {
    width: 608px; } }
@media (min-width: 992px) {
  .product-slider.owl-carousel {
    width: 832px; } }
@media (min-width: 1200px) {
  .product-slider.owl-carousel {
    width: 1040px; } }
.product-slider.owl-carousel .owl-wrapper-outer {
  border-right: 1px solid #f0f0f0; }

.product-slider.owl-carousel .owl-wrapper {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0; }

.product-slider.owl-carousel .product {
  padding: 15px;
  margin: 0;
  border-bottom: 0;
  border-right: 0; }

.product-slider.owl-carousel .product a.link-overlay {
  bottom: -1px;
  right: 0;
  left: 0; }

.product-slider.owl-carousel .owl-prev,
.product-slider.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -16px; }

.product-slider.owl-carousel .owl-prev:before,
.product-slider.owl-carousel .owl-next:before {
  display: inline-block;
  text-align: center;
  line-height: 32px; }

.product-slider.owl-carousel .owl-controls {
  position: static; }

.product-slider.owl-carousel .owl-prev {
  left: -50px; }

.product-slider.owl-carousel .owl-next {
  right: -50px; }

@media (max-width: 767px) {
  .product-slider.owl-carousel .owl-prev {
    left: -12px; }

  .product-slider.owl-carousel .owl-next {
    right: -12px; }

  .product-slider-limit4 .product {
    width: 268px;
    float: left;
    padding: 15px; } }
@media (min-width: 767px) {
  .product-slider.owl-carousel .owl-prev {
    left: -12px; }

  .product-slider.owl-carousel .owl-next {
    right: -12px; }

  .product-slider-limit4 .product {
    width: 268px;
    float: left;
    padding: 15px; } }
@media (min-width: 992px) {
  .product-slider.owl-carousel.product-slider-limit4 {
    width: 100%; }

  .product-slider.owl-carousel.product-slider-limit4 .owl-prev,
  .product-slider.owl-carousel.product-slider-limit4 .owl-next,
  .product-slider.owl-carousel.product-slider-limit4 .owl-controls {
    display: none; }

  .product-slider-limit4 .product {
    width: 268px;
    float: left;
    padding: 15px; } }
#middleArea {
  margin-bottom: 50px; }

#middleArea .sidebar h1 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 32px; }

#middleArea .sidebar .cta {
  text-align: center;
  padding-top: 70px; }

#middleArea .sidebar .cta h2 {
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

#middleArea .sidebar .cta .btn {
  margin-top: 20px; }

#middleArea .sidebar .cart-img {
  float: right;
  margin-left: 15px; }

@media (min-width: 992px) {
  #middleArea .sidebar .cart-img {
    float: right;
    /*position: absolute;*/
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  #middleArea .sidebar + .content,
  #middleArea .content + .sidebar {
    margin-top: 30px; } }
@media (min-width: 992px) {
  #middleArea .sidebar + .content,
  #middleArea .col-md-9.content {
    padding-left: 30px; } }
#middleArea .imageArea figure {
  text-align: center; }

#middleArea .imageArea .list-thumbs {
  margin: 0;
  padding: 0; }

#middleArea .imageArea .list-thumbs li {
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
  margin-left: -1px;
  margin-bottom: -1px;
  border: 1px solid #f0f0f0;
  position: relative; }

#middleArea .imageArea .list-thumbs li.current-item a,
#middleArea .imageArea .list-thumbs li a:hover {
  border: 1px solid #bdbdbd; }

#middleArea .imageArea .list-thumbs li a {
  display: block;
  z-index: 11;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px; }

#middleArea .imageArea .list-thumbs li img {
  height: 100%;
  width: auto; }

#middleArea .box {
  margin-bottom: 30px; }

#middleArea .box .box-title {
  margin-left: -10px;
  margin-right: -10px;
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  position: relative; }

#middleArea .box .box-title a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase; }

#middleArea .box .box-title i {
  font-size: 6px;
  position: absolute;
  left: 16px;
  top: 14px; }

#middleArea .box .box-title.closed i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#middleArea .box .box-title.dark {
  background-color: #676767;
  color: #fff; }

#middleArea .box .box-content {
  margin: 0; }

#middleArea .box .box-content .list-checkbox {
  margin: 0;
  padding: 0; }

#middleArea .box .box-content .list-checkbox li {
  list-style: none;
  margin: 0;
  padding: 0; }

#middleArea .box .box-content label {
  font-weight: 300; }

#middleArea .box .box-content {
  position: relative; }

#middleArea .box .scroll-holder {
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px; }

#middleArea .box .scroll-head {
  font-size: 11px;
  color: #78583d;
  background: #fff;
  padding: 0 0 4px 0;
  position: absolute;
  top: 0;
  left: 0px;
  right: 18px;
  z-index: 13; }

#middleArea .box .scroll-head a {
  color: #78583d;
  text-decoration: underline; }

#middleArea .nav-sidebar {
  padding: 0;
  margin: -10px 0 0 0; }

#middleArea .nav-sidebar li {
  list-style: none;
  padding: 0;
  margin: 0; }

#middleArea .nav-sidebar li a {
  color: #808080;
  text-decoration: none; }

#middleArea .nav-sidebar li a:hover {
  color: #000; }

#middleArea .nav-sidebar li ul {
  margin: 10px 0 0 0;
  padding: 0;
  display: none; }

#middleArea .nav-sidebar li ul li {
  font-size: 13px;
  position: relative;
  padding: 0 0 0 12px;
  margin: 7px 0 0 4px;
  font-weight: 300; }

#middleArea .nav-sidebar li ul li a {
  color: #808080; }

#middleArea .nav-sidebar li ul li a:hover {
  color: #000; }

#middleArea .nav-sidebar li ul li:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #f2f2f2;
  border-radius: 10px; }

#middleArea .nav-sidebar li.current-item ul {
  display: block; }

#middleArea .nav-sidebar li.current-item {
  font-weight: bold; }

#middleArea .nav-sidebar > li {
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #f2f1ef; }

#middleArea .nav-sidebar > li:last-child {
  border-bottom: none; }


@media (max-width: 991px) {
	#middleArea .nav-sidebar > li 
	{
		padding: 10px 5px 0px 0px !important;
		border-bottom: 1px solid #f2f1ef; 
		display: inline-block !important;
	}
	
	#middleArea .nav-sidebar > li:last-child {
	  border-bottom: 1px solid #f2f1ef !important;
	 }
}


#middleArea .row-altered {
  margin-left: -5px;
  margin-right: -5px; }

#middleArea .row-altered > div {
  padding-left: 5px;
  padding-right: 5px; }

@media (min-width: 992px) {
  #middleArea .row-altered .col-md-2 {
    width: 21%; }

  #middleArea .row-altered .col-md-6 {
    width: 37%; } }
#middleArea .row-altered .box .box-title {
  margin-left: 0;
  margin-right: 0; }

#middleArea .row-altered .box .box-title.dark {
  margin-bottom: 20px; }

#middleArea .content h1 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 32px; }

#middleArea .content .subheader {
  margin-top: 0; }

#middleArea .content .subheader h1 {
  text-align: center; }

#middleArea .content hr {
  border-top: 3px solid #f0f0f0; }

.intro img {
width: 100%;
  max-width: 832px;
  height: auto;
}

.intro_prod img {
/*width: 100% !important;*/
  max-width: 832px;
  height: auto;
}

@media (max-width: 768px) {
.intro img {
width: 100%;
  max-width: 624px;
  height: auto;
}

.intro_prod img {
/*width: 100% !important;*/
  max-width: 624px;
  height: auto;
}
}

@media (max-width: 550px) {
.intro img {
width: 100%;
  max-width: 520px;
  height: auto;
}
.intro_prod img {
/*width: 100% !important;*/
  max-width: 520px;
  height: auto;
}
}

@media (max-width: 400px) {
.intro img {
width: 100%;
  max-width: 416px;
  height: auto;
}
.intro_prod img {
/*width: 100% !important;*/
  max-width: 416px;
  height: auto;
}
}



@media (min-width: 768px) {
  #middleArea .content .intro figure {
    float: right; }
  #middleArea .content .intro_prod figure {
    float: right; }

  #middleArea .content .intro .img-palsamid {
    margin-top: -114px; } 
  #middleArea .content .intro_prod .img-palsamid {
    margin-top: -114px; } 
	
	}
#middleArea .content .highlightArea {
  padding-left: 32%; }

#middleArea .content .highlightArea h1 {
  text-align: right; }

@media (max-width: 767px) {
  #middleArea .select-row {
    display: block;
    margin: 0 auto 8px;
    width: 100% !important; }

  #middleArea .select-row .btn {
    float: none; }

  #middleArea .select-row .dropdown-menu {
    width: 100%; } }
#middleArea .content-poed h2,
#middleArea .content-personal h2 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0px;
  margin-top: 0; }

#middleArea .content-personal figure img {
  width: 100%;
  height: auto; }

#middleArea .content-personal h2 {
  margin-top: 40px;
  margin-bottom: 0; }

#middleArea .content-personal span.title {
  display: block;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px; }

#middleArea .content-personal .person {
  margin-bottom: 30px;
  margin-top: 30px; }

#middleArea .content-personal .tab-content {
  border-bottom: none; }

#middleArea .content-personal .highlightArea {
  height: 450px;
  padding: 0;
  position: relative; }

#middleArea .content-personal .highlightArea h1 {
  font-size: 54px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 0;
  right: 0; }

#middleArea .content-salong .tab-content {
  border-bottom: none;
  padding: 20px 0; }

#middleArea .content-product h1 {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: left; }

#middleArea .content-product hr {
  border-top: 3px solid #f0f0f0; }

#middleArea .content-product .socialArea {
  float: right;
  margin-top: 5px; }

#middleArea .content-product .socialArea a {
  font-size: 22px;
  color: #f0e6dc;
  margin-left: 2px; }

#middleArea .content-product .socialArea a:hover {
  color: #eab015;
  text-decoration: none; }

#middleArea .content-product .ratingArea {
  margin-bottom: 20px;
  font-size: 15px;
  color: #f1c080;
  display: inline-block; }

#middleArea .content-product .link-viewcomments {
  margin: 0 7px;
  color: #656565;
  font-size: 12px; }

#middleArea .content-product .link-addcomment {
  color: #78583d;
  font-size: 12px;
  margin: 0 7px;
  text-decoration: underline; }

#middleArea .content-product .icomoon-check {
  color: #609817; }

#middleArea .content-product p.stock {
  font-size: 13px;
  margin: 2em 0 0 0; }

#middleArea .content-product .shopArea ul {
  margin: 0 0 25px 0;
  padding: 0; }

#middleArea .content-product .shopArea ul li {
  list-style: none;
  margin: 12px 0;
  padding: 0; }

#middleArea .content-product .shopArea label {
  font-weight: 400;
  font-size: 13px;
  width: 65px;
  color: #656565;
  display: inline-block; }

#middleArea .content-product .shopArea .size input {
  display: none; }

#middleArea .content-product .shopArea .size input + label {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 10px 15px 6px 10px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  font-weight: 400;
  font-size: 13px; }

#middleArea .content-product .shopArea .size label:hover {
  background: #6aac3b;
  color: #335f12; }

#middleArea .content-product .shopArea .size label:hover span {
  color: #fff; }

#middleArea .content-product .shopArea .size input:checked + label {
  background: #71ad49;
  color: #000; }

#middleArea .content-product .shopArea .size input:checked + label span {
  color: #fff; }

#middleArea .content-product .shopArea .size input:checked + label span:before {
  color: #426828; }

#middleArea .content-product .shopArea .size span {
  display: inline;
  color: #426828; }

#middleArea .content-product .shopArea .size span:before {
  content: "/ ";
  color: #426828; }

#middleArea .content-product .shopArea .size_missing span:before {
  content: ""; }

#middleArea .content-product .shopArea .color input {
  display: none; }

#middleArea .content-product .shopArea .color input + label {
  vertical-align: middle;
  background: #f0f0f0;
  border-radius: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 2px solid #fff; }

#middleArea .content-product .shopArea .color input:checked + label {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7); }

#middleArea .content-product .shopArea .price {
  font-size: 24px;
  font-weight: 400;
  vertical-align: middle; }

#middleArea .content-product .shopArea .price .info {
  margin-left: 20px;
  font-size: 12px;
  color: #656565;
  vertical-align: middle;
  display: inline-block; }

#middleArea .content-product .shopArea .price a {
  text-decoration: underline; }

#middleArea .content-product .btn-addtocart i {
  margin-right: 8px; }

@media (max-width: 767px) {
  #middleArea .content-product .btn-addtocart {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
#middleArea .content-product .link-compare,
#middleArea .content-product .link-fav {
  margin-left: 22px;
  text-decoration: none; }

#middleArea .content-product .link-fav i {
  color: #d43489;
  margin-right: 5px;
  font-size: 11px; }

#middleArea .content-product .link-compare i {
  color: #345dd4;
  margin-right: 5px;
  font-size: 11px; }

#middleArea .content-product .link-compare span,
#middleArea .content-product .link-fav span {
  text-decoration: underline; }

#middleArea .vormista-valik {
  margin-top: 20px;
  text-align: center; }

#middleArea .vormista-valik > span {
  top: 30px;
  position: relative;
  display: table-cell; }

#middleArea .vormista-valik .btn {
  margin-top: 20px;
  display: block; }

@media (min-width: 768px) {
  #middleArea .vormista-valik {
    text-align: right; }

  #middleArea .vormista-valik .btn {
    margin-top: 0;
    display: inline-block; } }
#middleArea .tab-content {
  border-bottom: 3px solid #f0f0f0; }

#middleArea .nav-tabs {
  border-bottom: 3px solid #f0f0f0;
  font-size: 15px; }

#middleArea .nav-tabs > li {
  margin-bottom: -3px;
  margin-right: 18px; }

#middleArea .nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-weight: 300;
  color: #676767;
  border-bottom: 3px solid transparent; }

#middleArea .nav-tabs > li > a:hover {
  background: none;
  color: #000;
  border-color: #000; }

#middleArea .nav-tabs > li.active > a {
  color: #000;
  font-weight: 400;
  border-color: #000; }

#middleArea .desc-product {
  margin-top: 10px; }

#middleArea .desc-product .tab-pane .row.commentsArea {
  margin-right: 0;
  margin-left: 0; }

@media (min-width: 768px) {
  #middleArea .desc-product .tab-pane .row.commentsArea {
    margin-right: 0;
    margin-left: -15px; } }
#middleArea .desc-product .list-comments {
  margin: 20px 0 0 0;
  padding: 0; }

#middleArea .desc-product .list-comments li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0; }

#middleArea .desc-product .list-comments li:last-child {
  border-bottom: none; }

#middleArea .desc-product .comment-sidebar {
  background: #f7f7f7;
  padding: 20px 45px; }

#middleArea .desc-product .comment-sidebar h3 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-family: "open-sans", sans-serif; }

#middleArea .desc-product .comment-sidebar i {
  color: #eab015;
  margin: 0 2px; }

#middleArea .desc-product .comment-sidebar input,
#middleArea .desc-product .comment-sidebar textarea {
  margin-bottom: 10px;
  background: #e7e7e7;
  border-color: #e7e7e7; }

#middleArea .desc-product .comment-sidebar input:focus,
#middleArea .desc-product .comment-sidebar textarea:focus {
  background: #f7f7f7;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#middleArea .desc-product .comment-sidebar p {
  text-align: center; }

.list-check {
  margin: 0;
  padding: 0;
  font-weight: 300; }

.list-check li {
  margin: 5px 0;
  list-style: none;
  padding: 0 0 0 20px;
  position: relative; }

.list-check li:before {
  color: #609817;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px; }

.highlightArea {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 350px;
  margin-bottom: 30px;
  margin-top: -20px;
  padding: 40px 40px 40px 40px;
  text-align: right; }

@media (max-width: 767px) {
  .highlightArea {
    display: none; } }
@media (min-width: 1200px) {
  .highlightArea {
    padding: 40px 40px 40px 55%; } }
.highlightArea p {
  font-size: 13px; }

.highlightArea h1 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px; }

.highlightArea .btn {
  margin-bottom: 12px; }

.highlightArea span {
  font-weight: 13px;
  font-weight: 300; }

.highlightArea span strong {
  font-weight: 400; }

.compare-table {
  width: 100%;
  border-right: 1px solid #f0f0f0;
  font-size: 13px; }

.compare-table .compare-row {
  width: 100%;
  display: table; }

.compare-table .compare-row.header .compare-col {
  border-top: 1px solid #f0f0f0; }

.compare-table .compare-row.header .actions {
  text-align: left;
  border-left: none;
  border-top: none;
  padding-left: 0; }

.compare-table .compare-row.header .actions a {
  text-decoration: underline; }

.compare-table .compare-row.price .compare-col {
  vertical-align: middle; }

.compare-table .compare-row .compare-col {
  display: table-cell;
  width: 25%;
  padding: 15px 10px;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
  text-align: center; }

.compare-table figure {
  height: 175px;
  margin-bottom: 15px; }

.compare-table figure img {
  max-width: 100%;
  height: auto; }

.compare-table label {
  text-align: left;
  display: block;
  margin-bottom: 0; }

.compare-table .link-compare {
  font-size: 11px;
  text-decoration: underline;
  padding-left: 16px;
  position: relative; }

.compare-table .link-compare i {
  color: #eab015;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0; }

.compare-table .list-variations {
  margin: 0;
  padding: 0; }

.compare-table .list-variations li {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0; }

.compare-table .list-variations li span {
  color: #000; }

.compare-table .list-variations li span span {
  color: #eab015; }

.compare-table .list-variations li span span:before {
  content: " ";
  color: #eee; }

.compare-table .list-variations li .btn {
  margin: 0 10px 5px;
  padding-left: 14px;
  padding-right: 14px; }

.compare-table .list-variations li .btn i {
  color: #000;
  margin-right: 4px; }

table.table-default > thead > tr {
  border: 1px solid #f0f0f0; }

table.table-default > thead > tr > th {
  padding: 12px 10px;
  font-weight: 300;
  color: #808080;
  font-size: 13px;
  border: none;
  text-align: right; }

@media (max-width: 767px) {
  table.table-default > thead > tr > th {
    padding-left: 5px;
    padding-right: 5px; } }
table.table-default > tbody > tr {
  border: 1px solid #f0f0f0;
  vertical-align: middle; }

table.table-default > tbody > tr > td {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: right;
  border: none; }

@media (max-width: 767px) {
  table.table-default > tbody > tr > td {
    padding-left: 5px;
    padding-right: 5px; }

  table.table-default > tbody > tr > td img {
    max-width: 60px;
    height: auto; } }
table.table-default td.thumb,
table.table-default td.actions {
  text-align: center; }

table.table-default td.name,
table.table-default th.name {
  text-align: left; }

table.table-default td.sale {
  color: #eab015; }

table.table-default .bootstrap-select {
  margin-bottom: 0 !important; }

table.table-default button i {
  margin-right: 5px; }

table.table-default .btn-delete {
  margin: 0 3px; }

table.table-default h4 {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4em; }

table.table-basket td.name {
  max-width: 270px; }

table.table-basket h4 {
  margin-bottom: 0; }

table.table-basket tr.sum td {
  text-align: left;
  font-weight: 300;
  padding-left: 25px; }

table.table-basket tr.sum td table {
  width: 100%; }

table.table-basket tr.sum td table td {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: right !important; }

table.table-basket tr.sum td table tr.total {
  font-size: 20px; }

table.table-salong {
  margin: 0;
  font-size: 13px; }

table.table-salong > tbody > tr > td {
  padding: 0;
  border: none;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

table.table-salong table {
  margin: 0; }

table.table-salong table > thead > tr > th {
  color: #000;
  border: none;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  padding-top: 15px;
  padding-left: 15px; }

table.table-salong table > thead > tr > th.name {
  text-align: left;
  width: 60%; }

table.table-salong table > tbody > tr > td {
  border: none;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  color: #808080;
  font-weight: 300;
  padding: 0 15px; }

table.table-salong table > tbody > tr > td label {
  font-weight: 300; }

table.table-salong table > tbody > tr > td.name {
  text-align: left;
  width: 60%; }

table.table-salong table > tfoot > tr > td {
  border: none;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 7px; }

.table-css {
  display: block;
  border: 1px solid #bdbdbd;
  border-bottom: none; }

.table-css .tr {
  display: block;
  position: relative;
  border-bottom: 1px solid #bdbdbd;
  padding: 10px; }

.table-css .tr.thead {
  display: none; }

.table-css .tr .td {
  display: inline-block; }

.table-css .tr .td.name {
  display: block;
  width: 80%; }

.table-css .tr .td.thumb {
  display: none; }

.table-css .tr .td.price {
  display: none; }

.table-css .tr .td.sum {
  float: right;
  line-height: 32px; }

.table-css .tr .td.actions {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 10px; }

.table-css .tr .td.fullwidth {
  display: table-cell;
  width: 100%;
  position: relative;
  padding: auto !important; }

@media (max-width: 767px) {
  .table-css .tr .td.actions .btn {
    background: none;
    color: #d9d9d9;
    font-size: 15px; } }
.table-css .tr .input-quantity {
  margin-left: 10px; }

.table-css .tr h4 {
  font-weight: 700; }

@media (min-width: 768px) {
  .table-css {
    display: table;
    width: 100%; }

  .table-css .tr {
    display: table-row;
    padding-bottom: 0; }

  .table-css .tr.thead {
    display: table-row; }

  .table-css .tr .td,
  .table-css .tr .th {
    position: static;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
    border-bottom: 1px solid #f0f0f0; }

  .table-css .tr .td.thumb,
  .table-css .tr .th.thumb {
    width: 15%;
    display: table-cell; }

  .table-css .tr .td.name,
  .table-css .tr .th.name {
    width: 40%;
    display: table-cell;
    font-weight: 400; }

  .table-css .tr .td.size,
  .table-css .tr .th.size {
    width: 14%; }

  .table-css .tr .td.price,
  .table-css .tr .th.price {
    display: table-cell; }

  .table-css .tr .td.quantity,
  .table-css .tr .th.quantity {
    width: 14%; }

  .table-css .tr .td.sum,
  .table-css .tr .th.sum {
    width: 12%;
    float: none; }

  .table-css .tr .td.actions,
  .table-css .tr .th.actions {
    display: table-cell;
    width: 5%;
    position: static;
    top: auto;
    right: auto; }

  .table-css .tr .th {
    padding: 12px 10px;
    color: #808080;
    font-size: 12px;
    color: 300; }

  .table-css .tr h4 {
    font-weight: 400; }

  .table-css .tr .input-quantity {
    margin-left: 0; } }
.table-css .bootstrap-select {
  margin-bottom: 0 !important; }

.sumArea {
  margin-top: 20px;
  margin-right: 1px; }

.sumArea table {
  width: 100%; }

@media (min-width: 768px) {
  .sumArea {
    margin-top: 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 10px; }

  .sumArea table {
    width: 50%;
    float: right; }

  .sumArea table tr td {
    text-align: right; }

  .sumArea table tr.total td {
    font-size: 18px; } }
.transportArea {
  margin-top: 30px; }

@media (min-width: 768px) {
  .transportArea {
    position: absolute;
    bottom: 124px;
    left: 50px;
    width: 50%;
    margin-top: 0; } }
@media (min-width: 992px) {
  .transportArea {
    bottom: 134px; } }
.transportArea .icomoon-transport {
  float: left;
  color: #eee;
  font-size: 40px;
  position: relative;
  width: 50px;
  min-height: 25px;
  display: inline-block; }

.transportArea .icomoon-transport:before {
  position: absolute;
  z-index: 11; }

.transportArea .icomoon-transport:after {
  content: "";
  border-radius: 30px;
  background: #eab015;
  width: 24px;
  margin-left: 10px;
  top: 10px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 10; }

.transportAreaCheckout .icomoon-transport {
  float: left;
  color: #eee;
  font-size: 40px;
  position: relative;
  width: 50px;
  min-height: 25px;
  display: inline-block; }

.transportAreaCheckout .icomoon-transport:before {
  position: absolute;
  z-index: 11; }

.transportAreaCheckout .icomoon-transport:after {
  content: "";
  border-radius: 30px;
  background: #eab015;
  width: 24px;
  margin-left: 10px;
  top: 10px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 10; }

.basket-checkout .transportArea {
  margin-top: 20px; }

@media (min-width: 768px) {
  .basket-checkout .transportArea {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%; } }
.basket .link-back {
  margin-right: 15px;
  text-decoration: underline; }

.basket .payments label {
  margin-bottom: 8px;
  margin-left: 8px;
  min-height: 31px;
  display: block; }

.basket-checkout .table-css .tr .input-quantity {
  margin-left: 0; }

.thankyou .features {
  margin-top: 0; }

.thankyou #middleArea .content {
  background: url(../img/img-thankyou.jpg) no-repeat 20px bottom;
  text-align: center;
  min-height: 400px; }

.thankyou #middleArea .content > h1 {
  text-align: center !important;
  font-size: 56px;
  line-height: 1em;
  margin-top: 75px;
  margin-bottom: 65px; }

.thankyou #middleArea .content .btn-group {
  margin-top: 20px; }

.thankyou #middleArea .content .btn-group .btn {
  padding: 6px 24px;
  font-size: 18px;
  letter-spacing: 2px; }

@media (max-width: 767px) {
  .thankyou #middleArea .content .btn-group .btn {
    padding: 4px 12px;
    font-size: 16px; } }
.pakkumine-featured {
  margin-bottom: 50px; }

.pakkumine-featured h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 15px;
  letter-spacing: 0; }

.pakkumine-featured .badge {
  position: absolute;
  top: 40%;
  right: 40px; }

.pakkumine-featured table {
  width: auto;
  margin: 20px 0; }

.pakkumine-featured table th {
  font-size: 13px;
  color: #ababab;
  font-weight: 300;
  padding-right: 20px; }

.pakkumine-featured table td {
  padding-right: 20px;
  font-size: 16px; }

.pakkumine-featured .detailsArea {
  margin-top: 20px; }

.pakkumine-featured .detailsArea i {
  margin-right: 7px; }

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none; }

.modal-content button.close {
  background: #000;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 28px;
  font-size: 15px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 999;
  opacity: 1;
  color: #fff;
  text-shadow: none; }

@media (min-width: 768px) {
  .modal-content button.close {
    top: -14px;
    right: -14px; } }
.modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px; }

.modal-content .imageArea.vertical figure {
  width: 80%;
  float: left;
  text-align: center; }

@media (min-width: 768px) {
  .modal-content .imageArea.vertical figure {
    width: 100%; } }
.modal-content .imageArea.vertical .list-thumbs {
  float: right;
  width: 20%; }

@media (min-width: 768px) {
  .modal-content .imageArea.vertical .list-thumbs {
    width: 90px;
    position: absolute;
    right: 20px; } }
.modal {
  overflow-y: auto; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 768px; } }
@media (min-width: 992px) {
  .modal-dialog {
    width: 970px; } }
@media (min-width: 1200px) {
  .modal-dialog {
    width: 1156px; } }
.ask-support figure {
  float: left;
  margin-top: -5px;
  margin-right: 24px; }

.ask-support p a {
  text-decoration: underline; }

.mapArea img {
  width: 100%;
  height: auto; }

.dashboard #middleArea .dashboard-settings {
  border-left: 0; }

.dashboard #middleArea .dashboard-settings > .tr {
  padding: 0;
  border-bottom: 0; }

.dashboard #middleArea .dashboard-settings > .tr > .td {
  width: 50%;
  padding: 15px;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top; }

@media (max-width: 991px) {
  .dashboard #middleArea .dashboard-settings > .tr > .td {
    width: 100%;
    display: block; } }
.dashboard #middleArea .dashboard-settings .box-title {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }

.dashboard #middleArea .dashboard-settings .box-content {
  padding: 0 5px; }

.dashboard #middleArea .dashboard-settings .box {
  margin-bottom: 0; }

.dashboard .search-delivery {
  text-align: center; }

@media (min-width: 992px) {
  .dashboard .search-delivery {
    margin-top: 50px !important; } }
.dashboard .search-delivery .type-delivery,
.dashboard .search-delivery .input-delivery {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.dashboard .search-delivery .type-delivery {
  margin-right: 50px; }

.dashboard .btn-holder {
  margin: 50px 0; }

@media (max-width: 991px) {
  .dashboard .btn-holder .btn {
    display: block;
    text-align: center;
    margin-bottom: 10px; } }
.dashboard .list-koolitused {
  margin: 0;
  padding: 0; }

.dashboard .list-koolitused li {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0; }

@media (min-width: 768px) {
  .dashboard .list-koolitused .title {
    float: left; }

  .dashboard .list-koolitused .link-print,
  .dashboard .list-koolitused .link-readmore {
    float: right; } }
.dashboard .list-koolitused .alert {
  color: #f3002e;
  font-weight: bold; }

.dashboard .list-koolitused .alert a {
  color: #f3002e;
  text-decoration: underline; }

.panelArea {
  margin: 40px 0; }

.panelArea .box {
  margin: 0 !important; }

.panelArea .box .panel-group {
  margin-bottom: 0; }

.panelArea .panel-default > .panel-heading {
  border-radius: 24px; }

.panelArea .panel-default > .panel-heading h4 {
  font-size: 13px; }

.panelArea .panel-default > .panel-heading h4.panel-table {
  padding: 0;
  font-weight: bold; }

.panelArea .panel-default > .panel-heading .date {
  float: left;
  font-weight: bold; }

.panelArea .panel-default > .panel-heading .btn-panel {
  float: right;
  color: #78583d;
  text-decoration: underline;
  font-weight: 300; }

.panelArea .panel-default > .panel-heading.color {
  background-color: #676767;
  color: #fff; }

.panelArea .panel-default > .panel-heading.color a {
  color: #e9e0d8; }

.panelArea .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  border-radius: 0;
  margin-left: -12px;
  margin-right: -12px;
  padding: 20px 0 10px 0px; }

.panelArea .panel-default .inner {
  margin: 15px 12px 20px 12px; }

.panelArea .panel-default.panel {
  -webkit-box-shadow: none;
  box-shadow: none; }

.panelArea .sumArea {
  border: none;
  padding-right: 20px; }

.panelArea .btn-group {
  float: right; }

.panelArea .panel-table {
  padding: 10px 15px;
  font-weight: 300; }

.panelArea .panel-table .id,
.panelArea .panel-table .date,
.panelArea .panel-table .total {
  float: left;
  width: 23%; }

.panelArea .panel-table .date,
.panelArea .panel-table .total {
  text-align: right; }

.panelArea .panel-body > .table-css {
  border-top: 0; }

.panelArea .panel-body > .table-css > .tr > .th.sum,
.panelArea .panel-body > .table-css > .tr > .td.sum {
  padding-right: 20px; }

@media (max-width: 767px) {
  .panelArea > .table-css > .tr > .td {
    width: 100%;
    display: inline-block; }

  .panelArea .table-css .tr .td {
    vertical-align: middle; }

  .panelArea .panel-table {
    font-size: 11px !important; }

  .panelArea .sumArea {
    padding: 0 10px; }

  .panelArea .btn-group .btn {
    padding-left: 12px;
    padding-right: 12px; }

  .panelArea .panel-body > .table-css {
    border-top: 1px solid #f0f0f0; }

  .panelArea .panel-body > .table-css > .tr > .th.sum,
  .panelArea .panel-body > .table-css > .tr > .td.sum {
    padding-right: 0; } }
#subfooter {
  overflow: hidden;
  background: #f7f7f7;
  padding: 40px 0;
  font-weight: 300;
  text-align: center; }

@media (min-width: 992px) {
  #subfooter {
    text-align: left; } }
#subfooter h2 {
  margin-top: 0;
  margin-bottom: 10px; }

#subfooter p {
  color: #676767; }

#subfooter .ask-support h2 {
  margin-bottom: 0; }

@media (min-width: 992px) {
  #subfooter .ask-support h2 {
    margin-bottom: 10px; } }
#subfooter .ask-support p a {
  color: #000; }

#subfooter .ask-support p.heavy {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000; }

#subfooter .container {
  position: relative; }

#subfooter .join-newsletter {
  overflow: visible;
  margin-top: 140px; }

@media (min-width: 992px) {
  #subfooter .join-newsletter {
    margin-top: 0; } }
#subfooter .join-newsletter input[type="text"] {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  height: 50px;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 110px;
  width: 90%;
  display: inline-block;
  vertical-align: top; }

#subfooter .join-newsletter input[type="text"]:focus {
  outline: none;
  border-color: #000; }

@media (min-width: 992px) {
  #subfooter .join-newsletter input[type="text"] {
    width: 340px; } }
#subfooter .join-newsletter .btn-join-newsletter {
  vertical-align: top;
  color: #fff;
  height: 50px;
  width: 110px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "open-sans", sans-serif;
  display: inline-block;
  margin-left: -110px; }

#subfooter .join-newsletter p {
  display: none; }

@media (min-width: 992px) {
  #subfooter .join-newsletter p {
    display: block; } }
#subfooter .newsletter-img {
  right: -80px;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  width: 378px;
  max-width: 1200px;
  background: url(../img/img-newsletter.png) no-repeat 100% 65%; }

@media (min-width: 768px) {
  #subfooter .newsletter-img {
    background-position: 100% center; } }
#bottomArea {
  background: #242424;
  padding: 40px 0;
  color: #fff; }

#bottomArea a {
  color: #eee;
  text-decoration: underline; }

#bottomArea h3 {
  margin-top: 0;
  font-weight: 300;
  color: #eee; }

#bottomArea ul {
  padding: 0; }

#bottomArea ul li {
  margin: 2px 0 2px 0;
  list-style: none; }

#bottomArea ul li a {
  color: #767676;
  text-decoration: none; }

#bottomArea ul li a:hover {
  text-decoration: underline; }

#bottomArea .row {
  color: #767676;
  font-weight: 300; }

@media (max-width: 767px) {
  #bottomArea .brand {
    text-align: center; }

  #bottomArea .brand img {
    width: 90px;
    height: auto;
    max-width: 90px; }

  #bottomArea .brand img.hidden-xs {
    display: none !important; }

  #bottomArea .brand img.visible-xs {
    display: inline !important; } }
@media (max-width: 767px) {
  #bottomArea .graphics {
    margin: 30px 0 20px;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
    padding: 20px 0;
    text-align: center; } }
#bottomArea .graphics p + p {
  margin-top: 30px; }

#bottomArea .navbar-footer {
  margin-bottom: 0px; }

@media (min-width: 992px) {
  #bottomArea .navbar-footer {
    margin-left: 60px; } }
@media (max-width: 1199px) {
  #bottomArea .navbar-footer {
    margin-top: 30px; } }
#bottomArea .navbar-footer.navbar-footer-mobile {
  text-align: center; }

#bottomArea .navbar-footer.navbar-footer-mobile li {
  margin: 7px 0;
  font-weight: 300; }

#bottomArea .navbar-footer.navbar-footer-mobile a {
  color: #fff; }

#bottomArea hr {
  border-color: #3a3a3a; }

@media (max-width: 767px) {
  #bottomArea hr {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px; } }
#bottomArea footer {
  margin-top: 25px;
  font-weight: 300;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  text-align: center; }

@media (min-width: 768px) {
  .visible-xs-portrait {
    display: none; } }
@media (max-width: 767px) and (orientation: portrait) {
  .visible-xs-portrait {
    display: block; }

  .hidden-xs-portrait {
    display: none; } }
@media (max-width: 767px) and (orientation: landscape) {
  .visible-xs-portrait {
    display: none; }

  .hidden-xs-portrait {
    display: block; } }
@media (max-width: 991px) {
  .visible-inline-sm {
    display: inline-block !important; } }
@media (min-width: 992px) {
  .visible-inline-sm {
    display: none !important; } }
.ui-menu.ui-corner-all {
  border-radius: 9px; }

.ui-menu {
  background: #fff;
  z-index: 1;
  padding: 40px 0px 12px 0px; }

.ui-menu li {
  display: block !important;
  margin: 0;
  text-transform: none;
  padding: 0 !important; }

.ui-menu li a {
  font-weight: 300;
  cursor: pointer;
  color: #666;
  display: block;
  padding: 5px 12px;
  margin: 0; }

.ui-menu li a:hover {
  text-decoration: none;
  background: #f7f7f7; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.align-right .bootstrap-select.select-row {
  font-weight: 700;
  margin-left: 15px;
  margin-top: 3px; }

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%; }

.bootstrap-select > .btn {
  width: 100%;
  padding: 6px 25px 6px 15px;
  background-color: #f0f0f0;
  font-weight: 700; }

.bootstrap-select.transparent > .btn {
  background-color: transparent;
  border-color: transparent;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px; }

.bootstrap-select.form-control > .btn {
  height: 34px;
  border-radius: 0; }

.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left; }

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -4px;
  vertical-align: middle; }

.bootstrap-select.transparent.btn-group .btn .caret {
  right: 16px; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  width: auto;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 10px;
  top: 50%;
  margin: 0;
  background-color: #f9f9f9;
  border: none;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.transparent.btn-group .dropdown-menu {
  top: 110%;
  background-color: #fff;
  padding: 5px 0;
  left: -6px; }

.bootstrap-select.transparent.btn-group .dropdown-menu li {
  display: block; }

.bootstrap-select.transparent.btn-group .dropdown-menu li a {
  font-weight: 400; }

.bootstrap-select.transparent.btn-group .dropdown-menu li a:hover {
  font-weight: 700; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
  padding: 3px 29px 3px 15px; }

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none; }

.btn-group.open .dropdown-toggle,
.btn-group.open .dropdown-toggle:hover {
  z-index: 2005; }

.icheckbox_flat-grey,
.iradio_flat-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../img/grey.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_flat-grey {
  background-position: 0 0; }

.icheckbox_flat-grey.checked {
  background-position: -22px 0; }

.iradio_flat-grey {
  background-position: -84px 0; }

.iradio_flat-grey.checked {
  background-position: -106px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_flat-grey,
  .iradio_flat-grey {
    background-image: url(../img/grey@2x.png);
    -webkit-background-size: 174px 22px;
    background-size: 174px 22px; } }
.owl-theme .item {
  display: block;
  width: 100%;
  height: 550px; }

.owl-pood .item {
  height: 400px; }

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-align: center; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* fade */
/* backSlide */
/* goDown */
/* scaleUp */
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
header .navbar-tertiary .searchArea .input-search:-moz-placeholder {
  color: #000; }

header .navbar-tertiary .searchArea .input-search::-moz-placeholder {
  color: #000; }

header .navbar-tertiary .searchArea .input-search:-ms-input-placeholder {
  color: #000; }

.pushy {
  position: fixed;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #222;
  -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }

.pushy-left {
  -webkit-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0); }

.pushy,
#container {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

#container {
  -webkit-perspective: none; }

.site-overlay {
  display: none; }

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 0.5s linear infinite !important;
  -moz-animation: rotating 0.5s linear infinite !important;
  -ms-animation: rotating 0.5s linear infinite !important;
  -o-animation: rotating 0.5s linear infinite !important;
  animation: rotating 0.5s linear infinite !important; }

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px); }

.lisa-ostukorvi {
  width: 32px;
  height: 32px;
  left: 0;
  top: 6px;
  opacity: 0;
  display: none;
  position: absolute; }

#add-to-cart-big-button {
  position: relative; }

#add-to-cart-big-button .icomoon-check, #add-to-cart-big-button .icomoon-close {
  margin-top: 4px;
  text-shadow: 1px 1px 0 #558d2c;
  color: #fff !important;
  font-size: 18px; }

#add-to-cart-big-button.doLoading .lisa-ostukorvi {
  display: block !important;
  opacity: 1 !important; }

.tooltipHolder {
  position: relative; }

.tooltip-ostukorv {
  display: none; }

.tooltip-ostukorv.active {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  left: 10px;
  bottom: 5px;
  background: #fff;
  border: solid 1px #a4a4a4;
  height: 140px;
  display: table;
  z-index: 99; }

.tooltip-ostukorv .tooltip-bottom {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -60px; }

.tooltip-ostukorv .tooltip-bottom img {
  width: 30px;
  height: 16px;
  border: none; }

.tooltip-ostukorv .tooltip-content {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 14px;
  word-wrap: normal;
  text-shadow: none;
  font-weight: 400;
  padding: 10px; }

.tooltip-ostukorv .tooltip-content ul li.quantity {
  width: 100%; }

.white {
  color: #fff;
  text-decoration: none; }

.white:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 0 #558d2c; }

.tooltip-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  top: 5px; }

.tooltip-close button {
  border: none;
  background: #efefef;
  color: #000;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: block; }

.row.category-link-images a {
  color: #808080;
  text-align: center;
  display: block; }

.imageArea figure a img {
  /*width: 300px;*/ }

label.item-disabled, label.item-disabled span {
  background: #f4f4f4 !important;
  color: #666 !important;
  text-shadow: 1px 1px 0 #fff; }

label.item-disabled:hover {
  background: #efefef !important; }

header {
  z-index: 20 !important; }

.row.category-link-images a {
  color: #808080;
  text-align: center;
  display: block; }

.row.category-link-images .col-sm-3:hover {
  text-decoration: none;
  color: #222222; }

#order_login_box, #order_order_box {
  display: none; }

#order_login_box.open, #order_order_box.open {
  display: block; }

.row.category-link-images a {
  color: #808080;
  text-align: center;
  display: block; }

.category-link-images .col-sm-3:hover a {
  text-decoration: none;
  color: #222222; }

.margin-right-10 {
  margin-right: 10px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-top-10 {
  margin-top: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-15 {
  padding-top: 15px; }

.outOfStock {
  color: #b5b5b5 !important;
  text-shadow: 1px 1px 0 #fff !important;
  background: #f8f8f8 !important; }

.outOfStock span, .outOfStock span:before {
  color: #b5b5b5 !important;
  text-shadow: 1px 1px 0 #fff !important; }

.vormista-valik .row .padding-top {
  padding-top: 15px; }

.btn {
  outline: none !important; }

.btn-pre-order {
  background: #1d9ddf !important;
  text-shadow: 1px 1px 0 #136590 !important;
  border-color: #136590 !important;
  font-weight: 300;
  color: #fff; }

.btn-pre-order:hover {
  background: #2fa7e5 !important;
  text-shadow: 1px 1px 0 #1d9ddf !important;
  border-color: #1d9ddf !important;
  font-weight: 300;
  color: #FFF; }

.btn-out-of-stock {
  background-color: #f0f0f0 !important;
  color: #656565 !important;
  text-shadow: 1px 1px 0 #fff !important;
  border-color: #dedede !important;
  font-weight: 300;
  font-size: 20px; }

.btn-out-of-stock i.icon2-bell {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-top: 0px;
  color: #656565 !important; }

.btn-out-of-stock span {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.btn-out-of-stock input {
  background: #fff !important; }

.btn-out-of-stock:hover, .btn-out-of-stock:active {
  background-color: #dedede !important;
  text-shadow: 1px 1px 0 #fff !important;
  border-color: #dedede !important;
  font-weight: 300;
  color: #656565 !important; }

.btn-out-of-stock small {
  font-size: 14px;
  position: relative;
  float: left;
  text-align: center;
  margin-top: -3px; }

.btn-out-of-stock .secondLine {
  position: relative;
  float: left;
  text-align: center;
  margin-top: -14px; }

.btn-out-of-stock .emailForm {
  display: none; }

.btn-out-of-stock.active .emailForm {
  display: none; }

.btn-out-of-stock .emailForm a {
  margin-top: 6px;
  display: block;
  text-decoration: none; }

.btn-out-of-stock .emailForm a i {
  font-size: 18px; }

.btn-out-of-stock .emailForm a, .btn-out-of-stock .emailForm a i {
  color: #2fa7e5 !important; }

.deliverySection {
  text-align: left !important;
  padding: 10px 10px 0px 10px !important;
  border-bottom: solid 1px #f0f0f0; }

.deliverySection h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 0 !important; }

.border-top {
  border-top: 1px solid #f0f0f0; }

.deliverySection .row {
  margin: 0; }

.deliverySection .row > div {
  padding: 10px 0; }

.deliverySection .transportArea {
  bottom: 0px;
  position: relative;
  width: auto !important; }

.transportTitle {
  text-transform: uppercase; }

.display-block {
  display: block; }

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

.transportItemsHolder .transportLine1 {
  border-bottom: none;
  display: block; }

.transportItemsHolder .transportLine2 {
  border-top: none;
  margin-top: 25px;
  padding-top: 10px;
  border-top: solid 1px #f0f0f0; }

.transportItemsHolder .transportLine1, .transportItemsHolder .transportLine2 {
  text-align: left; }

.transportItemsHolder .transportLine1 .thumb {
  width: 15%;
  display: table-cell; }

.transportItemsHolder .transportLine1 {
  padding: 10px 0; }

.transportItemsHolder .transportLine1 .name {
  width: 40%;
  display: table-cell;
  font-weight: 400;
  padding-left: 10px; }

.transportItemsHolder .transportLine1 .name .transportTitle {
  display: block;
  float: left; }

.transportItemsHolder .transportLine1 .name .transportDescription {
  display: block;
  float: right; }

.transportItemsHolder .transportLine1 .size {
  width: 14%; }

.table-css .transportLine1 .price {
  display: table-cell;
  vertical-align: middle; }

.transportItemsHolder .transportLine1 .quantity {
  width: 14%; }

.transportItemsHolder .transportLine1 .sum {
  width: 12%;
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 10px; }

.transportItem .regular.strike, .transportLine1 .regular.strike {
  text-decoration: line-through;
  color: gray; }

.transportItem .free, .transportLine1 .free {
  display: none;
  color: green; }

.transportItem .free.active, .transportLine1 .free.active {
  display: inline; }

.transportItemsHolder .transportLine1 .actions {
  display: table-cell;
  width: 5%;
  position: static;
  top: auto;
  right: auto;
  padding: 20px 10px; }

.transportItemsHolder .transportLine2 .transportItem {
  border-right: solid 1px #f0f0f0;
  /*min-height: 70px;*/
  min-height: 150px;
  padding: 10px; }

.transportItemsHolder .transportLine2 .row {
  margin: 0; }

.transportItemsHolder .transportAdditionalForm {
  border-top: none !important;
  padding: 0 10px;
  text-align: left; }

.transportItemsHolder .transportAdditionalForm .row {
  margin: 0; }

.transportItemsHolder .transportAdditionalForm .row > div {
  padding: 10px 0; }

.transportItemsHolder .transportAdditionalForm div div label {
  font-weight: normal; }

.transportItemsHolder .transportLine2 .transportItem .transportItemOverlay {
  display: none; }

.transportItemsHolder .transportLine2 .transportItem:hover .transportItemOverlay {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer; }

.loadingDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.6); }

.loadingDiv.active {
  display: block; }

.transportMiddleArea {
  position: relative;
  border-top: none !important; }

.loadingDiv.active span {
  margin-left: 50%;
  left: -15px;
  top: 34px;
  position: absolute; }

.transportLine1 {
  display: table-row; }

.transportMiddleArea {
  width: 75% !important;
  vertical-align: middle; }

.transportTitle {
  width: auto;
  display: table-cell; }

.transportDescription {
  width: auto;
  display: table-cell; }

.sumArea.shoping-cart-price-box {
  margin: 0px;
  border: solid 1px #bdbdbd;
  padding: 10px; }

.table-css .tr .th {
  padding: 12px 10px;
  color: #808080;
  font-size: 12px;
  color: 300; }

.table-css .tr h4 {
  font-weight: 400; }

.table-css .tr .input-quantity {
  margin-left: 0; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info2 {
  color: #565757;
  background-color: #f6f6f6;
  border-color: #eaeaea; }

.freeShipping {
  color: #558d2c;
  font-weight: bold;
  text-transform: uppercase; }

.transportArea2 {
  margin-top: 10px !important;
  display: block !important;
  position: relative; }

.transportArea2 .icomoon-transport {
  min-height: 60px; }

.basket-shipping-price {
  margin-top: 12px; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.paymentOptions {
  display: none; }

.btn-disabled {
  cursor: not-allowed; }

.alert-danger {
  color: red; }

.input-required
{
	background-color:#f0f0f6 !important;
}

/* border for transport items */
@media (max-width: 767px) {
  #transportItemBox div:nth-child(n+3) {
    border-top: solid 1px #f0f0f0;
    min-height: 70px; }

  #transportItemBox div:nth-child(even) {
    border-right: none; }

  .deliverySubItems > div {
    width: 100%;
    clear: both; }

  .deliverySubItems > div span {
    margin-right: 40px !important; }

  .transportItemsHolder .transportLine1 .thumb {
    display: none; }

  .transportItemsHolder .transportLine1 .name .transportDescription {
    float: right; }

  .basket-buttons {
    padding-top: 0px !important; }

  .basket-buttons:nth-child(1) {
    float: left; }

  .basket-buttons:nth-child(2) {
    float: right; } }
@media (max-width: 560px) {
  .transportItem {
    text-align: center; }

  .transportItem img {
    float: none !important; }

  .transportItem span {
    clear: both;
    width: 100%; } }
@media (min-width: 768px) {
  #transportItemBox div:nth-child(n+4) {
    border-top: solid 1px #f0f0f0; }

  #transportItemBox div:nth-child(3n) {
    border-right: none; } }
/* Tooltip and Popover style */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

#folder_results {
  max-height: 200px;
  overflow: auto;
  margin: 15px;
  padding: 10px;
  border: 1px solid #EEEEEE;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 1px 2px #CCCCCC; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
  margin: 0 !important; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.size-variation.disabled, .size-variation.disabled span {
  color: #656565 !important;
  cursor: not-allowed !important; }

.size-variation.disabled:hover, .size-variation.disabled:hover span {
  background: #dedede !important;
  color: #656565 !important; }

.subCategories {
  margin: 0 16px;
  height: 80px;
  overflow: hidden; }

.subCategories.active {
  height: auto;
  overflow: auto; }

.subCategories.active ul {
  margin-bottom: 25px; }

.subCategoriesShowMore {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(77%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00$from_hex', endColorstr='#$to_hex',GradientType=0 );
  /* IE6-9 */
  width: 100%;
  height: 25px; }

.whiteGradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(77%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00$from_hex', endColorstr='#$to_hex',GradientType=0 );
  /* IE6-9 */ }

.subCategoriesShowMore a i {
  font-size: 12px; }

.subCategoriesShowMore a {
  margin-top: 10px;
  display: block;
  text-align: right;
  margin-right: 25px;
  color: #222222;
  font-weight: 300; }

.subCategoriesShowMore a:hover {
  text-decoration: none;
  color: #656565; }

.subCategories ul {
  list-style: none;
  padding: 0; }

.megamenu h2 {
  font-size: 18px; }

@media (min-width: 992px) {
  .megamenu .row .col-lg-12 .inner .col-md-4:first-child, .megamenu .row .col-lg-12 .inner .col-md-4:nth-child(3n+1),
  .megamenu .row .col-lg-12 .inner .col-sm-6:first-child, .megamenu .row .col-lg-12 .inner .col-sm-6:nth-child(3n+1) {
    border: none;
    clear: both; }

  .megamenu .row .col-lg-12 .inner .col-md-4, .megamenu .row .col-lg-12 .inner .col-sm-6 {
    margin-left: -1px;
    border-left: 1px dotted #e5e5e5; }

  header .megamenu.megamenu-nav .inner .subCategories ul li > a {
    color: #606057;
    font-weight: 300; }

  header .megamenu.megamenu-nav h2 {
    margin-bottom: 10px !important; }

  .inner.megaMenuItem div:nth-child(n+4) {
    padding-top: 30px; } }
@media (max-width: 991px) {
  .megamenu .row .col-lg-12 .inner .col-md-4:first-child, .megamenu .row .col-lg-12 .inner .col-md-4:nth-child(2n+1),
  .megamenu .row .col-lg-12 .inner .col-sm-6:first-child, .megamenu .row .col-lg-12 .inner .col-sm-6:nth-child(2n+1) {
    border: none;
    clear: both; }

  .megamenu .row .col-lg-12 .inner .col-md-4, .megamenu .row .col-lg-12 .inner .col-sm-6 {
    margin-left: -1px;
    border-left: 1px dotted #e5e5e5; }

  header .megamenu.megamenu-nav .inner .subCategories ul li > a {
    color: #606057;
    font-weight: 300; }

  header .megamenu.megamenu-nav h2 {
    margin-bottom: 10px !important; }

  .inner.megaMenuItem div:nth-child(n+3) {
    padding-top: 30px; } }
.shoping-cart .tr .td.thumb {
  position: relative; }

.shoping-cart .tr .td.thumb .badge {
  right: 0px; }

.green-dashed-box {
  border-radius: 30px;
  padding: 5px 24px 3px 24px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: solid 1px #558d2c;
  background: #fff;
  color: #558d2c; }

.width100 {
  width: 100%; }

.green-dashed-box.width100 {
  margin-bottom: 20px; }

.green-dashed-link {
  color: #558d2c;
  font-size: 16px;
  font-family: "open-sans", sans-serif; }

.green-dashed-link:hover {
  text-decoration: none;
  background: none; }

.vaucher-box {
  display: none;
  width: 300px;
  float: right;
  margin-top: 10px; }

.vaucher-box .form-control {
  width: 215px;
  float: left; }

.vaucher-box i.vaucher-box-i {
  float: right;
  margin-top: 7px; }

.vaucher-box #errorMessage {
  font-size: 14px; }

.green-dashed-box.loginAndRegister {
  padding: 5px 24px; }

.green-dashed-box.loginAndRegister .btn-group {
  margin-right: -20px; }

/* Discount reminder */
@media (min-width: 768px) {
  .discount-placeholder {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .discount-placeholder .col-sm-7 > div {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .discount-placeholder .col-sm-5 .btn-group > a:first-child {
    border-top-left-radius: 0; }

  .discount-placeholder .col-sm-5 .btn-group > a:last-child {
    border-top-right-radius: 0; } }
.ignore-hover {
  pointer-events: none; }

.megamenu-login .green-dashed-link {
  display: inline-block; }

.alert-danger2 {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-notice2 {
  color: #629f36;
  background-color: white;
  border-color: #629f36; }

.box-content.payments label {
  border-top: solid 1px #efefef;
  margin: 0 !important;
  position: relative; }

.box-content.payments label span {
  position: absolute;
  left: 0;
  top: 0; }

.box-content.payments label:first-child {
  border-top: none; }

label.swedbank, button.swedbank {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-swedbank2.png) no-repeat; }

label.estcard, button.estcard {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-estcard2.png) no-repeat; }

label.seb, button.seb {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-seb2.png) no-repeat; }

label.citadele_j2relmaks, button.citadele_j2relmaks {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-citadele2.jpg) no-repeat; }

label.visa, button.visa {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-visa2.png) no-repeat; }

label.lhv_j2relmaks, button.lhv_j2relmaks {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-LHV2.jpg) no-repeat; }

label.esto_j2relmaks, button.esto_j2relmaks {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-esto2.jpg) no-repeat; }



label.paypal, button.paypal {
  width: 120px;
  height: 40px;
  display: block;
  background: url(../img/bank-paypal2.png) no-repeat; }

label.selectedBank, button.swedbank:hover, button.estcard:hover, button.seb:hover, button.citadele_j2relmaks:hover, button.visa:hover, button.lhv_j2relmaks:hover, button.esto_j2relmaks:hover, button.paypal:hover {
  background-position: right; }

button.swedbank, button.estcard, button.seb, button.citadele_j2relmaks, button.visa, button.lhv_j2relmaks, button.esto_j2relmaks, button.paypal {
  border: none;
  padding: 0; }

label.arve {
  width: 120px;
  /*height:40px;*/
  display: block;
  line-height: 1;
  vertical-align: middle; }

label.arve span {
  padding: 5px; }

label.arve.selectedBank span {
  color: #005a83; }

label.arve2 {
  width: 120px;
  /*width:88px;*/
  /*height:31px;*/
  display: block;
  /*background:url(../img/pay-arve2.png) no-repeat;*/
  border: solid 1px #efefef;
  vertical-align: middle; }

label.arve2 span {
  position: absolute;
  width: 65px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 2px; }

label.arve2.selectedBank {
  background: url(../img/pay-arve2.png) no-repeat;
  border: solid 1px #719bbe;
  background-position: -88px 0px; }

#middleArea .box .box-content.payments {
  padding-left: 30px; }

#middleArea .box .box-content.payments label .iradio_flat-grey, #middleArea .box .box-content.payments label input {
  left: -25px;
  top: 10px; }

@media (max-width: 1025px) {
  .link-quickview {
    display: none !important; } }
.new-basket-block-heading {
  width: 100%;
  display: table;
  font-size: 12px;
  color: #656565;
  padding: 5px 0; }

.new-basket-block {
  width: 100%;
  display: table;
  border-top: solid 1px #f0f0f0;
  position: relative; }

.new-basket-title {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

.new-basket-cell {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.new-basket-cell.qtty {
  text-align: center; }

.basket-table-overflow {
  width: 100%;
  height: 490px;
  overflow: scroll;
  display: block;
  position: relative; }

.basket-table-overflow.noscroll {
  height: auto;
  overflow: none; }

.box-content.new-basket {
  padding: 15px;
  border: 1px solid #f0f0f0; }

.basketTotalArea table {
  width: 60%;
  float: right;
  line-height: 1.6;
  margin-top: 10px; }

.positionBotton {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 20px;
  width: 100%; }

.positionTop-20 {
  position: absolute;
  top: -21px;
  left: 0px;
  height: 20px;
  width: 100%; }

.btn small {
  font-size: 14px;
  line-height: 1; }

#vormistaTellimus.btn {
  font-size: 22px;
  width: 100%;
  line-height: 0.5;
  font-weight: 500; }

.btn-pre-order {
  line-height: 0; }

label.form-label {
  font-weight: 300 !important;
  font-size: 14px;
  width: 100%;
  margin: 0; }

label.form-label .star {
  font-size: 16px;
  color: #629f36; }

label.form-label + input {
  max-width: 100% !important; }

.product-list.product-list-small.isLineView .product {
  padding-top: 0px; }

.product-list.product-list-small.isLineView .product .bottom {
  line-height: 0 !important; }

.row.product-list.product-list-small.isLineView .bottom .priceArea {
  display: none; }

.row.product-list.product-list-small.isLineView .link-overlay {
  display: none; }

.row.product-list.product-list-small.isLineView .product .badge {
  left: 94px !important; }

.matrix-toode-text {
  line-height: 33px; }

.matrix-toode-text .priceArea.sale span {
  font-size: 12px;
  margin-left: 5px; }

.matrix-toode-nupp div {
  background: #FFF !important;
  color: #629f36 !important;
  text-shadow: none;
  border: none;
  font-size: 16px !important; }

.qttySmallBox.itemQtty {
  padding: 4px 15px; }

@media (min-width: 992px) {
  .product-list.isLineView .productDescription {
    width: 800px; } }
@media (max-width: 613px) {
  .product-list.isLineView .productDescription {
    float: left; }

  .matrix-toode-text {
    font-size: 12px; } }
@media (min-width: 991px) {
  .row.my-invoices.header {
    font-size: 12px;
    padding: 10px;
    margin: 0; }

  .row.my-invoices.my-invoice {
    margin: 0 10px;
    padding: 5px 0;
    border-radius: 20px;
    background: #efefef; } }
@media (max-width: 990px) {
  .row.my-invoice {
    border-bottom: solid 1px #f0f0f0;
    padding: 10px 0px; } }
.green {
  color: #558d2c; }

.red {
  color: #8d2c2c; }

@media (min-width: 991px) {
  .fixed-navbar {
    display: none;
    width: 100%;
    height: 50px;
    background: url(../img/karusell-2.jpg) no-repeat center 0;
    z-index: 101; }

  .fixed-navbar .cartArea span {
    margin: 0 3px;
    display: inline-block;
    min-width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 15px;
    background: #2b2b2b;
    text-align: center;
    color: #fff;
    padding: 0 3px; }

  .fixed-position {
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    font-family: "museo-sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000; }

  .fixed-position2 {
    border-radius:19px;
    border: 2px solid #ddd;
    height: 40px;
    z-index: 11111;
    right: 25px;
    top: 10px;
    left: auto;
    background-color: white !important;
    position: fixed;
    display: block;
    font-family: "museo-sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000; }

  .fixed-position a {
    color: #000; }

  .fixed-megamenu {
    position: fixed !important;
    top: 45px !important;
    margin: 0 auto;
    right: 0px !important; }

  a.active-fixed-menu {
    background: #fff !important;
    border-radius: 100px; } }
@media (max-width: 990px) {
  .fixed-navbar {
    display: none !important; } }
.new-transport-holder {
  margin-left: 0;
  margin-right: 0; }

.border-around {
  border: solid 1px #bdbdbd; }

.filter-clicker {
  border-right: solid 1px #bdbdbd;
  border-bottom: solid 1px #bdbdbd;
  padding-left: 3px;
  padding-right: 3px;
  /*height:100px;*/ }

/*.filter-holder div:last-child{
  border-right: none;
}*/
.filter-clicker:last-of-type {
  border-right: none; }

.filter-clicker.filter-choosen {
  border-bottom: none; }

.transport-lists-holder > .row {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #f0f0f0; }

.transport-lists-holder > .row:last-child {
  border-bottom: none; }

.transport-lists-holder input {
  display: block;
  position: relative;
  background-color: #efefef;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  -webkit-appearance: radio; }

.new-transport-holder h3 {
  font-weight: 300;
  margin-top: 17px;
  margin-bottom: 3px; }

.transport-button {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  margin-top: 20px;
  padding-left: 10px; }

.transport-delivery-date {
  color: #558d2c;
  margin-top: 10px; }

.transport-price {
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px; }

.additional-transport-form {
  display: none; }

.hidden {
  display: none; }

.rotate-90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  background: #fff;
  color: #558d2c; }

.cursor-pointer {
  cursor: pointer;
  padding: 10px; }

.no-padding {
  padding: 0; }

.row.cursor-pointer.active {
  border: dotted 1px #558d2c;
  padding: 10px; }

@media (max-width: 767px) {
  .filter-clicker h3 {
    width: 100%;
    float: left;
    font-size: 13px;
    margin-top: 0px !important; }

  .filter-clicker span {
    float: left; }

  .filter-clicker {
    /*height:155px;*/
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word; }

  .filter-clicker img {
    text-align: center; }

  .transport-price {
    font-size: 14px;
    text-align: right;
    padding-right: 4px; }

  .transport-delivery-date {
    clear: both; } }
.opaque {
  opacity: 0.5; }

/* Medias for transport */
@media (min-width: 1200px) {
  .filter-clicker img {
    width: 100px;
    margin: 5px; } }
@media (max-width: 1199px) {
  .filter-clicker img {
    width: 67.5px;
    margin: 5px; }

  .filter-clicker h3 {
    margin-top: 10px; } }
@media (max-width: 420px) {
  .filter-clicker img {
    width: 40px; } }


.form-group > label > span
{
float:right;
}

.simple_gallery_img
{
	margin:1px;
	display:inline-block;
}

.iframe-container {
  overflow: hidden;
  padding-top: 133%;
  position: relative;
}

.iframe-container1 {
  overflow: hidden;
  padding-top: 56%;
  position: relative;
}

.iframe-container iframe, .iframe-container1 iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 175%;
}

#_esto_jm
{
	border:0px solid #003366;
	border-radius:30px;
	padding:8px 24px 8px 24px;
	font-size:20px;
	line-height:19px;
	margin-left:10px;
	background-color:#003366;
	color:#fff;
	/*text-shadow: -1px -1px #aabbcc;*/
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	/*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 
}


#esto_jm A
{
display:none;
}

#esto_kuumakse
{
	font-weight:normal;
}

#esto_periood_str
{
	display:none;
}


@media (max-width: 991px) {
	#flex_sisu { display: flex; flex-direction: column; }
		#flex_content { order: 2; }
		#flex_menu { order: 1; }
}

