/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 01 2025 | 06:34:37 */
/* 2025.09.15 - Kingsley
 * 1. Fixing Wordfence bg on login
 *  */
#wfls-prompt-overlay {
	background: #050a30;
}

/* 2025.09.15 - Kingsley
 * 1. changing look of MyAccount
 *  */
@media only screen and (min-width: 1920px) {
	.woocommerce .woocommerce,
	.woocommerce-account .woocommerce {
		padding: 0px 100px 100px 50px;
	}
}
@media only screen and (max-width: 921px) {
	.woocommerce-MyAccount-content {
		padding: 25px;
	}
}

/* 2025.09.14 - Kingsley
 * 1. Hiding mailgo stuff
 *  */
#m-wa, #m-skype {
	display: none !important;
}

/* 2025.09.14 - Kingsley
 * 2. padding on woo notice for mobile
 * 1. Forgot when I actually added this and 
 * what it's for 
 *  */
@media only screen and (max-width: 768px) {
	.woocommerce-store-notice {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}
#secondary {
	z-index: 1;
}

/* 2025.07.29 - Kingsley
 * 3. padding to product catalog desktop only
 * 2.  added padding for woo product container
 * 1. add padding for full width content container
 */
@media only screen and (min-width: 768px) {
	.sidebar-main {
		padding-left: 25px;
	}
}

.ast-woocommerce-container {
	padding: 25px;
}
.entry-title {
	width: 100%;
	padding-left: 50px;
	padding-bottom: 25px;
}

/* 2025.07.11 - Kingsley
 * 2. 
 * 1. Fix responsiveness for filter by price buttons
 */
.wc-block-components-filter-reset-button{
	width: 100% !important;
}
.wc-block-components-price-slider__actions {
	display: block !important;
}

/* 2025.06.29 - kingsley 
 * 2. Fixed Elementor 1px breakpoint bug for mobile
 * 1. change height so it fits above menu
 */
@media only screen and (max-width: 768px) {
	#homeGridGallery {
		display: none;
	}
}
.ast-header-search form.search-form .search-field, .ast-header-search .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field {
	height: 30px;
}

/* 2025.06.25 - Kingsley - Mobile Responsive */
@media only screen and (max-width: 1020px) 
	/* 	hide basket label */
	.woocommerce-Price-amount amount {
			display: none !important;
	}
}