
.table-of-contents {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px 0 20px;
    width: 100%;
    display: table;
}
.table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}
.table-of-contents .table-title .htitle {
    text-align: center;
    font-size: 20px;
}
.table-of-contents .table-title .toc_toggle {
    font-size: 13px;
    color: #bcbdc1;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px;
}
.table-of-contents .table-title .toc_toggle a {
    color: #0073a0;
    padding: 0 1px;
}
.table-of-contents ul {
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 0;
}
.table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0;
    counter-increment: listStyle;
}
.table-of-contents ul li a {
    text-decoration: none;
    color: #333333;
}
.table-of-contents > ul {
    padding-bottom: 10px;
}
.table-of-contents ul {
    list-style-type: none;
}
.table-of-contents > ul {
    counter-reset: listStyle;
}
.table-of-contents > ul > li {
    counter-increment: listStyle;
}
.table-of-contents > ul > li {
    font-size: 18px;
    font-weight: 700;
}
.table-of-contents > ul > li li {
    counter-increment: nav1;
    counter-reset: nav2;
}
.table-of-contents > ul > li li > a {
    font-weight: normal;
}
.table-of-contents > ul > li::before {
    content: counter(listStyle) ". ";
    text-transform: uppercase;
}
.table-of-contents > ul > li li::before {
    content: counter(listStyle) "." counter(nav1) " - ";
}
.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
    color: var(--shop-color-hover);
}



button {
    transition: all 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none;
    cursor: pointer;
}

button:hover,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #e6e6e6;
}

.table-content-button .btn-icolist {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.table-content-button .btn-icolist svg {
    width: 20px;
    height: 35px;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105, 105, 105, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.table-of-contents {
    background: #ffffff;
    /* border: 1px solid #aaa; */
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
    position: relative;
    margin: 15px 0 20px;
    width: 100%;
    display: table;
}
.table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}
.table-of-contents .table-title .htitle {
    text-align: center;
    font-size: 20px;
}
.table-of-contents .table-title .toc_toggle {
    font-size: 13px;
    color: #bcbdc1;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px;
}
.table-of-contents .table-title .toc_toggle a {
    color: #0073a0;
    padding: 0 1px;
}
.table-of-contents ul {
    font-size: 14px;
    padding: 0 0 0 16px;
    margin: 0;
}
.table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0;
    counter-increment: listStyle;
}
.table-of-contents ul li a {
    text-decoration: none;
    color: #333333;
}
.table-of-contents > ul {
    padding-bottom: 10px;
}
.table-of-contents ul {
    list-style-type: none;
}
.table-of-contents > ul {
    counter-reset: listStyle;
}
.table-of-contents > ul > li {
    counter-increment: listStyle;
}
.table-of-contents > ul > li {
    font-size: 18px;
    font-weight: 700;
}
.table-of-contents > ul > li li {
    counter-increment: nav1;
    counter-reset: nav2;
}
.table-of-contents > ul > li li > a {
    font-weight: normal;
}
.table-of-contents > ul > li::before {
    content: counter(listStyle) ". ";
    text-transform: uppercase;
}
.table-of-contents > ul > li li::before {
    content: counter(listStyle) "." counter(nav1) " - ";
}
.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
    color: var(--shop-color-hover);
}
.table-content-fixed {
    position: fixed;
    left: 10px;
    z-index: 999;
    max-width: 280px;
    top: 45%;
    background: #fcfcfc;
    border: 1px solid #fcfcfc;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    -webkit-transform-origin: 0 top;
    transform-origin: 0 top;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.table-content-fixed .table-of-header {
    position: relative;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eeeeee;
}
.table-content-fixed .table-of-header .hTitle {
    max-width: calc(100% - 50px);
    margin-left: 0;
    font-weight: 600;
    font-size: 14px;
}
.table-content-fixed .table-of-header .hClose {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
}
.table-content-fixed .table-of-header .hClose svg {
    width: 32px;
    height: 32px;
    width: 14px;
}
.table-content-fixed .table-of-contents {
    border: 0;
    background: #ffffff;
    margin: 0;
    padding: 5px 12px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.table-content-fixed .table-of-contents .table-title {
    display: none;
}
.table-content-fixed .table-of-contents ul {
    font-size: 13px;
}
.table-content-fixed.active {
    transform: scale(1) translateY(-45%);
    -webkit-transform: scale(1) translateY(-45%);
    -moz-transform: scale(1) translateY(-45%);
    -ms-transform: scale(1) translateY(-45%);
    -o-transform: scale(1) translateY(-45%);
}
.table-content-fixed .table-of-contents::-webkit-scrollbar {
    width: 3px;
    height: 30px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
    .table-content-fixed {
        left: 3px;
    }
    .table-content-fixed .table-of-contents {
        max-height: 50vh;
    }
}


button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}
button {
    -webkit-appearance: button;
}
button:not(:disabled) {
    cursor: pointer;
}

.table-content-button {
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    left: 10px;
    z-index: 10;
    opacity: 0;
    top: 45%;
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
    .table-content-button {
        display: none;
    }
}

.table-content-button.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
@media (max-width: 991px) {
    .table-content-button {
        left: 3px;
    }
}
#clone-table a{
    font-size: 11pt;
}
