#cart_block_mask
{
	background-image:url('../images/mask.png');
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:102;
	display:none;
}

.cart_block
{
	display:inline-block;
	overflow:hidden;
	float:right;
	width:40px;
	height:40px;
	margin-right:0px;
	margin-top:7px;
	
	
}
.cart_block .summery_block
{
	display:inline-block;
	overflow:hidden;
	height:40px;
	width:40px;
	cursor:pointer;
}
.cart_block .summery_block .title
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:26px;
	line-height:26px;
	font-size:16pt;
	color:black;
	display:none;
}
.cart_block .summery_block .icon
{
	display:inline-block;
	overflow:hidden;
	float:left;
	width:35px;
	height:35px;
	background-image:url('../images/header cart icon.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	top:-15px;
	z-index:1;
}
.cart_block .summery_block:hover .icon
{
	background-image:url('../images/header cart icon2.png');
}
.cart_block .summery_block .num
{
	display:inline-block;
	overflow:hidden;
	float:right;
	width:18px;
	height:18px;
	line-height:18px;
	font-size:10pt;
	color:black;
	text-align:center;
	margin-right:0px;
	border-radius:10px;
	background-color:white;
	border:1px solid black;
	position:relative;
	z-index:2;
}

.cart_block .cart_hover
{
	position:absolute;
	top:110px;
	right:0;
	width:0;
	min-height:100vh;
	
	z-index:201;
	background-color:white;
}

.cart_block .cart_hover .cart_hover_middle
{
	overflow:hidden;
	margin:40px 100px 20px 100px;
}

.cart_block .cart_hover .btn_close_area
{
	height:20px;
	overflow:hidden;
	margin-bottom:40px;
}
.cart_block .cart_hover .btn_close_area a.btn_close
{
	display:inline-block;
	float:right;
	height:20px;
	width:20px;
	overflow:hidden;
	background-image:url('../images/btn_close_cart.png?num=1');
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

.cart_block .cart_hover .product_line
{
	height:150px;
	overflow:hidden;
	margin-bottom:10px;
	padding-top:10px;
	padding-right:10px;
}
.cart_block .cart_hover .product_line .x_area
{
	float:left;
	display:inline-block;
	height:100px;
	width:0px;
	position:relative;
	top:0px;
	left:0px;
	overflow:visible;
}
.cart_block .cart_hover .product_line .x_area a
{
	display:inline-block;
	float:left;
	margin-top:0;
	height:18px;
	line-height:18px;
	width:18px;
	border:1px solid black;
	background-color:white;
	text-align:center;
	font-size:10pt;
	color:black;
	border-radius:10px;
	opacity:0;
}
.cart_block .cart_hover .product_line:hover .x_area a {opacity:1;}
.cart_block .cart_hover .product_line .x_area a:hover
{
	background-color:black;
	color:white;
}

.cart_block .cart_hover .product_line .img
{
	float:right;
	height:150px;
	width:150px;
	border:0;
	text-align:center;
	margin-right:0;
}
.cart_block .cart_hover .product_line .img img
{
	max-height:150px;
	max-width:150px;
}
.cart_block .cart_hover .product_line .info_area
{
	float:right;
	display:inline-block;
	overflow:hidden;
	height:150px;
	width:320px;
	margin-right:10px;
}
.cart_block .cart_hover .product_line .name
{
	display:block;
	overflow:hidden;
	height:20px;
	line-height:20px;
	font-size:14pt;
	color:black;
	margin-bottom:10px;
	text-align:right;
}
.cart_block .cart_hover .product_line .details
{
	display:block;
	overflow:hidden;
	height:30px;
	clear:both;
}
.cart_block .cart_hover .product_line .details label,
.cart_block .cart_hover .product_line .details span
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:black;
	margin-left:10px;
}
.cart_block .cart_hover .product_line .details a.color
{
	display:inline-block;
	float:right;
	margin-top:5px;
	margin-left:5px;
	height:16px;
	width:16px;
	border-radius:10px;
	border:2px solid transparent;
}
.cart_block .cart_hover .product_line .details a.color.selected,
.cart_block .cart_hover .product_line .details a.color:hover
{
	border-color:black;
}
.cart_block .cart_hover .product_line .amount
{
	display:block;
	overflow:hidden;
	height:30px;
}
.cart_block .cart_hover .product_line .details .amount
{
	display:inline-block;
	float:right;
	margin-left:10px;
}
.cart_block .cart_hover .product_line .amount a.btn_amount
{
	display:inline-block;
	float:right;
	overflow:hidden;
	height:20px;
	line-height:20px;
	width:20px;
	border-radius:10px;
	background-color:#f5f5f5;
	color:black;
	font-size:16pt;
	text-align:center;
	margin-left:5px;
	margin-top:5px;
}
.cart_block .cart_hover .product_line .amount a.btn_amount:hover
{
	background-color:black;
	color:white;
}
.cart_block .cart_hover .product_line .amount span.num
{
	display:inline-block;
	float:right;
	overflow:hidden;
	height:30px;
	line-height:30px;
	width:30px;
	color:black;
	font-size:12pt;
	text-align:center;
	margin-left:5px;
}
.cart_block .cart_hover .product_line .amount a.btn_amount.down {line-height:15px;}
.cart_block .cart_hover .product_line .price
{
	display:block;
	overflow:hidden;
	height:30px;
	margin-top:10px;
}
.cart_block .cart_hover .product_line .price label,
.cart_block .cart_hover .product_line .price span
{
	display:inline-block;
	float:right;
	margin-left:10px;
	height:30px;
	line-height:30px;
	font-size:14pt;
	color:black;
	font-weight:bold;
}



.cart_block .cart_hover .summery_line
{
	height:50px;
	border-top:0.5vw solid black;
	margin-right:10px;
	margin-top:0px;
	text-align:center;
}
.cart_block .cart_hover .summery_line .summery_line_inner_area
{
	overflow:hidden;
	display:inline-block;
}
.cart_block .cart_hover .summery_line span,
.cart_block .cart_hover .summery_line label
{
	float:right;
	display:inline-block;
	height:50px;
	line-height:50px;
	font-size:20pt;
	color:black;
	font-weight:bold;

}
.cart_block .cart_hover .summery_line span
{
	color:black;
	margin-right:10px;
	font-size:20pt;
}
.cart_block .cart_hover .btn_area select
{
	float:right;
	display:inline-block;
	height:50px;
	font-size:16pt;
	color:black;
	border:1px solid black;
	width:50%;
	box-sizing: border-box;
	display:none;
}

.cart_block .cart_hover .btn_area
{
	margin-top:20px;
	height:auto;
	text-align:center;
	margin-right:10px;
}
.cart_block .cart_hover .btn_area a
{
	display:block;
	height:50px;
	line-height:50px;
	font-size:20pt;
	font-weight:bold;
	border:1px solid black;
	text-align:center;
	box-sizing: border-box;
	background-color:black;
	color:white;
	margin-bottom:20px;
}
.cart_block .cart_hover .btn_area a:hover
{
	color:black;
	background-color:white;
}
.cart_block .cart_hover .btn_area a.btn_back
{
	background-color:#96181b;
	border:1px solid #96181b;
}
.cart_block .cart_hover .btn_area a.btn_back:hover
{
	color:black;
	background-color:white;
}





