@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,600;1,400;1,600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap');

input[type=button], input[type=submit], input[type=reset] {
    cursor: pointer; /*łapka po najechaniu 2020*/
}

input:focus {
    outline:none  !important;
    cursor: pointer; /*łapka po najechaniu 2020*/ 
}

html {

	margin: 0;
	padding: 0;
}

body {

	margin: 0;
	padding: 0;

	background-color:white;

	/**font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	font-size: 14px;
	/** kolor szary jak w content lewa strona*/
	color:black;
	text-decoration: none;

	/*margin-top:-17px;*/
}

/* --------------2022.10--------------- 
img {
    transition-duration: 3s;
    margin: 0 auto;
    display: block;
}
img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    z-index: 0;
}*/
/* ----------------------------- */

a{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s ease 0s;

}

a:hover{
	text-decoration: none;
	color: #fc8326;

}

.kolorzmian{color: #feffff;}
.kolorzmian a{color: #feffff;}
.kolorzmian a:hover{color: #48a02d;}

#KONTENER_TOP_content {
  max-width: 1240px;
	
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /*background-image:url(./gfx/nabiurowo_content_01.jpg);
  background-repeat:none;*/
  color: black;

  font-weight: 400;
}

#TOP_content {
  background-color: none;
  height: auto;
  
  /*background-image:url(./gfx/artykuly-do-biura_background_top_a1.jpg);
  background-repeat:repeat-x;*/
}

#KONTENER_TOP_footer2 {
  max-width: 1240px;
	
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /*background-image:url(./gfx/nabiurowo_content_01.jpg);
  background-repeat:none;*/
  color: black;

  font-weight: 400;
}

#TOP_footer2 {
  background-color: white;
  height: auto;
  
  /*background-image:url(./gfx/arsdeco/bottom/arsdeco_stopka_zloto.jpg);
  background-repeat:repeat-x;*/
	
  background-size: 100%;
}

#KONTENER_TOP_footer {
  max-width: 1240px;
	
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /*  background-image:url(./gfx/meccanicatricolore_com/tlo_stopka.jpg);
  background-repeat:none;*/
  color: black;

  font-weight: 400;
}

#TOP_footer {
  background-color: #e9e9e9;
  background-position: top;
  height: auto;

  background-repeat: no-repeat;
  background-position: top center;
  /*background-attachment: fixed;*/
  background-attachment: scroll;
  
  background-size: cover;
  
  background-image:url(./gfx/meccanicatricolore_com/tlo_stopka_b.jpg);
  background-repeat:repeat-x;

}

#PODPIS_footer1{

	text-align: left;
	padding-top: 12px;
	padding-bottom: 10px;
}

#PODPIS_footer2{

	text-align: right;
	padding-top: 12px;
	padding-bottom: 10px;
}

#fotter_lewa{
	
}

#fotter_prawa{
	border: 5px solid #48a02d;
	margin-top: 30px; 
	margin-bottom: 30px;
}



.flexbox_contener{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content: space-between;
	align-items: baseline;
}

.flexbox_contener_tytul1{

}
.flexbox_contener_przycisk1{ 
	border: 3px solid #48a02d; 
	margin-top: 10px;
	
	padding:4px; 
	padding-left: 12px;
	padding-right: 12px;
	
	font-weight: 600;
} 


.flexbox_contener_img_all1{

}

.flexbox_contener_img_in1{ 
	
	z-index: 1;
} 

.flexbox_contener_cena_in1{
	color: white;
	text-shadow: 2px 2px 5px black;
	font-size: 16px;
	font-weight: 500;
	
	position: absolute;
	bottom:0;
	right: 0;
	
	margin-right: 33px;
	margin-bottom: 90px;
	
	background-color: none;
	z-index: 1000;
} 

/** -------- */

.flexbox_contener2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content: space-between;
	align-items: baseline;
}
.contener_nazwa2{
    min-height: 80px;/**22*/
	clear: both;
	padding-top: 15px;
	padding-bottom: 0px;
}
.flexbox_contener_cena2{}

.flexboxcontenerprzycisknew{ 
	/** 2020 */
	
	background-color: #ffffff;
	color: black;
	font-size: 12px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border:solid 2px #48a02d;
	border-radius: 0px; /** zaokrąglanie rogów */
}

.flexboxcontenerprzycisknew:hover{ 
	/** 2020 */


	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	background-color: #48a02d;
	color: white;
	
	transition: all 0.3s ease 0s;
	
	border-radius: 0px; /** zaokrąglanie rogów */
} 

.flexbox_contener_przycisk_listazyczen_usun{ 
	/** 22 */
	
    font-size: 12px;
	margin-top: 10px;

	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	background-color: #48a02d;
	color: white;
	
	transition: all 0.3s ease 0s;

	border:solid 2px #48a02d;
	border-radius: 0px; /** zaokrąglanie rogów */
}

.flexbox_contener_przycisk_listazyczen_usun:hover{ 
	/** 22 */

	background-color: white;
	color: red;
	font-size: 12px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border:solid 2px red;
	border-radius: 0px; /** zaokrąglanie rogów */
} 

.flexbox_contener_przycisk_listazyczen{ 
	/** 22 */
	
    font-size: 12px;
	margin-top: 10px;

	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	background-color: white;
	color: #48a02d;
	
	transition: all 0.3s ease 0s;

	border:solid 2px #48a02d;
	border-radius: 0px; /** zaokrąglanie rogów */
}

.flexbox_contener_przycisk_listazyczen:hover{ 
	/** 22 */

	background-color: #48a02d;
	color: white;
	font-size: 12px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border:solid 2px #48a02d;
	border-radius: 0px; /** zaokrąglanie rogów */
} 

.flexbox_contener_przycisk2nb{ 
	/** 22 */
	
    font-size: 16px;
	margin-top: 10px;

	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 600;
	
	background-color: #48a02d;
	color: #48a02d;
	
	transition: all 0.3s ease 0s;
	
	border-radius: 0px; 
    /** zaokrąglanie rogów */
}

.flexbox_contener_przycisk2nb:hover{ 
	/** 22 */

	background-color: none;
	color: #48a02d;
	font-size: 12px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border:solid 2px #48a02d;
	border-radius: 0px; /** zaokrąglanie rogów */
} 

.flexbox_contener_przycisk2n{ 
	/** 22 */
	
    font-size: 14px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	

	color: black;
	
	transition: all 0.3s ease 0s;
	

}

.flexbox_contener_przycisk2n:hover{ 
	/** 22 */

	background-color: none;
	color: black;
	font-size: 12px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border:dotted 1px black;
	border-radius: 0px; /** zaokrąglanie rogów */
} 

#flexbox_contener_przycisk_szeroki_a{ 
	color: #01751f;
	font-size: 16px;

    border:dotted 1px #01751f;
    background-color: white;

	border-radius: 0px; /** zaokrąglanie rogów */
}

#flexbox_contener_przycisk_szeroki_a:hover{ 
	color: white;
	font-size: 16px;

    border:dotted 1px #01751f;
    background-color: #01751f;

	border-radius: 0px; /** zaokrąglanie rogów */
}

#flexbox_contener_przycisk_szeroki_b{ 
    /*style="background:none; background-image:none; background-color: none; margin-top: 0px; color: black; fint-size:12px;*/
	color: #090909;
	font-size: 16px;

    border: dotted 1px #090909;    /** 2023 przerywana linia border:dotted 1px #fc8326;*/
    background-color: white;

	border-radius: 0px; /** zaokrąglanie rogów */
}

#flexbox_contener_przycisk_szeroki_b:hover{ 
	color: white;
	font-size: 16px;

    border: dotted 1px white;    /** 2023 przerywana linia border:dotted 1px #fc8326;*/
    background-color: #090909;

	border-radius: 0px; /** zaokrąglanie rogów */
}

.flexbox_contener_przycisk2f{ 
	/** 2020 */
	/*border: 3px solid #48a02d; 
	margin-top: 10px;
	
	padding:4px; 
	padding-left: 12px;
	padding-right: 12px;
	
	font-weight: 600;*/
	
	
	color: black;

	font-size: 14px;
	margin-top: 10px;
	
	padding:5px; 
	padding-left: 15px;
	padding-right: 15px;
	
	font-weight: 100;
	
    border:solid 2px #2a82c6;
    background-color: white;

	border-radius: 0px; /** zaokrąglanie rogów */

}

.flexbox_contener_przycisk2f:hover{ 
	/** 2020 */
	/*border: 3px solid #48a02d; 
	margin-top: 10px;
	
	padding:4px; 
	padding-left: 12px;
	padding-right: 12px;
	
	font-weight: 600;
	
	background-color: #48a02d;
	color: white;
	
	transition: all 0.3s ease 0s;*/
	
	/**border: 2px solid #f99400; */
    color: white;

	font-size: 14px;
    
	margin-top: 10px;
	
	padding:5px; 
	padding-left: 15px;
	padding-right: 15px;
	
	font-weight: 100;

    border:solid 2px #2a82c6;
	background-color: #2a82c6;


	
	transition: all 0.3s ease 0s;
	
	border-radius: 0px; /** zaokrąglanie rogów */
} 

.flexbox_contener_przycisk2{ 
	/** 2020 */
	/*border: 3px solid #48a02d; 
	margin-top: 10px;
	
	padding:4px; 
	padding-left: 12px;
	padding-right: 12px;
	
	font-weight: 600;*/
	
	background-color: none;
	color: black;
	font-size: 12px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border:solid 2px #48a02d;
	border-radius: 0px; /** zaokrąglanie rogów */
}

.flexbox_contener_przycisk2:hover{ 
	/** 2020 */
	/*border: 3px solid #48a02d; 
	margin-top: 10px;
	
	padding:4px; 
	padding-left: 12px;
	padding-right: 12px;
	
	font-weight: 600;
	
	background-color: #48a02d;
	color: white;
	
	transition: all 0.3s ease 0s;*/
	
	/**border: 2px solid #f99400; */

	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	background-color: #48a02d;
	color: white;
	
	transition: all 0.3s ease 0s;
	
	border-radius: 0px; /** zaokrąglanie rogów */
} 


.flexbox_contener_przycisk2b{ 
	/** 2020 */

	
	/*background-color: #48a02d;
	color: white;
	
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border-radius: 0px;*/ /** zaokrąglanie rogów */

	background-color: none;
	color: black;
	font-size: 12px;
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	border:solid 2px #48a02d;
	border-radius: 0px; /** zaokrąglanie rogów */

}

.flexbox_contener_przycisk2b:hover{ 
	/** 2020 */


	/*
	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	background-color: black;
	color: white;
	
	
	transition: all 0.3s ease 0s;
	
	border-radius: 0px;*/ /** zaokrąglanie rogów */

	margin-top: 10px;
	
	padding:3px; 
	padding-left: 22px;
	padding-right: 22px;
	
	font-weight: 400;
	
	background-color: #48a02d;
	color: white;
	
	transition: all 0.3s ease 0s;
	
	border-radius: 0px; /** zaokrąglanie rogów */
} 

.porcjowanie_top{color:#626161; }

/** -------- */
/**
.flexbox_contener3{
	height: 100%;
	display: flex;
	align-items: center;

	flex-direction: column;
	flex-flow: column;

	justify-content: space-between;
	align-items: baseline;
	
}*/

.flexbox_contener3{
	height: auto;
	display: flex;
	align-items: center;

	flex-direction: column;
	flex-flow: column;

	justify-content: space-between;
	align-items: baseline;
	
}

.flexbox_contener_top{ }
.flexbox_contener_bottom{ }

.porcjonowanie_stopka{
	font-size: 18px;
	padding: 5px;
	padding-left: 7px; 
	padding-right: 7px; 
	color:black; 
	font-weight:400; 
	border: 3px solid black; 
	background-color:none; 
	margin: 3px;

}

.porcjonowanie_stopka:hover{
	transition: all 0.3s ease 0s;
	border: 3px solid #48a02d; 
	background-color: #48a02d;
	color:white;
}

/** ----------------------------------- */
.flex_produkty{
	
	font-size: 14px;
	margin-top: 35px;

	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content: flex-start;
	align-items: flex-start;
}

.flex_produkt1_lewa{
	flex: 1;
	flex-basis: 130px;
	flex-shrink: 10;
	flex-basis: 10;
	background-color: none;
	
	padding-top: 12px;
}

.flex_produkt1_prawa{
	flex: 2;
	flex-basis: 300px;
	flex-shrink: 1;
	flex-basis: 1;
	
	padding-top: 0px;
	background-color: none;
}

.flex_produkty2{
	
	font-size: 14px;
	margin-top: 35px;

	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content:flex-start;
	align-items: baseline;

}

.flex_produkt2_lewa{
	flex: 1;
	flex-basis: 130px;
	flex-shrink: 10;
	flex-basis: 10;

}

.flex_produkt2_prawa{
	flex: 2;
	flex-basis: 300px;
	flex-shrink: 1;
	flex-basis: 1;

}

.flex_produkty3{
	
	font-size: 14px;
	margin-top: 25px;

	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	justify-content:flex-start;
	align-items:center;
	
	background-color: none;
}

.flex_produkt3_lewa{
	flex: 1;
	flex-basis: 130px;
	flex-shrink: 10;
	flex-basis: 10;
	
	background-color: none;
}

.flex_produkt3_prawa{
	flex: 2;
	flex-basis: 300px;
	flex-shrink: 1;
	flex-basis: 1;

	background-color: none;
}

.dodaj_do_koszyka {
	height:50px;
	width:235px;
	background-image:url(./gfx/koszyk1.jpg);
	background-repeat: none;
	background-size: auto 50px;
	border:none;
	
}
/** ----------------------------------- */
/** ----------------------------------- */

.produkt_kula_kolor{padding-top: 12px; padding-bottom: 12px; }
.produkt_kula_kolor1{ }
.produkt_kula_kolor2{ }
.produkt_kula_kolor3{ }
.produkt_kula_kolor4{ }


.button1 {
    background-color: white;
    color: black;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;

	border: 1px solid black; /* Green */
	border-radius: 0px; /** zaokrąglanie rogów */
}

.button2 {
	width: 100%;
    background-color: white;
    color: red;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;

	border: 1px solid red; /* Green */
	border-radius: 0px; /** zaokrąglanie rogów */
}

.button3 {
	width: 100%;
    background-color: white;
    color: green;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;

	border: 1px solid green; /* Green */
	border-radius: 0px; /** zaokrąglanie rogów */
}

.button_dodaj {
    background-color: white;
    color: green;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;

	border: 1px solid green; /* Green */
	border-radius: 0px; /** zaokrąglanie rogów */ 
}

.form-control-sm{margin-left: 10px; margin-bottom: 20px; border-radius:0px;}

.borderless table {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}


.table td{border: none }

#mobile_1{display: none;}
#pc_1{display: block;}

#style_formularz_4 td{ padding-bottom: 4px; padding-right: 7px;}

.navigation-dropdown-link{
	color: white;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid white;
}

.navigation-dropdown{
	width: 250px;
	padding-top: -1px !important;
	margin-top: -1px !important;
}

.dropdown-toggle{
    
}



#result{
	z-index: 1100;
}

.stopka_menu1{
	color:#010101;
}

#TOP_shop_all_mobile{display: none;}
.slider_mobile{display: none;}


#fotter_call_mobile{display: none;}

#mailito_bottom_href{color:black;}

/*.glowna_top_pasek1{margin-top: 40px;}*/

/** ----------- SM ------------- */

@media screen and (max-width: 1060px) {
	#TOP_shop_all{display: none;}
	#TOP_shop_all_mobile{display: block;}
}

@media screen and (max-width: 988px) {
	
	#footter_odstep_gora_mobile{margin-top: 30px;}
	
	#fotter_call_mobile{display: block;}
	
	#fotter_call{display: none;}

	#fotter_prawa{
		font-size: 14px;
		border:none;
		margin-top: 40px; 
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 960px) {
	.pc900{display: none;}
	#mobile_1{display: block;}
	#pc_1{display: none;}
}

@media screen and (max-width: 767px) {
	.slider_pc{display: none;}
	.slider_mobile{display: block;}
	
	.pc770{display: none;}
}

@media screen and (max-width: 768px) {
	#fotter_prawa{
		font-size: 14px;
		border:none;
		margin-top: 0px; 
		margin-bottom: 30px;
	}
	
	.pc770{display: none;}
	
	#PODPIS_footer{
		padding-left: 10px;
	}
	
	#PODPIS_footer2{
		text-align: left;
		padding-top: 0px;
	}

}

/** ----------- mozilla ------------- */

@-moz-document url-prefix() {
	.navigation-dropdown{
	padding-top: -16px !important;
	margin-top: -16px !important;
	}
}

.zdjecie1{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item {
  position: relative;

  overflow: hidden;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/** -------------------- */
/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}


/* Opacity #2 */
.hover12 figure {
	background: #fbd401;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}


/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .7;
}

/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*-----------------------------2023----------------------------------*/

.gal {


	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;


	}
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {

		.gal {


	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;


	}

	}


/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/