/*<style>*/
@font-face {
    font-family: "Sansation";
    src: url("http://www.sportem.cz/graphics/fonts/sansation/Sansation_Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Sansation";
    src: url("http://www.sportem.cz/graphics/fonts/sansation/Sansation_Bold.ttf");
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: "Sansation";
    src: url("http://www.sportem.cz/graphics/fonts/sansation/Sansation_Italic.ttf");
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Sansation";
    src: url("http://www.sportem.cz/graphics/fonts/sansation/Sansation_Bold_Italic.ttf");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Sansation";
    src: url("http://www.sportem.cz/graphics/fonts/sansation/Sansation_Light.ttf");
    font-weight: lighter;
    font-display: swap;
}
@font-face {
    font-family: "Sansation";
    src: url("http://www.sportem.cz/graphics/fonts/sansation/Sansation_Light_Italic.ttf");
    font-weight: lighter;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "DejaVu Sans";
    src: url("http://www.sportem.cz/graphics/fonts/dejavu/DejaVuSans.ttf");
    font-display: swap;
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("http://www.sportem.cz/graphics/fonts/dejavu/DejaVuSans_Bold.ttf");
    font-weight: bold;
    font-display: swap;
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("http://www.sportem.cz/graphics/fonts/dejavu/DejaVuSans_Oblique.ttf");
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("http://www.sportem.cz/graphics/fonts/dejavu/DejaVuSans_BoldOblique.ttf");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("http://www.sportem.cz/graphics/fonts/dejavu/DejaVuSans_ExtraLight.ttf");
    font-weight: lighter;
    font-display: swap;
}

* {
  box-sizing: border-box;
  font-family: Robo, Verdana, Tahoma;
  font-size: 14px;
  /*font-weight: bold;*/
  color: #555;
}

BODY, TD, TH, INPUT, TEXTAREA, SELECT {
  font-family: Robo, Verdana, Tahoma;
	font-size: 14px;
  color: #555;
}
BODY {
	padding: 0;
	margin: 0;

  overflow-x: hidden;
  height: 100%;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  position: absolute;

  /*max-width: 1170px;

  margin: 0px auto;
  padding: 0px 5px;

  overflow: hidden;
  min-height: 100%;*/
}
.wrapper.main {
  padding-top: 200px;
}

.container {
  max-width: 1300px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container.sub {
  max-width: 100%;
  width: 330px;
  padding: 10px;
  text-align: center;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}

/*.clearfix {
  overflow: auto;
}*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* brwowser specific hacks */
/*.container {overflow:hidden;} *//*IE6 hack*/
/*.container {display:inline-block} .container {display:block}*/

/*.stick-top {
  position: fixed;
  top: 0;
}*/

/*HEADER .stick-top {
  padding-top: 102px;
}*/

/*zkopírovaný z PD kde neni základ border-box*/
.cont, .cont * {
  box-sizing: border-box;
}
.cont {
  width: 95%;
  max-width: 600px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
  background-color: #f0f8ff;
  border-radius: 3px;
  font-size: 14px;
  /*line-height: 20px;*/
}
.cont .header {
  width: 100%;
  max-width: 600px;
  background-color: #7dc8ff;
  font-size: 16px;
  font-weight: bold;
  /*height: 20px;
  line-height: 20px;*/
  padding: 12px;
  border-bottom: 1px solid lightgray;
  /*margin-left: -10px;*/
  border-radius: 3px;
  text-align: left;
}

INPUT, TEXTAREA, SELECT, BUTTON {
	background-color: #ffffff;
	color: #001108;
  vertical-align: middle;
  border: 1px solid gray;
  margin: 3px 4px;
  padding: 2px 2px;
}
INPUT:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), TEXTAREA, SELECT {
  box-shadow: 1px 2px 1px #efefef inset;
}
.input_frame INPUT:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), .input_frame TEXTAREA, .input_frame SELECT {
  box-shadow: initial;
}
/*BUTTON, INPUT[type=button], INPUT[type=submit] {
  box-shadow: 1px 2px 1px #efefef outset;
}*/
/*INPUT, TEXTAREA, SELECT, BUTTON {
  text-align: center;
}*/

/*.cont INPUT, .cont TEXTAREA, .cont SELECT {
	font-family: 'DejaVu Sans', 'Open Sans', Robo, Verdana, Tahoma;
	font-size: 14px;
  color: #555;
}
.cont INPUT, .cont TEXTAREA, .cont SELECT, .cont BUTTON {
	background-color: #ffffff;
	color: #001108;
  vertical-align: middle;
  border: 1px solid gray;
  margin: 3px 4px;
  padding: 2px 2px;
}
.cont .button, .cont BUTTON, .cont INPUT[type=button], .cont INPUT[type=submit] {
  font-weight: bold;
  background-color: white;
  border: 1px solid #0073c8;
  border-radius: 2px;
  color: #0073c8;
  padding: 8px 10px;
  text-transform: none;
  font-size: 14px;
  cursor: pointer;
  background-image: none;
  -webkit-transition: .10s;
  -moz-transition: .10s;
  -ms-transition: .10s;
  -o-transition: .10s;
  transition: .10s;
}
.cont .button:hover, .cont BUTTON:hover, .cont INPUT[type=button]:hover, .cont INPUT[type=submit]:hover {
  background-color: #f0f8ff;
  border: 1px solid #7dc8ff;
  background-image: none;
}
.cont .button.disabled, .cont BUTTON.disabled, .cont INPUT[type=button].disabled, .cont INPUT[type=submit].disabled, .cont INPUT[type=button][disabled=disabled] {
  background-color: #999999;
  border: 1px solid #666666;
  color: white;
}
.cont .button.disabled:hover, .cont BUTTON.disabled:hover, .cont INPUT[type=button].disabled:hover, .cont INPUT[type=button][disabled=disabled]:hover {
  background-color: white;
  border: 1px solid #0073c8;
  color: #0073c8;
}*/

INPUT[type=text], INPUT[type=password], INPUT[type=email] {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-radius: 2px;
}
INPUT[type=number] {/*password, search, tel*/
  text-align: right;
}
INPUT[type=checkbox], INPUT[type=radio] {
  margin: 1px;
}

FORM {
	margin: 0;
	padding: 0;
}

TH {
	text-align: left;
}

H1, H2, H3, H4 {
  color: #666666;
}
H1 {
  font-size: 24px;
  line-height: 200%;
  padding: 20px 10px 10px 10px;
  background-color: transparent;
  text-align: center;
}
H2 {
  font-size: 18px;
  line-height: 150%;
  padding: 10px 10px 10px 10px;
  background-color: transparent;
  text-align: center;
}
H3 {
	font-size: 16px;
  line-height: 140%;
  background-color: rgb(229, 229, 229); margin: 20px -10px; padding: 15px 20px; font-weight: bold;
}
H3 I {
	font-style: normal;
	font-weight: normal;
}
H4 {

}

A {
  color: #2989d8;
  text-decoration: none;
}
A:hover {
  color: #7dc8ff;
}
.tooltip .header {
  line-height: 26px;
  font-size: 18px;
  background-color: rgb(150,200,200);
  background-color: rgba(150,200,200, 0.9);
}
.tooltip .body {
  padding: 10px;
}

B, TH, STRONG {
  color: #000;
}
A B {
  color: inherit;
}
A[href^="tel:"] {
  white-space: nowrap;
}

HEADER {
  width: 100%;
  background-color: #f8f8f8;
  z-index: 20;
  /*background: linear-gradient(70deg, white, #1F9FFF 65%, white);*/
  /*background-image: image(rgba(0,0,255,.5)), url("bg-image.png");*/
}

NAV {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,539bd6+50,468ec9+51,7db9e8+100 */
  background: linear-gradient(70deg, white, #1F9FFF 65%, white);
  /*background: rgba(140,206,255);
  background: rgba(140,206,255,0.5);*/
  /*background: #7db9e8;
  background: -moz-linear-gradient(top, #7db9e8 0%, #539bd6 50%, #468ec9 51%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%,#539bd6 50%,#468ec9 51%,#7db9e8 100%);
  background: linear-gradient(to bottom, #7db9e8 0%,#539bd6 50%,#468ec9 51%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=0 );*/
  /*background-color: #2989d8;*/
}

MAIN {
  padding-bottom: 20px;
}
SECTION {
  margin: 20px 0px;
}
ARTICLE {

}

FOOTER {
  min-height: 200px;
  background-color: #44505f;
}

IMG {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-height: 100%;
}

CODE {
  white-space: pre-wrap;
  display: block;
  border: 1px dashed silver;
  background-color: #f8f8f8;
  padding: 4px;
}

NAV UL {
  background: none;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
NAV UL>LI {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0;
}
NAV UL>LI>A {
  margin: 5px 0px 5px 0px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  display: block;
  text-decoration: none;
  background: #0073c8;
  color: #fff0f8;
  /*border-right: 1px solid #7dc8ff;*/
  border-bottom: 3px solid #2989d8;
  -webkit-transition: .10s;
  -moz-transition: .10s;
  -ms-transition: .10s;
  -o-transition: .10s;
  transition: .10s;
}
NAV UL > LI > A > SPAN {
  padding: 1px 8px 1px 8px;
  display: inline-block;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: normal;
  border-right: 1px dotted #7dc8ff;
}
NAV UL > LI:last-child > A > SPAN {
  border-right: 0px;
}
/*NAV UL>LI.home>A {
  padding: 8px 12px 8px 12px;
}*/
/*NAV UL>LI.home>A {
  padding: 1px 12px 1px 12px;
}*/
NAV UL>LI>A:hover, NAV UL>LI.expanded>A {
  color: #ffffff;
  background-color: #0073c8;
  text-decoration: none;
  border-bottom: 3px solid #d82989;
}

NAV UL#navigation2>LI {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
NAV UL#navigation2>LI>A {
  height: 30px;
  line-height: 30px;
  color: darkgray;
}
NAV DIV[id^="suggest_subcats_"] {
  border: 1px solid lightgray;
  left: 0px;
  max-height: 600px;
  overflow-y: auto;
}

FOOTER * {
  color: white;
}
FOOTER .container {
  /*background-color: #0073c8;*/
  padding: 0px;
}
FOOTER H1,FOOTER H2,FOOTER H3,FOOTER H4,FOOTER H5 {
  background-color: transparent;
  color: #d8d8d8;
  margin: 0 0 .0em 0;
  padding: 10px 10px 10px 20px;
}
FOOTER .footer-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,539bd6+50,468ec9+51,7db9e8+100 */
  background: linear-gradient(70deg, white, #1F9FFF 65%, white);
  /*background: rgba(140,206,255);*/
  /*background: rgba(140,206,255,0.5);*/
  /*background: #7db9e8;
  background: -moz-linear-gradient(top, #7db9e8 0%, #539bd6 50%, #468ec9 51%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%,#539bd6 50%,#468ec9 51%,#7db9e8 100%);
  background: linear-gradient(to bottom, #7db9e8 0%,#539bd6 50%,#468ec9 51%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#7db9e8',GradientType=0 );*/
  /*background-color: #2989d8;*/
}
FOOTER #footer-body {
  -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;
  vertical-align: top;
  padding: 0px;
}
FOOTER #footer-body>DIV {
  height: 100%;
}
FOOTER #footer-body .flexbox {
  -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;
}
FOOTER #footer-body H3 {
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid gray;
}
FOOTER #footer-body A:not(.h3) {
  display: inline-block;
  color: #d8d8d8;
  padding-top: 3px; padding-bottom: 3px;
}
FOOTER #footer-body A:not(.h3), FOOTER #footer-body P {
  padding-left: 20px;
}
FOOTER #footer-body A:not(.h3):before {
  /*content: " ";*/
  display: inline-block;
  content: "\203A";
  padding-right: 10px;
  opacity: .6;
}
FOOTER #footer-body A:hover {
  color: #f8f8f8;
}
FOOTER #footer-body A.h3 H3:hover {
  background-color: #2989d8;
}

TABLE {
  border-spacing: 0;
  border: 0;
  max-width: 100%;
}

.hide {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.tucne, .bold {
  font-weight: bold;
}
.pull-left, .fl {
  float: left;
}
.pull-right, .fr {
  float: right;
}
/*SPAN, */.inline-block, DIV.narrower  {
  display: inline-block;
}

.block-fill {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

.flexbox {
  display: block;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
  -ms-flex-line-pack: start; align-content: flex-start;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.flexbox>.flexbox {
  display: -webkit-flex; display: -ms-flexbox; display: flex;
}
.flexbox.hide {
  display: none !important;
}
.flexbox>.flexitem, .flexbox>DIV {
  display: inline-block;
  float: left;
  position: relative;
  max-width: 100%;
}
.flex_column {
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
  -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;
  /*-ms-flex-line-pack: stretch; align-content: stretch;*/
  -ms-flex-wrap: nowrap; flex-wrap: nowrap;/*white-space: nowrap;*/
  -ms-flex-preferred-size: initial; flex-basis: initial;
  -ms-flex-negative: 0; flex-shrink: 0;
}
/*verticaly*/
.flex-top {
  -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;
}
.flex-stretch {
  -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;
  -ms-flex-line-pack: stretch; align-content: stretch;
}
/*horizontaly*/
.flex-row-stretch {
  -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;
  -ms-flex-line-pack: stretch; align-content: stretch;
}

.flexbox.nowrap .flexitem, .nowrap .flexbox>DIV, .flexbox>DIV.nowrap, .flexitem.nowrap {
  -ms-flex-wrap: nowrap; flex-wrap: nowrap;/*white-space: nowrap;*/
  -ms-flex-preferred-size: initial; flex-basis: initial;
  -ms-flex-negative: 0; flex-shrink: 0;
}

.flexitem DIV.content, .flexbox>DIV DIV.content {
  text-align: center;
  line-height: initial;
}
.list>.flexitem, .flexbox.list>DIV {
  border: 1px solid #f8f8f8;
  -webkit-transition: border 600ms;
  -moz-transition: border 600ms;
  -ms-transition: border 600ms;
  -o-transition: border 600ms;
  transition: border 600ms;
  /*background-color: #f8f8f8;*/
}
.list>.flexitem:hover, .flexbox.list>DIV:hover {
  border: 1px solid #2989d8;
  /*-webkit-transition: border 1000ms;
  -moz-transition: border 1000ms;
  -ms-transition: border 1000ms;
  -o-transition: border 1000ms;
  transition: border 1000ms;
*/
  /*background-color: #f8f8f8;*/
}
[id^="suggest_subcats_"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  -moz-transition: opacity 600ms, visibility 600ms;
  -ms-transition: opacity 600ms, visibility 600ms;
  -o-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}
[id^="department-list_"] {
  left: 0px;

}

.goodname {
  display: inline-block;
  width: 100%;
  color: #555;
  font-weight: bold;
}

.flexbox.list, .flexbox.goods_list__classic, .flexbox.goods_list__small {
  /*padding: 0;
  margin: 0;*/
  max-width: 100%;
  /*border-top: 0.75px solid #d8d8d8;*/
  border-left: 1px solid #f8f8f8;
}

.row:after {

}
.row {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
  -ms-flex-line-pack: start; align-content: flex-start;
  -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;
}

.col, .row>DIV {
  -webkit-box-flex: 1; -ms-flex: auto; flex: auto;
}
.col-50p {
  -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.col, .row>DIV {
  float: left;
}
#panel_desc .col, #panel_desc .row>DIV {
  float: none !important;
}

.row>DIV {
  float: left;
}

.col {
  white-space: initial;
  display: table-cell;
  padding: 5px;
  height: 100%;
}

/*table-like 'DIV row-col' layout for vertically-possible aligned content*/
.row-va:after {
  content: "";
  clear: both;
  display: table;
}
.col-va {
  content: "";
  clear: both;
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgb(64,64,64);
  background-color: rgba(64,64,64, 0.6);
}

.modal.show {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}
.tooltip {
  display: none;
  background-color: white;
  z-index: 70;
}
.tooltip.show {
  display: block;
  top: 0px;
  left: 0px;
}

.modal .content {
  margin: 25px auto;
  width: 95%;
  max-width: 600px;

  padding: 10px;
  /*border: 1px solid #999999;*/
  background-color: #ffffff;
}
.centered {
  margin: 0 auto;
}

.expanded {
  color: white;
}

I.fas, I.far, I.fal, I.fab {
  vertical-align: middle;
}


DIV.img {
  position: relative;
  height: 270px;
  line-height: 270px;
  text-align: center;
}
DIV.img.big {
  height: 420px;
  line-height: 420px;
}
#good_galery_modalable DIV.img {
  /*height: 100%;*/
}
/*DIV.img */.tags {
  position: absolute;
  left: -14px;
  top: 2px;
  /*background-color: rgba(255,255,192,0.5);*/
  line-height: 100%;
}
.tags.right {
  right: -24px;
  top: 200px;
  text-align: right;
}
/*DIV.img .tags */.tag {
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  font-size: 14px;
  min-width: 80px;
  z-index: 5;
  margin-bottom: 4px;
}
.tag.discount {
  background-color: rgb(255, 232, 0); background-color: rgba(255, 232, 0, 0.75);
  color: black;
}
.tag.gift {
  background-color: rgb(255, 0, 255); background-color: rgba(255, 0, 255, 0.75);
  color: white;
}
.tag.new {
  background-color: rgb(64, 64, 255); background-color: rgba(64, 64, 255, 0.75);
  color: white;
}
.tag.action {
  background-color: rgb(255, 255, 0); background-color: rgba(255, 255, 0, 0.75);
  color: black;
}
.tag.freeexp {
  background-color: rgb(36, 185, 197); background-color: rgba(36, 185, 197, 0.75);
  color: white;
}
.tag.coup {
  background-color: rgb(255, 168, 0); background-color: rgba(255, 168, 0, 0.75);
  color: black;
}

.small {
  font-size: 12px;
}
.nowrap {
  white-space: nowrap;
}

.listing {
  text-align: center;
}
.listing>SPAN {
  display: inline-block;
}
.listing A, .listing B {
  display: inline-block;
  border: 1px solid #999999;
  padding: 1px 2px;
  margin: 1px;
  width: 26px;
  text-align: center;
  font-size: 14px;
  /*font-weight: bold;*/
  background-color: #ffffff;
  color: #666666;
}
.listing A:hover {
  background-color: #f0f8ff;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  /*font-weight: bold;*/
}
.listing B {
  background-color: #d8d8d8;
  color: #666666;
  border: 1px solid #666666;
}

.listing_L {
  display: inline-block;
  float: left;
}
.listing_L A {
  display: inline-block;
  width: 84px;
  white-space: nowrap;
}
.listing_C {

}
.listing_R {
  display: inline-block;
  float: right;
}
.listing_R A {
  display: inline-block;
  width: 74px;
  white-space: nowrap;
}

#cartMini {
  width: 120px;
  min-width: 100px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 2px;
  line-height: 24px;
  background: white url('http://www.sportem.cz/graphics/cart_hand.png') no-repeat 4px 50%;
}
#loginMini {
  background: white url('http://www.sportem.cz/graphics/login.png') no-repeat 4px 50%;
}

/* MODUL VYHLEDÁVÁNÍ */
#fltr_price_range {}
#fltr_price_range .range_bar {
  position: relative;
  display:inline-block;
  height:12px;
  border:1px solid #2989d8;
  border-radius:10px;
  padding:0px;
  margin:0px;
}
#fltr_price_range .range_bar .point_min {
  position: absolute;
  top:-7px;
  left: 0px;
  height:24px;
  background-color: #2989d8;
  border:1px outset #7dc8ff;
  /*border-right: 1px solid #7dc8ff;*/
  border-radius: 10px 0px 0px 10px;
  padding:0px;
  margin:0px;
  text-align: center;
  cursor: w-resize;
}
#fltr_price_range .range_bar .point_range {
  position: absolute;
  top:1px;
  display: inline-block;
  height:8px;
  background-color: white;
  border:0px solid #666666;
  border-radius: 0px 0px 0px 0px;
  padding:0px;
  margin:0px;
  text-align: center;
}
#fltr_price_range .range_bar .point_max {
  position: absolute;
  top:-7px;
  display: inline-block;
  height:24px;
  background-color: #2989d8;
  border:1px outset #7dc8ff;
  /*border-left: 1px solid #0073c8;*/
  border-radius: 0px 10px 10px 0px;
  padding:0px;
  margin:0px;
  text-align: center;
  cursor: w-resize;
}

#filter_producers {
  /*max-width: 88%;*/
  max-height: 85px;
  padding: 5px;
  border-bottom: 1px solid #eeeeee;
  overflow-y: auto;
}
#filter_producers>SPAN {
  border: 0px outset green;
  background-color: #0073c8;
  border-radius: 0px;
  margin: 2px;
  padding: 3px;
  color: white;
}
#filter_producers>SPAN INPUT[type=checkbox] {
  border: 0px outset green;
  background-color: #0073c8;
  background-color: rgba(17,170,136,0.5);
  color: white;
}
/* END - MODUL VYHLEDÁVÁNÍ */

.button {
  display: inline-block;
  background-color: #0073c8;
  border: 1px solid #7dc8ff;
  color: white;
  /*background-color: #2989d8;
  border: 1px solid #0073c8;
  color: white;*/
  padding: 5px 7px;
  /*margin: 8px auto;*/
  font-size: 17px;
  white-space: nowrap;
  /*text-transform: uppercase;*/
  cursor: pointer;
  -webkit-transition: .10s;
  -moz-transition: .10s;
  -ms-transition: .10s;
  -o-transition: .10s;
  transition: .10s;
}
.button.small, BUTTON, INPUT[type=button], INPUT[type=submit] {
  font-weight: normal;
  background-color: #2989d8;
  border: 1px outset #2989d8;
  border-radius: 0px;
  color: white;
  /*font-weight: bold;
  background-color: white;
  border: 1px solid #0073c8;
  border-radius: 0px;
  color: #0073c8;*/
  /*margin: 2px;*/
  padding: 8px 10px;
  text-transform: none;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: .10s;
  -moz-transition: .10s;
  -ms-transition: .10s;
  -o-transition: .10s;
  transition: .10s;
}
.button.small:hover, BUTTON:hover, INPUT[type=button]:hover, INPUT[type=submit]:hover {
  background-color: #f0f8ff;
  border: 1px solid #7dc8ff;
  color: #2989d8;
  /*color: #7dc8ff;*/
}
.button.disabled, BUTTON.disabled, INPUT[type=button].disabled, INPUT[type=submit].disabled, INPUT[type=button][disabled=disabled] {
  background-color: #999999;
  border: 1px solid #666666;
  color: white;

  /*display: inline-block;
  padding: 5px;
  background-color: lightgray;
  border: 1px solid red;
  color: #444444;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;*/
}
.button.disabled:hover, BUTTON.disabled:hover, INPUT[type=button].disabled:hover, INPUT[type=button][disabled=disabled]:hover {
  background-color: white;
  border: 1px solid #0073c8;
  color: #0073c8;
}
.button.buy {
  /*font-size: 13px;*/
}
.button.buy input[type="number"]::-webkit-outer-spin-button, .button.buy input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
.button.buy input[type="number"] {
  -moz-appearance: textfield;
}

.button.buy SMALL {
  color: inherit;/*#7dc8ff*/
}
.button.buy:hover {
  background-color: white;
  border: 1px solid #2989d8;
  color: #0073c8;
}
A.button.buy {
  position: relative;
  width: 250px;
  height: 36px;
  line-height: 32px;
  padding: 0px;
}
A.button.buy.visited {
  /*background: #d82989;*/
  /*color: #d82989;*/
}
.button.visited .fas, .button.visited .far, .button.visited .fal, .button.visited .fab {
  color: #e87db9;
}
A.button.buy.confirm {
  color: black;
  /*animation: animate_button_confirm 2s linear infinite;*/
}
/*@keyframes animate_button_confirm {
  0% { background-color: #7dc8ff; }
  100% { background-color: #2989d8; }
}*/
A.button.buy SPAN.for_confirm {
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  text-align: center;
  background: inherit;
  font-size: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  color: inherit;
}
A.button.buy SPAN {
  font-size: inherit;
  color: inherit;
}
A.button.buy.confirm SPAN.for_confirm {

}
/*A.button.buy.confirm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fb0094, #00f, #0f0, #ff0, #f00, #fb0094, #00f, #0f0, #ff0, #f00);
  background-size: 400%;
  opacity: 1;
  filter: blur(5px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  animation: animate_button_confirm 20s linear infinite;
}
@keyframes animate_button_confirm {
  0% { background-position: 0 0; }
  50% { background-position: 300% 0; }
  100% { background-position: 0 0; }
}*/
A.button.buy.confirm:hover::before,A.button.buy.confirm:hover::after {
  opacity: 0;
}

SPAN[id$="_addToCart_btnText"] {
  display: inline-block;
  width: 140px;
  font-weight: normal;
}
@media all and (max-width: 546px) {
  SPAN[id$="_addToCart_btnText"] {
    width: 100px;
  }
  A.button.buy {
    width: 200px;
  }
}

.button.watch {
  color: #7dc8ff;
  /*background-color: #f0f8ff;*/
}
.button.watch:hover {
  background-color: white;
  border: 1px solid #2989d8;
  color: #0073c8;
}
.button.slide {
  width: 28px;
  line-height: 70px;
  height: 82px;
  text-align: center;
  /*background-color: silver;*/
  /*color: white;
  border: 1px solid #f8f8f8;*/
  border-radius: 0px;
  padding: 8px 5px;
  border-color: transparent;
}

.button .fas, .button .far, .button .fal, .button .fab {
  font-size: 20px;
  color: #2989d8;
}
.button.small .fas, .button.small .far, .button.small .fal, .button.small .fab {
  color: #f0f8ff;
  /*color: #2989d8;*/
}
.button.small:hover .fas, .button.small:hover .far, .button.small:hover .fal, .button.small:hover .fab {
  color: #2989d8;
}
.button.slide .fas {

}

B.sleva {
  color: green;
}
.clr-1-sl {
  color: #f0f8ff;
}
.clr-1-lig {
  color: #7dc8ff;
}
.clr-1-med {
  color: #2989d8;
}
.clr-1-drk {
  color: #0073c8;
}
.zdarma {
  font-weight: bold;
  color: green;
}
DIV.line {
  border-top: 0.75px solid #d8d8d8;
  border-bottom: 0.75px solid #d8d8d8;
  margin-bottom: 8px;
}

A.cat {
  display: inline-block;
  border: 1px solid #2989d8;
  padding: 4px;
}

#srch_fltrs {
  padding: 3px;
  margin: 5px 0px 10px 0px;
  border-left: 4px solid #2989d8;
  /*background-color: #f0f8ff;*/
}

SPAN.close, I.close {
  /*background-color: #dd4444;*/
  border: 0px outset #dd4444;
  border-radius: 9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #dd4444;
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  cursor: pointer;
}
/* OLD - reimplement */

.info-box {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.info-box-in {
	padding: 15px;
}
.info-box .warning {
	color: #b62a33;
}
.info-box .info {
	background-color: #E5f8E5;
  color: #0073c8;
}

.price, .cena, .cenasdph, .cenabezdph {
  color: #dd4400;
	/*color: #dd0022;*/
  font-weight: bold;
	font-size: 18px;
  white-space: nowrap;
}
.price NOBR, .cena NOBR, .cenasdph NOBR, .cenabezdph NOBR {
  color: inherit;
  font-size: inherit;
}
.bezna {
  text-decoration: line-through;
}
.cena.small {
  font-size: 16px;
}

.goods_list_row {
  border: 1px solid silver;
  margin: 5px;
  display: inline-block;
  width: 500px;
  max-width: 90%;
}
.goods_list_row>a.good_link {
  display: inline-block;
  width: 80%;
}

.path-arr {
  display: block;
  position: relative;
  min-height: 28px;
  margin-top: 5px;
  /*border-top: 1px solid #f8f8f8;*/
  /*border-bottom: 1px solid #f8f8f8;*/
  overflow: visible;
}
.path-arr A {
  display: inline-block;
  margin-left: -20px;
  padding: 4px 20px;
  padding-left: 40px;
  line-height: 18px;
  height: 28px;
  /*width: 200px;*/
  border: 1px solid transparent;/*#999999*/
  /*border-top-left-radius: 20% 80%;
  border-bottom-right-radius: 20% 80%;*/
  border-top-right-radius: 8px 50%;
  border-bottom-right-radius: 8px 50%;
  border-left-width: 0px;

  color: black;
  background: linear-gradient(70deg, transparent, aquamarine);

  /*border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;*/
}

/*COMPONENTS*/
.panels {
  border: 1px solid #666666;
}

.bookmarks {
  z-index: 2;
  margin-bottom: -1px;
  background-color: #f8f8f8;
}

.bookmark {
  display: inline-block;
  /*background-color: #d8d8d8;*/
  border: 1px solid #999999;
  color: black;
  padding: 5px 17px;
  /*margin: 8px auto;*/
  font-size: 17px;
  white-space: nowrap;
  /*text-transform: uppercase;*/
  cursor: pointer;
  -webkit-transition: .10s;
  -moz-transition: .10s;
  -ms-transition: .10s;
  -o-transition: .10s;
  transition: .10s;
}
.bookmark.active {
  background-color: white;
  border: 1px solid #666666;
  color: #0073c8;
  border-bottom: 1px solid white;
}
.bookmarks-panels .panel {
  min-height: 200px;
  padding: 10px;
}

.panel IMG {
  max-width: 100%;
}

.goods_list__small>DIV {
  white-space: initial;
  display: inline-block;
}
.good-classic-outer, .flexbox.goods-small>DIV, .goods_list__small>DIV {
  padding: 10px 20px 10px 20px;
}
/*.flexbox.goods-small>DIV:hover, .flexbox.goods_list__small>DIV:hover {

}*/
.row_scroll.goods_list__small>DIV {
  max-width: 300px;
}

#Uloz_list {
  border: 1px solid #d8d8d8;
}
.trans-list>DIV {
  display: inline-block; width: 100%;
}
.trans-list>DIV:nth-child(2n) {
  background-color: #f8f8f8;
}
.trans-list>DIV>LABEL {
  display: inline-block;
  cursor: pointer;
  width: 100%;
}
#Uloz_list.filtered>DIV {
  display: none;
}
#Uloz_list.filtered>DIV.show {
  display: inline-block;
}


.nav-col-logo {
  max-width: 200px;
}

#search-main_border {
  position: relative;
  display: inline-block;
  min-width: 200px;
  max-width: 400px;
  width: 90%;
  height: 38px;

  padding: 0px;

  /*border: 0px solid gray !important;*/
  border-radius: 0px;

  background-color: #ffffff;
}

.searchText-border {
  /*width: 85%;*/
  max-width: 470px;
  width: 90%;

  /*background-color: #ddffff;*/
}
#searchText {
/*  border: 0;

  width: 100%;
  height: 32px;
  margin: 0px;

  font-size: 16px;
  text-align: left;
  padding-left: 4px;*/
}
.searchBtn-border {
  position: absolute; top: -1px; right: -1px;

  width: 38px;

  /*background-color: #ffffff;*/
}
#searchBtn {
  /*position: absolute; top: 1px; right: 1px;*/
  border: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f4f99+0,157fd6+50,1076c9+53,54a6e5+100 */
  /*background: #0f4f99;
  background: -moz-linear-gradient(top, #0f4f99 0%, #157fd6 50%, #1076c9 53%, #54a6e5 100%);
  background: -webkit-linear-gradient(top, #0f4f99 0%,#157fd6 50%,#1076c9 53%,#54a6e5 100%);
  background: linear-gradient(to bottom, #0f4f99 0%,#157fd6 50%,#1076c9 53%,#54a6e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4f99', endColorstr='#54a6e5',GradientType=0 );*/
  /*box-sizing: content-box;*/

  width: 38px; height: 38px;
  margin: 0px;
  padding: 0px;
  border-top-right-radius: 5px; border-bottom-right-radius: 5px;
  background: transparent;
}
#searchBtn I.fas, #searchBtn I.far, #searchBtn I.fal, #searchBtn I.fab {
  color: #0073c8;
}
HEADER.fixed {
  border-bottom: 1px solid #f0f8ff;
}
HEADER.fixed .can-hide, HEADER.fixed .hide-fixed {
  display: none;
}
HEADER.fixed .show-fixed {
  display: inline;
}
HEADER.fixed.minimized NAV {
  display: none;
}
HEADER.fixed.minimized .hide-minimized {
  display: none;
}
#contact-bar {
  text-align: right; float: right; padding-top: 2px;
}

.header-btn-panel {
  height: 30px;
  min-width: 30px;
  margin: 2px;
  background-color: #ffffff;
  border: 1px outset #ffffff;
}
.header-panel {

}

HEADER.fixed .header-top, HEADER.fixed .header-top>TABLE {
  height: 92px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
HEADER.fixed.minimized .header-top, HEADER.fixed.minimized .header-top>TABLE {
  height: 55px;
}
.nav-logo {
  max-width: 166px;
  /*max-height: 81px;*/
  padding: 0px;
  -webkit-transition: max-width 1s;
  -moz-transition: max-width 1s;
  -ms-transition: max-width 1s;
  -o-transition: max-width 1s;
  transition: max-width 1s;
}
HEADER.fixed.minimized .nav-logo {
  max-width: 92px;
}
HEADER.fixed .nav-logo IMG {
  margin: 5px;
  max-height: 80px;
}
HEADER.fixed.minimized .nav-logo IMG {
  margin: 0px;
}

.nav-item {
  padding-top: 6px;
  height: 61px;
  max-width: 85px;
  text-align: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
}
.nav-item .ico {
  height: 34px;
}
.nav-item .ico I.fas, .nav-item .ico I.far {
  font-size: 2em;
  color: #0073c8;
}
HEADER.fixed.minimized .nav-item {
  padding-top: 1px;
  height: 41px;
}
HEADER.fixed.minimized .nav-item .ico {
  height: 20px;
}
HEADER.fixed.minimized .nav-item .ico I.fas, HEADER.fixed.minimized .nav-item .ico I.far {
  font-size: 1em;
}
.nav-item:hover {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.5);
}
.nav-item.dropped {
  border: 0px solid #999999;
  border-bottom: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 51;
  background-color: #ffffff;
}
HEADER.fixed.minimized  #searchForm #search-main_border {
  margin: 1px;
}

.drop, .droppanel {
  position: absolute;
  display: none;
  /*min-width: 150px;*/
  width: 620px;
  min-height: 67px;
  border: 0px solid #999999;
  background-color: #ffffff;
  /*padding: 8px;*/
  z-index: 50;
  overflow-y: auto;
}
.modal .drop {
  z-index: 90;
}
.panel-drop {
  z-index: 40;
}
.panel-drop>.drop {/*.drop#login_poppanel, .drop#cart_poppanel*/
  right: 0px;
  top: -7px;
  left: auto;
}

.fas, .far, .fal, .fab {
  color: #0073c8;
}

.shadow {
  box-shadow: 0 3px 3px rgb(0,0,0);
  box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}
.shadow-blue {
  box-shadow: 0 3px 3px rgb(32,64,128);
  box-shadow: 0 3px 3px rgba(32,64,128,0.5);
}

.input_frame {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 2px;
  margin: 5px;
  padding: 0px 6px 0px 2px;
  white-space: nowrap;
  height: 38px;
  line-height: 36px;
  vertical-align: middle;
  background-color: #ffffff;
  max-width: 100%;
  width: 280px;
}
.input_frame.required {
  border: 1px inset #dd0022;
}
.input_frame>INPUT {
  border: 0px solid transparent;
  text-align: left;
  width: 250px;
  height: 28px;
}
.input_frame>SELECT {
  width: 100%;
  border: 0px;
}

.input-frame {
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 2px;
  margin: 5px;
  padding: 0px;
  white-space: nowrap;
  height: 38px;
  /*line-height: 36px;*/
  vertical-align: middle;
  background-color: #ffffff;
  max-width: 100%;
  width: 280px;
}
.input-frame>DIV {
  width: auto !important;
  height: 36px;
  padding: 0px !important;
}
.input-frame>DIV:nth-child(1) {
  width: 90%;
  flex: 1;
}
.input-frame>DIV:nth-child(2) {
  width: 20px;
  flex: 0 0 20px;
  line-height: 36px;
  text-align: center;
}
.input-frame.required {
  border: 1px inset #dd0022;
}
.input-frame INPUT {
  border: 0px solid transparent !important;
  text-align: left;
  width: 100% !important;
  height: 36px !important;
  /*line-height: normal;*/
  margin: 0px !important;
  padding: 2px 5px 2px 5px !important;
  box-shadow: none !important;
}
.input-frame SELECT {
  width: 100%;
  height: 36px;
  border: 0px solid transparent;
  margin: 0px;
}

DIV.basket-goods>DIV.row {
  min-height: 80px;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  /*border-bottom: 1px solid lightgray;*/
}
/*@media all and (max-width: 546px) {
  DIV.basket-goods>DIV.row {
    height: auto;
  }
}*/
DIV.basket-goods>DIV.row>DIV {
  vertical-align: middle;

}
DIV.basket-goods>DIV.row:nth-child(odd) {
  /*background-color: #f8f8f8;*/
}

DIV.basket-goods>DIV.row>DIV:nth-child(1) {
  min-width: 80px;
  width: 15%;
  /*background-color: blue !important;*/
}
DIV.basket-goods>DIV.row>DIV:nth-child(2) {
  min-width: 80px;
  width: 35%;
  /*background-color: green !important;*/
}
DIV.basket-goods>DIV.row>DIV:nth-child(3) {
  min-width: 150px;
  width: 27%;
  /*background-color: yellow !important;*/
}
DIV.basket-goods>DIV.row>DIV:nth-child(4) {
  min-width: 150px;
  width: 20%;
  /*background-color: yellow !important;*/
}
DIV.basket-goods>DIV.row>DIV:nth-child(5) {
  min-width: 20px;
  max-width: 50px;
  width: 3%;
  /*background-color: yellow !important;*/
}

DIV.cart-goods DIV.row.good {
  min-height: 80px;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  /*border-bottom: 1px solid lightgray;*/
}
/*@media all and (max-width: 546px) {
  DIV.cart-goods DIV.row.good {
    height: auto;
  }
}*/
DIV.cart-goods DIV.row.flexbox.good>DIV {
  vertical-align: middle;

}
DIV.cart-goods DIV.row.flexbox.good:nth-child(odd) {
  /*background-color: #f8f8f8;*/
}

DIV.cart-goods DIV.row.flexbox.good>DIV:nth-child(1) {
  min-width: 80px;
  width: 15%;
  line-height: normal;
  padding: 0px;
  /*background-color: blue !important;*/
}
DIV.cart-goods DIV.row.flexbox.good>DIV:nth-child(2) {
  min-width: 80px;
  width: 35%;
  padding: 10px;
  /*background-color: green !important;*/
}
DIV.cart-goods DIV.row.flexbox.good>DIV:nth-child(3) {
  min-width: 200px;
  width: 32%;
  padding: 10px;
  text-align: right;
  /*background-color: yellow !important;*/
}
DIV.cart-goods DIV.row.flexbox.good>DIV:nth-child(4) {
  min-width: 100px;
  width: 15%;
  padding: 10px;
  text-align: right;
  /*background-color: yellow !important;*/
}
DIV.cart-goods DIV.row.flexbox.good>DIV:nth-child(5) {
  min-width: 20px;
  max-width: 50px;
  width: 3%;
  /*background-color: yellow !important;*/
}

.basket-good {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.basket-price {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}
.basket-weight {
  text-align: right;
 /*font-weight: bold;*/
}
.basket-package {
  text-align: center;
 /*font-weight: bold;*/
}
.basket-title-pcs {
  text-align: center;
  font-weight: bold;
}
.basket-title-good {
  text-align: left;
  font-weight: bold;
}
.basket-title-price {
  text-align: right;
  font-weight: bold;
}

FORM.styled, FORM.stylized {
  padding: 15px;
  background-color: #f0f8ff;
  border-color: #7dc8ff;
}

.galery.modalable {
  width: 100%;
  height: 400px;
}
.galery.modalable DIV.img {
  /*height: 100%;
  margin-bottom: -100px;
  padding-bottom: 100px;*/
}
.galery.modalable.modal {
  height: 100%;
}
.galery.modalable.modal .tags {
  display: none;
}
/*.galery.modalable.modal .vertical-middle {
  position: relative;
  top: 50%;
  transform: initial;
}*/
.modalable .close {
  display: none;
}
.modal .close {
  border-radius: 11px;
  background-color: white;
  color: #dd4444;
  font-size: 24px;
  margin: 5px;
  z-index: 98;
  display: initial !important;
}
.modal.drop-dim {
  z-index: 19;
}

#cart_poppanel {
  padding: 8px;
}
#menu_poppanel {
  max-width: 100%;
  width: 400px;
}
#menu_poppanel>A {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
  /*border-bottom: 2px solid #f0f8ff;*/
  padding: 0px 8px 0px 8px;
}
#menu_poppanel>A.menu-cat {

}
.form {
  max-width: 620px;
  margin: 10px auto 10px auto;
}
.form #form_company {
  background-color: #fafafa;
}
.form #form_dodaci {
  background-color: #f8f8f8;
}
.form .flexbox>DIV {
  width: 100%;
  padding: 5px;
}
.form .flexbox>.col-1 {
  width: 100%;
}
.form .flexbox.inputs_2c>DIV, .form .flexbox>.col-1_2 {
  width: 50%;
}
.form .flexbox>DIV .input_frame, .form .flexbox>DIV INPUT:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.form .flexbox>DIV .input_frame>INPUT:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.form .flexbox>DIV LABEL {
  margin-left: 5px;
}
.form INPUT:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), .form SELECT {
  border: 1px solid #999999;
  /*border-radius: 3px;*/
  margin: 5px;
  padding: 8px 8px 8px 8px;
  height: 38px;
  line-height: 36px;
  vertical-align: middle;
  background-color: #ffffff;
  /*width: 280px;*/
  width: 100%;
  box-shadow: 1px 2px 1px #efefef inset;
}

#search_modalable.modal>* {
  display: block;
}

#good_galery_modalable {
  display: block;
  text-align: center;
}
#good_galery_modalable #div_galMainImg {
  /*max-height: 312px;
  max-width: 312px;*/
  height: 400px;
  /*width: 600px;*/
  width: 100%;
  line-height: initial;
}
#good_galery_modalable #div_galMainImg IMG {
  /*max-height: 312px;
  max-width: 312px;*/
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#good_galery_modalable.modal #div_galMainImg {
  line-height: initial;
  max-height: initial;
  max-width: initial;
  height: initial;
  width: initial;
}
#good_galery_modalable.modal #div_galMainImg IMG {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/*#good_galery_modalable.modal #galery_slider {
  position: fixed;
  width: 100% !important;
  bottom: 0px;
  left: auto;
  right: auto;
}*/
#good_galery_modalable.modal #galery_slider {
  height: 82px;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

#search_modalable I.close {
  display: none;
}
#search_modalable.modal I.close {
  display: block;
}
/* inputy s cenou objednavky */
INPUT.orderDoprava {
	border: 0px solid;
	background-color: #fff;
	FONT-SIZE: 8pt;
	COLOR: #666666;
	font-weight: bold;
	text-align: right;
}
/*.required:after {
  content: ' *';
  color: #dd0000;
}*/
.form2c .c1 {
  width: 40%;
}
.form2c .c2 {
  width: 60%;
}

.success {
  color: #00cc44;
}
.fail {
  color: #dd0000;
}
.a-v-middle {
	height: 100px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#div_galMainImg {
  display: inline-block;
}
#a_galMainImg {
  position: relative;
  display: block;
}
#thumbs_galery {
  scroll-behavior: smooth;
  display: block !important;
  /*margin: 0px 30px;*/
  line-height: 80px;
  height: 82px;
  overflow-y: hidden; overflow-x: hidden;
  border: 0px solid #dddddd;
  background-color: white;
}
#thumbs_galery_sub {
  height: 82px;
  white-space: nowrap;
}
#thumbs_galery>DIV>A {
  display: inline-block;
  height: 80px;
  width: 80px;
  /*border: 2px solid transparent;*/
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  margin: 0px;
}
#thumbs_galery>DIV>A>IMG {
  vertical-align: middle;
  border: 0px solid #dddddd;
}
#thumbs_galery>DIV>A.active {
  border-bottom: 2px solid #2989d8;
}

TABLE.modifikace {
  text-align: right; display: inline-table;
}
TABLE.modifikace TR {

}
TABLE.modifikace TR>TH {
  /*font-size: 12px;*/
  text-align: center;
  text-transform: capitalize;
  color: white;
  background-color: #2989d8;
}
TABLE.modifikace TR>TD {
  text-align: right;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: initial;
  -webkit-text-fill-color: initial;
  -webkit-box-shadow: initial;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.order-steps {
  display: inline-block;
  min-width: 80px;
  height: 50px;
  line-height: 30px;
  /*border-radius: 5px;*/
  padding: 8px;
  margin: 8px;
  font-weight: bold;
  font-size: 14px;
}

.show-producers {
  max-width: 1100px;
  margin: 0px auto 0px auto;
}
.show-producers>DIV {
  /*width: 16.66%;*/
  min-width: 16.66%;
  max-width: 180px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}
.show-producers IMG {
  max-width: 120px;
  max-height: 50px;
}

IFRAME.autosize_big {
  /*border: 1px solid #f0f0f0;*/
  max-width: 800px !important;
  width: 100%;
  /*max-height: 800px;*/
  display: block;
  margin: 0 auto;
}

#panel_desc IMG {
  /*max-width: initial;
  height: initial;*/
  max-width: 100%;
  height: auto !important;
}
#panel_desc IFRAME {
  border: 1px solid #f0f0f0;
  /*max-width: initial;
  height: initial;*/
  max-width: 100%;
  /*height: auto !important;
  min-height: calc(100vw / 1.75);*/
}
#panel_desc TABLE {
  /*max-width: initial;
  height: initial;*/
  max-width: 100%;
  /*height: auto !important;
  min-height: calc(100vw / 1.75);*/
}

#panel_desc .flexbox {
  -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;
}
#panel_desc .flexbox>DIV {
  min-width: 50%;
}
#panel_desc .flexbox>DIV IMG {
  max-width: 100%;
  max-height: 100%;
}

#trans_info, #branch_detail {
  display: inline-block;
  /*background-color: #f0f8ff;*/
  border: 1px outset #999999;
  padding: 5px;
}
#branch_detail {
  height: 300px;
  width: 100%;
  overflow: auto;
}
.modal #branch_detail {

}

.for_admin, .for-admin {
  background: transparent url('/graphics/strafe_gray.gif') top left repeat;
}


/*.buttonize-lables LABEL {
  border: 3px outset rgb(128,128,128);
  border: 3px outset rgba(128,128,128,0.5);
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  min-height: 30px;
}
.buttonize-lables LABEL:has(INPUT[type=radio]:checked) {
  background-color: blue;
}*/

.control {
  width: 100%;
  margin-left: 0px !important;
}

.desc.short {
  margin: 10px 0px 20px 0px;
  height: 70px;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
  font-size: 12px;
}
.desc.short * {
  font-size: 12px !important;
}
.desc.short P {
  margin: 0px;
}

INPUT[type="radio"][name="paymant"]:disabled+LABEL { color: #bfbfbf; }

.flexbox.icon-head-text {
  -webkit-box-align: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important;
  min-height: 80px;
}
.flexbox.icon-head-text>DIV {
  min-width: auto !important;
  max-width: none !important;
  width: auto;
  padding: 15px;
  border: 0px solid gray;
}
.flexbox.icon-head-text>DIV:nth-child(1) {
  width: 80px;
  padding: 10px 15px 10px 15px;
}
.flexbox.icon-head-text>DIV:nth-child(2) {
  width: 160px;
}
.flexbox.icon-head-text>DIV:nth-child(3) {
  width: auto;
}


  .cats>.flexitem.category {
    min-height: 140px !important;
    height: 140px !important;
    padding: 0px !important;
  }
  .cats>.flexitem.category .flexbox {
    min-height: auto !important;
    height: 140px !important;
    padding: 0px;
  }
  .cats>.flexitem.category .flexbox>DIV {
    min-height: auto !important;
    /*height: 140px !important;*/
    /*line-height: 120px;*/
    border: 0px;
  }
  .cats>.flexitem.category .flexbox>.img {
    height: 140px;
    line-height: 120px;
    width: 50%;
  }
  .cats>.flexitem.category .flexbox>.content {
    width: 50%;
    height: auto;
    overflow-x: hidden;
    padding: 6px;
  }

  .cats>.flexitem.category_low {
    min-height: 60px !important;
    height: 60px !important;
    padding: 0px !important;
  }
  .cats>.flexitem.category_low .flexbox {
    min-height: auto !important;
    height: 60px !important;
    padding: 0px;
  }
  .cats>.flexitem.category_low .flexbox>DIV {
    min-height: auto !important;
    /*height: 140px !important;*/
    /*line-height: 120px;*/
    border: 0px;
  }
  .cats>.flexitem.category_low .flexbox>.img {
    height: 60px;
    line-height: 40px;
    width: 35%;
  }
  .cats>.flexitem.category_low .flexbox>.content {
    width: 65%;
    height: auto;
    overflow-x: hidden;
    padding: 6px;
    text-align: left;
  }

  /* MEDIA */

@media all and (max-width: 546px) {
  .maxW546-hide {
    display: none;
  }
  .minW546-hide {
    /*display: initial;*/
  }
  #footer-body {
    height: auto;
  }
  /*#footer-body>.flexbox>DIV {
    width: 100%;
    border: 0;
  }*/
  /*.flexitem, .flexbox>DIV, */#footer-body>DIV, .flexbox.goods_list__classic .flexitem, .flexbox.goods_list__classic>DIV, .goods_list__small>DIV {
    width: 100%;
    -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto;
    -ms-flex-item-align: auto; -ms-grid-row-align: auto; align-self: auto;
  }
  .flexitem DIV.img, .flexbox>DIV DIV.img {
    position: relative;
    /*-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;*/
    -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto;
    -ms-flex-item-align: auto; -ms-grid-row-align: auto; align-self: auto;
  }
  .flexitem DIV.content, .flexbox>DIV DIV.content {
    position: relative;
    /*-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;*/
    -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto;
    -ms-flex-item-align: auto; -ms-grid-row-align: auto; align-self: auto;
  }
  .goods .flexitem DIV.img, .goods .flexbox>DIV DIV.img {
    float: left;
    width: 50%;
  }
  .goods .flexitem DIV.img>A>IMG, .goods .flexbox>DIV DIV.img>A>IMG, DIV.img.goods>A>IMG {
    max-width: 100%;
    /*!!!hlavně IE 11 a Android 4.4 nepodporují - předělat na bg-img*/
    -o-object-fit: contain; object-fit: contain;
  }
  .goods .flexitem DIV.content, .goods .flexbox>DIV DIV.content {
    float: right;
    width: 50%;
    /*height: 220px;*/
  }
}
@media all and (min-width: 547px) {
  /*#footer-body>.flexbox>DIV {
    width: 25%;
    height: 100%;
    padding-left: 15px;
  }*/
  .flexitem, .flexbox>DIV {
    position: relative;
    display: inline-block;
    float: left;
    /*min-width: 12.5%;
    max-width: 25%;*/
    /*-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;*/
    -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto;
    -ms-flex-item-align: auto; -ms-grid-row-align: auto; align-self: auto;
  }
  /*.goods .flexitem, .goods .flexbox>DIV, */.flexbox.goods_list__classic .flexitem, .flexbox.goods_list__classic>DIV {
    min-height: 520px;

    /*margin: -1px 0px 0px -1px;*/
    padding: 5px;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
  .cats .flexitem, .cats .flexbox>DIV {
    height: 200px;


    /*margin: -1px 0px 0px -1px;*/
    padding: 10px;
    border-bottom: 0.75px solid #d8d8d8;
    border-right: 0.75px solid #d8d8d8;
  }
  .cats .flexitem DIV.img, .cats .flexbox>DIV DIV.img {
    height: 160px;
    line-height: 160px;
  }
  [id^="department-list"].cats .flexitem, [id^="department-list"].cats .flexbox>DIV {
    min-height: 160px;


    /*margin: -1px 0px 0px -1px;*/
    padding: 10px;
    /*border-bottom: 0.75px solid #d8d8d8;
    border-right: 0.75px solid #d8d8d8;*/
  }
  [id^="department-list"].cats .flexitem DIV.img, [id^="department-list"].cats .flexbox>DIV DIV.img {
    height: 120px;
    line-height: 120px;
  }
  [id^="department-list"].topcats>.flexitem, [id^="department-list"].topcats.flexbox>DIV {
    height: 290px;

    width: 25%;
    /*margin: -1px 0px 0px -1px;*/
    padding: 10px;
    /*border-bottom: 0.75px solid #d8d8d8;
    border-right: 0.75px solid #d8d8d8;*/
  }
  [id^="department-list"].topcats>.flexitem DIV.img, [id^="department-list"].topcats>DIV DIV.img {
    height: 250px;
    line-height: 250px;
  }
}
@media all and (min-width: 547px) and (max-width: 818px) {
  #footer-body>DIV, .flexbox.goods_list__classic>DIV, .goods_list__small>DIV, .flex_4cols>DIV {
    width: 50%;
  }
}
@media all and (min-width: 819px) and (max-width: 1092px) {
  #footer-body>DIV, .flexbox.goods_list__classic>DIV, .goods_list__small>DIV, .flex_4cols>DIV {
    width: 33%;
  }
}
@media all and (min-width: 1093px) {
  #footer-body>DIV, .flexbox.goods_list__classic>DIV, .goods_list__small>DIV, .flex_4cols>DIV {
    width: 25%;
  }
}
@media all and (min-width: 547px) {
  .maxW546-hide {
    /*display: initial;*/
  }
  .minW546-hide {
    display: none;
  }
  .flexbox.minW546-50p>.flexitem, .flexbox.minW546-50p>DIV {
    width: 50%;
  }
}

@media all and (max-width: 546px) {
  .cats .flexitem, .cats .flexbox>DIV {
    width: 100%;
  }
  .cats .flexbox.uvodni DIV.header {
    /*border: 1px solid #666666;*/
  }
}
@media all and (min-width: 547px) and (max-width: 700px) {
  .cats .flexitem, .cats .flexbox>DIV {
    width: 50%;
    height: 140px;
    min-height: 120px
  }
  .cats .flexitem DIV.img, .cats .flexbox>DIV DIV.img {
    height: 100px;
    line-height: 100px;
  }
  .cats .flexitem DIV.img>A>IMG, .cats .flexbox>DIV DIV.img>A>IMG {
    max-width: 100%;
    -o-object-fit: contain; object-fit: contain;
  }
}
@media all and (min-width: 701px) and (max-width: 920px) {
  .cats .flexitem, .cats .flexbox>DIV {
    width: 33%;
  }
}
@media all and (min-width: 921px) and (max-width: 1080px) {
  .cats .flexitem, .cats .flexbox>DIV {
    width: 25%;
  }
}
@media all and (min-width: 1081px) {
  .cats .flexitem, .cats .flexbox>DIV {
    width: 20%;
  }
}
/* and (max-width: 1150px)
@media all and (min-width: 1151px) {
  .cats .flexitem, .cats .flexbox>DIV {
    width: 16.66%;
  }
}*/
/*@supports not (flex-wrap: wrap) {
  .flexbox {

  }
  .flexitem, .flexbox>DIV {

  }
}*/

/*@media all and (min-width: 800px) {
  .row {
    white-space: nowrap;
  }
}*/
@media all and (max-width: 480px) {
  #search-main_border {
    width: 40%;
  }
  .searchText-border {
    width: 80%;
  }
}

@media all and (max-width: 700px) {
  .min-width-700-hide {
     display: none;
  }
}
@media all and (min-width: 701px) {
  .max-width-700-hide {
     display: none;
  }
}
@media all and (max-width: 1200px) {
  NAV {
    /*position: absolute;*/
    display: none;
  }
  .wrapper.main {
    padding-top: 100px;
  }
}
@media all and (min-width: 1201px) {
  NAV {
    /*position: relative;*/
    display: block;
  }
  #navigation>LI {
    /*width: 20%;*/
  }
  /*.wrapper.main {
    padding-top: 150px;
  }*/
}
@media all and (min-width: 547px) and (max-width: 1200px) {
  #navigation>LI:nth-child(1), #navigation>LI:nth-child(2), #navigation>LI:nth-child(3) {
    min-width: 20%;
    width: auto;
  }
  #navigation>LI:nth-child(4), #navigation>LI:nth-child(5) {
    max-width: 20%;
    width: auto;
  }
  #navigation>LI {
    max-width: initial !important;
    min-width: 20% !important;
    /*width: 100% !important;*/
  }
}
@media all and (max-width: 546px) {
  #navigation>LI {
    max-width: initial !important;
    min-width: 20% !important;
    width: 100% !important;
  }
  .wrapper.main {
    padding-top: 80px;
  }
}
@media all and (min-width: 480px) {
  .header-btn-panel, .minW480-hide {
    display: none;
  }
  .header-panel, .maxW480-hide {
    /*display: initial;
    float: right;*/
  }
  .minW480-50p {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .can-hide {
    display: none;
  }
  .header-btn-panel, .minW480-hide {
    display: initial;
  }
  .header-panel, .maxW480-100p {
    display: block !important;
    width: 100% !important;
  }
  .header-panel, .maxW480-hide {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .maxW800-100p {
    display: block !important;
    width: 100% !important;
    flex: 100% !important;
  }
  .maxW800-hide {
    display: none;
  }
}

@media all and (max-width: 620px) {
  .drop {
    width: 100%;
  }
}
@media all and (max-width: 1020px) {
  .form .flexbox.form_inputs_2c {
    max-width: 800px;
  }
  .form .flexbox.inputs_2c>DIV {
    width: 100%;
  }
}
@media all and (max-width: 546px) {
  .form2c .c1, .form2c .c2 {
    width: 100%;
  }
}

/* Float to the right on screens that are equal to or less than 768px wide */
@media (max-width: 768px) {
  .float-right-sm {
    float: right;
  }
}

/* Float to the right on screens that are equal to or greater than 769px wide */
@media (min-width: 769px) {
  .float-right-lg {
    float: right;
    width: 50% !important;
  }
  .float-left-lg {
    float: left;
    width: 50% !important;
  }
}

.cats .flexbox.uvodni {
  /*border-top: 0.75px solid #d8d8d8;
  border-left: 0.75px solid #d8d8d8;*/
}
.cats .flexbox.uvodni>DIV {
  /*width: 20%;*/
  min-width: 200px;
  padding: 0px;
  border: 1px solid #999999;
}
.cats .flexbox.uvodni DIV.header {
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  border-bottom: 0.75px solid #d8d8d8;
  color: black;
}
.cats .flexbox.uvodni>DIV:hover DIV.header {
  background-color: #2989d8;
}
.flexbox.rating-add>DIV, .flexbox.discussion-add>DIV {
  width: auto;
  padding: 10px;
}
@media all and (min-width: 1151px) {
  .cats .flexbox.uvodni>DIV {
    width: 20%;
  }
}
@media (max-width: 880px) {

}
/*INPUT[required][value=""] {
  border: 1px inset #dd0022 !important;
}*/
.control {
  height: 3rem;
}
.control-text {
  padding: 5px;
  vertical-align: middle;
}
/*.control-text::after {
  content: "";
  clear: both;
  display: table;
}*/
.radio input:disabled ~ .control-text {
  color: lightgray;
}

.logo.brand {
  margin: 50px;
}
.BookmarkPanels.calByStocksAll {

}
.BookmarkPanels.calByStocksAll .bookmark {
  padding: 2px;
  font-size: 14px;
  border: 1px outset lightgray;
  border-right: 0px;
  border-bottom: 0px;
  border-radius: 5px 0px 0px 0px;
}
.BookmarkPanels.calByStocksAll .panel {

}

.cart-goods>.row {
  border: 1px solid lightgreen;
  margin: 5px;
  border-radius: 5px;
}

.cart-goods>.row>.row.gift {
  background-color: #f8f8f8;
}
/*@supports (display: flex) {

}*/

LABEL.label-bgc {
  display: inline-block;
}
/*ORDER*/
#TB_selection__modalable {
  width: 100%;
  display: block;
}

#branches_map_container {
  background-color: #fff;
}

#TB_selection__modalable.modal #branches_map_container {
  height: 100%;
  min-height: 98%;
  min-width: 98%;
  overflow-y: auto;
  overflow-x: hidden;
  /*flex-direction: column;
  -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;
  -ms-flex-line-pack: stretch; align-content: stretch;*/
  margin-top: 5px;
  margin-bottom: 5px;
}

#branches_content {
  overflow: visible;
}

#branches_left, #branches_right {
  height: 100%;
  -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;
  flex-wrap: nowrap;
}
#TB_selection__modalable.modal #branches_left {
  /*width: 40%;*/
  -webkit-box-flex: 1; -ms-flex: 1 1 40%; flex: 1 1 40%;
  max-width: 500px;
}
#TB_selection__modalable.modal #branches_right {
  /*width: 60%;*/
  -webkit-box-flex: 1; -ms-flex: 1 1 60%; flex: 1 1 60%;
}
#branches_left>DIV:nth-child(1) {
  -webkit-box-flex: 0; -ms-flex: 0 1 50px; flex: 0 1 50px;
}
#branches_left>#suggest__preferences {/*přemisuje se na mapu*/
  -webkit-box-flex: 0; -ms-flex: 0 1 50px; flex: 0 1 50px;
  z-index: inherit;
  /*border: 0px solid #DFDFDF; padding: 0px;*/
}
#branches_left>#suggest__TB {
  -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;
  /*max-height: 500px;*/
  overflow-y: auto;
  scroll-behavior: smooth;
}
#branches_right>DIV#map_container {
  height: 400px;
  -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;
}
#branches_right>DIV#branch_detail {
  -webkit-box-flex: 0; -ms-flex: 0 1 250px; flex: 0 1 250px;
}
#branches_right>DIV#branch_detail_buttons {
  -webkit-box-flex: 0; -ms-flex: 0 1 45px; flex: 0 1 45px;
}
#map_display_switch {
  display: none;
}

/*#TB_selection__modalable #branches_top, */#TB_selection__modalable #TB_selection_button {
  display: none;
}
/*#TB_selection__modalable.modal #branches_top, */#TB_selection__modalable.modal #TB_selection_button {
  display: inline-block;
}

.fake__select_options {
  cursor: pointer;
}
.fake__select_options>div:hover {
  background-color: #44a8f4;
}

.cust__options {

}
.cust__options>div {
  cursor: pointer;
  border-bottom: 1px solid gray;
}
.cust__options>div:hover {
  background-color: #44a8f4;
}
.cust__options>div.selected {
  background-color: #FFFFCC;
}

.preferences>.button {
  margin: 1px;
  background-color: #F3F3F3;
  border: 1px outset #F8F8F8;
}
.preferences>.button:hover {
  /*background-color: #FFFFFF;*/
  border: 1px solid #0073c8;
}
.preferences>.button.active {
  background-color: #FFFFFF;
  border: 1px inset #2989d8;
}

/*[id^="panel_TB"]>*/[id^="TB_button"] {
  width: 100%;
}

#map__preferences {
  /*position: relative;*/
}
#TB_selection__modalable:not(.modal) #suggest__preferences {
  position: absolute;
  top: -37px;
  left: 14px;
  z-index: 9;
}
#suggest__preferences {
  font-size: 0;
}
#suggest__preferences .button {
  height: 48px;
  width: 48px;
  margin-right: 3px;
}
#suggest__preferences #yourPosition {
  margin-right: 8px;
}
#map__loading {
  position: absolute;
  top: 15px;
  right: 64px;
  z-index: 9;
}
#map__marker_options {
  /*width: 40px;*/
  display: inline-block;
  position: absolute;
  bottom: 27px;
  left: -5px;
  z-index: 8;
  /*white-space: wrap;*/
}
#map__marker_options>.button {
  color: #203020;
}
/*#filters_TS {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: inherit;
}*/
.TS_row {
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
  font-size: 12px;
}
.dist {
  float: right;
  font-size: 11px;
}

@media all and (max-width: 760px) {
  #branches_content {
    flex-wrap: wrap;
    -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto;
  }
  #TB_selection__modalable.modal #branches_left, #TB_selection__modalable.modal #branches_right {
    height: auto;
    /*width: 100%;*/
    -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%;
    max-width: none;
    min-height: 500px;
  }
  #TB_selection__modalable.modal #map {
    /*display: none;*/
  }
  #TB_selection__modalable.modal #map_display_switch {
    /*display: initial;*/
  }
  /*#suggest__preferences {
    left: -15px;
  }*/
  #suggest__preferences .button {
    height: 36px;
    width: 36px;
    margin-right: 1px;
  }
}

.switch_onoff {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  border-radius: 10px;
  background-color: red;
  border: 1px inset gray;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: white;
}
.switch_onoff>SPAN {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  right: initial;
  border-radius: 10px;
  background-color: white;
  border: 1px inset darkgray;
}
.switch_onoff.status_on {
  background-color: green;
  text-align: left;
}
.switch_onoff.status_on>SPAN {
  left: initial;
  right: 0;
}
.switch_onoff::after {
  content: "vyp";
}
.switch_onoff.status_on::after {
  content: "zap";
}

.content_panel {
  margin: 20px 10px 20px 10px;
  border: 1px solid lightgray;
}
.content_panel>.header {
  padding: 10px;
  background-color: #f0f8ff;
  font-weight: bold;
}
.content_panel>.body {
  padding: 20px;
  background-color: white;
}
