/**********************************
Store adjustments
***********************************/
#topHeader,#topCart{position: relative;}

/**********************************
	Floating Cart
***********************************/

#ysw-cart-pop-up {
	width:310px;
	min-height:176px;
	border:2px solid #57b1c0;	
    position:absolute;
	top:40px;
	right:0;
	padding:5px 10px 10px 15px;
	box-shadow:3px 3px 4px #cccccc;
	background-color:#ffffff;
    z-index: 99999;
	font-family: 'Lato', 'sans-serif';
}

#yfc_mini span{
    font: 14px Carrois Gothic;
    color:#5da002;
}
#yfc_mini a{
    font: 14px Carrois Gothic;
    color: #4c4c4c;
    text-decoration: none;
    line-height: 20px;
    position: absolute;
    right: 0px;
    width:175px;
}

#ysw-cart-frame-arrow {
	position:absolute;
	top:-11px;
	right:30px;	
}

#ysw-cart-pop-up #ysw-hide-cart {
	float:left;
	padding:0 0 0 0;
}

#ysw-cart-pop-up #ysw-checkout1 {
	float:right;
	padding:0 0 0 0;
}

#ysw-cart-pop-up .ysw-cart-image {
	float:left;
	padding:20px 0 0 0;
}

#ysw-cart-pop-up .ysw-cart-desc {
	font-family: 'Carrois Gothic', sans-serif;
	float:right;
	width:180px;
	padding:25px 0 0 20px;
	font-size:1.1em;
	color:#000000;
	line-height:1.2em;
}

#ysw-cart-pop-up .ysw-cart-price {
	font-weight:bold;
	padding:15px 0 0 0;	
}

#ysw-cart-pop-up .ysw-cart-qty {
	padding:5px 0 0 0;	
}

#ysw-cart-pop-up #ysw-cart-subtotal {
	font-family: 'Carrois Gothic', sans-serif;
	float:left;
	color:#676767;
	font-weight:bold;
	font-size:1em;
	text-transform:uppercase;
	padding:20px 0 0 0;
}

#ysw-cart-pop-up #ysw-cart-subtotal span {
	font-weight:normal;
}

#ysw-cart-pop-up #ysw-checkout2 {
	float:right;
	margin:15px 5px 0 0;
	box-shadow:2px 2px 2px #cccccc;
}
#ysw-checkout1 {
	height: 21px;
}