@media print {
  .leaflet-control-container,
  .bottomMenu,
  .leaflet-top,
  .leaflet-right,
  .infoWindow {
    display: none !important;
  }
}

@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  font-weight: normal;
  src:
    url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix")
      format("embedded-opentype"),
    url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"),
    url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"),
    url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"),
    url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons")
      format("svg");

  font-style: normal;
}

.m_kliendid h1,
.m_kliendid h2,
.m_kliendid h4 {
  margin-left: 5%;
}

#lepe-client-list {
  padding-left: 0px;
  list-style-type: none;
  display: grid;
  text-align: left;
}

.lepe-client-item {
  cursor: pointer;
  float: left;
  margin-bottom: 10px;
  margin-left: 3px;
}

#client_edit_manager label {
  padding: 2px 0px !important;
  font-size: 13px;
}

#client_edit_manager .form-group {
  margin-bottom: 5px;
}

.manager_inner_container {
  width: 95%;
  margin: 10px auto;
  padding: 10px 0px 10px 0px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.client_column input:not([type="checkbox"]),
.client_column select {
  width: 90%;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}

.client_column textarea:active,
.client_column textarea:focus {
  border: 1px solid #000000;
}

.client_column textarea {
  width: 90%;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 80px;
  font-size: 13px;
}

.client_column {
  margin-left: 10px;
  display: inline-grid;
  width: 30%;
}

.form-group-pair input {
  width: 70% !important;
  display: inline !important;
}

.form-group-pair {
  display: inline-flex;
}

.client_table {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.client_table th,
.client_table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.client_table th {
  background-color: #d8d8d8;
  font-weight: bold;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-striped tbody tr:nth-child(even) {
  background-color: #e2e2e2;
}

.client_table input[type="text"] {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/*
.btn {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	background-color: #007bff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

.btn:hover {
	background-color: #0056b3;
}
*/
.datepicker,
#ui-datepicker-div {
  z-index: 10000 !important;
}

@media (max-width: 768px) {
  .client_table {
    width: 100%;
  }

  .client_table thead {
    display: none;
  }

  .client_table tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }

  .client_table td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }

  .client_table td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: capitalize;
  }
}

input[name="client_search"] {
  height: 20px;
}

.search_submit_btn {
  padding: 4px 10px 4px 10px !important;
  margin: 0px 0px 10px 10px !important;
}

.tellimuserida_highlight {
  background-color: #f9e29b !important;
}

.tellimuserida_highlight:hover {
  background-color: #edce6f !important;
}

.ui-autocomplete-row {
  white-space: normal;
}
.ui-menu-item span.info {
  display: block;
}
.ui-menu-item span:not(.tarne):not(.info) {
  display: inline;
  vertical-align: middle;
}
.ui-menu-item span.tarne {
  font-size: 12px;
  color: #505050;
}
ul > .ui-autocomplete-row {
  margin-bottom: 7px !important;
}

.ui-menu-item .type {
  font-weight: bold;
  color: #666;
  margin-right: 8px;
}
.ui-menu-item .name {
  font-weight: 500;
  margin-right: 8px;
}
.ui-menu-item .email {
  color: #888;
  font-size: 0.9em;
}
.ui-menu-item .street {
  display: none !important;
}

.deleteSalesLine {
  transform: rotate(45deg);
  color: red !important;
  cursor: pointer;
}

#read input[name="price"],
#read input[name="allahindlus"],
#read input[name="ostuhind"],
#read input[name="original_price"],
#read input[name="row_total"],
#read input[name="row_total_incl_tax"],
#read input[name="qty_ordered"] {
  display: inline-block;
  width: 50px;
  margin-right: 4px;
  padding: 5px 7px;
  text-align: right;
}
#read input[name="searchProductsBySku"] {
  display: inline-block;
  width: 140px;
  padding: 5px 7px;
}
#read input[name="searchProductsByName"] {
  display: inline-block;
  width: 380px;
  padding: 5px 7px;
}
table.style1 .editRow td {
  color: #a0a0a0;
}

.printPDF {
  display: inline-block;
  font-size: 11px;
  color: #007ac2;
  cursor: pointer;
  display: none;
}

.eemaldaKoikTarvikud,
.eemaldaKoikMasinad,
.eemaldaKoikPopUpTarvikud {
  background: #44ac44;
  color: white;
  cursor: pointer;
  margin: 0px 6px;
  padding: 10px;
  display: inline-block;
  float: left;
}

textarea.cke_source {
  min-height: 280px;
}

.updatePrintSaadetisLink,
.updateLooSaadetisLink {
  width: auto !important;
  display: inline-block;
  min-width: 10px !important;
}

.m_tellimused .fancybox-navigation .fancybox-button--arrow_left {
  left: 25%;
}
.m_tellimused .fancybox-navigation .fancybox-button--arrow_right {
  right: 25%;
}

.lcs_switch.lcs_off {
  background: #eb6868 !important;
}

.link {
  cursor: pointer;
  color: blue;
}

#tooted .image {
  text-align: center;
}
#tooted .image img {
  max-height: 60px;
  width: inherit;
  max-width: 60px;
}

.elem1 {
  display: inline-block;
  border: 1px solid #cebbbb80;
  border-radius: 5px;
  background: #eaf1ea;
  font-size: 11px;
  padding: 2px 4px;
  margin-right: 3px;
  float: left;
  margin-bottom: 3px;
}

.tStyle1 tr:hover td {
  background: rgb(192, 234, 192);
}

.tStyle1 {
  width: 100%;
  border-collapse: collapse;
}

.tStyle1 td,
.tStyle1 th {
  font-size: 12px;
  border: 1px solid #98bf21;
  padding: 3px 7px 2px 7px;
}

.tStyle1 th {
  font-size: 12px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #a7c942;
  color: #fff;
}

.tStyle1 tr.puudub td {
  background: rgb(255, 220, 220);
}

.tStyle1 tr.hinnamuutus td {
  background: rgb(255, 232, 177);
}

.tStyle1 .oldPrice,
.tStyle1 .campPrice {
  /* float: left; */
  display: inline-block;
  width: 100%;
}

.tStyle1 .oldPrice {
  font-size: 13px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-decoration: line-through;
  float: left;
  width: 100%;
  text-align: center;
}

.tStyle1 .campPrice {
  font-size: 16px;
  font-weight: bold;
  color: rgb(214, 26, 26);
  float: left;
  width: 100%;
  text-align: center;
}

.tStyle1 input {
  padding: 5px 9px;
  font-size: 11px;
  color: #212121;
  background: white;
  border: 1px solid #b3b3b3;
  width: 59px;
  float: left;
  border-radius: 2px;
  margin-right: 7px;
}

.tStyle1 .updateprice,
.tStyle1 .updatepriceOption {
  float: left;
  padding: 2px 10px;
  border: 1px solid gray;
  background: #19a919;
  border-radius: 2px;
  color: white;
  cursor: pointer;
}

.tStyle1 .updatedprice {
  float: left;
  padding: 2px 10px;
  border: 0px solid gray;
  border-radius: 2px;
  color: #19a919;
  cursor: pointer;
}

.tarneDiff_0,
.tarneDiff_1,
.tarneDiff_red {
  color: red !important;
}

.ui-widget.ui-widget-content {
  z-index: 10000 !important;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.gray {
  color: gray;
}
.lgray {
  color: #a1a1a1;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}

.errors {
  display: inline-block;
  width: 100%;
  color: red;
  font-size: 12px;
  text-align: center;
}

.selectedCount {
  font-weight: bold;
  font-size: 12px;
  float: right;
  padding-right: 11px;
  padding-top: 3px;
}

.button1 {
  background: #44ac44;
  color: white;
  margin: 0px 10px;
  padding: 7px 12px;
  text-align: center;
  width: auto;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border: 0px;
}

.button2 {
  background: red !important;
  color: white;
  margin: 0px 10px;
  padding: 7px 12px;
  text-align: center;
  width: auto;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border: 0px;
}
.value1 {
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}
.comment:hover .deletecomment {
  display: inline-block;
}

.deletecomment {
  cursor: pointer;
  color: red;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 10px;
  display: none;
  font-size: 17px;
  position: absolute;
}

.comment {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 6px;
}

#read .name {
  font-size: 14px;
}

.w50 {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
}

.row label {
  width: 30%;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
}
.modal-content .row label {
  width: 100%;
}
.cartBlock .row label {
  width: calc(50% - 30px);
}

.addlink input[type="submit"] {
  margin: 3px 7px;
  padding: 7px;
  font-size: 12px;
  display: inline-block;
}

.row .label {
  color: black;
  font-weight: bold;
  width: 25%;
  display: inline-block;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 12px;
}

.row .value {
  box-sizing: border-box;
  width: 75%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.row .value-manager-price {
  display: inline-flex;
  border: 1px solid rgba(208, 208, 208, 0);
  border-bottom: 1px solid #dedede;
  border-radius: 2px;
}

.row .label-manager-price-first {
  width: 10%;
  text-align: left;
}

.row .label-manager-price-second {
  width: 65%;
  text-align: left;
}

.row .value-manager-price-label {
  width: 100%;
}

.vertical {
  border-left: 1px solid #dedede;
  height: 31px;
}

.tellimus_first_row .vertical {
  height: 90px;
}
/*
.row .value-manager-price input{
    width: 25%;
}
*/
.m_tellimused .row .value,
.m_remondid .row .value {
  width: 70%;
}
.m_saadaarve .row .value {
  width: 100%;
}

.hidelabel .row .value {
  width: 100%;
  text-align: left;
}

#pageLimitForm {
  display: inline-block;
  float: right;
}

#pageLimitForm .productscountinpage {
  display: inline-block;
}

#pageLimitForm select {
  display: inline-block;
  margin-left: 20px;
}

form.style1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.m_tellimused form.style1 {
  float: left;
}
.m_tellimused .productscountinpage {
  float: left;
  margin-left: 20px;
  margin-top: 3px;
  margin-right: 10px;
}

form.style1 input {
  display: inline-block;
  width: 60px;
  font-size: 14px;
  padding: 8px 9px;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: 0px;
}
form.style1 input[type="radio"],
form.style1 input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

form.style1 .lb {
  height: 8px;
}

form.style1 input[type="submit"] {
  padding: 11px 22px;
  width: auto;
  border-radius: 3px;
}

form.style1 input[name="s"] {
  min-width: 310px;
  font-size: 16px;
  padding: 10px 11px;
  margin-left: 30px;
}

form.style1 label {
  font-size: 13px;
  display: inline-block;
  font-weight: normal;
  color: #5a5a5a;
  cursor: pointer;
}

table.style1 input,
table.style1 select {
  border: 1px solid lightgray;
  background: rgb(255 255 255 / 0%);
}

input[name="like_name"] {
  -webkit-appearance: none !important;
}

.pointer {
  cursor: pointer;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.maxw300 {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
  box-sizing: border-box;
}
.maxw500 {
  width: 550px;
  display: inline-block;
  vertical-align: top;
}

.maxw600 {
  width: 600px;
  display: inline-block;
  padding: 10px 10px;
  box-sizing: border-box;
}
.hidelabel label {
  display: none !important;
}

.cartBlock.tarneviis .select2-container {
  max-width: calc(51%);
}

.updateOrderStatus {
  background: rgba(255, 255, 255, 0);
  border: 0px;
}

.m_tellimused table.style1 {
  font-size: 14px;
}

.m_remondid table.style1 {
  font-size: 14px;
}
.m_remondid table.style1 tbody td {
  padding: 6px 5px;
  line-height: 1.4;
}

.m_tooted .tabContents table.style1 {
  font-size: 12px;
}

.m_tooted .tabContents .thead td,
.m_tooted .tabContents thead td {
  letter-spacing: 0.3px;
  line-height: 14px;
  text-transform: inherit;
}

.m_tooted .tabContents table.style1 td {
  padding: 3px 2px;
}

.tooltipcontainer {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #248dcb;
  bottom: 8px;
}

.page-header .logo1 {
  filter: brightness(0) invert(1);
  max-height: 36px;
  display: block;
  max-width: 100%;
}

.page-header .meny a {
  color: #e8e8e8;
  font-size: 14px;
  padding: 9px 8px;
  display: inline-block;
}

.page-header .meny .meny-dropdown {
  position: relative;
}

.page-header .meny .meny-dropdown > a {
  cursor: pointer;
}

.page-header .meny .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 160px;
  background-color: rgba(6, 28, 46, 0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  white-space: nowrap;
}

.page-header .meny .dropdown-menu a {
  display: block;
  padding: 8px 12px;
  float: none;
  color: #e8e8e8;
}

.page-header .meny .dropdown-menu a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}

.page-header .meny .meny-dropdown:hover .dropdown-menu,
.page-header .meny .meny-dropdown.open .dropdown-menu {
  display: block;
}

.page-header .meny a.active .page-header .meny a:hover {
  color: white;
}

.page-header {
  background-color: rgba(6, 28, 46, 0.95);
  padding: 9px 7px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0.6px;
  box-shadow: 0 0 1px rgba(0, 65, 94, 0.2);
  display: inline-block;
  display: -webkit-box;
}

.page-header .menyLogo {
  margin-right: 20px;
  width: 13.3%;
}
.page-header #meny {
  width: calc(86.7% - 20px);
}

thead a,
thead td {
  color: black;
  font-size: 12px;
  font-weight: bold;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.style1 {
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  font-size: 12px;
  position: relative;
}

.pagePath {
  max-width: inherit !important;
  padding: 8px 30px !important;
}

.arrowDown {
  margin-right: 4px;
  font-family: monospace;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

tr {
  vertical-align: top;
  position: relative;
}

table.style1 tr:nth-child(odd) {
  background: #fafbfc;
}
table.style1 thead tr {
  background: white !important;
}

.style1 td {
  vertical-align: middle;
}

table.style1 td {
  padding: 2px 2px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relative {
  position: relative;
}

table.style1 th,
table.style1 thead td {
  background: white;
  position: sticky;
  top: 20px;
  z-index: 1;
}

table.style1 tr:first-child th,
table.style1 thead tr:first-child td {
  top: 0;
}

table.style1 td.nopadding {
  padding: 0px 0px;
}

.overflow-60 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 60px;
  white-space: nowrap;
}

.overflow-80 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80px;
  white-space: nowrap;
}

.overflow-100 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
}
.overflow-200 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
}
.overflow-300 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
}

.overflow-350 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 350px;
  white-space: nowrap;
}

.thead td,
thead td {
  padding-bottom: 10px;
  border-bottom: 1px solid gray;

  letter-spacing: 0.4px;
  line-height: 16px;
  text-transform: uppercase;
}

th,
td {
  padding: 4px 4px;
  vertical-align: top;
}

table.style1 tr:hover {
  background: #dfffdd !important;
}

.updateRow {
  font-weight: bold;
  opacity: 0.2;
  cursor: pointer;
}

.updateRow.active {
  opacity: 0.9;
}

.m_sildid form input[type="text"],
.m_seaded form input[type="text"] {
  display: inline-block;
  font-size: 16px;
  padding: 9px 10px;
  border: 1px solid gray;
}

.m_sildid form,
.m_seaded form {
  margin: 20px 0px;
}

.m_sildid form input[type="submit"],
.m_seaded form input[type="submit"] {
  display: inline-block;
  padding: 12px 12px;
}

.m_sildid textarea,
.m_seaded textarea,
.m_seaded td > input {
  background-color: white;
  border: 1px solid #ececec;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 13px;
  height: 29px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  font-family: arial;
  min-width: 160px;
}

.productscountinpage2 {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: inline-block;
}
.boldb {
  font-weight: 700;
  color: black;
}

#loginForm .logo1 {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.page {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 30px;
  margin-top: 15px;
}

h1.name {
  margin-top: 0px;
  font-size: 1.5em;
}

.prodBox .desription {
  font-size: 13px;
}

.prodBox .desription h2 {
  font-size: 1.4em;
}

.prodBox .storageinfo {
  text-align: left;
}

.sidebarFilter {
  display: inline-block;
  width: 240px;
  margin-right: 20px;
  vertical-align: top;
  box-sizing: border-box;
}

select,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  border: 1px solid #ececec;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;

  /*
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;*/
}

input[readonly="readonly"] {
  background-color: #f0f0f0;
}

label {
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  padding: 4px 4px;
  display: block;
  font-weight: bold;

  width: auto;
}

#loginForm {
  min-height: calc(100% - 233px);
  margin: 0 auto;
  max-width: 400px;
}

.row input[type="password"],
.row input[type="text"],
.row input[type="submit"],
.row input[type="number"],
.row textarea,
.row select {
  border: 1px solid rgba(208, 208, 208, 0);
  border-bottom: 1px solid #dedede;
  border-radius: 2px;
  padding: 7px 6px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 80px;
  font-size: 13px;
  margin-bottom: 8px;
  max-height: 200px;
  max-width: 100%;
  min-width: 100px;
  margin: 1px 0px !important;
}

.value-manager-price input:first-child {
  width: 24%;
}

.value-manager-price input {
  border: 0px solid #ffffff00 !important;
  border-bottom: 0px solid #ffffff00 !important;
}
input[type="submit"] {
  background: #44ac44;
  color: white;
  cursor: pointer;
  margin: 5px 20px;
  padding: 14px;
}

input[type="submit"]:hover {
  background: #2a7f2a;
}

.row input.autocomplete:not(.lepe_client_autocomplete),
.row input[name="newAttributeValue"] {
  width: 84%;
  display: inline-block;
}

.row .value > input.autocomplete,
.row .value > input[name="newAttributeValue"] {
  /*width: 100%;*/
}

.row input.autocompleteT,
.row input.newAttributeSubmit {
  width: 16%;
  display: inline-block;
  min-width: auto;
  text-align: center;
  padding: 9px 0px;
  font-size: 10px;
  vertical-align: top;
  line-height: 10px;
  background-color: rgb(235, 235, 228);
  cursor: pointer;
}

.row input.newAttributeSubmit {
  background: #44ac44;
}

.row label {
  display: inline-block;
  text-align: left;
}

.overlayContent form {
  min-width: 300px;
  max-width: 600px;
}

.row {
  margin-bottom: 8px;
  position: relative;
}

.row.fullw {
  width: 100%;
}

.w50 {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 10px;
  vertical-align: top;
}

.w50:nth-child(odd) {
  padding-right: 10px;
  padding-left: 0px;
}

.addlink {
  position: absolute;
  top: 10px;
  right: 4px;
}

.m_tooted .addlink {
  top: -30px;
}

.addlink a {
  margin-left: 20px;
}

.content > h2 {
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.content {
  display: inline-block;
  width: calc(100% - 0px);
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.products .product {
  width: 25%;
  float: left;
  font-size: 11px;
  height: 280px;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  margin-bottom: 30px;
}

.tavahind {
  font-weight: bold;
}
.vanahind {
  text-decoration: line-through;
  font-weight: normal;
}

.red {
  color: red;
}
.green {
  color: green;
}

.pro {
  background-color: rgb(214, 26, 26);
  border-radius: 999px;
  display: table;
  -webkit-border-radius: 999px;
  color: white;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  z-index: 4;
}
.product .name {
  color: #292929;
  padding: 0em 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
  text-align: center;
  padding-bottom: 3px;
  min-height: 34px;
  max-height: 34px;
  overflow: hidden;
}
.prodBox {
  position: relative;
  width: 100%;
}
.prodBox .left {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 10px;
}

.prodBox .right {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 10px;
}

.product .image {
  margin: 0;
  height: 150px;
  line-height: 150px;
  text-align: center;
  display: list-item;
  list-style: none;
  -webkit-transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -o-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
  z-index: 1;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.product .image img {
  line-height: 150px;
  text-align: center;
  height: 150px;
  vertical-align: middle;
  width: auto;
  transition: transform 2s; /* Animation */
}

.products .product:hover .image img {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.storageinfo {
  font-size: 10px !important;
  color: gray !important;
  text-align: center;
}
.storageinfo span {
  padding: 3px;
}

.pricebox {
  color: #57734b;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.prodBox .pricebox {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.7em;
}
.meta {
  font-size: 12px;
  color: gray;
}

.pricebox .soodushind {
  display: inline-block;
  padding: 0px 5px;
  font-weight: 700;
  color: rgb(214, 26, 26);
  font-size: 1.2em;
  vertical-align: baseline;
}

.pricebox .vanahind {
  display: inline-block;
  padding: 0px 5px;
  color: #bfb8b8;
}

a {
  text-decoration: none;
  color: #007ac2;
}

body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 14px;
  background: white;
  height: 100%;
}
.pagewidth {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.prodBox .image {
  margin: 0;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: list-item;
  list-style: none;
  -webkit-transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -o-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
  z-index: 1;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  margin-right: 7px;
}

.prodBox .image:first-child {
  margin: 0;
  height: 400px;
  line-height: 400px;
  text-align: center;
  display: list-item;
  list-style: none;
  -webkit-transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -o-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
  z-index: 1;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-right: 0px;
}

.prodBox .image img {
  line-height: 80px;
  text-align: center;
  height: 80px;
  vertical-align: middle;
  transition: transform 2s;
  max-width: 100%;
  max-height: 80px;
  height: inherit;
}

.prodBox .image:first-child img {
  line-height: 400px;
  text-align: center;
  height: 400px;
  vertical-align: middle;
  transition: transform 2s;
  max-width: 100%;
  max-height: 400px;
  height: inherit;
}

.pagePath {
  padding: 5px 10px 10px 10px;
  line-height: 16px;
  font-size: 11px;
  border-bottom: 1px solid #eaeced;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.pagePath a:last-child {
  color: #566168;
}

.pagePath a:after {
  content: ">";
  padding: 0px 10px;
  color: #566168;
  font-size: 10px;
  vertical-align: baseline;
}

.pagePath a:last-child:after {
  content: "";
}

.subtitle {
  width: 100%;
  margin-bottom: 6px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
.maincat a {
  text-transform: lowercase;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  display: block;
  padding-bottom: 3px;
  color: #212121;
  padding-left: 6px;
  padding-right: 6px;
  /* background: #e0ffe0; */
  padding-top: 3px;
  box-sizing: border-box;
}
.maincat a:first-letter {
  text-transform: uppercase;
}

.cat a {
  text-transform: lowercase;
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  display: block;
  padding-bottom: 3px;
  color: #212121;
  padding-left: 22px;
  padding-right: 6px;
  /* background: #e0ffe0; */
  padding-top: 3px;
  box-sizing: border-box;
}
.cat:first-letter {
  text-transform: uppercase;
}

.cat .cat {
  padding-left: 16px;
}

.cat a:hover,
.maincat a:hover,
.cat a.active,
a.active,
.maincat a.active {
  background: #effdea;
  border-bottom: 1px solid #e0e0e0;
}

.pageTitle {
  margin-top: 0px;
  font-size: 1.6em;
  margin-bottom: 8px;

  display: inline-block;
  margin-right: 30px;
}

.cats {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}

footer {
  background-color: rgb(66, 66, 66);
  color: #212121;
  font-size: 15px;
  line-height: 23px;
}

footer p {
  margin: 0px;
  padding: 0px;
}

.footerColumns {
  max-width: 1020px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 20px;
}

.footerColumns .column {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.footerColumns .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  color: inherit;
  font-weight: bold;
}
.tab2 {
  display: inline-block;
  width: 10px;
}
footer .socialButtons {
  text-align: center;
  padding-bottom: 20px;
}

.socialButtons a {
  font-size: 30px;
  color: #212121;
  padding: 8px;
  display: inline-block;
  vertical-align: baseline;
  transition: transform 1s;
}

.socialButtons a:hover {
  color: white;
}

.headerw {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 20px;
}
.header1 {
  width: 100%;
  background: white;
  display: inline-block;
}
.header2 {
  width: 100%;
  background-color: rgb(66, 66, 66);
  margin-bottom: 10px;
  display: inline-block;
}

header .logo1 {
  width: 100%;
  max-width: 360px;
  padding: 25px 20px 17px 0px;
}
header .searchBox {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 740px);
  padding: 0px 30px;
  margin-top: 22px;
}

header .languageSelect {
  display: none;
  position: absolute;
  width: 140px;
  background: white;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.08);
  right: 0px;
  z-index: 44;
}

header .languages {
  float: right;
  font-size: 13px;
  position: relative;
}

.flag-et,
.flag-fi,
.flag-en,
.flag-ru,
.flag-lt,
.flag-lv {
  background: url(/assets/img/ee.svg) center left + 12px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #566168;
  cursor: pointer;
  padding: 10px 10px 10px 42px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.flag-fi {
  background: url(/assets/img/fi.svg) center left + 12px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.flag-en {
  background: url(/assets/img/en.svg) center left + 12px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.flag-ru {
  background: url(/assets/img/ru.svg) center left + 12px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.flag-lv {
  background: url(/assets/img/lv.svg) center left + 12px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.flag-lt {
  background: url(/assets/img/lt.svg) center left + 12px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.languageSelect a:hover {
  background-color: #e9ffe2;
}

.languages .icon-arrow-down {
  font-size: 9px;
  margin-left: 10px;
}

.searchBox input {
  color: gray;
  font-size: 16px;
  padding: 8px 8px !important;
  border: 0px solid #bcbcbc;
  float: left;
  margin-right: 0px;
  background: #f4f4f4;
  font-weight: bold;
  margin-top: 4px;
  margin-left: 8px;
  box-sizing: border-box;
}
.searchBox form {
  color: gray;
  font-size: 16px;
  padding: 8px 8px !important;
  border: 0px solid #bcbcbc;
  float: left;
  margin-right: 0px;
  background: #f4f4f4;
  font-weight: bold;
  margin-top: 4px;
  margin-top: 16px;
  margin-left: 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
*:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.searchBox button {
  background: rgb(66, 66, 66);
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  float: left;
  width: 80px;
  line-height: 20px;
  font-size: 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  cursor: pointer;
  padding: 10px 0px;
  border: 0px;
  box-sizing: border-box;
}

.searchBox button:hover {
  background: #3fb119;
}

.header2 ul,
.header2 li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.header2 .subpages {
  position: absolute;
  display: none;
  background: white;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.08);
  left: 0px;
  z-index: 44;
  background: rgb(66, 66, 66);
  color: black;
  min-width: 100%;
}
.header2 .page {
  position: relative;
  display: inline-block;
}

.header2 .page > a {
  color: white;
  font-weight: 400;
  padding: 12px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}

.page .icon-arrow-down {
  font-size: 9px;
  margin-left: 9px;
  font-weight: bold;
}
.header2 .page:hover > a:hover,
.header2 .page.active > a {
  background: #353535;
}

.header2 .subpage > a {
  color: white;
  font-size: 14px;
  padding: 8px 9px;
  display: inline-block;
  min-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.header2 .subpage:hover > a:hover,
.header2 .subpage.active > a {
  background: #70e04c;
}

.productCount {
  display: inline-block;
  float: right;
  color: #b5b5b5;
  font-size: 10px;
  margin-top: 2px;
}

.pageTitle small {
  font-size: 14px;
  font-weight: normal;
  color: gray;
  margin-left: 5px;
}

.pagination.top {
  width: auto;
}

.pagination li {
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  margin: 0px 3px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}
.pagination li.active,
.pagination li:not(.disabled):hover {
  color: rgb(66, 66, 66);
  border: 1px solid rgb(66, 66, 66);
}

.pagination.top li {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}

.pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 20px;
  background: white;
  padding-bottom: 20px;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.productscountinpage2 {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  background: white;
  display: inline-block;
}

.boldb {
  font-weight: 700;
  color: black;
}

.productsort table {
  width: 100%;
}

.productsort {
  width: 100%;
  margin-bottom: 20px;
  color: gray;
  font-size: 12px;
  position: relative;
}

.productsort .boldb {
  color: gray;
}

.productfiltering li.active {
  font-weight: 700;
}

.productfiltering {
  border: 1px solid #eaeced;
  border-radius: 2px;
  background-color: #fff;
  float: right;
  text-align: left;
  position: absolute;
  min-width: 200px;
  z-index: 23;
  right: 0px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  top: 1px;
}
.productfiltering li {
  text-align: left;
  padding: 4px 20px 4px 8px;
  border-bottom: 1px solid #eaeced;
  cursor: pointer;
  color: #212121;
}
.productfiltering li.set_productordering {
  display: none;
}

div.toggleProductfiltering {
  width: 16px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 4px;
}
div.toggleProductfiltering:after {
  display: inline-block;
  width: 17px;
  color: black;
  height: 17px;
  content: "\e604";
  font-family: "simple-line-icons";
  font-size: 9px;
  font-weight: bold;
  right: 3px;
  position: relative;
}

.c_page .content img {
  max-width: 100%;
}

.content p {
  margin: 0px;
}

.content.fullwidth {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.quickview .content.fullwidth {
  /*  max-width: 920px;*/
}

.quickview {
  /*  max-width: 980px; */
}
.quickview body {
  /*  max-width: 980px;*/
}
.quickview .page {
  /*  max-width: 980px;*/
}

.quickviewlink {
  width: calc(100% - 16px);
  display: none;
  text-align: center;
  position: absolute;
  box-sizing: border-box;
  top: 67px;
  background: rgba(255, 255, 255, 0.54);
  padding: 7px 2px;
  z-index: 222;
  color: black;
  font-size: 12px;
  font-weight: bold;
}
.products .product:hover .quickviewlink {
  display: inline-block;
}

.news .novelty {
  width: 25%;
  float: left;
  font-size: 11px;
  height: 230px;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  margin-bottom: 30px;
}

.novelty .name {
  color: #194c08;
  padding: 0em 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
  text-align: center;
  padding-bottom: 3px;
  min-height: 34px;
}

.novelty .image {
  margin: 0;
  height: 150px;
  line-height: 150px;
  text-align: center;
  display: list-item;
  list-style: none;
  -webkit-transition: all 0.16s ease-out;
  -moz-transition: all 0.16s ease-out;
  -o-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
  z-index: 1;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.novelty .image img {
  line-height: 150px;
  text-align: center;
  height: 150px;
  vertical-align: middle;
  transition: transform 2s;
}
.metainfo {
  font-size: 11px !important;
  color: gray !important;
  text-align: center;
}

.addwishlist {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  left: calc(50% - 8px);
  font-size: 20px;
  bottom: -2px;
  color: rgba(0, 0, 0, 0.14);
  font-weight: normal;
}
.addwishlist:hover,
.addwishlist.inWishlist {
  color: rgb(231, 76, 60);
}
.c_product .right .addwishlist {
  top: -20px;
  bottom: auto;
  right: 4px;
  left: auto;
  font-size: 24px;
}

.products.wishProducts .product {
  width: 100%;
  height: inherit;
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
.wishProducts .product .image {
  width: 90px;
  height: 90px;
  line-height: 90px;
  float: left;
  margin-right: 14px;
  box-sizing: border-box;
}

.images .addImage {
  display: inline-block;
  width: calc(20% - 22px);
  max-width: 250px;
  margin: 10px;
  vertical-align: top;
  position: relative;
  text-align: center;
  line-height: 200px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.images .addImage:hover {
  background: rgba(68, 172, 68, 0.1);
}

.wishProducts .product .image img {
  line-height: 90px;
  height: 90px;
}
.wishProducts .pro {
  font-size: 11px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  left: 0px;
  top: 0px;
}
.wishProducts .product .name {
  width: calc(60% - 104px);
  display: inline-block;
  text-align: left;
  vertical-align: top;
  height: auto;
  min-height: auto;
}
.wishProducts .storageinfo {
  width: calc(50% - 104px);
  display: inline-block;
  text-align: left;
}

.wishProducts .quickviewlink {
  display: inline-block;
  width: auto;
  left: 114px;
  bottom: 10px;
  top: auto;
  color: gray;
}
.wishProducts .pricebox {
  width: calc(90% - 104px);
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.wishlistLink {
  display: inline-block;
  vertical-align: top;
  padding: 0px 2px;
  margin-top: 32px;
  font-size: 17px;
  color: rgb(214, 26, 26);
}
.wishlistLink:before {
  font-size: 20px;
}

.menuLink {
  float: right;
  margin-right: 16px;
  margin-top: 15px;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
  color: #4c4c4c;
}

.toggleFilter {
  cursor: pointer;
  float: left;
  width: calc(100% - 48px);
  text-align: left;
  padding: 5px 20px 5px 8px;
  border: 0px solid #eaeced;
  cursor: pointer;
  color: #212121;
  text-align: center;
  background: rgb(66, 66, 66);
  color: white;
  border-radius: 3px;
  margin-top: -4px;
}

.footerPages {
  display: none;
}

.toggleFooterMenu {
  display: inline-block;
  width: calc(100% - 0px);
  box-sizing: border-box;
  display: inline-block;
  background: rgb(66, 66, 66);
  color: black;
  text-align: center;
  margin: 2px 0px;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}

.featureLinks {
  margin-bottom: 10px;
}
.featureLinks a {
  width: 100%;
  display: inline-block;
  margin-bottom: 2px;
}

.delete {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  font-size: 26px;
  color: rgba(255, 0, 0, 0.3);
  font-weight: normal;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
  top: -4px;
}
.delete:hover {
  color: rgba(255, 0, 0, 0.9);
}

#tooted .delete {
  position: inherit;
}

.images .image {
  display: inline-block;
  width: calc(20% - 20px);
  max-width: 250px;
  margin: 10px;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  height: 220px;
  line-height: 220px;
  overflow: hidden;
  text-align: center;
}

.images .image img {
  width: auto;
  max-height: 100%;
}
.images .image input[type="text"] {
  font-size: 10px;
  padding: 6px 6px;
  box-sizing: border-box;
  width: 100%;
}

.tabs {
  width: 250px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 20px;
  vertical-align: top;
}
.tabs ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.tabs li {
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

.tabs li.active,
.tabs li:hover {
  background: rgba(68, 172, 68, 0.1);
}

.tabContents {
  width: calc(100% - 270px);
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.tabContent {
  display: none;
  width: 100%;
}
.tabContent.active {
  display: inline-block;
}

.ui-autocomplete {
  overflow-y: auto;
  max-height: 300px;
  overflow-x: hidden;
  z-index: 999;
}

input.disabled {
  background-color: rgb(235, 235, 228) !important;
}

.submit.button {
  margin: 3px 7px;
  padding: 7px 13px;
  font-size: 12px;
  display: inline-block;
  background: #44ac44;
  color: white;
  cursor: pointer;
  width: auto;
}
.button input[type="checkbox"] {
  padding: 0px;
  margin: 0px;
  margin-right: 4px;
}

.lisaUusTarvik,
.lisaUusMasin,
.lisaUusVariant,
.leiatootetarvikud,
.leiatootemasinad,
.leiatootekategooriad {
  white-space: nowrap;
}

.lisaUusTarvik .pilt1,
.lisaUusMasin .pilt1,
.lisaUusVariant .pilt1,
.leiatootetarvikud .pilt1,
.leiatootemasinad .pilt1,
.leiatootekategooriad .pilt1,
.leitud .pilt1 {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.leitud .hind {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  white-space: initial;
}

.leitud .oldPrice {
  opacity: 0.5;
  width: 100%;
  display: inline-block;
}

.lisaUusTarvik .pilt1 img,
.lisaUusMasin .pilt1 img,
.lisaUusVariant .pilt1 img,
.leiatootetarvikud .pilt1 img,
.leiatootemasinad .pilt1 img,
.leiatootekategooriad .pilt1 img,
.leitud .pilt1 img {
  max-width: 100%;
  height: auto;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: inherit !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 0px solid #003eff !important;
  background: none !important;
  color: black !important;
}

.lisaUusTarvik .nimi1,
.lisaUusMasin .nimi1,
.lisaUusVariant .nimi1,
.leiatootetarvikud .nimi1,
.leiatootemasinad .nimi1,
.leiatootekategooriad .nimi,
.leitud .nimi1 {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  white-space: initial;
}

.lisaUusTarvik .lisainfo,
.lisaUusMasin .lisainfo,
.lisaUusVariant .lisainfo,
.leiatootetarvikud .lisainfo,
.leiatootemasinad .lisainfo,
.leiatootekategooriad .lisainfo,
.leitud .lisainfo {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 11px;
  white-space: initial;
}

.ui-menu .ui-menu-item {
  white-space: nowrap;
}
.ui-autocomplete-row:hover {
  background: #f3fff3;
}

.sortableHandle {
  cursor: s-resize;
}
.ui-sortable-helper {
  display: table;
  width: 100%;
  background: #edfff1;
}

.qupdate {
  padding: 4px 5px;
  border: 1px solid #dedede;
}

.qedit.enabled {
  cursor: alias;
}

.m_kategooriad .level_2 {
  padding-left: 30px;
  position: relative;
}
.m_kategooriad .level_3 {
  padding-left: 60px;
  position: relative;
}
.m_kategooriad .level_4 {
  padding-left: 90px;
  position: relative;
}
.m_kategooriad .level_5 {
  padding-left: 120px;
  position: relative;
}

.manager_filters_container .label {
  width: 6%;
  text-align: left;
}

.manager_filters_container .value {
  width: 10%;
  text-align: left;
}

.manager_filters_container .select {
  width: 140px;
  text-align: left;
}

.manager_filters_container .row {
  width: 100%;
}

.manager_filters_container ul,
.manager_filters_container li {
  display: inline;
}

.manager_filters_container ul {
  list-style-position: inside;
  padding-left: 0;
  height: 120px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  background-color: #f0f0f0;
  box-shadow: inset -1px -1px 0 #e0e0e0;
  width: 98%;
}

.manager_filters_container .li_data:first-child {
  border-left: 1px solid #e0e0e0;
}

.manager_filters_container .li_data {
  display: flex;
  flex-direction: column;
  height: 70%;
  padding: 24px;
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  line-height: 1.4em;
  text-decoration: none;
  color: #1e1e1e;
}

.manager_filters_container .li_data:hover {
  background-color: #fdfdfd;
}

.manager_filters_container .li_data .stat_label {
  font-weight: bold;
}

.manager_date_filters {
  margin-top: 75px;
}

#myykChart {
  margin-bottom: 75px;
}

.bank_table_label {
  font-weight: 700;
  padding: 5px 0px 5px 0px;
  color: #211d7b;
}

.bank_table_filters {
  width: 100%;
  display: flex;
  padding: 10px 0px 10px 0px;
  border-bottom: 2px solid #6d6d6d;
}

#bank_statement_table {
  margin-top: 10px;
}

.statement_row_banklink {
  display: none;
}

@media screen and (max-width: 1380px) {
  .page-header .meny a {
    font-size: 13px;
    padding: 9px 4px;
  }
}

@media screen and (max-width: 1020px) {
  .products .product {
    width: 25%;
  }
  .news .novelty {
    width: 25%;
  }
}

@media screen and (max-width: 920px) {
  select[name="bulkaction"] {
    float: left !important;
    max-width: 60%;
    margin: 0px !important;
  }

  #filtreeriTabel {
    display: inline-block !important;
    float: left;
    font-size: 12px;
    padding: 6px 16px;
  }
  .overflowScroll {
    overflow-x: auto;
    width: 100%;
  }

  .pageTitle {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 10px;
  }

  body .page {
    overflow-x: auto;
    width: 100%;
  }

  .m_tooted .content.fullwidth {
    white-space: nowrap;
  }
  .tabContents {
    min-width: 500px;
  }
  .addlink {
    top: inherit !important;
    position: relative;
    display: table;
  }

  .addlink a {
    margin-left: 8px;
    display: inline-block;
    margin-bottom: 4px;
  }
  .page-header #meny {
    width: 100%;
    display: inline-block;
    display: none;
    position: absolute;
    background: #132839;
    left: 0px;
    z-index: 2;
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100% - 48px);
  }

  .page-header {
    width: 100%;
    display: inline-block;
  }
  .page-header .menyLogo {
    width: 50%;
    display: inline-block;
    filter: contrast(0) brightness(2);
  }
  .menuLink {
    display: inline-block;
    width: 35px;
    height: 30px;
    margin: 3px;
    filter: contrast(0) brightness(2);
  }
  .icon-menu:before {
    font-family: "simple-line-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-menu:before {
    content: "\e601";
  }

  .page-header .meny a {
    font-size: 13px;
    padding: 9px 4px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 2px;
  }

  .page-header .meny .meny-dropdown {
    width: 100%;
  }

  .page-header .meny .meny-dropdown > a {
    width: 100%;
  }

  .page-header .meny .meny-dropdown .dropdown-menu {
    position: static;
    box-shadow: none;
    background-color: transparent;
  }

  .page-header .meny .meny-dropdown .dropdown-menu a {
    width: 100%;
    padding: 9px 4px;
    text-align: center;
    font-size: 20px;
  }

  .page-header .meny .meny-dropdown.open .dropdown-menu {
    display: block;
  }

  .products .product {
    width: 33%;
  }
  .news .novelty {
    width: 33%;
  }
}

@media screen and (max-width: 760px) {
  .products .product {
    width: 50%;
  }
  .news .novelty {
    width: 50%;
  }

  .wishProducts .product .name {
    width: calc(90% - 104px);
  }
  .wishProducts .storageinfo {
    width: calc(90% - 104px);
  }

  .wishlistLink {
    float: right;
    margin-right: 10px;
    margin-top: 17px;
  }
}

@media screen and (max-width: 640px) {
  .sidebarFilter {
    display: none;
    position: absolute;
    background: white;
    z-index: 22222;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 40px;
    font-size: 16px;
    border-bottom: 2px solid gray;
    left: 0px;
    box-sizing: border-box;
    padding: 8px 24px;
  }

  .content {
    width: 100%;
  }

  .page {
    margin-top: 10px;
    padding: 0 10px;
  }

  header .logo1 {
    padding: 11px 10px 6px 9px;
    max-width: 70%;
    box-sizing: border-box;
  }

  .headerw {
    padding: 0px 6px;
  }

  header .searchBox {
    width: calc(100% - 30px);
    padding: 0px 0px;
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .searchBox button {
    font-size: 12px;
    width: 76px;
    padding: 11px 0px;
  }

  .searchBox input {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 76px);
  }

  .flag-et.toggleElement,
  .flag-fi.toggleElement,
  .flag-en.toggleElement,
  .flag-ru.toggleElement,
  .flag-lt.toggleElement,
  .flag-lv.toggleElement {
    padding: 5px 0px 5px 38px;
    font-size: 0px;
    margin: 14px;
  }
  .header2 .page > a {
    padding: 6px 10px;
  }

  .products .product {
    width: 50%;
    padding: 3px;
    height: 274px;
    margin-bottom: 20px;
  }
  .header2 {
    display: none;
  }
  .languages {
    display: none;
  }

  .footerColumns .column {
    width: 100%;
    margin-bottom: 25px;
  }

  .prodBox .left,
  .prodBox .right {
    width: 100%;
  }

  .prodBox .image img,
  .prodBox .image:first-child {
    line-height: inherit !important;
    height: inherit !important;
  }
  .productscountinpage {
    text-align: center;
  }
  .nomobile {
    display: none !important;
  }
  .productfiltering {
    min-width: 180px;
  }
  .productfiltering li {
    text-align: center;
  }

  .productsort table {
    width: 100%;
    min-height: 35px;
  }
}

.m_tooted .select2-selection {
  max-height: 40px;
}

.m_tooted .select2-selection .select2-selection__choice {
  font-size: 10px;
}

.telephone_input {
  width: 50%;
  padding-left: 0px !important;
}

@media screen and (max-width: 330px) {
  .products .product {
    width: 100%;
  }
  .news .novelty {
    width: 100%;
  }
}

.manager_k24_prices tr,
.manager_k24_prices td {
  line-height: 10px;
  font-size: 13px;
}

.tellimus_first_row {
  margin-bottom: 0px;
}

.admin_disabled_columns {
  display: inline-block;
  float: right;
  margin-right: 50px;
  width: 40%;
}

.manager_k24_change_div label {
  display: inline-flex;
  vertical-align: middle;
}

.manager_btn {
  padding: 5px 10px;
  background-color: #888;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

.manager_btn:hover {
  background-color: #555;
}

.manager_toode_upload_row,
.manager_toode_rida {
  margin-top: 5px;
}

.manager_toode_fail_rida a:hover {
  color: #186592;
  font-weight: bold;
}

.manager_kaup24_soodus_row p {
  padding-top: 8px;
  font-weight: 500;
}

.manager_kaup24_soodus_row input {
  width: 12% !important;
}

#manager_tellimuse_statistika_filters .main_label {
  margin-top: 2px;
  font-size: 15px;
  padding-left: 0px;
}

#manager_tellimuse_statistika_filters {
  display: block;
}

#manager_tellimuse_statistika_filters form,
#manager_tellimuse_statistika_filters div {
  display: inline-flex;
}

.saadaarve_email_opts_row {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 10000;
}

.saadaarve_email_opt_label {
  float: left;
  margin-right: 10px;
}

.btn-remove {
  background-color: #d72e2e;
}

.btn-remove:hover {
  background-color: #af2828;
}

#search_connect_order_customer {
  display: none;
}

#search_connect_order_customer label {
  width: 100%;
}

.saadaarve_email_input {
  display: none;
}

#manager_hinnareeglid_search_container label {
  margin-top: 8px;
}

/* https://fonts.googleapis.com/css?family=Open Sans */

/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/opensans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/opensans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/opensans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/opensans/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/opensans/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/opensans/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src:
    local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url(../fonts/opensans/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

/* CKEditor 5 styles */
.ck-editor__editable {
  min-height: 300px;
  max-height: 600px;
}

.ck-editor__editable:focus {
  border-color: #1a73e8 !important;
}

.ck.ck-editor {
  width: 100%;
}

.row.fullw .ck.ck-editor {
  margin-top: 5px;
}

/* Source editing mode */
.ck-source-editing-area {
  height: 400px !important;
  overflow: hidden !important;
}

.ck-source-editing-area textarea {
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  resize: none !important;
  font-family: monospace !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}

/* ============================================================
   Block Editor
   ============================================================ */
.block-add-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.block-add-btn {
  padding: 8px 14px;
  border: 2px dashed #ccc;
  background: #fafafa;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  transition: all .15s;
}
.block-add-btn:hover {
  border-color: #4CAF50;
  background: #e8f5e9;
}
#block-list {
  min-height: 60px;
}
.block-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.block-item.block-ghost {
  opacity: 0.4;
  border: 2px dashed #4CAF50;
}
.block-header {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  border-radius: 6px 6px 0 0;
  gap: 10px;
}
.block-drag-handle {
  cursor: grab;
  font-size: 18px;
  color: #999;
  user-select: none;
  padding: 0 4px;
}
.block-drag-handle:active { cursor: grabbing; }
.block-type-label {
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}
.block-type-label:hover { color: #8b5cf6; }
.block-summary {
  flex: 1;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.block-item.collapsed .block-summary { display: inline; }
.block-item:not(.collapsed) .block-summary { display: none; }
.block-actions {
  display: flex;
  gap: 4px;
}
.block-actions .block-btn {
  padding: 3px 8px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}
.block-actions .block-btn:hover { background: #eee; }
.block-actions .block-delete:hover { background: #f44336; color: #fff; border-color: #f44336; }
.block-body {
  padding: 15px;
}
.block-field {
  margin-bottom: 12px;
}
.block-field:last-child { margin-bottom: 0; }
.block-field label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 4px;
  color: #555;
}
.block-field input[type="text"],
.block-field textarea,
.block-field select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  box-sizing: border-box;
}
.block-field textarea.block-skus-input {
  font-family: monospace;
  font-size: 12px;
}
.block-image-picker {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block-image-picker input { flex: 1; min-width: 200px; }
.block-image-picker .block-btn {
  padding: 8px 14px;
  border: 1px solid #2196F3;
  background: #2196F3;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
}
.block-image-picker .block-btn:hover { background: #1976D2; }
.block-image-preview {
  width: 100%;
  margin-top: 8px;
}
.block-image-preview img {
  max-width: 400px;
  max-height: 150px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.block-field .ck-editor { margin-top: 4px; }

/* Preview button */
.block-preview-btn {
  padding: 8px 18px !important;
  border: 2px solid #FF9800 !important;
  background: #FF9800 !important;
  color: #fff !important;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-left: auto;
  transition: all .15s;
}
.block-preview-btn:hover { background: #F57C00 !important; border-color: #F57C00 !important; }
.block-preview-btn.active {
  background: #fff !important;
  color: #FF9800 !important;
  border-color: #FF9800 !important;
}

/* Preview area */
#block-preview {
  border: 2px solid #FF9800;
  border-radius: 6px;
  background: #fff;
  min-height: 200px;
}
.preview-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.preview-empty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}
.preview-block {
  margin-bottom: 24px;
}
.preview-block:last-child { margin-bottom: 0; }
.preview-hero { margin: 0 0 24px; }
.preview-hero img { display: block; border-radius: 4px; }
.preview-text {
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.7;
}
.preview-text h2, .preview-text h3 { margin: 16px 0 8px; }
.preview-text p { margin: 0 0 12px; }
.preview-text-image { padding: 0 20px; }
.preview-products { padding: 0 20px; }
.preview-link-badge {
  background: #E3F2FD;
  color: #1565C0;
  padding: 4px 12px;
  font-size: 11px;
  border-radius: 0 0 4px 4px;
}
.preview-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.preview-product-card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  background: #fafafa;
}
.preview-product-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
  background: #e0e0e0;
  border-radius: 4px;
}
.preview-product-sku {
  font-family: monospace;
  font-size: 11px;
  color: #666;
  word-break: break-all;
}
.preview-block-wrap {
  margin-bottom: 20px;
  position: relative;
}
.preview-block-wrap:last-child { margin-bottom: 0; }
.preview-block-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 8px;
}
.preview-placeholder {
  background: #FFF3E0;
  border: 1px dashed #FF9800;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  color: #E65100;
  font-size: 13px;
}
.preview-img-error {
  background: #FFEBEE;
  border: 1px solid #EF9A9A;
  border-radius: 4px;
  padding: 12px;
  color: #C62828;
  font-size: 12px;
  word-break: break-all;
}
