/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.background-center{
        background-position: center !important;
}
.page-title h1{
    margin-top: 40px;
}
/*woocommerce*/
.woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 20px;
}
.woocommerce.ct-woo-account{
    margin-top:40px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    color: black!important;
}
/*Custom Style*/
@media screen and (max-width: 750px){
  .mobile-grid-column{
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;	
}	
}
