.mini-basket-layout{
    position: relative;

    padding-bottom: 35px;
    margin-top: 35px !important;
}

.mini-basket-content{
    /*height: 469px;*/
    height: 460px;
    position: absolute;
    top: 39px;
    right: -22px;
    z-index: 10;
    display: none;
    background-color: #fff;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.mini-basket-list{
    width: 444px;
    height: 327px;
    max-height: 469px;
    padding-top: 5px;
    overflow-y: auto;
    margin-right: 3px;
    margin-top: 14px
}

.mini-basket-triangle{
    position: absolute;
    top: -12px;
    right: 60px;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    color: #fff;
}

.mini-basket-triangle::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -12px;
    border: 10px solid #0000;
    border-bottom: 10px solid #fff;
}

.mini-basket-triangle::before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -12px;
    border: 10px solid #0000;
    border-bottom: 10px solid #ababab;;
}

.mini-basket-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.3);
    background-color: #fff;
}

.mini-basket-list::-webkit-scrollbar
{
    width: 4px;
    background-color: #fff;
}

.mini-basket-list::-webkit-scrollbar-thumb
{
    background-color: rgba(196, 196, 196, 0.5);
    border-radius: 2px;
}



.mini-basket-picture{
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #E1E1E1;
    width: 55px;
    height: 55px;
    margin-right: 14px;
}

.mini-basket-layout:hover .mini-basket-content{
    display: block;
    border-radius: 3px;
}

.mini-basket-list .item{
    border-bottom: 1px solid #E1E1E1;
    margin: 14px 17px 0 17px;
    padding-bottom: 13px;
}

.mini-basket-list .item:first-child{
    margin-top: 0;
}

.mini-basket-list .item__left-layout img{
    width: 55px;
    height: 55px;
    border: 1px solid #E1E1E1;
    margin-right: 18px;
}

.mini-basket-list .item__top-layout{
    font-size: 14px;
    line-height: 17px;
}

.mini-basket-footer{
    border-top: 1px solid #E1E1E1;
    padding: 13px 16px;
}