* { zoom: 0; }

h1, h2, h3, h4, h5, h6, p, ul, li { margin: 0; }

a:hover { color: green; }

.gora_dol{
	display: inline;
	text-indent: 8px;
}


select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}


#ladowanie {
  width: 0;
  background-color: green;
  margin-top: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

.part_wraper {
    width: 195px;
    float: left;
    margin: 10px;
    overflow: hidden;
    border: 1px solid gainsboro;
}
.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.available {
    background-color: green;
}
.onorder {
    background-color: orange;
}

.unavailable {
    background-color: red;
}

/* .part_wraper:hover {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(7,212,0,1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(7,212,0,1);
    box-shadow: 0px 5px 0px 0px rgba(7,212,0,1);
} */

.part_header {
	height: 77px;
}

.part_header a {
    /* color: black; */
	text-decoration: none;
	font-size: 1em;
	line-height: 0.8em;
}

.part_image {
    position: relative;
    width: 195px;
    height: 200px;
    background: white;
    text-align: center;
}

.vertical-center {
    height:100%;
    width:100%;
    text-align: center;
    font: 0/0 a;
}

.vertical-center:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.part_image img {
    max-width: 90%;
    max-height: 200px;
    vertical-align: middle;
}

.part_footer {
    position: relative;
    padding-top: 10px;
	width: 195px;
	height: 120px;
    text-align: center;
}

.footer_prod_logo img {
    position: absolute;
    left: 0px;
    top: -30px;
}

.footer_shop_text i {
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.part_footer .type {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}



.get_pasujaca_wkladka_right {
	margin-top: 0px;	
}
 
.get_pasujaca_wkladka_right img {
	vertical-align: bottom;
}

.get_pasujaca_wkladka_right.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}


#szukaj_przycisk {
	display: none;
	display: none;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
 }
 
 #loading-image {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 100;
 }


.validated {
	float: right;
}

.clear {
	clear: both;
}


.custom-select.is-invalid, .was-validated .custom-select:invalid {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	border-color: initial;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
		padding-right:18px
	}
}

@keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
