/*
Theme name: Arena Swim UK Theme
Description:
Version: 1.0
*/

/*
Source PostCSS styles are located in the resources/css directory.
The compiled bundle is in dist/css/bundle-{xyz}.css.
The DEVELOPMENT.md file contains instructions how
to get the build process up & running.

If you need to make a quick fix, feel free to add CSS
below this comment - it will override bundle.css styles.
*/

.term-description {
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

.input-placeholder.disabled, .product-loop-list .disabled.input {
    border: dashed !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}

.input-placeholder, .product-loop-list .input {
    border: 2px solid #cecece !important;
}

#PureChatWidget {
    width: 185px !important;
}

.woocommerce-result-count {
    margin: 18px 0 18px 0 !important;
}

@media screen and (min-width: 1024px) {
	.has-separator>.navbar-item:last-child::after {
		display: none !important;
	}
}

.woocommerce ul.products li.product a.button {
	transform: translate(-50%, 1rem);
	top: 100%;
}

.woocommerce ul.products li.product:hover a.button {
	transform: translate(-50%, -0.5rem);
}

.sale-now {
	font-size: 1.2em;
}

.featured-category {
	height: 100%;
}
