/*
Theme Name:   Industrial Child Theme
Theme URI:    https://themeforest.net/user/Anps/portfolio
Description:  Industrial Child Theme
Author:       AnpsThemes
Author URI:   https://themeforest.net/user/Anps/portfolio
Template:     industrial
Version:      1.0.0
Text Domain:  industrial-child
*/

/* Place your custom CSS in this file */
.products .btn, .products .button {
    display: block;
}
.woocommerce-ordering {
    display: none !important;
}


@media (max-width: 768px) {
	.logo-mobile img{
		max-width: 60% !important;
	}
	
	.page-header{
		display:none;
	}
	
	.breadcrumb{
		display:none;
	}
	
	.product-single{
	   margin-top:-50px !important;
    }
	
	.top-bar{
		display:none;
	}
}


	.product-top-meta {
		display:none;
	}

	.product-single{
	   margin-top:-25px !important;
    }

 .flex-direction-nav{
		display:none;
	}

.product-header{
	border-radius:20px;
	align-items:center;
	margin:auto
}

.project-title{
    color:#B82020;
}
  .related.pruducts{
      display:none;
  }

    .site-navigation .main-menu li.current-menu-item>a {
        color: #B82020 !important;
    }