.container {
    max-width: 1120px;
}

.works {
    height: calc(100% - 130px);
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	padding: 12px 24px;
	text-align: center;
	font-size: 15px;
	background-color: #6b8e23;
	transition: all .3s;
	font-family: 'Noto Sans Extra Bold', Sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	border: none;
}

input[type="submit"].blue, input[type="reset"].blue, input[type="button"].blue, button.blue {
	color: #fff;
	background-color: #6b8e23;
}

.prices-button {
	float: right;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
	gap: 20px;
	margin-top: 10px;
	height: 40px;
	color: #fff;
}

button.addcart svg {
	fill: #fff;
}

.touchspin {
	margin-right: 30px;
	text-align: right;
}

.touchspin button {
	padding: 0;
    height: 32px !important;
	color: #fff;
    border: 1px solid #6b8e23;
	border-radius: 0;
	background-color: #6b8e23;
}

.touchspin input {
    padding: 0;
    width: 45px;
    height: 30px !important;
    margin-left: 30px;
    border: 1px solid #000;
    border-radius: 0;
    text-align: center !important;
    -moz-appearance: textfield;
}

.switch-input:checked ~ .switch-label {
  background: #6b8e23;
}
  
[data-touchspin-input] {
    -moz-appearance: textfield;
}

.touchspin {
    text-align: right;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    color: #fff !important;
    background-color: #6b8e23 !important;
    border: 1px solid #6b8e23 !important;
    border-radius: 2px !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.nice-number button:focus {
    background-color: #fff !important;
    color: #6b8e23 !important;
}

form.revoshop-form .psp-list input[type="radio"]:checked + label {
	border: solid 3px #6b8e23 !important;
}

@media only screen and (max-width: 849px) {
	.works {
	    height: calc(100% - 230px);
	}
}


