.btn-dark {
    --cz-btn-hover-bg: green;
    --cz-btn-hover-border-color: green;
    --cz-btn-active-bg: green;
    --cz-btn-active-border-color: green;
    --cz-btn-bg: #71C04B;
    --cz-btn-border-color: #71C04B;
}
.text-primary {
	--cz-primary-rgb: 0, 128, 0;
	font-weight: bold !important;
}
.product-item h3 {
	height: 53px;
}

.count-input .btn-group-lg>.btn+.form-control, .count-input .btn-lg+.form-control {
	width: 63px;
}
.count-input .form-control {
	width: 56px;
}