/* 11 @see doc */
select #kolor option[value="1"]	{ background-image:url('https://drk2021.chorzow.pl/wp-content/plugins/np_wyceny/public/js/1.jpg'); }
select #kolor option[value="2"]	{ background-image:url('https://drk2021.chorzow.pl/wp-content/plugins/np_wyceny/public/js/2.jpg'); }
select #kolor option[value="3"]	{ background-image:url('https://drk2021.chorzow.pl/wp-content/plugins/np_wyceny/public/js/3.jpg'); }

.shipping__list_item {
    text-align: right !important;
}
.shipping__table.shipping__table--multiple {
    text-align: right !important;
}
.product_attributes li {
	padding-left: 20px;
	margin-bottom: 5px;
}
.woocommerce-info.message-wrapper,
.woocommerce-remove-coupon,
.woocommerce-shipping-destination,
.woocommerce-shipping-calculator,
.shipping-calculator-button,
.shipping-calculator-form {
	display: none !important;
}
.swal2-html-container {
	text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    color: #333333;
}
.swal2-html-container h1 {
    font-weight: bold;
	text-align: center;
	color: #000000;
}
.swal2-html-container h2 {
    font-weight: bold;
	text-align: center;
}
.swal2-html-container h3 {
    font-weight: bold;
	text-align: center;
}
.swal2-html-container p {
    font-weight: normal;
	text-align: center;
	font-size: 11px;
}
.swal2-html-container b {
    font-weight: bold;
}
.swal2-html-container i {
    font-style: italic;
}
.swal2-html-container u {
    text-decoration: underline;
}
.swal2-html-container ul {
    list-style-type: disc;
    padding-left: 20px;
}
.swal2-html-container ul li {
    margin-bottom: 4px;
}
.swal2-html-container img.info-icon {
    width: 10px;
    height: auto;
    vertical-align: top;
    margin-right: 4px;
}
.swal2-icon.swal2-info {
    width: 30px !important;
    height: 30px !important;
    font-size: 18px !important;
    margin: 5px auto !important;
}
.swal2-icon.swal2-info .swal2-icon-content {
    font-size: 18px !important;
    line-height: 10px !important;
}
.special-highlight > a {
    font-weight: bold;
    color: #c80000;
    animation: neonBlink 1.5s ease-in-out infinite alternate;
}
@keyframes neonBlink {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}
