@charset "UTF-8";
#vendors-map {
  width: 100%;
  height: 300px;
}

#vendors-map-nothing {
  padding: 10px;
}

.clear {
  clear: both;
}

#content {
  width: 100%;
}

.jqUiError p {
  margin: 3px;
  padding: 3px;
}

.jqUiError p .ui-icon {
  margin-top: 0px;
}

.vendor-item {
  padding: 10px;
}

.vendor-item-left {
  float: left;
}

.vendor-item-right {
  float: right;
  margin: 0 10px 0 10px;
}

.vendor-item-odd {
  background-color: #f8f7f7;
}

#backet-window-controls {
  margin-top: 30px;
}

#basket-window {
  padding-top: 30px;
}

#basket-window-close {
  float: left;
}

#backet-window-basketlink {
  float: right;
  font-weight: bold;
}

fieldset.filter {
  border: 1px solid #ccc;
  margin: 10px;
}

#fulltext-list-form-box {
  border: 0px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}

#fulltext-list-form-box .fulltext-query {
  width: 300px;
}

#fulltext-list-form-box .note {
  color: #aaa;
  padding: 0px;
  margin: 10px 0 0 0;
}

#fulltext-list-form-box .note a {
  color: #aaa;
}

#product-gallery {
  position: relative;
}

#product-gallery-pager {
  list-style: none;
  margin: 0;
  padding: 0;
}

#product-gallery-pager li {
  margin: 0;
  padding: 0;
  float: left;
  cursor: crosshair;
}

.contact-form th {
  width: 80px;
  text-align: left;
}

#order-menu {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  float: right;
}

#order-menu li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

#order-menu li span,
#order-menu li a {
  display: block;
  padding: 5px;
  text-transform: uppercase;
}

#order-menu li.active {
  font-weight: bold;
}

#order-menu #order-menu-userinfo a,
#order-menu #order-menu-userinfo span {
  text-transform: lowercase !important;
}

#order-menu #order-menu-userinfo a {
  display: inline;
  padding: 0;
}

#order-layout .basket-order-content {
  float: left;
  width: 70%;
}

#order-layout #basket-summary {
  float: left;
  width: 30%;
}

#basket-summary .basket-summary-item img {
  float: left;
  width: 80px;
}

#basket-summary .basket-summary-item ul {
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  list-style: none;
}

#order-layout #basket-registration-box,
#order-layout #basket-login-box {
  width: 35%;
  float: left;
}

#order-layout .right {
  float: right;
  display: block;
}

#order-layout #back-to-shop {
  float: right;
  display: block;
  text-transform: uppercase;
}

#order-layout #header h1 {
  float: left;
}

#basket-vouchers {
  width: 60%;
  float: right;
}

#basket-vouchers table {
  width: 100%;
  margin: 0 0 10px 0;
}

#basket-vouchers h3 {
  margin: 0;
}

#basket-vouchers .price {
  width: 70px;
  text-align: right;
  padding-right: 10px;
}

#basket-vouchers .code {
  width: 80px;
  text-align: center;
}

#basket-vouchers .actions {
  width: 30px;
  text-align: center;
}

#basket-simple-order #basket-vouchers {
  width: 100%;
  float: none;
}

#voucher-form-box {
  text-align: center;
  margin: 10px 0;
}

#basket-products {
  width: 100%;
  margin: 20px 0 10px 0;
}

#basket-products .image {
  text-align: left;
}

#basket-products .image img {
  width: 60px;
}

#basket-products .name {
  text-align: left;
}

#basket-products .price_one {
  width: 100px;
  text-align: right;
}

#basket-products .price {
  width: 70px;
  text-align: right;
}

#basket-products .count {
  width: 80px;
  text-align: center;
}

#basket-products .actions {
  width: 30px;
  text-align: center;
}

#basket-shipping-payment-recap {
  float: right;
  width: 60%;
}

#basket-shipping-payment-recap h3 {
  margin: 0;
}

#basket-shipping-payment-recap table {
  width: 100%;
  margin: 0 0 10px 0;
}

#basket-shipping-payment-recap th {
  text-align: left;
}

#basket-shipping-payment-recap .name {
  text-align: left;
}

#basket-shipping-payment-recap .price {
  width: 70px;
  text-align: right;
  padding-right: 10px;
}

#price-all-box {
  text-align: right;
  float: right;
  padding-right: 10px;
  font-size: 1.5em;
  margin: 20px 0;
}

#price-all-box span {
  margin-left: 20px;
}

#address-box .left {
  float: left;
}

#address-box .right {
  float: left;
  margin: 0 10px 0 0;
}

#address-box table th {
  width: 80px;
  text-align: left;
  font-weight: normal;
}

#address-box .address-table {
  float: left;
}

#address-box #address-table-2 {
  margin-left: 50px;
}

#address-box #address-table-3 {
  clear: both;
  margin-top: 10px;
}

#address-box #basket-addresses-switch {
  padding-top: 10px;
  clear: both;
}

#address-box #shipping-address-table-2 {
  margin-left: 50px;
}

.basket-count {
  width: 40px;
  padding: 2px;
}

#shipping-payment-box td {
  vertical-align: middle;
}

#shipping-payment-box td input[type=radio] {
  margin: 0px;
}

#shipping-payment-box .radio {
  width: 20px;
}

#shipping-payment-box .name {
  width: 170px;
}

#shipping-payment-box .price {
  width: 60px;
  text-align: right;
}

#shipping-payment-box #basket-shippings-box {
  float: left;
}

#shipping-payment-box #basket-payments-box {
  float: right;
  margin: 0 20px 0 0;
}

#shipping-payment-box tr.selected {
  font-weight: bold;
}

#shipping-payment-box tr.disabled {
  color: #ccc;
}

#basket-confirm #address-box .left {
  width: 50%;
}

#basket-gdpr-box, #basket-is-subscriber-box, #heureka-overeno-box {
    clear: both; 
    float: left; 
    margin: 20px 0 0 0;
    width: 100%;
}
#heureka-overeno-box, 
#basket-is-subscriber-box {
  float: left;
  margin: 25px 0 0 0;
}

.cart-mallpay {
    padding-top: 25px;
}
.cart-mallpay p {
    margin-bottom: 15px;
}
.cart-mallpay ul {
    margin-left: 25px;
}
.cart-mallpay li {
    margin-bottom: 15px;
}

.highlight_message {
  background-color: #f2fde5;
  border: 1px solid #e1f2cc;
  display: inline-block;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

.loader {
  position: absolute;
  background-color: #fff;
  opacity: 0.5;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader img {
  position: relative;
  top: 30%;
}

#product-price-all-label {
  text-align: right;
  padding-right: 1em;
}

#product-price-all {
  text-align: right;
}

.ui-spinner {
  border: 1px solid #bdbdbd;
}

.jqUiError {
  display: inline-block;
}

.ui-spinner .ui-icon {
  margin-left: -2px;
}

.attribute-filter-number-inputs {
  display: none;
}

.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon {
  margin-top: 4px;
}

#news-form .grecaptcha-badge {
  display: none;
}

#select-balikovna-s2 {
  width: 400px;
}

#select-napostu-s2 {
  width: 400px;
}

.doprava-platba-item-subcontent {
  display: none;
}

.selected .doprava-platba-item-subcontent {
  display: block;
}

#basket-shippings-box .ppl-parcelshop-info .ppl-parcelshop-selector-branch-id,
#basket-shippings-box .zasilkovna-info .zasilkovna-selector-branch-id {
  display: none;
  margin-left: 10px;
}

#basket-shippings-box .ppl-parcelshop-info,
#basket-shippings-box .zasilkovna-info {
  display: none;
}

#basket-shippings-box .selected .ppl-parcelshop-info,
#basket-shippings-box .selected .zasilkovna-info {
  display: inherit;
  padding-top: 5px;
  font-style: italic;
}

#basket-shippings-box .selected .ppl-parcelshop-info .ppl-parcelshop-show-branch-name,
#basket-shippings-box .selected .ppl-parcelshop-info .ppl-parcelshop-selector-branch-name,
#basket-shippings-box .selected .zasilkovna-info .zasilkovna-selector-branch-name {
  margin-right: 15px;
}

.basket-address-has-branch {
  display: none;
}

#category-sub-list {
  padding: 0px;
}
#category-sub-list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#category-sub-list span {
  font-weight: bold;
}

.avail-unavailable,
.avail-available,
.avail-available_supplier {
  font-weight: bold;
  margin: 8px 16px;
}

.avail-available {
  color: #0d9314;
}

.avail-available_supplier {
  color: #858585;
}

.avail-unavailable {
  color: #f00;
}

#producers-filter {
  padding: 0px;
}

#producers-filter span {
  font-weight: bold;
}

#producers-filter ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#producers-filter li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

#sort-tabs-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
#sort-tabs-filter li {
  margin: 5px 15px;
}

.left-menu-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .left-menu-buttons {
    justify-content: center;
  }
}

.filters {
  display: block;
  width: 100%;
}

.filter-tab-wrap {
  display: flex;
  flex-direction: column;
}
.filter-tab-top {
  display: flex;
  padding: 15px;
  border: 1px solid #f3f4f6;
}
.filter-tab-top-left {
  width: 30%;
}
.filter-tab-top-right {
  width: 70%;
}
.filter-tab-bottom {
  padding: 15px;
  margin-top: -1px;
}
.filter-tab-inner {
  display: flex;
}
.filter-tab-left {
  width: 250px;
  border-right: 1px solid #f3f4f6;
  border-left: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}
.filter-tab-left .nav-tabs {
  display: flex;
  flex-direction: column;
  border: none;
}
.filter-tab-left .nav-tabs .nav-item {
  margin: 0;
}
.filter-tab-left .nav-tabs .nav-item:last-child .nav-link {
  border-bottom: none;
}
.filter-tab-left .nav-tabs .nav-link {
  position: relative;
  padding: 10px 20px;
  height: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f4f6;
}
.filter-tab-left .nav-tabs .nav-link:after {
  display: none;
}
.filter-tab-left .nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  width: 0px;
  left: 0;
  height: 100%;
  background: #3a3a3a;
}
.filter-tab-left .nav-tabs .nav-link:hover {
  border-bottom: 1px solid #f3f4f6;
}
.filter-tab-left .nav-tabs .nav-link.active {
  font-weight: bold;
  border-bottom: 1px solid #f3f4f6;
}
.filter-tab-left .nav-tabs .nav-link.active:before {
  width: 3px;
}
.filter-tab-right {
  width: calc(100% - 250px);
  padding: 20px;
  border-right: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
}
.filter-tab-right .attribute-filter-item {
  margin-bottom: 2rem;
}
.filter-tab-right .attribute-filter-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.filter-tab-right .attribute-filter-item ul li {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  margin-bottom: 10px;
}
.filter-tab-right .attribute-filter-item ul li.disabled .check-styled {
  opacity: 0.5;
}
.filter-tab-right .attribute-filter-item ul li.disabled label {
  cursor: no-drop;
}

.filtr-checks .filter-block {
  display: flex;
  flex-wrap: wrap;
}
.filtr-checks .filter-block .check-styled {
  width: auto;
  margin: 5px;
}

@media (max-width: 991px) {
  .filter-tab-top {
    flex-wrap: wrap;
    padding: 20px;
  }
  .filter-tab-top-right {
    width: 100%;
  }
  .filter-tab-top-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .filter-tab-left {
    width: 150px;
  }
  .filter-tab-left .nav-tabs {
    margin-top: 0;
  }
  .filter-tab-right {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .filter-tab-left {
    width: 120px;
  }
  .filter-tab-left .nav-tabs {
    margin-top: 0;
  }
  .filter-tab-left .nav-tabs .nav-link {
    padding: 15px 15px;
    height: auto;
  }
  .filter-tab-right {
    width: calc(100% - 120px);
  }
}
.pricefilter-wrap {
  float: left;
  width: 100%;
}

.ui-slider {
  box-shadow: none;
}

.price-range {
  margin-top: 10px;
  float: left;
  width: 100%;
  position: relative;
}

.price-range .ui-slider-horizontal {
  height: 10px;
  border: none;
  float: left;
  width: calc(100% - 260px);
  border-radius: 4px;
}

.ui-slider .ui-slider-range {
  box-shadow: none;
  background-color: #3a3a3a;
}

.ui-slider .ui-slider-handle {
  width: 35px;
  height: 35px;
  background: #3a3a3a;
  border-radius: 50%;
}
.ui-slider .ui-slider-handle:last-child:after {
  transform: rotate(180deg);
}
.ui-slider .ui-slider-handle:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-right: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -12px;
}

.price-range #price-filter-from {
  position: relative;
  float: left;
  width: 100px;
  margin-right: 30px;
  height: 35px;
  border-radius: 4px;
  border: 2px solid #f3f4f6;
  background-color: #ffffff;
  text-align: center;
  margin-top: -12px;
  outline: none;
}

.price-range #price-filter-to {
  position: relative;
  float: left;
  width: 100px;
  margin-left: 30px;
  height: 35px;
  border-radius: 4px;
  border: 2px solid #f3f4f6;
  background-color: #ffffff;
  text-align: center;
  margin-top: -12px;
  outline: none;
}

.price-range .price-filter-currency {
  position: relative;
  float: left;
  display: none;
}

@media (max-width: 499px) {
  .price-range .ui-slider-horizontal {
    width: 100%;
  }

  .pricefilter-wrap {
    padding: 0px 15px;
  }

  .price-range {
    padding-bottom: 50px;
  }

  .price-range #price-filter-from {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .price-range #price-filter-to {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#attribute-active-filter-wrapper ul,
#producer-active-filter-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#attribute-active-filter-wrapper ul li,
#producer-active-filter-wrapper ul li,
#producer-active-filter-wrapper .producer-active-filter-item {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #f6f6f6;
  color: #b0b0b0;
  font-size: 12px;
  padding: 5px 12px;
  padding-left: 22px;
  position: relative;
  transition: all 0.3s;
}
#attribute-active-filter-wrapper ul li a,
#producer-active-filter-wrapper ul li a,
#producer-active-filter-wrapper .producer-active-filter-item a {
  color: #b0b0b0;
}
#attribute-active-filter-wrapper ul li:hover a,
#producer-active-filter-wrapper ul li:hover a,
#producer-active-filter-wrapper .producer-active-filter-item:hover a {
  color: #fff;
}

#attribute-active-filter-wrapper ul li:after,
#producer-active-filter-wrapper ul li:after {
  position: absolute;
  left: 11px;
  top: calc(50% - 5px);
  content: "";
  font-family: "Font Awesome 5 Pro";
  width: 10px;
  height: 10px;
  color: #ef4f31;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s;
}

#attribute-active-filter-wrapper ul li:hover,
#producer-active-filter-wrapper ul li:hover {
  background: #ef4f31;
  color: #ffffff;
}

#attribute-active-filter-wrapper ul li:hover::after,
#producer-active-filter-wrapper ul li:hover::after {
  color: #ffffff;
}

#attribute-active-filter-wrapper .attribute-active-filter-closer,
#producer-active-filter-wrapper .producer-active-filter-closer {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  content: "";
  cursor: pointer;
  z-index: 1;
  background: none;
}

.agmo-wrap {
  margin-bottom: 250px;
  margin-top: 50px;
}

.agmo-pay {
  text-align: center;
}

.agmo-wrap .agmo-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-radius: 5px;
  background-color: #3dbd5d;
  padding: 30px 30px;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
  min-width: 300px;
}

@media (max-width: 767px) {
  .agmo-wrap {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
.content-text-page {
  margin-top: 30px;
}

.autocomplete-wrap {
  width: 350px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  z-index: 900;
  top: calc(100% + 30px) !important;
  position: absolute;
  height: auto;
  left: auto;
  right: 0 !important;
  display: none;
}
.autocomplete-wrap:after, .autocomplete-wrap:before {
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.autocomplete-wrap:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.autocomplete-wrap:before {
  border-color: transparent;
  border-bottom-color: #f0f0f0;
  border-width: 16px;
  margin-left: -16px;
  right: 19px;
}

.autocomplete-wrap-section {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-direction: column;
}
.autocomplete-wrap-section h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 900;
}
.autocomplete-wrap-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 20px;
}

.autocomplete-content .product-list {
  margin: 0;
  width: 100%;
}

.autocomplete-content {
  padding: 25px 25px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.autocomplete-item {
  display: flex;
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0px;
}

.autocomplete-item-img {
  width: 50px;
  height: 50px;
}

.autocomplete-item-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.autocomplete-item-text {
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  justify-content: center;
}

.autocomplete-item-name a {
  color: #4b4b4a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.autocomplete-item-price {
  color: #4b4b4a;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .autocomplete-wrap {
    width: 300px;
  }
}
.producer-list .producer-img {
  max-width: 300px;
}
.producer-list .producer-img img {
  max-width: 100%;
  max-height: 70px;
}
.producer-list .card-header {
  background: none;
}
.producer-list .accordion .card-link {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  align-items: center;
}
.producer-list .accordion .card-link .card-header-icon {
  position: absolute;
  right: 20px;
}
.producer-list .accordion .card-link h2 {
  padding-right: 20px;
}
.producer-list .accordion .card {
  margin-bottom: 10px;
}
.producer-list .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 5;
}
.producer-list .category-list li {
  margin: 0;
  padding: 0 10px;
}
.producer-list .category-list li a {
  padding: 10px 0;
  line-height: 1.2;
  display: inline-block;
}

@media (max-width: 1499px) {
  .producer-list .category-list {
    column-count: 4;
  }
}
@media (max-width: 991px) {
  .producer-list .category-list {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .producer-list .category-list {
    column-count: 2;
  }
  .producer-list .category-list li a {
    padding: 5px 0;
  }
}

/*# sourceMappingURL=frontend-bs4-common.css.map */
