/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 14:36:06 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.hero-title .slide-title p {
	line-height: 120px;
}
.hero-style-1 .slide-caption .slide-title h2, .hero-style-2 .slide-caption .slide-title h2 {
	font-size: 90px;
}
.page-wrapper .woocommerce-product-details__short-description p {
	font-size: 20px;
	color:#000;
}
.woocommerce div.product form.cart .reset_variations {
	visibility: hidden!important;
}
.wpo-site-footer .about-widget .logo {
    max-width: 100px;
}

.woocommerce.single-product .woocommerce-Price-amount {
	font-family: "Muli";
}
.wc-block-cart__submit-button {
	border: 1px solid #b83806;
}
.wc-block-cart__submit-button:hover {
	background-color: #b83806;
    color: #fff;
}
.wpo-site-footer .wpo-lower-footer {
    color: #fff;
}

.product-wrap .product-item .product-img {
	background-color: #000;
}

.product-gridimage img {
	height: auto;
    max-width: 100%;
    min-height: 200px;
    width: auto;
    max-height: 250px;
}

@media (max-width: 991px) {
    .site-header .mobail-menu button span {
        background-color: #000;
    }
}

@media screen and (max-width: 480px) {
.hero-title .slide-title p {
    line-height: 60px;
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
}
	}