.history-list-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    border-bottom: 1px solid #CCCCCC;
}
.history-list-item .item-expired-badge {
    margin-left: 10px;
    font-size: 12px;
    background: #eeeeee;
    border-radius: 5px;
    padding: 2px 5px;
}
.history-list-item .item-disabled a {
    color: #000000;
}
.history-list-item .item-disabled a:hover {
    text-decoration: none;
}

.angovenda-top-ad h4 {
    margin-top: 20px;
}

#top-ad-num {
    width: 100%;
    max-width: 200px;
    font-weight: bold;
}
.angovenda-total-price {
    margin-bottom: 30px;
}

#top-ad-num {
    margin-bottom: 0;
}

.dialog-wrap {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.dialog-content {
    background: #ffffff;
    width: 98%;
    max-width: 500px;
    padding: 10px 10px 30px 10px;
}
.dialog-item-content {
    padding: 10px 20px 10px 20px;
}
.dialog-item-content h4 {
    text-align: center;
    margin-bottom: 20px;
}
.dialog-item-content>div {
    margin-bottom: 10px;
}
.dialog-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
#pc_info, #order_loading, #mb_info {
    text-align: center;
    display: none;
}
body.item #main {
    position: relative;
}
.angovenda-favorite-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
}
.angovenda-topad-button {
    font-size: 14px;
    color: red;
    text-decoration: underline;
}

.order-item {
    background: #DDDDDD;
    margin-bottom: 15px;
    padding: 5px;
}
.subcategories {
    margin-left: 20px;
}
.categories-tree>li {
    margin-top: 20px;
}
.parent-cat {
    font-weight: bold;
}
.subcategories a {
    margin-left: 10px;
}
.subcategories .btn-success {
    color: red;
}
.subcategories .btn-success i {
    color: green;
}
#follow-home-content {
    display: none;
}
.home-sub-nav {
    display: flex;
    background: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    margin-top: 5px;
}
.home-sub-nav>div {
    padding: 5px 20px 5px 20px;
}
.home-sub-nav>div.active {
    background: #ffffff;
}
.home-sub-nav>div.active a {
    color: #000000;
}
.follow-setting {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}
.follow-no-items {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #999999;
}
.follow-err-tips {
    margin-top: 100px;
    margin-bottom: 200px;
    text-align: center;
    color: red;
}
.follow-err-tips a {
    text-decoration: none;
}