.cart-tab
{
	position: fixed;
	top: 5em;
	width: 28em;
	z-index: 9999999;
}
.cart-tab a.cart-parent
{
	box-sizing: border-box;
	display: block;
	moz-box-sizing: border-box;
	padding: 1.618em;
	position: absolute;
	text-decoration: none;
	top: 0;
	webkit-box-sizing: border-box;
}
.cart-tab a.cart-parent span.contents
{
	color: #666;
	display: block;
	font-size: .8em;
}
.cart-tab a.cart-parent:hover
{
	text-decoration: none;
}
.cart-tab .widget
{
	margin: 0;
	padding: 1.2em;
}
.cart-tab.light
{
	background: #fff;
}
.cart-tab.light a.cart-parent,.cart-tab.light .widget
{
	box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
	moz-box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
	o-box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
	webkit-box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
}
.cart-tab.light a.cart-parent
{
	background: #fff;
}
.cart-tab.light a.cart-parent:after
{
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	width: 10px;
}
.cart-tab.dark
{
	background: #333;
}
.cart-tab.dark a.cart-parent,.cart-tab.dark .widget
{
	box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
	moz-box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
	o-box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
	webkit-box-shadow: 0 2px 1em 0 rgba(0,0,0,0.2);
}
.cart-tab.dark a.cart-parent
{
	background: #333;
}
.cart-tab.dark a.cart-parent:after
{
	background: #333;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	width: 10px;
}
.cart-tab.right
{
	moz-transition: right ease .5s;
	o-transition: right ease .5s;
	right: -28em;
	transition: right ease .5s;
	webkit-transition: right ease .5s;
}
.cart-tab.right a.cart-parent
{
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	left: -8.402328em;
	moz-border-radius-bottomleft: 3px;
	moz-border-radius-topleft: 3px;
	moz-transition: left ease .5s;
	o-transition: left ease .5s;
	transition: left ease .5s;
	webkit-border-bottom-left-radius: 3px;
	webkit-border-top-left-radius: 3px;
	webkit-transition: left ease .5s;
	width: 8.402328em;
      color: #D60D0D;
      font-weight: bold;

}
.cart-tab.right a.cart-parent.hidden
{
	left: 0;
}
.cart-tab.right a.cart-parent.visible
{
	left: -8.402328em;
}
.cart-tab.right:hover
{
	right: 0;
}
.cart-tab.right .widget
{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 0;
	moz-border-radius-bottomleft: 3px;
	moz-border-radius-bottomright: 0;
	moz-border-radius-bottomright: 3px;
	moz-border-radius-topright: 0;
	webkit-border-bottom-left-radius: 3px;
	webkit-border-bottom-right-radius: 0;
	webkit-border-bottom-right-radius: 3px;
	webkit-border-top-right-radius: 0;
}
.cart-tab.left
{
	left: -22em;
	moz-transition: left ease .5s;
	o-transition: left ease .5s;
	transition: left ease .5s;
	webkit-transition: left ease .5s;
}
.cart-tab.left a.cart-parent
{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	moz-border-radius-bottomright: 3px;
	moz-border-radius-topright: 3px;
	moz-transition: right ease .5s;
	o-transition: right ease .5s;
	right: -8.402328em;
	transition: right ease .5s;
	webkit-border-bottom-right-radius: 3px;
	webkit-border-top-right-radius: 3px;
	webkit-transition: right ease .5s;
	width: 8.402328em;
}
.cart-tab.left a.cart-parent.hidden
{
	right: 0;
}
.cart-tab.left a.cart-parent.visible
{
	right: -8.402328em;
}
.cart-tab.left:hover
{
	left: 0;
}
.cart-tab.left .widget
{
	border-bottom-left-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	moz-border-radius-bottomleft: 0;
	moz-border-radius-bottomleft: 3px;
	moz-border-radius-bottomright: 3px;
	moz-border-radius-topleft: 0;
	webkit-border-bottom-left-radius: 0;
	webkit-border-bottom-left-radius: 3px;
	webkit-border-bottom-right-radius: 3px;
	webkit-border-top-left-radius: 0;
}
.cart-tab.left.light a.cart-parent:after,.cart-tab.left.dark a.cart-parent:after
{
	left: -10px;
	right: auto;
}
.cart-tab.no-animation.right:hover
{
	right: -22em;
}
.cart-tab.no-animation.left:hover
{
	left: -22em;
}
.cart-tab.hidden
{
	display: none;
}