﻿.Navigation_DetailBook > .Nav_Category_Name {
    background: #00bd66;
    color: #fff;
}

.Account_Nav {
    width: 100%;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    position: sticky; /*
    top: 50px;
    z-index: 999;*/
    background: #fff;
}

    .Account_Nav > li {
        padding-right: 10px;
        cursor: pointer;
    }

    .Account_Nav > .active {
        color: #00bd66;
        font-weight: bold;
    }

.MyAccount_Wrap {
    width: 100%;
}

.Page {
    width: 100% !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
}

@media(max-width:810px) {
    .Navigation_DetailBook .Nav_Category_Name {
        padding-right: 20px;
    }
}

@media(max-width:745px) {
    .MyAccount_Wrap, .Account_Nav {
        width: calc(100% - 20px);
        padding: 10px !important;
    }
}
