.shoptimizer-archive .col-full {
    max-width: 1440px !important;
}
.site-content .woocommerce-breadcrumb {
    margin: 0 !important;
}
header.entry-header.title{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
header.entry-header.title .blog-title {
   font-family: 'Matritsa';
   font-weight: 900;
   font-size: 32PX;
    color: #000;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0.96px;
}
#main.site-main.grid.grid-2 {
    grid-template-columns: repeat(3, 1fr) ;
    gap: 20px;
}
  
article .blog-loop-content-wrapper{
    width:100%;
    /* max-height:519px; */
    height: auto;
    border: 1px solid #282828;
    border-radius: 2px;
    padding: 0 20px;
}
article .blog-loop-content-wrapper header.entry-header .entry-title a {
    font-family: 'Matritsa';
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: none;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
article .blog-loop-content-wrapper header.entry-header h2.entry-title{
    font-size: 20px ;
    letter-spacing: 0;
    margin-top: 25px;
}
article .blog-loop-content-wrapper header.entry-header span.posted-on .entry-date {
    display:none;
}
article .blog-loop-content-wrapper .entry-content p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    height: 130px;
    overflow: hidden
}
.site-main.grid article .blog-loop-content-wrapper a.post-thumbnail {
    margin-bottom: 10px !important;
}
article .blog-loop-content-wrapper .entry-content a.read-more-button{
    width: 100%;
    height: auto;
    border: 1px solid #EF6526;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 11.5px 0;
    font-family: 'Matritsa';
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #EF6526;
}
@media screen and (max-width:768px){
    #main.site-main.grid.grid-2 {
        grid-template-columns: repeat(2, 1fr) ;
        padding: 0 15px;
    }
    .shoptimizer-archive .archive-header{
        padding: 0 15px;
    }
}
@media screen and (max-width:480px){
    body #main.site-main.grid.grid-2 {
        display: flex;
        flex-direction: column;
    }
    body #page #content.site-content {
        padding-top: 100px;
    }
}
body #content.site-content {
    padding-top: 80px !important;
}
@media screen and (max-width: 1470px) and (min-width: 768px){
    .product-align-left .site-content .col-full .content-area {
    padding: 0px 20px;
}
}
body.blog header.entry-header{
    display: block;
}
body.blog #primary >header.entry-header {
    display: block;
    text-align: center;
}
body .site-main.grid .navigation.pagination{
    grid-column: span 3;
}
body .site-main.grid article.post img.wp-post-image{
    height: 300px;
    width: 100%;
    margin: auto;
}