.insulatedType {
	border: solid 2px #f2f6f7;
	padding: 20px;
	text-align: center;
	color: #212a30;
	background: #f2f6f7;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	font-weight: bold;
}

.insulatedType:hover
{
	opacity: 0.7;
	cursor: pointer;
}

.insulatedType.active {
	background: #009dde;
	border-color: #009dde;
	color: #fff;
}

.seeAllProducts {
	background: #009dde;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	width: 500px;
	max-width: 100%;
	margin: 0 auto 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.seeAllProducts:hover {
	background: #212a30;
	width: 600px;
}

.hencoopSizes .sizes .width .photo img, .hencoopSizes .sizes .length .photo img{
	max-width: 72%;

}

.hencoopSizes .sizes .width .photo, .hencoopSizes .sizes .length .photo{
	text-align: right;
	margin-bottom: 15px;
}

@media (max-width: 500px) {
  	.hencoopSizes .sizes .width .photo img, .hencoopSizes .sizes .length .photo img{
		max-width: 100%;

	}
}

.promotion {
	display: block;
	position: relative;
	z-index: 3;
	background: #f4424b;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 5px 0;
	box-shadow: 0 0 0 0 rgba(244, 66, 75, 0.7);
	-webkit-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
	  -moz-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
	  -ms-animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
	  animation: pulse 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(244, 66, 75, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(244, 66, 75, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(244, 66, 75, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(244, 66, 75, 0);}}

.promotion:hover {
	background: #212a30;
	animation: none;
}

.promotion.noanimation {
	animation: none;
}


.promotion.noanimation:hover {
	background: #f4424b;
}

.promotion-blue {
	display: block;
	position: relative;
	z-index: 3;
	background: #2586c8;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 5px 0;
}

.checkboxAgreementProdcut{ margin: 0px 0;}
.checkboxAgreementProdcut input{ float: left; width: 20px; margin-top: 5px;}
.checkboxAgreementProdcut .title{ float: right; width: calc( 100% - 20px ); font-size: 13px; margin-bottom: 15px;}

.checkboxAgreement{ margin: 20px 0;}
.checkboxAgreement input{ float: left; width: 20px; margin-top: 5px;}
.checkboxAgreement .title{ float: right; width: calc( 100% - 20px ); font-size: 13px; margin-bottom: 15px;}

.installmentBox{
	font-size: 15px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #009dde;
	padding: 15px 20px 30px 20px;
	display: inline-block;
	transform: rotate(-90deg);
	position: fixed;
	max-height: 68px;
	right: -92px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}

.installmentBox:hover{
	right: -78px;
}

.installmentBox span{
	color: #394247;
	font-weight: 700;
}

.banner h1 {
	font-size: 40px;
}

@media (max-width: 895px) {
	#header {
		position: relative;
	}

	.banner h1 {
		font-size: 20px;
	}
}


@media (max-width: 500px) {
  	.installmentBox{
		font-size: 12px;
		line-height: 13px;
		color: #fff;
		text-transform: uppercase;
		background-color: #009dde;
		padding: 10px 15px 20px 10px;
		display: inline-block;
		transform: rotate(-90deg);
		position: fixed;
		max-height: 68px;
		right: -80px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 9999;
	}
}


@media (max-width: 640px) {
	.galleriesList a .more {
		display: none;
	}

	.galleriesList a {
		height: auto;
	}

	.galleriesList a .photo {
		height: 220px;
		display: block;
		position: relative;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		border: 1px solid rgba(0,157,222,0.8);;
	}

	.galleriesList a .title {
		position: relative;
		margin-top: 0px;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		display: block;
		width: 100%;
		clear: both;
	}
}


.configurator.garage .deliveryOptions .provinceNone {
}

.configurator.garage .deliveryOptions .quantity {
	float: right;
}

.configurator.door .otherOptions .quantity{
	
}

.configurator.hencoop .provinceLeft{
	float: left;
}

.configurator.hencoop .quantity{
	width: 200px;
	float: right;
}

.configurator.hencoop .quantity select{
	width: 134px;
	display: inline-block;
	margin-left: 25px;
}


a.hencoop-pdf-link {
	display: block;
	font-size: 13px;
	margin-top: 5px;
	background: #009dde;
	color: #fff;
	padding: 2px 5px;
	border-radius: 4px;
}

a.hencoop-pdf-link:hover {
	background: #212a30;
	color: #fff;
}

.hencoop-pdf-link .icon {
	margin-right: 5px;
	font-size: 15px;
	line-height: 15px;
}

@media (max-width: 1024px) {

	.configurator.garage .deliveryOptions .provinceNone{
		margin-bottom: 20px;
                text-align: left;
	}
	.configurator.garage .deliveryOptions .provinceNone select{
		margin-top: 5px;
	}
  	.configurator.garage .deliveryOptions .quantity{
  		float: left;
		
	}

	.configurator.garage .deliveryOptions .quantity select{
		margin-top: 5px;
	}

	.configurator.garage .deliveryOptions select{
		margin-left: 0px;
	}

	.configurator.hencoop .provinceLeft{
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.configurator.hencoop .provinceLeft select{
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}

	.configurator.hencoop .quantity{
		width: auto;
		float: none;
		display: block;
	}

	.configurator.hencoop .quantity select{
		width: 220px;
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
}

#footer .menu ul li a.additional {
	font-size: 14px;
	color: #8b9ba6;
}

#footer .menu ul li a.additional:hover {
    color: #009dde;
}

#header .rightSide .menu>ul>li>a {
    font-size: 1em;
    padding: 0.75em 0.9em 1.1em;
}

/* KAFELKI SEO */

.products-menu {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1001;
}

.products-menu .wrapper {
    //display: -webkit-box;
    //display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.wrapper--wide {
    max-width: 1540px;
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.products-menu__single {
    float: left;
    width: 23%;
    display: -webkit-box;
    display: flex;
    min-height: 200px;
    padding: 20px 50px 20px 20px;
    background: #e8e8e8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-shadow: -5px 5px 10px 1px rgb(0 0 0 / 20%);
    margin: 10px;
    color: #000 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.products-menu__single:hover {
	color: #009dde !important;
}

.products-menu__big {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1em;
}

.products-menu__title {
    font-size: 14px;
    line-height: 1.4em;
    word-wrap: wrap;
    font-weight: bolder;
}

@media screen and (max-width: 90.625em){
	.products-menu__single {
	    width: 31%;
	    padding: 20px 50px 20px 10px;
	}
}


@media screen and (max-width: 74.99875em){
	.products-menu {
	    top: 0;
	    padding-top: 15px;
	}

	.products-menu .wrapper {
	    flex-wrap: wrap;
	}

	.products-menu__single {
	    width: 47%;
	   	min-height: 200px;
	}
}


@media screen and (max-width: 47.99875em){
	.products-menu__single {
	    width: 98%;
	}
}

/* KAFELKI SEO - PRÓBA 2 */

.products-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.products-list__single {
    float: left;
    width: 30%;
    padding: 0 20px;
    font-size: 18px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 20%);
}

.products-list__single:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.products-list__image {
    height: 274px;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.products-list__title {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
    margin-bottom: 0;
    color: #000;
}

.products-list__single>* {
    float: left;
    width: 100%;
}

.products-list__price {
    font-size: 30px;
    font-weight: 800;
    color: #000;
}

.products-list__button {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 18px;
}

.products-list__button .btn {
	background-color: #009dde;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px;
    display: inline-block;
    text-transform: uppercase;
}

@media screen and (max-width: 74.99875em) {
	.products-list__single {
	    width: 32%;
	    margin-bottom: 25px;
	}

}

@media screen and (max-width: 63.99875em) {
	.products-list__single {
	    width: 48%;
	}
}

@media screen and (max-width: 39.99875em) {
	.products-list__single {
	    width: 70%;
	}

	.products-list {
	    -webkit-box-pack: center;
	    justify-content: center;
	}

	.products-list__image img {
		width: 100%;
	}
}

.responsiveOfferTable {
	width: 100%;
}

.responsiveOfferTable tr td {
	padding: 20px;
}

.responsiveOfferTable tr td img {
	max-width: 100%;
	height: auto !important;
}


@media screen and (max-width: 900px) {
	.responsiveOfferTable tr td {
		display: block;
		width: 100%;
	}
}


.siteContent img {
	max-width: 100%;
	height: auto !important;
}


.galleriesList a .price {
	position: absolute;
	background: #f4424b;
	color: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	position: absolute;
	z-index: 3;
	border-top-left-radius: 0;
}

.category-desc-intro {
	overflow: hidden;
	padding-bottom: 60px;
}
@media (min-width: 320px) {
    .galleriesList a .price {
        position:relative;
		
    }
}


/* Ogólny kontener dla wyszukiwarki */
.title-search{
	font-size: 30px;
}

@media (max-width: 640px) {
	.title-search{
		font-size: 20px;
	}
	
}
	
.search-container {
    margin: 20px 0;
   
}

.search-container form {
    display: inline-block;
    width: 100%;
    max-width: 700px;
}

.search-container input[type="text"] {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.search-container button[type="submit"] {
    width: 24%;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color:#009dde;	
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.search-container button[type="submit"]:hover {
    background-color: #007fb4;
}

.search-container button[type="button"] {
    width: 24%;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color:#009dde;	
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.search-container button[type="button"]:hover {
    background-color: #007fb4;
}

@media (max-width: 640px) {

	.search-container form {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	.search-container input[type="text"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.search-container button[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.search-container button[type="button"] {
		width: 100%;
	}
	
}

.galleriesList a .photo.photo-img{
	object-fit: contain;
	width: 100%;
	height: 100% !important;
}

@media (max-width: 640px) {

	.galleriesList a .photo.photo-img{ 
		height: 220px !important;
	}
}


.recommendedProducts {
    max-height: 950px; 
}


@media (max-width: 894px) {

	/*#slider{
	max-height:330px;
	}*/
}


@keyframes pulse-price {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.promo-banner {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #f4424b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    animation: pulse-price 1.5s infinite ease-in-out;
}


.old-price {
    position: absolute;
    top: -4px;
    left: auto;
    text-decoration: line-through;
    color:#414141;
    font-size: 1em;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 10;
}



@media (max-width: 640px) {
    .old-price {
		top: 0px;
        position:relative;
    }
}

.old-price-view {
	text-align:center;
    color: gray;
    font-size: 1.2em;
    display: block;
    margin-top: 5px;
}

.old-price-view span {
    text-decoration: line-through;
	color:#f4424b;
}

.old-price-home {
    position: absolute;
    top: 5px;
    left: 0px;
    text-decoration: line-through;
    color:#414141;;
    font-size: 1em;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 10;
}

/*konfigurator zapytanie*/

.konf-drewno{
	max-width: 300px;
}

@media (max-width: 1024px) {
	.konf-drewno{
		max-width:100%;
		padding:0px;
	}
}
#customerNotes{
	width: 100%;
}

#file-container input[type="file"] {
    margin-bottom: 15px;
}

.no-marginp{
	margin-top: 10px;
}

#summaryGarageImage{
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
}

@media (max-width: 895px) {
	#summaryGarageImage{
		background-position: center;
	}
	
}

.color-preview {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/*konfigurator-zapytanie select2*/

.select2-container {
    width: 157px !important;
    height: 45px !important;
	border: 1px solid #e6eced;
}

.select2-selection {
    height: 45px !important;
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    line-height: 45px !important;
}


.color-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-box {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

.color-text {
    font-size: 14px;
    white-space: nowrap;
}

.select2-container .select2-selection {
    border-radius: 0 !important;
}

.select2-dropdown {
    border-radius: 0 !important;
}

.select2-results__option {
    border-radius: 0 !important;
}

.select2-selection__clear {
    display: none !important;
}

.select2-selection__arrow {
    height: 44px !important;
    width: 48px !important;
    background: #212a31; 
	top: 0px !important;
	right: 0px !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important; 
    border: none !important; 
    border-radius: 0 !important; 
}


@media (max-width: 660px) {
	.select2-container {
		width: 100% !important;
	}
	
}



.color-input-wrapper {
    display: none; 
    margin-top: 10px;
}

.color-input-wrapper input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.description2025{
	font-style: italic;
	color: #333;
	font-size: 13px;
	padding: 10px;
	display: block;
}


.toast-garage-2025 {
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
    max-width: 400px;
}

.toast-garage-2025.error {
    background-color: #dc3545; 
}

.toast-garage-2025.success {
    background-color: #28a745; 
}

.toast-garage-2025.show {
    opacity: 1;
    visibility: visible;
}


/* slider wyszukiwarka */
.similar-slider .galleriesList a {
    width: 100% !important;
}
 
.similar-slider .galleriesList a .title{
	padding: 0.5em 0.25em;
}


.similar-slider .swiper-button-prev,
.similar-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    color: #009DDECC; 
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.similar-slider .swiper-button-prev:hover,
.similar-slider .swiper-button-next:hover {
    background-color: #009DDECC;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.similar-slider .swiper-button-prev {
    left: 20px; 
}

.similar-slider .swiper-button-next {
    right: 20px;
}

.similar-slider .swiper-button-prev::after,
.similar-slider .swiper-button-next::after {
    font-size: 20px;
}


@media (max-width: 768px) {
	.similar-slider .swiper-button-prev,
	.similar-slider .swiper-button-next {
		top: 40%;
		width: 30px;
    	height: 30px;
	}
	.similar-slider .swiper-button-prev::after,
	.similar-slider .swiper-button-next::after {
		font-size: 16px;
	}
}

/*nowy slider*/

.hero-slider__track {
  position: relative;
  height: 670px;
}

.hero-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s linear;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

.hero-slider__item.active {
  opacity: 1;
  z-index: 2;
}

.hero-slider__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/sliderMask.png) no-repeat left;
  z-index: 1;
}

.hero-slider__table {
  width: 100%;
  z-index: 2;
}

.hero-slider__cell {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 47px 0;
}

.hero-slider__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.hero-slider__text {
  max-width: 60%;
}

.hero-slider__title {
  font-size: 4.5em;
  font-weight: bold;
  color: white;
  line-height: 0.8333333333em;
}

.hero-slider__desc {
  font-size: 1.125em;
  color: #9fa8ad;
  padding: 1.3888888889em 0 2.5em;
}

.slider-btn {
  position: relative;
  display: inline-block;
  background: #009dde;
  color: white;
  font-size: 2.5em;
  font-weight: 700;
  padding: 0.25em 0.375em 0.25em 0.9em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  z-index: 10;
}

.slider-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: -54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 54px 0 0;
  border-color: #009dde transparent transparent transparent;
  transition: border-color 0.2s ease-in-out;
  z-index: 9; 
}

.slider-btn:hover {
  background: #212a30;
}

.slider-btn:hover::after {
  border-color: #212a30 transparent transparent transparent;
}

.hero-slider__nav-global {
  position: absolute;
  bottom: 103px;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  pointer-events: none; 
  height: 0px;
}

.hero-slider__nav-global .wrapper {
  pointer-events: auto; 
  display: flex;
  justify-content: flex-end;
}

.hero-slider__nav {
  display: flex;
  gap: 14px;
}

.hero-slider__prev,
.hero-slider__next {
  height: 55px;
  width: 55px;
  background: #212a30;
  font-size: 1.875em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.hero-slider__prev:hover,
.hero-slider__next:hover {
  background: #00b0ff;
}

.hero-slider__prev i,
.hero-slider__next i {
  color: #fff;
  font-size: 1em;
  pointer-events: none;
}

@media (max-width: 1335px) {
  .hero-slider__track {
    height: 570px;
  }

  .hero-slider__item {
    height: 570px;
  }
}

@media (max-width: 1024px) {
  .hero-slider__title {
    font-size: 50px;
  }

  .slider-btn {
    font-size: 26px;
  }

.slider-btn:after {
	border-width: 49px 54px 0 0;
}

.hero-slider__mask{
	opacity: 0.7;
	
}
}


@media (max-width: 640px) {
  .hero-slider__track {
    height: 330px;
    position: relative;
  }

  .hero-slider__item {
    height: 330px; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero-slider__mask {
    height: 330px;
  }

  .hero-slider__table {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-slider__cell {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .hero-slider__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-slider__text {
    max-width: 90%;
  }

  .hero-slider__title {
    font-size: 36px;
  }

  .hero-slider__desc {
    font-size: 16px;
    padding: 20px 0 30px;
  }

  .slider-btn {
    font-size: 20px;
    padding: 6px 8px;
  }

  .slider-btn::after {
  content: none;
  display: none;
}


  .hero-slider__nav-global {
    bottom: 60px;
  }

  .hero-slider__nav-global .wrapper {
    justify-content: center;
  }

  .hero-slider__prev,
  .hero-slider__next {
    width: 45px;
    height: 45px;
    font-size: 1.5em;
  }

  .hero-slider__item.has-mobile {
    height: 600px !important;
  }

  .hero-slider__item.has-mobile .hero-slider__mask {
    height: 600px !important;
  }

  .hero-slider__item.has-mobile.active ~ .hero-slider__track {
    height: 600px !important;
  }

  .hero-slider__track:has(.hero-slider__item.has-mobile.active) {
    height: 600px !important;
  }
}


