@import "../css/main.min.css";
@import "../css/main.min2.css";
/* black/text */
/* red/green/text */
/* yellow */
/* blue */
header > .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header > .header > .container {
  /* logo */
}
header > .header > .container > .row {
  margin: 0;
}
header > .header > .container > .row > div {
  padding: 0;
  background: white;
}
header > .header > .container .logo {
  width: 189px;
  height: 81px;
  display: block;
  vertical-align: middle;
  background: url(../svg/logo.png) no-repeat left center;
  background-size: auto 100%;
  text-indent: -99999px;
  float: left;
}
@media (max-width: 767px) {
  header > .header > .container .logo {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  header > .header > .container .logo {
    margin: 7px 0 10px 0;
  }
}
header > .header > .container .header__right {
  margin: 25px 0 15px 0;
  /* search */
  /* x_sign */
}
@media (min-width: 768px) {
  header > .header > .container .header__right {
    float: right;
  }
}
header > .header > .container .header__right .search {
  float: none;
  clear: both;
}
@media (min-width: 768px) {
  header > .header > .container .header__right .search {
    float: left;
    clear: none;
    margin-right: 15px;
  }
}
header > .header > .container .header__right .search input[type=text] {
  display: block;
  height: 46px;
  line-height: 46px;
  border: 1px solid #bebebe;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 16px;
  color: #414042;
  font-size: 16px;
  float: left;
}
@media (min-width: 432px) {
  header > .header > .container .header__right .search input[type=text] {
    width: 70%;
  }
}
@media (min-width: 768px) {
  header > .header > .container .header__right .search input[type=text] {
    width: 215px;
  }
}
@media (min-width: 992px) {
  header > .header > .container .header__right .search input[type=text] {
    width: 300px;
  }
}
@media (min-width: 1285px) {
  header > .header > .container .header__right .search input[type=text] {
    width: 350px;
  }
}
header > .header > .container .header__right .search button[type=submit] {
  padding: 0 20px 0 25px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
header > .header > .container .header__right .search button,
header > .header > .container .header__right .search input[type=submit] {
  background: #fbedea;
  display: block;
  float: left;
  line-height: 44px;
  height: 46px;
  padding-left: 11px;
  padding-right: 14px;
  font-size: 16px;
  border: 1px solid #bebebe;
  border-left: none;
}
header > .header > .container .header__right .search button ::-webkit-input-placeholder,
header > .header > .container .header__right .search input[type=submit] ::-webkit-input-placeholder {
  color: red;
}
@media (max-width: 767px) {
  header > .header > .container .header__right .search button,
  header > .header > .container .header__right .search input[type=submit] {
    padding: 0;
  }
}
header > .header > .container .header__right .search button:hover,
header > .header > .container .header__right .search input[type=submit]:hover {
  background: #fff;
  color: #0c6eb2;
}
header > .header > .container .header__right .search button span,
header > .header > .container .header__right .search input[type=submit] span {
  margin-right: 4px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
header > .header > .container .header__right .x_sign {
  display: block;
  position: relative;
  width: 70px;
  height: 48px;
  float: right;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  header > .header > .container .header__right .x_sign {
    margin-left: 40px;
  }
}
header > .header > .container .header__right .x_sign > .x_sign_count,
header > .header > .container .header__right .x_sign > .x_sign_title {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 14px;
  color: #838383;
}
header > .header > .container .header__right .x_sign > .x_sign_count {
  background: #0c6db1;
  border-radius: 1em;
  color: #ffffff;
  height: 21px;
  line-height: 21px;
  min-width: 21px;
  right: 12px;
  top: -5px;
}
header > .header > .container .header__right .x_sign > .x_sign_title {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}
header > .header > .container .header__right .x_sign > .x_sign_count:empty {
  display: none;
}
header > .header > .container .header__right .compare_sign {
  background: transparent url("../svg/compare.svg") no-repeat 20px 4px;
}
header > .header > .container .header__right .bonus_sign {
  background: transparent url("../svg/bonus.svg") no-repeat 20px 4px;
}
header > .header > .container .header__right .login_sign {
  background: transparent url("../svg/login.svg") no-repeat 20px 4px;
}
header > .header > .container .header__right .cart_sign {
  background: transparent url("../svg/cart.svg") no-repeat 20px 2px;
}
header > .header > .container .header__right .login_sign_quest .x_sign_title::after {
  position: absolute;
  top: 10px;
  left: 28px;
  content: url("../images/icons/arrow_bottom2.jpg");
}
@media (max-width: 575px) {
  header > .header > .container .header__right .compare_sign,
  header > .header > .container .header__right .bonus_sign {
    display: none;
  }
}
@media (min-width: 1200px) {
  header > .header > .container .header__right .cart_sign {
    margin-right: 80px;
  }
}
header > .header > .container .header__right .header__menu {
  width: 60px;
  height: 50px;
  float: right;
  text-align: center;
  color: #5f6060;
  font-size: 10px;
}
header > .header > .container .header__right .header__menu > div {
  background: #0c6eb2;
  height: 4px;
  margin-bottom: 7px;
  border-radius: 2px;
  transition: opacity, transform, margin, width;
  transition-duration: 200ms;
}
header > .header > .container .header__right .header__menu > div:first-child {
  background: green;
  margin-top: 0;
}
header > .header > .container .header__right .header__menu > div:last-child {
  background: purple;
}
header > .header > .container .header__right .header__menu.open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 10px auto 0;
  width: 55%;
}
header > .header > .container .header__right .header__menu.open div:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header > .header > .container .header__right .header__menu.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -14px auto 18px;
  width: 55%;
}
header > .header > .container nav .maincats {
  font-weight: bold;
  background: #eb1c24;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
header > .header > .container nav .maincats .maincats__title {
  font-size: 16px;
  float: left;
  color: #fff;
  width: 170px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
header > .header > .container nav .maincats .maincats__title > .glyphicon_cats_toggle {
  vertical-align: middle;
  margin: 0 12px;
  font-size: 11px;
}
@media (max-width: 991px) {
  header > .header > .container nav .maincats .maincats__title {
    display: none;
  }
}
header > .header > .container nav .maincats > ul {
  float: right;
  list-style: none;
}
header > .header > .container nav .maincats > ul > li {
  float: right;
  padding: 6px 0;
}
header > .header > .container nav .maincats > ul > li > a {
  font-size: 14px;
  display: block;
  color: white;
  line-height: 28px;
  text-decoration: none;
  padding: 0 27px 0 25px;
  white-space: nowrap;
  border-left: 1px #bebebe solid;
}
header > .header > .container nav .maincats > ul li:last-child > a {
  border-left: none;
}
/* -------------- OLD ------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  header > .header > .container > .row > div > .header__right .logo {
    width: 165px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header > .header > .container > .row > div > .header__right > .navtop {
    position: absolute;
    left: 115px;
  }
}
@media (min-width: 768px) {
  header > .header > .container > .row > div .user_fixed_top,
  header > .header > .container > .row > div .cart_fixed_top,
  header > .header > .container > .row > div .header__right > .compare-sign_fixed_top {
    position: fixed;
    margin: 0;
    z-index: 100;
    right: 25px;
    opacity: 0.75;
  }
  header > .header > .container > .row > div .header__right > .compare-sign_fixed_top {
    top: 105px;
  }
}
@media (min-width: 432px) {
  body.cpid1 .search input[type=text] {
    background-image: url("../svg/search.svg");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding-left: 50px !important;
  }
}
/* ultra small */
@media (max-width: 431px) {
  body {
    padding-top: 200px;
  }
  header .search input[type=text] {
    width: 50%;
    clear: none;
  }
}
@media (max-width: 350px) {
  body {
    padding-top: 230px;
  }
}
.usertop__link.gbonus {
  background: #C1C1C1;
}
.breadcrumb {
  list-style: none;
  padding-bottom: 15px;
}
.breadcrumb > li {
  display: inline-block;
  position: relative;
  line-height: 21px;
  font-size: 14px;
  color: #404041;
  padding: 15px 0 15px 56px;
  background: transparent url("../images/icons/breadcrumb_next.jpg") no-repeat center left 23px;
}
.breadcrumb > li > a {
  display: block;
  color: #0c6eb2;
  text-decoration: underline;
  font-size: 14px;
}
.breadcrumb > li > a:hover {
  text-decoration: none;
}
.breadcrumb > li:first-child {
  padding: 0;
  background: transparent;
}
.breadcrumb > li:first-child > a {
  width: 20px;
  max-width: 20px;
  color: transparent;
  background: url(../images/icons/home.jpg) no-repeat center left;
  padding-left: 0px;
}
.breadcrumb > li:nth-child(2) {
  padding-left: 35px;
  background-position-x: 10px;
}
@media (max-width: 767px) {
  .breadcrumb > li {
    padding-bottom: 0;
  }
  .breadcrumb > li > a:after {
    padding: 0 5px;
  }
  .breadcrumb > li:first-child > a {
    padding-left: 20px;
  }
  .breadcrumb--2 > li:first-child > a {
    background: transparent;
    padding-left: 0;
  }
  .breadcrumb--2 > li > a:before {
    display: inline-block;
    content: '<';
    padding-right: 5px;
    color: #404041;
  }
  .breadcrumb--2 > li > a:after {
    content: '';
  }
}
.breadcrumb--2 {
  padding-left: 220px;
}
@media (max-width: 1199px) {
  .breadcrumb--2 {
    padding-left: 0;
  }
}
.filter {
  background: #faece9;
  padding: 20px 25px;
  margin-bottom: 25px;
  color: #404041;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.filter__light {
  background: #f1f1f1;
  margin: 0 -25px;
  padding: 23px 25px;
  margin-bottom: -30px;
}
.filter__title {
  display: inline-block;
  width: 80px;
  padding-left: 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .filter .button {
    margin-bottom: 5px;
  }
  .filter .checkbox__label {
    padding-top: 0;
  }
}
#blockFilter .checkbox__label,
#blockFilter .filter > .head > strong {
  font-size: 14px;
}
#blockFilter .checkbox__label:before {
  top: 2px;
  width: 16px;
  height: 16px;
  border-color: #404040;
}
#blockFilter .checkbox__input:checked ~ .checkbox__label:before {
  height: 10px;
}
#blockFilter .checkbox__label {
  height: 20px;
  line-height: 20px;
}
#blockFilter a {
  color: #0c6eb2;
  display: block;
  margin-top: 10px;
}
#blockFilter .slider_v0 {
  border: none;
  background: transparent;
  max-width: 80px;
  text-align: left;
  padding: 10px 0 0 10px;
}
#blockFilter .slider_v1 {
  float: right;
  border: none;
  background: transparent;
  max-width: 80px;
  text-align: right;
  padding: 10px 10px 0 0;
}
.filter {
  padding-bottom: 0;
}
.filter .producer_toggle {
  border: 1px solid #d8d8d8;
  background: #ececec;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: #404041;
  font-size: 12px;
  height: 22px;
  line-height: 21px;
  padding-left: 12px;
  max-width: 100px;
}
.filter .producer_toggle > span.button-selectric {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url(../svg/arrow7.svg) no-repeat center center;
  transform: rotate(180deg);
}
.filter .producer_toggle > span.glyphicon {
  float: right;
  padding: 4px 10px;
  transform: rotate(180deg);
}
.filter .producer_toggle:hover {
  border-color: #c4c4c4;
}
.filter .closed > span.button-selectric {
  transform: none;
}
.filter .closed > span.glyphicon {
  transform: none;
}
#mainFilter .checkbox__label {
  padding-left: 23px;
  line-height: 22px;
  height: 22px;
  font-size: 12px;
}
#mainFilter .checkbox__label:before {
  width: 15px;
  height: 15px;
  top: 3px;
}
.checkbox__label_akce {
  color: #DA0400;
}
.checkbox__label_akce:before {
  border: 1px solid #DA0400;
}
.checkbox__label_novinka {
  color: #00a4db;
}
.checkbox__label_novinka:before {
  border: 1px solid #00a4db;
}
.checkbox__label_vyprodej {
  color: #000;
}
.checkbox__label_vyprodej:before {
  border: 1px solid #000;
}
.checkbox__label_skladem {
  color: #008000;
}
.checkbox__label_skladem:before {
  border: 1px solid #008000;
}
.checkbox__label_po:before {
  border: 1px solid #404041;
}
.filter__row_labels,
.producer_toggle {
  margin-bottom: 15px;
}
.block .filter {
  padding: 0;
}
.block .filter > .head {
  padding: 10px 30px 5px 15px;
  border-top: 1px white solid;
  cursor: pointer;
  background: transparent url("../images/filter/arrow_up.png") no-repeat 90% 16px;
}
.block .filter > .head:first-child {
  border-top-color: transparent;
}
.block .filter > .head.down {
  background-image: url("../images/filter/arrow_down.png");
}
.block .filter > .body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-bottom: 1px #f0d3cf solid;
}
@media (min-width: 992px) {
  .block .filter > .head {
    background-position-x: 175px;
  }
}
.categories {
  list-style: none;
  display: block;
  font-family: Arial, Helvetica, sans-serif, Calibri;
  padding-bottom: 125px;
  border-right: 1px #ececea solid;
  color: #3d4951;
  background: #faece9;
}
.categories > .categories__item {
  border-top: 1px solid white;
}
.categories > .categories__item:first-child {
  border-top-color: transparent;
}
.categories > .categories__item > a {
  line-height: 15px;
  border-bottom: 1px solid #f0d3cf;
  border-left: 1px solid transparent;
  font-size: 14px;
  padding: 11px 20px 11px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categories > .categories__item > ul {
  padding-left: 10px;
}
.categories > .categories__item > ul .categories__item a {
  line-height: 13px;
  font-size: 12px;
  padding: 4px 20px 4px 25px;
}
.categories > .categories__item:hover {
  border-top-color: #81080d;
}
.categories > .categories__item:hover > .tab-content {
  display: block;
  position: absolute;
  top: -1px;
  left: 169px;
  width: 909px;
  z-index: 111;
  background-color: white;
  border: 1px #81080d solid;
}
.categories > .categories__item:hover > a {
  border-bottom-color: #81080d;
  border-left-color: #81080d;
  z-index: 112;
}
.categories > .categories__item--open {
  border-bottom: 1px solid #f0d3cf;
}
.categories > .categories__item--open > ul,
.categories > .categories__item--open > a {
  background: #faece9;
}
.categories > .categories__item--open > a {
  border-bottom: 1px solid transparent;
}
.categories > .categories__item--open > a:hover {
  background: #fff;
}
.categories > li > ul li ul {
  padding-left: 10px;
}
.categories__item {
  display: block;
  border-top: 1px solid transparent;
  position: relative;
}
.categories__item__plus {
  position: absolute;
  top: 0;
  left: 10px;
  content: '';
  background: url(../svg/plus.png) no-repeat center center;
  display: block;
  width: 7px;
  height: 100%;
  z-index: 1;
}
.categories__item > a {
  display: block;
  text-decoration: none;
  position: relative;
}
.categories__item > a:hover {
  text-decoration: underline;
}
.categories__item--arrow > a:after {
  position: absolute;
  top: 0;
  right: 10px;
  content: '';
  background: url(../svg/arrow_r.png) no-repeat center center;
  display: block;
  width: 8px;
  height: 100%;
  z-index: 1;
}
.categories__item > ul .categories__item--sub > a:before {
  left: 25px;
}
.categories__item > ul .categories__item > a {
  padding-left: 40px;
}
.categories__item > ul > li > ul .categories__item--sub > a:before {
  left: 40px;
}
.categories__item > ul > li > ul .categories__item > a {
  padding-left: 60px;
}
.categories__offer {
  line-height: 20px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
  background: #ec1c24;
  position: absolute;
  top: 9px;
  right: 10px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  padding: 0 6px;
}
.categories__new {
  line-height: 20px;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
  background: #0c6eb2;
  position: absolute;
  top: 9px;
  right: 10px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  padding: 0 6px;
}
.categories__item > .tab-content {
  display: none;
}
.categories__item > .tab-content > div.row {
  margin-left: 0;
  margin-right: 0;
}
.categories__item > .tab-content .subPage {
  padding: 30px 25px;
}
.categories__item > .tab-content .subPage > a {
  font-size: 16px;
  color: #be1d2e;
  font-weight: normal;
}
.categories__item > .tab-content .subPage > a.imgSubPage {
  float: left;
  margin-right: 15px;
}
.categories__item > .tab-content .subPage > .subSubPages {
  float: left;
  width: 175px;
}
.categories__item > .tab-content .subPage > .subSubPages > a {
  font-size: 13px;
  color: #404041;
  font-weight: normal;
}
.categories__item__minus {
  position: absolute;
  top: 0;
  left: 10px;
  content: '';
  background: url(../svg/minus.png) no-repeat center center;
  display: block;
  width: 6px;
  height: 100%;
  z-index: 1;
}
.categories__item > ul .categories__item > a > span {
  left: 12px;
}
.categories__toggle > a {
  color: #ffffff;
  background: #707070;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 25px 10px 15px;
  margin-bottom: 2px;
}
.categories__toggle > a:after {
  width: 15px;
  background-image: url(../images/categories/arrow.png);
}
.categories__toggle > a:hover {
  background: #959595 !important;
}
.categories > .categories__item > a.active,
.categories > .categories__item > a:active,
.categories > .categories__item > a:hover {
  background: #ffffff;
}
.categories--mobilemenu {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  border-top: 2px solid #81080d;
  border-bottom: 2px solid #81080d;
}
.categories--mobilemenu .categories__item {
  border-top: 1px solid #fff;
}
.categories--mobilemenu .categories__item > a {
  border-bottom: 1px solid #d3d1d1;
}
.categories--mobilemenu > .categories__item > ul .categories__item a {
  line-height: 15px;
  font-size: 14px;
  padding: 8px 20px 8px 25px;
}
.categories--mobilemenu .categories__item > a {
  padding-left: 45px;
}
.categories--mobilemenu .categories__item > ul .categories__item > a {
  padding-left: 60px;
}
.categories--mobilemenu .categories__item > ul .categories__item > a span {
  left: 25px;
}
.categories--mobilemenu .categories__item > ul > li > ul .categories__item > a {
  padding-left: 80px;
}
.categories--mobilemenu .categories__item > ul > li > ul .categories__item > a span {
  left: 45px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul .categories__item > a {
  padding-left: 100px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul .categories__item > a span {
  left: 65px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul > li > ul .categories__item > a {
  padding-left: 120px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul > li > ul .categories__item > a span {
  left: 85px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul > li > ul > li > ul .categories__item > a {
  padding-left: 140px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul > li > ul > li > ul .categories__item > a span {
  left: 105px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul > li > ul > li > ul > li > ul .categories__item > a {
  padding-left: 160px;
}
.categories--mobilemenu .categories__item > ul > li > ul > li > ul > li > ul > li > ul > li > ul .categories__item > a span {
  left: 125px;
}
.categories--mobilemenu .categories__item__plus {
  width: 30px;
  background: url(../svg/plus-m.png) no-repeat center center;
}
.categories--mobilemenu .categories__item__minus {
  width: 30px;
  background: url(../svg/minus-m.png) no-repeat center center;
}
.categories--mobilemenu .categories__item > a.back > span.glyphicon-arrow-left {
  margin-right: 10px;
}
#shop_with_us {
  border-right: 1px #ededed solid;
  font-size: 12px;
  padding: 0 18px 0 22px;
}
#shop_with_us > div:first-child {
  padding: 65px 0 25px 0;
  border-bottom: 1px #dcdcdc solid;
  background: transparent url("../svg/call.jpg") no-repeat center 15px;
}
#shop_with_us > div:last-child {
  padding: 90px 0 30px;
  border-bottom: 1px #dcdcdc solid;
  background: transparent url("../svg/doprava.jpg") no-repeat center 40px;
}
.categories > .categories__item > a[data-id="14692"],
.categories > .categories__item > a[data-id="14716"] {
  white-space: normal;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 22px;
  border: 1px #41719c solid;
  border-radius: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -1px;
  top: 0;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.noUi-target {
  background: #fff;
}
.noUi-connect {
  background: #97bfe3;
  /*background: -webkit-gradient(left top, left bottom, color-stop(0, red), color-stop(100%, blue));*/
  background: linear-gradient(to right, #97bfe3 0, #41719c 100%);
  transition: background 450ms /*background: #808080;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #808080), color-stop(100%, #414143));
  background: linear-gradient(to bottom, #808080 0, #414143 100%);

  background: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent)
  background: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent);*/;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  background: #f8cbad;
  cursor: default;
  border: 1px #41719c solid;
  border-radius: 4px;
}
.noUi-horizontal .noUi-handle-upper {
  left: -19px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.priceslider__price {
  font-size: 12px;
  color: black;
  line-height: 22px;
}
.priceslider__price_lower {
  text-align: right;
  padding-right: 0;
}
.price_slider_row {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .price_slider_row > div {
    padding-right: 0;
    padding-left: 0;
  }
  .price_slider_row > div:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .priceslider__price_lower {
    text-align: left;
  }
  .priceslider__price_upper {
    text-align: right;
  }
}
.dark_button {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
  padding: 0 25px;
  text-decoration: none;
  background: #808080;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #808080), color-stop(100%, #414143));
  background: linear-gradient(to bottom, #808080 0, #414143 100%);
  border-bottom: 1px solid #323234;
  border-right: 1px solid #323234;
}
.dark_button:active,
.dark_button:hover {
  color: #fff;
  background: #808080;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #808080), color-stop(0, #414143), color-stop(100%, #414143));
  background: linear-gradient(to bottom, #808080 0, #414143 0, #414143 100%);
}
.pagination__items > li.active > a {
  color: #404041;
  text-decoration: none;
}
.maincol--1 {
  float: none;
  width: 100%;
}
.category__subpages {
  margin-bottom: 15px;
}
#customer-login,
#customer-register,
#customer-account {
  margin-bottom: 45px;
}
#customer-login h1,
#customer-register h1,
#customer-account h1,
#customer-login h2,
#customer-register h2,
#customer-account h2 {
  font-weight: normal;
}
#customer-login h1,
#customer-register h1,
#customer-account h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
#customer-login h2,
#customer-register h2,
#customer-account h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
#customer-login .info,
#customer-register .info,
#customer-account .info,
#customer-login .info > a,
#customer-register .info > a,
#customer-account .info > a,
#customer-login h2,
#customer-register h2,
#customer-account h2 {
  color: #0c6eb2;
}
#customer-login .info,
#customer-register .info,
#customer-account .info {
  border: 1px #0c6eb2 solid;
  padding: 11px 10px;
  margin-top: 12px;
  margin-bottom: 20px;
}
#customer-login .info > .glyphicon,
#customer-register .info > .glyphicon,
#customer-account .info > .glyphicon {
  margin-right: 10px;
}
#review-index .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #6fa8dc;
}
#review-index .table > tbody > tr > td {
  padding: 15px 10px 15px 10px;
}
#review-index .table-bordered > tbody > tr > td {
  border: 1px solid #e7f0f9;
}
#review-index .stars {
  background-image: url("../svg/stars2-transparentbg.png");
}
#review-index .stars div {
  background-image: url("../svg/stars-transparentbg.png");
}
textarea.form-control {
  height: auto;
}
.star,
.star2.active,
.star2:hover {
  background: transparent url("../svg/star.svg") no-repeat center center;
}
.star2 {
  background: transparent url("../svg/star2.svg") no-repeat center center;
}
.aside--2 {
  position: relative;
  display: block;
}
.help {
  margin-bottom: 50px;
}
.product--slick .stars {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
#imagesModal > .modal-dialog {
  width: calc(80%);
}
#imagesModal > .modal-dialog .slick-slide img {
  margin: auto;
}
@media (min-height: 500px) {
  #imagesModal .mainslick {
    height: 400px;
  }
}
@media (min-height: 600px) {
  #imagesModal .mainslick {
    height: 500px;
  }
}
@media (min-height: 700px) {
  #imagesModal .mainslick {
    height: 600px;
  }
}
@media (min-height: 800px) {
  #imagesModal .mainslick {
    height: 700px;
  }
}
@media (min-height: 900px) {
  #imagesModal .mainslick {
    height: 800px;
  }
}
@media (min-height: 1000px) {
  #imagesModal .mainslick {
    height: 900px;
  }
}
@media (min-height: 1100px) {
  #imagesModal .mainslick {
    height: 1000px;
  }
}
@media (min-height: 1200px) {
  #imagesModal .mainslick {
    height: 1100px;
  }
}
@media (min-height: 1300px) {
  #imagesModal .mainslick {
    height: 1200px;
  }
}
.favouriteCats__item__title {
  white-space: normal;
}
.maincol--2 h1 {
  font-weight: normal;
}
.buy_by_phone {
  font-family: Arial;
  font-size: 29px;
  font-weight: bold;
  color: #1d8f07;
  padding-left: 12px;
  padding-top: 60px;
  margin-bottom: 30px;
  background: url("../images/blocks/buy_by_phone.png") no-repeat top left;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.icon--loader {
  background-image: url("../images/icons/loader.gif") !important;
}
/* --- AdditionalLabels --- */
#page-product #dynamicPromo {
  display: none;
}
/* ---- KOREKCE ---- */
.category__image {
  width: auto;
}
.product--slick--2 .product__text,
.product--slick--2 .product__title {
  text-align: left;
  padding: 0 10px;
}
.product--slick--2 > h3.product__title {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 21px;
}
.product--slick--2 .product__title > a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.product--slick--2 .product__discount--2 {
  top: 95px !important;
}
.product--slick--2 .product__buy {
  float: right;
}
.product--slick--2 .product__price {
  float: left;
  font-size: 22px;
  text-align: right;
}
.product--slick--2 .product__price span {
  height: 8px;
  display: block;
  font-size: 12px;
  line-height: 8px;
}
.product--slick--2 .product__availstars {
  height: 23px;
  line-height: 19px;
  text-align: right;
}
.product--slick--2 > .product--sku--h {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: small;
  color: #c9c9c9;
  display: none;
}
.detailimages__main {
  margin-bottom: 0;
}
.price__price--blue {
  color: #404041;
}
@media (min-width: 1200px) {
  .col-lg-9_6 {
    width: 80%;
  }
  .col-lg-7_2 {
    width: 60%;
  }
  .col-lg-4_8 {
    width: 40%;
  }
  .col-lg-2_4 {
    width: 20%;
  }
}
/* naostro */
.product__label {
  color: #fff;
  font-weight: bold;
  padding: 3px .5em;
  white-space: nowrap;
  height: 21px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.product__labels {
  position: absolute;
  top: 55px;
}
.category__text p {
  margin: 0 0 10px;
}
.products_sorting {
  padding: 0 30px;
  margin-bottom: 30px;
}
.products_sorting a {
  text-decoration: none;
  background-color: #eee;
}
.products_sorting .active > a {
  font-weight: bold;
}
#col1.columns1 > .aside--2 {
  float: left;
  margin-right: 30px;
}
body > .ui-autocomplete {
  font-size: 0.8em;
}
body > .ui-autocomplete > .ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  line-height: 1.5;
  background: #f8f8f8;
}
body > .ui-autocomplete > .ui-menu-item {
  white-space: nowrap;
  text-decoration: underline;
}
body > .ui-autocomplete > .ui-menu-item > img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}
body > .ui-autocomplete > .ui-menu-item-no-category {
  text-align: center;
  padding: 10px 15px !important;
}
#block-menu12 {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #b7d9b0;
}
#block-menu12 > .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #404041;
  background-color: #b7d9b0;
  border-color: #b7d9b0;
}
#block-menu12 > .panel-body {
  padding: 15px;
}
#block-menu12 > .panel-body ul {
  margin-left: 20px;
}
#blockFilter nav > ul.categories_in_block_filter {
  background: transparent;
}
#blockFilter nav > ul.categories_in_block_filter .categories__item,
#blockFilter nav > ul.categories_in_block_filter .categories__item > a {
  border: 0px !important;
}
#blockFilter nav > ul.categories_in_block_filter > .categories__item--open > ul,
#blockFilter nav > ul.categories_in_block_filter .categories > .categories__item--open > a {
  background: transparent;
}
#blockFilter nav > ul.categories_in_block_filter a {
  margin-top: 0;
}
#basket01 > .basket__action > h1 {
  background: transparent url("../images/basket.png") no-repeat left center;
}
#recommended-by-pages button.recommendedMore {
  background: transparent url("../images/basket/bt_more.jpg") no-repeat 52px 11px;
}
#recommended-by-pages button.recommendedLess {
  background: transparent url("../images/basket/bt_less.jpg") no-repeat 57px 11px;
}
#basketResponsive .quantity {
  text-align: center;
  max-width: 150px;
  background: #d5d2d2;
}
#basketResponsive .quantity > a {
  display: block;
  width: 35px;
  float: left;
}
#basketResponsive .quantity > a > span {
  line-height: 33px;
  vertical-align: middle;
}
#basketResponsive .quantity > input {
  float: left;
  text-align: center;
  max-width: 75px;
}
#basketResponsive .price_item {
  line-height: 34px;
  margin-left: 15px;
  margin-right: 50px;
  white-space: nowrap;
}
#basketResponsive .remove {
  text-align: right;
  clear: both;
  display: block;
}
#basketResponsive .footer {
  padding: 20px 15px;
}
.arrow_right {
  padding-left: 24px;
  background: transparent url("../images/icons/arrow_right.png") no-repeat left center;
}
.arrow_bottom {
  padding-left: 24px;
  background: transparent url("../images/icons/arrow_bottom.png") no-repeat left center;
}
.arrow_bottom_r {
  padding-right: 24px;
  background: transparent url("../images/icons/arrow_bottom.png") no-repeat right center;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #d5d2d2;
}
.text-center {
  text-align: center;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.productslick {
  position: relative;
  /*height: 437px;*/
  overflow: hidden;
}
.productslick .slick-prev {
  position: absolute;
  top: 116px;
  left: 0;
  z-index: 1;
  background: url(../svg/arrow3h.png) no-repeat center center;
  width: 30px;
  height: 65px;
  border: 0;
  text-indent: -99999px;
}
.productslick .slick-next {
  position: absolute;
  top: 116px;
  right: 0;
  z-index: 1;
  background: url(../svg/arrow3h.png) no-repeat center center;
  width: 30px;
  height: 65px;
  border: 0;
  text-indent: -99999px;
  transform: rotate(180deg);
}
.productslick .slick-prev,
.productslick .slick-next {
  background: #a7a7a7 url("../images/icons/arrow_left_slick.jpg") no-repeat center center;
  width: 22px;
  height: 47px;
  top: 140px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
}
.productslick .product_box {
  width: 272px;
  padding: 0 17px 6px 17px;
}
#page-1 .productslickold .slick-prev,
#page-1 .productslickold .slick-next {
  background: url(../svg/arrow3.png) no-repeat center center;
}
.productslickold .slick-prev {
  left: 20px;
  border: 1px solid #baed52;
  background: #baed52 url(../svg/arrow2.png) no-repeat center center !important;
  width: 40px;
  height: 40px;
}
.productslickold .slick-prev:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.productslickold .slick-next {
  right: 15px;
  border: 1px solid #baed52;
  background: #baed52 url(../svg/arrow2.png) no-repeat center center !important;
  width: 40px;
  height: 40px;
}
.productslickold .slick-next:hover {
  box-shadow: 0 -8px 16px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product--slick .product_no_image {
  background: transparent url(../../../files/web/pripravujeme-220-220.jpg) no-repeat center center;
}
.logos {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.logos .logos__slick {
  padding: 30px 0;
  background: white;
}
.logos .logos__slick > .slick-list {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.logos a {
  display: block;
  overflow: hidden;
  height: 120px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.logos a img {
  max-width: 90%;
  max-height: 90%;
}
.logos .slick-prev {
  position: absolute;
  top: 0;
  left: 10px;
  background: url(../svg/arrow4.png) no-repeat center center;
  width: 28px;
  height: 180px;
  border: 0;
  text-indent: -99999px;
  z-index: 1;
}
.logos .slick-next {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(../svg/arrow4.png) no-repeat center center;
  width: 28px;
  height: 180px;
  border: 0;
  text-indent: -99999px;
  transform: rotate(180deg);
  z-index: 1;
}
.productslick_title {
  text-decoration: none !important;
}
.productslick_title > h2 {
  margin-top: 25px !important;
  margin-bottom: 15px !important;
  font-size: 20px !important;
  padding-left: 38px !important;
}
.alert {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-last,
.alert-counter,
.alert-purchased {
  background: #fbded6;
  color: #eb1c24;
  padding: 0 35px;
  width: fit-content;
  line-height: 38px;
  border-radius: 19px;
  margin: 0;
  font-weight: bold;
}
.alert-last-empty {
  height: 36px;
  margin-bottom: 4px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.product_box {
  float: left;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #dadada;
}
.product_box > a {
  text-decoration: none;
}
.product_box > a:hover {
  text-decoration: underline;
}
.product_box .product__discount {
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  left: 20px;
}
.product_box .product__title {
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  height: 40px;
}
.product_box .product__price_old {
  color: #404040;
  font-size: 14px;
  font-weight: normal;
}
.product_box .product__price_old small {
  color: #eb1c24;
  font-size: 12px;
}
.product_box .product__price {
  font-size: 25px;
  font-weight: bold;
}
.product_box .product__price_unvat {
  font-size: 12px;
}
.product_box .product__avail {
  display: block;
  color: #eb1c24;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.product_box .product__avail_day {
  color: #008000;
  font-size: 12px;
  text-align: center;
}
.products .product_box:nth-child(1) {
  /*border-left: none;
  padding-left: 0;*/
}
.products .product_box.i3 {
  border-right: none;
}
.button_buy,
.button_buy:hover {
  color: #008000;
}
.footer {
  color: #404041;
}
.footer .accept .accept__content {
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #404041;
  font-size: 18px;
  flex-direction: row;
  justify-content: flex-start;
  background: #eee;
  padding-left: 65px;
}
@media (max-width: 767px) {
  .footer .accept__content {
    display: block;
    height: auto;
    padding-bottom: 10px;
  }
}
.footer .accept__title {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .footer .accept__title {
    padding-top: 15px;
  }
}
.footer .accept img {
  max-width: 100%;
}
.footer > .container {
  padding: 0 30px;
}
.footer > .container > .row {
  background: #d0d2d4;
}
.footer > .container > .row > div:first-child {
  padding-left: 65px;
}
.footer .footer__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 25px;
}
.footer .footer__title--email {
  padding-left: 37px;
  background: url(../svg/email.png) no-repeat left center;
}
.footer .footer p {
  font-size: 14px;
  line-height: 18px;
}
.footer .footer__nav {
  list-style: none;
  padding-bottom: 10px;
}
.footer .footer__nav > li {
  display: block;
}
.footer .footer__nav > li > a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-left: 9px;
  position: relative;
  text-decoration: none;
}
.footer .footer__nav > li > a:hover {
  text-decoration: underline;
}
.footer .footer__nav > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 4px;
  background: #ec1c24;
  border-radius: 50%;
  content: '';
  top: 6px;
}
.footer .footer__line {
  position: absolute;
  top: 26px;
  right: 15px;
  height: 100%;
  width: 1px;
  background: #b9babc;
}
.footer .footer__copy {
  padding-top: 20px;
  padding-left: 50px;
  line-height: 61px;
  font-size: 12px;
}
.footer .footer__fb {
  margin-top: 20px;
  line-height: 61px;
  background: url(../svg/fb.png) no-repeat right center;
  width: 34px;
  opacity: .5;
  display: block;
  float: right;
  text-indent: -99999px;
}
.footer .footer__fb:hover {
  opacity: 1;
}
.footer .newsletter {
  padding-top: 38px;
  max-width: 90%;
}
@media (max-width: 991px) {
  .footer .newsletter {
    max-width: 100%;
  }
}
.footer .newsletter__input {
  display: block;
  background: #fff;
  line-height: 36px;
  height: 36px;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  width: 100%;
  padding: 0 10px;
}
.footer .newsletter__button {
  text-align: right;
  padding-bottom: 33px;
}
@media (max-width: 991px) {
  .footer .newsletter__button {
    padding-bottom: 0;
  }
}
.checkbox {
  position: relative;
  display: block;
}
.checkbox--2 {
  line-height: 20px;
  height: 20px;
}
.checkbox__label {
  display: block;
  line-height: 37px;
  height: 37px;
  padding-left: 29px;
  white-space: nowrap;
  font-weight: 300;
  font-size: 16px;
  color: #404041;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 767px) {
  .checkbox__label {
    height: auto;
    white-space: normal;
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.checkbox__label a {
  color: #259ef7 !important;
  text-decoration: underline;
}
.checkbox__label a:hover {
  text-decoration: none;
}
.checkbox__label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.checkbox__input {
  display: none;
}
.checkbox__green {
  font-weight: 700;
  color: #4c9e10;
}
.checkbox__input:checked ~ .checkbox__label:before {
  border: 2px solid green;
  border-top-style: none;
  border-right-style: none;
  transform: rotate(-45deg);
  height: 1.25rem;
  background: 0 0;
}
body {
  color: #404040;
}
.product__price {
  color: #eb1c24;
}
.product__line {
  height: 1px;
  background: #dadada;
  margin: 20px 0;
}
.row_w_full {
  margin-left: -30px;
  margin-right: -30px;
}
s {
  position: relative;
  text-decoration: none;
}
s:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 50%;
  width: 70%;
  height: 1px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  background: #eb1c24;
}
.has-error input[type=text],
.has-error textarea {
  background: transparent url("../images/icons/cross.png") no-repeat right center;
}
.product__discount {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  background: #fbd601;
  border-radius: 39px;
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  line-height: 78px;
  text-align: center;
}
.product--slick .product__discount {
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  left: 20px;
  top: 0;
}
.product__compare {
  width: 20px;
  height: 20px;
  display: block;
  text-decoration: none;
  background: url("../svg/ico-porovnani-seda.svg") no-repeat;
  background-size: 20px 20px;
  position: absolute;
  right: 15px;
}
/*
s {
  text-decoration: none;
}
s:after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -66px;
  margin-top: 11px;
  width: 52px;
  height: 1px;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  background: @color1;
}
*/
.product__title {
  text-decoration: none;
  font-weight: 400;
}
.product__title :hover {
  text-decoration: underline;
}
.product__title a {
  color: #404040;
  text-decoration: none;
}
.product__title a :hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  /* xs products_sorting */
  .products_sorting {
    border: none;
    margin-bottom: 15px;
    border-bottom: 4px solid transparent;
  }
  .products_sorting > li > a {
    font-size: 14px;
    padding: 0 0 15px 0;
    margin: 7px 10px;
    border: none;
    border-bottom: 4px solid transparent;
  }
  .products_sorting > li.active > a,
  .products_sorting > li.active > a:focus,
  .products_sorting > li.active > a:hover {
    border: none;
    border-bottom: 4px solid #3cc4ef !important;
  }
  .products_sorting > li:first-child > a {
    margin: 7px 10px 7px 0;
  }
  .products_sorting > li:last-child > a {
    margin: 7px 0 7px 10px;
  }
}
@media (min-width: 768px) {
  .col-sm-pull-right {
    float: right;
  }
}
.consents > .field-order-newsletter,
.consents > .field-order-terms,
.consents > p.terms {
  font-size: 10px;
}
.consents .help-block {
  color: red;
  font-weight: bold;
  font-size: 14px;
}
/* bootstrap 4 utilities */
.font-weight-bold {
  font-weight: 700 !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.bs4-collapse:not(.show) {
  display: none;
}
/* bootstrap 4 utilities - end */
a.a_infobox_robot {
  display: block;
  text-decoration: none;
}
a.a_infobox_robot > div {
  padding: 15px;
  margin-bottom: 25px;
}
a.a_infobox_robot > div > div {
  padding-right: 30px;
  background: transparent url("../images/infobox_robot/sipka.png") no-repeat right center;
}
a.a_infobox_robot > div > div > div {
  color: #b2b2b2;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  a.a_infobox_robot {
    background: transparent url("../images/infobox_robot/bg.png") repeat-x top;
  }
  a.a_infobox_robot > div {
    text-align: left;
    min-height: 171px;
    padding: 54px 15px 0 220px;
    background: transparent url("../images/infobox_robot/robot_bg.png") no-repeat left top;
  }
  a.a_infobox_robot > div > div {
    overflow: hidden;
  }
  a.a_infobox_robot > div > div > img {
    float: left;
    margin-top: 12px;
  }
  a.a_infobox_robot > div > div > h2 {
    display: flex;
    margin-bottom: 15px;
  }
  #page-1 a.a_infobox_robot {
    margin-top: 25px;
  }
}
.infobox_robot_panel_col {
  padding: 0;
  margin-bottom: 15px;
}
.infobox_robot_panel_col .infobox_robot_panel {
  width: 100%;
  padding: 30px 35px;
  font-size: 22px;
  background: #eeeeee;
  text-align: center;
}
.infobox_robot_panel_col .infobox_robot_panel > strong.color {
  display: block;
  text-align: center;
  color: red;
  float: left;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .infobox_robot_panel_col .infobox_robot_panel {
    min-height: 171px;
    padding: 43px 30px 0 225px;
    background: transparent url("../images/infobox_robot/robot_panel_bg_md.png") no-repeat left top;
  }
  .infobox_robot_panel_col .infobox_robot_panel > div {
    height: 62px;
    max-width: 455px;
    background: transparent url("../images/infobox_robot/robot_panel_text.png") no-repeat -530px top;
  }
  .infobox_robot_panel_col .infobox_robot_panel.black_friday {
    padding-top: 35px;
  }
  .infobox_robot_panel_col .infobox_robot_panel.black_friday > div {
    background-image: url("../images/infobox_robot/robot_panel_text_black_friday.png");
  }
  .infobox_robot_panel_col .infobox_robot_panel.inventura > div {
    background-image: url("../images/infobox_robot/robot_panel_text_inventura.png");
  }
  .infobox_robot_panel_col .infobox_robot_panel.inventura2 {
    padding-top: 54px;
    min-height: 240px;
    background: transparent url("../images/infobox_robot/robot_panel_bg_inventura.jpg") no-repeat left top;
  }
  .infobox_robot_panel_col .infobox_robot_panel.inventura2 > div {
    max-width: 455px;
    background-image: url("../images/infobox_robot/robot_panel_text_inventura.png");
  }
}
@media (min-width: 992px) {
  .infobox_robot_panel_col {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .infobox_robot_panel_col .infobox_robot_panel {
    max-width: 970px;
    background: transparent url("../images/infobox_robot/robot_panel_bg.png") no-repeat left top;
  }
  .infobox_robot_panel_col .infobox_robot_panel > strong.color {
    margin-left: 75px;
  }
  .infobox_robot_panel_col .infobox_robot_panel > div {
    height: 75px;
    max-width: 850px;
  }
  .infobox_robot_panel_col .infobox_robot_panel.inventura2 {
    padding-top: 54px;
    min-height: 240px;
    background: transparent url("../images/infobox_robot/robot_panel_bg_inventura.jpg") no-repeat left top;
  }
}
/* button_v2 */
.button_v2 {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 41px;
  line-height: 39px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
}
.button_v2:hover {
  color: #333;
}
.button_v2_small_green {
  color: #fff;
  background: #1f9108;
  background: -webkit-gradient(top, bottom, color-stop(0, #29a012), color-stop(100%, #1f9108));
  background: linear-gradient(to bottom, #29a012 0, #1f9108 100%);
  border-top: 1px #66b758 solid;
  border-right: 1px #177306 solid;
  border-bottom: 1px #177306 solid;
  border-left: 1px #66b758 solid;
}
.button_v2_small_green:hover {
  color: #fff;
  background: #1f9108;
  background: -webkit-gradient(top, bottom, color-stop(0, #1f9108), color-stop(100%, #1f9108));
  background: linear-gradient(to bottom, #1f9108 0, #1f9108 100%);
}
.button_v2_small_dark {
  color: #fff;
  background: #717171;
  background: -webkit-gradient(top, bottom, color-stop(0, #838383), color-stop(100%, #717171));
  background: linear-gradient(to bottom, #838383 0, #717171 100%);
  border-top: 1px #a5a5a5 solid;
  border-right: 1px #5a5a5a solid;
  border-bottom: 1px #5a5a5a solid;
  border-left: 1px #a5a5a5 solid;
}
.button_v2_small_dark:hover {
  color: #fff;
  background: #717171;
  background: -webkit-gradient(top, bottom, color-stop(0, #717171), color-stop(100%, #717171));
  background: linear-gradient(to bottom, #717171 0, #717171 100%);
}
/* button_v3 */
.button_v3 {
  padding: 0 20px;
  line-height: 42px;
  width: max-content;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  white-space: nowrap;
  background: #e5e5e5;
  border-top: 1px #ececec solid;
  border-right: 1px #b8b8b8 solid;
  border-bottom: 1px #b8b8b8 solid;
  border-left: 1px #ececec solid;
  border-radius: 4px;
}
.button_v3:hover {
  background: #d5d5d5;
}
.button_v3 > .glyphicon {
  top: -1px;
  color: #838383;
  margin-left: -5px;
  margin-right: 10px;
  font-size: x-small;
}
.button_v3_buy {
  color: white;
  line-height: 44px;
  background: #1d8f06;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #29a012), color-stop(100%, #1d8f06));
  background: linear-gradient(to bottom, #29a012 0, #1d8f06 100%);
  border-top: 1px solid #65ba55;
  border-right: 1px solid #187407;
  border-bottom: 1px solid #187407;
  border-left: 1px solid #65ba55;
}
.button_v3_buy:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url(../svg/ico-kosik-bila.svg);
  width: 20px;
  height: 20px;
  float: left;
  margin: 11px 15px 0 0;
}
.button_v3_buy:hover {
  color: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0, #1d8f06), color-stop(100%, #1d8f06));
  background: linear-gradient(to bottom, #1d8f06 0, #1d8f06 100%);
}
.button_v3_transparent {
  border: transparent;
  background: transparent;
}
.button_v3_transparent:hover {
  background: transparent;
  text-decoration: underline;
}
/* jquery-ui */
.ui-slider {
  height: 8px;
  border: none !important;
  background: #d5d5d5;
}
.ui-slider > .ui-slider-range {
  background: #eb1c24;
}
.ui-slider > .ui-slider-handle {
  top: -4px;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 8px;
  background: #eb1c24;
}
