td, th { padding: 5px; }
.szczegoly tr:hover, input[type=text]:hover, input[type=number]:hover, input[type=password]:hover, input[type=email]:hover, input[type=url]:hover, input[type=tel]:hover, textarea:hover { background-color: #fafebd; }

p.tytul { color: grey; font-size: 16px; font-style: normal; font-weight: bold; text-align: center; }

input[type=text], input[type=number], input[type=password], input[type=email], input[type=url], input[type=tel], textarea { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-appearance: none; font-family: Helvetica, Arial, Tahoma; font-size: 14px; font-color: black; border: 1px dotted #606060; padding: 3px; }

select { font-family: Helvetica, Arial, Tahoma; font-size: 14px; font-color: black; }


input[type=text], input[type=number], input[type=password], input[type=email], input[type=url], input[type=tel], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  margin: 5px 1px 3px 0px;
  font-family: 'Roboto';
  font-size: 1.4rem;
  max-height: 47px;
  font-weight: 300;
  padding: 15px 20px;
  width: 100%;
  letter-spacing: 1px;
  border: 1px solid #c5c5c5;
  text-align: center;
  border-radius: 0px;
}



.sortable { border: 2px solid grey; border-collapse: collapse; }

.sortable tr:nth-child(odd) td {
    background-color:rgba(230, 230, 230, 0.4);
}





table.poslugi tr:hover { background-color: #fafebd; }
table.poslugi td, th { border: 1px dotted; text-align: center; }
table.poslugi tr:hover th { background-color: none; }



.kartka { border: 1px solid #d4d1c6; border-collapse: collapse; }


table { border-collapse: collapse; }


input.wtabelce {
    width: 100%;
    border: 0px;
    text-align: center;
}

/* fotogalerie */

.clear			{ clear:both; }
.photo-link		{ padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
.photo-link:hover	{ border-color:#999; }



.pionowy {
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);	
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


#getFixed { padding: 10px; border: 1px dotted #c0c0c0; color: #4f4f4f; width: 230px; }

#getFixed a { color: #4f4f4f; text-decoration: none; }


.overlimit { color: red; }


#container h3 { margin-bottom:7px; }








#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}





		input.submit, input#submit, input#reset {
			border:none !important;
		}
		.submit, #submit, #reset {
			display:inline-block;
			font-weight:500;
			font-size:16px;
			line-height:42px;
			font-family:'Helvetica', Arial, sans-serif;
			width:auto;
			white-space:nowrap;
			height:42px;
			margin:12px 5px 12px 0;
			padding:0 22px;
			text-decoration:none;
			text-align:center;
			cursor:pointer;
			border:0;
			border-radius:3px;
			vertical-align:top;
			background-color: #c0c0c0;
		}
		.submit span, #submit span, #reset span {
			display:inline;
			font-family:'Helvetica', Arial, sans-serif;
			text-decoration:none;
			font-weight:500;
			font-style:normal;
			font-size:16px;
			line-height:42px;
			cursor:pointer;
			border:none;
		}
		


/* NOWE 2019 */

.newandshiny input[type=text], .newandshiny input[type=number], .newandshiny input[type=password], .newandshiny input[type=email], .newandshiny input[type=url], .newandshiny input[type=tel], .newandshiny textarea, .newandshiny select { 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 14px;
	color: black;
	background-color: white;
	border: 1px solid #b0b0b0; padding: 10px;
	width: 93%;
}
/* border: 1.5px solid #b0b0b0; padding: 10px; */
	
.newandshiny input[type=text]:hover, .newandshiny input[type=number]:hover, .newandshiny input[type=password]:hover, .newandshiny input[type=email]:hover, .newandshiny input[type=url]:hover, .newandshiny input[type=tel]:hover, .newandshiny textarea:hover, .newandshiny:hover select:hover {
  border: 1px solid black; background-color: white;
}

.newandshiny input[type=text]:focus, .newandshiny input[type=number]:focus, .newandshiny input[type=password]:focus, .newandshiny input[type=email]:focus, .newandshiny input[type=url]:focus, .newandshiny input[type=tel]:focus, .newandshiny textarea:focus, .newandshiny:focus select:focus {
  border: 1px solid black; background-color: white;
}

.newandshiny input[type=text]:focus:invalid, .newandshiny input[type=number]:focus:invalid, .newandshiny input[type=password]:focus:invalid, .newandshiny input[type=email]:focus:invalid, .newandshiny input[type=url]:focus:invalid, .newandshiny input[type=tel]:focus:invalid, .newandshiny textarea:focus:invalid, .newandshiny:focus:invalid select:focus:invalid {
  border: 1px solid #e10000;
}

.newandshiny select {
  margin-top: 5px; margin-right: 0px; padding-right: 0px; width: 100%;
}

/*.tekstowy-long input[type=checkbox] {-webkit-appearance:none; border:1.5px solid #b0b0b0; background-color: white; padding:14px; border-radius:2px;display:inline-block;position:relative}*/


@media (min-width: 507px) {
    
    .tekstowy-long {
        float: left;
        width: 48%;
    }

    .tekstowy-short {
        float: left;
        width: 4%;
    }
    
}
/* HR 2022 */
.woocommerce-MyAccount-content{
width: 1060px!important;
max-width: 1060px;
margin: 0 auto;
line-height: 155%;
}
.woocommerce-MyAccount-content form{
	width: 100%;
}

.woocommerce-address-fields__field-wrapper p label, span.select2-selection__rendered{
display: block;
width: 100%;
font-size: 1.4rem;
font-family: 'Roboto';
color: #1A1A1A;
letter-spacing: 2px;
font-weight: 300;
margin-bottom: 7px;
margin-top: 3px;
line-height: normal;
}

.woocommerce-address-fields__field-wrapper p span.woocommerce-input-wrapper input {
	font-family: 'Roboto';
	font-size: 1.4rem;
	max-height: 47px;
	font-weight: 300;
	padding: 15px 20px;
	width: 100%;
	letter-spacing: 1px;
	border: 1px solid #c5c5c5!important;
	text-align: center;
	border-radius: 1px;
	color: #767676;
  }
#billing_country{
	color: #767676;
}
#billing_email{
    padding: 15px 11px!important;	
}

.button{
	display: block;
	width: 100%;
}

.woocommerce-address-fields p{
    display: block;
    position: relative;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 155%;
    margin: 0 0 30px;
  }
.u-columns{
    align-items: center;
    display: flex;
    flex-direction: column;}
.u-column1, .u-column2{
width: 100%;
max-width: 705px;
padding: 20px;
height: 360px;
border: 1px solid #c5c5c5;
}
#customer_login .u-column1{
  border: none;
}
h1, h2, h3 {
    font-family: 'Roboto Condensed';
    font-size: 2.5rem;
    line-height: 110%;
    margin: 0.1rem 0 0.5rem;
    font-weight: 500;
}
.woocommerce-Address a{
    display: block;
    text-align: center;
    margin: 0 0 6px 0;
    padding: 15px 20px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.4rem;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s;
    white-space: nowrap;
    background-color: #000 !important;
    color: #fff;
    max-width: 320px;
  }
.woocommerce-Address a:hover{
  background-color: #ff006f !important;
    color: #fff;
}
.woocommerce-Address address, .woocommerce .woocommerce-customer-details address {
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    font-weight: 300;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p{
    max-width: 600px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 15px;
font-size: 14px;

}
form.woocommerce-form-login{
  display: flex;
flex-direction: column;
padding: 17px 0 0;
border: none;
margin: 0;
border-radius: 0;
}
form.woocommerce-form-login label{
  font-size: 0.9rem;
text-transform: uppercase;
font-family: 'Roboto';
color: #1A1A1A;
letter-spacing: 2px;
font-weight: 300;
}
form.woocommerce-form-login input{
  font-family: 'Roboto';
  font-size: 1.4rem;
  max-height: 47px;
  font-weight: 300;
  padding: 15px 20px;
  width: 100%;
  letter-spacing: 1px;
  border: 1px solid #c5c5c5;
  text-align: center;
  border-radius: 0px;
}
label.woocommerce-form__label-for-checkbox{
  display: inline-flex;
  position: relative;
  cursor: pointer;

}
.form-password{
  max-width: 600px;
}

label.woocommerce-form__label-for-checkbox #rememberme{
  display: inline-flex;
    position: absolute;
    top: 0;
    left: -20px;
    height: 10px;
    width: 10px;
    cursor: pointer;
}
label.woocommerce-form__label-for-checkbox #rememberme::after{

}
label.woocommerce-form__label-for-checkbox span{ 
  margin-left: 2px;
}
p.woocommerce-form-row button{
  display: block;
  float: right;
}



/* .tekstowy-long input[type=text] { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 3px; -webkit-appearance: none; font-family: Helvetica, Arial, Tahoma; font-size: 14px; font-color: black; border: 1px solid #606060; padding: 15px 10px 15px 10px; width: 95%; }
*/

@media (min-width: 507px) {
    
    .tekstowy-long {
        float: left;
        width: 48%;
    }

    .tekstowy-short {
        float: left;
        width: 4%;
    }
    
}





div.komunikat {

    font-family: 'Roboto';
    font-size: 1.4rem;
    font-weight: 300;
    padding: 15px;
    margin: 0px 0px 25px;
    background-color: #efefef;
    width: 100%;
    border: 1px solid #c0c0c0;
    text-align: center;
    border-radius: 1px;
    color: black;
    display: block;

}
.komunikat-negative {

	background-color: #ffb5bd !important;
	border: 1px solid #b70f01 !important;

}
.komunikat-positive {

	background-color: #e8fbc1 !important;
	border: 1px solid #009051 !important;

}








input[type=radio], input[type=checkbox] {
    display: none;
}
input[type=radio] + label::before, input[type=checkbox] + label::before {
    content: '';
    display: inline-block;
    border: 2px solid #404040;
    border-radius: 50%;
    margin: 0 0.5em;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}
input[type=radio]:checked + label::before, input[type=checkbox]:checked + label::before {
    background-color: #FF006F;
}



div.msg { color: red; font-weight: bold; font-size: 12px; }


/* media logowanie
*/

@media only screen and (max-width: 900px)   {
  .woocommerce-MyAccount-content {
  max-width: 100%!important;
  margin: 0px !important;
}
.woocommerce #customer_login form.woocommerce-form-login p, .woocommerce-form-row {
  width: 100%!important;
  margin: 0 auto!important;
  max-width: 100% !important;

}
.woocommerce #customer_login h2{
/*color: blue!important;*/
}
.woocommerce #customer_login p, .woocommerce-address-fields__field-wrapper .addresses, .woocommerce-address-fields__field-wrapper .tekstowy-long, .woocommerce-address-fields p{
  max-width: 80%;
  margin: 0 auto;
}
.woocommerce-address-fields__field-wrapper h2{
  margin-left:10%;
  font-size: 1.9rem;
}
#tytul h2, #takie_same{
  margin-left:20%;
  font-size: 1.9rem;
}
#takie_same{
  margin-left: 10%;
  padding-right: 9%;
  max-width: 90%;
}
#tytul p{
  display: none;
}
.woocommerce-address-fields .oswiadczenie{
  margin-left: 4%;
  max-width: 95%;
}
.woocommerce-address-fields div.uczen{
  margin-top:10%;
  margin-left: 2%;
}
.woocommerce-address-fields h1.tresc{
  margin: 0 3%;
}
.woocommerce-address-fields #dotted p{
  margin-top:4%!important;
  margin-bottom:2%!important;

}
.woocommerce-address-fields #save_data{
  margin-top:3% !important;
}
.woocommerce-MyAccount-content #save{
  margin: 0 auto;
  width: 80%;
  margin-left: 10% !important;
  margin-top: 3% !important;
}

.woocommerce .form-password a, .woocommerce .form-password span{
  font-size: 1.1rem;
  padding-top: 0.9rem;
  letter-spacing: 0px;
}
label.woocommerce-form__label-for-checkbox #rememberme{
  left: -40px;
  height: 0.9rem!important;
  width: 0.9rem!important;
}
}
@media only screen and (max-width: 600px)   {


}





@media (max-width: 480px) {

  .nadesktopie { display: none; }

}