
.button, .button:hover {
  color: #fff;
  background: #44916c;
}

.form-check-input[type="checkbox"] {
  border: #44916c solid 1px;
}

#block-action-products h2 {
  padding-top: 1rem;
  font-size: 36px;
  font-weight: 600;
  color: red;
}

.field-timer-county {
  display: block !important;
  width: 100% !important;
}


.county-seconds, .county-minutes, .county-hours, .county-days {
  top: -15px;
}

.county span {
  font-size: 16px;
  width: 40px !important;
  padding-top: 0;
  padding-right: 18px;
  height: 40px !important;
}

.county-days-wrapper, .county-days {
  padding-right: 0 !important;  
}

.county-days {
  right: -6px;
}


.county-first {
  width: 45px !important;
}

.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds {
  display: none !important;
}

.js input.form-autocomplete {
  background-image: none;
}
.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(/core/themes/olivero/images/throbber.svg);
  background-position: 98% center;
}

.block-page-title-block {
  margin-bottom: 2rem;
}

.node-3 td:nth-child(1) {
  padding-right: 2rem;
}

.node-3 td:nth-child(2) {
  padding-left: 2rem;
}

.map {
  aspect-ratio: 4/3;
}

img {
  max-width: 100%;
  height: auto;
}

.slider-image {
  width: 100%;
  aspect-ratio: 16/9;
}

.slider-title {
  background: #44916c;  
  color: #fff;
}

.footer-light p {
  margin-bottom: 0;
}

.footer-light {
  color: #ccc !important;
}

#age-consent .modal-header {
  background: #44916c;
  color: #fff;
}

.akce p {
  margin-bottom: 0;
}

.field--name-field-skladem {
  min-height: 3rem;
}

.ajax-progress, .ajax-progress-throbber, .throbber {
  display: none !important;
  visibility: hidden !important;
}

.btn-cart {
  background: #fcb514;
  color: #fff;
  font-weight: bold;
  border: #fcb514;
}

.price-with-tax {
  background: #44916c;
  color: #fff;
}

.product-title a {
  color: #44916c;
  text-decoration: none;
}

#navbarSupportedContent.show .d-flex, #navbarSupportedContent.collapsing .d-flex{
  position: absolute;
  width: 300px;
  background: #fff;
  z-index: 100;
  padding: 10px;
  border: 1px solid #ccc;
}

.bi-list {
  font-size: 2rem;
}

#left-sidebar {
  height: calc(100vh - 128px);
  overflow-y: auto;
}

aside {
  top: 128px;
  position: sticky;
  width: 100%;
  z-index: 99;
}

.menu--main .nav-link {
  color: #44916c;
  font-size: 1.2rem;
  font-weight: 600;
}

.menu--main .nav-link:hover {
  color: #fcb514;
}

.quant-num {
  width: 80px;
}

.block-page-title-block {
  background: #44916c;
  padding:.2rem  1rem;
  color: #fff;
}

.block-page-title-block .form-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.block-page-title-block h1 {
  color: #fff;
  font-size: 2rem;
}

.rounded-pill {
  z-index: 1;
}

.form-date {
  width: auto;
}

.login-block {
  width: 400px;
}

.btn-login{
  background: #fcb514;
}

.ui-dialog .ui-dialog-titlebar {
  background: #44916c;
}

.ui-dialog .ui-dialog-title {
  color: #fff;
}

h2 {
  font-size: 1.5rem;;
}

.navbar-brand a.site-title {
  color:#44916c;
  font-size: 0.8rem;
  letter-spacing: 0;
}

.block-shop-cart .ajax-progress {
  display: none !important;
}

.badge-wrapper {
  right: -15px;
  top: -10px;
}

#block-cart button.trigger {
  display: none;
}

.cart-price {
  font-size: 0.9rem;
}

.cart-form td {
  vertical-align: middle;
}

.remove-product {
  color: red;
  background: #fff;
}

.navbar-brand .site-title {
  font-size: 1.2rem;
}

.region-nav-additional ul.nav {
  display: flex;
  flex-direction: row;
}

.dialog-off-canvas-main-canvas, header{
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}

#block-baracektheme-sortiment .contextual {
  right: 25px;
}

.head {
  max-width: 1920px;
}

header {
  background: #fff;
  position: fixed;
  z-index: 100;
  border-bottom: 1px solid #44916c;
  box-shadow: 0px 2px 5px gray;
}

main {
  padding-top: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.admin .head{
  top: 2.5rem;
}


.accordion-item.active > a, .accordion-item.active .accordion-header > a{
  font-weight: bold;
}

.acc-sp{
    font-size: 1.5rem;
}

.accordion {
    border-radius: 0;
}

#accordion-0 > .accordion-item:nth-child(odd) {
    background: #eee;
}

.accordion-item {
    border: none;
    background: none;
    line-height: 2rem;
}

.accordion-item a {
  text-decoration: none;
}

.btn-acc.collapsed::after {
    content: "+";
}

.btn-acc::after {
    content: "-";
}

.btn-acc {
    font-size: 1.5rem;
    background: none;
    border: none;
}

#offer-accordion, #offer-accordion .accordion {
    --bs-accordion-border-width: 0;
  }
  
  * {
    outline:none;
  }
  
  button:focus, button {
    box-shadow: none !important;
  }
  
  .accordion-button {
    padding: 0 !important;
  }
  
  .accordion-button:not(.collapsed) {
    background: none !important;
  }
  
   .btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
  }
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }  

  .navbar-brand img {
    max-height: 70px;
    height: auto;
  }


  @media (min-width: 992px) {
    .navbar-brand img {
      max-height: 90px;
    }
  }
  @media (max-width: 568px) {
    .node-3 td {
      display: block;
      padding: .5rem 0 !important;
    }
  }

    @media (max-width: 1200px) {
      main {
        padding-top: 13rem;
      }
        .navbar-brand a.site-title {
        font-size: .7rem;
      }
        aside {
        z-index: 100;
      }
  
    }
