/* custom css */

body {
  font-family: "PT Sans";
  line-height: 24px;
  font-size: 15px;
  background-color: #fff;
  color: #646464;
}
.nopad {
  padding: 0 !important;
}
h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #252525;
}
.content strong,
.content b {
  color: #252525;
}
.img-responsive {
  margin: 0 auto;
}
hr {
  border-top: 1px solid #ddd;
  padding: 0 !important;
}
ul {
  padding-left: 30px;
}
.blokdokumenty {
  margin-bottom: 30px;
}

/* header */

.header-left {
  padding: 15px 25px;
}
.header-right {
  padding: 30px 25px;
  text-align: right;
}
header .img-responsive {
  margin: 0;
}
.nav-wrap {
  background: #a81220;
  border-bottom: 3px solid #940a17;
}
.cart {
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
.cart:hover {
  background: #940a17;
}
.cart-switch .glyphicon {
  font-size: 14px;
  background: #940a17;
  padding: 10px;
  border-radius: 50%;
}
.cart-switch .carret.glyphicon {
  font-size: 10px;
  background: transparent;
  padding: 0;
  padding-top: 15px;
  border-radius: 0;
  float: right;
  color: #940a17;
}
.cart-switch {
  display: block;
  width: 100%;
  padding: 9px 15px 9px;
  color: #fff;
}
.cart-switch:hover {
  color: #fff;
  text-decoration: none;
}
.cart-detail {
  width: 300px;
  padding: 15px;
  padding-bottom: 20px;
  background: #a81220;
  font-size: 14px;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.cart-item {
  border-bottom: 1px solid #940a17;
  font-weight: 400;
  padding: 5px 0;
}
.cart-item a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.cart-item a:hover {
  text-decoration: underline;
}
.lang {
  display: inline-block;
}
.lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lang li {
  display: inline-block;
  margin-left: 10px;
}
.search {
  display: inline-block;
}
.search .form-inline {
  display: inline-block;
  background: #fff;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.search .form-inline .form-control {
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search .btn-primary {
  color: #c01e2d;
  background-color: #fff;
  border-color: #fff;
}
.badge {
  display: none;
}
.login {
  display: inline-block;
}
.login ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login ul li {
  display: inline-block;
  padding: 0 5px;
}
.login .odd {
  border-right: 1px solid #ddd;
  display: inline-block;
  height: 15px;
  margin-left: 10px;
}
.cart-delivery,
.cart-payment,
.cart-adress {
  border: 1px solid #ddd;
  padding: 20px;
}
.cart-delivery {
  margin-bottom: 30px;
}
.cart-adress {
  margin-bottom: 30px;
}
.table-kosik {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table>thead>tr>th {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd !important;
}
.table>tbody>.soucet>td {
  background: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.suma {
  font-size: 18px;
  font-weight: 700;
}
.alert {
  margin-bottom: 0;
  margin-top: 20px;
}
.modal-table {
  margin-bottom: 0;
}
.modal-table>tbody>tr>td {
  border-bottom: none;
}

/* search */

#searchResult {
  position:absolute;
  z-index:1000;
  width: 224px;
  padding: 5px;
  margin-left: -4px;
  background: #fff;
  line-height: 18px;
  text-align: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#no_result {
  position:absolute;
  z-index:1000;
  width: 224px;
  padding: 5px;
  padding-left: 15px;
  margin-left: -4px;
  font-size: 14px;
  background: #fff;
  text-align: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#searchResult .underline {
  border-bottom: 1px solid #ddd;;
  margin: 5px 0;
}

#searchResult .searchImage {
  float: left;
  margin-right: 5px;
}

#searchResult .searchContent {
  float: left;
  padding-top: 7px;
  font-size: 14px;
}

#searchResult .searchContent span {
  text-decoration: none;
  font-size: 11px;
}

/* nav */

.mobile-navigation {
  display: none;
}
.navbar {
  min-height: auto;
  border: none;
}
.left .navbar {
  margin-top: 30px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav-wrap .navbar-default {
  margin-bottom: 0;
}
.navbar-collapse {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.nav>li {
  border-right: 1px solid #fff;
}
.nav>li:last-child {
  border-right: 0;
}
.nav>li>a {
  background-color: #a81220;
  border-bottom: 3px solid #940a17;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 13px;
}
.nav-wrap .nav>li>a {
  padding: 14px 40px;
  font-weight: 400;
  font-size: 14px;
  border: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
  background-color: #940a17;
}
.nav li.active a {
  background-color: #940a17;
}

.nav>li>ul {
  padding: 5px 0;
}
.nav>li>ul>li {
  list-style: none;
  position: relative;
  color: #252525;
  margin-top: 2px;
}
.nav>li>ul>li>a,
.nav>li.active>ul>li>a {
  display: block;
  padding: 8px 13px;
  border-radius: 4px;
  background-color: #f4f4f4;
  border-bottom: 3px solid #eee;
  color: #252525;
  font-weight: 700;
  font-size: 15px;
}
.nav>li>ul>li>a:hover,
.nav>li>ul>li>a:active,
.nav>li>ul>li>a:focus,
.nav>li>ul>li.active>a {
  font-weight: 700;
  text-decoration: none;
  background: #5e5243;
  border-bottom: 3px solid #514637;
  color: #fff;
}
.nav>li>ul>li>a .tb {
  position: absolute;
  top: -20px;
  right: -115px;
  z-index: 99;
  border: 1px solid #bbb;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  max-width: 125px;
}
.nav>li>ul>li>a:hover .tb {
  visibility: visible;
  opacity: 1;
}

/* slider */

.main-slider {
  margin-top: 30px;
  margin-bottom: 10px;
}
.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.8;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  background: url("../images/slider-left.png") no-repeat 0 0;
  display: block;
  width: 51px;
  height: 51px;
  margin: -25px 0 0 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../images/slider-right.png") no-repeat 0 0;
  display: block;
  width: 51px;
  height: 51px;
  margin: -25px 0 0 0;
}

/* content */

.breadcrumb {
  padding: 15px;
  margin-bottom: 0;
  list-style: none;
  background: #5e5243 url('../images/bg_bread.jpg') top left no-repeat;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #fff;
  text-decoration: none;
}
.breadcrumb>.active {
  color: #fff;
}
h1 {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.slide-to {
  margin-left: 25px;
  margin-top: -20px;
}
p {
  color: #646464;
}
.news-item {
  margin: 15px 0;
}
.news-all {
  font-size: 14px;
  font-weight: 400;
  float: right;
}
.subheader {
  font-size: 18px;
  color: #a81220;
  margin-bottom: 20px;
}
.sub {
  padding-top: 20px !important;
}
.animation {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.animation p {
  font-size: 24px;
}
.timer {
  font-size: 50px;
  font-weight: 700;
  color: #a81220;
  margin: 30px 0 20px 0;
}
.icon:hover img {
  transform: scale(1.02);
}

/* product list */

.filter {
  padding-bottom: 17px;
}
.filter .form-control {
  width: auto;
  display: inline-block;
  padding: 6px;
}
.list-filter .form-control {
  width: 65px;
}
/*
.filter select {
  margin-right: 30px;
}
*/
.list-sort,
.list-layout,
.list-filter {
  display: inline-block;
}
.list-filter {
  margin-right: 20px;
}
.product-list {
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.product-list .item {
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding-bottom: 20px;
  position: relative;
  transition: all .1s ease-in-out;
  background: #fff;
}
.item-grid .item:hover {
  transform: scale(1.02);
  z-index: 999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.item-list .item:hover {
  background: #f5f5f5;
}
.product-list-top h2 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.product-list-top h2 a {
  color: #000;
}
.product-list-top h2 a:hover {
  color: #a81220;
  text-decoration: none;
}
.item-grid .item h2 {
  text-align: center;
}
.item-list .item {
  width: 100%;
  padding: 0 0 10px 0;
}
.item-list .item h2 {
  font-size: 16px;
  text-align: left;
  display: inline-block;
  width: auto;
  overflow: visible;
}
.item-list .item .product-list-img {
  display: none;
}
.item-list .item .price-block {
  padding-top: 10px;
}
.item-list .item .price-block div {
  display: inline-block;
  padding-top: 10px;
}
.item-list .item .stock {
  display: inline-block;
  margin-right: 10px;
}
.item-list .item .product-list-top {
  width: 55%;
}
.item-list .item .product-list-bottom {
  width: 45%;
}
.item-list .item .product-list-bottom {
  padding-top: 10px;
}
.item-grid .item .product-list-flag {
  text-align: right;
  position: absolute;
  bottom: -150px;
  right: -15px;
  z-index: 999;
  width: 60px;
}
.item-list .item .product-list-flag {
  text-align: left;
  position: static;
  width: auto;
  display: inline-block;
}
.product-list-flag .tip,
.product-list-flag .sale,
.product-list-flag .new {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  padding: 2px 10px;
}
.item-list .item .product-list-flag .tip,
.item-list .item .product-list-flag .sale,
.item-list .item .product-list-flag .new {
  border-radius: 3px;
  margin-bottom: 0;
  margin-left: 5px;
}
.product-list-flag .tip {
  background: #1e7dc0;
}
.product-list-flag .sale {
  background: #19b40d;
}
.product-list-flag .new {
  background: #e2632b;
}
.price-block {
  color: #a0a0a0;
  font-size: 14px;
}
.price-block .price {
  color: #a81220;
  font-size: 16px;
  font-weight: 700;
}
.stock {
  color: #a0a0a0;
  font-size: 12px;
}
.stock.mame {
  color: #19b40d;
  font-size: 12px;
}
.item-list .item h2 .stock  {
  font-weight: 400;
  margin-right: 0;
}

.more-cont {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
  margin-top: -70px;
  text-align: center;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}

.sub-cat .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: table;
  background: #5e5243;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: table;
  position: relative;
  margin: 7px 0;
  border-bottom: 3px solid #514637;
}
.sub-cat .item:hover {
  background: #a81220;
  text-decoration: none;
  border-bottom: 3px solid #940a17;
}
.sub-cat .item .sub-cat-img,
.sub-cat .item .sub-cat-cont {
  display: table-cell;
  vertical-align: middle;
}
.sub-cat .item .sub-cat-cont {
  padding: 13px 15px 10px 15px;
}
.sub-cat .item .tb {
  position: absolute;
  top: -140px;
  left: 50px;
  z-index: 99;
  border: 1px solid #252525;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  max-height: 150px;
}
.sub-cat .item:hover .tb {
  visibility: visible;
  opacity: 1;
}

/* pagination */

.pagination {
  margin: 40px 0;
}
.pagination>li>a {
  margin-left: 10px;
  color: #4f4f4f;
  border-radius: 4px;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
  background-color: #333;
  color: #fff;
}
.pagination li.active a {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

/* input spinner */

.spinner-wrap {
  display: inline-block;
  margin-bottom: -19px;
}
.spinner {
  width: 100px;
}
.spinner .form-control {
  height: 46px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 20px;
  max-width: 100%;
  padding: 11px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical span {
  position: absolute;
  top: 5px;
  left: 6px;
  font-size: 9px;
}

/* product detail */

.product-detail .product-param {
  margin: 25px -15px 45px -15px;
}
.param-name {
  background: #5e5343;
  color: #fff;
  padding: 5px 10px;
  width: 30%;
  text-align: center;
}
.param-value {
  background: #e7e7e8;
  padding: 5px 10px;
}
.product-detail .product-old-price {
  margin-bottom: 15px;
}
.product-detail .product-old-price s {
  color: #a0a0a0;
}
.product-detail .product-price {
  margin-bottom: 15px;
}
.product-detail .product-price .price {
  color: #a81220;
  font-size: 24px;
  font-weight: 700;
}
.product-detail .stock {
  margin-bottom: 15px;
}
.product-detail .stock.mame {
  font-weight: 700;
  font-size: 16px;
}
.product-slider {
  margin-top: 70px;
}
.product-slider .owl-item {
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding-bottom: 20px;
}

/* footer */

.applications {
  background: #f4f4f4;
}
.applications h3 {
  padding: 30px 0;
}
.applications h4 {
  color: #a81220;
  font-size: 16px;
  padding: 10px 0 40px 0;
}
.applications img {
  max-width: 100px;
}
.footer-top,
.footer-bottom {
  background: #a81220;
  color: #fff;
  font-size: 14px;
}
.footer-bottom {
  border-top: 1px solid #940a17;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-top {
  padding: 40px 15px;
}
.footer-top h4 {
  margin-bottom: 40px;
  border-left: 4px solid #e36571;
  padding-left: 5px;
  color: #fff;
}
.footer-top p {
  color: #fff;
}
footer a {
  color: #fff;
  /* text-decoration: underline; */
  opacity: 0.6;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.form-wrap .newsletter.form-inline {
  display: inline-block;
  background: #fff;
  padding: 3px;
  border-radius: 4px;
}
.form-wrap .newsletter.form-inline .form-control {
  border-color: transparent;
}
.app-wrap a {
  opacity: 1;
}

/* media-querries */

@media (min-width: 768px) {
  .cart:hover .cart-detail {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  .iosAppIcon {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .nav-wrap .nav>li>a {
    padding: 14px 30px;
  }
  .header-right {
    padding: 25px 25px;
  }
  .item-list .product-list-flag .tip,
  .item-list .product-list-flag .sale,
  .item-list .product-list-flag .new {
    padding: 5px;
  }
  .item-list .product-list-flag .tip span,
  .item-list .product-list-flag .sale span,
  .item-list .product-list-flag .new span {
    display: none;
  }
  .app-wrap a {
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .nav-wrap .nav>li>a {
    padding: 13px 20px;
  }
  .lang li {
    margin-left: 3px;
  }
  .header-right {
    padding: 15px 25px;
  }
  .header-left {
    padding-top: 25px;
  }
  .checkbox {
    margin-top: 5px;
  }
  .newsletter-wrap {
    padding-top: 30px;
  }
  .applications img {
    max-width: 80px;
  }
  .left .navbar-header {
    float: none;
  }
  .left .navbar-left,.left .navbar-right {
    float: none !important;
  }
  .left .navbar-toggle {
    display: block;
  }
  .left .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .left .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
  .left .navbar-collapse.collapse {
    display: none !important;
  }
  .left .navbar-nav {
    float: none !important;
		margin-top: 7.5px;
	}
	.left .navbar-nav>li {
    float: none;
  }
  .left .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .left .collapse.in{
  	display:block !important;
	}
  .left .mobile-navigation {
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
  }
  .left .mobile-navigation p {
    float: left;
    margin-top: 15px;
    margin-left: 0;
    font-weight: 600;
    color: #333;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .left .navbar {
    margin-bottom: 0;
    margin-top: 0;
  }
  .left .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0;
  }
  .left .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .left .navbar-default .navbar-toggle:hover,
  .left .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .left {
    border-bottom: 1px solid #ddd;
  }
  .search {
    margin-bottom: 10px;
  }

}

@media (max-width: 767px) {
  body,
  .form-control {
    font-size: 16px;
  }
  .mobile-navigation {
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
  }
  .mobile-navigation p {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 600;
  }
  .left .navbar {
    margin-top: 0;
  }
  .nav-wrap {
    border-bottom: none;
  }
  .nav-wrap .mobile-navigation p {
    color: #fff;
  }
  .nav>li {
    border-right: none;
  }
  .nav-pills>li {
    float: none;
  }
  .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  .navbar-header {
    border-bottom: 1px solid #fff;
    line-height: 26px;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .cart {
    border-bottom: 1px solid #fff;
  }
  .cart-switch {
    padding-bottom: 8px;
  }
  .cart-detail {
    display: none;
  }
  .search-switch {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 12px;
    cursor: pointer;
  }
  .filter .text-right {
    text-align: left;
  }
  .item-list .item .product-list-top,
  .item-list .item .product-list-bottom {
    width: 100%;
  }
  .header-right {
    padding: 0px 25px;
  }
  .search {
    display: none;
    padding-bottom: 15px;
  }
  .search .form-inline {
    display: block;
  }
  .search .form-inline .form-control {
    width: 80%;
    display: inline-block;
  }
  .header-right {
    text-align: center;
  }
  .lang {
    padding: 0 0 15px 0;
  }
  .lang li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .badge {
    display: block;
    position: absolute;
    top: 6px;
    left: 40px;
    background-color: orange;
  }
  .form-wrap .form-inline {
    display: block;
  }
  .form-wrap .form-inline .form-control {
    width: 68%;
    display: inline-block;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .text-right {
    text-align: center;
  }
  .links-wrap {
    padding-top: 30px;
  }
  .sell-wrap {
    padding: 0;
    margin-top: 30px;
  }
  .news-content {
    padding: 0;
  }
  #searchResult {
    display: none;
  }
  #no_result {
    display: none;
  }
  .slide-to {
    margin-left: 0;
    margin-top: 0;
  }
  .list-filter span {
    display: block;
  }
  .list-filter {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {

}
