.productcomb input {
    position: absolute;
    left: -9999px;
}
.smallcombinations {
	margin-bottom: -5px;
	font-size: 0;
	margin-top: 15px;
}
label.productcomb {
    display: inline-block;
	margin-right: 7px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 14px;
}
.productcomb span {
	display: block;
	min-width: 40px;
	padding: 0 5px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #25662b;
    background: #298030;
}
.productcomb span:hover {
    background: #25662b;
    border-color: #25662b;
}
.productcomb input:checked + span {
    background: #abec9c;
    border-color: #28bd28;
	color: #000;
}
.choosevariantfirst {
    font-size: 16px;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    padding: 7px;
    text-align: center;
    margin-bottom: 15px;
	margin-top: 15px;
    border-radius: 5px;
    position: relative;
}
.choosevariantfirst:before {
    display: block;
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    border-width: 0 10px 8px 10px;
    border-style: solid;
    border-color: transparent transparent #333;
}
.choosevariantfirst:not(.invisible) + #cart-allowed {
    pointer-events: none;
    filter: grayscale(50%);
    opacity: .7;
}