.sidebar {
	background-color: white;
	-webkit-box-shadow: 0 0 16px -3px #989C9F;
    -moz-box-shadow: 0 0 16px -3px #989C9F;
    box-shadow: 0 0 16px -3px #989C9F;
	padding: 10px;
	font-size: 12px !important;
}

.hll {
    font-size: 15px;
    position: relative;
    text-align: center;
    word-wrap: break-word;
	margin-bottom: 10px;
}

.hll span {
    background: #fff;
    padding: 0 15px 6px;
    position: relative;
    z-index: 1;
}

.hll:before {
    left: 0;
}

.hll:before {
    background: #e0e1e2;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.prodname {
	margin-bottom: 20px;
}

.sidebar .price {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #B2271B;
}

.sidebar p {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.sidebar .right {
	float: right;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: -5px 0 0 0;
	display: inline-block;
	padding-bottom: 4px;
}

.sidebar li {
	font-size: 13px;
    display: inline-block;
    /* padding: 0 7px; */
    margin: 4px 6px 0 0;
    line-height: 23px;
    cursor: pointer;
    transition: all .2s;
	/* background-color: rgb(244, 244, 244); */
	display: none;
	text-align: center;
}

.sidebar li.selected {
	/* color: rgb(255, 255, 255); */
    /* background-color: rgb(39, 164, 79); */
	display: inline-block;
}

.product-info .option > ul > li.selected, .product-info .option > ul > li:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(39, 164, 79);
}

#button-cart2 {
	border-width: 1px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(224, 77, 0);
    background-color: #B2271B;
	font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
	position: relative;
    line-height: 40px;
    min-height: 40px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
}

.info-title {

}

.info-value {
	font-weight: bold;
}