#navMainWrapper {
	position:relative;
}
#carttopcontainer {
    background: #FFFFFF;
    display: none;
    line-height: normal;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 45px;
    width: 300px;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
#topcartinner {
	position:relative;
}
#topcartlink {
    float: left;
    padding: 0;
}
.basketcol span.cartTitle {
	padding-top:7px;
	font-size:20px;
}
.cart_table {
    border-bottom: 1px dashed #EBEBEB;
    padding: 15px 20px;
}
.cart_image img {
    height: auto;
    width: 100%;
}
.cart_contentbox a:hover {
	text-decoration:none;
}
.cart_contentbox .forward {
    margin-left: 10px;
}
.cart-container .cartBoxTotal {
    font-size: 13px;
    height: 60px;
    margin: 0;
    padding-left: 5px;
    text-transform: uppercase;
}
.cartTopProductRemove {
    cursor: pointer;
    float: left;
}
#viewCart {
	display:inline-block;
	margin-left:3px;
}
#cartMenuTotals {
	float:left;
	line-height:35px
}
#cartBoxListWrapper {
	height:auto;
	color:#888888;
	overflow:auto
}
#cartcontainer {
	border-left:6px solid #ccc;
	border-right:6px solid #ccc;
	padding:5px;
	width:339px
}
#topcartinner {
	float:right;
	height: 45px;
}
#topcartlink {
	float:left;
	padding:3px 10px;
	line-height:35px;
	color: #FFFFFF;
	font-size: 20px;
}
#topcartlink .icon-shopping-cart {
    margin-right: 5px;
}
.cartattr {
	font-style:italic;
	background:#f0f0f0;
	text-transform:capitalize;
	font-size:11px
}
.btn-setting i.fa {
    font-size: 13px;
}
.cartmain > a.button, .topCartCheckout, #viewCart a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    margin: 0 0;
    min-height: 20px;
    padding: 5px;
}
.cartmain a.button:hover, .topCartCheckout:hover {
	color:#FFFFFF;
}
.basketcol > span {
    display: block;
    margin: 0 0 20px;
}
a, a:active, a:focus {
	text-decoration: none;	
}
a:focus {
	color: #7E7E7E;
}