@import url('fonts.css');
@import url('intlTelInput.min.css');
@import url('pireka-ico-embedded.css');
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYX-KVElMYYaJe8bpLHnCwDKhdTeEA.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscQ.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscQ.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYXgKVElMYYaJe8bpLHnCwDKtdY.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIY.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v8/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.ttf) format('truetype');
}
/* colorz */
/* fonting */
.regular {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.semibold {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
.bold {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  color: #00ACE6;
}
html,
body {
  height: 100%;
}
body {
  color: #10181D;
  display: flex;
  flex-direction: column;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  padding-top: 8em;
}
body.login {
  background: #ffffff url('../gfx/bg-login.jpg') center top no-repeat;
  background-size: cover;
}
body.login .fixed-menu-wrapper .fluidMenu {
  background: transparent;
}
body.login #contentWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
body.login #contentWrapper .loginBox {
  margin-left: 1em;
  margin-right: 1em;
  background: #ffffff;
  padding: 2em;
  border-radius: 1em;
  box-shadow: 0px 0px 2em rgba(0, 172, 230, 0.35);
  -webkit-box-shadow: 0px 0px 2em rgba(0, 172, 230, 0.35);
  -moz-box-shadow: 0px 0px 2em rgba(0, 172, 230, 0.35);
}
body.login #contentWrapper .loginBox a {
  text-decoration: underline;
}
body.login #contentWrapper .loginBox .loginHere {
  display: flex;
  align-items: center;
}
body.login #contentWrapper .loginBox .registerHere {
  display: flex;
  justify-content: center;
  padding-top: 0.5em;
}
body.login #contentWrapper .loginBox .registerHere a {
  margin-left: 0.5em;
}
#contentWrapper {
  flex: 1 0 auto;
  background-color: #ffffff;
  padding-bottom: 4em;
  /* fixd */
}
#contentWrapper .fixed-menu-wrapper {
  /* box-shadow: 0em 0.3em 0.3em fade(@main,5%); */
}
content {
  flex: 1 0 auto;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
a:link,
a:visited,
a:active,
a:hover {
  color: #00ACE6;
}
h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em;
  letter-spacing: 0.1px;
}
h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
  letter-spacing: 0.1px;
}
h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 0;
  letter-spacing: 0.1px;
}
h1 span,
h2 span,
h3 span {
  color: #707478;
  font-size: 0.7em;
  line-height: 1.5em;
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.fixed-menu-wrapper {
  position: fixed;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 0;
}
.fixed-menu-wrapper.scrolled {
  box-shadow: 0em 0.6em 0.6em rgba(255, 255, 255, 0.22);
  /* font-size: 0.85em; */
}
.fixed-menu-wrapper .fluidMenu {
  background: #ffffff;
  letter-spacing: 0.02em;
}
.fixed-menu-wrapper .logoMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-menu-wrapper .logoMenu > div {
  text-align: right;
}
.fixed-menu-wrapper .logoMenu > div a {
  color: #10181D;
  margin-left: 1em;
}
.fixed-menu-wrapper .logoMenu > div a.user .fa,
.fixed-menu-wrapper .logoMenu > div a.location .fa,
.fixed-menu-wrapper .logoMenu > div a.user .far,
.fixed-menu-wrapper .logoMenu > div a.location .far,
.fixed-menu-wrapper .logoMenu > div a.user .fas,
.fixed-menu-wrapper .logoMenu > div a.location .fas {
  color: #00ACE6;
}
.fixed-menu-wrapper .logoMenu > div a.cart {
  background-color: #00ACE6;
  border-radius: 0.9em;
  color: #ffffff;
  line-height: 1em;
  padding: 0.2em 0.6em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.fixed-menu-wrapper .logoMenu > div a.cart:hover {
  text-decoration: none;
}
.fixed-menu-wrapper .blueMenu {
  padding-top: 0.3em;
  background-color: #00ACE6;
  color: #ffffff;
}
.fixed-menu-wrapper #logo {
  height: 2.2em;
  margin: 0.8em 0.3em;
}
.fixed-menu-wrapper #menu {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
.fixed-menu-wrapper #menu .menuWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}
.fixed-menu-wrapper #menu .menuWrapper form {
  margin: -0.3em 0 0 1em;
}
.fixed-menu-wrapper #menu .menuWrapper form input {
  border: 0;
}
.fixed-menu-wrapper #menu .menuWrapper form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  opacity: 1;
  color: #00ACE6;
}
.fixed-menu-wrapper #menu .menuWrapper form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #00ACE6;
}
.fixed-menu-wrapper #menu .menuWrapper form input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #00ACE6;
}
.fixed-menu-wrapper #menu .menuWrapper form .input-group-append span {
  background: #ffffff;
  border: 0;
  color: #00ACE6;
}
.fixed-menu-wrapper #menu .menuWrapper .nav-tabs {
  border-bottom-width: 0;
  /* li */
}
.fixed-menu-wrapper #menu .menuWrapper .nav-tabs .nav-item {
  margin-bottom: 0;
  /* a */
}
.fixed-menu-wrapper #menu .menuWrapper .nav-tabs .nav-item .nav-link {
  border: 0;
  color: #ffffff;
  padding-bottom: 0.9em;
}
.fixed-menu-wrapper #menu .menuWrapper .nav-tabs .nav-item .nav-link:hover {
  color: #ffffff;
}
.fixed-menu-wrapper #menu .menuWrapper .nav-tabs .nav-item .nav-link.active {
  border: 0;
  color: #00ACE6;
}
.input-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #10181D;
  opacity: 1;
  /* Firefox */
}
.input-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #10181D;
}
.input-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #10181D;
}
.input-group.searchBox input {
  background: #F2F8FD;
  border: 0;
}
.input-group.searchBox .input-group-append span {
  background: #F2F8FD;
  border: 0;
  color: #00ACE6;
}
ul.category-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.category-list li {
  list-style: none;
  padding: 0.5em 0;
  width: 50%;
}
ul.category-list li a {
  padding: 0.4em 0;
  display: block;
  background-image: url('../gfx/ico-default.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 2.2em auto;
  padding-left: 3em;
  color: #10181D;
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
ul.category-list li a:hover {
  color: #00ACE6;
  text-decoration: none;
}
footer {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  background-color: #F9F9F9;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  line-height: 1em;
  align-items: center;
  font-size: 0.9em;
}
footer a,
footer a:link,
footer a:visited {
  color: #707478;
  text-decoration: none;
  margin: 0.5em 0 0.5em 1em;
}
footer a:active,
footer a:hover {
  text-decoration: underline;
}
.zoom {
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
/* mobile menu */
#nav-icon {
  position: relative;
  width: 30px;
  height: 24px;
  left: auto;
  top: auto;
  right: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  z-index: 999;
  height: 4px;
  width: 100%;
  background: rgba(0, 172, 230, 0.6);
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon:focus span,
#nav-icon:hover span {
  background: #4dd2ff;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:first-child,
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
  background: #d9dadb;
}
#nav-icon.open span:first-child + span,
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:first-child + span + span,
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 3px;
  background: #d9dadb;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100;
  display: none;
  overflow-y: auto;
}
.overlay .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15vw;
  justify-content: space-between;
}
.overlay .wrapper ul {
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: start;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  padding-top: 1em;
  padding-bottom: 1em;
}
.overlay .wrapper ul.mainBlue {
  background: #00ACE6;
  flex-grow: 2;
  font-size: 5.2vmin;
}
.overlay .wrapper ul.mainBlue li {
  flex-direction: column;
}
.overlay .wrapper ul.mainBlue li ul {
  padding-left: 2em;
  font-size: 3.5vw;
}
.overlay .wrapper ul.mainBlue li ul li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.overlay .wrapper ul.mainBlue li ul li.active a {
  text-decoration: underline;
}
.overlay .wrapper ul.mainBlue li a {
  color: #ffffff;
}
.overlay .wrapper ul.dropdown-menu li a {
  padding-left: 0;
}
.overlay .wrapper ul.extra,
.overlay .wrapper ul.mainBlue {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overlay .wrapper ul.extra li,
.overlay .wrapper ul.mainBlue li {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0.2em 1.3em 0.2em 1.3em;
  align-items: flex-start;
}
.overlay .wrapper ul.extra li a,
.overlay .wrapper ul.mainBlue li a {
  background-color: transparent;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.overlay .wrapper ul.extra li a,
.overlay .wrapper ul.mainBlue li a,
.overlay .wrapper ul.extra li a:link,
.overlay .wrapper ul.mainBlue li a:link,
.overlay .wrapper ul.extra li a:focus,
.overlay .wrapper ul.mainBlue li a:focus,
.overlay .wrapper ul.extra li a:active,
.overlay .wrapper ul.mainBlue li a:active {
  text-decoration: none;
}
.bootstrap-select {
  width: 100%!important;
  display: block;
  position: relative;
}
.bootstrap-select li.selected {
  color: #ffffff;
  background-color: #00ACE6;
}
.bootstrap-select li.selected a,
.bootstrap-select li.selected:hover,
.bootstrap-select li.selected:hover a {
  color: #ffffff!important;
  background-color: #00ACE6 !important;
}
.bootstrap-select li.selected a .bs-ok-default:after,
.bootstrap-select li.selected:hover .bs-ok-default:after,
.bootstrap-select li.selected:hover a .bs-ok-default:after,
.bootstrap-select li.selected a .check-mark,
.bootstrap-select li.selected:hover .check-mark,
.bootstrap-select li.selected:hover a .check-mark {
  color: #ffffff;
}
.bootstrap-select li.active .bs-ok-default:after,
.bootstrap-select li:active .bs-ok-default:after,
.bootstrap-select li.active .check-mark,
.bootstrap-select li:active .check-mark {
  color: #ffffff;
}
.bootstrap-select li.active:hover,
.bootstrap-select li:active:hover {
  color: rgba(255, 255, 255, 0.8);
}
.bootstrap-select .dropdown-item {
  padding: .25rem 1.5rem;
}
.bootstrap-select .dropdown-item .bs-ok-default:after,
.bootstrap-select .dropdown-item .check-mark {
  color: #00ACE6;
}
ul.pagination .page-item .page-link {
  border-width: 0;
  color: #10181D;
  background: #F2F8FD;
  padding-left: 1em;
  padding-right: 1em;
}
ul.pagination .page-item .page-link.prev,
ul.pagination .page-item .page-link.next {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #00ACE6;
}
ul.pagination .page-item.active .page-link {
  color: #10181D;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  background-color: rgba(0, 172, 230, 0.2);
}
.popMenu {
  display: none;
}
.popBody {
  padding: 0.6em;
}
.popBody p:last-child {
  margin-bottom: 0;
}
.popBody a {
  display: block;
  padding: 0.3em 0;
  color: #707478;
  line-height: 1.2em;
  white-space: nowrap;
}
.popBody a:hover {
  color: #00ACE6;
  text-decoration: none;
}
.popBody a.active i {
  opacity: 1;
}
.popBody a i {
  color: #00ACE6;
  opacity: 0;
}
/* phonez */
.iti__flag {
  background-image: url("../gfx/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../gfx/flags@2x.png");
  }
}
.iti--allow-dropdown {
  width: 100%;
}
div.alert {
  border-radius: 0;
  color: #10181D;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  /* warn */
  /* ok */
  /* danger danger */
}
div.alert a.change {
  text-decoration: underline;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1em;
}
div.alert p,
div.alert h3,
div.alert h2,
div.alert h1 {
  margin: 0.3em 0;
}
div.alert .close {
  padding: 0.35em 0.5em;
}
div.alert .fas {
  margin-right: 0.4em;
}
div.alert.alert-warning {
  border: solid 1px #FF9C00;
  background: rgba(255, 156, 0, 0.2);
  color: #995e00;
}
div.alert.alert-warning a {
  color: #995e00;
}
div.alert.alert-warning .close {
  color: #995e00;
}
div.alert.alert-warning .far,
div.alert.alert-warning .fa,
div.alert.alert-warning .fas {
  color: #FF9C00;
  margin-right: 0.3em;
}
div.alert.alert-success {
  border: solid 1px #06B471;
  background: rgba(6, 180, 113, 0.2);
  color: #035133;
}
div.alert.alert-success a {
  color: #035133;
}
div.alert.alert-success .close {
  color: #035133;
}
div.alert.alert-success .far,
div.alert.alert-success .fa,
div.alert.alert-success .fas {
  color: #06B471;
  margin-right: 0.3em;
}
div.alert.alert-danger {
  border: solid 1px #DA0602;
  background: rgba(218, 6, 2, 0.2);
  color: #750301;
}
div.alert.alert-danger a {
  color: #750301;
}
div.alert.alert-danger .close {
  color: #750301;
}
div.alert.alert-danger .far,
div.alert.alert-danger .fa,
div.alert.alert-danger .fas {
  color: #DA0602;
  margin-right: 0.3em;
}
a.banner {
  margin: 2em auto;
  display: block;
}
.locationBar {
  font-size: 1.5em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.locationBar span {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.locationBar .fas {
  color: #00ACE6;
  font-size: 0.8em;
}
.userData p {
  margin: 0;
}
.userData h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0.3em 0;
}
.userData .editable a {
  font-size: 0.85em;
}
.userData .self {
  background: #F2F8FD;
  width: 100%;
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.userData .manager {
  display: flex;
  align-items: center;
}
.userData .manager .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2em 0;
}
.userData .manager .circleImg {
  margin-right: 2em;
}
.editable {
  position: relative;
  padding-right: 6em!important;
}
.edit {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  text-decoration: none;
}
.edit a {
  padding-left: 0.5em;
}
.circleImg {
  background: #F2F8FD;
  border-radius: 4em;
  background-size: cover;
  background-position: center center;
  height: 8em;
  width: 8em;
}
.markerTitle {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #707478;
  font-size: 0.85em;
  text-transform: uppercase;
}
.cartTable {
  padding-top: 2em;
  padding-bottom: 2em;
}
.cartTable:last-child {
  padding-bottom: 0;
}
.cartTable .summary {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border: solid 0 #00ACE6;
  border-top-width: 1px;
  margin-top: 2em;
}
.cartTable .summary .limits {
  margin-top: 0.6em;
  display: flex;
  border-radius: 0.5em;
  padding: 0.6em 0.8em;
  background-color: #F2F8FD;
}
.cartTable .summary .limits .fas,
.cartTable .summary .limits .far,
.cartTable .summary .limits .fa {
  color: #00ACE6;
  font-size: 1.2em;
  padding-right: 0.2em;
}
.cartTable .summary .limits p {
  font-size: 1.1em;
  display: flex;
  align-items: center;
  margin: 0;
}
.cartTable .summary .limits p .fas {
  padding-right: 0.4em;
}
.cartTable .summary .limits p a .icon-info-circled-alt {
  color: rgba(112, 116, 120, 0.5);
  font-size: 1em;
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.cartTable .summary .limits p a:hover .icon-info-circled-alt {
  color: #00ACE6;
}
.cartTable .summary .limits p:first-child {
  padding-right: 1em;
}
.cartTable .summary table {
  margin: 1em 0;
}
.cartTable .summary table tr.large {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
}
.cartTable .summary table tr td {
  padding: 0.2em 0;
  font-size: 1.1em;
}
.cartTable .summary table tr td:nth-child(2) {
  padding-left: 2em;
  text-align: right;
}
.cartTable .summary table tr td .btn-pireka {
  margin-top: 1em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cartTable .summary.total {
  border-top-width: 1px;
  border-top-color: #B9DDF5;
  margin-top: 0;
}
.cartTable header {
  display: flex;
  border: solid 0 #00ACE6;
  border-bottom-width: 1px;
}
.cartTable header div {
  text-transform: uppercase;
  font-size: 0.9em;
}
.cartTable header h4 {
  width: 43%;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1.3em;
}
.cartTable header h4 a {
  font-size: 0.8em;
  padding-left: 0.6em;
}
.cartTable header div:nth-child(2) {
  width: 15%;
  text-align: center;
}
.cartTable header div:nth-child(3) {
  width: 15%;
  text-align: center;
}
.cartTable header div:nth-child(4) {
  width: 15%;
  text-align: center;
}
.cartTable header div:nth-child(5) {
  width: 20%;
  text-align: right;
}
.cartTable .transport {
  border: solid 0 #B9DDF5;
  border-top-width: 1px;
  padding-bottom: 1em;
  padding-top: 1em;
}
.cartTable .transport .col {
  display: flex;
  align-items: flex-end;
  font-size: 1.1em;
}
.cartTable .transport .col p {
  margin: 0.3em 0 0 0;
}
.cartTable .transport .col .wrap {
  background: #F2F8FD;
  border-radius: 0.5em;
  padding: 1.5em;
  width: 100%;
  font-size: 0.9em;
}
.cartTable .transport .col .wrap .fa,
.cartTable .transport .col .wrap .fas {
  color: #00ACE6;
}
table.table thead tr th {
  text-transform: uppercase;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  border-top-width: 0;
  border-bottom-color: #00ACE6;
}
table.table thead tr th h4 {
  margin: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 1.2em;
}
table.table tbody tr td {
  border-top-color: #DDEEFA;
}
table.table tbody tr td::before {
  display: none;
}
table.table tbody tr:hover {
  box-shadow: 0px 0px 8px rgba(0, 96, 128, 0.25);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 96, 128, 0.25);
  -moz-box-shadow: 0px 0px 8px rgba(0, 96, 128, 0.25);
}
table.table a,
table.table i.far,
table.table i.fas,
table.table i.fa {
  color: #00ACE6;
  text-decoration: none;
}
table.table#userTable tr th:nth-child(5),
table.table#userTable tr td:nth-child(5) {
  text-align: center;
}
table.table#locationTable tr th:nth-child(2),
table.table#locationTable tr td:nth-child(2) {
  text-align: center;
}
table.table#orderTable tr th:nth-child(4),
table.table#orderTable tr td:nth-child(4),
table.table#orderTable tr th:nth-child(7),
table.table#orderTable tr td:nth-child(7),
table.table#orderTable tr th:last-child,
table.table#orderTable tr td:last-child {
  text-align: center;
}
a.btn {
  text-decoration: none!important;
}
a.btn.btn-primary {
  color: #ffffff!important;
}
a.btn.btn-primary:hover {
  color: #ffffff!important;
}
a.btn.btn-outline-primary {
  color: #00ACE6 !important;
}
a.btn.btn-outline-primary:hover {
  color: #ffffff!important;
}
.btn.btn-pireka {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0.8em 1.5em;
  letter-spacing: 0.03em;
}
.btn.btn-pireka i {
  /*padding-left: 0.3em;*/
  font-size: 0.9em;
}
.btn.btn-pireka.btn-secondary {
  color: #10181D;
}
.btn.btn-pireka.btn-secondary i {
  color: #00ACE6;
}
.btn.btn-pireka.btn-primary {
  color: #ffffff;
}
.btn.btn-pireka.btn-primary i {
  color: #ffffff;
}
.modal .modal-header {
  border-bottom-width: 0;
  padding: 1.5em 1.5em 1em 1.5em;
}
.modal .modal-header h3 {
  font-size: 1.2em;
  text-align: center;
  width: 100%;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
.modal .modal-header h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
.modal .modal-header h5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
}
.modal .modal-header h6 {
  font-size: 0.9em;
  color: #707478;
}
.modal .modal-body {
  padding: 1em 1.5em;
}
.modal .modal-body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.modal .modal-body .cartTable {
  padding-top: 0;
}
.modal .modal-body .cartTable header div:nth-child(1),
.modal .modal-body .cartTable header h4 {
  width: 61%;
}
.modal .modal-body .cartTable header div:nth-child(2) {
  width: 13%;
}
.modal .modal-body .cartTable header div:nth-child(3) {
  width: 13%;
}
.modal .modal-body .cartTable header div:nth-child(4) {
  width: 13%;
  text-align: right;
}
.modal .modal-footer {
  justify-content: center;
  border-top-width: 0;
  padding: 1em 1.5em 1.5em 1.5em;
}
.titleWithFilter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.titleWithFilter h2,
.titleWithFilter form {
  margin-bottom: 0;
}
.subMenu {
  border-radius: 0.5em;
  border: solid 1px #B9DDF5;
  padding: 1em;
  margin-top: -0.55em;
  margin-bottom: 1em;
}
.subMenu ul {
  margin: 0;
  padding: 0;
}
.subMenu ul li {
  list-style: none;
  padding: 0.2em 0;
}
.subMenu ul li.active a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.subMenu ul li a {
  color: #10181D;
}
.subMenu ul li a:hover {
  text-decoration: underline;
}
.filterBox {
  padding: 1em;
  border: solid 0 #B9DDF5;
}
.filterBox + .filterBox {
  border-top-width: 1px;
}
.filterBox ul {
  margin: 0;
  padding: 0;
}
.filterBox ul li {
  list-style: none;
  padding: 0.2em 0;
  position: relative;
}
.filterBox ul li label {
  line-height: 1.3em;
  padding-left: 1.5em;
  display: block;
}
.filterBox ul li input[type=checkbox] {
  position: absolute;
  top: 0.4em;
}
.filterBox ul li input[type=checkbox]:checked + label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #707478;
}
.toggler {
  text-align: right;
  color: #707478;
  padding-top: 1em;
}
.toode {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 2em;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.3em;
}
.toode:first-child {
  margin-top: 0;
}
.toode.disabled .img,
.toode.disabled .txt,
.toode.disabled .sold,
.toode.disabled .amounter,
.toode.disabled .price,
.toode.disabled .price_old {
  opacity: 0.5;
  cursor: default;
}
.toode .sold {
  flex-grow: 3;
  text-align: center;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #707478;
}
.toode p {
  margin: 0;
}
.toode .img {
  background: #F2F8FD;
  width: 6em;
  padding-bottom: 6em;
  background-size: cover;
  background-position: center center;
  margin-right: 1em;
}
.toode .img .new {
  background: #FF9C00;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1em;
  font-size: 0.8em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.toode .img .tellimisel {
  background: #AAA;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1em;
  font-size: 0.8em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.toode .desc {
  cursor: pointer;
  flex-grow: 2;
  display: flex;
  align-items: flex-start;
  flex-shrink: 2;
}
.toode .desc a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #10181D;
  text-decoration: none;
}
.toode .desc a:hover {
  color: #707478;
  text-decoration: underline;
}
.toode .desc .price_old,
.toode .desc .price {
  text-align: center;
  padding: 0.4em 0.5em 0 0;
}
.toode .desc .price_old .code,
.toode .desc .price .code,
.toode .desc .price_old .unitPrice,
.toode .desc .price .unitPrice {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.toode .desc p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
.toode .desc p.code {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.toode .desc .txt {
  flex-shrink: 2;
  flex-grow: 2;
  padding-top: 0.4em;
}
.toode .desc .code {
  padding-bottom: 0.3em;
}
.toode .desc .amounter {
  align-items: start;
  flex-grow: 2;
  flex-direction: column;
  padding: 0 1em 0 0.5em;
}
.toode .desc .amounter .frm {
  justify-content: center;
}
.toode .desc .amounter .stock {
  justify-content: center;
}
.toode .action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.toode .action .xtra {
  font-size: 0.85em;
  font-weight: normal;
  padding-top: 0.6em;
  min-width: 8.5em;
  text-align: center;
}
.toode .action .xtra:hover {
  text-decoration: none;
}
.toode .action .xtra.priceRequest {
  font-weight: bold;
  color: #00ACE6;
}
.toode .action .xtra.priceRequest i {
  color: #00ACE6;
}
.toode .action .xtra.priceSent i {
  color: #00ACE6;
}
.toode .action .xtra.priceSpecial i {
  color: #06B471;
}
.toode .action .btn {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toode .action .btn i {
  margin-left: 0.3em;
}
.toode .action .btn.btn-primary {
  min-width: 8.5em;
}
.toode .action .btn:first-child {
  margin-top: 0;
}
.toode .action .btn.btn-added {
  background-color: #06B471;
  border-color: #06B471;
}
.code {
  color: #707478;
}
.price,
.price_old,
.price_summary {
  flex-grow: 2;
}
.price p,
.price_old p,
.price_summary p {
  margin: 0;
}
.price span,
.price_old span,
.price_summary span {
  /* display: block; */
}
.price .code,
.price_old .code,
.price_summary .code,
.price .unitPrice,
.price_old .unitPrice,
.price_summary .unitPrice {
  color: #707478;
  font-size: 0.85em;
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.price_old .unitPrice,
.price_old strong {
  text-decoration: line-through;
  white-space: nowrap;
}
.price_summary {
  display: flex;
  padding-top: 0.4em;
  justify-content: flex-end;
  align-items: center;
}
.price_summary a {
  color: #00ACE6 !important;
  padding-left: 0.5em;
}
.price strong {
  color: #00ACE6;
  white-space: nowrap;
}
.amounter {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.amounter p {
  margin: 0;
  margin-bottom: 0.3em;
}
.amounter .frm {
  display: flex;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.amounter .frm button {
  color: #00ACE6;
  font-size: 1.2em;
}
.amounter .frm button:hover {
  color: #0086b3;
}
.amounter .frm input[type='text'] {
  width: 3em;
  height: auto;
  border: 0;
  padding: 0.3em 0em;
  text-align: center;
  background-color: #F2F8FD;
  border-radius: 0.3em;
  font-size: 1.1em;
}
.stock {
  display: flex;
  width: 100%;
  font-size: 0.85em;
  padding-top: 0.3em;
  color: #06B471;
}
.stock::after {
  font-family: 'Font Awesome 5 Solid';
  padding-left: 0.3em;
  content: '\f00c';
}
.stock.few {
  color: #e68c00;
}
.stock.few::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f017';
}
.stock.order {
  /*color: #cc77aa;*/
  color: #aaa;
}
.stock.order::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f017';
}
.stock.out {
  color: #DA0602;
}
.stock.out::after {
  font-family: 'Font Awesome 5 Solid';
  content: '\f06a';
}
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  line-height: 1em;
}
.breadcrumb i {
  padding: 0 0.2em;
  color: #00ACE6;
}
.toodeDetail {
  margin-top: 2em;
}
.toodeDetail .img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  margin-right: 1em;
}
.toodeDetail .img .new {
  background: #FF9C00;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1em;
  font-size: 0.8em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.toodeDetail .img .tellimisel {
  background: #AAA;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1em;
  font-size: 0.8em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
}
.toodeDetail .table {
  margin-bottom: 1.5em;
}
.toodeDetail .table tbody tr:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.toodeDetail .table tbody tr td:first-child {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
.toodeDetail .intro {
  padding-bottom: 1.5em;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
.toodeDetail .intro a {
  padding: 0.1em 0;
}
.toodeDetail .intro a:hover span,
.toodeDetail .intro a:hover i {
  text-decoration: none;
}
.toodeDetail .shopBox {
  border-radius: 0.5em;
  border: solid 1px #B9DDF5;
  padding: 1.5em;
  margin-bottom: 1em;
}
.toodeDetail .btnBox .btn-pireka {
  width: 100%;
}
.toodeDetail .btnBox .stock {
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.toodeDetail .amounter {
  margin-bottom: 1.5em;
}
.toodeDetail .price_summary {
  display: block;
}
.toodeDetail .price,
.toodeDetail .price_old,
.toodeDetail .price_summary {
  margin-bottom: 1.5em;
}
.toodeDetail .price p,
.toodeDetail .price_old p,
.toodeDetail .price_summary p {
  display: flex;
  align-items: flex-end;
  line-height: 1em;
  padding-bottom: 0.7em;
}
.toodeDetail .price .unitPrice,
.toodeDetail .price_old .unitPrice,
.toodeDetail .price_summary .unitPrice {
  font-size: 0.9em;
  padding-bottom: 0;
}
.toodeDetail .price strong,
.toodeDetail .price_old strong,
.toodeDetail .price_summary strong {
  font-size: 1.5em;
  margin-right: 0.3em;
}
a.link-yt,
a.link-pdf {
  display: block;
}
a.link-pdf::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f1c1';
  margin-right: 0.5em;
}
a.link-yt::before {
  font-family: 'Font Awesome 5 Brands';
  content: '\f167';
  margin-right: 0.5em;
}
.otherProds {
  margin-top: 1.5em;
}
.otherProds .toode {
  margin-top: 1em;
  align-items: flex-start;
}
.otherProds .toode .desc {
  flex-direction: column;
}
.otherProds .toode .desc p.code {
  font-size: 0.85em;
}
.otherProds .toode .desc .buy {
  display: flex;
}
.otherProds .toode .desc .buy .amounter,
.otherProds .toode .desc .buy .action {
  width: auto;
  padding: 1em 0 0 0;
}
.otherProds .toode .desc .buy .action .btn {
  margin-top: 0.4em;
}
.otherProds .toode .desc .buy .amounter .frm button:first-child {
  padding-left: 0;
}
.otherProds .toode .desc .priceBox {
  width: 100%;
  display: flex;
  padding-top: 0.7em;
}
.otherProds .toode .desc .priceBox .price,
.otherProds .toode .desc .priceBox .price_old {
  width: auto;
  flex-grow: 0;
  padding: 0 0.6em 0 0;
}
.otherProds .toode .desc .priceBox .price {
  font-size: 1.2em;
}
body.impersonator #redFrame {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  background-color: #DA0602;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
body.impersonator #redFrame .col {
  display: flex;
  font-size: 0.9em;
  justify-content: space-between;
  align-items: center;
}
body.impersonator #redFrame .col div a {
  margin: 0 0.5em;
}
body.impersonator #redFrame a {
  color: #ffffff;
}
/*  xx large */
@media (min-width: 1920px) {
  #menu .menuWrapper #logo {
    height: 2.2em;
    margin: 1.9em 2.2em 1.3em 4em;
  }
  .toode {
    font-size: 1em;
  }
  .toode .desc .txt {
    width: 35%;
  }
  .toode .desc .price_old,
  .toode .desc .price {
    width: 15%;
  }
  .toode .desc .amounter {
    width: 15%;
  }
  .toode .desc .action,
  .toode .desc .price_summary {
    width: 20%;
  }
  .toode .desc .sold {
    width: 45%;
  }
  .cartTable header h4 {
    width: 52%;
  }
  .cartTable header div:nth-child(2) {
    width: 13%;
    text-align: center;
  }
  .cartTable header div:nth-child(3) {
    width: 13%;
    text-align: center;
  }
  .cartTable header div:nth-child(4) {
    width: 13%;
    text-align: center;
  }
  .cartTable header div:nth-child(5) {
    width: 9%;
    text-align: right;
  }
  .cartTable .desc .txt {
    width: 55%;
  }
  .cartTable .desc .price_old,
  .cartTable .desc .price {
    width: 15%;
  }
  .cartTable .desc .amounter {
    width: 15%;
  }
  .cartTable .desc .action,
  .cartTable .desc .price_summary {
    width: 10%;
  }
  .cartTable .desc .sold {
    width: 30%;
  }
}
/* x large */
@media (min-width: 1366px) and (max-width: 1919px) {
  .toode {
    font-size: 0.95em;
  }
  .toode .desc .txt {
    width: 35%;
  }
  .toode .desc .txt .code {
    font-size: 0.8em;
  }
  .toode .desc .price_old,
  .toode .desc .price {
    width: 13%;
  }
  .toode .desc .amounter {
    width: 15%;
  }
  .toode .desc .action,
  .toode .desc .price_summary {
    width: 24%;
  }
  .toode .desc .sold {
    width: 41%;
  }
  .toode .desc .action .xtra {
    min-width: 9.2em;
  }
  .cartTable header h4 {
    width: 55%;
  }
  .cartTable header div:nth-child(2) {
    width: 12%;
    text-align: center;
  }
  .cartTable header div:nth-child(3) {
    width: 12%;
    text-align: center;
  }
  .cartTable header div:nth-child(4) {
    width: 12%;
    text-align: center;
  }
  .cartTable header div:nth-child(5) {
    width: 9%;
    text-align: right;
  }
  .cartTable .desc .txt {
    width: 65%;
  }
  .cartTable .desc .price_old,
  .cartTable .desc .price {
    width: 15%;
  }
  .cartTable .desc .amounter {
    width: 15%;
  }
  .cartTable .desc .action,
  .cartTable .desc .price_summary {
    width: 10%;
  }
  .cartTable .desc .sold {
    width: 25%;
  }
  .modal .modal-body .cartTable header div:nth-child(1),
  .modal .modal-body .cartTable header h4 {
    width: 65.5%;
  }
  .modal .modal-body .cartTable header div:nth-child(2) {
    width: 11.5%;
  }
  .modal .modal-body .cartTable header div:nth-child(3) {
    width: 11.5%;
  }
  .modal .modal-body .cartTable header div:nth-child(4) {
    width: 11.5%;
  }
}
/* large */
@media (min-width: 1200px) and (max-width: 1365px) {
  .toode .desc .txt {
    width: 24%;
  }
  .toode .desc .txt .code {
    font-size: 0.8em;
  }
  .toode .desc .price_old,
  .toode .desc .price {
    width: 18%;
  }
  .toode .desc .price_summary {
    width: 29%;
  }
  .toode .desc .amounter {
    width: 19%;
  }
  .toode .desc .action {
    width: 19%;
  }
  .toode .desc .sold {
    width: 45%;
  }
  .toode .desc .action .xtra {
    min-width: 9.7em;
  }
  .cartTable header h4 {
    width: 53%;
  }
  .cartTable header div:nth-child(2) {
    width: 13%;
    text-align: center;
  }
  .cartTable header div:nth-child(3) {
    width: 13%;
    text-align: center;
  }
  .cartTable header div:nth-child(4) {
    width: 13%;
    text-align: center;
  }
  .cartTable header div:nth-child(5) {
    width: 8%;
    text-align: right;
  }
  .cartTable .desc .txt {
    width: 60%;
  }
  .cartTable .desc .price_old,
  .cartTable .desc .price {
    width: 15%;
  }
  .cartTable .desc .amounter {
    width: 15%;
  }
  .cartTable .desc .action,
  .cartTable .desc .price_summary {
    width: 10%;
  }
  .cartTable .desc .sold {
    width: 30%;
  }
  .modal .modal-body .cartTable header div:nth-child(1),
  .modal .modal-body .cartTable header h4 {
    width: 67%;
  }
  .modal .modal-body .cartTable header div:nth-child(2) {
    width: 11%;
  }
  .modal .modal-body .cartTable header div:nth-child(3) {
    width: 11%;
  }
  .modal .modal-body .cartTable header div:nth-child(4) {
    width: 11%;
  }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .toode {
    align-items: flex-start;
  }
  .toode .desc {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .toode .desc .txt {
    padding-bottom: 0.7em;
    width: 100%;
    font-size: 1.1em;
  }
  .toode .desc .txt .code {
    font-size: 0.8em;
  }
  .toode .desc .price_old,
  .toode .desc .price {
    text-align: left;
    padding-left: 0;
    width: 26%;
  }
  .toode .desc .sold {
    width: 65%;
  }
  .toode .desc .amounter {
    width: 28%;
  }
  .toode .desc .action,
  .toode .desc .price_summary {
    width: 20%;
  }
  .toode .desc .action .btn,
  .toode .desc .price_summary .btn {
    font-size: 0.85em;
  }
  .cartTable header h4 {
    width: 44%;
  }
  .cartTable header div:nth-child(2) {
    width: 15%;
    text-align: center;
  }
  .cartTable header div:nth-child(3) {
    width: 15%;
    text-align: center;
  }
  .cartTable header div:nth-child(4) {
    width: 15%;
    text-align: center;
  }
  .cartTable header div:nth-child(5) {
    width: 11%;
    text-align: right;
  }
  .cartTable .desc .txt {
    width: 40%;
    padding-right: 1em;
  }
  .cartTable .desc .price_old,
  .cartTable .desc .price {
    width: 16%;
  }
  .cartTable .desc .amounter {
    width: 15%;
  }
  .cartTable .desc .action,
  .cartTable .desc .price_summary {
    width: 13%;
  }
  .cartTable .desc .sold {
    width: 32%;
  }
  .modal .modal-body .cartTable header div:nth-child(1),
  .modal .modal-body .cartTable header h4 {
    width: 55%;
  }
  .modal .modal-body .cartTable header div:nth-child(2) {
    width: 15%;
  }
  .modal .modal-body .cartTable header div:nth-child(3) {
    width: 15%;
  }
  .modal .modal-body .cartTable header div:nth-child(4) {
    width: 15%;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 6vw;
  }
  table.table {
    font-size: 1.7vw;
  }
  #contentWrapper {
    font-size: 1.7vw;
  }
  .toode {
    align-items: flex-start;
  }
  .toode .desc {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .toode .desc .txt {
    padding-bottom: 0.5em;
    width: 100%;
    font-size: 1em;
  }
  .toode .desc .txt .code {
    font-size: 0.8em;
  }
  .toode .desc .price_old,
  .toode .desc .price {
    text-align: left;
    padding-left: 0;
    width: 23%;
  }
  .toode .desc .sold {
    width: 64%;
  }
  .toode .desc .amounter {
    width: 28%;
  }
  .toode .desc .action {
    width: 26%;
  }
  .toode .desc .action .btn {
    font-size: 0.85em;
  }
  .overlay .wrapper {
    padding-top: 6vw;
  }
  .overlay .wrapper ul.mainBlue {
    font-size: 3.2vmin;
  }
  .overlay .wrapper ul.mainBlue li ul {
    font-size: 2.5vw;
  }
  .cartTable header h4 {
    width: 44%;
  }
  .cartTable header div:nth-child(2) {
    width: 15%;
    text-align: center;
  }
  .cartTable header div:nth-child(3) {
    width: 15%;
    text-align: center;
  }
  .cartTable header div:nth-child(4) {
    width: 15%;
    text-align: center;
  }
  .cartTable header div:nth-child(5) {
    width: 11%;
    text-align: right;
  }
  .cartTable .desc .txt {
    width: 40%;
    padding-right: 1em;
  }
  .cartTable .desc .price_old,
  .cartTable .desc .price {
    width: 16%;
  }
  .cartTable .desc .amounter {
    width: 15%;
  }
  .cartTable .desc .action,
  .cartTable .desc .price_summary {
    width: 13%;
  }
  .cartTable .desc .sold {
    width: 32%;
  }
  .modal .modal-body .cartTable header div:nth-child(1),
  .modal .modal-body .cartTable header h4 {
    width: 46%;
  }
  .modal .modal-body .cartTable header div:nth-child(2) {
    width: 13%;
  }
  .modal .modal-body .cartTable header div:nth-child(3) {
    width: 13%;
  }
  .modal .modal-body .cartTable header div:nth-child(4) {
    width: 13%;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    padding-top: 14vw;
  }
  h2 {
    font-size: 5vw;
  }
  #contentWrapper {
    font-size: 3.4vw;
  }
  .userData .self,
  .userData .manager .desc {
    height: auto;
  }
  .fixed-menu-wrapper #logo {
    margin: 1.2em 0.3em;
  }
  .fixed-menu-wrapper #menu .menuWrapper {
    justify-content: flex-end;
  }
  .fixed-menu-wrapper #menu .menuWrapper #nav-icon {
    margin: 1em 0;
  }
  footer a {
    display: block;
  }
  .locationBar {
    font-size: 1.3em;
  }
  /* Force table to not be like tables anymore */
  table.table td {
    font-size: 3.4vw;
  }
  table.table:not(.original) {
    display: block;
  }
  table.table:not(.original) thead {
    display: none;
  }
  table.table:not(.original) tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.table:not(.original) tbody tr:nth-child(odd) {
    background: #F2F8FD;
  }
  table.table:not(.original) tbody tr td {
    flex-grow: 2;
    width: 50%;
    display: block;
  }
  table.table:not(.original) tbody tr td::before {
    white-space: nowrap;
    display: block;
    font-size: 0.65em;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #707478;
    padding-bottom: 0.3em;
  }
  table.table:not(.original)#orderTable tr th:nth-child(4),
  table.table:not(.original)#orderTable tr td:nth-child(4),
  table.table:not(.original)#orderTable tr th:nth-child(7),
  table.table:not(.original)#orderTable tr td:nth-child(7),
  table.table:not(.original)#orderTable tr th:last-child,
  table.table:not(.original)#orderTable tr td:last-child {
    text-align: left;
  }
  .bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
  }
  .titleWithFilter {
    flex-direction: column;
    align-items: self-start;
  }
  .titleWithFilter form {
    width: 100%;
    margin-top: 1em;
  }
  .toode {
    align-items: self-start;
    padding-top: 1em;
    padding-bottom: 1em;
    border: solid 0 #B9DDF5;
    border-bottom-width: 1px;
  }
  .toode:last-child {
    border-bottom-width: 0;
  }
  .toode .action .xtra {
    font-size: 1em;
    min-width: 9.7em;
  }
  .toode .img {
    width: 20vw;
    padding-bottom: 20vw;
  }
  .toode .desc {
    flex-wrap: wrap;
  }
  .toode .desc .txt {
    font-size: 3.8vw;
    line-height: 1.2em;
    margin-bottom: 1em;
  }
  .toode .desc .txt .code {
    font-size: 0.9em;
  }
  .toode .desc .price_summary {
    justify-content: space-between;
    padding-top: 1em;
  }
  .toode .desc .price_summary,
  .toode .desc .price_old,
  .toode .desc .price {
    font-size: 4.4vw;
    width: 100%;
    text-align: left;
    padding-bottom: 1em;
    padding-left: 0;
  }
  .toode .desc .price_summary .unitPrice,
  .toode .desc .price_old .unitPrice,
  .toode .desc .price .unitPrice {
    padding-top: 0.3em;
  }
  .toode .desc .amounter {
    font-size: 4vw;
    text-align: left;
    width: 100%;
    flex-grow: 0;
    padding-left: 0;
  }
  .toode .desc .amounter .stock {
    padding-top: 0.6em;
    font-size: 0.8em;
    width: 9.7em;
  }
  .toode .desc .amounter .frm {
    width: auto;
  }
  .toode .desc .amounter button:first-child {
    padding-left: 0;
  }
  .toode .desc .sold {
    text-align: left;
    width: 100%;
  }
  .toode .desc .action {
    padding: 1em 0;
    margin-top: 0.5em;
  }
  .toode .desc .action .btn {
    font-size: 3.5vw;
  }
  .toodeDetail .intro {
    margin-top: 1.5em;
  }
  .toodeDetail .shopBox {
    margin-bottom: 2em;
  }
  .cartTable header h4 {
    width: 100%;
  }
  .cartTable header div {
    display: none;
  }
  .cartTable .summary {
    margin-top: -1px;
    flex-direction: column;
  }
  .cartTable .summary .limits {
    width: 100%;
  }
  .cartTable .summary table {
    width: 100%;
  }
  .cartTable .summary table tr td {
    font-size: 4vw;
  }
  .cartTable .transport {
    font-size: 3.8vw;
  }
  .pagination {
    font-size: 3vw;
  }
  .btn-pireka {
    font-size: 4vw;
  }
  .bootstrap-select .btn,
  .bootstrap-select .dropdown-menu {
    font-size: 4vw;
  }
  body.login #contentWrapper .loginBox .loginHere {
    text-align: center;
  }
  .editable {
    padding: 1em;
    padding-right: 1em!important;
  }
  .edit {
    display: block;
    position: relative;
    padding: 0;
    top: auto;
    right: auto;
    padding-bottom: 0.5em;
    text-align: right;
  }
  .edit a {
    padding: 0 0.5em 0 0;
  }
}

.boxWrapper {
	background: #F2F8FD;
	padding: 4em 2em;
	border-radius: 1em;
	text-align: center
}
.boxWrapper h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	display: inline-block;
 }
.boxWrapper h3.prevOrder {
	background: url('/assets/gfx/ico-prevOrder.svg') center right/1.3em auto no-repeat;
	padding-right: 2em;
}
.boxWrapper h3.newOrder {
	background: url('/assets/gfx/ico-newOrder.svg') center right/1.3em auto no-repeat;
	padding-right: 2em;
}
.boxWrapper p {
	margin: 0;
	color: #707478;
}
.boxWrapper .whiteBox {
	cursor: pointer;
	background: #ffffff;
	padding: 3em 2em;
	border-radius: 1em;
	box-shadow: 0.2em 0.2em 0.3em rgba(185, 221, 245, 0.4);
	transform: scale(1);
	-webkit-transition: transform .15s ease-in-out;
	-moz-transition: transform .15s ease-in-out;
	-o-transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
}
.boxWrapper .whiteBox:hover {
	transform: scale(1.03);
}

.boxWrapper .whiteBox img {
    width: 1.5em;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0.5em;
}

.boxWrapper a {
    color: #10181D;
}
.boxWrapper a:hover {
    text-decoration: none;
}
.logoSpace {
    padding-top: 1rem;
}
.logoSpace img {
    height: 4rem;
    width: auto;
    margin: 0 1.2rem 1.2rem 0;
}