
.bg-secondary {
  background: #f78d0c;
}
.text-secondary {
  color: #f78d0c;
}
.articles_detail #gallery li,
.editor #gallery li,
.articles_detail .editor-gallery li,
.editor .editor-gallery li {
  margin-bottom: 30px;
  font-size: 12px;
}
#order-levels {
  margin-bottom: 30px;
}
/*.product, .article {
	margin-top: @grid-gutter-width;
}*/
/*.product-detail {
	#gallery {
		li {
			margin-top: @grid-gutter-width;
		}
	}
}*/
/* responzivita */
/*
.container, #header #slider, #menu {
	min-width: 996px !important;
}
*/
.userbar .dropdown-toggle {
  display: inline-block;
  margin-top: 17px;
  /*color: #fff;*/
}
.userbar .login-dp.dropdown-menu {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  right: 0px;
  left: initial;
}
.userbar .login-dp.dropdown-menu .social-buttons {
  margin: 12px 0;
}
.userbar .login-dp.dropdown-menu .social-buttons a {
  width: 100%;
}
.userbar .login-dp.dropdown-menu .social-buttons .btn-fb {
  color: #fff;
  background-color: #3b5998;
}
.userbar .login-dp.dropdown-menu .social-buttons .btn-fb:hover {
  background-color: #496ebc;
}
.userbar .login-dp.dropdown-menu form .alert {
  margin-bottom: 10px;
  padding: 5px 15px;
}
.userbar .login-dp.dropdown-menu form .form-group {
  margin-bottom: 10px;
}
.userbar .login-dp.dropdown-menu form .form-group .help-block {
  font-size: 12px;
}
.userbar .login-dp.dropdown-menu .bottom {
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
ul.nav-tabs {
  margin-top: 15px;
}
ul.nav-tabs li a {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.nav-tabs li a:hover {
  background-color: #eee;
}
ul.nav-tabs li.active a {
  background-color: #fff !important;
  color: #01295a !important;
  border-color: #fff !important;
}
.tab-pane {
  padding-top: 1em;
}
.users .box {
  margin-top: 0px;
  padding-top: 15px;
}
#contact-form form .form-group.required .control-label label:after {
  content: "\f069";
  font-family: "FontAwesome";
  color: #d9534f;
  font-size: 8px;
  font-weight: 400;
  top: -4px;
  position: relative;
  margin-left: 3px;
}
#contact-form .fa-asterisk {
  font-size: 8px;
  top: -4px;
  position: relative;
}
.add-to-cart {
  padding-bottom: 15px;
}
.add-to-cart form.form-horizontal label {
  display: none;
}
.product.layout3 .add-to-cart {
  padding-bottom: 5px;
}
body {
  background-repeat: no-repeat;
  background-position: center top;
}
h1,
h2,
h3 {
  margin-top: 20px !important;
}
#logo {
  position: absolute;
  z-index: 1000;
  top: 60px;
}
#logo img {
  -webkit-box-shadow: 0 0 8px #555555;
  box-shadow: 0 0 8px #555555;
}
#menu {
  background: #fff;
}
#menu .navbar {
  /*overflow: hidden;*/
  background: #fff;
  padding: 10px 0;
}
#menu .navbar.navbar-static-top {
  border-width: 0;
}
#menu .navbar li a {
  text-transform: uppercase;
  font-size: 15px;
  height: 55px;
  font-family: 'Roboto Condensed', serif;
}
#menu .navbar li:not(.active) a {
  color: #fff;
}
#menu .navbar li:not(.active) a:hover {
  color: #fff;
  text-decoration: underline;
}
#menu .navbar li.active a {
  background: #fff;
  color: #01295a;
}
#menu .navbar li.fb {
  background: url('../images/fb.png') no-repeat center center;
}
#menu .navbar li.sound {
  background: url('../images/sound.png') no-repeat center center;
  margin-left: 5px;
}
#menu .navbar li.search {
  background: url('../images/search-navbar.png') no-repeat center center;
  margin-left: 5px;
}
#menu .navbar li.cart {
  background: url('../images/cart-navbar.png') no-repeat center center;
  margin-left: 5px;
}
#menu .navbar li:hover img,
#menu .navbar li.active img {
  margin-top: -40px;
}
#menu .navbar .userbar .form-group a {
  color: #01295a;
}
#menu .navbar .userbar .form-group a:hover {
  color: #01295a;
}
#menu .navbar .in,
#menu .navbar .collapsing {
  width: 100%;
}
#menu .navbar .in li a,
#menu .navbar .collapsing li a {
  height: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 12px;
}
#menu .navbar .navbar-brand {
  margin-left: 0px;
  padding: 0;
}
#partners {
  background-color: #fff;
}
#footer {
  background-color: #01295a;
  color: #fff;
}
@media (max-width: 767px) {
  #footer {
    margin-top: 10px;
  }
}
#footer .container {
  border-right: 1px solid #011e41;
  border-left: 1px solid #011e41;
}
#footer .container:first-child {
  padding-top: 15px;
}
#footer .container:last-child {
  padding-bottom: 15px;
}
#footer .container a {
  color: white;
  text-decoration: underline;
}
#footer .container a:hover {
  text-decoration: none;
  color: #0262d8;
}
#footer .container a.social {
  text-decoration: none;
}
#footer .container a.social i {
  position: relative;
  top: 0.15em;
  padding-right: 0.5em;
}
#footer .container .nav-pills > li {
  float: none;
  display: block;
}
#footer .container .nav-pills > li + li {
  margin-left: 0px;
}
#footer .container .nav-pills > li a {
  text-transform: uppercase;
  text-decoration: none;
}
#footer .container .nav-pills > li.active a {
  color: #0262d8;
  text-decoration: none;
}
#footer-links {
  background-color: #444;
  color: #fff;
  margin-top: 50px;
}
#footer-links a {
  display: block;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Roboto Condensed', serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer-links a {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer-links a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #footer-links a {
    font-size: 18px;
  }
}
#footer-links a:hover {
  color: #f78d0c;
  text-decoration: none;
}
#footer-links a i {
  display: block;
}
@media (min-width: 768px) {
  #footer-links .col-sm-4 {
    border-right: 1px solid #373737;
  }
}
@media (max-width: 767px) {
  #footer-links .col-sm-4 {
    border-bottom: 1px solid #373737;
  }
}
@media (min-width: 768px) {
  #footer-links .col-sm-4:first-child {
    border-left: 1px solid #373737;
  }
}
.articles.layout1 .article {
  color: #222222;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
.articles.layout1 .article .left {
  /*background: url('../images/arrow-white.png') no-repeat 101% center @gray;*/
}
.articles.layout1 .article .right > * {
  padding-right: 15px;
}
.articles.layout1 .article .right .date span {
  display: inline-block;
  padding: 1px 3px;
}
@media (max-width: 767px) {
  .articles.layout1 .article h2 {
    font-size: 14px;
  }
  .articles.layout1 .article .right > * {
    padding-left: 15px;
  }
}
.articles.videa h2 {
  height: 2.7em;
}
.articles.videa .description {
  height: 4.5em;
}
#slider {
  margin-bottom: 30px;
}
#slider .animation img {
  position: absolute;
  z-index: 1000;
}
#slider .animation img[data-animation*="fadeIn"].animated {
  opacity: 0;
}
#slider .animation img:first-child {
  animation-delay: 1s;
}
#slider .animation img:first-child img {
  animation-delay: 4s;
}
#slider .animation img:nth-child(2) {
  animation-delay: 2s;
}
#slider .animation img:nth-child(2) img {
  animation-delay: 4s;
}
#slider ol.carousel-indicators li.active {
  border: 1px solid #01295a;
}
#slider .left span.button,
#slider .right span.button {
  position: absolute;
  bottom: 30px;
}
#eshop-layout #slider .carousel-indicators {
  bottom: -35px;
}
#news-slider .article {
  min-height: 198px;
}
.box {
  background: #fff;
  color: #555555;
  margin-top: 15px;
}
.box .carousel .carousel-control {
  height: 12px;
  width: 8px;
  top: 50%;
  margin-top: -10px;
}
.box .carousel .carousel-control.left {
  background: url('../images/arrow-left.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box .carousel .carousel-control.right {
  background: url('../images/arrow-right.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.box-transparent {
  background: transparent !important;
}
.box-primary {
  background: #01295a !important;
  color: #fff;
}
.box-primary a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.box-padding-top {
  padding-top: 15px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  #newsletter {
    margin: 0;
  }
}
.content_button {
  display: inline-block;
  color: #fff;
  padding: 4px 6px 1px 6px;
  background: #01295a;
  opacity: 0.8;
  border-radius: 3px;
}
.content_button .fa {
  font-size: 1.2em;
}
.content_button.active {
  background: #E38F00;
}
.content_button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1.0;
}
.editor {
  font-size: 12px;
}
.col2 .editor {
  background: #fff;
  color: #222222;
  padding: 1px 20px 5px;
}
.editor h1 {
  margin-top: 0;
}
.editor h3 {
  font-size: 14px;
}
@media (max-width: 767px) {
  #layout2 #left .editor h2 {
    margin-top: 0;
  }
}
#layout2 .editor h2 {
  color: #01295a;
  font-size: 18px;
}
.category,
.category-products {
  margin-top: 20px;
  font-size: 12px;
  /*
	.order {
		a {
			background-image: url('../images/arrow-down.png');
			display: inline-block;
			width: 20px;
			height: 13px;

			&.active {
				background-position: 20px top;
			}

			&.asc {
				.rotate(180deg);
			}

			&.desc {
				margin-right: 15px;
			}
		}
	}
	*/
}
.category h1,
.category-products h1 {
  border-bottom: 1px solid #555555;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .category h1,
  .category-products h1 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category h1,
  .category-products h1 {
    font-size: 18px;
  }
}
.category .description,
.category-products .description {
  border-bottom: 1px solid #555555;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.category .description + button.btn,
.category-products .description + button.btn {
  margin: -15px auto 15px auto;
  display: block;
  padding: 0px 10px 0px 10px;
  background: #555555;
  color: #DDDDDD;
}
.category .arrow,
.category-products .arrow {
  margin: -3px 10px 0;
}
@media (max-width: 767px) {
  .category .arrow,
  .category-products .arrow {
    height: 15px;
  }
}
.category #snippet--products,
.category-products #snippet--products {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .category,
  .category-products {
    margin-top: 0;
  }
  .category h2,
  .category-products h2 {
    margin-top: 0;
  }
}
.product .tags,
.product-detail .tags {
  color: white;
}
.product .tags > .availability,
.product-detail .tags > .availability {
  background: #0a0;
}
.product .tags > .action,
.product-detail .tags > .action {
  background: #a00;
}
.product .tags > .vyprodej,
.product-detail .tags > .vyprodej {
  background: #a00;
}
.product .tags > .top,
.product-detail .tags > .top {
  background: #01295a;
}
.product .tags > .montaz img,
.product-detail .tags > .montaz img {
  max-width: 4em;
}
.product .tags > .pujcovna,
.product-detail .tags > .pujcovna {
  background: #AD45A6;
}
.product {
  margin-bottom: 30px;
}
.product h3:not(.sub) {
  background: #fff;
  padding-top: 15px;
  height: 80px;
  position: relative;
  z-index: 10;
}
.product h3:not(.sub) a {
  color: #555555;
}
.product .description {
  position: absolute;
  display: none;
  background: #fff;
  z-index: 20;
  border-bottom: 0;
  margin-right: 15px;
  padding-top: 10px;
  -webkit-box-shadow: inset 0 20px 10px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}
.product .description p {
  margin-top: 1em;
}
.product.layout1 .tags {
  position: absolute;
  z-index: 10;
  bottom: 40px;
}
.product.layout3 .tags {
  display: block;
  margin-bottom: 0.5em;
}
.product.layout3 table.table {
  margin-bottom: 0px;
}
.product.layout3 .bike-categories ul {
  margin: 0px;
  padding: 0px;
}
.product.layout3 .bike-categories ul li {
  list-style: none;
}
.product.layout3 .bike-categories-toggle {
  margin: 0;
}
.product h3.sub a {
  padding: 30px 0;
  display: block;
  background: #01295a;
  color: #fff;
}
.product h3.sub a:hover {
  background: #024ba6;
  color: #fff;
}
@media (max-width: 767px) {
  .product h3.sub a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product h3.sub a {
    font-size: 18px;
  }
}
.product .img {
  background: #fff;
  overflow: hidden;
  min-height: 225px;
}
.product .img a img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0);
}
.product .price {
  background: #fff;
  padding: 5px 0;
}
#articles_categories .category {
  margin-top: 0px;
  margin-bottom: 10px;
}
#articles_categories .category h2 {
  margin: 0px 0px;
}
#articles_categories .category h2 a {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10px 0px;
}
#articles_categories .category.active h2 a {
  background-color: #01295a;
  color: #fff;
}
#articles_categories li {
  margin: 0;
}
#articles_categories li a {
  padding: 2px 15px;
}
#articles_categories li:not(.active) a {
  color: #000;
}
#articles_categories li.active > a {
  background: #01295a;
  color: #fff;
}
#articles_categories li .level2 {
  padding-left: 15px;
}
#search,
#wunderlichSearch {
  margin: 7px 0 15px 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  padding: 0;
}
#search button,
#wunderlichSearch button {
  color: #01295a;
  background: transparent;
  border: none;
  padding: 0px 15px 0 10px;
  font-size: 18px;
}
#search-mobile,
#categories-mobile {
  background: #141414;
  margin-top: -28px;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #search-box {
    display: block !important;
    visibility: visible !important;
  }
}
#cart-mini a {
  color: #fff;
  text-transform: uppercase;
}
#cart-mini.wunderlich {
  color: #fff;
}
#eshop-nav a {
  font-size: 18px;
  padding: 10px;
  color: #fff;
  background-color: #01295a;
  display: block;
}
#categories {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #categories {
    display: block !important;
    visibility: visible !important;
  }
}
#categories h2 {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 5px;
}
#categories ul {
  margin-bottom: 1em;
}
#categories li {
  margin: 0;
  padding-right: 0px;
}
#categories li a {
  padding: 2px 15px;
}
#categories li a:hover {
  background: #5da5fd;
}
#categories li.active > a {
  background-color: #01295a;
  color: #fff;
}
#categories li .level2 {
  background: #fff;
  padding: 10px 0;
}
#categories li .level2 a {
  font-size: 12px;
}
#categories li .level2 li:not(.active) a {
  color: #000;
}
#categories li .level2 li.active > ul > li > a {
  border-left: 1px dotted #01295a;
}
#categories li .level2 li .level3 li.no-border a {
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 li.active ~ li a {
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 li.active > a {
  background-color: #02408c;
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 li.active > a:before {
  /*border-bottom: 1px dotted @brand-primary;*/
  border-left: 1px dotted #01295a;
  content: "";
  display: inline-block;
  height: 11px;
  left: -1px;
  position: absolute;
  top: 1px;
  width: 10px;
}
#categories li .level2 li .level3 .level4 li.no-border a {
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 .level4 li.active ~ li a {
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 .level4 li.active > a {
  background-color: #0257bf;
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 .level4 li.active > a:before {
  /*border-bottom: 1px dotted @brand-primary;*/
  border-left: 1px dotted #01295a;
  content: "";
  display: inline-block;
  height: 11px;
  left: -1px;
  position: absolute;
  top: 1px;
  width: 10px;
}
#categories li .level2 li .level3 .level4 .level5 li.no-border a {
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 .level4 .level5 li.active ~ li a {
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 .level4 .level5 li.active > a {
  background-color: #036ef1;
  border-left: 1px solid transparent;
}
#categories li .level2 li .level3 .level4 .level5 li.active > a:before {
  /*border-bottom: 1px dotted @brand-primary;*/
  border-left: 1px dotted #01295a;
  content: "";
  display: inline-block;
  height: 11px;
  left: -1px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.product .table td {
  vertical-align: middle;
}
.product.list {
  color: #222222;
  margin-bottom: 20px;
}
.product.list > div {
  background: #fff;
  overflow: hidden;
}
.product.list > div .left {
  /*background: url('../images/arrow-white.png') no-repeat 101% center @gray;*/
  overflow: hidden;
}
.product.list > div .right .date span {
  display: inline-block;
  padding: 2px 3px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product.list > div h2 {
    font-size: 14px;
  }
  .product.list > div .right > * {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product.list > div .right > * {
    padding-left: 15px;
  }
}
.breadcrumb {
  color: #555;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 991px) {
  .breadcrumb li {
    font-size: 11px;
  }
}
.breadcrumb:hover {
  opacity: 1.0;
}
.product-detail {
  font-size: 12px;
  margin-top: 20px;
}
.product-detail .breadcrumb {
  margin-bottom: 20px !important;
}
.product-detail .img a img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product-detail #gallery {
  margin-top: 20px;
}
.product-detail #gallery.eshop li {
  margin-bottom: 0;
}
.product-detail #gallery.eshop li a {
  height: 175px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.product-detail #gallery.eshop li a img {
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-detail #gallery ul {
  padding: 0;
}
.product-detail #gallery ul li {
  margin-bottom: 20px;
  list-style: none;
}
.product-detail .product-media img {
  max-width: 100%;
}
.product-detail .product-media ul {
  padding: 0;
}
.product-detail .product-media ul li {
  list-style: none;
}
.product-detail .product-media ul li.product-main-image {
  margin-bottom: 20px;
}
.product-detail .bg-info {
  margin-bottom: 20px;
}
.product-detail .cofidis {
  margin-bottom: 15px;
}
.product-detail .cofidis a {
  cursor: pointer;
}
@media (max-width: 991px) {
  .product-detail h1,
  .product-detail h2,
  .product-detail .price span {
    font-size: 14px;
  }
  .product-detail #gallery.eshop li a {
    height: 125px;
  }
}
.product-detail .price-danger {
  background-color: #d9534f;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 5px;
}
.product-detail .delivery_date,
.product-detail .price {
  margin: 0px;
  line-height: 1.1;
}
.product-detail #frm-propertiesForm td > label {
  font-weight: normal !important;
}
.product-detail #frm-propertiesForm .radio-inline {
  padding-left: 0;
  cursor: default;
}
.product-detail #frm-propertiesForm .radio-inline label {
  padding: 2px 10px;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  border: 3px solid #ccc;
}
.product-detail #frm-propertiesForm .radio-inline label.active {
  background: transparent;
  color: #000000;
  border-color: #01295a;
}
.product-detail #frm-propertiesForm .radio-inline label input[disabled] + span {
  color: #999999;
  cursor: not-allowed;
}
.product-detail #frm-propertiesForm .radio-inline label.category15 {
  width: 30px;
  height: 30px;
  padding: 0;
}
.product-detail #frm-propertiesForm .radio-inline + .radio-inline {
  margin-left: 0px;
}
#order-levels {
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  #order-levels {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
#order-levels li {
  margin: 0 10px;
  border-right: 1px solid #ddd;
}
#order-levels li a {
  background: #fff;
  padding: 10px 10px 10px !important;
}
#order-levels li.active a {
  background: #01295a;
  color: #fff;
}
#order-levels.wunderlich li.active a {
  background: #f78d0c;
}
#cart table td,
#cart-wunderlich table td {
  background: #fff;
}
#cart table td img,
#cart-wunderlich table td img {
  max-width: 100px;
}
#cart table td .add-to-cart .col-sm-3,
#cart-wunderlich table td .add-to-cart .col-sm-3 {
  display: none;
}
#cart table td .add-to-cart .col-sm-9 input,
#cart-wunderlich table td .add-to-cart .col-sm-9 input {
  width: 50px;
}
#cart .amountChange,
#cart-wunderlich .amountChange {
  cursor: pointer;
  position: relative;
  top: 6px;
}
#cart .remove,
#cart-wunderlich .remove {
  color: #d00;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
  padding: 10px;
}
.eu-cookies button {
  background: green;
  color: white;
}
