body {
  background: #11240e;
  background-size: cover;
  color: #000;
  font-size: 13px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.slozkanadpis
{
  color: black;
  font-size: 16px;
  font-weight: bold;
  border:1px solid gray;

  background-color: #dae6fc;
  border-radius: 10px;

}

.slozkanadpis p
{
  padding:10px !important;
}

.table-hover tbody tr:hover {

  background-color: #c4dcff;
}

.popisek { position:absolute; left:0px; top:-1000px; z-index:9000; background: white; border: 1px solid #314584; color: #000; font-size: 10px; padding: 10px ; max-width: 260px; /*min-height: 60px;*/ text-align: left; line-height: 1.3; font-family: Verdana}
*html .popisek {width: 260px;}
.popisek table, .popisek p { font-size: 11px; font-family: Tahoma;}
.popisek table td { padding: 4px; text-align: center}
.popisek table th { padding: 4px; text-align: left}

.ocekavani
{
  position:absolute;
  bottom:8px;
  text-align:center;
  color:white;
  width:53px;
  font-weight:bold;
}

.patka1
{
  padding:20px 0px;
  background-color: #ebf1f5;
  color:#4b5f83;
}

.patka2
{
  padding:20px 0px;
  background-color: #c4dcff;
  color:#4b5f83;
}



.patka3
{
  padding:20px 0px;
  background-color: #99afbf;
  color:#4b5f83;
}

.btn-lpx {
  background-image: linear-gradient(#ffffff, #c4dcff, #c4dcff);
  border: 1px solid gray;
  color:black;
}

.btn-lpx:hover
{
  background-image: linear-gradient(#70e2f6, #0f51ab, #0f51ab);
  border: 1px solid #0f51ab;
  color:white;
}

.btn-lp {
  padding: 0 15px;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  transition: color 0.8s;
}
.btn-lp-success {
  background-image: linear-gradient(#aff670, #499109, #499109);
  border: 1px solid #499109;
}
.btn-lp-success:hover {
  color: #e5fcd0;
}
.btn-lp-danger {
  background-image: linear-gradient(#f9a0a0, #c10c0c, #c10c0c);
  border: 1px solid #c10c0c;
}
.btn-lp-danger:hover {
  color: #ffffff;
}

#header
{
  background-color: #c4dcff;
}

#header .header-bg {
  padding-bottom: 30px;
  background-color: #c4dcff;
}
@media (min-width: 1200px) {
  #header .header-bg {
    padding-bottom: 0;
  }
}
#header .logo {
  position: relative;
  width: 320px;
  height: 87px;
  margin: 8px auto 5px auto;
  background: url("../images/logo.png");
}
@media (min-width: 1200px) {
  #header .logo {
    margin: 8px 0 5px 0;
  }
}
#header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#header .search .wrapper {
  margin: 30px 0;
  overflow: hidden;
  align-self: center;
}
#header .search .input {
  width: calc(100% - 80px);
  height: 30px;
  float: left;
  padding: 0 15px;
  color: #499109;
  font-size: 14px;
  border: 1px solid #499109;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
#header .search button {
  width: 80px;
  height: 30px;
  float: left;
  background-image: linear-gradient(#aff670, #499109, #499109);
  border: 1px solid #499109;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.5s;
}
#header .search button:hover {
  color: #e5fcd0;
}
#header .user-links ul {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  align-self: center;
  background-image: linear-gradient(#aff670, #499109, #499109);
  border: 1px solid #499109;
  border-radius: 4px;
}
#header .user-links ul li {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  list-style: none;
}
#header .user-links ul li:after {
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
  content: '|';
}
#header .user-links ul li:last-child {
  padding-right: 0;
}
#header .user-links ul li:last-child:after {
  display: none;
}
#header .user-links ul li i {
  margin-right: 4px;
}
#header .user-links ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s;
}
#header .user-links ul li a:hover {
  color: #e5fcd0;
}
#header .cart {
  margin-top: 15px;
}
@media (min-width: 992px) {
  #header .cart {
    margin-top: 0;
  }
}
#header .cart .wrapper {
  position: relative;
  align-self: center;
}
#header .cart a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#header .cart .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
#header .cart .price {
  color: #c10c0c;
  font-size: 20px;
  font-weight: 700;
}
#header .cart .price .desc {
  color: #000;
  font-size: 14px;
}
#header .main-menu .main-menu-bg {
  padding-bottom: 0 !important;
  background-color: white;
}
@media (min-width: 1200px) {
  #header .main-menu {
    margin-top: 0;
  }
}
#header .main-menu .navbar {
  padding-left: 0;
  padding-right: 0;
}
#header .main-menu .navbar .navbar-brand {
  color: #499109;
  font-weight: 600;
}
#header .main-menu .navbar .navbar-toggler {
  border-color: #499109;
  color: #499109;
}
#header .main-menu .navbar .languages {
  position: absolute;
  top: 18px;
  right: 60px;
}
@media (min-width: 992px) {
  #header .main-menu .navbar .languages {
    right: 0px;
  }
}
#header .main-menu .navbar .languages ul {
  margin: 0;
}
#header .main-menu .navbar .languages ul li {
  display: inline-block;
}
#header .main-menu .navbar .languages ul li a {
  display: block;
  width: 30px;
  height: 20px;
  color: transparent;
}
#header .main-menu .navbar .languages ul li a.cz {
  background: url("../images/ico_cz.png") no-repeat;
}
#header .main-menu .navbar .languages ul li a.sk {
  background: url("../images/ico_sk.png") no-repeat;
}
#header .main-menu .navbar .navbar-nav li a {
  color: black;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.5s;
}
#header .main-menu .navbar .navbar-nav li a:hover {
  color: gray;
}
#header .main-menu .navbar .navbar-nav li.active a {
  color: gray;
}
#header .main-menu .navbar .navbar-nav li:first-child a {
  padding-left: 0;
}
#content .content-bg {
  padding: 15px 0 30px 0;
  background-color: transparent;

}
#content .left-menu {
  margin-bottom: 30px;
  padding: 12px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  #content .left-menu {

  }
}
#content .left-menu .navbar {
  padding-left: 0;
  padding-right: 0;
}
#content .left-menu .navbar .navbar-brand {
  color: #499109;
  font-weight: 600;
}
#content .left-menu .navbar .navbar-toggler {
  border-color: #499109;
  color: #499109;
}
#content .left-menu ul {
  margin: 0;
  padding: 0;
}
#content .left-menu ul li {
  border-bottom: 1px solid #d0d0d0;
  list-style: none;
}
#content .left-menu ul li:last-child {
  border-bottom: none;
}
#content .left-menu ul li a {
  display: block;
  padding: 10px 10px 0px 10px;
  color: #515151;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s;
}

.menup2 p
{
  padding-left:20px;
}


.menup2vyb p
{
  padding-left:20px;
  font-weight:bold;
}





@media (min-width: 992px) {

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .hlmenu::before
  {

    content: "|";
    display:inline;
    padding-right:10px;

  }

}

#content .left-menu ul li a:hover {
  color: #499109;
}
#content .left-menu ul li a.special {
  padding-right: 30px;
  background-color: #499109;
  color: #fff;
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
}
#content .left-menu ul li a.special:hover {
  color: #e5fcd0;
}
#content .left-menu ul li a.special.special-1 {
  background-image: url("../images/greenhouses_by_size.png");
}
#content .left-menu ul li a.special.special-2 {
  background-image: url("../images/greenhouses_by_price.png");
}
#content .left-menu ul li a.special.special-3 {
  background-image: url("../images/greenhouses_by_title.png");
}
#content .left-menu ul li a.special.special-4 {
  background-image: url("../images/greenhouses_by_glazing.png");
}
#content .left-menu ul li a.special.special-5 {
  background-image: url("../images/greenhouses_by_manufacturers.png");
}
#content .left-menu ul li ul {
/*  display: none;*/
  padding-left: 10px;
}
#content .left-menu ul li ul li {
  border-bottom: none;
}
#content .left-menu ul li ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-transform: none;
}
#content .left-menu ul li a.active + ul {
  display: block !important;
  padding-bottom: 10px;
}
#content .left-menu ul li a.active + ul ul {
  padding-bottom: 0;
}
#content .content .hp-carousel {
  border: 12px solid #fff;
  margin-bottom: 30px;
}
#content .content .hp-carousel .slide-link {
  position: absolute;
  width: 150px;
  height: 133px;
  right: 40px;
  bottom: 0px;
  padding: 60px 10px 0 10px;
  background: url("../images/slide_link.png") no-repeat;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: #515151 2px 2px 4px;
  z-index: 1000;
}
#content .content .hp-carousel .carousel-inner .carousel-item .carousel-title {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
  clear: both;
}
#content .content .hp-carousel .carousel-inner .carousel-item .carousel-title .bg {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 160px solid #c10c0c;
  border-right: 300px solid transparent;
}
#content .content .hp-carousel .carousel-inner .carousel-item .carousel-title .text {
 padding:15px;
  padding-bottom:20px;

  color: #314584;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}
#content .content .hp-carousel .carousel-inner .carousel-item .carousel-title .text .size-40 {
  font-size: 25px;
  font-weight: 700;
  color:black;
  pading-top:0px;
  margin-top: 15px;
}
#content .content .hp-carousel .carousel-inner .carousel-item .carousel-title .text .fas {
  margin-top: 8px;
}
#content .content .hp-carousel .carousel-inner .carousel-item .carousel-price {
  position: absolute;
  left: 40px;
  bottom: 20px;
  color: white;
  line-height: 35px;
  font-size: 50px;
  font-weight: 700;
}
#content .content .hp-carousel .carousel-inner .carousel-item .carousel-price .size-30 {
  font-size: 30px;
  font-weight: 600;
}
#content .content .hp-carousel .carousel-control {
  color: #499109;
  font-size: 30px;
}
#content .content .hp-carousel .carousel-control .fas {
  padding: 10px;
  background-color: #fff;
}
.products {
  margin-bottom: -30px;
}
.product {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 1px;
}
.product h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 60px; line-height: 20px
}
.product h3 a {
  color: #000;
  text-decoration: none;
}
.product .short-desc {
  padding-bottom: 5px;
  padding-top: 5px;
  color: gray;
  font-size: 12px;
  font-weight: 400;
  height:92px;
  text-align: justify;
}
.product .image {
  position: relative;
  margin-bottom: 5px;
  padding-top: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
.product .image {
    padding-top: 170px;
  }
}
.product .image .action {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 0;
  right: 0;
  z-index: 1000;
}
.product .image .action .bg {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 66px solid #f22828;
  border-left: 66px solid transparent;
}
.product .image .action .text {
  position: absolute;
  top: 3px;
  right: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.product .image .action2 {
  position: absolute;
  width: 86px;
  height: 46px;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #ff8b23;
  border-bottom-left-radius: 20px;
}

.product .image .action2 .text2 {
  position: absolute;
  top: 10px;
  right: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.product .image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 1s ease;
}

.product .image .navysku {

  background-size: contain;

}


.product:hover > .image a {
  transform: scale(1.1, 1.1);
}
.product .desc {
  margin-bottom: 5px;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 17px;
  height:51px;
}
.product .desc p {
  margin: 0;
}
.product .info {
  margin-left: -2px;
  margin-bottom: 5px;
  margin-right: -2px;
  overflow: hidden;
  min-height: 53px
}
.product .info .box {
  position: relative;
  width: 25%;
  float: left;
  padding-left: 2px;
  padding-top: 25%;
  padding-right: 2px;
}
.product .info .box .wrapper {
  display: flex;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #499109;
}
.product .info .box .wrapper.orange {
  background-color: #d8671e;
}
.product .info .box .wrapper.red {
  background-color: #c10c0c;
}
.product .info .box .wrapper.blue {
  background-color: #0d83b4;
}
.product .info .box .wrapper .text {
  display: inline-block;
  width: 100%;
  align-self: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
.product .info .box .wrapper .text img {
  margin-bottom: 3px;
}
.product .info .box .wrapper .text .size-18 {
  font-size: 18px;
}
.product .price {
  float: left;
  color: #499109;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.product .priceold {

  color: #6a6a6a;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.product .price .label {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.product .detail {
  float: right;
  line-height: 20px;
}
.product .detail a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.product .detail a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  background: url("../images/arrow_right_1.png") 0 50% no-repeat;
  content: '';
}
.product .add-to-cart {
  margin-top: 10px;
  height:30px;
  /*button {
            position: relative;
            padding: 0 50px 0 15px;
            color: #fff;
            background-image: linear-gradient(lighten(@green, 40%), @green, @green);
            border: 1px solid @green;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 700;
            line-height: 35px;
            text-transform: uppercase;
            transition: color 0.8s;

            &:hover {
              color: lighten(@green, 60%);
            }

            .icon {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              padding: 0 10px;
              background-image: linear-gradient(lighten(#000, 40%), #000, #000);
              border-radius: 4px;
            }
          }*/
}
#content .content .products .product .add-to-cart .add {
  position: relative;
  padding: 0 50px 0 15px;
}
#content .content .products .product .add-to-cart .add .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  background-image: linear-gradient(#666666, #000, #000);
  border-radius: 4px;
}
#content .content .products .pagination {
  margin-bottom: 30px;
}
#content .content .products .pagination .page-item .page-link {
  border-color: #d0d0d0;
  border-radius: 0;
  color: #499109;
}
#content .content .products .pagination .page-item.active .page-link {
  background-color: #499109;
  border-color: #499109;
  color: #fff;
}
#content .content .product-detail {
  padding: 15px;
  background-color: #fff;
}
#content .content .product-detail .detail .images img {
  margin-bottom: 15px;
}
#content .content .product-detail .detail h1 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}
#content .content .product-detail .detail .short-desc {
  margin-bottom: 7px;
  color: #499109;
  font-size: 22px;
  font-weight: 700;
}
#content .content .product-detail .detail .desc {
  color: #373737;
  font-size: 13px;
  font-weight: 400;
}
#content .content .product-detail .detail .info {
  margin-left: -2px;
  margin-bottom: 5px;
  margin-right: -2px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #content .content .product-detail .detail .info {
    width: 50%;
  }
}
#content .content .product-detail .detail .info .box {
  position: relative;
  width: 25%;
  float: left;
  padding-left: 2px;
  padding-top: 25%;
  padding-right: 2px;
}
#content .content .product-detail .detail .info .box .wrapper {
  display: flex;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #499109;
}
#content .content .product-detail .detail .info .box .wrapper.orange {
  background-color: #d8671e;
}
#content .content .product-detail .detail .info .box .wrapper.red {
  background-color: #c10c0c;
}
#content .content .product-detail .detail .info .box .wrapper.blue {
  background-color: #0d83b4;
}
#content .content .product-detail .detail .info .box .wrapper .text {
  display: inline-block;
  width: 100%;
  align-self: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
#content .content .product-detail .detail .info .box .wrapper .text img {
  margin-bottom: 3px;
}
#content .content .product-detail .detail .info .box .wrapper .text .size-18 {
  font-size: 18px;
}
#content .content .product-detail .detail .common-price-discount {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}
#content .content .product-detail .detail .common-price-discount .label {
  font-size: 15px;
  font-weight: 600;
}
#content .content .product-detail .detail .common-price-discount .common-price {
  color: #6a6a6a;
  text-decoration: line-through;
}
#content .content .product-detail .detail .common-price-discount .percent {
  color: #c10c0c;
}
#content .content .product-detail .detail .price {
  height: 60px;
  margin-bottom: 15px;
  padding: 5px;
  background-color: #efefef;
  font-weight: 700;
  line-height: 25px;
}
@media (min-width: 768px) {
  #content .content .product-detail .detail .price {
    width: 35%;
    float: left;
  }
}
#content .content .product-detail .detail .price .label {
  font-size: 17px;
}
#content .content .product-detail .detail .price .value {
  color: #c10c0c;
  font-size: 25px;
}
#content .content .product-detail .detail .add-to-cart {
  height: 60px;
  margin-bottom: 15px;
  background-color: #efefef;
  /*.add {
            position: relative;
            float: left;
            margin-top: 11px;
            padding: 0 50px 0 15px;
            color: #fff;
            background-image: linear-gradient(lighten(@green, 40%), @green, @green);
            border: 1px solid @green;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 700;
            line-height: 35px;
            text-transform: uppercase;
            transition: color 0.8s;

            &:hover {
              color: lighten(@green, 60%);
            }

            .icon {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              padding: 0 10px;
              background-image: linear-gradient(lighten(#000, 40%), #000, #000);
              border-radius: 4px;
            }
          }*/
}
@media (min-width: 768px) {
  #content .content .product-detail .detail .add-to-cart {
    width: calc(65% - 10px);
    float: right;
  }
}
#content .content .product-detail .detail .add-to-cart .quantity-box {
  float: left;
  margin: 14px 10px 0 10px;
  overflow: hidden;
}
#content .content .product-detail .detail .add-to-cart .quantity-box .control {
  width: 33px;
  height: 33px;
  float: left;
  background: transparent;
  border: none;
  font-size: 14px;
}
#content .content .product-detail .detail .add-to-cart .quantity-box .quantity {
  width: 33px;
  height: 33px;
  float: left;
  border: 1px solid #d0d0d0;
  text-align: center;
}
#content .content .product-detail .detail .add-to-cart .add {
  position: relative;
  margin-top: 11px;
  padding: 0 50px 0 15px;
}
#content .content .product-detail .detail .add-to-cart .add .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  background-image: linear-gradient(#666666, #000, #000);
  border-radius: 4px;
}
#content .content .product-detail .product-tabs .nav-tabs {
  border-bottom: 1px solid #d0d0d0;
}
#content .content .product-detail .product-tabs .nav-tabs .nav-item .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  font-weight: 600;
}
#content .content .product-detail .product-tabs .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
#content .content .product-detail .product-tabs .nav-tabs .nav-item .nav-link.active {
  border-color: #d0d0d0 #d0d0d0 #fff;
}
#content .content .product-detail .product-tabs .tab-content {
  padding: 15px;
  border: 1px solid #d0d0d0;
  border-top: none;
}
#content .content .product-detail .product-tabs .tab-content .params {
  margin-bottom: 0;
}
#content .content .product-detail .product-tabs .tab-content .params td {
  width: 50%;
}
#content .content .product-detail .product-tabs .tab-content .params td:first-child {
  font-weight: 600;
}
#content .content .product-detail .product-tabs .tab-content .files p:last-child {
  margin-bottom: 0;
}
#content .content .product-detail .product-tabs .tab-content .files p .icon {
  width: 18px;
  height: 18px;
  margin: 0 3px 3px 0;
}
#content .content .product-detail .product-tabs .tab-content .files p a {
  color: #499109;
  font-weight: 600;
  text-decoration: none;
}
#content .content .product-detail .product-tabs .tab-content .files p a:hover {
  text-decoration: underline;
}
#content .content .cart .cart-steps .box {
  margin-bottom: 30px;
  padding: 15px 10px;
  background-color: #499109;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#content .content .cart .cart-steps .box.active {
  background-color: #c10c0c;
}
#content .content .cart .cart-content {
  padding: 15px;
  background-color: #fff;
}
#content .content .cart .cart-content .wrapper {
  padding: 15px 0;
  border-bottom: 1px solid #499109;
}
#content .content .cart .cart-content h2 {
  margin-bottom: 20px;
}
#content .content .cart .cart-content .cart-table a {
  color: #000;
}
#content .content .cart .cart-content .cart-table .thead {
  padding-bottom: 5px;
  border-bottom: 2px solid #499109;
  font-weight: 700;
}
#content .content .cart .cart-content .cart-table .tbody .cart-products {
  line-height: 34px;
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product {
  padding: 10px 0;
  border-bottom: 1px solid #499109;
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .title {
  margin-bottom: 10px;
  line-height: 17px;
}
@media (min-width: 992px) {
  #content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .title {
    margin-bottom: 0;
  }
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .title .in-stock {
  color: #499109;
  font-weight: 600;
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .title .not-in-stock {
  color: #c10c0c;
  font-weight: 600;
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .quantity-box {
  margin: 10px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  #content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .quantity-box {
    margin: 0;
  }
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .quantity-box .control {
  width: 33px;
  height: 33px;
  float: left;
  background: transparent;
  border: none;
  font-size: 14px;
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .quantity-box .quantity {
  width: 34px;
  height: 34px;
  float: left;
  border: 1px solid #d0d0d0;
  text-align: center;
}
#content .content .cart .cart-content .cart-table .tbody .cart-products .cart-product .delete {
  padding-right: 10px;
}
#content .content .cart .cart-content .cart-table .tbody .total {
  padding: 15px 0;
  border-bottom: 1px solid #499109;
}
@media (min-width: 992px) {
  #content .content .cart .cart-content .cart-table .tbody .total {
    padding: 30px 0;
  }
}
#content .content .cart .cart-content .cart-table .tbody .total .discount-code {
  margin-top: 15px;
}
@media (min-width: 992px) {
  #content .content .cart .cart-content .cart-table .tbody .total .discount-code {
    margin: 0;
  }
}
#content .content .cart .cart-content .cart-table .tbody .total .discount-code .code {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #content .content .cart .cart-content .cart-table .tbody .total .discount-code .code {
    margin-bottom: 0;
  }
}
#content .content .cart .cart-content .cart-table .tbody .total .without-vat {
  font-size: 13px;
}
#content .content .cart .cart-content .cart-table .tbody .total .with-vat {
  font-size: 22px;
  font-weight: 600;
}
#content .content .cart .cart-content .cart-shipping-payment .form-check {
  margin-bottom: 10px;
}
#content .content .cart .cart-content .cart-shipping-payment .form-check:last-child {
  margin-bottom: 0;
}
#content .content .cart .cart-content .cart-shipping-payment .form-check .price {
  color: #499109;
  font-weight: 700;
}
#content .content .cart .cart-content .cart-invoicing-delivery-address .row-note {
  margin-bottom: 0;
}
#content .content .cart .cart-content .recapitulation p:last-child {
  margin-bottom: 0;
}
#content .content .cart .cart-content .cart-done .wrapper {
  padding-top: 0;
}
#content .content .cart .cart-content .cart-done p:last-child {
  margin-bottom: 0;
}
#content .content .cart .cart-content .cart-done .order-number {
  color: #499109;
  font-weight: 700;
}
#content .content .cart .cart-content .controls {
  padding-top: 15px;
}
#content .content .cart .cart-content .controls .back {
  margin-bottom: 15px;
}



@media (min-width: 992px) {
  #content .content .cart .cart-content .controls .back {
    margin-bottom: 0;
  }
}
#bottom {
  padding: 30px 0 0 0;

}
#bottom .box {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #bottom .box:nth-of-type(odd) {
    border-right: 1px solid #848484;
  }
}
@media (min-width: 1200px) {
  #bottom .box {
    border-right: 1px solid #848484;
  }
}
#bottom .box:last-child {
  border-right: none;
}
#bottom h3 {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
#bottom h3.green {
  color: black;
}
#bottom h3.blue {
  color: #0d83b4;
}
#bottom h3.orange {
  color: #d8671e;
}
#bottom .menu {
  margin: 0;
  padding: 0;
}
#bottom .menu li {
  list-style: none;
  color: #d0d0d0;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.5s;
}
#bottom .menu li a {
  color: black;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.5s;
}
#bottom .menu li a:hover {
  color: black;
}
#footer {
  background-color: #000;
  color: #909090;
  font-size: 12px;
  line-height: 60px;
  text-align: center;
}
/*# sourceMappingURL=template.css.map */

.info img
{
  width:53px;
}


.filtrace
{
  background-color: #fff;

  border: 1px solid #d0d0d0;

  border-radius: 1px;
  margin: 0px 0px 20px 0px;
  padding: 15px;
  font-size:12px;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  left: -17px;
  top: -5px;

}

.noUi-handle {
  background: #abc130;
}


.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 10px;
  top: 6px;
}



.noUi-handle:after {
  left: 13px;
}

.zrusit
{
  text-align:right;

}

.zrusit a
{
  color:red;
}

.sortiment-kat
{
  padding-bottom:20px;
}


form fieldset {
  background-color: #c4dcff;
  border: 1px solid #6696ec;
  width: 90%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
  padding:20px;
}

form fieldset legend {
  color: black;
  font-size: 15px;
  font-weight: bold;
  width:auto;
}

form fieldset input.text {
  margin-left: 30px;
  width: 250px;
  border: 1px solid #6696ec;
  margin-bottom: 5px;
}

form fieldset input.text2 {
  margin-left: 30px;
  border: 1px solid #6696ec;
  margin-bottom: 5px;
}


form fieldset label {
  width: 200px;
  text-align: right;
  margin-left: 10px;
  color: black;
  display:  block;
}

.left {
  position:  relative;
  display:  block;
  float:  left;
}

form fieldset label.left2 {
  width: 500px;
  text-align: right;
  margin-left: 10px;
  color: black;
  display:  block;
  position:  relative;
  display:  block;
  float:  left;
}

#regform label.error {
  margin-left: 190px;
  width: auto;
  padding-bottom:3px;
  display: inline;
  color:red;
}
#regform input:focus { border: 1px dotted black; }
#regform input.error { border: 1px dotted red; }

#mesta {
  float: right;
  width: 270px;
}

form fieldset label.left3 {
  width: 600px;
  text-align: right;
  margin-left: 10px;
  color: #485800;
  display:  block;
  position:  relative;
  display:  block;
  float:  left;
}

.icko3 {
  margin-left: 20px;
  width: 18px;
  cursor: pointer;
}

form fieldset input.text3 {
  margin-left: 20px;
  border: 1px solid #485800;
  margin-bottom: 5px;
}

.modal-open, body {overflow: inherit !important;}

body.modal-open {
  margin-right: 0 !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}




.modal-body .product {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 1px;
}
.modal-body .product h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px; line-height: 20px
}
.modal-body .product h3 a {
  color: #000;
  text-decoration: none;
}
.modal-body .product .short-desc {
  margin-bottom: 5px;
  color: #499109;
  font-size: 14px;
  font-weight: 600;
}
.modal-body .product .image {
  position: relative;
  margin-bottom: 5px;
  padding-top: 200px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .modal-body .product .image {
    padding-top: 170px;
  }
}
.modal-body .product .image .action {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 0;
  right: 0;
  z-index: 1000;
}
.modal-body .product .image .action .bg {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 66px solid #f22828;
  border-left: 66px solid transparent;
}
.modal-body .product .image .action .text {
  position: absolute;
  top: 3px;
  right: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.modal-body .product .image .action2 {
  position: absolute;
  width: 86px;
  height: 46px;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #ff8b23;
  border-bottom-left-radius: 20px;
}

.modal-body .product .image .action2 .text2 {
  position: absolute;
  top: 10px;
  right: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.modal-body .product .image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 1s ease;
}

.modal-body .product .image .navysku {

  background-size: contain;

}


.modal-body .product:hover > .image a {
  transform: scale(1.1, 1.1);
}
.modal-body .product .desc {
  margin-bottom: 5px;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 17px;
  height:51px;
}
.modal-body .product .desc p {
  margin: 0;
}
.modal-body .product .info {
  margin-left: -2px;
  margin-bottom: 5px;
  margin-right: -2px;
  overflow: hidden;
}
.modal-body .product .info .box {
  position: relative;
  width: 25%;
  float: left;
  padding-left: 2px;
  padding-top: 25%;
  padding-right: 2px;
}
.modal-body .product .info .box .wrapper {
  display: flex;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #499109;
}
.modal-body .product .info .box .wrapper.orange {
  background-color: #d8671e;
}
.modal-body .product .info .box .wrapper.red {
  background-color: #c10c0c;
}
.modal-body .product .info .box .wrapper.blue {
  background-color: #0d83b4;
}
.modal-body .product .info .box .wrapper .text {
  display: inline-block;
  width: 100%;
  align-self: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}
.modal-body .product .info .box .wrapper .text img {
  margin-bottom: 3px;
}
.modal-body .product .info .box .wrapper .text .size-18 {
  font-size: 18px;
}
.modal-body .product .price {
  float: left;
  color: #499109;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.modal-body .product .priceold {

  color: #6a6a6a;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.modal-body .product .price .label {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.modal-body .product .detail {
  float: right;
  line-height: 20px;
}
.modal-body .product .detail a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.modal-body .product .detail a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  background: url("../images/arrow_right_1.png") 0 50% no-repeat;
  content: '';
}
.modal-body .product .add-to-cart {
  margin-top: 10px;
  height:30px;
  /*button {
            position: relative;
            padding: 0 50px 0 15px;
            color: #fff;
            background-image: linear-gradient(lighten(@green, 40%), @green, @green);
            border: 1px solid @green;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 700;
            line-height: 35px;
            text-transform: uppercase;
            transition: color 0.8s;

            &:hover {
              color: lighten(@green, 60%);
            }

            .icon {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              padding: 0 10px;
              background-image: linear-gradient(lighten(#000, 40%), #000, #000);
              border-radius: 4px;
            }
          }*/
}
.modal-body .product .add-to-cart .add {
  position: relative;
  padding: 0 50px 0 15px;
}
.modal-body .product .add-to-cart .add .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  background-image: linear-gradient(#666666, #000, #000);
  border-radius: 4px;
}

#content .content .tab-pane .products .product h3 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 60px;
  line-height: 18px;
}

#content .content .tab-pane .products .product .desc {
  margin-bottom: 5px;
  color: #5d5d5d;
  font-size: 11px;
  line-height: 15px;
  height: 51px;
}

.foxentry-form-whisper.foxentry-active.foxentry-showBanner .foxentry-form-whisper__banner {
    display: none;
}

.nopod a
{
  text-decoration: none;
}

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

@media (min-width: 501px) {
  .nopod a img
  {
    max-width:408px;
    width:408px;
  }
}

@media (max-width: 500px) {
  .nopod a img
  {
    max-width:100%;
    width:auto;
  }
}



@media (min-width: 992px) {
  #bottom .menu50 {
    padding-left: 50px;
  }
}

@media (max-width: 900px) {
     .kontable {
        width: 100% !important;
    }
}