.cartsymbol {
	position:relative;
}
.topcart {

    float: right;
    width: auto;
    padding: 0 18px;
    margin-top: 10px;
    border: none;
    height: 60px;
    line-height: 60px;
	position: absolute;
	right:0;
}
.carttext {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    padding-top: 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.carttext a{
    color: #444;
}
#cartcount {
    background:#d9a576;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius:5px;
    color: #fff;
    float: left;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    height: 17px;
    left: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 17px;
}
.fa-shopping-basket {

    line-height:60px !important;

}
#cartsum {
    color: #444;
    font-size: 16px;
    margin: 0;
    padding-left: 14px;
    font-weight: bold;
}
#topCartContents {

    background-color: #fff;
    border-top: none;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    display: none;
    padding: 10px 20px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 80px;
    width: 450px;
    z-index: 999;

}
#topCartContents h2 {
	font-weight:bold;
	color: #555;
	font-size:16px;
	margin:5px 0;
}
.buttons {
	float:right;
	padding:10px 0 0 5px;
}
#topCartContents > a {
	float:right;
}

.topcart {
	cursor:pointer;
}
.topcart a {
	color:#fff;
	text-decoration: none;
}
.topcartcontent {
    padding: 0;
}
#topCartContentsList td {
	border-bottom: 1px dashed #eee;
	height: 35px;
	padding:0 2px;
	color:#333;

}
.topname {

    text-transform: none;

}
#topCartContents .totalamount {
	font-size:16px;
}
#topCartContents .totalcart {
	font-size:16px;
}
.totalstop {
    font-weight: bold;
    margin: 20px 0 0;
	color:#444;
}
.decreaseItem {
	color:#666;
	font-size: 0.9em;
	cursor:pointer;
	padding-right:2px;
}
.increaseItem {
	color:#666;
	font-size: 0.9em;
	cursor:pointer;
	padding-left:4px;
}

.removeItem {
    color: #666;
    float: right;
	font-weight: bold;
	font-size: 1em;
	cursor:pointer;
}
@media only screen and (orientation:portrait) {
#topCartContents .totalcart {
    font-size: 23px;
	float: left;
    margin-top: 9px;
}
#topCartContents .totalamount {
    font-size: 23px;
	float: left;
    margin-top: 9px;
	margin-left: 10px;
}
.totalstop {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}
}