/**
* Breadcrumb
*/

.breadcrumb {
	color: #150c07;
	font-size: 9pt;
	margin-bottom: 15px;
}

.breadcrumb a {
	color: #150c07;
	font-style: normal;
}

.breadcrumb a:hover {
	color: #bb6727;
	text-decoration: underline;
}

/**
* Sidebar
*/

.store-side-bar {
	float: left;
	width: 200px;
}

.store-products-container {
	margin-left: 232px;
}

/**
* Category List
*/

.category {
	display: inline-block;
	margin: 0 10px 10px;
	text-align: center;
	vertical-align: top;
	width: 220px;
}

.category a {
	color: #150c07;
	font-style: normal;
	font-weight: bold;
}

.category a:hover {
	color: #bb6727;
}

/**
* Category Content
*/

.category-images {
	display: flex;
	justify-content: space-between;
}

.category-description {
	background: #f3f5f7;
	margin: 25px 0;
	padding: 25px;
	text-align: center;
}

#content .category-description h2 {
	font-size: 21pt;
	margin: 0;
	letter-spacing: normal;
	text-transform: none;
}

/**
* Product List
*/

.store-list-product {
	margin-bottom: 32px;
	position: relative;
}

.list-product-images {
	float: left;
}

.list-product-container {
	margin-left: 242px;
}

.list-product-title {
	font-size: 18pt;
	font-weight: bold;
}

.list-product-description {
	margin: 10px 0;
}

.list-product-description *:first-child {
	margin-top: 0;
}

select.product-size {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url("../images/select-size-bg.png") no-repeat scroll 96% center #291a10;
	border: 0;
	color: #fff;
	font-size: 14pt;
	height: 38px;
	padding: 5px 35px 5px 5px;
	vertical-align: middle;
}

.list-product-price span {
	font-size: 22pt;
	padding-left: 20px;
	vertical-align: middle;
}

.list-product-buttons {
	margin-top: 10px;
}

/**
* Shopping Cart
*/

table.shoppingCart {
	width: 100%;
}

table.shoppingCart caption {
	text-align: left;
	padding-bottom: 3px;
}

table.shoppingCart thead th {
	height: 30px;
	vertical-align: bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #410000;
}

table.shoppingCart tbody td.name img {
	vertical-align: middle;
	padding-right: 10px;
}

table.shoppingCart tbody td.price {
	text-align: right;
}

table.shoppingCart tfoot td.totalTitle {
	text-align: right;
	padding-right: 15px;
	line-height: 18px;
	font-weight: bold;
}

table.shoppingCart tfoot td.totalTitle span {
	color: #888;
	display: block;
	font-style:italic;
}

table.shoppingCart tfoot td.total {
	text-align: right;
}

table.shoppingCart tfoot td.cartTotal,
table.shoppingCart tfoot td.orderTotal {
	border-top: 1px solid #410000;
}

table.shoppingCart tfoot td.totalPrice {
	line-height: 45px;
}

table.shoppingCart td.delete img {
	border: none;
}

table.shoppingCart tbody td.quantity {
	text-align: center;
}

table.shoppingCart tbody td.quantity input[type=text] {
	border: 1px solid #2F8FA7;
	margin: 0px;
	padding: 1px;
	text-align: center;
	width: 40px;
}

table.shoppingCart a {
	font-style: normal;
}

.cart-information {
	font-style: italic;
}

/**
* Checkout Popup
*/

div#checkoutOptions {
	display: none;
}

fieldset.checkoutOption {
	border: 1px solid transparent;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	width: 48%;
}

fieldset.checkoutOption:hover {
	border: 1px solid #bb6727;
}

fieldset.checkoutOption h3 {
	color: #262420;
  font-size: 14pt;
  padding: 0 10px;
  margin: 0px;
}

fieldset.checkoutOption h3 a {
	display: inline-block;
	outline: none;
	padding: 18px 5px;
}

fieldset.checkoutOption.guest h3 a {
	display: block;
	padding: 18px 0px;
}

fieldset.checkoutOption h3 a:hover {
	color: #bb6727;
}

fieldset.left {
	float: left;
}

fieldset.right {
	float: right;
}

a#checkoutLogin {
	cursor: pointer;
}

#checkoutLoginContainer {
	display: none;
	padding: 0px 10px 20px;
	text-align: left;
}

#checkoutLoginInsideContainer {
	display: none;
	padding: 0px 10px 20px;
	text-align: left;
}

.login-input {
	overflow: auto;
	padding: 5px 0px;
}

.login-input label {
	display: block;
	padding-bottom: 3px;
}

.login-input input  {
	width: 195px;
}

div.login-message {
	color: red;
}

div.login-message img {
	vertical-align: middle;
}

/**
* Checkout Form
*/

.field {
	display: inline-block;
	vertical-align: top;
	width: 455px;
}

.field.full {
	display: block;
	width: auto;
}

.field:nth-child(even) {
	padding-right: 8px;
}

.field select {
	width: 446px
}

/**
* Confirmation Page
*/

fieldset.confirmationLeft {
	float: left;
	width: 430px;
}

fieldset.confirmationRight {
	float: right;
	width: 430px;
}

/**
* View Order
*/

h3.order-status {
	font-weight: normal;
	margin: 0;
	position: absolute;
	right: 14px;
	top: 27px;
}

h3.order-status span {
	font-weight: bold;
}