
.profile_info {
    position: relative;
}

.profile_info i {
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
    line-height: 1.3;
    cursor: pointer;
    color: var(--bs-brown);
}

@media (max-width: 991px) {
    .profile_info i {
        max-width: 30px;
    }
}

.profile_info .profile_info_iner {
    position: absolute;
    right: 0;
    background-color: #fff;
    text-align: left;
    width: 215px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    top: 77px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.profile_info .profile_info_iner::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: -10px;
    right: 15px;
    border-width: 0 11px 12px 11px;
    border-color: transparent transparent var(--bs-brown) transparent;
    z-index: 2;
}

.profile_info .profile_info_iner .profile_author_name {
    padding: 10px 25px;
    background: var(--bs-brown);
    border-radius: 10px 15px 0px 0px;
}

.profile_info .profile_info_iner a {
    display: block;
}

.profile_info .profile_info_iner p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.profile_info .profile_info_iner h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.profile_info:hover .profile_info_iner {
    opacity: 1;
    visibility: visible;
    top: 77px;
}

.profile_info .profile_info_details {
    padding: 20px 25px;
}

.profile_info .profile_info_details a {
    color: #2e4765;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    font-weight: 400;
}

.profile_info .profile_info_details a:hover {
    color: var(--bs-brown);
}

.profile_info .profile_info_details a:hover i {
    color: var(--bs-brown);

}

.profile_info .profile_info_details i {
    color: #2e4765;
    font-size: 12px;
    margin-left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 560px) {
    .list-product h5.nama-item,
    h5.subtotal-item {
        font-size: 15px !important;
    }
    
    p.quantity-item {
		display: none;
	}
}