.b-basketmain {
    margin-bottom: 0;
    width: 100%;
    display: table;
    vertical-align: middle;
    font-size: 14px;
}

.b-basketmain ins {
    text-decoration: none;
}

.b-basketmain .basketmain__wrap {
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
    background: transparent url("../../assets/img/mhk-basket0.svg") no-repeat scroll 4px 50%;
}

.b-basketmain .basketmain__wrap>a:link,
.b-basketmain .basketmain__wrap>a:active,
.b-basketmain .basketmain__wrap>a:visited {
    display: block;
    height: 50px;
    color: #000000;
}

.b-basketmain .basketmain__content {
    margin: -5px 0 0;
    padding: 0 0 0 39px;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
    box-sizing: border-box;
    position: relative;
}

.b-basketmain .basketmain__content * {
    line-height: 1.2;
}

.b-basketmain .basketmain__empty-hidden {
    display: none;
}

.b-basketmain .basketmain__not-empty-hidden {
    display: none;
}

.b-basketmain .basketmain__content>ins {
    display: block;
    transition: color .2s linear;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.b-basketmain .basketmain__content:hover>ins {
    color: #0887C9;
}

.b-basketmain-wrap {
    margin: 0 auto;
}

.b-basketmain-head {
    position: absolute;
    top: 110px;
    right: 35px;
    width: auto;
    z-index: 40;
}

.b-basketmain-head .basketmain__count {
    width: 15px;
    height: 15px;
    border-radius: 1000px;
    position: absolute;
    left: 50px;
    top: -7px;
    background-color: #ff5151;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
    color: #fff;
}

.b-basketmain-head .basketmain__icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0887C9;
    position: absolute;
    top: -10px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-basketmain .basketmain__content span {
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    color: #fff;
}