:root {
	--color-blue:#133fb3;
}

/* Margins */
.m-0   { margin: 0 !important; }
.m-1   { margin: 0.25rem !important; }
.m-2   { margin: 0.5rem !important; }
.m-3   { margin: 1rem !important; }
.m-4   { margin: 1.5rem !important; }
.m-5   { margin: 3rem !important; }
.m-auto { margin: auto !important; }

.mt-0  { margin-top: 0 !important; }
.mt-1  { margin-top: 0.25rem !important; }
.mt-2  { margin-top: 0.5rem !important; }
.mt-3  { margin-top: 1rem !important; }
.mt-4  { margin-top: 1.5rem !important; }
.mt-5  { margin-top: 3rem !important; }
.mt-auto { margin-top: auto !important; }

.mb-0  { margin-bottom: 0 !important; }
.mb-1  { margin-bottom: 0.25rem !important; }
.mb-2  { margin-bottom: 0.5rem !important; }
.mb-3  { margin-bottom: 1rem !important; }
.mb-4  { margin-bottom: 1.5rem !important; }
.mb-5  { margin-bottom: 3rem !important; }
.mb-auto { margin-bottom: auto !important; }

.ms-0  { margin-left: 0 !important; }
.ms-1  { margin-left: 0.25rem !important; }
.ms-2  { margin-left: 0.5rem !important; }
.ms-3  { margin-left: 1rem !important; }
.ms-4  { margin-left: 1.5rem !important; }
.ms-5  { margin-left: 3rem !important; }
.ms-auto { margin-left: auto !important; }

.me-0  { margin-right: 0 !important; }
.me-1  { margin-right: 0.25rem !important; }
.me-2  { margin-right: 0.5rem !important; }
.me-3  { margin-right: 1rem !important; }
.me-4  { margin-right: 1.5rem !important; }
.me-5  { margin-right: 3rem !important; }
.me-auto { margin-right: auto !important; }

.mx-0  { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1  { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2  { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3  { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4  { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5  { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0  { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1  { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2  { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3  { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4  { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5  { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

/* Padding */
.p-0   { padding: 0 !important; }
.p-1   { padding: 0.25rem !important; }
.p-2   { padding: 0.5rem !important; }
.p-3   { padding: 1rem !important; }
.p-4   { padding: 1.5rem !important; }
.p-5   { padding: 3rem !important; }

.pt-0  { padding-top: 0 !important; }
.pt-1  { padding-top: 0.25rem !important; }
.pt-2  { padding-top: 0.5rem !important; }
.pt-3  { padding-top: 1rem !important; }
.pt-4  { padding-top: 1.5rem !important; }
.pt-5  { padding-top: 3rem !important; }

.pb-0  { padding-bottom: 0 !important; }
.pb-1  { padding-bottom: 0.25rem !important; }
.pb-2  { padding-bottom: 0.5rem !important; }
.pb-3  { padding-bottom: 1rem !important; }
.pb-4  { padding-bottom: 1.5rem !important; }
.pb-5  { padding-bottom: 3rem !important; }

.ps-0  { padding-left: 0 !important; }
.ps-1  { padding-left: 0.25rem !important; }
.ps-2  { padding-left: 0.5rem !important; }
.ps-3  { padding-left: 1rem !important; }
.ps-4  { padding-left: 1.5rem !important; }
.ps-5  { padding-left: 3rem !important; }

.pe-0  { padding-right: 0 !important; }
.pe-1  { padding-right: 0.25rem !important; }
.pe-2  { padding-right: 0.5rem !important; }
.pe-3  { padding-right: 1rem !important; }
.pe-4  { padding-right: 1.5rem !important; }
.pe-5  { padding-right: 3rem !important; }

.px-0  { padding-left: 0 !important; padding-right: 0 !important; }
.px-1  { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2  { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3  { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4  { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5  { padding-left: 3rem !important; padding-right: 3rem !important; }

.py-0  { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1  { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2  { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3  { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4  { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5  { padding-top: 3rem !important; padding-bottom: 3rem !important; }


#carousel {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.slider-text h2 {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: -1px;
  position: relative;
  color: #fff;
  border-left: 5px solid #e52027;
  text-align: left;
  padding-left: 30px;
  font-weight: 1000;
  font-size: 50px;
	position:relative;	
}
.slider-text123 h2:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:500px;
	width:700px;
	border-radius:0px;
	background:var(--text-color-dark);
	z-index:-1;
	transform:translateY(-50px) translateX(-50px);
}
.video-content {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	z-index:9;	
}
.videohere {
	height:600px;	
	position:relative;
}
.videohere video {
	height:100%;
	width:100%;
	object-fit:cover;
}
.videohere::before {
  background: linear-gradient(to bottom,  rgba(35,39,85,0.7) 0%,rgba(35,39,85,1) 100%);
  content: "";
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  left: 0;
  width: 100%;
  height: 100%;
  z-indeX: 2;
  content: "";
}

.videohere:after {
  background: url(../img/whitetop2.svg);

    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;

  background-position-x: 0%;

  background-position-y: 0%;

  background-repeat: repeat;

  background-size: auto;

  background-position: bottom left;

  background-size: 100%;

  background-repeat: no-repeat;

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-indeX: 2;

  content: "";

}
.slider-text h2 span {
  font-weight: 500;
  font-size: 80%;
}
.dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  mix-blend-mode: lighten;
  height: 100%;
  background: url(../img/dots.png);
  animation: mymove 11s linear infinite;
  mask-image: linear-gradient(to bottom, transparent 0%, black 50%, transparent 100%);
  z-index:9;
  display:none;
}

@-webkit-keyframes mymove {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 0% -100%;
    }
}
@keyframes mymove {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 0% -100%;
    }
}
.video-content .text-lead {
	width:800px;
	color:#fff;
	font-size:28px;
	line-height:1.9;
	padding:20px 0;
}
.btn {
	border-radius:0px;
	padding:0.75rem 1rem;
}
.btn-red {
	background-color: var(--text-color-secondary);
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.btn-sm {
	padding:0.5rem 0.75rem;
	font-size:13px;
}
.btn-red:hover {
	color:#fff !important;
	background-color:#000;
}
.btn-red:hover span{
	color:#fff !important;
}
.slider-text {
	font-size:1.5rem;
}
 #home-subcategories {
	display:none;
}

.subcategories-block {
	text-align:center;
	color:#fff;
	
	padding: 0 0 20px 0;
	color:#fff;
	position:relative;
}

.licznik .liczba {
	font-weight:bold;
	font-size:26px;
	color:var(--color1);
	display:block;
	margin-bottom:10px;
}
.box-content {
	background: #0b1226;
  padding: 30px;
  position: relative;
  border-radius:0px;
	transition:0.5s all;
}
.box-content:hover{
	transform:scale(0.95)
	
}
.licznik .tekst {
	font-size:22px;	
	font-weight:400;	
	color:var(--text-color-secondary);
}

.licznik .liczba.bigger {
	font-size:72px;
	
}
.lead b {
	font-weight:bold;
	
}
.licznik {
	
position: relative;
background:#fff;
box-shadow:0 0 20px rgba(0,0,0,0.1);
line-height: 1;
border-radius:0px;

padding:40px;

z-indeX: 9;
}
main {
	background-color:#f6f6f6;
}



.offerboxnew {
	z-index:9;
  text-align: left;
  
  position: relative;
    background: var(--color1);
  background: #fff;
  border-radius: 0px;
  color: #fff;
  color: #000;
  display: block;
  transition: 0.5s all;
  box-shadow: 3px 10px 30px rgba(0,0,0,0.08);
}
.offerboxnew .btn-red {
	
	transition:0.5s all;
	border:0;
	font-size: 14px;
  padding: 10px 20px;
  color:#000;
  font-weight:bold;
  text-transform:uppercase;
}

#popraw-bezpieczenstwo h3 {
	color:#fff;
	
}
.offerboxnew:hover {
	background:var(--text-color-secondary);	
	transform:scale(1.1);
	color:#fff;
	text-decoration:none;
}
.offerboxnew:hover .btn-red{
	background:var(--text-color-dark);
	color:#fff;
}
.offerboxes .slick-track {
	padding-top:55px;
	padding-bottom:55px;
}
.offerboxinsidenew {
	position:relative;
	z-index:9;
	
}
.offeroverlay {
	position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  background-size:cover;
  opacity:0.5;
  border-radius:0px;
  mix-blend-mode:overlay;
  
}
.wybor {
	background:#ffb300;
	background:url(../img/wyborbg.jpg);
	padding:20px 0 80px 0;
}
.wybor2 {
	padding:20px 0 80px 0;
	background:#f6f6f6;
}
.dlaczegomy {
	background:var(--text-color-secondary);
	background:#fff;
	padding:30px 0;
	
}
.subcategories-blockrow, .dlaczegomy__items {
	display:flex;
	flex-direction: row;
	gap:15px;
	align-items:center;
}

.subcategories-blockrow > div, .dlaczegomy__items > div {
  flex: 1 1 0;
  min-width: 0;
}
 .dlaczegomy__items > div {
	 display:flex;
	 align-items:center;
 }
.dlaczegomy__items img {
	width:60px;
	margin-right:15px;
}
.catblock2 {

	height:100%;
}
.offerboxnew h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
	color:var(--text-color-dark);
	text-align:center;
}
.offerboxnew:hover h2 {
color:#fff;
}
.plusicon {
	display:none;
  --height: 40px;
  width: var(--height);
  height: var(--height);
  line-height: var(--height);
  text-align: center;
  background: var(--text-color-secondary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.offerboxinsidenew small {
	font-size:12px;
	margin:0 -15px;
	line-height:1.3;
	opacity:0.7;
}
.offercircle {
	width:100px;
	height:100px;
	margin-bottom:20px;
	

	background-size:cover;
	background-position:50% 50%;
	z-index: 9;
  overflow: hidden;
  background: #111;
  /*background:#fff;*/
  
  padding:20px;
}
.offerboxnewicon {
	position:relative;	
}
.offerboxnewicon:after {
	content:"";
	width:100%;
	height:100%;
	background:#ffb300;
	background:#000;
	opacity:0.2;
	position:absolute;
	left:0;
	top:0;
}
.offerboxnewicon img {
	width:100%;
	height:150px;
}
.offercircle .icon {
	filter:invert(100%);
	max-width:100%;
}
.offercircle:after {
	display:none;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:var(--text-color-dark);
	opacity:0.5;
}
.header-text {
	
	color: #000;
  font-size: 12px;
  letter-spacing:0.5px;
  padding-top: 12px;
  font-weight:bold;
}
.btn-red.btn-outline  {
	background:#111;
}
.badge {
	color:#fff;
		border-radius:0px;
		padding:5px;
	
}
.badge-blue {
	background:var(--color-blue);
}
.cat-desc {
	font-size:12px;
	color: #666;
	line-height:1.2;
	transition:.5s all;
	height:46px;
	overflow:hidden;
	text-align:center;
}
.offerboxnew:hover .cat-desc {
	color:#fff;
}
.box {
	position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  line-height: 1;
  border-radius: 0px;  
  padding: 40px;
  z-indeX: 9;
}
.normal-text {
	font-size:14px;
	line-height: 1.5;
  font-weight: 300;
}
.d-flex {
	display:flex;
}



.carousel .carousel-item .caption .display-1 {
	font-weight: 600;
  font-size: 38px;
  letter-spacing: -1px;
  position: relative;
  color: #fff;
  
  text-align: left;
  
  
  font-size: 50px;
  position: relative;
  color:#fff;
}
.carousel .carousel-item .caption .display-1 b {
	color:var(--text-color-secondary);
	font-weight:900;
	font-size:70px;
	display:block;
}
.carousel .carousel-item .caption .display-1 span {
  font-weight: 500;
  font-size: 80%;
}
.carousel .carousel-item .caption {
	max-width:100%;
	width:100%;
}

.carousel .carousel-item .caption .caption-description h3 {
	color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 10px 0;
  
}
.footer-container {
	background:#fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.haslo {
	padding:15px 0 35px 0;
	position:relative;
}
.haslo h3 {
	font-size:30px;
	padding:0px 20px;
	border-left:3px solid #e52027;
}
.haslo h3 span {
	font-weight:400;
	font-size:80%;
}
@media only screen and (min-width: 992px) {
  #search_widget {
    min-width: 26.5rem;
  }
}
.haslo-circle {
	position:absolute;
	bottom:20px;
	right:0;
	width:400px;
	height:400px;
	line-height:400px;
	background:#fff;
	border-radius:50%;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	overflow:hidden;
	padding:20px;
}
.offerboxnewactive {
	background-color: var(--text-color-secondary);
	min-height:225px;
}
@media (min-width:991px) {
.top-menu .sub-menu ul[data-depth="1"] > li {
padding: 20px;
  width: calc(20% - 10px) ;
}
}
.carousel .carousel-inner {
	padding:0;
	margin:0;
}
#header .header-nav .cart-preview {
  background: var(--text-color-secondary);
  
  color:#000;
}
 #header .header-nav .cart-preview i {
  color: #000 !important;
}
#carousel {margin-bottom:0 !important}
.page_home, .page_home_gallery {
	background:transparent;
}
.owl-carousel .owl-stage {
	padding-top:10px;
}

#category-2 > a {
    font-size: 0; /* ukrywa tekst, ale zachowuje link */
    position: relative;
	
}
#category-2 > a.dropdown-item::before {
  content: "Asortyment ⏷";
  
  
  
  text-align: center;  white-space: nowrap;
  
  font-size: 16px;
  
}
#subcategories a.subcategory-name {
	text-transform:initial !important;
	color:var(--text-color-dark);
}
.ets-blog-form-comment .blog-submit .button, .blog-managament-information button[type="submit"], .ets-blog-slider.carousel .slick-dots .slick-active button, .blog_view_all, .view_all_link, .blog_view_all_button a, .form-polls-body button, .form_reply input.btn.btn-primary.btn-default[name="addReplyComment"], .add_new_post_blog a, #form_blog button[type="submit"], #form_blog .btn.edit_view_post, .form_reply_comment input[type="submit"], .ets_blog_loading .squaresWaveG {
	background:var(--text-color-dark);
}

.page-product .featured-products h2 {
	text-align:center;
	margin-bottom:30px;
}
#wrapper:not(.page-index #wrapper) {
	padding-top:15px;
}
.current-price-value {
	color:var(--text-color-secondary);
	font-size:50px;
	font-weight:bold;
}
.subcategory-image img{
	padding:30px;
	width:120px;
}
.category-sub-menu li{
	border-bottom:1px solid #eee;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
	padding-right: 50px;
}
.subcategories-list a {
color:var(--text-color-dark);	
}
#product-details .product-reference {
	padding-left:5px;
}
#footer img {
	max-width:100%;
}
.ets_item_img img{
	height:180px;
	object-fit:cover;
}
@media (max-width:991px) {
	#content-wrapper #description table td{
		display:block
	}
	#content-wrapper #description table td img {
		max-width:100%;
		height:auto;
	}
	#content-wrapper #description iframe {
		max-width:100%;
	}
	
  .carousel .carousel-item .caption .display-1 {
    font-size: 2rem !important;
text-align:center;
    
  }
.czemu-warto .d-flex {
	display:initial;
}
	#carousel + .subcategories-block .row > div:last-child {
		display:none;
	}
	.carousel-inner .container {
		
		margin-top: 160px;
	}
	.carousel-inner {
		height:400px !important;
		overflow:hidden;
	}
}
body {
	overflow-x:hidden;
}

.btn-default {
	background-color: var(--text-color-secondary);
  color: #fff;
}
.btn-default:hover {
	background-color: #c8151c;
}


/*biały pasek */
@media (max-width:991px) {
#header .header-nav { 
background:#000;
}

#header .header-nav, #header .header-nav a {
color:#fff;	
}
.cart-products-count {
	color:#fff;
}

.carousel .carousel-item .caption .caption-description h3 {
  font-size: 20px;
}

}
#header, #header .header-top {
	background:#111;
}


#carousel .carousel-inner .carousel-item:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
.wyborboxy {
	display:flex;
	flex-direction:row;
	gap:10px;

}
.wyborboxy__icon {
	widtH:100%;
	padding:20px 20px 30px 20px;
	position:relative;
}
.wyborboxy__icon:after{ 
content:"";
width:60px;
height:3px;
position:absolute;
bottom:10px;
left:0;
right:0;
margin:0px auto;
background:var(--text-color-secondary);

}
.wyborboxy__item h3 {
	font-size:1rem;
}
.wyborboxy__icon img {
	widtH:100%;
	width:60px;
}
.wyborboxy > div {
flex: 1 1 0;
  min-width: 0;	
	padding:20px;
	background:#fff;
	display:flex;
	text-align:center;
	align-items:center;
	flex-direction:column;
	box-shadow: 3px 10px 30px rgba(0,0,0,0.08);
}
.wybor .tab-content {
	background:rgba(255,179,0,0.6);
	box-shadow: 3px 10px 30px rgba(0,0,0,0.08);
}
.text-center {
	text-align:center;
}
.podtitle  {
	font-size:20px;
	font-weight:300;
	
}
.logotypy {
	background:#fff;
	padding:30px 0 60px 0;
}
.logotypy__item {
		box-shadow: 3px 10px 30px rgba(0,0,0,0.08);
		height:100%;
		padding:20px;
		height:150px;
		display:flex;
		align-items:center;
		margin-bottom:20px;
}
.logotypy__item img {
	width:100%;
	mix-blend-mode:multiply;
}
.logotypySwiper {
  width: 100%;
  padding: 10px 0;
}

.logotypySwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logotypySwiper img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  mix-blend-mode:multiply;
}
.bannerfullsize {
	padding:100px 0;
	background:url(../img/bannerfullsizebg.jpg)
}
.bannerfullsize h2{
	font-size:46px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
.bannerfullsize h3{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:var(--text-color-secondary);
}
.kontaktdane  {
	font-size:40px;
	margin-top:50px;
	font-weight:bold;
}
#carousel img {
	width:100%;
}
.lf-features {
	margin-bottom:20px;
	text-align:center;
	font-size:12px;
	line-height:1.5;
	color:#333;
}
.product-miniature, .product-miniature .product {
	height:100%;
}
.attribute-group {
	margin-bottom:20px;
	text-align: center;
}
.attribute-group span {
	font-size: 11px;
  background: #eee;
  border-radius: 10px;
  padding: 2px 5px;
  font-weight: 600;
  margin-right: 3px;
}
.attribute-group strong {
	display:block;
	margin-bottom:5px;
	font-size:12px;
}

.wyborboxy > div, .logotypy__item, .product-miniature .thumbnail-container, .offerboxnew {
	border-radius:3px !important;
	
}
.blockreassurance_product p{
	font-size:12px;
}
@media (min-width:991px) {
.top-menu li {
	display:inline-block;
}
}
@media (max-width:991px) {
	#category-2 > a.dropdown-item::before {
  content: "Asortyment";
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
}
	.carousel .carousel-item figure{
		height:100%;
	}
	.carousel .carousel-item img {
		
		object-fit:cover;
		height:100%;
		
	}
  .subcategories-blockrow,
  .dlaczegomy__items,
.wyborboxy  {
    flex-wrap: wrap;
  }

  .subcategories-blockrow > div,
  .dlaczegomy__items > div,
.wyborboxy > div, .logotypy__item, .offerboxnew  {
    flex: 0 0 calc(50% - 7.5px);
  }
	#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title, .czemu-warto .products-section-title, .products-section-title-nice {
		font-size:24px;
	}
	.carousel .carousel-item .caption {
		transform: translateY(-30%);
	}
}

.block-social ul li {
  background-color: var(--text-color-secondary);
}