@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #343434;
  background-color: #fff;
  line-height: 1.6;
}

h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

h3 {
  font-weight: 300;
}

a {
  color: #000;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  color: #343434;
}

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

/*MENU*/
.primary-menu .nav-item {
  display: flex;
}

.primary-menu .nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  color: #000;
  font-weight: 300;
}

.primary-menu .nav-item .nav-link .link-level-1 {
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0.103);
}

.logo img {
  cursor: pointer;
}

.heder-sleva {
  position: relative;
  top: 14px;
}

.content-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gold-frame {
  border: solid 4px #C6B67C;
  border-radius: 10px;
}

.gold-text {
  font-size: 1rem;
  color: #A58D52;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
  text-align: center;
}

.gold-bg {
  font-size: 1rem;
  background: #C6B67C;
  background: linear-gradient(87deg, rgb(198, 182, 124) 2%, rgb(180, 159, 101) 32%, rgb(165, 141, 82) 71%, rgb(209, 196, 140) 99%);
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.page-title {
  background-color: #f9f9f9;
}

.page-title h1 {
  padding: 35px 0px;
  margin: 0px;
  color: #43434c;
  font-size: 2.7143em;
  font-weight: 300;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8196078431);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.bg-white-transparent.is-stuck {
  border-bottom: 1px solid #dee2e6;
}

#acfl-hide-submit {
  display: flex;
  justify-content: center;
}

#acfl-hide-submit input {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000;
  color: #fff;
}

#acfl-hide-submit input:hover {
  background-color: #fff;
  color: #000;
}

.kontakty h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 28px;
  color: #343434;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 30px;
}

.kontakty h2::before {
  position: absolute;
  left: 15px;
  top: 40px;
  height: 3px;
  width: 80px;
  background-color: #000;
  content: "";
  display: inline-block;
}

.kontakty h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kontakty span {
  font-size: 0.8rem;
  color: #666;
}

.kontakt-ramec {
  width: 80px;
  height: 80px;
  border: solid 2px #000;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.kontakt-col:hover .kontakt-ramec {
  background-color: #F9F9F9;
}

.aktovka {
  background-image: url(/wp-content/themes/iboover/img/portfolio.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}

/* Popup overlay and form (shared) */
.franchise-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
}

.franchise-popup-overlay.active {
  display: flex;
}

.franchise-popup-content {
  background: #fff;
  border-radius: 8px;
  max-width: 520px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.franchise-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 5px 10px;
}

.franchise-popup-close:hover {
  color: #333;
}

.franchise-popup-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.franchise-popup-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  text-align: center;
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  display: block !important;
}

.franchise-form .form-group {
  margin-bottom: 20px;
}

.franchise-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.franchise-form input[type=text],
.franchise-form input[type=email],
.franchise-form input[type=tel],
.franchise-form textarea {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
}

.franchise-form input:focus,
.franchise-form textarea:focus {
  outline: none;
  border-color: #c9a961;
}

.franchise-form textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-submit-franchise {
  width: 100%;
  padding: 14px 20px;
  background-color: #c9a961;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-submit-franchise:hover {
  background-color: #b89851;
}

.btn-submit-franchise:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.form-response {
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}

.form-response.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-response.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.btn-wholesale {
  display: inline-block;
  padding: 15px 30px;
  background: #4a7ba7;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-wholesale:hover {
  background: #3a6997;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(74, 123, 167, 0.3);
}

@media (max-width: 576px) {
  .franchise-popup-content {
    padding: 30px 20px;
    margin: 10px;
  }
  .franchise-popup-title {
    font-size: 20px;
  }
}
.obalka {
  background-image: url(/wp-content/themes/iboover/img/envelope.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}

.telefon {
  background-image: url(/wp-content/themes/iboover/img/call-answer.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}

/*kontakt form*/
.green-info {
  background-color: #BCE3B3;
  display: inline;
  padding: 4px 8px;
}

.form,
.form-control {
  margin-top: 5px;
  border: 1px solid #363636;
}

.form:focus,
.form-control:focus {
  border-color: #000;
  box-shadow: unset;
  border-style: solid;
}

.form-text {
  max-height: 150px;
}

.souhlas {
  display: inline;
  border: 0px;
  padding: 0px;
}

.wpcf7-form label {
  display: block;
}

.wpcf7-list-item-label {
  width: 100%;
}

.odeslat {
  background-color: #000 !important;
  padding: 9px 34px;
  border: 0px;
  border: solid 1px #000 !important;
}

.odeslat:hover,
.odeslat:focus,
.odeslat:active {
  background-color: #fff !important;
  color: #000 !important;
  border: solid 1px #000 !important;
  box-shadow: unset !important;
}

.wpcf7-not-valid-tip {
  color: red !important;
}

.wpcf7 span {
  font-size: 1rem;
}

.darkova-sada .wpcf7-form-control-wrap {
  display: inline-block;
}

.darkova-sada .form-control {
  padding-right: 0px;
}

.form-cena {
  color: #88B660;
  font-weight: bold;
}

.tooltip-i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/wp-content/themes/klimabezhadice/img/info.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0px;
  margin-right: 5px;
  position: relative;
  top: 6px;
}

/*end kontakt form*/
.site-footer {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 15px;
  margin-top: 25px;
}

.site-footer a {
  color: #fff;
}

.pouceni {
  color: #dadada;
  line-height: 1.4;
  padding: 0px 10px 20px 10px;
}

.text-info-pouceni {
  max-width: 330px;
  font-size: 13px;
  text-align: justify;
  border: solid 1px #fff;
  padding: 10px;
  border-radius: 8px;
}

.btn-objednejte {
  background-color: #000;
  border-radius: 5px;
  padding: 7px 28px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.3;
  border: 0px;
}

.btn-objednejte:hover {
  background-color: rgba(7, 6, 6, 0.8235294118);
}

button:focus {
  outline: none;
}

a.objednejte {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

.sale-iboover {
  background-image: url(/wp-content/themes/iboover/img/bg-sleva.svg);
  background-size: 164px 128px;
  width: 162px;
  height: 127px;
  position: absolute;
  top: 61px;
  left: 35px;
  z-index: 999;
  padding: 20px 6px 5px 2px;
  font-size: 1.4rem;
  color: #F7D000;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 1600px) {
  .sale-iboover {
    top: 61px;
    left: 35px;
  }
}
.sale-iboover span {
  font-size: 0.9rem;
  text-transform: lowercase;
  color: white;
}

@media only screen and (max-width: 900px) {
  .sale-iboover {
    position: relative;
    margin-bottom: 40px;
  }
}
/*Woocommerce*/
.produkt h3 {
  font-size: 20px;
  text-align: center;
}

.produkt img {
  width: 100%;
  max-height: 293px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.produkt .onsale {
  display: none;
}

.dostupnost p {
  color: #88B660;
  margin-bottom: 0px;
}

.cena-pred {
  font-size: 1.2rem;
  color: #fff;
  background-image: url(/wp-content/themes/iboover/img/cara-bila.png);
  background-repeat: no-repeat;
  background-position: top 56% right 50%;
  background-position-x: 50%;
  background-position-y: 56%;
  background-size: 82px 1px;
  z-index: 999;
}

.cena-po span {
  font-size: 1.4rem;
  color: #e41a1a;
}

.woocommerce table.shop_table td ins {
  text-decoration: unset;
  display: block;
}

a.btn-do-kosiku,
.woocommerce a.add_to_cart_button {
  display: inline-block;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
  padding: 14px 30px 14px 67px;
  border-radius: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-image: url(/wp-content/themes/iboover/img/cart-shopping.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 24px 50%;
}

a.btn-do-kosiku:hover,
.woocommerce a.add_to_cart_button:hover {
  text-decoration: none;
  background-color: rgba(7, 6, 6, 0.8235294118);
  color: #fff;
  background-image: url(/wp-content/themes/iboover/img/cart-shopping.svg);
}

.woocommerce a.added_to_cart {
  display: none;
}

.produkt-vice-info {
  display: block;
  text-align: center;
  color: #343434;
}

.produkt-vice-info:hover {
  color: #e41a1a;
  text-decoration: none;
}

.produkt {
  margin: 5px 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.produkt:hover,
.produkt:focus,
.produkt:active {
  text-decoration: none;
  box-shadow: 0 0.625rem 1.26rem rgba(0, 0, 0, 0.05), 0 1.25rem 3.78rem rgba(0, 0, 0, 0.05);
}

.woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

a:link,
.produkt a:hover {
  text-decoration: none;
}

a.woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}

#mega-menu-item-60 a {
  max-width: 95px !important;
  background-color: #000 !important;
  padding: 10px 24px 10px 62px !important;
  color: #fff !important;
  height: 46px !important;
  display: flex !important;
  margin-right: 20px !important;
  align-items: center !important;
  border-radius: 25px !important;
  background-image: url(/wp-content/themes/iboover/img/cart-shopping.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 25px 25px !important;
  background-position: 24px 50% !important;
}

#mega-menu-item-60 a:hover {
  background-color: rgba(7, 6, 6, 0.8235294118) !important;
}

#mega-menu-item-60 span {
  font-size: 1rem !important;
  display: block !important;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: bolder !important;
}

.cross-title {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 7px;
  margin-bottom: 0px;
}

.cross-sells .size-woocommerce_thumbnail {
  max-height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.woocommerce a.button.alt {
  background-color: #000;
}

.woocommerce a.button.alt:hover {
  background-color: #343434;
}

.woocommerce a.remove:hover {
  color: unset !important;
  background: transparent;
}

.woocommerce-shipping-destination {
  display: none;
}

.woocommerce ul#shipping_method li {
  margin: 0em;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  background-color: #F9F9F9 !important;
  color: #000;
}

.woocommerce-message .button {
  display: none !important;
}

.xoo-cp-pimg .size-woocommerce_thumbnail {
  max-height: 150px;
  width: auto;
}

.xoo-cp-container {
  max-width: 720px;
}

.xcp-btn {
  background-color: #000;
  color: #ffffff !important;
}

.xcp-btn:hover {
  background-color: rgba(7, 6, 6, 0.8235294118) !important;
  color: #ffffff !important;
}

.woocommerce-billing-fields .woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-input-wrapper,
#order_comments_field label {
  width: 100%;
}

#billing_postcode,
#shipping_postcode {
  max-width: 200px;
}

#billing_address_2_field,
#shipping_address_2_field {
  display: none !important;
}

.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
  margin-bottom: 0px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 6px 16px;
  border: solid 2px;
  border-radius: 16px;
  width: 100%;
}

.select2-selection__rendered {
  padding: 2px 16px;
  border: solid 2px;
  border-radius: 16px;
}

.select2-container--default .select2-selection--single {
  border: 0px;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 2px;
}

#billing_country_field,
#shipping_country_field {
  margin-bottom: 10px;
}

.woocommerce-info {
  border-top-color: #f11c1c;
  border-width: 2px;
}

.woocommerce-info::before {
  color: #f11c1c;
}

#order_comments_field span {
  width: 100%;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
  background-color: #000;
  padding: 13px 33px;
  font-size: 1.5rem;
  font-weight: 600;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
  background-color: rgba(7, 6, 6, 0.8235294118);
}

.woocommerce-checkout #payment {
  background-color: #F9F9F9;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-color: #fff;
}

.woocommerce-cart table.cart img {
  height: 60px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (min-width: 992px) {
  .woocommerce-billing-fields,
  .woocommerce-shipping-fields,
  .woocommerce-additional-fields {
    padding-left: 20px;
    padding-right: 40px;
  }
  #order_review_heading {
    margin-bottom: 41px;
  }
  .woocommerce-additional-fields {
    margin-top: 10px;
  }
  #billing_phone_field,
  #billing_ic_field {
    float: left;
    width: 47%;
    clear: none;
  }
  #billing_email_field,
  #billing_dic_field {
    float: right;
    width: 47%;
    clear: none;
  }
  #billing_city_field,
  #shipping_city_field {
    float: left;
    width: 70%;
    clear: none;
  }
  #billing_postcode_field,
  #shipping_postcode_field {
    float: right;
    width: 27%;
    clear: right;
  }
}
#order_comments_field {
  display: none;
}

.woocommerce-Price-amount bdi {
  display: block;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.place-order {
  display: flex;
  justify-content: center;
}

.woocommerce-cart .col-blok-pomoc {
  display: none !important;
}

/* Woo site product */
.single-product div.product {
  width: 100%;
}

.product-type-simple .woocommerce .quantity .qty {
  height: 40px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
  background-color: #000;
  padding: 10px 33px;
  font-size: 1.3rem;
  font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #000;
}

.woocommerce span.onsale {
  background-color: #88B660;
}

.stock {
  color: #000 !important;
  margin-bottom: 25px;
}

.discount-row th,
.discount-row td .amount,
.lowest-price-row th,
.lowest-price-row td,
.free-shipping-note th {
  font-weight: 500 !important;
  font-size: 0.9rem;
  color: #8b8b8b;
}

/* Woo site product End */
.blok-pomoc {
  padding: 30px;
}

.blok-pomoc-kontakt {
  padding-left: 25px;
  text-align: left;
  width: 62%;
}

.site-footer h3,
.site-footer {
  color: #fff;
}

.site-footer h3 {
  margin-bottom: 35px;
}

.site-footer li {
  list-style: none;
}

.site-footer ul {
  padding-left: 0px;
}

.footer-kontakt li {
  padding-left: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
}

.site-footer .e-mail {
  background-image: url(/wp-content/themes/iboover/img/envelope-footer.svg);
}

.site-footer .phone {
  background-image: url(/wp-content/themes/iboover/img/call-answer-footer.svg);
}

.menu-footer-container a,
.menu-footer-2-container a {
  color: #fff;
}

.menu-footer-container a:hover,
.menu-footer-2-container a:hover {
  color: #f9f9f9;
}

.menu-footer-container li,
.menu-footer-2-container li {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* home page */
.homepage-banner h2 {
  font-weight: 600;
  line-height: 1.35;
  font-size: 3rem;
  height: 130px;
}

.logo-banner-iboover {
  margin-bottom: 20px;
}

.text-container {
  word-wrap: break-word;
  width: 100%;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.visible {
  opacity: 1;
}

.heading1,
.heading2,
.heading3,
.heading4 {
  min-height: 90px;
}

.heading1 span,
.heading2 span,
.heading3 span,
.heading4 span {
  display: block;
  font-size: 1.75rem;
  padding: 4px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}

.home-pouziti {
  overflow: hidden;
  margin-bottom: 125px;
}

.row-black {
  background-color: #000;
}

.col-pouziti,
.col-vyhody,
.col-4v1 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}

.col-vyhody {
  background-color: #000;
}

.col-pouziti span,
.col-vyhody span,
.col-4v1 span {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.631372549);
  padding: 3px 22px;
}

.title-pouziti,
.title-vyhody {
  display: flex;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 2.8rem;
  background-color: #F9F9F9;
}

.col-chlupy {
  background-image: url(/wp-content/themes/iboover/img/homepage/chlupy.jpg);
  background-size: cover;
  background-position: center center;
}

.col-kapaliny {
  background-image: url(/wp-content/themes/iboover/img/homepage/kapaliny.jpg);
  background-size: cover;
  background-position: center center;
}

.col-potraviny {
  background-image: url(/wp-content/themes/iboover/img/homepage/potraviny.jpg);
  background-size: cover;
  background-position: center center;
}

.col-prach {
  background-image: url(/wp-content/themes/iboover/img/homepage/prach.jpg);
  background-size: cover;
  background-position: center center;
}

.col-adalsi {
  background-image: url(/wp-content/themes/iboover/img/homepage/a-dalsi.jpg);
  background-size: cover;
  background-position: center center;
}

.tooltip-i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/wp-content/themes/iboover/img/info.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0px;
  margin-right: 5px;
  position: relative;
  top: 6px;
}

#acfl_go_back {
  float: unset;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 26px;
  padding: 6px 20px;
}

#custom_checkout_field span {
  width: 100%;
}

.a1,
.a2,
.a3,
.a4,
.a5 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.a1-img {
  width: 230px;
  height: 230px;
}

.a1-img-special {
  width: 234px;
  position: relative;
  top: -29px;
}

.a1-h3-special {
  position: relative;
  top: -29px;
}

.visible {
  opacity: 1;
}

.sekce-a h3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
}

.iboover-special-cena {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
  left: 26px;
}

.iboover-special-cena::after {
  content: "";
  width: 53px;
  height: 53px;
  position: relative;
  left: -10px;
  background-image: url(/wp-content/themes/iboover/img/bomba.png);
  background-size: 53px 53px;
  background-repeat: no-repeat;
}

.bomba-cena-wrap {
  width: auto;
}

.bomba {
  background: #FAE457;
  padding: 4px 21px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1.2rem;
}

.bomba-red {
  background: #C92028;
  text-align: center;
  color: #fff;
  padding: 7px 5px;
}

.bomba-cena {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
}

.bomba-usetrite {
  font-size: 1.3rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 784px;
  }
}
.cistic {
  color: rgba(0, 0, 0, 0.5607843137);
}

.woocommerce div.product div.images img {
  max-height: 300px;
  width: auto;
}

.obchodni-podminky p,
.woocommerce-terms-and-conditions p {
  text-align: justify;
}

/* Complianz Cookies*/
.cmplz-information .cookie-statement {
  display: none;
}

.cmplz-cookiebanner .cmplz-message p {
  margin-bottom: 0px;
}

/* --- Home & header custom layout --- */
:root {
  --iboover-primary: #0f315a;
  --iboover-dark: #0c0c12;
  --iboover-light: #f5f7fb;
}

.header-top {
  min-height: 72px;
}

.header-franchise {
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #343434;
}

.header-franchise a:link,
.header-franchise a:visited {
  font-size: 0.83rem;
  font-weight: 400;
  color: #343434;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

.header-franchise a:hover,
.header-franchise a:focus {
  color: rgba(7, 6, 6, 0.8235294118);
  text-decoration: none;
}

.header-social .icon-circle {
  margin-left: 8px;
}

.icon-circle {
  width: 38px;
  height: 38px;
  border: 1px solid #dfe3e8;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.2s ease;
  color: #343434;
  font-weight: 700;
  text-decoration: none;
}

.icon-circle:hover,
.icon-circle:focus {
  color: #000;
  background-color: #B8DEAE;
}

.icon-circle img {
  max-width: 18px;
  max-height: 18px;
}

.icon-circle-text {
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.header-nav .navbar-nav > li > a {
  color: #111;
  font-weight: 600;
  padding: 14px 16px;
}

.navbar-light .navbar-nav .nav-gold:hover,
.navbar-light .navbar-nav .nav-gold:focus {
  background-color: unset;
}

.border-top {
  background: #fff;
}

body.admin-bar header .border-top {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar header .border-top {
    top: 46px;
  }
}
#maim-iboover-menu {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  background: transparent;
}

#maim-iboover-menu .header-nav {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
  background: transparent;
}

.header-nav .navbar-nav > li > a:hover,
.header-nav .navbar-nav > li > a:focus {
  color: var(--iboover-primary);
}

.site-home {
  padding-top: 0px;
  background: #fff;
}

.home-hero .home-video-card {
  background: #fff;
  border-radius: 12px;
}

.embed-responsive-16by9 {
  min-height: 640px;
}

.home-video-label {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-video-wrap {
  padding: 0px;
}

.btn-cta {
  background: var(--iboover-primary);
  color: #fff;
  border-radius: 8px;
  padding: 12px 18px;
  text-align: center;
  font-weight: 700;
}

.reg-soutez {
  background-color: #F9F9F9;
  color: #000;
  font-size: 1.15rem;
}

.reg-soutez:hover,
.reg-soutez:focus {
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

.btn-cta-invert {
  background: #B8DEAE;
  color: rgba(7, 6, 6, 0.8235294118);
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 700;
}

.btn-cta-invert:hover,
.btn-cta-invert:focus {
  background: #88B660;
  color: var(--iboover-primary);
}

.home-banner {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.home-banner-slide.banner-2 {
  background: #fff;
}

.home-banner .banner-title {
  font-weight: 700;
  font-size: 2rem;
}

.home-banner .banner-body {
  max-width: 520px;
  margin-bottom: 0;
}

.home-banner .eyebrow {
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.home-banner .banner-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

.home-banner .banner-features li {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.home-banner .banner-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #88B660;
  font-weight: 700;
  font-size: 1.1rem;
}

/* Use Bootstrap default carousel controls without custom overrides */
.home-bottom .card {
  border-radius: 12px;
  background: #fff;
}

.home-bottom a {
  color: var(--iboover-primary);
  font-weight: 600;
}

.home-bottom a:hover,
.home-bottom a:focus {
  color: #0b2646;
  text-decoration: none;
}

/* Off-canvas mobile menu */
.offcanvas-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: left 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

.offcanvas-menu.is-open {
  left: 0;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.offcanvas-close {
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1D1B;
}

.offcanvas-close:hover {
  color: #88B660;
}

.offcanvas-body {
  padding: 20px;
}

.offcanvas-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-nav li {
  border-bottom: 1px solid #f0f0f0;
}

.offcanvas-nav li a {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  color: #1D1D1B;
  text-decoration: none;
  transition: color 0.2s ease;
}

.offcanvas-nav li a:hover {
  color: #88B660;
}

.offcanvas-nav .link-level-1 {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.offcanvas-nav .link-level-2 {
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.7;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.offcanvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Responsive Product Grid */
@media (max-width: 1199px) {
  .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .produkt {
    margin: 5px 10px;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .produkt h3 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .produkt img {
    max-height: 200px;
  }
  a.btn-do-kosiku,
  .woocommerce a.add_to_cart_button {
    font-size: 0.9rem;
    padding: 10px 20px 10px 48px;
    background-size: 20px 20px;
    background-position: 16px 50%;
    min-width: 100%;
    display: block;
  }
  .cena-po span {
    font-size: 1.2rem;
  }
  .cena-pred {
    font-size: 0.95rem;
  }
  .dostupnost p {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .produkt {
    margin: 5px;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .produkt h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .produkt img {
    max-height: 150px;
  }
  a.btn-do-kosiku,
  .woocommerce a.add_to_cart_button {
    font-size: 0.85rem;
    padding: 10px 20px 10px 45px;
    background-size: 18px 18px;
    background-position: 15px 50%;
    min-width: 200px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .cena-po span {
    font-size: 1rem;
  }
  .cena-pred {
    font-size: 0.9rem;
  }
  .dostupnost p {
    font-size: 0.85rem;
  }
  .row.justify-content-center {
    flex-wrap: wrap;
  }
  .row.justify-content-center > div {
    margin-bottom: 4px;
  }
}
@media (max-width: 991.98px) {
  .header-top {
    min-height: 64px;
  }
  .site-home {
    padding-top: 0px;
  }
  .home-banner .banner-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .header-social .icon-circle {
    margin-left: 4px;
  }
  .home-hero {
    padding-top: 0px;
  }
}
/*homepage bannery*/
.banner-1-line {
  width: 100%;
  max-width: 707px;
  height: 6px;
  background: #C6B67C;
  background: linear-gradient(87deg, rgba(198, 182, 124, 0) 2%, rgb(180, 159, 101) 29%, rgb(165, 141, 82) 75%, rgba(209, 196, 140, 0) 99%);
}

.banner-1-main-text {
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 1.4;
}

.banner-1-main-text span {
  color: #9D7E29;
}

.list-terce, .list-check {
  margin-bottom: 0px;
}

.list-terce li, .list-check li {
  font-size: 1.5rem;
  padding: 5px 4px 5px 43px;
  font-weight: 600;
  color: #000;
}

.list-terce li {
  background-image: url(terc.svg);
  background-size: 35px 35px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.list-check li {
  background-image: url(check.svg);
  background-size: 35px 35px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.list-check-right {
  text-align: right;
  padding-left: 0px !important;
}

.list-check-right li {
  background-position: 100% 50%;
  padding-right: 50px;
  padding-left: 0px !important;
}

.banner-1-features li {
  list-style: none;
}

a.btn-vice-info-banner {
  display: inline-block;
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 7px;
}

a.btn-vice-info-banner:hover, a.btn-vice-info-banner:focus {
  background-color: rgba(7, 6, 6, 0.8235294118);
  color: #fff;
}

.col-vice-info, .col-list {
  flex: 0 0 50%;
  max-width: 50%;
}

.carousel-control-prev, .carousel-control-next {
  width: 5%;
}

.home-banner-slide {
  background-size: cover;
  padding: 25px 15px;
}

li.check-ochlazuje {
  background-image: url(check-ochlazuje.png);
  background-size: 35px auto;
  padding: 6px 7px 6px 50px;
}

li.check-cisty {
  background-image: url(check-cisti.png);
  background-size: 35px auto;
  padding: 6px 7px 6px 50px;
}

li.check-vytapi {
  background-image: url(check-vytapi.png);
  background-size: 35px auto;
  padding: 6px 7px 6px 50px;
}

li.check-ionizuje {
  background-image: url(check-ionizuje.png);
  background-size: 35px auto;
  padding: 6px 7px 6px 50px;
}

@media only screen and (max-width: 767px) {
  .banner-1-main-text {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .list-terce li, .list-check li {
    background-size: 25px 25px;
  }
  .list-terce, .list-check {
    padding-left: 0px;
    list-style: none;
  }
  .home-banner-slide {
    padding: 32px 15px;
  }
  .list-terce li, .list-check li {
    font-size: 1.2rem;
    padding: 5px 4px 5px 35px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
  }
  .list-terce, .list-check {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-banner {
    max-height: 700px;
    height: 700px;
  }
  .row-deluxo {
    position: relative;
    top: -56px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-banner {
    max-height: 640px;
  }
}
.carousel-indicators .active {
  background-color: #000000;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-color: #000;
  border-radius: 50%;
  padding: 14px;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.cmplz-locked {
  display: none;
}/*# sourceMappingURL=custom.css.map */