@charset "UTF-8";
.product-row, .synchronization-item {
  border-radius: 8px;
  border: 1px solid rgba(112, 112, 112, 0.25);
  margin-bottom: 10px;
  padding: 2px 10px;
  font-size: 90%;
  position: relative;
  min-height: 80px;
  opacity: 0.9;
}

.synchronization-item {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.8em;
}

.product-row.favourite:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: -10px;
  left: 10px;
  color: #EF534F;
}

.product-field {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 88%;
}

.product-field.image {
  /*padding-top: 3px;*/
}

.product-field span.product-value {
  margin-top: 15px;
}

.product-field span.product-value.availability, .product-field span.product-value.dealer-info {
  margin-top: 0px;
}

span.product-value.dealer-info .yellow, .yellow {
  color: yellow;
}

.has-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(112, 112, 112, 0.25);
  min-height: 55px;
}

.synchronization-item .has-line:after {
  min-height: 30px;
  top: 0px;
  padding-top: 30px;
}

.product-field .info-label {
  position: absolute;
  top: 0;
  right: 7px;
  text-align: right;
  font-weight: 300;
  font-size: 12px;
}

.product-field .product-value {
  display: block;
}

.product-field.price .product-value {
  font-size: 28px;
}

.product-field.price .product-value span {
  font-size: 13px;
  font-weight: 300;
}

.product-field .cart-info {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
}

.product-field .cart-info .cart-info-contents {
  position: relative;
  top: 7px;
}

.product-field .cart-info .cart-value {
  position: absolute;
  right: -5px;
  bottom: 0;
  display: block;
  border-radius: 50%;
  padding: 1px 5px;
  background: #e9322d;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.product-row .cart-info i:after, nav .basket-info i:after, #mobile-switches a.basket-info i:after, nav i.invoices:after {
  border-radius: 7px;
  background: red;
  /*border: 1px solid #fff;*/
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  height: 14px;
  font-size: 10px;
  position: absolute;
  right: -7px;
  bottom: -7px;
  content: attr(data-badge);
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Open Sans", Verdana, Arial;
  padding-top: 1px;
  font-weight: bold;
}

nav i.invoices.primary:after {
  background: #1A89D8;
}

nav i.invoices.danger:after {
  background: red;
}

nav i.invoices.warning:after {
  background: #FEAC00;
  color: #222;
}

nav i.invoices.default:after {
  background: #222;
  color: #fff;
}

#mobile-switches a.basket-info i:after {
  right: 0px;
  bottom: 0px;
}

#mobile-switches a {
  position: relative;
}

/*
nebude fungovat, protoze uz font awesome kosik je before, musel bych to do neceho zavrit a dat ten
trojuhelnik kontejneru, kterej teprve bude obsahovat to i
.product-row .cart-info i:before, .product-card .cart-info i:before{
  font-size: 10px;
  position: fixed;
  left: -7px;
  bottom: -7px;
  content: "\f071";
  color: #F4B556;
  font-family: "FontAwesome";
}
*/
nav .invoices-info {
  position: relative;
}

nav .basket-info i:after, nav .invoices-info i:after {
  right: 3px;
  top: 0;
}

.eshop .product-card .cart-info i:after {
  border-radius: 7px;
  background: red;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  height: 14px;
  font-size: 10px;
  position: absolute;
  bottom: -7px;
  content: attr(data-badge);
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Open Sans", Verdana, Arial;
  padding-top: 1px;
  font-weight: bold;
}

.product-row .cart-info i[data-badge=""]:after, nav .basket-info i[data-badge=""]:after, nav .invoices-info i[data-badge=""]:after, .eshop .product-card .cart-info i[data-badge=""]:after, #mobile-switches .cart-info i[data-badge=""]:after {
  content: none;
}

.product-row .cart-info i[data-badge="0"]:after, nav .basket-info i[data-badge="0"]:after, nav .invoices-info i[data-badge="0"]:after, .eshop .product-card .cart-info i[data-badge="0"]:after, #mobile-switches .cart-info i[data-badge="0"]:after {
  content: none;
}

.product-field.in-stock .product-value {
  text-align: center;
}

.product-field.image {
  text-align: center;
}

.product-row.event:after {
  position: absolute;
  right: -40px;
  top: 30px;
  width: 65px;
  height: 15px;
  border-radius: 10px;
  text-align: center;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

.product-row.event:hover:after {
  visibility: visible;
  opacity: 1;
}

.product-row.in_action:after {
  content: "akce";
  background: #07C0A5;
}

.product-row.sale:after {
  content: "výprodej";
  background: #FEAC00;
}

.product-row.new_item:after {
  content: "novinka";
  background: #EF534F;
}

.product-row {
  border-bottom: 5px solid rgba(112, 112, 112, 0.25);
}

.product-row.in_action {
  border-bottom: 5px solid #07C0A5;
}

.product-row.sale {
  border-bottom: 5px solid #FEAC00;
}

.product-row.new_item {
  border-bottom: 5px solid #EF534F;
}

#product-detail {
  position: fixed;
  border-radius: 8px;
  background: #fff;
  right: 0;
}

#product-detail {
  padding: 60px 15px 15px;
}

#product-detail h2 {
  font-size: 25px;
}

#product-detail p {
  font-size: 12px;
  font-weight: 300;
}

#fix-order {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.product-row.selected, .product-card.selected, .basket-item.orders.primary {
  border-color: #1A89D8;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.52);
  opacity: 1;
}

.basket-item.orders.primary {
  border-bottom-width: 5px;
}
.basket-item.orders.primary:after {
  content: "lokální";
  background: #1A89D8;
  position: absolute;
  right: -40px;
  top: 30px;
  width: 65px;
  height: 15px;
  border-radius: 10px;
  text-align: center;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

.basket-item.orders.primary:hover:after {
  visibility: visible;
  opacity: 1;
}

.carets {
  position: relative;
  left: -9px;
  cursor: pointer;
}

.caret-up {
  position: absolute;
  top: -6px;
  line-heigth: 10px;
  font-size: 20px !important;
}

.caret-down {
  position: absolute;
  bottom: -6px;
  line-heigth: 10px;
  font-size: 20px !important;
}

.product-invisible {
  display: none;
}

.product-visible {
  display: block;
}

.product-row img {
  width: 100%;
}

.product-row .price .info-label {
  text-align: left;
  left: 7px;
}
.product-row .price .product-value {
  font-size: 1.6em;
}

.products-pagination {
  text-align: right;
  margin-right: 0px;
}

.products-count-info {
  font-size: 0.7em;
  color: #777;
  text-align: right;
}

.product-displayed {
  border-radius: 5px;
  position: relative;
}
.product-displayed img {
  margin: 0 auto;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-height: 250px;
  max-width: 100%;
}
.product-displayed .card-title {
  font-size: 1.2em;
  font-weight: 100;
}
.product-displayed .card-body {
  font-size: 0.9em;
}
.product-displayed .price-info {
  font-size: 1.7em;
  font-weight: 100;
}
.product-displayed .price-info .currency {
  font-size: 0.5em;
}
.product-displayed .price-info .basket-info i.fa-shopping-cart {
  position: relative;
  padding-right: 10px;
}
.product-displayed .price-info .basket-info button {
  margin-left: 15px;
}
.product-displayed .price-info .basket-info i.fa-shopping-cart:after {
  border-radius: 7px;
  background: red;
  /*border: 1px solid #fff;*/
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  height: 14px;
  font-size: 10px;
  position: absolute;
  right: -7px;
  bottom: -7px;
  content: attr(data-badge);
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Open Sans", Verdana, Arial;
  padding-top: 1px;
  font-weight: bold;
}
.product-displayed .price-info .basket-info i.fa-shopping-cart[data-badge=""]:after {
  content: none;
}
.product-displayed .price-info .basket-info i.fa-shopping-cart[data-badge="0"]:after {
  content: none;
}
.product-displayed .price-info .add-to-basket {
  border-radius: 50%;
}
.product-displayed .price-info .remove-from-basket {
  border-radius: 50%;
}
.product-displayed .codes {
  font-size: 0.85em;
  font-weight: 100;
  margin-bottom: 15px;
}
.product-displayed .product-description {
  max-height: 100px;
  overflow-y: scroll;
}
.product-displayed .card-body {
  padding-left: 10px;
  padding-right: 10px;
}
.product-displayed .image-holder {
  width: 100%;
  overflow-x: hidden;
  max-height: 250px;
}

.eshop #sidebar-right .product-displayed img {
  width: 100%;
}

#sidebar-right .close {
  font-weight: 100;
  color: #414141;
  font-size: 2.1em;
  text-shadow: none;
}

.product-options-holder {
  height: 22px;
  margin: 0px 0 0;
  position: absolute;
  width: 100%;
  right: 0px;
}

.product-card .product-options-holder {
  margin-top: -3px;
}

.product-options-holder div {
  height: 22px;
  width: 22px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.product-options-holder div div {
  margin-left: 2px;
  font-size: 0.9em;
  text-align: center;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.39);
}
.product-options-holder div .favourite {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-options-holder div .favourite a {
  color: #fff;
  text-shadow: 0px 2px 10px #969696;
  font-size: 1.2em;
}
.product-options-holder div .favourite.active a {
  color: #EF534F;
}
.product-options-holder div .new-item {
  background: #EF1200;
  color: #fff;
}
.product-options-holder div .sale-item {
  background: #FEAC00;
  color: #fff;
}
.product-options-holder div .order-item {
  background: #9D9C9C;
  color: #fff;
}
.product-options-holder div .not-available-item {
  background: #403F3F;
  color: #fff;
}
.product-options-holder div .action-item {
  background: #07C0A5;
  color: #fff;
}
.product-options-holder div .in-stock-item {
  background: #F5F5F5;
  font-size: 0.9em;
  color: #707070;
  width: auto;
  min-width: 25px;
  padding-left: 2px;
  padding-right: 2px;
}

#page-products > h2 small {
  font-size: 1.1rem;
  color: #666;
}

.eshop #page-products .data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card {
  position: relative;
  width: 205px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 0.9em;
}
.product-card .product-field {
  display: block;
  position: static;
}
.product-card .info-label {
  float: none;
  position: static;
  text-align: left;
  display: inline;
  font-size: 0.8em;
}
.product-card .product-value {
  display: inline;
  margin-top: 0;
}
.product-card .product-field.image {
  height: 150px;
  overflow: hidden;
}
.product-card .card-body {
  position: relative;
}
.product-card .price .product-value {
  font-weight: 100;
}
.product-card img {
  max-width: 100%;
  max-height: 150px;
  cursor: pointer;
}
.product-card .card-body {
  cursor: pointer;
}
.product-card .cart-info {
  float: none;
  position: static;
}
.product-card .card-footer button {
  border-radius: 50%;
  margin-left: 10px;
}
.product-card .product-options-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-card .product-options-holder {
  top: 3px;
}

#page-home .data h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #414141;
  font-weight: 100;
}

.eshop #page-home .row-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.eshop #page-home .product-card {
  width: 220px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.products-order {
  position: absolute;
  top: -20px;
  left: -25px;
  display: block;
  width: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  text-align: center;
}
.products-order button {
  background: none;
  color: #fff;
  border: none;
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 15px;
}
#page-products {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
#page-products .to-top-button {
  position: fixed;
  bottom: 15px;
  left: 270px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 2rem;
  line-height: 1em;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.sort-dropdown {
  display: inline;
}
.sort-dropdown button {
  font-weight: bold;
  background: none;
  border: none;
  color: #444;
}

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