
.blog-main-page .blog-main-page-breadcrumbs{

}

.blog-main-page .blog-main-page-breadcrumbs .breadcrumb{
    margin-left: 26px;
    margin-bottom: 8px;
    margin-top: 2px;
}

.blog-main-page .product-list .product-thumb{
    padding: 15px;
    padding-left: 0;
}

.blog-main-page .product-list .product-thumb h2{
    margin-top: 2px;
    color: #666;
}

.blog-main-page .product-list .product-thumb .card-subtitle{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #666;
}
.blog-main-page .product-list .product-thumb .image{
    width: 265px;
}

.blog-main-page .product-list .pagination{
    margin-top: 20px;
    margin-bottom: 40px;
}

.blog-main-page .product-list .pagination>li>a, .blog-main-page .product-list .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #aaa;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #77b606;
}

.blog-main-page .product-list .pagination>li>span.active {
    /*background-color: #b9e270;*/
    /*color: #888;*/
    color: #ffffff;
    background-color: #77b606;
}

.blog-main-page .product-list .pagination>li>a:focus, .blog-main-page .product-list .pagination>li>a:hover, .blog-main-page .product-list .pagination>li>span:focus, .pagination>li>span:hover
{
    z-index: 3;
    color: #ffffff;
    border-color: #77b606;
    background-position: 0 -15px;
    background-color: #659A06;
}

.entire-post .post-title{
    margin-bottom: 25px;
}

.entire-post .post-title h1{
    color: #777;
    margin-bottom: 13px;
}

.entire-post .post-content{
    padding: 5px 15px;
    color: #555;
}

#content .breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
    position: relative;
    top: 3px;
}

#content .prev-next{
    margin-top: 20px;
    margin-bottom: 40px;
}

#content .prev-next .btn{
    white-space: unset;
    margin-bottom: 5px;
}

#custom-langswitcher{
    width: 50px;
    height: 30px;
    padding: 0 3px 2px 6px;
    text-align: center;
    text-align-last: center;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 1px;
    font-size: 16px;
    background-color: transparent;
    outline: none;
    border: 1px solid #cccccc;
    color: #FFFFFF;
    text-transform: lowercase;
}

select#custom-langswitcher:hover {
    cursor: pointer;
    transition: all .3s ease;
    color: #444444;
}

.entire-post .post-content h2, .entire-post .post-content h3,.entire-post .post-content h4,.entire-post .post-content h5,.entire-post .post-content h6{
    color: #666666;
}

.entire-post .post-content img{
    margin-bottom: 20px;
}

.entire-post .post-content ul, .entire-post .post-content ol{
    padding-left: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 17px;
}
.entire-post .post-content ul li, .entire-post .post-content ol li{
    margin-bottom: 7px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #content .breadcrumb li:last-child {
        max-width: 575px;
    }

}

/* !!! Custom Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .entire-post .post-content{
        padding: 5px 10px;
    }
    #content .breadcrumb li:last-child {
        max-width: 415px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .blog-main-page .product-list .product-thumb{
        padding: 0;
        padding-bottom: 15px;
    }
    .blog-main-page .product-list .product-thumb h2{
        margin-top: 20px;
    }
    .blog-main-page .product-list .product-thumb .image{
        width: 100%;
    }
    #content .breadcrumb li:last-child {
        max-width: 500px;
    }
}

@media only screen and (max-width : 668px) {
    #content .breadcrumb li:last-child {
        max-width: 415px;
    }
}

@media only screen and (max-width : 568px) {
    #content .breadcrumb li:last-child {
        max-width: 315px;
    }
}

/* !!! Custom Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #content .breadcrumb li:last-child {
        max-width: 250px;
    }
}

/* !!! Custom Extra Small Devices, Phones */
@media only screen and (max-width : 350px) {
    #content .breadcrumb li:last-child {
        max-width: 140px;
    }
}