.cart-button {
	display: block;
	width: 100px;
	height: 35px;
	margin: auto 10px;
	cursor: pointer;
	position: relative;
}

.cart-button .countProducts {
	position: absolute;
	top: 9px;
	left: 13px;
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
}

.cart-button .totalPrice {
	position: absolute;
	top: 5px;
	left: 40px;
	display: block;
	width: auto;
	color: #fff;
	font-size: 12px;
}

.window-cart {
	position: fixed;
	right: 0px;
	top: 0px;
	display: flex;
	width: 600px;
	height: 100%;
	background-color: #fff; 
	z-index: 10100;
	flex-direction: column;
	align-items: stretch;

	box-shadow: 0 0 10px #000;
	transition: 0.3s;
}
.window-cart[type='open'] {
	right: 0px;
}
.window-cart[type='close'] {
	right: -650px;
}
.window-cart .close-cart {
	position: absolute;
	z-index: 10101;
	top: 55px;
	right: 25px;
	display: block;
	cursor: pointer;
	color: #fff;
	width: 14px;
	height: 18px;
	font-size: 20px;
	font-weight: bold;
}
.window-cart .cart-head {
	width: 100%;
	height: 128px;
	background-color: #333;
}
.window-cart .cart-head .title-cart {
	display: block;
	width: auto;
	height: 128px;
	line-height: 128px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	letter: 0.7px;
}
.window-cart .cart-body {
	background-color: #fff; 
	flex: 1 1 auto;
	overflow: auto;
}
.cart-body .wrapper {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
}
.cart-body .wrapper .empty {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.cart-body .empty-msg {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center; 
}
.cart-body .cart-item {
	display: flex;
	flex-direction: row;
	min-height: 139px;
	border-top: 1px solid #ccc;
	align-items: center;
}
.cart-body .cart-item:first-child {
	border-top: none
}
.cart-item button {
	display: inline;
	border: none;
	outline: none;
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.cart-item .part {
	flex-wrap: wrap;
}

.cart-item .image img {
	max-width: 88px;
	max-height: 109px;
}

.cart-item .name {
	width: 210px;
	font-size: 14px;
	font-weight: bold;
}

.cart-item .price {
	width: 110px;
	margin-left: 12px;
	font-size: 24px;
}

.cart-item .count {
	text-align: center;
	width: 100px;
	margin-left: 12px;
}
.cart-item .count input[type=text] {
	width:60px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f2f2f2;
    outline: none;
}
.cart-item .count input[type=text]:focus {
	background:#fff;
}
.cart-item .count button {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 5px;
}

.cart-item .delete {
	margin-left: 20px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #c00;
}
.cart-item .delete:hover {
	color: #f00;
}

.window-cart .cart-foot {
	background-color: #fff; 
	flex: 0 1 180px;
	padding: 0 20px;
}
.cart-foot .wrapper {
	border-top:1px solid #ccc;
	display: flex;
	flex-direction: row;
	min-height: 127px;
}

.cart-foot .cart-button {
	display: block;
	width: 238px;
	height: 65px;
	line-height: 67px;
	margin: auto 10px;
	padding: 0;
	cursor: pointer;
	position: relative;
	background: url(images/bigRedBtn.svg) no-repeat center; 
	color: #fcc;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	transition: color 250ms ease;
}

.cart-foot .cart-button:hover {
	color: #fff;
}

.cart-foot .order-info {
	display: flex;
	align-items: center;
	width: auto;
	padding-left: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	min-height: 65px;
}

.cart-foot .cart-clear {
	display: block;
	width: auto;
	margin-left: 80px;
	margin-top: 20px;
	color:#a00;
	font-size: medium;
}

/**********************************************************/
#fbBg { position: fixed; top:0px; left: 0px; display: none; width: 100%; height: 100%; background-color: #000; z-index: 99970; }
#fbPanel { position: fixed; display: none; width: 650px; /*height: 560px;*/ z-index: 99980; overflow: hidden; background-color: #fff; border: 1px solid #c4c4c4; -webkit-box-shadow:#000 0px 0px 10px; -moz-box-shadow:#000 0px 0px 10px; box-shadow:#000 0px 0px 10px; }
#fbPanel .wrapp { display: block; width: auto; padding:25px; max-height:80%; overflow: auto; }
#fbPanel .gMap, #fbPanel .gMapInc { display: block; width: auto; height: 440px; }
#fbPanel .fbContent { }
#fbPanel .fbContent h4 { color: #4d4d4d; font-size: 20px; text-align: center; }
#fbPanel .fbContent .goodList { display: block; width: auto; height: 150px; margin:0px 20px; border: 1px solid #c4c4c4; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; overflow: auto; }
#fbPanel .fbContent .goodList .goodItem { display: block; width: auto; border-bottom: 1px dashed #c4c4c4; padding: 5px 5px; }
#fbPanel .fbContent .goodList .goodItem:last-child { border-bottom: none; }

#fbPanel .fbContent .b1cGoodBlock { display: block; width: auto; height: 140px; margin:0px 20px; border: 1px solid #c4c4c4; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  }
#fbPanel .fbContent .goodList .goodItem .b1cGoodBlock { display: block; width: auto; height: 140px; margin:0px; border: none; }
#fbPanel .fbContent .b1cGoodBlock .gbImg { display: block; width: 180px; height: 120px; *height: 140px; text-align: center; float: left; padding:10px 0px; }
#fbPanel .fbContent .goodList .goodItem .b1cGoodBlock .gbImg { display: block; width: 180px; height: 120px; *height: 140px; text-align: center; float: left; padding:10px 0px; }
#fbPanel .fbContent .b1cGoodBlock .gbImg img { height: 90px; margin: 15px auto; }
#fbPanel .fbContent .b1cGoodBlock .gbData { display: block; width: 377px; height: 120px; *height: 140px; float: left; border-left: 1px solid #c4c4c4; padding: 10px 0px; }
#fbPanel .fbContent .goodList .goodItem .b1cGoodBlock .gbData { display: block; width: 340px; height: 120px; *height: 140px; float: left; border-left: 1px solid #c4c4c4; padding: 10px 0px; }
#fbPanel .fbContent .b1cGoodBlock .gbData .gbdName { display: block; width: auto; padding-left: 20px; font-size: 14px; color: #4d4d4d; font-weight: bold; line-height: 15px; height: 30px; overflow: hidden; }
#fbPanel .fbContent .b1cGoodBlock .gbData .gbdPrice { display: block; width: auto; padding-left: 40px; font-size: 16px; color: #4d4d4d; font-weight: bold; line-height: 30px; }
#fbPanel .fbContent .b1cGoodBlock .gbData .gbdPrice span { margin-right: 10px; font-size: 14px; color: #c4c4c4; font-weight: normal; line-height: 30px; text-decoration: line-through; }
#fbPanel .fbContent .b1cGoodBlock .gbData .gbdCount { display: block; width: auto; padding-left: 40px; font-size: 12px; color: #c4c4c4; line-height: 30px; }
#fbPanel .fbContent .b1cGoodBlock .gbData .gbdCount span { font-weight: bold; }
#fbPanel .fbContent .b1cGoodBlock .gbData .gbdTotal { display: block; width: auto; padding-left: 20px; font-size: 18px; color: #4d4d4d; font-weight: bold; line-height: 30px; }
#fbPanel .fbContent .b1cGoodBlock .gbData .gbdTotal span { color: #ff6f02; }
#fbPanel #fbClose { position: absolute; top: 9px; right: 9px; display: block; width: 18px; height: 18px; font-size: 18px; line-height: 18px; font-weight: bold; color: #c4c4c4; cursor: pointer; }
#fbPanel #fbOrderListText { display: block; width: auto; max-height: 100px; overflow: auto; margin: 10px 0px; padding: 0px 30px; color:#4d4d4d;  font-size: 12px; }
#fbPanel #fbClose:hover { color: #4d4d4d; }
/**********************************************************/