@charset "UTF-8";
body {
  font-family: "Rajdhani";
  color: #5d6771;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 100%;
    max-width: 1780px;
  }
}
a {
  color: inherit;
}

a:hover {
  color: #1d2023;
}

h2 {
  color: #1d2023;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h3 {
  color: #1d2023;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  margin-bottom: 60px;
}

h4 {
  color: #1d2023;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
}
/* bootstrap colspan 5ths */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* END bootstrap colspan 5ths */
/*@media (min-width: 768px) { */
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.ProductListArea.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.ProductListArea.row > [class*=col-] {
  /* display: flex; */
  /* flex-direction: column; */
}

.row.row-flex:after,
.row.row-flex:before {
  display: none;
}

.ProductListArea.row:after,
.ProductListArea.row:before {
  display: none;
}

/*}*/
.row-flex.center {
  justify-content: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* top menu */
.top-menu {
  width: 100%;
  /*background-color: #f2f4f5;
  border-bottom: 1px solid #dadee0;*/
  line-height: 35px;
}

ul.top-menu-left,
.top-menu-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-top: 10px;
}

ul.top-menu-left li,
.top-menu-left li {
  float: left;
  padding: 0px;
  margin: 0;
  padding: 0px 25px;
}

ul.top-menu-left li:first-child,
.top-menu-left li:first-child {
  border-left: none;
  padding-left: 0;
}

ul.top-menu-left li a,
.top-menu-left li a {
  color: #5d6771;
  font-size: 18px;
  transition: 0.3s color;
  position: relative;
}

ul.top-menu-left li a:hover,
.top-menu-left li a:hover {
  text-decoration: none;
  color: #1d2023;
}

ul.top-menu-left li a:hover:before,
.top-menu-left li a:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}

ul.top-menu-left li a:before,
.top-menu-left li a:before {
  height: 5px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  transition: 0.3s all;
  left: 50%;
  right: 50%;
  bottom: -13px;
  opacity: 0;
}

.top-menu-left > .home {
  margin-left: 0;
  margin-right: 0;
}

.top-menu-left > .home a img {
  margin-top: 5px;
}

.top-menu-left > .home a:before {
  display: none;
}

.top-menu-right {
  float: right;
}

ul.top-menu-right {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 31px;
  margin-top: 10px;
  background: url("./../images/user.svg") no-repeat left center;
}

.top-menu-right li {
  float: left;
  padding: 0;
  margin: 0;
  padding: 0px 10px;
}

.top-menu-right li:first-child {
  border-left: 0;
  padding-left: 0px;
}

.top-menu-right li:last-child {
  padding-right: 0;
}

.top-menu-right li a {
  color: #5d6771;
  font-size: 18px;
  transition: 0.3s color;
  position: relative;
}

.top-menu-right li a:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.top-menu-right li a:before {
  height: 5px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  transition: 0.3s all;
  left: 50%;
  right: 50%;
  bottom: -13px;
  opacity: 0;
}

.top-menu-right li a:hover {
  text-decoration: none;
  color: #1d2023;
}

.top-menu-collapse {
  padding: 0;
  width: 100%;
  float: left;
}

.navbar-toggle .icon-bar {
  background: #5d6771;
  height: 3px;
  border-radius: 0px;
  width: 100%;
}
.navbar-toggle .icon-bar:nth-child(2), .navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-child(2) {
  position: absolute;
  left: 0px;
  top: 19px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar-toggle.active .icon-bar:nth-child(3) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-child(4) {
  position: absolute;
  left: 0px;
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-toggle {
  padding: 12px 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  text-align: center;
  border: 3px solid #5d6771;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.top-tel {
  float: left;
  display: none !important;
}

@media (min-width: 992px) {
  .top-menu-collapse {
    display: block;
  }
}
@media (max-width: 1499px) {
  .top-menu-left li {
    padding: 0 10px;
  }
}
@media (max-width: 1300px) {
  .top-menu-left li {
    float: left;
    padding: 0px;
    padding: 0px 10px;
  }
  ul.top-menu-right {
    padding-left: 30px;
    background-size: 20px auto;
  }
  .top-menu-right li {
    padding: 0px 10px;
  }
  .top-menu-right li:first-child {
    margin-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-menu-left li {
    padding: 0 5px;
  }
  .top-menu-left li a {
    font-size: 15px;
  }
  .top-menu-right li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .top-menu {
    line-height: 1.5;
    position: relative;
    height: 60px;
    margin-bottom: 2px;
  }
  .top-menu .home {
    display: none;
  }
  #top-menu-nav {
    width: 100%;
    padding-right: 0px;
    background: #fff;
    z-index: 400;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .top-menu-left {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }
  .top-menu-left ul {
    margin-top: 0;
  }
  .top-menu-left li {
    width: 100%;
    margin: 0px 0px;
    text-align: left;
    border-left: 0;
    padding: 5px 10px;
  }
  .top-menu-left li:first-child {
    padding-left: 10px;
  }
  .top-menu-left li a:before {
    bottom: -5px;
  }
  .top-menu-left > .home a img {
    margin-top: 0px;
    float: right;
    margin-bottom: 5px;
  }
  .top-menu-right {
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
  }
  .top-menu-right:not(ul) {
    border-top: 1px solid #dadee0;
  }
  ul.top-menu-right {
    width: 100%;
    padding: 0;
    padding-left: 30px;
    max-width: 140px;
    background-position: left center;
    float: left;
  }
  .top-menu-right li {
    width: 100%;
    text-align: left;
    border-left: 0;
    padding: 5px 10px;
  }
  .top-menu-right li:first-child {
    padding-left: 10px;
  }
  ul.top-menu-right li a:before {
    bottom: -5px;
  }
  .top-menu-right li:last-child {
    padding-right: 10px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .top-menu {
    margin-bottom: 7px;
  }
}
@media (max-width: 570px) {
  .top-tel {
    width: 85%;
  }
  .top-tel .header-phone-wrap {
    float: left;
    display: block;
    line-height: 1;
  }
  .top-tel .header-phone-wrap span {
    display: block;
    float: none;
  }
  .top-tel .header-phone-btn {
    font-size: 18px;
    padding: 5px 3px;
    float: left;
    margin-bottom: 0px;
    margin-top: 6px;
  }
  .top-tel .header-phone-text {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
  }
  .top-menu {
    height: 65px;
  }
  #top-menu-nav {
    top: 55px;
  }
}
@media (max-width: 480px) {
  .top-tel {
    width: 80%;
  }
  .top-tel .header-phone-wrap {
    height: 50px;
  }
  .top-tel .header-phone-btn {
    font-size: 16px;
    padding: 4px 6px;
    padding-top: 5px;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: -0.6px;
  }
  .top-tel .header-phone-text {
    margin-left: 0;
    float: left;
    width: 100%;
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .top-tel .header-phone-text span {
    display: none;
  }
}
/* header */
/** logo **/
.header-logo {
  margin-top: 30px;
}

.header-logo a {
  display: inline-block;
  height: 33px;
}

.header-logo a img {
  max-height: 100%;
}

.mobile-logo {
  display: none;
}

.mobile-logo-text {
  display: none;
}

@media (min-width: 1800px) {
  .header-logo {
    width: 375px;
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .header-logo {
    margin-top: 37px;
  }
}
@media (max-width: 991px) {
  .header-logo {
    margin-top: 27px;
  }
}
@media (max-width: 768px) {
  .header-logo {
    padding: 0;
    margin-top: 0px;
    height: 20px;
    width: auto;
  }
  .header-logo a {
    height: 20px;
  }
  .header-logo a img {
    height: 20px;
  }
}
/** search **/
.header-search {
  margin-top: 23px;
}

.header-search input {
  height: 40px;
  border: none;
  border-bottom: 1px solid #1d2023;
  background: transparent;
  padding: 0px 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  float: left;
}
.header-search input:focus, .header-search input:active {
  outline: none;
}

.header-search button {
  width: 30px;
  height: 40px;
  background: transparent;
  border: none;
  float: left;
  border-bottom: 1px solid #1d2023;
  color: #ffffff;
  font-size: 0px;
  font-weight: 700;
  text-transform: uppercase;
  background: url("./../images/header-search.svg") no-repeat right 3px center;
}
.header-search button:active, .header-search button:focus {
  outline: none;
}
@media (min-width: 1800px) {
  .header-search {
    width: 500px;
    padding: 0;
  }
  .search-input {
    width: 400px;
  }
  .search-button {
    width: 100px;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .header-search {
    width: 30%;
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .header-search {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .header-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    display: none;
    width: 100%;
    z-index: 900;
    background: #fff;
    padding: 10px 15px;
    margin-top: 0px;
  }
}
/** phone **/
.header-phone {
  font-size: 24px;
  line-height: 1;
  color: #1d2023;
  font-weight: 700;
  margin-top: 17px;
  text-align: center;
}

.header-phone-wrap {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  padding-left: 31px;
  background: url("./../images/header-phone.svg") no-repeat left center;
}

.header-phone span {
  font-weight: 400;
  font-size: 18px;
  color: #5d6771;
}

.header-phone-btn {
  color: #d6001c;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

@media (min-width: 1800px) {
  .header-phone {
    width: 675px;
    padding: 0;
  }
}
@media (max-width: 1500px) {
  .header-phone-text span {
    display: block;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .header-phone {
    width: 28%;
  }
  .header-phone-wrap {
    padding-left: 0px;
    background: none;
  }
}
/** cart **/
.header-cart {
  float: left;
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.header-cart-wrap {
  float: left;
  display: flex;
  align-items: flex-end;
}

.header-cart-price {
  width: 128px;
  float: left;
  line-height: 1;
  padding-top: 20px;
}

.header-cart-price span {
  color: #1d2023;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.header-cart-price .prejit {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  color: #d6001c;
}

.header-cart-img {
  width: 35px;
  height: 33px;
  background: url("./../images/header-cart.svg") no-repeat left bottom;
  float: left;
  position: relative;
}

.header-cart-img span {
  width: 25px;
  height: 25px;
  background-color: #d6001c;
  display: flex;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
  float: right;
  font-weight: 400;
  box-sizing: border-box;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -17px;
  right: -17px;
}

.header-cart-img span::after {
  position: absolute;
  background-color: transparent;
  border: 3px solid #fff;
  z-index: 1;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  content: "";
}

.search-mobile-icon {
  float: right;
  height: 50px;
  width: 50px;
  font-size: 36px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  margin-top: 0px;
}

.search-mobile-icon::before {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  content: "";
  background: url("./../images/header-search.svg") no-repeat center;
  background-size: 26px auto;
}

@media (min-width: 1800px) {
  .header-cart {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .header-cart-price {
    width: 75%;
    padding-top: 20px;
  }
  .header-cart-img {
    width: 25%;
    background-size: contain;
  }
  .header-cart-wrap {
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-cart-img {
    float: right;
    width: 50px;
  }
  .header-cart {
    margin-top: 20px;
    padding: 0;
    width: 50px;
  }
  .top-menu .navbar-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  header > .container > .row > .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-cart-img {
    width: 50px;
    height: 50px;
    position: relative;
    background-size: 28px auto;
    background-position: center;
  }
  .header-cart {
    margin-top: 0px;
    float: right;
    width: 100px;
    padding-right: 0;
  }
  .header-cart-wrap {
    float: right;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 5px;
    order: 2;
  }
  .header-cart-img span {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border: 2px solid #fff;
    top: -6px;
    right: -6px;
  }
  .search-mobile-icon {
    order: 1;
  }
}
@media (max-width: 390px) {
  .search-mobile-icon {
    margin-right: 5px;
  }
}
.mobile-menu {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  height: 50px;
  width: 50px;
}

.mobile-menu .navbar-toggle {
  padding: 0px 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: none;
  background: transparent;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  float: left;
}

.mobile-menu .navbar-toggle .icon-bar {
  background: #1d2023;
  width: 28px;
  height: 4px;
  border-radius: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-menu {
    display: block !important;
    margin-top: 18px;
  }
}
/* END HEADER */
/* Main and left-menu */
.left-menu {
  float: left;
  padding: 0px 15px;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.left-menu .hidden-sm.hidden-xs {
  display: none;
}

.TitlePage .left-menu {
  margin-bottom: 0;
}

.main {
  width: 100%;
  padding-left: 15px;
}

.page-content {
  margin-top: 35px;
}

nav.nav-left {
  width: 100%;
  position: relative;
  padding: 0px;
  background-color: #d6001c;
}

nav.nav-left ul.First {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}

nav.nav-left ul.First > li {
  line-height: 1;
  display: flex;
}

nav.nav-left ul.First > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1;
  display: block;
  cursor: pointer;
  border-bottom: none;
  position: relative;
  transition: all 0.3s;
  padding: 15px 10px;
}
nav.nav-left ul.First > li > a:after {
  position: absolute;
  bottom: 0;
  height: 0;
  background: #fff;
  transition: all 0.3s;
  content: "";
  display: block;
  left: 10px;
  right: 10px;
}

@media (min-width: 992px) {
  nav.nav-left ul.First > li.ccat_id_110 > a {
    position: absolute;
    top: -40px;
    color: #000 !important;
    font-size: 12px !important;
    right: 100px;
  }
  nav.nav-left ul.First > li.ccat_id_110 > a:after {
    display: none;
  }
  nav.nav-left ul.First > li.ccat_id_110 > a:hover {
    color: #d6001c !important;
  }
  nav.nav-left ul.First > li.ccat_id_115 > a {
    position: absolute;
    top: -40px;
    color: #000 !important;
    font-size: 12px !important;
    right: 0;
  }
  nav.nav-left ul.First > li.ccat_id_115 > a:after {
    display: none;
  }
  nav.nav-left ul.First > li.ccat_id_115 > a:hover {
    color: #d6001c !important;
  }
}
nav.nav-left ul.First > li:hover > a {
  text-decoration: none;
}
nav.nav-left ul.First > li:hover > a:after {
  height: 5px;
}

nav.nav-left ul.First > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 6px;
  background-color: #f2f4f5;
  padding-top: 20px;
  display: none;
}

nav.nav-left ul.First > li > ul > li a:hover {
  font-weight: 700;
}

nav.nav-left ul.First > li > ul > li.active a {
  font-weight: 700;
  color: #d6001c;
}

nav.nav-left ul.First > li > ul > li {
  padding-bottom: 15px;
  padding-left: 18px;
}

nav.nav-left ul.First > li > ul > li > a {
  color: #1d2023;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: none !important;
}

.HoverMenuOpened {
  position: relative;
}

.left-menu-hover,
.HoverSubcategories {
  border: 1px solid #cacfd1;
  background-color: #f2f4f5;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  z-index: 900;
  padding-bottom: 0px;
  display: none;
  transition: all 0.5s;
}

.left-menu-hover-item-wrap {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.HoverSubcategory {
  background: #fff;
  float: left;
  width: calc(25% - 30px);
  margin: 0px 15px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}

/* smazat */
.left-menu-hover-item {
  background: #fff;
  float: left;
  width: 100%;
  border: 1px solid transparent;
}

/* END smazat */
.HoverSubcategory:hover {
  border: 1px solid #cacfd1;
}

/* smazat */
.left-menu-hover-item:hover {
  border: 1px solid #cacfd1;
}

/* END smazat */
.HoverSubcategoryLeft {
  width: 110px;
  height: 62px;
  float: left;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 62px;
}

.HoverSubcategoryImage a {
  display: block;
  width: 80px;
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
}

.HoverSubcategoryLeft img {
  max-height: 100%;
  display: inline-block;
  line-height: 62px;
  vertical-align: middle;
}

/* smazat */
.left-menu-hover-item-img {
  width: 110px;
  height: 62px;
  float: left;
  margin-top: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 62px;
}

.left-menu-hover-item img {
  max-height: 100%;
  display: inline-block;
  line-height: 62px;
  vertical-align: middle;
}

/* END smazat */
.HoverSubcategoryRight {
  float: left;
  width: calc(100% - 110px);
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  color: #1d2023;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.HoverSubcategoryRight a {
  color: #1d2023;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.HoverSubcategoryRight a:hover {
  text-decoration: none;
}

/* smazat */
.left-menu-hover-item-text {
  float: left;
  width: calc(100% - 110px);
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  color: #1d2023;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

/* END smazat */
.left-menu-hover::before {
  position: absolute;
  content: "";
  left: -1px;
  top: 0;
  background-color: #f2f4f5;
  width: 1px;
  height: 50px;
}

.left-menu-news {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
}

.left-menu-news h3 {
  color: #1d2023;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}

.left-menu-news h3::before {
  width: 60px;
  height: 4px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -10px;
}

.left-menu-news-content {
  background-color: #f2f4f5;
}

.left-menu-news-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 5px;
  padding-right: 20px;
}

.left-menu-news-content ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.left-menu-news-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d6001c;
}

.left-menu-news-content ul li a {
  color: #1d2023;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
}

.left-menu-news-content .show-all {
  color: #5d6771;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  display: block;
  text-align: center;
  border: 2px solid #dadee0;
  background-color: #ffffff;
}

.left-menu .reklama {
  border: 1px solid #dadee0;
  background-color: #ffffff;
  padding: 25px;
  box-sizing: border-box;
}

@media (max-width: 1800px) {
  .left-menu-hover-item-text {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  nav.nav-left ul.First > li > a {
    padding: 15px 5px;
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .left-menu-hover-item-text {
    font-size: 18px;
    margin-left: 0;
  }
  .HoverSubcategory {
    margin: 0px 5px;
    margin-bottom: 10px;
    width: calc(33.333% - 10px);
  }
  nav.nav-left ul.First > li > a {
    padding: 15px 3px;
    font-size: 15px;
  }
}
@media (max-width: 1299px) {
  nav.nav-left ul.First > li > a {
    padding: 15px 3px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .HoverSubcategory {
    width: calc(50% - 10px);
  }
  nav.nav-left ul.First > li > a {
    padding: 14px 3px 12px 3px;
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .main {
    width: 100%;
    float: left;
    padding: 0px 15px;
  }
  .left-menu {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .HoverSubcategories {
    left: auto;
    top: auto;
    position: relative;
    width: 100%;
    padding: 0;
    padding: 10px;
    float: left;
    border: none;
  }
  .HoverSubcategory {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .left-menu-hover {
    display: none;
  }
  nav.nav-left > ul > li:hover > .left-menu-hover {
    display: none;
  }
  nav.nav-left ul.First > li > a {
    padding: 8px 10px;
    font-size: 20px;
  }
  nav.nav-left ul.First > li:hover > a:after {
    height: 3px;
  }
  nav.nav-left ul.First > li > a:after {
    width: 40px;
  }
  nav.nav-left {
    padding: 0px;
    margin-bottom: 20px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #dadee0;
  }
  .page-content {
    margin-top: 10px;
  }
  nav.nav-left ul.First {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 5px;
  }
  nav.nav-left ul.First > li {
    width: 100%;
    margin: 7px 0;
    display: block;
  }
  ul.top-menu-left,
  .top-menu-left ul {
    padding: 0 15px;
  }
}
/* banners */
.banners {
  margin-top: 0px;
  margin-bottom: 80px;
  display: flex;
}

.banner-col {
  width: 33.33%;
}

.banners img {
  width: 100%;
}

@media (max-width: 767px) {
  .banners {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .banner-col {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* END banners */
/* news */
.news {
  text-align: left !important;
}

.news-wrap {
  border-top: 1px solid #dadee0;
  margin-top: 14px;
  padding-top: 40px;
  border-bottom: 1px solid #dadee0;
  margin-bottom: 0px;
}

.news-wrap > .row {
  margin-left: -20px;
  margin-right: -20px;
}

.ShowAllArticles {
  float: left;
  width: 100%;
}

.show-more {
  width: 290px;
  height: 50px;
  background: #d6001c;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #b20017;
  margin-bottom: 120px;
  transition: all 0.3s;
}

.show-more:hover {
  text-decoration: none !important;
  color: #b20017;
  background: #fff;
}

@media (max-width: 767px) {
  .show-more {
    margin-bottom: 50px;
    font-size: 18px;
    width: 250px;
    height: 40px;
    line-height: 40px;
  }
}
.news-item {
  margin-bottom: 70px;
  padding: 0px 15px;
}

.news-item-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #f2f4f5;
  overflow: hidden;
  display: block;
}

.news-item-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px;
  display: flex;
  align-items: center;
}

.news-item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-item-date {
  width: 115px;
  height: 40px;
  background-color: #d6001c;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-item-text h3 {
  color: #1d2023;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  margin-bottom: 3px;
}

.news-item-text h3 a {
  color: #1d2023;
}

.news-item-text a {
  color: #1d2023;
}

.news-item-text {
  line-height: 1.8;
  font-weight: 500;
  margin-top: 30px;
}

.news-item-text p {
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  .news-wrap > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-item {
    padding: 0px 15px;
  }
}
@media (max-width: 1300px) {
  .news-item-text h3 {
    font-size: 22px;
  }
  .news-item-text {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .news-item {
    display: inline-block;
    max-width: 320px;
    float: none;
    text-align: left;
    margin-bottom: 30px;
  }
  .news-item-text {
    line-height: 1.2;
  }
  .news-wrap > .row {
    text-align: center;
  }
}
/* end news */
/* Doporucujeme */
.TitlePage .main .ElementHeader {
  color: #1d2023;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.9px;
  display: inline-flex;
  position: relative;
}

.TitlePage .main .ElementHeader::before {
  width: 60px;
  height: 3px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
}

@media (min-width: 767px) {
  .TitlePage .main .ElementHeader {
    margin-top: -30px;
  }
}
@media (max-width: 1700px) {
  .doporucene-box-item {
    display: none;
  }
}
@media (max-width: 991px) {
  .TitlePage .main .ElementHeader {
    font-size: 30px;
    max-width: calc(100% - 40px);
  }
  .TitlePage .main .ElementHeader::before {
    width: 30px;
    margin-left: 10px;
  }
}
/* END doporucujeme */
/* product */
.product-wrap {
  width: 100%;
  margin-top: 20px;
}

.ProductList + .doporucene-box-item {
  display: none;
}

.product-wrap > .row {
  margin-left: -25px;
  margin-right: -25px;
}

.product-item {
  padding: 0px 19px;
  margin-bottom: 20px;
}

.product-item.product-item-banner .product-item-hover {
  border: none;
  padding: 0;
  overflow: hidden;
  height: auto;
}
.product-item.product-item-banner img {
  max-width: 100%;
  width: 100%;
}
.product-item.product-item-banner .product-item-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 0;
}

@media (min-width: 1500px) {
  .product-item {
    width: 20%;
  }
}
.product-item-hover {
  border: 1px solid #dadee0;
  background: #fff;
  z-index: 500;
  height: 100%;
  padding: 0px 10px;
  transition: all 0.3s;
}

.product-item-content {
  padding: 15px 0px;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 0px;
  font-size: 15px;
  position: relative;
  color: #5d6771;
  padding-bottom: 120px;
  height: 100%;
}

.product-item-content .product-img {
  display: block;
  /* height: 195px; */
  width: 100%;
}

.product-item-content .product-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-item-content .product-img a img {
  height: auto !important;
  width: 100% !important;
  max-width: unset;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
}

.product-item-content .product-img img.lazy:not([src]) {
  visibility: hidden;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .product-item {
    width: 50%;
  }
}
@media (max-width: 1599px) {
  .product-item-content .product-img {
    /* height: 140px; */
  }
}
@media (max-width: 1199px) {
  .product-item-content .product-img {
    /* height: 120px; */
  }
}
@media (max-width: 767px) {
  .product-item-content .product-img {
    /* height: 180px; */
  }
}
@media (max-width: 500px) {
  .product-item-content .product-img {
    /* height: 200px; */
  }
}
.product-headline {
  color: #1d2023;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  padding: 0px 0px;
  text-align: center;
  height: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-headline:hover {
  color: #1d2023;
  text-decoration: none !important;
}

.product-headline:focus,
.product-headline:active {
  color: #1d2023;
  text-decoration: none;
}

.product-text {
  line-height: 1.6;
  font-size: 18px;
  color: #5d6771;
  padding: 10px 0px;
  overflow: hidden;
}

.product-item-content strong {
  color: #222222;
}

.product-sklad-wrap {
  position: absolute;
  bottom: 76px;
  left: 0;
  right: 0;
}

.product-sklad {
  height: 40px;
  border: 1px solid #dadee0;
  background-color: #fafbfc;
  background-color: #f2f4f5;
  margin-bottom: 0px;
}

.product-sklad span {
  line-height: 40px;
}

.product-sklad .Value {
  color: #78c400;
  font-weight: 700;
  cursor: pointer;
}

.product-sklad .Label {
  font-weight: 700;
  color: #222222;
}

/* smazat */
.product-sklad .skladem {
  color: #78c400;
  font-weight: 700;
}

/* end smazat */
.product-bottom {
  height: 56px;
  background-color: #d6001c;
  line-height: 1;
  border-bottom: 2px solid #b20017;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

.product-price {
  float: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  max-width: 140px;
  height: 100%;
}

.product-price .old-price {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
}

.product-price span {
  font-size: 26px;
  font-weight: 700;
  display: block;
  width: 100%;
}

.product-show {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.show-btn {
  display: block;
  float: left;
  width: 106px;
  height: 34px;
  background-color: #ffffff;
  color: #1d2023;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}

.show-btn:hover {
  color: #fff;
  text-decoration: none !important;
  border: 2px solid #ffffff;
  background-color: #d6001c;
}

.action1 {
  position: absolute;
  top: 80px;
  right: 0px;
}

.product-item-content .place {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  background: none;
  padding-left: 0px;
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.product-item-content .place img {
  float: left;
  margin-bottom: 5px;
}

.ProductDetails .RelBox,
.Product .RelBox {
  position: relative;
  z-index: 100;
  position: absolute;
}

.ObsahStrankyElements .ProductDetails .productInfo {
  right: auto;
  left: 0px;
}

.ObsahStrankyElements .ProductDetails .productInfo img {
  float: none;
  margin-bottom: 5px;
}

.product-item-content .new {
  background: #ff900e url("./../images/new.svg") no-repeat left 8px center;
  padding-left: 43px;
  text-align: left;
  background-size: 25px auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.product-box-item {
  float: left;
  margin-top: 20px;
  width: 265px;
  padding-right: 15px;
}

@media (max-width: 1700px) {
  .product-wrap {
    width: 100%;
  }
  .product-wrap > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1600px) {
  .product-price {
    max-width: 120px;
  }
  .product-price span {
    font-size: 24px;
  }
}
@media (max-width: 1300px) {
  .product-headline {
    font-size: 18px;
    line-height: 22px;
  }
  .product-price {
    float: left;
    width: 60%;
    font-size: 18px;
    padding: 10px;
    padding-top: 5px;
  }
  .product-price .old-price {
    font-size: 18px;
  }
  .product-price span {
    font-size: 24px;
  }
  .product-show {
    float: right;
    width: 40%;
    margin-top: 10px;
    margin-right: 0px;
    padding-right: 10px;
  }
  .show-btn {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .product-item:hover .product-item-hover {
    box-shadow: 0 29px 40px rgba(0, 0, 0, 0.22);
  }
  .product-item {
    margin-bottom: 20px;
  }
  .product-item-hover {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .product-item {
    padding: 0px 10px;
  }
  .product-headline {
    padding: 0px 20px;
    font-size: 22px;
  }
  .product-text {
    padding: 0px 20px;
    padding-top: 10px;
  }
  .product-sklad {
    border: 1px solid #dadee0;
    background-color: #fafbfc;
    background-color: #f2f4f5;
    margin-bottom: 0px;
  }
}
@media (max-width: 675px) {
  .product-item {
    padding: 0px 0px;
    width: 100%;
  }
  .product-img a {
    display: block;
  }
  .product-img img {
    margin: 0 auto;
  }
}
/* END product */
.box-item {
  width: calc(100% - 0px);
  position: relative;
  padding-top: 54px;
  color: #1d2023;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -1.04px;
}

.product-box-item .box-item {
  width: calc(100% - 6px);
}

.box-item-bg {
  background: url("./../images/box_item.svg") no-repeat top;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 111px;
  content: "";
  top: 0px;
}

.box-item-content {
  border: 1px solid #dadee0;
  padding-bottom: 36px;
  padding-top: 73px;
  box-shadow: 6px 6px 0px 1px #f2f4f5;
}

.box-item a {
  color: #1d2023;
}

.box-item a:hover {
  text-decoration: none;
}

.box-item.mapa a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 90;
  position: relative;
  line-height: 1.1;
}

.box-item.mapa td a {
  padding: 5px 0;
  font-size: 18px;
}

.box-item.mapa .box-item-content {
  padding-bottom: 0px;
  border-bottom: 0;
}

.left-menu .box-item {
  margin-top: 36px;
  font-size: 24px;
}

.box-item table {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.box-item table td {
  width: 50%;
  border: 1px solid #dadee0;
  color: #1d2023;
  line-height: 40px;
  font-size: 22px;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 0;
  text-align: center;
}

.box-item table td:nth-child(2n) {
  border-right: 0;
}

.box-item-bg::before {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 74px;
  top: 5px;
  content: "";
  margin: 0 auto;
  background: url("./../images/icon_poradit.svg") no-repeat center;
}

.box-item-bg.tel::before {
  background: url("./../images/icon_tel.svg") no-repeat center;
}

.box-item-bg.doprava::before {
  background: url("./../images/icon_doprava.svg") no-repeat center;
}

.box-item-bg.mapa::before {
  background: url("./../images/icon_map.svg") no-repeat center;
}

.box-item h4 {
  color: #5d6771;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.96px;
  margin-bottom: 5px;
}

.box-item span.head {
  color: #5d6771;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.96px;
  margin-bottom: 5px;
  display: block;
}

.box-item-bottom {
  width: 100%;
  text-align: left;
}

.box-item-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.box-item-bottom ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top: 17px;
  display: block;
  width: 100%;
  float: left;
}

.box-item-bottom ul li a {
  display: block;
  line-height: 1;
}

.box-item-bottom ul li a img {
  height: 56px;
  float: left;
}

.box-item-bottom ul li a span {
  display: block;
  float: left;
  color: #1d2023;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1.52px;
  margin-top: 0px;
  margin-left: 14px;
  width: 180px;
  height: 53px;
  display: flex;
  align-items: center;
}

@media (max-width: 1500px) {
  .box-item-bg::before {
    left: 52px;
  }
  .box-item h4 {
    font-size: 20px;
  }
  .box-item span.head {
    font-size: 20px;
  }
  .left-menu .box-item {
    font-size: 20px;
  }
  .box-item table td {
    font-size: 18px;
  }
}
/* supage -- > css for sunlight html code */
/* upravy menu */
@media (max-width: 991px) {
  .cullevel_2 {
    display: none !important;
  }
}
/* product vypis */
/* drobeckova navigace */
.ObsahStrankyElements .Path {
  height: 38px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.ObsahStrankyElements .PathPart {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #5d6771;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

.ObsahStrankyElements .PathPart a {
  color: #5d6771;
  font-size: 16px;
  font-weight: 500;
}

.ObsahStrankyElements .PathPart .CurrentCategory {
  color: #1d2023;
  font-weight: 600;
}

.PathProductName {
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #1d2023;
  font-weight: 600;
  display: none;
}

.Path .Homepage span {
  display: none;
}

.ObsahStrankyElements .PathDelimiter {
  width: 20px;
  height: 36px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.ObsahStrankyElements .PathDelimiter:after {
  content: "\e258";
  font-family: "Glyphicons Halflings";
  position: absolute;
  left: 0;
  top: 6px;
  color: #cacfd1;
  font-size: 14px;
}

.PathProductName .PathDelimiter {
  margin-right: 10px;
}

.ObsahStrankyElements .PathDelimiter.PathDelimiter_1,
.ObsahStrankyElements .Path img {
  display: none;
}

.ObsahStrankyElements .Path .Homepage {
  width: 22px;
  height: 36px;
  float: left;
  top: 0px;
  position: relative;
}
.ObsahStrankyElements .Path .Homepage:after {
  content: "\e021";
  font-family: "Glyphicons Halflings";
  position: absolute;
  left: 0;
  top: 6px;
  color: #cacfd1;
  font-size: 14px;
}

h1.ProductsList {
  color: #1d2023;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 991px) {
  h1.ProductsList {
    font-size: 28px;
  }
  .PathProductName .PathDelimiter {
    margin-right: 5px;
  }
  .ObsahStrankyElements .PathPart {
    padding-left: 5px;
  }
  .ObsahStrankyElements .PathDelimiter {
    margin-left: 0px;
  }
  .ObsahStrankyElements .Path {
    margin-top: 0;
  }
}
@media (max-width: 350px) {
  .ObsahStrankyElements .PathPart .CurrentCategory {
    overflow: hidden;
    max-width: 150px;
    display: block;
    height: 36px;
  }
}
.category_description {
  line-height: 1.6;
  font-size: 18px;
  position: relative;
}

/* product detail */
.ProductDetail .TopRight {
  float: left;
  width: 55%;
  padding-right: 25px;
}

.ProductDetail .TopLeft {
  float: left;
  width: 45%;
  padding-left: 25px;
}

.TopLeft h1.desktop {
  display: block;
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  color: #1d2023;
}

.TopLeft h2.desktop {
  font-size: 18px;
  margin-bottom: 10px;
}

.TopLeft .ShortDesc {
  font-size: 18px;
}
.TopLeft .ShortDesc p {
  text-align: left !important;
}

.TopLeft .product-box-item {
  display: none;
}

@media (min-width: 992px) {
  .TopLeft .wrapShortDesc {
    position: relative;
    height: 130px;
  }
  .TopLeft .ShortDesc {
    height: 120px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
  }
  .TopLeft .product-box-item {
    margin-top: 0px;
  }
  .TopLeft .ShortDesc:hover {
    height: auto;
  }
}
.ProductDetails h2.mobile {
  display: none;
  font-size: 22px;
  margin: 0;
  margin-bottom: 20px;
  color: #1d2023;
  font-weight: 600;
}

@media (max-width: 991px) {
  .TopLeft h1.desktop {
    display: none;
  }
  .ProductDetails h2.mobile {
    display: block;
  }
}
@media (min-width: 1600px) {
  .ProductDetail .TopRight {
    width: 50%;
  }
  .ProductDetail .TopLeft {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .ProductDetail .TopRight {
    float: left;
    width: 100%;
    padding-right: 0px;
  }
  .ProductDetail .TopLeft {
    float: left;
    width: 100%;
    padding-left: 0;
  }
}
.WrapperBigImages img {
  width: 100%;
  height: auto;
}

.WrapperBigImages .BigImages {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}

.WrapperBigImages .BigImages .BigImage {
  width: 100%;
  padding-left: 0 !important;
  position: relative !important;
  margin: 0 !important;
}

.ExtGallery .Navigation {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto !important;
}

.ExtGallery .Bottom {
  position: relative;
  height: 80px;
  overflow: hidden;
  margin-top: 0px;
  width: calc(100% - 100px);
  float: left;
}

.ExtGallery .ImagesCount {
  float: left;
  display: block;
  border: none;
  width: 100px;
  margin-top: 0px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #d6001c;
  font-weight: 600;
  text-align: center;
}

.TopLeft .wrap {
  float: left;
  width: 100%;
  padding-right: 0px;
  position: relative;
}

/* detail galerie */
/* carousel */
.BigImages .carousel {
  padding-bottom: 25px;
}

.carousel-inner > .item {
  height: 450px;
  overflow: hidden;
}
.carousel-inner > .item.item-video .item-video-btn {
  display: flex;
  width: 100%;
  height: 100%;
}
.carousel-inner > .item.item-video iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  height: auto;
  width: 100%;
  max-width: unset;
  left: 0%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  filter: none;
  opacity: 0.5;
  display: block !important;
  cursor: pointer;
  z-index: 899;
  transition: all 0.5s;
}

.carousel-control:focus,
.carousel-control:active {
  opacity: 0.5;
}

.carousel-control.right {
  right: 0;
  left: auto;
  filter: none;
  background: url("./../images/arrow_red.svg") no-repeat left 15px center;
  background-size: 15px auto;
  transform: rotate(180deg);
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  background: url("./../images/arrow_red.svg") no-repeat left 15px center;
  background-size: 15px auto;
  left: 0;
}

.Navigation .carousel-control.left,
.Navigation .carousel-control.right {
  background: rgba(255, 255, 255, 0.7) url("./../images/arrow_red.svg") no-repeat left 7px center;
  background-size: 15px auto;
  opacity: 1;
}

.carousel-indicators {
  bottom: 5px;
  margin: 0;
  left: 0%;
  z-index: 15;
  width: 100%;
  margin-left: 0%;
  text-align: center;
}

.carousel-indicators li {
  width: 10px;
  height: 2px;
  margin: 0;
  border-radius: 0%;
  background: #5d6771;
  border: 0;
}

.carousel-indicators .active {
  width: 10px;
  height: 4px;
  margin: 0;
  background: #d6001c;
  border: 0;
}

/* galerie small */
.Navigation .carousel-inner > .item {
  height: 80px;
  overflow: hidden;
}

.Navigation .carousel-inner > .item > .gallery-small-img {
  padding: 0px 10px;
  position: relative;
  float: left;
  width: 33.33%;
}

.Navigation .carousel-inner > .item > .gallery-small-img:first-child {
  padding-left: 0;
}

.Navigation .carousel-inner > .item > .gallery-small-img:nth-child(2) {
  padding: 0px 5px;
}

.Navigation .carousel-inner > .item > .gallery-small-img:last-child {
  padding-right: 0;
}

.Navigation .carousel-inner > .item > .gallery-small-img > a > img,
.Navigation .carousel-inner > .item > .gallery-small-img > img {
  height: auto !important;
  width: 100%;
  max-width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Navigation .carousel-inner > .item > .gallery-small-img > a {
  display: block;
  width: 100%;
  position: relative;
  height: 80px;
}

@media (max-width: 1199px) {
  .carousel-inner > .item {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .carousel-inner > .item {
    height: 400px;
  }
  .ExtGallery .Bottom {
    height: 110px;
  }
  .Navigation .carousel-inner > .item {
    height: 110px;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img > a {
    height: 110px;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    /* height: 400px; */
  }
}
@media (max-width: 767px) {
  .carousel-inner > .item {
    height: 300px;
  }
  .ExtGallery .Bottom {
    height: 80px;
  }
  .Navigation .carousel-inner > .item {
    height: 80px;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img > a {
    height: 80px;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    /* height: 250px; */
  }
}
@media (max-width: 550px) {
  .carousel-inner > .item {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .carousel-inner > .item {
    height: 200px;
  }
  .ExtGallery .Bottom {
    height: 70px;
  }
  .Navigation .carousel-inner > .item {
    height: 70px;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img > a {
    height: 70px;
  }
}
@media (max-width: 379px) {
  .carousel-inner > .item {
    height: 185px;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    /* display: block;
    height: 200px;
    width: auto; */
  }
  .ExtGallery .Bottom {
    height: 60px;
  }
  .Navigation .carousel-inner > .item {
    height: 60px;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img > a {
    height: 60px;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img {
    padding: 0px 5px;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img:first-child {
    padding-left: 0;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img:nth-child(2) {
    padding: 0px 2.5px;
  }
  .Navigation .carousel-inner > .item > .gallery-small-img:last-child {
    padding-right: 0;
  }
}
/* end carousel */
@media (max-width: 1700px) {
  .TopLeft .doporucene-box-item {
    display: none;
  }
  .TopLeft .wrap {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1600px) {
  .ExtGallery .ImagesCount {
    display: none;
  }
  .ExtGallery .Bottom {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ExtGallery .Bottom {
    margin-bottom: 20px;
  }
}
.ProductDetail .TopLeft table.BottomTable {
  border: 1px solid #dadee0;
  border-top: none;
  background-color: #ffffff;
  width: 100%;
}

.ProductDetail .TopLeft table.BottomTable .ProductCommonPrice {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 170px;
}

.ProductDetail .TopLeft table.BottomTable .ProductCommonPricePrice span {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.ProductDetail .TopLeft table.BottomTable .Price {
  color: #1d2023;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.ProductDetail .TopLeft table.BottomTable .Price th {
  padding-left: 30px;
  width: 30%;
  width: 170px;
}

.ProductDetail .TopLeft table.BottomTable .Price.withoutVAT {
  line-height: 34px;
}

.ProductDetail .TopLeft table.BottomTable .Price.withoutVAT th {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  padding-top: 0;
  width: 170px;
  color: #5d6771;
}

.ProductDetail .TopLeft table.BottomTable .Price.withoutVAT .ProductPricePrice {
  font-weight: 400;
  font-size: 16px;
  color: #5d6771;
  padding-left: 5px;
}

.ProductDetail .TopLeft table.BottomTable .HighlightPrice {
  color: #d6001c;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 450px) {
  .ProductDetail .TopLeft table.BottomTable .HighlightPrice {
    font-size: 30px;
  }
  .ProductDetail .TopLeft table.BottomTable .Price {
    font-size: 20px;
  }
}
.ProductDetail .TopLeft table.TopTable {
  width: 100%;
  border: 1px solid #dadee0;
  background-color: #fcfcfc;
  font-size: 17px;
}

.ProductDetail .TopLeft table.TopTable th:first-child {
  padding-left: 30px;
}

.ProductDetail .TopLeft table.TopTable th,
.ProductDetail .TopLeft table.TopTable td {
  padding-bottom: 10px;
}

.ProductDetail .TopLeft table.TopTable th {
  width: 30%;
}

.ProductDetail .TopLeft table.TopTable .Manufacturer td,
.ProductDetail .TopLeft table.TopTable .Manufacturer th {
  padding-top: 30px;
}

.ProductDetail .TopLeft table.TopTable .Availability td,
.ProductDetail .TopLeft table.TopTable .Availability th {
  padding-bottom: 30px;
}

.ProductDetail .TopLeft table.TopTable .Availability td {
  color: #78c400;
  font-weight: 700;
}

.ProductDetail .TopLeft table.TopTable .Availability td .defaultStoreInfo {
  display: block;
  width: 100%;
}

.ProductDetail .TopLeft table.TopTable .Availability td .newStoreInfo {
  display: block;
  width: 100%;
}

.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto !important;
  text-align: left;
  background: none !important;
  color: #d6001c;
  border-radius: 0;
  border: none;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  font-size: 16px !important;
  height: auto;
}

.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp::after {
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #d6001c;
  display: block;
  position: absolute;
  transition: all 0.3s;
}

.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp:hover::after {
  width: 0;
}

.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp:hover,
.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp:focus,
.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp:active {
  border: none;
  text-decoration: none;
}

.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp::before {
  content: "zjistit informace o dostupnosti";
  display: block;
}

.ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp span {
  display: none;
}

.ProductDetails .TopLeft .ProductCount {
  float: right;
  margin-top: 20px;
}

.ObsahStrankyElements .ProductDetails .TopLeft .ProductCount #Buy {
  width: 235px;
  height: 59px;
  background: #d6001c url("./../images/shop_cart_button.svg") no-repeat left 30px center;
  display: block;
  float: right;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 30px;
  border: none;
  border-bottom: 2px solid #b20017;
}

.ObsahStrankyElements .ProductDetails .TopLeft .ProductCount #Buy.allSelected {
  background: #19b813 url("./../images/shop_cart_button.svg") no-repeat left 30px center;
  border-bottom: 2px solid #13830f;
}

.ProductDetails .TopLeft .ProductCount .Label {
  display: none;
}

.ProductDetails .TopLeft .ProductCount input {
  width: 85px;
  height: 59px;
  border: 1px solid #dadee0;
  background-color: #ffffff;
  float: left;
  margin-right: 15px;
  color: #5d6771;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 500px) {
  .ProductDetail .TopLeft table.TopTable th {
    width: 50%;
  }
  .ProductDetail .TopLeft table.TopTable .Availability .cartPaymentShipmentHelp::after {
    display: none;
  }
}
@media (max-width: 364px) {
  .ProductDetails .TopLeft .ProductCount {
    float: left;
    width: 100%;
  }
  .ObsahStrankyElements .ProductDetails .TopLeft .ProductCount #Buy {
    width: 190px;
    background: #d6001c url("./../images/shop_cart_button.svg") no-repeat left 10px center;
    background-size: 30px auto;
    text-align: left;
    padding-right: 0px;
    padding-left: 50px;
  }
}
.ProductDetails .TopLeft .actions {
  margin: 0;
  list-style-type: none;
  padding: 0;
  float: left;
  margin-top: 20px;
}

.ProductDetail {
  float: left;
  width: 100%;
}

.ProductTop {
  float: left;
  width: 100%;
}

.ProductDetails .ProductSubMenu {
  float: left;
  width: 100%;
}

@media (min-width: 991px) {
  .ProductDetails .ProductSubMenu {
    margin-top: 0px;
  }
}
.ProductDetails .ProductSubMenu .ProductMenu li.sellerQuestion {
  display: none;
}

.ProductDetails .ProductSubMenu .ProductMenu li.SendAdvice {
  display: none;
}

.ProductDetails .ProductSubMenu .ProductMenu li.socialBookmarks {
  display: none;
}

.ProductDetails .ProductSubMenu .ProductMenu li.Favorite {
  display: none;
}

.ProductDetails .ProductSubMenu .ProductMenu li.facebookLike {
  display: none;
}

.ProductDetails .ProductSubMenu ul {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#DownPart {
  margin-top: 50px;
}

/* comparing */
.ProductSubMenu .Comparing {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.ProductSubMenu .Comparing a {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #d6001c;
  font-weight: 600;
  align-items: center;
}
.ProductSubMenu .Comparing a:before {
  content: "+";
  display: block;
  position: relative;
  margin-right: 10px;
  background-color: #d6001c;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.Comparing {
  float: left;
  margin-bottom: 30px;
}

.ProductDetail .Comparing {
  display: none;
}

.Comparing .SubHeader {
  font-weight: 500;
  font-size: 30px;
  color: #1d2023;
  position: relative;
  margin-bottom: 20px;
}

.Comparing .SubHeader:after {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -10px;
}

.Comparing .Content {
  display: flex;
  flex-wrap: wrap;
}

.Comparing .Button {
  color: #d6001c;
  font-weight: 600;
  display: inline-block;
  margin: 0px 10px;
}

.Comparing.Shop {
  width: 100%;
  position: relative;
  padding: 0 40px 0 0;
}

.Comparing.Shop .Over {
  width: 100%;
  overflow-x: auto;
  line-height: 1.2;
}

.Comparing.Shop .Over > table {
  min-width: 500px;
  width: auto !important;
}

.Comparing.Shop .remove_line .remove_product {
  background-color: #f2f4f5;
}
.Comparing.Shop .remove_line a {
  color: #b20017;
  font-weight: 600;
}
.Comparing.Shop .title_line .product_title {
  background-color: #f2f4f5;
}
.Comparing.Shop .name_line .product_name {
  background-color: #f2f4f5;
}
.Comparing.Shop .name_line .product_name a {
  font-weight: 600;
  color: #1d2023;
  font-size: 20px;
}
.Comparing.Shop .BottomMenu a {
  font-size: 24px;
  background: #d6001c;
  border: 1px solid #d6001c;
  line-height: 1;
  color: #fff;
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
}
.Comparing.Shop .bottomComapreLine {
  display: none;
}
.Comparing.Shop .bottomComapreLine.producer_line, .Comparing.Shop .bottomComapreLine.warranty_line, .Comparing.Shop .bottomComapreLine:last-child {
  display: table-row;
}
.Comparing.Shop .bottomComapreLine th {
  width: 1px !important;
  overflow: hidden;
}
.Comparing.Shop .bottomCompareTd {
  display: flex;
  justify-content: space-between;
}
.Comparing.Shop .bottomCompareTd > span:first-child {
  font-weight: 800;
}

.Comparing.Shop .Over table {
  width: 100%;
}

.Comparing.Shop .Over table tr {
  vertical-align: top;
}

.Comparing.Shop .parameter_line nobr {
  white-space: normal;
}

.Comparing.Shop .parameter_line th {
  width: 100px;
  vertical-align: top;
  padding: 5px 0px;
}

.Comparing.Shop .parameter_line .parameter_name {
  width: 250px;
}

.Comparing.Shop .parameter_line .parameter_name nobr {
  white-space: normal;
}

.Comparing.Shop #TechnickyPopis .TechnickyPopisTdRight {
  padding-left: 0;
}

.Comparing.Shop td {
  padding: 0 10px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  text-align: right;
  vertical-align: middle;
  height: 53px;
}

.Comparing.Shop td:nth-child(1) {
  text-align: left;
  padding-left: 0;
}

.Comparing.Shop .product_tech {
  width: 550px;
}
.Comparing.Shop .product_tech:nth-child(2) #TechnickyPopis .TechnickyPopisTr td:first-child {
  width: 340px !important;
}

.Comparing.Shop #TechnickyPopis {
  width: 550px;
}

.Comparing.Shop .product_tech:not(:nth-child(2)) {
  width: 300px;
}
.Comparing.Shop .product_tech:not(:nth-child(2)) #TechnickyPopis {
  width: 300px;
}

.Comparing.Shop #TechnickyPopis .TechnickyPopisTdLeft {
  width: auto !important;
}

.Comparing.Shop #TechnickyPopis .TechnickyPopisTdRight {
  width: 0px !important;
}

.Comparing.Shop td img {
  max-width: 100px;
}

.comparison-arrows {
  position: absolute;
  left: -30px;
  right: 30px;
  top: 150px;
  text-align: right;
  display: none;
}
.comparison-arrows.fixed .arr-left {
  position: fixed;
}
.comparison-arrows.fixed .arr-right {
  position: fixed;
}
.comparison-arrows .arr-left {
  width: 40px;
  height: 40px;
  position: absolute;
  filter: none;
  background: #b20017 url(./../images/arrow_white.svg) no-repeat left 10px center;
  background-size: 15px auto;
  display: block;
  z-index: 100;
}
.comparison-arrows .arr-right {
  width: 40px;
  height: 40px;
  position: absolute;
  filter: none;
  background: #b20017 url(./../images/arrow_white.svg) no-repeat left 10px center;
  background-size: 15px auto;
  transform: rotate(180deg);
  z-index: 100;
}

@media (max-width: 1700px) {
  .ProductDetail .Comparing {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .Comparing.Shop {
    padding: 0;
  }
  .comparison-arrows {
    left: 0;
    right: 40px;
  }
}
/* end comparing */
/* parametry */
#ExtraParams {
  margin-left: -5px;
  margin-right: -5px;
}

.DescriptionTooltip {
  padding: 10px 0;
}

.DescriptionTooltip p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
}

#ExtraParamsTab .SubHeader span {
  color: #1d2023;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 15px;
}

#ExtraParamsTab .SubHeader span::before {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -20px;
}

#ExtraParamsTab .ProductsList ul {
  margin: 0;
  list-style-type: none;
  position: relative;
}

#ExtraParamsTab .ProductsList ul h4 + ul {
  display: none;
  position: absolute;
  left: 42%;
  padding: 0;
  top: 0;
  z-index: 200;
  border: 1px solid #dadee0;
  border-top: none;
  background: #fff;
  right: 0;
}

#ExtraParamsTab .ProductsList ul h4 {
  color: #1d2023;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-top: 10px;
  min-height: 71px;
  background-color: rgba(220, 160, 177, 0.5);
  /* background-color: #f6f7f8; */
  animation-name: paramsBg;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes paramsBg {
  0% {
    background-color: rgba(220, 160, 177, 0.5);
  }
  50% {
    background-color: rgba(220, 160, 177, 0.2);
  }
  100% {
    background-color: rgba(220, 160, 177, 0.5);
  }
}
#ExtraParamsTab .ProductsList ul h4.selected {
  /* background: #fff; */
}

#ExtraParamsTab .ProductsList ul h4.checked {
  background-color: rgba(120, 196, 0, 0);
  animation: none;
}

#ExtraParamsTab .ProductsList ul h4 span {
  display: block;
  color: #d6001c;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  margin-top: -10px;
}

#ExtraParamsTab .ProductsList ul h4::after {
  width: 10px;
  height: 10px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  transition: all 0.5s;
}

#ExtraParamsTab .ProductsList ul h4.selected::after {
  right: auto;
  right: calc(100% - 10px);
  top: 0px;
}

#ExtraParamsTab .ProductsList ul h4.checked::after {
  background-color: #5d6771;
}

#ExtraParamsTab .ProductsList {
  width: 100%;
  float: left;
}

#ExtraParamsTab .ProductsList > ul {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #dadee0;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

#ExtraParamsTab .ProductsList > ul > li {
  width: 42%;
  float: left;
  clear: both;
  min-height: 71px;
  border: 1px solid #dadee0;
  border-top: none;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  padding-top: 0px;
}

#ExtraParamsTab .ProductsList > ul > li:last-child {
  border-bottom: none;
}

#ExtraParamsTab .ProductsList > ul > li:first-child:after {
  position: absolute;
  left: 62%;
  top: 30px;
  color: #d6001c;
  background: transparent url("./../images/arrow_red.svg") no-repeat left 10px center;
  background-size: 10px;
  padding-left: 20px;
  content: "Zde vyberte parametry zboží";
  width: 300px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  transition: all 0.8s;
  animation-name: paramsTabs;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#ExtraParamsTab.move-after-left .ProductsList > ul > li:first-child:after {
  margin-left: -15%;
}

@keyframes paramsTabs {
  0% {
    background-position: left 10px center;
  }
  50% {
    background-position: left 0px center;
  }
  100% {
    background-position: left 10px center;
  }
}
@media (max-width: 1600px) {
  #ExtraParamsTab .ProductsList > ul > li:first-child:after {
    left: 58%;
  }
  #ExtraParamsTab.move-after-left .ProductsList > ul > li:first-child:after {
    margin-left: -12%;
  }
}
@media (max-width: 1300px) {
  #ExtraParamsTab .ProductsList > ul > li:first-child:after {
    left: 55%;
  }
  #ExtraParamsTab.move-after-left .ProductsList > ul > li:first-child:after {
    margin-left: -10%;
  }
}
@media (max-width: 1200px) {
  #ExtraParamsTab .ProductsList > ul > li:first-child:after {
    left: 50%;
  }
  #ExtraParamsTab.move-after-left .ProductsList > ul > li:first-child:after {
    margin-left: -7%;
  }
}
@media (max-width: 991px) {
  #ExtraParamsTab .ProductsList > ul > li:first-child:after {
    display: none;
  }
}
#ExtraParamsTab .ProductsList > ul > li > ul > li {
  float: left;
  display: block;
  width: 162px;
  padding: 10px;
  text-align: center;
  position: relative;
}

#ExtraParamsTab .ProductsList > ul > li > ul > li.selected::after {
  background: #d6001c url("./../images/produkt_select.svg") no-repeat left 4px center;
  background-size: 20px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0 auto;
  content: "";
}

#ExtraParamsTab .ProductsList ul h3 {
  margin-bottom: 0px;
  padding-top: 30px;
  position: relative;
}

#ExtraParamsTab .ProductsList ul ul li:hover label {
  background: #f3f5f6;
  overflow: visible;
  height: auto !important;
}

#ExtraParamsTab .ProductsList ul ul li label {
  position: absolute !important;
  font-size: 14px;
  width: 120px !important;
  left: 0;
  right: 0;
  text-align: center !important;
  float: none;
  margin: 0 auto;
  top: 70px;
  height: 33px !important;
  padding-top: 5px;
  display: block;
  overflow: hidden;
  top: 0;
}

@media (max-width: 991px) {
  #ExtraParamsTab .ProductsList > ul > li {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #ExtraParamsTab .ProductsList ul h4 + ul {
    position: relative;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background: #fff;
  }
}
#ExtraParamsTab .ProductsList > ul > li > ul > li img {
  max-width: 130px !important;
  max-height: 130px !important;
}

#ExtraParamsTab .ProductsList > ul > li > ul > li .Image {
  /* height: 90px; */
}

@media (max-width: 500px) {
  #ExtraParamsTab .ProductsList > ul > li > ul > li {
    width: 50%;
  }
  #ExtraParamsTab .ProductsList > ul > li > ul > li img {
    max-width: 130px !important;
    max-height: 130px !important;
  }
}
#ExtraParamsTab .ProductsList input {
  position: absolute;
  visibility: hidden;
}

#ExtraParamsTab .ProductsList {
  margin-bottom: 60px;
}

#DescriptionContent {
  float: left;
  width: 50%;
  padding-right: 25px;
}

@media (max-width: 1200px) {
  #DescriptionContent {
    width: 100%;
    padding: 0;
  }
}
#DescriptionContent .SubHeader span {
  color: #1d2023;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 17px;
}

#DescriptionContent .SubHeader span::before {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -20px;
}

#ProductDetailTabs {
  display: none;
}

#DescriptionContent .SubBody {
  float: left;
  width: 100%;
}

#DescriptionContent #DescriptionContentContent {
  font-size: 18px;
  border: 1px solid #dadee0;
  background-color: #ffffff;
  padding: 20px;
  float: left;
  width: 100%;
  overflow: hidden;
}

#DescriptionContentContent img {
  max-width: 100%;
}

#TechnicalParametersContent {
  float: left;
  width: 50%;
  padding-left: 25px;
}

#FilesContent {
  float: left;
  width: 100%;
  padding-right: 0;
  margin-bottom: 30px;
  margin-top: 40px;
}
#FilesContent table.Gproduct_file {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
#FilesContent table.Gproduct_file tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#FilesContent table.Gproduct_file tbody tr {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#FilesContent table.Gproduct_file tbody tr td {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#FilesContent table.Gproduct_file .ThumbContent {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
#FilesContent table.Gproduct_file .ThumbContent img {
  display: none;
}
#FilesContent table.Gproduct_file .ThumbContent .ImageName a {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  color: #1d2023;
  transition: all 0.3s;
}
#FilesContent table.Gproduct_file .ThumbContent .ImageName a:before {
  content: "\e022";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #d6001c;
  font-size: 24px;
}
#FilesContent table.Gproduct_file .ThumbContent .ImageName a:hover {
  text-decoration: none;
  color: #d6001c;
}

@media (max-width: 1200px) {
  #FilesContent {
    width: 100%;
    padding: 0;
  }
}
#FilesContent .SubHeader span {
  color: #1d2023;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 17px;
}

#FilesContent .SubHeader span::before {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -20px;
}

@media (max-width: 1200px) {
  .ProductSubMenu,
  .ProductTop {
    margin-bottom: 30px;
  }
  #TechnicalParametersContent,
  #DescriptionContent {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.TechnickyPopisTdRight {
  position: relative;
}

.technical-tooltip {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  display: none !important;
}

.technical-toggler {
  cursor: pointer;
  display: inline-block;
  background: #d6001c !important;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 14px !important;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.technical-tooltip-hover {
  display: none;
  position: absolute;
  color: #fff;
  bottom: calc(100% + 13px);
  right: calc(50% - 109px);
  width: 220px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  z-index: 1000;
}

.technical-tooltip-hover:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.technical-tooltip-hover:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 10px;
  margin-left: -10px;
}

@media (max-width: 991px) {
  .technical-tooltip-hover {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 13px);
    right: auto;
    width: 150px;
  }
  .technical-tooltip-hover:after {
    top: calc(50% - 10px);
    right: 100%;
    left: auto;
  }
  .technical-tooltip-hover:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: rgba(0, 0, 0, 0.9);
  }
}
#TechnicalParametersContent > .SubBody {
  overflow: visible !important;
}

#TechnicalParametersContent .SubHeader span {
  color: #1d2023;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 17px;
}

#TechnicalParametersContent .SubHeader span::before {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -20px;
}

#TechnicalParametersContent #DescriptionContentContent {
  font-size: 18px;
  border: 1px solid #dadee0;
  padding: 0px 20px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

#DescriptionContentContent table {
  border: none;
  margin-left: -20px;
  width: calc(100% + 40px) !important;
}

#DescriptionContentContent table td {
  background-color: #ffffff;
  width: 50%;
  border-bottom: 1px solid #dadee0;
  padding: 0px 15px !important;
  height: 40px;
  width: auto !important;
}

#DescriptionContentContent table td:first-child {
  color: #1d2023;
  font-weight: 600;
  border-right: 1px solid #dadee0;
}

#DescriptionContentContent table tr:nth-child(even) td {
  background-color: #fcfcfc;
}

#LinkedProducts,
#AlternativeProducts,
#Video,
#GiftProducts {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#LinkedProducts .SubHeader span,
#AlternativeProducts .SubHeader span,
#Video .SubHeader span,
#GiftProducts .SubHeader span {
  color: #1d2023;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 17px;
}

#LinkedProducts .SubHeader span::before,
#AlternativeProducts .SubHeader span::before,
#Video .SubHeader span::before,
#GiftProducts .SubHeader span::before {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -20px;
}

#youtube_video {
  text-align: left !important;
  margin-top: 20px;
  max-width: 100%;
}

#youtube_video iframe {
  max-width: 100% !important;
}

.video-container {
  text-align: left !important;
  margin-top: 20px;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

.video-container iframe {
  max-width: 100% !important;
}

#ExtraParamsTab .ProductsList ul h4::before {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  width: 10px;
  height: 17px;
  background: transparent url("./../images/arrow_red.svg") no-repeat center;
  background-size: 10px;
  transform: rotate(-180deg);
  transition: all 0.5s;
  animation-name: paramsTabsBg;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes paramsTabsBg {
  0% {
    right: 30px;
  }
  50% {
    right: 27px;
  }
  100% {
    right: 30px;
  }
}
#ExtraParamsTab .ProductsList ul h4.selected::before {
  transform: rotate(0deg);
  /* animation: none; */
}

#ExtraParamsTab .ProductsList ul h4.checked::before {
  position: absolute;
  right: 17px;
  top: 24px;
  content: "✓";
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: none;
  background-size: 10px;
  transform: rotate(0deg);
  transition: all 0.5s;
  color: #78c400;
  font-size: 36px;
  animation: none;
}

#GiftProducts table.Varieties {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
#GiftProducts table.Varieties tbody {
  display: flex;
  flex-wrap: wrap;
}
#GiftProducts table.Varieties tbody tr {
  display: flex;
  flex-direction: column;
  border: 1px solid #dadee0;
  background: #fff;
  padding: 0 10px;
}
#GiftProducts table.Varieties tbody tr.FirstLine {
  display: none;
}
#GiftProducts table.Varieties tbody td.Image {
  order: 2;
  margin-bottom: 30px;
}
#GiftProducts table.Varieties tbody td.ProductName {
  order: 1;
}
#GiftProducts table.Varieties tbody td.ProductName h3 {
  margin: 0;
}
#GiftProducts table.Varieties tbody td.ProductName a {
  color: #1d2023;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  padding: 0px 0px;
  text-align: center;
  height: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  #ExtraParamsTab .ProductsList ul h4::before {
    transform: rotate(-90deg);
  }
  #ExtraParamsTab .ProductsList ul h4.selected::before {
    transform: rotate(90deg);
  }
  #DescriptionContent .SubBody,
  #TechnicalParametersContent .SubBody,
  #LinkedProducts .SubBody,
  #AlternativeProducts .SubBody,
  #Video .SubBody,
  #GiftProducts .SubBody,
  #FilesContent .SubBody {
    display: none;
  }
  #DescriptionContent .SubHeader,
  #TechnicalParametersContent .SubHeader,
  #LinkedProducts .SubHeader,
  #AlternativeProducts .SubHeader,
  #Video .SubHeader,
  #ExtraParamsTab .SubHeader,
  #GiftProducts .SubHeader,
  #FilesContent .SubHeader {
    position: relative;
  }
  #DescriptionContent .SubHeader span,
  #TechnicalParametersContent .SubHeader span,
  #LinkedProducts .SubHeader span,
  #AlternativeProducts .SubHeader span,
  #Video .SubHeader span,
  #ExtraParamsTab .SubHeader span,
  #GiftProducts .SubHeader span,
  #FilesContent .SubHeader span {
    font-size: 30px !important;
    margin-top: 0px;
  }
  #DescriptionContent .SubHeader::after,
  #TechnicalParametersContent .SubHeader::after,
  #LinkedProducts .SubHeader::after,
  #AlternativeProducts .SubHeader::after,
  #Video .SubHeader::after,
  #ExtraParamsTab .SubHeader::after,
  #GiftProducts .SubHeader::after,
  #FilesContent .SubHeader::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 40px;
    height: 40px;
    background: #d6001c url("./../images/arrow_white.svg") no-repeat left 12px top 8px;
    background-size: 15px;
    transform: rotate(-90deg);
    transition: all 0.5s;
  }
  #DescriptionContent .SubHeader.closed::after,
  #TechnicalParametersContent .SubHeader.closed::after,
  #LinkedProducts .SubHeader.closed::after,
  #AlternativeProducts .SubHeader.closed::after,
  #Video .SubHeader.closed::after,
  #ExtraParamsTab .SubHeader.closed::after,
  #GiftProducts .SubHeader.closed::after,
  #FilesContent .SubHeader.closed::after {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  #ExtraParamsTab .ProductsList ul h4::before {
    right: 20px;
    top: 25px;
    width: 20px;
    height: 30px;
    background-size: 15px;
  }
}
/* kosik */
#Tisk {
  margin: 0 auto;
  left: auto !important;
  right: auto !important;
}

#Cart {
  float: left;
  width: 100%;
}

#Cart h1.NoProductHeader {
  color: #1d2023;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 991px) {
  #Cart h1.NoProductHeader {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.orderStep .Number {
  line-height: 36px;
  float: left;
}

#Cart .Step {
  display: inline-block;
  font-weight: bold;
  padding: 0px 10px;
  background: #dadee0;
}

#Cart .Step a {
  color: #5d6771;
}

#Cart .currentStep {
  background: #d6001c;
  color: #fff;
}

.Error {
  padding-left: 0px;
  color: #d6001c;
}

table.CartTable td.Error {
  text-align: right;
  font-weight: bold;
}

.Step td {
  vertical-align: middle;
  text-align: left;
  height: 36px;
  padding-left: 5px;
}

#Cart .sipka {
  display: inline-block;
}

.CartContent .CartTable {
  margin-top: 20px;
  width: 100%;
}

.CreatingOrder .recount table {
  width: 100% !important;
}

input[type=text i]:disabled {
  background-color: rgb(235, 235, 228) !important;
}

#Cart .CartTable .image .fancybox img {
  width: 100% !important;
  max-width: 300px !important;
  height: auto !important;
  margin-top: 20px;
}

table.CartTable td {
  padding-bottom: 20px;
}

table.CartTable td.image {
  padding: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

table.CartTable td.image img {
  width: 100%;
}

table.CartTable td.line {
  padding: 0;
}

table.CartTable .name a {
  font-weight: bold;
  font-size: 18px;
}

table.CartTable .name ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table.CartTable th {
  background: #dadee0;
  padding: 10px 5px;
}

table.CartTable .ItmPrice {
  text-align: center;
}

table.CartTable .TotCnt,
table.CartTable .TotPrice {
  text-align: center;
}

table.CartTable .PriceCell {
  text-align: center;
  font-size: 18px;
}

table.CartTable .CountCell {
  text-align: center;
}

table.CartTable .CountCell input {
  display: inline-block;
  width: 40px;
  text-align: center;
}

table.CartTable .addProductLeft .addProductRightName {
  font-weight: 700;
}

#Cart a.delete span {
  display: none;
}

#Cart a.delete {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}

table.CartTable h3 {
  margin: 0;
}

#Cart a.delete::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  left: 0;
  content: "\e020";
}

table.CartTable .LastRow td {
  padding-bottom: 0;
}

table.CartTable .LastRow td h3,
table.CartTable .LastRow td h4 {
  color: #d6001c;
  font-weight: 700;
  font-size: 24px;
  text-align: right;
}

table.CartTable .LastRow td:last-child {
  text-align: right;
}

table.CartTable .Recount {
  background: #dadee0;
  border: none;
  padding: 5px 15px;
  padding-right: 15px !important;
  margin: 0;
  font-size: 16px;
  float: right;
  font-weight: 600;
  text-transform: uppercase;
}

table.CartTable .Recount:last-child {
  margin-right: 30px;
}

table.CartTable .recount {
  padding: 0px;
}

.Closed,
.ProductDetails .Closed {
  height: 0px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

#Cart .SubBody.VoucherCode {
  padding: 10px;
  display: block;
  text-align: left;
  width: 100%;
  float: left;
}

.ObsahStrankyElements #Cart .SubHeader span {
  font-size: 18px;
  font-weight: 600;
}

.editorial_cart_text_step_0 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ObsahStrankyElements button#Order {
  width: auto;
  height: 50px;
  background: #d6001c;
  border: none;
  float: right;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 10px;
  text-transform: uppercase;
}

.kosik .ObsahStrankyElements button#Order,
.ObsahStrankyElements button#Order.allSelected,
.ObsahStrankyElements .StepThree button#Order {
  background: #19b813;
  border-bottom: 2px solid #13830f;
}

.ObsahStrankyElements .Back {
  width: auto;
  height: 50px;
  background: #dadee0;
  border: none;
  float: left;
  border: none;
  color: #5d6771;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 10px;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
}

#Cart .BottomMenu {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.CartTable .normal td.name {
  padding-top: 20px;
}

.shipmentPart {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

table.CartTable .LastRow td.name > div {
  width: 100% !important;
}

@media (max-width: 991px) {
  #Cart .BottomMenu {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .CartContent table.CartTable tr.FirstRow {
    display: none;
  }
  .CartContent table.CartTable tr {
    display: block;
    float: left;
    width: 100%;
  }
  .CartContent table.CartTable tr.normal {
    border: 1px solid #dadee0;
    margin-bottom: 10px;
  }
  .CartContent table.CartTable tr td {
    display: block;
    float: left;
    width: 100%;
    text-align: center !important;
  }
  table.CartTable .LastRow td.name {
    width: 60%;
  }
  table.CartTable .LastRow td.name + td {
    width: 40%;
  }
  .CartContent table.CartTable tr td.PriceCell {
    font-weight: 600;
  }
  .CartContent table.CartTable tr td.PriceCell,
  .CartContent table.CartTable tr td.CountCell,
  .CartContent table.CartTable tr td.CountCell,
  .CartContent table.CartTable tr td.CountCell ~ td {
    width: 25%;
  }
  #Cart .BottomMenu {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .ObsahStrankyElements button#Order {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 300px;
  }
  .ObsahStrankyElements .Back {
    display: block;
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }
}
/* kosik krok 2 */
table.CartTable td.name .Shipments {
  width: 100% !important;
  float: left;
  padding: 10px;
  border: 1px solid #dadee0;
  padding: 30px;
  margin-bottom: 50px;
}

table.CartTable td.name .Payments {
  width: 100% !important;
  float: left;
  padding: 10px;
  border: 1px solid #dadee0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.ShipmentChoose {
  font-size: 20px;
  color: #d6001c;
  font-weight: 600;
  margin-bottom: 30px;
}

.Payments .PaymentChoose {
  font-size: 20px;
  color: #d6001c;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}

.Payments .PaymentChoose span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: all 0.5s;
  height: 30px;
}

.Payments .napoveda br {
  display: none;
}

.Payments .PaymentChoose.payments-bigger span {
  animation-name: payments-bigger-animation;
  animation-duration: 1s;
}

.payment_all_1,
.payment_all_2,
.payment_all_4,
.payment_all_5,
.payment_all_8 {
  margin-bottom: 0 !important;
}

.Payments .napoveda {
  order: 3;
}

.Payments .napoveda.payment_all_2 {
  order: 1;
}

.Payments .napoveda.payment_all_9 {
  order: 2;
}

@keyframes payments-bigger-animation {
  0% {
    font-size: 14px;
    font-weight: 400;
  }
  50% {
    font-size: 18px;
    font-weight: 600;
  }
  100% {
    font-size: 14px;
    font-weight: 400;
  }
}
.Toggler {
  background: url("./../images/plus.gif") no-repeat scroll left top white;
  width: 14px;
  height: 14px;
  margin-left: 0;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 2px !important;
}

.Toggler.Open {
  background: url("./../images/minus.gif") no-repeat scroll left top white;
}

.Shop .Shipments label {
  font-size: 16px;
  margin-left: 5px;
  max-width: 390px !important;
  width: auto !important;
  float: left;
  margin-bottom: 0px;
  float: left !important;
}

.Shop .Payments label {
  font-size: 16px;
  margin-left: 5px;
  max-width: 500px !important;
  width: auto !important;
  float: left;
  margin-bottom: 0px;
  float: left !important;
}

.container a.fancybox {
  background: none !important;
}

.product-sklad .cartPaymentShipmentHelp.productListHelp {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  padding-top: 1px;
  line-height: 1;
}

.product-sklad button:focus {
  outline: none;
}

.cartPaymentShipmentHelp:focus {
  color: #fff;
  text-decoration: none;
}

.cartPaymentShipmentHelp {
  display: block;
  float: left;
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 2px;
  float: left;
  background: #d6001c !important;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  font-size: 18px !important;
  padding-top: 1px;
  padding-left: 0px !important;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.container a.fancybox.cartPaymentShipmentHelp {
  background: #d6001c !important;
}

.cartPaymentShipmentHelp:hover {
  color: #d6001c;
  background: #fff !important;
  border: 1px solid #d6001c;
  text-decoration: none !important;
}

.container a.fancybox.cartPaymentShipmentHelp:hover {
  background: #fff !important;
}

@media (max-width: 768px) {
  .cartPaymentShipmentHelp {
    width: 25px;
    height: 25px;
    font-size: 24px !important;
    padding-top: 0px;
    padding-left: 0px;
  }
}
/*
.container a.fancybox {
  font-weight: bold;
  background:#d6001c;
  padding-left: 0px;
  position: relative;
  margin-left: 15px;
}
.container a.fancybox::after {
  background: url('./../images/speech_bubble.gif') no-repeat scroll 3px 3px;
  position: absolute;
  left: -15px;
  width: 15px;
  height: 15px;
  content: "";
}
*/
.WrapperBigImages .BigImages .BigImage::after {
  display: none;
}

.Shop .Shipments .shipmentPartHeader label {
  max-width: calc(100% - 25px) !important;
  text-align: left;
  line-height: 1.1;
}

.shipmentPartHeader {
  display: flex;
  float: left;
  clear: both;
  color: #d6001c;
  font-size: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .shipmentPartHeader {
    margin: 10px 0;
  }
}
.shipmentPartContent {
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.Shipments .napoveda,
.Payments .napoveda {
  margin-right: 10px;
  border: 1px solid #dadee0;
  padding: 10px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .Shipments .napoveda,
  .Payments .napoveda {
    margin: 0 auto;
    margin-bottom: 10px;
    float: none !important;
    display: block;
  }
  .Payments .napoveda {
    margin-bottom: 10px !important;
  }
  td.name .Shipments input,
  .Payments input {
    float: none !important;
  }
  .Shop .Shipments label,
  .Shop .Payments label {
    float: none !important;
  }
  .cartPaymentShipmentHelp {
    display: inline-block;
    float: none !important;
  }
}
.Payments .Cleaner {
  display: none;
}

td.name .Shipments input,
.Payments input {
  vertical-align: top;
  float: left;
}

.PayShipTD .PaymentChoose {
  display: block;
  float: left;
  font-size: 18px;
  color: #d6001c;
  font-weight: 600;
}

.PayShipTD #ShipmentPrice {
  font-size: 18px;
  display: block;
  float: right;
  color: #d6001c;
  font-weight: 600;
}

.CreatingOrder .CartTable td.name {
  display: block;
  float: left;
  width: 100%;
}

.CartTable td.PayShipTD {
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  padding: 10px 0px !important;
}

.orderRow textarea.message {
  width: 100%;
  height: 150px;
}

#Cart .Terms .TermsInner {
  height: 150px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
}

#Cart .Terms {
  border: 1px solid #dadee0;
  padding: 5px;
}

.messageInfo2 .orderRow {
  width: auto !important;
  margin-top: 20px !important;
  clear: both;
}

.messageInfo2 .orderRow label {
  width: calc(100% - 30px) !important;
}

@media (min-width: 768px) {
  .messageInfo2 .orderRow label {
    width: calc(100% - 60px) !important;
    margin-right: 30px;
  }
}
.col2 table.CartTable tr.normal input {
  width: 60px !important;
  text-align: center;
}

.col2 table.CartTable tr.normal td {
  text-align: center;
}

.col2 table.CartTable tr.normal td.name {
  text-align: left;
}

.col2 table.CartTable tr.normal td.image a.fancybox::after {
  display: none;
}

.Notice {
  text-align: center;
  border: 1px solid black;
  padding: 6px;
  margin: 6px;
}

.StepThree .Notice {
  border-color: red;
  color: red;
}

/* Login page */
.LoginElement h1,
.Registration h1 {
  text-align: left;
  color: #1d2023;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .LoginElement h1,
  .Registration h1 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.ObsahStrankyElements #login .SubHeader span {
  display: block;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .ObsahStrankyElements #login .SubHeader span {
    margin-top: 10px;
  }
}
.Shop label {
  font-size: 16px;
  width: 220px;
  float: left;
}

.CheckBoxLine label {
  float: left;
}

#login {
  float: left;
  clear: both;
  max-width: 750px;
  width: 100%;
}

fieldset.login {
  overflow: hidden;
}

#login_button {
  width: auto;
  height: 50px;
  background: #d6001c;
  border: none;
  float: right;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 10px;
  text-transform: uppercase;
}

#login .OrderNote,
#Cart .OrderNote {
  margin-bottom: 10px;
}

.personalInfo2 {
  clear: both;
}

.TogglerCheckbox {
  float: left;
  clear: both;
  margin-right: 5px !important;
}

.Shop .InnerFieldset input {
  background: #fff;
  border: 1px solid #dadee0;
  box-shadow: none;
  width: 400px !important;
  height: 30px;
  padding: 0px 5px;
  float: left;
  font-weight: 600;
  max-width: 100%;
}

.Shop .InnerFieldset input#login {
  width: 250px;
  height: 30px;
  padding: 0px 5px;
  clear: none;
}

.Shop .InnerFieldset input.checkbox {
  width: 20px !important;
  height: 20px;
  margin-right: 10px;
}

#login fieldset,
#Cart fieldset {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#login .orderRow,
#Cart .orderRow {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#login .CompanyInfo,
#Cart .CompanyInfo {
  float: left;
  width: 100%;
  clear: both;
}

#login .SubBody,
#Cart .SubBody {
  float: left;
  border: 1px solid #dadee0;
  padding: 30px;
  width: 100%;
}

#login .LoginSubBody .BottomMenu,
#Cart .LoginSubBody .BottomMenu {
  float: right;
}

#login .LoginSubBody button#Order {
  float: right;
  clear: both;
  margin-top: 20px;
}

/* Slider */
.slideshow_1.swiper-wrapper {
  overflow: hidden;
}

#slide_1 {
  position: relative;
  margin-bottom: 50px;
}

.SlideText {
  display: block;
}

.SlideText .ArticleTitle {
  display: none;
}

.swiper-slide {
  width: 100% !important;
}

.swiper-slide a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.swiper-slide .oneSlide {
  width: 100% !important;
  position: relative;
  height: 520px !important;
  overflow: hidden;
}

.swiper-slide .oneSlide img {
  display: block;
  line-height: 1;
  width: auto !important;
  max-width: unset;
  height: 520px !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.carousel-caption {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: none;
  background: url("./../images/slider_caption.png") no-repeat right center;
}

.caption-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.caption-text {
  float: right;
  color: #1d2023;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-right: 65px;
  max-width: 500px;
}

.carousel-caption .caption-label {
  width: 226px;
  height: 226px;
  background: url("./../images/caption_label.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.carousel-caption .caption-price {
  width: 163px;
  height: 163px;
  position: absolute;
  left: 114px;
  bottom: 43px;
  background: url("./../images/header_price.svg") no-repeat center;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotate(-15deg);
}

.caption-price .old {
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.caption-price .old::before {
  position: absolute;
  left: 35px;
  top: -8px;
  width: 92px;
  content: "";
  background: url("./../images/old_price.svg") no-repeat left 0px top 0px;
  background-size: 90px auto;
  height: 43px;
  transform: rotate(15deg);
}

.caption-text .header-small {
  color: #5d6771;
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.3px;
}

.caption-text h3 {
  color: #1d2023;
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -3.04px;
  position: relative;
}

.caption-text h3::before {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.caption-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 70px;
}

.caption-text ul li {
  margin: 0;
  padding: 0;
  background: url("./../images/check.svg") no-repeat left center;
  padding-left: 50px;
  margin-bottom: 20px;
  min-height: 30px;
  line-height: 1;
}

@media (max-width: 1500px) {
  .carousel-caption {
    padding-top: 50px;
    background: url(./../images/slider_caption.png) no-repeat right -100px center;
  }
  .caption-text {
    font-size: 20px;
    margin-right: 20px;
    max-width: 400px;
  }
  .caption-text h3 {
    font-size: 40px;
  }
  .caption-text .header-small {
    font-size: 26px;
  }
  .swiper-slide .oneSlide {
    height: 450px !important;
  }
  #slide_1 .swiper-slide .oneSlide img {
    height: 450px !important;
  }
}
@media (max-width: 1200px) {
  .swiper-slide .oneSlide {
    width: 100% !important;
    position: relative;
    height: 500px !important;
  }
  #slide_1 .swiper-slide .oneSlide img {
    display: block;
    line-height: 1;
    width: auto !important;
    max-width: unset;
    height: 370px !important;
    position: absolute;
    top: 0%;
    left: -100px;
    transform: none;
  }
  .SlideText {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 300px;
    height: 200px;
    overflow: hidden;
  }
  .carousel-caption {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    background: #f2f4f5;
    height: 200px;
  }
  .caption-wrap {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
  }
  .carousel-caption .caption-label {
    display: none;
  }
  .caption-text .header-small {
    font-size: 22px;
    text-align: center;
  }
  .caption-text h3 {
    color: #1d2023;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .caption-text {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .caption-text ul {
    margin-left: 0px;
  }
  .caption-text ul li {
    margin: 0;
    padding: 0;
    background: url(./../images/check.svg) no-repeat left center;
    background-size: auto 20px;
    padding-left: 30px;
    margin-bottom: 5px;
    min-height: 20px;
    line-height: 1;
    font-size: 16px;
  }
  .carousel-caption .caption-price {
    width: 100px;
    height: 100px;
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 10px;
    background: url(./../images/header_price.svg) no-repeat center;
    background-size: contain;
    font-size: 24px;
    font-weight: 700;
  }
  .caption-price .old::before {
    left: 0px;
    top: -5px;
    width: 80px;
    background-size: 80px auto;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .swiper-slide .oneSlide {
    width: 100% !important;
    position: relative;
    height: 450px !important;
  }
  #slide_1 .swiper-slide .oneSlide img {
    display: block;
    line-height: 1;
    width: auto !important;
    max-width: unset;
    height: 250px !important;
    position: absolute;
    top: 0%;
    left: 0px;
    transform: none;
  }
  .SlideText {
    margin-top: 250px;
    overflow: hidden;
  }
}
@media (max-width: 490px) {
  #slide_1 .swiper-slide .oneSlide img {
    left: -80px;
  }
  .carousel-caption .caption-price {
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px;
    font-size: 16px;
    opacity: 0.6;
  }
  .caption-price .old {
    font-size: 14px;
  }
  .caption-price .old::before {
    left: 0px;
    top: -5px;
    width: 70px;
    background-size: 70px auto;
    height: 20px;
  }
}
/* Arrows */
.ButtonControl.ButtonPrev,
.ButtonControl.ButtonNext {
  position: absolute;
  opacity: 0.25;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.ButtonControl.ButtonPrev.swiper-button-disabled,
.ButtonControl.ButtonNext.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.ButtonControl.ButtonPrev,
.swiper-container-rtl .ButtonControl.ButtonNext {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.ButtonControl.ButtonNext,
.swiper-container-rtl .ButtonControl.ButtonPrev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  left: auto !important;
  right: 25px !important;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 17px;
  height: 17px;
  border: 5px solid #aeb4ba;
  background: transparent;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #d6001c;
}

@media (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 25px !important;
    right: 25px !important;
    bottom: 0 !important;
    text-align: center;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 3px solid #aeb4ba;
  }
  .swiper-pagination-bullet-active {
    border-color: #d6001c;
  }
}
/* END Slider */
/* search autocomplete */
.autocompleteContainer {
  display: block;
  position: absolute;
  z-index: 910;
  background: #fff;
  padding: 10px;
  border: 1px solid #dadee0;
}

.autocompleteContainer .Highlight {
  font-weight: 600;
}

/* muj ucet */
.UserAccountEl#Cart table.Order {
  width: 100%;
}

.UserAccountEl#Cart table.Order td {
  padding: 10px 5px;
}

.UserAccountEl#Cart table.Order tr:nth-child(odd) {
  background: rgba(219, 223, 224, 0.5);
}

.UserAccountEl#Cart .BottomLink {
  text-align: right;
}

.UserAccountEl .SubHeader {
  display: block;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.Cleaner {
  clear: both;
}

/* admin controls */
.AdminControls {
  position: absolute;
  z-index: 999;
  opacity: 0;
}

.WysiwygMenuToggler {
  position: absolute;
  right: 15px !important;
  top: 0 !important;
  background: transparent !important;
  width: 20px;
  height: 20px;
  content: "";
}

#SEObsahStrankyElements_1Menu {
  position: absolute;
  right: 10px !important;
  top: 0px !important;
}

.directBuyCustomer {
  margin-right: 30px;
  font-family: "Rajdhani", sans-serif !important;
  color: #5d6771 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  padding-left: 0px !important;
}

.deleteCustomerInfo {
  margin-right: 30px;
  font-family: "Rajdhani", sans-serif !important;
  color: #5d6771 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .directBuyCustomer {
    display: block;
    margin: 10px 0px;
  }
  .deleteCustomerInfo {
    display: block;
    margin: 20px 0px;
  }
  table.CartTable .Recount {
    display: inline-block;
    clear: both;
    margin: 10px 0px;
    margin-top: 20px;
    float: none !important;
  }
}
/* cookies */
.awesome-eu-cookies {
  position: relative;
  top: 0;
  display: block;
  z-index: 10000;
  background: #d6001c;
  border-top: 1px solid #d6001c;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
}

.awesome-eu-cookies a {
  color: #fff;
  text-decoration: underline;
}

.awesome-eu-cookies button {
  background: #fff;
  border: 1px solid #fff;
  color: #d6001c;
  font-size: 16px;
  margin-left: 5px;
  transition: all 0.5s;
}

.awesome-eu-cookies button:hover {
  background: #d6001c;
  border: 1px solid #fff;
  color: #fff;
}

/* facebook */
.FacebookPanel {
  overflow: hidden;
  position: fixed;
  z-index: 10010;
  margin-top: 0 !important;
}

/* slider bottom */
.swiper-container {
  width: calc(100% - 265px);
}

.swiper-container .ProductListArea .Product {
  float: none;
  max-width: 375px;
  min-width: 376px;
}

.ProductListContainer .category_description_wrapper {
  float: left;
  width: 100%;
}

@media (min-width: 1700px) {
  .ProductListContainer .category_description_wrapper {
    width: 100%;
  }
}
.ArticleAfterProductList {
  float: left;
}

.ArticleAfterProductList .ElementHeader {
  color: #1d2023;
  font-size: 30px;
  font-weight: 700;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.ArticleAfterProductList img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .ArticleAfterProductList img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .ObsahStrankyElements .Article img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
.ArticleElement h1.ElementHeader {
  color: #1d2023;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .ArticleElement h1.ElementHeader {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ArticleElement h1.ElementHeader {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.ArticleElement h2 {
  font-size: 30px;
  font-weight: 700;
}

.video-btn-modal {
  background: #d6001c;
  padding: 5px 10px;
  padding-right: 50px;
  color: #fff;
  font-size: 18px;
  min-height: 50px;
  margin-top: 30px;
  float: left;
  min-width: 130px;
  cursor: pointer;
  border-bottom: 2px solid #b20017;
  position: relative;
  width: 320px;
}

.video-btn-modal i {
  font-size: 35px;
  margin-top: 6px;
  margin-right: 10px;
  display: block;
  float: left;
}

.video-btn-modal .movie-icon {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 33px;
  height: 33px;
  border: 3px dotted #fff;
  border-left: none;
  border-right: none;
  padding: 4px 0;
  border-radius: 0;
}

.video-btn-modal .movie-icon .movie-icon-content {
  background: #fff;
  height: 100%;
}

.video-btn-modal span {
  line-height: 40px;
  padding-top: 5px;
  display: block;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}

@media (max-width: 1199px) {
  .video-btn-modal span {
    font-size: 20px;
  }
  .video-btn-modal {
    max-width: 265px;
  }
}
@media (max-width: 991px) {
  .video-btn-modal {
    float: none;
    margin: 0 auto;
    max-width: 265px;
  }
  .video-btn-modal i {
    font-size: 35px;
    margin-top: 2px;
  }
  .video-btn-modal span {
    line-height: 40px;
    padding-top: 0;
  }
  .video-btn-modal .movie-icon {
    top: 8px;
  }
}
.product-list-video-page .category_description {
  position: relative;
  min-height: 400px;
  background: #000;
  padding-bottom: 30px;
}

.btn-video-list {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #000;
  display: block;
  margin-top: -118px;
}

.btn-video-list > .video-list-img {
  position: absolute;
  opacity: 0.3;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
}
.btn-video-list > .video-list-img img {
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100% !important;
  transition: all 0.3s;
}

.btn-video-list .video {
  display: none;
}

.btn-video-list:hover > .video-list-img {
  opacity: 0.2;
}

.btn-video-list p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.video-list-img-name {
  left: 0;
  right: 0;
  padding-top: 130px;
  padding-bottom: 20px;
  text-align: center;
}

.btn-video-list:hover > .video-list-img > img {
  transform: scale(1.1);
}

.btn-video-icon {
  color: #fff;
  font-size: 56px;
  line-height: 1;
  transition: all 0.3s;
  font-weight: 400;
}

.btn-video-list:hover .btn-video-left-icon {
  transform: scale(1.05);
}

#video-modal-wrap + p {
  position: relative;
  left: 0;
  right: 0;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1299px) {
  .btn-video-list p {
    font-size: 20px;
  }
  .btn-video-icon {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .btn-video-list {
    margin-top: -85px;
  }
  .video-list-img-name {
    padding-top: 90px;
  }
  #video-modal-wrap + p {
    font-size: 16px;
    max-width: 95%;
  }
}
.ProductDetail .TopLeft table.BottomTable .Price.price-fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  background: #fff;
  box-shadow: none;
  border: 6px solid #f2f4f5;
  border-right: 0;
  height: 50px;
  width: 300px;
  box-sizing: content-box;
}

.ProductDetail .TopLeft table.BottomTable .Price.price-fixed th {
  width: 130px;
  padding-left: 10px;
  display: block;
  float: left;
  padding-top: 10px;
  font-size: 17px;
}

.ProductDetail .TopLeft table.BottomTable .Price.price-fixed .HighlightPrice {
  padding-right: 20px;
  padding-left: 10px;
  width: calc(100% - 130px);
  text-align: right;
  display: block;
  float: left;
  font-size: 30px;
}

.ProductDetail .TopLeft table.BottomTable .Price.Price.price-fixed.withoutVAT {
  display: none;
}

.ProductDetails .TopLeft .ProductCount.price-fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
  background: #fff;
  margin-top: 0;
  box-shadow: none;
  border: 6px solid #f2f4f5;
  border-left: 0;
}

.ProductDetails .TopLeft .ProductCount.price-fixed input {
  height: 50px;
  margin-right: 0;
  width: 50px;
  padding-left: 0px;
  border: none;
  border-left: 1px solid #f2f4f5;
}

.ObsahStrankyElements .ProductDetails .TopLeft .ProductCount.price-fixed #Buy {
  height: 50px;
  width: 55px;
  background-position: left 10px center;
  padding: 0;
}

.ObsahStrankyElements .ProductDetails .TopLeft .ProductCount.price-fixed #Buy span {
  display: none;
}

@media (max-width: 767px) {
  .ProductDetail .TopLeft table.BottomTable .Price.price-fixed {
    left: 0;
    width: calc(100% - 115px);
  }
  .ProductDetails .TopLeft .ProductCount.price-fixed {
    width: 115px;
    right: 0;
  }
}
@media (max-width: 450px) {
  .ProductDetail .TopLeft table.BottomTable .Price.price-fixed .HighlightPrice {
    font-size: 20px;
    width: calc(100% - 90px);
  }
  .ProductDetail .TopLeft table.BottomTable .Price.price-fixed th {
    padding-left: 5px;
    width: 90px;
    font-size: 18px;
  }
  .ObsahStrankyElements .ProductDetails .TopLeft .ProductCount.price-fixed #Buy {
    height: 50px;
    width: 55px;
    background-size: 24px auto;
    background-position: left 15px center;
  }
  .ProductDetails .TopLeft .ProductCount.price-fixed input {
    font-size: 20px;
  }
}
@media (max-width: 364px) {
  .ProductDetails .TopLeft .ProductCount.price-fixed {
    width: auto;
  }
}
#Tisk {
  margin: 0 auto;
  width: 150px;
  height: 40px;
  background: #dadee0;
  border: none;
  float: none;
  border: none;
  color: #5d6771;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 10px;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}

#Tisk:hover {
  text-decoration: underline;
}

/* jquery ui */
.ui-menu .ui-menu-item a {
  font-size: 16px;
}

img.orez30prava {
  max-width: 100%;
}

@media (max-width: 600px) {
  img.orez30prava {
    height: auto !important;
    max-width: unset !important;
    width: 135% !important;
    float: right !important;
  }
}
img.orez30leva {
  max-width: 100%;
}

@media (max-width: 600px) {
  img.orez30leva {
    height: auto !important;
    max-width: unset !important;
    width: 130% !important;
    float: left !important;
  }
}
.BottomMenu button {
  /* display: block !important; */
}

.loadPrevPageContainer,
.loadNextPageContainer {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.loadPrevPageContainer a,
.loadNextPageContainer a {
  color: #5d6771;
  width: 290px;
  height: 50px;
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #f2f4f5;
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #dadee0;
  margin: 0 auto;
}

/* loader */
.spinner-wrapper {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #d6001c;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 999;
  text-indent: -999999px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end loader */
#red-text-img {
  display: none;
}

.red-text {
  background-color: #d6001c;
  font-weight: 700;
  display: inline-block;
  padding: 3px 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #b20017;
  color: #fff;
}

.red-text:hover {
  color: #fff;
  text-decoration: none !important;
}

#Supplemental {
  float: left;
  width: 100%;
}

#Supplemental .SubHeader span {
  color: #1d2023;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 17px;
}

#Supplemental .SubHeader span::before {
  width: 100px;
  height: 6px;
  background-color: #d6001c;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  bottom: -20px;
}

#Supplemental .Varieties {
  width: 100%;
  border: 1px solid #dadee0;
  background-color: #ffffff;
}

#Supplemental .Varieties .Image {
  width: 150px;
}

#Supplemental .Varieties .Image img {
  max-width: 100%;
  height: auto !important;
}

#Supplemental .Varieties th {
  padding: 10px;
  background: #dadee0;
}

#Supplemental .Varieties td {
  padding: 10px;
}

#Supplemental .Varieties h3 {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 1200px) {
  #Supplemental {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  #Supplemental .Varieties th {
    font-size: 12px;
  }
  #Supplemental .Varieties td {
    font-size: 12px;
  }
  #Supplemental .Varieties h3 {
    font-size: 14px;
  }
  #Supplemental .SubBody {
    display: none;
  }
  #Supplemental .SubHeader {
    position: relative;
  }
  #Supplemental .SubHeader span {
    font-size: 30px !important;
    margin-top: 0px;
  }
  #Supplemental .SubHeader::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 40px;
    height: 40px;
    background: #d6001c url("./../images/arrow_white.svg") no-repeat left 12px top 8px;
    background-size: 15px;
    transform: rotate(-90deg);
    transition: all 0.5s;
  }
}
.copy-btn {
  display: inline-block;
  background: #d6001c;
  border: none;
  border-bottom: 2px solid #b20017;
  color: #ffffff;
  transition: all 0.3s;
  margin-left: 5px;
}

.copy-btn:hover {
  background: #b20017;
}

.Product .product-item-content .RelBoxRightDown {
  top: 200px;
}

.Product .product-item-content .RelBoxRightDown img {
  float: right;
}

@media (max-width: 1599px) {
  .Product .product-item-content .RelBoxRightDown {
    top: 160px;
  }
}
@media (max-width: 1199px) {
  .Product .product-item-content .RelBoxRightDown {
    top: 150px;
  }
  .Product .product-item-content .RelBoxRightDown img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .Product .product-item-content .RelBoxRightDown {
    top: 190px;
  }
}
.prodejny-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.prodejny-map {
  width: 730px;
  position: relative;
}

.prodejny-map .map-img {
  width: 100%;
}

.prodejny-map .map-img img {
  max-width: 100%;
}

.map-pointer {
  position: absolute;
  width: 50px;
  height: 50px;
}

.map-pointer a {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: -38px;
  left: -40px;
  background-image: linear-gradient(to top, #454d55 0%, #5d6771 100%);
  width: 130px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.map-pointer a:hover {
  text-decoration: none;
  background: #d6001c;
}

.map-pointer:nth-child(1) {
  left: 220px;
  top: 117px;
}

.map-pointer:nth-child(2) {
  top: 270px;
  left: 460px;
}

.map-pointer:nth-child(3) {
  top: 180px;
  left: 110px;
}

.map-pointer:nth-child(4) {
  top: 230px;
  left: 250px;
}

.map-pointer:nth-child(5) {
  top: 100px;
  left: 360px;
}

.map-pointer:nth-child(6) {
  top: 170px;
  left: 580px;
}

.map-pointer img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.prodejny-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}

.prodejny-wrap a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 30px;
  min-width: 250px;
  min-height: 60px;
  border: 1px solid #dadee0;
  background-color: #ffffff;
  color: #1d2023;
  font-weight: 700;
  margin: 10px;
  line-height: 1.1;
  position: relative;
  transition: all 0.3s;
}

.prodejny-wrap a:hover {
  background-color: #d6001c;
  text-decoration: none;
  color: #fff;
}

.prodejny-wrap a:before {
  left: 0;
  top: 0;
  background-color: #d6001c;
  position: absolute;
  content: "";
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}

@media (max-width: 1500px) {
  .prodejny-wrap a {
    min-width: 200px;
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .prodejny-map {
    width: 650px;
  }
  .map-pointer:nth-child(1) {
    top: 87px;
    left: 190px;
  }
  .map-pointer:nth-child(2) {
    top: 240px;
    left: 410px;
  }
  .map-pointer:nth-child(3) {
    top: 150px;
    left: 70px;
  }
  .map-pointer:nth-child(4) {
    top: 200px;
    left: 200px;
  }
  .map-pointer:nth-child(5) {
    top: 70px;
    left: 310px;
  }
  .prodejny-wrap a {
    min-width: 170px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .prodejny-map {
    width: 650px;
    order: 2;
  }
  .prodejny-wrap {
    order: 1;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .prodejny-map {
    display: none;
  }
}
.delivery-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.delivery-item-wrap {
  width: 20%;
  padding: 0px 7.5px;
}

.delivery-item {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s;
  border: 1px solid #dadee0;
  background-color: #ffffff;
  display: block;
  text-decoration: none;
}

.delivery-item:hover {
  text-decoration: none !important;
}

.delivery-item-content > span {
  display: block;
  line-height: 1.2;
}

.delivery-item:after {
  left: 0;
  top: 0;
  background-color: #d6001c;
  position: absolute;
  content: "";
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}

.delivery-item-content {
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  transition: all 0.5s;
  color: #1d2023;
  padding: 20px 0px;
}

.delivery-item-content:hover {
  background: #d6001c;
  color: #fff;
}

.delivery-item p {
  margin-bottom: 0;
}

.delivery-item-headline {
  font-size: 22px;
  font-weight: 600;
  padding: 3px 15px;
  line-height: 1.2;
}

.delivery-item-info {
  font-weight: 600;
  font-size: 14px;
  padding: 3px 15px;
}

.delivery-item-price {
  font-size: 20px;
  font-weight: 800;
  padding: 3px 15px;
}

.delivery-item-cat {
  font-size: 16px;
  font-weight: 800;
  padding: 3px 15px;
}

.delivery-item-text-small {
  font-size: 14px;
  padding: 3px 15px;
}

.delivery-item-text {
  font-size: 16px;
  padding: 3px 15px;
}

.delivery-item-time {
  font-size: 16px;
  font-weight: 800;
  padding: 3px 15px;
}

@media (max-width: 1700px) {
  .delivery-item-back > span {
    padding: 1px 10px !important;
  }
}
@media (max-width: 1300px) {
  .delivery-item-wrap {
    width: 33.33%;
    margin-bottom: 15px;
  }
  .delivery-item-back > span {
    padding: 3px 15px !important;
  }
}
@media (max-width: 767px) {
  .delivery-item-wrap {
    width: 50%;
    margin-bottom: 15px;
  }
  .delivery-item-back > span {
    padding: 3px 15px !important;
  }
}
@media (max-width: 575px) {
  .delivery-item-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .delivery-item-back > span {
    padding: 3px 15px !important;
  }
}
/* korona info pruh */
.top-menu {
  height: auto;
}

/* .top-menu::before {
  position: relative;
  top: 0;
  width: 100%;
  content: "Od 14.3. do 26.4. jsou prodejny uzavřeny. Zůstaňte doma a nakupujte online. Internetový obchod stále v provozu, vyrábíme, zasíláme. Doprava na rošty a matrace zdarma!";
  padding: 10px 10px;
  color: #fff;
  background: #d6001c;
  display: block;
  text-align: center;
  line-height: 1.2;
} */
@media (max-width: 767px) {
  .top-menu::before {
    padding: 5px 5px;
    font-size: 12px;
  }
}
.ProductTagDiv_60,
.detailCount {
  position: absolute;
  top: 120px;
  right: 10px;
  background: #d6001c;
  padding: 5px 10px;
  color: #fff;
  width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.1;
}
.ProductTagDiv_60 span,
.detailCount span {
  display: block;
  width: 35px;
}
.ProductTagDiv_60 span:nth-child(1),
.detailCount span:nth-child(1) {
  width: 100%;
}
.ProductTagDiv_60 img,
.detailCount img {
  display: none;
}
.ProductTagDiv_60.over,
.detailCount.over {
  display: none;
}

.detailCount {
  top: 330px;
  right: auto;
  left: 20px;
}

.detailTag60 {
  display: none;
}

@media (max-width: 1599px) {
  .detailCount {
    top: 350px;
  }
  .ProductTagDiv_60 {
    top: 90px;
    right: 0;
    width: 160px;
    font-size: 14px;
  }
}
@media (max-width: 1499px) {
  .ProductTagDiv_60 {
    top: 130px;
  }
  .detailCount {
    top: 350px;
  }
}
@media (max-width: 1299px) {
  .ProductTagDiv_60 {
    top: 160px;
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .detailCount {
    top: 250px;
  }
}
@media (max-width: 991px) {
  .detailCount {
    top: 350px;
    left: 0px;
  }
  .ProductTagDiv_60 {
    top: 135px;
  }
}
@media (max-width: 767px) {
  .detailCount {
    top: 250px;
    left: calc(100vw - 220px);
  }
  .ProductTagDiv_60 {
    top: 90px;
  }
}
@media (max-width: 675px) {
  .ProductTagDiv_60 {
    top: 200px;
  }
}
@media (max-width: 599px) {
  .ProductTagDiv_60 {
    top: 170px;
  }
  .detailCount {
    top: 160px;
  }
}
@media (max-width: 530px) {
  .ProductTagDiv_60 {
    top: 130px;
  }
}
@media (max-width: 429px) {
  .ProductTagDiv_60 {
    top: 90px;
  }
  .detailCount {
    top: 140px;
  }
}
.TitlePage .product-item-hover .product-text {
  display: none;
}
.TitlePage .product-wrap {
  width: 100%;
}
.TitlePage .doporucene-box-item {
  display: none;
}

.productListCategory {
  padding: 0;
  background: none;
  border: none;
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  display: block;
}
.productListCategory .HoverSubcategory {
  border: none;
  border-bottom: 1px solid #cacfd1;
  width: calc(16.66% - 20px);
  margin: 0px 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.productListCategory .HoverSubcategory:after {
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #d6001c;
  transition: all 0.3s;
  content: "";
  display: block;
}
.productListCategory .HoverSubcategory:hover:after {
  width: 100%;
}
.productListCategory .HoverSubcategoryLeft {
  margin-top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.productListCategory .HoverSubcategoryLeft img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.productListCategory .HoverSubcategory .HoverSubcategoryImage a {
  width: 100%;
}
.productListCategory .HoverSubcategoryRight {
  width: calc(100% - 60px);
  padding-right: 10px;
  padding-left: 15px;
}
.productListCategory .HoverSubcategoryRight a {
  font-size: 16px;
  line-height: 1.1;
  display: inline-block;
}
.productListCategory-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 81px;
  border: none;
  border-bottom: 1px solid #cacfd1;
  width: auto;
  width: calc(16.66% - 20px);
  margin: 0px 10px;
  margin-bottom: 20px;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.1;
  color: #1d2023;
  text-decoration: none;
}
.productListCategory-all:after {
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #d6001c;
  transition: all 0.3s;
  content: "";
  display: block;
}
.productListCategory-all:hover {
  text-decoration: none !important;
}
.productListCategory-all:hover:after {
  width: 100%;
}

.show-subcategory {
  display: none;
  background: #d6001c;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.show-subcategory:after {
  content: "\e114";
  font-family: "Glyphicons Halflings";
  transition: all 0.3s;
  position: absolute;
  right: 15px;
  top: 11px;
  color: #fff;
}
.show-subcategory.active {
  display: block;
}
.show-subcategory.active:after {
  transform: rotate(180deg);
  top: 8px;
}

@media (max-width: 1499px) {
  .productListCategory {
    margin: 0;
    margin-top: 10px;
  }
  .productListCategory-all {
    width: calc(25% - 20px);
  }
  .productListCategory .HoverSubcategory {
    width: calc(25% - 20px);
  }
}
@media (max-width: 767px) {
  .productListCategory-all {
    display: flex;
    width: calc(100% - 20px);
  }
  .productListCategory .HoverSubcategoriesInner {
    display: none;
  }
  .productListCategory .HoverSubcategory {
    width: calc(100% - 20px);
  }
  .show-subcategory {
    display: block;
  }
}
.TitlePage .news .ElementHeader {
  margin-bottom: 30px;
}
.TitlePage .news .ShowAllArticles {
  display: none;
}
.TitlePage .news .Cleaner {
  display: none;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-arrow {
  width: 20px;
  height: 30px;
  z-index: 100;
  position: absolute;
  top: calc(50% - 50px);
  border: none;
}

.slick-prev {
  background: url("./../images/slick_arrow.svg") no-repeat center;
  transform: rotate(180deg);
  left: -30px;
}

.slick-next {
  background: url("./../images/slick_arrow.svg") no-repeat center;
  right: -30px;
}

.slick-list {
  min-width: 100%;
}
.slick-list .productListHelp {
  display: none !important;
}

@media (min-width: 767px) {
  .slick-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-list {
    padding: 0 20% 0 0;
  }
}
.hp-videa {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.hp-video-item {
  width: 20%;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.hp-video-item h5 {
  line-height: 1.2;
  margin-top: 0;
  font-size: 18px;
}
.detailTag61,
.detailTag62,
.detailTag63,
.ProductTagDiv_61,
.ProductTagDiv_62,
.ProductTagDiv_63 {
  display: none;
}

#ExtraParamsTab .ProductsList ul > li#li_params_78_851 {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
#ExtraParamsTab .ProductsList ul > li#li_params_78_851:after {
  content: "Dočasně nedostupné";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #d6001c;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  top: 0;
  left: 0;
}

.shipment_all_135 {
  position: relative;
}
.shipment_all_135:after {
  content: "Doporučujeme pro rychlost a spolehlivost";
  display: block;
  position: absolute;
  right: -1px;
  top: -20px;
  background: #d6001c;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  padding: 5px;
}

@media (max-width: 767px) {
  .shipment_all_135 {
    margin-top: 30px !important;
  }
}
.PLBnejprodavanejsi {
  counter-reset: topProdukty;
  float: left;
  width: 100%;
}
.PLBnejprodavanejsi .ProductBoxHeader {
  font-size: 24px;
  color: #1d2023;
  font-weight: 600;
  line-height: 26px;
}
.PLBnejprodavanejsi .product-item {
  width: 100%;
  margin-bottom: -1px;
  padding: 0 10px;
}
.PLBnejprodavanejsi .product-item:nth-child(1) .product-item-content .product-img:after {
  background: #ffd700;
}
.PLBnejprodavanejsi .product-item:nth-child(2) .product-item-content .product-img:after {
  background: #c0c0c0;
}
.PLBnejprodavanejsi .product-item:nth-child(3) .product-item-content .product-img:after {
  background: #cd7f32;
}
.PLBnejprodavanejsi .product-item-hover {
  margin: 0;
  padding: 0;
  box-shadow: none !important;
}
.PLBnejprodavanejsi .product-item-content {
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 0;
  align-items: center;
}
.PLBnejprodavanejsi .product-item-content .place {
  display: none;
}
.PLBnejprodavanejsi .product-item-content .product-img {
  order: 1;
  width: 80px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.PLBnejprodavanejsi .product-item-content .product-img:after {
  counter-increment: topProdukty;
  content: counter(topProdukty);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  background: #d6001c;
  color: #000;
  font-weight: 600;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.PLBnejprodavanejsi .product-item-content .product-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.PLBnejprodavanejsi .product-item-content h2 {
  order: 2;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 80px - 200px - 250px);
}
.PLBnejprodavanejsi .product-item-content h2 a {
  height: auto;
  font-size: 18px;
  text-align: left;
}
.PLBnejprodavanejsi .product-item-content .show-btn {
  font-size: 16px;
  height: 30px;
  line-height: 28px;
}
.PLBnejprodavanejsi .product-item-content .product-text {
  order: 3;
  display: none;
}
.PLBnejprodavanejsi .product-item-content .product-sklad-wrap {
  order: 4;
  position: relative;
  bottom: 0;
  width: 200px;
  margin: 0;
}
.PLBnejprodavanejsi .product-item-content .product-sklad {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.PLBnejprodavanejsi .product-item-content .product-sklad span {
  line-height: 1;
}
.PLBnejprodavanejsi .product-item-content .product-sklad .cartPaymentShipmentHelp.productListHelp {
  margin-top: 0;
  width: 16px;
  height: 16px;
  font-size: 12px !important;
}
.PLBnejprodavanejsi .product-item-content .product-sklad .Value {
  padding-left: 3px;
}
.PLBnejprodavanejsi .product-item-content .product-bottom {
  order: 5;
  position: relative;
  bottom: 0;
  width: 250px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  border: none;
}
.PLBnejprodavanejsi .product-item-content .product-show {
  margin-top: 0;
}
.PLBnejprodavanejsi .product-item-content .show-btn {
  background: #d6001c;
  color: #fff;
}
.PLBnejprodavanejsi .product-item-content .product-price {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: #222;
  justify-content: center;
  padding-right: 20px;
}
.PLBnejprodavanejsi .product-item-content .product-price .old-price {
  font-size: 14px;
}
.PLBnejprodavanejsi .product-item-content .product-price span {
  font-size: 18px;
}

.product-list-video-page .Path {
  padding-left: 10px;
  margin-top: -15px;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.product-list-video-page .Path .PathPart {
  color: #fff;
}
.product-list-video-page .Path .PathPart .CurrentCategory {
  color: #fff;
}
.product-list-video-page .Path .Homepage:after {
  color: #fff;
}
.product-list-video-page h1.ProductsList {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .PLBnejprodavanejsi .product-item-content .product-sklad-wrap {
    display: none;
  }
  .PLBnejprodavanejsi .product-item-content h2 {
    width: calc(100% - 80px - 250px);
    padding: 0 10px;
  }
  .PLBnejprodavanejsi .product-item-content h2 .product-headline {
    padding: 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .PLBnejprodavanejsi .ProductBoxHeader {
    margin-top: 20px;
  }
  .PLBnejprodavanejsi .product-item-content h2 {
    width: calc(100% - 60px - 150px);
    padding: 5px 10px 5px 5px;
  }
  .PLBnejprodavanejsi .product-item-content h2 .product-headline {
    font-size: 12px;
    line-height: 1.2;
  }
  .PLBnejprodavanejsi .product-item-content .show-btn {
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    width: 70px;
  }
  .PLBnejprodavanejsi .product-item-content .product-img {
    width: 60px;
  }
  .PLBnejprodavanejsi .product-item-content .product-show {
    width: 70px;
    padding: 0;
  }
  .PLBnejprodavanejsi .product-item-content .product-price {
    width: 80px;
    padding: 0;
    padding-right: 10px;
  }
  .PLBnejprodavanejsi .product-item-content .product-price .old-price {
    font-size: 12px;
  }
  .PLBnejprodavanejsi .product-item-content .product-price span {
    font-size: 14px;
  }
  .PLBnejprodavanejsi .product-item-content .product-bottom {
    width: 150px;
    padding-right: 10px;
  }
}
.Shop .Payments .orderCurrency {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
.Shop .Payments .orderCurrency br {
  height: 3px;
  width: 100%;
  display: block !important;
  content: "";
  position: relative;
}
.Shop .Payments .orderCurrency .currency-break {
  width: 100%;
  height: 1px;
}
.Shop .Payments .orderCurrency input {
  width: 15px;
}
.Shop .Payments .orderCurrency label {
  width: calc(100% - 15px) !important;
  max-width: calc(100% - 15px) !important;
  margin: 0;
  padding-left: 10px;
  text-align: left;
}

@media (max-width: 767px) {
  .slideshow_1.swiper-wrapper {
    height: 450px !important;
  }
}
body.fixed-head {
  padding-top: 50px;
}

.header-cart-img span {
  top: 0;
}

body.fixed-head header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}

body.fixed-head .left-menu.left-menu-open {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  height: calc(100vh - 50px);
  overflow-y: auto;
}

/*# sourceMappingURL=style.css.map */
