#select-from-map {
	color: #0073aa;
	-webkit-transition-property: border, background, color;
	transition-property: border, background, color;
	-webkit-transition-duration: .05s;
	transition-duration: .05s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}

#select-from-map:active, #select-from-map:hover {
	color: #00a0d2;
}

.punkt-odbioru {
	width: 95%;
}
.shipping .select2-container {
	width: 200px !important;
}

@media only screen and (max-width: 980px) {
	.shipping .select2-container {
		width: 155px !important
	}
}

@media only screen and (max-width: 760px) {
	.shipping .select2-container {
		width: 155px !important
	}
}

@media only screen and (max-width: 480px) {
	.shipping .select2-container {
		width: 146px !important;
	}

	.shop_table tr td:last-of-type {
		text-align: justify !important
	}
}
