
 .user-menu a.user-cart label
	{
	font-weight: bold;
	}

 #cart-block
	{
	width: 100%;
	*max-width: 760px;
	}

 #error
	{
	margin-bottom: 16px;
	*font-weight: bold;
	color: red;
	}


/*-------- EMPTY CART --------*/

 .empty-cart
	{
	text-align: center;
	}

 .empty-cart h4
	{
	margin: 30px 0;
	font-size: 18px;
	font-weight: normal;
	color: #555555;
	text-align: center;
	}

 .empty-cart img
	{
	width: 40%;
	margin-left: -8%;
	}


/*-------- CART TABLE --------*/

 #cart-table
	{
	width: 100%;
	table-layout: fixed;
	}

 #cart-table th,
 #cart-table td
	{
	padding: 0 5px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	*border: 1px solid red;
	}

 #cart-table th
	{
	height: 40px;
	font-weight: normal;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	*background-color: #f6f6f6;
	}
 #cart-table th:first-child
	{
	border-left: 1px solid #dddddd;
	}
 #cart-table th:last-child
	{
	border-right: 1px solid #dddddd;
	}

 #cart-table td
	{
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	}
 #cart-table tr:hover td
	{
	background-color: #f6f6f7;
	}

 #cart-table .td-delete
	{
	width: 60px;
	text-align: center;
	}

 #cart-table .td-photo
	{
	width: 100px;
	}
 #cart-table .td-photo img
	{
	width: 100%;
	vertical-align: top;
	}

 #cart-table .td-name
	{
	padding: 0 15px;
	}

 #cart-table .td-name a
	{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
 #cart-table .td-name a:hover
	{
	text-decoration: underline;
	}

 #cart-table .td-name .subtitle
	{
	margin-top: 2px;
	color: #505050;
	}

 #cart-table .td-name .warning
	{
	margin-top: 3px;
	padding-left: 20px;
	background: url("images/warning.png") left center no-repeat;
	line-height: 18px;
	color: #ff5050;
	}

 #cart-table .td-size
	{
	}

 #cart-table .td-color
	{
	text-align: center;
	}

 #cart-table .td-color img
	{
	width: 50px;
	height: 50px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 1px 1px 5px RGBA(0,0,0, 0.3);
	}

 #cart-table .td-count
	{
	*position: relative;
	width: 140px;
	padding: 13px 20px;
	}

 #cart-table .td-count input
	{
	width: 50px;
	font-family: inherit;
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	}

 #cart-table .td-price,
 #cart-table .td-price1
	{
	width: 120px;
	}

 #cart-table td.td-price
	{
	font-weight: bold;
	}

 #cart-table .div-name
	{
	display: none;
	position: absolute;
	top: 12px;
	left: 20px;
	text-align: left;
	}

 #cart-table .div-name a
	{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	}
 #cart-table .div-name a:hover
	{
	text-decoration: underline;
	}

 #cart-table .number input
	{
	*line-height: 34px;
	}

 #cart-table .count-form
	{
	display: inline;
	margin: 0px auto;
	padding: 0px;
	}

 #cart-table .delete-btn
	{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	background: url("images/delete.png") 0 0 repeat-x;
	cursor: pointer;
	outline: none;
	}
 #cart-table .delete-btn:hover
	{
	opacity: 0.6;
	}


/*-------- CART TOTAL --------*/

 #total
	{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 15px;
	text-align: right;
	}

 #total p
	{
	margin: 10px 0;
	}

 #total .label
	{
	display: inline-block;
	margin-right: 10px;
	}
 
 #total .value
	{
	display: inline-block;
	width: 80px;
	font-weight: bold;
	*text-align: left;
	}

 #total .field
	{
	width: 200px;
	}

 #total .btn
	{
    line-height: 22px;
	padding: 9px 12px;
	min-width: 60px;
	background-color: #cccccc;
	border-color: #cccccc;
	color: #ffffff;
	vertical-align: top;
	}
 #total .btn:hover
	{
	background-color: #999999;
	border-color: #999999;
	}

 #total .error
	{
	color: #ff5050;
	}


/*-------- TERMS --------*/

 #shop-terms
	{
	margin-bottom: 15px;
	}

 #shop-terms .error
	{
	display: none;
	margin-bottom: 3px;
	color: #ff5050;
	}

 #shop-terms span
	{
	color: #707070;
	text-decoration: underline;
	cursor: pointer;
	}
 #shop-terms span:hover
	{
	color: #0077ff;
	text-decoration: none;
	}
 

/*-------- BOTTOM --------*/

 #bottom-buttons
	{
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 20px 10px;
	text-align: right;
	border-top: 1px dashed #c5c5c5;
	}

 #bottom-buttons .delivery
	{
	display: inline-block;
	margin-bottom: 10px;
	color: 404040;
	font-weight: bold;
	}

 #bottom-buttons form
	{
	display: inline-block;
	}


/*-------- TERMS WINDOW --------*/

 #terms-window-bg
	{
	display: none;
	position: fixed;
	top:0; left:0; right:0; bottom:0;
	background-color: RGBA(200,200,200, 0.8);
	overflow-y: scroll;
    	zoom: 1;
	z-index: 500;
	}

 #terms-window
	{
	display: block;
	position: fixed;
	top:0; left:0; right:0; bottom:0;
	margin: 50px auto;
	width: 95%;
	max-width: 1100px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 80px;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: 3px 3px 20px RGBA(0,0,0, 0.3);
	}

 #terms-window .close-btn
	{
	position: absolute;
	top: 10px;
	right: 25px;
	width: 26px;
	height: 26px;
	background: url('images/close.png') center center no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	z-index: 600;
	}
 #terms-window .close-btn:hover
	{
	opacity: 0.7;
	}

 #terms-window .content
	{
	height: 100%;
	box-sizing: border-box;
	padding: 20px 35px;
	line-height: 20px;
	overflow-y: scroll;
	}

 #terms-window .content p
	{
	margin: 10px 0;
	font-size: 14px;
	}

 #terms-window .content a:hover
	{
	text-decoration: underline;
	}

 #terms-window h2
	{
	margin: 0 0 20px 0;
	font-size: 1.5em;
    	font-weight: bold;
	}

 #terms-window hr
	{
	margin: 20px 0;
	border: none;
	border-top: 1px solid #dddddd;
	}
 #terms-window hr:last-child
	{
	*display: none;
	}

 #terms-window .buttons
	{
	position: absolute;
	left:0; right:0; bottom:0;
	padding: 15px 35px;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	}

 #terms-window .btn
	{
	display: inline-block;
	padding: 12px 15px;
	min-width: 120px;
	background-color: #2288ff;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	cursor: pointer;

	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	}
 #terms-window .btn:hover
	{
	background-color: #61b6da;
	box-shadow: 2px 2px 15px RGBA(0,0,0, 0.2);
	}

 #terms-window .not-accept
	{
	background-color: #aaaaaa;
	}
 #terms-window .not-accept:hover
	{
	background-color: #c2c2c2;
	}



/*-------- MOBILE --------*/

@media (max-width: 1000px) 
 {
 #cart-table .td-photo
	{
	width: 70px;
	}

 #cart-table .td-count
	{
	width: 110px;
	}

 #cart-table .td-price,
 #cart-table .td-price1
	{
	width: 100px;
	}
 }


@media (max-width: 670px) 
 {
 #cart-table .td-delete
	{
	width: 40px;
	}

 #cart-table .td-price1
	{
	display: none;
	}

 #cart-table .td-price
	{
	width: 60px;
	}

 .empty-cart img
	{
	width: 50%;
	}
 }


@media (max-width: 480px) 
 {
 #cart-table
	{
	display: block;
	width: 100%;
	border-top: 1px solid #dddddd;
	}

 #cart-table tbody
	{
	display: block;
	}

 #cart-table .header
	{
	display: none;
	}

 #cart-table tr
	{
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	padding-left: 105px;
	border-bottom: 1px solid #dddddd;
	}

 #cart-table td
	{
	display: inline-block;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
	background: none;
	}

 #cart-table .td-delete
	{
	position: absolute;
	top: 30px;
	left: 0px;
	width: auto;
	}

 #cart-table .td-photo
	{
	position: absolute;
	top: 10px;
	left: 30px;
	width: 60px;
	}

 #cart-table .td-name
	{
	width: 100%;
	padding: 0;
	padding-bottom: 10px;
	font-weight: 300;
	}

 #cart-table .td-name a
	{
	font-weight: normal;
	font-size: 13px;
	}

 #cart-table .td-count,
 #cart-table .td-price
	{
	display: inline-block;
	width: auto;
	padding: 0;
	}

 #cart-table .td-price
	{
	padding-left: 10px;
	}

 #cart-table .number input
	{
	line-height: 28px;
	}

 #total
	{
	padding: 5px 12px;
	}

 #total .field
	{
	width: 175px;
	}

 #terms-window
	{
	width: auto;
	margin: 20px 15px;
	padding-bottom: 50px;
	}

 #terms-window .close-btn
	{
	right: 10px;
	}

 #terms-window .content
	{
	padding: 12px 16px;
	line-height: 20px;
	}

 #terms-window .content p
	{
	font-size: 13px;
	}

 #terms-window .buttons
	{
	padding: 10px 16px;
	}

 #terms-window .btn
	{
	padding: 8px 12px;
	min-width: 80px;
	font-size: 13px;
	}
 }
