#product-data h1 {
	font-size: 14pt;
	text-align: left;
}

#product-image {
	margin: auto;
	margin-bottom: 5px;
}

#product-options {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}

#product-options label {
	cursor: pointer;
}

#product-part-width {
	display: none;
}

.thumb {
	width: calc(100% - 2px);
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}

#product-rating {
	color: #cccccc;
	font-family: fontello;
	font-size: 14pt;
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

#product-rating:before {
	content: '\e806\e806\e806\e806\e806';
}

#product-rating div {
	color: #f9bf3b;
	position: absolute;
	top: 0px;
	font-family: fontello;
	overflow: hidden;
}

#product-rating div:before {
	content:'\e806\e806\e806\e806\e806';
}

#product-brand {
	float: right;
	width: 200px;
	margin: 0px 0px 0px 10px;
}

#price-old {
	font-size: 12pt;
	line-height: 100%;
}

#product-price {
	display: inline-block;
	background-color: #ae0308;
	font-size: 18pt;
	padding: 15px 20px 15px 20px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 10px;
}

#product-sold-out {
	display: inline-block;
	border: 1px solid #ac235b;
	background-color: #efd1dd;
	z-index: 1000;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#add-to-cart {
	display: inline-block;
	background-color: #ae0308;
	font-size: 18pt;
	padding: 15px 80px 15px 70px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 20px;
}

#add-to-cart i {
	margin-right: 10px;
}

#add-to-cart:hover {
	background-color: #000000;
}

#add-to-wishlist {
	width: 75px;
	text-align: center;
	font-weight: bold;
}

#product-variations {
	font-size: 12pt;
}

#thumbs {
	float: left;
	width: 100px;
	margin: 10px;
}

#image-box {
	float: left;
	width: 40%;
	margin-right: 30px;
}

#image-box img {
	max-width: 100%;
}

#product-details {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	color: #000000;
}

#product-details td {
	padding: 5px 10px;
}

#product-details td:first-child {
	font-weight: bold;
}

#product-details tr:nth-child(even) td {
	background-color: #ffffff;
}

#product-details tr:nth-child(odd) td {
	background-color: #efefef;
}

#product-quantity {
	float: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-right: 10px;
}

#product-quantity input {
	outline: none;
	text-align: center;
}

#product-quantity input[type="button"] {
	font-size: 14pt;
	font-weight: bold;
	background-color: #e8e8e8;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 11px 12px;
	cursor: pointer;
	font-family: Courier;
}

#product-quantity input[type="text"] {
	width: 20px;
	border: 0px;
	background-color: #ffffff;
}

#product-quick-order {
	display: none;
	width: 350px;
	text-align: center;
	padding: 20px;
}

#product-description {
	font-size: 10pt;
	margin-bottom: 10px;
}

.variation {
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #cccccc;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	margin: 0px 10px 10px 0px;
	background-color: #f2f2f2;
}

.variation:hover, .variation.selected {
	background-color: #ae0308;
	border: 1px solid #000000;
	color: #ffffff;
}

ul.share-buttons{
	list-style: none;
	padding: 0;
	margin-bottom: 5px;
}

ul.share-buttons li{
	display: inline;
	margin-right: 5px;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

ul.share-buttons img{
	width: 42px;
}