.desc{
    font-size:20px;
    font-weight: 400;
    letter-spacing: 1px;
}
.article-menu{
    border:1px solid #eee;
}
.content-btn{
    width:100%;
    border-bottom:1px solid #eee;
    display: flex;
    padding:5px 10px;
    cursor: pointer;
    justify-content: space-between;
}
.article-menu .list-group{
    /*height:0;*/
    opacity: 0;
}
.list-group.active{
    height: auto;
    opacity: 1;
}
.article-menu:hover .content-btn{
    border:none;
}
.article-menu:hover .content-btn .dropdown-toggle{
    transform: rotateZ(180deg);
    color:#ffCB05;
}
.info{
    font-size: 12px;
    color:#bbb;
}
.info b{
    color:#1b1e21;
}
.info .d-flex b{
    color:#ffCB05;
}

.list{
    padding-left: 0;
    list-style: none;
}
.list h2:before{
    /*content: attr(data-index);*/
    display: inline-block;
    width:35px;
    height:35px;
    background:#000;
    color:#fff;
    margin-right:5px;
    text-align: center;
    border-radius: 5px;
}
.list-item{
    margin-bottom: 20px;
}
.list-item h2 span{
    width:35px;
    height:35px;
    background:#000;
    color:#fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.shop-coolers{
    color:#1b1e21;
    padding:0.6rem 1.6rem;
    border:1px solid #eee !important;
    display: inline-block;
    font-size:14px;
    margin:auto;
}
.shop-item h5{
    font-size: 16px;
    font-weight: 400;
}
.shop-item h5 a{
    color:#1b1e21;
}
.shop-item p{
    font-size: 18px;
}
.shop-item p span{
    color:#ffCB05;
}
.shop-item button{
    width:160px;
    height:35px;
    background:#1b1e21;
    color:#fff;
    cursor: pointer;
    border:none;
    border-radius: 5px;
}
.shop-item button a:hover{
    color:#ffCB05 !important;
}
.item-a{
    color:#121416;
}
.tag-item{
    display: inline-block;
    margin-right: 5px;
    padding:5px 10px;
    color:#fff;
    font-size:12px;
    background-color: #ffCB05;
}
.tag-item:hover{
    background-color: #ff9e05;
}

.article-content a{
    color:#1b1e21;
    border-bottom:2px solid #ffCB05;
}

.article-content img{
    max-width:100%;
}

.article-switch{
    border-top:1px solid #eee;
    padding-top:20px;
}
.article-switch a{
    color:#1b1e21;
    text-decoration: none;
}
.article-switch a:hover{
    text-decoration: none;
}
.article-switch .icons{
    text-align: center;
}
.article-switch .icon-item{
    display: inline-block;
    margin:0 5px;
    width:30px;
    height:30px;
    background:#000;
}
.article-switch .icon-item img{
    width:100%;
    height:100%;
}

.comment{
    margin-bottom: 10px;
}
.comment p{
    margin:0 !important;
}
.comment span{
    color:#bbb;
    font-size:12px;
}
.comment .name{
    font-size:16px;
}
.comment p span,
.comment span b{
    color:#ffCB05;
}
.comment .reply{
    color:#ffCB05;
    text-decoration: none;
}
.comment .reply:hover{
    text-decoration: none;
}

.contact{
    padding-top:20px;
    border-top:1px solid #eee;
}
.contact textarea[name=comment]{
    display: block;
    width: 100%;
    height: 200px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact form input[type=submit]{
    width: 160px;
    height: 35px;
    background: #1b1e21;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.wp-block-image.center{
    text-align:center;
}

#article .article-content .shop-item a{
    border-bottom:none
}

@media screen and (max-width: 468px){
    h1{
        font-size:20px;
    }

    .desc{
        font-size:14px;
    }

    .article-content img{
        width:100%;
        height:auto;
    }

    .shop-item h5{
        font-size: 11px;
        font-weight: bold;
    }
    .shop-item{
        justify-content: normal !important;
    }
    .shop-item p{
        font-size: 14px;
        margin-bottom: 0 !important;
    }
    .shop-item button{
        width:130px;
        height:30px;
    }

    .article-switch{
        position: relative;
        padding-bottom: 50px;
    }
    .article-switch .icons {
        position: absolute;
        top: 65px;
        width: 100%;
    }
}

#article .author-message{
    border:1px solid #eee;
    padding:15px;
}
#article .author-message .author-avatar img{
    max-width: 100px;
    height: auto;
}

#sidebar.footer-active {
    height: calc(100vh - 475px);
}
#sidebar.active {
/*     position: fixed; */
    top: 0;
/*     height: 100vh; */
    overflow-y: auto;
}