/*-------------------------------------

Shopping Cart Styles

---------------------------------------*/


/* Cart Preview Styles */

.basketcart {

	width: 240px;
	background: rgba(0,0,0,0.2);
	font-weight: 300;
	height: 48px;

}

.cart-preview {

	width: 320px;
position: fixed;
/* right: 480px; */
top: 48px;
top: 50%;
left: 50%;
/* margin-top: -100px; */
/* margin-left: -250px; */
background: white;
z-index: 9;
box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);
padding: 12px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
font-size: 12px;
margin-left: 135px;

}

.cart-preview.closed {

top: -1000px;

}

.cart-preview img {

	width: 48px;

}

.cart-preview .item-thumb {

	height: 48px;
	overflow: hidden;

}

.cart-preview .headerRow {

	display: none;

}

.cart-preview .even {

	background: #ececec;

}

.cart-preview table {

	width: 100%;

}

.cart-preview tr {

	border-bottom: 1px solid #ececec;
	border-radius: 6px;
	width: 100%;
}
.cart-preview tr td {

padding: 4px;
font-size: 10px;

}

td, th { display: inline-block; }

.cart-preview .item-price,
.cart-preview .item-style,
.cart-preview .item-sku,
.cart-preview .item-playername,
.cart-preview .item-playernumber,
.cart-preview .item-name
 {

	display: none;

}


.cart-preview .item-size,
.cart-preview .item-name {

	height: 40px;
	width: 40px;
	box-sizing: border-box;
	text-align: justify;
	word-wrap: break-word;

}

.item-decrement, .item-increment {

	width: 20px;
	height: 20px;
	background: #CCCCCC;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	color: #555;
	padding: 0 !important;

}

.item-quantity {

	width: 20px;
	height: 20px;
	background: #E6E6E6;
	box-sizing: border-box;
	text-align: center;
	padding: 0 !important;

}

.item-decrement {

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.item-increment {

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

}

.simpleCart_remove {

	content: 'X';

}

.item-total {

	font-size: 15px !important;

}

.item-remove {

color: white;
background: #BF0404;
border-radius: 4px;
padding: 8px;
border-bottom: 2px solid #8C0303;
box-sizing: border-box;
text-align: center;

}


.simpleCart_checkout,
.continue-shopping {

color: white;
background: #26A65B;
border-radius: 4px;
padding: 8px;
float: left;
border-bottom: 2px solid #23844A;
width: 100%;
box-sizing: border-box;
text-align: center;
cursor: pointer;

}


/* End Cart Preview Styles */

.product-item {

	box-sizing: border-box;

}

.product-item-inner {

	border-radius: 6px;
	
	border-bottom: 2px solid #cdcdcd;
	height: 100%;
	background: #fff;
	color: #747474;
	color: #262626;
	overflow:hidden;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);

}

.product-item-inner:hover {

box-shadow: 0 10px 18px rgba(0, 0, 0, 0.22);

cursor: pointer;
margin-top:-6px;


}

.product-image {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 192px;
	overflow: hidden;
	background: white;
	position:relative;

}

.all-products .item_name {

position: absolute;
bottom: 0px;
width: 100%;
padding: 6px;
color: white;
padding-top: 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */


}

.all-products .item_sku {

position: absolute;
z-index: 5;
margin: 8px;
margin-top: 40px;
font-family: arial;
font-size: 10px;

}	

.product-image img {

width: 100%;

}

.product-image img:hover {

transform: scale(2);

}

.product-info {

	padding: 6px;

}

.all-products .item_price {

	position: absolute;
	color: white;
	background: #26A65B;
	border-radius: 4px;
	padding: 4px;
	margin: 8px;
	border-bottom: 2px solid #23844A;
	z-index: 8;

}

.item_color, .item_Size {

  width: 50%;
  outline: 0;
  height: 20px;

}

.item_add {
	font-size: 12px;
	cursor: pointer;
	background: #2ECC71;
	color: white;
	padding: 4px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;

}

.item_add:hover {

	background: #25A559

}

.btn-details {

	font-size: 12px;
	width: 50%;
	background: #1BBC9B;
	color: white;
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	cursor: pointer;

}

.btn-details:hover {

	background: #169375;

}


/*-------------------------------------

Product Details Page Styles

--------------------------------------*/

.layout.product-details .product-image {

	width: 320px;
	float:left;
	height: auto;
	padding: 20px;

}

.layout.product-details .product-item {

	width: 100%;
	color: #3A3D3E;

}

.layout.product-details .item_color, 
.layout.product-details .item_Size,
.layout.product-details .item_style
 {

	height: 32px;
	margin-bottom: 12px;
	width: 192px;
	float: left;
	cursor: pointer;

}

.layout.product-details .item_add {

	height: 40px;
	border-radius: 6px;
	width: 192px;
	font-size: 20px;
	font-weight: 300;
	padding: 10px;

}

.layout.product-details .product-image img:hover {

transform: none;

}

.product-item-details {

	float: left;
	width: 480px;
	padding: 24px;
	padding-top: 0px;

}

.product-desc {

	color: #333;

}



/*-------------------------------------

Review Order Page Styles

--------------------------------------*/

.review-order .headerRow {

	display: none;

}

.review-order .even {

	background: #ececec;

}

.review-order table {

	width: 100%;

}

.review-order img {

	width: 60px;

}


.cart-preview tr {

	border-bottom: 1px solid #ececec;
	border-radius: 6px;
	width: 100%;
}
.cart-preview tr td {

padding: 4px;
font-size: 10px;

}


.cart-preview .item-price,
.cart-preview .item-style,
.cart-preview .item-sku,
.cart-preview .item-playername,
.cart-preview .item-playernumber,
.cart-preview .item-name
 {

	display: none;

}


.cart-preview .item-size,
.cart-preview .item-name {

	height: 40px;
	width: 40px;
	box-sizing: border-box;
	text-align: justify;
	word-wrap: break-word;

}

.item-decrement, .item-increment {

	width: 20px;
	height: 20px;
	background: #CCCCCC;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	color: #555;
	padding: 0 !important;

}

.item-quantity {

	width: 20px;
	height: 20px;
	background: #E6E6E6;
	box-sizing: border-box;
	text-align: center;
	padding: 0 !important;

}

.item-decrement {

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.item-increment {

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

}

.simpleCart_remove {

	content: 'X';

}

.item-total {

	font-size: 15px !important;

}

.item-remove {

color: white;
background: #BF0404;
border-radius: 4px;
padding: 8px;
border-bottom: 2px solid #8C0303;
box-sizing: border-box;
text-align: center;

}
