

.zaciemniaj{
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background: rgba(255,255,255,0.7);
}
img.loader {
	position: absolute;
	top: 50%;
	left: 50%;	
	transform:         translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
}
.relative{ 
	position: relative;
}


#myAlert{
	position: fixed;
	top: 0; left: 0;
	z-index: 9998;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.95);
}
#myAlert h2{
	position: fixed;
	top: 50%; left: 50%;
	z-index: 9999;
	color: #927a40;
	transform:         translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	font-family: 'LatoBlack';
}
#myAlert img{
	position: fixed;
	top: 10px; right: 10px;
	z-index: 9999;
	cursor: pointer
}


#error {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

#error .txt {
    color: #000;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
	font-size: 22px;
}

#error .iks {
    background: url("../images/template/close2.png") no-repeat scroll center center;
    cursor: pointer;
    height: 48px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 48px;
    z-index: 9999;
}

#closeAction{
	cursor: pointer;
    height: 48px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    z-index: 101;
}



.cartInfo {
    /* background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0; */
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.cartInfo .bgcart {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    cursor: default !important;
}
.cartInfo .content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    bottom: 0;
    box-sizing: border-box;
    height: 200px;
    left: 0;
    margin: auto;
    padding: 30px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 400px;
    z-index: 20;
}

.cartInfo p.nag{
	line-height: 130%;
    margin-bottom: 10px;
}


.cartInfo .btns {
    margin-top: 50px;
}

.cartInfo a {
    font-family: "LatoBold";
}


.koszyk .title {
    display: block;
    font-weight: bold;
    position: relative;
	font-size: 18px;
	font-family: 'LatoBlack';
}

.koszyk .title span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.koszyk .title i {
    background: #d9d9d9 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
}


#cart table {
    width: 100%;
}

#cart table td {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 5px;
}
#cart table tr:nth-child(2) td {
    padding:30px 5px;
}

#cart table td.fotka a img {
	width: 100px;
	max-height: 200px;
	object-fit: contain;
}


#cart .iloscInput{
	width: auto;
}



.koszyk div.container2 div#shipping.shipping p.title {
    margin-top: 50px;
}

#shipping ul {
    margin-bottom: 30px;
    margin-top: 20px;
}

#shipping ul li {
    clear: both;
    display: block;
    margin-bottom: 5px;
}

#shipping ul li label {
    float: none;
    height: 26px;
    margin-bottom: 5px;
}

#shipping ul li label span {
    margin-left: 20px;
}


#shipping div#nextstep.nextstep p.addToCart {
    display: inline-block;
}

input[type="submit"], #cart p.addToCart a, #shipping p.addToCart a, p.button a, button.payu {
    background: #999 none repeat scroll 0 0;
    border: 1px solid #999;
    color: #fff;
    cursor: pointer !important;
    display: inline-block;
    margin-top: 10px;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    width: auto;
	font-family: 'LatoBlack';
}

input[type="submit"]:hover, #cart p.addToCart a:hover, #shipping p.addToCart a:hover, p.button a:hover, button.payu:hover{
    background: #A99D8E none repeat scroll 0 0;
    border: 1px solid #A99D8E;
}

#registryForm table {
    width: 100%;
}


.koszyk #shipping #registryForm table tbody tr.butony td {
    padding: 0 20px 0 0;
}


#registryForm p.button {
    display: inline-block;
}

#registryForm .button.buttonHover a {
    background: #A99D8E none repeat scroll 0 0;
}
#registryForm .button a {
    color: #fff;
    font-size: 16px;
}


#registryForm td {
    box-sizing: border-box;
    padding: 0 20px;
    width: 25%;
}

form i {
    color: #e30000;
    font-style: normal;
}

.koszyk td p.button, #shipping input{
	margin-bottom: 10px;
}

#registryForm input {
    width: 100%;
	margin-bottom: 10px;
}


.login .box.right p a{
	font-family: 'LatoBlack';
}

#registryForm #osoba, #registryForm #firma, .hide {
    display: none;
}

#shipping.shipping div#action form#loginForm {
    margin-top: 30px;
    width: 50%;
}


#loginForm table td {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

#loginForm table input {
    width: 100%;
}


#loginForm table {
    width: 100%;
}

.koszyk div.container div#shipping.shipping div#action form#loginForm #loginCustomer,
#loginForm table tbody tr td input#loginCustomer{
	width: auto;
}


#shipping.shipping div#action form#buywithoutForm table {
    width: 100%;
}

.koszyk div.container div#shipping.shipping div#action form#buywithoutForm{
    margin-top: 30px;
}

.koszyk div.container div#shipping.shipping div#action form#buywithoutForm input {
    width: 90%;
}

#cart table tbody tr td.usun p.addToCart a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    opacity: 0.5;
    padding: 0;
    transition: all 0.2s ease-in 0s;
	border: none;
}
#cart table tbody tr td.usun p.addToCart a:hover {
    opacity: 1;
	border: none;
}

.koszyk div.container div#cart table tbody tr#pozycjaKosza_2_0 td.nazwa a.name{
	text-transform: uppercase;
}


.login .left {
    border-right: 1px solid #ddd;
    padding-right: 40px;
}
.login .box {
    box-sizing: border-box;
    padding: 40px 0;
    width: 50%;
}

.login .right {
    padding-left: 40px;
}
.login .left {
    border-right: 1px solid #ddd;
    padding-right: 40px;
}


p#remind.button a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none !important;
    color: #000;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: lowercase;
}



.remind table {
    width: 50%;
}



.errorPage .box {
    position: relative;
}

.errorPage h1 {
    font-family: "LatoLight";
    font-size: 130px;
    line-height: 140px;
    margin-bottom: 50px;
}


.errorPage {
    padding: 50px 0;
    text-align: center;
}

.errorPage span {
    background: #A99D8E none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "BellotaRegular";
    font-size: 40px;
    height: 150px;
    left: 0;
    margin: auto;
    padding-top: 43px;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}


.errorPage a {
    color: #fff;
}



.podsumowanie #pokwit div.summarydiv {
    margin-bottom: 30px;
}
.podsumowanie #pokwit div.summarydiv.summary_first {
    width: 300px;
    margin-top: 30px;
    flex:none;
    max-width: 100%;

}
.podsumowanie #pokwit div.summarydiv.summary_first p {
    display: flex;
    align-items: center;
}
.podsumowanie #pokwit div.summarydiv.summary_first .small {
	width: 120px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid black;
	text-transform: uppercase;
	margin-left: auto;
	cursor: pointer;
    transition:0.2s all;
}
.podsumowanie #pokwit div.summarydiv.summary_first .small:hover {
    background-color: black;
    color:white;
}
.summarydiv {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
}
.podsumowanie .summarydiv {
    width: 350px;
    max-width: 100%;
}
.podsumowanie #danedofaktury {
    margin-top:30px;
    flex:none;
}
#pokwit .kontener {
    flex-wrap:nowrap;
    gap:0 30px;
    display: flex;
    width: 100%;
}
.podsumowanie .uwagi {
	width: calc(100% - 650px);
	margin-left: auto;
    margin-top:30px;
}
#confirmOrder input {
width: 200px;
height: 45px;
background-color: black;
color:white;
text-transform: uppercase;
letter-spacing: 1px;
}
.summary_buttons {
    display: flex;
    align-items: center;
    width: 100%;
    gap:0 20px;
}
.summary_buttons a {
    width: 200px;
height: 45px;
background-color: white;
color:black;
border:1px solid black;
text-transform: uppercase;
cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease-in 0s;
  font-family: 'LatoBlack';
  letter-spacing: 1px;
}
.podsumowanie .bread {
    margin-bottom:40px;
}
.history table{
	width: 100%;
	margin-bottom: 100px;
}

.history table td{
	border-bottom: 1px solid #d9d9d9 
}

.history .title{
	margin-bottom: 20px;
}

.history .order p{
	font-family: 'LatoBlack'
}

#onlyCart #action{
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
}

#onlyCart #action form{
	margin-top: 200px !important;
}

#onlyCart #action  form#loginForm{
	margin: 0 auto;
}

#onlyCart #action  p.nag{
	font-family: 'LatoBlack';
	font-size: 20px;
	margin-bottom: 30px;
}

.koniec .info{
	padding: 0 30px;
	margin: 50px 0;
}
.koniec .info.left{
	padding-left: 0;
}
.koniec .info.right{
	padding-right: 0;
}

.koniec .info .shopdata{
	margin: 30px 0;
}

@media screen and (max-width: 1200px) {
    .podsumowanie .summarydiv {
        width: 250px;
       
    }
    .podsumowanie #pokwit div.summarydiv.summary_first {
        width: 250px;
       
    }
} 

@media screen and (max-width: 1000px) { 

    #pokwit .kontener {
        flex-wrap:wrap;
    }
    .podsumowanie .uwagi {
        width: 100%;
        margin-top:0;
    }
    .podsumowanie #pokwit div.summarydiv.summary_first {
        width: 50%;
    }
    .podsumowanie .summarydiv {
        width: 45%;
    }
	#cart .iloscInput{ width: 50px }
	
	#registryForm table tbody tr.butony{ text-align :center; }
	#action td{box-sizing: border-box;  display: block;  padding: 5px;  width: 100%; }
	
	#onlyCart #action form{ margin-top: 50px !important; }
	#onlyCart #action{ overflow-y: scroll }

	.koniec .info{ width: 100%; padding: 0; }
}

@media screen and (max-width: 870px) {
	#shipping.shipping div#action form#loginForm{ width: 100%; }
	#shipping.shipping div#action form#buywithoutForm table td input{ width: 100%; }
	.koniec .info{ width: 100%; }
	
	
}


@media screen and (max-width: 700px) {
    #cart table tr:nth-child(2) td {
        padding:5px;
    }
	#cart table tr.boldem{display: none;}
	#cart table tr{ display: block; border-bottom: 1px solid #ddd; }
	#cart table td{ display: inline-block; border: none; box-sizing: border-box; }
	#cart td.nazwa {	width: 70%; }
	#cart .fotka { width: 28%; margin-bottom: 20px; }
	#cart .fotka.ilosc{ margin-bottom: 0; }
	#cart .cena, #cart .ilosc, #cart .usun, #cart .wartosc{ width: 24%; }
	#cart .usun{ width: 15%; }
	#cart p.addToCart{ text-align: center; }
	
	#shipping div#nextstep.nextstep { text-align: center; }
	
	.favourite #cart table tr.boldem, .favourite #cart table tr{ display: table-row; }
	.favourite #cart table td{ display: table-cell; }
	.favourite #cart table td.cena{ width: 100px; }
	
}

@media screen and (max-width: 600px) { 
	.login .box{ width: 100%; padding: 0; text-align: center; border: none; }
	.login .box.right{ margin-top: 100px; }
    .podsumowanie #pokwit div.summarydiv.summary_first {
        width: 100%;
    }
    .podsumowanie .summarydiv {
        width: 100%;
    }
	
}

@media screen and (max-width: 500px) {
	.favourite #cart table td.fotka a img{ width: 100px; }
	.favourite #cart table td .label_radio{ margin: 0 !important; }
	
	.cartInfo .content{ width: 300px; }
}


@media screen and (max-width: 450px) {
    .summary_buttons {
        flex-wrap:wrap;
        margin-top:18px;
    }
    .summary_buttons a {
        width: 100%;
    }
    #confirmOrder {
        width: 100%;
    }
    #confirmOrder input {
        width: 100%;
    }
	.cartInfo .content{ width: 95%; padding: 20px; height: 175px; }
	#cart{ font-size: 17px; }
}





