.k2hidden {
  display: none !important
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #dde5f2;
  padding: 0;
  margin: 0;
  font-family: "arial";
  color: #172228;
  font-size: 12px
}

body main {
  background: #e7ecf5;
  padding: 1%;
  margin: 1%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td {
  vertical-align: top;
  border: 1px solid #555;
  font-size: 12px
}

ul, li {
  margin: 0;
  padding: 0;
}

ul {
  padding-left: 25px;
}

a {
  color: #2c97df;
}

a:hover {
  color: #2156a1;
}

header {
  border-bottom: 2px dashed#ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer {
  border-top: 2px dashed#ccc;
  margin-top: 20px;
  padding-top: 20px;
}

footer ul {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}

footer div {
  text-align: right;
}

footer .devFooter * {
  text-align: left
}

a, button, label {
  cursor: pointer;
  /*font-size:11px;*/
  font-weight: bold;
  color: #3879d9
}

button, .k2btn, .btn {
  background: #3879d9;
  color: #fff;
  border: 1px solid #525e54;
  margin: 0 4px;
  padding: 2px 4px;
  display: inline-block;
}

button:hover, .k2btn:hover, .btn:hover, a:hover {
  color: #ffff00
}

.k2inputFail {
  border-color: #ba4d4d;
  background: #ff7669
}

.k2msg {
  border: 1px solid #9a6171;
  background: #ffbf00;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  cursor: cell;
}

.k2deliveryInfo.k2notRequired {
  display: none
}

.k2fx {
  border: 1px solid #6bc0bd;
}

.k2fx:hover {
  border: 1px solid #e86b5f;
}

label, .k2fx2control a {
  display: block;
}

.k2fx2formRegister, .k2fx2formLogin, .k2fx2formLogout {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
}

.k2fx2formRegister form, .k2fx2formLogin form {
  margin: 0;
}

.k2fx2formRegister input, .k2fx2formLogin input, .k2fx2formRegister select {
  display: block;
  width: 100%;
  margin: 10px 0
}

.k2fx2formRegister {
  max-width: 500px;
}

.k2fx3subcategories [data-k2="item"] {
  display: inline-block;
  width: 24.5%;
  border: 1px solid #777;
  vertical-align: top;
  margin: 1px;
  text-align: left;
}

.k2fx3subcategories [data-k2="item"] h2 {
  font-size: 97%;
}

.k2fx3subcategories [data-k2="item"] a {
  display: block;
}

.k2fx3tree img {
  max-width: 50px;
  max-height: 20px;
  vertical-align: middle;
  margin-right: 4px
}

.k2fx3tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.k2fx3tree ul {
  margin-left: 10px;
}

.k2fx3tree li {
  margin: 0;
  padding: 0 7px;
  line-height: 20px;
  color: #369;
  font-weight: bold;
  border-left: 1px solid rgb(100, 100, 100);
}

.k2fx3tree li:last-child {
  border-left: none;
}

.k2fx3tree li:before {
  position: relative;
  top: -0.3em;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid rgb(100, 100, 100);
  content: "";
  display: inline-block;
  left: -7px;
}

.k2fx3tree li:last-child:before {
  border-left: 1px solid rgb(100, 100, 100)
}

.productThumb {
  border: 1px solid white;
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin: 5px;
  position: relative
}

.productThumb h2 {
  font-size: 18px;
  overflow: hidden;
  line-height: 1.2em;
  height: 1.2em;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow: ellipsis
}

.productThumb h2 span {
  font-size: 11px;
  float: right;
  color: #888;
  position: absolute;
  top: 0;
  right: 0
}

.productThumb .imgcnt {
  position: relative;
  text-align: center;
}

.productThumb .imgcnt img {
  height: 100px;
  width: auto
}

.productThumb .flag_wrap {
  display: block;
  position: absolute;
  top: 0;
}

.productThumb .flag_wrap span {
  display: block;
  font-size: 9px;
  background: #ffff00;
  color: #111;
  opacity: 0.8
}

.productThumb .k2productBuyCount, .productThumb .k2btnProductBuy {
  display: inline-block;
  width: 45%;
}

.pagination {
  text-align: center
}

.pagination a {
  display: inline-block;
  border: 1px dotted;
  margin: 1px;
  padding: 4px 6px;
  background: #c2d9ff
}

.pagination a.k2hidden {
  display: inline-block !important;
  cursor: no-drop;
  background: #cdd3dd;
  color: #525e54
}

.flagyHomepage {
  display: flex;
  flex-direction: column;
}

.flagyHomepage>[data-N="1"] {
  order: 1
}

.flagyHomepage>[data-N="2"] {
  order: 2
}

.flagyHomepage>[data-N="3"] {
  order: 3
}

.flagyHomepage>[data-N="4"] {
  order: 4
}

.flagyHomepage>[data-N="5"] {
  order: 5
}

.flagyHomepage>[data-N="6"] {
  order: 6
}

.flagyHomepage>[data-N="7"] {
  order: 7
}

.flagyHomepage>[data-N="8"] {
  order: 8
}

message {
  border: 1px dashed;
  padding: 2em;
  display: block;
  margin: .5em;
  font-weight: bold;
  background: khaki;
}

.k2fx4lastViewed a {
  display: block;
}

.k2fx4lastViewed img {
  height: 50px;
  display: inline-block;
}

.k2fx4lastViewed .k2item div {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top
}

.k2fx4lastViewed span {
  display: block;
}

.relations [data-k2="item"] {
  display: inline-block;
  border: 1px solid #000;
  margin: 4px;
  text-align: center
}

.relations [data-k2="item"] span {
  display: block;
}

.k2fx4search img {
  max-height: 60px;
  width: auto
}

.k2fx4comparsion img {
  max-height: 80px;
  width: auto
}

.k2fx1favorites img {
  max-height: 50px;
  width: auto
}

.productBranch td {
  font-size: 60%
}

.k2fx3filter label:hover {
  background: #ffbf00
}

[data-k2="variantContainer"] img {
  height: 30px
}

[data-k2="sortContainer"] a, [data-k2="countContainer"] a {
  display: inline-block;
  padding: 5px;
  font-size: 80%;
  border: 1px solid #6bc0bd;
  margin: 1px
}

[data-active="1"] {
  background: #6bc0bd
}

shortText, longtext {
  display: block;
  color: #05aa2f
}

.devFooter li {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #26a6d1
}

.devFooter li a {
  display: block;
}

.k2fx5orderFast [data-k2="container"], .k2fx5orderFast [data-k2="searchResults"] {
  display: inline-block;
  width: 48%;
  vertical-align: top
}

.k2fx5orderFast .k2itemAmount {
  width: 40px
}

.k2fx5orderFast [data-k2="searchResults"] img {
  width: 50px;
}

.k2paymentOK {
  background: #05aa2f;
  color: #fefefe;
  padding: 14px;
  font-size: 23px
}

.k2paymentKO {
  background: #ba4d4d;
  color: #fefefe;
  padding: 14px;
  font-size: 23px
}

/*---------------------------------------*/

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  background: #f8f9fa;
  letter-spacing: 0.05rem;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*color: #535353;*/
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  /*background: #fefefe;*/
}

msg {
  display: block;
  border: 1px solid #e1e2e1;
  background: #f5f5f6;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1rem 0;
  width: 100%;
  color: #000;
  padding: 1rem;
}

.msgi {
  background: #c5cae9;
  border-color: #9499b7;
  color: #172071
}

.msgo {
  background: #c5e1a5;
  border-color: #aed581;
  color: #33691e
}

.msgw {
  background: #ffe082;
  border-color: #caae53;
  color: #883900
}

.msge {
  background: #ffab91;
  border-color: #c97b63;
  color: #581805;
}

.k2tx2documentUpload .k2notUploaded {
  background: khaki
}