.hk_headershopcarico {
    position: relative;
}

.hk_submenu {
    position: absolute;
    top: 45px;
    right: -154px;
    /* width:400px; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
    display: none;
    z-index: 9999999;

}

/* .hk_headershopcarico:hover .hk_submenu{
	display: block;
	
} */
.hk_submenuContent {
    max-height: 375px;
    overflow-y: auto;
}

.single-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    margin: 0 15px;
}

.single-item-2 {
    border-bottom: none;
}
.single-item p::before{
    content: "";
}

.single-item .single-item-img img {
    position: static;
    display: block;
    width: 70px;
    /* height: 72px; */
    /* padding: 20px 25px 0 15px; */
    padding-top: 20px;
}

.single-item-price p:first-child {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 14px;
    margin: 15px 0 20px;
}
.single-item-price p:nth-child(2){
    display: block !important;
}

.single-item .single-item-price p, .single-item .single-item-price p span {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    font-family:"Montserrat-light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 5px;
    position: static;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
.single-item .single-item-price p:first-child {
    font-size: 14px;
    line-height: 14px;
    font-family:"Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333333;
    margin-bottom: 15px;
    position: static;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
.single-item-price p::before {
    content: none;
}

.single-item-total p{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    position: static;
    margin-top: 15px;    display: flex;
}
.single-item-total p span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    position: static;

}

.sub-total {
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 10px;
}

.sub-total div {
    display: flex;
    justify-content: space-between;
}

.sub-total p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 0 15px;
}

.sub-total p::before {
    content: none;
}

.sub-total a {
    display: block;
    width: 370px;
    height: 44px;
    background: rgba(233, 0, 0, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 44px;
    text-align: center;
    margin: 0 15px;
}