.product-page__option .form-group {
	padding-left: 10px;
	padding-right: 10px;
	
}
.product-page .qty-switch-product {
    margin-right: 15px;
}
.qty-switch-product {
    display: flex;
    float: left;
    margin: 0 12px 0 0;
}
.quick-order__price2 {
    margin: 20px 0;
    font-size: 1.9em;
	font-weight: 700;
    color: var(--price-c);
    white-space: nowrap;
}
.quick-order__price, .quick-order__price.price2 {
	font-weight: 700;
    color: var(--price-c);
    white-space: nowrap;
}
.qty-switch__input_option {
    width: 34px;
    height: 32px;
    padding: 0;
    text-align: center;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.qty-switch__btn_option_product {
    width: 25px;
    height: 19px;
    line-height: 18px;
}

.qty-switch__btn_option_product.fa-plus {
    border-radius: 0 4px 0 0;
}
.qty-switch__btn_option_product.fa-minus {
    border-top: none;
    border-radius: 0 0 4px 0;
}
.qty-switch__btn_option_product.fa {
    display: block;
  /*  width: 20px;
    height: 16px; */
    line-height: 15px;
    text-align: center;
    font-size: .5em;
    cursor: pointer;
}

/* 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;
}
.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;
	display: inline-block !important;
}
.theme-button label {
	cursor: pointer !important;
}
.theme-button input {
	display:none;
}
.theme-button input + span {
	padding: 1px 2px;
	color: #777;
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: inline-block;
	min-width: 24px;
	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;
	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 */

.no-theme img:hover + div {
	display: block;
}
.no-theme div {
	padding: 2px;
	cursor: pointer;
	border: 1px solid #ccc;
    border-radius: 2px;
	display: none;
	background: #FFF;
	position: absolute;
	z-index: 3;
}

/* Price */

.option-old-price {
	text-decoration: line-through;
}
.option-new-price {
	font-weight: bold;
}