@charset "utf-8";
/* CSS Document */

#navlinks a#cartLink{
	position: relative;
    padding: 0px !important;
	margin-right: -5px;
	top: -14px;
    line-height: 1;
}
#cartLink .buttonActionPublic{
	position: absolute;
    border: 1px solid black;
    left: 8px;
    top: -30px;
    padding: 15px 15px 5px 15px;
}
#cartLink #cartItemNumber{                                                     
    position: absolute;
    top: 20px;
    right: 6px;
    width: 17px;
    padding: 3px;
    background-color: #e31d1a;
    color: #ffffff;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
}
#breadcrumbNav a{
	margin-right: 15px;
}
#productsDiv {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 55px;
	background: transparent url('/images/design/bg.png') repeat top left;
}
#productsDiv h1{
	font-family: 'Quattrocento Sans', sans-serif;
    font-size: 30px;
    color: #e31d1a;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: left;
    line-height: 50px;
    margin: 25px 0px 0px 25px;
	
}
#productsDiv h2{
	font-family: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
    color: #2c2c2c;
    letter-spacing: 1px;
	line-height: 15px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
#productsDiv h2.discount-percent{
	color: red;
}
.product{
	float: left;
	width: 20%;
	height: 300px;
	border-right: 1px solid #e31d1a;
	padding-right: 2%;
	text-align: center;
	margin: 10px 0px 10px 2%;
}
.product.Stacked{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e31d1a;
	border-right: 0;
}
.Stacked h2{
	float: left;
	width: 50%;
}
.productImg{
	width: 180px;
	height: 180px;
	/*padding-bottom: 10px;*/
	border-radius: 50%;
	border: 10px solid #e31d1a;
	-moz-box-shadow: 0px 0px 0px 6px #FFFFFF, 0px 5px 21px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 0px 6px #FFFFFF, 0px 5px 21px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 0px 6px #FFFFFF, 0px 5px 21px 3px rgba(0, 0, 0, 0.4);
	text-align: center;
	margin: auto;
	background-size: cover !important;
}
.Stacked .productImg{
	width: 75%;
}
.productImg:hover{ 
	opacity: 0.8;
}
.product-listing-image{
	padding: 43% 0px;
}
#productDetailImageWrapper{
	width: 48%;
	height: 250px;
	float: left;
	margin: 2% 2% 2% 0px;
}
#productDetailImageWrapper.Stacked{
	width: 75%;
	height: 150px;
	float: none;
	margin: auto;
}
#productDetailImage{
	/*width: 100%;
	height: 100%;
	background-size: contain !important;*/
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin-left: 20%;
	border: 10px solid #e31d1a;
	-moz-box-shadow: 0px 0px 0px 6px #ffffff, 0px 0px 21px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 0px 6px #ffffff, 0px 0px 21px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 0px 6px #ffffff, 0px 0px 21px 3px rgba(0, 0, 0, 0.4);
	background-size: cover !important;
}
#productDetailImage .product-listing-image{
	padding: 114px 0px;
}
#productDetail{
	width: 50%;
	float: left;
}
#productDetail.Stacked{
	width: 100%;
}
#productDetail h1{
	margin: 10px 0px;
}
#productDetail h2{
	text-transform: uppercase;
	margin: 0px;
	width: 75%;
}
#productDetail h4{
	margin: 15px 0px;
}
#cartHolder
{
	position: relative;
	top: 25px;
}
#cartHolder table{
	width: 100%;
}

#cartHolder table th{
	padding: 10px;
	background: #666666;
	border-bottom: 1px solid #666666;
	font-size: 14px;
	font-weight: bold;
}

#cartHolder table td{
	padding: 15px;
	border-bottom: 1px solid #e31d1a;
}

#cartHolder table td input{
	width: auto;	
}

#cartHolder table td img{
	float: left;
	border: 2px solid #FFFFFF;
    margin: 0px 15px 15px 0px;
    background: #FFFFFF;
    margin: 0px 15px 15px 0px;
    padding: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #333333 0px 0px 4px;
    -moz-box-shadow: #333333 0px 0px 4px;
    box-shadow: 0px 0px 4px #333333;
    position: relative;
}
#cartDiv {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 55px;
	background: transparent url('/images/design/bg.png') repeat top left;
}
.productCartRow {
	float: left;
	width: 95%;
	height: auto;
	padding: 23px;
	border-bottom: 1px solid #e31d1a;
}

.productCartRowEnd {
	border: none !important;
}
.productCartImg {
	float: left;
	margin-right: 25px;
	width: 265px;
}
.productCartDetail1 {
	/*float: left;*/
}
.productCartDetail2 {
	float: left;
}
.product_cart_total {
	padding: 0px 0px 0px 290px !important;
}
.product_cart_subtotal {
	padding-top: 7px;
}
.product_cart_qty {
	
}
.product_qty_cell {
	display: inline-block;
	padding-right: 10px;
}

.product_qty_cell input[type=text] {
	width: 25px;
}
.product_qty_update {
	display: inline-block;
	padding-right: 10px;
}

#product_option_container{
	float: left;
    width: 100%;
    padding-bottom: 20px;
}

#contentBGFullContent.contentBGFullContentShopHome {
    width: 98%;
    padding: 20px 1% 20px 1%;
    float: left;
}

#shopHomeDiv .product
{
	/*background: #e31d1a url(/images/ecommerce/category-background.jpg) no-repeat top left;
	background-size: cover;*/
    width: 327px;
    height: 384px;
    border-right: 0px;
    position: relative;
    margin: 0px 4px 4px 0px;
	padding: 0px;
}

/*#shopHomeDiv .product:hover
{
	background: #e31d1a url(/images/ecommerce/category-background-hover.jpg) no-repeat top left;
	background-size: cover;
}*/


#shopHomeDiv .productImg {
   	width: 200px;
    height: 200px;
	background-color: #FFFFFF;
    text-align: center;
	border-radius: 50%;
	border: 10px solid #e31d1a;
    margin: 100px auto 45px auto;
	box-shadow: 0px 0px 0px 6px #FFFFFF, 0px 5px 21px 3px rgba(0, 0, 0, 0.4);
    background-size: cover !important;
}

#shopHomeDiv #productsDiv .product:hover h2 
{
	/* background: #e31d1a; */
}

#shopHomeDiv #productsDiv h2 
{
	background-color: rgba(227, 29, 26, 0.90);
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
	color: #EBEBEB;
}

#shopHomeDiv #productsDiv h2.discount-percent
{
	background-color: rgba(247, 148, 29, 0.90);
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 32px;
    color: #EBEBEB;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0px;
    position: absolute;
    top: 40px;
    left: 0px;
	height: 40px
}

#cartHeader
{
	border-bottom: 2px solid #E31d1A;
	position: relative;
	margin-top: 50px;
	padding-bottom: 15px;
}
#cartHeaderButtons
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: 8px;
}
#checkOutDiv
{
	float: left;
}
#checkOutWelcome {
	float: right;
	margin-right: 25px;
}
#purchaseDiv {
	float: left;
	width: 95%;
	padding: 35px 57px 0px 0px;
	/*background: transparent url('/images/design/bg.png') repeat top left;*/
}
#processDiv {
	float: left;
	width: 95%;
	padding: 35px 57px 0px 0px;
}

#processBackDiv {
	float: left;
	width: 95%;
	padding: 35px 57px 0px 0px;
}

#thankyouDiv {
	float: left;
}
#thankyouDiv p {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #000000;
}

#productH1{
	float: left;
	display: none;
}

#productPrice::before {
	content: "$";	
}