/*
 Theme Name:   Indro Child
 Theme URI:    http://indro.iamabdus.com/v1.0/
 Description:  Indro Child Theme
 Author:       iamabdus
 Author URI:   https://www.templatemonster.com/products/author/iamabdus/
 Template:     indro
 Version:      1.0.0
 Text Domain:  indro-child
*/

.author {
	display: none !important;
}

.woocommerce ul.products li.product {
	padding: 20px;
	box-shadow: 0 5px 8px -5px rgb(151 163 184 / 50%), 0 15px 16px -15px rgb(151 163 184 / 50%), 0 25px 32px -25px rgb(151 163 184 / 50%);1
}

.woocommerce ul.products li.product a.button {
	transition: all .3s;
	font-family: "Mukta Malar", Sans-serif;
	font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 18px;
    fill: var( --e-global-color-indro9 );
    color: var( --e-global-color-indro9 );
    background-color: var( --e-global-color-indro1 );
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px;
	margin-top: 20px;
	display: block;
	text-align: center;
}

.woocommerce ul.products li.product a.button:hover {
	background-color: #383836;
}

.woocommerce.columns-4 {
	padding: 40px;
}

@media only screen and (max-width: 768px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}

/* Live visitors counter */
#mvccount img {
	display: inline !important;
}

/* Download products catalogue button */
#download-catalogue-button {
	display: flex;
	justify-content: center;
	align-items: center;
}

#download-catalogue-button .fas {
	font-size: 30px;
}

#download-catalogue-button .elementor-button-text {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}

/* PDF Viewer */
.my-pdf-viewer, .my-pdf-viewer div {
	height: 100%;
}