﻿@charset "UTF-8";
.calendar {
  --color-primary: #ffd80a;
  --bs-gray-200: #fff;
  --bs-gray-500: #ddd;
}
.calendar.calendar-primary .calendar-month {
  border: 1px solid #ddd !important;
}
.calendar.calendar-primary .calendar-header, .calendar.calendar-primary .day-of-week {
  background: white;
  color: black;
}
.calendar.calendar-primary .disabled {
  background: var(--bs-gray-200) !important;
  opacity: unset !important;
}
.calendar.calendar-primary .disabled .name {
  color: #aaa !important;
}
.calendar .bg-available {
  background-color: #d0f0d0; /* jasna zieleń */
  color: #2e7d32;
}
.calendar .bg-unavailable {
  background-color: #f8d7da; /* jasna czerwień, pastelowa */
  color: #8a1c1c;
}
.calendar .bg-partially-available {
  background-color: #fff3cd; /* delikatny żółty */
  color: #856404;
}
.calendar .month-name {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
}
.calendar .month-name a {
  color: var(--bs-gray-500);
  margin: 0 1rem;
}
.calendar .month-name a.disabled {
  color: var(--bs-gray-200);
  cursor: not-allowed;
}
.calendar .calendar-month {
  border: 1px solid var(--bs-gray-500);
  width: 100%;
}
.calendar .calendar-month .calendar-row {
  display: flex;
}
.calendar .calendar-month .calendar-row .day {
  text-align: center;
  flex: 1;
  border: 1px solid white;
}
.calendar .calendar-month .calendar-row .day.day-of-week {
  background: var(--bs-gray-200);
  font-size: 0.75rem;
  padding: 0.25rem 0;
  text-transform: uppercase;
  border-bottom: 1px solid var(--bs-gray-500);
}
.calendar .calendar-month .calendar-row .day .name {
  color: black;
  padding: 0 0.5rem;
  margin: 0 auto;
}
.calendar .calendar-month .calendar-row .day.gray {
  background: var(--bs-gray-200);
}
.calendar .calendar-month .calendar-row .day.disabled {
  cursor: not-allowed;
  background: var(--bs-gray-100);
  opacity: 0.2;
}
.calendar .calendar-month .calendar-row .day.active .name {
  background: var(--color-primary);
  color: white;
}
.calendar .calendar-legend {
  margin: 0.5rem 0 0;
}
.calendar .calendar-legend .calendar-legend-inner {
  display: flex;
  align-items: center;
}
.calendar .calendar-legend .calendar-legend-inner .legend-color {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.calendar .calendar-legend .calendar-legend-inner .legend-name {
  margin: 0 0.25rem;
  font-size: 0.8rem;
}
.calendar a {
  cursor: pointer;
}

a {
  cursor: pointer;
}

.banner-info {
  pointer-events: none; /* banner-info ignoruje wszystkie interakcje */
}
.banner-info * {
  pointer-events: auto; /* pozwalasz na kliknięcia w iine elementy */
}

.adv-thumb-link img {
  width: 100%;
}

.wrap-button-lightbox {
  z-index: 9998;
}

.form-check .form-check-input {
  vertical-align: top;
  margin-top: 0px !important;
}
.form-check .form-check-label {
  display: inline-block;
  max-width: 90%;
}

.overlay-image .adv-thumb-link::after {
  pointer-events: none;
}

.banner-thumb .media-component span {
  top: 100px;
}

/* change woocommerce-icons */
.woocommerce-message::before {
  content: "\f00c"; /* check icon */
  font-family: FontAwesome;
}

.woocommerce-error::before {
  content: "\f071"; /* exclamation-triangle */
  font-family: FontAwesome;
}

.woocommerce-info::before {
  content: "\f05a"; /* info-circle */
  font-family: FontAwesome;
}

td.product-thumbnail {
  width: 150px;
  max-width: 150px;
  padding-right: 10px !important;
}

button.remove {
  color: red;
}

.social-footer1 {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}

.circle-button.circle-button-phone:before {
  content: "\f2b3";
}
.circle-button.circle-button-phone .la-phone:before {
  color: black !important;
  font-size: 24px;
  font-weight: 500;
}

.footer-developed-by {
  font-size: 11px;
  margin: 0;
}

.product-availability {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  font-weight: 500;
  padding: 5px 10px;
}
.product-availability.product-is-available {
  color: #388e3c;
}
.product-availability.product-is-unavailable {
  color: #ffd80a;
}

.product-price .price-per-day {
  font-weight: normal;
  font-size: 14px;
}

.detail-tabs {
  margin-top: 32px;
}

input,
select,
textarea,
button {
  border-radius: 0 !important;
}

.custom-card {
  border: 2px solid rgb(255, 216, 10);
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.checkbox-validator {
  margin-left: 25px;
  margin-bottom: 10px;
  display: block;
}

.text-danger {
  color: red;
}

.circle-button-shop {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 23px;
  color: #222 !important;
  padding: 0 20px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #ffd80a;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.circle-button-shop > * {
  display: inline;
  vertical-align: middle;
  transition: none;
}
.circle-button-shop::before,
.circle-button-shop i {
  display: none !important;
}
.circle-button-shop:hover {
  background-color: rgb(214, 179.9346938776, 0);
  color: #222;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .circle-button-shop {
    margin-bottom: 10px;
  }
}

.header-general {
  padding: 0px 30px;
}

#header {
  height: 140px;
}

@media (min-width: 1200px) {
  #header {
    height: 80px;
  }
}
.mini-cart-box a.circle-button,
.mini-cart-box a.mini-cart-link {
  display: flex;
  align-items: center;
  line-height: normal;
  padding: 0 10px;
}

.mini-cart-box-basket {
  margin-right: 0 !important;
}

.w-100 {
  width: 100% !important;
}

#googleMaps {
  pointer-events: all !important;
  filter: grayscale(800%);
  transition: filter 1s ease;
}
#googleMaps:hover {
  filter: grayscale(0%);
}

.logo-header-link {
  padding: 10px 0;
}
.logo-header-link .logo-header {
  height: 50px;
}
@media (min-width: 1200px) {
  .logo-header-link .logo-header {
    height: 60px;
  }
}

.mini-cart-box {
  height: 50px;
  display: flex !important;
  align-items: center;
}
@media (min-width: 1200px) {
  .mini-cart-box {
    height: 80px;
  }
}

.wrap-search-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

@media (max-width: 767px) {
  .wrap-search-cart {
    margin-top: -52px;
  }
}
.woocommerce-no-icon {
  padding: 1em 1.5em;
}
.woocommerce-no-icon:before {
  display: none;
}

.logo-footer {
  margin-bottom: 16px;
}

.header-black {
  background: black;
}

.no-wrap {
  text-wrap: nowrap;
}

.d-none {
  display: none;
}

.main-nav {
  padding: 10px 0;
}
