.sale-basket-small {
    box-sizing: border-box;
    height: 54px;
    /*background: url(/local/static/images/little-cart-icon.png) no-repeat 100% 50%;*/
    position: relative;
    float: right;
    border:1px solid #e1eff6;
    border-radius: 25px;
    width: 210px;
}
@media(max-width: 767px){
	.sale-basket-small {float: none;}
}
.link2cart{
    display: block;
    width: 100%;
    height: 54px;
    float: left;
    position: absolute;
    top: 0;
}
.sale-basket-small table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
.sale-basket-small table td{
    padding:0;
}
.sale-basket-small table div{
    white-space:nowrap;
}
.sale-basket-small table td div:first-child{
    padding-top:15px;
}
.sale-basket-small table div span{
    font-size:16px;
    color:#000;
    font-weight:bold;
}
.sale-basket-small table a.link2order{
    background:#f6ad00;
    font-weight:bold;
    color:#fff;
    width: 136px;
    height: 31px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.7);
    text-align:center;
    line-height:31px;
    float:right;
    margin-right:20px;
}
.basket_total {
    background: url(/local/static/images/little-cart-icon.png) no-repeat 0 50%;
    height: 46px;
    margin:2px 0 0 3px;
    box-sizing: border-box;
    padding:8px 0 0 50px;
}
.total {
    font-size: 12px;
    font-family: "PT Sans", sans-serif;
    color: #393939;
}
.price {
    font-size: 14px;
}
.price strong {
    font-size: 16px;
}