.options-category ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
}
.options-category .ui-check__option {
    height: auto !important;
    padding: 5px !important;
}
.options-category-micro {
	margin-top: 10px;
}
.options-category ul li {
	display: inline-block;
}
.options-category ul li + li {
	margin-left: 5px;
}
/*
.options-category ul li label span {
	padding: 5px !important;
}

.products__list--grid-3 .options-category ul li label span, .products__list--grid-4 .options-category ul li label span {
	height: 25px;
}

.products__list--grid-3 .products__item {

}

.products__list--grid-3 .options-category ul li label, .products__list--grid-4 .options-category ul li label {
	margin-bottom: 5px;
}
*/
.options-category .select-quantity input {
	border: 1px solid #ccc !important;
    height: 33px !important;
}
.options-category .control-label {
	color: #6e727e;
}
.options-category .required .control-label:after {
    content: ' *';
    color: #F00;
    font-weight: bold;
}

.options-category .radio, .options-category .checkbox {
    display: inline-block;
}

/* Tooltip */

.option-tooltip {
	opacity: 1.0 !important;
}
.option-tooltip .tooltip-inner {
	background: #FFF !important;
	color: #333 !important;
	border: 1px solid rgba(0,0,0,.175) !important;
	box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
	max-width: 100% !important;
	padding:0 !important;
}
.option-tooltip img {
	margin-top: 5px !important;
}
.options-category  .select-quantity {
	margin-bottom: 10px;
}
.select-quantity button {
	display: block;
	padding-top: 0px;
	padding-bottom: 1px;
	height: 17px !important;
}
.select-quantity i {
	font-size: 9px;
}
.select-quantity .input-group-btn .btn {
	margin:0 -1px 0 0;
	line-height: 14px;
	border-right: none;
	border-color: #ccc;
}
.select-quantity .input-group-btn .btn:first-child {
	border-radius: 4px 0 0 0;
}
.select-quantity .input-group-btn .btn:last-child {
	border-radius: 0 0 0 4px;
}

/* Theme Button */

.theme-button {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-right: 5px;
	display: inline-block !important;
}
.theme-button label {
	cursor: pointer !important;
}
.theme-button input {
	display:none;
}
.theme-button input + span {
	padding: 1px 2px !important;
	color: #777;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
	border: 1px solid #ccc;
    border-radius: 2px !important;
	display: inline-block;
	min-width: 24px !important;
	text-align: center;
}
.theme-button input:checked + span {
	color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #229ac8;
}
.theme-button input[disabled] + span {
	cursor: default;
    background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 1px solid #ddd;
}
.theme-button input + img {
	padding: 2px;
	border: 1px solid #ccc;
    border-radius: 2px !important;
	display: inline-block;
}
.theme-button input:checked + img {
    border: 1px solid #229ac8;
}
.theme-button input[disabled] + img {
	cursor: default;
	border: 1px solid #ddd;
}

/* No Theme */

.radio-disabled {
	cursor: default !important;
    background-color: rgba(0, 0, 0, 0) !important;
	background-image: none !important;
	color: #000 !important;
	border: 1px solid #ddd !important;
}