/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2025 | 06:17:33 */
/* 2025.11.27 - kingsley
 * 1. fixed product title not showing on single products pages
 * */
.entry-title {
	display:block !important;
}

/* 2025.11.25 - kingsley
 * 2. hide links on cookie banner as they have bullet points and one doesn't show
 * 1. fix alignment of wistlist button in products page
 * */
.woolentor-flash-sale-original-price {
	text-decoration: line-through !important;
}
.cmplz-cookiebanner .cmplz-links.cmplz-documents {
	display: none;
}
@media (min-width: 921px) {
	.wishsuite-button {
		justify-content: center;
	}
}

/* 2025.11.13 - kingsley
 * 1. fix alignment of elements in popup
 * */
/* .eael-product-popup form.cart.variations_form .variations_button,
.eael-product-popup.woocommerce div.product form.cart {
	flex-direction: column;
} */

/* 2025.10.28 - Kingsley
 * 2. aligning wishlist on nav and styling
 * 1. fixing wishlist and compart stuck together in single product page
 *  */
.wishsuite-counter-area:not(.wishsuite-has-text) {
	margin-top: 5px;
	color: red !important;
}
.wishsuite-btn, .htcompare-btn  {
	padding-right: 5px;
	padding-left: 5px;
}
/* 2025.10.28 - Kingsley
 * 1. responsiveness fix on tablet portrait
 *  */
@media (max-width: 1250px) {
    .aws-container {
		width:500px !important;
	}
}

/* 2025.10.28 - Kingsley
 * 3. temp fixing weird Astra bug - off-canvas menu not taking to set colours when logged out
 * 2. Fixing text colour clash after subscribing to newsletter
 * 1. Hiding mailgo stuff
 *  */
@media (max-width: 921px) {
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
        color: var(--ast-global-color-5) !important;
    }
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle:hover {
        color: var(--ast-global-color-1) !important;
    }
}
#mc4wp-form-1 .mc4wp-success {
	color: white;
}
#m-skype {
	display: none !important;
}

/* 2025.10.28 - Kingsley - Navbars height */
/* .ast-mobile-header-wrap .ast-above-header-bar, .ast-above-header-bar .site-above-header-wrap {
	height: 50px;
} */

/* 2025.10.27 - kingsley */
/* Site main nav */
/* .site-header-primary-section-left {
	width: 30vw;
}
.site-header-primary-section-center {
	width: 37vw;
} */
/* .site-header-primary-section-right {
	width: 30vw;
} */

/* 2025.10.08 - Kingsley Chimezie
 * 1. Make add to basket button full width to it's container
 * */
.single_add_to_cart_button {
    width: 100% !important;
    flex: none;
}

/* 2025.09.30 - Kingsley Chimezie 
 * 3. show password input colour set
 * 2. hide stock message and store location label
 * 1. flexing store selector
 * */
.show-password-input {
	color: white !important;
}
.stock-msg,
.slw_cart_item_stock_location_label {
    display: none !important;
}
div.product .entry-summary > form.cart,
.woocommerce-grouped-product-list-item, .entry-summary .cart.variations_form .variations_button, .woocommerce-product-rating {
	display: flex !important;
    flex-wrap: wrap !important;
}

/* 2025.09.30 - Kingsley Chimezie */
/* advance woo search */
.aws-container {
	width: 740px;
}
form.aws-search-form{
	border: 1px solid #ccc;
}
form.aws-focus{
	border: 1px solid #1e90ff;
}
table.variations .label {
    border: none;
}

/* business hours plugin */
.footer-hours {
	color: #A5A8BB;
}
.mabel-bhi-businesshours {
	border: none;
}

/* 2025.09.29 - Kingsley Chimezie */
.widget form[role="search"] input[type="search"] {
	font-size: large;
	border: none;
}


/* 2023.12.18 - Kingsley */
.site-footer {
	margin-top: 100px;
}
.site-content > .col-full {
    padding-bottom: 0;
}
#sb_instagram .sbi_follow_btn {
	margin-top: 30px;
}
.mabel-bhi-businesshours td {
 border-style : hidden;
}

/* 2020.10.10 - Kingsley Chimezie (KMP) - hours border */
.site-content > .col-full {
    padding-bottom: 0;
}
#sb_instagram .sbi_follow_btn {
	margin-top: 30px;
}
.mabel-bhi-businesshours td {
 border-style : hidden;
}

/* Cookies Notice */
.cn-button.wp-default {
    background: #1e90ff;
}
#cn-close-notice {
	display: none;
}