/**
* Theme Name: Ignavo Child
* Description: This is a child theme of Ignavo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: ignavo
* Version: 1.0.3
*/

.header-main {
	--main-height-desktop: 150px;
	--main-height-mobile: 95px;
}

.site-action-button {
	--action-detail-color: #fff;
}
.product .product-thumbnail .klb-product-thumbnail > a > * {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.single-product-wrapper .product .product-call a .call-icon {
  background-color: rgb(29, 29, 27);
}


.product .product-inner.product-list-archive .product-thumbnail {
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.shop-products-wrapper .product .product-title {
		font-size: 18px;
	}
  .product-detail-column .buy_now_button {
  width: 100% !important;
}
	.shop-products-wrapper .price {
		font-size: 28px;
	}
    .infobox .product-service {
        display: none;
    }
	.shop-products-wrapper .product-cart-button a.button, .box-grid-item .product-cart-button a.button {
		font-size: 18px;
		height: 40px;
		padding-inline: 15px;
	}
}
@media screen and (min-width: 1024.02px) {
    .product .product-inner.product-list-archive .product-thumbnail {
        width: 30%;
    }
}

.infobox .product-service {
  margin-top: 0.625rem;
  background-color: rgb(var(--colors-gray-100));
  padding: 1.25rem;
  border-radius: var(--radius-sm);
}
.infobox .product-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.infobox .product-service ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.infobox .product-service ul li .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
}
.infobox .product-service ul li .service-icon > * {
  width: 1rem;
  height: auto;
}
.infobox .product-service ul li .service-detail {
  font-size: var(--text-xs);
}
.infobox .product-service ul li .service-detail span {
  color: rgb(var(--colors-gray-500));
}

.product-views-buttons {
  display: none !important;
}

.ymm-title-right {
  margin-bottom: 25px !important;
}

.ymm-remove-from-garage {
      display: block;
    margin-top: 10px;
}

.elementor-widget-ignavo-banner-box .opacity-70, .elementor-widget-ignavo-banner-box2 .opacity-70 {
  opacity: 90% !important;
}

.elementor-widget-ignavo-banner-box2 .site-banner-media {
  --h: 390px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  width: 2.75rem !important;
}

.price {
  --price-font-size-xs: 30px !important;
}

.filter-widgets .ymm-selector.ymm-box .ymm-garage .ymm-garage-select {
  width: 100%;
}
@media screen and (min-width: 1024.02px) {
#garage .service-search-form .ymm-selector.ymm-box select.ymm-select, .ymm-selector.ymm-box select.ymm-category-select {
  width: 50%; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}
}
.service-search-form .remove-filter-element {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    padding-inline: 7px;
    padding-block: 5px;
    color: rgb(var(--colors-red-light));
    background-color: rgb(var(--colors-red-base));
    border-radius: var(--radius-xs);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Kontener z lewej, autem, i prawej strony */
.woocommerce-widget-layered-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.side-filter {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.side-filter input {
  accent-color: #0073aa; /* kolor checkboxa */
}

.side-filter:hover {
  background: #f9f9f9;
}

.car-icon img {
  width: 50px;
  opacity: 0.6;
}
.site-testimonial .testimonial-score > * {
  background-color: #FF5A00;
}

.single-product-wrapper .klb-people-added {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  line-height: 1;
  width: 100%;
  border-radius: calc(var(--theme-radius-base) / 2);
  padding: 0.75rem 0.9375rem;
  margin-bottom: 0.9375rem;
}
.single-product-wrapper .klb-people-added {
    color: #f36507 !important;
    background-color: #fff1e6 !important;
}
.single-product-wrapper .klb-people-added i {
  font-size: 1.125rem;
}
.single-product-wrapper .klb-people-added p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.single-product-wrapper .klb-people-added strong {
    margin-right: 5px;
}
 
#order_review .woocommerce-checkout-payment ul li label {
  text-transform: none !important;
}