.color_arr {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

.color {
	width: 110px;
	height: 85px;
	background-color: #212121;
	border-radius: 5px;
	border: 1px solid #070C17;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	margin: 5px 5px;
}

.wdnclr {
	width: 133px;
	height: 103px;
	background-color: #333;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}

.disabled {
	transition: 0.2s all;
	cursor: not-allowed;
}

.disabled:hover {
	opacity: 0.5;
}

.disabled::after {
	position: absolute;
	content: '';
	margin-left: 12px;
	width: 10px;
	height: 103px;
	background: red;
	transform: skew(42deg);
	transform-origin: top;
}

/*  */
.black {background-color: #000000;}

/* KOLORY BŁYSZCZĄCE */

.ral1002 {background-color: #D6B074}
.ral1002:before {
	content: 'RAL 1002';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral6029 {background-color: #127826}
.ral6029:before {
	content: 'RAL 6029';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral6005 {background-color: #0B381D}
.ral6005:before {
	content: 'RAL 6005';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral5010 {background-color: #002b71}
.ral5010:before {
	content: 'RAL 5010';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral3011 {background-color: #781318}
.ral3011:before {
	content: 'RAL 3011';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral3009 {background-color: #552222}
.ral3009:before {
	content: 'RAL 3009';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral3005 {background-color: #4f1219}
.ral3005:before {
	content: 'RAL 3005';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral8004 {background-color: #86382c}
.ral8004:before {
	content: 'RAL 8004';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral8017 {background-color: #2f1c1c}
.ral8017:before {
	content: 'RAL 8017';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral7016 {background-color: #253037}
.ral7016:before {
	content: 'RAL 7016';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral9006 {background-color: #a6acb5}
.ral9006:before {
	content: 'RAL 9006';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral9010 {background-color: #fbffff}
.ral9010:before {
	content: 'RAL 9010';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
	color: #000;  /* WYJĄTKOWY :) */
}

/* KOLORY MATOWE */

/*
	Kolory matowe nie znajdują się już w ofercie
	Styl zachowany w razie potrzeby użytku
*/


/*.ral6020mat {background-color: #263829}
.ral6020mat:before {
	content: 'RAL 6020 mat \A BTX 4702';
	white-space: pre;
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral3009mat {background-color: #552222}
.ral3009mat:before {
	content: 'RAL 3009 mat';
	white-space: pre;
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral3005mat {background-color: #4f1219}
.ral3005mat:before {
	content: 'RAL 3005 mat';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral8004mat {background-color: #86382c}
.ral8004mat:before {
	content: 'RAL 8004 mat \A BTX 2702';
	white-space: pre;
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral8017mat {background-color: #2f1c1c}
.ral8017mat:before {
	content: 'RAL 8017 mat \A BTX 8701';
	white-space: pre;
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral7016mat {background-color: #253037}
.ral7016mat:before {
	content: 'RAL 7016 mat \A BTX 7024';
	white-space: pre;
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral9005mat {background-color: #04060a}
.ral9005mat:before {
	content: 'RAL 9005 mat \A BTX 7700';
	white-space: pre;
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ral8019mat {background-color: #2b262a}
.ral8019mat:before {
	content: 'RAL 8019 mat';
	white-space: pre;
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}*/

/* KOLORY DREWNOPODOBNE */

.winchester {
	background-image: url('../images/drewnopodobne/winchester.jpg');
	background-size: cover;
	background-position: center;
}

.winchester:before {
	text-transform: uppercase;
	content: 'winchester';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.zlotydab {
	background-image: url('../images/drewnopodobne/zlotydab.jpg');
	background-size: cover;
	background-position: center;
}

.zlotydab:before {
	text-transform: uppercase;
	content: 'złoty dąb';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.orzech {
	background-image: url('../images/drewnopodobne/orzech.jpg');
	background-size: cover;
	background-position: center;
}

.orzech:before {
	text-transform: uppercase;
	content: 'orzech';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.ciemnydab {
	background-image: url('../images/drewnopodobne/ciemnydab.jpg');
	background-size: cover;
	background-position: center;
}

.ciemnydab:before {
	text-transform: uppercase;
	content: 'Ciemny dąb';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}

.mahon {
	background-image: url('../images/drewnopodobne/mahon.jpg');
	background-size: cover;
	background-position: center;
}

.mahon:before {
	text-transform: uppercase;
	content: 'mahoń';
	position: absolute;
	margin-top: 8px;
	margin-left: 5px;
}
