
/* Product-List Table */
table.product-list {
    /* background: rgba(255, 255, 255, 0.7); */
}

    table.product-list thead th {
        vertical-align: middle;
        text-align: center;
    }

span.edit img {
    width:initial;
}
.post-group article+aside .scroll-pane {
    overflow: auto;
    position: relative;
    height: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.post-group aside {
    /* border-left: solid 1px #ccc; */
    /* box-shadow: 0px 0px 1px 0px #ccc; */
}
    .scroll-pane::-webkit-scrollbar {
        display: none;
    }
.scroll-pane:focus::-webkit-scrollbar, .scroll-pane:hover::-webkit-scrollbar, .scroll-pane:active::-webkit-scrollbar {
    display: initial;
}
.post-group aside {
    /* border: solid 1px red; */
    background: #FAFAFA;
    padding: 0;
}

.size-sm .post-group aside {
    /* border-left: 1px solid #dee2e6; */
}

.scroll-pane >.list-group {
    position: absolute;
    /* right: 0; */
    /* left: 0; */
    z-index: 0;
}

.scroll-pane >.list-group:empty {
    display: none;
}

.post-group .scroll-pane:empty {
    display: none;
}
.post-group {
    box-shadow: 0px 2px 2px 1px #F5F5F5;
    /* background: white; */
}

.post-group + .post-group {
    margin-top: 1rem;
}
    .post-group header {
        /* background: #EEEEEE; */
        box-shadow: 0px 2px 1px #EEEEEE;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

.post-group-inner {
    background-color: rgba(255, 255, 255, 0.9);
}

ul.post-group-inner {}
.post-group-inner .list-group-item img.img-fluid {
    width: 45%;
    float: left;
    margin-right: .4rem;
}
.post-group header > div {
    border-bottom: solid 1px #F44336;
}
    .post-group header h2 {
        display: inline-block;
        border-top: solid 3px #F44336;
        margin: 0;
        color: #c80c00;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 28px;
    }
    .post-group .post-cats {
        list-style: none;
        display: inline-block;
    }
.post-group .post-cats li {
    list-style: none;
    display: inline-block;
    /* margin-right: 0; */
    padding: 0;
    margin: 0;
    /* border: solid 1px; */
    /* float: left; */
}

.post-group .post-cats li:after {
    content: ' |';
    line-height: 1px;
    font-size: 18px;
    vertical-align: initial;
    color: #FF9800;
    font-weight: bold;
}

.post-group .post-cats li:last-child:after {
    content: '';
    border-bottom: dashed 1px;
}
    .post-group article h3 {
        display:inline-block;
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1.6rem;
    }

.post-icon {
    color: #BDBDBD;
    font-size: 80%;
    line-height: 100%;
}

.post-icon > i,.post-icon > span {
    /* margin-right: 3px; */
}

.post-icon span.edit {
    cursor: pointer;
    color: #03A9F4;
}
.post-group aside a {
    /* display: block; */
    clear: both;
}
.post-group .item > a > img {
    width: 40%;
    margin-top: .3rem;
}

.post-group .item img+h4 {
    margin-top: .1rem;
}
.post-group .item {
    display: block;
    width: 100%;
    border-bottom: dashed 1px #ccc;
    padding-bottom: .3rem;
    padding-top: 0;
}
    .post-group .item:hover {
        background: #FAFAFA;
    }
    .post-group .item + .item {
        /* padding-top: .5rem !important; */
    }
    .post-group .list-group-item, .post-group-inner .list-group-item {
        font-size: .95rem;
        font-weight: 500;
        /* margin-top: .3rem; */
        /* margin-bottom: 0; */
        /* display: inline; */
        line-height: 1.3rem;
        padding: .5rem .5rem .5rem 0;
    }
    .post-group-head + .post-group-inner:not(.d-flex) {
        padding: .5rem 1rem;
    }
    .post-group-head + .post-group-inner .list-group-item {
        /*padding: 0;*/
    }
.post-group h2 a {
    color: inherit;
}
    .post-group a:hover {
        color: red;
    }

.post-detail {
    padding: .5rem 0;
}
.post-detail h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
}
.post-detail h2 {
    font-size: 1.5rem;
}
    .post-detail table {
        margin-bottom: 1rem;
    }
    .post-detail p > img {
        text-align: center;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: initial !important;
    }

.post-detail img {
    max-width: 100%;
}

.post-other {
    padding-top: .5rem;
    margin-bottom: 1rem;
    text-align: left;
}

.post-other::after {
    content: ' ';
    width: 100%;
    clear: both;
}

.post-other .post-other-cat {
    border-bottom: solid 2px #F44336;
    margin-bottom: .5rem;
    font-size: 1.3em;
}

.post-other li > img {
    /* float: left; */
    /* margin-right: 1rem; */
    border-radius: 6px;
    border: solid 1px #ffffff;
}

.post-other li p {
    margin-bottom: 0;
}
.post-toplist {
    list-style: none;
    margin:0;
}
.post-other li {
    clear: both;
    margin-bottom: 1rem;
}
.post-other .owl-item li {
    clear: both;
    margin-bottom: 0;
    list-style: none;
    padding: 6px;
    border-radius: 6px;
    border: solid 1px #EEEEEE;
    background: #FAFAFA;
}
.owl-carousel .owl-stage {
    display: flex;
    /* flex-direction: row; */
    /* align-items: center; */
}
.owl-carousel .owl-item {justify-content: center;display: flex;flex: 1 0 auto;}
.owl-carousel .owl-item .item {
    align-content:center;
    padding-top: .5rem;
}
.owl-product .owl-nav [class*=owl-] {
    margin-top: -152px;
    position: absolute;
    font-size: 2.5rem !important;
    color: #0059b5 !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.owl-product:hover .owl-nav > button:hover {
    opacity: 1 !important;
}
.owl-product .owl-nav button.owl-prev {
    left: -100px;
    opacity: 0;
}
.owl-product:hover .owl-nav button.owl-prev {
    left: 0;
    opacity: .7;
}
.owl-product .owl-nav button.owl-next {
    right: -100px;
    opacity: 0;
    /* position: absolute; */
}
.owl-product:hover .owl-nav button.owl-next {
    right: 0;
    opacity: .7;
    /* position: absolute; */
}
.post-detail a:link {
    color: #F44336;
}

.post-detail .nav-tabs .nav-link {
    font-weight: bold;
    text-align: left;
}

.post-other a:link {
    color: #333;
    /* line-height: 1px; */
}

.post-other a:visited {
    color: #444;
}

.post-other h5 {font-size: 1rem;margin-top: .5rem;}

.post-other a:hover {
    color: #F57C00;
}
.post-detail a:hover {
    border-bottom: dotted 1px;
}
.post-tags {
color: #757575;
}
.post-tags .kw {
    /* display:inline-block; */
    cursor: pointer;
    margin-right: 6px;
    border: solid 1px #E0E0E0;
    padding: 1px 6px;
    color: #444;
    background: #FAFAFA;
}

.post-tags .kw:hover {
    background: #E0E0E0;
}
.post-author {

}
.post-author > span {
    font-weight:bold; font-style:italic;
}

@media (max-width: 575px) {
    .post-group article+aside .scroll-pane {
        height: 400px;
    }
    .post-group aside {
        border-left: 0;
        box-shadow: 0px 0px 2px 1px #ccc;
        border-top: solid 1px #BDBDBD;
    }
}