/**
* Theme Name: Shopic Child
* Description: This is a child theme of Shopic, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: shopic
* Version: 2.2.9
*/


.wp-block-search__button {
    border: 1px solid hsla(0, 0%, 100%, 0)!important;
}
/**
 * 
 * blog layout 1-2 s
 * */
@media(min-width: 767px) {
    .blog .content-area .site-main .hentry {
        width: 49%;
    }
	.blog .content-area .site-main .hentry .post-thumbnail img {
        height: 300px;
    }

}
.blog h2.alpha.entry-title{font-size: 18px; } 
.blog .content-area .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog .content-area .site-main .hentry .entry-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
 .categories-link{display:none}

/**
 * 
 * blog layout 1-2 e
 * */

 /**
 * 
 * nav.woocommerce-breadcrumb s
 * */

 nav.woocommerce-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 @media(max-width: 767px) {
.single-product div.product .product_title{
    font-size: 18px !important;
    }
}
  /**
 * 
 * nav.woocommerce-breadcrumb e
 * */


/**
 * 
 * archive  layout 1-2 s
 * */
@media(min-width: 767px) {
    .archive .content-area .site-main .hentry {
        width: 49%;
    }
	.archive .content-area .site-main .hentry .post-thumbnail img {
        height: 300px;
    }

}
.archive  h2.alpha.entry-title{font-size: 18px; } 
.archive  .content-area .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archive .content-area .site-main .hentry .entry-content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
 .categories-link{display:none}

/**
 * 
 * archive  layout 1-2 e
 * */

@media (max-width:768px) {
	ul.products.columns-4,ul.products.columns-5 {
    width: 410px;
}
ul.products.columns-4 li {width: 48%;}
ul.products.columns-5 li {width: 48%;}
}
