/* Add here all your CSS customizations */


.text-color{
	color: #000 !important
}
.text-color-1{
	color: #ffffff !important;
}
.margin{
	margin-bottom: 0rem!important;
	margin-top: 0rem!important;
}

.dialog.dialog-lg {
	max-width: 900px;
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.mfp-wrap .popup-inline-content {
	display: block;

}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
}
.text{
	color: #dedede !important;
}
.footer-padding{
	padding-top:  1px !important;
	padding-bottom: 1px !important; 
}
.padding-product{
	padding: 3.615385rem 6.615385rem 1.615385rem !important;
}
.section-color{
	background: #f7f7f7 !important;
}
.margin-about-us{
	 margin-bottom: 0rem !important;
}