.headercart {
    position: relative;
    float: right;
}

.headercart .top {
    float: right;
}

.headercart-info {
    float: left;
    display: block;
    padding: 0 10px;
    line-height: 31px;
    background: #fff;
    color: #606060;
    height: 32px;
}
.headercart-info a{
	color: #606060;
}
.headercart-info:hover {
    text-decoration: none;
}

.headercart-info .icon-shopping-cart {
    font-size: 24px;
    padding-right: 4px;
    color: #383838;
    vertical-align: middle;
}

.headercart-items {
    margin-right: 5px;
}

.headercart-co-btn {
    float: right;
    padding: 0 10px;
    margin: 0 10px 0 0;
    height: 32px;
    line-height: 32px;
    border: none;
    font-size: 11px;
    font-weight: bold;
    background: #318c5d;
	color: #fff;
}

#headercart .headercart-co-btn{
	background: #ff9900;
}
#headercart .headercart-co-btn:hover{
	background: #ea7400;
}
/* .button.button-co:after, */
.headercart-co-btn:after{
	content: '';
	display: block;
	width: 0;
   height: 0;
   border-left: 16px solid #318c5d;
   border-top: 16px solid transparent;
   border-bottom: 16px solid transparent;
   position: absolute;
   right: -15px;
   top: 0;
}
#headercart .headercart-co-btn:after{
	border-left: 16px solid #ff9900;
}
#headercart .headercart-co-btn:hover:after{
	border-left: 16px solid #ea7400;
/*
	-webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
*/
}


#recently-added-container {
	position:absolute;
	top: 33px;
	width: 285px;
	z-index: 99999;
}

.headercart-inner {
    padding: 10px;
    background: #fff;
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

#recently-added-container .viewing {
    border-bottom: 1px solid #eee;
    padding: 0 0 7px 0;
    text-transform: none;
}

#recently-added-container .viewing a {
    text-transform: none;
}

#recently-added-container h5 {
    margin: 0 0 5px 0;
}

.headercart .mini-products-list {
    padding: 0;
    margin: 10px 0 0 0;
    overflow: hidden;
    list-style-type: none;
}

.headercart .mini-products-list .product-name {
    text-transform: uppercase;
    margin: 0 0 2px 0;
    font-size: 13px;
}
.headercart .remove-edit{
	margin-top: 5px;
}
.headercart .mini-products-list .product-image {
    width: 65px;
}

.headercart .mini-products-list li {
    border-top: 1px solid #eee;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 10px 0 0 0;
}
.headercart .mini-products-list li:first-child{
	border-top: none;
	margin: 0;
	padding: 0;
}
.buy-total{
	text-align: center;
}
.headercart #recently-added-container button {
	display: inline-block;
	background: #ff9a00;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	width: 100%;
	padding: 12px;
	margin-top: 15px;
}
.headercart #recently-added-container button:hover{
	background: #ea7400;
}
#recently-added-container .sum,
#recently-added-container .price{
    font-size: inherit;
    margin: 0;
}

#recently-added-container .sum {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 3px solid #f0f0f0;
    border-top: 3px solid #f0f0f0;
}

#recently-added-container .btn-remove {
    float: right;
    display: block;
    margin: 20px 0 0 0;
}
#headercart-disabled a.headercart-info > * {
	opacity: 0.4;
}
a.headercart-info > *{
	display: inline-block;
	vertical-align: middle;	
}
a.headercart-info > *:first-child{
	margin-top: -3px;
}