/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2024 | 14:17:05 */
.c-product .product_meta > * {
    display: flex;
    padding: 0 0 10px 0;
    align-items: center;
}

.maintenance .site-content .description p
{
	font-size: 65px!important;
}



@media (max-width:767px) {
	.maintenance .description p span.title {
		font-size: 40px!important;
	}
}


@media only screen and (min-width: 200px) and (max-width: 670px) {
    div.logo-box > img {
        display: inline;
        width: 20%;
        height: auto;
    }
}