.item {
    position:relative;
    padding-top:20px;
	margin-top:-12px;
    display:inline-block;
}
.notify-badge{
    position: absolute;
    right:20px;
    top:12px;
    background: #557b97;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color:white;
    padding:4px 5px;
    font-size:10px;
}
.show-cart-sp-max {
    top: 15px !important;
    right:0px !important;
}
.show-cart-sp-min {
    right:-2px !important;
    margin-top: 5px;
}
.show-cart-pc-min {
    right: 17px !important;
    top: 10px !important;
}
.margin-top-cart {
    margin-top: -2px !important;
    display: block !important;
}
.show-cart-pc-max {
    right: 20px !important;
    top: 10px !important;
}
.change-dropdown-toggle-acc-sp::after{
    position: absolute;
    margin-top: 3px;
    margin-left: -4px;
}
.change-text-acc-sp{
    margin-bottom: 3px;
    margin-top: 5px;
    position: absolute;
    margin-left: 13px;
}
.ris-myfavorite-sp {
    display: inline-block !important;
}
.change-text-favorite {
    margin-top: 5px;
    margin-left: 13px;
    position: absolute
}
.change-text-cart {
    margin-top: 5px;
    margin-left: 13px;
    position: absolute;
}
.change-margin-acc-pc {
    margin-bottom: -13px;
}
.change-margin-favorite-pc {
    margin-bottom: -20px;
    margin-left: 5px;
}
.change-margin-cart-pc {
    margin-left: 5px;
}
.default-badge{
    /* position: absolute; */
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color:white;
    padding:4px 5px;
    font-size:10px;
}

.username-truncate {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-60 {
	width: 60px;
}

.w-70 {
	width: 70px;
}
