.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: 20px;
    color: #000;
    text-transform: none;
}
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;
}
.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){
    #main.site-main.grid.grid-2 {
        grid-template-columns: repeat(1, 1fr) ;
        
    }
    

}
body #content.site-content {
    padding-top: 80px;
}
@media screen and (max-width: 1470px) and (min-width: 768px){
    .product-align-left .site-content .col-full .content-area {
    padding: 0px 20px;
}
}