.blog-page .post-list.modern .post-info { order:0; padding:0; }
.blog-page .post-list .post-image { order:1; padding: 0 0 0 25px; }
.blog-page .page-wrapper #maincontent { max-width: 100% !important; width: 100%; padding:0px!important; }
.blog-page .page-wrapper .columns {
    max-width: 1490px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto;
}

.blog-page .category-view-main.category-with-image {
    margin-bottom: 30px;
}

.blog-page .post-list.modern .post-item.post-holder:last-child {
    border-bottom:0px solid transparent;
}

.blog-post-view .page-wrapper .post-sharing {
    margin-bottom: 20px;
    border: 0;
    padding:0;
}

.blog-post-view .page-wrapper .post-nextprev {
    padding:0;
    border-top:0px solid transparent;
    border-bottom:0px solid transparent;
}

.page-wrapper .block.comments .c-count {
    border-bottom:0px solid transparent;
}

.blog-post-view .c-replyform button {
    background: #AE8D54;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Poppins-Regular';
    text-align: center;
    border-radius: 4px;
    background-color: #bb9d67;
    padding: 9px 15px 9px;
    display: inline-block;
    transition: all .4s ease;
    text-decoration: none !important;
}

.post-sharing-bottom .share-elements .icon-wrapper {
    border-radius: 4px;
}

.post-sharing-bottom .share-elements .icon-wrapper .label {
    display:none;
}

.icon-facebook svg {
    fill:rgb(59, 89, 152)!important;
}

.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {
    background-color: transparent;
    margin-bottom:0;
}

.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {
    background-color: transparent;
    margin-bottom:0;
}

.icon-twitter svg path {
    fill:black!important;
}

.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {
    background-color: transparent;
    margin-bottom:0;
}

.icon-pinterest svg {
    fill:rgb(203, 32, 39)!important;
}

.blog-page a.action.primary:hover {
    color: white !important;
    text-decoration: none !important;
}

.blog-page h1.cat-name {
    max-width:600px;
    line-height:40px;
}
.blog-page .column.main {
    width:100%!important;
}

.blog-page .widget.block.blog-search {
    display: block;
    float: left;
    width:100%;
}

.blog-page .post-list .post-container {
    width:100%;
}

.blog-page .price-box.price-final_price {
    width: 100%;
    display: block;
    text-align: center;
}

.blog-page ._post-view.post-view-modern {
    float: left;
    width: 100%;
}

.blog-page .post-gallery {
    display:none!important;
}

.blog-page .product-image-main {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.blog-page .main a {
    text-decoration: underline !important;
}

.blog-page .main a:hover {
    color: #ae8d54 !important;
}

.blog-post-view .post-description > div {
    max-width: 100% !important;
}

.blog-post-view .category-image .image {
    width:100%;
}

.blog-post-view .category-image > div {
    width: 47%;
    display: block;
    height: auto;
    max-width: 100%;
}

@media(max-width:768px) {
    .blog-post-view .post-description {
        margin-bottom:0;
    }
    .blog-post-view .page-wrapper .post-sharing {
        margin-bottom:10px;
    }
    .blog-post-view .post-prev .nextprev-link {
        text-align:left;
    }
    .blog-post-view .post-holder {
        margin-bottom: 0px;
        border-radius: 0;
        padding-bottom: 0;
    }
    .blog-post-view .column.main {
        padding-bottom:10px;
    }
}