/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 05:46:07 */
@media (max-width: 885px) {
	ul.brand-thumbnails.columns-4 {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 10px;
	}
	ul.brand-thumbnails.columns-4 li {
		width: 100% !important;
		margin: 0 !important;
	}
	ul.brand-thumbnails:before {
		content: none;
	}
}
#page-top-bar{
	background: #D22119 !important;
}
.woocommerce-Price-amount::after {
	content: "/Day";
}
.empty-cart-text {
	font-size: 0;
}
.empty-cart-text::after {
	content: "You can explore all available products and choose the gear you need for your rental in the shop.";
	display: block;
	font-size: 16px;
}
/* .page-content{
margin-bottom: 0px !important;
} */
.brand-thumbnails .first{
	padding-top: 5px;
}
.page-sidebar.style-03 .widget-title:after, .page-sidebar.style-03 .widgettitle:after, .page-sidebar.style-03 .wp-block-group__inner-container>h2:after, .page-sidebar.style-04 .widget-title:after, .page-sidebar.style-04 .widgettitle:after, .page-sidebar.style-04 .wp-block-group__inner-container>h2:after {
	content: none !important;
}
/* Space between fields */
.red-form .col-md-6,
.red-form .col-md-12 {
	margin-bottom: 20px;
}
/* Input + textarea styling */
.red-form input,
.red-form textarea {
	width: 100%;
	border: 1px solid #000;
	padding: 5px 20px;
	outline: none;
	box-shadow: none;
}
/* Placeholder color */
.red-form input::placeholder,
.red-form textarea::placeholder {
	color: #000;
	opacity: 1;
}
/* Button styling (optional clean look) */
.red-form input[type="submit"] {
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 0px 20px;
}
