button.boc_order_category_btn {
	border: none;
	border-top: 1px solid #ddd;
	line-height: 2;
	font-weight: bold;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}							
#boc_order .modal-header {
    padding: 10px;
    border-bottom: 1px solid #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-radius: 5px 5px 0 0;	
}
#boc_order .modal-header h2 {
	color: #ffffff;
}
#boc_order .modal-header button.close {
    color: #fff;
    opacity: 1;
}
#boc_order .modal-content {
}
#boc_order h2#boc_order_title {
	text-align: center;
}
#boc_order h2, #boc_order h3, #boc_order h4, #boc_order .h4, #boc_order h5 {
	margin-top: 0;
    font-weight: bold;
    color: #333;
}
#boc_order .checkbox {
	padding: 0.25em 0.5em;
	border: 1px solid transparent;
}
#boc_order .checkbox label {
	color:#ff9999;
}
#boc_order .checkbox label a {
	color: #ff9999;
	border-bottom: 1px dotted #ff9999;
}
#boc_order .input-group.has-error input, #boc_order .form-group.has-error textarea {
   background: #ff6666;
   color:#fff;
}
#boc_order .checkbox.has-error {
	border: 1px solid #cc0000;
	border-radius: 0.25em;
}
#boc_order .checkbox.has-error label {
	color:#ff9999;
}
#boc_order .modal-footer {
    padding: 0 10px 20px 10px;
    text-align: right;
    border-top: none;
}
#boc_order button {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.shop-available.form-group {
	padding: 20px;
    border: 1px solid #eee;
    border-radius: 0.5em;
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.shop-available.form-group.has-error {
	border: 1px solid #f00;
}
.shop-available.form-group p {
	font-size: 1.25em;
    padding: 0 0.5em;
    margin: 0;	
}
.shop-available.form-group p.manufacturer_price {
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
}
.shop-available.form-group > label {
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    top: -0.6em;
    background: #fff;
    padding: 0 0.5em;
}
.shop-available .radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.shop-available .radio__text {
	position: relative;
	padding: 0 0 0 35px;
	padding: 0;

}
.shop-available .radio__text .hidden-available{
	display:none;
}
.shop-available .manufacturer_discount {
	color:#ff0000;
	text-align:center;
}



#modal-shop-available .shop-available {
	margin-bottom:0;
}
#modal-shop-available .shop-available .radio__text {
	padding: 0 0 0 30px;
}
#modal-shop-available .shop-available .radio__text img {
 transform: translateY(16%);
position: relative;
}
#modal-shop-available .shop-available .radio__text .hidden-available{
	display:inline-block;
}
#modal-shop-available .shop-available .radio__text img {
	max-width:50px;
	border:none;
	padding:0;
}
#modal-shop-available .shop-available .radio__text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
    margin-top: -11px;
}
#modal-shop-available .shop-available .radio__text:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
    margin-top: -8px;
}
#modal-shop-available .shop-available .radio input:checked + .radio__text:after {
	opacity: 1;
}