/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 07:32:08 */
@media only screen and (max-width: 767px) {
	.single-product .variations tr td.value {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
	
	.single-product .variations tr td.value select {
		margin: 0 !important;
	}

	.single-product .variations tr td.value .reset_variations {
			width: 100%;
	}
	.shopengine-archive-mode-grid p.optio {
		margin-left: 0 !important;
    	width: 50% !important; 
		padding-top: 0 !important;
		margin-top: -20px !important;
	}
	.shopengine-archive-mode-grid .get-price-button {
		padding: 0 !important;
		width: auto !important;
		bottom: 0 !important;
	}
	.shopengine-archive-mode-grid .woocommerce-loop-product__title {
		padding-bottom: 20px !important;
	}
}

.custom-mobile-header {
	position: fixed !important;
	z-index: 9999 !important;
	width: 100% !important;
	top: 0 !important;
	padding-top: 0 !important;
}

.topopup {
	cursor:pointer;
}

.wp-block-button a {
	background-color:#cb9e58!important;
}
.wp-block-button a:hover {
	background-color:#444!important;
	color:white;
	border:none;
}