/* TechSol EmadRizq V2 */ 
.sicon-menu:before {
	color: #ffffff !important;
}
h1 {
    font-weight: bold !important;
}
.tala-title {
    font-weight: bold !important;
}
.tala-card img {
	height: 450px;
	border-radius: 30px;
}
.product-name {
	height: inherit;
}
.tala-special-product div.flex.items-center > p {
    margin: auto;
}

footer > div > div > a > img {
    filter: invert(1);
}


@media only screen and (max-width: 600px) {
	nav.tala-header > div {
		height: 2rem;
	}
	nav.tala-header > div > div:first-child {
		width: 10rem;
		margin-bottom: 1rem;
	}
	.tala-header > div > div > a > img {
		content: url("https://ik.imagekit.io/emadrizq/logof-w.png");
	}
	
    .tala-hero-video .video-content{
        padding: 0 10px;
    }
	.tala-card img {
		height: 350px;
	}
}