/*
Theme Name:  Industriz Child Theme
Description: Child theme for the Industriz theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    industriz
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.main-holder .site-content ul.products li.product .ttm-shop-icon{
	text-align:center;
	padding-top:0px;
}
.main-holder .site-content ul.products li.product .ttm-shop-icon>div,
 .product_meta{
	display:none;
} 
.main-holder .site-content ul.products li.product .ttm-shop-icon .buy-now{
	margin-bottom:20px !important;
}
.single-product div.product .product_title{
	display:block !important;
}
.read-more-button{
	font-weight: 500 !important;
    border-radius: 30px !important;
	text-align: center !important;
    padding: 16px 26px !important;
    margin: 0;
    background-color: var(--ttm-secondarycolor) !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    transition: none !important;
    font-size: 13px !important;
    z-index: 99 !important;
    transition: all 0.3s ease 0s !important;
}
.industriz-iconbox-style2 .industriz-iconbox-inner{
	background:#f1f1f1 !important;
}
body.single-post.ttm-empty-sidebar .site-main{
	padding:20px 0px!important;
}
article.industriz-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper img,
article.industriz-box-blog-classic .ttm-featured-outer-wrapper .ttm-featured-wrapper{
	border-radius:0px;
}
.industriz-box-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: visible;
  text-overflow: ellipsis;
  line-height: 1.4em; /* Adjust if needed */
  max-height: 2.8em; /* 1.4em * 2 lines */
}
.post-item .industriz-box-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single .main-holder #content div.product .woocommerce-tabs .panel{
	overflow-x:scroll;
}
body.page-id-8260 .ttm-pricetable-column-w.ttm-ptable-col.col-md-6 .industriz-ptable-main{
	background:#fff;
	min-height:495px;
}
.industriz-iconbox.industriz-iconbox-style2, .industriz-iconbox-inner{
	height:100%;
}
.elementor-2189 .elementor-element.elementor-element-585fb15 .ttm-custom-heading,
.elementor-2189 .elementor-element.elementor-element-13c7c62 .ttm-custom-heading{
	line-height:44px !important;
}
/* Custom CSS */
.industriz-boxes-testimonial .industriz-testimonialbox-style1 .industriz-box-content{
	padding: 20px;
}
.industriz-testimonialbox-style1 .ttm-box-footer{
	padding-bottom:25px;
}
.industriz-testimonialbox-style1 .industriz-quote {
	bottom:-16px;
}
.ttm-product-image-box{
text-align: center;
    padding-bottom: 30px;
}
.ttm-dmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li li:hover > a{
	background:transparent !important;
}

.woocommerce div.product div.images {
	background: #fff !important;
}
.wpgs-nav{
	margin-top:20px;
}
.woocommerce-shop .site-main, .single-product .site-main{
	padding:50px 15px 30px 15px;
}
@media (min-width: 1200px) {
	#site-header-menu #site-navigation div.nav-menu > ul > li > ul {
		background:#242424;
        max-height: 50vh;
        overflow-y: scroll;
	}
	#site-header-menu #site-navigation div.nav-menu ul ul > li{
		border-bottom:1px solid #fff;
	}
	#site-header-menu #site-navigation div.nav-menu ul ul::-webkit-scrollbar
 {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb
 {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
}
@media (min-width: 992px){
	.woocommerce-shop .site-main,
	.single-product .site-main{
	padding:60px 15px 30px 15px;
}
}
	/* Custom CSS End */
@media (max-width: 1200px) {
    #site-header-menu #site-navigation .menu-toggle .ttm-industriz-icon-bars:before, #site-header-menu #site-navigation .menu-toggle .ttm-industriz-icon-bars:after, #site-header-menu #site-navigation .menu-toggle .ttm-industriz-icon-bars {
		background:#fff;
	}