#shopsubnav .cartmenu i.cartcount{
	font-size: 11px;
	font-style: normal;
}
#shopsubnav .cartmenu .dropdown-menu li{
	padding: 10px;
	font-size: 13px;
}
#shopsubnav .cartmenu .dropdown-menu li .thumb{
	width: 15%;
	float: left;
}
#shopsubnav .cartmenu .dropdown-menu li .name{
	width: 80%;
	float: right;
} 
#shopsubnav .cartmenu .dropdown-menu li a{
	color: inherit;
}
#shopsubnav .cartmenu .dropdown-menu li.cartbutton{
}
/* @group Listing */
#shop .product{
	position: relative;
	display: block;
	margin: 0 auto 15px auto;
}
#shop .origprice{
	font-size: 12px;
	color: #CCC;
	text-decoration: line-through;
}
#shop .product .name{
	line-height: 20px;
}
#shop .product .onsale{
	position: absolute;
	top: 10px;
	left: 10px;
}
#shop .product.noimage .onsale{
	display: none;
}

/* @group Class Upsell */
#shop #skuform .price{
	line-height: 30px;
}
/* @end */

/* @end */

/* @group Details */
#product{
	margin-top: 20px;
}
#product ul{
	margin-left: 0;
}
/* @group Detail Images */
#mainimage{
	height: 600px;
}
#mainimage img{
	max-height: 600px;
}
#product ul.productthumbs li{
	list-style-type: none;
	float: left;
	margin: 10px 10px 10px 0;
}
#product ul.productthumbs li img{
	height: 120px;
}
#cartbutton.inactive{
	opacity: .5;
	cursor: auto;
}
#cartbutton.inactive:hover{
	background: unchanged;
}
/* @end */

#shop #product h1{
	margin-top: 0;
}
#product #details h3,
#product #details .price{
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 15px;
}
#product #details .saleprice{
	color: red;
	display: none;
} 
#product #details .saleprice::before{
	content: "On Sale ";
}
#product ul.picker li{
	min-width: 40px;
	padding: 3px 10px;
	float: left;
	list-style-type: none;
	border: 1px dotted; #CCC;
	margin-right: 10px;
	font-size: 13px;
	text-align: center;
}
#product #colors li{
	width: auto;
	float: none;
	display: block;
	margin-top: 10px;
	text-align: left;
}
#product ul.picker li:hover{
	cursor: pointer;
	opacity: .8;
}
#product ul.picker li.active{
	border-style: solid;
	font-weight: bold;
}
#product #sizes li.outofstock{
	opacity: .8;
}
#product #sizes li.outofstock:hover{
	cursor: auto;
}
#cartbutton{
	margin-top: 50px;
	margin-bottom: 20px;
}
#product #productshare{
	margin-top: 50px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	text-align: center;
}
#product #productshare li{
	list-style: none;
	display: inline-block;
	width: 55px;
	text-align: center;
}
/* @end */

/* @group Cart */
table.cart .item .thumb{
	float: left;
	width: 25%;
}
table.cart .item .name{
	float: right;
	width: 73%;
}
table.cart .quantity .spinner{
	width: 83px;
}
table.cart .thumb img{
	max-height: 100px;
}
table.cart .subtotal,
table.cart .unitprice,
table.cart .summarylabel,
table.cart .total{
	text-align: right;
}
#outofstockbody tr:last-child td{
	padding-bottom: 50px;
}
.continueshopping.clearfix{
	margin-bottom: 20px;
}
/* @end */

/* @group Responsive */
@media (max-width: 767px) {
	#mainimage{
		height: auto;
	}
	#product #productshare li{
		width: 40px;
	}
	table.cart .unitprice{
		display: none;
	}
	table.cart .item .thumb,
	table.cart .item .name{
		float: none;
		width: auto;
	}
	table.cart .item .thumb{
		margin-top: 10px;
	}
}
/* @end */

/* @group Spinner */
.spinner input {
  float: left;
  width: 43px;
}
.spinner .btn {
  position: relative;
  width: 20px;
  height: 14px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
}
.spinner .btn.disabled {
  cursor: not-allowed;
}
.spinner .spinner-buttons {
  position: relative;
  left: -22px;
  float: left;
  width: 20px;
  height: 28px;
}
.spinner .spinner-up {
  top: 2px;
  padding: 0 0 4px 1px;
}
.spinner .spinner-up i {
  position: relative;
  top: -4px;
}
.spinner .spinner-down {
  top: 2px;
  height: 13px;
  padding: 0 0 4px 1px;
}
.spinner .spinner-down i {
  position: relative;
  top: -5px;
}
/* @end */